aws-sdk-databasemigrationservice 1.115.0 → 1.117.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +93 -1
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +20 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +161 -0
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +18 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c09549af1b37c96cb7d05b86a682aa2ee832cc6e3aa4f12ed6dde2ee8f3aa883
|
4
|
+
data.tar.gz: '081fda1e90628e2afb969ad3cfb0d19b8cce4879857c856f91d35fad23655182'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07fc61f23ee6414835f887cbd634e33a95bdd51d9401a34bf72428a9c49032d0466e2a30c6e063cb5fa633f5ca8b93f35d2a261fdd539eca81c040e116b34923
|
7
|
+
data.tar.gz: b34e3fbc07b6501654aa71693b4d48478eb857312031e1ca4c20cb27c36aa4b7210252db4bc83d84efd7cd5fca3f9201b88a3820913166535f0a2d280099d10a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.117.0 (2025-02-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.
|
8
|
+
|
9
|
+
1.116.0 (2025-02-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
|
13
|
+
|
4
14
|
1.115.0 (2025-02-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.0
|
@@ -4648,6 +4648,10 @@ module Aws::DatabaseMigrationService
|
|
4648
4648
|
# ARN of a replication instance on which you want to base the default
|
4649
4649
|
# list of individual assessments.
|
4650
4650
|
#
|
4651
|
+
# @option params [String] :replication_config_arn
|
4652
|
+
# Amazon Resource Name (ARN) of a serverless replication on which you
|
4653
|
+
# want to base the default list of individual assessments.
|
4654
|
+
#
|
4651
4655
|
# @option params [String] :source_engine_name
|
4652
4656
|
# Name of a database engine that the specified replication instance
|
4653
4657
|
# supports as a source.
|
@@ -4683,6 +4687,7 @@ module Aws::DatabaseMigrationService
|
|
4683
4687
|
# resp = client.describe_applicable_individual_assessments({
|
4684
4688
|
# replication_task_arn: "String",
|
4685
4689
|
# replication_instance_arn: "String",
|
4690
|
+
# replication_config_arn: "String",
|
4686
4691
|
# source_engine_name: "String",
|
4687
4692
|
# target_engine_name: "String",
|
4688
4693
|
# migration_type: "full-load", # accepts full-load, cdc, full-load-and-cdc
|
@@ -8331,6 +8336,23 @@ module Aws::DatabaseMigrationService
|
|
8331
8336
|
# resp.replications[0].provision_data.is_new_provisioning_available #=> Boolean
|
8332
8337
|
# resp.replications[0].provision_data.date_new_provisioning_data_available #=> Time
|
8333
8338
|
# resp.replications[0].provision_data.reason_for_new_provisioning_data #=> String
|
8339
|
+
# resp.replications[0].premigration_assessment_statuses #=> Array
|
8340
|
+
# resp.replications[0].premigration_assessment_statuses[0].premigration_assessment_run_arn #=> String
|
8341
|
+
# resp.replications[0].premigration_assessment_statuses[0].fail_on_assessment_failure #=> Boolean
|
8342
|
+
# resp.replications[0].premigration_assessment_statuses[0].status #=> String
|
8343
|
+
# resp.replications[0].premigration_assessment_statuses[0].premigration_assessment_run_creation_date #=> Time
|
8344
|
+
# resp.replications[0].premigration_assessment_statuses[0].assessment_progress.individual_assessment_count #=> Integer
|
8345
|
+
# resp.replications[0].premigration_assessment_statuses[0].assessment_progress.individual_assessment_completed_count #=> Integer
|
8346
|
+
# resp.replications[0].premigration_assessment_statuses[0].last_failure_message #=> String
|
8347
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_location_bucket #=> String
|
8348
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_location_folder #=> String
|
8349
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_encryption_mode #=> String
|
8350
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_kms_key_arn #=> String
|
8351
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.passed #=> Integer
|
8352
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.failed #=> Integer
|
8353
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.error #=> Integer
|
8354
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.warning #=> Integer
|
8355
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.cancelled #=> Integer
|
8334
8356
|
# resp.replications[0].stop_reason #=> String
|
8335
8357
|
# resp.replications[0].failure_messages #=> Array
|
8336
8358
|
# resp.replications[0].failure_messages[0] #=> String
|
@@ -11880,6 +11902,41 @@ module Aws::DatabaseMigrationService
|
|
11880
11902
|
# Otherwise use `resume-processing`, to replicate the changes from the
|
11881
11903
|
# last stop position.
|
11882
11904
|
#
|
11905
|
+
# @option params [String] :premigration_assessment_settings
|
11906
|
+
# User-defined settings for the premigration assessment. The possible
|
11907
|
+
# values are:
|
11908
|
+
#
|
11909
|
+
# * `ResultLocationFinder`: The folder within an Amazon Amazon S3 bucket
|
11910
|
+
# where you want DMS to store the results of this assessment run.
|
11911
|
+
#
|
11912
|
+
# * `ResultEncryptionMode`: The supported values are `SSE_KMS` and
|
11913
|
+
# `SSE_S3`. If these values are not provided, then the files are not
|
11914
|
+
# encrypted at rest. For more information, see [Creating Amazon Web
|
11915
|
+
# Services KMS keys to encrypt Amazon Amazon S3 target objects][1].
|
11916
|
+
#
|
11917
|
+
# * `ResultKmsKeyArn`: The ARN of a customer KMS encryption key that you
|
11918
|
+
# specify when you set `ResultEncryptionMode` to `SSE_KMS`.
|
11919
|
+
#
|
11920
|
+
# * `IncludeOnly`: A space-separated list of names for specific
|
11921
|
+
# individual assessments that you want to include. These names come
|
11922
|
+
# from the default list of individual assessments that Database
|
11923
|
+
# Migration Service supports for the associated migration.
|
11924
|
+
#
|
11925
|
+
# * `Exclude`: A space-separated list of names for specific individual
|
11926
|
+
# assessments that you want to exclude. These names come from the
|
11927
|
+
# default list of individual assessments that Database Migration
|
11928
|
+
# Service supports for the associated migration.
|
11929
|
+
#
|
11930
|
+
# * `FailOnAssessmentFailure`: A configurable setting you can set to
|
11931
|
+
# `true` (the default setting) or `false`. Use this setting to to stop
|
11932
|
+
# the replication from starting automatically if the assessment fails.
|
11933
|
+
# This can help you evaluate the issue that is preventing the
|
11934
|
+
# replication from running successfully.
|
11935
|
+
#
|
11936
|
+
#
|
11937
|
+
#
|
11938
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys
|
11939
|
+
#
|
11883
11940
|
# @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
|
11884
11941
|
# Indicates the start time for a change data capture (CDC) operation.
|
11885
11942
|
# Use either `CdcStartTime` or `CdcStartPosition` to specify when you
|
@@ -11907,6 +11964,7 @@ module Aws::DatabaseMigrationService
|
|
11907
11964
|
# resp = client.start_replication({
|
11908
11965
|
# replication_config_arn: "String", # required
|
11909
11966
|
# start_replication_type: "String", # required
|
11967
|
+
# premigration_assessment_settings: "String",
|
11910
11968
|
# cdc_start_time: Time.now,
|
11911
11969
|
# cdc_start_position: "String",
|
11912
11970
|
# cdc_stop_position: "String",
|
@@ -11926,6 +11984,23 @@ module Aws::DatabaseMigrationService
|
|
11926
11984
|
# resp.replication.provision_data.is_new_provisioning_available #=> Boolean
|
11927
11985
|
# resp.replication.provision_data.date_new_provisioning_data_available #=> Time
|
11928
11986
|
# resp.replication.provision_data.reason_for_new_provisioning_data #=> String
|
11987
|
+
# resp.replication.premigration_assessment_statuses #=> Array
|
11988
|
+
# resp.replication.premigration_assessment_statuses[0].premigration_assessment_run_arn #=> String
|
11989
|
+
# resp.replication.premigration_assessment_statuses[0].fail_on_assessment_failure #=> Boolean
|
11990
|
+
# resp.replication.premigration_assessment_statuses[0].status #=> String
|
11991
|
+
# resp.replication.premigration_assessment_statuses[0].premigration_assessment_run_creation_date #=> Time
|
11992
|
+
# resp.replication.premigration_assessment_statuses[0].assessment_progress.individual_assessment_count #=> Integer
|
11993
|
+
# resp.replication.premigration_assessment_statuses[0].assessment_progress.individual_assessment_completed_count #=> Integer
|
11994
|
+
# resp.replication.premigration_assessment_statuses[0].last_failure_message #=> String
|
11995
|
+
# resp.replication.premigration_assessment_statuses[0].result_location_bucket #=> String
|
11996
|
+
# resp.replication.premigration_assessment_statuses[0].result_location_folder #=> String
|
11997
|
+
# resp.replication.premigration_assessment_statuses[0].result_encryption_mode #=> String
|
11998
|
+
# resp.replication.premigration_assessment_statuses[0].result_kms_key_arn #=> String
|
11999
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.passed #=> Integer
|
12000
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.failed #=> Integer
|
12001
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.error #=> Integer
|
12002
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.warning #=> Integer
|
12003
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.cancelled #=> Integer
|
11929
12004
|
# resp.replication.stop_reason #=> String
|
11930
12005
|
# resp.replication.failure_messages #=> Array
|
11931
12006
|
# resp.replication.failure_messages[0] #=> String
|
@@ -12422,6 +12497,23 @@ module Aws::DatabaseMigrationService
|
|
12422
12497
|
# resp.replication.provision_data.is_new_provisioning_available #=> Boolean
|
12423
12498
|
# resp.replication.provision_data.date_new_provisioning_data_available #=> Time
|
12424
12499
|
# resp.replication.provision_data.reason_for_new_provisioning_data #=> String
|
12500
|
+
# resp.replication.premigration_assessment_statuses #=> Array
|
12501
|
+
# resp.replication.premigration_assessment_statuses[0].premigration_assessment_run_arn #=> String
|
12502
|
+
# resp.replication.premigration_assessment_statuses[0].fail_on_assessment_failure #=> Boolean
|
12503
|
+
# resp.replication.premigration_assessment_statuses[0].status #=> String
|
12504
|
+
# resp.replication.premigration_assessment_statuses[0].premigration_assessment_run_creation_date #=> Time
|
12505
|
+
# resp.replication.premigration_assessment_statuses[0].assessment_progress.individual_assessment_count #=> Integer
|
12506
|
+
# resp.replication.premigration_assessment_statuses[0].assessment_progress.individual_assessment_completed_count #=> Integer
|
12507
|
+
# resp.replication.premigration_assessment_statuses[0].last_failure_message #=> String
|
12508
|
+
# resp.replication.premigration_assessment_statuses[0].result_location_bucket #=> String
|
12509
|
+
# resp.replication.premigration_assessment_statuses[0].result_location_folder #=> String
|
12510
|
+
# resp.replication.premigration_assessment_statuses[0].result_encryption_mode #=> String
|
12511
|
+
# resp.replication.premigration_assessment_statuses[0].result_kms_key_arn #=> String
|
12512
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.passed #=> Integer
|
12513
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.failed #=> Integer
|
12514
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.error #=> Integer
|
12515
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.warning #=> Integer
|
12516
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.cancelled #=> Integer
|
12425
12517
|
# resp.replication.stop_reason #=> String
|
12426
12518
|
# resp.replication.failure_messages #=> Array
|
12427
12519
|
# resp.replication.failure_messages[0] #=> String
|
@@ -12658,7 +12750,7 @@ module Aws::DatabaseMigrationService
|
|
12658
12750
|
tracer: tracer
|
12659
12751
|
)
|
12660
12752
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
12661
|
-
context[:gem_version] = '1.
|
12753
|
+
context[:gem_version] = '1.117.0'
|
12662
12754
|
Seahorse::Client::Request.new(handlers, context)
|
12663
12755
|
end
|
12664
12756
|
|
@@ -345,6 +345,8 @@ module Aws::DatabaseMigrationService
|
|
345
345
|
PluginNameValue = Shapes::StringShape.new(name: 'PluginNameValue')
|
346
346
|
PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
|
347
347
|
PostgreSqlDataProviderSettings = Shapes::StructureShape.new(name: 'PostgreSqlDataProviderSettings')
|
348
|
+
PremigrationAssessmentStatus = Shapes::StructureShape.new(name: 'PremigrationAssessmentStatus')
|
349
|
+
PremigrationAssessmentStatusList = Shapes::ListShape.new(name: 'PremigrationAssessmentStatusList')
|
348
350
|
ProvisionData = Shapes::StructureShape.new(name: 'ProvisionData')
|
349
351
|
PublicIpAddressList = Shapes::ListShape.new(name: 'PublicIpAddressList')
|
350
352
|
RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
|
@@ -1008,6 +1010,7 @@ module Aws::DatabaseMigrationService
|
|
1008
1010
|
|
1009
1011
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskArn"))
|
1010
1012
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceArn"))
|
1013
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:replication_config_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationConfigArn"))
|
1011
1014
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:source_engine_name, Shapes::ShapeRef.new(shape: String, location_name: "SourceEngineName"))
|
1012
1015
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:target_engine_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetEngineName"))
|
1013
1016
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:migration_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, location_name: "MigrationType"))
|
@@ -2165,6 +2168,21 @@ module Aws::DatabaseMigrationService
|
|
2165
2168
|
PostgreSqlDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
2166
2169
|
PostgreSqlDataProviderSettings.struct_class = Types::PostgreSqlDataProviderSettings
|
2167
2170
|
|
2171
|
+
PremigrationAssessmentStatus.add_member(:premigration_assessment_run_arn, Shapes::ShapeRef.new(shape: String, location_name: "PremigrationAssessmentRunArn"))
|
2172
|
+
PremigrationAssessmentStatus.add_member(:fail_on_assessment_failure, Shapes::ShapeRef.new(shape: Boolean, location_name: "FailOnAssessmentFailure"))
|
2173
|
+
PremigrationAssessmentStatus.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
2174
|
+
PremigrationAssessmentStatus.add_member(:premigration_assessment_run_creation_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "PremigrationAssessmentRunCreationDate"))
|
2175
|
+
PremigrationAssessmentStatus.add_member(:assessment_progress, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRunProgress, location_name: "AssessmentProgress"))
|
2176
|
+
PremigrationAssessmentStatus.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: String, location_name: "LastFailureMessage"))
|
2177
|
+
PremigrationAssessmentStatus.add_member(:result_location_bucket, Shapes::ShapeRef.new(shape: String, location_name: "ResultLocationBucket"))
|
2178
|
+
PremigrationAssessmentStatus.add_member(:result_location_folder, Shapes::ShapeRef.new(shape: String, location_name: "ResultLocationFolder"))
|
2179
|
+
PremigrationAssessmentStatus.add_member(:result_encryption_mode, Shapes::ShapeRef.new(shape: String, location_name: "ResultEncryptionMode"))
|
2180
|
+
PremigrationAssessmentStatus.add_member(:result_kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResultKmsKeyArn"))
|
2181
|
+
PremigrationAssessmentStatus.add_member(:result_statistic, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRunResultStatistic, location_name: "ResultStatistic"))
|
2182
|
+
PremigrationAssessmentStatus.struct_class = Types::PremigrationAssessmentStatus
|
2183
|
+
|
2184
|
+
PremigrationAssessmentStatusList.member = Shapes::ShapeRef.new(shape: PremigrationAssessmentStatus)
|
2185
|
+
|
2168
2186
|
ProvisionData.add_member(:provision_state, Shapes::ShapeRef.new(shape: String, location_name: "ProvisionState"))
|
2169
2187
|
ProvisionData.add_member(:provisioned_capacity_units, Shapes::ShapeRef.new(shape: Integer, location_name: "ProvisionedCapacityUnits"))
|
2170
2188
|
ProvisionData.add_member(:date_provisioned, Shapes::ShapeRef.new(shape: TStamp, location_name: "DateProvisioned"))
|
@@ -2315,6 +2333,7 @@ module Aws::DatabaseMigrationService
|
|
2315
2333
|
Replication.add_member(:replication_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, location_name: "ReplicationType"))
|
2316
2334
|
Replication.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
2317
2335
|
Replication.add_member(:provision_data, Shapes::ShapeRef.new(shape: ProvisionData, location_name: "ProvisionData"))
|
2336
|
+
Replication.add_member(:premigration_assessment_statuses, Shapes::ShapeRef.new(shape: PremigrationAssessmentStatusList, location_name: "PremigrationAssessmentStatuses"))
|
2318
2337
|
Replication.add_member(:stop_reason, Shapes::ShapeRef.new(shape: String, location_name: "StopReason"))
|
2319
2338
|
Replication.add_member(:failure_messages, Shapes::ShapeRef.new(shape: StringList, location_name: "FailureMessages"))
|
2320
2339
|
Replication.add_member(:replication_stats, Shapes::ShapeRef.new(shape: ReplicationStats, location_name: "ReplicationStats"))
|
@@ -2695,6 +2714,7 @@ module Aws::DatabaseMigrationService
|
|
2695
2714
|
|
2696
2715
|
StartReplicationMessage.add_member(:replication_config_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationConfigArn"))
|
2697
2716
|
StartReplicationMessage.add_member(:start_replication_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StartReplicationType"))
|
2717
|
+
StartReplicationMessage.add_member(:premigration_assessment_settings, Shapes::ShapeRef.new(shape: String, location_name: "PremigrationAssessmentSettings"))
|
2698
2718
|
StartReplicationMessage.add_member(:cdc_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CdcStartTime"))
|
2699
2719
|
StartReplicationMessage.add_member(:cdc_start_position, Shapes::ShapeRef.new(shape: String, location_name: "CdcStartPosition"))
|
2700
2720
|
StartReplicationMessage.add_member(:cdc_stop_position, Shapes::ShapeRef.new(shape: String, location_name: "CdcStopPosition"))
|
@@ -2785,6 +2785,11 @@ module Aws::DatabaseMigrationService
|
|
2785
2785
|
# list of individual assessments.
|
2786
2786
|
# @return [String]
|
2787
2787
|
#
|
2788
|
+
# @!attribute [rw] replication_config_arn
|
2789
|
+
# Amazon Resource Name (ARN) of a serverless replication on which you
|
2790
|
+
# want to base the default list of individual assessments.
|
2791
|
+
# @return [String]
|
2792
|
+
#
|
2788
2793
|
# @!attribute [rw] source_engine_name
|
2789
2794
|
# Name of a database engine that the specified replication instance
|
2790
2795
|
# supports as a source.
|
@@ -2818,6 +2823,7 @@ module Aws::DatabaseMigrationService
|
|
2818
2823
|
class DescribeApplicableIndividualAssessmentsMessage < Struct.new(
|
2819
2824
|
:replication_task_arn,
|
2820
2825
|
:replication_instance_arn,
|
2826
|
+
:replication_config_arn,
|
2821
2827
|
:source_engine_name,
|
2822
2828
|
:target_engine_name,
|
2823
2829
|
:migration_type,
|
@@ -9964,6 +9970,117 @@ module Aws::DatabaseMigrationService
|
|
9964
9970
|
include Aws::Structure
|
9965
9971
|
end
|
9966
9972
|
|
9973
|
+
# The results returned in `describe-replications` to display the results
|
9974
|
+
# of the premigration assessment from the replication configuration.
|
9975
|
+
#
|
9976
|
+
# @!attribute [rw] premigration_assessment_run_arn
|
9977
|
+
# The Amazon Resource Name (ARN) of this assessment run.
|
9978
|
+
# @return [String]
|
9979
|
+
#
|
9980
|
+
# @!attribute [rw] fail_on_assessment_failure
|
9981
|
+
# A configurable setting you can set to `true` (the defualt setting)
|
9982
|
+
# or `false`. Use this setting to to stop the replication from
|
9983
|
+
# starting automatically if the assessment fails. This can help you
|
9984
|
+
# evaluate the issue that is preventing the replication from running
|
9985
|
+
# successfully.
|
9986
|
+
# @return [Boolean]
|
9987
|
+
#
|
9988
|
+
# @!attribute [rw] status
|
9989
|
+
# This describes the assessment run status. The status can be one of
|
9990
|
+
# the following values:
|
9991
|
+
#
|
9992
|
+
# * `cancelling`: The assessment run was canceled.
|
9993
|
+
#
|
9994
|
+
# * `deleting`: The assessment run was deleted.
|
9995
|
+
#
|
9996
|
+
# * `failed`: At least one individual assessment completed with a
|
9997
|
+
# failed status.
|
9998
|
+
#
|
9999
|
+
# * `error-provisioning`: An internal error occurred while resources
|
10000
|
+
# were provisioned (during the `provisioning` status).
|
10001
|
+
#
|
10002
|
+
# * `error-executing` An internal error occurred while individual
|
10003
|
+
# assessments ran (during the `running` status).
|
10004
|
+
#
|
10005
|
+
# * `invalid state`: The assessment run is in an unknown state.
|
10006
|
+
#
|
10007
|
+
# * `passed`: All individual assessments have completed and none have
|
10008
|
+
# a failed status.
|
10009
|
+
#
|
10010
|
+
# * `provisioning`: The resources required to run individual
|
10011
|
+
# assessments are being provisioned.
|
10012
|
+
#
|
10013
|
+
# * `running`: Individual assessments are being run.
|
10014
|
+
#
|
10015
|
+
# * `starting`: The assessment run is starting, but resources are not
|
10016
|
+
# yet being provisioned for individual assessments.
|
10017
|
+
#
|
10018
|
+
# * `warning`: At least one individual assessment completed with a
|
10019
|
+
# warning status.
|
10020
|
+
# @return [String]
|
10021
|
+
#
|
10022
|
+
# @!attribute [rw] premigration_assessment_run_creation_date
|
10023
|
+
# The date which the assessment run was created.
|
10024
|
+
# @return [Time]
|
10025
|
+
#
|
10026
|
+
# @!attribute [rw] assessment_progress
|
10027
|
+
# The progress values reported by the `AssessmentProgress` response
|
10028
|
+
# element.
|
10029
|
+
# @return [Types::ReplicationTaskAssessmentRunProgress]
|
10030
|
+
#
|
10031
|
+
# @!attribute [rw] last_failure_message
|
10032
|
+
# The last message generated by an individual assessment failure.
|
10033
|
+
# @return [String]
|
10034
|
+
#
|
10035
|
+
# @!attribute [rw] result_location_bucket
|
10036
|
+
# The Amazon S3 bucket that Database Migration Service Serverless
|
10037
|
+
# created to store the results of this assessment run.
|
10038
|
+
# @return [String]
|
10039
|
+
#
|
10040
|
+
# @!attribute [rw] result_location_folder
|
10041
|
+
# The folder within an Amazon S3 bucket where you want Database
|
10042
|
+
# Migration Service to store the results of this assessment run.
|
10043
|
+
# @return [String]
|
10044
|
+
#
|
10045
|
+
# @!attribute [rw] result_encryption_mode
|
10046
|
+
# The supported values are `SSE_KMS` and `SSE_S3`. If these values are
|
10047
|
+
# not provided, then the files are not encrypted at rest. For more
|
10048
|
+
# information, see [Creating Amazon Web Services KMS keys to encrypt
|
10049
|
+
# Amazon S3 target objects][1].
|
10050
|
+
#
|
10051
|
+
#
|
10052
|
+
#
|
10053
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys
|
10054
|
+
# @return [String]
|
10055
|
+
#
|
10056
|
+
# @!attribute [rw] result_kms_key_arn
|
10057
|
+
# The ARN of a custom KMS encryption key that you specify when you set
|
10058
|
+
# `ResultEncryptionMode` to `SSE_KMS`.
|
10059
|
+
# @return [String]
|
10060
|
+
#
|
10061
|
+
# @!attribute [rw] result_statistic
|
10062
|
+
# The object containing the result statistics for a completed
|
10063
|
+
# assessment run.
|
10064
|
+
# @return [Types::ReplicationTaskAssessmentRunResultStatistic]
|
10065
|
+
#
|
10066
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/PremigrationAssessmentStatus AWS API Documentation
|
10067
|
+
#
|
10068
|
+
class PremigrationAssessmentStatus < Struct.new(
|
10069
|
+
:premigration_assessment_run_arn,
|
10070
|
+
:fail_on_assessment_failure,
|
10071
|
+
:status,
|
10072
|
+
:premigration_assessment_run_creation_date,
|
10073
|
+
:assessment_progress,
|
10074
|
+
:last_failure_message,
|
10075
|
+
:result_location_bucket,
|
10076
|
+
:result_location_folder,
|
10077
|
+
:result_encryption_mode,
|
10078
|
+
:result_kms_key_arn,
|
10079
|
+
:result_statistic)
|
10080
|
+
SENSITIVE = []
|
10081
|
+
include Aws::Structure
|
10082
|
+
end
|
10083
|
+
|
9967
10084
|
# Information about provisioning resources for an DMS serverless
|
9968
10085
|
# replication.
|
9969
10086
|
#
|
@@ -10871,6 +10988,11 @@ module Aws::DatabaseMigrationService
|
|
10871
10988
|
# replication.
|
10872
10989
|
# @return [Types::ProvisionData]
|
10873
10990
|
#
|
10991
|
+
# @!attribute [rw] premigration_assessment_statuses
|
10992
|
+
# The status output of premigration assessment in
|
10993
|
+
# describe-replications.
|
10994
|
+
# @return [Array<Types::PremigrationAssessmentStatus>]
|
10995
|
+
#
|
10874
10996
|
# @!attribute [rw] stop_reason
|
10875
10997
|
# The reason the replication task was stopped. This response parameter
|
10876
10998
|
# can return one of the following values:
|
@@ -10975,6 +11097,7 @@ module Aws::DatabaseMigrationService
|
|
10975
11097
|
:replication_type,
|
10976
11098
|
:status,
|
10977
11099
|
:provision_data,
|
11100
|
+
:premigration_assessment_statuses,
|
10978
11101
|
:stop_reason,
|
10979
11102
|
:failure_messages,
|
10980
11103
|
:replication_stats,
|
@@ -13374,6 +13497,43 @@ module Aws::DatabaseMigrationService
|
|
13374
13497
|
# changes from the last stop position.
|
13375
13498
|
# @return [String]
|
13376
13499
|
#
|
13500
|
+
# @!attribute [rw] premigration_assessment_settings
|
13501
|
+
# User-defined settings for the premigration assessment. The possible
|
13502
|
+
# values are:
|
13503
|
+
#
|
13504
|
+
# * `ResultLocationFinder`: The folder within an Amazon Amazon S3
|
13505
|
+
# bucket where you want DMS to store the results of this assessment
|
13506
|
+
# run.
|
13507
|
+
#
|
13508
|
+
# * `ResultEncryptionMode`: The supported values are `SSE_KMS` and
|
13509
|
+
# `SSE_S3`. If these values are not provided, then the files are not
|
13510
|
+
# encrypted at rest. For more information, see [Creating Amazon Web
|
13511
|
+
# Services KMS keys to encrypt Amazon Amazon S3 target objects][1].
|
13512
|
+
#
|
13513
|
+
# * `ResultKmsKeyArn`: The ARN of a customer KMS encryption key that
|
13514
|
+
# you specify when you set `ResultEncryptionMode` to `SSE_KMS`.
|
13515
|
+
#
|
13516
|
+
# * `IncludeOnly`: A space-separated list of names for specific
|
13517
|
+
# individual assessments that you want to include. These names come
|
13518
|
+
# from the default list of individual assessments that Database
|
13519
|
+
# Migration Service supports for the associated migration.
|
13520
|
+
#
|
13521
|
+
# * `Exclude`: A space-separated list of names for specific individual
|
13522
|
+
# assessments that you want to exclude. These names come from the
|
13523
|
+
# default list of individual assessments that Database Migration
|
13524
|
+
# Service supports for the associated migration.
|
13525
|
+
#
|
13526
|
+
# * `FailOnAssessmentFailure`: A configurable setting you can set to
|
13527
|
+
# `true` (the default setting) or `false`. Use this setting to to
|
13528
|
+
# stop the replication from starting automatically if the assessment
|
13529
|
+
# fails. This can help you evaluate the issue that is preventing the
|
13530
|
+
# replication from running successfully.
|
13531
|
+
#
|
13532
|
+
#
|
13533
|
+
#
|
13534
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys
|
13535
|
+
# @return [String]
|
13536
|
+
#
|
13377
13537
|
# @!attribute [rw] cdc_start_time
|
13378
13538
|
# Indicates the start time for a change data capture (CDC) operation.
|
13379
13539
|
# Use either `CdcStartTime` or `CdcStartPosition` to specify when you
|
@@ -13400,6 +13560,7 @@ module Aws::DatabaseMigrationService
|
|
13400
13560
|
class StartReplicationMessage < Struct.new(
|
13401
13561
|
:replication_config_arn,
|
13402
13562
|
:start_replication_type,
|
13563
|
+
:premigration_assessment_settings,
|
13403
13564
|
:cdc_start_time,
|
13404
13565
|
:cdc_start_position,
|
13405
13566
|
:cdc_stop_position)
|
data/sig/client.rbs
CHANGED
@@ -1015,6 +1015,7 @@ module Aws
|
|
1015
1015
|
def describe_applicable_individual_assessments: (
|
1016
1016
|
?replication_task_arn: ::String,
|
1017
1017
|
?replication_instance_arn: ::String,
|
1018
|
+
?replication_config_arn: ::String,
|
1018
1019
|
?source_engine_name: ::String,
|
1019
1020
|
?target_engine_name: ::String,
|
1020
1021
|
?migration_type: ("full-load" | "cdc" | "full-load-and-cdc"),
|
@@ -2614,6 +2615,7 @@ module Aws
|
|
2614
2615
|
def start_replication: (
|
2615
2616
|
replication_config_arn: ::String,
|
2616
2617
|
start_replication_type: ::String,
|
2618
|
+
?premigration_assessment_settings: ::String,
|
2617
2619
|
?cdc_start_time: ::Time,
|
2618
2620
|
?cdc_start_position: ::String,
|
2619
2621
|
?cdc_stop_position: ::String
|
data/sig/types.rbs
CHANGED
@@ -666,6 +666,7 @@ module Aws::DatabaseMigrationService
|
|
666
666
|
class DescribeApplicableIndividualAssessmentsMessage
|
667
667
|
attr_accessor replication_task_arn: ::String
|
668
668
|
attr_accessor replication_instance_arn: ::String
|
669
|
+
attr_accessor replication_config_arn: ::String
|
669
670
|
attr_accessor source_engine_name: ::String
|
670
671
|
attr_accessor target_engine_name: ::String
|
671
672
|
attr_accessor migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
@@ -2119,6 +2120,21 @@ module Aws::DatabaseMigrationService
|
|
2119
2120
|
SENSITIVE: []
|
2120
2121
|
end
|
2121
2122
|
|
2123
|
+
class PremigrationAssessmentStatus
|
2124
|
+
attr_accessor premigration_assessment_run_arn: ::String
|
2125
|
+
attr_accessor fail_on_assessment_failure: bool
|
2126
|
+
attr_accessor status: ::String
|
2127
|
+
attr_accessor premigration_assessment_run_creation_date: ::Time
|
2128
|
+
attr_accessor assessment_progress: Types::ReplicationTaskAssessmentRunProgress
|
2129
|
+
attr_accessor last_failure_message: ::String
|
2130
|
+
attr_accessor result_location_bucket: ::String
|
2131
|
+
attr_accessor result_location_folder: ::String
|
2132
|
+
attr_accessor result_encryption_mode: ::String
|
2133
|
+
attr_accessor result_kms_key_arn: ::String
|
2134
|
+
attr_accessor result_statistic: Types::ReplicationTaskAssessmentRunResultStatistic
|
2135
|
+
SENSITIVE: []
|
2136
|
+
end
|
2137
|
+
|
2122
2138
|
class ProvisionData
|
2123
2139
|
attr_accessor provision_state: ::String
|
2124
2140
|
attr_accessor provisioned_capacity_units: ::Integer
|
@@ -2307,6 +2323,7 @@ module Aws::DatabaseMigrationService
|
|
2307
2323
|
attr_accessor replication_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
2308
2324
|
attr_accessor status: ::String
|
2309
2325
|
attr_accessor provision_data: Types::ProvisionData
|
2326
|
+
attr_accessor premigration_assessment_statuses: ::Array[Types::PremigrationAssessmentStatus]
|
2310
2327
|
attr_accessor stop_reason: ::String
|
2311
2328
|
attr_accessor failure_messages: ::Array[::String]
|
2312
2329
|
attr_accessor replication_stats: Types::ReplicationStats
|
@@ -2745,6 +2762,7 @@ module Aws::DatabaseMigrationService
|
|
2745
2762
|
class StartReplicationMessage
|
2746
2763
|
attr_accessor replication_config_arn: ::String
|
2747
2764
|
attr_accessor start_replication_type: ::String
|
2765
|
+
attr_accessor premigration_assessment_settings: ::String
|
2748
2766
|
attr_accessor cdc_start_time: ::Time
|
2749
2767
|
attr_accessor cdc_start_position: ::String
|
2750
2768
|
attr_accessor cdc_stop_position: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-databasemigrationservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.117.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|