amazonka-route53-recovery-readiness-2.0: Amazon Route53 Recovery Readiness 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.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Description

Lists the cross-account readiness authorizations that are in place for an account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCrossAccountAuthorizations Source #

See: newListCrossAccountAuthorizations smart constructor.

Constructors

ListCrossAccountAuthorizations' 

Fields

Instances

Instances details
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

AWSPager ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

AWSRequest 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 #

Read ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Show ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

NFData ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Eq ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Hashable ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

type AWSResponse 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" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListCrossAccountAuthorizations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:maxResults:ListCrossAccountAuthorizations', listCrossAccountAuthorizations_maxResults - The number of objects that you want to return with this call.

ListCrossAccountAuthorizations, listCrossAccountAuthorizations_nextToken - The token that identifies which batch of results you want to see.

Request Lenses

listCrossAccountAuthorizations_maxResults :: Lens' ListCrossAccountAuthorizations (Maybe Natural) Source #

The number of objects that you want to return with this call.

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

The token that identifies which batch of results you want to see.

Destructuring the Response

data ListCrossAccountAuthorizationsResponse Source #

Constructors

ListCrossAccountAuthorizationsResponse' 

Fields

Instances

Instances details
Generic 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

NFData ListCrossAccountAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Eq 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" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" '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 cross-account authorizations.

ListCrossAccountAuthorizations, listCrossAccountAuthorizationsResponse_nextToken - The token that identifies which batch of results you want to see.

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

Response Lenses

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

The token that identifies which batch of results you want to see.