{"files":{"SKILL.md":"---\nname: application-migration-service\ndescription: \"Application Migration Service API skill. Use when working with Application Migration Service for ArchiveApplication, ArchiveWave, AssociateApplications. Covers 70 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Application Migration Service\nAPI version: 2020-02-26\n\n## Auth\nAWS SigV4\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: AWS SigV4\n2. GET /DescribeVcenterClients -- returns a list of the installed vcenter clients.\n3. POST /ArchiveApplication -- create first ArchiveApplication\n\n## Endpoints\n70 endpoints across 68 groups. See references/api-spec.lap for full details.\n\n### ArchiveApplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ArchiveApplication | Archive application. |\n\n### ArchiveWave\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ArchiveWave | Archive wave. |\n\n### AssociateApplications\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /AssociateApplications | Associate applications to wave. |\n\n### AssociateSourceServers\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /AssociateSourceServers | Associate source servers to application. |\n\n### ChangeServerLifeCycleState\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ChangeServerLifeCycleState | 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.) |\n\n### CreateApplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /CreateApplication | Create application. |\n\n### CreateConnector\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /CreateConnector | Create Connector. |\n\n### CreateLaunchConfigurationTemplate\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /CreateLaunchConfigurationTemplate | Creates a new Launch Configuration Template. |\n\n### CreateReplicationConfigurationTemplate\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /CreateReplicationConfigurationTemplate | Creates a new ReplicationConfigurationTemplate. |\n\n### CreateWave\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /CreateWave | Create wave. |\n\n### DeleteApplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DeleteApplication | Delete application. |\n\n### DeleteConnector\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DeleteConnector | Delete Connector. |\n\n### DeleteJob\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DeleteJob | Deletes a single Job by ID. |\n\n### DeleteLaunchConfigurationTemplate\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DeleteLaunchConfigurationTemplate | Deletes a single Launch Configuration Template by ID. |\n\n### DeleteReplicationConfigurationTemplate\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DeleteReplicationConfigurationTemplate | Deletes a single Replication Configuration Template by ID |\n\n### DeleteSourceServer\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DeleteSourceServer | Deletes a single source server by ID. |\n\n### DeleteVcenterClient\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DeleteVcenterClient | Deletes a given vCenter client by ID. |\n\n### DeleteWave\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DeleteWave | Delete wave. |\n\n### DescribeJobLogItems\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DescribeJobLogItems | Retrieves detailed job log items with paging. |\n\n### DescribeJobs\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DescribeJobs | 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. |\n\n### DescribeLaunchConfigurationTemplates\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DescribeLaunchConfigurationTemplates | Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs |\n\n### DescribeReplicationConfigurationTemplates\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DescribeReplicationConfigurationTemplates | Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs. |\n\n### DescribeSourceServers\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DescribeSourceServers | Retrieves all SourceServers or multiple SourceServers by ID. |\n\n### DescribeVcenterClients\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /DescribeVcenterClients | Returns a list of the installed vCenter clients. |\n\n### DisassociateApplications\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DisassociateApplications | Disassociate applications from wave. |\n\n### DisassociateSourceServers\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DisassociateSourceServers | Disassociate source servers from application. |\n\n### DisconnectFromService\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /DisconnectFromService | 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. |\n\n### FinalizeCutover\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /FinalizeCutover | 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. |\n\n### GetLaunchConfiguration\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /GetLaunchConfiguration | Lists all LaunchConfigurations available, filtered by Source Server IDs. |\n\n### GetReplicationConfiguration\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /GetReplicationConfiguration | Lists all ReplicationConfigurations, filtered by Source Server ID. |\n\n### InitializeService\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /InitializeService | Initialize Application Migration Service. |\n\n### ListApplications\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListApplications | Retrieves all applications or multiple applications by ID. |\n\n### ListConnectors\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListConnectors | List Connectors. |\n\n### ListExportErrors\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListExportErrors | List export errors. |\n\n### ListExports\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListExports | List exports. |\n\n### ListImportErrors\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListImportErrors | List import errors. |\n\n### ListImports\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListImports | List imports. |\n\n### ListManagedAccounts\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListManagedAccounts | List Managed Accounts. |\n\n### ListSourceServerActions\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListSourceServerActions | List source server post migration custom actions. |\n\n### Tags\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /tags/{resourceArn} | List all tags for your Application Migration Service resources. |\n| POST | /tags/{resourceArn} | 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. |\n| DELETE | /tags/{resourceArn} | Deletes the specified set of tags from the specified set of Application Migration Service resources. |\n\n### ListTemplateActions\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListTemplateActions | List template post migration custom actions. |\n\n### ListWaves\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ListWaves | Retrieves all waves or multiple waves by ID. |\n\n### MarkAsArchived\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /MarkAsArchived | 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. |\n\n### PauseReplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /PauseReplication | Pause Replication. |\n\n### PutSourceServerAction\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /PutSourceServerAction | Put source server post migration custom action. |\n\n### PutTemplateAction\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /PutTemplateAction | Put template post migration custom action. |\n\n### RemoveSourceServerAction\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /RemoveSourceServerAction | Remove source server post migration custom action. |\n\n### RemoveTemplateAction\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /RemoveTemplateAction | Remove template post migration custom action. |\n\n### ResumeReplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /ResumeReplication | Resume Replication. |\n\n### RetryDataReplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /RetryDataReplication | 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. |\n\n### StartCutover\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /StartCutover | 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. |\n\n### StartExport\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /StartExport | Start export. |\n\n### StartImport\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /StartImport | Start import. |\n\n### StartReplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /StartReplication | Starts replication for SNAPSHOT_SHIPPING agents. |\n\n### StartTest\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /StartTest | 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. |\n\n### StopReplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /StopReplication | Stop Replication. |\n\n### TerminateTargetInstances\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /TerminateTargetInstances | 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. |\n\n### UnarchiveApplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UnarchiveApplication | Unarchive application. |\n\n### UnarchiveWave\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UnarchiveWave | Unarchive wave. |\n\n### UpdateApplication\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateApplication | Update application. |\n\n### UpdateConnector\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateConnector | Update Connector. |\n\n### UpdateLaunchConfiguration\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateLaunchConfiguration | Updates multiple LaunchConfigurations by Source Server ID.  bootMode valid values are LEGACY_BIOS | UEFI |\n\n### UpdateLaunchConfigurationTemplate\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateLaunchConfigurationTemplate | Updates an existing Launch Configuration Template by ID. |\n\n### UpdateReplicationConfiguration\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateReplicationConfiguration | Allows you to update multiple ReplicationConfigurations by Source Server ID. |\n\n### UpdateReplicationConfigurationTemplate\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateReplicationConfigurationTemplate | Updates multiple ReplicationConfigurationTemplates by ID. |\n\n### UpdateSourceServer\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateSourceServer | Update Source Server. |\n\n### UpdateSourceServerReplicationType\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateSourceServerReplicationType | Allows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type. |\n\n### UpdateWave\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /UpdateWave | Update wave. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a ArchiveApplication?\" -> POST /ArchiveApplication\n- \"Create a ArchiveWave?\" -> POST /ArchiveWave\n- \"Create a AssociateApplication?\" -> POST /AssociateApplications\n- \"Create a AssociateSourceServer?\" -> POST /AssociateSourceServers\n- \"Create a ChangeServerLifeCycleState?\" -> POST /ChangeServerLifeCycleState\n- \"Create a CreateApplication?\" -> POST /CreateApplication\n- \"Create a CreateConnector?\" -> POST /CreateConnector\n- \"Create a CreateLaunchConfigurationTemplate?\" -> POST /CreateLaunchConfigurationTemplate\n- \"Create a CreateReplicationConfigurationTemplate?\" -> POST /CreateReplicationConfigurationTemplate\n- \"Create a CreateWave?\" -> POST /CreateWave\n- \"Create a DeleteApplication?\" -> POST /DeleteApplication\n- \"Create a DeleteConnector?\" -> POST /DeleteConnector\n- \"Create a DeleteJob?\" -> POST /DeleteJob\n- \"Create a DeleteLaunchConfigurationTemplate?\" -> POST /DeleteLaunchConfigurationTemplate\n- \"Create a DeleteReplicationConfigurationTemplate?\" -> POST /DeleteReplicationConfigurationTemplate\n- \"Create a DeleteSourceServer?\" -> POST /DeleteSourceServer\n- \"Create a DeleteVcenterClient?\" -> POST /DeleteVcenterClient\n- \"Create a DeleteWave?\" -> POST /DeleteWave\n- \"Create a DescribeJobLogItem?\" -> POST /DescribeJobLogItems\n- \"Create a DescribeJob?\" -> POST /DescribeJobs\n- \"Create a DescribeLaunchConfigurationTemplate?\" -> POST /DescribeLaunchConfigurationTemplates\n- \"Create a DescribeReplicationConfigurationTemplate?\" -> POST /DescribeReplicationConfigurationTemplates\n- \"Create a DescribeSourceServer?\" -> POST /DescribeSourceServers\n- \"List all DescribeVcenterClients?\" -> GET /DescribeVcenterClients\n- \"Create a DisassociateApplication?\" -> POST /DisassociateApplications\n- \"Create a DisassociateSourceServer?\" -> POST /DisassociateSourceServers\n- \"Create a DisconnectFromService?\" -> POST /DisconnectFromService\n- \"Create a FinalizeCutover?\" -> POST /FinalizeCutover\n- \"Create a GetLaunchConfiguration?\" -> POST /GetLaunchConfiguration\n- \"Create a GetReplicationConfiguration?\" -> POST /GetReplicationConfiguration\n- \"Create a InitializeService?\" -> POST /InitializeService\n- \"Create a ListApplication?\" -> POST /ListApplications\n- \"Create a ListConnector?\" -> POST /ListConnectors\n- \"Create a ListExportError?\" -> POST /ListExportErrors\n- \"Create a ListExport?\" -> POST /ListExports\n- \"Create a ListImportError?\" -> POST /ListImportErrors\n- \"Create a ListImport?\" -> POST /ListImports\n- \"Create a ListManagedAccount?\" -> POST /ListManagedAccounts\n- \"Create a ListSourceServerAction?\" -> POST /ListSourceServerActions\n- \"Get tag details?\" -> GET /tags/{resourceArn}\n- \"Create a ListTemplateAction?\" -> POST /ListTemplateActions\n- \"Create a ListWave?\" -> POST /ListWaves\n- \"Create a MarkAsArchived?\" -> POST /MarkAsArchived\n- \"Create a PauseReplication?\" -> POST /PauseReplication\n- \"Create a PutSourceServerAction?\" -> POST /PutSourceServerAction\n- \"Create a PutTemplateAction?\" -> POST /PutTemplateAction\n- \"Create a RemoveSourceServerAction?\" -> POST /RemoveSourceServerAction\n- \"Create a RemoveTemplateAction?\" -> POST /RemoveTemplateAction\n- \"Create a ResumeReplication?\" -> POST /ResumeReplication\n- \"Create a RetryDataReplication?\" -> POST /RetryDataReplication\n- \"Create a StartCutover?\" -> POST /StartCutover\n- \"Create a StartExport?\" -> POST /StartExport\n- \"Create a StartImport?\" -> POST /StartImport\n- \"Create a StartReplication?\" -> POST /StartReplication\n- \"Create a StartTest?\" -> POST /StartTest\n- \"Create a StopReplication?\" -> POST /StopReplication\n- \"Create a TerminateTargetInstance?\" -> POST /TerminateTargetInstances\n- \"Create a UnarchiveApplication?\" -> POST /UnarchiveApplication\n- \"Create a UnarchiveWave?\" -> POST /UnarchiveWave\n- \"Delete a tag?\" -> DELETE /tags/{resourceArn}\n- \"Create a UpdateApplication?\" -> POST /UpdateApplication\n- \"Create a UpdateConnector?\" -> POST /UpdateConnector\n- \"Create a UpdateLaunchConfiguration?\" -> POST /UpdateLaunchConfiguration\n- \"Create a UpdateLaunchConfigurationTemplate?\" -> POST /UpdateLaunchConfigurationTemplate\n- \"Create a UpdateReplicationConfiguration?\" -> POST /UpdateReplicationConfiguration\n- \"Create a UpdateReplicationConfigurationTemplate?\" -> POST /UpdateReplicationConfigurationTemplate\n- \"Create a UpdateSourceServer?\" -> POST /UpdateSourceServer\n- \"Create a UpdateSourceServerReplicationType?\" -> POST /UpdateSourceServerReplicationType\n- \"Create a UpdateWave?\" -> POST /UpdateWave\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Application Migration Service\n@version 2020-02-26\n@auth AWS SigV4\n@endpoints 70\n@hint download_for_search\n@toc ArchiveApplication(1), ArchiveWave(1), AssociateApplications(1), AssociateSourceServers(1), ChangeServerLifeCycleState(1), CreateApplication(1), CreateConnector(1), CreateLaunchConfigurationTemplate(1), CreateReplicationConfigurationTemplate(1), CreateWave(1), DeleteApplication(1), DeleteConnector(1), DeleteJob(1), DeleteLaunchConfigurationTemplate(1), DeleteReplicationConfigurationTemplate(1), DeleteSourceServer(1), DeleteVcenterClient(1), DeleteWave(1), DescribeJobLogItems(1), DescribeJobs(1), DescribeLaunchConfigurationTemplates(1), DescribeReplicationConfigurationTemplates(1), DescribeSourceServers(1), DescribeVcenterClients(1), DisassociateApplications(1), DisassociateSourceServers(1), DisconnectFromService(1), FinalizeCutover(1), GetLaunchConfiguration(1), GetReplicationConfiguration(1), InitializeService(1), ListApplications(1), ListConnectors(1), ListExportErrors(1), ListExports(1), ListImportErrors(1), ListImports(1), ListManagedAccounts(1), ListSourceServerActions(1), tags(3), ListTemplateActions(1), ListWaves(1), MarkAsArchived(1), PauseReplication(1), PutSourceServerAction(1), PutTemplateAction(1), RemoveSourceServerAction(1), RemoveTemplateAction(1), ResumeReplication(1), RetryDataReplication(1), StartCutover(1), StartExport(1), StartImport(1), StartReplication(1), StartTest(1), StopReplication(1), TerminateTargetInstances(1), UnarchiveApplication(1), UnarchiveWave(1), UpdateApplication(1), UpdateConnector(1), UpdateLaunchConfiguration(1), UpdateLaunchConfigurationTemplate(1), UpdateReplicationConfiguration(1), UpdateReplicationConfigurationTemplate(1), UpdateSourceServer(1), UpdateSourceServerReplicationType(1), UpdateWave(1)\n\n@group ArchiveApplication\n@endpoint POST /ArchiveApplication\n@desc Archive application.\n@required {applicationID: str}\n@optional {accountID: str}\n@returns(200) {applicationAggregatedStatus: ApplicationAggregatedStatus?{healthStatus: str?, lastUpdateDateTime: str?, progressStatus: str?, totalSourceServers: int(i64)?}, applicationID: str?, arn: str?, creationDateTime: str?, description: str?, isArchived: bool?, lastModifiedDateTime: str?, name: str?, tags: map<str,str>?, waveID: str?}\n\n@endgroup\n\n@group ArchiveWave\n@endpoint POST /ArchiveWave\n@desc Archive wave.\n@required {waveID: str}\n@optional {accountID: str}\n@returns(200) {arn: str?, creationDateTime: str?, description: str?, isArchived: bool?, lastModifiedDateTime: str?, name: str?, tags: map<str,str>?, waveAggregatedStatus: WaveAggregatedStatus?{healthStatus: str?, lastUpdateDateTime: str?, progressStatus: str?, replicationStartedDateTime: str?, totalApplications: int(i64)?}, waveID: str?}\n\n@endgroup\n\n@group AssociateApplications\n@endpoint POST /AssociateApplications\n@desc Associate applications to wave.\n@required {applicationIDs: [str], waveID: str}\n@optional {accountID: str}\n\n@endgroup\n\n@group AssociateSourceServers\n@endpoint POST /AssociateSourceServers\n@desc Associate source servers to application.\n@required {applicationID: str, sourceServerIDs: [str]}\n@optional {accountID: str}\n\n@endgroup\n\n@group ChangeServerLifeCycleState\n@endpoint POST /ChangeServerLifeCycleState\n@desc 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.)\n@required {lifeCycle: ChangeServerLifeCycleStateSourceServerLifecycle, sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group CreateApplication\n@endpoint POST /CreateApplication\n@desc Create application.\n@required {name: str}\n@optional {accountID: str, description: str, tags: map<str,str>}\n@returns(200) {applicationAggregatedStatus: ApplicationAggregatedStatus?{healthStatus: str?, lastUpdateDateTime: str?, progressStatus: str?, totalSourceServers: int(i64)?}, applicationID: str?, arn: str?, creationDateTime: str?, description: str?, isArchived: bool?, lastModifiedDateTime: str?, name: str?, tags: map<str,str>?, waveID: str?}\n\n@endgroup\n\n@group CreateConnector\n@endpoint POST /CreateConnector\n@desc Create Connector.\n@required {name: str, ssmInstanceID: str}\n@optional {ssmCommandConfig: ConnectorSsmCommandConfig, tags: map<str,str>}\n@returns(200) {arn: str?, connectorID: str?, name: str?, ssmCommandConfig: ConnectorSsmCommandConfig?{cloudWatchLogGroupName: str?, cloudWatchOutputEnabled: bool, outputS3BucketName: str?, s3OutputEnabled: bool}, ssmInstanceID: str?, tags: map<str,str>?}\n\n@endgroup\n\n@group CreateLaunchConfigurationTemplate\n@endpoint POST /CreateLaunchConfigurationTemplate\n@desc Creates a new Launch Configuration Template.\n@optional {associatePublicIpAddress: bool, bootMode: str, copyPrivateIp: bool, copyTags: bool, enableMapAutoTagging: bool, largeVolumeConf: LaunchTemplateDiskConf, launchDisposition: str, licensing: Licensing, mapAutoTaggingMpeID: str, postLaunchActions: PostLaunchActions, smallVolumeConf: LaunchTemplateDiskConf, smallVolumeMaxSize: int(i64), tags: map<str,str>, targetInstanceTypeRightSizingMethod: str}\n@returns(200) {arn: str?, associatePublicIpAddress: bool?, bootMode: str?, copyPrivateIp: bool?, copyTags: bool?, ec2LaunchTemplateID: str?, enableMapAutoTagging: bool?, largeVolumeConf: LaunchTemplateDiskConf?{iops: int(i64)?, throughput: int(i64)?, volumeType: str?}, launchConfigurationTemplateID: str, launchDisposition: str?, licensing: Licensing?{osByol: bool?}, mapAutoTaggingMpeID: str?, postLaunchActions: PostLaunchActions?{cloudWatchLogGroupName: str?, deployment: str?, s3LogBucket: str?, s3OutputKeyPrefix: str?, ssmDocuments: [SsmDocument]?}, smallVolumeConf: LaunchTemplateDiskConf?{iops: int(i64)?, throughput: int(i64)?, volumeType: str?}, smallVolumeMaxSize: int(i64)?, tags: map<str,str>?, targetInstanceTypeRightSizingMethod: str?}\n\n@endgroup\n\n@group CreateReplicationConfigurationTemplate\n@endpoint POST /CreateReplicationConfigurationTemplate\n@desc Creates a new ReplicationConfigurationTemplate.\n@required {associateDefaultSecurityGroup: bool, bandwidthThrottling: int(i64), createPublicIP: bool, dataPlaneRouting: str, defaultLargeStagingDiskType: str, ebsEncryption: str, replicationServerInstanceType: str, replicationServersSecurityGroupsIDs: [str], stagingAreaSubnetId: str, stagingAreaTags: map<str,str>, useDedicatedReplicationServer: bool}\n@optional {ebsEncryptionKeyArn: str, tags: map<str,str>, useFipsEndpoint: bool}\n@returns(200) {arn: str?, associateDefaultSecurityGroup: bool?, bandwidthThrottling: int(i64)?, createPublicIP: bool?, dataPlaneRouting: str?, defaultLargeStagingDiskType: str?, ebsEncryption: str?, ebsEncryptionKeyArn: str?, replicationConfigurationTemplateID: str, replicationServerInstanceType: str?, replicationServersSecurityGroupsIDs: [str]?, stagingAreaSubnetId: str?, stagingAreaTags: map<str,str>?, tags: map<str,str>?, useDedicatedReplicationServer: bool?, useFipsEndpoint: bool?}\n\n@endgroup\n\n@group CreateWave\n@endpoint POST /CreateWave\n@desc Create wave.\n@required {name: str}\n@optional {accountID: str, description: str, tags: map<str,str>}\n@returns(200) {arn: str?, creationDateTime: str?, description: str?, isArchived: bool?, lastModifiedDateTime: str?, name: str?, tags: map<str,str>?, waveAggregatedStatus: WaveAggregatedStatus?{healthStatus: str?, lastUpdateDateTime: str?, progressStatus: str?, replicationStartedDateTime: str?, totalApplications: int(i64)?}, waveID: str?}\n\n@endgroup\n\n@group DeleteApplication\n@endpoint POST /DeleteApplication\n@desc Delete application.\n@required {applicationID: str}\n@optional {accountID: str}\n\n@endgroup\n\n@group DeleteConnector\n@endpoint POST /DeleteConnector\n@desc Delete Connector.\n@required {connectorID: str}\n\n@endgroup\n\n@group DeleteJob\n@endpoint POST /DeleteJob\n@desc Deletes a single Job by ID.\n@required {jobID: str}\n@optional {accountID: str}\n\n@endgroup\n\n@group DeleteLaunchConfigurationTemplate\n@endpoint POST /DeleteLaunchConfigurationTemplate\n@desc Deletes a single Launch Configuration Template by ID.\n@required {launchConfigurationTemplateID: str}\n\n@endgroup\n\n@group DeleteReplicationConfigurationTemplate\n@endpoint POST /DeleteReplicationConfigurationTemplate\n@desc Deletes a single Replication Configuration Template by ID\n@required {replicationConfigurationTemplateID: str}\n\n@endgroup\n\n@group DeleteSourceServer\n@endpoint POST /DeleteSourceServer\n@desc Deletes a single source server by ID.\n@required {sourceServerID: str}\n@optional {accountID: str}\n\n@endgroup\n\n@group DeleteVcenterClient\n@endpoint POST /DeleteVcenterClient\n@desc Deletes a given vCenter client by ID.\n@required {vcenterClientID: str}\n\n@endgroup\n\n@group DeleteWave\n@endpoint POST /DeleteWave\n@desc Delete wave.\n@required {waveID: str}\n@optional {accountID: str}\n\n@endgroup\n\n@group DescribeJobLogItems\n@endpoint POST /DescribeJobLogItems\n@desc Retrieves detailed job log items with paging.\n@required {jobID: str}\n@optional {accountID: str, maxResults: int, nextToken: str}\n@returns(200) {items: [JobLog]?, nextToken: str?}\n\n@endgroup\n\n@group DescribeJobs\n@endpoint POST /DescribeJobs\n@desc 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.\n@optional {accountID: str, filters: DescribeJobsRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [Job]?, nextToken: str?}\n\n@endgroup\n\n@group DescribeLaunchConfigurationTemplates\n@endpoint POST /DescribeLaunchConfigurationTemplates\n@desc Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs\n@optional {launchConfigurationTemplateIDs: [str], maxResults: int, nextToken: str}\n@returns(200) {items: [LaunchConfigurationTemplate]?, nextToken: str?}\n\n@endgroup\n\n@group DescribeReplicationConfigurationTemplates\n@endpoint POST /DescribeReplicationConfigurationTemplates\n@desc Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.\n@optional {maxResults: int, nextToken: str, replicationConfigurationTemplateIDs: [str]}\n@returns(200) {items: [ReplicationConfigurationTemplate]?, nextToken: str?}\n\n@endgroup\n\n@group DescribeSourceServers\n@endpoint POST /DescribeSourceServers\n@desc Retrieves all SourceServers or multiple SourceServers by ID.\n@optional {accountID: str, filters: DescribeSourceServersRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [SourceServer]?, nextToken: str?}\n\n@endgroup\n\n@group DescribeVcenterClients\n@endpoint GET /DescribeVcenterClients\n@desc Returns a list of the installed vCenter clients.\n@optional {maxResults: int, nextToken: str}\n@returns(200) {items: [VcenterClient]?, nextToken: str?}\n\n@endgroup\n\n@group DisassociateApplications\n@endpoint POST /DisassociateApplications\n@desc Disassociate applications from wave.\n@required {applicationIDs: [str], waveID: str}\n@optional {accountID: str}\n\n@endgroup\n\n@group DisassociateSourceServers\n@endpoint POST /DisassociateSourceServers\n@desc Disassociate source servers from application.\n@required {applicationID: str, sourceServerIDs: [str]}\n@optional {accountID: str}\n\n@endgroup\n\n@group DisconnectFromService\n@endpoint POST /DisconnectFromService\n@desc 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.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group FinalizeCutover\n@endpoint POST /FinalizeCutover\n@desc 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.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group GetLaunchConfiguration\n@endpoint POST /GetLaunchConfiguration\n@desc Lists all LaunchConfigurations available, filtered by Source Server IDs.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {bootMode: str?, copyPrivateIp: bool?, copyTags: bool?, ec2LaunchTemplateID: str?, enableMapAutoTagging: bool?, launchDisposition: str?, licensing: Licensing?{osByol: bool?}, mapAutoTaggingMpeID: str?, name: str?, postLaunchActions: PostLaunchActions?{cloudWatchLogGroupName: str?, deployment: str?, s3LogBucket: str?, s3OutputKeyPrefix: str?, ssmDocuments: [SsmDocument]?}, sourceServerID: str?, targetInstanceTypeRightSizingMethod: str?}\n\n@endgroup\n\n@group GetReplicationConfiguration\n@endpoint POST /GetReplicationConfiguration\n@desc Lists all ReplicationConfigurations, filtered by Source Server ID.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {associateDefaultSecurityGroup: bool?, bandwidthThrottling: int(i64)?, createPublicIP: bool?, dataPlaneRouting: str?, defaultLargeStagingDiskType: str?, ebsEncryption: str?, ebsEncryptionKeyArn: str?, name: str?, replicatedDisks: [ReplicationConfigurationReplicatedDisk]?, replicationServerInstanceType: str?, replicationServersSecurityGroupsIDs: [str]?, sourceServerID: str?, stagingAreaSubnetId: str?, stagingAreaTags: map<str,str>?, useDedicatedReplicationServer: bool?, useFipsEndpoint: bool?}\n\n@endgroup\n\n@group InitializeService\n@endpoint POST /InitializeService\n@desc Initialize Application Migration Service.\n\n@endgroup\n\n@group ListApplications\n@endpoint POST /ListApplications\n@desc Retrieves all applications or multiple applications by ID.\n@optional {accountID: str, filters: ListApplicationsRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [Application]?, nextToken: str?}\n\n@endgroup\n\n@group ListConnectors\n@endpoint POST /ListConnectors\n@desc List Connectors.\n@optional {filters: ListConnectorsRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [Connector]?, nextToken: str?}\n\n@endgroup\n\n@group ListExportErrors\n@endpoint POST /ListExportErrors\n@desc List export errors.\n@required {exportID: str}\n@optional {maxResults: int, nextToken: str}\n@returns(200) {items: [ExportTaskError]?, nextToken: str?}\n\n@endgroup\n\n@group ListExports\n@endpoint POST /ListExports\n@desc List exports.\n@optional {filters: ListExportsRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [ExportTask]?, nextToken: str?}\n\n@endgroup\n\n@group ListImportErrors\n@endpoint POST /ListImportErrors\n@desc List import errors.\n@required {importID: str}\n@optional {maxResults: int, nextToken: str}\n@returns(200) {items: [ImportTaskError]?, nextToken: str?}\n\n@endgroup\n\n@group ListImports\n@endpoint POST /ListImports\n@desc List imports.\n@optional {filters: ListImportsRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [ImportTask]?, nextToken: str?}\n\n@endgroup\n\n@group ListManagedAccounts\n@endpoint POST /ListManagedAccounts\n@desc List Managed Accounts.\n@optional {maxResults: int, nextToken: str}\n@returns(200) {items: [ManagedAccount], nextToken: str?}\n\n@endgroup\n\n@group ListSourceServerActions\n@endpoint POST /ListSourceServerActions\n@desc List source server post migration custom actions.\n@required {sourceServerID: str}\n@optional {accountID: str, filters: SourceServerActionsRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [SourceServerActionDocument]?, nextToken: str?}\n\n@endgroup\n\n@group tags\n@endpoint GET /tags/{resourceArn}\n@desc List all tags for your Application Migration Service resources.\n@required {resourceArn: str}\n@returns(200) {tags: map<str,str>?}\n\n@endgroup\n\n@group ListTemplateActions\n@endpoint POST /ListTemplateActions\n@desc List template post migration custom actions.\n@required {launchConfigurationTemplateID: str}\n@optional {filters: TemplateActionsRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [TemplateActionDocument]?, nextToken: str?}\n\n@endgroup\n\n@group ListWaves\n@endpoint POST /ListWaves\n@desc Retrieves all waves or multiple waves by ID.\n@optional {accountID: str, filters: ListWavesRequestFilters, maxResults: int, nextToken: str}\n@returns(200) {items: [Wave]?, nextToken: str?}\n\n@endgroup\n\n@group MarkAsArchived\n@endpoint POST /MarkAsArchived\n@desc 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.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group PauseReplication\n@endpoint POST /PauseReplication\n@desc Pause Replication.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group PutSourceServerAction\n@endpoint POST /PutSourceServerAction\n@desc Put source server post migration custom action.\n@required {actionID: str, actionName: str, documentIdentifier: str, order: int, sourceServerID: str}\n@optional {accountID: str, active: bool, category: str, description: str, documentVersion: str, externalParameters: map<str,SsmExternalParameter>, mustSucceedForCutover: bool, parameters: map<str,[SsmParameterStoreParameter]>, timeoutSeconds: int}\n@returns(200) {actionID: str?, actionName: str?, active: bool?, category: str?, description: str?, documentIdentifier: str?, documentVersion: str?, externalParameters: map<str,SsmExternalParameter>?, mustSucceedForCutover: bool?, order: int?, parameters: map<str,[SsmParameterStoreParameter]>?, timeoutSeconds: int?}\n\n@endgroup\n\n@group PutTemplateAction\n@endpoint POST /PutTemplateAction\n@desc Put template post migration custom action.\n@required {actionID: str, actionName: str, documentIdentifier: str, launchConfigurationTemplateID: str, order: int}\n@optional {active: bool, category: str, description: str, documentVersion: str, externalParameters: map<str,SsmExternalParameter>, mustSucceedForCutover: bool, operatingSystem: str, parameters: map<str,[SsmParameterStoreParameter]>, timeoutSeconds: int}\n@returns(200) {actionID: str?, actionName: str?, active: bool?, category: str?, description: str?, documentIdentifier: str?, documentVersion: str?, externalParameters: map<str,SsmExternalParameter>?, mustSucceedForCutover: bool?, operatingSystem: str?, order: int?, parameters: map<str,[SsmParameterStoreParameter]>?, timeoutSeconds: int?}\n\n@endgroup\n\n@group RemoveSourceServerAction\n@endpoint POST /RemoveSourceServerAction\n@desc Remove source server post migration custom action.\n@required {actionID: str, sourceServerID: str}\n@optional {accountID: str}\n\n@endgroup\n\n@group RemoveTemplateAction\n@endpoint POST /RemoveTemplateAction\n@desc Remove template post migration custom action.\n@required {actionID: str, launchConfigurationTemplateID: str}\n\n@endgroup\n\n@group ResumeReplication\n@endpoint POST /ResumeReplication\n@desc Resume Replication.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group RetryDataReplication\n@endpoint POST /RetryDataReplication\n@desc 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.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group StartCutover\n@endpoint POST /StartCutover\n@desc 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.\n@required {sourceServerIDs: [str]}\n@optional {accountID: str, tags: map<str,str>}\n@returns(200) {job: Job?{arn: str?, creationDateTime: str?, endDateTime: str?, initiatedBy: str?, jobID: str, participatingServers: [ParticipatingServer]?, status: str?, tags: map<str, str>?: any, type: str?}}\n\n@endgroup\n\n@group StartExport\n@endpoint POST /StartExport\n@desc Start export.\n@required {s3Bucket: str, s3Key: str}\n@optional {s3BucketOwner: str}\n@returns(200) {exportTask: ExportTask?{creationDateTime: str?, endDateTime: str?, exportID: str?, progressPercentage: num(f32)?, s3Bucket: str?, s3BucketOwner: str?, s3Key: str?, status: str?, summary: ExportTaskSummary?{applicationsCount: int(i64)?, serversCount: int(i64)?, wavesCount: int(i64)?}}}\n\n@endgroup\n\n@group StartImport\n@endpoint POST /StartImport\n@desc Start import.\n@required {s3BucketSource: S3BucketSource}\n@optional {clientToken: str}\n@returns(200) {importTask: ImportTask?{creationDateTime: str?, endDateTime: str?, importID: str?, progressPercentage: num(f32)?, s3BucketSource: S3BucketSource?{s3Bucket: str, s3BucketOwner: str?, s3Key: str}, status: str?, summary: ImportTaskSummary?{applications: ImportTaskSummaryApplications?{createdCount: int(i64)?, modifiedCount: int(i64)?}, servers: ImportTaskSummaryServers?{createdCount: int(i64)?, modifiedCount: int(i64)?}, waves: ImportTaskSummaryWaves?{createdCount: int(i64)?, modifiedCount: int(i64)?}}}}\n\n@endgroup\n\n@group StartReplication\n@endpoint POST /StartReplication\n@desc Starts replication for SNAPSHOT_SHIPPING agents.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group StartTest\n@endpoint POST /StartTest\n@desc 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.\n@required {sourceServerIDs: [str]}\n@optional {accountID: str, tags: map<str,str>}\n@returns(200) {job: Job?{arn: str?, creationDateTime: str?, endDateTime: str?, initiatedBy: str?, jobID: str, participatingServers: [ParticipatingServer]?, status: str?, tags: map<str, str>?: any, type: str?}}\n\n@endgroup\n\n@group StopReplication\n@endpoint POST /StopReplication\n@desc Stop Replication.\n@required {sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group tags\n@endpoint POST /tags/{resourceArn}\n@desc 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.\n@required {resourceArn: str, tags: map<str,str>}\n\n@endgroup\n\n@group TerminateTargetInstances\n@endpoint POST /TerminateTargetInstances\n@desc 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.\n@required {sourceServerIDs: [str]}\n@optional {accountID: str, tags: map<str,str>}\n@returns(200) {job: Job?{arn: str?, creationDateTime: str?, endDateTime: str?, initiatedBy: str?, jobID: str, participatingServers: [ParticipatingServer]?, status: str?, tags: map<str, str>?: any, type: str?}}\n\n@endgroup\n\n@group UnarchiveApplication\n@endpoint POST /UnarchiveApplication\n@desc Unarchive application.\n@required {applicationID: str}\n@optional {accountID: str}\n@returns(200) {applicationAggregatedStatus: ApplicationAggregatedStatus?{healthStatus: str?, lastUpdateDateTime: str?, progressStatus: str?, totalSourceServers: int(i64)?}, applicationID: str?, arn: str?, creationDateTime: str?, description: str?, isArchived: bool?, lastModifiedDateTime: str?, name: str?, tags: map<str,str>?, waveID: str?}\n\n@endgroup\n\n@group UnarchiveWave\n@endpoint POST /UnarchiveWave\n@desc Unarchive wave.\n@required {waveID: str}\n@optional {accountID: str}\n@returns(200) {arn: str?, creationDateTime: str?, description: str?, isArchived: bool?, lastModifiedDateTime: str?, name: str?, tags: map<str,str>?, waveAggregatedStatus: WaveAggregatedStatus?{healthStatus: str?, lastUpdateDateTime: str?, progressStatus: str?, replicationStartedDateTime: str?, totalApplications: int(i64)?}, waveID: str?}\n\n@endgroup\n\n@group tags\n@endpoint DELETE /tags/{resourceArn}\n@desc Deletes the specified set of tags from the specified set of Application Migration Service resources.\n@required {resourceArn: str, tagKeys: [str]}\n\n@endgroup\n\n@group UpdateApplication\n@endpoint POST /UpdateApplication\n@desc Update application.\n@required {applicationID: str}\n@optional {accountID: str, description: str, name: str}\n@returns(200) {applicationAggregatedStatus: ApplicationAggregatedStatus?{healthStatus: str?, lastUpdateDateTime: str?, progressStatus: str?, totalSourceServers: int(i64)?}, applicationID: str?, arn: str?, creationDateTime: str?, description: str?, isArchived: bool?, lastModifiedDateTime: str?, name: str?, tags: map<str,str>?, waveID: str?}\n\n@endgroup\n\n@group UpdateConnector\n@endpoint POST /UpdateConnector\n@desc Update Connector.\n@required {connectorID: str}\n@optional {name: str, ssmCommandConfig: ConnectorSsmCommandConfig}\n@returns(200) {arn: str?, connectorID: str?, name: str?, ssmCommandConfig: ConnectorSsmCommandConfig?{cloudWatchLogGroupName: str?, cloudWatchOutputEnabled: bool, outputS3BucketName: str?, s3OutputEnabled: bool}, ssmInstanceID: str?, tags: map<str,str>?}\n\n@endgroup\n\n@group UpdateLaunchConfiguration\n@endpoint POST /UpdateLaunchConfiguration\n@desc Updates multiple LaunchConfigurations by Source Server ID.  bootMode valid values are LEGACY_BIOS | UEFI\n@required {sourceServerID: str}\n@optional {accountID: str, bootMode: str, copyPrivateIp: bool, copyTags: bool, enableMapAutoTagging: bool, launchDisposition: str, licensing: Licensing, mapAutoTaggingMpeID: str, name: str, postLaunchActions: PostLaunchActions, targetInstanceTypeRightSizingMethod: str}\n@returns(200) {bootMode: str?, copyPrivateIp: bool?, copyTags: bool?, ec2LaunchTemplateID: str?, enableMapAutoTagging: bool?, launchDisposition: str?, licensing: Licensing?{osByol: bool?}, mapAutoTaggingMpeID: str?, name: str?, postLaunchActions: PostLaunchActions?{cloudWatchLogGroupName: str?, deployment: str?, s3LogBucket: str?, s3OutputKeyPrefix: str?, ssmDocuments: [SsmDocument]?}, sourceServerID: str?, targetInstanceTypeRightSizingMethod: str?}\n\n@endgroup\n\n@group UpdateLaunchConfigurationTemplate\n@endpoint POST /UpdateLaunchConfigurationTemplate\n@desc Updates an existing Launch Configuration Template by ID.\n@required {launchConfigurationTemplateID: str}\n@optional {associatePublicIpAddress: bool, bootMode: str, copyPrivateIp: bool, copyTags: bool, enableMapAutoTagging: bool, largeVolumeConf: LaunchTemplateDiskConf, launchDisposition: str, licensing: Licensing, mapAutoTaggingMpeID: str, postLaunchActions: PostLaunchActions, smallVolumeConf: LaunchTemplateDiskConf, smallVolumeMaxSize: int(i64), targetInstanceTypeRightSizingMethod: str}\n@returns(200) {arn: str?, associatePublicIpAddress: bool?, bootMode: str?, copyPrivateIp: bool?, copyTags: bool?, ec2LaunchTemplateID: str?, enableMapAutoTagging: bool?, largeVolumeConf: LaunchTemplateDiskConf?{iops: int(i64)?, throughput: int(i64)?, volumeType: str?}, launchConfigurationTemplateID: str, launchDisposition: str?, licensing: Licensing?{osByol: bool?}, mapAutoTaggingMpeID: str?, postLaunchActions: PostLaunchActions?{cloudWatchLogGroupName: str?, deployment: str?, s3LogBucket: str?, s3OutputKeyPrefix: str?, ssmDocuments: [SsmDocument]?}, smallVolumeConf: LaunchTemplateDiskConf?{iops: int(i64)?, throughput: int(i64)?, volumeType: str?}, smallVolumeMaxSize: int(i64)?, tags: map<str,str>?, targetInstanceTypeRightSizingMethod: str?}\n\n@endgroup\n\n@group UpdateReplicationConfiguration\n@endpoint POST /UpdateReplicationConfiguration\n@desc Allows you to update multiple ReplicationConfigurations by Source Server ID.\n@required {sourceServerID: str}\n@optional {accountID: str, associateDefaultSecurityGroup: bool, bandwidthThrottling: int(i64), createPublicIP: bool, dataPlaneRouting: str, defaultLargeStagingDiskType: str, ebsEncryption: str, ebsEncryptionKeyArn: str, name: str, replicatedDisks: [ReplicationConfigurationReplicatedDisk], replicationServerInstanceType: str, replicationServersSecurityGroupsIDs: [str], stagingAreaSubnetId: str, stagingAreaTags: map<str,str>, useDedicatedReplicationServer: bool, useFipsEndpoint: bool}\n@returns(200) {associateDefaultSecurityGroup: bool?, bandwidthThrottling: int(i64)?, createPublicIP: bool?, dataPlaneRouting: str?, defaultLargeStagingDiskType: str?, ebsEncryption: str?, ebsEncryptionKeyArn: str?, name: str?, replicatedDisks: [ReplicationConfigurationReplicatedDisk]?, replicationServerInstanceType: str?, replicationServersSecurityGroupsIDs: [str]?, sourceServerID: str?, stagingAreaSubnetId: str?, stagingAreaTags: map<str,str>?, useDedicatedReplicationServer: bool?, useFipsEndpoint: bool?}\n\n@endgroup\n\n@group UpdateReplicationConfigurationTemplate\n@endpoint POST /UpdateReplicationConfigurationTemplate\n@desc Updates multiple ReplicationConfigurationTemplates by ID.\n@required {replicationConfigurationTemplateID: str}\n@optional {arn: str, associateDefaultSecurityGroup: bool, bandwidthThrottling: int(i64), createPublicIP: bool, dataPlaneRouting: str, defaultLargeStagingDiskType: str, ebsEncryption: str, ebsEncryptionKeyArn: str, replicationServerInstanceType: str, replicationServersSecurityGroupsIDs: [str], stagingAreaSubnetId: str, stagingAreaTags: map<str,str>, useDedicatedReplicationServer: bool, useFipsEndpoint: bool}\n@returns(200) {arn: str?, associateDefaultSecurityGroup: bool?, bandwidthThrottling: int(i64)?, createPublicIP: bool?, dataPlaneRouting: str?, defaultLargeStagingDiskType: str?, ebsEncryption: str?, ebsEncryptionKeyArn: str?, replicationConfigurationTemplateID: str, replicationServerInstanceType: str?, replicationServersSecurityGroupsIDs: [str]?, stagingAreaSubnetId: str?, stagingAreaTags: map<str,str>?, tags: map<str,str>?, useDedicatedReplicationServer: bool?, useFipsEndpoint: bool?}\n\n@endgroup\n\n@group UpdateSourceServer\n@endpoint POST /UpdateSourceServer\n@desc Update Source Server.\n@required {sourceServerID: str}\n@optional {accountID: str, connectorAction: SourceServerConnectorAction}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group UpdateSourceServerReplicationType\n@endpoint POST /UpdateSourceServerReplicationType\n@desc Allows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.\n@required {replicationType: str, sourceServerID: str}\n@optional {accountID: str}\n@returns(200) {applicationID: str?, arn: str?, connectorAction: SourceServerConnectorAction?{connectorArn: str?, credentialsSecretArn: str?}, dataReplicationInfo: DataReplicationInfo?{dataReplicationError: DataReplicationError?{error: str?, rawError: str?}, dataReplicationInitiation: DataReplicationInitiation?{nextAttemptDateTime: str?, startDateTime: str?, steps: [DataReplicationInitiationStep]?}, dataReplicationState: str?, etaDateTime: str?, lagDuration: str?, lastSnapshotDateTime: str?, replicatedDisks: [DataReplicationInfoReplicatedDisk]?}, fqdnForActionFramework: str?, isArchived: bool?, launchedInstance: LaunchedInstance?{ec2InstanceID: str?, firstBoot: str?, jobID: str?}, lifeCycle: LifeCycle?{addedToServiceDateTime: str?, elapsedReplicationDuration: str?, firstByteDateTime: str?, lastCutover: LifeCycleLastCutover?{finalized: LifeCycleLastCutoverFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastCutoverInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastCutoverReverted?{apiCallDateTime: str?}}, lastSeenByServiceDateTime: str?, lastTest: LifeCycleLastTest?{finalized: LifeCycleLastTestFinalized?{apiCallDateTime: str?}, initiated: LifeCycleLastTestInitiated?{apiCallDateTime: str?, jobID: str?}, reverted: LifeCycleLastTestReverted?{apiCallDateTime: str?}}, state: str?}, replicationType: str?, sourceProperties: SourceProperties?{cpus: [CPU]?, disks: [Disk]?, identificationHints: IdentificationHints?{awsInstanceID: str?, fqdn: str?, hostname: str?, vmPath: str?, vmWareUuid: str?}, lastUpdatedDateTime: str?, networkInterfaces: [NetworkInterface]?, os: OS?{fullString: str?}, ramBytes: int(i64)?, recommendedInstanceType: str?}, sourceServerID: str?, tags: map<str,str>?, userProvidedID: str?, vcenterClientID: str?}\n\n@endgroup\n\n@group UpdateWave\n@endpoint POST /UpdateWave\n@desc Update wave.\n@required {waveID: str}\n@optional {accountID: str, description: str, name: str}\n@returns(200) {arn: str?, creationDateTime: str?, description: str?, isArchived: bool?, lastModifiedDateTime: str?, name: str?, tags: map<str,str>?, waveAggregatedStatus: WaveAggregatedStatus?{healthStatus: str?, lastUpdateDateTime: str?, progressStatus: str?, replicationStartedDateTime: str?, totalApplications: int(i64)?}, waveID: str?}\n\n@endgroup\n\n@end\n"}}