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::DMS(3) User Contributed Perl Documentation Paws::DMS(3)

Paws::DMS - Perl Interface to AWS AWS Database Migration Service

  use Paws;
  my $obj = Paws->service('DMS');
  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' } ],
  );

AWS Database Migration Service

AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.

For more information about AWS DMS, see What Is AWS Database Migration Service? (https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html) in the AWS Database Migration User Guide.

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01>

Each argument is described in detail in: Paws::DMS::AddTagsToResource

Returns: a Paws::DMS::AddTagsToResourceResponse instance

Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS. For more information, see "Tag" (https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html) data type description.

Each argument is described in detail in: Paws::DMS::ApplyPendingMaintenanceAction

Returns: a Paws::DMS::ApplyPendingMaintenanceActionResponse instance

Applies a pending maintenance action to a resource (for example, to a replication instance).

Each argument is described in detail in: Paws::DMS::CancelReplicationTaskAssessmentRun

Returns: a Paws::DMS::CancelReplicationTaskAssessmentRunResponse instance

Cancels a single premigration assessment run.

This operation prevents any individual assessments from running if they haven't started running. It also attempts to cancel any individual assessments that are currently running.

[CertificateArn => Str]
[DatabaseName => Str]
[DmsTransferSettings => Paws::DMS::DmsTransferSettings]
[DocDbSettings => Paws::DMS::DocDbSettings]
[DynamoDbSettings => Paws::DMS::DynamoDbSettings]
[ElasticsearchSettings => Paws::DMS::ElasticsearchSettings]
[ExternalTableDefinition => Str]
[ExtraConnectionAttributes => Str]
[IBMDb2Settings => Paws::DMS::IBMDb2Settings]
[KafkaSettings => Paws::DMS::KafkaSettings]
[KinesisSettings => Paws::DMS::KinesisSettings]
[KmsKeyId => Str]
[MicrosoftSQLServerSettings => Paws::DMS::MicrosoftSQLServerSettings]
[MongoDbSettings => Paws::DMS::MongoDbSettings]
[MySQLSettings => Paws::DMS::MySQLSettings]
[NeptuneSettings => Paws::DMS::NeptuneSettings]
[OracleSettings => Paws::DMS::OracleSettings]
[Password => Str]
[Port => Int]
[PostgreSQLSettings => Paws::DMS::PostgreSQLSettings]
[RedshiftSettings => Paws::DMS::RedshiftSettings]
[ResourceIdentifier => Str]
[S3Settings => Paws::DMS::S3Settings]
[ServerName => Str]
[ServiceAccessRoleArn => Str]
[SslMode => Str]
[SybaseSettings => Paws::DMS::SybaseSettings]
[Tags => ArrayRef[Paws::DMS::Tag]]
[Username => Str]

Each argument is described in detail in: Paws::DMS::CreateEndpoint

Returns: a Paws::DMS::CreateEndpointResponse instance

Creates an endpoint using the provided settings.

[Enabled => Bool]
[EventCategories => ArrayRef[Str|Undef]]
[SourceIds => ArrayRef[Str|Undef]]
[SourceType => Str]
[Tags => ArrayRef[Paws::DMS::Tag]]

Each argument is described in detail in: Paws::DMS::CreateEventSubscription

Returns: a Paws::DMS::CreateEventSubscriptionResponse instance

Creates an AWS DMS event notification subscription.

You can specify the type of source ("SourceType") you want to be notified of, provide a list of AWS DMS source IDs ("SourceIds") that triggers the events, and provide a list of event categories ("EventCategories") for events you want to be notified of. If you specify both the "SourceType" and "SourceIds", such as "SourceType = replication-instance" and "SourceIdentifier = my-replinstance", you will be notified of all the replication instance events for the specified source. If you specify a "SourceType" but don't specify a "SourceIdentifier", you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either "SourceType" nor "SourceIdentifier", you will be notified of events generated from all AWS DMS sources belonging to your customer account.

For more information about AWS DMS events, see Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the AWS Database Migration Service User Guide.

[AllocatedStorage => Int]
[AutoMinorVersionUpgrade => Bool]
[AvailabilityZone => Str]
[DnsNameServers => Str]
[EngineVersion => Str]
[KmsKeyId => Str]
[MultiAZ => Bool]
[PreferredMaintenanceWindow => Str]
[PubliclyAccessible => Bool]
[ReplicationSubnetGroupIdentifier => Str]
[ResourceIdentifier => Str]
[Tags => ArrayRef[Paws::DMS::Tag]]
[VpcSecurityGroupIds => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::DMS::CreateReplicationInstance

Returns: a Paws::DMS::CreateReplicationInstanceResponse instance

Creates the replication instance using the specified parameters.

AWS DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the AWS CLI and AWS DMS API (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole). For information on the required permissions, see IAM Permissions Needed to Use AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.IAMPermissions).

[Tags => ArrayRef[Paws::DMS::Tag]]

Each argument is described in detail in: Paws::DMS::CreateReplicationSubnetGroup

Returns: a Paws::DMS::CreateReplicationSubnetGroupResponse instance

Creates a replication subnet group given a list of the subnet IDs in a VPC.

[CdcStartPosition => Str]
[CdcStartTime => Str]
[CdcStopPosition => Str]
[ReplicationTaskSettings => Str]
[ResourceIdentifier => Str]
[Tags => ArrayRef[Paws::DMS::Tag]]
[TaskData => Str]

Each argument is described in detail in: Paws::DMS::CreateReplicationTask

Returns: a Paws::DMS::CreateReplicationTaskResponse instance

Creates a replication task using the specified parameters.

Each argument is described in detail in: Paws::DMS::DeleteCertificate

Returns: a Paws::DMS::DeleteCertificateResponse instance

Deletes the specified certificate.

Each argument is described in detail in: Paws::DMS::DeleteConnection

Returns: a Paws::DMS::DeleteConnectionResponse instance

Deletes the connection between a replication instance and an endpoint.

Each argument is described in detail in: Paws::DMS::DeleteEndpoint

Returns: a Paws::DMS::DeleteEndpointResponse instance

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

Each argument is described in detail in: Paws::DMS::DeleteEventSubscription

Returns: a Paws::DMS::DeleteEventSubscriptionResponse instance

Deletes an AWS DMS event subscription.

Each argument is described in detail in: Paws::DMS::DeleteReplicationInstance

Returns: a Paws::DMS::DeleteReplicationInstanceResponse instance

Deletes the specified replication instance.

You must delete any migration tasks that are associated with the replication instance before you can delete it.

Each argument is described in detail in: Paws::DMS::DeleteReplicationSubnetGroup

Returns: a Paws::DMS::DeleteReplicationSubnetGroupResponse instance

Deletes a subnet group.

Each argument is described in detail in: Paws::DMS::DeleteReplicationTask

Returns: a Paws::DMS::DeleteReplicationTaskResponse instance

Deletes the specified replication task.

Each argument is described in detail in: Paws::DMS::DeleteReplicationTaskAssessmentRun

Returns: a Paws::DMS::DeleteReplicationTaskAssessmentRunResponse instance

Deletes the record of a single premigration assessment run.

This operation removes all metadata that AWS DMS maintains about this assessment run. However, the operation leaves untouched all information about this assessment run that is stored in your Amazon S3 bucket.

Each argument is described in detail in: Paws::DMS::DescribeAccountAttributes

Returns: a Paws::DMS::DescribeAccountAttributesResponse instance

Lists all of the AWS DMS attributes for a customer account. These attributes include AWS DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.

This command does not take any parameters.

[Marker => Str]
[MaxRecords => Int]
[MigrationType => Str]
[ReplicationInstanceArn => Str]
[ReplicationTaskArn => Str]
[SourceEngineName => Str]
[TargetEngineName => Str]

Each argument is described in detail in: Paws::DMS::DescribeApplicableIndividualAssessments

Returns: a Paws::DMS::DescribeApplicableIndividualAssessmentsResponse instance

Provides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters.

If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run.

To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task.

If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeCertificates

Returns: a Paws::DMS::DescribeCertificatesResponse instance

Provides a description of the certificate.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeConnections

Returns: a Paws::DMS::DescribeConnectionsResponse instance

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeEndpoints

Returns: a Paws::DMS::DescribeEndpointsResponse instance

Returns information about the endpoints for your account in the current region.

[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeEndpointSettings

Returns: a Paws::DMS::DescribeEndpointSettingsResponse instance

Returns information about the possible endpoint settings available when you create an endpoint for a specific database engine.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeEndpointTypes

Returns: a Paws::DMS::DescribeEndpointTypesResponse instance

Returns information about the type of endpoints available.

[Filters => ArrayRef[Paws::DMS::Filter]]
[SourceType => Str]

Each argument is described in detail in: Paws::DMS::DescribeEventCategories

Returns: a Paws::DMS::DescribeEventCategoriesResponse instance

Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the AWS Database Migration Service User Guide.

[Duration => Int]
[EndTime => Str]
[EventCategories => ArrayRef[Str|Undef]]
[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]
[SourceIdentifier => Str]
[SourceType => Str]
[StartTime => Str]

Each argument is described in detail in: Paws::DMS::DescribeEvents

Returns: a Paws::DMS::DescribeEventsResponse instance

Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the AWS Database Migration User Guide.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]
[SubscriptionName => Str]

Each argument is described in detail in: Paws::DMS::DescribeEventSubscriptions

Returns: a Paws::DMS::DescribeEventSubscriptionsResponse instance

Lists all the event subscriptions for a customer account. The description of a subscription includes "SubscriptionName", "SNSTopicARN", "CustomerID", "SourceType", "SourceID", "CreationTime", and "Status".

If you specify "SubscriptionName", this action lists the description for that subscription.

[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeOrderableReplicationInstances

Returns: a Paws::DMS::DescribeOrderableReplicationInstancesResponse instance

Returns information about the replication instance types that can be created in the specified region.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]
[ReplicationInstanceArn => Str]

Each argument is described in detail in: Paws::DMS::DescribePendingMaintenanceActions

Returns: a Paws::DMS::DescribePendingMaintenanceActionsResponse instance

For internal use only

Each argument is described in detail in: Paws::DMS::DescribeRefreshSchemasStatus

Returns: a Paws::DMS::DescribeRefreshSchemasStatusResponse instance

Returns the status of the RefreshSchemas operation.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeReplicationInstances

Returns: a Paws::DMS::DescribeReplicationInstancesResponse instance

Returns information about replication instances for your account in the current region.

[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeReplicationInstanceTaskLogs

Returns: a Paws::DMS::DescribeReplicationInstanceTaskLogsResponse instance

Returns information about the task logs for the specified task.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeReplicationSubnetGroups

Returns: a Paws::DMS::DescribeReplicationSubnetGroupsResponse instance

Returns information about the replication subnet groups.

[Marker => Str]
[MaxRecords => Int]
[ReplicationTaskArn => Str]

Each argument is described in detail in: Paws::DMS::DescribeReplicationTaskAssessmentResults

Returns: a Paws::DMS::DescribeReplicationTaskAssessmentResultsResponse instance

Returns the task assessment results from Amazon S3. This action always returns the latest results.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeReplicationTaskAssessmentRuns

Returns: a Paws::DMS::DescribeReplicationTaskAssessmentRunsResponse instance

Returns a paginated list of premigration assessment runs based on filter settings.

These filter settings can specify a combination of premigration assessment runs, migration tasks, replication instances, and assessment run status values.

This operation doesn't return information about individual assessments. For this information, see the "DescribeReplicationTaskIndividualAssessments" operation.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeReplicationTaskIndividualAssessments

Returns: a Paws::DMS::DescribeReplicationTaskIndividualAssessmentsResponse instance

Returns a paginated list of individual assessments based on filter settings.

These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]
[WithoutSettings => Bool]

Each argument is described in detail in: Paws::DMS::DescribeReplicationTasks

Returns: a Paws::DMS::DescribeReplicationTasksResponse instance

Returns information about replication tasks for your account in the current region.

[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeSchemas

Returns: a Paws::DMS::DescribeSchemasResponse instance

Returns information about the schema for the specified endpoint.

[Filters => ArrayRef[Paws::DMS::Filter]]
[Marker => Str]
[MaxRecords => Int]

Each argument is described in detail in: Paws::DMS::DescribeTableStatistics

Returns: a Paws::DMS::DescribeTableStatisticsResponse instance

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.

Note that the "last updated" column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.

[CertificatePem => Str]
[CertificateWallet => Str]
[Tags => ArrayRef[Paws::DMS::Tag]]

Each argument is described in detail in: Paws::DMS::ImportCertificate

Returns: a Paws::DMS::ImportCertificateResponse instance

Uploads the specified certificate.

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

Returns: a Paws::DMS::ListTagsForResourceResponse instance

Lists all metadata tags attached to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see "Tag" (https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html) data type description.

[CertificateArn => Str]
[DatabaseName => Str]
[DmsTransferSettings => Paws::DMS::DmsTransferSettings]
[DocDbSettings => Paws::DMS::DocDbSettings]
[DynamoDbSettings => Paws::DMS::DynamoDbSettings]
[ElasticsearchSettings => Paws::DMS::ElasticsearchSettings]
[EndpointIdentifier => Str]
[EndpointType => Str]
[EngineName => Str]
[ExternalTableDefinition => Str]
[ExtraConnectionAttributes => Str]
[IBMDb2Settings => Paws::DMS::IBMDb2Settings]
[KafkaSettings => Paws::DMS::KafkaSettings]
[KinesisSettings => Paws::DMS::KinesisSettings]
[MicrosoftSQLServerSettings => Paws::DMS::MicrosoftSQLServerSettings]
[MongoDbSettings => Paws::DMS::MongoDbSettings]
[MySQLSettings => Paws::DMS::MySQLSettings]
[NeptuneSettings => Paws::DMS::NeptuneSettings]
[OracleSettings => Paws::DMS::OracleSettings]
[Password => Str]
[Port => Int]
[PostgreSQLSettings => Paws::DMS::PostgreSQLSettings]
[RedshiftSettings => Paws::DMS::RedshiftSettings]
[S3Settings => Paws::DMS::S3Settings]
[ServerName => Str]
[ServiceAccessRoleArn => Str]
[SslMode => Str]
[SybaseSettings => Paws::DMS::SybaseSettings]
[Username => Str]

Each argument is described in detail in: Paws::DMS::ModifyEndpoint

Returns: a Paws::DMS::ModifyEndpointResponse instance

Modifies the specified endpoint.

[Enabled => Bool]
[EventCategories => ArrayRef[Str|Undef]]
[SnsTopicArn => Str]
[SourceType => Str]

Each argument is described in detail in: Paws::DMS::ModifyEventSubscription

Returns: a Paws::DMS::ModifyEventSubscriptionResponse instance

Modifies an existing AWS DMS event notification subscription.

[AllocatedStorage => Int]
[AllowMajorVersionUpgrade => Bool]
[ApplyImmediately => Bool]
[AutoMinorVersionUpgrade => Bool]
[EngineVersion => Str]
[MultiAZ => Bool]
[PreferredMaintenanceWindow => Str]
[ReplicationInstanceClass => Str]
[ReplicationInstanceIdentifier => Str]
[VpcSecurityGroupIds => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::DMS::ModifyReplicationInstance

Returns: a Paws::DMS::ModifyReplicationInstanceResponse instance

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.

Some settings are applied during the maintenance window.

[ReplicationSubnetGroupDescription => Str]

Each argument is described in detail in: Paws::DMS::ModifyReplicationSubnetGroup

Returns: a Paws::DMS::ModifyReplicationSubnetGroupResponse instance

Modifies the settings for the specified replication subnet group.

[CdcStartPosition => Str]
[CdcStartTime => Str]
[CdcStopPosition => Str]
[MigrationType => Str]
[ReplicationTaskIdentifier => Str]
[ReplicationTaskSettings => Str]
[TableMappings => Str]
[TaskData => Str]

Each argument is described in detail in: Paws::DMS::ModifyReplicationTask

Returns: a Paws::DMS::ModifyReplicationTaskResponse instance

Modifies the specified replication task.

You can't modify the task endpoints. The task must be stopped before you can modify it.

For more information about AWS DMS tasks, see Working with Migration Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html) in the AWS Database Migration Service User Guide.

Each argument is described in detail in: Paws::DMS::MoveReplicationTask

Returns: a Paws::DMS::MoveReplicationTaskResponse instance

Moves a replication task from its current replication instance to a different target replication instance using the specified parameters. The target replication instance must be created with the same or later AWS DMS version as the current replication instance.

[ForceFailover => Bool]

Each argument is described in detail in: Paws::DMS::RebootReplicationInstance

Returns: a Paws::DMS::RebootReplicationInstanceResponse instance

Reboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.

Each argument is described in detail in: Paws::DMS::RefreshSchemas

Returns: a Paws::DMS::RefreshSchemasResponse instance

Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.

[ReloadOption => Str]

Each argument is described in detail in: Paws::DMS::ReloadTables

Returns: a Paws::DMS::ReloadTablesResponse instance

Reloads the target database table with the source data.

Each argument is described in detail in: Paws::DMS::RemoveTagsFromResource

Returns: a Paws::DMS::RemoveTagsFromResourceResponse instance

Removes metadata tags from an AWS DMS resource, including replication instance, endpoint, security group, and migration task. For more information, see "Tag" (https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html) data type description.

[CdcStartPosition => Str]
[CdcStartTime => Str]
[CdcStopPosition => Str]

Each argument is described in detail in: Paws::DMS::StartReplicationTask

Returns: a Paws::DMS::StartReplicationTaskResponse instance

Starts the replication task.

For more information about AWS DMS tasks, see Working with Migration Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html) in the AWS Database Migration Service User Guide.

Each argument is described in detail in: Paws::DMS::StartReplicationTaskAssessment

Returns: a Paws::DMS::StartReplicationTaskAssessmentResponse instance

Starts the replication task assessment for unsupported data types in the source database.

[Exclude => ArrayRef[Str|Undef]]
[IncludeOnly => ArrayRef[Str|Undef]]
[ResultEncryptionMode => Str]
[ResultKmsKeyArn => Str]
[ResultLocationFolder => Str]

Each argument is described in detail in: Paws::DMS::StartReplicationTaskAssessmentRun

Returns: a Paws::DMS::StartReplicationTaskAssessmentRunResponse instance

Starts a new premigration assessment run for one or more individual assessments of a migration task.

The assessments that you can specify depend on the source and target database engine and the migration type defined for the given task. To run this operation, your migration task must already be created. After you run this operation, you can review the status of each individual assessment. You can also run the migration task manually after the assessment run and its individual assessments complete.

Each argument is described in detail in: Paws::DMS::StopReplicationTask

Returns: a Paws::DMS::StopReplicationTaskResponse instance

Stops the replication task.

Each argument is described in detail in: Paws::DMS::TestConnection

Returns: a Paws::DMS::TestConnectionResponse instance

Tests the connection between the replication instance and the endpoint.

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 :

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

If not, it will return a a Paws::DMS::DescribeCertificatesResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeConnectionsResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeEndpointsResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeEndpointTypesResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeEventsResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeEventSubscriptionsResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeOrderableReplicationInstancesResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeReplicationInstancesResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeReplicationSubnetGroupsResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeReplicationTaskAssessmentResultsResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeReplicationTasksResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeSchemasResponse 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 :

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

If not, it will return a a Paws::DMS::DescribeTableStatisticsResponse 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.