aws-sdk-databasemigrationservice 1.61.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: 167524f40dbae8a4390a9273f4b4f37263771b7616d8f011a48d490e3d85ccdf
4
- data.tar.gz: 6ffd912e5587ce9236371f6a0d9f64ae1a7d2f7f7ec66f49af884abfbfb26402
3
+ metadata.gz: f02e30b10ff0647d048a5e44b0fdbc406ba7446e21f3da64a95df9b40afffc58
4
+ data.tar.gz: 4fd62efa81e231eb31e494df24fe983920ebc56616509e1b1c6de8a6119f3069
5
5
  SHA512:
6
- metadata.gz: 62237e0ee0629620fe4ab092611e256c05cd3725e9b05432b6d4a44b4aebde80425ef2107d726030bc4307dc17639debe2ba72c574003d0f3e98b811d18d90a4
7
- data.tar.gz: ad67d017151748e2812c5cb3e7f5338922f3116266bd21db204cbfa1208b0d813f58301936db2fb56dccc6b325d80af4e1b7de9e52f2b7c33d08cd5ddaf76ada
6
+ metadata.gz: e013f458aa5186516983d811188cfa6890c47a29542a8325b5e0a8c7bddaf1057c7f429752bec74c8d3885775922cc18385a5dbff15bee4e73c97146fd67c79f
7
+ data.tar.gz: 3adb5ae4d5c0f82d9fe942680ce7a45cc38b76e0f41e3e4324620d87c759b65aab3dcabd26f45bf4f69599956bebd950eaa49b17982becf2cef720988241b186
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.61.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -536,10 +536,10 @@ module Aws::DatabaseMigrationService
536
536
  # @option params [required, String] :engine_name
537
537
  # The type of engine for the endpoint. Valid values, depending on the
538
538
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
539
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
540
- # `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
541
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"docdb"`, `"sqlserver"`,
542
- # 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"`.
543
543
  #
544
544
  # @option params [String] :username
545
545
  # The user name to be used to log in to the endpoint database.
@@ -667,9 +667,9 @@ module Aws::DatabaseMigrationService
667
667
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping
668
668
  #
669
669
  # @option params [Types::ElasticsearchSettings] :elasticsearch_settings
670
- # Settings in JSON format for the target Elasticsearch endpoint. For
671
- # more information about the available settings, see [Extra Connection
672
- # 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
673
673
  # *Database Migration Service User Guide*.
674
674
  #
675
675
  #
@@ -777,6 +777,9 @@ module Aws::DatabaseMigrationService
777
777
  # @option params [Types::RedisSettings] :redis_settings
778
778
  # Settings in JSON format for the target Redis endpoint.
779
779
  #
780
+ # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
781
+ # Settings in JSON format for the source GCP MySQL endpoint.
782
+ #
780
783
  # @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
781
784
  #
782
785
  # * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -878,6 +881,7 @@ module Aws::DatabaseMigrationService
878
881
  # csv_no_sup_value: "String",
879
882
  # preserve_transactions: false,
880
883
  # cdc_path: "String",
884
+ # use_task_start_time_for_full_load_timestamp: false,
881
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
882
886
  # add_column_name: false,
883
887
  # cdc_max_batch_interval: 1,
@@ -1124,6 +1128,22 @@ module Aws::DatabaseMigrationService
1124
1128
  # auth_password: "SecretString",
1125
1129
  # ssl_ca_certificate_arn: "String",
1126
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
+ # },
1127
1147
  # })
1128
1148
  #
1129
1149
  # @example Response structure
@@ -1174,6 +1194,7 @@ module Aws::DatabaseMigrationService
1174
1194
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
1175
1195
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
1176
1196
  # resp.endpoint.s3_settings.cdc_path #=> String
1197
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
1177
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"
1178
1199
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
1179
1200
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -1389,6 +1410,20 @@ module Aws::DatabaseMigrationService
1389
1410
  # resp.endpoint.redis_settings.auth_user_name #=> String
1390
1411
  # resp.endpoint.redis_settings.auth_password #=> String
1391
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
1392
1427
  #
1393
1428
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
1394
1429
  #
@@ -2116,7 +2151,7 @@ module Aws::DatabaseMigrationService
2116
2151
  # Deletes the specified certificate.
2117
2152
  #
2118
2153
  # @option params [required, String] :certificate_arn
2119
- # The Amazon Resource Name (ARN) of the deleted certificate.
2154
+ # The Amazon Resource Name (ARN) of the certificate.
2120
2155
  #
2121
2156
  # @return [Types::DeleteCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2122
2157
  #
@@ -2313,6 +2348,7 @@ module Aws::DatabaseMigrationService
2313
2348
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
2314
2349
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
2315
2350
  # resp.endpoint.s3_settings.cdc_path #=> String
2351
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
2316
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"
2317
2353
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
2318
2354
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -2528,6 +2564,20 @@ module Aws::DatabaseMigrationService
2528
2564
  # resp.endpoint.redis_settings.auth_user_name #=> String
2529
2565
  # resp.endpoint.redis_settings.auth_password #=> String
2530
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
2531
2581
  #
2532
2582
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
2533
2583
  #
@@ -3028,7 +3078,7 @@ module Aws::DatabaseMigrationService
3028
3078
  #
3029
3079
  # @option params [Array<Types::Filter>] :filters
3030
3080
  # Filters applied to the certificates described in the form of key-value
3031
- # pairs.
3081
+ # pairs. Valid values are `certificate-arn` and `certificate-id`.
3032
3082
  #
3033
3083
  # @option params [Integer] :max_records
3034
3084
  # The maximum number of records to include in the response. If more
@@ -3479,6 +3529,7 @@ module Aws::DatabaseMigrationService
3479
3529
  # resp.endpoints[0].s3_settings.csv_no_sup_value #=> String
3480
3530
  # resp.endpoints[0].s3_settings.preserve_transactions #=> Boolean
3481
3531
  # resp.endpoints[0].s3_settings.cdc_path #=> String
3532
+ # resp.endpoints[0].s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
3482
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"
3483
3534
  # resp.endpoints[0].s3_settings.add_column_name #=> Boolean
3484
3535
  # resp.endpoints[0].s3_settings.cdc_max_batch_interval #=> Integer
@@ -3694,6 +3745,20 @@ module Aws::DatabaseMigrationService
3694
3745
  # resp.endpoints[0].redis_settings.auth_user_name #=> String
3695
3746
  # resp.endpoints[0].redis_settings.auth_password #=> String
3696
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
3697
3762
  #
3698
3763
  #
3699
3764
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3772,6 +3837,8 @@ module Aws::DatabaseMigrationService
3772
3837
  # @option params [Array<Types::Filter>] :filters
3773
3838
  # Filters applied to event subscriptions.
3774
3839
  #
3840
+ # Valid filter names: event-subscription-arn \| event-subscription-id
3841
+ #
3775
3842
  # @option params [Integer] :max_records
3776
3843
  # The maximum number of records to include in the response. If more
3777
3844
  # records exist than the specified `MaxRecords` value, a pagination
@@ -3863,7 +3930,8 @@ module Aws::DatabaseMigrationService
3863
3930
  # A list of event categories for the source type that you've chosen.
3864
3931
  #
3865
3932
  # @option params [Array<Types::Filter>] :filters
3866
- # Filters applied to events.
3933
+ # Filters applied to events. The only valid filter is
3934
+ # `replication-instance-id`.
3867
3935
  #
3868
3936
  # @option params [Integer] :max_records
3869
3937
  # The maximum number of records to include in the response. If more
@@ -4389,13 +4457,11 @@ module Aws::DatabaseMigrationService
4389
4457
  # returns the latest results.
4390
4458
  #
4391
4459
  # For more information about DMS task assessments, see [Creating a task
4392
- # assessment report][1] in the [ Database Migration Service User
4393
- # Guide][2].
4460
+ # assessment report][1] in the *Database Migration Service User Guide*.
4394
4461
  #
4395
4462
  #
4396
4463
  #
4397
4464
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html
4398
- # [2]: https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/Welcome.html
4399
4465
  #
4400
4466
  # @option params [String] :replication_task_arn
4401
4467
  # The Amazon Resource Name (ARN) string that uniquely identifies the
@@ -4918,6 +4984,8 @@ module Aws::DatabaseMigrationService
4918
4984
  # SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
4919
4985
  # You can't provide the certificate inline.
4920
4986
  #
4987
+ # Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
4988
+ #
4921
4989
  # @option params [Array<Types::Tag>] :tags
4922
4990
  # The tags associated with the certificate.
4923
4991
  #
@@ -5066,10 +5134,10 @@ module Aws::DatabaseMigrationService
5066
5134
  # @option params [String] :engine_name
5067
5135
  # The type of engine for the endpoint. Valid values, depending on the
5068
5136
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
5069
- # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
5070
- # `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
5071
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
5072
- # `"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"`.
5073
5141
  #
5074
5142
  # @option params [String] :username
5075
5143
  # The user name to be used to login to the endpoint database.
@@ -5176,9 +5244,9 @@ module Aws::DatabaseMigrationService
5176
5244
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping
5177
5245
  #
5178
5246
  # @option params [Types::ElasticsearchSettings] :elasticsearch_settings
5179
- # Settings in JSON format for the target Elasticsearch endpoint. For
5180
- # more information about the available settings, see [Extra Connection
5181
- # 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
5182
5250
  # *Database Migration Service User Guide.*
5183
5251
  #
5184
5252
  #
@@ -5305,6 +5373,9 @@ module Aws::DatabaseMigrationService
5305
5373
  # `'\{"b":2\}'`. All existing settings are replaced with the exact
5306
5374
  # settings that you specify.
5307
5375
  #
5376
+ # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
5377
+ # Settings in JSON format for the source GCP MySQL endpoint.
5378
+ #
5308
5379
  # @return [Types::ModifyEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5309
5380
  #
5310
5381
  # * {Types::ModifyEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -5384,6 +5455,7 @@ module Aws::DatabaseMigrationService
5384
5455
  # csv_no_sup_value: "String",
5385
5456
  # preserve_transactions: false,
5386
5457
  # cdc_path: "String",
5458
+ # use_task_start_time_for_full_load_timestamp: false,
5387
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
5388
5460
  # add_column_name: false,
5389
5461
  # cdc_max_batch_interval: 1,
@@ -5630,6 +5702,22 @@ module Aws::DatabaseMigrationService
5630
5702
  # ssl_ca_certificate_arn: "String",
5631
5703
  # },
5632
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
+ # },
5633
5721
  # })
5634
5722
  #
5635
5723
  # @example Response structure
@@ -5680,6 +5768,7 @@ module Aws::DatabaseMigrationService
5680
5768
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
5681
5769
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
5682
5770
  # resp.endpoint.s3_settings.cdc_path #=> String
5771
+ # resp.endpoint.s3_settings.use_task_start_time_for_full_load_timestamp #=> Boolean
5683
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"
5684
5773
  # resp.endpoint.s3_settings.add_column_name #=> Boolean
5685
5774
  # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
@@ -5895,6 +5984,20 @@ module Aws::DatabaseMigrationService
5895
5984
  # resp.endpoint.redis_settings.auth_user_name #=> String
5896
5985
  # resp.endpoint.redis_settings.auth_password #=> String
5897
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
5898
6001
  #
5899
6002
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
5900
6003
  #
@@ -6731,7 +6834,17 @@ module Aws::DatabaseMigrationService
6731
6834
  # The Amazon Resource Name (ARN) of the replication task to be started.
6732
6835
  #
6733
6836
  # @option params [required, String] :start_replication_task_type
6734
- # 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`.
6735
6848
  #
6736
6849
  # @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
6737
6850
  # Indicates the start time for a change data capture (CDC) operation.
@@ -7187,7 +7300,7 @@ module Aws::DatabaseMigrationService
7187
7300
  params: params,
7188
7301
  config: config)
7189
7302
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
7190
- context[:gem_version] = '1.61.0'
7303
+ context[:gem_version] = '1.62.0'
7191
7304
  Seahorse::Client::Request.new(handlers, context)
7192
7305
  end
7193
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"))
@@ -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"))
@@ -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,
@@ -625,6 +626,22 @@ module Aws::DatabaseMigrationService
625
626
  # auth_password: "SecretString",
626
627
  # ssl_ca_certificate_arn: "String",
627
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
+ # },
628
645
  # }
629
646
  #
630
647
  # @!attribute [rw] endpoint_identifier
@@ -640,10 +657,10 @@ module Aws::DatabaseMigrationService
640
657
  # @!attribute [rw] engine_name
641
658
  # The type of engine for the endpoint. Valid values, depending on the
642
659
  # `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"`.
660
+ # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"opensearch"`,
661
+ # `"redshift"`, `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`,
662
+ # `"dynamodb"`, `"mongodb"`, `"kinesis"`, `"kafka"`,
663
+ # `"elasticsearch"`, `"docdb"`, `"sqlserver"`, and `"neptune"`.
647
664
  # @return [String]
648
665
  #
649
666
  # @!attribute [rw] username
@@ -791,9 +808,9 @@ module Aws::DatabaseMigrationService
791
808
  # @return [Types::KafkaSettings]
792
809
  #
793
810
  # @!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
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
797
814
  # *Database Migration Service User Guide*.
798
815
  #
799
816
  #
@@ -915,6 +932,10 @@ module Aws::DatabaseMigrationService
915
932
  # Settings in JSON format for the target Redis endpoint.
916
933
  # @return [Types::RedisSettings]
917
934
  #
935
+ # @!attribute [rw] gcp_my_sql_settings
936
+ # Settings in JSON format for the source GCP MySQL endpoint.
937
+ # @return [Types::GcpMySQLSettings]
938
+ #
918
939
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
919
940
  #
920
941
  class CreateEndpointMessage < Struct.new(
@@ -950,7 +971,8 @@ module Aws::DatabaseMigrationService
950
971
  :ibm_db_2_settings,
951
972
  :resource_identifier,
952
973
  :doc_db_settings,
953
- :redis_settings)
974
+ :redis_settings,
975
+ :gcp_my_sql_settings)
954
976
  SENSITIVE = [:password]
955
977
  include Aws::Structure
956
978
  end
@@ -1513,7 +1535,7 @@ module Aws::DatabaseMigrationService
1513
1535
  # }
1514
1536
  #
1515
1537
  # @!attribute [rw] certificate_arn
1516
- # The Amazon Resource Name (ARN) of the deleted certificate.
1538
+ # The Amazon Resource Name (ARN) of the certificate.
1517
1539
  # @return [String]
1518
1540
  #
1519
1541
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificateMessage AWS API Documentation
@@ -1902,7 +1924,8 @@ module Aws::DatabaseMigrationService
1902
1924
  #
1903
1925
  # @!attribute [rw] filters
1904
1926
  # Filters applied to the certificates described in the form of
1905
- # key-value pairs.
1927
+ # key-value pairs. Valid values are `certificate-arn` and
1928
+ # `certificate-id`.
1906
1929
  # @return [Array<Types::Filter>]
1907
1930
  #
1908
1931
  # @!attribute [rw] max_records
@@ -2268,6 +2291,8 @@ module Aws::DatabaseMigrationService
2268
2291
  #
2269
2292
  # @!attribute [rw] filters
2270
2293
  # Filters applied to event subscriptions.
2294
+ #
2295
+ # Valid filter names: event-subscription-arn \| event-subscription-id
2271
2296
  # @return [Array<Types::Filter>]
2272
2297
  #
2273
2298
  # @!attribute [rw] max_records
@@ -2364,7 +2389,8 @@ module Aws::DatabaseMigrationService
2364
2389
  # @return [Array<String>]
2365
2390
  #
2366
2391
  # @!attribute [rw] filters
2367
- # Filters applied to events.
2392
+ # Filters applied to events. The only valid filter is
2393
+ # `replication-instance-id`.
2368
2394
  # @return [Array<Types::Filter>]
2369
2395
  #
2370
2396
  # @!attribute [rw] max_records
@@ -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 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"\} `
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
@@ -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
@@ -8515,6 +8716,7 @@ module Aws::DatabaseMigrationService
8515
8716
  # csv_no_sup_value: "String",
8516
8717
  # preserve_transactions: false,
8517
8718
  # cdc_path: "String",
8719
+ # use_task_start_time_for_full_load_timestamp: false,
8518
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
8519
8721
  # add_column_name: false,
8520
8722
  # cdc_max_batch_interval: 1,
@@ -8954,6 +9156,19 @@ module Aws::DatabaseMigrationService
8954
9156
  # [4]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath
8955
9157
  # @return [String]
8956
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
+ #
8957
9172
  # @!attribute [rw] canned_acl_for_objects
8958
9173
  # A value that enables DMS to specify a predefined (canned) access
8959
9174
  # control list for objects created in an Amazon S3 bucket as .csv or
@@ -9080,6 +9295,7 @@ module Aws::DatabaseMigrationService
9080
9295
  :csv_no_sup_value,
9081
9296
  :preserve_transactions,
9082
9297
  :cdc_path,
9298
+ :use_task_start_time_for_full_load_timestamp,
9083
9299
  :canned_acl_for_objects,
9084
9300
  :add_column_name,
9085
9301
  :cdc_max_batch_interval,
@@ -9286,7 +9502,17 @@ module Aws::DatabaseMigrationService
9286
9502
  # @return [String]
9287
9503
  #
9288
9504
  # @!attribute [rw] start_replication_task_type
9289
- # 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`.
9290
9516
  # @return [String]
9291
9517
  #
9292
9518
  # @!attribute [rw] cdc_start_time
@@ -9515,7 +9741,7 @@ module Aws::DatabaseMigrationService
9515
9741
  # @return [String]
9516
9742
  #
9517
9743
  # @!attribute [rw] port
9518
- # Endpoint TCP port.
9744
+ # Endpoint TCP port. The default is 5000.
9519
9745
  # @return [Integer]
9520
9746
  #
9521
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.61.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.61.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-11-04 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