libZSservicesZSamazonka-iamZSamazonka-iam
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IAM.UntagMFADevice

Description

Removes the specified tags from the IAM virtual multi-factor authentication (MFA) device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Synopsis

Creating a Request

data UntagMFADevice Source #

See: newUntagMFADevice smart constructor.

Constructors

UntagMFADevice' 

Fields

  • serialNumber :: Text

    The unique identifier for the IAM virtual MFA device from which you want to remove tags. For virtual MFA devices, the serial number is the same as the ARN.

    This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

  • tagKeys :: [Text]

    A list of key names as a simple array of strings. The tags with matching keys are removed from the specified instance profile.

Instances

Instances details
Eq UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Read UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Show UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Generic UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Associated Types

type Rep UntagMFADevice :: Type -> Type #

NFData UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Methods

rnf :: UntagMFADevice -> () #

Hashable UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

AWSRequest UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Associated Types

type AWSResponse UntagMFADevice #

ToHeaders UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

ToPath UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

ToQuery UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

type Rep UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

type Rep UntagMFADevice = D1 ('MetaData "UntagMFADevice" "Amazonka.IAM.UntagMFADevice" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "UntagMFADevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serialNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagMFADevice Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

newUntagMFADevice Source #

Create a value of UntagMFADevice with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serialNumber:UntagMFADevice', untagMFADevice_serialNumber - The unique identifier for the IAM virtual MFA device from which you want to remove tags. For virtual MFA devices, the serial number is the same as the ARN.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

$sel:tagKeys:UntagMFADevice', untagMFADevice_tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the specified instance profile.

Request Lenses

untagMFADevice_serialNumber :: Lens' UntagMFADevice Text Source #

The unique identifier for the IAM virtual MFA device from which you want to remove tags. For virtual MFA devices, the serial number is the same as the ARN.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

untagMFADevice_tagKeys :: Lens' UntagMFADevice [Text] Source #

A list of key names as a simple array of strings. The tags with matching keys are removed from the specified instance profile.

Destructuring the Response

data UntagMFADeviceResponse Source #

See: newUntagMFADeviceResponse smart constructor.

Instances

Instances details
Eq UntagMFADeviceResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Read UntagMFADeviceResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Show UntagMFADeviceResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Generic UntagMFADeviceResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Associated Types

type Rep UntagMFADeviceResponse :: Type -> Type #

NFData UntagMFADeviceResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

Methods

rnf :: UntagMFADeviceResponse -> () #

type Rep UntagMFADeviceResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagMFADevice

type Rep UntagMFADeviceResponse = D1 ('MetaData "UntagMFADeviceResponse" "Amazonka.IAM.UntagMFADevice" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "UntagMFADeviceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagMFADeviceResponse :: UntagMFADeviceResponse Source #

Create a value of UntagMFADeviceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.