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.ListCrossAccountAuthorizations

Description

Returns a collection of cross account readiness authorizations.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCrossAccountAuthorizations Source #

See: newListCrossAccountAuthorizations smart constructor.

Constructors

ListCrossAccountAuthorizations' 

Fields

Instances

Instances details
Eq ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Read ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Show ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Generic ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Associated Types

type Rep ListCrossAccountAuthorizations :: Type -> Type #

NFData ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Hashable ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

AWSPager ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

AWSRequest ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

ToHeaders ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

ToPath ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

ToQuery ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

type Rep ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

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

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

newListCrossAccountAuthorizations :: ListCrossAccountAuthorizations Source #

Create a value of ListCrossAccountAuthorizations 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:nextToken:ListCrossAccountAuthorizations', listCrossAccountAuthorizations_nextToken - A token used to resume pagination from the end of a previous request.

$sel:maxResults:ListCrossAccountAuthorizations', listCrossAccountAuthorizations_maxResults - Upper bound on number of records to return.

Request Lenses

listCrossAccountAuthorizations_nextToken :: Lens' ListCrossAccountAuthorizations (Maybe Text) Source #

A token used to resume pagination from the end of a previous request.

Destructuring the Response

data ListCrossAccountAuthorizationsResponse Source #

Constructors

ListCrossAccountAuthorizationsResponse' 

Fields

Instances

Instances details
Eq ListCrossAccountAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Read ListCrossAccountAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Show ListCrossAccountAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Generic ListCrossAccountAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

NFData ListCrossAccountAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

type Rep ListCrossAccountAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

type Rep ListCrossAccountAuthorizationsResponse = D1 ('MetaData "ListCrossAccountAuthorizationsResponse" "Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "ListCrossAccountAuthorizationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossAccountAuthorizations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCrossAccountAuthorizationsResponse Source #

Create a value of ListCrossAccountAuthorizationsResponse 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:crossAccountAuthorizations:ListCrossAccountAuthorizationsResponse', listCrossAccountAuthorizationsResponse_crossAccountAuthorizations - A list of CrossAccountAuthorizations

$sel:nextToken:ListCrossAccountAuthorizations', listCrossAccountAuthorizationsResponse_nextToken - A token that can be used to resume pagination from the end of the collection.

$sel:httpStatus:ListCrossAccountAuthorizationsResponse', listCrossAccountAuthorizationsResponse_httpStatus - The response's http status code.

Response Lenses

listCrossAccountAuthorizationsResponse_nextToken :: Lens' ListCrossAccountAuthorizationsResponse (Maybe Text) Source #

A token that can be used to resume pagination from the end of the collection.