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

Description

Returns a collection of recommendations to improve resilliance and readiness check quality for a Recovery Group.

Synopsis

Creating a Request

data GetArchitectureRecommendations Source #

See: newGetArchitectureRecommendations smart constructor.

Constructors

GetArchitectureRecommendations' 

Fields

Instances

Instances details
Eq GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Read GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Show GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Generic GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Associated Types

type Rep GetArchitectureRecommendations :: Type -> Type #

NFData GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Hashable GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

AWSRequest GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

ToHeaders GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

ToPath GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

ToQuery GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

type Rep GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

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

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

newGetArchitectureRecommendations Source #

Create a value of GetArchitectureRecommendations 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:GetArchitectureRecommendations', getArchitectureRecommendations_nextToken - A token that can be used to resume pagination from the end of the collection.

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

$sel:recoveryGroupName:GetArchitectureRecommendations', getArchitectureRecommendations_recoveryGroupName - Name of RecoveryGroup (top level resource) to be analyzed.

Request Lenses

getArchitectureRecommendations_nextToken :: Lens' GetArchitectureRecommendations (Maybe Text) Source #

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

getArchitectureRecommendations_recoveryGroupName :: Lens' GetArchitectureRecommendations Text Source #

Name of RecoveryGroup (top level resource) to be analyzed.

Destructuring the Response

data GetArchitectureRecommendationsResponse Source #

Constructors

GetArchitectureRecommendationsResponse' 

Fields

Instances

Instances details
Eq GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Read GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Show GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Generic GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

NFData GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

type Rep GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

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

newGetArchitectureRecommendationsResponse Source #

Create a value of GetArchitectureRecommendationsResponse 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:lastAuditTimestamp:GetArchitectureRecommendationsResponse', getArchitectureRecommendationsResponse_lastAuditTimestamp - The time a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.

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

$sel:recommendations:GetArchitectureRecommendationsResponse', getArchitectureRecommendationsResponse_recommendations - A list of recommendations for the customer's application

$sel:httpStatus:GetArchitectureRecommendationsResponse', getArchitectureRecommendationsResponse_httpStatus - The response's http status code.

Response Lenses

getArchitectureRecommendationsResponse_lastAuditTimestamp :: Lens' GetArchitectureRecommendationsResponse (Maybe UTCTime) Source #

The time a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.

getArchitectureRecommendationsResponse_nextToken :: Lens' GetArchitectureRecommendationsResponse (Maybe Text) Source #

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