- Navigation Guide
@aws-sdk/client-ssm
LabelParameterVersionCommandOutput Interface
The output of LabelParameterVersionCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
InvalidLabels | string[] | undefined | The label doesn't meet the requirements. For information about parameter label requirements, see Working with parameter labels in the Amazon Web Services Systems Manager User Guide. |
ParameterVersion | number | undefined | The version of the parameter that has been labeled. |
Full Signature
export interface LabelParameterVersionCommandOutput extends LabelParameterVersionResult, MetadataBearer