libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53RecoveryReadiness

Description

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

AWS Route53 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.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

User does not have sufficient access to perform this action.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Updating or deleting a resource can cause an inconsistent state.

ThrottlingException

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Request was denied due to request throttling.

InternalServerException

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The requested resource does not exist.

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.

CreateResourceSet

data CreateResourceSet Source #

The ResourceSet to create

See: newCreateResourceSet smart constructor.

Instances

Instances details
Eq CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Read CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Show CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Generic CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Associated Types

type Rep CreateResourceSet :: Type -> Type #

NFData CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Methods

rnf :: CreateResourceSet -> () #

Hashable CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

ToJSON CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

AWSRequest CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Associated Types

type AWSResponse 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

type Rep CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

type Rep CreateResourceSet = D1 ('MetaData "CreateResourceSet" "Amazonka.Route53RecoveryReadiness.CreateResourceSet" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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]))))
type AWSResponse CreateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

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:

$sel:tags:CreateResourceSet', createResourceSet_tags - Undocumented member.

$sel:resourceSetType:CreateResourceSet', createResourceSet_resourceSetType - AWS Resource type of the resources in the ResourceSet

$sel:resourceSetName:CreateResourceSet', createResourceSet_resourceSetName - The name of the ResourceSet to create

$sel:resources:CreateResourceSet', createResourceSet_resources - A list of Resource objects

data CreateResourceSetResponse Source #

See: newCreateResourceSetResponse smart constructor.

Instances

Instances details
Eq CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Read CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Show CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Generic CreateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateResourceSet

Associated Types

type Rep CreateResourceSetResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "CreateResourceSetResponse'" 'PrefixI 'True) ((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 "resourceSetArn") '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)))))

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:

$sel:resourceSetName:CreateResourceSet', createResourceSetResponse_resourceSetName - The name of the ResourceSet

$sel:resourceSetType:CreateResourceSet', createResourceSetResponse_resourceSetType - AWS Resource Type of the resources in the ResourceSet

$sel:resources:CreateResourceSet', createResourceSetResponse_resources - A list of Resource objects

$sel:resourceSetArn:CreateResourceSetResponse', createResourceSetResponse_resourceSetArn - The arn for the ResourceSet

$sel:tags:CreateResourceSet', createResourceSetResponse_tags - Undocumented member.

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

GetReadinessCheckStatus (Paginated)

data GetReadinessCheckStatus Source #

See: newGetReadinessCheckStatus smart constructor.

Instances

Instances details
Eq GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Read GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

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

NFData GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Methods

rnf :: GetReadinessCheckStatus -> () #

Hashable 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

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

type Rep GetReadinessCheckStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

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

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

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

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

$sel:readinessCheckName:GetReadinessCheckStatus', getReadinessCheckStatus_readinessCheckName - The ReadinessCheck to get

data GetReadinessCheckStatusResponse Source #

See: newGetReadinessCheckStatusResponse smart constructor.

Instances

Instances details
Eq GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Read GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Show GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Generic GetReadinessCheckStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckStatus

Associated Types

type Rep GetReadinessCheckStatusResponse :: Type -> Type #

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

$sel:readiness:GetReadinessCheckStatusResponse', getReadinessCheckStatusResponse_readiness - The readiness at rule level.

$sel:resources:GetReadinessCheckStatusResponse', getReadinessCheckStatusResponse_resources - Summary of resources's readiness

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

$sel:messages:GetReadinessCheckStatusResponse', getReadinessCheckStatusResponse_messages - Top level messages for readiness check status

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

GetCellReadinessSummary (Paginated)

data GetCellReadinessSummary Source #

See: newGetCellReadinessSummary smart constructor.

Instances

Instances details
Eq GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Read GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

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

NFData GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Methods

rnf :: GetCellReadinessSummary -> () #

Hashable 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

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

type Rep GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

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

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

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

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

$sel:cellName:GetCellReadinessSummary', getCellReadinessSummary_cellName - The name of the Cell

data GetCellReadinessSummaryResponse Source #

See: newGetCellReadinessSummaryResponse smart constructor.

Instances

Instances details
Eq GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Read GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Show GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Generic GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Associated Types

type Rep GetCellReadinessSummaryResponse :: Type -> Type #

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

$sel:readinessChecks:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_readinessChecks - Summaries for the ReadinessChecks making up the Cell

$sel:readiness:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_readiness - The readiness at Cell level.

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

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

UpdateCell

data UpdateCell Source #

Parameters to update for the Cell

See: newUpdateCell smart constructor.

Constructors

UpdateCell' Text [Text] 

Instances

Instances details
Eq UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Read UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Show UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Generic UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type Rep UpdateCell :: Type -> Type #

NFData UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

rnf :: UpdateCell -> () #

Hashable UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

ToJSON UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

AWSRequest UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type AWSResponse 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

type Rep UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCell = D1 ('MetaData "UpdateCell" "Amazonka.Route53RecoveryReadiness.UpdateCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "UpdateCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

newUpdateCell Source #

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:

$sel:cellName:UpdateCell', updateCell_cellName - The Cell to update

$sel:cells:UpdateCell', updateCell_cells - A list of Cell arns, completely replaces previous list

data UpdateCellResponse Source #

See: newUpdateCellResponse smart constructor.

Instances

Instances details
Eq UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Read UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Show UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Generic UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type Rep UpdateCellResponse :: Type -> Type #

NFData UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

rnf :: UpdateCellResponse -> () #

type Rep UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCellResponse = D1 ('MetaData "UpdateCellResponse" "Amazonka.Route53RecoveryReadiness.UpdateCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "UpdateCellResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "cellArn") '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:

$sel:cells:UpdateCell', updateCellResponse_cells - A list of Cell arns

$sel:parentReadinessScopes:UpdateCellResponse', updateCellResponse_parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNs

$sel:cellName:UpdateCell', updateCellResponse_cellName - The name of the Cell

$sel:cellArn:UpdateCellResponse', updateCellResponse_cellArn - The arn for the Cell

$sel:tags:UpdateCellResponse', updateCellResponse_tags - Undocumented member.

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

DeleteCell

data DeleteCell Source #

See: newDeleteCell smart constructor.

Constructors

DeleteCell' Text 

Instances

Instances details
Eq DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Read DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Show DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Generic DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type Rep DeleteCell :: Type -> Type #

NFData DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

rnf :: DeleteCell -> () #

Hashable DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

AWSRequest DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type AWSResponse DeleteCell #

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

type Rep DeleteCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

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

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

newDeleteCell Source #

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:

$sel:cellName:DeleteCell', deleteCell_cellName - The Cell to delete

data DeleteCellResponse Source #

See: newDeleteCellResponse smart constructor.

Constructors

DeleteCellResponse' 

Instances

Instances details
Eq DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Read DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Show DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Generic DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Associated Types

type Rep DeleteCellResponse :: Type -> Type #

NFData DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

Methods

rnf :: DeleteCellResponse -> () #

type Rep DeleteCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCell

type Rep DeleteCellResponse = D1 ('MetaData "DeleteCellResponse" "Amazonka.Route53RecoveryReadiness.DeleteCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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.

UpdateReadinessCheck

data UpdateReadinessCheck Source #

The new Readiness Check values

See: newUpdateReadinessCheck smart constructor.

Instances

Instances details
Eq UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Read UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Show UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Generic UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Associated Types

type Rep UpdateReadinessCheck :: Type -> Type #

NFData UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Methods

rnf :: UpdateReadinessCheck -> () #

Hashable UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

ToJSON UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

AWSRequest UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Associated Types

type AWSResponse 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

type Rep UpdateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

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

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

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:

$sel:readinessCheckName:UpdateReadinessCheck', updateReadinessCheck_readinessCheckName - The ReadinessCheck to update

$sel:resourceSetName:UpdateReadinessCheck', updateReadinessCheck_resourceSetName - The name of the ResourceSet to check

data UpdateReadinessCheckResponse Source #

See: newUpdateReadinessCheckResponse smart constructor.

Instances

Instances details
Eq UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Read UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Show UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Generic UpdateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateReadinessCheck

Associated Types

type Rep UpdateReadinessCheckResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "UpdateReadinessCheckResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "readinessCheckArn") '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:

$sel:readinessCheckName:UpdateReadinessCheck', updateReadinessCheckResponse_readinessCheckName - Name for a ReadinessCheck

$sel:resourceSet:UpdateReadinessCheckResponse', updateReadinessCheckResponse_resourceSet - Name of the ResourceSet to be checked

$sel:readinessCheckArn:UpdateReadinessCheckResponse', updateReadinessCheckResponse_readinessCheckArn - Arn associated with ReadinessCheck

$sel:tags:UpdateReadinessCheckResponse', updateReadinessCheckResponse_tags - Undocumented member.

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

DeleteReadinessCheck

data DeleteReadinessCheck Source #

See: newDeleteReadinessCheck smart constructor.

Instances

Instances details
Eq DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Read DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Show DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Generic DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Associated Types

type Rep DeleteReadinessCheck :: Type -> Type #

NFData DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Methods

rnf :: DeleteReadinessCheck -> () #

Hashable DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

AWSRequest DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Associated Types

type AWSResponse DeleteReadinessCheck #

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

type Rep DeleteReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

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

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

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:

$sel:readinessCheckName:DeleteReadinessCheck', deleteReadinessCheck_readinessCheckName - The ReadinessCheck to delete

data DeleteReadinessCheckResponse Source #

See: newDeleteReadinessCheckResponse smart constructor.

Instances

Instances details
Eq DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Read DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Show DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Generic DeleteReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteReadinessCheck

Associated Types

type Rep DeleteReadinessCheckResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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.

ListCells (Paginated)

data ListCells Source #

See: newListCells smart constructor.

Constructors

ListCells' (Maybe Text) (Maybe Natural) 

Instances

Instances details
Eq ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Read ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Show ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Generic ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type Rep ListCells :: Type -> Type #

NFData ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

rnf :: ListCells -> () #

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

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

type Rep ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

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

Defined in Amazonka.Route53RecoveryReadiness.ListCells

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

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

data ListCellsResponse Source #

See: newListCellsResponse smart constructor.

Instances

Instances details
Eq ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Read ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Show ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Generic ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type Rep ListCellsResponse :: Type -> Type #

NFData ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

rnf :: ListCellsResponse -> () #

type Rep ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type Rep ListCellsResponse = D1 ('MetaData "ListCellsResponse" "Amazonka.Route53RecoveryReadiness.ListCells" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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:

$sel:cells:ListCellsResponse', listCellsResponse_cells - A list of Cells

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

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

ListReadinessChecks (Paginated)

data ListReadinessChecks Source #

See: newListReadinessChecks smart constructor.

Instances

Instances details
Eq ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Read ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Show ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Generic ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Associated Types

type Rep ListReadinessChecks :: Type -> Type #

NFData ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Methods

rnf :: ListReadinessChecks -> () #

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

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

type Rep ListReadinessChecks Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

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

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

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

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

data ListReadinessChecksResponse Source #

See: newListReadinessChecksResponse smart constructor.

Instances

Instances details
Eq ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Read ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Show ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Generic ListReadinessChecksResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListReadinessChecks

Associated Types

type Rep ListReadinessChecksResponse :: Type -> Type #

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

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

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

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

ListRules (Paginated)

data ListRules Source #

See: newListRules smart constructor.

Instances

Instances details
Eq ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Read ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Show ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Generic ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Associated Types

type Rep ListRules :: Type -> Type #

NFData ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Methods

rnf :: ListRules -> () #

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

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

type Rep ListRules Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

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

Defined in Amazonka.Route53RecoveryReadiness.ListRules

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:resourceType:ListRules', listRules_resourceType - Filter parameter which specifies the rules to return given a resource type.

$sel:nextToken:ListRules', listRules_nextToken - A token used to resume pagination from the end of a previous request.

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

data ListRulesResponse Source #

See: newListRulesResponse smart constructor.

Instances

Instances details
Eq ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Read ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Show ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Generic ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Associated Types

type Rep ListRulesResponse :: Type -> Type #

NFData ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

Methods

rnf :: ListRulesResponse -> () #

type Rep ListRulesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRules

type Rep ListRulesResponse = D1 ('MetaData "ListRulesResponse" "Amazonka.Route53RecoveryReadiness.ListRules" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "ListRulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ListRulesOutput])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:rules:ListRulesResponse', listRulesResponse_rules - A list of rules

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

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

CreateReadinessCheck

data CreateReadinessCheck Source #

The ReadinessCheck to create

See: newCreateReadinessCheck smart constructor.

Instances

Instances details
Eq CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Read CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Show CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Generic CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Associated Types

type Rep CreateReadinessCheck :: Type -> Type #

NFData CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Methods

rnf :: CreateReadinessCheck -> () #

Hashable CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

ToJSON CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

AWSRequest CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Associated Types

type AWSResponse 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

type Rep CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

type Rep CreateReadinessCheck = D1 ('MetaData "CreateReadinessCheck" "Amazonka.Route53RecoveryReadiness.CreateReadinessCheck" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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))))
type AWSResponse CreateReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

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:

$sel:tags:CreateReadinessCheck', createReadinessCheck_tags - Undocumented member.

$sel:resourceSetName:CreateReadinessCheck', createReadinessCheck_resourceSetName - The name of the ResourceSet to check

$sel:readinessCheckName:CreateReadinessCheck', createReadinessCheck_readinessCheckName - The name of the ReadinessCheck to create

data CreateReadinessCheckResponse Source #

See: newCreateReadinessCheckResponse smart constructor.

Instances

Instances details
Eq CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Read CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Show CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Generic CreateReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateReadinessCheck

Associated Types

type Rep CreateReadinessCheckResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "CreateReadinessCheckResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "readinessCheckArn") '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:

$sel:readinessCheckName:CreateReadinessCheck', createReadinessCheckResponse_readinessCheckName - Name for a ReadinessCheck

$sel:resourceSet:CreateReadinessCheckResponse', createReadinessCheckResponse_resourceSet - Name of the ResourceSet to be checked

$sel:readinessCheckArn:CreateReadinessCheckResponse', createReadinessCheckResponse_readinessCheckArn - Arn associated with ReadinessCheck

$sel:tags:CreateReadinessCheck', createReadinessCheckResponse_tags - Undocumented member.

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

CreateCell

data CreateCell Source #

The Cell to create

See: newCreateCell smart constructor.

Instances

Instances details
Eq CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Read CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Show CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Generic CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type Rep CreateCell :: Type -> Type #

NFData CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Methods

rnf :: CreateCell -> () #

Hashable CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

ToJSON CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

AWSRequest CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type AWSResponse 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

type Rep CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCell = D1 ('MetaData "CreateCell" "Amazonka.Route53RecoveryReadiness.CreateCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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))))
type AWSResponse CreateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

newCreateCell Source #

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:

$sel:cells:CreateCell', createCell_cells - A list of Cell arns contained within this Cell (for use in nested Cells, e.g. regions within which AZs)

$sel:tags:CreateCell', createCell_tags - Undocumented member.

$sel:cellName:CreateCell', createCell_cellName - The name of the Cell to create

data CreateCellResponse Source #

See: newCreateCellResponse smart constructor.

Instances

Instances details
Eq CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Read CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Show CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Generic CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Associated Types

type Rep CreateCellResponse :: Type -> Type #

NFData CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

Methods

rnf :: CreateCellResponse -> () #

type Rep CreateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCell

type Rep CreateCellResponse = D1 ('MetaData "CreateCellResponse" "Amazonka.Route53RecoveryReadiness.CreateCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "CreateCellResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "cellArn") '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:

$sel:cells:CreateCell', createCellResponse_cells - A list of Cell arns

$sel:parentReadinessScopes:CreateCellResponse', createCellResponse_parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNs

$sel:cellName:CreateCell', createCellResponse_cellName - The name of the Cell

$sel:cellArn:CreateCellResponse', createCellResponse_cellArn - The arn for the Cell

$sel:tags:CreateCell', createCellResponse_tags - Undocumented member.

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

GetRecoveryGroup

data GetRecoveryGroup Source #

See: newGetRecoveryGroup smart constructor.

Constructors

GetRecoveryGroup' Text 

Instances

Instances details
Eq GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Read GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Show GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Generic GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type Rep GetRecoveryGroup :: Type -> Type #

NFData GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Methods

rnf :: GetRecoveryGroup -> () #

Hashable GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

AWSRequest GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type AWSResponse GetRecoveryGroup #

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

type Rep GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

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

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

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:

$sel:recoveryGroupName:GetRecoveryGroup', getRecoveryGroup_recoveryGroupName - The RecoveryGroup to get

data GetRecoveryGroupResponse Source #

See: newGetRecoveryGroupResponse smart constructor.

Instances

Instances details
Eq GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Read GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Show GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Generic GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type Rep GetRecoveryGroupResponse :: Type -> Type #

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

$sel:cells:GetRecoveryGroupResponse', getRecoveryGroupResponse_cells - A list of Cell arns

$sel:recoveryGroupName:GetRecoveryGroup', getRecoveryGroupResponse_recoveryGroupName - The name of the RecoveryGroup

$sel:recoveryGroupArn:GetRecoveryGroupResponse', getRecoveryGroupResponse_recoveryGroupArn - The arn for the RecoveryGroup

$sel:tags:GetRecoveryGroupResponse', getRecoveryGroupResponse_tags - Undocumented member.

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

ListRecoveryGroups (Paginated)

data ListRecoveryGroups Source #

See: newListRecoveryGroups smart constructor.

Instances

Instances details
Eq ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Read ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Show ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Generic ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Associated Types

type Rep ListRecoveryGroups :: Type -> Type #

NFData ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Methods

rnf :: ListRecoveryGroups -> () #

Hashable ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

AWSPager ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

AWSRequest ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Associated Types

type AWSResponse ListRecoveryGroups #

ToHeaders ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

ToPath ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

ToQuery ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

type Rep ListRecoveryGroups Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

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

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

newListRecoveryGroups :: ListRecoveryGroups Source #

Create a value of ListRecoveryGroups with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListRecoveryGroups', listRecoveryGroups_nextToken - A token used to resume pagination from the end of a previous request.

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

data ListRecoveryGroupsResponse Source #

See: newListRecoveryGroupsResponse smart constructor.

Instances

Instances details
Eq ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Read ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Show ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Generic ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

Associated Types

type Rep ListRecoveryGroupsResponse :: Type -> Type #

NFData ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

type Rep ListRecoveryGroupsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListRecoveryGroups

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

newListRecoveryGroupsResponse Source #

Create a value of ListRecoveryGroupsResponse with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

ListCrossAccountAuthorizations (Paginated)

data ListCrossAccountAuthorizations Source #

See: newListCrossAccountAuthorizations smart constructor.

Instances

Instances details
Eq ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Read ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

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

NFData ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

Hashable 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

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

type Rep ListCrossAccountAuthorizations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

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

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

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

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

data ListCrossAccountAuthorizationsResponse Source #

Instances

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

Generic ListCrossAccountAuthorizationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCrossAccountAuthorizations

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 CrossAccountAuthorizations

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

$sel:httpStatus:ListCrossAccountAuthorizationsResponse', listCrossAccountAuthorizationsResponse_httpStatus - The response's http status code.

GetCell

data GetCell Source #

See: newGetCell smart constructor.

Constructors

GetCell' Text 

Instances

Instances details
Eq GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

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

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

Read GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Show GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.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 #

NFData GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

rnf :: GetCell -> () #

Hashable GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

hashWithSalt :: Int -> GetCell -> Int #

hash :: GetCell -> Int #

AWSRequest GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type AWSResponse GetCell #

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

type Rep GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

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

Defined in Amazonka.Route53RecoveryReadiness.GetCell

newGetCell Source #

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:

$sel:cellName:GetCell', getCell_cellName - The Cell to get

data GetCellResponse Source #

See: newGetCellResponse smart constructor.

Instances

Instances details
Eq GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Read GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Show GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Generic GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type Rep GetCellResponse :: Type -> Type #

NFData GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

rnf :: GetCellResponse -> () #

type Rep GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCellResponse = D1 ('MetaData "GetCellResponse" "Amazonka.Route53RecoveryReadiness.GetCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "GetCellResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "cellArn") '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:

$sel:cells:GetCellResponse', getCellResponse_cells - A list of Cell arns

$sel:parentReadinessScopes:GetCellResponse', getCellResponse_parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNs

$sel:cellName:GetCell', getCellResponse_cellName - The name of the Cell

$sel:cellArn:GetCellResponse', getCellResponse_cellArn - The arn for the Cell

$sel:tags:GetCellResponse', getCellResponse_tags - Undocumented member.

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

CreateCrossAccountAuthorization

data CreateCrossAccountAuthorization Source #

The cross account authorization

See: newCreateCrossAccountAuthorization smart constructor.

Instances

Instances details
Eq CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Read CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

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

NFData CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

Hashable CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

ToJSON CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

AWSRequest 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

type Rep CreateCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

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

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

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:

$sel:crossAccountAuthorization:CreateCrossAccountAuthorization', createCrossAccountAuthorization_crossAccountAuthorization - The cross account authorization

data CreateCrossAccountAuthorizationResponse Source #

Instances

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

Generic CreateCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateCrossAccountAuthorization

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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:

$sel:crossAccountAuthorization:CreateCrossAccountAuthorization', createCrossAccountAuthorizationResponse_crossAccountAuthorization - The cross account authorization

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

CreateRecoveryGroup

data CreateRecoveryGroup Source #

The RecoveryGroup to create

See: newCreateRecoveryGroup smart constructor.

Instances

Instances details
Eq CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Read CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Show CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Generic CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Associated Types

type Rep CreateRecoveryGroup :: Type -> Type #

NFData CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Methods

rnf :: CreateRecoveryGroup -> () #

Hashable CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

ToJSON CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

AWSRequest CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Associated Types

type AWSResponse 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

type Rep CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

type Rep CreateRecoveryGroup = D1 ('MetaData "CreateRecoveryGroup" "Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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))))
type AWSResponse CreateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

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:

$sel:cells:CreateRecoveryGroup', createRecoveryGroup_cells - A list of Cell arns

$sel:tags:CreateRecoveryGroup', createRecoveryGroup_tags - Undocumented member.

$sel:recoveryGroupName:CreateRecoveryGroup', createRecoveryGroup_recoveryGroupName - The name of the RecoveryGroup to create

data CreateRecoveryGroupResponse Source #

See: newCreateRecoveryGroupResponse smart constructor.

Instances

Instances details
Eq CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Read CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Show CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Generic CreateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.CreateRecoveryGroup

Associated Types

type Rep CreateRecoveryGroupResponse :: Type -> Type #

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

$sel:cells:CreateRecoveryGroup', createRecoveryGroupResponse_cells - A list of Cell arns

$sel:recoveryGroupName:CreateRecoveryGroup', createRecoveryGroupResponse_recoveryGroupName - The name of the RecoveryGroup

$sel:recoveryGroupArn:CreateRecoveryGroupResponse', createRecoveryGroupResponse_recoveryGroupArn - The arn for the RecoveryGroup

$sel:tags:CreateRecoveryGroup', createRecoveryGroupResponse_tags - Undocumented member.

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

GetReadinessCheck

data GetReadinessCheck Source #

See: newGetReadinessCheck smart constructor.

Constructors

GetReadinessCheck' Text 

Instances

Instances details
Eq GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Read GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Show GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Generic GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Associated Types

type Rep GetReadinessCheck :: Type -> Type #

NFData GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Methods

rnf :: GetReadinessCheck -> () #

Hashable GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

AWSRequest GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Associated Types

type AWSResponse GetReadinessCheck #

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

type Rep GetReadinessCheck Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

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

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

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:

$sel:readinessCheckName:GetReadinessCheck', getReadinessCheck_readinessCheckName - The ReadinessCheck to get

data GetReadinessCheckResponse Source #

See: newGetReadinessCheckResponse smart constructor.

Instances

Instances details
Eq GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Read GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Show GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Generic GetReadinessCheckResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheck

Associated Types

type Rep GetReadinessCheckResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "GetReadinessCheckResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readinessCheckName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "readinessCheckArn") '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:

$sel:readinessCheckName:GetReadinessCheck', getReadinessCheckResponse_readinessCheckName - Name for a ReadinessCheck

$sel:resourceSet:GetReadinessCheckResponse', getReadinessCheckResponse_resourceSet - Name of the ResourceSet to be checked

$sel:readinessCheckArn:GetReadinessCheckResponse', getReadinessCheckResponse_readinessCheckArn - Arn associated with ReadinessCheck

$sel:tags: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
Eq GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Read GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

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

NFData GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

Hashable 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

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

type Rep GetReadinessCheckResourceStatus Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

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

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

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

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

$sel:readinessCheckName:GetReadinessCheckResourceStatus', getReadinessCheckResourceStatus_readinessCheckName - The ReadinessCheck to get

$sel:resourceIdentifier:GetReadinessCheckResourceStatus', getReadinessCheckResourceStatus_resourceIdentifier - The resource ARN or component Id to get

data GetReadinessCheckResourceStatusResponse Source #

Instances

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

Generic GetReadinessCheckResourceStatusResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetReadinessCheckResourceStatus

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

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

$sel:readiness:GetReadinessCheckResourceStatusResponse', getReadinessCheckResourceStatusResponse_readiness - The readiness at rule level.

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

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

ListResourceSets (Paginated)

data ListResourceSets Source #

See: newListResourceSets smart constructor.

Instances

Instances details
Eq ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Read ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Show ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Generic ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Associated Types

type Rep ListResourceSets :: Type -> Type #

NFData ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Methods

rnf :: ListResourceSets -> () #

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

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

type Rep ListResourceSets Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

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

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

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

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

data ListResourceSetsResponse Source #

See: newListResourceSetsResponse smart constructor.

Instances

Instances details
Eq ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Read ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Show ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Generic ListResourceSetsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListResourceSets

Associated Types

type Rep ListResourceSetsResponse :: Type -> Type #

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

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

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

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

GetArchitectureRecommendations

data GetArchitectureRecommendations Source #

See: newGetArchitectureRecommendations smart constructor.

Instances

Instances details
Eq GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Read GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Show GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Generic GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Associated Types

type Rep GetArchitectureRecommendations :: Type -> Type #

NFData GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Hashable GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

AWSRequest GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

ToHeaders GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

ToPath GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

ToQuery GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

type Rep GetArchitectureRecommendations Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

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

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

newGetArchitectureRecommendations Source #

Create a value of GetArchitectureRecommendations with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

data GetArchitectureRecommendationsResponse Source #

Instances

Instances details
Eq GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Read GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Show GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

Generic GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

NFData GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

type Rep GetArchitectureRecommendationsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetArchitectureRecommendations

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

newGetArchitectureRecommendationsResponse Source #

Create a value of GetArchitectureRecommendationsResponse with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastAuditTimestamp:GetArchitectureRecommendationsResponse', getArchitectureRecommendationsResponse_lastAuditTimestamp - The time a Recovery Group was last assessed for recommendations in UTC ISO-8601 format.

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

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

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

DeleteCrossAccountAuthorization

data DeleteCrossAccountAuthorization Source #

See: newDeleteCrossAccountAuthorization smart constructor.

Instances

Instances details
Eq DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Read DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

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

NFData DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

Hashable DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

AWSRequest DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

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

type Rep DeleteCrossAccountAuthorization Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

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

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

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
Eq 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

Generic DeleteCrossAccountAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteCrossAccountAuthorization

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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.

DeleteRecoveryGroup

data DeleteRecoveryGroup Source #

See: newDeleteRecoveryGroup smart constructor.

Instances

Instances details
Eq DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Read DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Show DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Generic DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Associated Types

type Rep DeleteRecoveryGroup :: Type -> Type #

NFData DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Methods

rnf :: DeleteRecoveryGroup -> () #

Hashable DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

AWSRequest DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Associated Types

type AWSResponse DeleteRecoveryGroup #

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

type Rep DeleteRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

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

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

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:

$sel:recoveryGroupName:DeleteRecoveryGroup', deleteRecoveryGroup_recoveryGroupName - The RecoveryGroup to delete

data DeleteRecoveryGroupResponse Source #

See: newDeleteRecoveryGroupResponse smart constructor.

Instances

Instances details
Eq DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Read DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Show DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Generic DeleteRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteRecoveryGroup

Associated Types

type Rep DeleteRecoveryGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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.

UpdateRecoveryGroup

data UpdateRecoveryGroup Source #

Parameters to update for the RecoveryGroup

See: newUpdateRecoveryGroup smart constructor.

Instances

Instances details
Eq UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Read UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Show UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Generic UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type Rep UpdateRecoveryGroup :: Type -> Type #

NFData UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Methods

rnf :: UpdateRecoveryGroup -> () #

Hashable UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

ToJSON UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

AWSRequest UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type AWSResponse 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

type Rep UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

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

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

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:

$sel:recoveryGroupName:UpdateRecoveryGroup', updateRecoveryGroup_recoveryGroupName - The RecoveryGroup to update

$sel:cells:UpdateRecoveryGroup', updateRecoveryGroup_cells - A list of Cell arns, completely replaces previous list

data UpdateRecoveryGroupResponse Source #

See: newUpdateRecoveryGroupResponse smart constructor.

Instances

Instances details
Eq UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Read UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Show UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Generic UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type Rep UpdateRecoveryGroupResponse :: Type -> Type #

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

$sel:cells:UpdateRecoveryGroup', updateRecoveryGroupResponse_cells - A list of Cell arns

$sel:recoveryGroupName:UpdateRecoveryGroup', updateRecoveryGroupResponse_recoveryGroupName - The name of the RecoveryGroup

$sel:recoveryGroupArn:UpdateRecoveryGroupResponse', updateRecoveryGroupResponse_recoveryGroupArn - The arn for the RecoveryGroup

$sel:tags:UpdateRecoveryGroupResponse', updateRecoveryGroupResponse_tags - Undocumented member.

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

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Route53RecoveryReadiness.TagResource" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

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:

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

$sel:tags:TagResource', tagResource_tags - Undocumented member.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Route53RecoveryReadiness.TagResource" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Associated Types

type AWSResponse UntagResource #

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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Route53RecoveryReadiness.UntagResource" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

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 - A comma-separated list of the tag keys to remove from the resource.

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Route53RecoveryReadiness.UntagResource" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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.

GetRecoveryGroupReadinessSummary (Paginated)

data GetRecoveryGroupReadinessSummary Source #

See: newGetRecoveryGroupReadinessSummary smart constructor.

Instances

Instances details
Eq GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Read GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

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

NFData GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

Hashable 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

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

type Rep GetRecoveryGroupReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

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

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

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

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

$sel:recoveryGroupName:GetRecoveryGroupReadinessSummary', getRecoveryGroupReadinessSummary_recoveryGroupName - The name of the RecoveryGroup

data GetRecoveryGroupReadinessSummaryResponse Source #

Instances

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

Generic GetRecoveryGroupReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroupReadinessSummary

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

$sel:readinessChecks:GetRecoveryGroupReadinessSummaryResponse', getRecoveryGroupReadinessSummaryResponse_readinessChecks - Summaries for the ReadinessChecks making up the RecoveryGroup

$sel:readiness:GetRecoveryGroupReadinessSummaryResponse', getRecoveryGroupReadinessSummaryResponse_readiness - The readiness at RecoveryGroup level.

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

$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
Eq GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Read GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Show GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Generic GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Associated Types

type Rep GetResourceSet :: Type -> Type #

NFData GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Methods

rnf :: GetResourceSet -> () #

Hashable GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

AWSRequest GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Associated Types

type AWSResponse GetResourceSet #

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

type Rep GetResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

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

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

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:

$sel:resourceSetName:GetResourceSet', getResourceSet_resourceSetName - The ResourceSet to get

data GetResourceSetResponse Source #

See: newGetResourceSetResponse smart constructor.

Instances

Instances details
Eq GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Read GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Show GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Generic GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Associated Types

type Rep GetResourceSetResponse :: Type -> Type #

NFData GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

Methods

rnf :: GetResourceSetResponse -> () #

type Rep GetResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetResourceSet

type Rep GetResourceSetResponse = D1 ('MetaData "GetResourceSetResponse" "Amazonka.Route53RecoveryReadiness.GetResourceSet" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "GetResourceSetResponse'" 'PrefixI 'True) ((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 "resourceSetArn") '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)))))

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:

$sel:resourceSetName:GetResourceSet', getResourceSetResponse_resourceSetName - The name of the ResourceSet

$sel:resourceSetType:GetResourceSetResponse', getResourceSetResponse_resourceSetType - AWS Resource Type of the resources in the ResourceSet

$sel:resources:GetResourceSetResponse', getResourceSetResponse_resources - A list of Resource objects

$sel:resourceSetArn:GetResourceSetResponse', getResourceSetResponse_resourceSetArn - The arn for the ResourceSet

$sel:tags:GetResourceSetResponse', getResourceSetResponse_tags - Undocumented member.

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

ListTagsForResources

data ListTagsForResources Source #

See: newListTagsForResources smart constructor.

Instances

Instances details
Eq ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Read ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Show ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Generic ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type Rep ListTagsForResources :: Type -> Type #

NFData ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Methods

rnf :: ListTagsForResources -> () #

Hashable ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

AWSRequest ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type AWSResponse ListTagsForResources #

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

type Rep ListTagsForResources Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

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

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

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:

$sel:resourceArn:ListTagsForResources', listTagsForResources_resourceArn - The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

data ListTagsForResourcesResponse Source #

See: newListTagsForResourcesResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Read ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Show ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Generic ListTagsForResourcesResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListTagsForResources

Associated Types

type Rep ListTagsForResourcesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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:

$sel:tags:ListTagsForResourcesResponse', listTagsForResourcesResponse_tags - Undocumented member.

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

UpdateResourceSet

data UpdateResourceSet Source #

configuration for the desired

See: newUpdateResourceSet smart constructor.

Instances

Instances details
Eq UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Read UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Show UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Generic UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type Rep UpdateResourceSet :: Type -> Type #

NFData UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Methods

rnf :: UpdateResourceSet -> () #

Hashable UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

ToJSON UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

AWSRequest UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type AWSResponse 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

type Rep UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSet = D1 ('MetaData "UpdateResourceSet" "Amazonka.Route53RecoveryReadiness.UpdateResourceSet" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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]))))
type AWSResponse UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

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:

$sel:resourceSetName:UpdateResourceSet', updateResourceSet_resourceSetName - The ResourceSet to update

$sel:resourceSetType:UpdateResourceSet', updateResourceSet_resourceSetType - AWS Resource Type of the resources in the ResourceSet

$sel:resources:UpdateResourceSet', updateResourceSet_resources - A list of Resource objects

data UpdateResourceSetResponse Source #

See: newUpdateResourceSetResponse smart constructor.

Instances

Instances details
Eq UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Read UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Show UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Generic UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type Rep UpdateResourceSetResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "UpdateResourceSetResponse'" 'PrefixI 'True) ((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 "resourceSetArn") '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)))))

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:

$sel:resourceSetName:UpdateResourceSet', updateResourceSetResponse_resourceSetName - The name of the ResourceSet

$sel:resourceSetType:UpdateResourceSet', updateResourceSetResponse_resourceSetType - AWS Resource Type of the resources in the ResourceSet

$sel:resources:UpdateResourceSet', updateResourceSetResponse_resources - A list of Resource objects

$sel:resourceSetArn:UpdateResourceSetResponse', updateResourceSetResponse_resourceSetArn - The arn for the ResourceSet

$sel:tags:UpdateResourceSetResponse', updateResourceSetResponse_tags - Undocumented member.

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

DeleteResourceSet

data DeleteResourceSet Source #

See: newDeleteResourceSet smart constructor.

Constructors

DeleteResourceSet' Text 

Instances

Instances details
Eq DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Read DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Show DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Generic DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Associated Types

type Rep DeleteResourceSet :: Type -> Type #

NFData DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Methods

rnf :: DeleteResourceSet -> () #

Hashable DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

AWSRequest DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Associated Types

type AWSResponse DeleteResourceSet #

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

type Rep DeleteResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

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

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

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:

$sel:resourceSetName:DeleteResourceSet', deleteResourceSet_resourceSetName - The ResourceSet to delete

data DeleteResourceSetResponse Source #

See: newDeleteResourceSetResponse smart constructor.

Instances

Instances details
Eq DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Read DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Show DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Generic DeleteResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.DeleteResourceSet

Associated Types

type Rep DeleteResourceSetResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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.

Types

Readiness

newtype Readiness Source #

The readiness of an entire ReadinessCheck or an individual resource ARN.

Constructors

Readiness' 

Fields

Instances

Instances details
Eq Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Ord Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Read Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Show Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Generic Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Associated Types

type Rep Readiness :: Type -> Type #

NFData Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Methods

rnf :: Readiness -> () #

Hashable 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

FromJSON Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

FromJSONKey Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToLog Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToHeader Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

ToQuery Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

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 #

ToByteString Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

Methods

toBS :: Readiness -> ByteString #

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 #

type Rep Readiness Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Readiness

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

CellOutput

data CellOutput Source #

A Cell and its properties

See: newCellOutput smart constructor.

Instances

Instances details
Eq CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Read CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

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

NFData CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

Methods

rnf :: CellOutput -> () #

Hashable CellOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.CellOutput

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 - Undocumented member.

$sel:parentReadinessScopes:CellOutput', cellOutput_parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNs

$sel:cellArn:CellOutput', cellOutput_cellArn - The 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

See: newDNSTargetResource smart constructor.

Instances

Instances details
Eq DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Read DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

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

NFData DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Methods

rnf :: DNSTargetResource -> () #

Hashable DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

ToJSON DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "DNSTargetResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hostedZoneArn") '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)) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recordSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:hostedZoneArn:DNSTargetResource', dNSTargetResource_hostedZoneArn - The Hosted Zone ARN that contains the DNS record with the provided name of target resource.

$sel:recordType:DNSTargetResource', dNSTargetResource_recordType - The Type of DNS Record of target resource

$sel:targetResource:DNSTargetResource', dNSTargetResource_targetResource - Undocumented member.

$sel:domainName:DNSTargetResource', dNSTargetResource_domainName - The DNS Name that acts as ingress point to a portion of application

$sel:recordSetId:DNSTargetResource', dNSTargetResource_recordSetId - The R53 Set Id to uniquely identify a record given a Name and a Type

ListRulesOutput

data ListRulesOutput Source #

A collection of rules used in a readiness check

See: newListRulesOutput smart constructor.

Instances

Instances details
Eq ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Read ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

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

NFData ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Methods

rnf :: ListRulesOutput -> () #

Hashable ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 - A description of the rule

$sel:ruleId:ListRulesOutput', listRulesOutput_ruleId - The Rule's ID.

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

Message

data Message Source #

Information relating to readiness check status

See: newMessage smart constructor.

Constructors

Message' (Maybe Text) 

Instances

Instances details
Eq Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Methods

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

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

Read Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

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

NFData Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Methods

rnf :: Message -> () #

Hashable Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

Methods

hashWithSalt :: Int -> Message -> Int #

hash :: Message -> Int #

FromJSON Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

type Rep Message Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Message

type Rep Message = D1 ('MetaData "Message" "Amazonka.Route53RecoveryReadiness.Types.Message" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 NLB resource a DNS Target Resource points to

See: newNLBResource smart constructor.

Constructors

NLBResource' (Maybe Text) 

Instances

Instances details
Eq NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

Read NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

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

NFData NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

Methods

rnf :: NLBResource -> () #

Hashable NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

ToJSON NLBResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.NLBResource

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 - An NLB resource arn

R53ResourceRecord

data R53ResourceRecord Source #

The Route 53 resource a DNS Target Resource record points to

See: newR53ResourceRecord smart constructor.

Instances

Instances details
Eq R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

Read R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

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

NFData R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

Methods

rnf :: R53ResourceRecord -> () #

Hashable R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

ToJSON R53ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.R53ResourceRecord

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 name

$sel:recordSetId:R53ResourceRecord', r53ResourceRecord_recordSetId - The Resource Record set id

ReadinessCheckOutput

data ReadinessCheckOutput Source #

A resource used for checking the readiness of a Resource Set

See: newReadinessCheckOutput smart constructor.

Instances

Instances details
Eq ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

Read ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

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

NFData ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

Methods

rnf :: ReadinessCheckOutput -> () #

Hashable ReadinessCheckOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckOutput

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 for a ReadinessCheck

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

$sel:readinessCheckArn:ReadinessCheckOutput', readinessCheckOutput_readinessCheckArn - Arn associated with ReadinessCheck

$sel:resourceSet:ReadinessCheckOutput', readinessCheckOutput_resourceSet - Name of the ResourceSet to be checked

ReadinessCheckSummary

data ReadinessCheckSummary Source #

Summary of ReadinessCheck status, paginated in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary

See: newReadinessCheckSummary smart constructor.

Instances

Instances details
Eq ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

Read ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

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

NFData ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

Methods

rnf :: ReadinessCheckSummary -> () #

Hashable ReadinessCheckSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ReadinessCheckSummary

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 of this ReadinessCheck

$sel:readinessCheckName:ReadinessCheckSummary', readinessCheckSummary_readinessCheckName - The name of a ReadinessCheck which is part of the given RecoveryGroup or Cell

Recommendation

data Recommendation Source #

Guidance for improving Recovery Group resilliancy

See: newRecommendation smart constructor.

Constructors

Recommendation' Text 

Instances

Instances details
Eq Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Read Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

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

NFData Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Methods

rnf :: Recommendation -> () #

Hashable Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 - Guidance text for recommendation

RecoveryGroupOutput

data RecoveryGroupOutput Source #

A Recovery Group generally containing multiple Cells

See: newRecoveryGroupOutput smart constructor.

Instances

Instances details
Eq RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Read RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

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

NFData RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

Methods

rnf :: RecoveryGroupOutput -> () #

Hashable RecoveryGroupOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RecoveryGroupOutput

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 - Undocumented member.

$sel:recoveryGroupArn:RecoveryGroupOutput', recoveryGroupOutput_recoveryGroupArn - The arn for the RecoveryGroup

$sel:recoveryGroupName:RecoveryGroupOutput', recoveryGroupOutput_recoveryGroupName - The name of the RecoveryGroup

$sel:cells:RecoveryGroupOutput', recoveryGroupOutput_cells - A list of Cell arns

Resource

data Resource Source #

The resource element of a ResourceSet

See: newResource smart constructor.

Instances

Instances details
Eq Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Read Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

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

NFData Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Methods

rnf :: Resource -> () #

Hashable Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

ToJSON Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

FromJSON Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

type Rep Resource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Resource

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

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:readinessScopes:Resource', resource_readinessScopes - A list of RecoveryGroup ARNs and/or Cell ARNs that this resource is contained within.

$sel:resourceArn:Resource', resource_resourceArn - The ARN of the AWS resource, can be skipped if dnsTargetResource is used

$sel:componentId:Resource', resource_componentId - The component id of the resource, generated by the service when dnsTargetResource is used

$sel:dnsTargetResource:Resource', resource_dnsTargetResource - Undocumented member.

ResourceResult

data ResourceResult Source #

Result with status for an individual resource.

See: newResourceResult smart constructor.

Instances

Instances details
Eq ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

Read ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

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

NFData ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

Methods

rnf :: ResourceResult -> () #

Hashable ResourceResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceResult

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "ResourceResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "readiness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Readiness) :*: S1 ('MetaSel ('Just "lastCheckedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

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:resourceArn:ResourceResult', resourceResult_resourceArn - The ARN of the resource

$sel:componentId:ResourceResult', resourceResult_componentId - The component id of the resource

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

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

ResourceSetOutput

data ResourceSetOutput Source #

A collection of resources of the same type

See: newResourceSetOutput smart constructor.

Instances

Instances details
Eq ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Read ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

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

NFData ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

Methods

rnf :: ResourceSetOutput -> () #

Hashable ResourceSetOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ResourceSetOutput

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 - AWS Resource Type of the resources in the ResourceSet

$sel:resourceSetName:ResourceSetOutput', resourceSetOutput_resourceSetName - The name of the ResourceSet

$sel:resourceSetArn:ResourceSetOutput', resourceSetOutput_resourceSetArn - The arn for the ResourceSet

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

RuleResult

data RuleResult Source #

Result with status for an individual rule..

See: newRuleResult smart constructor.

Instances

Instances details
Eq RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

Read RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

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

NFData RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

Methods

rnf :: RuleResult -> () #

Hashable RuleResult Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.RuleResult

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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 POSIX))))

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 the R53 record points to

See: newTargetResource smart constructor.

Instances

Instances details
Eq TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

Read TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

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

NFData TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

Methods

rnf :: TargetResource -> () #

Hashable TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

ToJSON TargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.TargetResource

FromJSON 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "TargetResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "r53Resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe R53ResourceRecord)) :*: S1 ('MetaSel ('Just "nLBResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NLBResource))))

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:r53Resource:TargetResource', targetResource_r53Resource - Undocumented member.

$sel:nLBResource:TargetResource', targetResource_nLBResource - Undocumented member.