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

Description

Derived from API version 2019-12-02 of the AWS service descriptions, licensed under Apache 2.0.

Recovery readiness

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-12-02 of the Amazon Route53 Recovery Readiness SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Route53RecoveryReadiness.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

User does not have sufficient access to perform this action.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

Updating or deleting a resource can cause an inconsistent state.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

An unexpected error occurred.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The requested resource does not exist.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

Request was denied due to request throttling.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The input fails to satisfy the constraints specified by an AWS service.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateCell

data CreateCell Source #

See: newCreateCell smart constructor.

Instances

Instances details
ToJSON CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

ToHeaders CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Methods

toHeaders :: CreateCell -> [Header] #

ToPath CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

ToQuery CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

AWSRequest CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type AWSResponse CreateCell #

Generic CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type Rep CreateCell :: Type -> Type #

Read CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Show CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

NFData CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Methods

rnf :: CreateCell -> () #

Eq CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Hashable CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type AWSResponse CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCell = D1 ('MetaData "CreateCell" "Amazonka.Route53RecoveryReadiness.CreateCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CreateCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateCell Source #

Arguments

:: Text

CreateCell

-> CreateCell 

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

CreateCell, createCell_cells - A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.

CreateCell, createCell_tags - Undocumented member.

CreateCell, createCell_cellName - The name of the cell to create.

data CreateCellResponse Source #

See: newCreateCellResponse smart constructor.

Instances

Instances details
Generic CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type Rep CreateCellResponse :: Type -> Type #

Read CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Show CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

NFData CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Methods

rnf :: CreateCellResponse -> () #

Eq CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCellResponse = D1 ('MetaData "CreateCellResponse" "Amazonka.Route53RecoveryReadiness.CreateCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CreateCellResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cellArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateCellResponse Source #

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

CreateCellResponse, createCellResponse_cellArn - The Amazon Resource Name (ARN) for the cell.

CreateCell, createCellResponse_cellName - The name of the cell.

CreateCell, createCellResponse_cells - A list of cell ARNs.

CreateCellResponse, createCellResponse_parentReadinessScopes - The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

CreateCell, createCellResponse_tags - Tags on the resources.

$sel:httpStatus:CreateCellResponse', createCellResponse_httpStatus - The response's http status code.

CreateCrossAccountAuthorization

data CreateCrossAccountAuthorization Source #

See: newCreateCrossAccountAuthorization smart constructor.

Instances

Instances details
ToJSON CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

ToHeaders CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

ToPath CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

ToQuery CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

AWSRequest CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Generic CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Associated Types

type Rep CreateCrossAccountAuthorization :: Type -> Type #

Read CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Show CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

NFData CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Eq CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Hashable CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

type AWSResponse CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

type Rep CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

type Rep CreateCrossAccountAuthorization = D1 ('MetaData "CreateCrossAccountAuthorization" "Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CreateCrossAccountAuthorization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossAccountAuthorization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateCrossAccountAuthorization Source #

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

CreateCrossAccountAuthorization, createCrossAccountAuthorization_crossAccountAuthorization - The cross-account authorization.

data CreateCrossAccountAuthorizationResponse Source #

Instances

Instances details
Generic CreateCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Read CreateCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Show CreateCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

NFData CreateCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Eq CreateCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

type Rep CreateCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

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

newCreateCrossAccountAuthorizationResponse Source #

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

CreateCrossAccountAuthorization, createCrossAccountAuthorizationResponse_crossAccountAuthorization - The cross-account authorization.

$sel:httpStatus:CreateCrossAccountAuthorizationResponse', createCrossAccountAuthorizationResponse_httpStatus - The response's http status code.

CreateReadinessCheck

data CreateReadinessCheck Source #

See: newCreateReadinessCheck smart constructor.

Instances

Instances details
ToJSON CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

ToHeaders CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

ToPath CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

ToQuery CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

AWSRequest CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Associated Types

type AWSResponse CreateReadinessCheck #

Generic CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Associated Types

type Rep CreateReadinessCheck :: Type -> Type #

Read CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Show CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

NFData CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Methods

rnf :: CreateReadinessCheck -> () #

Eq CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Hashable CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

type AWSResponse CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

type Rep CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

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

newCreateReadinessCheck Source #

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

CreateReadinessCheck, createReadinessCheck_tags - Undocumented member.

CreateReadinessCheck, createReadinessCheck_resourceSetName - The name of the resource set to check.

CreateReadinessCheck, createReadinessCheck_readinessCheckName - The name of the readiness check to create.

data CreateReadinessCheckResponse Source #

See: newCreateReadinessCheckResponse smart constructor.

Instances

Instances details
Generic CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Associated Types

type Rep CreateReadinessCheckResponse :: Type -> Type #

Read CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Show CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

NFData CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Eq CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

type Rep CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

type Rep CreateReadinessCheckResponse = D1 ('MetaData "CreateReadinessCheckResponse" "Amazonka.Route53RecoveryReadiness.CreateReadinessCheck" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CreateReadinessCheckResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readinessCheckArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateReadinessCheckResponse Source #

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

CreateReadinessCheckResponse, createReadinessCheckResponse_readinessCheckArn - The Amazon Resource Name (ARN) associated with a readiness check.

CreateReadinessCheck, createReadinessCheckResponse_readinessCheckName - Name of a readiness check.

CreateReadinessCheckResponse, createReadinessCheckResponse_resourceSet - Name of the resource set to be checked.

CreateReadinessCheck, createReadinessCheckResponse_tags - Undocumented member.

$sel:httpStatus:CreateReadinessCheckResponse', createReadinessCheckResponse_httpStatus - The response's http status code.

CreateRecoveryGroup

data CreateRecoveryGroup Source #

See: newCreateRecoveryGroup smart constructor.

Instances

Instances details
ToJSON CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

ToHeaders CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

ToPath CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

ToQuery CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

AWSRequest CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Associated Types

type AWSResponse CreateRecoveryGroup #

Generic CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Associated Types

type Rep CreateRecoveryGroup :: Type -> Type #

Read CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Show CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

NFData CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Methods

rnf :: CreateRecoveryGroup -> () #

Eq CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Hashable CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

type AWSResponse CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

type Rep CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

type Rep CreateRecoveryGroup = D1 ('MetaData "CreateRecoveryGroup" "Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CreateRecoveryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateRecoveryGroup Source #

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

CreateRecoveryGroup, createRecoveryGroup_cells - A list of the cell Amazon Resource Names (ARNs) in the recovery group.

CreateRecoveryGroup, createRecoveryGroup_tags - Undocumented member.

CreateRecoveryGroup, createRecoveryGroup_recoveryGroupName - The name of the recovery group to create.

data CreateRecoveryGroupResponse Source #

See: newCreateRecoveryGroupResponse smart constructor.

Instances

Instances details
Generic CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Associated Types

type Rep CreateRecoveryGroupResponse :: Type -> Type #

Read CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Show CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

NFData CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Eq CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

type Rep CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

type Rep CreateRecoveryGroupResponse = D1 ('MetaData "CreateRecoveryGroupResponse" "Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CreateRecoveryGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "recoveryGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateRecoveryGroupResponse Source #

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

CreateRecoveryGroup, createRecoveryGroupResponse_cells - A list of a cell's Amazon Resource Names (ARNs).

CreateRecoveryGroupResponse, createRecoveryGroupResponse_recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.

CreateRecoveryGroup, createRecoveryGroupResponse_recoveryGroupName - The name of the recovery group.

CreateRecoveryGroup, createRecoveryGroupResponse_tags - The tags associated with the recovery group.

$sel:httpStatus:CreateRecoveryGroupResponse', createRecoveryGroupResponse_httpStatus - The response's http status code.

CreateResourceSet

data CreateResourceSet Source #

See: newCreateResourceSet smart constructor.

Instances

Instances details
ToJSON CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

ToHeaders CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

ToPath CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

ToQuery CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

AWSRequest CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Associated Types

type AWSResponse CreateResourceSet #

Generic CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Associated Types

type Rep CreateResourceSet :: Type -> Type #

Read CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Show CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

NFData CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Methods

rnf :: CreateResourceSet -> () #

Eq CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Hashable CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

type AWSResponse CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

type Rep CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

type Rep CreateResourceSet = D1 ('MetaData "CreateResourceSet" "Amazonka.Route53RecoveryReadiness.CreateResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CreateResourceSet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Resource]))))

newCreateResourceSet Source #

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

CreateResourceSet, createResourceSet_tags - A tag to associate with the parameters for a resource set.

CreateResourceSet, createResourceSet_resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource type:

AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource

CreateResourceSet, createResourceSet_resourceSetName - The name of the resource set to create.

CreateResourceSet, createResourceSet_resources - A list of resource objects in the resource set.

data CreateResourceSetResponse Source #

See: newCreateResourceSetResponse smart constructor.

Instances

Instances details
Generic CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Associated Types

type Rep CreateResourceSetResponse :: Type -> Type #

Read CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Show CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

NFData CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Eq CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

type Rep CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

type Rep CreateResourceSetResponse = D1 ('MetaData "CreateResourceSetResponse" "Amazonka.Route53RecoveryReadiness.CreateResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CreateResourceSetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Resource])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateResourceSetResponse Source #

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

CreateResourceSetResponse, createResourceSetResponse_resourceSetArn - The Amazon Resource Name (ARN) for the resource set.

CreateResourceSet, createResourceSetResponse_resourceSetName - The name of the resource set.

CreateResourceSet, createResourceSetResponse_resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource type:

AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource

CreateResourceSet, createResourceSetResponse_resources - A list of resource objects.

CreateResourceSet, createResourceSetResponse_tags - Undocumented member.

$sel:httpStatus:CreateResourceSetResponse', createResourceSetResponse_httpStatus - The response's http status code.

DeleteCell

data DeleteCell Source #

See: newDeleteCell smart constructor.

Constructors

DeleteCell' Text 

Instances

Instances details
ToHeaders DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

toHeaders :: DeleteCell -> [Header] #

ToPath DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

ToQuery DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

AWSRequest DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type AWSResponse DeleteCell #

Generic DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type Rep DeleteCell :: Type -> Type #

Read DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Show DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

NFData DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

rnf :: DeleteCell -> () #

Eq DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Hashable DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type AWSResponse DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCell = D1 ('MetaData "DeleteCell" "Amazonka.Route53RecoveryReadiness.DeleteCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCell Source #

Arguments

:: Text

DeleteCell

-> DeleteCell 

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

DeleteCell, deleteCell_cellName - The name of the cell.

data DeleteCellResponse Source #

See: newDeleteCellResponse smart constructor.

Constructors

DeleteCellResponse' 

Instances

Instances details
Generic DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type Rep DeleteCellResponse :: Type -> Type #

Read DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Show DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

NFData DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

rnf :: DeleteCellResponse -> () #

Eq DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCellResponse = D1 ('MetaData "DeleteCellResponse" "Amazonka.Route53RecoveryReadiness.DeleteCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteCellResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteCellResponse :: DeleteCellResponse Source #

Create a value of DeleteCellResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteCrossAccountAuthorization

data DeleteCrossAccountAuthorization Source #

See: newDeleteCrossAccountAuthorization smart constructor.

Instances

Instances details
ToHeaders DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

ToPath DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

ToQuery DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

AWSRequest DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Generic DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Associated Types

type Rep DeleteCrossAccountAuthorization :: Type -> Type #

Read DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Show DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

NFData DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Eq DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Hashable DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

type AWSResponse DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

type Rep DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

type Rep DeleteCrossAccountAuthorization = D1 ('MetaData "DeleteCrossAccountAuthorization" "Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteCrossAccountAuthorization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "crossAccountAuthorization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCrossAccountAuthorization Source #

Create a value of DeleteCrossAccountAuthorization 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:crossAccountAuthorization:DeleteCrossAccountAuthorization', deleteCrossAccountAuthorization_crossAccountAuthorization - The cross-account authorization.

data DeleteCrossAccountAuthorizationResponse Source #

Instances

Instances details
Generic DeleteCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Read DeleteCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Show DeleteCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

NFData DeleteCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Eq DeleteCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

type Rep DeleteCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

type Rep DeleteCrossAccountAuthorizationResponse = D1 ('MetaData "DeleteCrossAccountAuthorizationResponse" "Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteCrossAccountAuthorizationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCrossAccountAuthorizationResponse Source #

Create a value of DeleteCrossAccountAuthorizationResponse 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:httpStatus:DeleteCrossAccountAuthorizationResponse', deleteCrossAccountAuthorizationResponse_httpStatus - The response's http status code.

DeleteReadinessCheck

data DeleteReadinessCheck Source #

See: newDeleteReadinessCheck smart constructor.

Instances

Instances details
ToHeaders DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

ToPath DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

ToQuery DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

AWSRequest DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Associated Types

type AWSResponse DeleteReadinessCheck #

Generic DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Associated Types

type Rep DeleteReadinessCheck :: Type -> Type #

Read DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Show DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

NFData DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Methods

rnf :: DeleteReadinessCheck -> () #

Eq DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Hashable DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

type AWSResponse DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

type Rep DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

type Rep DeleteReadinessCheck = D1 ('MetaData "DeleteReadinessCheck" "Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteReadinessCheck'" 'PrefixI 'True) (S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteReadinessCheck Source #

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

DeleteReadinessCheck, deleteReadinessCheck_readinessCheckName - Name of a readiness check.

data DeleteReadinessCheckResponse Source #

See: newDeleteReadinessCheckResponse smart constructor.

Instances

Instances details
Generic DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Associated Types

type Rep DeleteReadinessCheckResponse :: Type -> Type #

Read DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Show DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

NFData DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Eq DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

type Rep DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

type Rep DeleteReadinessCheckResponse = D1 ('MetaData "DeleteReadinessCheckResponse" "Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteReadinessCheckResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteReadinessCheckResponse :: DeleteReadinessCheckResponse Source #

Create a value of DeleteReadinessCheckResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteRecoveryGroup

data DeleteRecoveryGroup Source #

See: newDeleteRecoveryGroup smart constructor.

Instances

Instances details
ToHeaders DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

ToPath DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

ToQuery DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

AWSRequest DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Associated Types

type AWSResponse DeleteRecoveryGroup #

Generic DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Associated Types

type Rep DeleteRecoveryGroup :: Type -> Type #

Read DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Show DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

NFData DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Methods

rnf :: DeleteRecoveryGroup -> () #

Eq DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Hashable DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

type AWSResponse DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

type Rep DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

type Rep DeleteRecoveryGroup = D1 ('MetaData "DeleteRecoveryGroup" "Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteRecoveryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRecoveryGroup Source #

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

DeleteRecoveryGroup, deleteRecoveryGroup_recoveryGroupName - The name of a recovery group.

data DeleteRecoveryGroupResponse Source #

See: newDeleteRecoveryGroupResponse smart constructor.

Instances

Instances details
Generic DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Associated Types

type Rep DeleteRecoveryGroupResponse :: Type -> Type #

Read DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Show DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

NFData DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Eq DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

type Rep DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

type Rep DeleteRecoveryGroupResponse = D1 ('MetaData "DeleteRecoveryGroupResponse" "Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteRecoveryGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRecoveryGroupResponse :: DeleteRecoveryGroupResponse Source #

Create a value of DeleteRecoveryGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

DeleteResourceSet

data DeleteResourceSet Source #

See: newDeleteResourceSet smart constructor.

Constructors

DeleteResourceSet' Text 

Instances

Instances details
ToHeaders DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

ToPath DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

ToQuery DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

AWSRequest DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Associated Types

type AWSResponse DeleteResourceSet #

Generic DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Associated Types

type Rep DeleteResourceSet :: Type -> Type #

Read DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Show DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

NFData DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Methods

rnf :: DeleteResourceSet -> () #

Eq DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Hashable DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

type AWSResponse DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

type Rep DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

type Rep DeleteResourceSet = D1 ('MetaData "DeleteResourceSet" "Amazonka.Route53RecoveryReadiness.DeleteResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteResourceSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteResourceSet Source #

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

DeleteResourceSet, deleteResourceSet_resourceSetName - Name of a resource set.

data DeleteResourceSetResponse Source #

See: newDeleteResourceSetResponse smart constructor.

Instances

Instances details
Generic DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Associated Types

type Rep DeleteResourceSetResponse :: Type -> Type #

Read DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Show DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

NFData DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Eq DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

type Rep DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

type Rep DeleteResourceSetResponse = D1 ('MetaData "DeleteResourceSetResponse" "Amazonka.Route53RecoveryReadiness.DeleteResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DeleteResourceSetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteResourceSetResponse :: DeleteResourceSetResponse Source #

Create a value of DeleteResourceSetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

GetArchitectureRecommendations

data GetArchitectureRecommendations Source #

See: newGetArchitectureRecommendations smart constructor.

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.

data GetArchitectureRecommendationsResponse Source #

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.

GetCell

data GetCell Source #

See: newGetCell smart constructor.

Constructors

GetCell' Text 

Instances

Instances details
ToHeaders GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

toHeaders :: GetCell -> [Header] #

ToPath GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

toPath :: GetCell -> ByteString #

ToQuery GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

AWSRequest GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type AWSResponse GetCell #

Generic GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type Rep GetCell :: Type -> Type #

Methods

from :: GetCell -> Rep GetCell x #

to :: Rep GetCell x -> GetCell #

Read GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Show GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

NFData GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

rnf :: GetCell -> () #

Eq GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

(==) :: GetCell -> GetCell -> Bool #

(/=) :: GetCell -> GetCell -> Bool #

Hashable GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

hashWithSalt :: Int -> GetCell -> Int #

hash :: GetCell -> Int #

type AWSResponse GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCell = D1 ('MetaData "GetCell" "Amazonka.Route53RecoveryReadiness.GetCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetCell Source #

Arguments

:: Text

GetCell

-> GetCell 

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

GetCell, getCell_cellName - The name of the cell.

data GetCellResponse Source #

See: newGetCellResponse smart constructor.

Instances

Instances details
Generic GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type Rep GetCellResponse :: Type -> Type #

Read GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Show GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

NFData GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

rnf :: GetCellResponse -> () #

Eq GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCellResponse = D1 ('MetaData "GetCellResponse" "Amazonka.Route53RecoveryReadiness.GetCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetCellResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cellArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetCellResponse Source #

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

GetCellResponse, getCellResponse_cellArn - The Amazon Resource Name (ARN) for the cell.

GetCell, getCellResponse_cellName - The name of the cell.

GetCellResponse, getCellResponse_cells - A list of cell ARNs.

GetCellResponse, getCellResponse_parentReadinessScopes - The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

GetCellResponse, getCellResponse_tags - Tags on the resources.

$sel:httpStatus:GetCellResponse', getCellResponse_httpStatus - The response's http status code.

GetCellReadinessSummary (Paginated)

data GetCellReadinessSummary Source #

See: newGetCellReadinessSummary smart constructor.

Instances

Instances details
ToHeaders GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

ToPath GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

ToQuery GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

AWSPager GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

AWSRequest GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Generic GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Associated Types

type Rep GetCellReadinessSummary :: Type -> Type #

Read GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Show GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

NFData GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Methods

rnf :: GetCellReadinessSummary -> () #

Eq GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Hashable GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

type AWSResponse GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

type Rep GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

type Rep GetCellReadinessSummary = D1 ('MetaData "GetCellReadinessSummary" "Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetCellReadinessSummary'" '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 "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetCellReadinessSummary Source #

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

GetCellReadinessSummary, getCellReadinessSummary_nextToken - The token that identifies which batch of results you want to see.

GetCellReadinessSummary, getCellReadinessSummary_cellName - The name of the cell.

data GetCellReadinessSummaryResponse Source #

See: newGetCellReadinessSummaryResponse smart constructor.

Instances

Instances details
Generic GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Associated Types

type Rep GetCellReadinessSummaryResponse :: Type -> Type #

Read GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Show GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

NFData GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Eq GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

type Rep GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

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

newGetCellReadinessSummaryResponse Source #

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

GetCellReadinessSummary, getCellReadinessSummaryResponse_nextToken - The token that identifies which batch of results you want to see.

GetCellReadinessSummaryResponse, getCellReadinessSummaryResponse_readiness - The readiness at a cell level.

$sel:readinessChecks:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_readinessChecks - Summaries for the readiness checks that make up the cell.

$sel:httpStatus:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_httpStatus - The response's http status code.

GetReadinessCheck

data GetReadinessCheck Source #

See: newGetReadinessCheck smart constructor.

Constructors

GetReadinessCheck' Text 

Instances

Instances details
ToHeaders GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

ToPath GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

ToQuery GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

AWSRequest GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Associated Types

type AWSResponse GetReadinessCheck #

Generic GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Associated Types

type Rep GetReadinessCheck :: Type -> Type #

Read GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Show GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

NFData GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Methods

rnf :: GetReadinessCheck -> () #

Eq GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Hashable GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

type AWSResponse GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

type Rep GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

type Rep GetReadinessCheck = D1 ('MetaData "GetReadinessCheck" "Amazonka.Route53RecoveryReadiness.GetReadinessCheck" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetReadinessCheck'" 'PrefixI 'True) (S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetReadinessCheck Source #

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

GetReadinessCheck, getReadinessCheck_readinessCheckName - Name of a readiness check.

data GetReadinessCheckResponse Source #

See: newGetReadinessCheckResponse smart constructor.

Instances

Instances details
Generic GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Associated Types

type Rep GetReadinessCheckResponse :: Type -> Type #

Read GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Show GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

NFData GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Eq GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

type Rep GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

type Rep GetReadinessCheckResponse = D1 ('MetaData "GetReadinessCheckResponse" "Amazonka.Route53RecoveryReadiness.GetReadinessCheck" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetReadinessCheckResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readinessCheckArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetReadinessCheckResponse Source #

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

GetReadinessCheckResponse, getReadinessCheckResponse_readinessCheckArn - The Amazon Resource Name (ARN) associated with a readiness check.

GetReadinessCheck, getReadinessCheckResponse_readinessCheckName - Name of a readiness check.

GetReadinessCheckResponse, getReadinessCheckResponse_resourceSet - Name of the resource set to be checked.

GetReadinessCheckResponse, getReadinessCheckResponse_tags - Undocumented member.

$sel:httpStatus:GetReadinessCheckResponse', getReadinessCheckResponse_httpStatus - The response's http status code.

GetReadinessCheckResourceStatus (Paginated)

data GetReadinessCheckResourceStatus Source #

See: newGetReadinessCheckResourceStatus smart constructor.

Instances

Instances details
ToHeaders GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

ToPath GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

ToQuery GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

AWSPager GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

AWSRequest GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Generic GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Associated Types

type Rep GetReadinessCheckResourceStatus :: Type -> Type #

Read GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Show GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

NFData GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Eq GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Hashable GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

type AWSResponse GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

type Rep GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

type Rep GetReadinessCheckResourceStatus = D1 ('MetaData "GetReadinessCheckResourceStatus" "Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetReadinessCheckResourceStatus'" '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 "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetReadinessCheckResourceStatus Source #

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

GetReadinessCheckResourceStatus, getReadinessCheckResourceStatus_nextToken - The token that identifies which batch of results you want to see.

GetReadinessCheckResourceStatus, getReadinessCheckResourceStatus_readinessCheckName - Name of a readiness check.

$sel:resourceIdentifier:GetReadinessCheckResourceStatus', getReadinessCheckResourceStatus_resourceIdentifier - The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource).

data GetReadinessCheckResourceStatusResponse Source #

Instances

Instances details
Generic GetReadinessCheckResourceStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Read GetReadinessCheckResourceStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Show GetReadinessCheckResourceStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

NFData GetReadinessCheckResourceStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Eq GetReadinessCheckResourceStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

type Rep GetReadinessCheckResourceStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

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

newGetReadinessCheckResourceStatusResponse Source #

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

GetReadinessCheckResourceStatus, getReadinessCheckResourceStatusResponse_nextToken - The token that identifies which batch of results you want to see.

GetReadinessCheckResourceStatusResponse, getReadinessCheckResourceStatusResponse_readiness - The readiness at a rule level.

$sel:rules:GetReadinessCheckResourceStatusResponse', getReadinessCheckResourceStatusResponse_rules - Details of the rule's results.

$sel:httpStatus:GetReadinessCheckResourceStatusResponse', getReadinessCheckResourceStatusResponse_httpStatus - The response's http status code.

GetReadinessCheckStatus (Paginated)

data GetReadinessCheckStatus Source #

See: newGetReadinessCheckStatus smart constructor.

Instances

Instances details
ToHeaders GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

ToPath GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

ToQuery GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

AWSPager GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

AWSRequest GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Generic GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Associated Types

type Rep GetReadinessCheckStatus :: Type -> Type #

Read GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Show GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

NFData GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Methods

rnf :: GetReadinessCheckStatus -> () #

Eq GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Hashable GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

type AWSResponse GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

type Rep GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

type Rep GetReadinessCheckStatus = D1 ('MetaData "GetReadinessCheckStatus" "Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetReadinessCheckStatus'" '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 "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetReadinessCheckStatus Source #

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

GetReadinessCheckStatus, getReadinessCheckStatus_nextToken - The token that identifies which batch of results you want to see.

GetReadinessCheckStatus, getReadinessCheckStatus_readinessCheckName - Name of a readiness check.

data GetReadinessCheckStatusResponse Source #

See: newGetReadinessCheckStatusResponse smart constructor.

Instances

Instances details
Generic GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Associated Types

type Rep GetReadinessCheckStatusResponse :: Type -> Type #

Read GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Show GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

NFData GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Eq GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

type Rep GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

type Rep GetReadinessCheckStatusResponse = D1 ('MetaData "GetReadinessCheckStatusResponse" "Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetReadinessCheckStatusResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "messages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Message])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "readiness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Readiness)) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceResult])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetReadinessCheckStatusResponse Source #

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

GetReadinessCheckStatusResponse, getReadinessCheckStatusResponse_messages - Top level messages for readiness check status

GetReadinessCheckStatus, getReadinessCheckStatusResponse_nextToken - The token that identifies which batch of results you want to see.

GetReadinessCheckStatusResponse, getReadinessCheckStatusResponse_readiness - The readiness at rule level.

GetReadinessCheckStatusResponse, getReadinessCheckStatusResponse_resources - Summary of the readiness of resources.

$sel:httpStatus:GetReadinessCheckStatusResponse', getReadinessCheckStatusResponse_httpStatus - The response's http status code.

GetRecoveryGroup

data GetRecoveryGroup Source #

See: newGetRecoveryGroup smart constructor.

Constructors

GetRecoveryGroup' Text 

Instances

Instances details
ToHeaders GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

ToPath GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

ToQuery GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

AWSRequest GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type AWSResponse GetRecoveryGroup #

Generic GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type Rep GetRecoveryGroup :: Type -> Type #

Read GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Show GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

NFData GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Methods

rnf :: GetRecoveryGroup -> () #

Eq GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Hashable GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type AWSResponse GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type Rep GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type Rep GetRecoveryGroup = D1 ('MetaData "GetRecoveryGroup" "Amazonka.Route53RecoveryReadiness.GetRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetRecoveryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRecoveryGroup Source #

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

GetRecoveryGroup, getRecoveryGroup_recoveryGroupName - The name of a recovery group.

data GetRecoveryGroupResponse Source #

See: newGetRecoveryGroupResponse smart constructor.

Instances

Instances details
Generic GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type Rep GetRecoveryGroupResponse :: Type -> Type #

Read GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Show GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

NFData GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Eq GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type Rep GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type Rep GetRecoveryGroupResponse = D1 ('MetaData "GetRecoveryGroupResponse" "Amazonka.Route53RecoveryReadiness.GetRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetRecoveryGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "recoveryGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetRecoveryGroupResponse Source #

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

GetRecoveryGroupResponse, getRecoveryGroupResponse_cells - A list of a cell's Amazon Resource Names (ARNs).

GetRecoveryGroupResponse, getRecoveryGroupResponse_recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.

GetRecoveryGroup, getRecoveryGroupResponse_recoveryGroupName - The name of the recovery group.

GetRecoveryGroupResponse, getRecoveryGroupResponse_tags - The tags associated with the recovery group.

$sel:httpStatus:GetRecoveryGroupResponse', getRecoveryGroupResponse_httpStatus - The response's http status code.

GetRecoveryGroupReadinessSummary (Paginated)

data GetRecoveryGroupReadinessSummary Source #

See: newGetRecoveryGroupReadinessSummary smart constructor.

Instances

Instances details
ToHeaders GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

ToPath GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

ToQuery GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

AWSPager GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

AWSRequest GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Generic GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Associated Types

type Rep GetRecoveryGroupReadinessSummary :: Type -> Type #

Read GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Show GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

NFData GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Eq GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Hashable GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

type AWSResponse GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

type Rep GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

type Rep GetRecoveryGroupReadinessSummary = D1 ('MetaData "GetRecoveryGroupReadinessSummary" "Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetRecoveryGroupReadinessSummary'" '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))))

newGetRecoveryGroupReadinessSummary Source #

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

GetRecoveryGroupReadinessSummary, getRecoveryGroupReadinessSummary_nextToken - The token that identifies which batch of results you want to see.

GetRecoveryGroupReadinessSummary, getRecoveryGroupReadinessSummary_recoveryGroupName - The name of a recovery group.

data GetRecoveryGroupReadinessSummaryResponse Source #

Instances

Instances details
Generic GetRecoveryGroupReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Read GetRecoveryGroupReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Show GetRecoveryGroupReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

NFData GetRecoveryGroupReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Eq GetRecoveryGroupReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

type Rep GetRecoveryGroupReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

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

newGetRecoveryGroupReadinessSummaryResponse Source #

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

GetRecoveryGroupReadinessSummary, getRecoveryGroupReadinessSummaryResponse_nextToken - The token that identifies which batch of results you want to see.

GetRecoveryGroupReadinessSummaryResponse, getRecoveryGroupReadinessSummaryResponse_readiness - The readiness status at a recovery group level.

$sel:readinessChecks:GetRecoveryGroupReadinessSummaryResponse', getRecoveryGroupReadinessSummaryResponse_readinessChecks - Summaries of the readiness checks for the recovery group.

$sel:httpStatus:GetRecoveryGroupReadinessSummaryResponse', getRecoveryGroupReadinessSummaryResponse_httpStatus - The response's http status code.

GetResourceSet

data GetResourceSet Source #

See: newGetResourceSet smart constructor.

Constructors

GetResourceSet' Text 

Instances

Instances details
ToHeaders GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

ToPath GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

ToQuery GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

AWSRequest GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Associated Types

type AWSResponse GetResourceSet #

Generic GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Associated Types

type Rep GetResourceSet :: Type -> Type #

Read GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Show GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

NFData GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Methods

rnf :: GetResourceSet -> () #

Eq GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Hashable GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

type AWSResponse GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

type Rep GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

type Rep GetResourceSet = D1 ('MetaData "GetResourceSet" "Amazonka.Route53RecoveryReadiness.GetResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetResourceSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetResourceSet Source #

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

GetResourceSet, getResourceSet_resourceSetName - Name of a resource set.

data GetResourceSetResponse Source #

See: newGetResourceSetResponse smart constructor.

Instances

Instances details
Generic GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Associated Types

type Rep GetResourceSetResponse :: Type -> Type #

Read GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Show GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

NFData GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Methods

rnf :: GetResourceSetResponse -> () #

Eq GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

type Rep GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

type Rep GetResourceSetResponse = D1 ('MetaData "GetResourceSetResponse" "Amazonka.Route53RecoveryReadiness.GetResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetResourceSetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Resource])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetResourceSetResponse Source #

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

GetResourceSetResponse, getResourceSetResponse_resourceSetArn - The Amazon Resource Name (ARN) for the resource set.

GetResourceSet, getResourceSetResponse_resourceSetName - The name of the resource set.

GetResourceSetResponse, getResourceSetResponse_resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource type:

AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource

GetResourceSetResponse, getResourceSetResponse_resources - A list of resource objects.

GetResourceSetResponse, getResourceSetResponse_tags - Undocumented member.

$sel:httpStatus:GetResourceSetResponse', getResourceSetResponse_httpStatus - The response's http status code.

ListCells (Paginated)

data ListCells Source #

See: newListCells smart constructor.

Constructors

ListCells' (Maybe Natural) (Maybe Text) 

Instances

Instances details
ToHeaders ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

toHeaders :: ListCells -> [Header] #

ToPath ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

ToQuery ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

AWSPager ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

AWSRequest ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type AWSResponse ListCells #

Generic ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type Rep ListCells :: Type -> Type #

Read ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Show ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

NFData ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

rnf :: ListCells -> () #

Eq ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Hashable ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type AWSResponse ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type Rep ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

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

newListCells :: ListCells Source #

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

ListCells, listCells_nextToken - The token that identifies which batch of results you want to see.

data ListCellsResponse Source #

See: newListCellsResponse smart constructor.

Instances

Instances details
Generic ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type Rep ListCellsResponse :: Type -> Type #

Read ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Show ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

NFData ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

rnf :: ListCellsResponse -> () #

Eq ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type Rep ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

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

newListCellsResponse Source #

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

ListCellsResponse, listCellsResponse_cells - A list of cells.

ListCells, listCellsResponse_nextToken - The token that identifies which batch of results you want to see.

$sel:httpStatus:ListCellsResponse', listCellsResponse_httpStatus - The response's http status code.

ListCrossAccountAuthorizations (Paginated)

data ListCrossAccountAuthorizations Source #

See: newListCrossAccountAuthorizations smart constructor.

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.

data ListCrossAccountAuthorizationsResponse Source #

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.

ListReadinessChecks (Paginated)

data ListReadinessChecks Source #

See: newListReadinessChecks smart constructor.

Instances

Instances details
ToHeaders ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

ToPath ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

ToQuery ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

AWSPager ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

AWSRequest ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Associated Types

type AWSResponse ListReadinessChecks #

Generic ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Associated Types

type Rep ListReadinessChecks :: Type -> Type #

Read ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Show ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

NFData ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Methods

rnf :: ListReadinessChecks -> () #

Eq ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Hashable ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

type AWSResponse ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

type Rep ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

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

newListReadinessChecks :: ListReadinessChecks Source #

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

ListReadinessChecks, listReadinessChecks_nextToken - The token that identifies which batch of results you want to see.

data ListReadinessChecksResponse Source #

See: newListReadinessChecksResponse smart constructor.

Instances

Instances details
Generic ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Associated Types

type Rep ListReadinessChecksResponse :: Type -> Type #

Read ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Show ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

NFData ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Eq ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

type Rep ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

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

newListReadinessChecksResponse Source #

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

ListReadinessChecks, listReadinessChecksResponse_nextToken - The token that identifies which batch of results you want to see.

$sel:readinessChecks:ListReadinessChecksResponse', listReadinessChecksResponse_readinessChecks - A list of readiness checks associated with the account.

$sel:httpStatus:ListReadinessChecksResponse', listReadinessChecksResponse_httpStatus - The response's http status code.

ListRecoveryGroups (Paginated)

data ListRecoveryGroups Source #

See: newListRecoveryGroups smart constructor.

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.

data ListRecoveryGroupsResponse Source #

See: newListRecoveryGroupsResponse smart constructor.

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.

ListResourceSets (Paginated)

data ListResourceSets Source #

See: newListResourceSets smart constructor.

Instances

Instances details
ToHeaders ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

ToPath ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

ToQuery ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

AWSPager ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

AWSRequest ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Associated Types

type AWSResponse ListResourceSets #

Generic ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Associated Types

type Rep ListResourceSets :: Type -> Type #

Read ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Show ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

NFData ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Methods

rnf :: ListResourceSets -> () #

Eq ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Hashable ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

type AWSResponse ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

type Rep ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

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

newListResourceSets :: ListResourceSets Source #

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

ListResourceSets, listResourceSets_nextToken - The token that identifies which batch of results you want to see.

data ListResourceSetsResponse Source #

See: newListResourceSetsResponse smart constructor.

Instances

Instances details
Generic ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Associated Types

type Rep ListResourceSetsResponse :: Type -> Type #

Read ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Show ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

NFData ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Eq ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

type Rep ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

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

newListResourceSetsResponse Source #

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

ListResourceSets, listResourceSetsResponse_nextToken - The token that identifies which batch of results you want to see.

$sel:resourceSets:ListResourceSetsResponse', listResourceSetsResponse_resourceSets - A list of resource sets associated with the account.

$sel:httpStatus:ListResourceSetsResponse', listResourceSetsResponse_httpStatus - The response's http status code.

ListRules (Paginated)

data ListRules Source #

See: newListRules smart constructor.

Instances

Instances details
ToHeaders ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Methods

toHeaders :: ListRules -> [Header] #

ToPath ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

ToQuery ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

AWSPager ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

AWSRequest ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Associated Types

type AWSResponse ListRules #

Generic ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Associated Types

type Rep ListRules :: Type -> Type #

Read ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Show ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

NFData ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Methods

rnf :: ListRules -> () #

Eq ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Hashable ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

type AWSResponse ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

type Rep ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

type Rep ListRules = D1 ('MetaData "ListRules" "Amazonka.Route53RecoveryReadiness.ListRules" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListRules'" '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 "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListRules :: ListRules Source #

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

ListRules, listRules_nextToken - The token that identifies which batch of results you want to see.

ListRules, listRules_resourceType - The resource type that a readiness rule applies to.

data ListRulesResponse Source #

See: newListRulesResponse smart constructor.

Instances

Instances details
Generic ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Associated Types

type Rep ListRulesResponse :: Type -> Type #

Read ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Show ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

NFData ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Methods

rnf :: ListRulesResponse -> () #

Eq ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

type Rep ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

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

newListRulesResponse Source #

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

ListRules, listRulesResponse_nextToken - The token that identifies which batch of results you want to see.

$sel:rules:ListRulesResponse', listRulesResponse_rules - A list of readiness rules for a specific resource type.

$sel:httpStatus:ListRulesResponse', listRulesResponse_httpStatus - The response's http status code.

ListTagsForResources

data ListTagsForResources Source #

See: newListTagsForResources smart constructor.

Instances

Instances details
ToHeaders ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

ToPath ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

ToQuery ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

AWSRequest ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type AWSResponse ListTagsForResources #

Generic ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type Rep ListTagsForResources :: Type -> Type #

Read ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Show ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

NFData ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Methods

rnf :: ListTagsForResources -> () #

Eq ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Hashable ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type AWSResponse ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type Rep ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type Rep ListTagsForResources = D1 ('MetaData "ListTagsForResources" "Amazonka.Route53RecoveryReadiness.ListTagsForResources" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListTagsForResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResources Source #

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

ListTagsForResources, listTagsForResources_resourceArn - The Amazon Resource Name (ARN) for a resource.

data ListTagsForResourcesResponse Source #

See: newListTagsForResourcesResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type Rep ListTagsForResourcesResponse :: Type -> Type #

Read ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Show ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

NFData ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Eq ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type Rep ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

type Rep ListTagsForResourcesResponse = D1 ('MetaData "ListTagsForResourcesResponse" "Amazonka.Route53RecoveryReadiness.ListTagsForResources" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListTagsForResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourcesResponse Source #

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

ListTagsForResourcesResponse, listTagsForResourcesResponse_tags -

$sel:httpStatus:ListTagsForResourcesResponse', listTagsForResourcesResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Route53RecoveryReadiness.TagResource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

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

TagResource, tagResource_resourceArn - The Amazon Resource Name (ARN) for a resource.

TagResource, tagResource_tags -

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Route53RecoveryReadiness.TagResource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' [Text] Text 

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Route53RecoveryReadiness.UntagResource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUntagResource Source #

Create a value of UntagResource 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:tagKeys:UntagResource', untagResource_tagKeys - The keys for tags you add to resources.

UntagResource, untagResource_resourceArn - The Amazon Resource Name (ARN) for a resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Route53RecoveryReadiness.UntagResource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

UpdateCell

data UpdateCell Source #

See: newUpdateCell smart constructor.

Constructors

UpdateCell' Text [Text] 

Instances

Instances details
ToJSON UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

ToHeaders UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

toHeaders :: UpdateCell -> [Header] #

ToPath UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

ToQuery UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

AWSRequest UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type AWSResponse UpdateCell #

Generic UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type Rep UpdateCell :: Type -> Type #

Read UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Show UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

NFData UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

rnf :: UpdateCell -> () #

Eq UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Hashable UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type AWSResponse UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCell = D1 ('MetaData "UpdateCell" "Amazonka.Route53RecoveryReadiness.UpdateCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUpdateCell Source #

Arguments

:: Text

UpdateCell

-> UpdateCell 

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

UpdateCell, updateCell_cellName - The name of the cell.

UpdateCell, updateCell_cells - A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list.

data UpdateCellResponse Source #

See: newUpdateCellResponse smart constructor.

Instances

Instances details
Generic UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type Rep UpdateCellResponse :: Type -> Type #

Read UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Show UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

NFData UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

rnf :: UpdateCellResponse -> () #

Eq UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCellResponse = D1 ('MetaData "UpdateCellResponse" "Amazonka.Route53RecoveryReadiness.UpdateCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateCellResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cellArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateCellResponse Source #

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

UpdateCellResponse, updateCellResponse_cellArn - The Amazon Resource Name (ARN) for the cell.

UpdateCell, updateCellResponse_cellName - The name of the cell.

UpdateCell, updateCellResponse_cells - A list of cell ARNs.

UpdateCellResponse, updateCellResponse_parentReadinessScopes - The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

UpdateCellResponse, updateCellResponse_tags - Tags on the resources.

$sel:httpStatus:UpdateCellResponse', updateCellResponse_httpStatus - The response's http status code.

UpdateReadinessCheck

data UpdateReadinessCheck Source #

Name of a readiness check to describe.

See: newUpdateReadinessCheck smart constructor.

Instances

Instances details
ToJSON UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

ToHeaders UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

ToPath UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

ToQuery UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

AWSRequest UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Associated Types

type AWSResponse UpdateReadinessCheck #

Generic UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Associated Types

type Rep UpdateReadinessCheck :: Type -> Type #

Read UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Show UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

NFData UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Methods

rnf :: UpdateReadinessCheck -> () #

Eq UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Hashable UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

type AWSResponse UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

type Rep UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

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

newUpdateReadinessCheck Source #

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

UpdateReadinessCheck, updateReadinessCheck_readinessCheckName - Name of a readiness check.

UpdateReadinessCheck, updateReadinessCheck_resourceSetName - The name of the resource set to be checked.

data UpdateReadinessCheckResponse Source #

See: newUpdateReadinessCheckResponse smart constructor.

Instances

Instances details
Generic UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Associated Types

type Rep UpdateReadinessCheckResponse :: Type -> Type #

Read UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Show UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

NFData UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Eq UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

type Rep UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

type Rep UpdateReadinessCheckResponse = D1 ('MetaData "UpdateReadinessCheckResponse" "Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateReadinessCheckResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readinessCheckArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateReadinessCheckResponse Source #

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

UpdateReadinessCheckResponse, updateReadinessCheckResponse_readinessCheckArn - The Amazon Resource Name (ARN) associated with a readiness check.

UpdateReadinessCheck, updateReadinessCheckResponse_readinessCheckName - Name of a readiness check.

UpdateReadinessCheckResponse, updateReadinessCheckResponse_resourceSet - Name of the resource set to be checked.

UpdateReadinessCheckResponse, updateReadinessCheckResponse_tags - Undocumented member.

$sel:httpStatus:UpdateReadinessCheckResponse', updateReadinessCheckResponse_httpStatus - The response's http status code.

UpdateRecoveryGroup

data UpdateRecoveryGroup Source #

Name of a recovery group.

See: newUpdateRecoveryGroup smart constructor.

Instances

Instances details
ToJSON UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

ToHeaders UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

ToPath UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

ToQuery UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

AWSRequest UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type AWSResponse UpdateRecoveryGroup #

Generic UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type Rep UpdateRecoveryGroup :: Type -> Type #

Read UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Show UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

NFData UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Methods

rnf :: UpdateRecoveryGroup -> () #

Eq UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Hashable UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type AWSResponse UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroup = D1 ('MetaData "UpdateRecoveryGroup" "Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateRecoveryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUpdateRecoveryGroup Source #

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

UpdateRecoveryGroup, updateRecoveryGroup_recoveryGroupName - The name of a recovery group.

UpdateRecoveryGroup, updateRecoveryGroup_cells - A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.

data UpdateRecoveryGroupResponse Source #

See: newUpdateRecoveryGroupResponse smart constructor.

Instances

Instances details
Generic UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type Rep UpdateRecoveryGroupResponse :: Type -> Type #

Read UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Show UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

NFData UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Eq UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroupResponse = D1 ('MetaData "UpdateRecoveryGroupResponse" "Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateRecoveryGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "recoveryGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateRecoveryGroupResponse Source #

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

UpdateRecoveryGroup, updateRecoveryGroupResponse_cells - A list of a cell's Amazon Resource Names (ARNs).

UpdateRecoveryGroupResponse, updateRecoveryGroupResponse_recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.

UpdateRecoveryGroup, updateRecoveryGroupResponse_recoveryGroupName - The name of the recovery group.

UpdateRecoveryGroupResponse, updateRecoveryGroupResponse_tags - The tags associated with the recovery group.

$sel:httpStatus:UpdateRecoveryGroupResponse', updateRecoveryGroupResponse_httpStatus - The response's http status code.

UpdateResourceSet

data UpdateResourceSet Source #

Name of a resource set.

See: newUpdateResourceSet smart constructor.

Instances

Instances details
ToJSON UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

ToHeaders UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

ToPath UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

ToQuery UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

AWSRequest UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type AWSResponse UpdateResourceSet #

Generic UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type Rep UpdateResourceSet :: Type -> Type #

Read UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Show UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

NFData UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Methods

rnf :: UpdateResourceSet -> () #

Eq UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Hashable UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type AWSResponse UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSet = D1 ('MetaData "UpdateResourceSet" "Amazonka.Route53RecoveryReadiness.UpdateResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateResourceSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Resource]))))

newUpdateResourceSet Source #

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

UpdateResourceSet, updateResourceSet_resourceSetName - Name of a resource set.

UpdateResourceSet, updateResourceSet_resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource type:

AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource

UpdateResourceSet, updateResourceSet_resources - A list of resource objects.

data UpdateResourceSetResponse Source #

See: newUpdateResourceSetResponse smart constructor.

Instances

Instances details
Generic UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type Rep UpdateResourceSetResponse :: Type -> Type #

Read UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Show UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

NFData UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Eq UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSetResponse = D1 ('MetaData "UpdateResourceSetResponse" "Amazonka.Route53RecoveryReadiness.UpdateResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateResourceSetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Resource])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateResourceSetResponse Source #

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

UpdateResourceSetResponse, updateResourceSetResponse_resourceSetArn - The Amazon Resource Name (ARN) for the resource set.

UpdateResourceSet, updateResourceSetResponse_resourceSetName - The name of the resource set.

UpdateResourceSet, updateResourceSetResponse_resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource type:

AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource

UpdateResourceSet, updateResourceSetResponse_resources - A list of resource objects.

UpdateResourceSetResponse, updateResourceSetResponse_tags - Undocumented member.

$sel:httpStatus:UpdateResourceSetResponse', updateResourceSetResponse_httpStatus - The response's http status code.

Types

Readiness

newtype Readiness Source #

The readiness status.

Constructors

Readiness' 

Fields

Instances

Instances details
FromJSON Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

FromJSONKey Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToJSON Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToJSONKey Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToByteString Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Methods

toBS :: Readiness -> ByteString #

ToHeader Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToLog Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToQuery Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

FromText Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToText Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Methods

toText :: Readiness -> Text #

FromXML Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToXML Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Methods

toXML :: Readiness -> XML #

Generic Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Associated Types

type Rep Readiness :: Type -> Type #

Read Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Show Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

NFData Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Methods

rnf :: Readiness -> () #

Eq Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Ord Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Hashable Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

type Rep Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

type Rep Readiness = D1 ('MetaData "Readiness" "Amazonka.Route53RecoveryReadiness.Types.Readiness" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'True) (C1 ('MetaCons "Readiness'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReadiness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CellOutput

data CellOutput Source #

Information about a cell.

See: newCellOutput smart constructor.

Instances

Instances details
FromJSON CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Generic CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Associated Types

type Rep CellOutput :: Type -> Type #

Read CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Show CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

NFData CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Methods

rnf :: CellOutput -> () #

Eq CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Hashable CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

type Rep CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

type Rep CellOutput = D1 ('MetaData "CellOutput" "Amazonka.Route53RecoveryReadiness.Types.CellOutput" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "CellOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])) :*: (S1 ('MetaSel ('Just "cellArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))

newCellOutput Source #

Create a value of CellOutput 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:tags:CellOutput', cellOutput_tags - Tags on the resources.

$sel:parentReadinessScopes:CellOutput', cellOutput_parentReadinessScopes - The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

$sel:cellArn:CellOutput', cellOutput_cellArn - The Amazon Resource Name (ARN) for the cell.

$sel:cellName:CellOutput', cellOutput_cellName - The name of the cell.

$sel:cells:CellOutput', cellOutput_cells - A list of cell ARNs.

DNSTargetResource

data DNSTargetResource Source #

A component for DNS/routing control readiness checks and architecture checks.

See: newDNSTargetResource smart constructor.

Instances

Instances details
FromJSON DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

ToJSON DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Generic DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Associated Types

type Rep DNSTargetResource :: Type -> Type #

Read DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Show DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

NFData DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Methods

rnf :: DNSTargetResource -> () #

Eq DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Hashable DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

type Rep DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

type Rep DNSTargetResource = D1 ('MetaData "DNSTargetResource" "Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DNSTargetResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hostedZoneArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recordSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetResource))))))

newDNSTargetResource :: DNSTargetResource Source #

Create a value of DNSTargetResource 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:domainName:DNSTargetResource', dNSTargetResource_domainName - The domain name that acts as an ingress point to a portion of the customer application.

$sel:hostedZoneArn:DNSTargetResource', dNSTargetResource_hostedZoneArn - The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.

$sel:recordSetId:DNSTargetResource', dNSTargetResource_recordSetId - The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.

$sel:recordType:DNSTargetResource', dNSTargetResource_recordType - The type of DNS record of the target resource.

$sel:targetResource:DNSTargetResource', dNSTargetResource_targetResource - The target resource of the DNS target resource.

ListRulesOutput

data ListRulesOutput Source #

Readiness rule information, including the resource type, rule ID, and rule description.

See: newListRulesOutput smart constructor.

Instances

Instances details
FromJSON ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Generic ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Associated Types

type Rep ListRulesOutput :: Type -> Type #

Read ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Show ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

NFData ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Methods

rnf :: ListRulesOutput -> () #

Eq ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Hashable ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

type Rep ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

type Rep ListRulesOutput = D1 ('MetaData "ListRulesOutput" "Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListRulesOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ruleDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "ruleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListRulesOutput Source #

Create a value of ListRulesOutput 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:ruleDescription:ListRulesOutput', listRulesOutput_ruleDescription - The description of a readiness rule.

$sel:ruleId:ListRulesOutput', listRulesOutput_ruleId - The ID for the readiness rule.

$sel:resourceType:ListRulesOutput', listRulesOutput_resourceType - The resource type that the readiness rule applies to.

Message

data Message Source #

Information relating to readiness check status.

See: newMessage smart constructor.

Constructors

Message' (Maybe Text) 

Instances

Instances details
FromJSON Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Generic Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Associated Types

type Rep Message :: Type -> Type #

Methods

from :: Message -> Rep Message x #

to :: Rep Message x -> Message #

Read Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Show Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

NFData Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Methods

rnf :: Message -> () #

Eq Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Methods

(==) :: Message -> Message -> Bool #

(/=) :: Message -> Message -> Bool #

Hashable Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Methods

hashWithSalt :: Int -> Message -> Int #

hash :: Message -> Int #

type Rep Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

type Rep Message = D1 ('MetaData "Message" "Amazonka.Route53RecoveryReadiness.Types.Message" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "Message'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMessage :: Message Source #

Create a value of Message 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:messageText:Message', message_messageText - The text of a readiness check message.

NLBResource

data NLBResource Source #

The Network Load Balancer resource that a DNS target resource points to.

See: newNLBResource smart constructor.

Constructors

NLBResource' (Maybe Text) 

Instances

Instances details
FromJSON NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

ToJSON NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

Generic NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

Associated Types

type Rep NLBResource :: Type -> Type #

Read NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

Show NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

NFData NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

Methods

rnf :: NLBResource -> () #

Eq NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

Hashable NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

type Rep NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

type Rep NLBResource = D1 ('MetaData "NLBResource" "Amazonka.Route53RecoveryReadiness.Types.NLBResource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "NLBResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNLBResource :: NLBResource Source #

Create a value of NLBResource 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:arn:NLBResource', nLBResource_arn - The Network Load Balancer resource Amazon Resource Name (ARN).

R53ResourceRecord

data R53ResourceRecord Source #

The Route 53 resource that a DNS target resource record points to.

See: newR53ResourceRecord smart constructor.

Instances

Instances details
FromJSON R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

ToJSON R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

Generic R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

Associated Types

type Rep R53ResourceRecord :: Type -> Type #

Read R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

Show R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

NFData R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

Methods

rnf :: R53ResourceRecord -> () #

Eq R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

Hashable R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

type Rep R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

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

newR53ResourceRecord :: R53ResourceRecord Source #

Create a value of R53ResourceRecord 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:domainName:R53ResourceRecord', r53ResourceRecord_domainName - The DNS target domain name.

$sel:recordSetId:R53ResourceRecord', r53ResourceRecord_recordSetId - The Route 53 Resource Record Set ID.

ReadinessCheckOutput

data ReadinessCheckOutput Source #

A readiness check.

See: newReadinessCheckOutput smart constructor.

Instances

Instances details
FromJSON ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

Generic ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

Associated Types

type Rep ReadinessCheckOutput :: Type -> Type #

Read ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

Show ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

NFData ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

Methods

rnf :: ReadinessCheckOutput -> () #

Eq ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

Hashable ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

type Rep ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

type Rep ReadinessCheckOutput = D1 ('MetaData "ReadinessCheckOutput" "Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ReadinessCheckOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "readinessCheckArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newReadinessCheckOutput Source #

Create a value of ReadinessCheckOutput 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:readinessCheckName:ReadinessCheckOutput', readinessCheckOutput_readinessCheckName - Name of a readiness check.

$sel:tags:ReadinessCheckOutput', readinessCheckOutput_tags - Undocumented member.

$sel:readinessCheckArn:ReadinessCheckOutput', readinessCheckOutput_readinessCheckArn - The Amazon Resource Name (ARN) associated with a readiness check.

$sel:resourceSet:ReadinessCheckOutput', readinessCheckOutput_resourceSet - Name of the resource set to be checked.

ReadinessCheckSummary

data ReadinessCheckSummary Source #

Summary of all readiness check statuses in a recovery group, paginated in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary.

See: newReadinessCheckSummary smart constructor.

Instances

Instances details
FromJSON ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

Generic ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

Associated Types

type Rep ReadinessCheckSummary :: Type -> Type #

Read ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

Show ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

NFData ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

Methods

rnf :: ReadinessCheckSummary -> () #

Eq ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

Hashable ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

type Rep ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

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

newReadinessCheckSummary :: ReadinessCheckSummary Source #

Create a value of ReadinessCheckSummary 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:readiness:ReadinessCheckSummary', readinessCheckSummary_readiness - The readiness status of this readiness check.

$sel:readinessCheckName:ReadinessCheckSummary', readinessCheckSummary_readinessCheckName - The name of a readiness check.

Recommendation

data Recommendation Source #

Recommendations that are provided to make an application more recovery resilient.

See: newRecommendation smart constructor.

Constructors

Recommendation' Text 

Instances

Instances details
FromJSON Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Generic Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Associated Types

type Rep Recommendation :: Type -> Type #

Read Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Show Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

NFData Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Methods

rnf :: Recommendation -> () #

Eq Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Hashable Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

type Rep Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

type Rep Recommendation = D1 ('MetaData "Recommendation" "Amazonka.Route53RecoveryReadiness.Types.Recommendation" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "Recommendation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recommendationText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRecommendation Source #

Create a value of Recommendation 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:recommendationText:Recommendation', recommendation_recommendationText - Text of the recommendations that are provided to make an application more recovery resilient.

RecoveryGroupOutput

data RecoveryGroupOutput Source #

A representation of the application, typically containing multiple cells.

See: newRecoveryGroupOutput smart constructor.

Instances

Instances details
FromJSON RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Generic RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Associated Types

type Rep RecoveryGroupOutput :: Type -> Type #

Read RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Show RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

NFData RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Methods

rnf :: RecoveryGroupOutput -> () #

Eq RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Hashable RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

type Rep RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

type Rep RecoveryGroupOutput = D1 ('MetaData "RecoveryGroupOutput" "Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "RecoveryGroupOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "recoveryGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newRecoveryGroupOutput Source #

Create a value of RecoveryGroupOutput 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:tags:RecoveryGroupOutput', recoveryGroupOutput_tags - The tags associated with the recovery group.

$sel:recoveryGroupArn:RecoveryGroupOutput', recoveryGroupOutput_recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.

$sel:recoveryGroupName:RecoveryGroupOutput', recoveryGroupOutput_recoveryGroupName - The name of the recovery group.

$sel:cells:RecoveryGroupOutput', recoveryGroupOutput_cells - A list of a cell's Amazon Resource Names (ARNs).

Resource

data Resource Source #

The resource element of a resource set.

See: newResource smart constructor.

Instances

Instances details
FromJSON Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

ToJSON Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Generic Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Associated Types

type Rep Resource :: Type -> Type #

Methods

from :: Resource -> Rep Resource x #

to :: Rep Resource x -> Resource #

Read Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Show Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

NFData Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Methods

rnf :: Resource -> () #

Eq Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Hashable Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

type Rep Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.Route53RecoveryReadiness.Types.Resource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dnsTargetResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DNSTargetResource))) :*: (S1 ('MetaSel ('Just "readinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResource :: Resource Source #

Create a value of Resource 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:componentId:Resource', resource_componentId - The component identifier of the resource, generated when DNS target resource is used.

$sel:dnsTargetResource:Resource', resource_dnsTargetResource - The DNS target resource.

$sel:readinessScopes:Resource', resource_readinessScopes - A list of recovery group Amazon Resource Names (ARNs) and cell ARNs that this resource is contained within.

$sel:resourceArn:Resource', resource_resourceArn - The Amazon Resource Name (ARN) of the Amazon Web Services resource.

ResourceResult

data ResourceResult Source #

The result of a successful Resource request, with status for an individual resource.

See: newResourceResult smart constructor.

Instances

Instances details
FromJSON ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

Generic ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

Associated Types

type Rep ResourceResult :: Type -> Type #

Read ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

Show ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

NFData ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

Methods

rnf :: ResourceResult -> () #

Eq ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

Hashable ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

type Rep ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

type Rep ResourceResult = D1 ('MetaData "ResourceResult" "Amazonka.Route53RecoveryReadiness.Types.ResourceResult" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ResourceResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "readiness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Readiness) :*: S1 ('MetaSel ('Just "lastCheckedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))

newResourceResult Source #

Create a value of ResourceResult 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:componentId:ResourceResult', resourceResult_componentId - The component id of the resource.

$sel:resourceArn:ResourceResult', resourceResult_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:readiness:ResourceResult', resourceResult_readiness - The readiness of a resource.

$sel:lastCheckedTimestamp:ResourceResult', resourceResult_lastCheckedTimestamp - The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.

ResourceSetOutput

data ResourceSetOutput Source #

A collection of resources of the same type.

See: newResourceSetOutput smart constructor.

Instances

Instances details
FromJSON ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Generic ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Associated Types

type Rep ResourceSetOutput :: Type -> Type #

Read ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Show ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

NFData ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Methods

rnf :: ResourceSetOutput -> () #

Eq ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Hashable ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

type Rep ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

type Rep ResourceSetOutput = D1 ('MetaData "ResourceSetOutput" "Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ResourceSetOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Resource])))))

newResourceSetOutput Source #

Create a value of ResourceSetOutput 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:tags:ResourceSetOutput', resourceSetOutput_tags - Undocumented member.

$sel:resourceSetType:ResourceSetOutput', resourceSetOutput_resourceSetType - The resource type of the resources in the resource set. Enter one of the following values for resource type:

AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource

$sel:resourceSetName:ResourceSetOutput', resourceSetOutput_resourceSetName - The name of the resource set.

$sel:resourceSetArn:ResourceSetOutput', resourceSetOutput_resourceSetArn - The Amazon Resource Name (ARN) for the resource set.

$sel:resources:ResourceSetOutput', resourceSetOutput_resources - A list of resource objects.

RuleResult

data RuleResult Source #

The result of a successful Rule request, with status for an individual rule.

See: newRuleResult smart constructor.

Instances

Instances details
FromJSON RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

Generic RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

Associated Types

type Rep RuleResult :: Type -> Type #

Read RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

Show RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

NFData RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

Methods

rnf :: RuleResult -> () #

Eq RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

Hashable RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

type Rep RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

type Rep RuleResult = D1 ('MetaData "RuleResult" "Amazonka.Route53RecoveryReadiness.Types.RuleResult" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "RuleResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "messages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Message]) :*: S1 ('MetaSel ('Just "readiness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Readiness)) :*: (S1 ('MetaSel ('Just "ruleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lastCheckedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))

newRuleResult Source #

Create a value of RuleResult 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:messages:RuleResult', ruleResult_messages - Details about the resource's readiness.

$sel:readiness:RuleResult', ruleResult_readiness - The readiness at rule level.

$sel:ruleId:RuleResult', ruleResult_ruleId - The identifier of the rule.

$sel:lastCheckedTimestamp:RuleResult', ruleResult_lastCheckedTimestamp - The time the resource was last checked for readiness, in ISO-8601 format, UTC.

TargetResource

data TargetResource Source #

The target resource that the Route 53 record points to.

See: newTargetResource smart constructor.

Instances

Instances details
FromJSON TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

ToJSON TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

Generic TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

Associated Types

type Rep TargetResource :: Type -> Type #

Read TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

Show TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

NFData TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

Methods

rnf :: TargetResource -> () #

Eq TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

Hashable TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

type Rep TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

type Rep TargetResource = D1 ('MetaData "TargetResource" "Amazonka.Route53RecoveryReadiness.Types.TargetResource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "TargetResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nLBResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NLBResource)) :*: S1 ('MetaSel ('Just "r53Resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe R53ResourceRecord))))

newTargetResource :: TargetResource Source #

Create a value of TargetResource 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:nLBResource:TargetResource', targetResource_nLBResource - The Network Load Balancer Resource.

$sel:r53Resource:TargetResource', targetResource_r53Resource - The Route 53 resource.