aws-sdk-databasemigrationservice 1.58.0 → 1.62.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: 8fc5c4796eba3ebfeb2b8fddb94fa7ccfd1cc69c491216e78ea585c2a92db606
4
- data.tar.gz: 896f13e7d581478062a669431e7140994eddc76c5c4add4cb10c883127398677
3
+ metadata.gz: f02e30b10ff0647d048a5e44b0fdbc406ba7446e21f3da64a95df9b40afffc58
4
+ data.tar.gz: 4fd62efa81e231eb31e494df24fe983920ebc56616509e1b1c6de8a6119f3069
5
5
  SHA512:
6
- metadata.gz: ee5a80aa7f414ca86e47739da0ed1239d0c253640ca76e66ffe2bd2bb7077ebf8cb770503c06f9f8636677269a2443f0c3f88954580488bff64861afb8de9ede
7
- data.tar.gz: '0866dcf08895ff6545a7380726df326e1b81b9cc9a538bf6c5aa7e65b07101b52d50e2e2140b21ef974d98cb06ad1d6f88299421a65f91e3b0d10f6b36aa9d8b'
6
+ metadata.gz: e013f458aa5186516983d811188cfa6890c47a29542a8325b5e0a8c7bddaf1057c7f429752bec74c8d3885775922cc18385a5dbff15bee4e73c97146fd67c79f
7
+ data.tar.gz: 3adb5ae4d5c0f82d9fe942680ce7a45cc38b76e0f41e3e4324620d87c759b65aab3dcabd26f45bf4f69599956bebd950eaa49b17982becf2cef720988241b186
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2021-11-15)
5
+ ------------------
6
+
7
+ * Feature - Add Settings in JSON format for the source GCP MySQL endpoint
8
+
9
+ 1.61.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.60.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.59.0 (2021-09-17)
20
+ ------------------
21
+
22
+ * Feature - Optional flag force-planned-failover added to reboot-replication-instance API call. This flag can be used to test a planned failover scenario used during some maintenance operations.
23
+
4
24
  1.58.0 (2021-09-01)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.62.0
@@ -285,6 +285,15 @@ module Aws::DatabaseMigrationService
285
285
  # ** Please note ** When response stubbing is enabled, no HTTP
286
286
  # requests are made, and retries are disabled.
287
287
  #
288
+ # @option options [Boolean] :use_dualstack_endpoint
289
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
290
+ # will be used if available.
291
+ #
292
+ # @option options [Boolean] :use_fips_endpoint
293
+ # When set to `true`, fips compatible endpoints will be used if available.
294
+ # When a `fips` region is used, the region is normalized and this config
295
+ # is set to `true`.
296
+ #
288
297
  # @option options [Boolean] :validate_params (true)
289
298
  # When `true`, request parameters are validated before
290
299
  # sending the request.
@@ -412,6 +421,8 @@ module Aws::DatabaseMigrationService
412
421
  # @option params [required, String] :apply_action
413
422
  # The pending maintenance action to apply to this resource.
414
423
  #
424
+ # Valid values: `os-upgrade`, `system-update`, `db-upgrade`
425
+ #
415
426
  # @option params [required, String] :opt_in_type
416
427
  # A value that specifies the type of opt-in request, or undoes an opt-in
417
428
  # request. You can't undo an opt-in request of type `immediate`.
@@ -525,10 +536,10 @@ module Aws::DatabaseMigrationService
525
536
  # @option params [required, String] :engine_name
526
537
  # The type of engine for the endpoint. Valid values, depending on the
527
538
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
528
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
529
- # `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
530
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`, `"sqlserver"`,
531
- # and `"neptune"`.
539
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
540
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
541
+ # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`,
542
+ # `"sqlserver"`, and `"neptune"`.
532
543
  #
533
544
  # @option params [String] :username
534
545
  # The user name to be used to log in to the endpoint database.
@@ -613,8 +624,9 @@ module Aws::DatabaseMigrationService
613
624
  #
614
625
  # Possible settings include the following:
615
626
  #
616
- # * `ServiceAccessRoleArn` - The IAM role that has permission to access
617
- # the Amazon S3 bucket. The role must allow the `iam:PassRole` action.
627
+ # * `ServiceAccessRoleArn` - The Amazon Resource Name (ARN) used by the
628
+ # service access IAM role. The role must allow the `iam:PassRole`
629
+ # action.
618
630
  #
619
631
  # * `BucketName` - The name of the S3 bucket to use.
620
632
  #
@@ -655,9 +667,9 @@ module Aws::DatabaseMigrationService
655
667
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping
656
668
  #
657
669
  # @option params [Types::ElasticsearchSettings] :elasticsearch_settings
658
- # Settings in JSON format for the target Elasticsearch endpoint. For
659
- # more information about the available settings, see [Extra Connection
660
- # Attributes When Using Elasticsearch as a Target for DMS][1] in the
670
+ # Settings in JSON format for the target OpenSearch endpoint. For more
671
+ # information about the available settings, see [Extra Connection
672
+ # Attributes When Using OpenSearch as a Target for DMS][1] in the
661
673
  # *Database Migration Service User Guide*.
662
674
  #
663
675
  #
@@ -765,6 +777,9 @@ module Aws::DatabaseMigrationService
765
777
  # @option params [Types::RedisSettings] :redis_settings
766
778
  # Settings in JSON format for the target Redis endpoint.
767
779
  #
780
+ # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
781
+ # Settings in JSON format for the source GCP MySQL endpoint.
782
+ #
768
783
  # @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
769
784
  #
770
785
  # * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -866,6 +881,7 @@ module Aws::DatabaseMigrationService
866
881
  # csv_no_sup_value: "String",
867
882
  # preserve_transactions: false,
868
883
  # cdc_path: "String",
884
+ # use_task_start_time_for_full_load_timestamp: false,
869
885
  # 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
870
886
  # add_column_name: false,
871
887
  # cdc_max_batch_interval: 1,
@@ -1112,6 +1128,22 @@ module Aws::DatabaseMigrationService
1112
1128
  # auth_password: "SecretString",
1113
1129
  # ssl_ca_certificate_arn: "String",
1114
1130
  # },
1131
+ # gcp_my_sql_settings: {
1132
+ # after_connect_script: "String",
1133
+ # clean_source_metadata_on_mismatch: false,
1134
+ # database_name: "String",
1135
+ # events_poll_interval: 1,
1136
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
1137
+ # max_file_size: 1,
1138
+ # parallel_load_threads: 1,
1139
+ # password: "SecretString",
1140
+ # port: 1,
1141
+ # server_name: "String",
1142
+ # server_timezone: "String",
1143
+ # username: "String",
1144
+ # secrets_manager_access_role_arn: "String",
1145
+ # secrets_manager_secret_id: "String",
1146
+ # },
1115
1147
  # })
1116
1148
  #
1117
1149
  # @example Response structure
@@ -1162,6 +1194,7 @@ module Aws::DatabaseMigrationService
1162
1194
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
1163
1195
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
1164
1196
  # resp.endpoint.s3_settings.cdc_path #=> String
1197
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
1165
1198
  # 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"
1166
1199
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
1167
1200
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -1377,6 +1410,20 @@ module Aws::DatabaseMigrationService
1377
1410
  # resp.endpoint.redis_settings.auth_user_name #=> String
1378
1411
  # resp.endpoint.redis_settings.auth_password #=> String
1379
1412
  # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
1413
+ # resp.endpoint.gcp_my_sql_settings.after_connect_script #=> String
1414
+ # resp.endpoint.gcp_my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
1415
+ # resp.endpoint.gcp_my_sql_settings.database_name #=> String
1416
+ # resp.endpoint.gcp_my_sql_settings.events_poll_interval #=> Integer
1417
+ # resp.endpoint.gcp_my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
1418
+ # resp.endpoint.gcp_my_sql_settings.max_file_size #=> Integer
1419
+ # resp.endpoint.gcp_my_sql_settings.parallel_load_threads #=> Integer
1420
+ # resp.endpoint.gcp_my_sql_settings.password #=> String
1421
+ # resp.endpoint.gcp_my_sql_settings.port #=> Integer
1422
+ # resp.endpoint.gcp_my_sql_settings.server_name #=> String
1423
+ # resp.endpoint.gcp_my_sql_settings.server_timezone #=> String
1424
+ # resp.endpoint.gcp_my_sql_settings.username #=> String
1425
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
1426
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
1380
1427
  #
1381
1428
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
1382
1429
  #
@@ -1791,6 +1838,10 @@ module Aws::DatabaseMigrationService
1791
1838
  # Creates a replication subnet group given a list of the subnet IDs in a
1792
1839
  # VPC.
1793
1840
  #
1841
+ # The VPC needs to have at least one subnet in at least two availability
1842
+ # zones in the Amazon Web Services Region, otherwise the service will
1843
+ # throw a `ReplicationSubnetGroupDoesNotCoverEnoughAZs` exception.
1844
+ #
1794
1845
  # @option params [required, String] :replication_subnet_group_identifier
1795
1846
  # The name for the replication subnet group. This value is stored as a
1796
1847
  # lowercase string.
@@ -2100,7 +2151,7 @@ module Aws::DatabaseMigrationService
2100
2151
  # Deletes the specified certificate.
2101
2152
  #
2102
2153
  # @option params [required, String] :certificate_arn
2103
- # The Amazon Resource Name (ARN) of the deleted certificate.
2154
+ # The Amazon Resource Name (ARN) of the certificate.
2104
2155
  #
2105
2156
  # @return [Types::DeleteCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2106
2157
  #
@@ -2297,6 +2348,7 @@ module Aws::DatabaseMigrationService
2297
2348
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
2298
2349
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
2299
2350
  # resp.endpoint.s3_settings.cdc_path #=> String
2351
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
2300
2352
  # 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"
2301
2353
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
2302
2354
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -2512,6 +2564,20 @@ module Aws::DatabaseMigrationService
2512
2564
  # resp.endpoint.redis_settings.auth_user_name #=> String
2513
2565
  # resp.endpoint.redis_settings.auth_password #=> String
2514
2566
  # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
2567
+ # resp.endpoint.gcp_my_sql_settings.after_connect_script #=> String
2568
+ # resp.endpoint.gcp_my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
2569
+ # resp.endpoint.gcp_my_sql_settings.database_name #=> String
2570
+ # resp.endpoint.gcp_my_sql_settings.events_poll_interval #=> Integer
2571
+ # resp.endpoint.gcp_my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
2572
+ # resp.endpoint.gcp_my_sql_settings.max_file_size #=> Integer
2573
+ # resp.endpoint.gcp_my_sql_settings.parallel_load_threads #=> Integer
2574
+ # resp.endpoint.gcp_my_sql_settings.password #=> String
2575
+ # resp.endpoint.gcp_my_sql_settings.port #=> Integer
2576
+ # resp.endpoint.gcp_my_sql_settings.server_name #=> String
2577
+ # resp.endpoint.gcp_my_sql_settings.server_timezone #=> String
2578
+ # resp.endpoint.gcp_my_sql_settings.username #=> String
2579
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
2580
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
2515
2581
  #
2516
2582
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
2517
2583
  #
@@ -3012,7 +3078,7 @@ module Aws::DatabaseMigrationService
3012
3078
  #
3013
3079
  # @option params [Array<Types::Filter>] :filters
3014
3080
  # Filters applied to the certificates described in the form of key-value
3015
- # pairs.
3081
+ # pairs. Valid values are `certificate-arn` and `certificate-id`.
3016
3082
  #
3017
3083
  # @option params [Integer] :max_records
3018
3084
  # The maximum number of records to include in the response. If more
@@ -3463,6 +3529,7 @@ module Aws::DatabaseMigrationService
3463
3529
  # resp.endpoints[0].s3_settings.csv_no_sup_value #=> String
3464
3530
  # resp.endpoints[0].s3_settings.preserve_transactions #=> Boolean
3465
3531
  # resp.endpoints[0].s3_settings.cdc_path #=> String
3532
+ # resp.endpoints[0].s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
3466
3533
  # 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"
3467
3534
  # resp.endpoints[0].s3_settings.add_column_name #=> Boolean
3468
3535
  # resp.endpoints[0].s3_settings.cdc_max_batch_interval #=> Integer
@@ -3678,6 +3745,20 @@ module Aws::DatabaseMigrationService
3678
3745
  # resp.endpoints[0].redis_settings.auth_user_name #=> String
3679
3746
  # resp.endpoints[0].redis_settings.auth_password #=> String
3680
3747
  # resp.endpoints[0].redis_settings.ssl_ca_certificate_arn #=> String
3748
+ # resp.endpoints[0].gcp_my_sql_settings.after_connect_script #=> String
3749
+ # resp.endpoints[0].gcp_my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
3750
+ # resp.endpoints[0].gcp_my_sql_settings.database_name #=> String
3751
+ # resp.endpoints[0].gcp_my_sql_settings.events_poll_interval #=> Integer
3752
+ # resp.endpoints[0].gcp_my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
3753
+ # resp.endpoints[0].gcp_my_sql_settings.max_file_size #=> Integer
3754
+ # resp.endpoints[0].gcp_my_sql_settings.parallel_load_threads #=> Integer
3755
+ # resp.endpoints[0].gcp_my_sql_settings.password #=> String
3756
+ # resp.endpoints[0].gcp_my_sql_settings.port #=> Integer
3757
+ # resp.endpoints[0].gcp_my_sql_settings.server_name #=> String
3758
+ # resp.endpoints[0].gcp_my_sql_settings.server_timezone #=> String
3759
+ # resp.endpoints[0].gcp_my_sql_settings.username #=> String
3760
+ # resp.endpoints[0].gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
3761
+ # resp.endpoints[0].gcp_my_sql_settings.secrets_manager_secret_id #=> String
3681
3762
  #
3682
3763
  #
3683
3764
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3756,6 +3837,8 @@ module Aws::DatabaseMigrationService
3756
3837
  # @option params [Array<Types::Filter>] :filters
3757
3838
  # Filters applied to event subscriptions.
3758
3839
  #
3840
+ # Valid filter names: event-subscription-arn \| event-subscription-id
3841
+ #
3759
3842
  # @option params [Integer] :max_records
3760
3843
  # The maximum number of records to include in the response. If more
3761
3844
  # records exist than the specified `MaxRecords` value, a pagination
@@ -3847,7 +3930,8 @@ module Aws::DatabaseMigrationService
3847
3930
  # A list of event categories for the source type that you've chosen.
3848
3931
  #
3849
3932
  # @option params [Array<Types::Filter>] :filters
3850
- # Filters applied to events.
3933
+ # Filters applied to events. The only valid filter is
3934
+ # `replication-instance-id`.
3851
3935
  #
3852
3936
  # @option params [Integer] :max_records
3853
3937
  # The maximum number of records to include in the response. If more
@@ -4373,13 +4457,11 @@ module Aws::DatabaseMigrationService
4373
4457
  # returns the latest results.
4374
4458
  #
4375
4459
  # For more information about DMS task assessments, see [Creating a task
4376
- # assessment report][1] in the [ Database Migration Service User
4377
- # Guide][2].
4460
+ # assessment report][1] in the *Database Migration Service User Guide*.
4378
4461
  #
4379
4462
  #
4380
4463
  #
4381
4464
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html
4382
- # [2]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/Welcome.html
4383
4465
  #
4384
4466
  # @option params [String] :replication_task_arn
4385
4467
  # The Amazon Resource Name (ARN) string that uniquely identifies the
@@ -4902,6 +4984,8 @@ module Aws::DatabaseMigrationService
4902
4984
  # SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
4903
4985
  # You can't provide the certificate inline.
4904
4986
  #
4987
+ # Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
4988
+ #
4905
4989
  # @option params [Array<Types::Tag>] :tags
4906
4990
  # The tags associated with the certificate.
4907
4991
  #
@@ -5050,10 +5134,10 @@ module Aws::DatabaseMigrationService
5050
5134
  # @option params [String] :engine_name
5051
5135
  # The type of engine for the endpoint. Valid values, depending on the
5052
5136
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
5053
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
5054
- # `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
5055
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
5056
- # `"sqlserver"`, and `"neptune"`.
5137
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
5138
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`,
5139
+ # `"mongodb"`, `"kinesis"`, `"kafka"`, `"elasticsearch"`,
5140
+ # `"documentdb"`, `"sqlserver"`, and `"neptune"`.
5057
5141
  #
5058
5142
  # @option params [String] :username
5059
5143
  # The user name to be used to login to the endpoint database.
@@ -5116,9 +5200,9 @@ module Aws::DatabaseMigrationService
5116
5200
  #
5117
5201
  # Attributes include the following:
5118
5202
  #
5119
- # * serviceAccessRoleArn - The Identity and Access Management (IAM) role
5120
- # that has permission to access the Amazon S3 bucket. The role must
5121
- # allow the `iam:PassRole` action.
5203
+ # * serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the
5204
+ # service access IAM role. The role must allow the `iam:PassRole`
5205
+ # action.
5122
5206
  #
5123
5207
  # * BucketName - The name of the S3 bucket to use.
5124
5208
  #
@@ -5160,9 +5244,9 @@ module Aws::DatabaseMigrationService
5160
5244
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping
5161
5245
  #
5162
5246
  # @option params [Types::ElasticsearchSettings] :elasticsearch_settings
5163
- # Settings in JSON format for the target Elasticsearch endpoint. For
5164
- # more information about the available settings, see [Extra Connection
5165
- # Attributes When Using Elasticsearch as a Target for DMS][1] in the
5247
+ # Settings in JSON format for the target OpenSearch endpoint. For more
5248
+ # information about the available settings, see [Extra Connection
5249
+ # Attributes When Using OpenSearch as a Target for DMS][1] in the
5166
5250
  # *Database Migration Service User Guide.*
5167
5251
  #
5168
5252
  #
@@ -5289,6 +5373,9 @@ module Aws::DatabaseMigrationService
5289
5373
  # `'\{"b":2\}'`. All existing settings are replaced with the exact
5290
5374
  # settings that you specify.
5291
5375
  #
5376
+ # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
5377
+ # Settings in JSON format for the source GCP MySQL endpoint.
5378
+ #
5292
5379
  # @return [Types::ModifyEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5293
5380
  #
5294
5381
  # * {Types::ModifyEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -5368,6 +5455,7 @@ module Aws::DatabaseMigrationService
5368
5455
  # csv_no_sup_value: "String",
5369
5456
  # preserve_transactions: false,
5370
5457
  # cdc_path: "String",
5458
+ # use_task_start_time_for_full_load_timestamp: false,
5371
5459
  # 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
5372
5460
  # add_column_name: false,
5373
5461
  # cdc_max_batch_interval: 1,
@@ -5614,6 +5702,22 @@ module Aws::DatabaseMigrationService
5614
5702
  # ssl_ca_certificate_arn: "String",
5615
5703
  # },
5616
5704
  # exact_settings: false,
5705
+ # gcp_my_sql_settings: {
5706
+ # after_connect_script: "String",
5707
+ # clean_source_metadata_on_mismatch: false,
5708
+ # database_name: "String",
5709
+ # events_poll_interval: 1,
5710
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
5711
+ # max_file_size: 1,
5712
+ # parallel_load_threads: 1,
5713
+ # password: "SecretString",
5714
+ # port: 1,
5715
+ # server_name: "String",
5716
+ # server_timezone: "String",
5717
+ # username: "String",
5718
+ # secrets_manager_access_role_arn: "String",
5719
+ # secrets_manager_secret_id: "String",
5720
+ # },
5617
5721
  # })
5618
5722
  #
5619
5723
  # @example Response structure
@@ -5664,6 +5768,7 @@ module Aws::DatabaseMigrationService
5664
5768
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
5665
5769
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
5666
5770
  # resp.endpoint.s3_settings.cdc_path #=> String
5771
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
5667
5772
  # 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"
5668
5773
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
5669
5774
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -5879,6 +5984,20 @@ module Aws::DatabaseMigrationService
5879
5984
  # resp.endpoint.redis_settings.auth_user_name #=> String
5880
5985
  # resp.endpoint.redis_settings.auth_password #=> String
5881
5986
  # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
5987
+ # resp.endpoint.gcp_my_sql_settings.after_connect_script #=> String
5988
+ # resp.endpoint.gcp_my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
5989
+ # resp.endpoint.gcp_my_sql_settings.database_name #=> String
5990
+ # resp.endpoint.gcp_my_sql_settings.events_poll_interval #=> Integer
5991
+ # resp.endpoint.gcp_my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
5992
+ # resp.endpoint.gcp_my_sql_settings.max_file_size #=> Integer
5993
+ # resp.endpoint.gcp_my_sql_settings.parallel_load_threads #=> Integer
5994
+ # resp.endpoint.gcp_my_sql_settings.password #=> String
5995
+ # resp.endpoint.gcp_my_sql_settings.port #=> Integer
5996
+ # resp.endpoint.gcp_my_sql_settings.server_name #=> String
5997
+ # resp.endpoint.gcp_my_sql_settings.server_timezone #=> String
5998
+ # resp.endpoint.gcp_my_sql_settings.username #=> String
5999
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
6000
+ # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
5882
6001
  #
5883
6002
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
5884
6003
  #
@@ -6473,8 +6592,16 @@ module Aws::DatabaseMigrationService
6473
6592
  #
6474
6593
  # @option params [Boolean] :force_failover
6475
6594
  # If this parameter is `true`, the reboot is conducted through a
6476
- # Multi-AZ failover. (If the instance isn't configured for Multi-AZ,
6477
- # then you can't specify `true`.)
6595
+ # Multi-AZ failover. If the instance isn't configured for Multi-AZ,
6596
+ # then you can't specify `true`. ( `--force-planned-failover` and
6597
+ # `--force-failover` can't both be set to `true`.)
6598
+ #
6599
+ # @option params [Boolean] :force_planned_failover
6600
+ # If this parameter is `true`, the reboot is conducted through a planned
6601
+ # Multi-AZ failover where resources are released and cleaned up prior to
6602
+ # conducting the failover. If the instance isn''t configured for
6603
+ # Multi-AZ, then you can't specify `true`. ( `--force-planned-failover`
6604
+ # and `--force-failover` can't both be set to `true`.)
6478
6605
  #
6479
6606
  # @return [Types::RebootReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6480
6607
  #
@@ -6485,6 +6612,7 @@ module Aws::DatabaseMigrationService
6485
6612
  # resp = client.reboot_replication_instance({
6486
6613
  # replication_instance_arn: "String", # required
6487
6614
  # force_failover: false,
6615
+ # force_planned_failover: false,
6488
6616
  # })
6489
6617
  #
6490
6618
  # @example Response structure
@@ -6595,6 +6723,10 @@ module Aws::DatabaseMigrationService
6595
6723
 
6596
6724
  # Reloads the target database table with the source data.
6597
6725
  #
6726
+ # You can only use this operation with a task in the `RUNNING` state,
6727
+ # otherwise the service will throw an `InvalidResourceStateFault`
6728
+ # exception.
6729
+ #
6598
6730
  # @option params [required, String] :replication_task_arn
6599
6731
  # The Amazon Resource Name (ARN) of the replication task.
6600
6732
  #
@@ -6702,7 +6834,17 @@ module Aws::DatabaseMigrationService
6702
6834
  # The Amazon Resource Name (ARN) of the replication task to be started.
6703
6835
  #
6704
6836
  # @option params [required, String] :start_replication_task_type
6705
- # A type of replication task.
6837
+ # The type of replication task to start.
6838
+ #
6839
+ # When the migration type is `full-load` or `full-load-and-cdc`, the
6840
+ # only valid value for the first run of the task is `start-replication`.
6841
+ # You use `reload-target` to restart the task and `resume-processing` to
6842
+ # resume the task.
6843
+ #
6844
+ # When the migration type is `cdc`, you use `start-replication` to start
6845
+ # or restart the task, and `resume-processing` to resume the task.
6846
+ # `reload-target` is not a valid value for a task with migration type of
6847
+ # `cdc`.
6706
6848
  #
6707
6849
  # @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
6708
6850
  # Indicates the start time for a change data capture (CDC) operation.
@@ -7158,7 +7300,7 @@ module Aws::DatabaseMigrationService
7158
7300
  params: params,
7159
7301
  config: config)
7160
7302
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
7161
- context[:gem_version] = '1.58.0'
7303
+ context[:gem_version] = '1.62.0'
7162
7304
  Seahorse::Client::Request.new(handlers, context)
7163
7305
  end
7164
7306
 
@@ -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"))
@@ -1144,6 +1164,7 @@ module Aws::DatabaseMigrationService
1144
1164
 
1145
1165
  RebootReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
1146
1166
  RebootReplicationInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
1167
+ RebootReplicationInstanceMessage.add_member(:force_planned_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForcePlannedFailover"))
1147
1168
  RebootReplicationInstanceMessage.struct_class = Types::RebootReplicationInstanceMessage
1148
1169
 
1149
1170
  RebootReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
@@ -1398,6 +1419,7 @@ module Aws::DatabaseMigrationService
1398
1419
  S3Settings.add_member(:csv_no_sup_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNoSupValue"))
1399
1420
  S3Settings.add_member(:preserve_transactions, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PreserveTransactions"))
1400
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"))
1401
1423
  S3Settings.add_member(:canned_acl_for_objects, Shapes::ShapeRef.new(shape: CannedAclForObjectsValue, location_name: "CannedAclForObjects"))
1402
1424
  S3Settings.add_member(:add_column_name, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddColumnName"))
1403
1425
  S3Settings.add_member(:cdc_max_batch_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CdcMaxBatchInterval"))
@@ -106,6 +106,8 @@ module Aws::DatabaseMigrationService
106
106
  #
107
107
  # @!attribute [rw] apply_action
108
108
  # The pending maintenance action to apply to this resource.
109
+ #
110
+ # Valid values: `os-upgrade`, `system-update`, `db-upgrade`
109
111
  # @return [String]
110
112
  #
111
113
  # @!attribute [rw] opt_in_type
@@ -223,7 +225,7 @@ module Aws::DatabaseMigrationService
223
225
  #
224
226
  # @!attribute [rw] certificate_wallet
225
227
  # The location of an imported Oracle Wallet certificate for use with
226
- # SSL.
228
+ # SSL. Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
227
229
  # @return [String]
228
230
  #
229
231
  # @!attribute [rw] certificate_arn
@@ -377,6 +379,7 @@ module Aws::DatabaseMigrationService
377
379
  # csv_no_sup_value: "String",
378
380
  # preserve_transactions: false,
379
381
  # cdc_path: "String",
382
+ # use_task_start_time_for_full_load_timestamp: false,
380
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
381
384
  # add_column_name: false,
382
385
  # cdc_max_batch_interval: 1,
@@ -623,6 +626,22 @@ module Aws::DatabaseMigrationService
623
626
  # auth_password: "SecretString",
624
627
  # ssl_ca_certificate_arn: "String",
625
628
  # },
629
+ # gcp_my_sql_settings: {
630
+ # after_connect_script: "String",
631
+ # clean_source_metadata_on_mismatch: false,
632
+ # database_name: "String",
633
+ # events_poll_interval: 1,
634
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
635
+ # max_file_size: 1,
636
+ # parallel_load_threads: 1,
637
+ # password: "SecretString",
638
+ # port: 1,
639
+ # server_name: "String",
640
+ # server_timezone: "String",
641
+ # username: "String",
642
+ # secrets_manager_access_role_arn: "String",
643
+ # secrets_manager_secret_id: "String",
644
+ # },
626
645
  # }
627
646
  #
628
647
  # @!attribute [rw] endpoint_identifier
@@ -638,10 +657,10 @@ module Aws::DatabaseMigrationService
638
657
  # @!attribute [rw] engine_name
639
658
  # The type of engine for the endpoint. Valid values, depending on the
640
659
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
641
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
642
- # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
643
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`, `"sqlserver"`,
644
- # and `"neptune"`.
660
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
661
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
662
+ # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
663
+ # `"elasticsearch"`, `"docdb"`, `"sqlserver"`, and `"neptune"`.
645
664
  # @return [String]
646
665
  #
647
666
  # @!attribute [rw] username
@@ -741,8 +760,8 @@ module Aws::DatabaseMigrationService
741
760
  #
742
761
  # Possible settings include the following:
743
762
  #
744
- # * `ServiceAccessRoleArn` - The IAM role that has permission to
745
- # access the Amazon S3 bucket. The role must allow the
763
+ # * `ServiceAccessRoleArn` - The Amazon Resource Name (ARN) used by
764
+ # the service access IAM role. The role must allow the
746
765
  # `iam:PassRole` action.
747
766
  #
748
767
  # * `BucketName` - The name of the S3 bucket to use.
@@ -789,9 +808,9 @@ module Aws::DatabaseMigrationService
789
808
  # @return [Types::KafkaSettings]
790
809
  #
791
810
  # @!attribute [rw] elasticsearch_settings
792
- # Settings in JSON format for the target Elasticsearch endpoint. For
793
- # more information about the available settings, see [Extra Connection
794
- # Attributes When Using Elasticsearch as a Target for DMS][1] in the
811
+ # Settings in JSON format for the target OpenSearch endpoint. For more
812
+ # information about the available settings, see [Extra Connection
813
+ # Attributes When Using OpenSearch as a Target for DMS][1] in the
795
814
  # *Database Migration Service User Guide*.
796
815
  #
797
816
  #
@@ -913,6 +932,10 @@ module Aws::DatabaseMigrationService
913
932
  # Settings in JSON format for the target Redis endpoint.
914
933
  # @return [Types::RedisSettings]
915
934
  #
935
+ # @!attribute [rw] gcp_my_sql_settings
936
+ # Settings in JSON format for the source GCP MySQL endpoint.
937
+ # @return [Types::GcpMySQLSettings]
938
+ #
916
939
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
917
940
  #
918
941
  class CreateEndpointMessage < Struct.new(
@@ -948,7 +971,8 @@ module Aws::DatabaseMigrationService
948
971
  :ibm_db_2_settings,
949
972
  :resource_identifier,
950
973
  :doc_db_settings,
951
- :redis_settings)
974
+ :redis_settings,
975
+ :gcp_my_sql_settings)
952
976
  SENSITIVE = [:password]
953
977
  include Aws::Structure
954
978
  end
@@ -1511,7 +1535,7 @@ module Aws::DatabaseMigrationService
1511
1535
  # }
1512
1536
  #
1513
1537
  # @!attribute [rw] certificate_arn
1514
- # The Amazon Resource Name (ARN) of the deleted certificate.
1538
+ # The Amazon Resource Name (ARN) of the certificate.
1515
1539
  # @return [String]
1516
1540
  #
1517
1541
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificateMessage AWS API Documentation
@@ -1900,7 +1924,8 @@ module Aws::DatabaseMigrationService
1900
1924
  #
1901
1925
  # @!attribute [rw] filters
1902
1926
  # Filters applied to the certificates described in the form of
1903
- # key-value pairs.
1927
+ # key-value pairs. Valid values are `certificate-arn` and
1928
+ # `certificate-id`.
1904
1929
  # @return [Array<Types::Filter>]
1905
1930
  #
1906
1931
  # @!attribute [rw] max_records
@@ -2266,6 +2291,8 @@ module Aws::DatabaseMigrationService
2266
2291
  #
2267
2292
  # @!attribute [rw] filters
2268
2293
  # Filters applied to event subscriptions.
2294
+ #
2295
+ # Valid filter names: event-subscription-arn \| event-subscription-id
2269
2296
  # @return [Array<Types::Filter>]
2270
2297
  #
2271
2298
  # @!attribute [rw] max_records
@@ -2362,7 +2389,8 @@ module Aws::DatabaseMigrationService
2362
2389
  # @return [Array<String>]
2363
2390
  #
2364
2391
  # @!attribute [rw] filters
2365
- # Filters applied to events.
2392
+ # Filters applied to events. The only valid filter is
2393
+ # `replication-instance-id`.
2366
2394
  # @return [Array<Types::Filter>]
2367
2395
  #
2368
2396
  # @!attribute [rw] max_records
@@ -3195,10 +3223,8 @@ module Aws::DatabaseMigrationService
3195
3223
  # }
3196
3224
  #
3197
3225
  # @!attribute [rw] service_access_role_arn
3198
- # The IAM role that has permission to access the Amazon S3 bucket.
3199
- # When specified as part of request syntax, such as for the
3200
- # `CreateEndpoint` and `ModifyEndpoint` actions, the role must allow
3201
- # the `iam:PassRole` action.
3226
+ # The Amazon Resource Name (ARN) used by the service access IAM role.
3227
+ # The role must allow the `iam:PassRole` action.
3202
3228
  # @return [String]
3203
3229
  #
3204
3230
  # @!attribute [rw] bucket_name
@@ -3358,7 +3384,7 @@ module Aws::DatabaseMigrationService
3358
3384
  include Aws::Structure
3359
3385
  end
3360
3386
 
3361
- # Provides information that defines an Elasticsearch endpoint.
3387
+ # Provides information that defines an OpenSearch endpoint.
3362
3388
  #
3363
3389
  # @note When making an API call, you may pass ElasticsearchSettings
3364
3390
  # data as a hash:
@@ -3376,7 +3402,7 @@ module Aws::DatabaseMigrationService
3376
3402
  # @return [String]
3377
3403
  #
3378
3404
  # @!attribute [rw] endpoint_uri
3379
- # The endpoint for the Elasticsearch cluster. DMS uses HTTPS if a
3405
+ # The endpoint for the OpenSearch cluster. DMS uses HTTPS if a
3380
3406
  # transport protocol (http/https) is not specified.
3381
3407
  # @return [String]
3382
3408
  #
@@ -3385,7 +3411,7 @@ module Aws::DatabaseMigrationService
3385
3411
  # a full load operation stops.
3386
3412
  #
3387
3413
  # To avoid early failure, this counter is only effective after 1000
3388
- # records are transferred. Elasticsearch also has the concept of error
3414
+ # records are transferred. OpenSearch also has the concept of error
3389
3415
  # monitoring during the last 10 minutes of an Observation Window. If
3390
3416
  # transfer of all records fail in the last 10 minutes, the full load
3391
3417
  # operation stops.
@@ -3393,7 +3419,7 @@ module Aws::DatabaseMigrationService
3393
3419
  #
3394
3420
  # @!attribute [rw] error_retry_duration
3395
3421
  # The maximum number of seconds for which DMS retries failed API
3396
- # requests to the Elasticsearch cluster.
3422
+ # requests to the OpenSearch cluster.
3397
3423
  # @return [Integer]
3398
3424
  #
3399
3425
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ElasticsearchSettings AWS API Documentation
@@ -3429,10 +3455,10 @@ module Aws::DatabaseMigrationService
3429
3455
  # @!attribute [rw] engine_name
3430
3456
  # The database engine name. Valid values, depending on the
3431
3457
  # 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"`.
3458
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
3459
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
3460
+ # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
3461
+ # `"elasticsearch"`, `"documentdb"`, `"sqlserver"`, and `"neptune"`.
3436
3462
  # @return [String]
3437
3463
  #
3438
3464
  # @!attribute [rw] engine_display_name
@@ -3518,22 +3544,8 @@ module Aws::DatabaseMigrationService
3518
3544
  # @return [Types::S3Settings]
3519
3545
  #
3520
3546
  # @!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 IAM role that has permission to
3527
- # access the Amazon S3 bucket. 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"\} `
3547
+ # The settings for the DMS Transfer type source. For more information,
3548
+ # see the DmsTransferSettings structure.
3537
3549
  # @return [Types::DmsTransferSettings]
3538
3550
  #
3539
3551
  # @!attribute [rw] mongo_db_settings
@@ -3552,7 +3564,7 @@ module Aws::DatabaseMigrationService
3552
3564
  # @return [Types::KafkaSettings]
3553
3565
  #
3554
3566
  # @!attribute [rw] elasticsearch_settings
3555
- # The settings for the Elasticsearch source endpoint. For more
3567
+ # The settings for the OpenSearch source endpoint. For more
3556
3568
  # information, see the `ElasticsearchSettings` structure.
3557
3569
  # @return [Types::ElasticsearchSettings]
3558
3570
  #
@@ -3605,6 +3617,10 @@ module Aws::DatabaseMigrationService
3605
3617
  # see the `RedisSettings` structure.
3606
3618
  # @return [Types::RedisSettings]
3607
3619
  #
3620
+ # @!attribute [rw] gcp_my_sql_settings
3621
+ # Settings in JSON format for the source GCP MySQL endpoint.
3622
+ # @return [Types::GcpMySQLSettings]
3623
+ #
3608
3624
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
3609
3625
  #
3610
3626
  class Endpoint < Struct.new(
@@ -3641,7 +3657,8 @@ module Aws::DatabaseMigrationService
3641
3657
  :microsoft_sql_server_settings,
3642
3658
  :ibm_db_2_settings,
3643
3659
  :doc_db_settings,
3644
- :redis_settings)
3660
+ :redis_settings,
3661
+ :gcp_my_sql_settings)
3645
3662
  SENSITIVE = []
3646
3663
  include Aws::Structure
3647
3664
  end
@@ -3870,6 +3887,165 @@ module Aws::DatabaseMigrationService
3870
3887
  include Aws::Structure
3871
3888
  end
3872
3889
 
3890
+ # Settings in JSON format for the source GCP MySQL endpoint.
3891
+ #
3892
+ # @note When making an API call, you may pass GcpMySQLSettings
3893
+ # data as a hash:
3894
+ #
3895
+ # {
3896
+ # after_connect_script: "String",
3897
+ # clean_source_metadata_on_mismatch: false,
3898
+ # database_name: "String",
3899
+ # events_poll_interval: 1,
3900
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
3901
+ # max_file_size: 1,
3902
+ # parallel_load_threads: 1,
3903
+ # password: "SecretString",
3904
+ # port: 1,
3905
+ # server_name: "String",
3906
+ # server_timezone: "String",
3907
+ # username: "String",
3908
+ # secrets_manager_access_role_arn: "String",
3909
+ # secrets_manager_secret_id: "String",
3910
+ # }
3911
+ #
3912
+ # @!attribute [rw] after_connect_script
3913
+ # Specifies a script to run immediately after DMS connects to the
3914
+ # endpoint. The migration task continues running regardless if the SQL
3915
+ # statement succeeds or fails.
3916
+ #
3917
+ # For this parameter, provide the code of the script itself, not the
3918
+ # name of a file containing the script.
3919
+ # @return [String]
3920
+ #
3921
+ # @!attribute [rw] clean_source_metadata_on_mismatch
3922
+ # Adjusts the behavior of DMS when migrating from an SQL Server source
3923
+ # database that is hosted as part of an Always On availability group
3924
+ # cluster. If you need DMS to poll all the nodes in the Always On
3925
+ # cluster for transaction backups, set this attribute to `false`.
3926
+ # @return [Boolean]
3927
+ #
3928
+ # @!attribute [rw] database_name
3929
+ # Database name for the endpoint. For a MySQL source or target
3930
+ # endpoint, don't explicitly specify the database using the
3931
+ # `DatabaseName` request parameter on either the `CreateEndpoint` or
3932
+ # `ModifyEndpoint` API call. Specifying `DatabaseName` when you create
3933
+ # or modify a MySQL endpoint replicates all the task tables to this
3934
+ # single database. For MySQL endpoints, you specify the database only
3935
+ # when you specify the schema in the table-mapping rules of the DMS
3936
+ # task.
3937
+ # @return [String]
3938
+ #
3939
+ # @!attribute [rw] events_poll_interval
3940
+ # Specifies how often to check the binary log for new changes/events
3941
+ # when the database is idle. The default is five seconds.
3942
+ #
3943
+ # Example: `eventsPollInterval=5;`
3944
+ #
3945
+ # In the example, DMS checks for changes in the binary logs every five
3946
+ # seconds.
3947
+ # @return [Integer]
3948
+ #
3949
+ # @!attribute [rw] target_db_type
3950
+ # Specifies where to migrate source tables on the target, either to a
3951
+ # single database or multiple databases.
3952
+ #
3953
+ # Example: `targetDbType=MULTIPLE_DATABASES`
3954
+ # @return [String]
3955
+ #
3956
+ # @!attribute [rw] max_file_size
3957
+ # Specifies the maximum size (in KB) of any .csv file used to transfer
3958
+ # data to a MySQL-compatible database.
3959
+ #
3960
+ # Example: `maxFileSize=512`
3961
+ # @return [Integer]
3962
+ #
3963
+ # @!attribute [rw] parallel_load_threads
3964
+ # Improves performance when loading data into the MySQL-compatible
3965
+ # target database. Specifies how many threads to use to load the data
3966
+ # into the MySQL-compatible target database. Setting a large number of
3967
+ # threads can have an adverse effect on database performance, because
3968
+ # a separate connection is required for each thread. The default is
3969
+ # one.
3970
+ #
3971
+ # Example: `parallelLoadThreads=1`
3972
+ # @return [Integer]
3973
+ #
3974
+ # @!attribute [rw] password
3975
+ # Endpoint connection password.
3976
+ # @return [String]
3977
+ #
3978
+ # @!attribute [rw] port
3979
+ # @return [Integer]
3980
+ #
3981
+ # @!attribute [rw] server_name
3982
+ # Endpoint TCP port.
3983
+ # @return [String]
3984
+ #
3985
+ # @!attribute [rw] server_timezone
3986
+ # Specifies the time zone for the source MySQL database.
3987
+ #
3988
+ # Example: `serverTimezone=US/Pacific;`
3989
+ #
3990
+ # Note: Do not enclose time zones in single quotes.
3991
+ # @return [String]
3992
+ #
3993
+ # @!attribute [rw] username
3994
+ # Endpoint connection user name.
3995
+ # @return [String]
3996
+ #
3997
+ # @!attribute [rw] secrets_manager_access_role_arn
3998
+ # The full Amazon Resource Name (ARN) of the IAM role that specifies
3999
+ # DMS as the trusted entity and grants the required permissions to
4000
+ # access the value in `SecretsManagerSecret.` The role must allow the
4001
+ # `iam:PassRole` action. `SecretsManagerSecret` has the value of the
4002
+ # Amazon Web Services Secrets Manager secret that allows access to the
4003
+ # MySQL endpoint.
4004
+ #
4005
+ # <note markdown="1"> You can specify one of two sets of values for these permissions. You
4006
+ # can specify the values for this setting and
4007
+ # `SecretsManagerSecretId`. Or you can specify clear-text values for
4008
+ # `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
4009
+ # both. For more information on creating this `SecretsManagerSecret`
4010
+ # and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
4011
+ # required to access it, see [Using secrets to access Database
4012
+ # Migration Service resources][1] in the Database Migration Service
4013
+ # User Guide.
4014
+ #
4015
+ # </note>
4016
+ #
4017
+ #
4018
+ #
4019
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
4020
+ # @return [String]
4021
+ #
4022
+ # @!attribute [rw] secrets_manager_secret_id
4023
+ # The full ARN, partial ARN, or friendly name of the
4024
+ # `SecretsManagerSecret` that contains the MySQL endpoint connection
4025
+ # details.
4026
+ # @return [String]
4027
+ #
4028
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/GcpMySQLSettings AWS API Documentation
4029
+ #
4030
+ class GcpMySQLSettings < Struct.new(
4031
+ :after_connect_script,
4032
+ :clean_source_metadata_on_mismatch,
4033
+ :database_name,
4034
+ :events_poll_interval,
4035
+ :target_db_type,
4036
+ :max_file_size,
4037
+ :parallel_load_threads,
4038
+ :password,
4039
+ :port,
4040
+ :server_name,
4041
+ :server_timezone,
4042
+ :username,
4043
+ :secrets_manager_access_role_arn,
4044
+ :secrets_manager_secret_id)
4045
+ SENSITIVE = [:password]
4046
+ include Aws::Structure
4047
+ end
4048
+
3873
4049
  # Provides information that defines an IBM Db2 LUW endpoint.
3874
4050
  #
3875
4051
  # @note When making an API call, you may pass IBMDb2Settings
@@ -4002,6 +4178,8 @@ module Aws::DatabaseMigrationService
4002
4178
  # The location of an imported Oracle Wallet certificate for use with
4003
4179
  # SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
4004
4180
  # You can't provide the certificate inline.
4181
+ #
4182
+ # Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
4005
4183
  # @return [String]
4006
4184
  #
4007
4185
  # @!attribute [rw] tags
@@ -4098,7 +4276,7 @@ module Aws::DatabaseMigrationService
4098
4276
  include Aws::Structure
4099
4277
  end
4100
4278
 
4101
- # The specified master key (CMK) isn't enabled.
4279
+ # The specified KMS key isn't enabled.
4102
4280
  #
4103
4281
  # @!attribute [rw] message
4104
4282
  # @return [String]
@@ -4704,6 +4882,7 @@ module Aws::DatabaseMigrationService
4704
4882
  # csv_no_sup_value: "String",
4705
4883
  # preserve_transactions: false,
4706
4884
  # cdc_path: "String",
4885
+ # use_task_start_time_for_full_load_timestamp: false,
4707
4886
  # 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
4887
  # add_column_name: false,
4709
4888
  # cdc_max_batch_interval: 1,
@@ -4950,6 +5129,22 @@ module Aws::DatabaseMigrationService
4950
5129
  # ssl_ca_certificate_arn: "String",
4951
5130
  # },
4952
5131
  # exact_settings: false,
5132
+ # gcp_my_sql_settings: {
5133
+ # after_connect_script: "String",
5134
+ # clean_source_metadata_on_mismatch: false,
5135
+ # database_name: "String",
5136
+ # events_poll_interval: 1,
5137
+ # target_db_type: "specific-database", # accepts specific-database, multiple-databases
5138
+ # max_file_size: 1,
5139
+ # parallel_load_threads: 1,
5140
+ # password: "SecretString",
5141
+ # port: 1,
5142
+ # server_name: "String",
5143
+ # server_timezone: "String",
5144
+ # username: "String",
5145
+ # secrets_manager_access_role_arn: "String",
5146
+ # secrets_manager_secret_id: "String",
5147
+ # },
4953
5148
  # }
4954
5149
  #
4955
5150
  # @!attribute [rw] endpoint_arn
@@ -4970,10 +5165,10 @@ module Aws::DatabaseMigrationService
4970
5165
  # @!attribute [rw] engine_name
4971
5166
  # The type of engine for the endpoint. Valid values, depending on the
4972
5167
  # 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"`.
5168
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
5169
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
5170
+ # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
5171
+ # `"elasticsearch"`, `"documentdb"`, `"sqlserver"`, and `"neptune"`.
4977
5172
  # @return [String]
4978
5173
  #
4979
5174
  # @!attribute [rw] username
@@ -5049,9 +5244,9 @@ module Aws::DatabaseMigrationService
5049
5244
  #
5050
5245
  # Attributes include the following:
5051
5246
  #
5052
- # * serviceAccessRoleArn - The Identity and Access Management (IAM)
5053
- # role that has permission to access the Amazon S3 bucket. The role
5054
- # must allow the `iam:PassRole` action.
5247
+ # * serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the
5248
+ # service access IAM role. The role must allow the `iam:PassRole`
5249
+ # action.
5055
5250
  #
5056
5251
  # * BucketName - The name of the S3 bucket to use.
5057
5252
  #
@@ -5097,9 +5292,9 @@ module Aws::DatabaseMigrationService
5097
5292
  # @return [Types::KafkaSettings]
5098
5293
  #
5099
5294
  # @!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
5295
+ # Settings in JSON format for the target OpenSearch endpoint. For more
5296
+ # information about the available settings, see [Extra Connection
5297
+ # Attributes When Using OpenSearch as a Target for DMS][1] in the
5103
5298
  # *Database Migration Service User Guide.*
5104
5299
  #
5105
5300
  #
@@ -5240,6 +5435,10 @@ module Aws::DatabaseMigrationService
5240
5435
  # settings are replaced with the exact settings that you specify.
5241
5436
  # @return [Boolean]
5242
5437
  #
5438
+ # @!attribute [rw] gcp_my_sql_settings
5439
+ # Settings in JSON format for the source GCP MySQL endpoint.
5440
+ # @return [Types::GcpMySQLSettings]
5441
+ #
5243
5442
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage AWS API Documentation
5244
5443
  #
5245
5444
  class ModifyEndpointMessage < Struct.new(
@@ -5274,7 +5473,8 @@ module Aws::DatabaseMigrationService
5274
5473
  :ibm_db_2_settings,
5275
5474
  :doc_db_settings,
5276
5475
  :redis_settings,
5277
- :exact_settings)
5476
+ :exact_settings,
5477
+ :gcp_my_sql_settings)
5278
5478
  SENSITIVE = [:password]
5279
5479
  include Aws::Structure
5280
5480
  end
@@ -5916,7 +6116,7 @@ module Aws::DatabaseMigrationService
5916
6116
  #
5917
6117
  # @!attribute [rw] events_poll_interval
5918
6118
  # Specifies how often to check the binary log for new changes/events
5919
- # when the database is idle.
6119
+ # when the database is idle. The default is five seconds.
5920
6120
  #
5921
6121
  # Example: `eventsPollInterval=5;`
5922
6122
  #
@@ -5943,7 +6143,8 @@ module Aws::DatabaseMigrationService
5943
6143
  # target database. Specifies how many threads to use to load the data
5944
6144
  # into the MySQL-compatible target database. Setting a large number of
5945
6145
  # threads can have an adverse effect on database performance, because
5946
- # a separate connection is required for each thread.
6146
+ # a separate connection is required for each thread. The default is
6147
+ # one.
5947
6148
  #
5948
6149
  # Example: `parallelLoadThreads=1`
5949
6150
  # @return [Integer]
@@ -6823,7 +7024,7 @@ module Aws::DatabaseMigrationService
6823
7024
  # @return [String]
6824
7025
  #
6825
7026
  # @!attribute [rw] port
6826
- # Endpoint TCP port.
7027
+ # Endpoint TCP port. The default is 5432.
6827
7028
  # @return [Integer]
6828
7029
  #
6829
7030
  # @!attribute [rw] server_name
@@ -6926,6 +7127,7 @@ module Aws::DatabaseMigrationService
6926
7127
  # {
6927
7128
  # replication_instance_arn: "String", # required
6928
7129
  # force_failover: false,
7130
+ # force_planned_failover: false,
6929
7131
  # }
6930
7132
  #
6931
7133
  # @!attribute [rw] replication_instance_arn
@@ -6934,15 +7136,26 @@ module Aws::DatabaseMigrationService
6934
7136
  #
6935
7137
  # @!attribute [rw] force_failover
6936
7138
  # If this parameter is `true`, the reboot is conducted through a
6937
- # Multi-AZ failover. (If the instance isn't configured for Multi-AZ,
6938
- # then you can't specify `true`.)
7139
+ # Multi-AZ failover. If the instance isn't configured for Multi-AZ,
7140
+ # then you can't specify `true`. ( `--force-planned-failover` and
7141
+ # `--force-failover` can't both be set to `true`.)
7142
+ # @return [Boolean]
7143
+ #
7144
+ # @!attribute [rw] force_planned_failover
7145
+ # If this parameter is `true`, the reboot is conducted through a
7146
+ # planned Multi-AZ failover where resources are released and cleaned
7147
+ # up prior to conducting the failover. If the instance isn''t
7148
+ # configured for Multi-AZ, then you can't specify `true`. (
7149
+ # `--force-planned-failover` and `--force-failover` can't both be set
7150
+ # to `true`.)
6939
7151
  # @return [Boolean]
6940
7152
  #
6941
7153
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstanceMessage AWS API Documentation
6942
7154
  #
6943
7155
  class RebootReplicationInstanceMessage < Struct.new(
6944
7156
  :replication_instance_arn,
6945
- :force_failover)
7157
+ :force_failover,
7158
+ :force_planned_failover)
6946
7159
  SENSITIVE = []
6947
7160
  include Aws::Structure
6948
7161
  end
@@ -8503,6 +8716,7 @@ module Aws::DatabaseMigrationService
8503
8716
  # csv_no_sup_value: "String",
8504
8717
  # preserve_transactions: false,
8505
8718
  # cdc_path: "String",
8719
+ # use_task_start_time_for_full_load_timestamp: false,
8506
8720
  # 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
8507
8721
  # add_column_name: false,
8508
8722
  # cdc_max_batch_interval: 1,
@@ -8942,6 +9156,19 @@ module Aws::DatabaseMigrationService
8942
9156
  # [4]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath
8943
9157
  # @return [String]
8944
9158
  #
9159
+ # @!attribute [rw] use_task_start_time_for_full_load_timestamp
9160
+ # When set to true, this parameter uses the task start time as the
9161
+ # timestamp column value instead of the time data is written to
9162
+ # target. For full load, when `useTaskStartTimeForFullLoadTimestamp`
9163
+ # is set to `true`, each row of the timestamp column contains the task
9164
+ # start time. For CDC loads, each row of the timestamp column contains
9165
+ # the transaction commit time.
9166
+ #
9167
+ # When `useTaskStartTimeForFullLoadTimestamp` is set to `false`, the
9168
+ # full load timestamp in the timestamp column increments with the time
9169
+ # data arrives at the target.
9170
+ # @return [Boolean]
9171
+ #
8945
9172
  # @!attribute [rw] canned_acl_for_objects
8946
9173
  # A value that enables DMS to specify a predefined (canned) access
8947
9174
  # control list for objects created in an Amazon S3 bucket as .csv or
@@ -9068,6 +9295,7 @@ module Aws::DatabaseMigrationService
9068
9295
  :csv_no_sup_value,
9069
9296
  :preserve_transactions,
9070
9297
  :cdc_path,
9298
+ :use_task_start_time_for_full_load_timestamp,
9071
9299
  :canned_acl_for_objects,
9072
9300
  :add_column_name,
9073
9301
  :cdc_max_batch_interval,
@@ -9274,7 +9502,17 @@ module Aws::DatabaseMigrationService
9274
9502
  # @return [String]
9275
9503
  #
9276
9504
  # @!attribute [rw] start_replication_task_type
9277
- # A type of replication task.
9505
+ # The type of replication task to start.
9506
+ #
9507
+ # When the migration type is `full-load` or `full-load-and-cdc`, the
9508
+ # only valid value for the first run of the task is
9509
+ # `start-replication`. You use `reload-target` to restart the task and
9510
+ # `resume-processing` to resume the task.
9511
+ #
9512
+ # When the migration type is `cdc`, you use `start-replication` to
9513
+ # start or restart the task, and `resume-processing` to resume the
9514
+ # task. `reload-target` is not a valid value for a task with migration
9515
+ # type of `cdc`.
9278
9516
  # @return [String]
9279
9517
  #
9280
9518
  # @!attribute [rw] cdc_start_time
@@ -9503,7 +9741,7 @@ module Aws::DatabaseMigrationService
9503
9741
  # @return [String]
9504
9742
  #
9505
9743
  # @!attribute [rw] port
9506
- # Endpoint TCP port.
9744
+ # Endpoint TCP port. The default is 5000.
9507
9745
  # @return [Integer]
9508
9746
  #
9509
9747
  # @!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.58.0'
52
+ GEM_VERSION = '1.62.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.58.0
4
+ version: 1.62.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-09-01 00:00:00.000000000 Z
11
+ date: 2021-11-15 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.120.0
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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement