Smaws_Client_SSM.LabelParameterVersion
val request :
Smaws_Lib.Context.t ->
label_parameter_version_request ->
(label_parameter_version_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of internal_server_error
| `ParameterNotFound of parameter_not_found
| `ParameterVersionLabelLimitExceeded of
parameter_version_label_limit_exceeded
| `ParameterVersionNotFound of parameter_version_not_found
| `TooManyUpdates of too_many_updates ])
Stdlib.result
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.