aws-sdk-databasemigrationservice 1.56.0 → 1.57.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: e45e067c7f6a5ac62c18e6112099e1c12d705d9aca4cb3d7082798c69d4d5887
4
- data.tar.gz: 66b220a8c0ab57daa7fe06b61792b6d8cd43527b6284d8afbd134dd95b12e4be
3
+ metadata.gz: ee13fbfa9d6aa88ae0d215900f1aa3380f8e6b6602a817ed9300e9bd1ffd8ebe
4
+ data.tar.gz: 81a03857705b5e80901465cb8a42055301855071532a17d548fa396300f21407
5
5
  SHA512:
6
- metadata.gz: c4e6dc216eb53045e2d07b485704083429ab5ba523bbe517ff031c05d7b24b8b5f55c60fbd219d15aa43ba86b68f9ecbdc8596b9abefd7b7f0b5af48ddc70455
7
- data.tar.gz: 47050c13ab9163fa0e7aa4a1ba745c8fe5e96a4138cdeb004f434c77f1624f5c254bc213b8b5397ad6ea4bbd51e0e2cb385a0e878b998ed801b5cbdd01246965
6
+ metadata.gz: 3b618e3f814736bb127f8d8e3db6b7f0830eb9209de5a7f0aa70c859d026f1e65d710faa60b9a885f9365971368d631bd37cd524cb25d7385c6473ee413aba90
7
+ data.tar.gz: 87401d9c3a2c5e51b68c3240f71ed4ba5658659905c4b76356868bd9fd851b7d57d1f6e35f7ced1a6982500b65ad3e8c45419e265af9f0a4fb498fd5c69eecb9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2021-08-23)
5
+ ------------------
6
+
7
+ * Feature - Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.
8
+
4
9
  1.56.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -388,6 +388,7 @@ module Aws::DatabaseMigrationService
388
388
  # {
389
389
  # key: "String",
390
390
  # value: "String",
391
+ # resource_arn: "String",
391
392
  # },
392
393
  # ],
393
394
  # })
@@ -564,8 +565,9 @@ module Aws::DatabaseMigrationService
564
565
  # If you don't specify a value for the `KmsKeyId` parameter, then DMS
565
566
  # uses your default encryption key.
566
567
  #
567
- # KMS creates the default encryption key for your account. Your account
568
- # has a different default encryption key for each Region.
568
+ # KMS creates the default encryption key for your Amazon Web Services
569
+ # account. Your Amazon Web Services account has a different default
570
+ # encryption key for each Amazon Web Services Region.
569
571
  #
570
572
  # @option params [Array<Types::Tag>] :tags
571
573
  # One or more tags to be assigned to the endpoint.
@@ -760,6 +762,9 @@ module Aws::DatabaseMigrationService
760
762
  # @option params [Types::DocDbSettings] :doc_db_settings
761
763
  # Provides information that defines a DocumentDB endpoint.
762
764
  #
765
+ # @option params [Types::RedisSettings] :redis_settings
766
+ # Settings in JSON format for the target Redis endpoint.
767
+ #
763
768
  # @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
764
769
  #
765
770
  # * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -822,6 +827,7 @@ module Aws::DatabaseMigrationService
822
827
  # {
823
828
  # key: "String",
824
829
  # value: "String",
830
+ # resource_arn: "String",
825
831
  # },
826
832
  # ],
827
833
  # certificate_arn: "String",
@@ -860,6 +866,14 @@ module Aws::DatabaseMigrationService
860
866
  # csv_no_sup_value: "String",
861
867
  # preserve_transactions: false,
862
868
  # cdc_path: "String",
869
+ # canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
870
+ # add_column_name: false,
871
+ # cdc_max_batch_interval: 1,
872
+ # cdc_min_file_size: 1,
873
+ # csv_null_value: "String",
874
+ # ignore_header_rows: 1,
875
+ # max_file_size: 1,
876
+ # rfc_4180: false,
863
877
  # },
864
878
  # dms_transfer_settings: {
865
879
  # service_access_role_arn: "String",
@@ -1000,6 +1014,7 @@ module Aws::DatabaseMigrationService
1000
1014
  # add_supplemental_logging: false,
1001
1015
  # archived_log_dest_id: 1,
1002
1016
  # additional_archived_log_dest_id: 1,
1017
+ # extra_archived_log_dest_ids: [1],
1003
1018
  # allow_select_nested_tables: false,
1004
1019
  # parallel_asm_read_threads: 1,
1005
1020
  # read_ahead_blocks: 1,
@@ -1088,6 +1103,15 @@ module Aws::DatabaseMigrationService
1088
1103
  # secrets_manager_access_role_arn: "String",
1089
1104
  # secrets_manager_secret_id: "String",
1090
1105
  # },
1106
+ # redis_settings: {
1107
+ # server_name: "String", # required
1108
+ # port: 1, # required
1109
+ # ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
1110
+ # auth_type: "none", # accepts none, auth-role, auth-token
1111
+ # auth_user_name: "String",
1112
+ # auth_password: "SecretString",
1113
+ # ssl_ca_certificate_arn: "String",
1114
+ # },
1091
1115
  # })
1092
1116
  #
1093
1117
  # @example Response structure
@@ -1138,6 +1162,14 @@ module Aws::DatabaseMigrationService
1138
1162
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
1139
1163
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
1140
1164
  # resp.endpoint.s3_settings.cdc_path #=> String
1165
+ # resp.endpoint.s3_settings.canned_acl_for_objects #=> String, one of "none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control"
1166
+ # resp.endpoint.s3_settings.add_column_name #=> Boolean
1167
+ # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
1168
+ # resp.endpoint.s3_settings.cdc_min_file_size #=> Integer
1169
+ # resp.endpoint.s3_settings.csv_null_value #=> String
1170
+ # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
1171
+ # resp.endpoint.s3_settings.max_file_size #=> Integer
1172
+ # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
1141
1173
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
1142
1174
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
1143
1175
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -1258,6 +1290,8 @@ module Aws::DatabaseMigrationService
1258
1290
  # resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
1259
1291
  # resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
1260
1292
  # resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
1293
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids #=> Array
1294
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids[0] #=> Integer
1261
1295
  # resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
1262
1296
  # resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
1263
1297
  # resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
@@ -1336,6 +1370,13 @@ module Aws::DatabaseMigrationService
1336
1370
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
1337
1371
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
1338
1372
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
1373
+ # resp.endpoint.redis_settings.server_name #=> String
1374
+ # resp.endpoint.redis_settings.port #=> Integer
1375
+ # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
1376
+ # resp.endpoint.redis_settings.auth_type #=> String, one of "none", "auth-role", "auth-token"
1377
+ # resp.endpoint.redis_settings.auth_user_name #=> String
1378
+ # resp.endpoint.redis_settings.auth_password #=> String
1379
+ # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
1339
1380
  #
1340
1381
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
1341
1382
  #
@@ -1428,6 +1469,7 @@ module Aws::DatabaseMigrationService
1428
1469
  # {
1429
1470
  # key: "String",
1430
1471
  # value: "String",
1472
+ # resource_arn: "String",
1431
1473
  # },
1432
1474
  # ],
1433
1475
  # })
@@ -1508,7 +1550,7 @@ module Aws::DatabaseMigrationService
1508
1550
  # @option params [String] :availability_zone
1509
1551
  # The Availability Zone where the replication instance will be created.
1510
1552
  # The default value is a random, system-chosen Availability Zone in the
1511
- # endpoint's Region, for example: `us-east-1d`
1553
+ # endpoint's Amazon Web Services Region, for example: `us-east-1d`
1512
1554
  #
1513
1555
  # @option params [String] :replication_subnet_group_identifier
1514
1556
  # A subnet group to associate with the replication instance.
@@ -1520,7 +1562,8 @@ module Aws::DatabaseMigrationService
1520
1562
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
1521
1563
  #
1522
1564
  # Default: A 30-minute window selected at random from an 8-hour block of
1523
- # time per Region, occurring on a random day of the week.
1565
+ # time per Amazon Web Services Region, occurring on a random day of the
1566
+ # week.
1524
1567
  #
1525
1568
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1526
1569
  #
@@ -1555,8 +1598,9 @@ module Aws::DatabaseMigrationService
1555
1598
  # If you don't specify a value for the `KmsKeyId` parameter, then DMS
1556
1599
  # uses your default encryption key.
1557
1600
  #
1558
- # KMS creates the default encryption key for your account. Your account
1559
- # has a different default encryption key for each Region.
1601
+ # KMS creates the default encryption key for your Amazon Web Services
1602
+ # account. Your Amazon Web Services account has a different default
1603
+ # encryption key for each Amazon Web Services Region.
1560
1604
  #
1561
1605
  # @option params [Boolean] :publicly_accessible
1562
1606
  # Specifies the accessibility options for the replication instance. A
@@ -1686,6 +1730,7 @@ module Aws::DatabaseMigrationService
1686
1730
  # {
1687
1731
  # key: "String",
1688
1732
  # value: "String",
1733
+ # resource_arn: "String",
1689
1734
  # },
1690
1735
  # ],
1691
1736
  # kms_key_id: "String",
@@ -1804,6 +1849,7 @@ module Aws::DatabaseMigrationService
1804
1849
  # {
1805
1850
  # key: "String",
1806
1851
  # value: "String",
1852
+ # resource_arn: "String",
1807
1853
  # },
1808
1854
  # ],
1809
1855
  # })
@@ -2003,6 +2049,7 @@ module Aws::DatabaseMigrationService
2003
2049
  # {
2004
2050
  # key: "String",
2005
2051
  # value: "String",
2052
+ # resource_arn: "String",
2006
2053
  # },
2007
2054
  # ],
2008
2055
  # task_data: "String",
@@ -2250,6 +2297,14 @@ module Aws::DatabaseMigrationService
2250
2297
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
2251
2298
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
2252
2299
  # resp.endpoint.s3_settings.cdc_path #=> String
2300
+ # resp.endpoint.s3_settings.canned_acl_for_objects #=> String, one of "none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control"
2301
+ # resp.endpoint.s3_settings.add_column_name #=> Boolean
2302
+ # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
2303
+ # resp.endpoint.s3_settings.cdc_min_file_size #=> Integer
2304
+ # resp.endpoint.s3_settings.csv_null_value #=> String
2305
+ # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
2306
+ # resp.endpoint.s3_settings.max_file_size #=> Integer
2307
+ # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
2253
2308
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
2254
2309
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
2255
2310
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -2370,6 +2425,8 @@ module Aws::DatabaseMigrationService
2370
2425
  # resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
2371
2426
  # resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
2372
2427
  # resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
2428
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids #=> Array
2429
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids[0] #=> Integer
2373
2430
  # resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
2374
2431
  # resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
2375
2432
  # resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
@@ -2448,6 +2505,13 @@ module Aws::DatabaseMigrationService
2448
2505
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
2449
2506
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
2450
2507
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
2508
+ # resp.endpoint.redis_settings.server_name #=> String
2509
+ # resp.endpoint.redis_settings.port #=> Integer
2510
+ # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
2511
+ # resp.endpoint.redis_settings.auth_type #=> String, one of "none", "auth-role", "auth-token"
2512
+ # resp.endpoint.redis_settings.auth_user_name #=> String
2513
+ # resp.endpoint.redis_settings.auth_password #=> String
2514
+ # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
2451
2515
  #
2452
2516
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
2453
2517
  #
@@ -3399,6 +3463,14 @@ module Aws::DatabaseMigrationService
3399
3463
  # resp.endpoints[0].s3_settings.csv_no_sup_value #=> String
3400
3464
  # resp.endpoints[0].s3_settings.preserve_transactions #=> Boolean
3401
3465
  # resp.endpoints[0].s3_settings.cdc_path #=> String
3466
+ # resp.endpoints[0].s3_settings.canned_acl_for_objects #=> String, one of "none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control"
3467
+ # resp.endpoints[0].s3_settings.add_column_name #=> Boolean
3468
+ # resp.endpoints[0].s3_settings.cdc_max_batch_interval #=> Integer
3469
+ # resp.endpoints[0].s3_settings.cdc_min_file_size #=> Integer
3470
+ # resp.endpoints[0].s3_settings.csv_null_value #=> String
3471
+ # resp.endpoints[0].s3_settings.ignore_header_rows #=> Integer
3472
+ # resp.endpoints[0].s3_settings.max_file_size #=> Integer
3473
+ # resp.endpoints[0].s3_settings.rfc_4180 #=> Boolean
3402
3474
  # resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
3403
3475
  # resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
3404
3476
  # resp.endpoints[0].mongo_db_settings.username #=> String
@@ -3519,6 +3591,8 @@ module Aws::DatabaseMigrationService
3519
3591
  # resp.endpoints[0].oracle_settings.add_supplemental_logging #=> Boolean
3520
3592
  # resp.endpoints[0].oracle_settings.archived_log_dest_id #=> Integer
3521
3593
  # resp.endpoints[0].oracle_settings.additional_archived_log_dest_id #=> Integer
3594
+ # resp.endpoints[0].oracle_settings.extra_archived_log_dest_ids #=> Array
3595
+ # resp.endpoints[0].oracle_settings.extra_archived_log_dest_ids[0] #=> Integer
3522
3596
  # resp.endpoints[0].oracle_settings.allow_select_nested_tables #=> Boolean
3523
3597
  # resp.endpoints[0].oracle_settings.parallel_asm_read_threads #=> Integer
3524
3598
  # resp.endpoints[0].oracle_settings.read_ahead_blocks #=> Integer
@@ -3597,6 +3671,13 @@ module Aws::DatabaseMigrationService
3597
3671
  # resp.endpoints[0].doc_db_settings.kms_key_id #=> String
3598
3672
  # resp.endpoints[0].doc_db_settings.secrets_manager_access_role_arn #=> String
3599
3673
  # resp.endpoints[0].doc_db_settings.secrets_manager_secret_id #=> String
3674
+ # resp.endpoints[0].redis_settings.server_name #=> String
3675
+ # resp.endpoints[0].redis_settings.port #=> Integer
3676
+ # resp.endpoints[0].redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
3677
+ # resp.endpoints[0].redis_settings.auth_type #=> String, one of "none", "auth-role", "auth-token"
3678
+ # resp.endpoints[0].redis_settings.auth_user_name #=> String
3679
+ # resp.endpoints[0].redis_settings.auth_password #=> String
3680
+ # resp.endpoints[0].redis_settings.ssl_ca_certificate_arn #=> String
3600
3681
  #
3601
3682
  #
3602
3683
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4288,8 +4369,8 @@ module Aws::DatabaseMigrationService
4288
4369
  end
4289
4370
 
4290
4371
  # Returns the task assessment results from the Amazon S3 bucket that DMS
4291
- # creates in your account. This action always returns the latest
4292
- # results.
4372
+ # creates in your Amazon Web Services account. This action always
4373
+ # returns the latest results.
4293
4374
  #
4294
4375
  # For more information about DMS task assessments, see [Creating a task
4295
4376
  # assessment report][1] in the [ Database Migration Service User
@@ -4854,6 +4935,7 @@ module Aws::DatabaseMigrationService
4854
4935
  # {
4855
4936
  # key: "String",
4856
4937
  # value: "String",
4938
+ # resource_arn: "String",
4857
4939
  # },
4858
4940
  # ],
4859
4941
  # })
@@ -4888,9 +4970,17 @@ module Aws::DatabaseMigrationService
4888
4970
  #
4889
4971
  # [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html
4890
4972
  #
4891
- # @option params [required, String] :resource_arn
4973
+ # @option params [String] :resource_arn
4892
4974
  # The Amazon Resource Name (ARN) string that uniquely identifies the DMS
4893
- # resource.
4975
+ # resource to list tags for. This returns a list of keys (names of tags)
4976
+ # created for the resource and their associated tag values.
4977
+ #
4978
+ # @option params [Array<String>] :resource_arn_list
4979
+ # List of ARNs that identify multiple DMS resources that you want to
4980
+ # list tags for. This returns a list of keys (tag names) and their
4981
+ # associated tag values. It also returns each tag's associated
4982
+ # `ResourceArn` value, which is the ARN of the resource for which each
4983
+ # listed tag is created.
4894
4984
  #
4895
4985
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4896
4986
  #
@@ -4914,7 +5004,8 @@ module Aws::DatabaseMigrationService
4914
5004
  # @example Request syntax with placeholder values
4915
5005
  #
4916
5006
  # resp = client.list_tags_for_resource({
4917
- # resource_arn: "String", # required
5007
+ # resource_arn: "String",
5008
+ # resource_arn_list: ["String"],
4918
5009
  # })
4919
5010
  #
4920
5011
  # @example Response structure
@@ -4922,6 +5013,7 @@ module Aws::DatabaseMigrationService
4922
5013
  # resp.tag_list #=> Array
4923
5014
  # resp.tag_list[0].key #=> String
4924
5015
  # resp.tag_list[0].value #=> String
5016
+ # resp.tag_list[0].resource_arn #=> String
4925
5017
  #
4926
5018
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource AWS API Documentation
4927
5019
  #
@@ -5170,6 +5262,9 @@ module Aws::DatabaseMigrationService
5170
5262
  #
5171
5263
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html
5172
5264
  #
5265
+ # @option params [Types::RedisSettings] :redis_settings
5266
+ # Settings in JSON format for the Redis target endpoint.
5267
+ #
5173
5268
  # @option params [Boolean] :exact_settings
5174
5269
  # If this attribute is Y, the current call to `ModifyEndpoint` replaces
5175
5270
  # all existing endpoint settings with the exact settings that you
@@ -5273,6 +5368,14 @@ module Aws::DatabaseMigrationService
5273
5368
  # csv_no_sup_value: "String",
5274
5369
  # preserve_transactions: false,
5275
5370
  # cdc_path: "String",
5371
+ # canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
5372
+ # add_column_name: false,
5373
+ # cdc_max_batch_interval: 1,
5374
+ # cdc_min_file_size: 1,
5375
+ # csv_null_value: "String",
5376
+ # ignore_header_rows: 1,
5377
+ # max_file_size: 1,
5378
+ # rfc_4180: false,
5276
5379
  # },
5277
5380
  # dms_transfer_settings: {
5278
5381
  # service_access_role_arn: "String",
@@ -5413,6 +5516,7 @@ module Aws::DatabaseMigrationService
5413
5516
  # add_supplemental_logging: false,
5414
5517
  # archived_log_dest_id: 1,
5415
5518
  # additional_archived_log_dest_id: 1,
5519
+ # extra_archived_log_dest_ids: [1],
5416
5520
  # allow_select_nested_tables: false,
5417
5521
  # parallel_asm_read_threads: 1,
5418
5522
  # read_ahead_blocks: 1,
@@ -5500,6 +5604,15 @@ module Aws::DatabaseMigrationService
5500
5604
  # secrets_manager_access_role_arn: "String",
5501
5605
  # secrets_manager_secret_id: "String",
5502
5606
  # },
5607
+ # redis_settings: {
5608
+ # server_name: "String", # required
5609
+ # port: 1, # required
5610
+ # ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
5611
+ # auth_type: "none", # accepts none, auth-role, auth-token
5612
+ # auth_user_name: "String",
5613
+ # auth_password: "SecretString",
5614
+ # ssl_ca_certificate_arn: "String",
5615
+ # },
5503
5616
  # exact_settings: false,
5504
5617
  # })
5505
5618
  #
@@ -5551,6 +5664,14 @@ module Aws::DatabaseMigrationService
5551
5664
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
5552
5665
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
5553
5666
  # resp.endpoint.s3_settings.cdc_path #=> String
5667
+ # resp.endpoint.s3_settings.canned_acl_for_objects #=> String, one of "none", "private", "public-read", "public-read-write", "authenticated-read", "aws-exec-read", "bucket-owner-read", "bucket-owner-full-control"
5668
+ # resp.endpoint.s3_settings.add_column_name #=> Boolean
5669
+ # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
5670
+ # resp.endpoint.s3_settings.cdc_min_file_size #=> Integer
5671
+ # resp.endpoint.s3_settings.csv_null_value #=> String
5672
+ # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
5673
+ # resp.endpoint.s3_settings.max_file_size #=> Integer
5674
+ # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
5554
5675
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
5555
5676
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
5556
5677
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -5671,6 +5792,8 @@ module Aws::DatabaseMigrationService
5671
5792
  # resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
5672
5793
  # resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
5673
5794
  # resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
5795
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids #=> Array
5796
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids[0] #=> Integer
5674
5797
  # resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
5675
5798
  # resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
5676
5799
  # resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
@@ -5749,6 +5872,13 @@ module Aws::DatabaseMigrationService
5749
5872
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
5750
5873
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
5751
5874
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
5875
+ # resp.endpoint.redis_settings.server_name #=> String
5876
+ # resp.endpoint.redis_settings.port #=> Integer
5877
+ # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
5878
+ # resp.endpoint.redis_settings.auth_type #=> String, one of "none", "auth-role", "auth-token"
5879
+ # resp.endpoint.redis_settings.auth_user_name #=> String
5880
+ # resp.endpoint.redis_settings.auth_password #=> String
5881
+ # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
5752
5882
  #
5753
5883
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
5754
5884
  #
@@ -7028,7 +7158,7 @@ module Aws::DatabaseMigrationService
7028
7158
  params: params,
7029
7159
  config: config)
7030
7160
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
7031
- context[:gem_version] = '1.56.0'
7161
+ context[:gem_version] = '1.57.0'
7032
7162
  Seahorse::Client::Request.new(handlers, context)
7033
7163
  end
7034
7164
 
@@ -20,6 +20,7 @@ module Aws::DatabaseMigrationService
20
20
  AddTagsToResourceResponse = Shapes::StructureShape.new(name: 'AddTagsToResourceResponse')
21
21
  ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
22
22
  ApplyPendingMaintenanceActionResponse = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResponse')
23
+ ArnList = Shapes::ListShape.new(name: 'ArnList')
23
24
  AuthMechanismValue = Shapes::StringShape.new(name: 'AuthMechanismValue')
24
25
  AuthTypeValue = Shapes::StringShape.new(name: 'AuthTypeValue')
25
26
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
@@ -28,6 +29,7 @@ module Aws::DatabaseMigrationService
28
29
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
29
30
  CancelReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunMessage')
30
31
  CancelReplicationTaskAssessmentRunResponse = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunResponse')
32
+ CannedAclForObjectsValue = Shapes::StringShape.new(name: 'CannedAclForObjectsValue')
31
33
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
32
34
  CertificateList = Shapes::ListShape.new(name: 'CertificateList')
33
35
  CertificateWallet = Shapes::BlobShape.new(name: 'CertificateWallet')
@@ -140,6 +142,7 @@ module Aws::DatabaseMigrationService
140
142
  IndividualAssessmentNameList = Shapes::ListShape.new(name: 'IndividualAssessmentNameList')
141
143
  InsufficientResourceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientResourceCapacityFault')
142
144
  Integer = Shapes::IntegerShape.new(name: 'Integer')
145
+ IntegerList = Shapes::ListShape.new(name: 'IntegerList')
143
146
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
144
147
  InvalidCertificateFault = Shapes::StructureShape.new(name: 'InvalidCertificateFault')
145
148
  InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault')
@@ -188,6 +191,8 @@ module Aws::DatabaseMigrationService
188
191
  PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
189
192
  RebootReplicationInstanceMessage = Shapes::StructureShape.new(name: 'RebootReplicationInstanceMessage')
190
193
  RebootReplicationInstanceResponse = Shapes::StructureShape.new(name: 'RebootReplicationInstanceResponse')
194
+ RedisAuthTypeValue = Shapes::StringShape.new(name: 'RedisAuthTypeValue')
195
+ RedisSettings = Shapes::StructureShape.new(name: 'RedisSettings')
191
196
  RedshiftSettings = Shapes::StructureShape.new(name: 'RedshiftSettings')
192
197
  RefreshSchemasMessage = Shapes::StructureShape.new(name: 'RefreshSchemasMessage')
193
198
  RefreshSchemasResponse = Shapes::StructureShape.new(name: 'RefreshSchemasResponse')
@@ -235,6 +240,7 @@ module Aws::DatabaseMigrationService
235
240
  SecretString = Shapes::StringShape.new(name: 'SecretString')
236
241
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
237
242
  SourceType = Shapes::StringShape.new(name: 'SourceType')
243
+ SslSecurityProtocolValue = Shapes::StringShape.new(name: 'SslSecurityProtocolValue')
238
244
  StartReplicationTaskAssessmentMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentMessage')
239
245
  StartReplicationTaskAssessmentResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentResponse')
240
246
  StartReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentRunMessage')
@@ -292,6 +298,8 @@ module Aws::DatabaseMigrationService
292
298
  ApplyPendingMaintenanceActionResponse.add_member(:resource_pending_maintenance_actions, Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions"))
293
299
  ApplyPendingMaintenanceActionResponse.struct_class = Types::ApplyPendingMaintenanceActionResponse
294
300
 
301
+ ArnList.member = Shapes::ShapeRef.new(shape: String)
302
+
295
303
  AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
296
304
  AvailabilityZone.struct_class = Types::AvailabilityZone
297
305
 
@@ -359,6 +367,7 @@ module Aws::DatabaseMigrationService
359
367
  CreateEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
360
368
  CreateEndpointMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
361
369
  CreateEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
370
+ CreateEndpointMessage.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
362
371
  CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
363
372
 
364
373
  CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
@@ -736,6 +745,7 @@ module Aws::DatabaseMigrationService
736
745
  Endpoint.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
737
746
  Endpoint.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
738
747
  Endpoint.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
748
+ Endpoint.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
739
749
  Endpoint.struct_class = Types::Endpoint
740
750
 
741
751
  EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
@@ -823,6 +833,8 @@ module Aws::DatabaseMigrationService
823
833
  InsufficientResourceCapacityFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
824
834
  InsufficientResourceCapacityFault.struct_class = Types::InsufficientResourceCapacityFault
825
835
 
836
+ IntegerList.member = Shapes::ShapeRef.new(shape: Integer)
837
+
826
838
  InvalidCertificateFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
827
839
  InvalidCertificateFault.struct_class = Types::InvalidCertificateFault
828
840
 
@@ -887,7 +899,8 @@ module Aws::DatabaseMigrationService
887
899
  KinesisSettings.add_member(:no_hex_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoHexPrefix"))
888
900
  KinesisSettings.struct_class = Types::KinesisSettings
889
901
 
890
- ListTagsForResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
902
+ ListTagsForResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
903
+ ListTagsForResourceMessage.add_member(:resource_arn_list, Shapes::ShapeRef.new(shape: ArnList, location_name: "ResourceArnList"))
891
904
  ListTagsForResourceMessage.struct_class = Types::ListTagsForResourceMessage
892
905
 
893
906
  ListTagsForResourceResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
@@ -939,6 +952,7 @@ module Aws::DatabaseMigrationService
939
952
  ModifyEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
940
953
  ModifyEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
941
954
  ModifyEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
955
+ ModifyEndpointMessage.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
942
956
  ModifyEndpointMessage.add_member(:exact_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExactSettings"))
943
957
  ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
944
958
 
@@ -1044,6 +1058,7 @@ module Aws::DatabaseMigrationService
1044
1058
  OracleSettings.add_member(:add_supplemental_logging, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddSupplementalLogging"))
1045
1059
  OracleSettings.add_member(:archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ArchivedLogDestId"))
1046
1060
  OracleSettings.add_member(:additional_archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AdditionalArchivedLogDestId"))
1061
+ OracleSettings.add_member(:extra_archived_log_dest_ids, Shapes::ShapeRef.new(shape: IntegerList, location_name: "ExtraArchivedLogDestIds"))
1047
1062
  OracleSettings.add_member(:allow_select_nested_tables, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AllowSelectNestedTables"))
1048
1063
  OracleSettings.add_member(:parallel_asm_read_threads, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ParallelAsmReadThreads"))
1049
1064
  OracleSettings.add_member(:read_ahead_blocks, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ReadAheadBlocks"))
@@ -1134,6 +1149,15 @@ module Aws::DatabaseMigrationService
1134
1149
  RebootReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
1135
1150
  RebootReplicationInstanceResponse.struct_class = Types::RebootReplicationInstanceResponse
1136
1151
 
1152
+ RedisSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServerName"))
1153
+ RedisSettings.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Port"))
1154
+ RedisSettings.add_member(:ssl_security_protocol, Shapes::ShapeRef.new(shape: SslSecurityProtocolValue, location_name: "SslSecurityProtocol"))
1155
+ RedisSettings.add_member(:auth_type, Shapes::ShapeRef.new(shape: RedisAuthTypeValue, location_name: "AuthType"))
1156
+ RedisSettings.add_member(:auth_user_name, Shapes::ShapeRef.new(shape: String, location_name: "AuthUserName"))
1157
+ RedisSettings.add_member(:auth_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "AuthPassword"))
1158
+ RedisSettings.add_member(:ssl_ca_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "SslCaCertificateArn"))
1159
+ RedisSettings.struct_class = Types::RedisSettings
1160
+
1137
1161
  RedshiftSettings.add_member(:accept_any_date, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AcceptAnyDate"))
1138
1162
  RedshiftSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
1139
1163
  RedshiftSettings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
@@ -1374,6 +1398,14 @@ module Aws::DatabaseMigrationService
1374
1398
  S3Settings.add_member(:csv_no_sup_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNoSupValue"))
1375
1399
  S3Settings.add_member(:preserve_transactions, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PreserveTransactions"))
1376
1400
  S3Settings.add_member(:cdc_path, Shapes::ShapeRef.new(shape: String, location_name: "CdcPath"))
1401
+ S3Settings.add_member(:canned_acl_for_objects, Shapes::ShapeRef.new(shape: CannedAclForObjectsValue, location_name: "CannedAclForObjects"))
1402
+ S3Settings.add_member(:add_column_name, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddColumnName"))
1403
+ S3Settings.add_member(:cdc_max_batch_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CdcMaxBatchInterval"))
1404
+ S3Settings.add_member(:cdc_min_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CdcMinFileSize"))
1405
+ S3Settings.add_member(:csv_null_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNullValue"))
1406
+ S3Settings.add_member(:ignore_header_rows, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IgnoreHeaderRows"))
1407
+ S3Settings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
1408
+ S3Settings.add_member(:rfc_4180, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Rfc4180"))
1377
1409
  S3Settings.struct_class = Types::S3Settings
1378
1410
 
1379
1411
  SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -1486,6 +1518,7 @@ module Aws::DatabaseMigrationService
1486
1518
 
1487
1519
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
1488
1520
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
1521
+ Tag.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
1489
1522
  Tag.struct_class = Types::Tag
1490
1523
 
1491
1524
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
@@ -2129,6 +2162,7 @@ module Aws::DatabaseMigrationService
2129
2162
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2130
2163
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2131
2164
  o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
2165
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2132
2166
  end)
2133
2167
 
2134
2168
  api.add_operation(:reboot_replication_instance, Seahorse::Model::Operation.new.tap do |o|