GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ApplicationMigration(3) User Contributed Perl Documentation Paws::ApplicationMigration(3)

Paws::ApplicationMigration - Perl Interface to AWS Application Migration Service

  use Paws;
  my $obj = Paws->service('ApplicationMigration');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

The Application Migration Service service.

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26>

Each argument is described in detail in: Paws::ApplicationMigration::ChangeServerLifeCycleState

Returns: a Paws::ApplicationMigration::SourceServer instance

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.)

[EbsEncryptionKeyArn => Str]
[Tags => Paws::ApplicationMigration::TagsMap]

Each argument is described in detail in: Paws::ApplicationMigration::CreateReplicationConfigurationTemplate

Returns: a Paws::ApplicationMigration::ReplicationConfigurationTemplate instance

Creates a new ReplicationConfigurationTemplate.

Each argument is described in detail in: Paws::ApplicationMigration::DeleteJob

Returns: a Paws::ApplicationMigration::DeleteJobResponse instance

Deletes a single Job by ID.

Each argument is described in detail in: Paws::ApplicationMigration::DeleteReplicationConfigurationTemplate

Returns: a Paws::ApplicationMigration::DeleteReplicationConfigurationTemplateResponse instance

Deletes a single Replication Configuration Template by ID

Each argument is described in detail in: Paws::ApplicationMigration::DeleteSourceServer

Returns: a Paws::ApplicationMigration::DeleteSourceServerResponse instance

Deletes a single source server by ID.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ApplicationMigration::DescribeJobLogItems

Returns: a Paws::ApplicationMigration::DescribeJobLogItemsResponse instance

Retrieves detailed Job log with paging.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ApplicationMigration::DescribeJobs

Returns: a Paws::ApplicationMigration::DescribeJobsResponse instance

Returns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normaly created by the StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ApplicationMigration::DescribeReplicationConfigurationTemplates

Returns: a Paws::ApplicationMigration::DescribeReplicationConfigurationTemplatesResponse instance

Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ApplicationMigration::DescribeSourceServers

Returns: a Paws::ApplicationMigration::DescribeSourceServersResponse instance

Retrieves all SourceServers or multiple SourceServers by ID.

Each argument is described in detail in: Paws::ApplicationMigration::DisconnectFromService

Returns: a Paws::ApplicationMigration::SourceServer instance

Disconnects specific Source Servers from Application Migration Service. Data replication is stopped immediately. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. If the agent on the source server has not been prevented from communciating with the Application Migration Service service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified.

Each argument is described in detail in: Paws::ApplicationMigration::FinalizeCutover

Returns: a Paws::ApplicationMigration::SourceServer instance

Finalizes the cutover immediately for specific Source Servers. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. The AWS Replication Agent will receive a command to uninstall itself (within 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be to DISCONNECTED; The SourceServer.lifeCycle.state will be changed to CUTOVER; The totalStorageBytes property fo each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified.

Each argument is described in detail in: Paws::ApplicationMigration::GetLaunchConfiguration

Returns: a Paws::ApplicationMigration::LaunchConfiguration instance

Lists all LaunchConfigurations available, filtered by Source Server IDs.

Each argument is described in detail in: Paws::ApplicationMigration::GetReplicationConfiguration

Returns: a Paws::ApplicationMigration::ReplicationConfiguration instance

Lists all ReplicationConfigurations, filtered by Source Server ID.

Each argument is described in detail in: Paws::ApplicationMigration::InitializeService

Returns: a Paws::ApplicationMigration::InitializeServiceResponse instance

Initialize Application Migration Service.

Each argument is described in detail in: Paws::ApplicationMigration::ListTagsForResource

Returns: a Paws::ApplicationMigration::ListTagsForResourceResponse instance

List all tags for your Application Migration Service resources.

Each argument is described in detail in: Paws::ApplicationMigration::MarkAsArchived

Returns: a Paws::ApplicationMigration::SourceServer instance

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.

Each argument is described in detail in: Paws::ApplicationMigration::RetryDataReplication

Returns: a Paws::ApplicationMigration::SourceServer instance

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.

[Tags => Paws::ApplicationMigration::TagsMap]

Each argument is described in detail in: Paws::ApplicationMigration::StartCutover

Returns: a Paws::ApplicationMigration::StartCutoverResponse instance

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.

[Tags => Paws::ApplicationMigration::TagsMap]

Each argument is described in detail in: Paws::ApplicationMigration::StartTest

Returns: a Paws::ApplicationMigration::StartTestResponse instance

Lauches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.

Each argument is described in detail in: Paws::ApplicationMigration::TagResource

Returns: nothing

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.

[Tags => Paws::ApplicationMigration::TagsMap]

Each argument is described in detail in: Paws::ApplicationMigration::TerminateTargetInstances

Returns: a Paws::ApplicationMigration::TerminateTargetInstancesResponse instance

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.

Each argument is described in detail in: Paws::ApplicationMigration::UntagResource

Returns: nothing

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

[CopyPrivateIp => Bool]
[CopyTags => Bool]
[LaunchDisposition => Str]
[Licensing => Paws::ApplicationMigration::Licensing]
[Name => Str]
[TargetInstanceTypeRightSizingMethod => Str]

Each argument is described in detail in: Paws::ApplicationMigration::UpdateLaunchConfiguration

Returns: a Paws::ApplicationMigration::LaunchConfiguration instance

Updates multiple LaunchConfigurations by Source Server ID.

[AssociateDefaultSecurityGroup => Bool]
[BandwidthThrottling => Int]
[CreatePublicIP => Bool]
[DataPlaneRouting => Str]
[DefaultLargeStagingDiskType => Str]
[EbsEncryption => Str]
[EbsEncryptionKeyArn => Str]
[Name => Str]
[ReplicatedDisks => ArrayRef[Paws::ApplicationMigration::ReplicationConfigurationReplicatedDisk]]
[ReplicationServerInstanceType => Str]
[ReplicationServersSecurityGroupsIDs => ArrayRef[Str|Undef]]
[StagingAreaSubnetId => Str]
[StagingAreaTags => Paws::ApplicationMigration::TagsMap]
[UseDedicatedReplicationServer => Bool]

Each argument is described in detail in: Paws::ApplicationMigration::UpdateReplicationConfiguration

Returns: a Paws::ApplicationMigration::ReplicationConfiguration instance

Allows you to update multiple ReplicationConfigurations by Source Server ID.

[Arn => Str]
[AssociateDefaultSecurityGroup => Bool]
[BandwidthThrottling => Int]
[CreatePublicIP => Bool]
[DataPlaneRouting => Str]
[DefaultLargeStagingDiskType => Str]
[EbsEncryption => Str]
[EbsEncryptionKeyArn => Str]
[ReplicationServerInstanceType => Str]
[ReplicationServersSecurityGroupsIDs => ArrayRef[Str|Undef]]
[StagingAreaSubnetId => Str]
[StagingAreaTags => Paws::ApplicationMigration::TagsMap]
[UseDedicatedReplicationServer => Bool]

Each argument is described in detail in: Paws::ApplicationMigration::UpdateReplicationConfigurationTemplate

Returns: a Paws::ApplicationMigration::ReplicationConfigurationTemplate instance

Updates multiple ReplicationConfigurationTemplates by ID.

Paginator methods are helpers that repetively call methods that return partial results

If passed a sub as first parameter, it will call the sub for each element found in :

 - items, passing the object as the first parameter, and the string 'items' as the second parameter

If not, it will return a a Paws::ApplicationMigration::DescribeJobLogItemsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - items, passing the object as the first parameter, and the string 'items' as the second parameter

If not, it will return a a Paws::ApplicationMigration::DescribeJobsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - items, passing the object as the first parameter, and the string 'items' as the second parameter

If not, it will return a a Paws::ApplicationMigration::DescribeReplicationConfigurationTemplatesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - items, passing the object as the first parameter, and the string 'items' as the second parameter

If not, it will return a a Paws::ApplicationMigration::DescribeSourceServersResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.