amazonka-ram-2.0: Amazon Resource Access Manager 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.RAM.TagResource

Description

Adds the specified tag keys and values to the specified resource share. The tags are attached only to the resource share, not to the resources that are in the resource share.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

  • resourceShareArn :: Text

    Specifies the Amazon Resoure Name (ARN) of the resource share that you want to add tags to.

  • tags :: [Tag]

    A list of one or more tag key and value pairs. The tag key must be present and not be an empty string. The tag value must be present but can be an empty string.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.RAM.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.RAM.TagResource" "amazonka-ram-2.0-2ZD9k8USaHb58ZVl9MaFYL" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceShareArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

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:

TagResource, tagResource_resourceShareArn - Specifies the Amazon Resoure Name (ARN) of the resource share that you want to add tags to.

TagResource, tagResource_tags - A list of one or more tag key and value pairs. The tag key must be present and not be an empty string. The tag value must be present but can be an empty string.

Request Lenses

tagResource_resourceShareArn :: Lens' TagResource Text Source #

Specifies the Amazon Resoure Name (ARN) of the resource share that you want to add tags to.

tagResource_tags :: Lens' TagResource [Tag] Source #

A list of one or more tag key and value pairs. The tag key must be present and not be an empty string. The tag value must be present but can be an empty string.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.RAM.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.RAM.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.RAM.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.RAM.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.RAM.TagResource" "amazonka-ram-2.0-2ZD9k8USaHb58ZVl9MaFYL" '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