aws-sdk-databasemigrationservice 1.52.0 → 1.53.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: 88d619aa42975eed79b7bd5ff5dc2849f2a84b22d6755d37d430ca2f84b1d25f
4
- data.tar.gz: cdcbe0e2ada9f9307c3592937afa9ec3207e96e570e38d18013ab292245ba702
3
+ metadata.gz: a3fa39e802e6a5645e1c8b0701a86867c287f703e11c7053bd86c3f93471ef69
4
+ data.tar.gz: d4e5ab8a7080a9af0beb6c72095f954945fce1f663c622c2715a38776ce62faf
5
5
  SHA512:
6
- metadata.gz: 942fa45398c92682116ed3e65005f8f2f41b7e8b1755b1ec12d054fbd51627b06c8dc6b17570d66cf63c8f204d51dbce250a00eb458f78da6360af0055ae0c9d
7
- data.tar.gz: c706b7d611e37a7698282a2b53ec6570f04226293f4c32a72fee4c0840dee795b45267d6c8b890cb8ca733958ba37387e4d6b0d7f93d31618e3ceab036fc34e0
6
+ metadata.gz: 565209cff32787126908c86fec9b3e4ac76a2f06bad4db6cdc43c4eee8396f987498008f49e25c3b23f47d06f85c38318de49c362009cae13cd6c9b4473545b6
7
+ data.tar.gz: 00f5178cb164594877b8399526550f9d91e357e171d934f7ef17d7be5af5787eab0c78e8959db198c8e8d1e7c7e471f8731e99307585c9165966f40e77b0e271
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2021-04-15)
5
+ ------------------
6
+
7
+ * Feature - AWS DMS added support of TLS for Kafka endpoint. Added Describe endpoint setting API for DMS endpoints.
8
+
4
9
  1.52.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -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.52.0'
52
+ GEM_VERSION = '1.53.0'
53
53
 
54
54
  end
@@ -901,6 +901,13 @@ module Aws::DatabaseMigrationService
901
901
  # include_control_details: false,
902
902
  # message_max_bytes: 1,
903
903
  # include_null_and_empty: false,
904
+ # security_protocol: "plaintext", # accepts plaintext, ssl-authentication, ssl-encryption, sasl-ssl
905
+ # ssl_client_certificate_arn: "String",
906
+ # ssl_client_key_arn: "String",
907
+ # ssl_client_key_password: "SecretString",
908
+ # ssl_ca_certificate_arn: "String",
909
+ # sasl_username: "String",
910
+ # sasl_password: "SecretString",
904
911
  # },
905
912
  # elasticsearch_settings: {
906
913
  # service_access_role_arn: "String", # required
@@ -967,6 +974,7 @@ module Aws::DatabaseMigrationService
967
974
  # },
968
975
  # my_sql_settings: {
969
976
  # after_connect_script: "String",
977
+ # clean_source_metadata_on_mismatch: false,
970
978
  # database_name: "String",
971
979
  # events_poll_interval: 1,
972
980
  # target_db_type: "specific-database", # accepts specific-database, multiple-databases
@@ -1010,6 +1018,7 @@ module Aws::DatabaseMigrationService
1010
1018
  # security_db_encryption: "SecretString",
1011
1019
  # security_db_encryption_name: "String",
1012
1020
  # server_name: "String",
1021
+ # spatial_data_option_to_geo_json_function_name: "String",
1013
1022
  # username: "String",
1014
1023
  # secrets_manager_access_role_arn: "String",
1015
1024
  # secrets_manager_secret_id: "String",
@@ -1031,11 +1040,13 @@ module Aws::DatabaseMigrationService
1031
1040
  # database_name: "String",
1032
1041
  # control_tables_file_group: "String",
1033
1042
  # password: "SecretString",
1043
+ # query_single_always_on_node: false,
1034
1044
  # read_backup_only: false,
1035
1045
  # safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
1036
1046
  # server_name: "String",
1037
1047
  # username: "String",
1038
1048
  # use_bcp_full_load: false,
1049
+ # use_third_party_backup_device: false,
1039
1050
  # secrets_manager_access_role_arn: "String",
1040
1051
  # secrets_manager_secret_id: "String",
1041
1052
  # },
@@ -1150,6 +1161,13 @@ module Aws::DatabaseMigrationService
1150
1161
  # resp.endpoint.kafka_settings.include_control_details #=> Boolean
1151
1162
  # resp.endpoint.kafka_settings.message_max_bytes #=> Integer
1152
1163
  # resp.endpoint.kafka_settings.include_null_and_empty #=> Boolean
1164
+ # resp.endpoint.kafka_settings.security_protocol #=> String, one of "plaintext", "ssl-authentication", "ssl-encryption", "sasl-ssl"
1165
+ # resp.endpoint.kafka_settings.ssl_client_certificate_arn #=> String
1166
+ # resp.endpoint.kafka_settings.ssl_client_key_arn #=> String
1167
+ # resp.endpoint.kafka_settings.ssl_client_key_password #=> String
1168
+ # resp.endpoint.kafka_settings.ssl_ca_certificate_arn #=> String
1169
+ # resp.endpoint.kafka_settings.sasl_username #=> String
1170
+ # resp.endpoint.kafka_settings.sasl_password #=> String
1153
1171
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
1154
1172
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
1155
1173
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -1206,6 +1224,7 @@ module Aws::DatabaseMigrationService
1206
1224
  # resp.endpoint.postgre_sql_settings.secrets_manager_access_role_arn #=> String
1207
1225
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
1208
1226
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
1227
+ # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
1209
1228
  # resp.endpoint.my_sql_settings.database_name #=> String
1210
1229
  # resp.endpoint.my_sql_settings.events_poll_interval #=> Integer
1211
1230
  # resp.endpoint.my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
@@ -1247,6 +1266,7 @@ module Aws::DatabaseMigrationService
1247
1266
  # resp.endpoint.oracle_settings.security_db_encryption #=> String
1248
1267
  # resp.endpoint.oracle_settings.security_db_encryption_name #=> String
1249
1268
  # resp.endpoint.oracle_settings.server_name #=> String
1269
+ # resp.endpoint.oracle_settings.spatial_data_option_to_geo_json_function_name #=> String
1250
1270
  # resp.endpoint.oracle_settings.username #=> String
1251
1271
  # resp.endpoint.oracle_settings.secrets_manager_access_role_arn #=> String
1252
1272
  # resp.endpoint.oracle_settings.secrets_manager_secret_id #=> String
@@ -1264,11 +1284,13 @@ module Aws::DatabaseMigrationService
1264
1284
  # resp.endpoint.microsoft_sql_server_settings.database_name #=> String
1265
1285
  # resp.endpoint.microsoft_sql_server_settings.control_tables_file_group #=> String
1266
1286
  # resp.endpoint.microsoft_sql_server_settings.password #=> String
1287
+ # resp.endpoint.microsoft_sql_server_settings.query_single_always_on_node #=> Boolean
1267
1288
  # resp.endpoint.microsoft_sql_server_settings.read_backup_only #=> Boolean
1268
1289
  # resp.endpoint.microsoft_sql_server_settings.safeguard_policy #=> String, one of "rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation"
1269
1290
  # resp.endpoint.microsoft_sql_server_settings.server_name #=> String
1270
1291
  # resp.endpoint.microsoft_sql_server_settings.username #=> String
1271
1292
  # resp.endpoint.microsoft_sql_server_settings.use_bcp_full_load #=> Boolean
1293
+ # resp.endpoint.microsoft_sql_server_settings.use_third_party_backup_device #=> Boolean
1272
1294
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_access_role_arn #=> String
1273
1295
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_secret_id #=> String
1274
1296
  # resp.endpoint.ibm_db_2_settings.database_name #=> String
@@ -2243,6 +2265,13 @@ module Aws::DatabaseMigrationService
2243
2265
  # resp.endpoint.kafka_settings.include_control_details #=> Boolean
2244
2266
  # resp.endpoint.kafka_settings.message_max_bytes #=> Integer
2245
2267
  # resp.endpoint.kafka_settings.include_null_and_empty #=> Boolean
2268
+ # resp.endpoint.kafka_settings.security_protocol #=> String, one of "plaintext", "ssl-authentication", "ssl-encryption", "sasl-ssl"
2269
+ # resp.endpoint.kafka_settings.ssl_client_certificate_arn #=> String
2270
+ # resp.endpoint.kafka_settings.ssl_client_key_arn #=> String
2271
+ # resp.endpoint.kafka_settings.ssl_client_key_password #=> String
2272
+ # resp.endpoint.kafka_settings.ssl_ca_certificate_arn #=> String
2273
+ # resp.endpoint.kafka_settings.sasl_username #=> String
2274
+ # resp.endpoint.kafka_settings.sasl_password #=> String
2246
2275
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
2247
2276
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
2248
2277
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -2299,6 +2328,7 @@ module Aws::DatabaseMigrationService
2299
2328
  # resp.endpoint.postgre_sql_settings.secrets_manager_access_role_arn #=> String
2300
2329
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
2301
2330
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
2331
+ # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
2302
2332
  # resp.endpoint.my_sql_settings.database_name #=> String
2303
2333
  # resp.endpoint.my_sql_settings.events_poll_interval #=> Integer
2304
2334
  # resp.endpoint.my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
@@ -2340,6 +2370,7 @@ module Aws::DatabaseMigrationService
2340
2370
  # resp.endpoint.oracle_settings.security_db_encryption #=> String
2341
2371
  # resp.endpoint.oracle_settings.security_db_encryption_name #=> String
2342
2372
  # resp.endpoint.oracle_settings.server_name #=> String
2373
+ # resp.endpoint.oracle_settings.spatial_data_option_to_geo_json_function_name #=> String
2343
2374
  # resp.endpoint.oracle_settings.username #=> String
2344
2375
  # resp.endpoint.oracle_settings.secrets_manager_access_role_arn #=> String
2345
2376
  # resp.endpoint.oracle_settings.secrets_manager_secret_id #=> String
@@ -2357,11 +2388,13 @@ module Aws::DatabaseMigrationService
2357
2388
  # resp.endpoint.microsoft_sql_server_settings.database_name #=> String
2358
2389
  # resp.endpoint.microsoft_sql_server_settings.control_tables_file_group #=> String
2359
2390
  # resp.endpoint.microsoft_sql_server_settings.password #=> String
2391
+ # resp.endpoint.microsoft_sql_server_settings.query_single_always_on_node #=> Boolean
2360
2392
  # resp.endpoint.microsoft_sql_server_settings.read_backup_only #=> Boolean
2361
2393
  # resp.endpoint.microsoft_sql_server_settings.safeguard_policy #=> String, one of "rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation"
2362
2394
  # resp.endpoint.microsoft_sql_server_settings.server_name #=> String
2363
2395
  # resp.endpoint.microsoft_sql_server_settings.username #=> String
2364
2396
  # resp.endpoint.microsoft_sql_server_settings.use_bcp_full_load #=> Boolean
2397
+ # resp.endpoint.microsoft_sql_server_settings.use_third_party_backup_device #=> Boolean
2365
2398
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_access_role_arn #=> String
2366
2399
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_secret_id #=> String
2367
2400
  # resp.endpoint.ibm_db_2_settings.database_name #=> String
@@ -3073,6 +3106,61 @@ module Aws::DatabaseMigrationService
3073
3106
  req.send_request(options)
3074
3107
  end
3075
3108
 
3109
+ # Returns information about the possible endpoint settings available
3110
+ # when you create an endpoint for a specific database engine.
3111
+ #
3112
+ # @option params [required, String] :engine_name
3113
+ # The databse engine used for your source or target endpoint.
3114
+ #
3115
+ # @option params [Integer] :max_records
3116
+ # The maximum number of records to include in the response. If more
3117
+ # records exist than the specified `MaxRecords` value, a pagination
3118
+ # token called a marker is included in the response so that the
3119
+ # remaining results can be retrieved.
3120
+ #
3121
+ # @option params [String] :marker
3122
+ # An optional pagination token provided by a previous request. If this
3123
+ # parameter is specified, the response includes only records beyond the
3124
+ # marker, up to the value specified by `MaxRecords`.
3125
+ #
3126
+ # @return [Types::DescribeEndpointSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3127
+ #
3128
+ # * {Types::DescribeEndpointSettingsResponse#marker #marker} => String
3129
+ # * {Types::DescribeEndpointSettingsResponse#endpoint_settings #endpoint_settings} => Array<Types::EndpointSetting>
3130
+ #
3131
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3132
+ #
3133
+ # @example Request syntax with placeholder values
3134
+ #
3135
+ # resp = client.describe_endpoint_settings({
3136
+ # engine_name: "String", # required
3137
+ # max_records: 1,
3138
+ # marker: "String",
3139
+ # })
3140
+ #
3141
+ # @example Response structure
3142
+ #
3143
+ # resp.marker #=> String
3144
+ # resp.endpoint_settings #=> Array
3145
+ # resp.endpoint_settings[0].name #=> String
3146
+ # resp.endpoint_settings[0].type #=> String, one of "string", "boolean", "integer", "enum"
3147
+ # resp.endpoint_settings[0].enum_values #=> Array
3148
+ # resp.endpoint_settings[0].enum_values[0] #=> String
3149
+ # resp.endpoint_settings[0].sensitive #=> Boolean
3150
+ # resp.endpoint_settings[0].units #=> String
3151
+ # resp.endpoint_settings[0].applicability #=> String
3152
+ # resp.endpoint_settings[0].int_value_min #=> Integer
3153
+ # resp.endpoint_settings[0].int_value_max #=> Integer
3154
+ #
3155
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointSettings AWS API Documentation
3156
+ #
3157
+ # @overload describe_endpoint_settings(params = {})
3158
+ # @param [Hash] params ({})
3159
+ def describe_endpoint_settings(params = {}, options = {})
3160
+ req = build_request(:describe_endpoint_settings, params)
3161
+ req.send_request(options)
3162
+ end
3163
+
3076
3164
  # Returns information about the type of endpoints available.
3077
3165
  #
3078
3166
  # @option params [Array<Types::Filter>] :filters
@@ -3315,6 +3403,13 @@ module Aws::DatabaseMigrationService
3315
3403
  # resp.endpoints[0].kafka_settings.include_control_details #=> Boolean
3316
3404
  # resp.endpoints[0].kafka_settings.message_max_bytes #=> Integer
3317
3405
  # resp.endpoints[0].kafka_settings.include_null_and_empty #=> Boolean
3406
+ # resp.endpoints[0].kafka_settings.security_protocol #=> String, one of "plaintext", "ssl-authentication", "ssl-encryption", "sasl-ssl"
3407
+ # resp.endpoints[0].kafka_settings.ssl_client_certificate_arn #=> String
3408
+ # resp.endpoints[0].kafka_settings.ssl_client_key_arn #=> String
3409
+ # resp.endpoints[0].kafka_settings.ssl_client_key_password #=> String
3410
+ # resp.endpoints[0].kafka_settings.ssl_ca_certificate_arn #=> String
3411
+ # resp.endpoints[0].kafka_settings.sasl_username #=> String
3412
+ # resp.endpoints[0].kafka_settings.sasl_password #=> String
3318
3413
  # resp.endpoints[0].elasticsearch_settings.service_access_role_arn #=> String
3319
3414
  # resp.endpoints[0].elasticsearch_settings.endpoint_uri #=> String
3320
3415
  # resp.endpoints[0].elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -3371,6 +3466,7 @@ module Aws::DatabaseMigrationService
3371
3466
  # resp.endpoints[0].postgre_sql_settings.secrets_manager_access_role_arn #=> String
3372
3467
  # resp.endpoints[0].postgre_sql_settings.secrets_manager_secret_id #=> String
3373
3468
  # resp.endpoints[0].my_sql_settings.after_connect_script #=> String
3469
+ # resp.endpoints[0].my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
3374
3470
  # resp.endpoints[0].my_sql_settings.database_name #=> String
3375
3471
  # resp.endpoints[0].my_sql_settings.events_poll_interval #=> Integer
3376
3472
  # resp.endpoints[0].my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
@@ -3412,6 +3508,7 @@ module Aws::DatabaseMigrationService
3412
3508
  # resp.endpoints[0].oracle_settings.security_db_encryption #=> String
3413
3509
  # resp.endpoints[0].oracle_settings.security_db_encryption_name #=> String
3414
3510
  # resp.endpoints[0].oracle_settings.server_name #=> String
3511
+ # resp.endpoints[0].oracle_settings.spatial_data_option_to_geo_json_function_name #=> String
3415
3512
  # resp.endpoints[0].oracle_settings.username #=> String
3416
3513
  # resp.endpoints[0].oracle_settings.secrets_manager_access_role_arn #=> String
3417
3514
  # resp.endpoints[0].oracle_settings.secrets_manager_secret_id #=> String
@@ -3429,11 +3526,13 @@ module Aws::DatabaseMigrationService
3429
3526
  # resp.endpoints[0].microsoft_sql_server_settings.database_name #=> String
3430
3527
  # resp.endpoints[0].microsoft_sql_server_settings.control_tables_file_group #=> String
3431
3528
  # resp.endpoints[0].microsoft_sql_server_settings.password #=> String
3529
+ # resp.endpoints[0].microsoft_sql_server_settings.query_single_always_on_node #=> Boolean
3432
3530
  # resp.endpoints[0].microsoft_sql_server_settings.read_backup_only #=> Boolean
3433
3531
  # resp.endpoints[0].microsoft_sql_server_settings.safeguard_policy #=> String, one of "rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation"
3434
3532
  # resp.endpoints[0].microsoft_sql_server_settings.server_name #=> String
3435
3533
  # resp.endpoints[0].microsoft_sql_server_settings.username #=> String
3436
3534
  # resp.endpoints[0].microsoft_sql_server_settings.use_bcp_full_load #=> Boolean
3535
+ # resp.endpoints[0].microsoft_sql_server_settings.use_third_party_backup_device #=> Boolean
3437
3536
  # resp.endpoints[0].microsoft_sql_server_settings.secrets_manager_access_role_arn #=> String
3438
3537
  # resp.endpoints[0].microsoft_sql_server_settings.secrets_manager_secret_id #=> String
3439
3538
  # resp.endpoints[0].ibm_db_2_settings.database_name #=> String
@@ -4697,7 +4796,7 @@ module Aws::DatabaseMigrationService
4697
4796
  #
4698
4797
  # resp = client.import_certificate({
4699
4798
  # certificate_identifier: "String", # required
4700
- # certificate_pem: "String",
4799
+ # certificate_pem: "SecretString",
4701
4800
  # certificate_wallet: "data",
4702
4801
  # tags: [
4703
4802
  # {
@@ -5140,6 +5239,13 @@ module Aws::DatabaseMigrationService
5140
5239
  # include_control_details: false,
5141
5240
  # message_max_bytes: 1,
5142
5241
  # include_null_and_empty: false,
5242
+ # security_protocol: "plaintext", # accepts plaintext, ssl-authentication, ssl-encryption, sasl-ssl
5243
+ # ssl_client_certificate_arn: "String",
5244
+ # ssl_client_key_arn: "String",
5245
+ # ssl_client_key_password: "SecretString",
5246
+ # ssl_ca_certificate_arn: "String",
5247
+ # sasl_username: "String",
5248
+ # sasl_password: "SecretString",
5143
5249
  # },
5144
5250
  # elasticsearch_settings: {
5145
5251
  # service_access_role_arn: "String", # required
@@ -5206,6 +5312,7 @@ module Aws::DatabaseMigrationService
5206
5312
  # },
5207
5313
  # my_sql_settings: {
5208
5314
  # after_connect_script: "String",
5315
+ # clean_source_metadata_on_mismatch: false,
5209
5316
  # database_name: "String",
5210
5317
  # events_poll_interval: 1,
5211
5318
  # target_db_type: "specific-database", # accepts specific-database, multiple-databases
@@ -5249,6 +5356,7 @@ module Aws::DatabaseMigrationService
5249
5356
  # security_db_encryption: "SecretString",
5250
5357
  # security_db_encryption_name: "String",
5251
5358
  # server_name: "String",
5359
+ # spatial_data_option_to_geo_json_function_name: "String",
5252
5360
  # username: "String",
5253
5361
  # secrets_manager_access_role_arn: "String",
5254
5362
  # secrets_manager_secret_id: "String",
@@ -5270,11 +5378,13 @@ module Aws::DatabaseMigrationService
5270
5378
  # database_name: "String",
5271
5379
  # control_tables_file_group: "String",
5272
5380
  # password: "SecretString",
5381
+ # query_single_always_on_node: false,
5273
5382
  # read_backup_only: false,
5274
5383
  # safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
5275
5384
  # server_name: "String",
5276
5385
  # username: "String",
5277
5386
  # use_bcp_full_load: false,
5387
+ # use_third_party_backup_device: false,
5278
5388
  # secrets_manager_access_role_arn: "String",
5279
5389
  # secrets_manager_secret_id: "String",
5280
5390
  # },
@@ -5388,6 +5498,13 @@ module Aws::DatabaseMigrationService
5388
5498
  # resp.endpoint.kafka_settings.include_control_details #=> Boolean
5389
5499
  # resp.endpoint.kafka_settings.message_max_bytes #=> Integer
5390
5500
  # resp.endpoint.kafka_settings.include_null_and_empty #=> Boolean
5501
+ # resp.endpoint.kafka_settings.security_protocol #=> String, one of "plaintext", "ssl-authentication", "ssl-encryption", "sasl-ssl"
5502
+ # resp.endpoint.kafka_settings.ssl_client_certificate_arn #=> String
5503
+ # resp.endpoint.kafka_settings.ssl_client_key_arn #=> String
5504
+ # resp.endpoint.kafka_settings.ssl_client_key_password #=> String
5505
+ # resp.endpoint.kafka_settings.ssl_ca_certificate_arn #=> String
5506
+ # resp.endpoint.kafka_settings.sasl_username #=> String
5507
+ # resp.endpoint.kafka_settings.sasl_password #=> String
5391
5508
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
5392
5509
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
5393
5510
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -5444,6 +5561,7 @@ module Aws::DatabaseMigrationService
5444
5561
  # resp.endpoint.postgre_sql_settings.secrets_manager_access_role_arn #=> String
5445
5562
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
5446
5563
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
5564
+ # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
5447
5565
  # resp.endpoint.my_sql_settings.database_name #=> String
5448
5566
  # resp.endpoint.my_sql_settings.events_poll_interval #=> Integer
5449
5567
  # resp.endpoint.my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
@@ -5485,6 +5603,7 @@ module Aws::DatabaseMigrationService
5485
5603
  # resp.endpoint.oracle_settings.security_db_encryption #=> String
5486
5604
  # resp.endpoint.oracle_settings.security_db_encryption_name #=> String
5487
5605
  # resp.endpoint.oracle_settings.server_name #=> String
5606
+ # resp.endpoint.oracle_settings.spatial_data_option_to_geo_json_function_name #=> String
5488
5607
  # resp.endpoint.oracle_settings.username #=> String
5489
5608
  # resp.endpoint.oracle_settings.secrets_manager_access_role_arn #=> String
5490
5609
  # resp.endpoint.oracle_settings.secrets_manager_secret_id #=> String
@@ -5502,11 +5621,13 @@ module Aws::DatabaseMigrationService
5502
5621
  # resp.endpoint.microsoft_sql_server_settings.database_name #=> String
5503
5622
  # resp.endpoint.microsoft_sql_server_settings.control_tables_file_group #=> String
5504
5623
  # resp.endpoint.microsoft_sql_server_settings.password #=> String
5624
+ # resp.endpoint.microsoft_sql_server_settings.query_single_always_on_node #=> Boolean
5505
5625
  # resp.endpoint.microsoft_sql_server_settings.read_backup_only #=> Boolean
5506
5626
  # resp.endpoint.microsoft_sql_server_settings.safeguard_policy #=> String, one of "rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation"
5507
5627
  # resp.endpoint.microsoft_sql_server_settings.server_name #=> String
5508
5628
  # resp.endpoint.microsoft_sql_server_settings.username #=> String
5509
5629
  # resp.endpoint.microsoft_sql_server_settings.use_bcp_full_load #=> Boolean
5630
+ # resp.endpoint.microsoft_sql_server_settings.use_third_party_backup_device #=> Boolean
5510
5631
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_access_role_arn #=> String
5511
5632
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_secret_id #=> String
5512
5633
  # resp.endpoint.ibm_db_2_settings.database_name #=> String
@@ -5931,9 +6052,9 @@ module Aws::DatabaseMigrationService
5931
6052
  #
5932
6053
  # @option params [String] :table_mappings
5933
6054
  # When using the AWS CLI or boto3, provide the path of the JSON file
5934
- # that contains the table mappings. Precede the path with `file://`.
5935
- # When working with the DMS API, provide the JSON as the parameter
5936
- # value, for example: `--table-mappings file://mappingfile.json`
6055
+ # that contains the table mappings. Precede the path with `file://`. For
6056
+ # example, `--table-mappings file://mappingfile.json`. When working with
6057
+ # the DMS API, provide the JSON as the parameter value.
5937
6058
  #
5938
6059
  # @option params [String] :replication_task_settings
5939
6060
  # JSON file that contains settings for the task, such as task metadata
@@ -6809,7 +6930,7 @@ module Aws::DatabaseMigrationService
6809
6930
  params: params,
6810
6931
  config: config)
6811
6932
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
6812
- context[:gem_version] = '1.52.0'
6933
+ context[:gem_version] = '1.53.0'
6813
6934
  Seahorse::Client::Request.new(handlers, context)
6814
6935
  end
6815
6936
 
@@ -72,6 +72,8 @@ module Aws::DatabaseMigrationService
72
72
  DescribeCertificatesResponse = Shapes::StructureShape.new(name: 'DescribeCertificatesResponse')
73
73
  DescribeConnectionsMessage = Shapes::StructureShape.new(name: 'DescribeConnectionsMessage')
74
74
  DescribeConnectionsResponse = Shapes::StructureShape.new(name: 'DescribeConnectionsResponse')
75
+ DescribeEndpointSettingsMessage = Shapes::StructureShape.new(name: 'DescribeEndpointSettingsMessage')
76
+ DescribeEndpointSettingsResponse = Shapes::StructureShape.new(name: 'DescribeEndpointSettingsResponse')
75
77
  DescribeEndpointTypesMessage = Shapes::StructureShape.new(name: 'DescribeEndpointTypesMessage')
76
78
  DescribeEndpointTypesResponse = Shapes::StructureShape.new(name: 'DescribeEndpointTypesResponse')
77
79
  DescribeEndpointsMessage = Shapes::StructureShape.new(name: 'DescribeEndpointsMessage')
@@ -115,6 +117,10 @@ module Aws::DatabaseMigrationService
115
117
  EncryptionModeValue = Shapes::StringShape.new(name: 'EncryptionModeValue')
116
118
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
117
119
  EndpointList = Shapes::ListShape.new(name: 'EndpointList')
120
+ EndpointSetting = Shapes::StructureShape.new(name: 'EndpointSetting')
121
+ EndpointSettingEnumValues = Shapes::ListShape.new(name: 'EndpointSettingEnumValues')
122
+ EndpointSettingTypeValue = Shapes::StringShape.new(name: 'EndpointSettingTypeValue')
123
+ EndpointSettingsList = Shapes::ListShape.new(name: 'EndpointSettingsList')
118
124
  Event = Shapes::StructureShape.new(name: 'Event')
119
125
  EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
120
126
  EventCategoryGroup = Shapes::StructureShape.new(name: 'EventCategoryGroup')
@@ -145,6 +151,7 @@ module Aws::DatabaseMigrationService
145
151
  KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
146
152
  KMSNotFoundFault = Shapes::StructureShape.new(name: 'KMSNotFoundFault')
147
153
  KMSThrottlingFault = Shapes::StructureShape.new(name: 'KMSThrottlingFault')
154
+ KafkaSecurityProtocol = Shapes::StringShape.new(name: 'KafkaSecurityProtocol')
148
155
  KafkaSettings = Shapes::StructureShape.new(name: 'KafkaSettings')
149
156
  KeyList = Shapes::ListShape.new(name: 'KeyList')
150
157
  KinesisSettings = Shapes::StructureShape.new(name: 'KinesisSettings')
@@ -500,6 +507,15 @@ module Aws::DatabaseMigrationService
500
507
  DescribeConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "Connections"))
501
508
  DescribeConnectionsResponse.struct_class = Types::DescribeConnectionsResponse
502
509
 
510
+ DescribeEndpointSettingsMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
511
+ DescribeEndpointSettingsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
512
+ DescribeEndpointSettingsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
513
+ DescribeEndpointSettingsMessage.struct_class = Types::DescribeEndpointSettingsMessage
514
+
515
+ DescribeEndpointSettingsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
516
+ DescribeEndpointSettingsResponse.add_member(:endpoint_settings, Shapes::ShapeRef.new(shape: EndpointSettingsList, location_name: "EndpointSettings"))
517
+ DescribeEndpointSettingsResponse.struct_class = Types::DescribeEndpointSettingsResponse
518
+
503
519
  DescribeEndpointTypesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
504
520
  DescribeEndpointTypesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
505
521
  DescribeEndpointTypesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -723,6 +739,20 @@ module Aws::DatabaseMigrationService
723
739
 
724
740
  EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
725
741
 
742
+ EndpointSetting.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
743
+ EndpointSetting.add_member(:type, Shapes::ShapeRef.new(shape: EndpointSettingTypeValue, location_name: "Type"))
744
+ EndpointSetting.add_member(:enum_values, Shapes::ShapeRef.new(shape: EndpointSettingEnumValues, location_name: "EnumValues"))
745
+ EndpointSetting.add_member(:sensitive, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Sensitive"))
746
+ EndpointSetting.add_member(:units, Shapes::ShapeRef.new(shape: String, location_name: "Units"))
747
+ EndpointSetting.add_member(:applicability, Shapes::ShapeRef.new(shape: String, location_name: "Applicability"))
748
+ EndpointSetting.add_member(:int_value_min, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IntValueMin"))
749
+ EndpointSetting.add_member(:int_value_max, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IntValueMax"))
750
+ EndpointSetting.struct_class = Types::EndpointSetting
751
+
752
+ EndpointSettingEnumValues.member = Shapes::ShapeRef.new(shape: String)
753
+
754
+ EndpointSettingsList.member = Shapes::ShapeRef.new(shape: EndpointSetting)
755
+
726
756
  Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
727
757
  Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
728
758
  Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -776,7 +806,7 @@ module Aws::DatabaseMigrationService
776
806
  IBMDb2Settings.struct_class = Types::IBMDb2Settings
777
807
 
778
808
  ImportCertificateMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateIdentifier"))
779
- ImportCertificateMessage.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: String, location_name: "CertificatePem"))
809
+ ImportCertificateMessage.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: SecretString, location_name: "CertificatePem"))
780
810
  ImportCertificateMessage.add_member(:certificate_wallet, Shapes::ShapeRef.new(shape: CertificateWallet, location_name: "CertificateWallet"))
781
811
  ImportCertificateMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
782
812
  ImportCertificateMessage.struct_class = Types::ImportCertificateMessage
@@ -831,6 +861,13 @@ module Aws::DatabaseMigrationService
831
861
  KafkaSettings.add_member(:include_control_details, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeControlDetails"))
832
862
  KafkaSettings.add_member(:message_max_bytes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MessageMaxBytes"))
833
863
  KafkaSettings.add_member(:include_null_and_empty, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeNullAndEmpty"))
864
+ KafkaSettings.add_member(:security_protocol, Shapes::ShapeRef.new(shape: KafkaSecurityProtocol, location_name: "SecurityProtocol"))
865
+ KafkaSettings.add_member(:ssl_client_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "SslClientCertificateArn"))
866
+ KafkaSettings.add_member(:ssl_client_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "SslClientKeyArn"))
867
+ KafkaSettings.add_member(:ssl_client_key_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "SslClientKeyPassword"))
868
+ KafkaSettings.add_member(:ssl_ca_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "SslCaCertificateArn"))
869
+ KafkaSettings.add_member(:sasl_username, Shapes::ShapeRef.new(shape: String, location_name: "SaslUsername"))
870
+ KafkaSettings.add_member(:sasl_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "SaslPassword"))
834
871
  KafkaSettings.struct_class = Types::KafkaSettings
835
872
 
836
873
  KeyList.member = Shapes::ShapeRef.new(shape: String)
@@ -857,11 +894,13 @@ module Aws::DatabaseMigrationService
857
894
  MicrosoftSQLServerSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
858
895
  MicrosoftSQLServerSettings.add_member(:control_tables_file_group, Shapes::ShapeRef.new(shape: String, location_name: "ControlTablesFileGroup"))
859
896
  MicrosoftSQLServerSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
897
+ MicrosoftSQLServerSettings.add_member(:query_single_always_on_node, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "QuerySingleAlwaysOnNode"))
860
898
  MicrosoftSQLServerSettings.add_member(:read_backup_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ReadBackupOnly"))
861
899
  MicrosoftSQLServerSettings.add_member(:safeguard_policy, Shapes::ShapeRef.new(shape: SafeguardPolicy, location_name: "SafeguardPolicy"))
862
900
  MicrosoftSQLServerSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
863
901
  MicrosoftSQLServerSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
864
902
  MicrosoftSQLServerSettings.add_member(:use_bcp_full_load, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseBcpFullLoad"))
903
+ MicrosoftSQLServerSettings.add_member(:use_third_party_backup_device, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseThirdPartyBackupDevice"))
865
904
  MicrosoftSQLServerSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
866
905
  MicrosoftSQLServerSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
867
906
  MicrosoftSQLServerSettings.struct_class = Types::MicrosoftSQLServerSettings
@@ -973,6 +1012,7 @@ module Aws::DatabaseMigrationService
973
1012
  MoveReplicationTaskResponse.struct_class = Types::MoveReplicationTaskResponse
974
1013
 
975
1014
  MySQLSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
1015
+ MySQLSettings.add_member(:clean_source_metadata_on_mismatch, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CleanSourceMetadataOnMismatch"))
976
1016
  MySQLSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
977
1017
  MySQLSettings.add_member(:events_poll_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "EventsPollInterval"))
978
1018
  MySQLSettings.add_member(:target_db_type, Shapes::ShapeRef.new(shape: TargetDbType, location_name: "TargetDbType"))
@@ -1025,6 +1065,7 @@ module Aws::DatabaseMigrationService
1025
1065
  OracleSettings.add_member(:security_db_encryption, Shapes::ShapeRef.new(shape: SecretString, location_name: "SecurityDbEncryption"))
1026
1066
  OracleSettings.add_member(:security_db_encryption_name, Shapes::ShapeRef.new(shape: String, location_name: "SecurityDbEncryptionName"))
1027
1067
  OracleSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1068
+ OracleSettings.add_member(:spatial_data_option_to_geo_json_function_name, Shapes::ShapeRef.new(shape: String, location_name: "SpatialDataOptionToGeoJsonFunctionName"))
1028
1069
  OracleSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
1029
1070
  OracleSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
1030
1071
  OracleSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
@@ -1717,6 +1758,20 @@ module Aws::DatabaseMigrationService
1717
1758
  )
1718
1759
  end)
1719
1760
 
1761
+ api.add_operation(:describe_endpoint_settings, Seahorse::Model::Operation.new.tap do |o|
1762
+ o.name = "DescribeEndpointSettings"
1763
+ o.http_method = "POST"
1764
+ o.http_request_uri = "/"
1765
+ o.input = Shapes::ShapeRef.new(shape: DescribeEndpointSettingsMessage)
1766
+ o.output = Shapes::ShapeRef.new(shape: DescribeEndpointSettingsResponse)
1767
+ o[:pager] = Aws::Pager.new(
1768
+ limit_key: "max_records",
1769
+ tokens: {
1770
+ "marker" => "marker"
1771
+ }
1772
+ )
1773
+ end)
1774
+
1720
1775
  api.add_operation(:describe_endpoint_types, Seahorse::Model::Operation.new.tap do |o|
1721
1776
  o.name = "DescribeEndpointTypes"
1722
1777
  o.http_method = "POST"
@@ -2060,6 +2115,7 @@ module Aws::DatabaseMigrationService
2060
2115
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2061
2116
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2062
2117
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2118
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
2063
2119
  end)
2064
2120
 
2065
2121
  api.add_operation(:reboot_replication_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -2164,6 +2220,7 @@ module Aws::DatabaseMigrationService
2164
2220
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2165
2221
  o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
2166
2222
  o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2223
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2167
2224
  end)
2168
2225
  end
2169
2226
 
@@ -2,7 +2,7 @@
2
2
  # WARNING ABOUT GENERATED CODE
3
3
  #
4
4
  # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
6
  #
7
7
  # WARNING ABOUT GENERATED CODE
8
8
 
@@ -418,6 +418,13 @@ module Aws::DatabaseMigrationService
418
418
  # include_control_details: false,
419
419
  # message_max_bytes: 1,
420
420
  # include_null_and_empty: false,
421
+ # security_protocol: "plaintext", # accepts plaintext, ssl-authentication, ssl-encryption, sasl-ssl
422
+ # ssl_client_certificate_arn: "String",
423
+ # ssl_client_key_arn: "String",
424
+ # ssl_client_key_password: "SecretString",
425
+ # ssl_ca_certificate_arn: "String",
426
+ # sasl_username: "String",
427
+ # sasl_password: "SecretString",
421
428
  # },
422
429
  # elasticsearch_settings: {
423
430
  # service_access_role_arn: "String", # required
@@ -484,6 +491,7 @@ module Aws::DatabaseMigrationService
484
491
  # },
485
492
  # my_sql_settings: {
486
493
  # after_connect_script: "String",
494
+ # clean_source_metadata_on_mismatch: false,
487
495
  # database_name: "String",
488
496
  # events_poll_interval: 1,
489
497
  # target_db_type: "specific-database", # accepts specific-database, multiple-databases
@@ -527,6 +535,7 @@ module Aws::DatabaseMigrationService
527
535
  # security_db_encryption: "SecretString",
528
536
  # security_db_encryption_name: "String",
529
537
  # server_name: "String",
538
+ # spatial_data_option_to_geo_json_function_name: "String",
530
539
  # username: "String",
531
540
  # secrets_manager_access_role_arn: "String",
532
541
  # secrets_manager_secret_id: "String",
@@ -548,11 +557,13 @@ module Aws::DatabaseMigrationService
548
557
  # database_name: "String",
549
558
  # control_tables_file_group: "String",
550
559
  # password: "SecretString",
560
+ # query_single_always_on_node: false,
551
561
  # read_backup_only: false,
552
562
  # safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
553
563
  # server_name: "String",
554
564
  # username: "String",
555
565
  # use_bcp_full_load: false,
566
+ # use_third_party_backup_device: false,
556
567
  # secrets_manager_access_role_arn: "String",
557
568
  # secrets_manager_secret_id: "String",
558
569
  # },
@@ -1967,6 +1978,62 @@ module Aws::DatabaseMigrationService
1967
1978
  include Aws::Structure
1968
1979
  end
1969
1980
 
1981
+ # @note When making an API call, you may pass DescribeEndpointSettingsMessage
1982
+ # data as a hash:
1983
+ #
1984
+ # {
1985
+ # engine_name: "String", # required
1986
+ # max_records: 1,
1987
+ # marker: "String",
1988
+ # }
1989
+ #
1990
+ # @!attribute [rw] engine_name
1991
+ # The databse engine used for your source or target endpoint.
1992
+ # @return [String]
1993
+ #
1994
+ # @!attribute [rw] max_records
1995
+ # The maximum number of records to include in the response. If more
1996
+ # records exist than the specified `MaxRecords` value, a pagination
1997
+ # token called a marker is included in the response so that the
1998
+ # remaining results can be retrieved.
1999
+ # @return [Integer]
2000
+ #
2001
+ # @!attribute [rw] marker
2002
+ # An optional pagination token provided by a previous request. If this
2003
+ # parameter is specified, the response includes only records beyond
2004
+ # the marker, up to the value specified by `MaxRecords`.
2005
+ # @return [String]
2006
+ #
2007
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointSettingsMessage AWS API Documentation
2008
+ #
2009
+ class DescribeEndpointSettingsMessage < Struct.new(
2010
+ :engine_name,
2011
+ :max_records,
2012
+ :marker)
2013
+ SENSITIVE = []
2014
+ include Aws::Structure
2015
+ end
2016
+
2017
+ # @!attribute [rw] marker
2018
+ # An optional pagination token provided by a previous request. If this
2019
+ # parameter is specified, the response includes only records beyond
2020
+ # the marker, up to the value specified by `MaxRecords`.
2021
+ # @return [String]
2022
+ #
2023
+ # @!attribute [rw] endpoint_settings
2024
+ # Descriptions of the endpoint settings available for your source or
2025
+ # target database engine.
2026
+ # @return [Array<Types::EndpointSetting>]
2027
+ #
2028
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointSettingsResponse AWS API Documentation
2029
+ #
2030
+ class DescribeEndpointSettingsResponse < Struct.new(
2031
+ :marker,
2032
+ :endpoint_settings)
2033
+ SENSITIVE = []
2034
+ include Aws::Structure
2035
+ end
2036
+
1970
2037
  # @note When making an API call, you may pass DescribeEndpointTypesMessage
1971
2038
  # data as a hash:
1972
2039
  #
@@ -3539,6 +3606,56 @@ module Aws::DatabaseMigrationService
3539
3606
  include Aws::Structure
3540
3607
  end
3541
3608
 
3609
+ # Endpoint settings.
3610
+ #
3611
+ # @!attribute [rw] name
3612
+ # The name that you want to give the endpoint settings.
3613
+ # @return [String]
3614
+ #
3615
+ # @!attribute [rw] type
3616
+ # The type of endpoint. Valid values are `source` and `target`.
3617
+ # @return [String]
3618
+ #
3619
+ # @!attribute [rw] enum_values
3620
+ # Enumerated values to use for this endpoint.
3621
+ # @return [Array<String>]
3622
+ #
3623
+ # @!attribute [rw] sensitive
3624
+ # A value that marks this endpoint setting as sensitive.
3625
+ # @return [Boolean]
3626
+ #
3627
+ # @!attribute [rw] units
3628
+ # The unit of measure for this endpoint setting.
3629
+ # @return [String]
3630
+ #
3631
+ # @!attribute [rw] applicability
3632
+ # The relevance or validity of an endpoint setting for an engine name
3633
+ # and its endpoint type.
3634
+ # @return [String]
3635
+ #
3636
+ # @!attribute [rw] int_value_min
3637
+ # The minimum value of an endpoint setting that is of type `int`.
3638
+ # @return [Integer]
3639
+ #
3640
+ # @!attribute [rw] int_value_max
3641
+ # The maximum value of an endpoint setting that is of type `int`.
3642
+ # @return [Integer]
3643
+ #
3644
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/EndpointSetting AWS API Documentation
3645
+ #
3646
+ class EndpointSetting < Struct.new(
3647
+ :name,
3648
+ :type,
3649
+ :enum_values,
3650
+ :sensitive,
3651
+ :units,
3652
+ :applicability,
3653
+ :int_value_min,
3654
+ :int_value_max)
3655
+ SENSITIVE = []
3656
+ include Aws::Structure
3657
+ end
3658
+
3542
3659
  # Describes an identifiable significant activity that affects a
3543
3660
  # replication instance or task. This object can provide the message, the
3544
3661
  # available event categories, the date and source of the event, and the
@@ -3812,7 +3929,7 @@ module Aws::DatabaseMigrationService
3812
3929
  #
3813
3930
  # {
3814
3931
  # certificate_identifier: "String", # required
3815
- # certificate_pem: "String",
3932
+ # certificate_pem: "SecretString",
3816
3933
  # certificate_wallet: "data",
3817
3934
  # tags: [
3818
3935
  # {
@@ -3849,7 +3966,7 @@ module Aws::DatabaseMigrationService
3849
3966
  :certificate_pem,
3850
3967
  :certificate_wallet,
3851
3968
  :tags)
3852
- SENSITIVE = []
3969
+ SENSITIVE = [:certificate_pem]
3853
3970
  include Aws::Structure
3854
3971
  end
3855
3972
 
@@ -4031,13 +4148,27 @@ module Aws::DatabaseMigrationService
4031
4148
  # include_control_details: false,
4032
4149
  # message_max_bytes: 1,
4033
4150
  # include_null_and_empty: false,
4151
+ # security_protocol: "plaintext", # accepts plaintext, ssl-authentication, ssl-encryption, sasl-ssl
4152
+ # ssl_client_certificate_arn: "String",
4153
+ # ssl_client_key_arn: "String",
4154
+ # ssl_client_key_password: "SecretString",
4155
+ # ssl_ca_certificate_arn: "String",
4156
+ # sasl_username: "String",
4157
+ # sasl_password: "SecretString",
4034
4158
  # }
4035
4159
  #
4036
4160
  # @!attribute [rw] broker
4037
- # The broker location and port of the Kafka broker that hosts your
4038
- # Kafka instance. Specify the broker in the form `
4039
- # broker-hostname-or-ip:port `. For example,
4040
- # `"ec2-12-345-678-901.compute-1.amazonaws.com:2345"`.
4161
+ # A comma-separated list of one or more broker locations in your Kafka
4162
+ # cluster that host your Kafka instance. Specify each broker location
4163
+ # in the form ` broker-hostname-or-ip:port `. For example,
4164
+ # `"ec2-12-345-678-901.compute-1.amazonaws.com:2345"`. For more
4165
+ # information and examples of specifying a list of broker locations,
4166
+ # see [Using Apache Kafka as a target for AWS Database Migration
4167
+ # Service][1] in the *AWS Data Migration Service User Guide*.
4168
+ #
4169
+ #
4170
+ #
4171
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html
4041
4172
  # @return [String]
4042
4173
  #
4043
4174
  # @!attribute [rw] topic
@@ -4098,6 +4229,46 @@ module Aws::DatabaseMigrationService
4098
4229
  # The default is `false`.
4099
4230
  # @return [Boolean]
4100
4231
  #
4232
+ # @!attribute [rw] security_protocol
4233
+ # Set secure connection to a Kafka target endpoint using Transport
4234
+ # Layer Security (TLS). Options include `ssl-encryption`,
4235
+ # `ssl-authentication`, and `sasl-ssl`. `sasl-ssl` requires
4236
+ # `SaslUsername` and `SaslPassword`.
4237
+ # @return [String]
4238
+ #
4239
+ # @!attribute [rw] ssl_client_certificate_arn
4240
+ # The Amazon Resource Name (ARN) of the client certificate used to
4241
+ # securely connect to a Kafka target endpoint.
4242
+ # @return [String]
4243
+ #
4244
+ # @!attribute [rw] ssl_client_key_arn
4245
+ # The Amazon Resource Name (ARN) for the client private key used to
4246
+ # securely connect to a Kafka target endpoint.
4247
+ # @return [String]
4248
+ #
4249
+ # @!attribute [rw] ssl_client_key_password
4250
+ # The password for the client private key used to securely connect to
4251
+ # a Kafka target endpoint.
4252
+ # @return [String]
4253
+ #
4254
+ # @!attribute [rw] ssl_ca_certificate_arn
4255
+ # The Amazon Resource Name (ARN) for the private Certification
4256
+ # Authority (CA) cert that AWS DMS uses to securely connect to your
4257
+ # Kafka target endpoint.
4258
+ # @return [String]
4259
+ #
4260
+ # @!attribute [rw] sasl_username
4261
+ # The secure username you created when you first set up your MSK
4262
+ # cluster to validate a client identity and make an encrypted
4263
+ # connection between server and client using SASL-SSL authentication.
4264
+ # @return [String]
4265
+ #
4266
+ # @!attribute [rw] sasl_password
4267
+ # The secure password you created when you first set up your MSK
4268
+ # cluster to validate a client identity and make an encrypted
4269
+ # connection between server and client using SASL-SSL authentication.
4270
+ # @return [String]
4271
+ #
4101
4272
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KafkaSettings AWS API Documentation
4102
4273
  #
4103
4274
  class KafkaSettings < Struct.new(
@@ -4110,8 +4281,15 @@ module Aws::DatabaseMigrationService
4110
4281
  :include_table_alter_operations,
4111
4282
  :include_control_details,
4112
4283
  :message_max_bytes,
4113
- :include_null_and_empty)
4114
- SENSITIVE = []
4284
+ :include_null_and_empty,
4285
+ :security_protocol,
4286
+ :ssl_client_certificate_arn,
4287
+ :ssl_client_key_arn,
4288
+ :ssl_client_key_password,
4289
+ :ssl_ca_certificate_arn,
4290
+ :sasl_username,
4291
+ :sasl_password)
4292
+ SENSITIVE = [:ssl_client_key_password, :sasl_password]
4115
4293
  include Aws::Structure
4116
4294
  end
4117
4295
 
@@ -4252,11 +4430,13 @@ module Aws::DatabaseMigrationService
4252
4430
  # database_name: "String",
4253
4431
  # control_tables_file_group: "String",
4254
4432
  # password: "SecretString",
4433
+ # query_single_always_on_node: false,
4255
4434
  # read_backup_only: false,
4256
4435
  # safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
4257
4436
  # server_name: "String",
4258
4437
  # username: "String",
4259
4438
  # use_bcp_full_load: false,
4439
+ # use_third_party_backup_device: false,
4260
4440
  # secrets_manager_access_role_arn: "String",
4261
4441
  # secrets_manager_secret_id: "String",
4262
4442
  # }
@@ -4285,6 +4465,13 @@ module Aws::DatabaseMigrationService
4285
4465
  # Endpoint connection password.
4286
4466
  # @return [String]
4287
4467
  #
4468
+ # @!attribute [rw] query_single_always_on_node
4469
+ # Cleans and recreates table metadata information on the replication
4470
+ # instance when a mismatch occurs. An example is a situation where
4471
+ # running an alter DDL statement on a table might result in different
4472
+ # information about the table cached in the replication instance.
4473
+ # @return [Boolean]
4474
+ #
4288
4475
  # @!attribute [rw] read_backup_only
4289
4476
  # When this attribute is set to `Y`, AWS DMS only reads changes from
4290
4477
  # transaction log backups and doesn't read from the active
@@ -4331,6 +4518,11 @@ module Aws::DatabaseMigrationService
4331
4518
  # loading table option.
4332
4519
  # @return [Boolean]
4333
4520
  #
4521
+ # @!attribute [rw] use_third_party_backup_device
4522
+ # When this attribute is set to `Y`, DMS processes third-party
4523
+ # transaction log backups if they are created in native format.
4524
+ # @return [Boolean]
4525
+ #
4334
4526
  # @!attribute [rw] secrets_manager_access_role_arn
4335
4527
  # The full Amazon Resource Name (ARN) of the IAM role that specifies
4336
4528
  # AWS DMS as the trusted entity and grants the required permissions to
@@ -4369,11 +4561,13 @@ module Aws::DatabaseMigrationService
4369
4561
  :database_name,
4370
4562
  :control_tables_file_group,
4371
4563
  :password,
4564
+ :query_single_always_on_node,
4372
4565
  :read_backup_only,
4373
4566
  :safeguard_policy,
4374
4567
  :server_name,
4375
4568
  :username,
4376
4569
  :use_bcp_full_load,
4570
+ :use_third_party_backup_device,
4377
4571
  :secrets_manager_access_role_arn,
4378
4572
  :secrets_manager_secret_id)
4379
4573
  SENSITIVE = [:password]
@@ -4473,6 +4667,13 @@ module Aws::DatabaseMigrationService
4473
4667
  # include_control_details: false,
4474
4668
  # message_max_bytes: 1,
4475
4669
  # include_null_and_empty: false,
4670
+ # security_protocol: "plaintext", # accepts plaintext, ssl-authentication, ssl-encryption, sasl-ssl
4671
+ # ssl_client_certificate_arn: "String",
4672
+ # ssl_client_key_arn: "String",
4673
+ # ssl_client_key_password: "SecretString",
4674
+ # ssl_ca_certificate_arn: "String",
4675
+ # sasl_username: "String",
4676
+ # sasl_password: "SecretString",
4476
4677
  # },
4477
4678
  # elasticsearch_settings: {
4478
4679
  # service_access_role_arn: "String", # required
@@ -4539,6 +4740,7 @@ module Aws::DatabaseMigrationService
4539
4740
  # },
4540
4741
  # my_sql_settings: {
4541
4742
  # after_connect_script: "String",
4743
+ # clean_source_metadata_on_mismatch: false,
4542
4744
  # database_name: "String",
4543
4745
  # events_poll_interval: 1,
4544
4746
  # target_db_type: "specific-database", # accepts specific-database, multiple-databases
@@ -4582,6 +4784,7 @@ module Aws::DatabaseMigrationService
4582
4784
  # security_db_encryption: "SecretString",
4583
4785
  # security_db_encryption_name: "String",
4584
4786
  # server_name: "String",
4787
+ # spatial_data_option_to_geo_json_function_name: "String",
4585
4788
  # username: "String",
4586
4789
  # secrets_manager_access_role_arn: "String",
4587
4790
  # secrets_manager_secret_id: "String",
@@ -4603,11 +4806,13 @@ module Aws::DatabaseMigrationService
4603
4806
  # database_name: "String",
4604
4807
  # control_tables_file_group: "String",
4605
4808
  # password: "SecretString",
4809
+ # query_single_always_on_node: false,
4606
4810
  # read_backup_only: false,
4607
4811
  # safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
4608
4812
  # server_name: "String",
4609
4813
  # username: "String",
4610
4814
  # use_bcp_full_load: false,
4815
+ # use_third_party_backup_device: false,
4611
4816
  # secrets_manager_access_role_arn: "String",
4612
4817
  # secrets_manager_secret_id: "String",
4613
4818
  # },
@@ -5243,8 +5448,8 @@ module Aws::DatabaseMigrationService
5243
5448
  # @!attribute [rw] table_mappings
5244
5449
  # When using the AWS CLI or boto3, provide the path of the JSON file
5245
5450
  # that contains the table mappings. Precede the path with `file://`.
5246
- # When working with the DMS API, provide the JSON as the parameter
5247
- # value, for example: `--table-mappings file://mappingfile.json`
5451
+ # For example, `--table-mappings file://mappingfile.json`. When
5452
+ # working with the DMS API, provide the JSON as the parameter value.
5248
5453
  # @return [String]
5249
5454
  #
5250
5455
  # @!attribute [rw] replication_task_settings
@@ -5535,6 +5740,7 @@ module Aws::DatabaseMigrationService
5535
5740
  #
5536
5741
  # {
5537
5742
  # after_connect_script: "String",
5743
+ # clean_source_metadata_on_mismatch: false,
5538
5744
  # database_name: "String",
5539
5745
  # events_poll_interval: 1,
5540
5746
  # target_db_type: "specific-database", # accepts specific-database, multiple-databases
@@ -5555,6 +5761,13 @@ module Aws::DatabaseMigrationService
5555
5761
  # statement succeeds or fails.
5556
5762
  # @return [String]
5557
5763
  #
5764
+ # @!attribute [rw] clean_source_metadata_on_mismatch
5765
+ # Adjusts the behavior of DMS when migrating from an SQL Server source
5766
+ # database that is hosted as part of an Always On availability group
5767
+ # cluster. If you need DMS to poll all the nodes in the Always On
5768
+ # cluster for transaction backups, set this attribute to `false`.
5769
+ # @return [Boolean]
5770
+ #
5558
5771
  # @!attribute [rw] database_name
5559
5772
  # Database name for the endpoint.
5560
5773
  # @return [String]
@@ -5651,6 +5864,7 @@ module Aws::DatabaseMigrationService
5651
5864
  #
5652
5865
  class MySQLSettings < Struct.new(
5653
5866
  :after_connect_script,
5867
+ :clean_source_metadata_on_mismatch,
5654
5868
  :database_name,
5655
5869
  :events_poll_interval,
5656
5870
  :target_db_type,
@@ -5781,6 +5995,7 @@ module Aws::DatabaseMigrationService
5781
5995
  # security_db_encryption: "SecretString",
5782
5996
  # security_db_encryption_name: "String",
5783
5997
  # server_name: "String",
5998
+ # spatial_data_option_to_geo_json_function_name: "String",
5784
5999
  # username: "String",
5785
6000
  # secrets_manager_access_role_arn: "String",
5786
6001
  # secrets_manager_secret_id: "String",
@@ -6019,6 +6234,14 @@ module Aws::DatabaseMigrationService
6019
6234
  # Fully qualified domain name of the endpoint.
6020
6235
  # @return [String]
6021
6236
  #
6237
+ # @!attribute [rw] spatial_data_option_to_geo_json_function_name
6238
+ # Use this attribute to convert `SDO_GEOMETRY` to `GEOJSON` format. By
6239
+ # default, DMS calls the `SDO2GEOJSON` custom function if present and
6240
+ # accessible. Or you can create your own custom function that mimics
6241
+ # the operation of `SDOGEOJSON` and set
6242
+ # `SpatialDataOptionToGeoJsonFunctionName` to call it instead.
6243
+ # @return [String]
6244
+ #
6022
6245
  # @!attribute [rw] username
6023
6246
  # Endpoint connection user name.
6024
6247
  # @return [String]
@@ -6118,6 +6341,7 @@ module Aws::DatabaseMigrationService
6118
6341
  :security_db_encryption,
6119
6342
  :security_db_encryption_name,
6120
6343
  :server_name,
6344
+ :spatial_data_option_to_geo_json_function_name,
6121
6345
  :username,
6122
6346
  :secrets_manager_access_role_arn,
6123
6347
  :secrets_manager_secret_id,
@@ -7912,7 +8136,7 @@ module Aws::DatabaseMigrationService
7912
8136
  # @!attribute [rw] service_access_role_arn
7913
8137
  # The Amazon Resource Name (ARN) used by the service access IAM role.
7914
8138
  # It is a required parameter that enables DMS to write and read
7915
- # objects from an 3S bucket.
8139
+ # objects from an S3 bucket.
7916
8140
  # @return [String]
7917
8141
  #
7918
8142
  # @!attribute [rw] external_table_definition
@@ -520,12 +520,6 @@ module Aws::DatabaseMigrationService
520
520
  "matcher" => "pathAny",
521
521
  "state" => "failure"
522
522
  },
523
- {
524
- "argument" => "replication_tasks[].status",
525
- "expected" => "running",
526
- "matcher" => "pathAny",
527
- "state" => "failure"
528
- },
529
523
  {
530
524
  "argument" => "replication_tasks[].status",
531
525
  "expected" => "failed",
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.52.0
4
+ version: 1.53.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-03-10 00:00:00.000000000 Z
11
+ date: 2021-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -67,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
67
67
  licenses:
68
68
  - Apache-2.0
69
69
  metadata:
70
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice
71
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice/CHANGELOG.md
70
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-databasemigrationservice
71
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-databasemigrationservice/CHANGELOG.md
72
72
  post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths:
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.7.6.2
88
+ rubygems_version: 2.7.6.3
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: AWS SDK for Ruby - AWS Database Migration Service