@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSmgn
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSmgn
instead.
The Application Migration Service 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 |
---|---|
ChangeServerLifeCycleStateResult |
changeServerLifeCycleState(ChangeServerLifeCycleStateRequest changeServerLifeCycleStateRequest)
Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the
following: READY_FOR_TEST or READY_FOR_CUTOVER.
|
CreateReplicationConfigurationTemplateResult |
createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest createReplicationConfigurationTemplateRequest)
Creates a new ReplicationConfigurationTemplate.
|
DeleteJobResult |
deleteJob(DeleteJobRequest deleteJobRequest)
Deletes a single Job 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 detailed Job log with paging.
|
DescribeJobsResult |
describeJobs(DescribeJobsRequest describeJobsRequest)
Returns a list of Jobs.
|
DescribeReplicationConfigurationTemplatesResult |
describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest describeReplicationConfigurationTemplatesRequest)
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
|
DescribeSourceServersResult |
describeSourceServers(DescribeSourceServersRequest describeSourceServersRequest)
Retrieves all SourceServers or multiple SourceServers by ID.
|
DisconnectFromServiceResult |
disconnectFromService(DisconnectFromServiceRequest disconnectFromServiceRequest)
Disconnects specific Source Servers from Application Migration Service.
|
FinalizeCutoverResult |
finalizeCutover(FinalizeCutoverRequest finalizeCutoverRequest)
Finalizes the cutover immediately for specific Source Servers.
|
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.
|
GetLaunchConfigurationResult |
getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)
Lists all LaunchConfigurations available, filtered by Source Server IDs.
|
GetReplicationConfigurationResult |
getReplicationConfiguration(GetReplicationConfigurationRequest getReplicationConfigurationRequest)
Lists all ReplicationConfigurations, filtered by Source Server ID.
|
InitializeServiceResult |
initializeService(InitializeServiceRequest initializeServiceRequest)
Initialize Application Migration Service.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List all tags for your Application Migration Service resources.
|
MarkAsArchivedResult |
markAsArchived(MarkAsArchivedRequest markAsArchivedRequest)
Archives specific Source Servers by setting the SourceServer.isArchived property to true for specified
SourceServers by ID.
|
RetryDataReplicationResult |
retryDataReplication(RetryDataReplicationRequest retryDataReplicationRequest)
Causes the data replication initiation sequence to begin immediately upon next Handshake for specified
SourceServer IDs, regardless of when the previous initiation started.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartCutoverResult |
startCutover(StartCutoverRequest startCutoverRequest)
Launches a Cutover Instance for specific Source Servers.
|
StartTestResult |
startTest(StartTestRequest startTestRequest)
Lauches a Test Instance for specific Source Servers.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites only the specified tags for the specified Application Migration Service resource or resources.
|
TerminateTargetInstancesResult |
terminateTargetInstances(TerminateTargetInstancesRequest terminateTargetInstancesRequest)
Starts a job that terminates specific launched EC2 Test and Cutover instances.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Deletes the specified set of tags from the specified set of Application Migration Service resources.
|
UpdateLaunchConfigurationResult |
updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)
Updates multiple LaunchConfigurations by Source Server ID.
|
UpdateReplicationConfigurationResult |
updateReplicationConfiguration(UpdateReplicationConfigurationRequest updateReplicationConfigurationRequest)
Allows you to update multiple ReplicationConfigurations by Source Server ID.
|
UpdateReplicationConfigurationTemplateResult |
updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest updateReplicationConfigurationTemplateRequest)
Updates multiple ReplicationConfigurationTemplates by ID.
|
static final String ENDPOINT_PREFIX
ChangeServerLifeCycleStateResult changeServerLifeCycleState(ChangeServerLifeCycleStateRequest changeServerLifeCycleStateRequest)
Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)
changeServerLifeCycleStateRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ValidationException
- Validate exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.CreateReplicationConfigurationTemplateResult createReplicationConfigurationTemplate(CreateReplicationConfigurationTemplateRequest createReplicationConfigurationTemplateRequest)
Creates a new ReplicationConfigurationTemplate.
createReplicationConfigurationTemplateRequest
- UninitializedAccountException
- Unitialized account exception.ValidationException
- Validate exception.AccessDeniedException
- Operating denied due to a file permission or access check error.DeleteJobResult deleteJob(DeleteJobRequest deleteJobRequest)
Deletes a single Job by ID.
deleteJobRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.DeleteReplicationConfigurationTemplateResult deleteReplicationConfigurationTemplate(DeleteReplicationConfigurationTemplateRequest deleteReplicationConfigurationTemplateRequest)
Deletes a single Replication Configuration Template by ID
deleteReplicationConfigurationTemplateRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.DeleteSourceServerResult deleteSourceServer(DeleteSourceServerRequest deleteSourceServerRequest)
Deletes a single source server by ID.
deleteSourceServerRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.DescribeJobLogItemsResult describeJobLogItems(DescribeJobLogItemsRequest describeJobLogItemsRequest)
Retrieves detailed Job log with paging.
describeJobLogItemsRequest
- UninitializedAccountException
- Unitialized account exception.ValidationException
- Validate exception.DescribeJobsResult describeJobs(DescribeJobsRequest describeJobsRequest)
Returns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normaly created by the StartTest, StartCutover, and TerminateTargetInstances 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
- UninitializedAccountException
- Unitialized account exception.ValidationException
- Validate exception.DescribeReplicationConfigurationTemplatesResult describeReplicationConfigurationTemplates(DescribeReplicationConfigurationTemplatesRequest describeReplicationConfigurationTemplatesRequest)
Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
describeReplicationConfigurationTemplatesRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ValidationException
- Validate exception.DescribeSourceServersResult describeSourceServers(DescribeSourceServersRequest describeSourceServersRequest)
Retrieves all SourceServers or multiple SourceServers by ID.
describeSourceServersRequest
- UninitializedAccountException
- Unitialized account exception.ValidationException
- Validate exception.DisconnectFromServiceResult disconnectFromService(DisconnectFromServiceRequest disconnectFromServiceRequest)
Disconnects specific Source Servers from Application Migration Service. Data replication is stopped immediately. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. If the agent on the source server has not been prevented from communciating with the Application Migration Service 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.lagDurationwill be nullified.
disconnectFromServiceRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.FinalizeCutoverResult finalizeCutover(FinalizeCutoverRequest finalizeCutoverRequest)
Finalizes the cutover immediately for specific Source Servers. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. The AWS Replication Agent will receive a command to uninstall itself (within 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be to DISCONNECTED; The SourceServer.lifeCycle.state will be changed to CUTOVER; The totalStorageBytes property fo each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified.
finalizeCutoverRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ValidationException
- Validate exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.GetLaunchConfigurationResult getLaunchConfiguration(GetLaunchConfigurationRequest getLaunchConfigurationRequest)
Lists all LaunchConfigurations available, filtered by Source Server IDs.
getLaunchConfigurationRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.GetReplicationConfigurationResult getReplicationConfiguration(GetReplicationConfigurationRequest getReplicationConfigurationRequest)
Lists all ReplicationConfigurations, filtered by Source Server ID.
getReplicationConfigurationRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.InitializeServiceResult initializeService(InitializeServiceRequest initializeServiceRequest)
Initialize Application Migration Service.
initializeServiceRequest
- ValidationException
- Validate exception.AccessDeniedException
- Operating denied due to a file permission or access check error.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List all tags for your Application Migration Service resources.
listTagsForResourceRequest
- ResourceNotFoundException
- Resource not found exception.ThrottlingException
- Reached throttling quota exception.ValidationException
- Validate exception.AccessDeniedException
- Operating denied due to a file permission or access check error.InternalServerException
- The server encountered an unexpected condition that prevented it from fulfilling the request.MarkAsArchivedResult markAsArchived(MarkAsArchivedRequest markAsArchivedRequest)
Archives specific Source Servers by setting the SourceServer.isArchived property to true for specified SourceServers by ID. This command only works for SourceServers with a lifecycle.state which equals DISCONNECTED or CUTOVER.
markAsArchivedRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.RetryDataReplicationResult retryDataReplication(RetryDataReplicationRequest retryDataReplicationRequest)
Causes the data replication initiation sequence to begin immediately upon next Handshake for specified SourceServer IDs, regardless of when the previous initiation started. This command will not work if the SourceServer is not stalled or is in a DISCONNECTED or STOPPED state.
retryDataReplicationRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ValidationException
- Validate exception.StartCutoverResult startCutover(StartCutoverRequest startCutoverRequest)
Launches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER.
startCutoverRequest
- UninitializedAccountException
- Unitialized account exception.ValidationException
- Validate exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.StartTestResult startTest(StartTestRequest startTestRequest)
Lauches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.
startTestRequest
- UninitializedAccountException
- Unitialized account exception.ValidationException
- Validate exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds or overwrites only the specified tags for the specified Application Migration Service 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
- Resource not found exception.ThrottlingException
- Reached throttling quota exception.ValidationException
- Validate exception.AccessDeniedException
- Operating denied due to a file permission or access check error.InternalServerException
- The server encountered an unexpected condition that prevented it from fulfilling the request.TerminateTargetInstancesResult terminateTargetInstances(TerminateTargetInstancesRequest terminateTargetInstancesRequest)
Starts a job that terminates specific launched EC2 Test and Cutover instances. This command will not work for any Source Server with a lifecycle.state of TESTING, CUTTING_OVER, or CUTOVER.
terminateTargetInstancesRequest
- UninitializedAccountException
- Unitialized account exception.ValidationException
- Validate exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Deletes the specified set of tags from the specified set of Application Migration Service resources.
untagResourceRequest
- ResourceNotFoundException
- Resource not found exception.ThrottlingException
- Reached throttling quota exception.ValidationException
- Validate exception.AccessDeniedException
- Operating denied due to a file permission or access check error.InternalServerException
- The server encountered an unexpected condition that prevented it from fulfilling the request.UpdateLaunchConfigurationResult updateLaunchConfiguration(UpdateLaunchConfigurationRequest updateLaunchConfigurationRequest)
Updates multiple LaunchConfigurations by Source Server ID.
updateLaunchConfigurationRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ValidationException
- Validate exception.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.UpdateReplicationConfigurationResult updateReplicationConfiguration(UpdateReplicationConfigurationRequest updateReplicationConfigurationRequest)
Allows you to update multiple ReplicationConfigurations by Source Server ID.
updateReplicationConfigurationRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ValidationException
- Validate exception.AccessDeniedException
- Operating denied due to a file permission or access check error.ConflictException
- The request could not be completed due to a conflict with the current state of the target resource.UpdateReplicationConfigurationTemplateResult updateReplicationConfigurationTemplate(UpdateReplicationConfigurationTemplateRequest updateReplicationConfigurationTemplateRequest)
Updates multiple ReplicationConfigurationTemplates by ID.
updateReplicationConfigurationTemplateRequest
- UninitializedAccountException
- Unitialized account exception.ResourceNotFoundException
- Resource not found exception.ValidationException
- Validate exception.AccessDeniedException
- Operating denied due to a file permission or access check error.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.