libZSservicesZSamazonka-robomakerZSamazonka-robomaker
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.RobOMaker.TagResource

Description

Adds or edits tags for a AWS RoboMaker resource.

Each tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty strings.

For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

  • resourceArn :: Text

    The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.

  • tags :: HashMap Text Text

    A map that contains tag keys and tag values that are attached to the resource.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.RobOMaker.TagResource" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

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 Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.

$sel:tags:TagResource', tagResource_tags - A map that contains tag keys and tag values that are attached to the resource.

Request Lenses

tagResource_resourceArn :: Lens' TagResource Text Source #

The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.

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

A map that contains tag keys and tag values that are attached to the resource.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.RobOMaker.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.RobOMaker.TagResource" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" '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