aws-sdk-databasemigrationservice 1.32.0 → 1.37.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-databasemigrationservice.rb +3 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +60 -36
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +2 -0
- data/lib/aws-sdk-databasemigrationservice/customizations.rb +1 -0
- data/lib/aws-sdk-databasemigrationservice/errors.rb +2 -0
- data/lib/aws-sdk-databasemigrationservice/resource.rb +2 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +340 -109
- data/lib/aws-sdk-databasemigrationservice/waiters.rb +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11637ed12366ede0b084a95bf015f3679021e5f3186993100f4a6ee328539d52
|
4
|
+
data.tar.gz: 56086b4ad65a614d65bae633afe3efbf708300303dfa79aeaf9ed3e82bac8aca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df8681d3d4f1b027bcc9285b9b4f504093c7316119a02025802306327c8198b4cadee85715bdf1fc1a2333eba92b60b325be92c7aeaaa4d96f82d2fd773b7a30
|
7
|
+
data.tar.gz: 5f5515db0cd42572aa52e1f2afa8d1a39747506617fb5ac70a3064ad1339f9dcdb2e4f95edc4bd151af8a38bf02dd02a5b8fd878c1dd6ca5145258dc1ee5e941
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
|
|
46
48
|
# @service
|
47
49
|
module Aws::DatabaseMigrationService
|
48
50
|
|
49
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.37.0'
|
50
52
|
|
51
53
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::DatabaseMigrationService
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::DatabaseMigrationService
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::DatabaseMigrationService
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::DatabaseMigrationService
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -449,8 +453,8 @@ module Aws::DatabaseMigrationService
|
|
449
453
|
# `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
|
450
454
|
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
|
451
455
|
# `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
452
|
-
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
453
|
-
# `"sqlserver"`.
|
456
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
457
|
+
# `"sqlserver"`, and `"neptune"`.
|
454
458
|
#
|
455
459
|
# @option params [String] :username
|
456
460
|
# The user name to be used to log in to the endpoint database.
|
@@ -563,7 +567,8 @@ module Aws::DatabaseMigrationService
|
|
563
567
|
# Settings in JSON format for the target endpoint for Amazon Kinesis
|
564
568
|
# Data Streams. For more information about the available settings, see
|
565
569
|
# [Using Amazon Kinesis Data Streams as a Target for AWS Database
|
566
|
-
# Migration Service][1] in the *AWS Database Migration User
|
570
|
+
# Migration Service][1] in the *AWS Database Migration Service User
|
571
|
+
# Guide.*
|
567
572
|
#
|
568
573
|
#
|
569
574
|
#
|
@@ -573,7 +578,7 @@ module Aws::DatabaseMigrationService
|
|
573
578
|
# Settings in JSON format for the target Apache Kafka endpoint. For more
|
574
579
|
# information about the available settings, see [Using Apache Kafka as a
|
575
580
|
# Target for AWS Database Migration Service][1] in the *AWS Database
|
576
|
-
# Migration User Guide.*
|
581
|
+
# Migration Service User Guide.*
|
577
582
|
#
|
578
583
|
#
|
579
584
|
#
|
@@ -583,7 +588,7 @@ module Aws::DatabaseMigrationService
|
|
583
588
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
584
589
|
# more information about the available settings, see [Extra Connection
|
585
590
|
# Attributes When Using Elasticsearch as a Target for AWS DMS][1] in the
|
586
|
-
# *AWS Database Migration User Guide
|
591
|
+
# *AWS Database Migration Service User Guide*.
|
587
592
|
#
|
588
593
|
#
|
589
594
|
#
|
@@ -591,9 +596,9 @@ module Aws::DatabaseMigrationService
|
|
591
596
|
#
|
592
597
|
# @option params [Types::NeptuneSettings] :neptune_settings
|
593
598
|
# Settings in JSON format for the target Amazon Neptune endpoint. For
|
594
|
-
# more information about the available settings, see
|
595
|
-
#
|
596
|
-
#
|
599
|
+
# more information about the available settings, see [Specifying
|
600
|
+
# Endpoint Settings for Amazon Neptune as a Target][1] in the *AWS
|
601
|
+
# Database Migration Service User Guide.*
|
597
602
|
#
|
598
603
|
#
|
599
604
|
#
|
@@ -1012,7 +1017,7 @@ module Aws::DatabaseMigrationService
|
|
1012
1017
|
#
|
1013
1018
|
# Constraints:
|
1014
1019
|
#
|
1015
|
-
# * Must contain
|
1020
|
+
# * Must contain 1-63 alphanumeric characters or hyphens.
|
1016
1021
|
#
|
1017
1022
|
# * First character must be a letter.
|
1018
1023
|
#
|
@@ -1025,12 +1030,18 @@ module Aws::DatabaseMigrationService
|
|
1025
1030
|
# replication instance.
|
1026
1031
|
#
|
1027
1032
|
# @option params [required, String] :replication_instance_class
|
1028
|
-
# The compute and memory capacity of the replication instance as
|
1029
|
-
#
|
1033
|
+
# The compute and memory capacity of the replication instance as defined
|
1034
|
+
# for the specified replication instance class. For example to specify
|
1035
|
+
# the instance class dms.c4.large, set this parameter to
|
1036
|
+
# `"dms.c4.large"`.
|
1037
|
+
#
|
1038
|
+
# For more information on the settings and capacities for the available
|
1039
|
+
# replication instance classes, see [ Selecting the right AWS DMS
|
1040
|
+
# replication instance for your migration][1].
|
1041
|
+
#
|
1042
|
+
#
|
1030
1043
|
#
|
1031
|
-
#
|
1032
|
-
# dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
|
1033
|
-
# dms.c4.4xlarge `
|
1044
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
|
1034
1045
|
#
|
1035
1046
|
# @option params [Array<String>] :vpc_security_group_ids
|
1036
1047
|
# Specifies the VPC security group to be used with the replication
|
@@ -1094,7 +1105,12 @@ module Aws::DatabaseMigrationService
|
|
1094
1105
|
# default value is `true`.
|
1095
1106
|
#
|
1096
1107
|
# @option params [String] :dns_name_servers
|
1097
|
-
# A list of DNS name servers supported for the replication
|
1108
|
+
# A list of custom DNS name servers supported for the replication
|
1109
|
+
# instance to access your on-premise source or target database. This
|
1110
|
+
# list overrides the default name servers supported by the replication
|
1111
|
+
# instance. You can specify a comma-separated list of internet addresses
|
1112
|
+
# for up to four on-premise DNS name servers. For example:
|
1113
|
+
# `"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"`
|
1098
1114
|
#
|
1099
1115
|
# @return [Types::CreateReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1100
1116
|
#
|
@@ -1346,7 +1362,7 @@ module Aws::DatabaseMigrationService
|
|
1346
1362
|
#
|
1347
1363
|
# Constraints:
|
1348
1364
|
#
|
1349
|
-
# * Must contain
|
1365
|
+
# * Must contain 1-255 alphanumeric characters or hyphens.
|
1350
1366
|
#
|
1351
1367
|
# * First character must be a letter.
|
1352
1368
|
#
|
@@ -1370,7 +1386,7 @@ module Aws::DatabaseMigrationService
|
|
1370
1386
|
# @option params [required, String] :table_mappings
|
1371
1387
|
# The table mappings for the task, in JSON format. For more information,
|
1372
1388
|
# see [Using Table Mapping to Specify Task Settings][1] in the *AWS
|
1373
|
-
# Database Migration User Guide.*
|
1389
|
+
# Database Migration Service User Guide.*
|
1374
1390
|
#
|
1375
1391
|
#
|
1376
1392
|
#
|
@@ -1437,7 +1453,7 @@ module Aws::DatabaseMigrationService
|
|
1437
1453
|
# Supplemental information that the task requires to migrate the data
|
1438
1454
|
# for certain source and target endpoints. For more information, see
|
1439
1455
|
# [Specifying Supplemental Data for Task Settings][1] in the *AWS
|
1440
|
-
# Database Migration User Guide.*
|
1456
|
+
# Database Migration Service User Guide.*
|
1441
1457
|
#
|
1442
1458
|
#
|
1443
1459
|
#
|
@@ -3808,8 +3824,8 @@ module Aws::DatabaseMigrationService
|
|
3808
3824
|
# EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
|
3809
3825
|
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
|
3810
3826
|
# `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
3811
|
-
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
3812
|
-
# `"sqlserver"`.
|
3827
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
3828
|
+
# `"sqlserver"`, and `"neptune"`.
|
3813
3829
|
#
|
3814
3830
|
# @option params [String] :username
|
3815
3831
|
# The user name to be used to login to the endpoint database.
|
@@ -3903,7 +3919,8 @@ module Aws::DatabaseMigrationService
|
|
3903
3919
|
# Settings in JSON format for the target endpoint for Amazon Kinesis
|
3904
3920
|
# Data Streams. For more information about the available settings, see
|
3905
3921
|
# [Using Amazon Kinesis Data Streams as a Target for AWS Database
|
3906
|
-
# Migration Service][1] in the *AWS Database Migration User
|
3922
|
+
# Migration Service][1] in the *AWS Database Migration Service User
|
3923
|
+
# Guide.*
|
3907
3924
|
#
|
3908
3925
|
#
|
3909
3926
|
#
|
@@ -3913,7 +3930,7 @@ module Aws::DatabaseMigrationService
|
|
3913
3930
|
# Settings in JSON format for the target Apache Kafka endpoint. For more
|
3914
3931
|
# information about the available settings, see [Using Apache Kafka as a
|
3915
3932
|
# Target for AWS Database Migration Service][1] in the *AWS Database
|
3916
|
-
# Migration User Guide.*
|
3933
|
+
# Migration Service User Guide.*
|
3917
3934
|
#
|
3918
3935
|
#
|
3919
3936
|
#
|
@@ -3923,7 +3940,7 @@ module Aws::DatabaseMigrationService
|
|
3923
3940
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
3924
3941
|
# more information about the available settings, see [Extra Connection
|
3925
3942
|
# Attributes When Using Elasticsearch as a Target for AWS DMS][1] in the
|
3926
|
-
# *AWS Database Migration User Guide.*
|
3943
|
+
# *AWS Database Migration Service User Guide.*
|
3927
3944
|
#
|
3928
3945
|
#
|
3929
3946
|
#
|
@@ -3931,9 +3948,9 @@ module Aws::DatabaseMigrationService
|
|
3931
3948
|
#
|
3932
3949
|
# @option params [Types::NeptuneSettings] :neptune_settings
|
3933
3950
|
# Settings in JSON format for the target Amazon Neptune endpoint. For
|
3934
|
-
# more information about the available settings, see
|
3935
|
-
#
|
3936
|
-
#
|
3951
|
+
# more information about the available settings, see [Specifying
|
3952
|
+
# Endpoint Settings for Amazon Neptune as a Target][1] in the *AWS
|
3953
|
+
# Database Migration Service User Guide.*
|
3937
3954
|
#
|
3938
3955
|
#
|
3939
3956
|
#
|
@@ -4282,11 +4299,18 @@ module Aws::DatabaseMigrationService
|
|
4282
4299
|
# the next maintenance window.
|
4283
4300
|
#
|
4284
4301
|
# @option params [String] :replication_instance_class
|
4285
|
-
# The compute and memory capacity of the replication instance
|
4302
|
+
# The compute and memory capacity of the replication instance as defined
|
4303
|
+
# for the specified replication instance class. For example to specify
|
4304
|
+
# the instance class dms.c4.large, set this parameter to
|
4305
|
+
# `"dms.c4.large"`.
|
4306
|
+
#
|
4307
|
+
# For more information on the settings and capacities for the available
|
4308
|
+
# replication instance classes, see [ Selecting the right AWS DMS
|
4309
|
+
# replication instance for your migration][1].
|
4310
|
+
#
|
4311
|
+
#
|
4286
4312
|
#
|
4287
|
-
#
|
4288
|
-
# dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
|
4289
|
-
# dms.c4.4xlarge `
|
4313
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
|
4290
4314
|
#
|
4291
4315
|
# @option params [Array<String>] :vpc_security_group_ids
|
4292
4316
|
# Specifies the VPC security group to be used with the replication
|
@@ -4571,7 +4595,7 @@ module Aws::DatabaseMigrationService
|
|
4571
4595
|
#
|
4572
4596
|
# Constraints:
|
4573
4597
|
#
|
4574
|
-
# * Must contain
|
4598
|
+
# * Must contain 1-255 alphanumeric characters or hyphens.
|
4575
4599
|
#
|
4576
4600
|
# * First character must be a letter.
|
4577
4601
|
#
|
@@ -4640,7 +4664,7 @@ module Aws::DatabaseMigrationService
|
|
4640
4664
|
# Supplemental information that the task requires to migrate the data
|
4641
4665
|
# for certain source and target endpoints. For more information, see
|
4642
4666
|
# [Specifying Supplemental Data for Task Settings][1] in the *AWS
|
4643
|
-
# Database Migration User Guide.*
|
4667
|
+
# Database Migration Service User Guide.*
|
4644
4668
|
#
|
4645
4669
|
#
|
4646
4670
|
#
|
@@ -5267,7 +5291,7 @@ module Aws::DatabaseMigrationService
|
|
5267
5291
|
params: params,
|
5268
5292
|
config: config)
|
5269
5293
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
5270
|
-
context[:gem_version] = '1.
|
5294
|
+
context[:gem_version] = '1.37.0'
|
5271
5295
|
Seahorse::Client::Request.new(handlers, context)
|
5272
5296
|
end
|
5273
5297
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -18,6 +20,7 @@ module Aws::DatabaseMigrationService
|
|
18
20
|
#
|
19
21
|
class AccessDeniedFault < Struct.new(
|
20
22
|
:message)
|
23
|
+
SENSITIVE = []
|
21
24
|
include Aws::Structure
|
22
25
|
end
|
23
26
|
|
@@ -42,6 +45,7 @@ module Aws::DatabaseMigrationService
|
|
42
45
|
:account_quota_name,
|
43
46
|
:used,
|
44
47
|
:max)
|
48
|
+
SENSITIVE = []
|
45
49
|
include Aws::Structure
|
46
50
|
end
|
47
51
|
|
@@ -77,6 +81,7 @@ module Aws::DatabaseMigrationService
|
|
77
81
|
class AddTagsToResourceMessage < Struct.new(
|
78
82
|
:resource_arn,
|
79
83
|
:tags)
|
84
|
+
SENSITIVE = []
|
80
85
|
include Aws::Structure
|
81
86
|
end
|
82
87
|
|
@@ -124,6 +129,7 @@ module Aws::DatabaseMigrationService
|
|
124
129
|
:replication_instance_arn,
|
125
130
|
:apply_action,
|
126
131
|
:opt_in_type)
|
132
|
+
SENSITIVE = []
|
127
133
|
include Aws::Structure
|
128
134
|
end
|
129
135
|
|
@@ -136,10 +142,11 @@ module Aws::DatabaseMigrationService
|
|
136
142
|
#
|
137
143
|
class ApplyPendingMaintenanceActionResponse < Struct.new(
|
138
144
|
:resource_pending_maintenance_actions)
|
145
|
+
SENSITIVE = []
|
139
146
|
include Aws::Structure
|
140
147
|
end
|
141
148
|
|
142
|
-
# The name of
|
149
|
+
# The name of an Availability Zone for use during database migration.
|
143
150
|
#
|
144
151
|
# @!attribute [rw] name
|
145
152
|
# The name of the Availability Zone.
|
@@ -149,6 +156,7 @@ module Aws::DatabaseMigrationService
|
|
149
156
|
#
|
150
157
|
class AvailabilityZone < Struct.new(
|
151
158
|
:name)
|
159
|
+
SENSITIVE = []
|
152
160
|
include Aws::Structure
|
153
161
|
end
|
154
162
|
|
@@ -212,6 +220,7 @@ module Aws::DatabaseMigrationService
|
|
212
220
|
:valid_to_date,
|
213
221
|
:signing_algorithm,
|
214
222
|
:key_length)
|
223
|
+
SENSITIVE = []
|
215
224
|
include Aws::Structure
|
216
225
|
end
|
217
226
|
|
@@ -228,7 +237,16 @@ module Aws::DatabaseMigrationService
|
|
228
237
|
# @return [String]
|
229
238
|
#
|
230
239
|
# @!attribute [rw] status
|
231
|
-
# The connection status.
|
240
|
+
# The connection status. This parameter can return one of the
|
241
|
+
# following values:
|
242
|
+
#
|
243
|
+
# * `"successful"`
|
244
|
+
#
|
245
|
+
# * `"testing"`
|
246
|
+
#
|
247
|
+
# * `"failed"`
|
248
|
+
#
|
249
|
+
# * `"deleting"`
|
232
250
|
# @return [String]
|
233
251
|
#
|
234
252
|
# @!attribute [rw] last_failure_message
|
@@ -255,6 +273,7 @@ module Aws::DatabaseMigrationService
|
|
255
273
|
:last_failure_message,
|
256
274
|
:endpoint_identifier,
|
257
275
|
:replication_instance_identifier)
|
276
|
+
SENSITIVE = []
|
258
277
|
include Aws::Structure
|
259
278
|
end
|
260
279
|
|
@@ -399,8 +418,8 @@ module Aws::DatabaseMigrationService
|
|
399
418
|
# `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
|
400
419
|
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
|
401
420
|
# `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
402
|
-
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
403
|
-
# `"sqlserver"`.
|
421
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
422
|
+
# `"sqlserver"`, and `"neptune"`.
|
404
423
|
# @return [String]
|
405
424
|
#
|
406
425
|
# @!attribute [rw] username
|
@@ -531,7 +550,8 @@ module Aws::DatabaseMigrationService
|
|
531
550
|
# Settings in JSON format for the target endpoint for Amazon Kinesis
|
532
551
|
# Data Streams. For more information about the available settings, see
|
533
552
|
# [Using Amazon Kinesis Data Streams as a Target for AWS Database
|
534
|
-
# Migration Service][1] in the *AWS Database Migration User
|
553
|
+
# Migration Service][1] in the *AWS Database Migration Service User
|
554
|
+
# Guide.*
|
535
555
|
#
|
536
556
|
#
|
537
557
|
#
|
@@ -542,7 +562,7 @@ module Aws::DatabaseMigrationService
|
|
542
562
|
# Settings in JSON format for the target Apache Kafka endpoint. For
|
543
563
|
# more information about the available settings, see [Using Apache
|
544
564
|
# Kafka as a Target for AWS Database Migration Service][1] in the *AWS
|
545
|
-
# Database Migration User Guide.*
|
565
|
+
# Database Migration Service User Guide.*
|
546
566
|
#
|
547
567
|
#
|
548
568
|
#
|
@@ -553,7 +573,7 @@ module Aws::DatabaseMigrationService
|
|
553
573
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
554
574
|
# more information about the available settings, see [Extra Connection
|
555
575
|
# Attributes When Using Elasticsearch as a Target for AWS DMS][1] in
|
556
|
-
# the *AWS Database Migration User Guide
|
576
|
+
# the *AWS Database Migration Service User Guide*.
|
557
577
|
#
|
558
578
|
#
|
559
579
|
#
|
@@ -562,9 +582,9 @@ module Aws::DatabaseMigrationService
|
|
562
582
|
#
|
563
583
|
# @!attribute [rw] neptune_settings
|
564
584
|
# Settings in JSON format for the target Amazon Neptune endpoint. For
|
565
|
-
# more information about the available settings, see
|
566
|
-
#
|
567
|
-
#
|
585
|
+
# more information about the available settings, see [Specifying
|
586
|
+
# Endpoint Settings for Amazon Neptune as a Target][1] in the *AWS
|
587
|
+
# Database Migration Service User Guide.*
|
568
588
|
#
|
569
589
|
#
|
570
590
|
#
|
@@ -602,6 +622,7 @@ module Aws::DatabaseMigrationService
|
|
602
622
|
:elasticsearch_settings,
|
603
623
|
:neptune_settings,
|
604
624
|
:redshift_settings)
|
625
|
+
SENSITIVE = [:password]
|
605
626
|
include Aws::Structure
|
606
627
|
end
|
607
628
|
|
@@ -613,6 +634,7 @@ module Aws::DatabaseMigrationService
|
|
613
634
|
#
|
614
635
|
class CreateEndpointResponse < Struct.new(
|
615
636
|
:endpoint)
|
637
|
+
SENSITIVE = []
|
616
638
|
include Aws::Structure
|
617
639
|
end
|
618
640
|
|
@@ -696,6 +718,7 @@ module Aws::DatabaseMigrationService
|
|
696
718
|
:source_ids,
|
697
719
|
:enabled,
|
698
720
|
:tags)
|
721
|
+
SENSITIVE = []
|
699
722
|
include Aws::Structure
|
700
723
|
end
|
701
724
|
|
@@ -707,6 +730,7 @@ module Aws::DatabaseMigrationService
|
|
707
730
|
#
|
708
731
|
class CreateEventSubscriptionResponse < Struct.new(
|
709
732
|
:event_subscription)
|
733
|
+
SENSITIVE = []
|
710
734
|
include Aws::Structure
|
711
735
|
end
|
712
736
|
|
@@ -741,7 +765,7 @@ module Aws::DatabaseMigrationService
|
|
741
765
|
#
|
742
766
|
# Constraints:
|
743
767
|
#
|
744
|
-
# * Must contain
|
768
|
+
# * Must contain 1-63 alphanumeric characters or hyphens.
|
745
769
|
#
|
746
770
|
# * First character must be a letter.
|
747
771
|
#
|
@@ -757,11 +781,17 @@ module Aws::DatabaseMigrationService
|
|
757
781
|
#
|
758
782
|
# @!attribute [rw] replication_instance_class
|
759
783
|
# The compute and memory capacity of the replication instance as
|
760
|
-
#
|
784
|
+
# defined for the specified replication instance class. For example to
|
785
|
+
# specify the instance class dms.c4.large, set this parameter to
|
786
|
+
# `"dms.c4.large"`.
|
761
787
|
#
|
762
|
-
#
|
763
|
-
#
|
764
|
-
#
|
788
|
+
# For more information on the settings and capacities for the
|
789
|
+
# available replication instance classes, see [ Selecting the right
|
790
|
+
# AWS DMS replication instance for your migration][1].
|
791
|
+
#
|
792
|
+
#
|
793
|
+
#
|
794
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
|
765
795
|
# @return [String]
|
766
796
|
#
|
767
797
|
# @!attribute [rw] vpc_security_group_ids
|
@@ -836,7 +866,12 @@ module Aws::DatabaseMigrationService
|
|
836
866
|
# @return [Boolean]
|
837
867
|
#
|
838
868
|
# @!attribute [rw] dns_name_servers
|
839
|
-
# A list of DNS name servers supported for the replication
|
869
|
+
# A list of custom DNS name servers supported for the replication
|
870
|
+
# instance to access your on-premise source or target database. This
|
871
|
+
# list overrides the default name servers supported by the replication
|
872
|
+
# instance. You can specify a comma-separated list of internet
|
873
|
+
# addresses for up to four on-premise DNS name servers. For example:
|
874
|
+
# `"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"`
|
840
875
|
# @return [String]
|
841
876
|
#
|
842
877
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage AWS API Documentation
|
@@ -856,6 +891,7 @@ module Aws::DatabaseMigrationService
|
|
856
891
|
:kms_key_id,
|
857
892
|
:publicly_accessible,
|
858
893
|
:dns_name_servers)
|
894
|
+
SENSITIVE = []
|
859
895
|
include Aws::Structure
|
860
896
|
end
|
861
897
|
|
@@ -867,6 +903,7 @@ module Aws::DatabaseMigrationService
|
|
867
903
|
#
|
868
904
|
class CreateReplicationInstanceResponse < Struct.new(
|
869
905
|
:replication_instance)
|
906
|
+
SENSITIVE = []
|
870
907
|
include Aws::Structure
|
871
908
|
end
|
872
909
|
|
@@ -914,6 +951,7 @@ module Aws::DatabaseMigrationService
|
|
914
951
|
:replication_subnet_group_description,
|
915
952
|
:subnet_ids,
|
916
953
|
:tags)
|
954
|
+
SENSITIVE = []
|
917
955
|
include Aws::Structure
|
918
956
|
end
|
919
957
|
|
@@ -925,6 +963,7 @@ module Aws::DatabaseMigrationService
|
|
925
963
|
#
|
926
964
|
class CreateReplicationSubnetGroupResponse < Struct.new(
|
927
965
|
:replication_subnet_group)
|
966
|
+
SENSITIVE = []
|
928
967
|
include Aws::Structure
|
929
968
|
end
|
930
969
|
|
@@ -956,7 +995,7 @@ module Aws::DatabaseMigrationService
|
|
956
995
|
#
|
957
996
|
# Constraints:
|
958
997
|
#
|
959
|
-
# * Must contain
|
998
|
+
# * Must contain 1-255 alphanumeric characters or hyphens.
|
960
999
|
#
|
961
1000
|
# * First character must be a letter.
|
962
1001
|
#
|
@@ -985,7 +1024,7 @@ module Aws::DatabaseMigrationService
|
|
985
1024
|
# @!attribute [rw] table_mappings
|
986
1025
|
# The table mappings for the task, in JSON format. For more
|
987
1026
|
# information, see [Using Table Mapping to Specify Task Settings][1]
|
988
|
-
# in the *AWS Database Migration User Guide.*
|
1027
|
+
# in the *AWS Database Migration Service User Guide.*
|
989
1028
|
#
|
990
1029
|
#
|
991
1030
|
#
|
@@ -1059,7 +1098,7 @@ module Aws::DatabaseMigrationService
|
|
1059
1098
|
# Supplemental information that the task requires to migrate the data
|
1060
1099
|
# for certain source and target endpoints. For more information, see
|
1061
1100
|
# [Specifying Supplemental Data for Task Settings][1] in the *AWS
|
1062
|
-
# Database Migration User Guide.*
|
1101
|
+
# Database Migration Service User Guide.*
|
1063
1102
|
#
|
1064
1103
|
#
|
1065
1104
|
#
|
@@ -1081,6 +1120,7 @@ module Aws::DatabaseMigrationService
|
|
1081
1120
|
:cdc_stop_position,
|
1082
1121
|
:tags,
|
1083
1122
|
:task_data)
|
1123
|
+
SENSITIVE = []
|
1084
1124
|
include Aws::Structure
|
1085
1125
|
end
|
1086
1126
|
|
@@ -1092,6 +1132,7 @@ module Aws::DatabaseMigrationService
|
|
1092
1132
|
#
|
1093
1133
|
class CreateReplicationTaskResponse < Struct.new(
|
1094
1134
|
:replication_task)
|
1135
|
+
SENSITIVE = []
|
1095
1136
|
include Aws::Structure
|
1096
1137
|
end
|
1097
1138
|
|
@@ -1110,6 +1151,7 @@ module Aws::DatabaseMigrationService
|
|
1110
1151
|
#
|
1111
1152
|
class DeleteCertificateMessage < Struct.new(
|
1112
1153
|
:certificate_arn)
|
1154
|
+
SENSITIVE = []
|
1113
1155
|
include Aws::Structure
|
1114
1156
|
end
|
1115
1157
|
|
@@ -1121,6 +1163,7 @@ module Aws::DatabaseMigrationService
|
|
1121
1163
|
#
|
1122
1164
|
class DeleteCertificateResponse < Struct.new(
|
1123
1165
|
:certificate)
|
1166
|
+
SENSITIVE = []
|
1124
1167
|
include Aws::Structure
|
1125
1168
|
end
|
1126
1169
|
|
@@ -1146,6 +1189,7 @@ module Aws::DatabaseMigrationService
|
|
1146
1189
|
class DeleteConnectionMessage < Struct.new(
|
1147
1190
|
:endpoint_arn,
|
1148
1191
|
:replication_instance_arn)
|
1192
|
+
SENSITIVE = []
|
1149
1193
|
include Aws::Structure
|
1150
1194
|
end
|
1151
1195
|
|
@@ -1157,6 +1201,7 @@ module Aws::DatabaseMigrationService
|
|
1157
1201
|
#
|
1158
1202
|
class DeleteConnectionResponse < Struct.new(
|
1159
1203
|
:connection)
|
1204
|
+
SENSITIVE = []
|
1160
1205
|
include Aws::Structure
|
1161
1206
|
end
|
1162
1207
|
|
@@ -1176,6 +1221,7 @@ module Aws::DatabaseMigrationService
|
|
1176
1221
|
#
|
1177
1222
|
class DeleteEndpointMessage < Struct.new(
|
1178
1223
|
:endpoint_arn)
|
1224
|
+
SENSITIVE = []
|
1179
1225
|
include Aws::Structure
|
1180
1226
|
end
|
1181
1227
|
|
@@ -1187,6 +1233,7 @@ module Aws::DatabaseMigrationService
|
|
1187
1233
|
#
|
1188
1234
|
class DeleteEndpointResponse < Struct.new(
|
1189
1235
|
:endpoint)
|
1236
|
+
SENSITIVE = []
|
1190
1237
|
include Aws::Structure
|
1191
1238
|
end
|
1192
1239
|
|
@@ -1205,6 +1252,7 @@ module Aws::DatabaseMigrationService
|
|
1205
1252
|
#
|
1206
1253
|
class DeleteEventSubscriptionMessage < Struct.new(
|
1207
1254
|
:subscription_name)
|
1255
|
+
SENSITIVE = []
|
1208
1256
|
include Aws::Structure
|
1209
1257
|
end
|
1210
1258
|
|
@@ -1216,6 +1264,7 @@ module Aws::DatabaseMigrationService
|
|
1216
1264
|
#
|
1217
1265
|
class DeleteEventSubscriptionResponse < Struct.new(
|
1218
1266
|
:event_subscription)
|
1267
|
+
SENSITIVE = []
|
1219
1268
|
include Aws::Structure
|
1220
1269
|
end
|
1221
1270
|
|
@@ -1235,6 +1284,7 @@ module Aws::DatabaseMigrationService
|
|
1235
1284
|
#
|
1236
1285
|
class DeleteReplicationInstanceMessage < Struct.new(
|
1237
1286
|
:replication_instance_arn)
|
1287
|
+
SENSITIVE = []
|
1238
1288
|
include Aws::Structure
|
1239
1289
|
end
|
1240
1290
|
|
@@ -1246,6 +1296,7 @@ module Aws::DatabaseMigrationService
|
|
1246
1296
|
#
|
1247
1297
|
class DeleteReplicationInstanceResponse < Struct.new(
|
1248
1298
|
:replication_instance)
|
1299
|
+
SENSITIVE = []
|
1249
1300
|
include Aws::Structure
|
1250
1301
|
end
|
1251
1302
|
|
@@ -1264,6 +1315,7 @@ module Aws::DatabaseMigrationService
|
|
1264
1315
|
#
|
1265
1316
|
class DeleteReplicationSubnetGroupMessage < Struct.new(
|
1266
1317
|
:replication_subnet_group_identifier)
|
1318
|
+
SENSITIVE = []
|
1267
1319
|
include Aws::Structure
|
1268
1320
|
end
|
1269
1321
|
|
@@ -1287,6 +1339,7 @@ module Aws::DatabaseMigrationService
|
|
1287
1339
|
#
|
1288
1340
|
class DeleteReplicationTaskMessage < Struct.new(
|
1289
1341
|
:replication_task_arn)
|
1342
|
+
SENSITIVE = []
|
1290
1343
|
include Aws::Structure
|
1291
1344
|
end
|
1292
1345
|
|
@@ -1298,6 +1351,7 @@ module Aws::DatabaseMigrationService
|
|
1298
1351
|
#
|
1299
1352
|
class DeleteReplicationTaskResponse < Struct.new(
|
1300
1353
|
:replication_task)
|
1354
|
+
SENSITIVE = []
|
1301
1355
|
include Aws::Structure
|
1302
1356
|
end
|
1303
1357
|
|
@@ -1332,6 +1386,7 @@ module Aws::DatabaseMigrationService
|
|
1332
1386
|
class DescribeAccountAttributesResponse < Struct.new(
|
1333
1387
|
:account_quotas,
|
1334
1388
|
:unique_account_identifier)
|
1389
|
+
SENSITIVE = []
|
1335
1390
|
include Aws::Structure
|
1336
1391
|
end
|
1337
1392
|
|
@@ -1375,6 +1430,7 @@ module Aws::DatabaseMigrationService
|
|
1375
1430
|
:filters,
|
1376
1431
|
:max_records,
|
1377
1432
|
:marker)
|
1433
|
+
SENSITIVE = []
|
1378
1434
|
include Aws::Structure
|
1379
1435
|
end
|
1380
1436
|
|
@@ -1392,6 +1448,7 @@ module Aws::DatabaseMigrationService
|
|
1392
1448
|
class DescribeCertificatesResponse < Struct.new(
|
1393
1449
|
:marker,
|
1394
1450
|
:certificates)
|
1451
|
+
SENSITIVE = []
|
1395
1452
|
include Aws::Structure
|
1396
1453
|
end
|
1397
1454
|
|
@@ -1438,6 +1495,7 @@ module Aws::DatabaseMigrationService
|
|
1438
1495
|
:filters,
|
1439
1496
|
:max_records,
|
1440
1497
|
:marker)
|
1498
|
+
SENSITIVE = []
|
1441
1499
|
include Aws::Structure
|
1442
1500
|
end
|
1443
1501
|
|
@@ -1456,6 +1514,7 @@ module Aws::DatabaseMigrationService
|
|
1456
1514
|
class DescribeConnectionsResponse < Struct.new(
|
1457
1515
|
:marker,
|
1458
1516
|
:connections)
|
1517
|
+
SENSITIVE = []
|
1459
1518
|
include Aws::Structure
|
1460
1519
|
end
|
1461
1520
|
|
@@ -1502,6 +1561,7 @@ module Aws::DatabaseMigrationService
|
|
1502
1561
|
:filters,
|
1503
1562
|
:max_records,
|
1504
1563
|
:marker)
|
1564
|
+
SENSITIVE = []
|
1505
1565
|
include Aws::Structure
|
1506
1566
|
end
|
1507
1567
|
|
@@ -1520,6 +1580,7 @@ module Aws::DatabaseMigrationService
|
|
1520
1580
|
class DescribeEndpointTypesResponse < Struct.new(
|
1521
1581
|
:marker,
|
1522
1582
|
:supported_endpoint_types)
|
1583
|
+
SENSITIVE = []
|
1523
1584
|
include Aws::Structure
|
1524
1585
|
end
|
1525
1586
|
|
@@ -1567,6 +1628,7 @@ module Aws::DatabaseMigrationService
|
|
1567
1628
|
:filters,
|
1568
1629
|
:max_records,
|
1569
1630
|
:marker)
|
1631
|
+
SENSITIVE = []
|
1570
1632
|
include Aws::Structure
|
1571
1633
|
end
|
1572
1634
|
|
@@ -1585,6 +1647,7 @@ module Aws::DatabaseMigrationService
|
|
1585
1647
|
class DescribeEndpointsResponse < Struct.new(
|
1586
1648
|
:marker,
|
1587
1649
|
:endpoints)
|
1650
|
+
SENSITIVE = []
|
1588
1651
|
include Aws::Structure
|
1589
1652
|
end
|
1590
1653
|
|
@@ -1616,6 +1679,7 @@ module Aws::DatabaseMigrationService
|
|
1616
1679
|
class DescribeEventCategoriesMessage < Struct.new(
|
1617
1680
|
:source_type,
|
1618
1681
|
:filters)
|
1682
|
+
SENSITIVE = []
|
1619
1683
|
include Aws::Structure
|
1620
1684
|
end
|
1621
1685
|
|
@@ -1627,6 +1691,7 @@ module Aws::DatabaseMigrationService
|
|
1627
1691
|
#
|
1628
1692
|
class DescribeEventCategoriesResponse < Struct.new(
|
1629
1693
|
:event_category_group_list)
|
1694
|
+
SENSITIVE = []
|
1630
1695
|
include Aws::Structure
|
1631
1696
|
end
|
1632
1697
|
|
@@ -1677,6 +1742,7 @@ module Aws::DatabaseMigrationService
|
|
1677
1742
|
:filters,
|
1678
1743
|
:max_records,
|
1679
1744
|
:marker)
|
1745
|
+
SENSITIVE = []
|
1680
1746
|
include Aws::Structure
|
1681
1747
|
end
|
1682
1748
|
|
@@ -1695,6 +1761,7 @@ module Aws::DatabaseMigrationService
|
|
1695
1761
|
class DescribeEventSubscriptionsResponse < Struct.new(
|
1696
1762
|
:marker,
|
1697
1763
|
:event_subscriptions_list)
|
1764
|
+
SENSITIVE = []
|
1698
1765
|
include Aws::Structure
|
1699
1766
|
end
|
1700
1767
|
|
@@ -1777,6 +1844,7 @@ module Aws::DatabaseMigrationService
|
|
1777
1844
|
:filters,
|
1778
1845
|
:max_records,
|
1779
1846
|
:marker)
|
1847
|
+
SENSITIVE = []
|
1780
1848
|
include Aws::Structure
|
1781
1849
|
end
|
1782
1850
|
|
@@ -1795,6 +1863,7 @@ module Aws::DatabaseMigrationService
|
|
1795
1863
|
class DescribeEventsResponse < Struct.new(
|
1796
1864
|
:marker,
|
1797
1865
|
:events)
|
1866
|
+
SENSITIVE = []
|
1798
1867
|
include Aws::Structure
|
1799
1868
|
end
|
1800
1869
|
|
@@ -1828,6 +1897,7 @@ module Aws::DatabaseMigrationService
|
|
1828
1897
|
class DescribeOrderableReplicationInstancesMessage < Struct.new(
|
1829
1898
|
:max_records,
|
1830
1899
|
:marker)
|
1900
|
+
SENSITIVE = []
|
1831
1901
|
include Aws::Structure
|
1832
1902
|
end
|
1833
1903
|
|
@@ -1846,6 +1916,7 @@ module Aws::DatabaseMigrationService
|
|
1846
1916
|
class DescribeOrderableReplicationInstancesResponse < Struct.new(
|
1847
1917
|
:orderable_replication_instances,
|
1848
1918
|
:marker)
|
1919
|
+
SENSITIVE = []
|
1849
1920
|
include Aws::Structure
|
1850
1921
|
end
|
1851
1922
|
|
@@ -1895,6 +1966,7 @@ module Aws::DatabaseMigrationService
|
|
1895
1966
|
:filters,
|
1896
1967
|
:marker,
|
1897
1968
|
:max_records)
|
1969
|
+
SENSITIVE = []
|
1898
1970
|
include Aws::Structure
|
1899
1971
|
end
|
1900
1972
|
|
@@ -1913,6 +1985,7 @@ module Aws::DatabaseMigrationService
|
|
1913
1985
|
class DescribePendingMaintenanceActionsResponse < Struct.new(
|
1914
1986
|
:pending_maintenance_actions,
|
1915
1987
|
:marker)
|
1988
|
+
SENSITIVE = []
|
1916
1989
|
include Aws::Structure
|
1917
1990
|
end
|
1918
1991
|
|
@@ -1932,6 +2005,7 @@ module Aws::DatabaseMigrationService
|
|
1932
2005
|
#
|
1933
2006
|
class DescribeRefreshSchemasStatusMessage < Struct.new(
|
1934
2007
|
:endpoint_arn)
|
2008
|
+
SENSITIVE = []
|
1935
2009
|
include Aws::Structure
|
1936
2010
|
end
|
1937
2011
|
|
@@ -1943,6 +2017,7 @@ module Aws::DatabaseMigrationService
|
|
1943
2017
|
#
|
1944
2018
|
class DescribeRefreshSchemasStatusResponse < Struct.new(
|
1945
2019
|
:refresh_schemas_status)
|
2020
|
+
SENSITIVE = []
|
1946
2021
|
include Aws::Structure
|
1947
2022
|
end
|
1948
2023
|
|
@@ -1982,6 +2057,7 @@ module Aws::DatabaseMigrationService
|
|
1982
2057
|
:replication_instance_arn,
|
1983
2058
|
:max_records,
|
1984
2059
|
:marker)
|
2060
|
+
SENSITIVE = []
|
1985
2061
|
include Aws::Structure
|
1986
2062
|
end
|
1987
2063
|
|
@@ -2007,6 +2083,7 @@ module Aws::DatabaseMigrationService
|
|
2007
2083
|
:replication_instance_arn,
|
2008
2084
|
:replication_instance_task_logs,
|
2009
2085
|
:marker)
|
2086
|
+
SENSITIVE = []
|
2010
2087
|
include Aws::Structure
|
2011
2088
|
end
|
2012
2089
|
|
@@ -2055,6 +2132,7 @@ module Aws::DatabaseMigrationService
|
|
2055
2132
|
:filters,
|
2056
2133
|
:max_records,
|
2057
2134
|
:marker)
|
2135
|
+
SENSITIVE = []
|
2058
2136
|
include Aws::Structure
|
2059
2137
|
end
|
2060
2138
|
|
@@ -2073,6 +2151,7 @@ module Aws::DatabaseMigrationService
|
|
2073
2151
|
class DescribeReplicationInstancesResponse < Struct.new(
|
2074
2152
|
:marker,
|
2075
2153
|
:replication_instances)
|
2154
|
+
SENSITIVE = []
|
2076
2155
|
include Aws::Structure
|
2077
2156
|
end
|
2078
2157
|
|
@@ -2119,6 +2198,7 @@ module Aws::DatabaseMigrationService
|
|
2119
2198
|
:filters,
|
2120
2199
|
:max_records,
|
2121
2200
|
:marker)
|
2201
|
+
SENSITIVE = []
|
2122
2202
|
include Aws::Structure
|
2123
2203
|
end
|
2124
2204
|
|
@@ -2137,6 +2217,7 @@ module Aws::DatabaseMigrationService
|
|
2137
2217
|
class DescribeReplicationSubnetGroupsResponse < Struct.new(
|
2138
2218
|
:marker,
|
2139
2219
|
:replication_subnet_groups)
|
2220
|
+
SENSITIVE = []
|
2140
2221
|
include Aws::Structure
|
2141
2222
|
end
|
2142
2223
|
|
@@ -2179,6 +2260,7 @@ module Aws::DatabaseMigrationService
|
|
2179
2260
|
:replication_task_arn,
|
2180
2261
|
:max_records,
|
2181
2262
|
:marker)
|
2263
|
+
SENSITIVE = []
|
2182
2264
|
include Aws::Structure
|
2183
2265
|
end
|
2184
2266
|
|
@@ -2202,6 +2284,7 @@ module Aws::DatabaseMigrationService
|
|
2202
2284
|
:marker,
|
2203
2285
|
:bucket_name,
|
2204
2286
|
:replication_task_assessment_results)
|
2287
|
+
SENSITIVE = []
|
2205
2288
|
include Aws::Structure
|
2206
2289
|
end
|
2207
2290
|
|
@@ -2258,6 +2341,7 @@ module Aws::DatabaseMigrationService
|
|
2258
2341
|
:max_records,
|
2259
2342
|
:marker,
|
2260
2343
|
:without_settings)
|
2344
|
+
SENSITIVE = []
|
2261
2345
|
include Aws::Structure
|
2262
2346
|
end
|
2263
2347
|
|
@@ -2276,6 +2360,7 @@ module Aws::DatabaseMigrationService
|
|
2276
2360
|
class DescribeReplicationTasksResponse < Struct.new(
|
2277
2361
|
:marker,
|
2278
2362
|
:replication_tasks)
|
2363
|
+
SENSITIVE = []
|
2279
2364
|
include Aws::Structure
|
2280
2365
|
end
|
2281
2366
|
|
@@ -2316,6 +2401,7 @@ module Aws::DatabaseMigrationService
|
|
2316
2401
|
:endpoint_arn,
|
2317
2402
|
:max_records,
|
2318
2403
|
:marker)
|
2404
|
+
SENSITIVE = []
|
2319
2405
|
include Aws::Structure
|
2320
2406
|
end
|
2321
2407
|
|
@@ -2334,6 +2420,7 @@ module Aws::DatabaseMigrationService
|
|
2334
2420
|
class DescribeSchemasResponse < Struct.new(
|
2335
2421
|
:marker,
|
2336
2422
|
:schemas)
|
2423
|
+
SENSITIVE = []
|
2337
2424
|
include Aws::Structure
|
2338
2425
|
end
|
2339
2426
|
|
@@ -2389,6 +2476,7 @@ module Aws::DatabaseMigrationService
|
|
2389
2476
|
:max_records,
|
2390
2477
|
:marker,
|
2391
2478
|
:filters)
|
2479
|
+
SENSITIVE = []
|
2392
2480
|
include Aws::Structure
|
2393
2481
|
end
|
2394
2482
|
|
@@ -2412,6 +2500,7 @@ module Aws::DatabaseMigrationService
|
|
2412
2500
|
:replication_task_arn,
|
2413
2501
|
:table_statistics,
|
2414
2502
|
:marker)
|
2503
|
+
SENSITIVE = []
|
2415
2504
|
include Aws::Structure
|
2416
2505
|
end
|
2417
2506
|
|
@@ -2438,6 +2527,7 @@ module Aws::DatabaseMigrationService
|
|
2438
2527
|
class DmsTransferSettings < Struct.new(
|
2439
2528
|
:service_access_role_arn,
|
2440
2529
|
:bucket_name)
|
2530
|
+
SENSITIVE = []
|
2441
2531
|
include Aws::Structure
|
2442
2532
|
end
|
2443
2533
|
|
@@ -2460,6 +2550,7 @@ module Aws::DatabaseMigrationService
|
|
2460
2550
|
#
|
2461
2551
|
class DynamoDbSettings < Struct.new(
|
2462
2552
|
:service_access_role_arn)
|
2553
|
+
SENSITIVE = []
|
2463
2554
|
include Aws::Structure
|
2464
2555
|
end
|
2465
2556
|
|
@@ -2501,6 +2592,7 @@ module Aws::DatabaseMigrationService
|
|
2501
2592
|
:endpoint_uri,
|
2502
2593
|
:full_load_error_percentage,
|
2503
2594
|
:error_retry_duration)
|
2595
|
+
SENSITIVE = []
|
2504
2596
|
include Aws::Structure
|
2505
2597
|
end
|
2506
2598
|
|
@@ -2530,8 +2622,8 @@ module Aws::DatabaseMigrationService
|
|
2530
2622
|
# EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
|
2531
2623
|
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
|
2532
2624
|
# `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
2533
|
-
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
2534
|
-
# `"sqlserver"`.
|
2625
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
2626
|
+
# `"sqlserver"`, and `"neptune"`.
|
2535
2627
|
# @return [String]
|
2536
2628
|
#
|
2537
2629
|
# @!attribute [rw] engine_display_name
|
@@ -2659,8 +2751,8 @@ module Aws::DatabaseMigrationService
|
|
2659
2751
|
# @return [Types::ElasticsearchSettings]
|
2660
2752
|
#
|
2661
2753
|
# @!attribute [rw] neptune_settings
|
2662
|
-
# The settings for the
|
2663
|
-
# see the `NeptuneSettings` structure.
|
2754
|
+
# The settings for the Amazon Neptune target endpoint. For more
|
2755
|
+
# information, see the `NeptuneSettings` structure.
|
2664
2756
|
# @return [Types::NeptuneSettings]
|
2665
2757
|
#
|
2666
2758
|
# @!attribute [rw] redshift_settings
|
@@ -2696,6 +2788,7 @@ module Aws::DatabaseMigrationService
|
|
2696
2788
|
:elasticsearch_settings,
|
2697
2789
|
:neptune_settings,
|
2698
2790
|
:redshift_settings)
|
2791
|
+
SENSITIVE = []
|
2699
2792
|
include Aws::Structure
|
2700
2793
|
end
|
2701
2794
|
|
@@ -2734,6 +2827,7 @@ module Aws::DatabaseMigrationService
|
|
2734
2827
|
:message,
|
2735
2828
|
:event_categories,
|
2736
2829
|
:date)
|
2830
|
+
SENSITIVE = []
|
2737
2831
|
include Aws::Structure
|
2738
2832
|
end
|
2739
2833
|
|
@@ -2756,6 +2850,7 @@ module Aws::DatabaseMigrationService
|
|
2756
2850
|
class EventCategoryGroup < Struct.new(
|
2757
2851
|
:source_type,
|
2758
2852
|
:event_categories)
|
2853
|
+
SENSITIVE = []
|
2759
2854
|
include Aws::Structure
|
2760
2855
|
end
|
2761
2856
|
|
@@ -2790,7 +2885,7 @@ module Aws::DatabaseMigrationService
|
|
2790
2885
|
# @return [String]
|
2791
2886
|
#
|
2792
2887
|
# @!attribute [rw] subscription_creation_time
|
2793
|
-
# The time the
|
2888
|
+
# The time the AWS DMS event notification subscription was created.
|
2794
2889
|
# @return [String]
|
2795
2890
|
#
|
2796
2891
|
# @!attribute [rw] source_type
|
@@ -2824,6 +2919,7 @@ module Aws::DatabaseMigrationService
|
|
2824
2919
|
:source_ids_list,
|
2825
2920
|
:event_categories_list,
|
2826
2921
|
:enabled)
|
2922
|
+
SENSITIVE = []
|
2827
2923
|
include Aws::Structure
|
2828
2924
|
end
|
2829
2925
|
|
@@ -2852,6 +2948,7 @@ module Aws::DatabaseMigrationService
|
|
2852
2948
|
class Filter < Struct.new(
|
2853
2949
|
:name,
|
2854
2950
|
:values)
|
2951
|
+
SENSITIVE = []
|
2855
2952
|
include Aws::Structure
|
2856
2953
|
end
|
2857
2954
|
|
@@ -2897,6 +2994,7 @@ module Aws::DatabaseMigrationService
|
|
2897
2994
|
:certificate_pem,
|
2898
2995
|
:certificate_wallet,
|
2899
2996
|
:tags)
|
2997
|
+
SENSITIVE = []
|
2900
2998
|
include Aws::Structure
|
2901
2999
|
end
|
2902
3000
|
|
@@ -2908,6 +3006,7 @@ module Aws::DatabaseMigrationService
|
|
2908
3006
|
#
|
2909
3007
|
class ImportCertificateResponse < Struct.new(
|
2910
3008
|
:certificate)
|
3009
|
+
SENSITIVE = []
|
2911
3010
|
include Aws::Structure
|
2912
3011
|
end
|
2913
3012
|
|
@@ -2920,6 +3019,7 @@ module Aws::DatabaseMigrationService
|
|
2920
3019
|
#
|
2921
3020
|
class InsufficientResourceCapacityFault < Struct.new(
|
2922
3021
|
:message)
|
3022
|
+
SENSITIVE = []
|
2923
3023
|
include Aws::Structure
|
2924
3024
|
end
|
2925
3025
|
|
@@ -2932,6 +3032,7 @@ module Aws::DatabaseMigrationService
|
|
2932
3032
|
#
|
2933
3033
|
class InvalidCertificateFault < Struct.new(
|
2934
3034
|
:message)
|
3035
|
+
SENSITIVE = []
|
2935
3036
|
include Aws::Structure
|
2936
3037
|
end
|
2937
3038
|
|
@@ -2945,6 +3046,7 @@ module Aws::DatabaseMigrationService
|
|
2945
3046
|
#
|
2946
3047
|
class InvalidResourceStateFault < Struct.new(
|
2947
3048
|
:message)
|
3049
|
+
SENSITIVE = []
|
2948
3050
|
include Aws::Structure
|
2949
3051
|
end
|
2950
3052
|
|
@@ -2957,6 +3059,7 @@ module Aws::DatabaseMigrationService
|
|
2957
3059
|
#
|
2958
3060
|
class InvalidSubnet < Struct.new(
|
2959
3061
|
:message)
|
3062
|
+
SENSITIVE = []
|
2960
3063
|
include Aws::Structure
|
2961
3064
|
end
|
2962
3065
|
|
@@ -2970,6 +3073,7 @@ module Aws::DatabaseMigrationService
|
|
2970
3073
|
#
|
2971
3074
|
class KMSAccessDeniedFault < Struct.new(
|
2972
3075
|
:message)
|
3076
|
+
SENSITIVE = []
|
2973
3077
|
include Aws::Structure
|
2974
3078
|
end
|
2975
3079
|
|
@@ -2982,6 +3086,7 @@ module Aws::DatabaseMigrationService
|
|
2982
3086
|
#
|
2983
3087
|
class KMSDisabledFault < Struct.new(
|
2984
3088
|
:message)
|
3089
|
+
SENSITIVE = []
|
2985
3090
|
include Aws::Structure
|
2986
3091
|
end
|
2987
3092
|
|
@@ -2995,6 +3100,7 @@ module Aws::DatabaseMigrationService
|
|
2995
3100
|
#
|
2996
3101
|
class KMSInvalidStateFault < Struct.new(
|
2997
3102
|
:message)
|
3103
|
+
SENSITIVE = []
|
2998
3104
|
include Aws::Structure
|
2999
3105
|
end
|
3000
3106
|
|
@@ -3007,6 +3113,7 @@ module Aws::DatabaseMigrationService
|
|
3007
3113
|
#
|
3008
3114
|
class KMSKeyNotAccessibleFault < Struct.new(
|
3009
3115
|
:message)
|
3116
|
+
SENSITIVE = []
|
3010
3117
|
include Aws::Structure
|
3011
3118
|
end
|
3012
3119
|
|
@@ -3019,6 +3126,7 @@ module Aws::DatabaseMigrationService
|
|
3019
3126
|
#
|
3020
3127
|
class KMSNotFoundFault < Struct.new(
|
3021
3128
|
:message)
|
3129
|
+
SENSITIVE = []
|
3022
3130
|
include Aws::Structure
|
3023
3131
|
end
|
3024
3132
|
|
@@ -3031,6 +3139,7 @@ module Aws::DatabaseMigrationService
|
|
3031
3139
|
#
|
3032
3140
|
class KMSThrottlingFault < Struct.new(
|
3033
3141
|
:message)
|
3142
|
+
SENSITIVE = []
|
3034
3143
|
include Aws::Structure
|
3035
3144
|
end
|
3036
3145
|
|
@@ -3065,6 +3174,7 @@ module Aws::DatabaseMigrationService
|
|
3065
3174
|
class KafkaSettings < Struct.new(
|
3066
3175
|
:broker,
|
3067
3176
|
:topic)
|
3177
|
+
SENSITIVE = []
|
3068
3178
|
include Aws::Structure
|
3069
3179
|
end
|
3070
3180
|
|
@@ -3151,6 +3261,7 @@ module Aws::DatabaseMigrationService
|
|
3151
3261
|
:partition_include_schema_table,
|
3152
3262
|
:include_table_alter_operations,
|
3153
3263
|
:include_control_details)
|
3264
|
+
SENSITIVE = []
|
3154
3265
|
include Aws::Structure
|
3155
3266
|
end
|
3156
3267
|
|
@@ -3170,6 +3281,7 @@ module Aws::DatabaseMigrationService
|
|
3170
3281
|
#
|
3171
3282
|
class ListTagsForResourceMessage < Struct.new(
|
3172
3283
|
:resource_arn)
|
3284
|
+
SENSITIVE = []
|
3173
3285
|
include Aws::Structure
|
3174
3286
|
end
|
3175
3287
|
|
@@ -3181,6 +3293,7 @@ module Aws::DatabaseMigrationService
|
|
3181
3293
|
#
|
3182
3294
|
class ListTagsForResourceResponse < Struct.new(
|
3183
3295
|
:tag_list)
|
3296
|
+
SENSITIVE = []
|
3184
3297
|
include Aws::Structure
|
3185
3298
|
end
|
3186
3299
|
|
@@ -3324,8 +3437,8 @@ module Aws::DatabaseMigrationService
|
|
3324
3437
|
# EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
|
3325
3438
|
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
|
3326
3439
|
# `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
3327
|
-
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
3328
|
-
# `"sqlserver"`.
|
3440
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
3441
|
+
# `"sqlserver"`, and `"neptune"`.
|
3329
3442
|
# @return [String]
|
3330
3443
|
#
|
3331
3444
|
# @!attribute [rw] username
|
@@ -3434,7 +3547,8 @@ module Aws::DatabaseMigrationService
|
|
3434
3547
|
# Settings in JSON format for the target endpoint for Amazon Kinesis
|
3435
3548
|
# Data Streams. For more information about the available settings, see
|
3436
3549
|
# [Using Amazon Kinesis Data Streams as a Target for AWS Database
|
3437
|
-
# Migration Service][1] in the *AWS Database Migration User
|
3550
|
+
# Migration Service][1] in the *AWS Database Migration Service User
|
3551
|
+
# Guide.*
|
3438
3552
|
#
|
3439
3553
|
#
|
3440
3554
|
#
|
@@ -3445,7 +3559,7 @@ module Aws::DatabaseMigrationService
|
|
3445
3559
|
# Settings in JSON format for the target Apache Kafka endpoint. For
|
3446
3560
|
# more information about the available settings, see [Using Apache
|
3447
3561
|
# Kafka as a Target for AWS Database Migration Service][1] in the *AWS
|
3448
|
-
# Database Migration User Guide.*
|
3562
|
+
# Database Migration Service User Guide.*
|
3449
3563
|
#
|
3450
3564
|
#
|
3451
3565
|
#
|
@@ -3456,7 +3570,7 @@ module Aws::DatabaseMigrationService
|
|
3456
3570
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
3457
3571
|
# more information about the available settings, see [Extra Connection
|
3458
3572
|
# Attributes When Using Elasticsearch as a Target for AWS DMS][1] in
|
3459
|
-
# the *AWS Database Migration User Guide.*
|
3573
|
+
# the *AWS Database Migration Service User Guide.*
|
3460
3574
|
#
|
3461
3575
|
#
|
3462
3576
|
#
|
@@ -3465,9 +3579,9 @@ module Aws::DatabaseMigrationService
|
|
3465
3579
|
#
|
3466
3580
|
# @!attribute [rw] neptune_settings
|
3467
3581
|
# Settings in JSON format for the target Amazon Neptune endpoint. For
|
3468
|
-
# more information about the available settings, see
|
3469
|
-
#
|
3470
|
-
#
|
3582
|
+
# more information about the available settings, see [Specifying
|
3583
|
+
# Endpoint Settings for Amazon Neptune as a Target][1] in the *AWS
|
3584
|
+
# Database Migration Service User Guide.*
|
3471
3585
|
#
|
3472
3586
|
#
|
3473
3587
|
#
|
@@ -3504,6 +3618,7 @@ module Aws::DatabaseMigrationService
|
|
3504
3618
|
:elasticsearch_settings,
|
3505
3619
|
:neptune_settings,
|
3506
3620
|
:redshift_settings)
|
3621
|
+
SENSITIVE = [:password]
|
3507
3622
|
include Aws::Structure
|
3508
3623
|
end
|
3509
3624
|
|
@@ -3515,6 +3630,7 @@ module Aws::DatabaseMigrationService
|
|
3515
3630
|
#
|
3516
3631
|
class ModifyEndpointResponse < Struct.new(
|
3517
3632
|
:endpoint)
|
3633
|
+
SENSITIVE = []
|
3518
3634
|
include Aws::Structure
|
3519
3635
|
end
|
3520
3636
|
|
@@ -3565,6 +3681,7 @@ module Aws::DatabaseMigrationService
|
|
3565
3681
|
:source_type,
|
3566
3682
|
:event_categories,
|
3567
3683
|
:enabled)
|
3684
|
+
SENSITIVE = []
|
3568
3685
|
include Aws::Structure
|
3569
3686
|
end
|
3570
3687
|
|
@@ -3576,6 +3693,7 @@ module Aws::DatabaseMigrationService
|
|
3576
3693
|
#
|
3577
3694
|
class ModifyEventSubscriptionResponse < Struct.new(
|
3578
3695
|
:event_subscription)
|
3696
|
+
SENSITIVE = []
|
3579
3697
|
include Aws::Structure
|
3580
3698
|
end
|
3581
3699
|
|
@@ -3611,11 +3729,18 @@ module Aws::DatabaseMigrationService
|
|
3611
3729
|
# @return [Boolean]
|
3612
3730
|
#
|
3613
3731
|
# @!attribute [rw] replication_instance_class
|
3614
|
-
# The compute and memory capacity of the replication instance
|
3732
|
+
# The compute and memory capacity of the replication instance as
|
3733
|
+
# defined for the specified replication instance class. For example to
|
3734
|
+
# specify the instance class dms.c4.large, set this parameter to
|
3735
|
+
# `"dms.c4.large"`.
|
3736
|
+
#
|
3737
|
+
# For more information on the settings and capacities for the
|
3738
|
+
# available replication instance classes, see [ Selecting the right
|
3739
|
+
# AWS DMS replication instance for your migration][1].
|
3740
|
+
#
|
3615
3741
|
#
|
3616
|
-
#
|
3617
|
-
#
|
3618
|
-
# dms.c4.4xlarge `
|
3742
|
+
#
|
3743
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
|
3619
3744
|
# @return [String]
|
3620
3745
|
#
|
3621
3746
|
# @!attribute [rw] vpc_security_group_ids
|
@@ -3698,6 +3823,7 @@ module Aws::DatabaseMigrationService
|
|
3698
3823
|
:allow_major_version_upgrade,
|
3699
3824
|
:auto_minor_version_upgrade,
|
3700
3825
|
:replication_instance_identifier)
|
3826
|
+
SENSITIVE = []
|
3701
3827
|
include Aws::Structure
|
3702
3828
|
end
|
3703
3829
|
|
@@ -3709,6 +3835,7 @@ module Aws::DatabaseMigrationService
|
|
3709
3835
|
#
|
3710
3836
|
class ModifyReplicationInstanceResponse < Struct.new(
|
3711
3837
|
:replication_instance)
|
3838
|
+
SENSITIVE = []
|
3712
3839
|
include Aws::Structure
|
3713
3840
|
end
|
3714
3841
|
|
@@ -3739,6 +3866,7 @@ module Aws::DatabaseMigrationService
|
|
3739
3866
|
:replication_subnet_group_identifier,
|
3740
3867
|
:replication_subnet_group_description,
|
3741
3868
|
:subnet_ids)
|
3869
|
+
SENSITIVE = []
|
3742
3870
|
include Aws::Structure
|
3743
3871
|
end
|
3744
3872
|
|
@@ -3750,6 +3878,7 @@ module Aws::DatabaseMigrationService
|
|
3750
3878
|
#
|
3751
3879
|
class ModifyReplicationSubnetGroupResponse < Struct.new(
|
3752
3880
|
:replication_subnet_group)
|
3881
|
+
SENSITIVE = []
|
3753
3882
|
include Aws::Structure
|
3754
3883
|
end
|
3755
3884
|
|
@@ -3777,7 +3906,7 @@ module Aws::DatabaseMigrationService
|
|
3777
3906
|
#
|
3778
3907
|
# Constraints:
|
3779
3908
|
#
|
3780
|
-
# * Must contain
|
3909
|
+
# * Must contain 1-255 alphanumeric characters or hyphens.
|
3781
3910
|
#
|
3782
3911
|
# * First character must be a letter.
|
3783
3912
|
#
|
@@ -3854,7 +3983,7 @@ module Aws::DatabaseMigrationService
|
|
3854
3983
|
# Supplemental information that the task requires to migrate the data
|
3855
3984
|
# for certain source and target endpoints. For more information, see
|
3856
3985
|
# [Specifying Supplemental Data for Task Settings][1] in the *AWS
|
3857
|
-
# Database Migration User Guide.*
|
3986
|
+
# Database Migration Service User Guide.*
|
3858
3987
|
#
|
3859
3988
|
#
|
3860
3989
|
#
|
@@ -3873,6 +4002,7 @@ module Aws::DatabaseMigrationService
|
|
3873
4002
|
:cdc_start_position,
|
3874
4003
|
:cdc_stop_position,
|
3875
4004
|
:task_data)
|
4005
|
+
SENSITIVE = []
|
3876
4006
|
include Aws::Structure
|
3877
4007
|
end
|
3878
4008
|
|
@@ -3884,6 +4014,7 @@ module Aws::DatabaseMigrationService
|
|
3884
4014
|
#
|
3885
4015
|
class ModifyReplicationTaskResponse < Struct.new(
|
3886
4016
|
:replication_task)
|
4017
|
+
SENSITIVE = []
|
3887
4018
|
include Aws::Structure
|
3888
4019
|
end
|
3889
4020
|
|
@@ -3932,52 +4063,47 @@ module Aws::DatabaseMigrationService
|
|
3932
4063
|
# The authentication type you use to access the MongoDB source
|
3933
4064
|
# endpoint.
|
3934
4065
|
#
|
3935
|
-
#
|
3936
|
-
#
|
3937
|
-
# When NO is selected, user name and password parameters are not used
|
3938
|
-
# and can be empty.
|
4066
|
+
# When when set to `"no"`, user name and password parameters are not
|
4067
|
+
# used and can be empty.
|
3939
4068
|
# @return [String]
|
3940
4069
|
#
|
3941
4070
|
# @!attribute [rw] auth_mechanism
|
3942
4071
|
# The authentication mechanism you use to access the MongoDB source
|
3943
4072
|
# endpoint.
|
3944
4073
|
#
|
3945
|
-
#
|
3946
|
-
#
|
3947
|
-
#
|
3948
|
-
#
|
3949
|
-
# authType=No.
|
4074
|
+
# For the default value, in MongoDB version 2.x, `"default"` is
|
4075
|
+
# `"mongodb_cr"`. For MongoDB version 3.x or later, `"default"` is
|
4076
|
+
# `"scram_sha_1"`. This setting isn't used when `AuthType` is set to
|
4077
|
+
# `"no"`.
|
3950
4078
|
# @return [String]
|
3951
4079
|
#
|
3952
4080
|
# @!attribute [rw] nesting_level
|
3953
4081
|
# Specifies either document or table mode.
|
3954
4082
|
#
|
3955
|
-
#
|
3956
|
-
#
|
3957
|
-
# Default value is NONE. Specify NONE to use document mode. Specify
|
3958
|
-
# ONE to use table mode.
|
4083
|
+
# Default value is `"none"`. Specify `"none"` to use document mode.
|
4084
|
+
# Specify `"one"` to use table mode.
|
3959
4085
|
# @return [String]
|
3960
4086
|
#
|
3961
4087
|
# @!attribute [rw] extract_doc_id
|
3962
4088
|
# Specifies the document ID. Use this setting when `NestingLevel` is
|
3963
|
-
# set to
|
4089
|
+
# set to `"none"`.
|
3964
4090
|
#
|
3965
|
-
# Default value is false
|
4091
|
+
# Default value is `"false"`.
|
3966
4092
|
# @return [String]
|
3967
4093
|
#
|
3968
4094
|
# @!attribute [rw] docs_to_investigate
|
3969
4095
|
# Indicates the number of documents to preview to determine the
|
3970
4096
|
# document organization. Use this setting when `NestingLevel` is set
|
3971
|
-
# to
|
4097
|
+
# to `"one"`.
|
3972
4098
|
#
|
3973
|
-
# Must be a positive value greater than 0
|
4099
|
+
# Must be a positive value greater than `0`. Default value is `1000`.
|
3974
4100
|
# @return [String]
|
3975
4101
|
#
|
3976
4102
|
# @!attribute [rw] auth_source
|
3977
|
-
# The MongoDB database name. This setting isn't used when
|
3978
|
-
# `
|
4103
|
+
# The MongoDB database name. This setting isn't used when `AuthType`
|
4104
|
+
# is set to `"no"`.
|
3979
4105
|
#
|
3980
|
-
# The default is admin
|
4106
|
+
# The default is `"admin"`.
|
3981
4107
|
# @return [String]
|
3982
4108
|
#
|
3983
4109
|
# @!attribute [rw] kms_key_id
|
@@ -4004,6 +4130,7 @@ module Aws::DatabaseMigrationService
|
|
4004
4130
|
:docs_to_investigate,
|
4005
4131
|
:auth_source,
|
4006
4132
|
:kms_key_id)
|
4133
|
+
SENSITIVE = [:password]
|
4007
4134
|
include Aws::Structure
|
4008
4135
|
end
|
4009
4136
|
|
@@ -4023,10 +4150,10 @@ module Aws::DatabaseMigrationService
|
|
4023
4150
|
# }
|
4024
4151
|
#
|
4025
4152
|
# @!attribute [rw] service_access_role_arn
|
4026
|
-
# The ARN of the service role you
|
4027
|
-
# endpoint. For more information, see
|
4028
|
-
#
|
4029
|
-
#
|
4153
|
+
# The Amazon Resource Name (ARN) of the service role that you created
|
4154
|
+
# for the Neptune target endpoint. For more information, see [Creating
|
4155
|
+
# an IAM Service Role for Accessing Amazon Neptune as a Target][1] in
|
4156
|
+
# the <i>AWS Database Migration Service User Guide. </i>
|
4030
4157
|
#
|
4031
4158
|
#
|
4032
4159
|
#
|
@@ -4034,15 +4161,15 @@ module Aws::DatabaseMigrationService
|
|
4034
4161
|
# @return [String]
|
4035
4162
|
#
|
4036
4163
|
# @!attribute [rw] s3_bucket_name
|
4037
|
-
# The name of the S3 bucket
|
4038
|
-
# graph data in
|
4039
|
-
# database. AWS DMS maps the SQL source data to graph
|
4040
|
-
# storing it in these
|
4164
|
+
# The name of the Amazon S3 bucket where AWS DMS can temporarily store
|
4165
|
+
# migrated graph data in .csv files before bulk-loading it to the
|
4166
|
+
# Neptune target database. AWS DMS maps the SQL source data to graph
|
4167
|
+
# data before storing it in these .csv files.
|
4041
4168
|
# @return [String]
|
4042
4169
|
#
|
4043
4170
|
# @!attribute [rw] s3_bucket_folder
|
4044
|
-
# A folder path where you
|
4045
|
-
#
|
4171
|
+
# A folder path where you want AWS DMS to store migrated graph data in
|
4172
|
+
# the S3 bucket specified by `S3BucketName`
|
4046
4173
|
# @return [String]
|
4047
4174
|
#
|
4048
4175
|
# @!attribute [rw] error_retry_duration
|
@@ -4052,23 +4179,24 @@ module Aws::DatabaseMigrationService
|
|
4052
4179
|
# @return [Integer]
|
4053
4180
|
#
|
4054
4181
|
# @!attribute [rw] max_file_size
|
4055
|
-
# The maximum size in
|
4056
|
-
# before AWS DMS bulk-loads the data to the Neptune target
|
4057
|
-
# The default is
|
4058
|
-
# ready to store the next batch
|
4182
|
+
# The maximum size in kilobytes of migrated graph data stored in a
|
4183
|
+
# .csv file before AWS DMS bulk-loads the data to the Neptune target
|
4184
|
+
# database. The default is 1,048,576 KB. If the bulk load is
|
4185
|
+
# successful, AWS DMS clears the bucket, ready to store the next batch
|
4186
|
+
# of migrated graph data.
|
4059
4187
|
# @return [Integer]
|
4060
4188
|
#
|
4061
4189
|
# @!attribute [rw] max_retry_count
|
4062
|
-
# The number of times for AWS DMS to retry a bulk
|
4190
|
+
# The number of times for AWS DMS to retry a bulk load of migrated
|
4063
4191
|
# graph data to the Neptune target database before raising an error.
|
4064
4192
|
# The default is 5.
|
4065
4193
|
# @return [Integer]
|
4066
4194
|
#
|
4067
4195
|
# @!attribute [rw] iam_auth_enabled
|
4068
|
-
# If you want
|
4069
|
-
# parameter to `true
|
4070
|
-
# to your service role specified
|
4071
|
-
# default is `false`.
|
4196
|
+
# If you want AWS Identity and Access Management (IAM) authorization
|
4197
|
+
# enabled for this endpoint, set this parameter to `true`. Then attach
|
4198
|
+
# the appropriate IAM policy document to your service role specified
|
4199
|
+
# by `ServiceAccessRoleArn`. The default is `false`.
|
4072
4200
|
# @return [Boolean]
|
4073
4201
|
#
|
4074
4202
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/NeptuneSettings AWS API Documentation
|
@@ -4081,6 +4209,7 @@ module Aws::DatabaseMigrationService
|
|
4081
4209
|
:max_file_size,
|
4082
4210
|
:max_retry_count,
|
4083
4211
|
:iam_auth_enabled)
|
4212
|
+
SENSITIVE = []
|
4084
4213
|
include Aws::Structure
|
4085
4214
|
end
|
4086
4215
|
|
@@ -4094,11 +4223,18 @@ module Aws::DatabaseMigrationService
|
|
4094
4223
|
# @return [String]
|
4095
4224
|
#
|
4096
4225
|
# @!attribute [rw] replication_instance_class
|
4097
|
-
# The compute and memory capacity of the replication instance
|
4226
|
+
# The compute and memory capacity of the replication instance as
|
4227
|
+
# defined for the specified replication instance class. For example to
|
4228
|
+
# specify the instance class dms.c4.large, set this parameter to
|
4229
|
+
# `"dms.c4.large"`.
|
4230
|
+
#
|
4231
|
+
# For more information on the settings and capacities for the
|
4232
|
+
# available replication instance classes, see [ Selecting the right
|
4233
|
+
# AWS DMS replication instance for your migration][1].
|
4234
|
+
#
|
4235
|
+
#
|
4098
4236
|
#
|
4099
|
-
#
|
4100
|
-
# dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
|
4101
|
-
# dms.c4.4xlarge `
|
4237
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
|
4102
4238
|
# @return [String]
|
4103
4239
|
#
|
4104
4240
|
# @!attribute [rw] storage_type
|
@@ -4152,6 +4288,7 @@ module Aws::DatabaseMigrationService
|
|
4152
4288
|
:included_allocated_storage,
|
4153
4289
|
:availability_zones,
|
4154
4290
|
:release_status)
|
4291
|
+
SENSITIVE = []
|
4155
4292
|
include Aws::Structure
|
4156
4293
|
end
|
4157
4294
|
|
@@ -4205,6 +4342,7 @@ module Aws::DatabaseMigrationService
|
|
4205
4342
|
:opt_in_status,
|
4206
4343
|
:current_apply_date,
|
4207
4344
|
:description)
|
4345
|
+
SENSITIVE = []
|
4208
4346
|
include Aws::Structure
|
4209
4347
|
end
|
4210
4348
|
|
@@ -4231,6 +4369,7 @@ module Aws::DatabaseMigrationService
|
|
4231
4369
|
class RebootReplicationInstanceMessage < Struct.new(
|
4232
4370
|
:replication_instance_arn,
|
4233
4371
|
:force_failover)
|
4372
|
+
SENSITIVE = []
|
4234
4373
|
include Aws::Structure
|
4235
4374
|
end
|
4236
4375
|
|
@@ -4242,6 +4381,7 @@ module Aws::DatabaseMigrationService
|
|
4242
4381
|
#
|
4243
4382
|
class RebootReplicationInstanceResponse < Struct.new(
|
4244
4383
|
:replication_instance)
|
4384
|
+
SENSITIVE = []
|
4245
4385
|
include Aws::Structure
|
4246
4386
|
end
|
4247
4387
|
|
@@ -4463,6 +4603,7 @@ module Aws::DatabaseMigrationService
|
|
4463
4603
|
:truncate_columns,
|
4464
4604
|
:username,
|
4465
4605
|
:write_buffer_size)
|
4606
|
+
SENSITIVE = [:password]
|
4466
4607
|
include Aws::Structure
|
4467
4608
|
end
|
4468
4609
|
|
@@ -4488,6 +4629,7 @@ module Aws::DatabaseMigrationService
|
|
4488
4629
|
class RefreshSchemasMessage < Struct.new(
|
4489
4630
|
:endpoint_arn,
|
4490
4631
|
:replication_instance_arn)
|
4632
|
+
SENSITIVE = []
|
4491
4633
|
include Aws::Structure
|
4492
4634
|
end
|
4493
4635
|
|
@@ -4499,6 +4641,7 @@ module Aws::DatabaseMigrationService
|
|
4499
4641
|
#
|
4500
4642
|
class RefreshSchemasResponse < Struct.new(
|
4501
4643
|
:refresh_schemas_status)
|
4644
|
+
SENSITIVE = []
|
4502
4645
|
include Aws::Structure
|
4503
4646
|
end
|
4504
4647
|
|
@@ -4534,6 +4677,7 @@ module Aws::DatabaseMigrationService
|
|
4534
4677
|
:status,
|
4535
4678
|
:last_refresh_date,
|
4536
4679
|
:last_failure_message)
|
4680
|
+
SENSITIVE = []
|
4537
4681
|
include Aws::Structure
|
4538
4682
|
end
|
4539
4683
|
|
@@ -4576,6 +4720,7 @@ module Aws::DatabaseMigrationService
|
|
4576
4720
|
:replication_task_arn,
|
4577
4721
|
:tables_to_reload,
|
4578
4722
|
:reload_option)
|
4723
|
+
SENSITIVE = []
|
4579
4724
|
include Aws::Structure
|
4580
4725
|
end
|
4581
4726
|
|
@@ -4587,6 +4732,7 @@ module Aws::DatabaseMigrationService
|
|
4587
4732
|
#
|
4588
4733
|
class ReloadTablesResponse < Struct.new(
|
4589
4734
|
:replication_task_arn)
|
4735
|
+
SENSITIVE = []
|
4590
4736
|
include Aws::Structure
|
4591
4737
|
end
|
4592
4738
|
|
@@ -4614,6 +4760,7 @@ module Aws::DatabaseMigrationService
|
|
4614
4760
|
class RemoveTagsFromResourceMessage < Struct.new(
|
4615
4761
|
:resource_arn,
|
4616
4762
|
:tag_keys)
|
4763
|
+
SENSITIVE = []
|
4617
4764
|
include Aws::Structure
|
4618
4765
|
end
|
4619
4766
|
|
@@ -4629,7 +4776,7 @@ module Aws::DatabaseMigrationService
|
|
4629
4776
|
#
|
4630
4777
|
# Constraints:
|
4631
4778
|
#
|
4632
|
-
# * Must contain
|
4779
|
+
# * Must contain 1-63 alphanumeric characters or hyphens.
|
4633
4780
|
#
|
4634
4781
|
# * First character must be a letter.
|
4635
4782
|
#
|
@@ -4639,15 +4786,47 @@ module Aws::DatabaseMigrationService
|
|
4639
4786
|
# @return [String]
|
4640
4787
|
#
|
4641
4788
|
# @!attribute [rw] replication_instance_class
|
4642
|
-
# The compute and memory capacity of the replication instance
|
4789
|
+
# The compute and memory capacity of the replication instance as
|
4790
|
+
# defined for the specified replication instance class.
|
4791
|
+
#
|
4792
|
+
# For more information on the settings and capacities for the
|
4793
|
+
# available replication instance classes, see [ Selecting the right
|
4794
|
+
# AWS DMS replication instance for your migration][1].
|
4795
|
+
#
|
4796
|
+
#
|
4643
4797
|
#
|
4644
|
-
#
|
4645
|
-
# dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
|
4646
|
-
# dms.c4.4xlarge `
|
4798
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
|
4647
4799
|
# @return [String]
|
4648
4800
|
#
|
4649
4801
|
# @!attribute [rw] replication_instance_status
|
4650
|
-
# The status of the replication instance.
|
4802
|
+
# The status of the replication instance. The possible return values
|
4803
|
+
# include:
|
4804
|
+
#
|
4805
|
+
# * `"available"`
|
4806
|
+
#
|
4807
|
+
# * `"creating"`
|
4808
|
+
#
|
4809
|
+
# * `"deleted"`
|
4810
|
+
#
|
4811
|
+
# * `"deleting"`
|
4812
|
+
#
|
4813
|
+
# * `"failed"`
|
4814
|
+
#
|
4815
|
+
# * `"modifying"`
|
4816
|
+
#
|
4817
|
+
# * `"upgrading"`
|
4818
|
+
#
|
4819
|
+
# * `"rebooting"`
|
4820
|
+
#
|
4821
|
+
# * `"resetting-master-credentials"`
|
4822
|
+
#
|
4823
|
+
# * `"storage-full"`
|
4824
|
+
#
|
4825
|
+
# * `"incompatible-credentials"`
|
4826
|
+
#
|
4827
|
+
# * `"incompatible-network"`
|
4828
|
+
#
|
4829
|
+
# * `"maintenance"`
|
4651
4830
|
# @return [String]
|
4652
4831
|
#
|
4653
4832
|
# @!attribute [rw] allocated_storage
|
@@ -4744,7 +4923,8 @@ module Aws::DatabaseMigrationService
|
|
4744
4923
|
# @return [Time]
|
4745
4924
|
#
|
4746
4925
|
# @!attribute [rw] dns_name_servers
|
4747
|
-
# The DNS name servers for the replication instance
|
4926
|
+
# The DNS name servers supported for the replication instance to
|
4927
|
+
# access your on-premise source or target database.
|
4748
4928
|
# @return [String]
|
4749
4929
|
#
|
4750
4930
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationInstance AWS API Documentation
|
@@ -4773,6 +4953,7 @@ module Aws::DatabaseMigrationService
|
|
4773
4953
|
:secondary_availability_zone,
|
4774
4954
|
:free_until,
|
4775
4955
|
:dns_name_servers)
|
4956
|
+
SENSITIVE = []
|
4776
4957
|
include Aws::Structure
|
4777
4958
|
end
|
4778
4959
|
|
@@ -4796,6 +4977,7 @@ module Aws::DatabaseMigrationService
|
|
4796
4977
|
:replication_task_name,
|
4797
4978
|
:replication_task_arn,
|
4798
4979
|
:replication_instance_task_log_size)
|
4980
|
+
SENSITIVE = []
|
4799
4981
|
include Aws::Structure
|
4800
4982
|
end
|
4801
4983
|
|
@@ -4804,11 +4986,16 @@ module Aws::DatabaseMigrationService
|
|
4804
4986
|
# `ReplicationInstance` user-defined data type.
|
4805
4987
|
#
|
4806
4988
|
# @!attribute [rw] replication_instance_class
|
4807
|
-
# The compute and memory capacity of the replication instance
|
4989
|
+
# The compute and memory capacity of the replication instance as
|
4990
|
+
# defined for the specified replication instance class.
|
4991
|
+
#
|
4992
|
+
# For more information on the settings and capacities for the
|
4993
|
+
# available replication instance classes, see [ Selecting the right
|
4994
|
+
# AWS DMS replication instance for your migration][1].
|
4808
4995
|
#
|
4809
|
-
#
|
4810
|
-
#
|
4811
|
-
# dms.
|
4996
|
+
#
|
4997
|
+
#
|
4998
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
|
4812
4999
|
# @return [String]
|
4813
5000
|
#
|
4814
5001
|
# @!attribute [rw] allocated_storage
|
@@ -4833,6 +5020,7 @@ module Aws::DatabaseMigrationService
|
|
4833
5020
|
:allocated_storage,
|
4834
5021
|
:multi_az,
|
4835
5022
|
:engine_version)
|
5023
|
+
SENSITIVE = []
|
4836
5024
|
include Aws::Structure
|
4837
5025
|
end
|
4838
5026
|
|
@@ -4867,6 +5055,7 @@ module Aws::DatabaseMigrationService
|
|
4867
5055
|
:vpc_id,
|
4868
5056
|
:subnet_group_status,
|
4869
5057
|
:subnets)
|
5058
|
+
SENSITIVE = []
|
4870
5059
|
include Aws::Structure
|
4871
5060
|
end
|
4872
5061
|
|
@@ -4880,6 +5069,7 @@ module Aws::DatabaseMigrationService
|
|
4880
5069
|
#
|
4881
5070
|
class ReplicationSubnetGroupDoesNotCoverEnoughAZs < Struct.new(
|
4882
5071
|
:message)
|
5072
|
+
SENSITIVE = []
|
4883
5073
|
include Aws::Structure
|
4884
5074
|
end
|
4885
5075
|
|
@@ -4891,7 +5081,7 @@ module Aws::DatabaseMigrationService
|
|
4891
5081
|
#
|
4892
5082
|
# Constraints:
|
4893
5083
|
#
|
4894
|
-
# * Must contain
|
5084
|
+
# * Must contain 1-255 alphanumeric characters or hyphens.
|
4895
5085
|
#
|
4896
5086
|
# * First character must be a letter.
|
4897
5087
|
#
|
@@ -4934,7 +5124,21 @@ module Aws::DatabaseMigrationService
|
|
4934
5124
|
# @return [String]
|
4935
5125
|
#
|
4936
5126
|
# @!attribute [rw] stop_reason
|
4937
|
-
# The reason the replication task was stopped.
|
5127
|
+
# The reason the replication task was stopped. This response parameter
|
5128
|
+
# can return one of the following values:
|
5129
|
+
#
|
5130
|
+
# * `"STOP_REASON_FULL_LOAD_COMPLETED"` – Full-load migration
|
5131
|
+
# completed.
|
5132
|
+
#
|
5133
|
+
# * `"STOP_REASON_CACHED_CHANGES_APPLIED"` – Change data capture (CDC)
|
5134
|
+
# load completed.
|
5135
|
+
#
|
5136
|
+
# * `"STOP_REASON_CACHED_CHANGES_NOT_APPLIED"` – In a full-load and
|
5137
|
+
# CDC migration, the full-load stopped as specified before starting
|
5138
|
+
# the CDC migration.
|
5139
|
+
#
|
5140
|
+
# * `"STOP_REASON_SERVER_TIME"` – The migration stopped at the
|
5141
|
+
# specified server time.
|
4938
5142
|
# @return [String]
|
4939
5143
|
#
|
4940
5144
|
# @!attribute [rw] replication_task_creation_date
|
@@ -4992,7 +5196,7 @@ module Aws::DatabaseMigrationService
|
|
4992
5196
|
# Supplemental information that the task requires to migrate the data
|
4993
5197
|
# for certain source and target endpoints. For more information, see
|
4994
5198
|
# [Specifying Supplemental Data for Task Settings][1] in the *AWS
|
4995
|
-
# Database Migration User Guide.*
|
5199
|
+
# Database Migration Service User Guide.*
|
4996
5200
|
#
|
4997
5201
|
#
|
4998
5202
|
#
|
@@ -5020,6 +5224,7 @@ module Aws::DatabaseMigrationService
|
|
5020
5224
|
:replication_task_arn,
|
5021
5225
|
:replication_task_stats,
|
5022
5226
|
:task_data)
|
5227
|
+
SENSITIVE = []
|
5023
5228
|
include Aws::Structure
|
5024
5229
|
end
|
5025
5230
|
|
@@ -5064,6 +5269,7 @@ module Aws::DatabaseMigrationService
|
|
5064
5269
|
:assessment_results_file,
|
5065
5270
|
:assessment_results,
|
5066
5271
|
:s3_object_url)
|
5272
|
+
SENSITIVE = []
|
5067
5273
|
include Aws::Structure
|
5068
5274
|
end
|
5069
5275
|
|
@@ -5136,6 +5342,7 @@ module Aws::DatabaseMigrationService
|
|
5136
5342
|
:stop_date,
|
5137
5343
|
:full_load_start_date,
|
5138
5344
|
:full_load_finish_date)
|
5345
|
+
SENSITIVE = []
|
5139
5346
|
include Aws::Structure
|
5140
5347
|
end
|
5141
5348
|
|
@@ -5152,6 +5359,7 @@ module Aws::DatabaseMigrationService
|
|
5152
5359
|
class ResourceAlreadyExistsFault < Struct.new(
|
5153
5360
|
:message,
|
5154
5361
|
:resource_arn)
|
5362
|
+
SENSITIVE = []
|
5155
5363
|
include Aws::Structure
|
5156
5364
|
end
|
5157
5365
|
|
@@ -5164,6 +5372,7 @@ module Aws::DatabaseMigrationService
|
|
5164
5372
|
#
|
5165
5373
|
class ResourceNotFoundFault < Struct.new(
|
5166
5374
|
:message)
|
5375
|
+
SENSITIVE = []
|
5167
5376
|
include Aws::Structure
|
5168
5377
|
end
|
5169
5378
|
|
@@ -5189,6 +5398,7 @@ module Aws::DatabaseMigrationService
|
|
5189
5398
|
class ResourcePendingMaintenanceActions < Struct.new(
|
5190
5399
|
:resource_identifier,
|
5191
5400
|
:pending_maintenance_action_details)
|
5401
|
+
SENSITIVE = []
|
5192
5402
|
include Aws::Structure
|
5193
5403
|
end
|
5194
5404
|
|
@@ -5201,6 +5411,7 @@ module Aws::DatabaseMigrationService
|
|
5201
5411
|
#
|
5202
5412
|
class ResourceQuotaExceededFault < Struct.new(
|
5203
5413
|
:message)
|
5414
|
+
SENSITIVE = []
|
5204
5415
|
include Aws::Structure
|
5205
5416
|
end
|
5206
5417
|
|
@@ -5564,6 +5775,7 @@ module Aws::DatabaseMigrationService
|
|
5564
5775
|
:timestamp_column_name,
|
5565
5776
|
:parquet_timestamp_in_millisecond,
|
5566
5777
|
:cdc_inserts_and_updates)
|
5778
|
+
SENSITIVE = []
|
5567
5779
|
include Aws::Structure
|
5568
5780
|
end
|
5569
5781
|
|
@@ -5576,6 +5788,7 @@ module Aws::DatabaseMigrationService
|
|
5576
5788
|
#
|
5577
5789
|
class SNSInvalidTopicFault < Struct.new(
|
5578
5790
|
:message)
|
5791
|
+
SENSITIVE = []
|
5579
5792
|
include Aws::Structure
|
5580
5793
|
end
|
5581
5794
|
|
@@ -5588,6 +5801,7 @@ module Aws::DatabaseMigrationService
|
|
5588
5801
|
#
|
5589
5802
|
class SNSNoAuthorizationFault < Struct.new(
|
5590
5803
|
:message)
|
5804
|
+
SENSITIVE = []
|
5591
5805
|
include Aws::Structure
|
5592
5806
|
end
|
5593
5807
|
|
@@ -5606,6 +5820,7 @@ module Aws::DatabaseMigrationService
|
|
5606
5820
|
#
|
5607
5821
|
class StartReplicationTaskAssessmentMessage < Struct.new(
|
5608
5822
|
:replication_task_arn)
|
5823
|
+
SENSITIVE = []
|
5609
5824
|
include Aws::Structure
|
5610
5825
|
end
|
5611
5826
|
|
@@ -5617,6 +5832,7 @@ module Aws::DatabaseMigrationService
|
|
5617
5832
|
#
|
5618
5833
|
class StartReplicationTaskAssessmentResponse < Struct.new(
|
5619
5834
|
:replication_task)
|
5835
|
+
SENSITIVE = []
|
5620
5836
|
include Aws::Structure
|
5621
5837
|
end
|
5622
5838
|
|
@@ -5697,6 +5913,7 @@ module Aws::DatabaseMigrationService
|
|
5697
5913
|
:cdc_start_time,
|
5698
5914
|
:cdc_start_position,
|
5699
5915
|
:cdc_stop_position)
|
5916
|
+
SENSITIVE = []
|
5700
5917
|
include Aws::Structure
|
5701
5918
|
end
|
5702
5919
|
|
@@ -5708,6 +5925,7 @@ module Aws::DatabaseMigrationService
|
|
5708
5925
|
#
|
5709
5926
|
class StartReplicationTaskResponse < Struct.new(
|
5710
5927
|
:replication_task)
|
5928
|
+
SENSITIVE = []
|
5711
5929
|
include Aws::Structure
|
5712
5930
|
end
|
5713
5931
|
|
@@ -5726,6 +5944,7 @@ module Aws::DatabaseMigrationService
|
|
5726
5944
|
#
|
5727
5945
|
class StopReplicationTaskMessage < Struct.new(
|
5728
5946
|
:replication_task_arn)
|
5947
|
+
SENSITIVE = []
|
5729
5948
|
include Aws::Structure
|
5730
5949
|
end
|
5731
5950
|
|
@@ -5737,6 +5956,7 @@ module Aws::DatabaseMigrationService
|
|
5737
5956
|
#
|
5738
5957
|
class StopReplicationTaskResponse < Struct.new(
|
5739
5958
|
:replication_task)
|
5959
|
+
SENSITIVE = []
|
5740
5960
|
include Aws::Structure
|
5741
5961
|
end
|
5742
5962
|
|
@@ -5749,6 +5969,7 @@ module Aws::DatabaseMigrationService
|
|
5749
5969
|
#
|
5750
5970
|
class StorageQuotaExceededFault < Struct.new(
|
5751
5971
|
:message)
|
5972
|
+
SENSITIVE = []
|
5752
5973
|
include Aws::Structure
|
5753
5974
|
end
|
5754
5975
|
|
@@ -5774,6 +5995,7 @@ module Aws::DatabaseMigrationService
|
|
5774
5995
|
:subnet_identifier,
|
5775
5996
|
:subnet_availability_zone,
|
5776
5997
|
:subnet_status)
|
5998
|
+
SENSITIVE = []
|
5777
5999
|
include Aws::Structure
|
5778
6000
|
end
|
5779
6001
|
|
@@ -5786,6 +6008,7 @@ module Aws::DatabaseMigrationService
|
|
5786
6008
|
#
|
5787
6009
|
class SubnetAlreadyInUse < Struct.new(
|
5788
6010
|
:message)
|
6011
|
+
SENSITIVE = []
|
5789
6012
|
include Aws::Structure
|
5790
6013
|
end
|
5791
6014
|
|
@@ -5799,8 +6022,8 @@ module Aws::DatabaseMigrationService
|
|
5799
6022
|
# EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
|
5800
6023
|
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
|
5801
6024
|
# `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
5802
|
-
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
5803
|
-
# `"sqlserver"`.
|
6025
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
|
6026
|
+
# `"sqlserver"`, and `"neptune"`.
|
5804
6027
|
# @return [String]
|
5805
6028
|
#
|
5806
6029
|
# @!attribute [rw] supports_cdc
|
@@ -5831,6 +6054,7 @@ module Aws::DatabaseMigrationService
|
|
5831
6054
|
:endpoint_type,
|
5832
6055
|
:replication_instance_engine_minimum_version,
|
5833
6056
|
:engine_display_name)
|
6057
|
+
SENSITIVE = []
|
5834
6058
|
include Aws::Structure
|
5835
6059
|
end
|
5836
6060
|
|
@@ -5970,6 +6194,7 @@ module Aws::DatabaseMigrationService
|
|
5970
6194
|
:validation_suspended_records,
|
5971
6195
|
:validation_state,
|
5972
6196
|
:validation_state_details)
|
6197
|
+
SENSITIVE = []
|
5973
6198
|
include Aws::Structure
|
5974
6199
|
end
|
5975
6200
|
|
@@ -5996,6 +6221,7 @@ module Aws::DatabaseMigrationService
|
|
5996
6221
|
class TableToReload < Struct.new(
|
5997
6222
|
:schema_name,
|
5998
6223
|
:table_name)
|
6224
|
+
SENSITIVE = []
|
5999
6225
|
include Aws::Structure
|
6000
6226
|
end
|
6001
6227
|
|
@@ -6017,20 +6243,20 @@ module Aws::DatabaseMigrationService
|
|
6017
6243
|
# }
|
6018
6244
|
#
|
6019
6245
|
# @!attribute [rw] key
|
6020
|
-
# A key is the required name of the tag. The string value can be
|
6021
|
-
#
|
6022
|
-
# "
|
6023
|
-
#
|
6024
|
-
# '
|
6246
|
+
# A key is the required name of the tag. The string value can be 1-128
|
6247
|
+
# Unicode characters in length and can't be prefixed with "aws:" or
|
6248
|
+
# "dms:". The string can only contain only the set of Unicode
|
6249
|
+
# letters, digits, white-space, '\_', '.', '/', '=', '+',
|
6250
|
+
# '-' (Java regular expressions:
|
6025
6251
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
6026
6252
|
# @return [String]
|
6027
6253
|
#
|
6028
6254
|
# @!attribute [rw] value
|
6029
6255
|
# A value is the optional value of the tag. The string value can be
|
6030
|
-
#
|
6031
|
-
#
|
6032
|
-
#
|
6033
|
-
# '
|
6256
|
+
# 1-256 Unicode characters in length and can't be prefixed with
|
6257
|
+
# "aws:" or "dms:". The string can only contain only the set of
|
6258
|
+
# Unicode letters, digits, white-space, '\_', '.', '/', '=',
|
6259
|
+
# '+', '-' (Java regular expressions:
|
6034
6260
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
6035
6261
|
# @return [String]
|
6036
6262
|
#
|
@@ -6039,6 +6265,7 @@ module Aws::DatabaseMigrationService
|
|
6039
6265
|
class Tag < Struct.new(
|
6040
6266
|
:key,
|
6041
6267
|
:value)
|
6268
|
+
SENSITIVE = []
|
6042
6269
|
include Aws::Structure
|
6043
6270
|
end
|
6044
6271
|
|
@@ -6064,6 +6291,7 @@ module Aws::DatabaseMigrationService
|
|
6064
6291
|
class TestConnectionMessage < Struct.new(
|
6065
6292
|
:replication_instance_arn,
|
6066
6293
|
:endpoint_arn)
|
6294
|
+
SENSITIVE = []
|
6067
6295
|
include Aws::Structure
|
6068
6296
|
end
|
6069
6297
|
|
@@ -6075,6 +6303,7 @@ module Aws::DatabaseMigrationService
|
|
6075
6303
|
#
|
6076
6304
|
class TestConnectionResponse < Struct.new(
|
6077
6305
|
:connection)
|
6306
|
+
SENSITIVE = []
|
6078
6307
|
include Aws::Structure
|
6079
6308
|
end
|
6080
6309
|
|
@@ -6087,14 +6316,15 @@ module Aws::DatabaseMigrationService
|
|
6087
6316
|
#
|
6088
6317
|
class UpgradeDependencyFailureFault < Struct.new(
|
6089
6318
|
:message)
|
6319
|
+
SENSITIVE = []
|
6090
6320
|
include Aws::Structure
|
6091
6321
|
end
|
6092
6322
|
|
6093
|
-
# Describes status of a security group associated with the virtual
|
6094
|
-
# private cloud hosting your replication and DB instances.
|
6323
|
+
# Describes the status of a security group associated with the virtual
|
6324
|
+
# private cloud (VPC) hosting your replication and DB instances.
|
6095
6325
|
#
|
6096
6326
|
# @!attribute [rw] vpc_security_group_id
|
6097
|
-
# The VPC security group
|
6327
|
+
# The VPC security group ID.
|
6098
6328
|
# @return [String]
|
6099
6329
|
#
|
6100
6330
|
# @!attribute [rw] status
|
@@ -6106,6 +6336,7 @@ module Aws::DatabaseMigrationService
|
|
6106
6336
|
class VpcSecurityGroupMembership < Struct.new(
|
6107
6337
|
:vpc_security_group_id,
|
6108
6338
|
:status)
|
6339
|
+
SENSITIVE = []
|
6109
6340
|
include Aws::Structure
|
6110
6341
|
end
|
6111
6342
|
|