@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSRoute53RecoveryReadiness
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSRoute53RecoveryReadiness
instead.
Recovery readiness
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateCellResult |
createCell(CreateCellRequest createCellRequest)
Creates a cell in an account.
|
CreateCrossAccountAuthorizationResult |
createCrossAccountAuthorization(CreateCrossAccountAuthorizationRequest createCrossAccountAuthorizationRequest)
Creates a cross-account readiness authorization.
|
CreateReadinessCheckResult |
createReadinessCheck(CreateReadinessCheckRequest createReadinessCheckRequest)
Creates a readiness check in an account.
|
CreateRecoveryGroupResult |
createRecoveryGroup(CreateRecoveryGroupRequest createRecoveryGroupRequest)
Creates a recovery group in an account.
|
CreateResourceSetResult |
createResourceSet(CreateResourceSetRequest createResourceSetRequest)
Creates a resource set.
|
DeleteCellResult |
deleteCell(DeleteCellRequest deleteCellRequest)
Delete a cell.
|
DeleteCrossAccountAuthorizationResult |
deleteCrossAccountAuthorization(DeleteCrossAccountAuthorizationRequest deleteCrossAccountAuthorizationRequest)
Deletes cross account readiness authorization.
|
DeleteReadinessCheckResult |
deleteReadinessCheck(DeleteReadinessCheckRequest deleteReadinessCheckRequest)
Deletes a readiness check.
|
DeleteRecoveryGroupResult |
deleteRecoveryGroup(DeleteRecoveryGroupRequest deleteRecoveryGroupRequest)
Deletes a recovery group.
|
DeleteResourceSetResult |
deleteResourceSet(DeleteResourceSetRequest deleteResourceSetRequest)
Deletes a resource set.
|
GetArchitectureRecommendationsResult |
getArchitectureRecommendations(GetArchitectureRecommendationsRequest getArchitectureRecommendationsRequest)
Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery
group.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCellResult |
getCell(GetCellRequest getCellRequest)
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this
cell, and a list of those cell ARNs with their associated recovery group ARNs.
|
GetCellReadinessSummaryResult |
getCellReadinessSummary(GetCellReadinessSummaryRequest getCellReadinessSummaryRequest)
Gets readiness for a cell.
|
GetReadinessCheckResult |
getReadinessCheck(GetReadinessCheckRequest getReadinessCheckRequest)
Gets details about a readiness check.
|
GetReadinessCheckResourceStatusResult |
getReadinessCheckResourceStatus(GetReadinessCheckResourceStatusRequest getReadinessCheckResourceStatusRequest)
Gets individual readiness status for a readiness check.
|
GetReadinessCheckStatusResult |
getReadinessCheckStatus(GetReadinessCheckStatusRequest getReadinessCheckStatusRequest)
Gets the readiness status for an individual readiness check.
|
GetRecoveryGroupResult |
getRecoveryGroup(GetRecoveryGroupRequest getRecoveryGroupRequest)
Gets details about a recovery group, including a list of the cells that are included in it.
|
GetRecoveryGroupReadinessSummaryResult |
getRecoveryGroupReadinessSummary(GetRecoveryGroupReadinessSummaryRequest getRecoveryGroupReadinessSummaryRequest)
Displays a summary of information about a recovery group's readiness status.
|
GetResourceSetResult |
getResourceSet(GetResourceSetRequest getResourceSetRequest)
Displays the details about a resource set, including a list of the resources in the set.
|
ListCellsResult |
listCells(ListCellsRequest listCellsRequest)
Lists the cells for an account.
|
ListCrossAccountAuthorizationsResult |
listCrossAccountAuthorizations(ListCrossAccountAuthorizationsRequest listCrossAccountAuthorizationsRequest)
Lists the cross-account readiness authorizations that are in place for an account.
|
ListReadinessChecksResult |
listReadinessChecks(ListReadinessChecksRequest listReadinessChecksRequest)
Lists the readiness checks for an account.
|
ListRecoveryGroupsResult |
listRecoveryGroups(ListRecoveryGroupsRequest listRecoveryGroupsRequest)
Lists the recovery groups in an account.
|
ListResourceSetsResult |
listResourceSets(ListResourceSetsRequest listResourceSetsRequest)
Lists the resource sets in an account.
|
ListRulesResult |
listRules(ListRulesRequest listRulesRequest)
Lists all readiness rules, or lists the readiness rules for a specific resource type.
|
ListTagsForResourcesResult |
listTagsForResources(ListTagsForResourcesRequest listTagsForResourcesRequest)
Lists the tags for a resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds a tag to a resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from a resource.
|
UpdateCellResult |
updateCell(UpdateCellRequest updateCellRequest)
Updates a cell to replace the list of nested cells with a new list of nested cells.
|
UpdateReadinessCheckResult |
updateReadinessCheck(UpdateReadinessCheckRequest updateReadinessCheckRequest)
Updates a readiness check.
|
UpdateRecoveryGroupResult |
updateRecoveryGroup(UpdateRecoveryGroupRequest updateRecoveryGroupRequest)
Updates a recovery group.
|
UpdateResourceSetResult |
updateResourceSet(UpdateResourceSetRequest updateResourceSetRequest)
Updates a resource set.
|
static final String ENDPOINT_PREFIX
CreateCellResult createCell(CreateCellRequest createCellRequest)
Creates a cell in an account.
createCellRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.ConflictException
- 409 response - Conflict exception. You might be using a predefined variable.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.CreateCrossAccountAuthorizationResult createCrossAccountAuthorization(CreateCrossAccountAuthorizationRequest createCrossAccountAuthorizationRequest)
Creates a cross-account readiness authorization. This lets you authorize another account to work with Route 53 Application Recovery Controller, for example, to check the readiness status of resources in a separate account.
createCrossAccountAuthorizationRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.ConflictException
- 409 response - Conflict exception. You might be using a predefined variable.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.CreateReadinessCheckResult createReadinessCheck(CreateReadinessCheckRequest createReadinessCheckRequest)
Creates a readiness check in an account. A readiness check monitors a resource set in your application, such as a set of Amazon Aurora instances, that Application Recovery Controller is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.
createReadinessCheckRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.ConflictException
- 409 response - Conflict exception. You might be using a predefined variable.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.CreateRecoveryGroupResult createRecoveryGroup(CreateRecoveryGroupRequest createRecoveryGroupRequest)
Creates a recovery group in an account. A recovery group corresponds to an application and includes a list of the cells that make up the application.
createRecoveryGroupRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.ConflictException
- 409 response - Conflict exception. You might be using a predefined variable.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.CreateResourceSetResult createResourceSet(CreateResourceSetRequest createResourceSetRequest)
Creates a resource set. A resource set is a set of resources of one type that span multiple cells. You can associate a resource set with a readiness check to monitor the resources for failover readiness.
createResourceSetRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.ConflictException
- 409 response - Conflict exception. You might be using a predefined variable.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.DeleteCellResult deleteCell(DeleteCellRequest deleteCellRequest)
Delete a cell. When successful, the response code is 204, with no response body.
deleteCellRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.DeleteCrossAccountAuthorizationResult deleteCrossAccountAuthorization(DeleteCrossAccountAuthorizationRequest deleteCrossAccountAuthorizationRequest)
Deletes cross account readiness authorization.
deleteCrossAccountAuthorizationRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.DeleteReadinessCheckResult deleteReadinessCheck(DeleteReadinessCheckRequest deleteReadinessCheckRequest)
Deletes a readiness check.
deleteReadinessCheckRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.DeleteRecoveryGroupResult deleteRecoveryGroup(DeleteRecoveryGroupRequest deleteRecoveryGroupRequest)
Deletes a recovery group.
deleteRecoveryGroupRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.DeleteResourceSetResult deleteResourceSet(DeleteResourceSetRequest deleteResourceSetRequest)
Deletes a resource set.
deleteResourceSetRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetArchitectureRecommendationsResult getArchitectureRecommendations(GetArchitectureRecommendationsRequest getArchitectureRecommendationsRequest)
Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.
getArchitectureRecommendationsRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetCellResult getCell(GetCellRequest getCellRequest)
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.
getCellRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetCellReadinessSummaryResult getCellReadinessSummary(GetCellReadinessSummaryRequest getCellReadinessSummaryRequest)
Gets readiness for a cell. Aggregates the readiness of all the resources that are associated with the cell into a single value.
getCellReadinessSummaryRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetReadinessCheckResult getReadinessCheck(GetReadinessCheckRequest getReadinessCheckRequest)
Gets details about a readiness check.
getReadinessCheckRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetReadinessCheckResourceStatusResult getReadinessCheckResourceStatus(GetReadinessCheckResourceStatusRequest getReadinessCheckResourceStatusRequest)
Gets individual readiness status for a readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in the recovery group, use GetRecoveryGroupReadinessSummary.
getReadinessCheckResourceStatusRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetReadinessCheckStatusResult getReadinessCheckStatus(GetReadinessCheckStatusRequest getReadinessCheckStatusRequest)
Gets the readiness status for an individual readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in a recovery group, use GetRecoveryGroupReadinessSummary.
getReadinessCheckStatusRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetRecoveryGroupResult getRecoveryGroup(GetRecoveryGroupRequest getRecoveryGroupRequest)
Gets details about a recovery group, including a list of the cells that are included in it.
getRecoveryGroupRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetRecoveryGroupReadinessSummaryResult getRecoveryGroupReadinessSummary(GetRecoveryGroupReadinessSummaryRequest getRecoveryGroupReadinessSummaryRequest)
Displays a summary of information about a recovery group's readiness status. Includes the readiness checks for resources in the recovery group and the readiness status of each one.
getRecoveryGroupReadinessSummaryRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.GetResourceSetResult getResourceSet(GetResourceSetRequest getResourceSetRequest)
Displays the details about a resource set, including a list of the resources in the set.
getResourceSetRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.ListCellsResult listCells(ListCellsRequest listCellsRequest)
Lists the cells for an account.
listCellsRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.ListCrossAccountAuthorizationsResult listCrossAccountAuthorizations(ListCrossAccountAuthorizationsRequest listCrossAccountAuthorizationsRequest)
Lists the cross-account readiness authorizations that are in place for an account.
listCrossAccountAuthorizationsRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.ListReadinessChecksResult listReadinessChecks(ListReadinessChecksRequest listReadinessChecksRequest)
Lists the readiness checks for an account.
listReadinessChecksRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.ListRecoveryGroupsResult listRecoveryGroups(ListRecoveryGroupsRequest listRecoveryGroupsRequest)
Lists the recovery groups in an account.
listRecoveryGroupsRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.ListResourceSetsResult listResourceSets(ListResourceSetsRequest listResourceSetsRequest)
Lists the resource sets in an account.
listResourceSetsRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.ListRulesResult listRules(ListRulesRequest listRulesRequest)
Lists all readiness rules, or lists the readiness rules for a specific resource type.
listRulesRequest
- ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.ListTagsForResourcesResult listTagsForResources(ListTagsForResourcesRequest listTagsForResourcesRequest)
Lists the tags for a resource.
listTagsForResourcesRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds a tag to a resource.
tagResourceRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from a resource.
untagResourceRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.UpdateCellResult updateCell(UpdateCellRequest updateCellRequest)
Updates a cell to replace the list of nested cells with a new list of nested cells.
updateCellRequest
- ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.UpdateReadinessCheckResult updateReadinessCheck(UpdateReadinessCheckRequest updateReadinessCheckRequest)
Updates a readiness check.
updateReadinessCheckRequest
- Name of a readiness check to describe.ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.UpdateRecoveryGroupResult updateRecoveryGroup(UpdateRecoveryGroupRequest updateRecoveryGroupRequest)
Updates a recovery group.
updateRecoveryGroupRequest
- Name of a recovery group.ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.UpdateResourceSetResult updateResourceSet(UpdateResourceSetRequest updateResourceSetRequest)
Updates a resource set.
updateResourceSetRequest
- Name of a resource set.ResourceNotFoundException
- 404 response - Malformed query string. The query string contains a syntax error or resource not found.ThrottlingException
- 429 response - Limit exceeded exception or too many requests exception.ValidationException
- 400 response - Multiple causes. For example, you might have a malformed query string, an input parameter
might be out of range, or you used parameters together incorrectly.InternalServerException
- 500 response - Internal service error or temporary service error. Retry the request.AccessDeniedException
- 403 response - Access denied exception. You do not have sufficient access to perform this action.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.