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

Description

Removes the specified tags from the IAM server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, Working with server certificates in the IAM User Guide.

Synopsis

Creating a Request

data UntagServerCertificate Source #

See: newUntagServerCertificate smart constructor.

Constructors

UntagServerCertificate' 

Fields

  • serverCertificateName :: Text

    The name of the IAM server certificate from which you want to remove tags.

    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 IAM server certificate.

Instances

Instances details
Eq UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Read UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Show UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Generic UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Associated Types

type Rep UntagServerCertificate :: Type -> Type #

NFData UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Methods

rnf :: UntagServerCertificate -> () #

Hashable UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

AWSRequest UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Associated Types

type AWSResponse UntagServerCertificate #

ToHeaders UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

ToPath UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

ToQuery UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

type Rep UntagServerCertificate Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

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

Defined in Amazonka.IAM.UntagServerCertificate

newUntagServerCertificate Source #

Create a value of UntagServerCertificate 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:serverCertificateName:UntagServerCertificate', untagServerCertificate_serverCertificateName - The name of the IAM server certificate from which you want to remove tags.

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:UntagServerCertificate', untagServerCertificate_tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the specified IAM server certificate.

Request Lenses

untagServerCertificate_serverCertificateName :: Lens' UntagServerCertificate Text Source #

The name of the IAM server certificate from which you want to remove tags.

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: _+=,.@-

untagServerCertificate_tagKeys :: Lens' UntagServerCertificate [Text] Source #

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

Destructuring the Response

data UntagServerCertificateResponse Source #

See: newUntagServerCertificateResponse smart constructor.

Instances

Instances details
Eq UntagServerCertificateResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Read UntagServerCertificateResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Show UntagServerCertificateResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Generic UntagServerCertificateResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

Associated Types

type Rep UntagServerCertificateResponse :: Type -> Type #

NFData UntagServerCertificateResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

type Rep UntagServerCertificateResponse Source # 
Instance details

Defined in Amazonka.IAM.UntagServerCertificate

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

newUntagServerCertificateResponse :: UntagServerCertificateResponse Source #

Create a value of UntagServerCertificateResponse with all optional fields omitted.

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