Smaws_Client_SSM.UnlabelParameterVersionRemove a label or labels from a parameter.
Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `ParameterNotFound of Types.parameter_not_found
| `ParameterVersionNotFound of Types.parameter_version_not_found
| `TooManyUpdates of Types.too_many_updates ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.unlabel_parameter_version_request ->
(Types.unlabel_parameter_version_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `ParameterNotFound of Types.parameter_not_found
| `ParameterVersionNotFound of Types.parameter_version_not_found
| `TooManyUpdates of Types.too_many_updates ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.unlabel_parameter_version_request ->
(Types.unlabel_parameter_version_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `ParameterNotFound of Types.parameter_not_found
| `ParameterVersionNotFound of Types.parameter_version_not_found
| `TooManyUpdates of Types.too_many_updates ]
* Smaws_Lib.Response.metadata)
Stdlib.result