libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment
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.LookoutEquipment.TagResource

Description

Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

  • resourceArn :: Text

    The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated.

  • tags :: [Tag]

    The tag or tags to be associated with a specific resource. Both the tag key and value are specified.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.LookoutEquipment.TagResource" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.LookoutEquipment.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 specific resource to which the tag should be associated.

$sel:tags:TagResource', tagResource_tags - The tag or tags to be associated with a specific resource. Both the tag key and value are specified.

Request Lenses

tagResource_resourceArn :: Lens' TagResource Text Source #

The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated.

tagResource_tags :: Lens' TagResource [Tag] Source #

The tag or tags to be associated with a specific resource. Both the tag key and value are specified.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.LookoutEquipment.TagResource" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" '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