libZSservicesZSamazonka-docdbZSamazonka-docdb
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.DocumentDB.ListTagsForResource

Description

Lists all tags on an Amazon DocumentDB resource.

Synopsis

Creating a Request

data ListTagsForResource Source #

Represents the input to ListTagsForResource.

See: newListTagsForResource smart constructor.

Constructors

ListTagsForResource' 

Fields

  • filters :: Maybe [Filter]

    This parameter is not currently supported.

  • resourceName :: Text

    The Amazon DocumentDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.DocumentDB.ListTagsForResource" "libZSservicesZSamazonka-docdbZSamazonka-docdb" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:filters:ListTagsForResource', listTagsForResource_filters - This parameter is not currently supported.

$sel:resourceName:ListTagsForResource', listTagsForResource_resourceName - The Amazon DocumentDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Request Lenses

listTagsForResource_filters :: Lens' ListTagsForResource (Maybe [Filter]) Source #

This parameter is not currently supported.

listTagsForResource_resourceName :: Lens' ListTagsForResource Text Source #

The Amazon DocumentDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Destructuring the Response

data ListTagsForResourceResponse Source #

Represents the output of ListTagsForResource.

See: newListTagsForResourceResponse smart constructor.

Constructors

ListTagsForResourceResponse' 

Fields

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.DocumentDB.ListTagsForResource" "libZSservicesZSamazonka-docdbZSamazonka-docdb" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tagList:ListTagsForResourceResponse', listTagsForResourceResponse_tagList - A list of one or more tags.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

Response Lenses