Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ReadinessNotAuthorized + const ReadinessNotReady + const ReadinessReady + const ReadinessUnknown + const ServiceID + const ServiceName + func Readiness_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type CellOutput_ struct + CellArn *string + CellName *string + Cells []*string + ParentReadinessScopes []*string + Tags map[string]*string + func (s *CellOutput_) SetCellArn(v string) *CellOutput_ + func (s *CellOutput_) SetCellName(v string) *CellOutput_ + func (s *CellOutput_) SetCells(v []*string) *CellOutput_ + func (s *CellOutput_) SetParentReadinessScopes(v []*string) *CellOutput_ + func (s *CellOutput_) SetTags(v map[string]*string) *CellOutput_ + func (s CellOutput_) GoString() string + func (s CellOutput_) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateCellInput struct + CellName *string + Cells []*string + Tags map[string]*string + func (s *CreateCellInput) SetCellName(v string) *CreateCellInput + func (s *CreateCellInput) SetCells(v []*string) *CreateCellInput + func (s *CreateCellInput) SetTags(v map[string]*string) *CreateCellInput + func (s *CreateCellInput) Validate() error + func (s CreateCellInput) GoString() string + func (s CreateCellInput) String() string + type CreateCellOutput struct + CellArn *string + CellName *string + Cells []*string + ParentReadinessScopes []*string + Tags map[string]*string + func (s *CreateCellOutput) SetCellArn(v string) *CreateCellOutput + func (s *CreateCellOutput) SetCellName(v string) *CreateCellOutput + func (s *CreateCellOutput) SetCells(v []*string) *CreateCellOutput + func (s *CreateCellOutput) SetParentReadinessScopes(v []*string) *CreateCellOutput + func (s *CreateCellOutput) SetTags(v map[string]*string) *CreateCellOutput + func (s CreateCellOutput) GoString() string + func (s CreateCellOutput) String() string + type CreateCrossAccountAuthorizationInput struct + CrossAccountAuthorization *string + func (s *CreateCrossAccountAuthorizationInput) SetCrossAccountAuthorization(v string) *CreateCrossAccountAuthorizationInput + func (s *CreateCrossAccountAuthorizationInput) Validate() error + func (s CreateCrossAccountAuthorizationInput) GoString() string + func (s CreateCrossAccountAuthorizationInput) String() string + type CreateCrossAccountAuthorizationOutput struct + CrossAccountAuthorization *string + func (s *CreateCrossAccountAuthorizationOutput) SetCrossAccountAuthorization(v string) *CreateCrossAccountAuthorizationOutput + func (s CreateCrossAccountAuthorizationOutput) GoString() string + func (s CreateCrossAccountAuthorizationOutput) String() string + type CreateReadinessCheckInput struct + ReadinessCheckName *string + ResourceSetName *string + Tags map[string]*string + func (s *CreateReadinessCheckInput) SetReadinessCheckName(v string) *CreateReadinessCheckInput + func (s *CreateReadinessCheckInput) SetResourceSetName(v string) *CreateReadinessCheckInput + func (s *CreateReadinessCheckInput) SetTags(v map[string]*string) *CreateReadinessCheckInput + func (s *CreateReadinessCheckInput) Validate() error + func (s CreateReadinessCheckInput) GoString() string + func (s CreateReadinessCheckInput) String() string + type CreateReadinessCheckOutput struct + ReadinessCheckArn *string + ReadinessCheckName *string + ResourceSet *string + Tags map[string]*string + func (s *CreateReadinessCheckOutput) SetReadinessCheckArn(v string) *CreateReadinessCheckOutput + func (s *CreateReadinessCheckOutput) SetReadinessCheckName(v string) *CreateReadinessCheckOutput + func (s *CreateReadinessCheckOutput) SetResourceSet(v string) *CreateReadinessCheckOutput + func (s *CreateReadinessCheckOutput) SetTags(v map[string]*string) *CreateReadinessCheckOutput + func (s CreateReadinessCheckOutput) GoString() string + func (s CreateReadinessCheckOutput) String() string + type CreateRecoveryGroupInput struct + Cells []*string + RecoveryGroupName *string + Tags map[string]*string + func (s *CreateRecoveryGroupInput) SetCells(v []*string) *CreateRecoveryGroupInput + func (s *CreateRecoveryGroupInput) SetRecoveryGroupName(v string) *CreateRecoveryGroupInput + func (s *CreateRecoveryGroupInput) SetTags(v map[string]*string) *CreateRecoveryGroupInput + func (s *CreateRecoveryGroupInput) Validate() error + func (s CreateRecoveryGroupInput) GoString() string + func (s CreateRecoveryGroupInput) String() string + type CreateRecoveryGroupOutput struct + Cells []*string + RecoveryGroupArn *string + RecoveryGroupName *string + Tags map[string]*string + func (s *CreateRecoveryGroupOutput) SetCells(v []*string) *CreateRecoveryGroupOutput + func (s *CreateRecoveryGroupOutput) SetRecoveryGroupArn(v string) *CreateRecoveryGroupOutput + func (s *CreateRecoveryGroupOutput) SetRecoveryGroupName(v string) *CreateRecoveryGroupOutput + func (s *CreateRecoveryGroupOutput) SetTags(v map[string]*string) *CreateRecoveryGroupOutput + func (s CreateRecoveryGroupOutput) GoString() string + func (s CreateRecoveryGroupOutput) String() string + type CreateResourceSetInput struct + ResourceSetName *string + ResourceSetType *string + Resources []*Resource + Tags map[string]*string + func (s *CreateResourceSetInput) SetResourceSetName(v string) *CreateResourceSetInput + func (s *CreateResourceSetInput) SetResourceSetType(v string) *CreateResourceSetInput + func (s *CreateResourceSetInput) SetResources(v []*Resource) *CreateResourceSetInput + func (s *CreateResourceSetInput) SetTags(v map[string]*string) *CreateResourceSetInput + func (s *CreateResourceSetInput) Validate() error + func (s CreateResourceSetInput) GoString() string + func (s CreateResourceSetInput) String() string + type CreateResourceSetOutput struct + ResourceSetArn *string + ResourceSetName *string + ResourceSetType *string + Resources []*Resource + Tags map[string]*string + func (s *CreateResourceSetOutput) SetResourceSetArn(v string) *CreateResourceSetOutput + func (s *CreateResourceSetOutput) SetResourceSetName(v string) *CreateResourceSetOutput + func (s *CreateResourceSetOutput) SetResourceSetType(v string) *CreateResourceSetOutput + func (s *CreateResourceSetOutput) SetResources(v []*Resource) *CreateResourceSetOutput + func (s *CreateResourceSetOutput) SetTags(v map[string]*string) *CreateResourceSetOutput + func (s CreateResourceSetOutput) GoString() string + func (s CreateResourceSetOutput) String() string + type DNSTargetResource struct + DomainName *string + HostedZoneArn *string + RecordSetId *string + RecordType *string + TargetResource *TargetResource + func (s *DNSTargetResource) SetDomainName(v string) *DNSTargetResource + func (s *DNSTargetResource) SetHostedZoneArn(v string) *DNSTargetResource + func (s *DNSTargetResource) SetRecordSetId(v string) *DNSTargetResource + func (s *DNSTargetResource) SetRecordType(v string) *DNSTargetResource + func (s *DNSTargetResource) SetTargetResource(v *TargetResource) *DNSTargetResource + func (s DNSTargetResource) GoString() string + func (s DNSTargetResource) String() string + type DeleteCellInput struct + CellName *string + func (s *DeleteCellInput) SetCellName(v string) *DeleteCellInput + func (s *DeleteCellInput) Validate() error + func (s DeleteCellInput) GoString() string + func (s DeleteCellInput) String() string + type DeleteCellOutput struct + func (s DeleteCellOutput) GoString() string + func (s DeleteCellOutput) String() string + type DeleteCrossAccountAuthorizationInput struct + CrossAccountAuthorization *string + func (s *DeleteCrossAccountAuthorizationInput) SetCrossAccountAuthorization(v string) *DeleteCrossAccountAuthorizationInput + func (s *DeleteCrossAccountAuthorizationInput) Validate() error + func (s DeleteCrossAccountAuthorizationInput) GoString() string + func (s DeleteCrossAccountAuthorizationInput) String() string + type DeleteCrossAccountAuthorizationOutput struct + func (s DeleteCrossAccountAuthorizationOutput) GoString() string + func (s DeleteCrossAccountAuthorizationOutput) String() string + type DeleteReadinessCheckInput struct + ReadinessCheckName *string + func (s *DeleteReadinessCheckInput) SetReadinessCheckName(v string) *DeleteReadinessCheckInput + func (s *DeleteReadinessCheckInput) Validate() error + func (s DeleteReadinessCheckInput) GoString() string + func (s DeleteReadinessCheckInput) String() string + type DeleteReadinessCheckOutput struct + func (s DeleteReadinessCheckOutput) GoString() string + func (s DeleteReadinessCheckOutput) String() string + type DeleteRecoveryGroupInput struct + RecoveryGroupName *string + func (s *DeleteRecoveryGroupInput) SetRecoveryGroupName(v string) *DeleteRecoveryGroupInput + func (s *DeleteRecoveryGroupInput) Validate() error + func (s DeleteRecoveryGroupInput) GoString() string + func (s DeleteRecoveryGroupInput) String() string + type DeleteRecoveryGroupOutput struct + func (s DeleteRecoveryGroupOutput) GoString() string + func (s DeleteRecoveryGroupOutput) String() string + type DeleteResourceSetInput struct + ResourceSetName *string + func (s *DeleteResourceSetInput) SetResourceSetName(v string) *DeleteResourceSetInput + func (s *DeleteResourceSetInput) Validate() error + func (s DeleteResourceSetInput) GoString() string + func (s DeleteResourceSetInput) String() string + type DeleteResourceSetOutput struct + func (s DeleteResourceSetOutput) GoString() string + func (s DeleteResourceSetOutput) String() string + type GetArchitectureRecommendationsInput struct + MaxResults *int64 + NextToken *string + RecoveryGroupName *string + func (s *GetArchitectureRecommendationsInput) SetMaxResults(v int64) *GetArchitectureRecommendationsInput + func (s *GetArchitectureRecommendationsInput) SetNextToken(v string) *GetArchitectureRecommendationsInput + func (s *GetArchitectureRecommendationsInput) SetRecoveryGroupName(v string) *GetArchitectureRecommendationsInput + func (s *GetArchitectureRecommendationsInput) Validate() error + func (s GetArchitectureRecommendationsInput) GoString() string + func (s GetArchitectureRecommendationsInput) String() string + type GetArchitectureRecommendationsOutput struct + LastAuditTimestamp *time.Time + NextToken *string + Recommendations []*Recommendation + func (s *GetArchitectureRecommendationsOutput) SetLastAuditTimestamp(v time.Time) *GetArchitectureRecommendationsOutput + func (s *GetArchitectureRecommendationsOutput) SetNextToken(v string) *GetArchitectureRecommendationsOutput + func (s *GetArchitectureRecommendationsOutput) SetRecommendations(v []*Recommendation) *GetArchitectureRecommendationsOutput + func (s GetArchitectureRecommendationsOutput) GoString() string + func (s GetArchitectureRecommendationsOutput) String() string + type GetCellInput struct + CellName *string + func (s *GetCellInput) SetCellName(v string) *GetCellInput + func (s *GetCellInput) Validate() error + func (s GetCellInput) GoString() string + func (s GetCellInput) String() string + type GetCellOutput struct + CellArn *string + CellName *string + Cells []*string + ParentReadinessScopes []*string + Tags map[string]*string + func (s *GetCellOutput) SetCellArn(v string) *GetCellOutput + func (s *GetCellOutput) SetCellName(v string) *GetCellOutput + func (s *GetCellOutput) SetCells(v []*string) *GetCellOutput + func (s *GetCellOutput) SetParentReadinessScopes(v []*string) *GetCellOutput + func (s *GetCellOutput) SetTags(v map[string]*string) *GetCellOutput + func (s GetCellOutput) GoString() string + func (s GetCellOutput) String() string + type GetCellReadinessSummaryInput struct + CellName *string + MaxResults *int64 + NextToken *string + func (s *GetCellReadinessSummaryInput) SetCellName(v string) *GetCellReadinessSummaryInput + func (s *GetCellReadinessSummaryInput) SetMaxResults(v int64) *GetCellReadinessSummaryInput + func (s *GetCellReadinessSummaryInput) SetNextToken(v string) *GetCellReadinessSummaryInput + func (s *GetCellReadinessSummaryInput) Validate() error + func (s GetCellReadinessSummaryInput) GoString() string + func (s GetCellReadinessSummaryInput) String() string + type GetCellReadinessSummaryOutput struct + NextToken *string + Readiness *string + ReadinessChecks []*ReadinessCheckSummary + func (s *GetCellReadinessSummaryOutput) SetNextToken(v string) *GetCellReadinessSummaryOutput + func (s *GetCellReadinessSummaryOutput) SetReadiness(v string) *GetCellReadinessSummaryOutput + func (s *GetCellReadinessSummaryOutput) SetReadinessChecks(v []*ReadinessCheckSummary) *GetCellReadinessSummaryOutput + func (s GetCellReadinessSummaryOutput) GoString() string + func (s GetCellReadinessSummaryOutput) String() string + type GetReadinessCheckInput struct + ReadinessCheckName *string + func (s *GetReadinessCheckInput) SetReadinessCheckName(v string) *GetReadinessCheckInput + func (s *GetReadinessCheckInput) Validate() error + func (s GetReadinessCheckInput) GoString() string + func (s GetReadinessCheckInput) String() string + type GetReadinessCheckOutput struct + ReadinessCheckArn *string + ReadinessCheckName *string + ResourceSet *string + Tags map[string]*string + func (s *GetReadinessCheckOutput) SetReadinessCheckArn(v string) *GetReadinessCheckOutput + func (s *GetReadinessCheckOutput) SetReadinessCheckName(v string) *GetReadinessCheckOutput + func (s *GetReadinessCheckOutput) SetResourceSet(v string) *GetReadinessCheckOutput + func (s *GetReadinessCheckOutput) SetTags(v map[string]*string) *GetReadinessCheckOutput + func (s GetReadinessCheckOutput) GoString() string + func (s GetReadinessCheckOutput) String() string + type GetReadinessCheckResourceStatusInput struct + MaxResults *int64 + NextToken *string + ReadinessCheckName *string + ResourceIdentifier *string + func (s *GetReadinessCheckResourceStatusInput) SetMaxResults(v int64) *GetReadinessCheckResourceStatusInput + func (s *GetReadinessCheckResourceStatusInput) SetNextToken(v string) *GetReadinessCheckResourceStatusInput + func (s *GetReadinessCheckResourceStatusInput) SetReadinessCheckName(v string) *GetReadinessCheckResourceStatusInput + func (s *GetReadinessCheckResourceStatusInput) SetResourceIdentifier(v string) *GetReadinessCheckResourceStatusInput + func (s *GetReadinessCheckResourceStatusInput) Validate() error + func (s GetReadinessCheckResourceStatusInput) GoString() string + func (s GetReadinessCheckResourceStatusInput) String() string + type GetReadinessCheckResourceStatusOutput struct + NextToken *string + Readiness *string + Rules []*RuleResult + func (s *GetReadinessCheckResourceStatusOutput) SetNextToken(v string) *GetReadinessCheckResourceStatusOutput + func (s *GetReadinessCheckResourceStatusOutput) SetReadiness(v string) *GetReadinessCheckResourceStatusOutput + func (s *GetReadinessCheckResourceStatusOutput) SetRules(v []*RuleResult) *GetReadinessCheckResourceStatusOutput + func (s GetReadinessCheckResourceStatusOutput) GoString() string + func (s GetReadinessCheckResourceStatusOutput) String() string + type GetReadinessCheckStatusInput struct + MaxResults *int64 + NextToken *string + ReadinessCheckName *string + func (s *GetReadinessCheckStatusInput) SetMaxResults(v int64) *GetReadinessCheckStatusInput + func (s *GetReadinessCheckStatusInput) SetNextToken(v string) *GetReadinessCheckStatusInput + func (s *GetReadinessCheckStatusInput) SetReadinessCheckName(v string) *GetReadinessCheckStatusInput + func (s *GetReadinessCheckStatusInput) Validate() error + func (s GetReadinessCheckStatusInput) GoString() string + func (s GetReadinessCheckStatusInput) String() string + type GetReadinessCheckStatusOutput struct + Messages []*Message + NextToken *string + Readiness *string + Resources []*ResourceResult + func (s *GetReadinessCheckStatusOutput) SetMessages(v []*Message) *GetReadinessCheckStatusOutput + func (s *GetReadinessCheckStatusOutput) SetNextToken(v string) *GetReadinessCheckStatusOutput + func (s *GetReadinessCheckStatusOutput) SetReadiness(v string) *GetReadinessCheckStatusOutput + func (s *GetReadinessCheckStatusOutput) SetResources(v []*ResourceResult) *GetReadinessCheckStatusOutput + func (s GetReadinessCheckStatusOutput) GoString() string + func (s GetReadinessCheckStatusOutput) String() string + type GetRecoveryGroupInput struct + RecoveryGroupName *string + func (s *GetRecoveryGroupInput) SetRecoveryGroupName(v string) *GetRecoveryGroupInput + func (s *GetRecoveryGroupInput) Validate() error + func (s GetRecoveryGroupInput) GoString() string + func (s GetRecoveryGroupInput) String() string + type GetRecoveryGroupOutput struct + Cells []*string + RecoveryGroupArn *string + RecoveryGroupName *string + Tags map[string]*string + func (s *GetRecoveryGroupOutput) SetCells(v []*string) *GetRecoveryGroupOutput + func (s *GetRecoveryGroupOutput) SetRecoveryGroupArn(v string) *GetRecoveryGroupOutput + func (s *GetRecoveryGroupOutput) SetRecoveryGroupName(v string) *GetRecoveryGroupOutput + func (s *GetRecoveryGroupOutput) SetTags(v map[string]*string) *GetRecoveryGroupOutput + func (s GetRecoveryGroupOutput) GoString() string + func (s GetRecoveryGroupOutput) String() string + type GetRecoveryGroupReadinessSummaryInput struct + MaxResults *int64 + NextToken *string + RecoveryGroupName *string + func (s *GetRecoveryGroupReadinessSummaryInput) SetMaxResults(v int64) *GetRecoveryGroupReadinessSummaryInput + func (s *GetRecoveryGroupReadinessSummaryInput) SetNextToken(v string) *GetRecoveryGroupReadinessSummaryInput + func (s *GetRecoveryGroupReadinessSummaryInput) SetRecoveryGroupName(v string) *GetRecoveryGroupReadinessSummaryInput + func (s *GetRecoveryGroupReadinessSummaryInput) Validate() error + func (s GetRecoveryGroupReadinessSummaryInput) GoString() string + func (s GetRecoveryGroupReadinessSummaryInput) String() string + type GetRecoveryGroupReadinessSummaryOutput struct + NextToken *string + Readiness *string + ReadinessChecks []*ReadinessCheckSummary + func (s *GetRecoveryGroupReadinessSummaryOutput) SetNextToken(v string) *GetRecoveryGroupReadinessSummaryOutput + func (s *GetRecoveryGroupReadinessSummaryOutput) SetReadiness(v string) *GetRecoveryGroupReadinessSummaryOutput + func (s *GetRecoveryGroupReadinessSummaryOutput) SetReadinessChecks(v []*ReadinessCheckSummary) *GetRecoveryGroupReadinessSummaryOutput + func (s GetRecoveryGroupReadinessSummaryOutput) GoString() string + func (s GetRecoveryGroupReadinessSummaryOutput) String() string + type GetResourceSetInput struct + ResourceSetName *string + func (s *GetResourceSetInput) SetResourceSetName(v string) *GetResourceSetInput + func (s *GetResourceSetInput) Validate() error + func (s GetResourceSetInput) GoString() string + func (s GetResourceSetInput) String() string + type GetResourceSetOutput struct + ResourceSetArn *string + ResourceSetName *string + ResourceSetType *string + Resources []*Resource + Tags map[string]*string + func (s *GetResourceSetOutput) SetResourceSetArn(v string) *GetResourceSetOutput + func (s *GetResourceSetOutput) SetResourceSetName(v string) *GetResourceSetOutput + func (s *GetResourceSetOutput) SetResourceSetType(v string) *GetResourceSetOutput + func (s *GetResourceSetOutput) SetResources(v []*Resource) *GetResourceSetOutput + func (s *GetResourceSetOutput) SetTags(v map[string]*string) *GetResourceSetOutput + func (s GetResourceSetOutput) GoString() string + func (s GetResourceSetOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListCellsInput struct + MaxResults *int64 + NextToken *string + func (s *ListCellsInput) SetMaxResults(v int64) *ListCellsInput + func (s *ListCellsInput) SetNextToken(v string) *ListCellsInput + func (s *ListCellsInput) Validate() error + func (s ListCellsInput) GoString() string + func (s ListCellsInput) String() string + type ListCellsOutput struct + Cells []*CellOutput_ + NextToken *string + func (s *ListCellsOutput) SetCells(v []*CellOutput_) *ListCellsOutput + func (s *ListCellsOutput) SetNextToken(v string) *ListCellsOutput + func (s ListCellsOutput) GoString() string + func (s ListCellsOutput) String() string + type ListCrossAccountAuthorizationsInput struct + MaxResults *int64 + NextToken *string + func (s *ListCrossAccountAuthorizationsInput) SetMaxResults(v int64) *ListCrossAccountAuthorizationsInput + func (s *ListCrossAccountAuthorizationsInput) SetNextToken(v string) *ListCrossAccountAuthorizationsInput + func (s *ListCrossAccountAuthorizationsInput) Validate() error + func (s ListCrossAccountAuthorizationsInput) GoString() string + func (s ListCrossAccountAuthorizationsInput) String() string + type ListCrossAccountAuthorizationsOutput struct + CrossAccountAuthorizations []*string + NextToken *string + func (s *ListCrossAccountAuthorizationsOutput) SetCrossAccountAuthorizations(v []*string) *ListCrossAccountAuthorizationsOutput + func (s *ListCrossAccountAuthorizationsOutput) SetNextToken(v string) *ListCrossAccountAuthorizationsOutput + func (s ListCrossAccountAuthorizationsOutput) GoString() string + func (s ListCrossAccountAuthorizationsOutput) String() string + type ListReadinessChecksInput struct + MaxResults *int64 + NextToken *string + func (s *ListReadinessChecksInput) SetMaxResults(v int64) *ListReadinessChecksInput + func (s *ListReadinessChecksInput) SetNextToken(v string) *ListReadinessChecksInput + func (s *ListReadinessChecksInput) Validate() error + func (s ListReadinessChecksInput) GoString() string + func (s ListReadinessChecksInput) String() string + type ListReadinessChecksOutput struct + NextToken *string + ReadinessChecks []*ReadinessCheckOutput_ + func (s *ListReadinessChecksOutput) SetNextToken(v string) *ListReadinessChecksOutput + func (s *ListReadinessChecksOutput) SetReadinessChecks(v []*ReadinessCheckOutput_) *ListReadinessChecksOutput + func (s ListReadinessChecksOutput) GoString() string + func (s ListReadinessChecksOutput) String() string + type ListRecoveryGroupsInput struct + MaxResults *int64 + NextToken *string + func (s *ListRecoveryGroupsInput) SetMaxResults(v int64) *ListRecoveryGroupsInput + func (s *ListRecoveryGroupsInput) SetNextToken(v string) *ListRecoveryGroupsInput + func (s *ListRecoveryGroupsInput) Validate() error + func (s ListRecoveryGroupsInput) GoString() string + func (s ListRecoveryGroupsInput) String() string + type ListRecoveryGroupsOutput struct + NextToken *string + RecoveryGroups []*RecoveryGroupOutput_ + func (s *ListRecoveryGroupsOutput) SetNextToken(v string) *ListRecoveryGroupsOutput + func (s *ListRecoveryGroupsOutput) SetRecoveryGroups(v []*RecoveryGroupOutput_) *ListRecoveryGroupsOutput + func (s ListRecoveryGroupsOutput) GoString() string + func (s ListRecoveryGroupsOutput) String() string + type ListResourceSetsInput struct + MaxResults *int64 + NextToken *string + func (s *ListResourceSetsInput) SetMaxResults(v int64) *ListResourceSetsInput + func (s *ListResourceSetsInput) SetNextToken(v string) *ListResourceSetsInput + func (s *ListResourceSetsInput) Validate() error + func (s ListResourceSetsInput) GoString() string + func (s ListResourceSetsInput) String() string + type ListResourceSetsOutput struct + NextToken *string + ResourceSets []*ResourceSetOutput_ + func (s *ListResourceSetsOutput) SetNextToken(v string) *ListResourceSetsOutput + func (s *ListResourceSetsOutput) SetResourceSets(v []*ResourceSetOutput_) *ListResourceSetsOutput + func (s ListResourceSetsOutput) GoString() string + func (s ListResourceSetsOutput) String() string + type ListRulesInput struct + MaxResults *int64 + NextToken *string + ResourceType *string + func (s *ListRulesInput) SetMaxResults(v int64) *ListRulesInput + func (s *ListRulesInput) SetNextToken(v string) *ListRulesInput + func (s *ListRulesInput) SetResourceType(v string) *ListRulesInput + func (s *ListRulesInput) Validate() error + func (s ListRulesInput) GoString() string + func (s ListRulesInput) String() string + type ListRulesOutput struct + NextToken *string + Rules []*ListRulesOutput_ + func (s *ListRulesOutput) SetNextToken(v string) *ListRulesOutput + func (s *ListRulesOutput) SetRules(v []*ListRulesOutput_) *ListRulesOutput + func (s ListRulesOutput) GoString() string + func (s ListRulesOutput) String() string + type ListRulesOutput_ struct + ResourceType *string + RuleDescription *string + RuleId *string + func (s *ListRulesOutput_) SetResourceType(v string) *ListRulesOutput_ + func (s *ListRulesOutput_) SetRuleDescription(v string) *ListRulesOutput_ + func (s *ListRulesOutput_) SetRuleId(v string) *ListRulesOutput_ + func (s ListRulesOutput_) GoString() string + func (s ListRulesOutput_) String() string + type ListTagsForResourcesInput struct + ResourceArn *string + func (s *ListTagsForResourcesInput) SetResourceArn(v string) *ListTagsForResourcesInput + func (s *ListTagsForResourcesInput) Validate() error + func (s ListTagsForResourcesInput) GoString() string + func (s ListTagsForResourcesInput) String() string + type ListTagsForResourcesOutput struct + Tags map[string]*string + func (s *ListTagsForResourcesOutput) SetTags(v map[string]*string) *ListTagsForResourcesOutput + func (s ListTagsForResourcesOutput) GoString() string + func (s ListTagsForResourcesOutput) String() string + type Message struct + MessageText *string + func (s *Message) SetMessageText(v string) *Message + func (s Message) GoString() string + func (s Message) String() string + type NLBResource struct + Arn *string + func (s *NLBResource) SetArn(v string) *NLBResource + func (s NLBResource) GoString() string + func (s NLBResource) String() string + type R53ResourceRecord struct + DomainName *string + RecordSetId *string + func (s *R53ResourceRecord) SetDomainName(v string) *R53ResourceRecord + func (s *R53ResourceRecord) SetRecordSetId(v string) *R53ResourceRecord + func (s R53ResourceRecord) GoString() string + func (s R53ResourceRecord) String() string + type ReadinessCheckOutput_ struct + ReadinessCheckArn *string + ReadinessCheckName *string + ResourceSet *string + Tags map[string]*string + func (s *ReadinessCheckOutput_) SetReadinessCheckArn(v string) *ReadinessCheckOutput_ + func (s *ReadinessCheckOutput_) SetReadinessCheckName(v string) *ReadinessCheckOutput_ + func (s *ReadinessCheckOutput_) SetResourceSet(v string) *ReadinessCheckOutput_ + func (s *ReadinessCheckOutput_) SetTags(v map[string]*string) *ReadinessCheckOutput_ + func (s ReadinessCheckOutput_) GoString() string + func (s ReadinessCheckOutput_) String() string + type ReadinessCheckSummary struct + Readiness *string + ReadinessCheckName *string + func (s *ReadinessCheckSummary) SetReadiness(v string) *ReadinessCheckSummary + func (s *ReadinessCheckSummary) SetReadinessCheckName(v string) *ReadinessCheckSummary + func (s ReadinessCheckSummary) GoString() string + func (s ReadinessCheckSummary) String() string + type Recommendation struct + RecommendationText *string + func (s *Recommendation) SetRecommendationText(v string) *Recommendation + func (s Recommendation) GoString() string + func (s Recommendation) String() string + type RecoveryGroupOutput_ struct + Cells []*string + RecoveryGroupArn *string + RecoveryGroupName *string + Tags map[string]*string + func (s *RecoveryGroupOutput_) SetCells(v []*string) *RecoveryGroupOutput_ + func (s *RecoveryGroupOutput_) SetRecoveryGroupArn(v string) *RecoveryGroupOutput_ + func (s *RecoveryGroupOutput_) SetRecoveryGroupName(v string) *RecoveryGroupOutput_ + func (s *RecoveryGroupOutput_) SetTags(v map[string]*string) *RecoveryGroupOutput_ + func (s RecoveryGroupOutput_) GoString() string + func (s RecoveryGroupOutput_) String() string + type Resource struct + ComponentId *string + DnsTargetResource *DNSTargetResource + ReadinessScopes []*string + ResourceArn *string + func (s *Resource) SetComponentId(v string) *Resource + func (s *Resource) SetDnsTargetResource(v *DNSTargetResource) *Resource + func (s *Resource) SetReadinessScopes(v []*string) *Resource + func (s *Resource) SetResourceArn(v string) *Resource + func (s Resource) GoString() string + func (s Resource) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ResourceResult struct + ComponentId *string + LastCheckedTimestamp *time.Time + Readiness *string + ResourceArn *string + func (s *ResourceResult) SetComponentId(v string) *ResourceResult + func (s *ResourceResult) SetLastCheckedTimestamp(v time.Time) *ResourceResult + func (s *ResourceResult) SetReadiness(v string) *ResourceResult + func (s *ResourceResult) SetResourceArn(v string) *ResourceResult + func (s ResourceResult) GoString() string + func (s ResourceResult) String() string + type ResourceSetOutput_ struct + ResourceSetArn *string + ResourceSetName *string + ResourceSetType *string + Resources []*Resource + Tags map[string]*string + func (s *ResourceSetOutput_) SetResourceSetArn(v string) *ResourceSetOutput_ + func (s *ResourceSetOutput_) SetResourceSetName(v string) *ResourceSetOutput_ + func (s *ResourceSetOutput_) SetResourceSetType(v string) *ResourceSetOutput_ + func (s *ResourceSetOutput_) SetResources(v []*Resource) *ResourceSetOutput_ + func (s *ResourceSetOutput_) SetTags(v map[string]*string) *ResourceSetOutput_ + func (s ResourceSetOutput_) GoString() string + func (s ResourceSetOutput_) String() string + type Route53RecoveryReadiness struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Route53RecoveryReadiness + func (c *Route53RecoveryReadiness) CreateCell(input *CreateCellInput) (*CreateCellOutput, error) + func (c *Route53RecoveryReadiness) CreateCellRequest(input *CreateCellInput) (req *request.Request, output *CreateCellOutput) + func (c *Route53RecoveryReadiness) CreateCellWithContext(ctx aws.Context, input *CreateCellInput, opts ...request.Option) (*CreateCellOutput, error) + func (c *Route53RecoveryReadiness) CreateCrossAccountAuthorization(input *CreateCrossAccountAuthorizationInput) (*CreateCrossAccountAuthorizationOutput, error) + func (c *Route53RecoveryReadiness) CreateCrossAccountAuthorizationRequest(input *CreateCrossAccountAuthorizationInput) (req *request.Request, output *CreateCrossAccountAuthorizationOutput) + func (c *Route53RecoveryReadiness) CreateCrossAccountAuthorizationWithContext(ctx aws.Context, input *CreateCrossAccountAuthorizationInput, ...) (*CreateCrossAccountAuthorizationOutput, error) + func (c *Route53RecoveryReadiness) CreateReadinessCheck(input *CreateReadinessCheckInput) (*CreateReadinessCheckOutput, error) + func (c *Route53RecoveryReadiness) CreateReadinessCheckRequest(input *CreateReadinessCheckInput) (req *request.Request, output *CreateReadinessCheckOutput) + func (c *Route53RecoveryReadiness) CreateReadinessCheckWithContext(ctx aws.Context, input *CreateReadinessCheckInput, opts ...request.Option) (*CreateReadinessCheckOutput, error) + func (c *Route53RecoveryReadiness) CreateRecoveryGroup(input *CreateRecoveryGroupInput) (*CreateRecoveryGroupOutput, error) + func (c *Route53RecoveryReadiness) CreateRecoveryGroupRequest(input *CreateRecoveryGroupInput) (req *request.Request, output *CreateRecoveryGroupOutput) + func (c *Route53RecoveryReadiness) CreateRecoveryGroupWithContext(ctx aws.Context, input *CreateRecoveryGroupInput, opts ...request.Option) (*CreateRecoveryGroupOutput, error) + func (c *Route53RecoveryReadiness) CreateResourceSet(input *CreateResourceSetInput) (*CreateResourceSetOutput, error) + func (c *Route53RecoveryReadiness) CreateResourceSetRequest(input *CreateResourceSetInput) (req *request.Request, output *CreateResourceSetOutput) + func (c *Route53RecoveryReadiness) CreateResourceSetWithContext(ctx aws.Context, input *CreateResourceSetInput, opts ...request.Option) (*CreateResourceSetOutput, error) + func (c *Route53RecoveryReadiness) DeleteCell(input *DeleteCellInput) (*DeleteCellOutput, error) + func (c *Route53RecoveryReadiness) DeleteCellRequest(input *DeleteCellInput) (req *request.Request, output *DeleteCellOutput) + func (c *Route53RecoveryReadiness) DeleteCellWithContext(ctx aws.Context, input *DeleteCellInput, opts ...request.Option) (*DeleteCellOutput, error) + func (c *Route53RecoveryReadiness) DeleteCrossAccountAuthorization(input *DeleteCrossAccountAuthorizationInput) (*DeleteCrossAccountAuthorizationOutput, error) + func (c *Route53RecoveryReadiness) DeleteCrossAccountAuthorizationRequest(input *DeleteCrossAccountAuthorizationInput) (req *request.Request, output *DeleteCrossAccountAuthorizationOutput) + func (c *Route53RecoveryReadiness) DeleteCrossAccountAuthorizationWithContext(ctx aws.Context, input *DeleteCrossAccountAuthorizationInput, ...) (*DeleteCrossAccountAuthorizationOutput, error) + func (c *Route53RecoveryReadiness) DeleteReadinessCheck(input *DeleteReadinessCheckInput) (*DeleteReadinessCheckOutput, error) + func (c *Route53RecoveryReadiness) DeleteReadinessCheckRequest(input *DeleteReadinessCheckInput) (req *request.Request, output *DeleteReadinessCheckOutput) + func (c *Route53RecoveryReadiness) DeleteReadinessCheckWithContext(ctx aws.Context, input *DeleteReadinessCheckInput, opts ...request.Option) (*DeleteReadinessCheckOutput, error) + func (c *Route53RecoveryReadiness) DeleteRecoveryGroup(input *DeleteRecoveryGroupInput) (*DeleteRecoveryGroupOutput, error) + func (c *Route53RecoveryReadiness) DeleteRecoveryGroupRequest(input *DeleteRecoveryGroupInput) (req *request.Request, output *DeleteRecoveryGroupOutput) + func (c *Route53RecoveryReadiness) DeleteRecoveryGroupWithContext(ctx aws.Context, input *DeleteRecoveryGroupInput, opts ...request.Option) (*DeleteRecoveryGroupOutput, error) + func (c *Route53RecoveryReadiness) DeleteResourceSet(input *DeleteResourceSetInput) (*DeleteResourceSetOutput, error) + func (c *Route53RecoveryReadiness) DeleteResourceSetRequest(input *DeleteResourceSetInput) (req *request.Request, output *DeleteResourceSetOutput) + func (c *Route53RecoveryReadiness) DeleteResourceSetWithContext(ctx aws.Context, input *DeleteResourceSetInput, opts ...request.Option) (*DeleteResourceSetOutput, error) + func (c *Route53RecoveryReadiness) GetArchitectureRecommendations(input *GetArchitectureRecommendationsInput) (*GetArchitectureRecommendationsOutput, error) + func (c *Route53RecoveryReadiness) GetArchitectureRecommendationsRequest(input *GetArchitectureRecommendationsInput) (req *request.Request, output *GetArchitectureRecommendationsOutput) + func (c *Route53RecoveryReadiness) GetArchitectureRecommendationsWithContext(ctx aws.Context, input *GetArchitectureRecommendationsInput, ...) (*GetArchitectureRecommendationsOutput, error) + func (c *Route53RecoveryReadiness) GetCell(input *GetCellInput) (*GetCellOutput, error) + func (c *Route53RecoveryReadiness) GetCellReadinessSummary(input *GetCellReadinessSummaryInput) (*GetCellReadinessSummaryOutput, error) + func (c *Route53RecoveryReadiness) GetCellReadinessSummaryPages(input *GetCellReadinessSummaryInput, ...) error + func (c *Route53RecoveryReadiness) GetCellReadinessSummaryPagesWithContext(ctx aws.Context, input *GetCellReadinessSummaryInput, ...) error + func (c *Route53RecoveryReadiness) GetCellReadinessSummaryRequest(input *GetCellReadinessSummaryInput) (req *request.Request, output *GetCellReadinessSummaryOutput) + func (c *Route53RecoveryReadiness) GetCellReadinessSummaryWithContext(ctx aws.Context, input *GetCellReadinessSummaryInput, opts ...request.Option) (*GetCellReadinessSummaryOutput, error) + func (c *Route53RecoveryReadiness) GetCellRequest(input *GetCellInput) (req *request.Request, output *GetCellOutput) + func (c *Route53RecoveryReadiness) GetCellWithContext(ctx aws.Context, input *GetCellInput, opts ...request.Option) (*GetCellOutput, error) + func (c *Route53RecoveryReadiness) GetReadinessCheck(input *GetReadinessCheckInput) (*GetReadinessCheckOutput, error) + func (c *Route53RecoveryReadiness) GetReadinessCheckRequest(input *GetReadinessCheckInput) (req *request.Request, output *GetReadinessCheckOutput) + func (c *Route53RecoveryReadiness) GetReadinessCheckResourceStatus(input *GetReadinessCheckResourceStatusInput) (*GetReadinessCheckResourceStatusOutput, error) + func (c *Route53RecoveryReadiness) GetReadinessCheckResourceStatusPages(input *GetReadinessCheckResourceStatusInput, ...) error + func (c *Route53RecoveryReadiness) GetReadinessCheckResourceStatusPagesWithContext(ctx aws.Context, input *GetReadinessCheckResourceStatusInput, ...) error + func (c *Route53RecoveryReadiness) GetReadinessCheckResourceStatusRequest(input *GetReadinessCheckResourceStatusInput) (req *request.Request, output *GetReadinessCheckResourceStatusOutput) + func (c *Route53RecoveryReadiness) GetReadinessCheckResourceStatusWithContext(ctx aws.Context, input *GetReadinessCheckResourceStatusInput, ...) (*GetReadinessCheckResourceStatusOutput, error) + func (c *Route53RecoveryReadiness) GetReadinessCheckStatus(input *GetReadinessCheckStatusInput) (*GetReadinessCheckStatusOutput, error) + func (c *Route53RecoveryReadiness) GetReadinessCheckStatusPages(input *GetReadinessCheckStatusInput, ...) error + func (c *Route53RecoveryReadiness) GetReadinessCheckStatusPagesWithContext(ctx aws.Context, input *GetReadinessCheckStatusInput, ...) error + func (c *Route53RecoveryReadiness) GetReadinessCheckStatusRequest(input *GetReadinessCheckStatusInput) (req *request.Request, output *GetReadinessCheckStatusOutput) + func (c *Route53RecoveryReadiness) GetReadinessCheckStatusWithContext(ctx aws.Context, input *GetReadinessCheckStatusInput, opts ...request.Option) (*GetReadinessCheckStatusOutput, error) + func (c *Route53RecoveryReadiness) GetReadinessCheckWithContext(ctx aws.Context, input *GetReadinessCheckInput, opts ...request.Option) (*GetReadinessCheckOutput, error) + func (c *Route53RecoveryReadiness) GetRecoveryGroup(input *GetRecoveryGroupInput) (*GetRecoveryGroupOutput, error) + func (c *Route53RecoveryReadiness) GetRecoveryGroupReadinessSummary(input *GetRecoveryGroupReadinessSummaryInput) (*GetRecoveryGroupReadinessSummaryOutput, error) + func (c *Route53RecoveryReadiness) GetRecoveryGroupReadinessSummaryPages(input *GetRecoveryGroupReadinessSummaryInput, ...) error + func (c *Route53RecoveryReadiness) GetRecoveryGroupReadinessSummaryPagesWithContext(ctx aws.Context, input *GetRecoveryGroupReadinessSummaryInput, ...) error + func (c *Route53RecoveryReadiness) GetRecoveryGroupReadinessSummaryRequest(input *GetRecoveryGroupReadinessSummaryInput) (req *request.Request, output *GetRecoveryGroupReadinessSummaryOutput) + func (c *Route53RecoveryReadiness) GetRecoveryGroupReadinessSummaryWithContext(ctx aws.Context, input *GetRecoveryGroupReadinessSummaryInput, ...) (*GetRecoveryGroupReadinessSummaryOutput, error) + func (c *Route53RecoveryReadiness) GetRecoveryGroupRequest(input *GetRecoveryGroupInput) (req *request.Request, output *GetRecoveryGroupOutput) + func (c *Route53RecoveryReadiness) GetRecoveryGroupWithContext(ctx aws.Context, input *GetRecoveryGroupInput, opts ...request.Option) (*GetRecoveryGroupOutput, error) + func (c *Route53RecoveryReadiness) GetResourceSet(input *GetResourceSetInput) (*GetResourceSetOutput, error) + func (c *Route53RecoveryReadiness) GetResourceSetRequest(input *GetResourceSetInput) (req *request.Request, output *GetResourceSetOutput) + func (c *Route53RecoveryReadiness) GetResourceSetWithContext(ctx aws.Context, input *GetResourceSetInput, opts ...request.Option) (*GetResourceSetOutput, error) + func (c *Route53RecoveryReadiness) ListCells(input *ListCellsInput) (*ListCellsOutput, error) + func (c *Route53RecoveryReadiness) ListCellsPages(input *ListCellsInput, fn func(*ListCellsOutput, bool) bool) error + func (c *Route53RecoveryReadiness) ListCellsPagesWithContext(ctx aws.Context, input *ListCellsInput, fn func(*ListCellsOutput, bool) bool, ...) error + func (c *Route53RecoveryReadiness) ListCellsRequest(input *ListCellsInput) (req *request.Request, output *ListCellsOutput) + func (c *Route53RecoveryReadiness) ListCellsWithContext(ctx aws.Context, input *ListCellsInput, opts ...request.Option) (*ListCellsOutput, error) + func (c *Route53RecoveryReadiness) ListCrossAccountAuthorizations(input *ListCrossAccountAuthorizationsInput) (*ListCrossAccountAuthorizationsOutput, error) + func (c *Route53RecoveryReadiness) ListCrossAccountAuthorizationsPages(input *ListCrossAccountAuthorizationsInput, ...) error + func (c *Route53RecoveryReadiness) ListCrossAccountAuthorizationsPagesWithContext(ctx aws.Context, input *ListCrossAccountAuthorizationsInput, ...) error + func (c *Route53RecoveryReadiness) ListCrossAccountAuthorizationsRequest(input *ListCrossAccountAuthorizationsInput) (req *request.Request, output *ListCrossAccountAuthorizationsOutput) + func (c *Route53RecoveryReadiness) ListCrossAccountAuthorizationsWithContext(ctx aws.Context, input *ListCrossAccountAuthorizationsInput, ...) (*ListCrossAccountAuthorizationsOutput, error) + func (c *Route53RecoveryReadiness) ListReadinessChecks(input *ListReadinessChecksInput) (*ListReadinessChecksOutput, error) + func (c *Route53RecoveryReadiness) ListReadinessChecksPages(input *ListReadinessChecksInput, ...) error + func (c *Route53RecoveryReadiness) ListReadinessChecksPagesWithContext(ctx aws.Context, input *ListReadinessChecksInput, ...) error + func (c *Route53RecoveryReadiness) ListReadinessChecksRequest(input *ListReadinessChecksInput) (req *request.Request, output *ListReadinessChecksOutput) + func (c *Route53RecoveryReadiness) ListReadinessChecksWithContext(ctx aws.Context, input *ListReadinessChecksInput, opts ...request.Option) (*ListReadinessChecksOutput, error) + func (c *Route53RecoveryReadiness) ListRecoveryGroups(input *ListRecoveryGroupsInput) (*ListRecoveryGroupsOutput, error) + func (c *Route53RecoveryReadiness) ListRecoveryGroupsPages(input *ListRecoveryGroupsInput, fn func(*ListRecoveryGroupsOutput, bool) bool) error + func (c *Route53RecoveryReadiness) ListRecoveryGroupsPagesWithContext(ctx aws.Context, input *ListRecoveryGroupsInput, ...) error + func (c *Route53RecoveryReadiness) ListRecoveryGroupsRequest(input *ListRecoveryGroupsInput) (req *request.Request, output *ListRecoveryGroupsOutput) + func (c *Route53RecoveryReadiness) ListRecoveryGroupsWithContext(ctx aws.Context, input *ListRecoveryGroupsInput, opts ...request.Option) (*ListRecoveryGroupsOutput, error) + func (c *Route53RecoveryReadiness) ListResourceSets(input *ListResourceSetsInput) (*ListResourceSetsOutput, error) + func (c *Route53RecoveryReadiness) ListResourceSetsPages(input *ListResourceSetsInput, fn func(*ListResourceSetsOutput, bool) bool) error + func (c *Route53RecoveryReadiness) ListResourceSetsPagesWithContext(ctx aws.Context, input *ListResourceSetsInput, ...) error + func (c *Route53RecoveryReadiness) ListResourceSetsRequest(input *ListResourceSetsInput) (req *request.Request, output *ListResourceSetsOutput) + func (c *Route53RecoveryReadiness) ListResourceSetsWithContext(ctx aws.Context, input *ListResourceSetsInput, opts ...request.Option) (*ListResourceSetsOutput, error) + func (c *Route53RecoveryReadiness) ListRules(input *ListRulesInput) (*ListRulesOutput, error) + func (c *Route53RecoveryReadiness) ListRulesPages(input *ListRulesInput, fn func(*ListRulesOutput, bool) bool) error + func (c *Route53RecoveryReadiness) ListRulesPagesWithContext(ctx aws.Context, input *ListRulesInput, fn func(*ListRulesOutput, bool) bool, ...) error + func (c *Route53RecoveryReadiness) ListRulesRequest(input *ListRulesInput) (req *request.Request, output *ListRulesOutput) + func (c *Route53RecoveryReadiness) ListRulesWithContext(ctx aws.Context, input *ListRulesInput, opts ...request.Option) (*ListRulesOutput, error) + func (c *Route53RecoveryReadiness) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error) + func (c *Route53RecoveryReadiness) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput) + func (c *Route53RecoveryReadiness) ListTagsForResourcesWithContext(ctx aws.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error) + func (c *Route53RecoveryReadiness) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *Route53RecoveryReadiness) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *Route53RecoveryReadiness) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *Route53RecoveryReadiness) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *Route53RecoveryReadiness) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *Route53RecoveryReadiness) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *Route53RecoveryReadiness) UpdateCell(input *UpdateCellInput) (*UpdateCellOutput, error) + func (c *Route53RecoveryReadiness) UpdateCellRequest(input *UpdateCellInput) (req *request.Request, output *UpdateCellOutput) + func (c *Route53RecoveryReadiness) UpdateCellWithContext(ctx aws.Context, input *UpdateCellInput, opts ...request.Option) (*UpdateCellOutput, error) + func (c *Route53RecoveryReadiness) UpdateReadinessCheck(input *UpdateReadinessCheckInput) (*UpdateReadinessCheckOutput, error) + func (c *Route53RecoveryReadiness) UpdateReadinessCheckRequest(input *UpdateReadinessCheckInput) (req *request.Request, output *UpdateReadinessCheckOutput) + func (c *Route53RecoveryReadiness) UpdateReadinessCheckWithContext(ctx aws.Context, input *UpdateReadinessCheckInput, opts ...request.Option) (*UpdateReadinessCheckOutput, error) + func (c *Route53RecoveryReadiness) UpdateRecoveryGroup(input *UpdateRecoveryGroupInput) (*UpdateRecoveryGroupOutput, error) + func (c *Route53RecoveryReadiness) UpdateRecoveryGroupRequest(input *UpdateRecoveryGroupInput) (req *request.Request, output *UpdateRecoveryGroupOutput) + func (c *Route53RecoveryReadiness) UpdateRecoveryGroupWithContext(ctx aws.Context, input *UpdateRecoveryGroupInput, opts ...request.Option) (*UpdateRecoveryGroupOutput, error) + func (c *Route53RecoveryReadiness) UpdateResourceSet(input *UpdateResourceSetInput) (*UpdateResourceSetOutput, error) + func (c *Route53RecoveryReadiness) UpdateResourceSetRequest(input *UpdateResourceSetInput) (req *request.Request, output *UpdateResourceSetOutput) + func (c *Route53RecoveryReadiness) UpdateResourceSetWithContext(ctx aws.Context, input *UpdateResourceSetInput, opts ...request.Option) (*UpdateResourceSetOutput, error) + type RuleResult struct + LastCheckedTimestamp *time.Time + Messages []*Message + Readiness *string + RuleId *string + func (s *RuleResult) SetLastCheckedTimestamp(v time.Time) *RuleResult + func (s *RuleResult) SetMessages(v []*Message) *RuleResult + func (s *RuleResult) SetReadiness(v string) *RuleResult + func (s *RuleResult) SetRuleId(v string) *RuleResult + func (s RuleResult) GoString() string + func (s RuleResult) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TargetResource struct + NLBResource *NLBResource + R53Resource *R53ResourceRecord + func (s *TargetResource) SetNLBResource(v *NLBResource) *TargetResource + func (s *TargetResource) SetR53Resource(v *R53ResourceRecord) *TargetResource + func (s TargetResource) GoString() string + func (s TargetResource) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateCellInput struct + CellName *string + Cells []*string + func (s *UpdateCellInput) SetCellName(v string) *UpdateCellInput + func (s *UpdateCellInput) SetCells(v []*string) *UpdateCellInput + func (s *UpdateCellInput) Validate() error + func (s UpdateCellInput) GoString() string + func (s UpdateCellInput) String() string + type UpdateCellOutput struct + CellArn *string + CellName *string + Cells []*string + ParentReadinessScopes []*string + Tags map[string]*string + func (s *UpdateCellOutput) SetCellArn(v string) *UpdateCellOutput + func (s *UpdateCellOutput) SetCellName(v string) *UpdateCellOutput + func (s *UpdateCellOutput) SetCells(v []*string) *UpdateCellOutput + func (s *UpdateCellOutput) SetParentReadinessScopes(v []*string) *UpdateCellOutput + func (s *UpdateCellOutput) SetTags(v map[string]*string) *UpdateCellOutput + func (s UpdateCellOutput) GoString() string + func (s UpdateCellOutput) String() string + type UpdateReadinessCheckInput struct + ReadinessCheckName *string + ResourceSetName *string + func (s *UpdateReadinessCheckInput) SetReadinessCheckName(v string) *UpdateReadinessCheckInput + func (s *UpdateReadinessCheckInput) SetResourceSetName(v string) *UpdateReadinessCheckInput + func (s *UpdateReadinessCheckInput) Validate() error + func (s UpdateReadinessCheckInput) GoString() string + func (s UpdateReadinessCheckInput) String() string + type UpdateReadinessCheckOutput struct + ReadinessCheckArn *string + ReadinessCheckName *string + ResourceSet *string + Tags map[string]*string + func (s *UpdateReadinessCheckOutput) SetReadinessCheckArn(v string) *UpdateReadinessCheckOutput + func (s *UpdateReadinessCheckOutput) SetReadinessCheckName(v string) *UpdateReadinessCheckOutput + func (s *UpdateReadinessCheckOutput) SetResourceSet(v string) *UpdateReadinessCheckOutput + func (s *UpdateReadinessCheckOutput) SetTags(v map[string]*string) *UpdateReadinessCheckOutput + func (s UpdateReadinessCheckOutput) GoString() string + func (s UpdateReadinessCheckOutput) String() string + type UpdateRecoveryGroupInput struct + Cells []*string + RecoveryGroupName *string + func (s *UpdateRecoveryGroupInput) SetCells(v []*string) *UpdateRecoveryGroupInput + func (s *UpdateRecoveryGroupInput) SetRecoveryGroupName(v string) *UpdateRecoveryGroupInput + func (s *UpdateRecoveryGroupInput) Validate() error + func (s UpdateRecoveryGroupInput) GoString() string + func (s UpdateRecoveryGroupInput) String() string + type UpdateRecoveryGroupOutput struct + Cells []*string + RecoveryGroupArn *string + RecoveryGroupName *string + Tags map[string]*string + func (s *UpdateRecoveryGroupOutput) SetCells(v []*string) *UpdateRecoveryGroupOutput + func (s *UpdateRecoveryGroupOutput) SetRecoveryGroupArn(v string) *UpdateRecoveryGroupOutput + func (s *UpdateRecoveryGroupOutput) SetRecoveryGroupName(v string) *UpdateRecoveryGroupOutput + func (s *UpdateRecoveryGroupOutput) SetTags(v map[string]*string) *UpdateRecoveryGroupOutput + func (s UpdateRecoveryGroupOutput) GoString() string + func (s UpdateRecoveryGroupOutput) String() string + type UpdateResourceSetInput struct + ResourceSetName *string + ResourceSetType *string + Resources []*Resource + func (s *UpdateResourceSetInput) SetResourceSetName(v string) *UpdateResourceSetInput + func (s *UpdateResourceSetInput) SetResourceSetType(v string) *UpdateResourceSetInput + func (s *UpdateResourceSetInput) SetResources(v []*Resource) *UpdateResourceSetInput + func (s *UpdateResourceSetInput) Validate() error + func (s UpdateResourceSetInput) GoString() string + func (s UpdateResourceSetInput) String() string + type UpdateResourceSetOutput struct + ResourceSetArn *string + ResourceSetName *string + ResourceSetType *string + Resources []*Resource + Tags map[string]*string + func (s *UpdateResourceSetOutput) SetResourceSetArn(v string) *UpdateResourceSetOutput + func (s *UpdateResourceSetOutput) SetResourceSetName(v string) *UpdateResourceSetOutput + func (s *UpdateResourceSetOutput) SetResourceSetType(v string) *UpdateResourceSetOutput + func (s *UpdateResourceSetOutput) SetResources(v []*Resource) *UpdateResourceSetOutput + func (s *UpdateResourceSetOutput) SetTags(v map[string]*string) *UpdateResourceSetOutput + func (s UpdateResourceSetOutput) GoString() string + func (s UpdateResourceSetOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string