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

Description

Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.

Synopsis

Creating a Request

data GetArchitectureRecommendations Source #

See: newGetArchitectureRecommendations smart constructor.

Constructors

GetArchitectureRecommendations' 

Fields

Instances

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

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

Read GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Show GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

NFData GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Eq GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Hashable GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

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

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

GetArchitectureRecommendations, getArchitectureRecommendations_nextToken - The token that identifies which batch of results you want to see.

GetArchitectureRecommendations, getArchitectureRecommendations_recoveryGroupName - The name of a recovery group.

Request Lenses

getArchitectureRecommendations_maxResults :: Lens' GetArchitectureRecommendations (Maybe Natural) Source #

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

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

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

Destructuring the Response

data GetArchitectureRecommendationsResponse Source #

Constructors

GetArchitectureRecommendationsResponse' 

Fields

Instances

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

NFData GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Eq 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" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetArchitectureRecommendationsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastAuditTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: 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 that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.

GetArchitectureRecommendations, getArchitectureRecommendationsResponse_nextToken - The token that identifies which batch of results you want to see.

$sel:recommendations:GetArchitectureRecommendationsResponse', getArchitectureRecommendationsResponse_recommendations - A list of the 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 that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.

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

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