Module 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.

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