aws-sdk-databasemigrationservice 1.56.0 → 1.60.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: 6d59fb13e205ca0c92c25bd7effeff689b6fa383a9c7c077c7555b1186407ec5
4
+ data.tar.gz: a4287773e676e3aa54fb470e0a61f5c678ab5e8c00442c78d96d56b18b25c709
5
5
  SHA512:
6
- metadata.gz: c4e6dc216eb53045e2d07b485704083429ab5ba523bbe517ff031c05d7b24b8b5f55c60fbd219d15aa43ba86b68f9ecbdc8596b9abefd7b7f0b5af48ddc70455
7
- data.tar.gz: 47050c13ab9163fa0e7aa4a1ba745c8fe5e96a4138cdeb004f434c77f1624f5c254bc213b8b5397ad6ea4bbd51e0e2cb385a0e878b998ed801b5cbdd01246965
6
+ metadata.gz: 00d71d55d1d0dd00cd00f0f787baac4ceaa501fed08247b93b96c0222980f0cc172bb2b1fcfdc7237501ef886f1c4a819a906d94a55c8328d122b2cf3c04fdb7
7
+ data.tar.gz: 05b852d8fd841956e64a50c64e76d46881209b9722e17845229099a64dd5a2c34b696df23fccd7d9f0ddaf17195b8469856661c322f40069cac439505dfdfdcd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.59.0 (2021-09-17)
10
+ ------------------
11
+
12
+ * Feature - Optional flag force-planned-failover added to reboot-replication-instance API call. This flag can be used to test a planned failover scenario used during some maintenance operations.
13
+
14
+ 1.58.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.57.0 (2021-08-23)
20
+ ------------------
21
+
22
+ * 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.
23
+
4
24
  1.56.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.60.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
  # })
@@ -411,6 +412,8 @@ module Aws::DatabaseMigrationService
411
412
  # @option params [required, String] :apply_action
412
413
  # The pending maintenance action to apply to this resource.
413
414
  #
415
+ # Valid values: `os-upgrade`, `system-update`, `db-upgrade`
416
+ #
414
417
  # @option params [required, String] :opt_in_type
415
418
  # A value that specifies the type of opt-in request, or undoes an opt-in
416
419
  # request. You can't undo an opt-in request of type `immediate`.
@@ -564,8 +567,9 @@ module Aws::DatabaseMigrationService
564
567
  # If you don't specify a value for the `KmsKeyId` parameter, then DMS
565
568
  # uses your default encryption key.
566
569
  #
567
- # KMS creates the default encryption key for your account. Your account
568
- # has a different default encryption key for each Region.
570
+ # KMS creates the default encryption key for your Amazon Web Services
571
+ # account. Your Amazon Web Services account has a different default
572
+ # encryption key for each Amazon Web Services Region.
569
573
  #
570
574
  # @option params [Array<Types::Tag>] :tags
571
575
  # One or more tags to be assigned to the endpoint.
@@ -611,8 +615,9 @@ module Aws::DatabaseMigrationService
611
615
  #
612
616
  # Possible settings include the following:
613
617
  #
614
- # * `ServiceAccessRoleArn` - The IAM role that has permission to access
615
- # the Amazon S3 bucket. The role must allow the `iam:PassRole` action.
618
+ # * `ServiceAccessRoleArn` - The Amazon Resource Name (ARN) used by the
619
+ # service access IAM role. The role must allow the `iam:PassRole`
620
+ # action.
616
621
  #
617
622
  # * `BucketName` - The name of the S3 bucket to use.
618
623
  #
@@ -760,6 +765,9 @@ module Aws::DatabaseMigrationService
760
765
  # @option params [Types::DocDbSettings] :doc_db_settings
761
766
  # Provides information that defines a DocumentDB endpoint.
762
767
  #
768
+ # @option params [Types::RedisSettings] :redis_settings
769
+ # Settings in JSON format for the target Redis endpoint.
770
+ #
763
771
  # @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
764
772
  #
765
773
  # * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -822,6 +830,7 @@ module Aws::DatabaseMigrationService
822
830
  # {
823
831
  # key: "String",
824
832
  # value: "String",
833
+ # resource_arn: "String",
825
834
  # },
826
835
  # ],
827
836
  # certificate_arn: "String",
@@ -860,6 +869,14 @@ module Aws::DatabaseMigrationService
860
869
  # csv_no_sup_value: "String",
861
870
  # preserve_transactions: false,
862
871
  # cdc_path: "String",
872
+ # 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
873
+ # add_column_name: false,
874
+ # cdc_max_batch_interval: 1,
875
+ # cdc_min_file_size: 1,
876
+ # csv_null_value: "String",
877
+ # ignore_header_rows: 1,
878
+ # max_file_size: 1,
879
+ # rfc_4180: false,
863
880
  # },
864
881
  # dms_transfer_settings: {
865
882
  # service_access_role_arn: "String",
@@ -1000,6 +1017,7 @@ module Aws::DatabaseMigrationService
1000
1017
  # add_supplemental_logging: false,
1001
1018
  # archived_log_dest_id: 1,
1002
1019
  # additional_archived_log_dest_id: 1,
1020
+ # extra_archived_log_dest_ids: [1],
1003
1021
  # allow_select_nested_tables: false,
1004
1022
  # parallel_asm_read_threads: 1,
1005
1023
  # read_ahead_blocks: 1,
@@ -1088,6 +1106,15 @@ module Aws::DatabaseMigrationService
1088
1106
  # secrets_manager_access_role_arn: "String",
1089
1107
  # secrets_manager_secret_id: "String",
1090
1108
  # },
1109
+ # redis_settings: {
1110
+ # server_name: "String", # required
1111
+ # port: 1, # required
1112
+ # ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
1113
+ # auth_type: "none", # accepts none, auth-role, auth-token
1114
+ # auth_user_name: "String",
1115
+ # auth_password: "SecretString",
1116
+ # ssl_ca_certificate_arn: "String",
1117
+ # },
1091
1118
  # })
1092
1119
  #
1093
1120
  # @example Response structure
@@ -1138,6 +1165,14 @@ module Aws::DatabaseMigrationService
1138
1165
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
1139
1166
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
1140
1167
  # resp.endpoint.s3_settings.cdc_path #=> String
1168
+ # 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"
1169
+ # resp.endpoint.s3_settings.add_column_name #=> Boolean
1170
+ # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
1171
+ # resp.endpoint.s3_settings.cdc_min_file_size #=> Integer
1172
+ # resp.endpoint.s3_settings.csv_null_value #=> String
1173
+ # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
1174
+ # resp.endpoint.s3_settings.max_file_size #=> Integer
1175
+ # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
1141
1176
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
1142
1177
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
1143
1178
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -1258,6 +1293,8 @@ module Aws::DatabaseMigrationService
1258
1293
  # resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
1259
1294
  # resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
1260
1295
  # resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
1296
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids #=> Array
1297
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids[0] #=> Integer
1261
1298
  # resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
1262
1299
  # resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
1263
1300
  # resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
@@ -1336,6 +1373,13 @@ module Aws::DatabaseMigrationService
1336
1373
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
1337
1374
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
1338
1375
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
1376
+ # resp.endpoint.redis_settings.server_name #=> String
1377
+ # resp.endpoint.redis_settings.port #=> Integer
1378
+ # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
1379
+ # resp.endpoint.redis_settings.auth_type #=> String, one of "none", "auth-role", "auth-token"
1380
+ # resp.endpoint.redis_settings.auth_user_name #=> String
1381
+ # resp.endpoint.redis_settings.auth_password #=> String
1382
+ # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
1339
1383
  #
1340
1384
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
1341
1385
  #
@@ -1428,6 +1472,7 @@ module Aws::DatabaseMigrationService
1428
1472
  # {
1429
1473
  # key: "String",
1430
1474
  # value: "String",
1475
+ # resource_arn: "String",
1431
1476
  # },
1432
1477
  # ],
1433
1478
  # })
@@ -1508,7 +1553,7 @@ module Aws::DatabaseMigrationService
1508
1553
  # @option params [String] :availability_zone
1509
1554
  # The Availability Zone where the replication instance will be created.
1510
1555
  # The default value is a random, system-chosen Availability Zone in the
1511
- # endpoint's Region, for example: `us-east-1d`
1556
+ # endpoint's Amazon Web Services Region, for example: `us-east-1d`
1512
1557
  #
1513
1558
  # @option params [String] :replication_subnet_group_identifier
1514
1559
  # A subnet group to associate with the replication instance.
@@ -1520,7 +1565,8 @@ module Aws::DatabaseMigrationService
1520
1565
  # Format: `ddd:hh24:mi-ddd:hh24:mi`
1521
1566
  #
1522
1567
  # 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.
1568
+ # time per Amazon Web Services Region, occurring on a random day of the
1569
+ # week.
1524
1570
  #
1525
1571
  # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1526
1572
  #
@@ -1555,8 +1601,9 @@ module Aws::DatabaseMigrationService
1555
1601
  # If you don't specify a value for the `KmsKeyId` parameter, then DMS
1556
1602
  # uses your default encryption key.
1557
1603
  #
1558
- # KMS creates the default encryption key for your account. Your account
1559
- # has a different default encryption key for each Region.
1604
+ # KMS creates the default encryption key for your Amazon Web Services
1605
+ # account. Your Amazon Web Services account has a different default
1606
+ # encryption key for each Amazon Web Services Region.
1560
1607
  #
1561
1608
  # @option params [Boolean] :publicly_accessible
1562
1609
  # Specifies the accessibility options for the replication instance. A
@@ -1686,6 +1733,7 @@ module Aws::DatabaseMigrationService
1686
1733
  # {
1687
1734
  # key: "String",
1688
1735
  # value: "String",
1736
+ # resource_arn: "String",
1689
1737
  # },
1690
1738
  # ],
1691
1739
  # kms_key_id: "String",
@@ -1746,6 +1794,10 @@ module Aws::DatabaseMigrationService
1746
1794
  # Creates a replication subnet group given a list of the subnet IDs in a
1747
1795
  # VPC.
1748
1796
  #
1797
+ # The VPC needs to have at least one subnet in at least two availability
1798
+ # zones in the Amazon Web Services Region, otherwise the service will
1799
+ # throw a `ReplicationSubnetGroupDoesNotCoverEnoughAZs` exception.
1800
+ #
1749
1801
  # @option params [required, String] :replication_subnet_group_identifier
1750
1802
  # The name for the replication subnet group. This value is stored as a
1751
1803
  # lowercase string.
@@ -1804,6 +1856,7 @@ module Aws::DatabaseMigrationService
1804
1856
  # {
1805
1857
  # key: "String",
1806
1858
  # value: "String",
1859
+ # resource_arn: "String",
1807
1860
  # },
1808
1861
  # ],
1809
1862
  # })
@@ -2003,6 +2056,7 @@ module Aws::DatabaseMigrationService
2003
2056
  # {
2004
2057
  # key: "String",
2005
2058
  # value: "String",
2059
+ # resource_arn: "String",
2006
2060
  # },
2007
2061
  # ],
2008
2062
  # task_data: "String",
@@ -2250,6 +2304,14 @@ module Aws::DatabaseMigrationService
2250
2304
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
2251
2305
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
2252
2306
  # resp.endpoint.s3_settings.cdc_path #=> String
2307
+ # 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"
2308
+ # resp.endpoint.s3_settings.add_column_name #=> Boolean
2309
+ # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
2310
+ # resp.endpoint.s3_settings.cdc_min_file_size #=> Integer
2311
+ # resp.endpoint.s3_settings.csv_null_value #=> String
2312
+ # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
2313
+ # resp.endpoint.s3_settings.max_file_size #=> Integer
2314
+ # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
2253
2315
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
2254
2316
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
2255
2317
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -2370,6 +2432,8 @@ module Aws::DatabaseMigrationService
2370
2432
  # resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
2371
2433
  # resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
2372
2434
  # resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
2435
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids #=> Array
2436
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids[0] #=> Integer
2373
2437
  # resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
2374
2438
  # resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
2375
2439
  # resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
@@ -2448,6 +2512,13 @@ module Aws::DatabaseMigrationService
2448
2512
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
2449
2513
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
2450
2514
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
2515
+ # resp.endpoint.redis_settings.server_name #=> String
2516
+ # resp.endpoint.redis_settings.port #=> Integer
2517
+ # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
2518
+ # resp.endpoint.redis_settings.auth_type #=> String, one of "none", "auth-role", "auth-token"
2519
+ # resp.endpoint.redis_settings.auth_user_name #=> String
2520
+ # resp.endpoint.redis_settings.auth_password #=> String
2521
+ # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
2451
2522
  #
2452
2523
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
2453
2524
  #
@@ -3399,6 +3470,14 @@ module Aws::DatabaseMigrationService
3399
3470
  # resp.endpoints[0].s3_settings.csv_no_sup_value #=> String
3400
3471
  # resp.endpoints[0].s3_settings.preserve_transactions #=> Boolean
3401
3472
  # resp.endpoints[0].s3_settings.cdc_path #=> String
3473
+ # 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"
3474
+ # resp.endpoints[0].s3_settings.add_column_name #=> Boolean
3475
+ # resp.endpoints[0].s3_settings.cdc_max_batch_interval #=> Integer
3476
+ # resp.endpoints[0].s3_settings.cdc_min_file_size #=> Integer
3477
+ # resp.endpoints[0].s3_settings.csv_null_value #=> String
3478
+ # resp.endpoints[0].s3_settings.ignore_header_rows #=> Integer
3479
+ # resp.endpoints[0].s3_settings.max_file_size #=> Integer
3480
+ # resp.endpoints[0].s3_settings.rfc_4180 #=> Boolean
3402
3481
  # resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
3403
3482
  # resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
3404
3483
  # resp.endpoints[0].mongo_db_settings.username #=> String
@@ -3519,6 +3598,8 @@ module Aws::DatabaseMigrationService
3519
3598
  # resp.endpoints[0].oracle_settings.add_supplemental_logging #=> Boolean
3520
3599
  # resp.endpoints[0].oracle_settings.archived_log_dest_id #=> Integer
3521
3600
  # resp.endpoints[0].oracle_settings.additional_archived_log_dest_id #=> Integer
3601
+ # resp.endpoints[0].oracle_settings.extra_archived_log_dest_ids #=> Array
3602
+ # resp.endpoints[0].oracle_settings.extra_archived_log_dest_ids[0] #=> Integer
3522
3603
  # resp.endpoints[0].oracle_settings.allow_select_nested_tables #=> Boolean
3523
3604
  # resp.endpoints[0].oracle_settings.parallel_asm_read_threads #=> Integer
3524
3605
  # resp.endpoints[0].oracle_settings.read_ahead_blocks #=> Integer
@@ -3597,6 +3678,13 @@ module Aws::DatabaseMigrationService
3597
3678
  # resp.endpoints[0].doc_db_settings.kms_key_id #=> String
3598
3679
  # resp.endpoints[0].doc_db_settings.secrets_manager_access_role_arn #=> String
3599
3680
  # resp.endpoints[0].doc_db_settings.secrets_manager_secret_id #=> String
3681
+ # resp.endpoints[0].redis_settings.server_name #=> String
3682
+ # resp.endpoints[0].redis_settings.port #=> Integer
3683
+ # resp.endpoints[0].redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
3684
+ # resp.endpoints[0].redis_settings.auth_type #=> String, one of "none", "auth-role", "auth-token"
3685
+ # resp.endpoints[0].redis_settings.auth_user_name #=> String
3686
+ # resp.endpoints[0].redis_settings.auth_password #=> String
3687
+ # resp.endpoints[0].redis_settings.ssl_ca_certificate_arn #=> String
3600
3688
  #
3601
3689
  #
3602
3690
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4288,8 +4376,8 @@ module Aws::DatabaseMigrationService
4288
4376
  end
4289
4377
 
4290
4378
  # 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.
4379
+ # creates in your Amazon Web Services account. This action always
4380
+ # returns the latest results.
4293
4381
  #
4294
4382
  # For more information about DMS task assessments, see [Creating a task
4295
4383
  # assessment report][1] in the [ Database Migration Service User
@@ -4854,6 +4942,7 @@ module Aws::DatabaseMigrationService
4854
4942
  # {
4855
4943
  # key: "String",
4856
4944
  # value: "String",
4945
+ # resource_arn: "String",
4857
4946
  # },
4858
4947
  # ],
4859
4948
  # })
@@ -4888,9 +4977,17 @@ module Aws::DatabaseMigrationService
4888
4977
  #
4889
4978
  # [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html
4890
4979
  #
4891
- # @option params [required, String] :resource_arn
4980
+ # @option params [String] :resource_arn
4892
4981
  # The Amazon Resource Name (ARN) string that uniquely identifies the DMS
4893
- # resource.
4982
+ # resource to list tags for. This returns a list of keys (names of tags)
4983
+ # created for the resource and their associated tag values.
4984
+ #
4985
+ # @option params [Array<String>] :resource_arn_list
4986
+ # List of ARNs that identify multiple DMS resources that you want to
4987
+ # list tags for. This returns a list of keys (tag names) and their
4988
+ # associated tag values. It also returns each tag's associated
4989
+ # `ResourceArn` value, which is the ARN of the resource for which each
4990
+ # listed tag is created.
4894
4991
  #
4895
4992
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4896
4993
  #
@@ -4914,7 +5011,8 @@ module Aws::DatabaseMigrationService
4914
5011
  # @example Request syntax with placeholder values
4915
5012
  #
4916
5013
  # resp = client.list_tags_for_resource({
4917
- # resource_arn: "String", # required
5014
+ # resource_arn: "String",
5015
+ # resource_arn_list: ["String"],
4918
5016
  # })
4919
5017
  #
4920
5018
  # @example Response structure
@@ -4922,6 +5020,7 @@ module Aws::DatabaseMigrationService
4922
5020
  # resp.tag_list #=> Array
4923
5021
  # resp.tag_list[0].key #=> String
4924
5022
  # resp.tag_list[0].value #=> String
5023
+ # resp.tag_list[0].resource_arn #=> String
4925
5024
  #
4926
5025
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource AWS API Documentation
4927
5026
  #
@@ -5024,9 +5123,9 @@ module Aws::DatabaseMigrationService
5024
5123
  #
5025
5124
  # Attributes include the following:
5026
5125
  #
5027
- # * serviceAccessRoleArn - The Identity and Access Management (IAM) role
5028
- # that has permission to access the Amazon S3 bucket. The role must
5029
- # allow the `iam:PassRole` action.
5126
+ # * serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the
5127
+ # service access IAM role. The role must allow the `iam:PassRole`
5128
+ # action.
5030
5129
  #
5031
5130
  # * BucketName - The name of the S3 bucket to use.
5032
5131
  #
@@ -5170,6 +5269,9 @@ module Aws::DatabaseMigrationService
5170
5269
  #
5171
5270
  # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html
5172
5271
  #
5272
+ # @option params [Types::RedisSettings] :redis_settings
5273
+ # Settings in JSON format for the Redis target endpoint.
5274
+ #
5173
5275
  # @option params [Boolean] :exact_settings
5174
5276
  # If this attribute is Y, the current call to `ModifyEndpoint` replaces
5175
5277
  # all existing endpoint settings with the exact settings that you
@@ -5273,6 +5375,14 @@ module Aws::DatabaseMigrationService
5273
5375
  # csv_no_sup_value: "String",
5274
5376
  # preserve_transactions: false,
5275
5377
  # cdc_path: "String",
5378
+ # 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
5379
+ # add_column_name: false,
5380
+ # cdc_max_batch_interval: 1,
5381
+ # cdc_min_file_size: 1,
5382
+ # csv_null_value: "String",
5383
+ # ignore_header_rows: 1,
5384
+ # max_file_size: 1,
5385
+ # rfc_4180: false,
5276
5386
  # },
5277
5387
  # dms_transfer_settings: {
5278
5388
  # service_access_role_arn: "String",
@@ -5413,6 +5523,7 @@ module Aws::DatabaseMigrationService
5413
5523
  # add_supplemental_logging: false,
5414
5524
  # archived_log_dest_id: 1,
5415
5525
  # additional_archived_log_dest_id: 1,
5526
+ # extra_archived_log_dest_ids: [1],
5416
5527
  # allow_select_nested_tables: false,
5417
5528
  # parallel_asm_read_threads: 1,
5418
5529
  # read_ahead_blocks: 1,
@@ -5500,6 +5611,15 @@ module Aws::DatabaseMigrationService
5500
5611
  # secrets_manager_access_role_arn: "String",
5501
5612
  # secrets_manager_secret_id: "String",
5502
5613
  # },
5614
+ # redis_settings: {
5615
+ # server_name: "String", # required
5616
+ # port: 1, # required
5617
+ # ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
5618
+ # auth_type: "none", # accepts none, auth-role, auth-token
5619
+ # auth_user_name: "String",
5620
+ # auth_password: "SecretString",
5621
+ # ssl_ca_certificate_arn: "String",
5622
+ # },
5503
5623
  # exact_settings: false,
5504
5624
  # })
5505
5625
  #
@@ -5551,6 +5671,14 @@ module Aws::DatabaseMigrationService
5551
5671
  # resp.endpoint.s3_settings.csv_no_sup_value #=> String
5552
5672
  # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
5553
5673
  # resp.endpoint.s3_settings.cdc_path #=> String
5674
+ # 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"
5675
+ # resp.endpoint.s3_settings.add_column_name #=> Boolean
5676
+ # resp.endpoint.s3_settings.cdc_max_batch_interval #=> Integer
5677
+ # resp.endpoint.s3_settings.cdc_min_file_size #=> Integer
5678
+ # resp.endpoint.s3_settings.csv_null_value #=> String
5679
+ # resp.endpoint.s3_settings.ignore_header_rows #=> Integer
5680
+ # resp.endpoint.s3_settings.max_file_size #=> Integer
5681
+ # resp.endpoint.s3_settings.rfc_4180 #=> Boolean
5554
5682
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
5555
5683
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
5556
5684
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -5671,6 +5799,8 @@ module Aws::DatabaseMigrationService
5671
5799
  # resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
5672
5800
  # resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
5673
5801
  # resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
5802
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids #=> Array
5803
+ # resp.endpoint.oracle_settings.extra_archived_log_dest_ids[0] #=> Integer
5674
5804
  # resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
5675
5805
  # resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
5676
5806
  # resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
@@ -5749,6 +5879,13 @@ module Aws::DatabaseMigrationService
5749
5879
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
5750
5880
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
5751
5881
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
5882
+ # resp.endpoint.redis_settings.server_name #=> String
5883
+ # resp.endpoint.redis_settings.port #=> Integer
5884
+ # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
5885
+ # resp.endpoint.redis_settings.auth_type #=> String, one of "none", "auth-role", "auth-token"
5886
+ # resp.endpoint.redis_settings.auth_user_name #=> String
5887
+ # resp.endpoint.redis_settings.auth_password #=> String
5888
+ # resp.endpoint.redis_settings.ssl_ca_certificate_arn #=> String
5752
5889
  #
5753
5890
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
5754
5891
  #
@@ -6343,8 +6480,16 @@ module Aws::DatabaseMigrationService
6343
6480
  #
6344
6481
  # @option params [Boolean] :force_failover
6345
6482
  # If this parameter is `true`, the reboot is conducted through a
6346
- # Multi-AZ failover. (If the instance isn't configured for Multi-AZ,
6347
- # then you can't specify `true`.)
6483
+ # Multi-AZ failover. If the instance isn't configured for Multi-AZ,
6484
+ # then you can't specify `true`. ( `--force-planned-failover` and
6485
+ # `--force-failover` can't both be set to `true`.)
6486
+ #
6487
+ # @option params [Boolean] :force_planned_failover
6488
+ # If this parameter is `true`, the reboot is conducted through a planned
6489
+ # Multi-AZ failover where resources are released and cleaned up prior to
6490
+ # conducting the failover. If the instance isn''t configured for
6491
+ # Multi-AZ, then you can't specify `true`. ( `--force-planned-failover`
6492
+ # and `--force-failover` can't both be set to `true`.)
6348
6493
  #
6349
6494
  # @return [Types::RebootReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6350
6495
  #
@@ -6355,6 +6500,7 @@ module Aws::DatabaseMigrationService
6355
6500
  # resp = client.reboot_replication_instance({
6356
6501
  # replication_instance_arn: "String", # required
6357
6502
  # force_failover: false,
6503
+ # force_planned_failover: false,
6358
6504
  # })
6359
6505
  #
6360
6506
  # @example Response structure
@@ -6465,6 +6611,10 @@ module Aws::DatabaseMigrationService
6465
6611
 
6466
6612
  # Reloads the target database table with the source data.
6467
6613
  #
6614
+ # You can only use this operation with a task in the `RUNNING` state,
6615
+ # otherwise the service will throw an `InvalidResourceStateFault`
6616
+ # exception.
6617
+ #
6468
6618
  # @option params [required, String] :replication_task_arn
6469
6619
  # The Amazon Resource Name (ARN) of the replication task.
6470
6620
  #
@@ -7028,7 +7178,7 @@ module Aws::DatabaseMigrationService
7028
7178
  params: params,
7029
7179
  config: config)
7030
7180
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
7031
- context[:gem_version] = '1.56.0'
7181
+ context[:gem_version] = '1.60.0'
7032
7182
  Seahorse::Client::Request.new(handlers, context)
7033
7183
  end
7034
7184