aws-sdk
Version:
AWS SDK for JavaScript
968 lines • 123 kB
TypeScript
import {Request} from '../lib/request';
import {Response} from '../lib/response';
import {AWSError} from '../lib/error';
import {Service} from '../lib/service';
import {ServiceConfigurationOptions} from '../lib/service';
import {ConfigBase as Config} from '../lib/config-base';
interface Blob {}
declare class Mgn extends Service {
/**
* Constructs a service object. This object has one method for each API operation.
*/
constructor(options?: Mgn.Types.ClientConfiguration)
config: Config & Mgn.Types.ClientConfiguration;
/**
* Archive application.
*/
archiveApplication(params: Mgn.Types.ArchiveApplicationRequest, callback?: (err: AWSError, data: Mgn.Types.Application) => void): Request<Mgn.Types.Application, AWSError>;
/**
* Archive application.
*/
archiveApplication(callback?: (err: AWSError, data: Mgn.Types.Application) => void): Request<Mgn.Types.Application, AWSError>;
/**
* Archive wave.
*/
archiveWave(params: Mgn.Types.ArchiveWaveRequest, callback?: (err: AWSError, data: Mgn.Types.Wave) => void): Request<Mgn.Types.Wave, AWSError>;
/**
* Archive wave.
*/
archiveWave(callback?: (err: AWSError, data: Mgn.Types.Wave) => void): Request<Mgn.Types.Wave, AWSError>;
/**
* Associate applications to wave.
*/
associateApplications(params: Mgn.Types.AssociateApplicationsRequest, callback?: (err: AWSError, data: Mgn.Types.AssociateApplicationsResponse) => void): Request<Mgn.Types.AssociateApplicationsResponse, AWSError>;
/**
* Associate applications to wave.
*/
associateApplications(callback?: (err: AWSError, data: Mgn.Types.AssociateApplicationsResponse) => void): Request<Mgn.Types.AssociateApplicationsResponse, AWSError>;
/**
* Associate source servers to application.
*/
associateSourceServers(params: Mgn.Types.AssociateSourceServersRequest, callback?: (err: AWSError, data: Mgn.Types.AssociateSourceServersResponse) => void): Request<Mgn.Types.AssociateSourceServersResponse, AWSError>;
/**
* Associate source servers to application.
*/
associateSourceServers(callback?: (err: AWSError, data: Mgn.Types.AssociateSourceServersResponse) => void): Request<Mgn.Types.AssociateSourceServersResponse, AWSError>;
/**
* 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.)
*/
changeServerLifeCycleState(params: Mgn.Types.ChangeServerLifeCycleStateRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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.)
*/
changeServerLifeCycleState(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Create application.
*/
createApplication(params: Mgn.Types.CreateApplicationRequest, callback?: (err: AWSError, data: Mgn.Types.Application) => void): Request<Mgn.Types.Application, AWSError>;
/**
* Create application.
*/
createApplication(callback?: (err: AWSError, data: Mgn.Types.Application) => void): Request<Mgn.Types.Application, AWSError>;
/**
* Create Connector.
*/
createConnector(params: Mgn.Types.CreateConnectorRequest, callback?: (err: AWSError, data: Mgn.Types.Connector) => void): Request<Mgn.Types.Connector, AWSError>;
/**
* Create Connector.
*/
createConnector(callback?: (err: AWSError, data: Mgn.Types.Connector) => void): Request<Mgn.Types.Connector, AWSError>;
/**
* Creates a new Launch Configuration Template.
*/
createLaunchConfigurationTemplate(params: Mgn.Types.CreateLaunchConfigurationTemplateRequest, callback?: (err: AWSError, data: Mgn.Types.LaunchConfigurationTemplate) => void): Request<Mgn.Types.LaunchConfigurationTemplate, AWSError>;
/**
* Creates a new Launch Configuration Template.
*/
createLaunchConfigurationTemplate(callback?: (err: AWSError, data: Mgn.Types.LaunchConfigurationTemplate) => void): Request<Mgn.Types.LaunchConfigurationTemplate, AWSError>;
/**
* Creates a new ReplicationConfigurationTemplate.
*/
createReplicationConfigurationTemplate(params: Mgn.Types.CreateReplicationConfigurationTemplateRequest, callback?: (err: AWSError, data: Mgn.Types.ReplicationConfigurationTemplate) => void): Request<Mgn.Types.ReplicationConfigurationTemplate, AWSError>;
/**
* Creates a new ReplicationConfigurationTemplate.
*/
createReplicationConfigurationTemplate(callback?: (err: AWSError, data: Mgn.Types.ReplicationConfigurationTemplate) => void): Request<Mgn.Types.ReplicationConfigurationTemplate, AWSError>;
/**
* Create wave.
*/
createWave(params: Mgn.Types.CreateWaveRequest, callback?: (err: AWSError, data: Mgn.Types.Wave) => void): Request<Mgn.Types.Wave, AWSError>;
/**
* Create wave.
*/
createWave(callback?: (err: AWSError, data: Mgn.Types.Wave) => void): Request<Mgn.Types.Wave, AWSError>;
/**
* Delete application.
*/
deleteApplication(params: Mgn.Types.DeleteApplicationRequest, callback?: (err: AWSError, data: Mgn.Types.DeleteApplicationResponse) => void): Request<Mgn.Types.DeleteApplicationResponse, AWSError>;
/**
* Delete application.
*/
deleteApplication(callback?: (err: AWSError, data: Mgn.Types.DeleteApplicationResponse) => void): Request<Mgn.Types.DeleteApplicationResponse, AWSError>;
/**
* Delete Connector.
*/
deleteConnector(params: Mgn.Types.DeleteConnectorRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Delete Connector.
*/
deleteConnector(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Deletes a single Job by ID.
*/
deleteJob(params: Mgn.Types.DeleteJobRequest, callback?: (err: AWSError, data: Mgn.Types.DeleteJobResponse) => void): Request<Mgn.Types.DeleteJobResponse, AWSError>;
/**
* Deletes a single Job by ID.
*/
deleteJob(callback?: (err: AWSError, data: Mgn.Types.DeleteJobResponse) => void): Request<Mgn.Types.DeleteJobResponse, AWSError>;
/**
* Deletes a single Launch Configuration Template by ID.
*/
deleteLaunchConfigurationTemplate(params: Mgn.Types.DeleteLaunchConfigurationTemplateRequest, callback?: (err: AWSError, data: Mgn.Types.DeleteLaunchConfigurationTemplateResponse) => void): Request<Mgn.Types.DeleteLaunchConfigurationTemplateResponse, AWSError>;
/**
* Deletes a single Launch Configuration Template by ID.
*/
deleteLaunchConfigurationTemplate(callback?: (err: AWSError, data: Mgn.Types.DeleteLaunchConfigurationTemplateResponse) => void): Request<Mgn.Types.DeleteLaunchConfigurationTemplateResponse, AWSError>;
/**
* Deletes a single Replication Configuration Template by ID
*/
deleteReplicationConfigurationTemplate(params: Mgn.Types.DeleteReplicationConfigurationTemplateRequest, callback?: (err: AWSError, data: Mgn.Types.DeleteReplicationConfigurationTemplateResponse) => void): Request<Mgn.Types.DeleteReplicationConfigurationTemplateResponse, AWSError>;
/**
* Deletes a single Replication Configuration Template by ID
*/
deleteReplicationConfigurationTemplate(callback?: (err: AWSError, data: Mgn.Types.DeleteReplicationConfigurationTemplateResponse) => void): Request<Mgn.Types.DeleteReplicationConfigurationTemplateResponse, AWSError>;
/**
* Deletes a single source server by ID.
*/
deleteSourceServer(params: Mgn.Types.DeleteSourceServerRequest, callback?: (err: AWSError, data: Mgn.Types.DeleteSourceServerResponse) => void): Request<Mgn.Types.DeleteSourceServerResponse, AWSError>;
/**
* Deletes a single source server by ID.
*/
deleteSourceServer(callback?: (err: AWSError, data: Mgn.Types.DeleteSourceServerResponse) => void): Request<Mgn.Types.DeleteSourceServerResponse, AWSError>;
/**
* Deletes a given vCenter client by ID.
*/
deleteVcenterClient(params: Mgn.Types.DeleteVcenterClientRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Deletes a given vCenter client by ID.
*/
deleteVcenterClient(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Delete wave.
*/
deleteWave(params: Mgn.Types.DeleteWaveRequest, callback?: (err: AWSError, data: Mgn.Types.DeleteWaveResponse) => void): Request<Mgn.Types.DeleteWaveResponse, AWSError>;
/**
* Delete wave.
*/
deleteWave(callback?: (err: AWSError, data: Mgn.Types.DeleteWaveResponse) => void): Request<Mgn.Types.DeleteWaveResponse, AWSError>;
/**
* Retrieves detailed job log items with paging.
*/
describeJobLogItems(params: Mgn.Types.DescribeJobLogItemsRequest, callback?: (err: AWSError, data: Mgn.Types.DescribeJobLogItemsResponse) => void): Request<Mgn.Types.DescribeJobLogItemsResponse, AWSError>;
/**
* Retrieves detailed job log items with paging.
*/
describeJobLogItems(callback?: (err: AWSError, data: Mgn.Types.DescribeJobLogItemsResponse) => void): Request<Mgn.Types.DescribeJobLogItemsResponse, AWSError>;
/**
* 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 normally 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.
*/
describeJobs(params: Mgn.Types.DescribeJobsRequest, callback?: (err: AWSError, data: Mgn.Types.DescribeJobsResponse) => void): Request<Mgn.Types.DescribeJobsResponse, AWSError>;
/**
* 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 normally 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.
*/
describeJobs(callback?: (err: AWSError, data: Mgn.Types.DescribeJobsResponse) => void): Request<Mgn.Types.DescribeJobsResponse, AWSError>;
/**
* Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs
*/
describeLaunchConfigurationTemplates(params: Mgn.Types.DescribeLaunchConfigurationTemplatesRequest, callback?: (err: AWSError, data: Mgn.Types.DescribeLaunchConfigurationTemplatesResponse) => void): Request<Mgn.Types.DescribeLaunchConfigurationTemplatesResponse, AWSError>;
/**
* Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs
*/
describeLaunchConfigurationTemplates(callback?: (err: AWSError, data: Mgn.Types.DescribeLaunchConfigurationTemplatesResponse) => void): Request<Mgn.Types.DescribeLaunchConfigurationTemplatesResponse, AWSError>;
/**
* Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
*/
describeReplicationConfigurationTemplates(params: Mgn.Types.DescribeReplicationConfigurationTemplatesRequest, callback?: (err: AWSError, data: Mgn.Types.DescribeReplicationConfigurationTemplatesResponse) => void): Request<Mgn.Types.DescribeReplicationConfigurationTemplatesResponse, AWSError>;
/**
* Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
*/
describeReplicationConfigurationTemplates(callback?: (err: AWSError, data: Mgn.Types.DescribeReplicationConfigurationTemplatesResponse) => void): Request<Mgn.Types.DescribeReplicationConfigurationTemplatesResponse, AWSError>;
/**
* Retrieves all SourceServers or multiple SourceServers by ID.
*/
describeSourceServers(params: Mgn.Types.DescribeSourceServersRequest, callback?: (err: AWSError, data: Mgn.Types.DescribeSourceServersResponse) => void): Request<Mgn.Types.DescribeSourceServersResponse, AWSError>;
/**
* Retrieves all SourceServers or multiple SourceServers by ID.
*/
describeSourceServers(callback?: (err: AWSError, data: Mgn.Types.DescribeSourceServersResponse) => void): Request<Mgn.Types.DescribeSourceServersResponse, AWSError>;
/**
* Returns a list of the installed vCenter clients.
*/
describeVcenterClients(params: Mgn.Types.DescribeVcenterClientsRequest, callback?: (err: AWSError, data: Mgn.Types.DescribeVcenterClientsResponse) => void): Request<Mgn.Types.DescribeVcenterClientsResponse, AWSError>;
/**
* Returns a list of the installed vCenter clients.
*/
describeVcenterClients(callback?: (err: AWSError, data: Mgn.Types.DescribeVcenterClientsResponse) => void): Request<Mgn.Types.DescribeVcenterClientsResponse, AWSError>;
/**
* Disassociate applications from wave.
*/
disassociateApplications(params: Mgn.Types.DisassociateApplicationsRequest, callback?: (err: AWSError, data: Mgn.Types.DisassociateApplicationsResponse) => void): Request<Mgn.Types.DisassociateApplicationsResponse, AWSError>;
/**
* Disassociate applications from wave.
*/
disassociateApplications(callback?: (err: AWSError, data: Mgn.Types.DisassociateApplicationsResponse) => void): Request<Mgn.Types.DisassociateApplicationsResponse, AWSError>;
/**
* Disassociate source servers from application.
*/
disassociateSourceServers(params: Mgn.Types.DisassociateSourceServersRequest, callback?: (err: AWSError, data: Mgn.Types.DisassociateSourceServersResponse) => void): Request<Mgn.Types.DisassociateSourceServersResponse, AWSError>;
/**
* Disassociate source servers from application.
*/
disassociateSourceServers(callback?: (err: AWSError, data: Mgn.Types.DisassociateSourceServersResponse) => void): Request<Mgn.Types.DisassociateSourceServersResponse, AWSError>;
/**
* 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 communicating 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.lagDuration will be nullified.
*/
disconnectFromService(params: Mgn.Types.DisconnectFromServiceRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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 communicating 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.lagDuration will be nullified.
*/
disconnectFromService(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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 changed 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.lagDuration will be nullified.
*/
finalizeCutover(params: Mgn.Types.FinalizeCutoverRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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 changed 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.lagDuration will be nullified.
*/
finalizeCutover(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Lists all LaunchConfigurations available, filtered by Source Server IDs.
*/
getLaunchConfiguration(params: Mgn.Types.GetLaunchConfigurationRequest, callback?: (err: AWSError, data: Mgn.Types.LaunchConfiguration) => void): Request<Mgn.Types.LaunchConfiguration, AWSError>;
/**
* Lists all LaunchConfigurations available, filtered by Source Server IDs.
*/
getLaunchConfiguration(callback?: (err: AWSError, data: Mgn.Types.LaunchConfiguration) => void): Request<Mgn.Types.LaunchConfiguration, AWSError>;
/**
* Lists all ReplicationConfigurations, filtered by Source Server ID.
*/
getReplicationConfiguration(params: Mgn.Types.GetReplicationConfigurationRequest, callback?: (err: AWSError, data: Mgn.Types.ReplicationConfiguration) => void): Request<Mgn.Types.ReplicationConfiguration, AWSError>;
/**
* Lists all ReplicationConfigurations, filtered by Source Server ID.
*/
getReplicationConfiguration(callback?: (err: AWSError, data: Mgn.Types.ReplicationConfiguration) => void): Request<Mgn.Types.ReplicationConfiguration, AWSError>;
/**
* Initialize Application Migration Service.
*/
initializeService(params: Mgn.Types.InitializeServiceRequest, callback?: (err: AWSError, data: Mgn.Types.InitializeServiceResponse) => void): Request<Mgn.Types.InitializeServiceResponse, AWSError>;
/**
* Initialize Application Migration Service.
*/
initializeService(callback?: (err: AWSError, data: Mgn.Types.InitializeServiceResponse) => void): Request<Mgn.Types.InitializeServiceResponse, AWSError>;
/**
* Retrieves all applications or multiple applications by ID.
*/
listApplications(params: Mgn.Types.ListApplicationsRequest, callback?: (err: AWSError, data: Mgn.Types.ListApplicationsResponse) => void): Request<Mgn.Types.ListApplicationsResponse, AWSError>;
/**
* Retrieves all applications or multiple applications by ID.
*/
listApplications(callback?: (err: AWSError, data: Mgn.Types.ListApplicationsResponse) => void): Request<Mgn.Types.ListApplicationsResponse, AWSError>;
/**
* List Connectors.
*/
listConnectors(params: Mgn.Types.ListConnectorsRequest, callback?: (err: AWSError, data: Mgn.Types.ListConnectorsResponse) => void): Request<Mgn.Types.ListConnectorsResponse, AWSError>;
/**
* List Connectors.
*/
listConnectors(callback?: (err: AWSError, data: Mgn.Types.ListConnectorsResponse) => void): Request<Mgn.Types.ListConnectorsResponse, AWSError>;
/**
* List export errors.
*/
listExportErrors(params: Mgn.Types.ListExportErrorsRequest, callback?: (err: AWSError, data: Mgn.Types.ListExportErrorsResponse) => void): Request<Mgn.Types.ListExportErrorsResponse, AWSError>;
/**
* List export errors.
*/
listExportErrors(callback?: (err: AWSError, data: Mgn.Types.ListExportErrorsResponse) => void): Request<Mgn.Types.ListExportErrorsResponse, AWSError>;
/**
* List exports.
*/
listExports(params: Mgn.Types.ListExportsRequest, callback?: (err: AWSError, data: Mgn.Types.ListExportsResponse) => void): Request<Mgn.Types.ListExportsResponse, AWSError>;
/**
* List exports.
*/
listExports(callback?: (err: AWSError, data: Mgn.Types.ListExportsResponse) => void): Request<Mgn.Types.ListExportsResponse, AWSError>;
/**
* List import errors.
*/
listImportErrors(params: Mgn.Types.ListImportErrorsRequest, callback?: (err: AWSError, data: Mgn.Types.ListImportErrorsResponse) => void): Request<Mgn.Types.ListImportErrorsResponse, AWSError>;
/**
* List import errors.
*/
listImportErrors(callback?: (err: AWSError, data: Mgn.Types.ListImportErrorsResponse) => void): Request<Mgn.Types.ListImportErrorsResponse, AWSError>;
/**
* List imports.
*/
listImports(params: Mgn.Types.ListImportsRequest, callback?: (err: AWSError, data: Mgn.Types.ListImportsResponse) => void): Request<Mgn.Types.ListImportsResponse, AWSError>;
/**
* List imports.
*/
listImports(callback?: (err: AWSError, data: Mgn.Types.ListImportsResponse) => void): Request<Mgn.Types.ListImportsResponse, AWSError>;
/**
* List Managed Accounts.
*/
listManagedAccounts(params: Mgn.Types.ListManagedAccountsRequest, callback?: (err: AWSError, data: Mgn.Types.ListManagedAccountsResponse) => void): Request<Mgn.Types.ListManagedAccountsResponse, AWSError>;
/**
* List Managed Accounts.
*/
listManagedAccounts(callback?: (err: AWSError, data: Mgn.Types.ListManagedAccountsResponse) => void): Request<Mgn.Types.ListManagedAccountsResponse, AWSError>;
/**
* List source server post migration custom actions.
*/
listSourceServerActions(params: Mgn.Types.ListSourceServerActionsRequest, callback?: (err: AWSError, data: Mgn.Types.ListSourceServerActionsResponse) => void): Request<Mgn.Types.ListSourceServerActionsResponse, AWSError>;
/**
* List source server post migration custom actions.
*/
listSourceServerActions(callback?: (err: AWSError, data: Mgn.Types.ListSourceServerActionsResponse) => void): Request<Mgn.Types.ListSourceServerActionsResponse, AWSError>;
/**
* List all tags for your Application Migration Service resources.
*/
listTagsForResource(params: Mgn.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Mgn.Types.ListTagsForResourceResponse) => void): Request<Mgn.Types.ListTagsForResourceResponse, AWSError>;
/**
* List all tags for your Application Migration Service resources.
*/
listTagsForResource(callback?: (err: AWSError, data: Mgn.Types.ListTagsForResourceResponse) => void): Request<Mgn.Types.ListTagsForResourceResponse, AWSError>;
/**
* List template post migration custom actions.
*/
listTemplateActions(params: Mgn.Types.ListTemplateActionsRequest, callback?: (err: AWSError, data: Mgn.Types.ListTemplateActionsResponse) => void): Request<Mgn.Types.ListTemplateActionsResponse, AWSError>;
/**
* List template post migration custom actions.
*/
listTemplateActions(callback?: (err: AWSError, data: Mgn.Types.ListTemplateActionsResponse) => void): Request<Mgn.Types.ListTemplateActionsResponse, AWSError>;
/**
* Retrieves all waves or multiple waves by ID.
*/
listWaves(params: Mgn.Types.ListWavesRequest, callback?: (err: AWSError, data: Mgn.Types.ListWavesResponse) => void): Request<Mgn.Types.ListWavesResponse, AWSError>;
/**
* Retrieves all waves or multiple waves by ID.
*/
listWaves(callback?: (err: AWSError, data: Mgn.Types.ListWavesResponse) => void): Request<Mgn.Types.ListWavesResponse, AWSError>;
/**
* 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.
*/
markAsArchived(params: Mgn.Types.MarkAsArchivedRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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.
*/
markAsArchived(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Pause Replication.
*/
pauseReplication(params: Mgn.Types.PauseReplicationRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Pause Replication.
*/
pauseReplication(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Put source server post migration custom action.
*/
putSourceServerAction(params: Mgn.Types.PutSourceServerActionRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServerActionDocument) => void): Request<Mgn.Types.SourceServerActionDocument, AWSError>;
/**
* Put source server post migration custom action.
*/
putSourceServerAction(callback?: (err: AWSError, data: Mgn.Types.SourceServerActionDocument) => void): Request<Mgn.Types.SourceServerActionDocument, AWSError>;
/**
* Put template post migration custom action.
*/
putTemplateAction(params: Mgn.Types.PutTemplateActionRequest, callback?: (err: AWSError, data: Mgn.Types.TemplateActionDocument) => void): Request<Mgn.Types.TemplateActionDocument, AWSError>;
/**
* Put template post migration custom action.
*/
putTemplateAction(callback?: (err: AWSError, data: Mgn.Types.TemplateActionDocument) => void): Request<Mgn.Types.TemplateActionDocument, AWSError>;
/**
* Remove source server post migration custom action.
*/
removeSourceServerAction(params: Mgn.Types.RemoveSourceServerActionRequest, callback?: (err: AWSError, data: Mgn.Types.RemoveSourceServerActionResponse) => void): Request<Mgn.Types.RemoveSourceServerActionResponse, AWSError>;
/**
* Remove source server post migration custom action.
*/
removeSourceServerAction(callback?: (err: AWSError, data: Mgn.Types.RemoveSourceServerActionResponse) => void): Request<Mgn.Types.RemoveSourceServerActionResponse, AWSError>;
/**
* Remove template post migration custom action.
*/
removeTemplateAction(params: Mgn.Types.RemoveTemplateActionRequest, callback?: (err: AWSError, data: Mgn.Types.RemoveTemplateActionResponse) => void): Request<Mgn.Types.RemoveTemplateActionResponse, AWSError>;
/**
* Remove template post migration custom action.
*/
removeTemplateAction(callback?: (err: AWSError, data: Mgn.Types.RemoveTemplateActionResponse) => void): Request<Mgn.Types.RemoveTemplateActionResponse, AWSError>;
/**
* Resume Replication.
*/
resumeReplication(params: Mgn.Types.ResumeReplicationRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Resume Replication.
*/
resumeReplication(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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.
*/
retryDataReplication(params: Mgn.Types.RetryDataReplicationRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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.
*/
retryDataReplication(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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.
*/
startCutover(params: Mgn.Types.StartCutoverRequest, callback?: (err: AWSError, data: Mgn.Types.StartCutoverResponse) => void): Request<Mgn.Types.StartCutoverResponse, AWSError>;
/**
* 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.
*/
startCutover(callback?: (err: AWSError, data: Mgn.Types.StartCutoverResponse) => void): Request<Mgn.Types.StartCutoverResponse, AWSError>;
/**
* Start export.
*/
startExport(params: Mgn.Types.StartExportRequest, callback?: (err: AWSError, data: Mgn.Types.StartExportResponse) => void): Request<Mgn.Types.StartExportResponse, AWSError>;
/**
* Start export.
*/
startExport(callback?: (err: AWSError, data: Mgn.Types.StartExportResponse) => void): Request<Mgn.Types.StartExportResponse, AWSError>;
/**
* Start import.
*/
startImport(params: Mgn.Types.StartImportRequest, callback?: (err: AWSError, data: Mgn.Types.StartImportResponse) => void): Request<Mgn.Types.StartImportResponse, AWSError>;
/**
* Start import.
*/
startImport(callback?: (err: AWSError, data: Mgn.Types.StartImportResponse) => void): Request<Mgn.Types.StartImportResponse, AWSError>;
/**
* Starts replication for SNAPSHOT_SHIPPING agents.
*/
startReplication(params: Mgn.Types.StartReplicationRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Starts replication for SNAPSHOT_SHIPPING agents.
*/
startReplication(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Launches 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.
*/
startTest(params: Mgn.Types.StartTestRequest, callback?: (err: AWSError, data: Mgn.Types.StartTestResponse) => void): Request<Mgn.Types.StartTestResponse, AWSError>;
/**
* Launches 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.
*/
startTest(callback?: (err: AWSError, data: Mgn.Types.StartTestResponse) => void): Request<Mgn.Types.StartTestResponse, AWSError>;
/**
* Stop Replication.
*/
stopReplication(params: Mgn.Types.StopReplicationRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Stop Replication.
*/
stopReplication(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* 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.
*/
tagResource(params: Mgn.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* 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.
*/
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* 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.
*/
terminateTargetInstances(params: Mgn.Types.TerminateTargetInstancesRequest, callback?: (err: AWSError, data: Mgn.Types.TerminateTargetInstancesResponse) => void): Request<Mgn.Types.TerminateTargetInstancesResponse, AWSError>;
/**
* 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.
*/
terminateTargetInstances(callback?: (err: AWSError, data: Mgn.Types.TerminateTargetInstancesResponse) => void): Request<Mgn.Types.TerminateTargetInstancesResponse, AWSError>;
/**
* Unarchive application.
*/
unarchiveApplication(params: Mgn.Types.UnarchiveApplicationRequest, callback?: (err: AWSError, data: Mgn.Types.Application) => void): Request<Mgn.Types.Application, AWSError>;
/**
* Unarchive application.
*/
unarchiveApplication(callback?: (err: AWSError, data: Mgn.Types.Application) => void): Request<Mgn.Types.Application, AWSError>;
/**
* Unarchive wave.
*/
unarchiveWave(params: Mgn.Types.UnarchiveWaveRequest, callback?: (err: AWSError, data: Mgn.Types.Wave) => void): Request<Mgn.Types.Wave, AWSError>;
/**
* Unarchive wave.
*/
unarchiveWave(callback?: (err: AWSError, data: Mgn.Types.Wave) => void): Request<Mgn.Types.Wave, AWSError>;
/**
* Deletes the specified set of tags from the specified set of Application Migration Service resources.
*/
untagResource(params: Mgn.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Deletes the specified set of tags from the specified set of Application Migration Service resources.
*/
untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Update application.
*/
updateApplication(params: Mgn.Types.UpdateApplicationRequest, callback?: (err: AWSError, data: Mgn.Types.Application) => void): Request<Mgn.Types.Application, AWSError>;
/**
* Update application.
*/
updateApplication(callback?: (err: AWSError, data: Mgn.Types.Application) => void): Request<Mgn.Types.Application, AWSError>;
/**
* Update Connector.
*/
updateConnector(params: Mgn.Types.UpdateConnectorRequest, callback?: (err: AWSError, data: Mgn.Types.Connector) => void): Request<Mgn.Types.Connector, AWSError>;
/**
* Update Connector.
*/
updateConnector(callback?: (err: AWSError, data: Mgn.Types.Connector) => void): Request<Mgn.Types.Connector, AWSError>;
/**
* Updates multiple LaunchConfigurations by Source Server ID. bootMode valid values are LEGACY_BIOS | UEFI
*/
updateLaunchConfiguration(params: Mgn.Types.UpdateLaunchConfigurationRequest, callback?: (err: AWSError, data: Mgn.Types.LaunchConfiguration) => void): Request<Mgn.Types.LaunchConfiguration, AWSError>;
/**
* Updates multiple LaunchConfigurations by Source Server ID. bootMode valid values are LEGACY_BIOS | UEFI
*/
updateLaunchConfiguration(callback?: (err: AWSError, data: Mgn.Types.LaunchConfiguration) => void): Request<Mgn.Types.LaunchConfiguration, AWSError>;
/**
* Updates an existing Launch Configuration Template by ID.
*/
updateLaunchConfigurationTemplate(params: Mgn.Types.UpdateLaunchConfigurationTemplateRequest, callback?: (err: AWSError, data: Mgn.Types.LaunchConfigurationTemplate) => void): Request<Mgn.Types.LaunchConfigurationTemplate, AWSError>;
/**
* Updates an existing Launch Configuration Template by ID.
*/
updateLaunchConfigurationTemplate(callback?: (err: AWSError, data: Mgn.Types.LaunchConfigurationTemplate) => void): Request<Mgn.Types.LaunchConfigurationTemplate, AWSError>;
/**
* Allows you to update multiple ReplicationConfigurations by Source Server ID.
*/
updateReplicationConfiguration(params: Mgn.Types.UpdateReplicationConfigurationRequest, callback?: (err: AWSError, data: Mgn.Types.ReplicationConfiguration) => void): Request<Mgn.Types.ReplicationConfiguration, AWSError>;
/**
* Allows you to update multiple ReplicationConfigurations by Source Server ID.
*/
updateReplicationConfiguration(callback?: (err: AWSError, data: Mgn.Types.ReplicationConfiguration) => void): Request<Mgn.Types.ReplicationConfiguration, AWSError>;
/**
* Updates multiple ReplicationConfigurationTemplates by ID.
*/
updateReplicationConfigurationTemplate(params: Mgn.Types.UpdateReplicationConfigurationTemplateRequest, callback?: (err: AWSError, data: Mgn.Types.ReplicationConfigurationTemplate) => void): Request<Mgn.Types.ReplicationConfigurationTemplate, AWSError>;
/**
* Updates multiple ReplicationConfigurationTemplates by ID.
*/
updateReplicationConfigurationTemplate(callback?: (err: AWSError, data: Mgn.Types.ReplicationConfigurationTemplate) => void): Request<Mgn.Types.ReplicationConfigurationTemplate, AWSError>;
/**
* Update Source Server.
*/
updateSourceServer(params: Mgn.Types.UpdateSourceServerRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Update Source Server.
*/
updateSourceServer(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Allows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.
*/
updateSourceServerReplicationType(params: Mgn.Types.UpdateSourceServerReplicationTypeRequest, callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Allows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.
*/
updateSourceServerReplicationType(callback?: (err: AWSError, data: Mgn.Types.SourceServer) => void): Request<Mgn.Types.SourceServer, AWSError>;
/**
* Update wave.
*/
updateWave(params: Mgn.Types.UpdateWaveRequest, callback?: (err: AWSError, data: Mgn.Types.Wave) => void): Request<Mgn.Types.Wave, AWSError>;
/**
* Update wave.
*/
updateWave(callback?: (err: AWSError, data: Mgn.Types.Wave) => void): Request<Mgn.Types.Wave, AWSError>;
}
declare namespace Mgn {
export type ARN = string;
export type AccountID = string;
export type ActionCategory = "DISASTER_RECOVERY"|"OPERATING_SYSTEM"|"LICENSE_AND_SUBSCRIPTION"|"VALIDATION"|"OBSERVABILITY"|"REFACTORING"|"SECURITY"|"NETWORKING"|"CONFIGURATION"|"BACKUP"|"OTHER"|string;
export type ActionDescription = string;
export type ActionID = string;
export type ActionIDs = ActionID[];
export type ActionName = string;
export interface Application {
/**
* Application aggregated status.
*/
applicationAggregatedStatus?: ApplicationAggregatedStatus;
/**
* Application ID.
*/
applicationID?: ApplicationID;
/**
* Application ARN.
*/
arn?: ARN;
/**
* Application creation dateTime.
*/
creationDateTime?: ISO8601DatetimeString;
/**
* Application description.
*/
description?: ApplicationDescription;
/**
* Application archival status.
*/
isArchived?: Boolean;
/**
* Application last modified dateTime.
*/
lastModifiedDateTime?: ISO8601DatetimeString;
/**
* Application name.
*/
name?: ApplicationName;
/**
* Application tags.
*/
tags?: TagsMap;
/**
* Application wave ID.
*/
waveID?: WaveID;
}
export interface ApplicationAggregatedStatus {
/**
* Application aggregated status health status.
*/
healthStatus?: ApplicationHealthStatus;
/**
* Application aggregated status last update dateTime.
*/
lastUpdateDateTime?: ISO8601DatetimeString;
/**
* Application aggregated status progress status.
*/
progressStatus?: ApplicationProgressStatus;
/**
* Application aggregated status total source servers amount.
*/
totalSourceServers?: PositiveInteger;
}
export type ApplicationDescription = string;
export type ApplicationHealthStatus = "HEALTHY"|"LAGGING"|"ERROR"|string;
export type ApplicationID = string;
export type ApplicationIDs = ApplicationID[];
export type ApplicationIDsFilter = ApplicationID[];
export type ApplicationName = string;
export type ApplicationProgressStatus = "NOT_STARTED"|"IN_PROGRESS"|"COMPLETED"|string;
export type ApplicationsList = Application[];
export interface ArchiveApplicationRequest {
/**
* Account ID.
*/
accountID?: AccountID;
/**
* Application ID.
*/
applicationID: ApplicationID;
}
export interface ArchiveWaveRequest {
/**
* Account ID.
*/
accountID?: AccountID;
/**
* Wave ID.
*/
waveID: WaveID;
}
export interface AssociateApplicationsRequest {
/**
* Account ID.
*/
accountID?: AccountID;
/**
* Application IDs list.
*/
applicationIDs: ApplicationIDs;
/**
* Wave ID.
*/
waveID: WaveID;
}
export interface AssociateApplicationsResponse {
}
export interface AssociateSourceServersRequest {
/**
* Account ID.
*/
accountID?: AccountID;
/**
* Application ID.
*/
applicationID: ApplicationID;
/**
* Source server IDs list.
*/
sourceServerIDs: AssociateSourceServersRequestSourceServerIDs;
}
export type AssociateSourceServersRequestSourceServerIDs = SourceServerID[];
export interface AssociateSourceServersResponse {
}
export type BandwidthThrottling = number;
export type Boolean = boolean;
export type BootMode = "LEGACY_BIOS"|"UEFI"|"USE_SOURCE"|string;
export type BoundedString = string;
export interface CPU {
/**
* The number of CPU cores on the source server.
*/
cores?: PositiveInteger;
/**
* The source server's CPU model name.
*/
modelName?: BoundedString;
}
export interface ChangeServerLifeCycleStateRequest {
/**
* The request to change the source server migration account ID.
*/
accountID?: AccountID;
/**
* The request to change the source server migration lifecycle state.
*/
lifeCycle: ChangeServerLifeCycleStateSourceServerLifecycle;
/**
* The request to change the source server migration lifecycle state by source server ID.
*/
sourceServerID: SourceServerID;
}
export interface ChangeServerLifeCycleStateSourceServerLifecycle {
/**
* The request to change the source server migration lifecycle state.
*/
state: ChangeServerLifeCycleStateSourceServerLifecycleState;
}
export type ChangeServerLifeCycleStateSourceServerLifecycleState = "READY_FOR_TEST"|"READY_FOR_CUTOVER"|"CUTOVER"|string;
export type ClientIdempotencyToken = string;
export type CloudWatchLogGroupName = string;
export interface Connector {
/**
* Connector arn.
*/
arn?: ARN;
/**
* Connector ID.
*/
connectorID?: ConnectorID;
/**
* Connector name.
*/
name?: ConnectorName;
/**
* Connector SSM command config.
*/
ssmCommandConfig?: ConnectorSsmCommandConfig;
/**
* Connector SSM instance ID.
*/
ssmInstanceID?: SsmInstanceID;
/**
* Connector tags.
*/
tags?: TagsMap;
}
export type ConnectorArn = string;
export type ConnectorID = string;
export type ConnectorIDsFilter = ConnectorID[];
export type ConnectorName = string;
export interface ConnectorSsmCommandConfig {
/**
* Connector SSM command config CloudWatch log group name.
*/
cloudWatchLogGroupName?: CloudWatchLogGroupName;
/**
* Connector SSM command config CloudWatch output enabled.
*/
cloudWatchOutputEnabled: Boolean;
/**
* Connector SSM command config output S3 bucket name.
*/
outputS3BucketName?: S3BucketName;
/**
* Connector SSM command config S3 output enabled.
*/
s3OutputEnabled: Boolean;
}
export type ConnectorsList = Connector[];
export type Cpus = CPU[];
export interface CreateApplicationRequest {
/**
* Account ID.
*/
accountID?: AccountID;
/**
* Application description.
*/
description?: ApplicationDescription;
/**
* Application name.
*/
name: ApplicationName;
/**
* Application tags.
*/
tags?: TagsMap;
}
export interface CreateConnectorRequest {
/**
* Create Connector request name.
*/
name: ConnectorName;
/**
* Create Connector request SSM command config.
*/
ssmCommandConfig?: ConnectorSsmCommandConfig;
/**
* Create Connector request SSM instance ID.
*/
ssmInstanceID: SsmInstanceID;
/**
* Create Connector request tags.
*/
tags?: TagsMap;
}
export interface CreateLaunchConfigurationTemplateRequest {
/**
* Associate public Ip address.
*/
associatePublicIpAddress?: Boolean;
/**
* Launch configuration template boot mode.
*/
bootMode?: BootMode;
/**
* Copy private Ip.
*/
copyPrivateIp?: Boolean;
/**
* Copy tags.
*/
copyTags?: Boolean;
/**
* Enable map auto tagging.
*/
enableMapAutoTagging?: Boolean;
/**
* Large volume config.
*/
largeVolumeConf?: LaunchTemplateDiskConf;
/**
* Launch disposition.
*/
launchDisposition?: LaunchDisposition;
licensing?: Licensing;
/**
* Launch configuration template map auto tagging MPE ID.
*/
mapAutoTaggingMpeID?: TagValue;
/**
* Launch configuration template post launch actions.
*/
postLaunchActions?: PostLaunchActions;
/**
* Small volume config.
*/
smallVolumeConf?: LaunchTemplateDiskConf;
/**
* Small volume maximum size.
*/
smallVolumeMaxSize?: PositiveInteger;
/**
* Request to associate tags during creation of a Launch Configuration Template.
*/
tags?: TagsMap;
/**
* Target instance type right-sizing method.
*/
targetInstanceTypeRightSizingMethod?: TargetInstanceTypeRightSizingMethod;
}
export interface CreateReplicationConfigurationTemplateRequest {
/**
* Request to associate the default Application Migration Service Security group with the Replication Settings template.
*/
associateDefaultSecurityGroup: Boolean;
/**
* Request to configure bandwidth throttling during Replication Settings template creation.
*/
bandwidthThrottling: BandwidthThrottling;
/**
* Request to create Public IP during Replication Settings template creation.
*/
createPublicIP: Boolean;
/**
* Request to configure data plane routing during Replication Settings template creation.
*/
dataPlaneRouting: ReplicationConfigurationDataPlaneRouting;
/**
* Request to configure the default large staging disk EBS volume type during Replication Settings template creation.
*/
defaultLargeStagingDiskType: ReplicationConfigurationDefaultLargeStagingDiskType;
/**
* Request to configure EBS encryption during Replication Settings template creation.
*/
ebsEncryption: ReplicationConfigurationEbsEncryption;
/**
* Request to configure an EBS encryption key during Replication Settings template creation.
*/
ebsEncryptionKeyArn?: ARN;
/**
* Request to configure the Replication Server instance type during Replication Settings template creation.
*/
replicationServerInstanceType: EC2InstanceType;
/**
* Request to configure the Replication Server Security group ID during Replication Settings template creation.
*/
replicationServersSecurityGroupsIDs: ReplicationServersSecurityGroupsIDs;
/**
* Request to configure the Staging Area subnet ID during Replication Settings template creation.
*/
stagingAreaSubnetId: SubnetID;
/**
* Request to configure Staging Area tags during Replication Settings template creation.
*/
stagingAreaTags: TagsMap;
/**
* Request to configure tags during Replication Settings template creation.
*/
tags?: TagsMap;
/**
* Request to use Dedicated Replication Servers during Replication Settings template creation.
*/
useDedicatedReplicationServer: Boolean;
/**
* Request to use Fips Endpoint during Replication Settings template creation.
*/
useFipsEndpoint?: Boolean;
}
export interface CreateWaveRequest {
/**
* Account ID.
*/
accountID?: AccountID;
/**
* Wave description.
*/
description?: WaveDescription;
/**
* Wave name.
*/
name: WaveName;
/**
* Wave tags.
*/
tags?: TagsMap;
}
export interface DataReplicationError {
/**
* Error in data replication.
*/
error?: DataReplicationErrorString;
/**
* Error in data replication.
*/
rawError?: LargeBoundedString;
}
export typ