libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness
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.Route53RecoveryReadiness.ListTagsForResources

Description

Returns a list of the tags assigned to the specified resource.

Synopsis

Creating a Request

data ListTagsForResources Source #

See: newListTagsForResources smart constructor.

Constructors

ListTagsForResources' 

Fields

  • resourceArn :: Text

    The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

Instances

Instances details
Eq ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Read ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Show ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Generic ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type Rep ListTagsForResources :: Type -> Type #

NFData ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Methods

rnf :: ListTagsForResources -> () #

Hashable ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

AWSRequest ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type AWSResponse ListTagsForResources #

ToHeaders ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

ToPath ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

ToQuery ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type Rep ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type Rep ListTagsForResources = D1 ('MetaData "ListTagsForResources" "Amazonka.Route53RecoveryReadiness.ListTagsForResources" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "ListTagsForResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

newListTagsForResources Source #

Create a value of ListTagsForResources 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:ListTagsForResources', listTagsForResources_resourceArn - The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

Request Lenses

listTagsForResources_resourceArn :: Lens' ListTagsForResources Text Source #

The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

Destructuring the Response

data ListTagsForResourcesResponse Source #

See: newListTagsForResourcesResponse smart constructor.

Constructors

ListTagsForResourcesResponse' 

Fields

Instances

Instances details
Eq ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Read ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Show ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Generic ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type Rep ListTagsForResourcesResponse :: Type -> Type #

NFData ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type Rep ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type Rep ListTagsForResourcesResponse = D1 ('MetaData "ListTagsForResourcesResponse" "Amazonka.Route53RecoveryReadiness.ListTagsForResources" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "ListTagsForResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourcesResponse Source #

Create a value of ListTagsForResourcesResponse 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:tags:ListTagsForResourcesResponse', listTagsForResourcesResponse_tags - Undocumented member.

$sel:httpStatus:ListTagsForResourcesResponse', listTagsForResourcesResponse_httpStatus - The response's http status code.

Response Lenses