aws-sdk-databasemigrationservice 1.108.0 → 1.110.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 +60 -13
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +15 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +85 -22
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +8 -1
- data/sig/types.rbs +13 -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: da410daf74d4242c0713c5a172fbe6be05caeeecf144bde9ca75c323bcdc88bb
|
4
|
+
data.tar.gz: '078c33ec17039b3cb1e7f3ef24b44783dba9437a8253679b3caf16f962d1d826'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a76f05d3e39b517d643ffbaf4b53b9187a613603329eb417d9412260220226e50f0f7b2bffe61c77c74e5d1e65d1e0c66ee51947d9cc0c213f5cb035505eb6ea
|
7
|
+
data.tar.gz: '08b86277236e076974f389491598c8ab2f3f59c5ae04e847764fd2f23503565a610db6387bbe22be99952be538af9c8348673602de9ef9b99205d70aeaa8fd5c'
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.110.0 (2024-11-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.109.0 (2024-10-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.
|
13
|
+
|
4
14
|
1.108.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.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
|
#
|
@@ -1119,8 +1127,8 @@ module Aws::DatabaseMigrationService
|
|
1119
1127
|
# Shorthand syntax for these settings is as follows:
|
1120
1128
|
# `ServiceAccessRoleArn=string,BucketName=string`
|
1121
1129
|
#
|
1122
|
-
# JSON syntax for these settings is as follows:
|
1123
|
-
# "ServiceAccessRoleArn": "string", "BucketName": "string",
|
1130
|
+
# JSON syntax for these settings is as follows: `{
|
1131
|
+
# "ServiceAccessRoleArn": "string", "BucketName": "string", } `
|
1124
1132
|
#
|
1125
1133
|
# @option params [Types::MongoDbSettings] :mongo_db_settings
|
1126
1134
|
# Settings in JSON format for the source MongoDB endpoint. For more
|
@@ -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
|
#
|
@@ -8479,7 +8503,7 @@ module Aws::DatabaseMigrationService
|
|
8479
8503
|
# SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
|
8480
8504
|
# You can't provide the certificate inline.
|
8481
8505
|
#
|
8482
|
-
# Example: `filebase64("
|
8506
|
+
# Example: `filebase64("${path.root}/rds-ca-2019-root.sso")`
|
8483
8507
|
#
|
8484
8508
|
# @option params [Array<Types::Tag>] :tags
|
8485
8509
|
# The tags associated with the certificate.
|
@@ -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
|
#
|
@@ -9062,8 +9088,8 @@ module Aws::DatabaseMigrationService
|
|
9062
9088
|
# Shorthand syntax for these settings is as follows:
|
9063
9089
|
# `ServiceAccessRoleArn=string ,BucketName=string`
|
9064
9090
|
#
|
9065
|
-
# JSON syntax for these settings is as follows:
|
9066
|
-
# "ServiceAccessRoleArn": "string", "BucketName": "string"
|
9091
|
+
# JSON syntax for these settings is as follows: `{
|
9092
|
+
# "ServiceAccessRoleArn": "string", "BucketName": "string"} `
|
9067
9093
|
#
|
9068
9094
|
# @option params [Types::MongoDbSettings] :mongo_db_settings
|
9069
9095
|
# Settings in JSON format for the source MongoDB endpoint. For more
|
@@ -9215,15 +9241,15 @@ module Aws::DatabaseMigrationService
|
|
9215
9241
|
# settings with different names.
|
9216
9242
|
#
|
9217
9243
|
# For example, if you call `create-endpoint ... --endpoint-settings
|
9218
|
-
# '
|
9219
|
-
# `'
|
9220
|
-
#
|
9221
|
-
#
|
9244
|
+
# '{"a":1}' ...`, the endpoint has the following endpoint settings:
|
9245
|
+
# `'{"a":1}'`. If you then call `modify-endpoint ... --endpoint-settings
|
9246
|
+
# '{"b":2}' ...` for the same endpoint, the endpoint has the following
|
9247
|
+
# settings: `'{"a":1,"b":2}'`.
|
9222
9248
|
#
|
9223
9249
|
# However, suppose that you follow this with a call to `modify-endpoint
|
9224
|
-
# ... --endpoint-settings '
|
9225
|
-
#
|
9226
|
-
# `'
|
9250
|
+
# ... --endpoint-settings '{"b":2}' --exact-settings ...` for that same
|
9251
|
+
# endpoint again. Then the endpoint has the following settings:
|
9252
|
+
# `'{"b":2}'`. All existing settings are replaced with the exact
|
9227
9253
|
# settings that you specify.
|
9228
9254
|
#
|
9229
9255
|
# @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
|
@@ -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.110.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"))
|
@@ -248,7 +248,7 @@ module Aws::DatabaseMigrationService
|
|
248
248
|
#
|
249
249
|
# @!attribute [rw] certificate_wallet
|
250
250
|
# The location of an imported Oracle Wallet certificate for use with
|
251
|
-
# SSL. Example: `filebase64("
|
251
|
+
# SSL. Example: `filebase64("${path.root}/rds-ca-2019-root.sso")`
|
252
252
|
# @return [String]
|
253
253
|
#
|
254
254
|
# @!attribute [rw] certificate_arn
|
@@ -842,8 +842,8 @@ module Aws::DatabaseMigrationService
|
|
842
842
|
# Shorthand syntax for these settings is as follows:
|
843
843
|
# `ServiceAccessRoleArn=string,BucketName=string`
|
844
844
|
#
|
845
|
-
# JSON syntax for these settings is as follows:
|
846
|
-
# "ServiceAccessRoleArn": "string", "BucketName": "string",
|
845
|
+
# JSON syntax for these settings is as follows: `{
|
846
|
+
# "ServiceAccessRoleArn": "string", "BucketName": "string", } `
|
847
847
|
# @return [Types::DmsTransferSettings]
|
848
848
|
#
|
849
849
|
# @!attribute [rw] mongo_db_settings
|
@@ -1928,6 +1928,10 @@ module Aws::DatabaseMigrationService
|
|
1928
1928
|
# The IP addresses of the endpoints for the data migration.
|
1929
1929
|
# @return [Array<String>]
|
1930
1930
|
#
|
1931
|
+
# @!attribute [rw] data_migration_cidr_blocks
|
1932
|
+
# The CIDR blocks of the endpoints for the data migration.
|
1933
|
+
# @return [Array<String>]
|
1934
|
+
#
|
1931
1935
|
# @!attribute [rw] last_failure_message
|
1932
1936
|
# Information about the data migration's most recent error or
|
1933
1937
|
# failure.
|
@@ -1953,6 +1957,7 @@ module Aws::DatabaseMigrationService
|
|
1953
1957
|
:data_migration_statistics,
|
1954
1958
|
:data_migration_status,
|
1955
1959
|
:public_ip_addresses,
|
1960
|
+
:data_migration_cidr_blocks,
|
1956
1961
|
:last_failure_message,
|
1957
1962
|
:stop_reason)
|
1958
1963
|
SENSITIVE = [:public_ip_addresses]
|
@@ -6319,7 +6324,7 @@ module Aws::DatabaseMigrationService
|
|
6319
6324
|
# SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
|
6320
6325
|
# You can't provide the certificate inline.
|
6321
6326
|
#
|
6322
|
-
# Example: `filebase64("
|
6327
|
+
# Example: `filebase64("${path.root}/rds-ca-2019-root.sso")`
|
6323
6328
|
# @return [String]
|
6324
6329
|
#
|
6325
6330
|
# @!attribute [rw] tags
|
@@ -7508,8 +7513,8 @@ module Aws::DatabaseMigrationService
|
|
7508
7513
|
# Shorthand syntax for these settings is as follows:
|
7509
7514
|
# `ServiceAccessRoleArn=string ,BucketName=string`
|
7510
7515
|
#
|
7511
|
-
# JSON syntax for these settings is as follows:
|
7512
|
-
# "ServiceAccessRoleArn": "string", "BucketName": "string"
|
7516
|
+
# JSON syntax for these settings is as follows: `{
|
7517
|
+
# "ServiceAccessRoleArn": "string", "BucketName": "string"} `
|
7513
7518
|
# @return [Types::DmsTransferSettings]
|
7514
7519
|
#
|
7515
7520
|
# @!attribute [rw] mongo_db_settings
|
@@ -7678,16 +7683,16 @@ module Aws::DatabaseMigrationService
|
|
7678
7683
|
# settings with different names.
|
7679
7684
|
#
|
7680
7685
|
# For example, if you call `create-endpoint ... --endpoint-settings
|
7681
|
-
# '
|
7682
|
-
# `'
|
7683
|
-
# --endpoint-settings '
|
7684
|
-
# endpoint has the following settings: `'
|
7686
|
+
# '{"a":1}' ...`, the endpoint has the following endpoint settings:
|
7687
|
+
# `'{"a":1}'`. If you then call `modify-endpoint ...
|
7688
|
+
# --endpoint-settings '{"b":2}' ...` for the same endpoint, the
|
7689
|
+
# endpoint has the following settings: `'{"a":1,"b":2}'`.
|
7685
7690
|
#
|
7686
7691
|
# However, suppose that you follow this with a call to
|
7687
|
-
# `modify-endpoint ... --endpoint-settings '
|
7688
|
-
#
|
7689
|
-
#
|
7690
|
-
#
|
7692
|
+
# `modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings
|
7693
|
+
# ...` for that same endpoint again. Then the endpoint has the
|
7694
|
+
# following settings: `'{"b":2}'`. All existing settings are replaced
|
7695
|
+
# with the exact settings that you specify.
|
7691
7696
|
# @return [Boolean]
|
7692
7697
|
#
|
7693
7698
|
# @!attribute [rw] gcp_my_sql_settings
|
@@ -11658,6 +11663,17 @@ module Aws::DatabaseMigrationService
|
|
11658
11663
|
# Unique name of the assessment run.
|
11659
11664
|
# @return [String]
|
11660
11665
|
#
|
11666
|
+
# @!attribute [rw] is_latest_task_assessment_run
|
11667
|
+
# Indicates that the following PreflightAssessmentRun is the latest
|
11668
|
+
# for the ReplicationTask. The status is either true or false.
|
11669
|
+
# @return [Boolean]
|
11670
|
+
#
|
11671
|
+
# @!attribute [rw] result_statistic
|
11672
|
+
# Result statistics for a completed assessment run, showing aggregated
|
11673
|
+
# statistics of IndividualAssessments for how many assessments were
|
11674
|
+
# passed, failed, or encountered issues such as errors or warnings.
|
11675
|
+
# @return [Types::ReplicationTaskAssessmentRunResultStatistic]
|
11676
|
+
#
|
11661
11677
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskAssessmentRun AWS API Documentation
|
11662
11678
|
#
|
11663
11679
|
class ReplicationTaskAssessmentRun < Struct.new(
|
@@ -11672,7 +11688,9 @@ module Aws::DatabaseMigrationService
|
|
11672
11688
|
:result_location_folder,
|
11673
11689
|
:result_encryption_mode,
|
11674
11690
|
:result_kms_key_arn,
|
11675
|
-
:assessment_run_name
|
11691
|
+
:assessment_run_name,
|
11692
|
+
:is_latest_task_assessment_run,
|
11693
|
+
:result_statistic)
|
11676
11694
|
SENSITIVE = []
|
11677
11695
|
include Aws::Structure
|
11678
11696
|
end
|
@@ -11698,6 +11716,46 @@ module Aws::DatabaseMigrationService
|
|
11698
11716
|
include Aws::Structure
|
11699
11717
|
end
|
11700
11718
|
|
11719
|
+
# The object containing the result statistics for a completed assessment
|
11720
|
+
# run.
|
11721
|
+
#
|
11722
|
+
# @!attribute [rw] passed
|
11723
|
+
# The number of individual assessments that successfully passed all
|
11724
|
+
# checks in the assessment run.
|
11725
|
+
# @return [Integer]
|
11726
|
+
#
|
11727
|
+
# @!attribute [rw] failed
|
11728
|
+
# The number of individual assessments that failed to meet the
|
11729
|
+
# criteria defined in the assessment run.
|
11730
|
+
# @return [Integer]
|
11731
|
+
#
|
11732
|
+
# @!attribute [rw] error
|
11733
|
+
# The number of individual assessments that encountered a critical
|
11734
|
+
# error and could not complete properly.
|
11735
|
+
# @return [Integer]
|
11736
|
+
#
|
11737
|
+
# @!attribute [rw] warning
|
11738
|
+
# Indicates that the recent completed AssessmentRun triggered a
|
11739
|
+
# warning.
|
11740
|
+
# @return [Integer]
|
11741
|
+
#
|
11742
|
+
# @!attribute [rw] cancelled
|
11743
|
+
# The number of individual assessments that were cancelled during the
|
11744
|
+
# assessment run.
|
11745
|
+
# @return [Integer]
|
11746
|
+
#
|
11747
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskAssessmentRunResultStatistic AWS API Documentation
|
11748
|
+
#
|
11749
|
+
class ReplicationTaskAssessmentRunResultStatistic < Struct.new(
|
11750
|
+
:passed,
|
11751
|
+
:failed,
|
11752
|
+
:error,
|
11753
|
+
:warning,
|
11754
|
+
:cancelled)
|
11755
|
+
SENSITIVE = []
|
11756
|
+
include Aws::Structure
|
11757
|
+
end
|
11758
|
+
|
11701
11759
|
# Provides information that describes an individual assessment from a
|
11702
11760
|
# premigration assessment run.
|
11703
11761
|
#
|
@@ -12487,10 +12545,10 @@ module Aws::DatabaseMigrationService
|
|
12487
12545
|
# this parameter when `DatePartitionedEnabled` is set to `true`, as
|
12488
12546
|
# shown in the following example.
|
12489
12547
|
#
|
12490
|
-
# `s3-settings='
|
12548
|
+
# `s3-settings='{"DatePartitionEnabled": true,
|
12491
12549
|
# "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter":
|
12492
12550
|
# "SLASH", "DatePartitionTimezone":"Asia/Seoul", "BucketName":
|
12493
|
-
# "dms-nattarat-test"
|
12551
|
+
# "dms-nattarat-test"}'`
|
12494
12552
|
# @return [String]
|
12495
12553
|
#
|
12496
12554
|
# @!attribute [rw] add_trailing_padding_character
|
@@ -12502,8 +12560,7 @@ module Aws::DatabaseMigrationService
|
|
12502
12560
|
# To specify a bucket owner and prevent sniping, you can use the
|
12503
12561
|
# `ExpectedBucketOwner` endpoint setting.
|
12504
12562
|
#
|
12505
|
-
# Example: `--s3-settings='
|
12506
|
-
# "AWS_Account_ID"\}'`
|
12563
|
+
# Example: `--s3-settings='{"ExpectedBucketOwner": "AWS_Account_ID"}'`
|
12507
12564
|
#
|
12508
12565
|
# When you make a request to test a connection or perform a migration,
|
12509
12566
|
# S3 checks the account ID of the bucket owner against the specified
|
@@ -13226,6 +13283,11 @@ module Aws::DatabaseMigrationService
|
|
13226
13283
|
# </note>
|
13227
13284
|
# @return [Array<String>]
|
13228
13285
|
#
|
13286
|
+
# @!attribute [rw] tags
|
13287
|
+
# One or more tags to be assigned to the premigration assessment run
|
13288
|
+
# that you want to start.
|
13289
|
+
# @return [Array<Types::Tag>]
|
13290
|
+
#
|
13229
13291
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRunMessage AWS API Documentation
|
13230
13292
|
#
|
13231
13293
|
class StartReplicationTaskAssessmentRunMessage < Struct.new(
|
@@ -13237,7 +13299,8 @@ module Aws::DatabaseMigrationService
|
|
13237
13299
|
:result_kms_key_arn,
|
13238
13300
|
:assessment_run_name,
|
13239
13301
|
:include_only,
|
13240
|
-
:exclude
|
13302
|
+
:exclude,
|
13303
|
+
:tags)
|
13241
13304
|
SENSITIVE = []
|
13242
13305
|
include Aws::Structure
|
13243
13306
|
end
|
@@ -13793,7 +13856,7 @@ module Aws::DatabaseMigrationService
|
|
13793
13856
|
# "dms:". The string can only contain only the set of Unicode
|
13794
13857
|
# letters, digits, white-space, '\_', '.', '/', '=', '+',
|
13795
13858
|
# '-' (Java regular expressions:
|
13796
|
-
# "^(\[\\\\p
|
13859
|
+
# "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-\]*)$").
|
13797
13860
|
# @return [String]
|
13798
13861
|
#
|
13799
13862
|
# @!attribute [rw] value
|
@@ -13802,7 +13865,7 @@ module Aws::DatabaseMigrationService
|
|
13802
13865
|
# "aws:" or "dms:". The string can only contain only the set of
|
13803
13866
|
# Unicode letters, digits, white-space, '\_', '.', '/', '=',
|
13804
13867
|
# '+', '-' (Java regular expressions:
|
13805
|
-
# "^(\[\\\\p
|
13868
|
+
# "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-\]*)$").
|
13806
13869
|
# @return [String]
|
13807
13870
|
#
|
13808
13871
|
# @!attribute [rw] resource_arn
|
data/sig/client.rbs
CHANGED
@@ -2598,7 +2598,14 @@ module Aws
|
|
2598
2598
|
?result_kms_key_arn: ::String,
|
2599
2599
|
assessment_run_name: ::String,
|
2600
2600
|
?include_only: Array[::String],
|
2601
|
-
?exclude: Array[::String]
|
2601
|
+
?exclude: Array[::String],
|
2602
|
+
?tags: Array[
|
2603
|
+
{
|
2604
|
+
key: ::String?,
|
2605
|
+
value: ::String?,
|
2606
|
+
resource_arn: ::String?
|
2607
|
+
},
|
2608
|
+
]
|
2602
2609
|
) -> _StartReplicationTaskAssessmentRunResponseSuccess
|
2603
2610
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartReplicationTaskAssessmentRunResponseSuccess
|
2604
2611
|
|
data/sig/types.rbs
CHANGED
@@ -383,6 +383,7 @@ module Aws::DatabaseMigrationService
|
|
383
383
|
attr_accessor data_migration_statistics: Types::DataMigrationStatistics
|
384
384
|
attr_accessor data_migration_status: ::String
|
385
385
|
attr_accessor public_ip_addresses: ::Array[::String]
|
386
|
+
attr_accessor data_migration_cidr_blocks: ::Array[::String]
|
386
387
|
attr_accessor last_failure_message: ::String
|
387
388
|
attr_accessor stop_reason: ::String
|
388
389
|
SENSITIVE: [:public_ip_addresses]
|
@@ -2417,6 +2418,8 @@ module Aws::DatabaseMigrationService
|
|
2417
2418
|
attr_accessor result_encryption_mode: ::String
|
2418
2419
|
attr_accessor result_kms_key_arn: ::String
|
2419
2420
|
attr_accessor assessment_run_name: ::String
|
2421
|
+
attr_accessor is_latest_task_assessment_run: bool
|
2422
|
+
attr_accessor result_statistic: Types::ReplicationTaskAssessmentRunResultStatistic
|
2420
2423
|
SENSITIVE: []
|
2421
2424
|
end
|
2422
2425
|
|
@@ -2426,6 +2429,15 @@ module Aws::DatabaseMigrationService
|
|
2426
2429
|
SENSITIVE: []
|
2427
2430
|
end
|
2428
2431
|
|
2432
|
+
class ReplicationTaskAssessmentRunResultStatistic
|
2433
|
+
attr_accessor passed: ::Integer
|
2434
|
+
attr_accessor failed: ::Integer
|
2435
|
+
attr_accessor error: ::Integer
|
2436
|
+
attr_accessor warning: ::Integer
|
2437
|
+
attr_accessor cancelled: ::Integer
|
2438
|
+
SENSITIVE: []
|
2439
|
+
end
|
2440
|
+
|
2429
2441
|
class ReplicationTaskIndividualAssessment
|
2430
2442
|
attr_accessor replication_task_individual_assessment_arn: ::String
|
2431
2443
|
attr_accessor replication_task_assessment_run_arn: ::String
|
@@ -2722,6 +2734,7 @@ module Aws::DatabaseMigrationService
|
|
2722
2734
|
attr_accessor assessment_run_name: ::String
|
2723
2735
|
attr_accessor include_only: ::Array[::String]
|
2724
2736
|
attr_accessor exclude: ::Array[::String]
|
2737
|
+
attr_accessor tags: ::Array[Types::Tag]
|
2725
2738
|
SENSITIVE: []
|
2726
2739
|
end
|
2727
2740
|
|
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.110.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|