Mgn

This page documents function available when using the Mgn module, created with @service Mgn.

Index

Documentation

Main.Mgn.archive_applicationMethod
archive_application(application_id)
archive_application(application_id, params::Dict{String,<:Any})

Archive application.

Arguments

  • application_id: Application ID.
source
Main.Mgn.archive_waveMethod
archive_wave(wave_id)
archive_wave(wave_id, params::Dict{String,<:Any})

Archive wave.

Arguments

  • wave_id: Wave ID.
source
Main.Mgn.associate_applicationsMethod
associate_applications(application_ids, wave_id)
associate_applications(application_ids, wave_id, params::Dict{String,<:Any})

Associate applications to wave.

Arguments

  • application_ids: Application IDs list.
  • wave_id: Wave ID.
source
Main.Mgn.associate_source_serversMethod
associate_source_servers(application_id, source_server_ids)
associate_source_servers(application_id, source_server_ids, params::Dict{String,<:Any})

Associate source servers to application.

Arguments

  • application_id: Application ID.
  • source_server_ids: Source server IDs list.
source
Main.Mgn.change_server_life_cycle_stateMethod
change_server_life_cycle_state(life_cycle, source_server_id)
change_server_life_cycle_state(life_cycle, source_server_id, params::Dict{String,<:Any})

Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READYFORTEST or READYFORCUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)

Arguments

  • life_cycle: The request to change the source server migration lifecycle state.
  • source_server_id: The request to change the source server migration lifecycle state by source server ID.
source
Main.Mgn.create_applicationMethod
create_application(name)
create_application(name, params::Dict{String,<:Any})

Create application.

Arguments

  • name: Application name.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": Application description.
  • "tags": Application tags.
source
Main.Mgn.create_launch_configuration_templateMethod
create_launch_configuration_template()
create_launch_configuration_template(params::Dict{String,<:Any})

Creates a new Launch Configuration Template.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "associatePublicIpAddress": Associate public Ip address.
  • "bootMode": Launch configuration template boot mode.
  • "copyPrivateIp": Copy private Ip.
  • "copyTags": Copy tags.
  • "enableMapAutoTagging": Enable map auto tagging.
  • "largeVolumeConf": Large volume config.
  • "launchDisposition": Launch disposition.
  • "licensing":
  • "mapAutoTaggingMpeID": Launch configuration template map auto tagging MPE ID.
  • "postLaunchActions": Launch configuration template post launch actions.
  • "smallVolumeConf": Small volume config.
  • "smallVolumeMaxSize": Small volume maximum size.
  • "tags": Request to associate tags during creation of a Launch Configuration Template.
  • "targetInstanceTypeRightSizingMethod": Target instance type right-sizing method.
source
Main.Mgn.create_replication_configuration_templateMethod
create_replication_configuration_template(associate_default_security_group, bandwidth_throttling, create_public_ip, data_plane_routing, default_large_staging_disk_type, ebs_encryption, replication_server_instance_type, replication_servers_security_groups_ids, staging_area_subnet_id, staging_area_tags, use_dedicated_replication_server)
create_replication_configuration_template(associate_default_security_group, bandwidth_throttling, create_public_ip, data_plane_routing, default_large_staging_disk_type, ebs_encryption, replication_server_instance_type, replication_servers_security_groups_ids, staging_area_subnet_id, staging_area_tags, use_dedicated_replication_server, params::Dict{String,<:Any})

Creates a new ReplicationConfigurationTemplate.

Arguments

  • associate_default_security_group: Request to associate the default Application Migration Service Security group with the Replication Settings template.
  • bandwidth_throttling: Request to configure bandwidth throttling during Replication Settings template creation.
  • create_public_ip: Request to create Public IP during Replication Settings template creation.
  • data_plane_routing: Request to configure data plane routing during Replication Settings template creation.
  • default_large_staging_disk_type: Request to configure the default large staging disk EBS volume type during Replication Settings template creation.
  • ebs_encryption: Request to configure EBS encryption during Replication Settings template creation.
  • replication_server_instance_type: Request to configure the Replication Server instance type during Replication Settings template creation.
  • replication_servers_security_groups_ids: Request to configure the Replication Server Security group ID during Replication Settings template creation.
  • staging_area_subnet_id: Request to configure the Staging Area subnet ID during Replication Settings template creation.
  • staging_area_tags: Request to configure Staging Area tags during Replication Settings template creation.
  • use_dedicated_replication_server: Request to use Dedicated Replication Servers during Replication Settings template creation.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ebsEncryptionKeyArn": Request to configure an EBS encryption key during Replication Settings template creation.
  • "tags": Request to configure tags during Replication Settings template creation.
source
Main.Mgn.create_waveMethod
create_wave(name)
create_wave(name, params::Dict{String,<:Any})

Create wave.

Arguments

  • name: Wave name.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": Wave description.
  • "tags": Wave tags.
source
Main.Mgn.delete_applicationMethod
delete_application(application_id)
delete_application(application_id, params::Dict{String,<:Any})

Delete application.

Arguments

  • application_id: Application ID.
source
Main.Mgn.delete_jobMethod
delete_job(job_id)
delete_job(job_id, params::Dict{String,<:Any})

Deletes a single Job by ID.

Arguments

  • job_id: Request to delete Job from service by Job ID.
source
Main.Mgn.delete_launch_configuration_templateMethod
delete_launch_configuration_template(launch_configuration_template_id)
delete_launch_configuration_template(launch_configuration_template_id, params::Dict{String,<:Any})

Deletes a single Launch Configuration Template by ID.

Arguments

  • launch_configuration_template_id: ID of resource to be deleted.
source
Main.Mgn.delete_replication_configuration_templateMethod
delete_replication_configuration_template(replication_configuration_template_id)
delete_replication_configuration_template(replication_configuration_template_id, params::Dict{String,<:Any})

Deletes a single Replication Configuration Template by ID

Arguments

  • replication_configuration_template_id: Request to delete Replication Configuration Template from service by Replication Configuration Template ID.
source
Main.Mgn.delete_source_serverMethod
delete_source_server(source_server_id)
delete_source_server(source_server_id, params::Dict{String,<:Any})

Deletes a single source server by ID.

Arguments

  • source_server_id: Request to delete Source Server from service by Server ID.
source
Main.Mgn.delete_vcenter_clientMethod
delete_vcenter_client(vcenter_client_id)
delete_vcenter_client(vcenter_client_id, params::Dict{String,<:Any})

Deletes a given vCenter client by ID.

Arguments

  • vcenter_client_id: ID of resource to be deleted.
source
Main.Mgn.delete_waveMethod
delete_wave(wave_id)
delete_wave(wave_id, params::Dict{String,<:Any})

Delete wave.

Arguments

  • wave_id: Wave ID.
source
Main.Mgn.describe_job_log_itemsMethod
describe_job_log_items(job_id)
describe_job_log_items(job_id, params::Dict{String,<:Any})

Retrieves detailed job log items with paging.

Arguments

  • job_id: Request to describe Job log job ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": Request to describe Job log item maximum results.
  • "nextToken": Request to describe Job log next token.
source
Main.Mgn.describe_jobsMethod
describe_jobs()
describe_jobs(params::Dict{String,<:Any})

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.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": Request to describe Job log filters.
  • "maxResults": Request to describe job log items by max results.
  • "nextToken": Request to describe job log items by next token.
source
Main.Mgn.describe_launch_configuration_templatesMethod
describe_launch_configuration_templates()
describe_launch_configuration_templates(params::Dict{String,<:Any})

Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "launchConfigurationTemplateIDs": Request to filter Launch Configuration Templates list by Launch Configuration Template ID.
  • "maxResults": Maximum results to be returned in DescribeLaunchConfigurationTemplates.
  • "nextToken": Next pagination token returned from DescribeLaunchConfigurationTemplates.
source
Main.Mgn.describe_replication_configuration_templatesMethod
describe_replication_configuration_templates()
describe_replication_configuration_templates(params::Dict{String,<:Any})

Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": Request to describe Replication Configuration template by max results.
  • "nextToken": Request to describe Replication Configuration template by next token.
  • "replicationConfigurationTemplateIDs": Request to describe Replication Configuration template by template IDs.
source
Main.Mgn.describe_source_serversMethod
describe_source_servers()
describe_source_servers(params::Dict{String,<:Any})

Retrieves all SourceServers or multiple SourceServers by ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": Request to filter Source Servers list.
  • "maxResults": Request to filter Source Servers list by maximum results.
  • "nextToken": Request to filter Source Servers list by next token.
source
Main.Mgn.describe_vcenter_clientsMethod
describe_vcenter_clients()
describe_vcenter_clients(params::Dict{String,<:Any})

Returns a list of the installed vCenter clients.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": Maximum results to be returned in DescribeVcenterClients.
  • "nextToken": Next pagination token to be provided for DescribeVcenterClients.
source
Main.Mgn.disassociate_applicationsMethod
disassociate_applications(application_ids, wave_id)
disassociate_applications(application_ids, wave_id, params::Dict{String,<:Any})

Disassociate applications from wave.

Arguments

  • application_ids: Application IDs list.
  • wave_id: Wave ID.
source
Main.Mgn.disassociate_source_serversMethod
disassociate_source_servers(application_id, source_server_ids)
disassociate_source_servers(application_id, source_server_ids, params::Dict{String,<:Any})

Disassociate source servers from application.

Arguments

  • application_id: Application ID.
  • source_server_ids: Source server IDs list.
source
Main.Mgn.disconnect_from_serviceMethod
disconnect_from_service(source_server_id)
disconnect_from_service(source_server_id, params::Dict{String,<:Any})

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.

Arguments

  • source_server_id: Request to disconnect Source Server from service by Server ID.
source
Main.Mgn.finalize_cutoverMethod
finalize_cutover(source_server_id)
finalize_cutover(source_server_id, params::Dict{String,<:Any})

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.

Arguments

  • source_server_id: Request to finalize Cutover by Source Server ID.
source
Main.Mgn.get_launch_configurationMethod
get_launch_configuration(source_server_id)
get_launch_configuration(source_server_id, params::Dict{String,<:Any})

Lists all LaunchConfigurations available, filtered by Source Server IDs.

Arguments

  • source_server_id: Request to get Launch Configuration information by Source Server ID.
source
Main.Mgn.get_replication_configurationMethod
get_replication_configuration(source_server_id)
get_replication_configuration(source_server_id, params::Dict{String,<:Any})

Lists all ReplicationConfigurations, filtered by Source Server ID.

Arguments

  • source_server_id: Request to get Replication Configuration by Source Server ID.
source
Main.Mgn.list_applicationsMethod
list_applications()
list_applications(params::Dict{String,<:Any})

Retrieves all applications or multiple applications by ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": Applications list filters.
  • "maxResults": Maximum results to return when listing applications.
  • "nextToken": Request next token.
source
Main.Mgn.list_export_errorsMethod
list_export_errors(export_id)
list_export_errors(export_id, params::Dict{String,<:Any})

List export errors.

Arguments

  • export_id: List export errors request export id.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": List export errors request max results.
  • "nextToken": List export errors request next token.
source
Main.Mgn.list_exportsMethod
list_exports()
list_exports(params::Dict{String,<:Any})

List exports.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters":
  • "maxResults": List export request max results.
  • "nextToken": List export request next token.
source
Main.Mgn.list_import_errorsMethod
list_import_errors(import_id)
list_import_errors(import_id, params::Dict{String,<:Any})

List import errors.

Arguments

  • import_id: List import errors request import id.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": List import errors request max results.
  • "nextToken": List import errors request next token.
source
Main.Mgn.list_importsMethod
list_imports()
list_imports(params::Dict{String,<:Any})

List imports.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": List imports request filters.
  • "maxResults": List imports request max results.
  • "nextToken": List imports request next token.
source
Main.Mgn.list_source_server_actionsMethod
list_source_server_actions(source_server_id)
list_source_server_actions(source_server_id, params::Dict{String,<:Any})

List source server post migration custom actions.

Arguments

  • source_server_id: Source server ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": Filters to apply when listing source server post migration custom actions.
  • "maxResults": Maximum amount of items to return when listing source server post migration custom actions.
  • "nextToken": Next token to use when listing source server post migration custom actions.
source
Main.Mgn.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

List all tags for your Application Migration Service resources.

Arguments

  • resource_arn: List tags for resource request by ARN.
source
Main.Mgn.list_template_actionsMethod
list_template_actions(launch_configuration_template_id)
list_template_actions(launch_configuration_template_id, params::Dict{String,<:Any})

List template post migration custom actions.

Arguments

  • launch_configuration_template_id: Launch configuration template ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": Filters to apply when listing template post migration custom actions.
  • "maxResults": Maximum amount of items to return when listing template post migration custom actions.
  • "nextToken": Next token to use when listing template post migration custom actions.
source
Main.Mgn.list_wavesMethod
list_waves()
list_waves(params::Dict{String,<:Any})

Retrieves all waves or multiple waves by ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": Waves list filters.
  • "maxResults": Maximum results to return when listing waves.
  • "nextToken": Request next token.
source
Main.Mgn.mark_as_archivedMethod
mark_as_archived(source_server_id)
mark_as_archived(source_server_id, params::Dict{String,<:Any})

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.

Arguments

  • source_server_id: Mark as archived by Source Server ID.
source
Main.Mgn.put_source_server_actionMethod
put_source_server_action(action_id, action_name, document_identifier, order, source_server_id)
put_source_server_action(action_id, action_name, document_identifier, order, source_server_id, params::Dict{String,<:Any})

Put source server post migration custom action.

Arguments

  • action_id: Source server post migration custom action ID.
  • action_name: Source server post migration custom action name.
  • document_identifier: Source server post migration custom action document identifier.
  • order: Source server post migration custom action order.
  • source_server_id: Source server ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "active": Source server post migration custom action active status.
  • "category": Source server post migration custom action category.
  • "description": Source server post migration custom action description.
  • "documentVersion": Source server post migration custom action document version.
  • "externalParameters": Source server post migration custom action external parameters.
  • "mustSucceedForCutover": Source server post migration custom action must succeed for cutover.
  • "parameters": Source server post migration custom action parameters.
  • "timeoutSeconds": Source server post migration custom action timeout in seconds.
source
Main.Mgn.put_template_actionMethod
put_template_action(action_id, action_name, document_identifier, launch_configuration_template_id, order)
put_template_action(action_id, action_name, document_identifier, launch_configuration_template_id, order, params::Dict{String,<:Any})

Put template post migration custom action.

Arguments

  • action_id: Template post migration custom action ID.
  • action_name: Template post migration custom action name.
  • document_identifier: Template post migration custom action document identifier.
  • launch_configuration_template_id: Launch configuration template ID.
  • order: Template post migration custom action order.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "active": Template post migration custom action active status.
  • "category": Template post migration custom action category.
  • "description": Template post migration custom action description.
  • "documentVersion": Template post migration custom action document version.
  • "externalParameters": Template post migration custom action external parameters.
  • "mustSucceedForCutover": Template post migration custom action must succeed for cutover.
  • "operatingSystem": Operating system eligible for this template post migration custom action.
  • "parameters": Template post migration custom action parameters.
  • "timeoutSeconds": Template post migration custom action timeout in seconds.
source
Main.Mgn.remove_source_server_actionMethod
remove_source_server_action(action_id, source_server_id)
remove_source_server_action(action_id, source_server_id, params::Dict{String,<:Any})

Remove source server post migration custom action.

Arguments

  • action_id: Source server post migration custom action ID to remove.
  • source_server_id: Source server ID of the post migration custom action to remove.
source
Main.Mgn.remove_template_actionMethod
remove_template_action(action_id, launch_configuration_template_id)
remove_template_action(action_id, launch_configuration_template_id, params::Dict{String,<:Any})

Remove template post migration custom action.

Arguments

  • action_id: Template post migration custom action ID to remove.
  • launch_configuration_template_id: Launch configuration template ID of the post migration custom action to remove.
source
Main.Mgn.retry_data_replicationMethod
retry_data_replication(source_server_id)
retry_data_replication(source_server_id, params::Dict{String,<:Any})

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.

Arguments

  • source_server_id: Retry data replication for Source Server ID.
source
Main.Mgn.start_cutoverMethod
start_cutover(source_server_ids)
start_cutover(source_server_ids, params::Dict{String,<:Any})

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.

Arguments

  • source_server_ids: Start Cutover by Source Server IDs.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "tags": Start Cutover by Tags.
source
Main.Mgn.start_exportMethod
start_export(s3_bucket, s3_key)
start_export(s3_bucket, s3_key, params::Dict{String,<:Any})

Start export.

Arguments

  • s3_bucket: Start export request s3 bucket.
  • s3_key: Start export request s3key.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "s3BucketOwner": Start export request s3 bucket owner.
source
Main.Mgn.start_importMethod
start_import(s3_bucket_source)
start_import(s3_bucket_source, params::Dict{String,<:Any})

Start import.

Arguments

  • s3_bucket_source: Start import request s3 bucket source.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": Start import request client token.
source
Main.Mgn.start_replicationMethod
start_replication(source_server_id)
start_replication(source_server_id, params::Dict{String,<:Any})

Starts replication for SNAPSHOT_SHIPPING agents.

Arguments

  • source_server_id: ID of source server on which to start replication.
source
Main.Mgn.start_testMethod
start_test(source_server_ids)
start_test(source_server_ids, params::Dict{String,<:Any})

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.

Arguments

  • source_server_ids: Start Test for Source Server IDs.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "tags": Start Test by Tags.
source
Main.Mgn.tag_resourceMethod
tag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})

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.

Arguments

  • resource_arn: Tag resource by ARN.
  • tags: Tag resource by Tags.
source
Main.Mgn.terminate_target_instancesMethod
terminate_target_instances(source_server_ids)
terminate_target_instances(source_server_ids, params::Dict{String,<:Any})

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.

Arguments

  • source_server_ids: Terminate Target instance by Source Server IDs.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "tags": Terminate Target instance by Tags.
source
Main.Mgn.unarchive_applicationMethod
unarchive_application(application_id)
unarchive_application(application_id, params::Dict{String,<:Any})

Unarchive application.

Arguments

  • application_id: Application ID.
source
Main.Mgn.unarchive_waveMethod
unarchive_wave(wave_id)
unarchive_wave(wave_id, params::Dict{String,<:Any})

Unarchive wave.

Arguments

  • wave_id: Wave ID.
source
Main.Mgn.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

Deletes the specified set of tags from the specified set of Application Migration Service resources.

Arguments

  • resource_arn: Untag resource by ARN.
  • tag_keys: Untag resource by Keys.
source
Main.Mgn.update_applicationMethod
update_application(application_id)
update_application(application_id, params::Dict{String,<:Any})

Update application.

Arguments

  • application_id: Application ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": Application description.
  • "name": Application name.
source
Main.Mgn.update_launch_configurationMethod
update_launch_configuration(source_server_id)
update_launch_configuration(source_server_id, params::Dict{String,<:Any})

Updates multiple LaunchConfigurations by Source Server ID.

Arguments

  • source_server_id: Update Launch configuration by Source Server ID request.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "bootMode": Update Launch configuration boot mode request.
  • "copyPrivateIp": Update Launch configuration copy Private IP request.
  • "copyTags": Update Launch configuration copy Tags request.
  • "enableMapAutoTagging": Enable map auto tagging.
  • "launchDisposition": Update Launch configuration launch disposition request.
  • "licensing": Update Launch configuration licensing request.
  • "mapAutoTaggingMpeID": Launch configuration map auto tagging MPE ID.
  • "name": Update Launch configuration name request.
  • "postLaunchActions":
  • "targetInstanceTypeRightSizingMethod": Update Launch configuration Target instance right sizing request.
source
Main.Mgn.update_launch_configuration_templateMethod
update_launch_configuration_template(launch_configuration_template_id)
update_launch_configuration_template(launch_configuration_template_id, params::Dict{String,<:Any})

Updates an existing Launch Configuration Template by ID.

Arguments

  • launch_configuration_template_id: Launch Configuration Template ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "associatePublicIpAddress": Associate public Ip address.
  • "bootMode": Launch configuration template boot mode.
  • "copyPrivateIp": Copy private Ip.
  • "copyTags": Copy tags.
  • "enableMapAutoTagging": Enable map auto tagging.
  • "largeVolumeConf": Large volume config.
  • "launchDisposition": Launch disposition.
  • "licensing":
  • "mapAutoTaggingMpeID": Launch configuration template map auto tagging MPE ID.
  • "postLaunchActions": Post Launch Action to execute on the Test or Cutover instance.
  • "smallVolumeConf": Small volume config.
  • "smallVolumeMaxSize": Small volume maximum size.
  • "targetInstanceTypeRightSizingMethod": Target instance type right-sizing method.
source
Main.Mgn.update_replication_configurationMethod
update_replication_configuration(source_server_id)
update_replication_configuration(source_server_id, params::Dict{String,<:Any})

Allows you to update multiple ReplicationConfigurations by Source Server ID.

Arguments

  • source_server_id: Update replication configuration Source Server ID request.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "associateDefaultSecurityGroup": Update replication configuration associate default Application Migration Service Security group request.
  • "bandwidthThrottling": Update replication configuration bandwidth throttling request.
  • "createPublicIP": Update replication configuration create Public IP request.
  • "dataPlaneRouting": Update replication configuration data plane routing request.
  • "defaultLargeStagingDiskType": Update replication configuration use default large Staging Disk type request.
  • "ebsEncryption": Update replication configuration EBS encryption request.
  • "ebsEncryptionKeyArn": Update replication configuration EBS encryption key ARN request.
  • "name": Update replication configuration name request.
  • "replicatedDisks": Update replication configuration replicated disks request.
  • "replicationServerInstanceType": Update replication configuration Replication Server instance type request.
  • "replicationServersSecurityGroupsIDs": Update replication configuration Replication Server Security Groups IDs request.
  • "stagingAreaSubnetId": Update replication configuration Staging Area subnet request.
  • "stagingAreaTags": Update replication configuration Staging Area Tags request.
  • "useDedicatedReplicationServer": Update replication configuration use dedicated Replication Server request.
source
Main.Mgn.update_replication_configuration_templateMethod
update_replication_configuration_template(replication_configuration_template_id)
update_replication_configuration_template(replication_configuration_template_id, params::Dict{String,<:Any})

Updates multiple ReplicationConfigurationTemplates by ID.

Arguments

  • replication_configuration_template_id: Update replication configuration template template ID request.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "arn": Update replication configuration template ARN request.
  • "associateDefaultSecurityGroup": Update replication configuration template associate default Application Migration Service Security group request.
  • "bandwidthThrottling": Update replication configuration template bandwidth throttling request.
  • "createPublicIP": Update replication configuration template create Public IP request.
  • "dataPlaneRouting": Update replication configuration template data plane routing request.
  • "defaultLargeStagingDiskType": Update replication configuration template use default large Staging Disk type request.
  • "ebsEncryption": Update replication configuration template EBS encryption request.
  • "ebsEncryptionKeyArn": Update replication configuration template EBS encryption key ARN request.
  • "replicationServerInstanceType": Update replication configuration template Replication Server instance type request.
  • "replicationServersSecurityGroupsIDs": Update replication configuration template Replication Server Security groups IDs request.
  • "stagingAreaSubnetId": Update replication configuration template Staging Area subnet ID request.
  • "stagingAreaTags": Update replication configuration template Staging Area Tags request.
  • "useDedicatedReplicationServer": Update replication configuration template use dedicated Replication Server request.
source
Main.Mgn.update_source_server_replication_typeMethod
update_source_server_replication_type(replication_type, source_server_id)
update_source_server_replication_type(replication_type, source_server_id, params::Dict{String,<:Any})

Allows you to change between the AGENTBASED replication type and the SNAPSHOTSHIPPING replication type.

Arguments

  • replication_type: Replication type to which to update source server.
  • source_server_id: ID of source server on which to update replication type.
source
Main.Mgn.update_waveMethod
update_wave(wave_id)
update_wave(wave_id, params::Dict{String,<:Any})

Update wave.

Arguments

  • wave_id: Wave ID.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": Wave description.
  • "name": Wave name.
source