aws-sdk-databasemigrationservice 1.60.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d59fb13e205ca0c92c25bd7effeff689b6fa383a9c7c077c7555b1186407ec5
4
- data.tar.gz: a4287773e676e3aa54fb470e0a61f5c678ab5e8c00442c78d96d56b18b25c709
3
+ metadata.gz: 5109bb82f519c90191615fa304dc49a7e3a8f2bfa135be46a85404dfd704ca69
4
+ data.tar.gz: e2bb7b3711246c374d7377bd8a587d976ffdf97fcc70bf6b1b7cdae9650cda8f
5
5
  SHA512:
6
- metadata.gz: 00d71d55d1d0dd00cd00f0f787baac4ceaa501fed08247b93b96c0222980f0cc172bb2b1fcfdc7237501ef886f1c4a819a906d94a55c8328d122b2cf3c04fdb7
7
- data.tar.gz: 05b852d8fd841956e64a50c64e76d46881209b9722e17845229099a64dd5a2c34b696df23fccd7d9f0ddaf17195b8469856661c322f40069cac439505dfdfdcd
6
+ metadata.gz: 6ee0fe6bcaeffb583068bd4c9ea2e4bb4598dda3eabd7f4c6973dad386542fe72df77789956ff0d09dab1e299c5e7c82e830000decf09f1c605d440e5ff24335
7
+ data.tar.gz: 3bd6f4a0f41a78507bbc750f7f6b6bd833429955f2d3cb0957922270dba323527e0c03bfac1a9d54fc335cd2da35de977d2c666823d29b0ef73c28f0194aa14b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.63.0 (2021-11-22)
10
+ ------------------
11
+
12
+ * Feature - Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
13
+
14
+ 1.62.0 (2021-11-15)
15
+ ------------------
16
+
17
+ * Feature - Add Settings in JSON format for the source GCP MySQL endpoint
18
+
19
+ 1.61.0 (2021-11-04)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.60.0 (2021-10-18)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.64.0
@@ -119,7 +119,9 @@ module Aws::DatabaseMigrationService
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -285,6 +287,15 @@ module Aws::DatabaseMigrationService
285
287
  # ** Please note ** When response stubbing is enabled, no HTTP
286
288
  # requests are made, and retries are disabled.
287
289
  #
290
+ # @option options [Boolean] :use_dualstack_endpoint
291
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
292
+ # will be used if available.
293
+ #
294
+ # @option options [Boolean] :use_fips_endpoint
295
+ # When set to `true`, fips compatible endpoints will be used if available.
296
+ # When a `fips` region is used, the region is normalized and this config
297
+ # is set to `true`.
298
+ #
288
299
  # @option options [Boolean] :validate_params (true)
289
300
  # When `true`, request parameters are validated before
290
301
  # sending the request.
@@ -527,10 +538,10 @@ module Aws::DatabaseMigrationService
527
538
  # @option params [required, String] :engine_name
528
539
  # The type of engine for the endpoint. Valid values, depending on the
529
540
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
530
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
531
- # `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
532
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`, `"sqlserver"`,
533
- # and `"neptune"`.
541
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
542
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
543
+ # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`,
544
+ # `"sqlserver"`, and `"neptune"`.
534
545
  #
535
546
  # @option params [String] :username
536
547
  # The user name to be used to log in to the endpoint database.
@@ -658,9 +669,9 @@ module Aws::DatabaseMigrationService
658
669
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping
659
670
  #
660
671
  # @option params [Types::ElasticsearchSettings] :elasticsearch_settings
661
- # Settings in JSON format for the target Elasticsearch endpoint. For
662
- # more information about the available settings, see [Extra Connection
663
- # Attributes When Using Elasticsearch as a Target for DMS][1] in the
672
+ # Settings in JSON format for the target OpenSearch endpoint. For more
673
+ # information about the available settings, see [Extra Connection
674
+ # Attributes When Using OpenSearch as a Target for DMS][1] in the
664
675
  # *Database Migration Service User Guide*.
665
676
  #
666
677
  #
@@ -768,6 +779,9 @@ module Aws::DatabaseMigrationService
768
779
  # @option params [Types::RedisSettings] :redis_settings
769
780
  # Settings in JSON format for the target Redis endpoint.
770
781
  #
782
+ # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
783
+ # Settings in JSON format for the source GCP MySQL endpoint.
784
+ #
771
785
  # @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
772
786
  #
773
787
  # * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -869,6 +883,7 @@ module Aws::DatabaseMigrationService
869
883
  # csv_no_sup_value: "String",
870
884
  # preserve_transactions: false,
871
885
  # cdc_path: "String",
886
+ # use_task_start_time_for_full_load_timestamp: false,
872
887
  # canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
873
888
  # add_column_name: false,
874
889
  # cdc_max_batch_interval: 1,
@@ -877,6 +892,7 @@ module Aws::DatabaseMigrationService
877
892
  # ignore_header_rows: 1,
878
893
  # max_file_size: 1,
879
894
  # rfc_4180: false,
895
+ # date_partition_timezone: "String",
880
896
  # },
881
897
  # dms_transfer_settings: {
882
898
  # service_access_role_arn: "String",
@@ -1115,6 +1131,22 @@ module Aws::DatabaseMigrationService
1115
1131
  # auth_password: "SecretString",
1116
1132
  # ssl_ca_certificate_arn: "String",
1117
1133
  # },
1134
+ # gcp_my_sql_settings: {
1135
+ # after_connect_script: "String",
1136
+ # clean_source_metadata_on_mismatch: false,
1137
+ # database_name: "String",
1138
+ # events_poll_interval: 1,
1139
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
1140
+ # max_file_size: 1,
1141
+ # parallel_load_threads: 1,
1142
+ # password: "SecretString",
1143
+ # port: 1,
1144
+ # server_name: "String",
1145
+ # server_timezone: "String",
1146
+ # username: "String",
1147
+ # secrets_manager_access_role_arn: "String",
1148
+ # secrets_manager_secret_id: "String",
1149
+ # },
1118
1150
  # })
1119
1151
  #
1120
1152
  # @example Response structure
@@ -1165,6 +1197,7 @@ module Aws::DatabaseMigrationService
1165
1197
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
1166
1198
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
1167
1199
  # resp.endpoint.s3_settings.cdc_path #=> String
1200
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
1168
1201
  # resp.endpoint.s3_settings.canned_acl_for_objects #=> String, one of "none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control"
1169
1202
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
1170
1203
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -1173,6 +1206,7 @@ module Aws::DatabaseMigrationService
1173
1206
  # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
1174
1207
  # resp.endpoint.s3_settings.max_file_size #=> Integer
1175
1208
  # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
1209
+ # resp.endpoint.s3_settings.date_partition_timezone #=> String
1176
1210
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
1177
1211
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
1178
1212
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -1380,6 +1414,20 @@ module Aws::DatabaseMigrationService
1380
1414
  # resp.endpoint.redis_settings.auth_user_name #=> String
1381
1415
  # resp.endpoint.redis_settings.auth_password #=> String
1382
1416
  # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
1417
+ # resp.endpoint.gcp_my_sql_settings.after_connect_script #=> String
1418
+ # resp.endpoint.gcp_my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
1419
+ # resp.endpoint.gcp_my_sql_settings.database_name #=> String
1420
+ # resp.endpoint.gcp_my_sql_settings.events_poll_interval #=> Integer
1421
+ # resp.endpoint.gcp_my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
1422
+ # resp.endpoint.gcp_my_sql_settings.max_file_size #=> Integer
1423
+ # resp.endpoint.gcp_my_sql_settings.parallel_load_threads #=> Integer
1424
+ # resp.endpoint.gcp_my_sql_settings.password #=> String
1425
+ # resp.endpoint.gcp_my_sql_settings.port #=> Integer
1426
+ # resp.endpoint.gcp_my_sql_settings.server_name #=> String
1427
+ # resp.endpoint.gcp_my_sql_settings.server_timezone #=> String
1428
+ # resp.endpoint.gcp_my_sql_settings.username #=> String
1429
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
1430
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
1383
1431
  #
1384
1432
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
1385
1433
  #
@@ -2107,7 +2155,7 @@ module Aws::DatabaseMigrationService
2107
2155
  # Deletes the specified certificate.
2108
2156
  #
2109
2157
  # @option params [required, String] :certificate_arn
2110
- # The Amazon Resource Name (ARN) of the deleted certificate.
2158
+ # The Amazon Resource Name (ARN) of the certificate.
2111
2159
  #
2112
2160
  # @return [Types::DeleteCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2113
2161
  #
@@ -2304,6 +2352,7 @@ module Aws::DatabaseMigrationService
2304
2352
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
2305
2353
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
2306
2354
  # resp.endpoint.s3_settings.cdc_path #=> String
2355
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
2307
2356
  # resp.endpoint.s3_settings.canned_acl_for_objects #=> String, one of "none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control"
2308
2357
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
2309
2358
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -2312,6 +2361,7 @@ module Aws::DatabaseMigrationService
2312
2361
  # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
2313
2362
  # resp.endpoint.s3_settings.max_file_size #=> Integer
2314
2363
  # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
2364
+ # resp.endpoint.s3_settings.date_partition_timezone #=> String
2315
2365
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
2316
2366
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
2317
2367
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -2519,6 +2569,20 @@ module Aws::DatabaseMigrationService
2519
2569
  # resp.endpoint.redis_settings.auth_user_name #=> String
2520
2570
  # resp.endpoint.redis_settings.auth_password #=> String
2521
2571
  # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
2572
+ # resp.endpoint.gcp_my_sql_settings.after_connect_script #=> String
2573
+ # resp.endpoint.gcp_my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
2574
+ # resp.endpoint.gcp_my_sql_settings.database_name #=> String
2575
+ # resp.endpoint.gcp_my_sql_settings.events_poll_interval #=> Integer
2576
+ # resp.endpoint.gcp_my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
2577
+ # resp.endpoint.gcp_my_sql_settings.max_file_size #=> Integer
2578
+ # resp.endpoint.gcp_my_sql_settings.parallel_load_threads #=> Integer
2579
+ # resp.endpoint.gcp_my_sql_settings.password #=> String
2580
+ # resp.endpoint.gcp_my_sql_settings.port #=> Integer
2581
+ # resp.endpoint.gcp_my_sql_settings.server_name #=> String
2582
+ # resp.endpoint.gcp_my_sql_settings.server_timezone #=> String
2583
+ # resp.endpoint.gcp_my_sql_settings.username #=> String
2584
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
2585
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
2522
2586
  #
2523
2587
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
2524
2588
  #
@@ -3019,7 +3083,7 @@ module Aws::DatabaseMigrationService
3019
3083
  #
3020
3084
  # @option params [Array<Types::Filter>] :filters
3021
3085
  # Filters applied to the certificates described in the form of key-value
3022
- # pairs.
3086
+ # pairs. Valid values are `certificate-arn` and `certificate-id`.
3023
3087
  #
3024
3088
  # @option params [Integer] :max_records
3025
3089
  # The maximum number of records to include in the response. If more
@@ -3470,6 +3534,7 @@ module Aws::DatabaseMigrationService
3470
3534
  # resp.endpoints[0].s3_settings.csv_no_sup_value #=> String
3471
3535
  # resp.endpoints[0].s3_settings.preserve_transactions #=> Boolean
3472
3536
  # resp.endpoints[0].s3_settings.cdc_path #=> String
3537
+ # resp.endpoints[0].s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
3473
3538
  # resp.endpoints[0].s3_settings.canned_acl_for_objects #=> String, one of "none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control"
3474
3539
  # resp.endpoints[0].s3_settings.add_column_name #=> Boolean
3475
3540
  # resp.endpoints[0].s3_settings.cdc_max_batch_interval #=> Integer
@@ -3478,6 +3543,7 @@ module Aws::DatabaseMigrationService
3478
3543
  # resp.endpoints[0].s3_settings.ignore_header_rows #=> Integer
3479
3544
  # resp.endpoints[0].s3_settings.max_file_size #=> Integer
3480
3545
  # resp.endpoints[0].s3_settings.rfc_4180 #=> Boolean
3546
+ # resp.endpoints[0].s3_settings.date_partition_timezone #=> String
3481
3547
  # resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
3482
3548
  # resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
3483
3549
  # resp.endpoints[0].mongo_db_settings.username #=> String
@@ -3685,6 +3751,20 @@ module Aws::DatabaseMigrationService
3685
3751
  # resp.endpoints[0].redis_settings.auth_user_name #=> String
3686
3752
  # resp.endpoints[0].redis_settings.auth_password #=> String
3687
3753
  # resp.endpoints[0].redis_settings.ssl_ca_certificate_arn #=> String
3754
+ # resp.endpoints[0].gcp_my_sql_settings.after_connect_script #=> String
3755
+ # resp.endpoints[0].gcp_my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
3756
+ # resp.endpoints[0].gcp_my_sql_settings.database_name #=> String
3757
+ # resp.endpoints[0].gcp_my_sql_settings.events_poll_interval #=> Integer
3758
+ # resp.endpoints[0].gcp_my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
3759
+ # resp.endpoints[0].gcp_my_sql_settings.max_file_size #=> Integer
3760
+ # resp.endpoints[0].gcp_my_sql_settings.parallel_load_threads #=> Integer
3761
+ # resp.endpoints[0].gcp_my_sql_settings.password #=> String
3762
+ # resp.endpoints[0].gcp_my_sql_settings.port #=> Integer
3763
+ # resp.endpoints[0].gcp_my_sql_settings.server_name #=> String
3764
+ # resp.endpoints[0].gcp_my_sql_settings.server_timezone #=> String
3765
+ # resp.endpoints[0].gcp_my_sql_settings.username #=> String
3766
+ # resp.endpoints[0].gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
3767
+ # resp.endpoints[0].gcp_my_sql_settings.secrets_manager_secret_id #=> String
3688
3768
  #
3689
3769
  #
3690
3770
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3763,6 +3843,8 @@ module Aws::DatabaseMigrationService
3763
3843
  # @option params [Array<Types::Filter>] :filters
3764
3844
  # Filters applied to event subscriptions.
3765
3845
  #
3846
+ # Valid filter names: event-subscription-arn \| event-subscription-id
3847
+ #
3766
3848
  # @option params [Integer] :max_records
3767
3849
  # The maximum number of records to include in the response. If more
3768
3850
  # records exist than the specified `MaxRecords` value, a pagination
@@ -3854,7 +3936,8 @@ module Aws::DatabaseMigrationService
3854
3936
  # A list of event categories for the source type that you've chosen.
3855
3937
  #
3856
3938
  # @option params [Array<Types::Filter>] :filters
3857
- # Filters applied to events.
3939
+ # Filters applied to events. The only valid filter is
3940
+ # `replication-instance-id`.
3858
3941
  #
3859
3942
  # @option params [Integer] :max_records
3860
3943
  # The maximum number of records to include in the response. If more
@@ -4380,13 +4463,11 @@ module Aws::DatabaseMigrationService
4380
4463
  # returns the latest results.
4381
4464
  #
4382
4465
  # For more information about DMS task assessments, see [Creating a task
4383
- # assessment report][1] in the [ Database Migration Service User
4384
- # Guide][2].
4466
+ # assessment report][1] in the *Database Migration Service User Guide*.
4385
4467
  #
4386
4468
  #
4387
4469
  #
4388
4470
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html
4389
- # [2]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/Welcome.html
4390
4471
  #
4391
4472
  # @option params [String] :replication_task_arn
4392
4473
  # The Amazon Resource Name (ARN) string that uniquely identifies the
@@ -4909,6 +4990,8 @@ module Aws::DatabaseMigrationService
4909
4990
  # SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
4910
4991
  # You can't provide the certificate inline.
4911
4992
  #
4993
+ # Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
4994
+ #
4912
4995
  # @option params [Array<Types::Tag>] :tags
4913
4996
  # The tags associated with the certificate.
4914
4997
  #
@@ -5057,10 +5140,10 @@ module Aws::DatabaseMigrationService
5057
5140
  # @option params [String] :engine_name
5058
5141
  # The type of engine for the endpoint. Valid values, depending on the
5059
5142
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
5060
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
5061
- # `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
5062
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
5063
- # `"sqlserver"`, and `"neptune"`.
5143
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
5144
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
5145
+ # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`,
5146
+ # `"documentdb"`, `"sqlserver"`, and `"neptune"`.
5064
5147
  #
5065
5148
  # @option params [String] :username
5066
5149
  # The user name to be used to login to the endpoint database.
@@ -5167,9 +5250,9 @@ module Aws::DatabaseMigrationService
5167
5250
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping
5168
5251
  #
5169
5252
  # @option params [Types::ElasticsearchSettings] :elasticsearch_settings
5170
- # Settings in JSON format for the target Elasticsearch endpoint. For
5171
- # more information about the available settings, see [Extra Connection
5172
- # Attributes When Using Elasticsearch as a Target for DMS][1] in the
5253
+ # Settings in JSON format for the target OpenSearch endpoint. For more
5254
+ # information about the available settings, see [Extra Connection
5255
+ # Attributes When Using OpenSearch as a Target for DMS][1] in the
5173
5256
  # *Database Migration Service User Guide.*
5174
5257
  #
5175
5258
  #
@@ -5296,6 +5379,9 @@ module Aws::DatabaseMigrationService
5296
5379
  # `'\{"b":2\}'`. All existing settings are replaced with the exact
5297
5380
  # settings that you specify.
5298
5381
  #
5382
+ # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
5383
+ # Settings in JSON format for the source GCP MySQL endpoint.
5384
+ #
5299
5385
  # @return [Types::ModifyEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5300
5386
  #
5301
5387
  # * {Types::ModifyEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -5375,6 +5461,7 @@ module Aws::DatabaseMigrationService
5375
5461
  # csv_no_sup_value: "String",
5376
5462
  # preserve_transactions: false,
5377
5463
  # cdc_path: "String",
5464
+ # use_task_start_time_for_full_load_timestamp: false,
5378
5465
  # canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
5379
5466
  # add_column_name: false,
5380
5467
  # cdc_max_batch_interval: 1,
@@ -5383,6 +5470,7 @@ module Aws::DatabaseMigrationService
5383
5470
  # ignore_header_rows: 1,
5384
5471
  # max_file_size: 1,
5385
5472
  # rfc_4180: false,
5473
+ # date_partition_timezone: "String",
5386
5474
  # },
5387
5475
  # dms_transfer_settings: {
5388
5476
  # service_access_role_arn: "String",
@@ -5621,6 +5709,22 @@ module Aws::DatabaseMigrationService
5621
5709
  # ssl_ca_certificate_arn: "String",
5622
5710
  # },
5623
5711
  # exact_settings: false,
5712
+ # gcp_my_sql_settings: {
5713
+ # after_connect_script: "String",
5714
+ # clean_source_metadata_on_mismatch: false,
5715
+ # database_name: "String",
5716
+ # events_poll_interval: 1,
5717
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
5718
+ # max_file_size: 1,
5719
+ # parallel_load_threads: 1,
5720
+ # password: "SecretString",
5721
+ # port: 1,
5722
+ # server_name: "String",
5723
+ # server_timezone: "String",
5724
+ # username: "String",
5725
+ # secrets_manager_access_role_arn: "String",
5726
+ # secrets_manager_secret_id: "String",
5727
+ # },
5624
5728
  # })
5625
5729
  #
5626
5730
  # @example Response structure
@@ -5671,6 +5775,7 @@ module Aws::DatabaseMigrationService
5671
5775
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
5672
5776
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
5673
5777
  # resp.endpoint.s3_settings.cdc_path #=> String
5778
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
5674
5779
  # resp.endpoint.s3_settings.canned_acl_for_objects #=> String, one of "none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control"
5675
5780
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
5676
5781
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -5679,6 +5784,7 @@ module Aws::DatabaseMigrationService
5679
5784
  # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
5680
5785
  # resp.endpoint.s3_settings.max_file_size #=> Integer
5681
5786
  # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
5787
+ # resp.endpoint.s3_settings.date_partition_timezone #=> String
5682
5788
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
5683
5789
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
5684
5790
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -5886,6 +5992,20 @@ module Aws::DatabaseMigrationService
5886
5992
  # resp.endpoint.redis_settings.auth_user_name #=> String
5887
5993
  # resp.endpoint.redis_settings.auth_password #=> String
5888
5994
  # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
5995
+ # resp.endpoint.gcp_my_sql_settings.after_connect_script #=> String
5996
+ # resp.endpoint.gcp_my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
5997
+ # resp.endpoint.gcp_my_sql_settings.database_name #=> String
5998
+ # resp.endpoint.gcp_my_sql_settings.events_poll_interval #=> Integer
5999
+ # resp.endpoint.gcp_my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
6000
+ # resp.endpoint.gcp_my_sql_settings.max_file_size #=> Integer
6001
+ # resp.endpoint.gcp_my_sql_settings.parallel_load_threads #=> Integer
6002
+ # resp.endpoint.gcp_my_sql_settings.password #=> String
6003
+ # resp.endpoint.gcp_my_sql_settings.port #=> Integer
6004
+ # resp.endpoint.gcp_my_sql_settings.server_name #=> String
6005
+ # resp.endpoint.gcp_my_sql_settings.server_timezone #=> String
6006
+ # resp.endpoint.gcp_my_sql_settings.username #=> String
6007
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
6008
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
5889
6009
  #
5890
6010
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
5891
6011
  #
@@ -6722,7 +6842,17 @@ module Aws::DatabaseMigrationService
6722
6842
  # The Amazon Resource Name (ARN) of the replication task to be started.
6723
6843
  #
6724
6844
  # @option params [required, String] :start_replication_task_type
6725
- # A type of replication task.
6845
+ # The type of replication task to start.
6846
+ #
6847
+ # When the migration type is `full-load` or `full-load-and-cdc`, the
6848
+ # only valid value for the first run of the task is `start-replication`.
6849
+ # You use `reload-target` to restart the task and `resume-processing` to
6850
+ # resume the task.
6851
+ #
6852
+ # When the migration type is `cdc`, you use `start-replication` to start
6853
+ # or restart the task, and `resume-processing` to resume the task.
6854
+ # `reload-target` is not a valid value for a task with migration type of
6855
+ # `cdc`.
6726
6856
  #
6727
6857
  # @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
6728
6858
  # Indicates the start time for a change data capture (CDC) operation.
@@ -6854,6 +6984,23 @@ module Aws::DatabaseMigrationService
6854
6984
  # Starts the replication task assessment for unsupported data types in
6855
6985
  # the source database.
6856
6986
  #
6987
+ # You can only use this operation for a task if the following conditions
6988
+ # are true:
6989
+ #
6990
+ # * The task must be in the `stopped` state.
6991
+ #
6992
+ # * The task must have successful connections to the source and target.
6993
+ #
6994
+ # If either of these conditions are not met, an
6995
+ # `InvalidResourceStateFault` error will result.
6996
+ #
6997
+ # For information about DMS task assessments, see [Creating a task
6998
+ # assessment report][1] in the *Database Migration Service User Guide*.
6999
+ #
7000
+ #
7001
+ #
7002
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html
7003
+ #
6857
7004
  # @option params [required, String] :replication_task_arn
6858
7005
  # The Amazon Resource Name (ARN) of the replication task.
6859
7006
  #
@@ -7178,7 +7325,7 @@ module Aws::DatabaseMigrationService
7178
7325
  params: params,
7179
7326
  config: config)
7180
7327
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
7181
- context[:gem_version] = '1.60.0'
7328
+ context[:gem_version] = '1.64.0'
7182
7329
  Seahorse::Client::Request.new(handlers, context)
7183
7330
  end
7184
7331
 
@@ -135,6 +135,7 @@ module Aws::DatabaseMigrationService
135
135
  Filter = Shapes::StructureShape.new(name: 'Filter')
136
136
  FilterList = Shapes::ListShape.new(name: 'FilterList')
137
137
  FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
138
+ GcpMySQLSettings = Shapes::StructureShape.new(name: 'GcpMySQLSettings')
138
139
  IBMDb2Settings = Shapes::StructureShape.new(name: 'IBMDb2Settings')
139
140
  ImportCertificateMessage = Shapes::StructureShape.new(name: 'ImportCertificateMessage')
140
141
  ImportCertificateResponse = Shapes::StructureShape.new(name: 'ImportCertificateResponse')
@@ -368,6 +369,7 @@ module Aws::DatabaseMigrationService
368
369
  CreateEndpointMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
369
370
  CreateEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
370
371
  CreateEndpointMessage.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
372
+ CreateEndpointMessage.add_member(:gcp_my_sql_settings, Shapes::ShapeRef.new(shape: GcpMySQLSettings, location_name: "GcpMySQLSettings"))
371
373
  CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
372
374
 
373
375
  CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
@@ -746,6 +748,7 @@ module Aws::DatabaseMigrationService
746
748
  Endpoint.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
747
749
  Endpoint.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
748
750
  Endpoint.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
751
+ Endpoint.add_member(:gcp_my_sql_settings, Shapes::ShapeRef.new(shape: GcpMySQLSettings, location_name: "GcpMySQLSettings"))
749
752
  Endpoint.struct_class = Types::Endpoint
750
753
 
751
754
  EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
@@ -805,6 +808,22 @@ module Aws::DatabaseMigrationService
805
808
 
806
809
  FilterValueList.member = Shapes::ShapeRef.new(shape: String)
807
810
 
811
+ GcpMySQLSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
812
+ GcpMySQLSettings.add_member(:clean_source_metadata_on_mismatch, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CleanSourceMetadataOnMismatch"))
813
+ GcpMySQLSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
814
+ GcpMySQLSettings.add_member(:events_poll_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "EventsPollInterval"))
815
+ GcpMySQLSettings.add_member(:target_db_type, Shapes::ShapeRef.new(shape: TargetDbType, location_name: "TargetDbType"))
816
+ GcpMySQLSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
817
+ GcpMySQLSettings.add_member(:parallel_load_threads, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ParallelLoadThreads"))
818
+ GcpMySQLSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
819
+ GcpMySQLSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
820
+ GcpMySQLSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
821
+ GcpMySQLSettings.add_member(:server_timezone, Shapes::ShapeRef.new(shape: String, location_name: "ServerTimezone"))
822
+ GcpMySQLSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
823
+ GcpMySQLSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
824
+ GcpMySQLSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
825
+ GcpMySQLSettings.struct_class = Types::GcpMySQLSettings
826
+
808
827
  IBMDb2Settings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
809
828
  IBMDb2Settings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
810
829
  IBMDb2Settings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
@@ -954,6 +973,7 @@ module Aws::DatabaseMigrationService
954
973
  ModifyEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
955
974
  ModifyEndpointMessage.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
956
975
  ModifyEndpointMessage.add_member(:exact_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExactSettings"))
976
+ ModifyEndpointMessage.add_member(:gcp_my_sql_settings, Shapes::ShapeRef.new(shape: GcpMySQLSettings, location_name: "GcpMySQLSettings"))
957
977
  ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
958
978
 
959
979
  ModifyEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
@@ -1399,6 +1419,7 @@ module Aws::DatabaseMigrationService
1399
1419
  S3Settings.add_member(:csv_no_sup_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNoSupValue"))
1400
1420
  S3Settings.add_member(:preserve_transactions, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PreserveTransactions"))
1401
1421
  S3Settings.add_member(:cdc_path, Shapes::ShapeRef.new(shape: String, location_name: "CdcPath"))
1422
+ S3Settings.add_member(:use_task_start_time_for_full_load_timestamp, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseTaskStartTimeForFullLoadTimestamp"))
1402
1423
  S3Settings.add_member(:canned_acl_for_objects, Shapes::ShapeRef.new(shape: CannedAclForObjectsValue, location_name: "CannedAclForObjects"))
1403
1424
  S3Settings.add_member(:add_column_name, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddColumnName"))
1404
1425
  S3Settings.add_member(:cdc_max_batch_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CdcMaxBatchInterval"))
@@ -1407,6 +1428,7 @@ module Aws::DatabaseMigrationService
1407
1428
  S3Settings.add_member(:ignore_header_rows, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IgnoreHeaderRows"))
1408
1429
  S3Settings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
1409
1430
  S3Settings.add_member(:rfc_4180, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Rfc4180"))
1431
+ S3Settings.add_member(:date_partition_timezone, Shapes::ShapeRef.new(shape: String, location_name: "DatePartitionTimezone"))
1410
1432
  S3Settings.struct_class = Types::S3Settings
1411
1433
 
1412
1434
  SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -225,7 +225,7 @@ module Aws::DatabaseMigrationService
225
225
  #
226
226
  # @!attribute [rw] certificate_wallet
227
227
  # The location of an imported Oracle Wallet certificate for use with
228
- # SSL.
228
+ # SSL. Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
229
229
  # @return [String]
230
230
  #
231
231
  # @!attribute [rw] certificate_arn
@@ -379,6 +379,7 @@ module Aws::DatabaseMigrationService
379
379
  # csv_no_sup_value: "String",
380
380
  # preserve_transactions: false,
381
381
  # cdc_path: "String",
382
+ # use_task_start_time_for_full_load_timestamp: false,
382
383
  # canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
383
384
  # add_column_name: false,
384
385
  # cdc_max_batch_interval: 1,
@@ -387,6 +388,7 @@ module Aws::DatabaseMigrationService
387
388
  # ignore_header_rows: 1,
388
389
  # max_file_size: 1,
389
390
  # rfc_4180: false,
391
+ # date_partition_timezone: "String",
390
392
  # },
391
393
  # dms_transfer_settings: {
392
394
  # service_access_role_arn: "String",
@@ -625,6 +627,22 @@ module Aws::DatabaseMigrationService
625
627
  # auth_password: "SecretString",
626
628
  # ssl_ca_certificate_arn: "String",
627
629
  # },
630
+ # gcp_my_sql_settings: {
631
+ # after_connect_script: "String",
632
+ # clean_source_metadata_on_mismatch: false,
633
+ # database_name: "String",
634
+ # events_poll_interval: 1,
635
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
636
+ # max_file_size: 1,
637
+ # parallel_load_threads: 1,
638
+ # password: "SecretString",
639
+ # port: 1,
640
+ # server_name: "String",
641
+ # server_timezone: "String",
642
+ # username: "String",
643
+ # secrets_manager_access_role_arn: "String",
644
+ # secrets_manager_secret_id: "String",
645
+ # },
628
646
  # }
629
647
  #
630
648
  # @!attribute [rw] endpoint_identifier
@@ -640,10 +658,10 @@ module Aws::DatabaseMigrationService
640
658
  # @!attribute [rw] engine_name
641
659
  # The type of engine for the endpoint. Valid values, depending on the
642
660
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
643
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
644
- # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
645
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`, `"sqlserver"`,
646
- # and `"neptune"`.
661
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
662
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
663
+ # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
664
+ # `"elasticsearch"`, `"docdb"`, `"sqlserver"`, and `"neptune"`.
647
665
  # @return [String]
648
666
  #
649
667
  # @!attribute [rw] username
@@ -791,9 +809,9 @@ module Aws::DatabaseMigrationService
791
809
  # @return [Types::KafkaSettings]
792
810
  #
793
811
  # @!attribute [rw] elasticsearch_settings
794
- # Settings in JSON format for the target Elasticsearch endpoint. For
795
- # more information about the available settings, see [Extra Connection
796
- # Attributes When Using Elasticsearch as a Target for DMS][1] in the
812
+ # Settings in JSON format for the target OpenSearch endpoint. For more
813
+ # information about the available settings, see [Extra Connection
814
+ # Attributes When Using OpenSearch as a Target for DMS][1] in the
797
815
  # *Database Migration Service User Guide*.
798
816
  #
799
817
  #
@@ -915,6 +933,10 @@ module Aws::DatabaseMigrationService
915
933
  # Settings in JSON format for the target Redis endpoint.
916
934
  # @return [Types::RedisSettings]
917
935
  #
936
+ # @!attribute [rw] gcp_my_sql_settings
937
+ # Settings in JSON format for the source GCP MySQL endpoint.
938
+ # @return [Types::GcpMySQLSettings]
939
+ #
918
940
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
919
941
  #
920
942
  class CreateEndpointMessage < Struct.new(
@@ -950,7 +972,8 @@ module Aws::DatabaseMigrationService
950
972
  :ibm_db_2_settings,
951
973
  :resource_identifier,
952
974
  :doc_db_settings,
953
- :redis_settings)
975
+ :redis_settings,
976
+ :gcp_my_sql_settings)
954
977
  SENSITIVE = [:password]
955
978
  include Aws::Structure
956
979
  end
@@ -1513,7 +1536,7 @@ module Aws::DatabaseMigrationService
1513
1536
  # }
1514
1537
  #
1515
1538
  # @!attribute [rw] certificate_arn
1516
- # The Amazon Resource Name (ARN) of the deleted certificate.
1539
+ # The Amazon Resource Name (ARN) of the certificate.
1517
1540
  # @return [String]
1518
1541
  #
1519
1542
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificateMessage AWS API Documentation
@@ -1902,7 +1925,8 @@ module Aws::DatabaseMigrationService
1902
1925
  #
1903
1926
  # @!attribute [rw] filters
1904
1927
  # Filters applied to the certificates described in the form of
1905
- # key-value pairs.
1928
+ # key-value pairs. Valid values are `certificate-arn` and
1929
+ # `certificate-id`.
1906
1930
  # @return [Array<Types::Filter>]
1907
1931
  #
1908
1932
  # @!attribute [rw] max_records
@@ -2268,6 +2292,8 @@ module Aws::DatabaseMigrationService
2268
2292
  #
2269
2293
  # @!attribute [rw] filters
2270
2294
  # Filters applied to event subscriptions.
2295
+ #
2296
+ # Valid filter names: event-subscription-arn \| event-subscription-id
2271
2297
  # @return [Array<Types::Filter>]
2272
2298
  #
2273
2299
  # @!attribute [rw] max_records
@@ -2364,7 +2390,8 @@ module Aws::DatabaseMigrationService
2364
2390
  # @return [Array<String>]
2365
2391
  #
2366
2392
  # @!attribute [rw] filters
2367
- # Filters applied to events.
2393
+ # Filters applied to events. The only valid filter is
2394
+ # `replication-instance-id`.
2368
2395
  # @return [Array<Types::Filter>]
2369
2396
  #
2370
2397
  # @!attribute [rw] max_records
@@ -3358,7 +3385,7 @@ module Aws::DatabaseMigrationService
3358
3385
  include Aws::Structure
3359
3386
  end
3360
3387
 
3361
- # Provides information that defines an Elasticsearch endpoint.
3388
+ # Provides information that defines an OpenSearch endpoint.
3362
3389
  #
3363
3390
  # @note When making an API call, you may pass ElasticsearchSettings
3364
3391
  # data as a hash:
@@ -3376,7 +3403,7 @@ module Aws::DatabaseMigrationService
3376
3403
  # @return [String]
3377
3404
  #
3378
3405
  # @!attribute [rw] endpoint_uri
3379
- # The endpoint for the Elasticsearch cluster. DMS uses HTTPS if a
3406
+ # The endpoint for the OpenSearch cluster. DMS uses HTTPS if a
3380
3407
  # transport protocol (http/https) is not specified.
3381
3408
  # @return [String]
3382
3409
  #
@@ -3385,7 +3412,7 @@ module Aws::DatabaseMigrationService
3385
3412
  # a full load operation stops.
3386
3413
  #
3387
3414
  # To avoid early failure, this counter is only effective after 1000
3388
- # records are transferred. Elasticsearch also has the concept of error
3415
+ # records are transferred. OpenSearch also has the concept of error
3389
3416
  # monitoring during the last 10 minutes of an Observation Window. If
3390
3417
  # transfer of all records fail in the last 10 minutes, the full load
3391
3418
  # operation stops.
@@ -3393,7 +3420,7 @@ module Aws::DatabaseMigrationService
3393
3420
  #
3394
3421
  # @!attribute [rw] error_retry_duration
3395
3422
  # The maximum number of seconds for which DMS retries failed API
3396
- # requests to the Elasticsearch cluster.
3423
+ # requests to the OpenSearch cluster.
3397
3424
  # @return [Integer]
3398
3425
  #
3399
3426
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ElasticsearchSettings AWS API Documentation
@@ -3429,10 +3456,10 @@ module Aws::DatabaseMigrationService
3429
3456
  # @!attribute [rw] engine_name
3430
3457
  # The database engine name. Valid values, depending on the
3431
3458
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
3432
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
3433
- # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
3434
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
3435
- # `"sqlserver"`, and `"neptune"`.
3459
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
3460
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
3461
+ # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
3462
+ # `"elasticsearch"`, `"documentdb"`, `"sqlserver"`, and `"neptune"`.
3436
3463
  # @return [String]
3437
3464
  #
3438
3465
  # @!attribute [rw] engine_display_name
@@ -3518,22 +3545,8 @@ module Aws::DatabaseMigrationService
3518
3545
  # @return [Types::S3Settings]
3519
3546
  #
3520
3547
  # @!attribute [rw] dms_transfer_settings
3521
- # The settings in JSON format for the DMS transfer type of source
3522
- # endpoint.
3523
- #
3524
- # Possible settings include the following:
3525
- #
3526
- # * `ServiceAccessRoleArn` - - The Amazon Resource Name (ARN) used by
3527
- # the service access IAM role. The role must allow the
3528
- # `iam:PassRole` action.
3529
- #
3530
- # * `BucketName` - The name of the S3 bucket to use.
3531
- #
3532
- # Shorthand syntax for these settings is as follows:
3533
- # `ServiceAccessRoleArn=string,BucketName=string,`
3534
- #
3535
- # JSON syntax for these settings is as follows: `\{
3536
- # "ServiceAccessRoleArn": "string", "BucketName": "string"\} `
3548
+ # The settings for the DMS Transfer type source. For more information,
3549
+ # see the DmsTransferSettings structure.
3537
3550
  # @return [Types::DmsTransferSettings]
3538
3551
  #
3539
3552
  # @!attribute [rw] mongo_db_settings
@@ -3552,7 +3565,7 @@ module Aws::DatabaseMigrationService
3552
3565
  # @return [Types::KafkaSettings]
3553
3566
  #
3554
3567
  # @!attribute [rw] elasticsearch_settings
3555
- # The settings for the Elasticsearch source endpoint. For more
3568
+ # The settings for the OpenSearch source endpoint. For more
3556
3569
  # information, see the `ElasticsearchSettings` structure.
3557
3570
  # @return [Types::ElasticsearchSettings]
3558
3571
  #
@@ -3605,6 +3618,10 @@ module Aws::DatabaseMigrationService
3605
3618
  # see the `RedisSettings` structure.
3606
3619
  # @return [Types::RedisSettings]
3607
3620
  #
3621
+ # @!attribute [rw] gcp_my_sql_settings
3622
+ # Settings in JSON format for the source GCP MySQL endpoint.
3623
+ # @return [Types::GcpMySQLSettings]
3624
+ #
3608
3625
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
3609
3626
  #
3610
3627
  class Endpoint < Struct.new(
@@ -3641,7 +3658,8 @@ module Aws::DatabaseMigrationService
3641
3658
  :microsoft_sql_server_settings,
3642
3659
  :ibm_db_2_settings,
3643
3660
  :doc_db_settings,
3644
- :redis_settings)
3661
+ :redis_settings,
3662
+ :gcp_my_sql_settings)
3645
3663
  SENSITIVE = []
3646
3664
  include Aws::Structure
3647
3665
  end
@@ -3870,6 +3888,165 @@ module Aws::DatabaseMigrationService
3870
3888
  include Aws::Structure
3871
3889
  end
3872
3890
 
3891
+ # Settings in JSON format for the source GCP MySQL endpoint.
3892
+ #
3893
+ # @note When making an API call, you may pass GcpMySQLSettings
3894
+ # data as a hash:
3895
+ #
3896
+ # {
3897
+ # after_connect_script: "String",
3898
+ # clean_source_metadata_on_mismatch: false,
3899
+ # database_name: "String",
3900
+ # events_poll_interval: 1,
3901
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
3902
+ # max_file_size: 1,
3903
+ # parallel_load_threads: 1,
3904
+ # password: "SecretString",
3905
+ # port: 1,
3906
+ # server_name: "String",
3907
+ # server_timezone: "String",
3908
+ # username: "String",
3909
+ # secrets_manager_access_role_arn: "String",
3910
+ # secrets_manager_secret_id: "String",
3911
+ # }
3912
+ #
3913
+ # @!attribute [rw] after_connect_script
3914
+ # Specifies a script to run immediately after DMS connects to the
3915
+ # endpoint. The migration task continues running regardless if the SQL
3916
+ # statement succeeds or fails.
3917
+ #
3918
+ # For this parameter, provide the code of the script itself, not the
3919
+ # name of a file containing the script.
3920
+ # @return [String]
3921
+ #
3922
+ # @!attribute [rw] clean_source_metadata_on_mismatch
3923
+ # Adjusts the behavior of DMS when migrating from an SQL Server source
3924
+ # database that is hosted as part of an Always On availability group
3925
+ # cluster. If you need DMS to poll all the nodes in the Always On
3926
+ # cluster for transaction backups, set this attribute to `false`.
3927
+ # @return [Boolean]
3928
+ #
3929
+ # @!attribute [rw] database_name
3930
+ # Database name for the endpoint. For a MySQL source or target
3931
+ # endpoint, don't explicitly specify the database using the
3932
+ # `DatabaseName` request parameter on either the `CreateEndpoint` or
3933
+ # `ModifyEndpoint` API call. Specifying `DatabaseName` when you create
3934
+ # or modify a MySQL endpoint replicates all the task tables to this
3935
+ # single database. For MySQL endpoints, you specify the database only
3936
+ # when you specify the schema in the table-mapping rules of the DMS
3937
+ # task.
3938
+ # @return [String]
3939
+ #
3940
+ # @!attribute [rw] events_poll_interval
3941
+ # Specifies how often to check the binary log for new changes/events
3942
+ # when the database is idle. The default is five seconds.
3943
+ #
3944
+ # Example: `eventsPollInterval=5;`
3945
+ #
3946
+ # In the example, DMS checks for changes in the binary logs every five
3947
+ # seconds.
3948
+ # @return [Integer]
3949
+ #
3950
+ # @!attribute [rw] target_db_type
3951
+ # Specifies where to migrate source tables on the target, either to a
3952
+ # single database or multiple databases.
3953
+ #
3954
+ # Example: `targetDbType=MULTIPLE_DATABASES`
3955
+ # @return [String]
3956
+ #
3957
+ # @!attribute [rw] max_file_size
3958
+ # Specifies the maximum size (in KB) of any .csv file used to transfer
3959
+ # data to a MySQL-compatible database.
3960
+ #
3961
+ # Example: `maxFileSize=512`
3962
+ # @return [Integer]
3963
+ #
3964
+ # @!attribute [rw] parallel_load_threads
3965
+ # Improves performance when loading data into the MySQL-compatible
3966
+ # target database. Specifies how many threads to use to load the data
3967
+ # into the MySQL-compatible target database. Setting a large number of
3968
+ # threads can have an adverse effect on database performance, because
3969
+ # a separate connection is required for each thread. The default is
3970
+ # one.
3971
+ #
3972
+ # Example: `parallelLoadThreads=1`
3973
+ # @return [Integer]
3974
+ #
3975
+ # @!attribute [rw] password
3976
+ # Endpoint connection password.
3977
+ # @return [String]
3978
+ #
3979
+ # @!attribute [rw] port
3980
+ # @return [Integer]
3981
+ #
3982
+ # @!attribute [rw] server_name
3983
+ # Endpoint TCP port.
3984
+ # @return [String]
3985
+ #
3986
+ # @!attribute [rw] server_timezone
3987
+ # Specifies the time zone for the source MySQL database.
3988
+ #
3989
+ # Example: `serverTimezone=US/Pacific;`
3990
+ #
3991
+ # Note: Do not enclose time zones in single quotes.
3992
+ # @return [String]
3993
+ #
3994
+ # @!attribute [rw] username
3995
+ # Endpoint connection user name.
3996
+ # @return [String]
3997
+ #
3998
+ # @!attribute [rw] secrets_manager_access_role_arn
3999
+ # The full Amazon Resource Name (ARN) of the IAM role that specifies
4000
+ # DMS as the trusted entity and grants the required permissions to
4001
+ # access the value in `SecretsManagerSecret.` The role must allow the
4002
+ # `iam:PassRole` action. `SecretsManagerSecret` has the value of the
4003
+ # Amazon Web Services Secrets Manager secret that allows access to the
4004
+ # MySQL endpoint.
4005
+ #
4006
+ # <note markdown="1"> You can specify one of two sets of values for these permissions. You
4007
+ # can specify the values for this setting and
4008
+ # `SecretsManagerSecretId`. Or you can specify clear-text values for
4009
+ # `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
4010
+ # both. For more information on creating this `SecretsManagerSecret`
4011
+ # and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
4012
+ # required to access it, see [Using secrets to access Database
4013
+ # Migration Service resources][1] in the Database Migration Service
4014
+ # User Guide.
4015
+ #
4016
+ # </note>
4017
+ #
4018
+ #
4019
+ #
4020
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
4021
+ # @return [String]
4022
+ #
4023
+ # @!attribute [rw] secrets_manager_secret_id
4024
+ # The full ARN, partial ARN, or friendly name of the
4025
+ # `SecretsManagerSecret` that contains the MySQL endpoint connection
4026
+ # details.
4027
+ # @return [String]
4028
+ #
4029
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/GcpMySQLSettings AWS API Documentation
4030
+ #
4031
+ class GcpMySQLSettings < Struct.new(
4032
+ :after_connect_script,
4033
+ :clean_source_metadata_on_mismatch,
4034
+ :database_name,
4035
+ :events_poll_interval,
4036
+ :target_db_type,
4037
+ :max_file_size,
4038
+ :parallel_load_threads,
4039
+ :password,
4040
+ :port,
4041
+ :server_name,
4042
+ :server_timezone,
4043
+ :username,
4044
+ :secrets_manager_access_role_arn,
4045
+ :secrets_manager_secret_id)
4046
+ SENSITIVE = [:password]
4047
+ include Aws::Structure
4048
+ end
4049
+
3873
4050
  # Provides information that defines an IBM Db2 LUW endpoint.
3874
4051
  #
3875
4052
  # @note When making an API call, you may pass IBMDb2Settings
@@ -4002,6 +4179,8 @@ module Aws::DatabaseMigrationService
4002
4179
  # The location of an imported Oracle Wallet certificate for use with
4003
4180
  # SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
4004
4181
  # You can't provide the certificate inline.
4182
+ #
4183
+ # Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
4005
4184
  # @return [String]
4006
4185
  #
4007
4186
  # @!attribute [rw] tags
@@ -4098,7 +4277,7 @@ module Aws::DatabaseMigrationService
4098
4277
  include Aws::Structure
4099
4278
  end
4100
4279
 
4101
- # The specified master key (CMK) isn't enabled.
4280
+ # The specified KMS key isn't enabled.
4102
4281
  #
4103
4282
  # @!attribute [rw] message
4104
4283
  # @return [String]
@@ -4704,6 +4883,7 @@ module Aws::DatabaseMigrationService
4704
4883
  # csv_no_sup_value: "String",
4705
4884
  # preserve_transactions: false,
4706
4885
  # cdc_path: "String",
4886
+ # use_task_start_time_for_full_load_timestamp: false,
4707
4887
  # canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
4708
4888
  # add_column_name: false,
4709
4889
  # cdc_max_batch_interval: 1,
@@ -4712,6 +4892,7 @@ module Aws::DatabaseMigrationService
4712
4892
  # ignore_header_rows: 1,
4713
4893
  # max_file_size: 1,
4714
4894
  # rfc_4180: false,
4895
+ # date_partition_timezone: "String",
4715
4896
  # },
4716
4897
  # dms_transfer_settings: {
4717
4898
  # service_access_role_arn: "String",
@@ -4950,6 +5131,22 @@ module Aws::DatabaseMigrationService
4950
5131
  # ssl_ca_certificate_arn: "String",
4951
5132
  # },
4952
5133
  # exact_settings: false,
5134
+ # gcp_my_sql_settings: {
5135
+ # after_connect_script: "String",
5136
+ # clean_source_metadata_on_mismatch: false,
5137
+ # database_name: "String",
5138
+ # events_poll_interval: 1,
5139
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
5140
+ # max_file_size: 1,
5141
+ # parallel_load_threads: 1,
5142
+ # password: "SecretString",
5143
+ # port: 1,
5144
+ # server_name: "String",
5145
+ # server_timezone: "String",
5146
+ # username: "String",
5147
+ # secrets_manager_access_role_arn: "String",
5148
+ # secrets_manager_secret_id: "String",
5149
+ # },
4953
5150
  # }
4954
5151
  #
4955
5152
  # @!attribute [rw] endpoint_arn
@@ -4970,10 +5167,10 @@ module Aws::DatabaseMigrationService
4970
5167
  # @!attribute [rw] engine_name
4971
5168
  # The type of engine for the endpoint. Valid values, depending on the
4972
5169
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
4973
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
4974
- # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
4975
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
4976
- # `"sqlserver"`, and `"neptune"`.
5170
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
5171
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
5172
+ # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
5173
+ # `"elasticsearch"`, `"documentdb"`, `"sqlserver"`, and `"neptune"`.
4977
5174
  # @return [String]
4978
5175
  #
4979
5176
  # @!attribute [rw] username
@@ -5097,9 +5294,9 @@ module Aws::DatabaseMigrationService
5097
5294
  # @return [Types::KafkaSettings]
5098
5295
  #
5099
5296
  # @!attribute [rw] elasticsearch_settings
5100
- # Settings in JSON format for the target Elasticsearch endpoint. For
5101
- # more information about the available settings, see [Extra Connection
5102
- # Attributes When Using Elasticsearch as a Target for DMS][1] in the
5297
+ # Settings in JSON format for the target OpenSearch endpoint. For more
5298
+ # information about the available settings, see [Extra Connection
5299
+ # Attributes When Using OpenSearch as a Target for DMS][1] in the
5103
5300
  # *Database Migration Service User Guide.*
5104
5301
  #
5105
5302
  #
@@ -5240,6 +5437,10 @@ module Aws::DatabaseMigrationService
5240
5437
  # settings are replaced with the exact settings that you specify.
5241
5438
  # @return [Boolean]
5242
5439
  #
5440
+ # @!attribute [rw] gcp_my_sql_settings
5441
+ # Settings in JSON format for the source GCP MySQL endpoint.
5442
+ # @return [Types::GcpMySQLSettings]
5443
+ #
5243
5444
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage AWS API Documentation
5244
5445
  #
5245
5446
  class ModifyEndpointMessage < Struct.new(
@@ -5274,7 +5475,8 @@ module Aws::DatabaseMigrationService
5274
5475
  :ibm_db_2_settings,
5275
5476
  :doc_db_settings,
5276
5477
  :redis_settings,
5277
- :exact_settings)
5478
+ :exact_settings,
5479
+ :gcp_my_sql_settings)
5278
5480
  SENSITIVE = [:password]
5279
5481
  include Aws::Structure
5280
5482
  end
@@ -5916,7 +6118,7 @@ module Aws::DatabaseMigrationService
5916
6118
  #
5917
6119
  # @!attribute [rw] events_poll_interval
5918
6120
  # Specifies how often to check the binary log for new changes/events
5919
- # when the database is idle.
6121
+ # when the database is idle. The default is five seconds.
5920
6122
  #
5921
6123
  # Example: `eventsPollInterval=5;`
5922
6124
  #
@@ -5943,7 +6145,8 @@ module Aws::DatabaseMigrationService
5943
6145
  # target database. Specifies how many threads to use to load the data
5944
6146
  # into the MySQL-compatible target database. Setting a large number of
5945
6147
  # threads can have an adverse effect on database performance, because
5946
- # a separate connection is required for each thread.
6148
+ # a separate connection is required for each thread. The default is
6149
+ # one.
5947
6150
  #
5948
6151
  # Example: `parallelLoadThreads=1`
5949
6152
  # @return [Integer]
@@ -6823,7 +7026,7 @@ module Aws::DatabaseMigrationService
6823
7026
  # @return [String]
6824
7027
  #
6825
7028
  # @!attribute [rw] port
6826
- # Endpoint TCP port.
7029
+ # Endpoint TCP port. The default is 5432.
6827
7030
  # @return [Integer]
6828
7031
  #
6829
7032
  # @!attribute [rw] server_name
@@ -8515,6 +8718,7 @@ module Aws::DatabaseMigrationService
8515
8718
  # csv_no_sup_value: "String",
8516
8719
  # preserve_transactions: false,
8517
8720
  # cdc_path: "String",
8721
+ # use_task_start_time_for_full_load_timestamp: false,
8518
8722
  # canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
8519
8723
  # add_column_name: false,
8520
8724
  # cdc_max_batch_interval: 1,
@@ -8523,6 +8727,7 @@ module Aws::DatabaseMigrationService
8523
8727
  # ignore_header_rows: 1,
8524
8728
  # max_file_size: 1,
8525
8729
  # rfc_4180: false,
8730
+ # date_partition_timezone: "String",
8526
8731
  # }
8527
8732
  #
8528
8733
  # @!attribute [rw] service_access_role_arn
@@ -8954,6 +9159,19 @@ module Aws::DatabaseMigrationService
8954
9159
  # [4]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath
8955
9160
  # @return [String]
8956
9161
  #
9162
+ # @!attribute [rw] use_task_start_time_for_full_load_timestamp
9163
+ # When set to true, this parameter uses the task start time as the
9164
+ # timestamp column value instead of the time data is written to
9165
+ # target. For full load, when `useTaskStartTimeForFullLoadTimestamp`
9166
+ # is set to `true`, each row of the timestamp column contains the task
9167
+ # start time. For CDC loads, each row of the timestamp column contains
9168
+ # the transaction commit time.
9169
+ #
9170
+ # When `useTaskStartTimeForFullLoadTimestamp` is set to `false`, the
9171
+ # full load timestamp in the timestamp column increments with the time
9172
+ # data arrives at the target.
9173
+ # @return [Boolean]
9174
+ #
8957
9175
  # @!attribute [rw] canned_acl_for_objects
8958
9176
  # A value that enables DMS to specify a predefined (canned) access
8959
9177
  # control list for objects created in an Amazon S3 bucket as .csv or
@@ -9049,6 +9267,20 @@ module Aws::DatabaseMigrationService
9049
9267
  # `y`, and `n`.
9050
9268
  # @return [Boolean]
9051
9269
  #
9270
+ # @!attribute [rw] date_partition_timezone
9271
+ # When creating an S3 target endpoint, set `DatePartitionTimezone` to
9272
+ # convert the current UTC time into a specified time zone. The
9273
+ # conversion occurs when a date partition folder is created and a CDC
9274
+ # filename is generated. The time zone format is Area/Location. Use
9275
+ # this parameter when `DatePartitionedEnabled` is set to `true`, as
9276
+ # shown in the following example.
9277
+ #
9278
+ # `s3-settings='\{"DatePartitionEnabled": true,
9279
+ # "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter":
9280
+ # "SLASH", "DatePartitionTimezone":"Asia/Seoul", "BucketName":
9281
+ # "dms-nattarat-test"\}'`
9282
+ # @return [String]
9283
+ #
9052
9284
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
9053
9285
  #
9054
9286
  class S3Settings < Struct.new(
@@ -9080,6 +9312,7 @@ module Aws::DatabaseMigrationService
9080
9312
  :csv_no_sup_value,
9081
9313
  :preserve_transactions,
9082
9314
  :cdc_path,
9315
+ :use_task_start_time_for_full_load_timestamp,
9083
9316
  :canned_acl_for_objects,
9084
9317
  :add_column_name,
9085
9318
  :cdc_max_batch_interval,
@@ -9087,7 +9320,8 @@ module Aws::DatabaseMigrationService
9087
9320
  :csv_null_value,
9088
9321
  :ignore_header_rows,
9089
9322
  :max_file_size,
9090
- :rfc_4180)
9323
+ :rfc_4180,
9324
+ :date_partition_timezone)
9091
9325
  SENSITIVE = []
9092
9326
  include Aws::Structure
9093
9327
  end
@@ -9286,7 +9520,17 @@ module Aws::DatabaseMigrationService
9286
9520
  # @return [String]
9287
9521
  #
9288
9522
  # @!attribute [rw] start_replication_task_type
9289
- # A type of replication task.
9523
+ # The type of replication task to start.
9524
+ #
9525
+ # When the migration type is `full-load` or `full-load-and-cdc`, the
9526
+ # only valid value for the first run of the task is
9527
+ # `start-replication`. You use `reload-target` to restart the task and
9528
+ # `resume-processing` to resume the task.
9529
+ #
9530
+ # When the migration type is `cdc`, you use `start-replication` to
9531
+ # start or restart the task, and `resume-processing` to resume the
9532
+ # task. `reload-target` is not a valid value for a task with migration
9533
+ # type of `cdc`.
9290
9534
  # @return [String]
9291
9535
  #
9292
9536
  # @!attribute [rw] cdc_start_time
@@ -9515,7 +9759,7 @@ module Aws::DatabaseMigrationService
9515
9759
  # @return [String]
9516
9760
  #
9517
9761
  # @!attribute [rw] port
9518
- # Endpoint TCP port.
9762
+ # Endpoint TCP port. The default is 5000.
9519
9763
  # @return [Integer]
9520
9764
  #
9521
9765
  # @!attribute [rw] server_name
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
49
49
  # @!group service
50
50
  module Aws::DatabaseMigrationService
51
51
 
52
- GEM_VERSION = '1.60.0'
52
+ GEM_VERSION = '1.64.0'
53
53
 
54
54
  end
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.60.0
4
+ version: 1.64.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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.121.2
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.121.2
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement