NAME
Paws::DMS - Perl Interface to AWS AWS Database Migration Service
SYNOPSIS
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' } ],
);
DESCRIPTION
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
METHODS
AddTagsToResource
- ResourceArn => Str
- Tags => ArrayRef[Paws::DMS::Tag]
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.
ApplyPendingMaintenanceAction
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).
CancelReplicationTaskAssessmentRun
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.
CreateEndpoint
- EndpointIdentifier => Str
- EndpointType => Str
- EngineName => Str
- [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.
CreateEventSubscription
- SnsTopicArn => Str
- SubscriptionName => Str
- [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.
CreateReplicationInstance
- ReplicationInstanceClass => Str
- ReplicationInstanceIdentifier => Str
- [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).
CreateReplicationSubnetGroup
- ReplicationSubnetGroupDescription => Str
- ReplicationSubnetGroupIdentifier => Str
- SubnetIds => ArrayRef[Str|Undef]
- [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.
CreateReplicationTask
- MigrationType => Str
- ReplicationInstanceArn => Str
- ReplicationTaskIdentifier => Str
- SourceEndpointArn => Str
- TableMappings => Str
- TargetEndpointArn => Str
- [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.
DeleteCertificate
Each argument is described in detail in: Paws::DMS::DeleteCertificate
Returns: a Paws::DMS::DeleteCertificateResponse instance
Deletes the specified certificate.
DeleteConnection
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.
DeleteEndpoint
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.
DeleteEventSubscription
Each argument is described in detail in: Paws::DMS::DeleteEventSubscription
Returns: a Paws::DMS::DeleteEventSubscriptionResponse instance
Deletes an AWS DMS event subscription.
DeleteReplicationInstance
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.
DeleteReplicationSubnetGroup
Each argument is described in detail in: Paws::DMS::DeleteReplicationSubnetGroup
Returns: a Paws::DMS::DeleteReplicationSubnetGroupResponse instance
Deletes a subnet group.
DeleteReplicationTask
Each argument is described in detail in: Paws::DMS::DeleteReplicationTask
Returns: a Paws::DMS::DeleteReplicationTaskResponse instance
Deletes the specified replication task.
DeleteReplicationTaskAssessmentRun
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.
DescribeAccountAttributes
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.
DescribeApplicableIndividualAssessments
- [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.
DescribeCertificates
- [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.
DescribeConnections
- [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.
DescribeEndpoints
- [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.
DescribeEndpointSettings
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.
DescribeEndpointTypes
- [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.
DescribeEventCategories
- [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.
DescribeEvents
- [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.
DescribeEventSubscriptions
- [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.
DescribeOrderableReplicationInstances
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.
DescribePendingMaintenanceActions
- [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
DescribeRefreshSchemasStatus
Each argument is described in detail in: Paws::DMS::DescribeRefreshSchemasStatus
Returns: a Paws::DMS::DescribeRefreshSchemasStatusResponse instance
Returns the status of the RefreshSchemas operation.
DescribeReplicationInstances
- [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.
DescribeReplicationInstanceTaskLogs
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.
DescribeReplicationSubnetGroups
- [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.
DescribeReplicationTaskAssessmentResults
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.
DescribeReplicationTaskAssessmentRuns
- [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.
DescribeReplicationTaskIndividualAssessments
- [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.
DescribeReplicationTasks
- [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.
DescribeSchemas
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.
DescribeTableStatistics
- ReplicationTaskArn => Str
- [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.
ImportCertificate
- CertificateIdentifier => Str
- [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.
ListTagsForResource
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.
ModifyEndpoint
- EndpointArn => Str
- [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.
ModifyEventSubscription
- SubscriptionName => Str
- [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.
ModifyReplicationInstance
- ReplicationInstanceArn => Str
- [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.
ModifyReplicationSubnetGroup
- ReplicationSubnetGroupIdentifier => Str
- SubnetIds => ArrayRef[Str|Undef]
- [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.
ModifyReplicationTask
- ReplicationTaskArn => Str
- [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.
MoveReplicationTask
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.
RebootReplicationInstance
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.
RefreshSchemas
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.
ReloadTables
- ReplicationTaskArn => Str
- TablesToReload => ArrayRef[Paws::DMS::TableToReload]
- [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.
RemoveTagsFromResource
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.
StartReplicationTask
- ReplicationTaskArn => Str
- StartReplicationTaskType => Str
- [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.
StartReplicationTaskAssessment
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.
StartReplicationTaskAssessmentRun
- AssessmentRunName => Str
- ReplicationTaskArn => Str
- ResultLocationBucket => Str
- ServiceAccessRoleArn => Str
- [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.
StopReplicationTask
Each argument is described in detail in: Paws::DMS::StopReplicationTask
Returns: a Paws::DMS::StopReplicationTaskResponse instance
Stops the replication task.
TestConnection
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.
PAGINATORS
Paginator methods are helpers that repetively call methods that return partial results
DescribeAllCertificates(sub { },[Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
DescribeAllCertificates([Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
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.
DescribeAllConnections(sub { },[Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
DescribeAllConnections([Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
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.
DescribeAllEndpoints(sub { },[Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
DescribeAllEndpoints([Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
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.
DescribeAllEndpointTypes(sub { },[Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
DescribeAllEndpointTypes([Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
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.
DescribeAllEvents(sub { },[Duration => Int, EndTime => Str, EventCategories => ArrayRef[Str|Undef], Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int, SourceIdentifier => Str, SourceType => Str, StartTime => Str])
DescribeAllEvents([Duration => Int, EndTime => Str, EventCategories => ArrayRef[Str|Undef], Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int, SourceIdentifier => Str, SourceType => Str, StartTime => Str])
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.
DescribeAllEventSubscriptions(sub { },[Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int, SubscriptionName => Str])
DescribeAllEventSubscriptions([Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int, SubscriptionName => Str])
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.
DescribeAllOrderableReplicationInstances(sub { },[Marker => Str, MaxRecords => Int])
DescribeAllOrderableReplicationInstances([Marker => Str, MaxRecords => Int])
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.
DescribeAllReplicationInstances(sub { },[Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
DescribeAllReplicationInstances([Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
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.
DescribeAllReplicationSubnetGroups(sub { },[Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
DescribeAllReplicationSubnetGroups([Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
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.
DescribeAllReplicationTaskAssessmentResults(sub { },[Marker => Str, MaxRecords => Int, ReplicationTaskArn => Str])
DescribeAllReplicationTaskAssessmentResults([Marker => Str, MaxRecords => Int, ReplicationTaskArn => Str])
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.
DescribeAllReplicationTasks(sub { },[Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int, WithoutSettings => Bool])
DescribeAllReplicationTasks([Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int, WithoutSettings => Bool])
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.
DescribeAllSchemas(sub { },EndpointArn => Str, [Marker => Str, MaxRecords => Int])
DescribeAllSchemas(EndpointArn => Str, [Marker => Str, MaxRecords => Int])
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.
DescribeAllTableStatistics(sub { },ReplicationTaskArn => Str, [Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
DescribeAllTableStatistics(ReplicationTaskArn => Str, [Filters => ArrayRef[Paws::DMS::Filter], Marker => Str, MaxRecords => Int])
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.
SEE ALSO
This service class forms part of Paws
BUGS and CONTRIBUTIONS
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