unlabelParameterVersion
inline suspend fun SsmClient.unlabelParameterVersion(crossinline block: UnlabelParameterVersionRequest.Builder.() -> Unit): UnlabelParameterVersionResponse
Remove 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.