aws-sdk-databasemigrationservice 1.76.0 → 1.78.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: eeac53194db418b8b6af53029e6a3e31ba9b8102a0367376c19d4cb6085a8df1
4
- data.tar.gz: d7bdd5cfad09618598a09a9804b825e2885bdc35f86fa9d8cfc017b760eb94f1
3
+ metadata.gz: 620bc5213f121dba33b44532124491d7a847d465646cf4f1e14b422ca9b80bf5
4
+ data.tar.gz: 92b596c0b337d47d578d71ce776090cc5ec45e872e7db1dc28a69f403d4f630c
5
5
  SHA512:
6
- metadata.gz: 33417d1f6c836555b380a5a3bb615f3a3208756ea86c052e8239161b1b20f6ed1c01353c13a2be9293b55232ee3a1e9b473c793108bd376821d46bcb9488c3cf
7
- data.tar.gz: c3c646416d9fed70d9958fb72145cecf4666edb93c12e3b393ae78038375de7dec085cf1c64201f0db98b73e60d5944a97dfed44ea8c3f68a24d3e023ff7e35d
6
+ metadata.gz: a4689c7361a326380ca9aac029bc32f71333bb90cd426a4f707098482f671b88fea04e1ff9f8858f83d26449759c6b87d03132d08cb075e2e9cd154d308374e3
7
+ data.tar.gz: 665e99fd5b6514ed500fa10b65784bd4b3bf48b27ea10941976bbdd110949e52ec605e93a2b51e78f4e9399daff494ca1e0a967f0744f2024b0c9b4317376702
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.77.0 (2023-03-17)
10
+ ------------------
11
+
12
+ * Feature - S3 setting to create AWS Glue Data Catalog. Oracle setting to control conversion of timestamp column. Support for Kafka SASL Plain authentication. Setting to map boolean from PostgreSQL to Redshift. SQL Server settings to force lob lookup on inline LOBs and to control access of database logs.
13
+
4
14
  1.76.0 (2023-03-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.78.0
@@ -275,6 +275,11 @@ module Aws::DatabaseMigrationService
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -979,6 +984,7 @@ module Aws::DatabaseMigrationService
979
984
  # date_partition_timezone: "String",
980
985
  # add_trailing_padding_character: false,
981
986
  # expected_bucket_owner: "String",
987
+ # glue_catalog_generation: false,
982
988
  # },
983
989
  # dms_transfer_settings: {
984
990
  # service_access_role_arn: "String",
@@ -1031,6 +1037,7 @@ module Aws::DatabaseMigrationService
1031
1037
  # sasl_username: "String",
1032
1038
  # sasl_password: "SecretString",
1033
1039
  # no_hex_prefix: false,
1040
+ # sasl_mechanism: "scram-sha-512", # accepts scram-sha-512, plain
1034
1041
  # },
1035
1042
  # elasticsearch_settings: {
1036
1043
  # service_access_role_arn: "String", # required
@@ -1079,6 +1086,7 @@ module Aws::DatabaseMigrationService
1079
1086
  # write_buffer_size: 1,
1080
1087
  # secrets_manager_access_role_arn: "String",
1081
1088
  # secrets_manager_secret_id: "String",
1089
+ # map_boolean_as_boolean: false,
1082
1090
  # },
1083
1091
  # postgre_sql_settings: {
1084
1092
  # after_connect_script: "String",
@@ -1100,6 +1108,7 @@ module Aws::DatabaseMigrationService
1100
1108
  # secrets_manager_access_role_arn: "String",
1101
1109
  # secrets_manager_secret_id: "String",
1102
1110
  # trim_space_in_char: false,
1111
+ # map_boolean_as_boolean: false,
1103
1112
  # },
1104
1113
  # my_sql_settings: {
1105
1114
  # after_connect_script: "String",
@@ -1159,6 +1168,7 @@ module Aws::DatabaseMigrationService
1159
1168
  # secrets_manager_oracle_asm_access_role_arn: "String",
1160
1169
  # secrets_manager_oracle_asm_secret_id: "String",
1161
1170
  # trim_space_in_char: false,
1171
+ # convert_timestamp_with_zone_to_utc: false,
1162
1172
  # },
1163
1173
  # sybase_settings: {
1164
1174
  # database_name: "String",
@@ -1185,6 +1195,8 @@ module Aws::DatabaseMigrationService
1185
1195
  # secrets_manager_access_role_arn: "String",
1186
1196
  # secrets_manager_secret_id: "String",
1187
1197
  # trim_space_in_char: false,
1198
+ # tlog_access_mode: "BackupOnly", # accepts BackupOnly, PreferBackup, PreferTlog, TlogOnly
1199
+ # force_lob_lookup: false,
1188
1200
  # },
1189
1201
  # ibm_db_2_settings: {
1190
1202
  # database_name: "String",
@@ -1299,6 +1311,7 @@ module Aws::DatabaseMigrationService
1299
1311
  # resp.endpoint.s3_settings.date_partition_timezone #=> String
1300
1312
  # resp.endpoint.s3_settings.add_trailing_padding_character #=> Boolean
1301
1313
  # resp.endpoint.s3_settings.expected_bucket_owner #=> String
1314
+ # resp.endpoint.s3_settings.glue_catalog_generation #=> Boolean
1302
1315
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
1303
1316
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
1304
1317
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -1343,6 +1356,7 @@ module Aws::DatabaseMigrationService
1343
1356
  # resp.endpoint.kafka_settings.sasl_username #=> String
1344
1357
  # resp.endpoint.kafka_settings.sasl_password #=> String
1345
1358
  # resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
1359
+ # resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
1346
1360
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
1347
1361
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
1348
1362
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -1385,6 +1399,7 @@ module Aws::DatabaseMigrationService
1385
1399
  # resp.endpoint.redshift_settings.write_buffer_size #=> Integer
1386
1400
  # resp.endpoint.redshift_settings.secrets_manager_access_role_arn #=> String
1387
1401
  # resp.endpoint.redshift_settings.secrets_manager_secret_id #=> String
1402
+ # resp.endpoint.redshift_settings.map_boolean_as_boolean #=> Boolean
1388
1403
  # resp.endpoint.postgre_sql_settings.after_connect_script #=> String
1389
1404
  # resp.endpoint.postgre_sql_settings.capture_ddls #=> Boolean
1390
1405
  # resp.endpoint.postgre_sql_settings.max_file_size #=> Integer
@@ -1404,6 +1419,7 @@ module Aws::DatabaseMigrationService
1404
1419
  # resp.endpoint.postgre_sql_settings.secrets_manager_access_role_arn #=> String
1405
1420
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
1406
1421
  # resp.endpoint.postgre_sql_settings.trim_space_in_char #=> Boolean
1422
+ # resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
1407
1423
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
1408
1424
  # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
1409
1425
  # resp.endpoint.my_sql_settings.database_name #=> String
@@ -1460,6 +1476,7 @@ module Aws::DatabaseMigrationService
1460
1476
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
1461
1477
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_secret_id #=> String
1462
1478
  # resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
1479
+ # resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
1463
1480
  # resp.endpoint.sybase_settings.database_name #=> String
1464
1481
  # resp.endpoint.sybase_settings.password #=> String
1465
1482
  # resp.endpoint.sybase_settings.port #=> Integer
@@ -1482,6 +1499,8 @@ module Aws::DatabaseMigrationService
1482
1499
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_access_role_arn #=> String
1483
1500
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_secret_id #=> String
1484
1501
  # resp.endpoint.microsoft_sql_server_settings.trim_space_in_char #=> Boolean
1502
+ # resp.endpoint.microsoft_sql_server_settings.tlog_access_mode #=> String, one of "BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly"
1503
+ # resp.endpoint.microsoft_sql_server_settings.force_lob_lookup #=> Boolean
1485
1504
  # resp.endpoint.ibm_db_2_settings.database_name #=> String
1486
1505
  # resp.endpoint.ibm_db_2_settings.password #=> String
1487
1506
  # resp.endpoint.ibm_db_2_settings.port #=> Integer
@@ -2534,6 +2553,7 @@ module Aws::DatabaseMigrationService
2534
2553
  # resp.endpoint.s3_settings.date_partition_timezone #=> String
2535
2554
  # resp.endpoint.s3_settings.add_trailing_padding_character #=> Boolean
2536
2555
  # resp.endpoint.s3_settings.expected_bucket_owner #=> String
2556
+ # resp.endpoint.s3_settings.glue_catalog_generation #=> Boolean
2537
2557
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
2538
2558
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
2539
2559
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -2578,6 +2598,7 @@ module Aws::DatabaseMigrationService
2578
2598
  # resp.endpoint.kafka_settings.sasl_username #=> String
2579
2599
  # resp.endpoint.kafka_settings.sasl_password #=> String
2580
2600
  # resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
2601
+ # resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
2581
2602
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
2582
2603
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
2583
2604
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -2620,6 +2641,7 @@ module Aws::DatabaseMigrationService
2620
2641
  # resp.endpoint.redshift_settings.write_buffer_size #=> Integer
2621
2642
  # resp.endpoint.redshift_settings.secrets_manager_access_role_arn #=> String
2622
2643
  # resp.endpoint.redshift_settings.secrets_manager_secret_id #=> String
2644
+ # resp.endpoint.redshift_settings.map_boolean_as_boolean #=> Boolean
2623
2645
  # resp.endpoint.postgre_sql_settings.after_connect_script #=> String
2624
2646
  # resp.endpoint.postgre_sql_settings.capture_ddls #=> Boolean
2625
2647
  # resp.endpoint.postgre_sql_settings.max_file_size #=> Integer
@@ -2639,6 +2661,7 @@ module Aws::DatabaseMigrationService
2639
2661
  # resp.endpoint.postgre_sql_settings.secrets_manager_access_role_arn #=> String
2640
2662
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
2641
2663
  # resp.endpoint.postgre_sql_settings.trim_space_in_char #=> Boolean
2664
+ # resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
2642
2665
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
2643
2666
  # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
2644
2667
  # resp.endpoint.my_sql_settings.database_name #=> String
@@ -2695,6 +2718,7 @@ module Aws::DatabaseMigrationService
2695
2718
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
2696
2719
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_secret_id #=> String
2697
2720
  # resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
2721
+ # resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
2698
2722
  # resp.endpoint.sybase_settings.database_name #=> String
2699
2723
  # resp.endpoint.sybase_settings.password #=> String
2700
2724
  # resp.endpoint.sybase_settings.port #=> Integer
@@ -2717,6 +2741,8 @@ module Aws::DatabaseMigrationService
2717
2741
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_access_role_arn #=> String
2718
2742
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_secret_id #=> String
2719
2743
  # resp.endpoint.microsoft_sql_server_settings.trim_space_in_char #=> Boolean
2744
+ # resp.endpoint.microsoft_sql_server_settings.tlog_access_mode #=> String, one of "BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly"
2745
+ # resp.endpoint.microsoft_sql_server_settings.force_lob_lookup #=> Boolean
2720
2746
  # resp.endpoint.ibm_db_2_settings.database_name #=> String
2721
2747
  # resp.endpoint.ibm_db_2_settings.password #=> String
2722
2748
  # resp.endpoint.ibm_db_2_settings.port #=> Integer
@@ -3779,6 +3805,7 @@ module Aws::DatabaseMigrationService
3779
3805
  # resp.endpoints[0].s3_settings.date_partition_timezone #=> String
3780
3806
  # resp.endpoints[0].s3_settings.add_trailing_padding_character #=> Boolean
3781
3807
  # resp.endpoints[0].s3_settings.expected_bucket_owner #=> String
3808
+ # resp.endpoints[0].s3_settings.glue_catalog_generation #=> Boolean
3782
3809
  # resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
3783
3810
  # resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
3784
3811
  # resp.endpoints[0].mongo_db_settings.username #=> String
@@ -3823,6 +3850,7 @@ module Aws::DatabaseMigrationService
3823
3850
  # resp.endpoints[0].kafka_settings.sasl_username #=> String
3824
3851
  # resp.endpoints[0].kafka_settings.sasl_password #=> String
3825
3852
  # resp.endpoints[0].kafka_settings.no_hex_prefix #=> Boolean
3853
+ # resp.endpoints[0].kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
3826
3854
  # resp.endpoints[0].elasticsearch_settings.service_access_role_arn #=> String
3827
3855
  # resp.endpoints[0].elasticsearch_settings.endpoint_uri #=> String
3828
3856
  # resp.endpoints[0].elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -3865,6 +3893,7 @@ module Aws::DatabaseMigrationService
3865
3893
  # resp.endpoints[0].redshift_settings.write_buffer_size #=> Integer
3866
3894
  # resp.endpoints[0].redshift_settings.secrets_manager_access_role_arn #=> String
3867
3895
  # resp.endpoints[0].redshift_settings.secrets_manager_secret_id #=> String
3896
+ # resp.endpoints[0].redshift_settings.map_boolean_as_boolean #=> Boolean
3868
3897
  # resp.endpoints[0].postgre_sql_settings.after_connect_script #=> String
3869
3898
  # resp.endpoints[0].postgre_sql_settings.capture_ddls #=> Boolean
3870
3899
  # resp.endpoints[0].postgre_sql_settings.max_file_size #=> Integer
@@ -3884,6 +3913,7 @@ module Aws::DatabaseMigrationService
3884
3913
  # resp.endpoints[0].postgre_sql_settings.secrets_manager_access_role_arn #=> String
3885
3914
  # resp.endpoints[0].postgre_sql_settings.secrets_manager_secret_id #=> String
3886
3915
  # resp.endpoints[0].postgre_sql_settings.trim_space_in_char #=> Boolean
3916
+ # resp.endpoints[0].postgre_sql_settings.map_boolean_as_boolean #=> Boolean
3887
3917
  # resp.endpoints[0].my_sql_settings.after_connect_script #=> String
3888
3918
  # resp.endpoints[0].my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
3889
3919
  # resp.endpoints[0].my_sql_settings.database_name #=> String
@@ -3940,6 +3970,7 @@ module Aws::DatabaseMigrationService
3940
3970
  # resp.endpoints[0].oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
3941
3971
  # resp.endpoints[0].oracle_settings.secrets_manager_oracle_asm_secret_id #=> String
3942
3972
  # resp.endpoints[0].oracle_settings.trim_space_in_char #=> Boolean
3973
+ # resp.endpoints[0].oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
3943
3974
  # resp.endpoints[0].sybase_settings.database_name #=> String
3944
3975
  # resp.endpoints[0].sybase_settings.password #=> String
3945
3976
  # resp.endpoints[0].sybase_settings.port #=> Integer
@@ -3962,6 +3993,8 @@ module Aws::DatabaseMigrationService
3962
3993
  # resp.endpoints[0].microsoft_sql_server_settings.secrets_manager_access_role_arn #=> String
3963
3994
  # resp.endpoints[0].microsoft_sql_server_settings.secrets_manager_secret_id #=> String
3964
3995
  # resp.endpoints[0].microsoft_sql_server_settings.trim_space_in_char #=> Boolean
3996
+ # resp.endpoints[0].microsoft_sql_server_settings.tlog_access_mode #=> String, one of "BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly"
3997
+ # resp.endpoints[0].microsoft_sql_server_settings.force_lob_lookup #=> Boolean
3965
3998
  # resp.endpoints[0].ibm_db_2_settings.database_name #=> String
3966
3999
  # resp.endpoints[0].ibm_db_2_settings.password #=> String
3967
4000
  # resp.endpoints[0].ibm_db_2_settings.port #=> Integer
@@ -6220,6 +6253,7 @@ module Aws::DatabaseMigrationService
6220
6253
  # date_partition_timezone: "String",
6221
6254
  # add_trailing_padding_character: false,
6222
6255
  # expected_bucket_owner: "String",
6256
+ # glue_catalog_generation: false,
6223
6257
  # },
6224
6258
  # dms_transfer_settings: {
6225
6259
  # service_access_role_arn: "String",
@@ -6272,6 +6306,7 @@ module Aws::DatabaseMigrationService
6272
6306
  # sasl_username: "String",
6273
6307
  # sasl_password: "SecretString",
6274
6308
  # no_hex_prefix: false,
6309
+ # sasl_mechanism: "scram-sha-512", # accepts scram-sha-512, plain
6275
6310
  # },
6276
6311
  # elasticsearch_settings: {
6277
6312
  # service_access_role_arn: "String", # required
@@ -6320,6 +6355,7 @@ module Aws::DatabaseMigrationService
6320
6355
  # write_buffer_size: 1,
6321
6356
  # secrets_manager_access_role_arn: "String",
6322
6357
  # secrets_manager_secret_id: "String",
6358
+ # map_boolean_as_boolean: false,
6323
6359
  # },
6324
6360
  # postgre_sql_settings: {
6325
6361
  # after_connect_script: "String",
@@ -6341,6 +6377,7 @@ module Aws::DatabaseMigrationService
6341
6377
  # secrets_manager_access_role_arn: "String",
6342
6378
  # secrets_manager_secret_id: "String",
6343
6379
  # trim_space_in_char: false,
6380
+ # map_boolean_as_boolean: false,
6344
6381
  # },
6345
6382
  # my_sql_settings: {
6346
6383
  # after_connect_script: "String",
@@ -6400,6 +6437,7 @@ module Aws::DatabaseMigrationService
6400
6437
  # secrets_manager_oracle_asm_access_role_arn: "String",
6401
6438
  # secrets_manager_oracle_asm_secret_id: "String",
6402
6439
  # trim_space_in_char: false,
6440
+ # convert_timestamp_with_zone_to_utc: false,
6403
6441
  # },
6404
6442
  # sybase_settings: {
6405
6443
  # database_name: "String",
@@ -6426,6 +6464,8 @@ module Aws::DatabaseMigrationService
6426
6464
  # secrets_manager_access_role_arn: "String",
6427
6465
  # secrets_manager_secret_id: "String",
6428
6466
  # trim_space_in_char: false,
6467
+ # tlog_access_mode: "BackupOnly", # accepts BackupOnly, PreferBackup, PreferTlog, TlogOnly
6468
+ # force_lob_lookup: false,
6429
6469
  # },
6430
6470
  # ibm_db_2_settings: {
6431
6471
  # database_name: "String",
@@ -6540,6 +6580,7 @@ module Aws::DatabaseMigrationService
6540
6580
  # resp.endpoint.s3_settings.date_partition_timezone #=> String
6541
6581
  # resp.endpoint.s3_settings.add_trailing_padding_character #=> Boolean
6542
6582
  # resp.endpoint.s3_settings.expected_bucket_owner #=> String
6583
+ # resp.endpoint.s3_settings.glue_catalog_generation #=> Boolean
6543
6584
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
6544
6585
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
6545
6586
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -6584,6 +6625,7 @@ module Aws::DatabaseMigrationService
6584
6625
  # resp.endpoint.kafka_settings.sasl_username #=> String
6585
6626
  # resp.endpoint.kafka_settings.sasl_password #=> String
6586
6627
  # resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
6628
+ # resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
6587
6629
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
6588
6630
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
6589
6631
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -6626,6 +6668,7 @@ module Aws::DatabaseMigrationService
6626
6668
  # resp.endpoint.redshift_settings.write_buffer_size #=> Integer
6627
6669
  # resp.endpoint.redshift_settings.secrets_manager_access_role_arn #=> String
6628
6670
  # resp.endpoint.redshift_settings.secrets_manager_secret_id #=> String
6671
+ # resp.endpoint.redshift_settings.map_boolean_as_boolean #=> Boolean
6629
6672
  # resp.endpoint.postgre_sql_settings.after_connect_script #=> String
6630
6673
  # resp.endpoint.postgre_sql_settings.capture_ddls #=> Boolean
6631
6674
  # resp.endpoint.postgre_sql_settings.max_file_size #=> Integer
@@ -6645,6 +6688,7 @@ module Aws::DatabaseMigrationService
6645
6688
  # resp.endpoint.postgre_sql_settings.secrets_manager_access_role_arn #=> String
6646
6689
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
6647
6690
  # resp.endpoint.postgre_sql_settings.trim_space_in_char #=> Boolean
6691
+ # resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
6648
6692
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
6649
6693
  # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
6650
6694
  # resp.endpoint.my_sql_settings.database_name #=> String
@@ -6701,6 +6745,7 @@ module Aws::DatabaseMigrationService
6701
6745
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
6702
6746
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_secret_id #=> String
6703
6747
  # resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
6748
+ # resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
6704
6749
  # resp.endpoint.sybase_settings.database_name #=> String
6705
6750
  # resp.endpoint.sybase_settings.password #=> String
6706
6751
  # resp.endpoint.sybase_settings.port #=> Integer
@@ -6723,6 +6768,8 @@ module Aws::DatabaseMigrationService
6723
6768
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_access_role_arn #=> String
6724
6769
  # resp.endpoint.microsoft_sql_server_settings.secrets_manager_secret_id #=> String
6725
6770
  # resp.endpoint.microsoft_sql_server_settings.trim_space_in_char #=> Boolean
6771
+ # resp.endpoint.microsoft_sql_server_settings.tlog_access_mode #=> String, one of "BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly"
6772
+ # resp.endpoint.microsoft_sql_server_settings.force_lob_lookup #=> Boolean
6726
6773
  # resp.endpoint.ibm_db_2_settings.database_name #=> String
6727
6774
  # resp.endpoint.ibm_db_2_settings.password #=> String
6728
6775
  # resp.endpoint.ibm_db_2_settings.port #=> Integer
@@ -8236,7 +8283,7 @@ module Aws::DatabaseMigrationService
8236
8283
  params: params,
8237
8284
  config: config)
8238
8285
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
8239
- context[:gem_version] = '1.76.0'
8286
+ context[:gem_version] = '1.78.0'
8240
8287
  Seahorse::Client::Request.new(handlers, context)
8241
8288
  end
8242
8289
 
@@ -197,6 +197,7 @@ module Aws::DatabaseMigrationService
197
197
  KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
198
198
  KMSNotFoundFault = Shapes::StructureShape.new(name: 'KMSNotFoundFault')
199
199
  KMSThrottlingFault = Shapes::StructureShape.new(name: 'KMSThrottlingFault')
200
+ KafkaSaslMechanism = Shapes::StringShape.new(name: 'KafkaSaslMechanism')
200
201
  KafkaSecurityProtocol = Shapes::StringShape.new(name: 'KafkaSecurityProtocol')
201
202
  KafkaSettings = Shapes::StructureShape.new(name: 'KafkaSettings')
202
203
  KeyList = Shapes::ListShape.new(name: 'KeyList')
@@ -331,6 +332,7 @@ module Aws::DatabaseMigrationService
331
332
  TargetDbType = Shapes::StringShape.new(name: 'TargetDbType')
332
333
  TestConnectionMessage = Shapes::StructureShape.new(name: 'TestConnectionMessage')
333
334
  TestConnectionResponse = Shapes::StructureShape.new(name: 'TestConnectionResponse')
335
+ TlogAccessMode = Shapes::StringShape.new(name: 'TlogAccessMode')
334
336
  UpdateSubscriptionsToEventBridgeMessage = Shapes::StructureShape.new(name: 'UpdateSubscriptionsToEventBridgeMessage')
335
337
  UpdateSubscriptionsToEventBridgeResponse = Shapes::StructureShape.new(name: 'UpdateSubscriptionsToEventBridgeResponse')
336
338
  UpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'UpgradeDependencyFailureFault')
@@ -1147,6 +1149,7 @@ module Aws::DatabaseMigrationService
1147
1149
  KafkaSettings.add_member(:sasl_username, Shapes::ShapeRef.new(shape: String, location_name: "SaslUsername"))
1148
1150
  KafkaSettings.add_member(:sasl_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "SaslPassword"))
1149
1151
  KafkaSettings.add_member(:no_hex_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoHexPrefix"))
1152
+ KafkaSettings.add_member(:sasl_mechanism, Shapes::ShapeRef.new(shape: KafkaSaslMechanism, location_name: "SaslMechanism"))
1150
1153
  KafkaSettings.struct_class = Types::KafkaSettings
1151
1154
 
1152
1155
  KeyList.member = Shapes::ShapeRef.new(shape: String)
@@ -1195,6 +1198,8 @@ module Aws::DatabaseMigrationService
1195
1198
  MicrosoftSQLServerSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
1196
1199
  MicrosoftSQLServerSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
1197
1200
  MicrosoftSQLServerSettings.add_member(:trim_space_in_char, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TrimSpaceInChar"))
1201
+ MicrosoftSQLServerSettings.add_member(:tlog_access_mode, Shapes::ShapeRef.new(shape: TlogAccessMode, location_name: "TlogAccessMode"))
1202
+ MicrosoftSQLServerSettings.add_member(:force_lob_lookup, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceLobLookup"))
1198
1203
  MicrosoftSQLServerSettings.struct_class = Types::MicrosoftSQLServerSettings
1199
1204
 
1200
1205
  ModifyEndpointMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
@@ -1373,6 +1378,7 @@ module Aws::DatabaseMigrationService
1373
1378
  OracleSettings.add_member(:secrets_manager_oracle_asm_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerOracleAsmAccessRoleArn"))
1374
1379
  OracleSettings.add_member(:secrets_manager_oracle_asm_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerOracleAsmSecretId"))
1375
1380
  OracleSettings.add_member(:trim_space_in_char, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TrimSpaceInChar"))
1381
+ OracleSettings.add_member(:convert_timestamp_with_zone_to_utc, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ConvertTimestampWithZoneToUTC"))
1376
1382
  OracleSettings.struct_class = Types::OracleSettings
1377
1383
 
1378
1384
  OrderableReplicationInstance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
@@ -1419,6 +1425,7 @@ module Aws::DatabaseMigrationService
1419
1425
  PostgreSQLSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
1420
1426
  PostgreSQLSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
1421
1427
  PostgreSQLSettings.add_member(:trim_space_in_char, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TrimSpaceInChar"))
1428
+ PostgreSQLSettings.add_member(:map_boolean_as_boolean, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MapBooleanAsBoolean"))
1422
1429
  PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
1423
1430
 
1424
1431
  RdsConfiguration.add_member(:engine_edition, Shapes::ShapeRef.new(shape: String, location_name: "EngineEdition"))
@@ -1508,6 +1515,7 @@ module Aws::DatabaseMigrationService
1508
1515
  RedshiftSettings.add_member(:write_buffer_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "WriteBufferSize"))
1509
1516
  RedshiftSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
1510
1517
  RedshiftSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
1518
+ RedshiftSettings.add_member(:map_boolean_as_boolean, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MapBooleanAsBoolean"))
1511
1519
  RedshiftSettings.struct_class = Types::RedshiftSettings
1512
1520
 
1513
1521
  RefreshSchemasMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
@@ -1740,6 +1748,7 @@ module Aws::DatabaseMigrationService
1740
1748
  S3Settings.add_member(:date_partition_timezone, Shapes::ShapeRef.new(shape: String, location_name: "DatePartitionTimezone"))
1741
1749
  S3Settings.add_member(:add_trailing_padding_character, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddTrailingPaddingCharacter"))
1742
1750
  S3Settings.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: String, location_name: "ExpectedBucketOwner"))
1751
+ S3Settings.add_member(:glue_catalog_generation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "GlueCatalogGeneration"))
1743
1752
  S3Settings.struct_class = Types::S3Settings
1744
1753
 
1745
1754
  SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -4555,6 +4555,13 @@ module Aws::DatabaseMigrationService
4555
4555
  # columns without adding the '0x' prefix.
4556
4556
  # @return [Boolean]
4557
4557
  #
4558
+ # @!attribute [rw] sasl_mechanism
4559
+ # For SASL/SSL authentication, DMS supports the `SCRAM-SHA-512`
4560
+ # mechanism by default. DMS versions 3.5.0 and later also support the
4561
+ # `PLAIN` mechanism. To use the `PLAIN` mechanism, set this parameter
4562
+ # to `PLAIN.`
4563
+ # @return [String]
4564
+ #
4558
4565
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KafkaSettings AWS API Documentation
4559
4566
  #
4560
4567
  class KafkaSettings < Struct.new(
@@ -4575,7 +4582,8 @@ module Aws::DatabaseMigrationService
4575
4582
  :ssl_ca_certificate_arn,
4576
4583
  :sasl_username,
4577
4584
  :sasl_password,
4578
- :no_hex_prefix)
4585
+ :no_hex_prefix,
4586
+ :sasl_mechanism)
4579
4587
  SENSITIVE = [:ssl_client_key_password, :sasl_password]
4580
4588
  include Aws::Structure
4581
4589
  end
@@ -4813,7 +4821,7 @@ module Aws::DatabaseMigrationService
4813
4821
  # truncated. If you need Microsoft Replication to be enabled in your
4814
4822
  # database, then you must choose this method.
4815
4823
  #
4816
- # *Exclusively use sp\_repldone within a single task*\: When this
4824
+ # *Exclusively use sp\_repldone within a single task*: When this
4817
4825
  # method is used, DMS reads the changes and then uses sp\_repldone to
4818
4826
  # mark the TLOG transactions as ready for truncation. Although this
4819
4827
  # method doesn't involve any transactional activities, it can only be
@@ -4886,6 +4894,14 @@ module Aws::DatabaseMigrationService
4886
4894
  # `true`.
4887
4895
  # @return [Boolean]
4888
4896
  #
4897
+ # @!attribute [rw] tlog_access_mode
4898
+ # Indicates the mode used to fetch CDC data.
4899
+ # @return [String]
4900
+ #
4901
+ # @!attribute [rw] force_lob_lookup
4902
+ # Forces LOB lookup on inline LOB.
4903
+ # @return [Boolean]
4904
+ #
4889
4905
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MicrosoftSQLServerSettings AWS API Documentation
4890
4906
  #
4891
4907
  class MicrosoftSQLServerSettings < Struct.new(
@@ -4903,7 +4919,9 @@ module Aws::DatabaseMigrationService
4903
4919
  :use_third_party_backup_device,
4904
4920
  :secrets_manager_access_role_arn,
4905
4921
  :secrets_manager_secret_id,
4906
- :trim_space_in_char)
4922
+ :trim_space_in_char,
4923
+ :tlog_access_mode,
4924
+ :force_lob_lookup)
4907
4925
  SENSITIVE = [:password]
4908
4926
  include Aws::Structure
4909
4927
  end
@@ -6392,6 +6410,11 @@ module Aws::DatabaseMigrationService
6392
6410
  # `true`.
6393
6411
  # @return [Boolean]
6394
6412
  #
6413
+ # @!attribute [rw] convert_timestamp_with_zone_to_utc
6414
+ # When true, converts timestamps with the `timezone` datatype to their
6415
+ # UTC value.
6416
+ # @return [Boolean]
6417
+ #
6395
6418
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/OracleSettings AWS API Documentation
6396
6419
  #
6397
6420
  class OracleSettings < Struct.new(
@@ -6435,7 +6458,8 @@ module Aws::DatabaseMigrationService
6435
6458
  :secrets_manager_secret_id,
6436
6459
  :secrets_manager_oracle_asm_access_role_arn,
6437
6460
  :secrets_manager_oracle_asm_secret_id,
6438
- :trim_space_in_char)
6461
+ :trim_space_in_char,
6462
+ :convert_timestamp_with_zone_to_utc)
6439
6463
  SENSITIVE = [:asm_password, :password, :security_db_encryption]
6440
6464
  include Aws::Structure
6441
6465
  end
@@ -6735,6 +6759,11 @@ module Aws::DatabaseMigrationService
6735
6759
  # `true`.
6736
6760
  # @return [Boolean]
6737
6761
  #
6762
+ # @!attribute [rw] map_boolean_as_boolean
6763
+ # When true, lets PostgreSQL migrate the boolean type as boolean. By
6764
+ # default, PostgreSQL migrates booleans as `varchar(5)`.
6765
+ # @return [Boolean]
6766
+ #
6738
6767
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/PostgreSQLSettings AWS API Documentation
6739
6768
  #
6740
6769
  class PostgreSQLSettings < Struct.new(
@@ -6756,7 +6785,8 @@ module Aws::DatabaseMigrationService
6756
6785
  :plugin_name,
6757
6786
  :secrets_manager_access_role_arn,
6758
6787
  :secrets_manager_secret_id,
6759
- :trim_space_in_char)
6788
+ :trim_space_in_char,
6789
+ :map_boolean_as_boolean)
6760
6790
  SENSITIVE = [:password]
6761
6791
  include Aws::Structure
6762
6792
  end
@@ -7342,6 +7372,11 @@ module Aws::DatabaseMigrationService
7342
7372
  # connection details.
7343
7373
  # @return [String]
7344
7374
  #
7375
+ # @!attribute [rw] map_boolean_as_boolean
7376
+ # When true, lets Redshift migrate the boolean type as boolean. By
7377
+ # default, Redshift migrates booleans as `varchar(1)`.
7378
+ # @return [Boolean]
7379
+ #
7345
7380
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RedshiftSettings AWS API Documentation
7346
7381
  #
7347
7382
  class RedshiftSettings < Struct.new(
@@ -7374,7 +7409,8 @@ module Aws::DatabaseMigrationService
7374
7409
  :username,
7375
7410
  :write_buffer_size,
7376
7411
  :secrets_manager_access_role_arn,
7377
- :secrets_manager_secret_id)
7412
+ :secrets_manager_secret_id,
7413
+ :map_boolean_as_boolean)
7378
7414
  SENSITIVE = [:password]
7379
7415
  include Aws::Structure
7380
7416
  end
@@ -8628,10 +8664,10 @@ module Aws::DatabaseMigrationService
8628
8664
  # The format of the data that you want to use for output. You can
8629
8665
  # choose one of the following:
8630
8666
  #
8631
- # * `csv`\: This is a row-based file format with comma-separated
8667
+ # * `csv` : This is a row-based file format with comma-separated
8632
8668
  # values (.csv).
8633
8669
  #
8634
- # * `parquet`\: Apache Parquet (.parquet) is a columnar storage file
8670
+ # * `parquet` : Apache Parquet (.parquet) is a columnar storage file
8635
8671
  # format that features efficient compression and provides faster
8636
8672
  # query response.
8637
8673
  # @return [String]
@@ -9101,6 +9137,11 @@ module Aws::DatabaseMigrationService
9101
9137
  # parameter.
9102
9138
  # @return [String]
9103
9139
  #
9140
+ # @!attribute [rw] glue_catalog_generation
9141
+ # When true, allows Glue to catalog your S3 bucket. Creating an Glue
9142
+ # catalog lets you use Athena to query your data.
9143
+ # @return [Boolean]
9144
+ #
9104
9145
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
9105
9146
  #
9106
9147
  class S3Settings < Struct.new(
@@ -9143,7 +9184,8 @@ module Aws::DatabaseMigrationService
9143
9184
  :rfc_4180,
9144
9185
  :date_partition_timezone,
9145
9186
  :add_trailing_padding_character,
9146
- :expected_bucket_owner)
9187
+ :expected_bucket_owner,
9188
+ :glue_catalog_generation)
9147
9189
  SENSITIVE = []
9148
9190
  include Aws::Structure
9149
9191
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
53
53
  # @!group service
54
54
  module Aws::DatabaseMigrationService
55
55
 
56
- GEM_VERSION = '1.76.0'
56
+ GEM_VERSION = '1.78.0'
57
57
 
58
58
  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.76.0
4
+ version: 1.78.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: 2023-03-07 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement