ssm_unlabel_parameter_version: Remove a label or labels from a parameter

View source: R/ssm_operations.R

ssm_unlabel_parameter_versionR Documentation

Remove a label or labels from a parameter

Description

Remove a label or labels from a parameter.

See https://www.paws-r-sdk.com/docs/ssm_unlabel_parameter_version/ for full documentation.

Usage

ssm_unlabel_parameter_version(Name, ParameterVersion, Labels)

Arguments

Name

[required] The name of the parameter from which you want to delete one or more labels.

ParameterVersion

[required] The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.

Labels

[required] One or more labels to delete from the specified parameter version.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.