aws-sdk-databasemigrationservice 1.56.0 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +142 -12
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +35 -1
- data/lib/aws-sdk-databasemigrationservice/types.rb +377 -52
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- metadata +2 -2
@@ -24,11 +24,11 @@ module Aws::DatabaseMigrationService
|
|
24
24
|
include Aws::Structure
|
25
25
|
end
|
26
26
|
|
27
|
-
# Describes a quota for an account, for example the
|
28
|
-
# replication instances allowed.
|
27
|
+
# Describes a quota for an Amazon Web Services account, for example the
|
28
|
+
# number of replication instances allowed.
|
29
29
|
#
|
30
30
|
# @!attribute [rw] account_quota_name
|
31
|
-
# The name of the DMS quota for this account.
|
31
|
+
# The name of the DMS quota for this Amazon Web Services account.
|
32
32
|
# @return [String]
|
33
33
|
#
|
34
34
|
# @!attribute [rw] used
|
@@ -60,6 +60,7 @@ module Aws::DatabaseMigrationService
|
|
60
60
|
# {
|
61
61
|
# key: "String",
|
62
62
|
# value: "String",
|
63
|
+
# resource_arn: "String",
|
63
64
|
# },
|
64
65
|
# ],
|
65
66
|
# }
|
@@ -149,9 +150,9 @@ module Aws::DatabaseMigrationService
|
|
149
150
|
# The name of an Availability Zone for use during database migration.
|
150
151
|
# `AvailabilityZone` is an optional parameter to the [
|
151
152
|
# `CreateReplicationInstance` ][1] operation, and it’s value relates to
|
152
|
-
# the Region of an endpoint. For example, the
|
153
|
-
# endpoint in the us-east-1 region might be
|
154
|
-
# us-east-1c, or us-east-1d.
|
153
|
+
# the Amazon Web Services Region of an endpoint. For example, the
|
154
|
+
# availability zone of an endpoint in the us-east-1 region might be
|
155
|
+
# us-east-1a, us-east-1b, us-east-1c, or us-east-1d.
|
155
156
|
#
|
156
157
|
#
|
157
158
|
#
|
@@ -337,6 +338,7 @@ module Aws::DatabaseMigrationService
|
|
337
338
|
# {
|
338
339
|
# key: "String",
|
339
340
|
# value: "String",
|
341
|
+
# resource_arn: "String",
|
340
342
|
# },
|
341
343
|
# ],
|
342
344
|
# certificate_arn: "String",
|
@@ -375,6 +377,14 @@ module Aws::DatabaseMigrationService
|
|
375
377
|
# csv_no_sup_value: "String",
|
376
378
|
# preserve_transactions: false,
|
377
379
|
# cdc_path: "String",
|
380
|
+
# 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
|
381
|
+
# add_column_name: false,
|
382
|
+
# cdc_max_batch_interval: 1,
|
383
|
+
# cdc_min_file_size: 1,
|
384
|
+
# csv_null_value: "String",
|
385
|
+
# ignore_header_rows: 1,
|
386
|
+
# max_file_size: 1,
|
387
|
+
# rfc_4180: false,
|
378
388
|
# },
|
379
389
|
# dms_transfer_settings: {
|
380
390
|
# service_access_role_arn: "String",
|
@@ -515,6 +525,7 @@ module Aws::DatabaseMigrationService
|
|
515
525
|
# add_supplemental_logging: false,
|
516
526
|
# archived_log_dest_id: 1,
|
517
527
|
# additional_archived_log_dest_id: 1,
|
528
|
+
# extra_archived_log_dest_ids: [1],
|
518
529
|
# allow_select_nested_tables: false,
|
519
530
|
# parallel_asm_read_threads: 1,
|
520
531
|
# read_ahead_blocks: 1,
|
@@ -603,6 +614,15 @@ module Aws::DatabaseMigrationService
|
|
603
614
|
# secrets_manager_access_role_arn: "String",
|
604
615
|
# secrets_manager_secret_id: "String",
|
605
616
|
# },
|
617
|
+
# redis_settings: {
|
618
|
+
# server_name: "String", # required
|
619
|
+
# port: 1, # required
|
620
|
+
# ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
|
621
|
+
# auth_type: "none", # accepts none, auth-role, auth-token
|
622
|
+
# auth_user_name: "String",
|
623
|
+
# auth_password: "SecretString",
|
624
|
+
# ssl_ca_certificate_arn: "String",
|
625
|
+
# },
|
606
626
|
# }
|
607
627
|
#
|
608
628
|
# @!attribute [rw] endpoint_identifier
|
@@ -665,8 +685,9 @@ module Aws::DatabaseMigrationService
|
|
665
685
|
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
666
686
|
# uses your default encryption key.
|
667
687
|
#
|
668
|
-
# KMS creates the default encryption key for your
|
669
|
-
# account
|
688
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
689
|
+
# account. Your Amazon Web Services account has a different default
|
690
|
+
# encryption key for each Amazon Web Services Region.
|
670
691
|
# @return [String]
|
671
692
|
#
|
672
693
|
# @!attribute [rw] tags
|
@@ -888,6 +909,10 @@ module Aws::DatabaseMigrationService
|
|
888
909
|
# Provides information that defines a DocumentDB endpoint.
|
889
910
|
# @return [Types::DocDbSettings]
|
890
911
|
#
|
912
|
+
# @!attribute [rw] redis_settings
|
913
|
+
# Settings in JSON format for the target Redis endpoint.
|
914
|
+
# @return [Types::RedisSettings]
|
915
|
+
#
|
891
916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
|
892
917
|
#
|
893
918
|
class CreateEndpointMessage < Struct.new(
|
@@ -922,7 +947,8 @@ module Aws::DatabaseMigrationService
|
|
922
947
|
:microsoft_sql_server_settings,
|
923
948
|
:ibm_db_2_settings,
|
924
949
|
:resource_identifier,
|
925
|
-
:doc_db_settings
|
950
|
+
:doc_db_settings,
|
951
|
+
:redis_settings)
|
926
952
|
SENSITIVE = [:password]
|
927
953
|
include Aws::Structure
|
928
954
|
end
|
@@ -953,6 +979,7 @@ module Aws::DatabaseMigrationService
|
|
953
979
|
# {
|
954
980
|
# key: "String",
|
955
981
|
# value: "String",
|
982
|
+
# resource_arn: "String",
|
956
983
|
# },
|
957
984
|
# ],
|
958
985
|
# }
|
@@ -1051,6 +1078,7 @@ module Aws::DatabaseMigrationService
|
|
1051
1078
|
# {
|
1052
1079
|
# key: "String",
|
1053
1080
|
# value: "String",
|
1081
|
+
# resource_arn: "String",
|
1054
1082
|
# },
|
1055
1083
|
# ],
|
1056
1084
|
# kms_key_id: "String",
|
@@ -1103,7 +1131,8 @@ module Aws::DatabaseMigrationService
|
|
1103
1131
|
# @!attribute [rw] availability_zone
|
1104
1132
|
# The Availability Zone where the replication instance will be
|
1105
1133
|
# created. The default value is a random, system-chosen Availability
|
1106
|
-
# Zone in the endpoint's Region, for example:
|
1134
|
+
# Zone in the endpoint's Amazon Web Services Region, for example:
|
1135
|
+
# `us-east-1d`
|
1107
1136
|
# @return [String]
|
1108
1137
|
#
|
1109
1138
|
# @!attribute [rw] replication_subnet_group_identifier
|
@@ -1117,7 +1146,8 @@ module Aws::DatabaseMigrationService
|
|
1117
1146
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
1118
1147
|
#
|
1119
1148
|
# Default: A 30-minute window selected at random from an 8-hour block
|
1120
|
-
# of time per Region, occurring on a random day of
|
1149
|
+
# of time per Amazon Web Services Region, occurring on a random day of
|
1150
|
+
# the week.
|
1121
1151
|
#
|
1122
1152
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
|
1123
1153
|
#
|
@@ -1157,8 +1187,9 @@ module Aws::DatabaseMigrationService
|
|
1157
1187
|
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
1158
1188
|
# uses your default encryption key.
|
1159
1189
|
#
|
1160
|
-
# KMS creates the default encryption key for your
|
1161
|
-
# account
|
1190
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
1191
|
+
# account. Your Amazon Web Services account has a different default
|
1192
|
+
# encryption key for each Amazon Web Services Region.
|
1162
1193
|
# @return [String]
|
1163
1194
|
#
|
1164
1195
|
# @!attribute [rw] publicly_accessible
|
@@ -1236,6 +1267,7 @@ module Aws::DatabaseMigrationService
|
|
1236
1267
|
# {
|
1237
1268
|
# key: "String",
|
1238
1269
|
# value: "String",
|
1270
|
+
# resource_arn: "String",
|
1239
1271
|
# },
|
1240
1272
|
# ],
|
1241
1273
|
# }
|
@@ -1303,6 +1335,7 @@ module Aws::DatabaseMigrationService
|
|
1303
1335
|
# {
|
1304
1336
|
# key: "String",
|
1305
1337
|
# value: "String",
|
1338
|
+
# resource_arn: "String",
|
1306
1339
|
# },
|
1307
1340
|
# ],
|
1308
1341
|
# task_data: "String",
|
@@ -1733,12 +1766,12 @@ module Aws::DatabaseMigrationService
|
|
1733
1766
|
# @return [Array<Types::AccountQuota>]
|
1734
1767
|
#
|
1735
1768
|
# @!attribute [rw] unique_account_identifier
|
1736
|
-
# A unique DMS identifier for an account in a particular
|
1737
|
-
# value of this identifier has the following
|
1738
|
-
# DMS uses this identifier to name artifacts.
|
1739
|
-
# this identifier to name the default Amazon S3
|
1740
|
-
# task assessment reports in a given
|
1741
|
-
# bucket name is the following:
|
1769
|
+
# A unique DMS identifier for an account in a particular Amazon Web
|
1770
|
+
# Services Region. The value of this identifier has the following
|
1771
|
+
# format: `c99999999999`. DMS uses this identifier to name artifacts.
|
1772
|
+
# For example, DMS uses this identifier to name the default Amazon S3
|
1773
|
+
# bucket for storing task assessment reports in a given Amazon Web
|
1774
|
+
# Services Region. The format of this S3 bucket name is the following:
|
1742
1775
|
# `dms-AccountNumber-UniqueAccountIdentifier.` Here is an example name
|
1743
1776
|
# for this default S3 bucket: `dms-111122223333-c44445555666`.
|
1744
1777
|
#
|
@@ -3247,8 +3280,9 @@ module Aws::DatabaseMigrationService
|
|
3247
3280
|
# The KMS key identifier that is used to encrypt the content on the
|
3248
3281
|
# replication instance. If you don't specify a value for the
|
3249
3282
|
# `KmsKeyId` parameter, then DMS uses your default encryption key. KMS
|
3250
|
-
# creates the default encryption key for your
|
3251
|
-
#
|
3283
|
+
# creates the default encryption key for your Amazon Web Services
|
3284
|
+
# account. Your Amazon Web Services account has a different default
|
3285
|
+
# encryption key for each Amazon Web Services Region.
|
3252
3286
|
# @return [String]
|
3253
3287
|
#
|
3254
3288
|
# @!attribute [rw] secrets_manager_access_role_arn
|
@@ -3438,8 +3472,9 @@ module Aws::DatabaseMigrationService
|
|
3438
3472
|
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
3439
3473
|
# uses your default encryption key.
|
3440
3474
|
#
|
3441
|
-
# KMS creates the default encryption key for your
|
3442
|
-
# account
|
3475
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
3476
|
+
# account. Your Amazon Web Services account has a different default
|
3477
|
+
# encryption key for each Amazon Web Services Region.
|
3443
3478
|
# @return [String]
|
3444
3479
|
#
|
3445
3480
|
# @!attribute [rw] endpoint_arn
|
@@ -3565,6 +3600,11 @@ module Aws::DatabaseMigrationService
|
|
3565
3600
|
# Provides information that defines a DocumentDB endpoint.
|
3566
3601
|
# @return [Types::DocDbSettings]
|
3567
3602
|
#
|
3603
|
+
# @!attribute [rw] redis_settings
|
3604
|
+
# The settings for the Redis target endpoint. For more information,
|
3605
|
+
# see the `RedisSettings` structure.
|
3606
|
+
# @return [Types::RedisSettings]
|
3607
|
+
#
|
3568
3608
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
|
3569
3609
|
#
|
3570
3610
|
class Endpoint < Struct.new(
|
@@ -3600,7 +3640,8 @@ module Aws::DatabaseMigrationService
|
|
3600
3640
|
:sybase_settings,
|
3601
3641
|
:microsoft_sql_server_settings,
|
3602
3642
|
:ibm_db_2_settings,
|
3603
|
-
:doc_db_settings
|
3643
|
+
:doc_db_settings,
|
3644
|
+
:redis_settings)
|
3604
3645
|
SENSITIVE = []
|
3605
3646
|
include Aws::Structure
|
3606
3647
|
end
|
@@ -3941,6 +3982,7 @@ module Aws::DatabaseMigrationService
|
|
3941
3982
|
# {
|
3942
3983
|
# key: "String",
|
3943
3984
|
# value: "String",
|
3985
|
+
# resource_arn: "String",
|
3944
3986
|
# },
|
3945
3987
|
# ],
|
3946
3988
|
# }
|
@@ -4257,9 +4299,9 @@ module Aws::DatabaseMigrationService
|
|
4257
4299
|
# @return [String]
|
4258
4300
|
#
|
4259
4301
|
# @!attribute [rw] ssl_ca_certificate_arn
|
4260
|
-
# The Amazon Resource Name (ARN) for the private
|
4261
|
-
#
|
4262
|
-
#
|
4302
|
+
# The Amazon Resource Name (ARN) for the private certificate authority
|
4303
|
+
# (CA) cert that DMS uses to securely connect to your Kafka target
|
4304
|
+
# endpoint.
|
4263
4305
|
# @return [String]
|
4264
4306
|
#
|
4265
4307
|
# @!attribute [rw] sasl_username
|
@@ -4275,10 +4317,12 @@ module Aws::DatabaseMigrationService
|
|
4275
4317
|
# @return [String]
|
4276
4318
|
#
|
4277
4319
|
# @!attribute [rw] no_hex_prefix
|
4278
|
-
#
|
4279
|
-
#
|
4280
|
-
#
|
4281
|
-
#
|
4320
|
+
# Set this optional parameter to `true` to avoid adding a '0x'
|
4321
|
+
# prefix to raw data in hexadecimal format. For example, by default,
|
4322
|
+
# DMS adds a '0x' prefix to the LOB column type in hexadecimal
|
4323
|
+
# format moving from an Oracle source to a Kafka target. Use the
|
4324
|
+
# `NoHexPrefix` endpoint setting to enable migration of RAW data type
|
4325
|
+
# columns without adding the '0x' prefix.
|
4282
4326
|
# @return [Boolean]
|
4283
4327
|
#
|
4284
4328
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KafkaSettings AWS API Documentation
|
@@ -4386,10 +4430,12 @@ module Aws::DatabaseMigrationService
|
|
4386
4430
|
# @return [Boolean]
|
4387
4431
|
#
|
4388
4432
|
# @!attribute [rw] no_hex_prefix
|
4389
|
-
#
|
4390
|
-
#
|
4391
|
-
#
|
4392
|
-
#
|
4433
|
+
# Set this optional parameter to `true` to avoid adding a '0x'
|
4434
|
+
# prefix to raw data in hexadecimal format. For example, by default,
|
4435
|
+
# DMS adds a '0x' prefix to the LOB column type in hexadecimal
|
4436
|
+
# format moving from an Oracle source to an Amazon Kinesis target. Use
|
4437
|
+
# the `NoHexPrefix` endpoint setting to enable migration of RAW data
|
4438
|
+
# type columns without adding the '0x' prefix.
|
4393
4439
|
# @return [Boolean]
|
4394
4440
|
#
|
4395
4441
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KinesisSettings AWS API Documentation
|
@@ -4413,18 +4459,29 @@ module Aws::DatabaseMigrationService
|
|
4413
4459
|
# data as a hash:
|
4414
4460
|
#
|
4415
4461
|
# {
|
4416
|
-
# resource_arn: "String",
|
4462
|
+
# resource_arn: "String",
|
4463
|
+
# resource_arn_list: ["String"],
|
4417
4464
|
# }
|
4418
4465
|
#
|
4419
4466
|
# @!attribute [rw] resource_arn
|
4420
4467
|
# The Amazon Resource Name (ARN) string that uniquely identifies the
|
4421
|
-
# DMS resource.
|
4468
|
+
# DMS resource to list tags for. This returns a list of keys (names of
|
4469
|
+
# tags) created for the resource and their associated tag values.
|
4422
4470
|
# @return [String]
|
4423
4471
|
#
|
4472
|
+
# @!attribute [rw] resource_arn_list
|
4473
|
+
# List of ARNs that identify multiple DMS resources that you want to
|
4474
|
+
# list tags for. This returns a list of keys (tag names) and their
|
4475
|
+
# associated tag values. It also returns each tag's associated
|
4476
|
+
# `ResourceArn` value, which is the ARN of the resource for which each
|
4477
|
+
# listed tag is created.
|
4478
|
+
# @return [Array<String>]
|
4479
|
+
#
|
4424
4480
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResourceMessage AWS API Documentation
|
4425
4481
|
#
|
4426
4482
|
class ListTagsForResourceMessage < Struct.new(
|
4427
|
-
:resource_arn
|
4483
|
+
:resource_arn,
|
4484
|
+
:resource_arn_list)
|
4428
4485
|
SENSITIVE = []
|
4429
4486
|
include Aws::Structure
|
4430
4487
|
end
|
@@ -4647,6 +4704,14 @@ module Aws::DatabaseMigrationService
|
|
4647
4704
|
# csv_no_sup_value: "String",
|
4648
4705
|
# preserve_transactions: false,
|
4649
4706
|
# cdc_path: "String",
|
4707
|
+
# canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
|
4708
|
+
# add_column_name: false,
|
4709
|
+
# cdc_max_batch_interval: 1,
|
4710
|
+
# cdc_min_file_size: 1,
|
4711
|
+
# csv_null_value: "String",
|
4712
|
+
# ignore_header_rows: 1,
|
4713
|
+
# max_file_size: 1,
|
4714
|
+
# rfc_4180: false,
|
4650
4715
|
# },
|
4651
4716
|
# dms_transfer_settings: {
|
4652
4717
|
# service_access_role_arn: "String",
|
@@ -4787,6 +4852,7 @@ module Aws::DatabaseMigrationService
|
|
4787
4852
|
# add_supplemental_logging: false,
|
4788
4853
|
# archived_log_dest_id: 1,
|
4789
4854
|
# additional_archived_log_dest_id: 1,
|
4855
|
+
# extra_archived_log_dest_ids: [1],
|
4790
4856
|
# allow_select_nested_tables: false,
|
4791
4857
|
# parallel_asm_read_threads: 1,
|
4792
4858
|
# read_ahead_blocks: 1,
|
@@ -4874,6 +4940,15 @@ module Aws::DatabaseMigrationService
|
|
4874
4940
|
# secrets_manager_access_role_arn: "String",
|
4875
4941
|
# secrets_manager_secret_id: "String",
|
4876
4942
|
# },
|
4943
|
+
# redis_settings: {
|
4944
|
+
# server_name: "String", # required
|
4945
|
+
# port: 1, # required
|
4946
|
+
# ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
|
4947
|
+
# auth_type: "none", # accepts none, auth-role, auth-token
|
4948
|
+
# auth_user_name: "String",
|
4949
|
+
# auth_password: "SecretString",
|
4950
|
+
# ssl_ca_certificate_arn: "String",
|
4951
|
+
# },
|
4877
4952
|
# exact_settings: false,
|
4878
4953
|
# }
|
4879
4954
|
#
|
@@ -5136,6 +5211,10 @@ module Aws::DatabaseMigrationService
|
|
5136
5211
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html
|
5137
5212
|
# @return [Types::DocDbSettings]
|
5138
5213
|
#
|
5214
|
+
# @!attribute [rw] redis_settings
|
5215
|
+
# Settings in JSON format for the Redis target endpoint.
|
5216
|
+
# @return [Types::RedisSettings]
|
5217
|
+
#
|
5139
5218
|
# @!attribute [rw] exact_settings
|
5140
5219
|
# If this attribute is Y, the current call to `ModifyEndpoint`
|
5141
5220
|
# replaces all existing endpoint settings with the exact settings that
|
@@ -5194,6 +5273,7 @@ module Aws::DatabaseMigrationService
|
|
5194
5273
|
:microsoft_sql_server_settings,
|
5195
5274
|
:ibm_db_2_settings,
|
5196
5275
|
:doc_db_settings,
|
5276
|
+
:redis_settings,
|
5197
5277
|
:exact_settings)
|
5198
5278
|
SENSITIVE = [:password]
|
5199
5279
|
include Aws::Structure
|
@@ -5690,8 +5770,9 @@ module Aws::DatabaseMigrationService
|
|
5690
5770
|
# The KMS key identifier that is used to encrypt the content on the
|
5691
5771
|
# replication instance. If you don't specify a value for the
|
5692
5772
|
# `KmsKeyId` parameter, then DMS uses your default encryption key. KMS
|
5693
|
-
# creates the default encryption key for your
|
5694
|
-
#
|
5773
|
+
# creates the default encryption key for your Amazon Web Services
|
5774
|
+
# account. Your Amazon Web Services account has a different default
|
5775
|
+
# encryption key for each Amazon Web Services Region.
|
5695
5776
|
# @return [String]
|
5696
5777
|
#
|
5697
5778
|
# @!attribute [rw] secrets_manager_access_role_arn
|
@@ -6032,6 +6113,7 @@ module Aws::DatabaseMigrationService
|
|
6032
6113
|
# add_supplemental_logging: false,
|
6033
6114
|
# archived_log_dest_id: 1,
|
6034
6115
|
# additional_archived_log_dest_id: 1,
|
6116
|
+
# extra_archived_log_dest_ids: [1],
|
6035
6117
|
# allow_select_nested_tables: false,
|
6036
6118
|
# parallel_asm_read_threads: 1,
|
6037
6119
|
# read_ahead_blocks: 1,
|
@@ -6106,6 +6188,38 @@ module Aws::DatabaseMigrationService
|
|
6106
6188
|
# [1]: https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B
|
6107
6189
|
# @return [Integer]
|
6108
6190
|
#
|
6191
|
+
# @!attribute [rw] extra_archived_log_dest_ids
|
6192
|
+
# Specifies the IDs of one more destinations for one or more archived
|
6193
|
+
# redo logs. These IDs are the values of the `dest_id` column in the
|
6194
|
+
# `v$archived_log` view. Use this setting with the `archivedLogDestId`
|
6195
|
+
# extra connection attribute in a primary-to-single setup or a
|
6196
|
+
# primary-to-multiple-standby setup.
|
6197
|
+
#
|
6198
|
+
# This setting is useful in a switchover when you use an Oracle Data
|
6199
|
+
# Guard database as a source. In this case, DMS needs information
|
6200
|
+
# about what destination to get archive redo logs from to read
|
6201
|
+
# changes. DMS needs this because after the switchover the previous
|
6202
|
+
# primary is a standby instance. For example, in a primary-to-single
|
6203
|
+
# standby setup you might apply the following settings.
|
6204
|
+
#
|
6205
|
+
# `archivedLogDestId=1; ExtraArchivedLogDestIds=[2]`
|
6206
|
+
#
|
6207
|
+
# In a primary-to-multiple-standby setup, you might apply the
|
6208
|
+
# following settings.
|
6209
|
+
#
|
6210
|
+
# `archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4]`
|
6211
|
+
#
|
6212
|
+
# Although DMS supports the use of the Oracle `RESETLOGS` option to
|
6213
|
+
# open the database, never use `RESETLOGS` unless it's necessary. For
|
6214
|
+
# more information about `RESETLOGS`, see [ RMAN Data Repair
|
6215
|
+
# Concepts][1] in the *Oracle Database Backup and Recovery User's
|
6216
|
+
# Guide*.
|
6217
|
+
#
|
6218
|
+
#
|
6219
|
+
#
|
6220
|
+
# [1]: https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B
|
6221
|
+
# @return [Array<Integer>]
|
6222
|
+
#
|
6109
6223
|
# @!attribute [rw] allow_select_nested_tables
|
6110
6224
|
# Set this attribute to `true` to enable replication of Oracle tables
|
6111
6225
|
# containing columns that are nested tables or defined types.
|
@@ -6438,6 +6552,7 @@ module Aws::DatabaseMigrationService
|
|
6438
6552
|
:add_supplemental_logging,
|
6439
6553
|
:archived_log_dest_id,
|
6440
6554
|
:additional_archived_log_dest_id,
|
6555
|
+
:extra_archived_log_dest_ids,
|
6441
6556
|
:allow_select_nested_tables,
|
6442
6557
|
:parallel_asm_read_threads,
|
6443
6558
|
:read_ahead_blocks,
|
@@ -6688,11 +6803,11 @@ module Aws::DatabaseMigrationService
|
|
6688
6803
|
# @return [Boolean]
|
6689
6804
|
#
|
6690
6805
|
# @!attribute [rw] heartbeat_enable
|
6691
|
-
#
|
6692
|
-
#
|
6693
|
-
#
|
6694
|
-
#
|
6695
|
-
#
|
6806
|
+
# The write-ahead log (WAL) heartbeat feature mimics a dummy
|
6807
|
+
# transaction. By doing this, it prevents idle logical replication
|
6808
|
+
# slots from holding onto old WAL logs, which can result in storage
|
6809
|
+
# full situations on the source. This heartbeat keeps `restart_lsn`
|
6810
|
+
# moving and prevents storage full scenarios.
|
6696
6811
|
# @return [Boolean]
|
6697
6812
|
#
|
6698
6813
|
# @!attribute [rw] heartbeat_schema
|
@@ -6721,10 +6836,28 @@ module Aws::DatabaseMigrationService
|
|
6721
6836
|
#
|
6722
6837
|
# @!attribute [rw] slot_name
|
6723
6838
|
# Sets the name of a previously created logical replication slot for a
|
6724
|
-
# CDC load of the PostgreSQL source instance.
|
6839
|
+
# change data capture (CDC) load of the PostgreSQL source instance.
|
6840
|
+
#
|
6841
|
+
# When used with the `CdcStartPosition` request parameter for the DMS
|
6842
|
+
# API , this attribute also makes it possible to use native CDC start
|
6843
|
+
# points. DMS verifies that the specified logical replication slot
|
6844
|
+
# exists before starting the CDC load task. It also verifies that the
|
6845
|
+
# task was created with a valid setting of `CdcStartPosition`. If the
|
6846
|
+
# specified slot doesn't exist or the task doesn't have a valid
|
6847
|
+
# `CdcStartPosition` setting, DMS raises an error.
|
6848
|
+
#
|
6849
|
+
# For more information about setting the `CdcStartPosition` request
|
6850
|
+
# parameter, see [Determining a CDC native start
|
6851
|
+
# point](dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native)
|
6852
|
+
# in the *Database Migration Service User Guide*. For more information
|
6853
|
+
# about using `CdcStartPosition`, see [CreateReplicationTask][1],
|
6854
|
+
# [StartReplicationTask][2], and [ModifyReplicationTask][3].
|
6855
|
+
#
|
6725
6856
|
#
|
6726
|
-
#
|
6727
|
-
#
|
6857
|
+
#
|
6858
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html
|
6859
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html
|
6860
|
+
# [3]: https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html
|
6728
6861
|
# @return [String]
|
6729
6862
|
#
|
6730
6863
|
# @!attribute [rw] plugin_name
|
@@ -6826,6 +6959,79 @@ module Aws::DatabaseMigrationService
|
|
6826
6959
|
include Aws::Structure
|
6827
6960
|
end
|
6828
6961
|
|
6962
|
+
# Provides information that defines a Redis target endpoint.
|
6963
|
+
#
|
6964
|
+
# @note When making an API call, you may pass RedisSettings
|
6965
|
+
# data as a hash:
|
6966
|
+
#
|
6967
|
+
# {
|
6968
|
+
# server_name: "String", # required
|
6969
|
+
# port: 1, # required
|
6970
|
+
# ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
|
6971
|
+
# auth_type: "none", # accepts none, auth-role, auth-token
|
6972
|
+
# auth_user_name: "String",
|
6973
|
+
# auth_password: "SecretString",
|
6974
|
+
# ssl_ca_certificate_arn: "String",
|
6975
|
+
# }
|
6976
|
+
#
|
6977
|
+
# @!attribute [rw] server_name
|
6978
|
+
# Fully qualified domain name of the endpoint.
|
6979
|
+
# @return [String]
|
6980
|
+
#
|
6981
|
+
# @!attribute [rw] port
|
6982
|
+
# Transmission Control Protocol (TCP) port for the endpoint.
|
6983
|
+
# @return [Integer]
|
6984
|
+
#
|
6985
|
+
# @!attribute [rw] ssl_security_protocol
|
6986
|
+
# The connection to a Redis target endpoint using Transport Layer
|
6987
|
+
# Security (TLS). Valid values include `plaintext` and
|
6988
|
+
# `ssl-encryption`. The default is `ssl-encryption`. The
|
6989
|
+
# `ssl-encryption` option makes an encrypted connection. Optionally,
|
6990
|
+
# you can identify an Amazon Resource Name (ARN) for an SSL
|
6991
|
+
# certificate authority (CA) using the `SslCaCertificateArn `setting.
|
6992
|
+
# If an ARN isn't given for a CA, DMS uses the Amazon root CA.
|
6993
|
+
#
|
6994
|
+
# The `plaintext` option doesn't provide Transport Layer Security
|
6995
|
+
# (TLS) encryption for traffic between endpoint and database.
|
6996
|
+
# @return [String]
|
6997
|
+
#
|
6998
|
+
# @!attribute [rw] auth_type
|
6999
|
+
# The type of authentication to perform when connecting to a Redis
|
7000
|
+
# target. Options include `none`, `auth-token`, and `auth-role`. The
|
7001
|
+
# `auth-token` option requires an `AuthPassword` value to be provided.
|
7002
|
+
# The `auth-role` option requires `AuthUserName` and `AuthPassword`
|
7003
|
+
# values to be provided.
|
7004
|
+
# @return [String]
|
7005
|
+
#
|
7006
|
+
# @!attribute [rw] auth_user_name
|
7007
|
+
# The user name provided with the `auth-role` option of the `AuthType`
|
7008
|
+
# setting for a Redis target endpoint.
|
7009
|
+
# @return [String]
|
7010
|
+
#
|
7011
|
+
# @!attribute [rw] auth_password
|
7012
|
+
# The password provided with the `auth-role` and `auth-token` options
|
7013
|
+
# of the `AuthType` setting for a Redis target endpoint.
|
7014
|
+
# @return [String]
|
7015
|
+
#
|
7016
|
+
# @!attribute [rw] ssl_ca_certificate_arn
|
7017
|
+
# The Amazon Resource Name (ARN) for the certificate authority (CA)
|
7018
|
+
# that DMS uses to connect to your Redis target endpoint.
|
7019
|
+
# @return [String]
|
7020
|
+
#
|
7021
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RedisSettings AWS API Documentation
|
7022
|
+
#
|
7023
|
+
class RedisSettings < Struct.new(
|
7024
|
+
:server_name,
|
7025
|
+
:port,
|
7026
|
+
:ssl_security_protocol,
|
7027
|
+
:auth_type,
|
7028
|
+
:auth_user_name,
|
7029
|
+
:auth_password,
|
7030
|
+
:ssl_ca_certificate_arn)
|
7031
|
+
SENSITIVE = [:auth_password]
|
7032
|
+
include Aws::Structure
|
7033
|
+
end
|
7034
|
+
|
6829
7035
|
# Provides information that defines an Amazon Redshift endpoint.
|
6830
7036
|
#
|
6831
7037
|
# @note When making an API call, you may pass RedshiftSettings
|
@@ -7429,8 +7635,9 @@ module Aws::DatabaseMigrationService
|
|
7429
7635
|
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
7430
7636
|
# uses your default encryption key.
|
7431
7637
|
#
|
7432
|
-
# KMS creates the default encryption key for your
|
7433
|
-
# account
|
7638
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
7639
|
+
# account. Your Amazon Web Services account has a different default
|
7640
|
+
# encryption key for each Amazon Web Services Region.
|
7434
7641
|
# @return [String]
|
7435
7642
|
#
|
7436
7643
|
# @!attribute [rw] replication_instance_arn
|
@@ -8296,6 +8503,14 @@ module Aws::DatabaseMigrationService
|
|
8296
8503
|
# csv_no_sup_value: "String",
|
8297
8504
|
# preserve_transactions: false,
|
8298
8505
|
# cdc_path: "String",
|
8506
|
+
# 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
|
8507
|
+
# add_column_name: false,
|
8508
|
+
# cdc_max_batch_interval: 1,
|
8509
|
+
# cdc_min_file_size: 1,
|
8510
|
+
# csv_null_value: "String",
|
8511
|
+
# ignore_header_rows: 1,
|
8512
|
+
# max_file_size: 1,
|
8513
|
+
# rfc_4180: false,
|
8299
8514
|
# }
|
8300
8515
|
#
|
8301
8516
|
# @!attribute [rw] service_access_role_arn
|
@@ -8727,6 +8942,101 @@ module Aws::DatabaseMigrationService
|
|
8727
8942
|
# [4]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath
|
8728
8943
|
# @return [String]
|
8729
8944
|
#
|
8945
|
+
# @!attribute [rw] canned_acl_for_objects
|
8946
|
+
# A value that enables DMS to specify a predefined (canned) access
|
8947
|
+
# control list for objects created in an Amazon S3 bucket as .csv or
|
8948
|
+
# .parquet files. For more information about Amazon S3 canned ACLs,
|
8949
|
+
# see [Canned ACL][1] in the *Amazon S3 Developer Guide.*
|
8950
|
+
#
|
8951
|
+
# The default value is NONE. Valid values include NONE, PRIVATE,
|
8952
|
+
# PUBLIC\_READ, PUBLIC\_READ\_WRITE, AUTHENTICATED\_READ,
|
8953
|
+
# AWS\_EXEC\_READ, BUCKET\_OWNER\_READ, and
|
8954
|
+
# BUCKET\_OWNER\_FULL\_CONTROL.
|
8955
|
+
#
|
8956
|
+
#
|
8957
|
+
#
|
8958
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
|
8959
|
+
# @return [String]
|
8960
|
+
#
|
8961
|
+
# @!attribute [rw] add_column_name
|
8962
|
+
# An optional parameter that, when set to `true` or `y`, you can use
|
8963
|
+
# to add column name information to the .csv output file.
|
8964
|
+
#
|
8965
|
+
# The default value is `false`. Valid values are `true`, `false`, `y`,
|
8966
|
+
# and `n`.
|
8967
|
+
# @return [Boolean]
|
8968
|
+
#
|
8969
|
+
# @!attribute [rw] cdc_max_batch_interval
|
8970
|
+
# Maximum length of the interval, defined in seconds, after which to
|
8971
|
+
# output a file to Amazon S3.
|
8972
|
+
#
|
8973
|
+
# When `CdcMaxBatchInterval` and `CdcMinFileSize` are both specified,
|
8974
|
+
# the file write is triggered by whichever parameter condition is met
|
8975
|
+
# first within an DMS CloudFormation template.
|
8976
|
+
#
|
8977
|
+
# The default value is 60 seconds.
|
8978
|
+
# @return [Integer]
|
8979
|
+
#
|
8980
|
+
# @!attribute [rw] cdc_min_file_size
|
8981
|
+
# Minimum file size, defined in megabytes, to reach for a file output
|
8982
|
+
# to Amazon S3.
|
8983
|
+
#
|
8984
|
+
# When `CdcMinFileSize` and `CdcMaxBatchInterval` are both specified,
|
8985
|
+
# the file write is triggered by whichever parameter condition is met
|
8986
|
+
# first within an DMS CloudFormation template.
|
8987
|
+
#
|
8988
|
+
# The default value is 32 MB.
|
8989
|
+
# @return [Integer]
|
8990
|
+
#
|
8991
|
+
# @!attribute [rw] csv_null_value
|
8992
|
+
# An optional parameter that specifies how DMS treats null values.
|
8993
|
+
# While handling the null value, you can use this parameter to pass a
|
8994
|
+
# user-defined string as null when writing to the target. For example,
|
8995
|
+
# when target columns are not nullable, you can use this option to
|
8996
|
+
# differentiate between the empty string value and the null value. So,
|
8997
|
+
# if you set this parameter value to the empty string ("" or ''),
|
8998
|
+
# DMS treats the empty string as the null value instead of `NULL`.
|
8999
|
+
#
|
9000
|
+
# The default value is `NULL`. Valid values include any valid string.
|
9001
|
+
# @return [String]
|
9002
|
+
#
|
9003
|
+
# @!attribute [rw] ignore_header_rows
|
9004
|
+
# When this value is set to 1, DMS ignores the first row header in a
|
9005
|
+
# .csv file. A value of 1 turns on the feature; a value of 0 turns off
|
9006
|
+
# the feature.
|
9007
|
+
#
|
9008
|
+
# The default is 0.
|
9009
|
+
# @return [Integer]
|
9010
|
+
#
|
9011
|
+
# @!attribute [rw] max_file_size
|
9012
|
+
# A value that specifies the maximum size (in KB) of any .csv file to
|
9013
|
+
# be created while migrating to an S3 target during full load.
|
9014
|
+
#
|
9015
|
+
# The default value is 1,048,576 KB (1 GB). Valid values include 1 to
|
9016
|
+
# 1,048,576.
|
9017
|
+
# @return [Integer]
|
9018
|
+
#
|
9019
|
+
# @!attribute [rw] rfc_4180
|
9020
|
+
# For an S3 source, when this value is set to `true` or `y`, each
|
9021
|
+
# leading double quotation mark has to be followed by an ending double
|
9022
|
+
# quotation mark. This formatting complies with RFC 4180. When this
|
9023
|
+
# value is set to `false` or `n`, string literals are copied to the
|
9024
|
+
# target as is. In this case, a delimiter (row or column) signals the
|
9025
|
+
# end of the field. Thus, you can't use a delimiter as part of the
|
9026
|
+
# string, because it signals the end of the value.
|
9027
|
+
#
|
9028
|
+
# For an S3 target, an optional parameter used to set behavior to
|
9029
|
+
# comply with RFC 4180 for data migrated to Amazon S3 using .csv file
|
9030
|
+
# format only. When this value is set to `true` or `y` using Amazon S3
|
9031
|
+
# as a target, if the data has quotation marks or newline characters
|
9032
|
+
# in it, DMS encloses the entire column with an additional pair of
|
9033
|
+
# double quotation marks ("). Every quotation mark within the data is
|
9034
|
+
# repeated twice.
|
9035
|
+
#
|
9036
|
+
# The default value is `true`. Valid values include `true`, `false`,
|
9037
|
+
# `y`, and `n`.
|
9038
|
+
# @return [Boolean]
|
9039
|
+
#
|
8730
9040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
|
8731
9041
|
#
|
8732
9042
|
class S3Settings < Struct.new(
|
@@ -8757,7 +9067,15 @@ module Aws::DatabaseMigrationService
|
|
8757
9067
|
:use_csv_no_sup_value,
|
8758
9068
|
:csv_no_sup_value,
|
8759
9069
|
:preserve_transactions,
|
8760
|
-
:cdc_path
|
9070
|
+
:cdc_path,
|
9071
|
+
:canned_acl_for_objects,
|
9072
|
+
:add_column_name,
|
9073
|
+
:cdc_max_batch_interval,
|
9074
|
+
:cdc_min_file_size,
|
9075
|
+
:csv_null_value,
|
9076
|
+
:ignore_header_rows,
|
9077
|
+
:max_file_size,
|
9078
|
+
:rfc_4180)
|
8761
9079
|
SENSITIVE = []
|
8762
9080
|
include Aws::Structure
|
8763
9081
|
end
|
@@ -9431,6 +9749,7 @@ module Aws::DatabaseMigrationService
|
|
9431
9749
|
# {
|
9432
9750
|
# key: "String",
|
9433
9751
|
# value: "String",
|
9752
|
+
# resource_arn: "String",
|
9434
9753
|
# }
|
9435
9754
|
#
|
9436
9755
|
# @!attribute [rw] key
|
@@ -9451,11 +9770,17 @@ module Aws::DatabaseMigrationService
|
|
9451
9770
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
9452
9771
|
# @return [String]
|
9453
9772
|
#
|
9773
|
+
# @!attribute [rw] resource_arn
|
9774
|
+
# The Amazon Resource Name (ARN) string that uniquely identifies the
|
9775
|
+
# resource for which the tag is created.
|
9776
|
+
# @return [String]
|
9777
|
+
#
|
9454
9778
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Tag AWS API Documentation
|
9455
9779
|
#
|
9456
9780
|
class Tag < Struct.new(
|
9457
9781
|
:key,
|
9458
|
-
:value
|
9782
|
+
:value,
|
9783
|
+
:resource_arn)
|
9459
9784
|
SENSITIVE = []
|
9460
9785
|
include Aws::Structure
|
9461
9786
|
end
|