Smaws_Client_SSM.LabelParameterVersion
A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Amazon Web Services Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions.
Parameter labels have the following requirements and restrictions.
aws
" or "ssm
" (not case sensitive). If a label fails to meet these requirements, then the label isn't associated with a parameter and the system displays it in the list of InvalidLabels.val request :
Smaws_Lib.Context.t ->
Types.label_parameter_version_request ->
(Types.label_parameter_version_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `ParameterNotFound of Types.parameter_not_found
| `ParameterVersionLabelLimitExceeded of
Types.parameter_version_label_limit_exceeded
| `ParameterVersionNotFound of Types.parameter_version_not_found
| `TooManyUpdates of Types.too_many_updates ])
Stdlib.result