@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSdrs
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSdrs
instead.
AWS Elastic Disaster Recovery Service.
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 |
---|---|
CreateExtendedSourceServerResult |
createExtendedSourceServer(CreateExtendedSourceServerRequest createExtendedSourceServerRequest)
Create an extended source server in the target Account based on the source server in staging account.
|
CreateReplicationConfigurationTemplateResult |
createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest createReplicationConfigurationTemplateRequest)
Creates a new ReplicationConfigurationTemplate.
|
DeleteJobResult |
deleteJob(DeleteJobRequest deleteJobRequest)
Deletes a single Job by ID.
|
DeleteRecoveryInstanceResult |
deleteRecoveryInstance(DeleteRecoveryInstanceRequest deleteRecoveryInstanceRequest)
Deletes a single Recovery Instance by ID.
|
DeleteReplicationConfigurationTemplateResult |
deleteReplicationConfigurationTemplate(DeleteReplicationConfigurationTemplateRequest deleteReplicationConfigurationTemplateRequest)
Deletes a single Replication Configuration Template by ID
|
DeleteSourceServerResult |
deleteSourceServer(DeleteSourceServerRequest deleteSourceServerRequest)
Deletes a single Source Server by ID.
|
DescribeJobLogItemsResult |
describeJobLogItems(DescribeJobLogItemsRequest describeJobLogItemsRequest)
Retrieves a detailed Job log with pagination.
|
DescribeJobsResult |
describeJobs(DescribeJobsRequest describeJobsRequest)
Returns a list of Jobs.
|
DescribeRecoveryInstancesResult |
describeRecoveryInstances(DescribeRecoveryInstancesRequest describeRecoveryInstancesRequest)
Lists all Recovery Instances or multiple Recovery Instances by ID.
|
DescribeRecoverySnapshotsResult |
describeRecoverySnapshots(DescribeRecoverySnapshotsRequest describeRecoverySnapshotsRequest)
Lists all Recovery Snapshots for a single Source Server.
|
DescribeReplicationConfigurationTemplatesResult |
describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest describeReplicationConfigurationTemplatesRequest)
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
|
DescribeSourceServersResult |
describeSourceServers(DescribeSourceServersRequest describeSourceServersRequest)
Lists all Source Servers or multiple Source Servers filtered by ID.
|
DisconnectRecoveryInstanceResult |
disconnectRecoveryInstance(DisconnectRecoveryInstanceRequest disconnectRecoveryInstanceRequest)
Disconnect a Recovery Instance from Elastic Disaster Recovery.
|
DisconnectSourceServerResult |
disconnectSourceServer(DisconnectSourceServerRequest disconnectSourceServerRequest)
Disconnects a specific Source Server from Elastic Disaster Recovery.
|
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.
|
GetFailbackReplicationConfigurationResult |
getFailbackReplicationConfiguration(GetFailbackReplicationConfigurationRequest getFailbackReplicationConfigurationRequest)
Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
|
GetLaunchConfigurationResult |
getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)
Gets a LaunchConfiguration, filtered by Source Server IDs.
|
GetReplicationConfigurationResult |
getReplicationConfiguration(GetReplicationConfigurationRequest getReplicationConfigurationRequest)
Gets a ReplicationConfiguration, filtered by Source Server ID.
|
InitializeServiceResult |
initializeService(InitializeServiceRequest initializeServiceRequest)
Initialize Elastic Disaster Recovery.
|
ListExtensibleSourceServersResult |
listExtensibleSourceServers(ListExtensibleSourceServersRequest listExtensibleSourceServersRequest)
Returns a list of source servers on a staging account that are extensible, which means that: a.
|
ListStagingAccountsResult |
listStagingAccounts(ListStagingAccountsRequest listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List all tags for your Elastic Disaster Recovery resources.
|
RetryDataReplicationResult |
retryDataReplication(RetryDataReplicationRequest retryDataReplicationRequest)
Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source
Server ID, regardless of when the previous initiation started.
|
ReverseReplicationResult |
reverseReplication(ReverseReplicationRequest reverseReplicationRequest)
Start replication to origin / target region - applies only to protected instances that originated in EC2.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartFailbackLaunchResult |
startFailbackLaunch(StartFailbackLaunchRequest startFailbackLaunchRequest)
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance.
|
StartRecoveryResult |
startRecovery(StartRecoveryRequest startRecoveryRequest)
Launches Recovery Instances for the specified Source Servers.
|
StartReplicationResult |
startReplication(StartReplicationRequest startReplicationRequest)
Starts replication for a stopped Source Server.
|
StopFailbackResult |
stopFailback(StopFailbackRequest stopFailbackRequest)
Stops the failback process for a specified Recovery Instance.
|
StopReplicationResult |
stopReplication(StopReplicationRequest stopReplicationRequest)
Stops replication for a Source Server.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.
|
TerminateRecoveryInstancesResult |
terminateRecoveryInstances(TerminateRecoveryInstancesRequest terminateRecoveryInstancesRequest)
Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will
delete the Recovery Instances from the Elastic Disaster Recovery service.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
|
UpdateFailbackReplicationConfigurationResult |
updateFailbackReplicationConfiguration(UpdateFailbackReplicationConfigurationRequest updateFailbackReplicationConfigurationRequest)
Allows you to update the failback replication configuration of a Recovery Instance by ID.
|
UpdateLaunchConfigurationResult |
updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)
Updates a LaunchConfiguration by Source Server ID.
|
UpdateReplicationConfigurationResult |
updateReplicationConfiguration(UpdateReplicationConfigurationRequest updateReplicationConfigurationRequest)
Allows you to update a ReplicationConfiguration by Source Server ID.
|
UpdateReplicationConfigurationTemplateResult |
updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest updateReplicationConfigurationTemplateRequest)
Updates a ReplicationConfigurationTemplate by ID.
|
static final String ENDPOINT_PREFIX
CreateExtendedSourceServerResult createExtendedSourceServer(CreateExtendedSourceServerRequest createExtendedSourceServerRequest)
Create an extended source server in the target Account based on the source server in staging account.
createExtendedSourceServerRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.CreateReplicationConfigurationTemplateResult createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest createReplicationConfigurationTemplateRequest)
Creates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplateRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.DeleteJobResult deleteJob(DeleteJobRequest deleteJobRequest)
Deletes a single Job by ID.
deleteJobRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.DeleteRecoveryInstanceResult deleteRecoveryInstance(DeleteRecoveryInstanceRequest deleteRecoveryInstanceRequest)
Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.
deleteRecoveryInstanceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.DeleteReplicationConfigurationTemplateResult deleteReplicationConfigurationTemplate(DeleteReplicationConfigurationTemplateRequest deleteReplicationConfigurationTemplateRequest)
Deletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplateRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.DeleteSourceServerResult deleteSourceServer(DeleteSourceServerRequest deleteSourceServerRequest)
Deletes a single Source Server by ID. The Source Server must be disconnected first.
deleteSourceServerRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.DescribeJobLogItemsResult describeJobLogItems(DescribeJobLogItemsRequest describeJobLogItemsRequest)
Retrieves a detailed Job log with pagination.
describeJobLogItemsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.DescribeJobsResult describeJobs(DescribeJobsRequest describeJobsRequest)
Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.
describeJobsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.DescribeRecoveryInstancesResult describeRecoveryInstances(DescribeRecoveryInstancesRequest describeRecoveryInstancesRequest)
Lists all Recovery Instances or multiple Recovery Instances by ID.
describeRecoveryInstancesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.DescribeRecoverySnapshotsResult describeRecoverySnapshots(DescribeRecoverySnapshotsRequest describeRecoverySnapshotsRequest)
Lists all Recovery Snapshots for a single Source Server.
describeRecoverySnapshotsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.DescribeReplicationConfigurationTemplatesResult describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest describeReplicationConfigurationTemplatesRequest)
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplatesRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.DescribeSourceServersResult describeSourceServers(DescribeSourceServersRequest describeSourceServersRequest)
Lists all Source Servers or multiple Source Servers filtered by ID.
describeSourceServersRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.DisconnectRecoveryInstanceResult disconnectRecoveryInstance(DisconnectRecoveryInstanceRequest disconnectRecoveryInstanceRequest)
Disconnect a Recovery Instance from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Recovery Instance will be terminated / deleted within 90 minutes. If the agent on the Recovery Instance has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the Recovery Instance will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
disconnectRecoveryInstanceRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.DisconnectSourceServerResult disconnectSourceServer(DisconnectSourceServerRequest disconnectSourceServerRequest)
Disconnects a specific Source Server from Elastic Disaster Recovery. Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Source Server will be terminated / deleted within 90 minutes. You cannot disconnect a Source Server if it has a Recovery Instance. If the agent on the Source Server has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.
disconnectSourceServerRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.GetFailbackReplicationConfigurationResult getFailbackReplicationConfiguration(GetFailbackReplicationConfigurationRequest getFailbackReplicationConfigurationRequest)
Lists all Failback ReplicationConfigurations, filtered by Recovery Instance ID.
getFailbackReplicationConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.GetLaunchConfigurationResult getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)
Gets a LaunchConfiguration, filtered by Source Server IDs.
getLaunchConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.GetReplicationConfigurationResult getReplicationConfiguration(GetReplicationConfigurationRequest getReplicationConfigurationRequest)
Gets a ReplicationConfiguration, filtered by Source Server ID.
getReplicationConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.InitializeServiceResult initializeService(InitializeServiceRequest initializeServiceRequest)
Initialize Elastic Disaster Recovery.
initializeServiceRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.ListExtensibleSourceServersResult listExtensibleSourceServers(ListExtensibleSourceServersRequest listExtensibleSourceServersRequest)
Returns a list of source servers on a staging account that are extensible, which means that: a. The source server is not already extended into this Account. b. The source server on the Account we’re reading from is not an extension of another source server.
listExtensibleSourceServersRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.ListStagingAccountsResult listStagingAccounts(ListStagingAccountsRequest listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
listStagingAccountsRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List all tags for your Elastic Disaster Recovery resources.
listTagsForResourceRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.RetryDataReplicationResult retryDataReplication(RetryDataReplicationRequest retryDataReplicationRequest)
Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.
retryDataReplicationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.ReverseReplicationResult reverseReplication(ReverseReplicationRequest reverseReplicationRequest)
Start replication to origin / target region - applies only to protected instances that originated in EC2. For recovery instances on target region - starts replication back to origin region. For failback instances on origin region - starts replication to target region to re-protect them.
reverseReplicationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.StartFailbackLaunchResult startFailbackLaunch(StartFailbackLaunchRequest startFailbackLaunchRequest)
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance. This will run conversion on the failback client and will reboot your machine, thus completing the failback process.
startFailbackLaunchRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.StartRecoveryResult startRecovery(StartRecoveryRequest startRecoveryRequest)
Launches Recovery Instances for the specified Source Servers. For each Source Server you may choose a point in time snapshot to launch from, or use an on demand snapshot.
startRecoveryRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.StartReplicationResult startReplication(StartReplicationRequest startReplicationRequest)
Starts replication for a stopped Source Server. This action would make the Source Server protected again and restart billing for it.
startReplicationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.StopFailbackResult stopFailback(StopFailbackRequest stopFailbackRequest)
Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.
stopFailbackRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.StopReplicationResult stopReplication(StopReplicationRequest stopReplicationRequest)
Stops replication for a Source Server. This action would make the Source Server unprotected, delete its existing snapshots and stop billing for it.
stopReplicationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.
tagResourceRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.TerminateRecoveryInstancesResult terminateRecoveryInstances(TerminateRecoveryInstancesRequest terminateRecoveryInstancesRequest)
Initiates a Job for terminating the EC2 resources associated with the specified Recovery Instances, and then will delete the Recovery Instances from the Elastic Disaster Recovery service.
terminateRecoveryInstancesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ServiceQuotaExceededException
- The request could not be completed because its exceeded the service quota.ThrottlingException
- The request was denied due to request throttling.UninitializedAccountException
- The account performing the request has not been initialized.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Deletes the specified set of tags from the specified set of Elastic Disaster Recovery resources.
untagResourceRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UpdateFailbackReplicationConfigurationResult updateFailbackReplicationConfiguration(UpdateFailbackReplicationConfigurationRequest updateFailbackReplicationConfigurationRequest)
Allows you to update the failback replication configuration of a Recovery Instance by ID.
updateFailbackReplicationConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.UninitializedAccountException
- The account performing the request has not been initialized.UpdateLaunchConfigurationResult updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)
Updates a LaunchConfiguration by Source Server ID.
updateLaunchConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.UpdateReplicationConfigurationResult updateReplicationConfiguration(UpdateReplicationConfigurationRequest updateReplicationConfigurationRequest)
Allows you to update a ReplicationConfiguration by Source Server ID.
updateReplicationConfigurationRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.UpdateReplicationConfigurationTemplateResult updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest updateReplicationConfigurationTemplateRequest)
Updates a ReplicationConfigurationTemplate by ID.
updateReplicationConfigurationTemplateRequest
- ResourceNotFoundException
- The resource for this operation was not found.InternalServerException
- The request processing has failed because of an unknown error, exception or failure.ThrottlingException
- The request was denied due to request throttling.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The input fails to satisfy the constraints specified by the AWS service.UninitializedAccountException
- The account performing the request has not been initialized.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.