amazonka-emr-containers-2.0: Amazon EMR Containers SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMRContainers.TagResource

Description

Assigns tags to resources. A tag is a label that you assign to an AWS resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your AWS resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. For example, you can define a set of tags for your Amazon EMR on EKS clusters to help you track each cluster's owner and stack level. We recommend that you devise a consistent set of tag keys for each resource type. You can then search and filter the resources based on the tags that you add.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.EMRContainers.TagResource" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

Create a value of TagResource 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:TagResource', tagResource_resourceArn - The ARN of resources.

TagResource, tagResource_tags - The tags assigned to resources.

Request Lenses

tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #

The tags assigned to resources.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.EMRContainers.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.EMRContainers.TagResource" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

Response Lenses