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

Description

Lists the recovery groups in an account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRecoveryGroups Source #

See: newListRecoveryGroups smart constructor.

Constructors

ListRecoveryGroups' 

Fields

Instances

Instances details
ToHeaders ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

ToPath ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

ToQuery ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

AWSPager ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

AWSRequest ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Associated Types

type AWSResponse ListRecoveryGroups #

Generic ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Associated Types

type Rep ListRecoveryGroups :: Type -> Type #

Read ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Show ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

NFData ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Methods

rnf :: ListRecoveryGroups -> () #

Eq ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Hashable ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

type AWSResponse ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

type Rep ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

type Rep ListRecoveryGroups = D1 ('MetaData "ListRecoveryGroups" "Amazonka.Route53RecoveryReadiness.ListRecoveryGroups" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListRecoveryGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListRecoveryGroups :: ListRecoveryGroups Source #

Create a value of ListRecoveryGroups 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:ListRecoveryGroups', listRecoveryGroups_maxResults - The number of objects that you want to return with this call.

ListRecoveryGroups, listRecoveryGroups_nextToken - The token that identifies which batch of results you want to see.

Request Lenses

listRecoveryGroups_maxResults :: Lens' ListRecoveryGroups (Maybe Natural) Source #

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

listRecoveryGroups_nextToken :: Lens' ListRecoveryGroups (Maybe Text) Source #

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

Destructuring the Response

data ListRecoveryGroupsResponse Source #

See: newListRecoveryGroupsResponse smart constructor.

Constructors

ListRecoveryGroupsResponse' 

Fields

Instances

Instances details
Generic ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Associated Types

type Rep ListRecoveryGroupsResponse :: Type -> Type #

Read ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Show ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

NFData ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Eq ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

type Rep ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

type Rep ListRecoveryGroupsResponse = D1 ('MetaData "ListRecoveryGroupsResponse" "Amazonka.Route53RecoveryReadiness.ListRecoveryGroups" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListRecoveryGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recoveryGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecoveryGroupOutput])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRecoveryGroupsResponse Source #

Create a value of ListRecoveryGroupsResponse 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:

ListRecoveryGroups, listRecoveryGroupsResponse_nextToken - The token that identifies which batch of results you want to see.

$sel:recoveryGroups:ListRecoveryGroupsResponse', listRecoveryGroupsResponse_recoveryGroups - A list of recovery groups.

$sel:httpStatus:ListRecoveryGroupsResponse', listRecoveryGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listRecoveryGroupsResponse_nextToken :: Lens' ListRecoveryGroupsResponse (Maybe Text) Source #

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