amazonka-keyspaces-2.0: Amazon Keyspaces 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.KeySpaces.TagResource

Description

Associates a set of tags with a Amazon Keyspaces resource. You can then activate these user-defined tags so that they appear on the Cost Management Console for cost allocation tracking. For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

For IAM policy examples that show how to control access to Amazon Keyspaces resources based on tags, see Amazon Keyspaces resource access based on tags in the Amazon Keyspaces Developer Guide.

Synopsis

Creating a Request

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' 

Fields

  • resourceArn :: Text

    The Amazon Resource Name (ARN) of the Amazon Keyspaces resource to which to add tags.

  • tags :: NonEmpty Tag

    The tags to be assigned to the Amazon Keyspaces resource.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.KeySpaces.TagResource" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty 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_resourceArn - The Amazon Resource Name (ARN) of the Amazon Keyspaces resource to which to add tags.

$sel:tags:TagResource', tagResource_tags - The tags to be assigned to the Amazon Keyspaces resource.

Request Lenses

tagResource_resourceArn :: Lens' TagResource Text Source #

The Amazon Resource Name (ARN) of the Amazon Keyspaces resource to which to add tags.

tagResource_tags :: Lens' TagResource (NonEmpty Tag) Source #

The tags to be assigned to the Amazon Keyspaces resource.

Destructuring the Response

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Constructors

TagResourceResponse' 

Fields

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.KeySpaces.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.KeySpaces.TagResource" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" '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