aws-sdk-databasemigrationservice 1.107.0 → 1.109.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 +48 -1
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +15 -0
- data/lib/aws-sdk-databasemigrationservice/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-databasemigrationservice/endpoints.rb +2 -1230
- data/lib/aws-sdk-databasemigrationservice/plugins/endpoints.rb +1 -230
- data/lib/aws-sdk-databasemigrationservice/types.rb +66 -2
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +8 -1
- data/sig/types.rbs +13 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 781ca8dee22e13a1441346c225b8ce08b4c78540315c44619defc2f5f79f44c0
|
4
|
+
data.tar.gz: 01eb56290104b1e55cece46b631a5ed0b47649acc8367c69c39f37e8297df8b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d43b4412882e2c4ecc8e8e7be832bc01c46c1e7ad440c2d3c70b6f27324d222cf833b964c84d893db599b19b0b61fa053fbcc2b5aec7834b5ade6fc6e9761544
|
7
|
+
data.tar.gz: 85a4cdbe3e6d2519c556ee33f33dc26ae32c9eb49f31b41b5837a0613c148cbc61e718b927d67115a017302665e0b6ec9a1e1c1181970f73549232b2a4661c1b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.109.0 (2024-10-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.
|
8
|
+
|
9
|
+
1.108.0 (2024-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.107.0 (2024-10-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.109.0
|
@@ -665,6 +665,12 @@ module Aws::DatabaseMigrationService
|
|
665
665
|
# resp.replication_task_assessment_run.result_encryption_mode #=> String
|
666
666
|
# resp.replication_task_assessment_run.result_kms_key_arn #=> String
|
667
667
|
# resp.replication_task_assessment_run.assessment_run_name #=> String
|
668
|
+
# resp.replication_task_assessment_run.is_latest_task_assessment_run #=> Boolean
|
669
|
+
# resp.replication_task_assessment_run.result_statistic.passed #=> Integer
|
670
|
+
# resp.replication_task_assessment_run.result_statistic.failed #=> Integer
|
671
|
+
# resp.replication_task_assessment_run.result_statistic.error #=> Integer
|
672
|
+
# resp.replication_task_assessment_run.result_statistic.warning #=> Integer
|
673
|
+
# resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
|
668
674
|
#
|
669
675
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelReplicationTaskAssessmentRun AWS API Documentation
|
670
676
|
#
|
@@ -777,6 +783,8 @@ module Aws::DatabaseMigrationService
|
|
777
783
|
# resp.data_migration.data_migration_status #=> String
|
778
784
|
# resp.data_migration.public_ip_addresses #=> Array
|
779
785
|
# resp.data_migration.public_ip_addresses[0] #=> String
|
786
|
+
# resp.data_migration.data_migration_cidr_blocks #=> Array
|
787
|
+
# resp.data_migration.data_migration_cidr_blocks[0] #=> String
|
780
788
|
# resp.data_migration.last_failure_message #=> String
|
781
789
|
# resp.data_migration.stop_reason #=> String
|
782
790
|
#
|
@@ -3374,6 +3382,8 @@ module Aws::DatabaseMigrationService
|
|
3374
3382
|
# resp.data_migration.data_migration_status #=> String
|
3375
3383
|
# resp.data_migration.public_ip_addresses #=> Array
|
3376
3384
|
# resp.data_migration.public_ip_addresses[0] #=> String
|
3385
|
+
# resp.data_migration.data_migration_cidr_blocks #=> Array
|
3386
|
+
# resp.data_migration.data_migration_cidr_blocks[0] #=> String
|
3377
3387
|
# resp.data_migration.last_failure_message #=> String
|
3378
3388
|
# resp.data_migration.stop_reason #=> String
|
3379
3389
|
#
|
@@ -4428,6 +4438,12 @@ module Aws::DatabaseMigrationService
|
|
4428
4438
|
# resp.replication_task_assessment_run.result_encryption_mode #=> String
|
4429
4439
|
# resp.replication_task_assessment_run.result_kms_key_arn #=> String
|
4430
4440
|
# resp.replication_task_assessment_run.assessment_run_name #=> String
|
4441
|
+
# resp.replication_task_assessment_run.is_latest_task_assessment_run #=> Boolean
|
4442
|
+
# resp.replication_task_assessment_run.result_statistic.passed #=> Integer
|
4443
|
+
# resp.replication_task_assessment_run.result_statistic.failed #=> Integer
|
4444
|
+
# resp.replication_task_assessment_run.result_statistic.error #=> Integer
|
4445
|
+
# resp.replication_task_assessment_run.result_statistic.warning #=> Integer
|
4446
|
+
# resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
|
4431
4447
|
#
|
4432
4448
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTaskAssessmentRun AWS API Documentation
|
4433
4449
|
#
|
@@ -4908,6 +4924,8 @@ module Aws::DatabaseMigrationService
|
|
4908
4924
|
# resp.data_migrations[0].data_migration_status #=> String
|
4909
4925
|
# resp.data_migrations[0].public_ip_addresses #=> Array
|
4910
4926
|
# resp.data_migrations[0].public_ip_addresses[0] #=> String
|
4927
|
+
# resp.data_migrations[0].data_migration_cidr_blocks #=> Array
|
4928
|
+
# resp.data_migrations[0].data_migration_cidr_blocks[0] #=> String
|
4911
4929
|
# resp.data_migrations[0].last_failure_message #=> String
|
4912
4930
|
# resp.data_migrations[0].stop_reason #=> String
|
4913
4931
|
# resp.marker #=> String
|
@@ -7922,6 +7940,12 @@ module Aws::DatabaseMigrationService
|
|
7922
7940
|
# resp.replication_task_assessment_runs[0].result_encryption_mode #=> String
|
7923
7941
|
# resp.replication_task_assessment_runs[0].result_kms_key_arn #=> String
|
7924
7942
|
# resp.replication_task_assessment_runs[0].assessment_run_name #=> String
|
7943
|
+
# resp.replication_task_assessment_runs[0].is_latest_task_assessment_run #=> Boolean
|
7944
|
+
# resp.replication_task_assessment_runs[0].result_statistic.passed #=> Integer
|
7945
|
+
# resp.replication_task_assessment_runs[0].result_statistic.failed #=> Integer
|
7946
|
+
# resp.replication_task_assessment_runs[0].result_statistic.error #=> Integer
|
7947
|
+
# resp.replication_task_assessment_runs[0].result_statistic.warning #=> Integer
|
7948
|
+
# resp.replication_task_assessment_runs[0].result_statistic.cancelled #=> Integer
|
7925
7949
|
#
|
7926
7950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentRuns AWS API Documentation
|
7927
7951
|
#
|
@@ -8734,6 +8758,8 @@ module Aws::DatabaseMigrationService
|
|
8734
8758
|
# resp.data_migration.data_migration_status #=> String
|
8735
8759
|
# resp.data_migration.public_ip_addresses #=> Array
|
8736
8760
|
# resp.data_migration.public_ip_addresses[0] #=> String
|
8761
|
+
# resp.data_migration.data_migration_cidr_blocks #=> Array
|
8762
|
+
# resp.data_migration.data_migration_cidr_blocks[0] #=> String
|
8737
8763
|
# resp.data_migration.last_failure_message #=> String
|
8738
8764
|
# resp.data_migration.stop_reason #=> String
|
8739
8765
|
#
|
@@ -11250,6 +11276,8 @@ module Aws::DatabaseMigrationService
|
|
11250
11276
|
# resp.data_migration.data_migration_status #=> String
|
11251
11277
|
# resp.data_migration.public_ip_addresses #=> Array
|
11252
11278
|
# resp.data_migration.public_ip_addresses[0] #=> String
|
11279
|
+
# resp.data_migration.data_migration_cidr_blocks #=> Array
|
11280
|
+
# resp.data_migration.data_migration_cidr_blocks[0] #=> String
|
11253
11281
|
# resp.data_migration.last_failure_message #=> String
|
11254
11282
|
# resp.data_migration.stop_reason #=> String
|
11255
11283
|
#
|
@@ -12031,6 +12059,10 @@ module Aws::DatabaseMigrationService
|
|
12031
12059
|
#
|
12032
12060
|
# </note>
|
12033
12061
|
#
|
12062
|
+
# @option params [Array<Types::Tag>] :tags
|
12063
|
+
# One or more tags to be assigned to the premigration assessment run
|
12064
|
+
# that you want to start.
|
12065
|
+
#
|
12034
12066
|
# @return [Types::StartReplicationTaskAssessmentRunResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12035
12067
|
#
|
12036
12068
|
# * {Types::StartReplicationTaskAssessmentRunResponse#replication_task_assessment_run #replication_task_assessment_run} => Types::ReplicationTaskAssessmentRun
|
@@ -12047,6 +12079,13 @@ module Aws::DatabaseMigrationService
|
|
12047
12079
|
# assessment_run_name: "String", # required
|
12048
12080
|
# include_only: ["String"],
|
12049
12081
|
# exclude: ["String"],
|
12082
|
+
# tags: [
|
12083
|
+
# {
|
12084
|
+
# key: "String",
|
12085
|
+
# value: "String",
|
12086
|
+
# resource_arn: "String",
|
12087
|
+
# },
|
12088
|
+
# ],
|
12050
12089
|
# })
|
12051
12090
|
#
|
12052
12091
|
# @example Response structure
|
@@ -12064,6 +12103,12 @@ module Aws::DatabaseMigrationService
|
|
12064
12103
|
# resp.replication_task_assessment_run.result_encryption_mode #=> String
|
12065
12104
|
# resp.replication_task_assessment_run.result_kms_key_arn #=> String
|
12066
12105
|
# resp.replication_task_assessment_run.assessment_run_name #=> String
|
12106
|
+
# resp.replication_task_assessment_run.is_latest_task_assessment_run #=> Boolean
|
12107
|
+
# resp.replication_task_assessment_run.result_statistic.passed #=> Integer
|
12108
|
+
# resp.replication_task_assessment_run.result_statistic.failed #=> Integer
|
12109
|
+
# resp.replication_task_assessment_run.result_statistic.error #=> Integer
|
12110
|
+
# resp.replication_task_assessment_run.result_statistic.warning #=> Integer
|
12111
|
+
# resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
|
12067
12112
|
#
|
12068
12113
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRun AWS API Documentation
|
12069
12114
|
#
|
@@ -12119,6 +12164,8 @@ module Aws::DatabaseMigrationService
|
|
12119
12164
|
# resp.data_migration.data_migration_status #=> String
|
12120
12165
|
# resp.data_migration.public_ip_addresses #=> Array
|
12121
12166
|
# resp.data_migration.public_ip_addresses[0] #=> String
|
12167
|
+
# resp.data_migration.data_migration_cidr_blocks #=> Array
|
12168
|
+
# resp.data_migration.data_migration_cidr_blocks[0] #=> String
|
12122
12169
|
# resp.data_migration.last_failure_message #=> String
|
12123
12170
|
# resp.data_migration.stop_reason #=> String
|
12124
12171
|
#
|
@@ -12398,7 +12445,7 @@ module Aws::DatabaseMigrationService
|
|
12398
12445
|
tracer: tracer
|
12399
12446
|
)
|
12400
12447
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
12401
|
-
context[:gem_version] = '1.
|
12448
|
+
context[:gem_version] = '1.109.0'
|
12402
12449
|
Seahorse::Client::Request.new(handlers, context)
|
12403
12450
|
end
|
12404
12451
|
|
@@ -77,6 +77,7 @@ module Aws::DatabaseMigrationService
|
|
77
77
|
CreateReplicationTaskResponse = Shapes::StructureShape.new(name: 'CreateReplicationTaskResponse')
|
78
78
|
DataFormatValue = Shapes::StringShape.new(name: 'DataFormatValue')
|
79
79
|
DataMigration = Shapes::StructureShape.new(name: 'DataMigration')
|
80
|
+
DataMigrationCidrBlock = Shapes::ListShape.new(name: 'DataMigrationCidrBlock')
|
80
81
|
DataMigrationSettings = Shapes::StructureShape.new(name: 'DataMigrationSettings')
|
81
82
|
DataMigrationStatistics = Shapes::StructureShape.new(name: 'DataMigrationStatistics')
|
82
83
|
DataMigrations = Shapes::ListShape.new(name: 'DataMigrations')
|
@@ -391,6 +392,7 @@ module Aws::DatabaseMigrationService
|
|
391
392
|
ReplicationTaskAssessmentRun = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRun')
|
392
393
|
ReplicationTaskAssessmentRunList = Shapes::ListShape.new(name: 'ReplicationTaskAssessmentRunList')
|
393
394
|
ReplicationTaskAssessmentRunProgress = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRunProgress')
|
395
|
+
ReplicationTaskAssessmentRunResultStatistic = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRunResultStatistic')
|
394
396
|
ReplicationTaskIndividualAssessment = Shapes::StructureShape.new(name: 'ReplicationTaskIndividualAssessment')
|
395
397
|
ReplicationTaskIndividualAssessmentList = Shapes::ListShape.new(name: 'ReplicationTaskIndividualAssessmentList')
|
396
398
|
ReplicationTaskList = Shapes::ListShape.new(name: 'ReplicationTaskList')
|
@@ -796,10 +798,13 @@ module Aws::DatabaseMigrationService
|
|
796
798
|
DataMigration.add_member(:data_migration_statistics, Shapes::ShapeRef.new(shape: DataMigrationStatistics, location_name: "DataMigrationStatistics"))
|
797
799
|
DataMigration.add_member(:data_migration_status, Shapes::ShapeRef.new(shape: String, location_name: "DataMigrationStatus"))
|
798
800
|
DataMigration.add_member(:public_ip_addresses, Shapes::ShapeRef.new(shape: PublicIpAddressList, location_name: "PublicIpAddresses"))
|
801
|
+
DataMigration.add_member(:data_migration_cidr_blocks, Shapes::ShapeRef.new(shape: DataMigrationCidrBlock, location_name: "DataMigrationCidrBlocks"))
|
799
802
|
DataMigration.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: String, location_name: "LastFailureMessage"))
|
800
803
|
DataMigration.add_member(:stop_reason, Shapes::ShapeRef.new(shape: String, location_name: "StopReason"))
|
801
804
|
DataMigration.struct_class = Types::DataMigration
|
802
805
|
|
806
|
+
DataMigrationCidrBlock.member = Shapes::ShapeRef.new(shape: String)
|
807
|
+
|
803
808
|
DataMigrationSettings.add_member(:number_of_jobs, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfJobs"))
|
804
809
|
DataMigrationSettings.add_member(:cloudwatch_logs_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CloudwatchLogsEnabled"))
|
805
810
|
DataMigrationSettings.add_member(:selection_rules, Shapes::ShapeRef.new(shape: SecretString, location_name: "SelectionRules"))
|
@@ -2420,6 +2425,8 @@ module Aws::DatabaseMigrationService
|
|
2420
2425
|
ReplicationTaskAssessmentRun.add_member(:result_encryption_mode, Shapes::ShapeRef.new(shape: String, location_name: "ResultEncryptionMode"))
|
2421
2426
|
ReplicationTaskAssessmentRun.add_member(:result_kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResultKmsKeyArn"))
|
2422
2427
|
ReplicationTaskAssessmentRun.add_member(:assessment_run_name, Shapes::ShapeRef.new(shape: String, location_name: "AssessmentRunName"))
|
2428
|
+
ReplicationTaskAssessmentRun.add_member(:is_latest_task_assessment_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsLatestTaskAssessmentRun"))
|
2429
|
+
ReplicationTaskAssessmentRun.add_member(:result_statistic, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRunResultStatistic, location_name: "ResultStatistic"))
|
2423
2430
|
ReplicationTaskAssessmentRun.struct_class = Types::ReplicationTaskAssessmentRun
|
2424
2431
|
|
2425
2432
|
ReplicationTaskAssessmentRunList.member = Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun)
|
@@ -2428,6 +2435,13 @@ module Aws::DatabaseMigrationService
|
|
2428
2435
|
ReplicationTaskAssessmentRunProgress.add_member(:individual_assessment_completed_count, Shapes::ShapeRef.new(shape: Integer, location_name: "IndividualAssessmentCompletedCount"))
|
2429
2436
|
ReplicationTaskAssessmentRunProgress.struct_class = Types::ReplicationTaskAssessmentRunProgress
|
2430
2437
|
|
2438
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:passed, Shapes::ShapeRef.new(shape: Integer, location_name: "Passed"))
|
2439
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "Failed"))
|
2440
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:error, Shapes::ShapeRef.new(shape: Integer, location_name: "Error"))
|
2441
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:warning, Shapes::ShapeRef.new(shape: Integer, location_name: "Warning"))
|
2442
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:cancelled, Shapes::ShapeRef.new(shape: Integer, location_name: "Cancelled"))
|
2443
|
+
ReplicationTaskAssessmentRunResultStatistic.struct_class = Types::ReplicationTaskAssessmentRunResultStatistic
|
2444
|
+
|
2431
2445
|
ReplicationTaskIndividualAssessment.add_member(:replication_task_individual_assessment_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskIndividualAssessmentArn"))
|
2432
2446
|
ReplicationTaskIndividualAssessment.add_member(:replication_task_assessment_run_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskAssessmentRunArn"))
|
2433
2447
|
ReplicationTaskIndividualAssessment.add_member(:individual_assessment_name, Shapes::ShapeRef.new(shape: String, location_name: "IndividualAssessmentName"))
|
@@ -2661,6 +2675,7 @@ module Aws::DatabaseMigrationService
|
|
2661
2675
|
StartReplicationTaskAssessmentRunMessage.add_member(:assessment_run_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AssessmentRunName"))
|
2662
2676
|
StartReplicationTaskAssessmentRunMessage.add_member(:include_only, Shapes::ShapeRef.new(shape: IncludeTestList, location_name: "IncludeOnly"))
|
2663
2677
|
StartReplicationTaskAssessmentRunMessage.add_member(:exclude, Shapes::ShapeRef.new(shape: ExcludeTestList, location_name: "Exclude"))
|
2678
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2664
2679
|
StartReplicationTaskAssessmentRunMessage.struct_class = Types::StartReplicationTaskAssessmentRunMessage
|
2665
2680
|
|
2666
2681
|
StartReplicationTaskAssessmentRunResponse.add_member(:replication_task_assessment_run, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun, location_name: "ReplicationTaskAssessmentRun"))
|
@@ -52,15 +52,18 @@ module Aws::DatabaseMigrationService
|
|
52
52
|
self[:region] = options[:region]
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
-
if self[:use_dual_stack].nil?
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
-
end
|
58
55
|
self[:use_fips] = options[:use_fips]
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
-
if self[:use_fips].nil?
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
-
end
|
63
57
|
self[:endpoint] = options[:endpoint]
|
64
58
|
end
|
59
|
+
|
60
|
+
def self.create(config, options={})
|
61
|
+
new({
|
62
|
+
region: config.region,
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
64
|
+
use_fips: config.use_fips_endpoint,
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
66
|
+
}.merge(options))
|
67
|
+
end
|
65
68
|
end
|
66
69
|
end
|