libZSservicesZSamazonka-codecommitZSamazonka-codecommit
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.CodeCommit.UntagResource

Description

Removes tags for a resource in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceArn :: Text

    The Amazon Resource Name (ARN) of the resource to which you want to remove tags.

  • tagKeys :: [Text]

    The tag key for each tag that you want to remove from the resource.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.CodeCommit.UntagResource" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource to which you want to remove tags.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag key for each tag that you want to remove from the resource.

Request Lenses

untagResource_resourceArn :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) of the resource to which you want to remove tags.

untagResource_tagKeys :: Lens' UntagResource [Text] Source #

The tag key for each tag that you want to remove from the resource.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CodeCommit.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.CodeCommit.UntagResource" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

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