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

Description

Returns a collection of Recovery Groups.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRecoveryGroups Source #

See: newListRecoveryGroups smart constructor.

Constructors

ListRecoveryGroups' 

Fields

Instances

Instances details
Eq ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Read ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Show ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Generic ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Associated Types

type Rep ListRecoveryGroups :: Type -> Type #

NFData ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Methods

rnf :: ListRecoveryGroups -> () #

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

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

type Rep ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

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

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

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

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

Request Lenses

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

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

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

Upper bound on number of records to return.

Destructuring the Response

data ListRecoveryGroupsResponse Source #

See: newListRecoveryGroupsResponse smart constructor.

Constructors

ListRecoveryGroupsResponse' 

Fields

Instances

Instances details
Eq ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Read ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Show ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Generic ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Associated Types

type Rep ListRecoveryGroupsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "ListRecoveryGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecoveryGroupOutput])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:recoveryGroups:ListRecoveryGroupsResponse', listRecoveryGroupsResponse_recoveryGroups - A list of RecoveryGroups

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

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

Response Lenses

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

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