aws-sdk-databasemigrationservice 1.30.0 → 1.35.1
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 +5 -5
- data/lib/aws-sdk-databasemigrationservice.rb +7 -4
- data/lib/aws-sdk-databasemigrationservice/client.rb +396 -99
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +34 -0
- data/lib/aws-sdk-databasemigrationservice/errors.rb +42 -20
- data/lib/aws-sdk-databasemigrationservice/resource.rb +1 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +625 -142
- data/lib/aws-sdk-databasemigrationservice/waiters.rb +68 -0
- metadata +5 -5
@@ -124,6 +124,7 @@ module Aws::DatabaseMigrationService
|
|
124
124
|
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
125
125
|
KMSNotFoundFault = Shapes::StructureShape.new(name: 'KMSNotFoundFault')
|
126
126
|
KMSThrottlingFault = Shapes::StructureShape.new(name: 'KMSThrottlingFault')
|
127
|
+
KafkaSettings = Shapes::StructureShape.new(name: 'KafkaSettings')
|
127
128
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
128
129
|
KinesisSettings = Shapes::StructureShape.new(name: 'KinesisSettings')
|
129
130
|
ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
|
@@ -142,6 +143,7 @@ module Aws::DatabaseMigrationService
|
|
142
143
|
ModifyReplicationTaskMessage = Shapes::StructureShape.new(name: 'ModifyReplicationTaskMessage')
|
143
144
|
ModifyReplicationTaskResponse = Shapes::StructureShape.new(name: 'ModifyReplicationTaskResponse')
|
144
145
|
MongoDbSettings = Shapes::StructureShape.new(name: 'MongoDbSettings')
|
146
|
+
NeptuneSettings = Shapes::StructureShape.new(name: 'NeptuneSettings')
|
145
147
|
NestingLevelValue = Shapes::StringShape.new(name: 'NestingLevelValue')
|
146
148
|
OrderableReplicationInstance = Shapes::StructureShape.new(name: 'OrderableReplicationInstance')
|
147
149
|
OrderableReplicationInstanceList = Shapes::ListShape.new(name: 'OrderableReplicationInstanceList')
|
@@ -292,7 +294,9 @@ module Aws::DatabaseMigrationService
|
|
292
294
|
CreateEndpointMessage.add_member(:dms_transfer_settings, Shapes::ShapeRef.new(shape: DmsTransferSettings, location_name: "DmsTransferSettings"))
|
293
295
|
CreateEndpointMessage.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
|
294
296
|
CreateEndpointMessage.add_member(:kinesis_settings, Shapes::ShapeRef.new(shape: KinesisSettings, location_name: "KinesisSettings"))
|
297
|
+
CreateEndpointMessage.add_member(:kafka_settings, Shapes::ShapeRef.new(shape: KafkaSettings, location_name: "KafkaSettings"))
|
295
298
|
CreateEndpointMessage.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
|
299
|
+
CreateEndpointMessage.add_member(:neptune_settings, Shapes::ShapeRef.new(shape: NeptuneSettings, location_name: "NeptuneSettings"))
|
296
300
|
CreateEndpointMessage.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
|
297
301
|
CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
|
298
302
|
|
@@ -350,6 +354,7 @@ module Aws::DatabaseMigrationService
|
|
350
354
|
CreateReplicationTaskMessage.add_member(:cdc_start_position, Shapes::ShapeRef.new(shape: String, location_name: "CdcStartPosition"))
|
351
355
|
CreateReplicationTaskMessage.add_member(:cdc_stop_position, Shapes::ShapeRef.new(shape: String, location_name: "CdcStopPosition"))
|
352
356
|
CreateReplicationTaskMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
357
|
+
CreateReplicationTaskMessage.add_member(:task_data, Shapes::ShapeRef.new(shape: String, location_name: "TaskData"))
|
353
358
|
CreateReplicationTaskMessage.struct_class = Types::CreateReplicationTaskMessage
|
354
359
|
|
355
360
|
CreateReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
@@ -598,7 +603,9 @@ module Aws::DatabaseMigrationService
|
|
598
603
|
Endpoint.add_member(:dms_transfer_settings, Shapes::ShapeRef.new(shape: DmsTransferSettings, location_name: "DmsTransferSettings"))
|
599
604
|
Endpoint.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
|
600
605
|
Endpoint.add_member(:kinesis_settings, Shapes::ShapeRef.new(shape: KinesisSettings, location_name: "KinesisSettings"))
|
606
|
+
Endpoint.add_member(:kafka_settings, Shapes::ShapeRef.new(shape: KafkaSettings, location_name: "KafkaSettings"))
|
601
607
|
Endpoint.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
|
608
|
+
Endpoint.add_member(:neptune_settings, Shapes::ShapeRef.new(shape: NeptuneSettings, location_name: "NeptuneSettings"))
|
602
609
|
Endpoint.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
|
603
610
|
Endpoint.struct_class = Types::Endpoint
|
604
611
|
|
@@ -681,11 +688,20 @@ module Aws::DatabaseMigrationService
|
|
681
688
|
KMSThrottlingFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
682
689
|
KMSThrottlingFault.struct_class = Types::KMSThrottlingFault
|
683
690
|
|
691
|
+
KafkaSettings.add_member(:broker, Shapes::ShapeRef.new(shape: String, location_name: "Broker"))
|
692
|
+
KafkaSettings.add_member(:topic, Shapes::ShapeRef.new(shape: String, location_name: "Topic"))
|
693
|
+
KafkaSettings.struct_class = Types::KafkaSettings
|
694
|
+
|
684
695
|
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
685
696
|
|
686
697
|
KinesisSettings.add_member(:stream_arn, Shapes::ShapeRef.new(shape: String, location_name: "StreamArn"))
|
687
698
|
KinesisSettings.add_member(:message_format, Shapes::ShapeRef.new(shape: MessageFormatValue, location_name: "MessageFormat"))
|
688
699
|
KinesisSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
700
|
+
KinesisSettings.add_member(:include_transaction_details, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeTransactionDetails"))
|
701
|
+
KinesisSettings.add_member(:include_partition_value, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludePartitionValue"))
|
702
|
+
KinesisSettings.add_member(:partition_include_schema_table, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PartitionIncludeSchemaTable"))
|
703
|
+
KinesisSettings.add_member(:include_table_alter_operations, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeTableAlterOperations"))
|
704
|
+
KinesisSettings.add_member(:include_control_details, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeControlDetails"))
|
689
705
|
KinesisSettings.struct_class = Types::KinesisSettings
|
690
706
|
|
691
707
|
ListTagsForResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
@@ -713,7 +729,9 @@ module Aws::DatabaseMigrationService
|
|
713
729
|
ModifyEndpointMessage.add_member(:dms_transfer_settings, Shapes::ShapeRef.new(shape: DmsTransferSettings, location_name: "DmsTransferSettings"))
|
714
730
|
ModifyEndpointMessage.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
|
715
731
|
ModifyEndpointMessage.add_member(:kinesis_settings, Shapes::ShapeRef.new(shape: KinesisSettings, location_name: "KinesisSettings"))
|
732
|
+
ModifyEndpointMessage.add_member(:kafka_settings, Shapes::ShapeRef.new(shape: KafkaSettings, location_name: "KafkaSettings"))
|
716
733
|
ModifyEndpointMessage.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
|
734
|
+
ModifyEndpointMessage.add_member(:neptune_settings, Shapes::ShapeRef.new(shape: NeptuneSettings, location_name: "NeptuneSettings"))
|
717
735
|
ModifyEndpointMessage.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
|
718
736
|
ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
|
719
737
|
|
@@ -762,6 +780,7 @@ module Aws::DatabaseMigrationService
|
|
762
780
|
ModifyReplicationTaskMessage.add_member(:cdc_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CdcStartTime"))
|
763
781
|
ModifyReplicationTaskMessage.add_member(:cdc_start_position, Shapes::ShapeRef.new(shape: String, location_name: "CdcStartPosition"))
|
764
782
|
ModifyReplicationTaskMessage.add_member(:cdc_stop_position, Shapes::ShapeRef.new(shape: String, location_name: "CdcStopPosition"))
|
783
|
+
ModifyReplicationTaskMessage.add_member(:task_data, Shapes::ShapeRef.new(shape: String, location_name: "TaskData"))
|
765
784
|
ModifyReplicationTaskMessage.struct_class = Types::ModifyReplicationTaskMessage
|
766
785
|
|
767
786
|
ModifyReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
@@ -781,6 +800,15 @@ module Aws::DatabaseMigrationService
|
|
781
800
|
MongoDbSettings.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
782
801
|
MongoDbSettings.struct_class = Types::MongoDbSettings
|
783
802
|
|
803
|
+
NeptuneSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
804
|
+
NeptuneSettings.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketName"))
|
805
|
+
NeptuneSettings.add_member(:s3_bucket_folder, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketFolder"))
|
806
|
+
NeptuneSettings.add_member(:error_retry_duration, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ErrorRetryDuration"))
|
807
|
+
NeptuneSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
808
|
+
NeptuneSettings.add_member(:max_retry_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRetryCount"))
|
809
|
+
NeptuneSettings.add_member(:iam_auth_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IamAuthEnabled"))
|
810
|
+
NeptuneSettings.struct_class = Types::NeptuneSettings
|
811
|
+
|
784
812
|
OrderableReplicationInstance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
785
813
|
OrderableReplicationInstance.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceClass"))
|
786
814
|
OrderableReplicationInstance.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
@@ -941,6 +969,7 @@ module Aws::DatabaseMigrationService
|
|
941
969
|
ReplicationTask.add_member(:recovery_checkpoint, Shapes::ShapeRef.new(shape: String, location_name: "RecoveryCheckpoint"))
|
942
970
|
ReplicationTask.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskArn"))
|
943
971
|
ReplicationTask.add_member(:replication_task_stats, Shapes::ShapeRef.new(shape: ReplicationTaskStats, location_name: "ReplicationTaskStats"))
|
972
|
+
ReplicationTask.add_member(:task_data, Shapes::ShapeRef.new(shape: String, location_name: "TaskData"))
|
944
973
|
ReplicationTask.struct_class = Types::ReplicationTask
|
945
974
|
|
946
975
|
ReplicationTaskAssessmentResult.add_member(:replication_task_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskIdentifier"))
|
@@ -1003,6 +1032,7 @@ module Aws::DatabaseMigrationService
|
|
1003
1032
|
S3Settings.add_member(:cdc_inserts_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CdcInsertsOnly"))
|
1004
1033
|
S3Settings.add_member(:timestamp_column_name, Shapes::ShapeRef.new(shape: String, location_name: "TimestampColumnName"))
|
1005
1034
|
S3Settings.add_member(:parquet_timestamp_in_millisecond, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ParquetTimestampInMillisecond"))
|
1035
|
+
S3Settings.add_member(:cdc_inserts_and_updates, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CdcInsertsAndUpdates"))
|
1006
1036
|
S3Settings.struct_class = Types::S3Settings
|
1007
1037
|
|
1008
1038
|
SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
@@ -1055,6 +1085,7 @@ module Aws::DatabaseMigrationService
|
|
1055
1085
|
SupportedEndpointType.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineName"))
|
1056
1086
|
SupportedEndpointType.add_member(:supports_cdc, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsCDC"))
|
1057
1087
|
SupportedEndpointType.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ReplicationEndpointTypeValue, location_name: "EndpointType"))
|
1088
|
+
SupportedEndpointType.add_member(:replication_instance_engine_minimum_version, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceEngineMinimumVersion"))
|
1058
1089
|
SupportedEndpointType.add_member(:engine_display_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineDisplayName"))
|
1059
1090
|
SupportedEndpointType.struct_class = Types::SupportedEndpointType
|
1060
1091
|
|
@@ -1071,6 +1102,9 @@ module Aws::DatabaseMigrationService
|
|
1071
1102
|
TableStatistics.add_member(:full_load_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadRows"))
|
1072
1103
|
TableStatistics.add_member(:full_load_condtnl_chk_failed_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadCondtnlChkFailedRows"))
|
1073
1104
|
TableStatistics.add_member(:full_load_error_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadErrorRows"))
|
1105
|
+
TableStatistics.add_member(:full_load_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "FullLoadStartTime"))
|
1106
|
+
TableStatistics.add_member(:full_load_end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "FullLoadEndTime"))
|
1107
|
+
TableStatistics.add_member(:full_load_reloaded, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "FullLoadReloaded"))
|
1074
1108
|
TableStatistics.add_member(:last_update_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LastUpdateTime"))
|
1075
1109
|
TableStatistics.add_member(:table_state, Shapes::ShapeRef.new(shape: String, location_name: "TableState"))
|
1076
1110
|
TableStatistics.add_member(:validation_pending_records, Shapes::ShapeRef.new(shape: Long, location_name: "ValidationPendingRecords"))
|
@@ -6,6 +6,48 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::DatabaseMigrationService
|
9
|
+
|
10
|
+
# When DatabaseMigrationService returns an error response, the Ruby SDK constructs and raises an error.
|
11
|
+
# These errors all extend Aws::DatabaseMigrationService::Errors::ServiceError < {Aws::Errors::ServiceError}
|
12
|
+
#
|
13
|
+
# You can rescue all DatabaseMigrationService errors using ServiceError:
|
14
|
+
#
|
15
|
+
# begin
|
16
|
+
# # do stuff
|
17
|
+
# rescue Aws::DatabaseMigrationService::Errors::ServiceError
|
18
|
+
# # rescues all DatabaseMigrationService API errors
|
19
|
+
# end
|
20
|
+
#
|
21
|
+
#
|
22
|
+
# ## Request Context
|
23
|
+
# ServiceError objects have a {Aws::Errors::ServiceError#context #context} method that returns
|
24
|
+
# information about the request that generated the error.
|
25
|
+
# See {Seahorse::Client::RequestContext} for more information.
|
26
|
+
#
|
27
|
+
# ## Error Classes
|
28
|
+
# * {AccessDeniedFault}
|
29
|
+
# * {InsufficientResourceCapacityFault}
|
30
|
+
# * {InvalidCertificateFault}
|
31
|
+
# * {InvalidResourceStateFault}
|
32
|
+
# * {InvalidSubnet}
|
33
|
+
# * {KMSAccessDeniedFault}
|
34
|
+
# * {KMSDisabledFault}
|
35
|
+
# * {KMSInvalidStateFault}
|
36
|
+
# * {KMSKeyNotAccessibleFault}
|
37
|
+
# * {KMSNotFoundFault}
|
38
|
+
# * {KMSThrottlingFault}
|
39
|
+
# * {ReplicationSubnetGroupDoesNotCoverEnoughAZs}
|
40
|
+
# * {ResourceAlreadyExistsFault}
|
41
|
+
# * {ResourceNotFoundFault}
|
42
|
+
# * {ResourceQuotaExceededFault}
|
43
|
+
# * {SNSInvalidTopicFault}
|
44
|
+
# * {SNSNoAuthorizationFault}
|
45
|
+
# * {StorageQuotaExceededFault}
|
46
|
+
# * {SubnetAlreadyInUse}
|
47
|
+
# * {UpgradeDependencyFailureFault}
|
48
|
+
#
|
49
|
+
# Additionally, error classes are dynamically generated for service errors based on the error code
|
50
|
+
# if they are not defined above.
|
9
51
|
module Errors
|
10
52
|
|
11
53
|
extend Aws::Errors::DynamicErrors
|
@@ -23,7 +65,6 @@ module Aws::DatabaseMigrationService
|
|
23
65
|
def message
|
24
66
|
@message || @data[:message]
|
25
67
|
end
|
26
|
-
|
27
68
|
end
|
28
69
|
|
29
70
|
class InsufficientResourceCapacityFault < ServiceError
|
@@ -39,7 +80,6 @@ module Aws::DatabaseMigrationService
|
|
39
80
|
def message
|
40
81
|
@message || @data[:message]
|
41
82
|
end
|
42
|
-
|
43
83
|
end
|
44
84
|
|
45
85
|
class InvalidCertificateFault < ServiceError
|
@@ -55,7 +95,6 @@ module Aws::DatabaseMigrationService
|
|
55
95
|
def message
|
56
96
|
@message || @data[:message]
|
57
97
|
end
|
58
|
-
|
59
98
|
end
|
60
99
|
|
61
100
|
class InvalidResourceStateFault < ServiceError
|
@@ -71,7 +110,6 @@ module Aws::DatabaseMigrationService
|
|
71
110
|
def message
|
72
111
|
@message || @data[:message]
|
73
112
|
end
|
74
|
-
|
75
113
|
end
|
76
114
|
|
77
115
|
class InvalidSubnet < ServiceError
|
@@ -87,7 +125,6 @@ module Aws::DatabaseMigrationService
|
|
87
125
|
def message
|
88
126
|
@message || @data[:message]
|
89
127
|
end
|
90
|
-
|
91
128
|
end
|
92
129
|
|
93
130
|
class KMSAccessDeniedFault < ServiceError
|
@@ -103,7 +140,6 @@ module Aws::DatabaseMigrationService
|
|
103
140
|
def message
|
104
141
|
@message || @data[:message]
|
105
142
|
end
|
106
|
-
|
107
143
|
end
|
108
144
|
|
109
145
|
class KMSDisabledFault < ServiceError
|
@@ -119,7 +155,6 @@ module Aws::DatabaseMigrationService
|
|
119
155
|
def message
|
120
156
|
@message || @data[:message]
|
121
157
|
end
|
122
|
-
|
123
158
|
end
|
124
159
|
|
125
160
|
class KMSInvalidStateFault < ServiceError
|
@@ -135,7 +170,6 @@ module Aws::DatabaseMigrationService
|
|
135
170
|
def message
|
136
171
|
@message || @data[:message]
|
137
172
|
end
|
138
|
-
|
139
173
|
end
|
140
174
|
|
141
175
|
class KMSKeyNotAccessibleFault < ServiceError
|
@@ -151,7 +185,6 @@ module Aws::DatabaseMigrationService
|
|
151
185
|
def message
|
152
186
|
@message || @data[:message]
|
153
187
|
end
|
154
|
-
|
155
188
|
end
|
156
189
|
|
157
190
|
class KMSNotFoundFault < ServiceError
|
@@ -167,7 +200,6 @@ module Aws::DatabaseMigrationService
|
|
167
200
|
def message
|
168
201
|
@message || @data[:message]
|
169
202
|
end
|
170
|
-
|
171
203
|
end
|
172
204
|
|
173
205
|
class KMSThrottlingFault < ServiceError
|
@@ -183,7 +215,6 @@ module Aws::DatabaseMigrationService
|
|
183
215
|
def message
|
184
216
|
@message || @data[:message]
|
185
217
|
end
|
186
|
-
|
187
218
|
end
|
188
219
|
|
189
220
|
class ReplicationSubnetGroupDoesNotCoverEnoughAZs < ServiceError
|
@@ -199,7 +230,6 @@ module Aws::DatabaseMigrationService
|
|
199
230
|
def message
|
200
231
|
@message || @data[:message]
|
201
232
|
end
|
202
|
-
|
203
233
|
end
|
204
234
|
|
205
235
|
class ResourceAlreadyExistsFault < ServiceError
|
@@ -220,7 +250,6 @@ module Aws::DatabaseMigrationService
|
|
220
250
|
def resource_arn
|
221
251
|
@data[:resource_arn]
|
222
252
|
end
|
223
|
-
|
224
253
|
end
|
225
254
|
|
226
255
|
class ResourceNotFoundFault < ServiceError
|
@@ -236,7 +265,6 @@ module Aws::DatabaseMigrationService
|
|
236
265
|
def message
|
237
266
|
@message || @data[:message]
|
238
267
|
end
|
239
|
-
|
240
268
|
end
|
241
269
|
|
242
270
|
class ResourceQuotaExceededFault < ServiceError
|
@@ -252,7 +280,6 @@ module Aws::DatabaseMigrationService
|
|
252
280
|
def message
|
253
281
|
@message || @data[:message]
|
254
282
|
end
|
255
|
-
|
256
283
|
end
|
257
284
|
|
258
285
|
class SNSInvalidTopicFault < ServiceError
|
@@ -268,7 +295,6 @@ module Aws::DatabaseMigrationService
|
|
268
295
|
def message
|
269
296
|
@message || @data[:message]
|
270
297
|
end
|
271
|
-
|
272
298
|
end
|
273
299
|
|
274
300
|
class SNSNoAuthorizationFault < ServiceError
|
@@ -284,7 +310,6 @@ module Aws::DatabaseMigrationService
|
|
284
310
|
def message
|
285
311
|
@message || @data[:message]
|
286
312
|
end
|
287
|
-
|
288
313
|
end
|
289
314
|
|
290
315
|
class StorageQuotaExceededFault < ServiceError
|
@@ -300,7 +325,6 @@ module Aws::DatabaseMigrationService
|
|
300
325
|
def message
|
301
326
|
@message || @data[:message]
|
302
327
|
end
|
303
|
-
|
304
328
|
end
|
305
329
|
|
306
330
|
class SubnetAlreadyInUse < ServiceError
|
@@ -316,7 +340,6 @@ module Aws::DatabaseMigrationService
|
|
316
340
|
def message
|
317
341
|
@message || @data[:message]
|
318
342
|
end
|
319
|
-
|
320
343
|
end
|
321
344
|
|
322
345
|
class UpgradeDependencyFailureFault < ServiceError
|
@@ -332,7 +355,6 @@ module Aws::DatabaseMigrationService
|
|
332
355
|
def message
|
333
356
|
@message || @data[:message]
|
334
357
|
end
|
335
|
-
|
336
358
|
end
|
337
359
|
|
338
360
|
end
|
@@ -139,8 +139,10 @@ module Aws::DatabaseMigrationService
|
|
139
139
|
include Aws::Structure
|
140
140
|
end
|
141
141
|
|
142
|
+
# The name of the Availability Zone for use during database migration.
|
143
|
+
#
|
142
144
|
# @!attribute [rw] name
|
143
|
-
# The name of the
|
145
|
+
# The name of the Availability Zone.
|
144
146
|
# @return [String]
|
145
147
|
#
|
146
148
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AvailabilityZone AWS API Documentation
|
@@ -155,8 +157,9 @@ module Aws::DatabaseMigrationService
|
|
155
157
|
#
|
156
158
|
# @!attribute [rw] certificate_identifier
|
157
159
|
# A customer-assigned name for the certificate. Identifiers must begin
|
158
|
-
# with a letter
|
159
|
-
#
|
160
|
+
# with a letter and must contain only ASCII letters, digits, and
|
161
|
+
# hyphens. They can't end with a hyphen or contain two consecutive
|
162
|
+
# hyphens.
|
160
163
|
# @return [String]
|
161
164
|
#
|
162
165
|
# @!attribute [rw] certificate_creation_date
|
@@ -212,13 +215,16 @@ module Aws::DatabaseMigrationService
|
|
212
215
|
include Aws::Structure
|
213
216
|
end
|
214
217
|
|
218
|
+
# Status of the connection between an endpoint and a replication
|
219
|
+
# instance, including Amazon Resource Names (ARNs) and the last error
|
220
|
+
# message issued.
|
221
|
+
#
|
215
222
|
# @!attribute [rw] replication_instance_arn
|
216
|
-
# The
|
223
|
+
# The ARN of the replication instance.
|
217
224
|
# @return [String]
|
218
225
|
#
|
219
226
|
# @!attribute [rw] endpoint_arn
|
220
|
-
# The
|
221
|
-
# endpoint.
|
227
|
+
# The ARN string that uniquely identifies the endpoint.
|
222
228
|
# @return [String]
|
223
229
|
#
|
224
230
|
# @!attribute [rw] status
|
@@ -230,9 +236,9 @@ module Aws::DatabaseMigrationService
|
|
230
236
|
# @return [String]
|
231
237
|
#
|
232
238
|
# @!attribute [rw] endpoint_identifier
|
233
|
-
# The identifier of the endpoint. Identifiers must begin with a
|
234
|
-
#
|
235
|
-
#
|
239
|
+
# The identifier of the endpoint. Identifiers must begin with a letter
|
240
|
+
# and must contain only ASCII letters, digits, and hyphens. They
|
241
|
+
# can't end with a hyphen or contain two consecutive hyphens.
|
236
242
|
# @return [String]
|
237
243
|
#
|
238
244
|
# @!attribute [rw] replication_instance_identifier
|
@@ -300,6 +306,7 @@ module Aws::DatabaseMigrationService
|
|
300
306
|
# cdc_inserts_only: false,
|
301
307
|
# timestamp_column_name: "String",
|
302
308
|
# parquet_timestamp_in_millisecond: false,
|
309
|
+
# cdc_inserts_and_updates: false,
|
303
310
|
# },
|
304
311
|
# dms_transfer_settings: {
|
305
312
|
# service_access_role_arn: "String",
|
@@ -321,8 +328,17 @@ module Aws::DatabaseMigrationService
|
|
321
328
|
# },
|
322
329
|
# kinesis_settings: {
|
323
330
|
# stream_arn: "String",
|
324
|
-
# message_format: "json", # accepts json
|
331
|
+
# message_format: "json", # accepts json, json-unformatted
|
325
332
|
# service_access_role_arn: "String",
|
333
|
+
# include_transaction_details: false,
|
334
|
+
# include_partition_value: false,
|
335
|
+
# partition_include_schema_table: false,
|
336
|
+
# include_table_alter_operations: false,
|
337
|
+
# include_control_details: false,
|
338
|
+
# },
|
339
|
+
# kafka_settings: {
|
340
|
+
# broker: "String",
|
341
|
+
# topic: "String",
|
326
342
|
# },
|
327
343
|
# elasticsearch_settings: {
|
328
344
|
# service_access_role_arn: "String", # required
|
@@ -330,6 +346,15 @@ module Aws::DatabaseMigrationService
|
|
330
346
|
# full_load_error_percentage: 1,
|
331
347
|
# error_retry_duration: 1,
|
332
348
|
# },
|
349
|
+
# neptune_settings: {
|
350
|
+
# service_access_role_arn: "String",
|
351
|
+
# s3_bucket_name: "String", # required
|
352
|
+
# s3_bucket_folder: "String", # required
|
353
|
+
# error_retry_duration: 1,
|
354
|
+
# max_file_size: 1,
|
355
|
+
# max_retry_count: 1,
|
356
|
+
# iam_auth_enabled: false,
|
357
|
+
# },
|
333
358
|
# redshift_settings: {
|
334
359
|
# accept_any_date: false,
|
335
360
|
# after_connect_script: "String",
|
@@ -361,8 +386,8 @@ module Aws::DatabaseMigrationService
|
|
361
386
|
#
|
362
387
|
# @!attribute [rw] endpoint_identifier
|
363
388
|
# The database endpoint identifier. Identifiers must begin with a
|
364
|
-
# letter
|
365
|
-
#
|
389
|
+
# letter and must contain only ASCII letters, digits, and hyphens.
|
390
|
+
# They can't end with a hyphen or contain two consecutive hyphens.
|
366
391
|
# @return [String]
|
367
392
|
#
|
368
393
|
# @!attribute [rw] endpoint_type
|
@@ -371,9 +396,11 @@ module Aws::DatabaseMigrationService
|
|
371
396
|
#
|
372
397
|
# @!attribute [rw] engine_name
|
373
398
|
# The type of engine for the endpoint. Valid values, depending on the
|
374
|
-
# `EndpointType` value, include `mysql`, `oracle`, `postgres`,
|
375
|
-
# `mariadb`, `aurora`, `aurora-postgresql`, `redshift`,
|
376
|
-
# `azuredb`, `sybase`, `dynamodb`, `mongodb`,
|
399
|
+
# `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
|
400
|
+
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
|
401
|
+
# `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
402
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
|
403
|
+
# `"sqlserver"`.
|
377
404
|
# @return [String]
|
378
405
|
#
|
379
406
|
# @!attribute [rw] username
|
@@ -446,7 +473,7 @@ module Aws::DatabaseMigrationService
|
|
446
473
|
#
|
447
474
|
# @!attribute [rw] dynamo_db_settings
|
448
475
|
# Settings in JSON format for the target Amazon DynamoDB endpoint. For
|
449
|
-
#
|
476
|
+
# information about other available settings, see [Using Object
|
450
477
|
# Mapping to Migrate Data to DynamoDB][1] in the *AWS Database
|
451
478
|
# Migration Service User Guide.*
|
452
479
|
#
|
@@ -491,27 +518,37 @@ module Aws::DatabaseMigrationService
|
|
491
518
|
#
|
492
519
|
# @!attribute [rw] mongo_db_settings
|
493
520
|
# Settings in JSON format for the source MongoDB endpoint. For more
|
494
|
-
# information about the available settings, see
|
495
|
-
#
|
496
|
-
# Migration Service
|
497
|
-
# Guide.*
|
521
|
+
# information about the available settings, see [Using MongoDB as a
|
522
|
+
# Target for AWS Database Migration Service][1] in the *AWS Database
|
523
|
+
# Migration Service User Guide.*
|
498
524
|
#
|
499
525
|
#
|
500
526
|
#
|
501
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html
|
527
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration
|
502
528
|
# @return [Types::MongoDbSettings]
|
503
529
|
#
|
504
530
|
# @!attribute [rw] kinesis_settings
|
505
|
-
# Settings in JSON format for the target Amazon Kinesis
|
506
|
-
#
|
507
|
-
# [Using
|
508
|
-
# in the *AWS Database Migration User Guide.*
|
531
|
+
# Settings in JSON format for the target endpoint for Amazon Kinesis
|
532
|
+
# Data Streams. For more information about the available settings, see
|
533
|
+
# [Using Amazon Kinesis Data Streams as a Target for AWS Database
|
534
|
+
# Migration Service][1] in the *AWS Database Migration User Guide.*
|
509
535
|
#
|
510
536
|
#
|
511
537
|
#
|
512
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html
|
538
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html
|
513
539
|
# @return [Types::KinesisSettings]
|
514
540
|
#
|
541
|
+
# @!attribute [rw] kafka_settings
|
542
|
+
# Settings in JSON format for the target Apache Kafka endpoint. For
|
543
|
+
# more information about the available settings, see [Using Apache
|
544
|
+
# Kafka as a Target for AWS Database Migration Service][1] in the *AWS
|
545
|
+
# Database Migration User Guide.*
|
546
|
+
#
|
547
|
+
#
|
548
|
+
#
|
549
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html
|
550
|
+
# @return [Types::KafkaSettings]
|
551
|
+
#
|
515
552
|
# @!attribute [rw] elasticsearch_settings
|
516
553
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
517
554
|
# more information about the available settings, see [Extra Connection
|
@@ -523,7 +560,19 @@ module Aws::DatabaseMigrationService
|
|
523
560
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration
|
524
561
|
# @return [Types::ElasticsearchSettings]
|
525
562
|
#
|
563
|
+
# @!attribute [rw] neptune_settings
|
564
|
+
# Settings in JSON format for the target Amazon Neptune endpoint. For
|
565
|
+
# more information about the available settings, see
|
566
|
+
# [https://docs.aws.amazon.com/dms/latest/userguide/CHAP\_Target.Neptune.html#CHAP\_Target.Neptune.EndpointSettings][1]
|
567
|
+
# in the *AWS Database Migration Service User Guide.*
|
568
|
+
#
|
569
|
+
#
|
570
|
+
#
|
571
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings
|
572
|
+
# @return [Types::NeptuneSettings]
|
573
|
+
#
|
526
574
|
# @!attribute [rw] redshift_settings
|
575
|
+
# Provides information that defines an Amazon Redshift endpoint.
|
527
576
|
# @return [Types::RedshiftSettings]
|
528
577
|
#
|
529
578
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
|
@@ -549,7 +598,9 @@ module Aws::DatabaseMigrationService
|
|
549
598
|
:dms_transfer_settings,
|
550
599
|
:mongo_db_settings,
|
551
600
|
:kinesis_settings,
|
601
|
+
:kafka_settings,
|
552
602
|
:elasticsearch_settings,
|
603
|
+
:neptune_settings,
|
553
604
|
:redshift_settings)
|
554
605
|
include Aws::Structure
|
555
606
|
end
|
@@ -598,7 +649,7 @@ module Aws::DatabaseMigrationService
|
|
598
649
|
# The type of AWS DMS resource that generates the events. For example,
|
599
650
|
# if you want to be notified of events generated by a replication
|
600
651
|
# instance, you set this parameter to `replication-instance`. If this
|
601
|
-
# value
|
652
|
+
# value isn't specified, all events are returned.
|
602
653
|
#
|
603
654
|
# Valid values: `replication-instance` \| `replication-task`
|
604
655
|
# @return [String]
|
@@ -694,7 +745,7 @@ module Aws::DatabaseMigrationService
|
|
694
745
|
#
|
695
746
|
# * First character must be a letter.
|
696
747
|
#
|
697
|
-
# *
|
748
|
+
# * Can't end with a hyphen or contain two consecutive hyphens.
|
698
749
|
#
|
699
750
|
# Example: `myrepinstance`
|
700
751
|
# @return [String]
|
@@ -720,7 +771,7 @@ module Aws::DatabaseMigrationService
|
|
720
771
|
# @return [Array<String>]
|
721
772
|
#
|
722
773
|
# @!attribute [rw] availability_zone
|
723
|
-
# The
|
774
|
+
# The Availability Zone where the replication instance will be
|
724
775
|
# created. The default value is a random, system-chosen Availability
|
725
776
|
# Zone in the endpoint's AWS Region, for example: `us-east-1d`
|
726
777
|
# @return [String]
|
@@ -745,7 +796,7 @@ module Aws::DatabaseMigrationService
|
|
745
796
|
#
|
746
797
|
# @!attribute [rw] multi_az
|
747
798
|
# Specifies whether the replication instance is a Multi-AZ deployment.
|
748
|
-
# You
|
799
|
+
# You can't set the `AvailabilityZone` parameter if the Multi-AZ
|
749
800
|
# parameter is set to `true`.
|
750
801
|
# @return [Boolean]
|
751
802
|
#
|
@@ -754,7 +805,7 @@ module Aws::DatabaseMigrationService
|
|
754
805
|
# @return [String]
|
755
806
|
#
|
756
807
|
# @!attribute [rw] auto_minor_version_upgrade
|
757
|
-
#
|
808
|
+
# A value that indicates whether minor engine upgrades are applied
|
758
809
|
# automatically to the replication instance during the maintenance
|
759
810
|
# window. This parameter defaults to `true`.
|
760
811
|
#
|
@@ -897,6 +948,7 @@ module Aws::DatabaseMigrationService
|
|
897
948
|
# value: "String",
|
898
949
|
# },
|
899
950
|
# ],
|
951
|
+
# task_data: "String",
|
900
952
|
# }
|
901
953
|
#
|
902
954
|
# @!attribute [rw] replication_task_identifier
|
@@ -932,8 +984,8 @@ module Aws::DatabaseMigrationService
|
|
932
984
|
#
|
933
985
|
# @!attribute [rw] table_mappings
|
934
986
|
# The table mappings for the task, in JSON format. For more
|
935
|
-
# information, see [Table Mapping][1]
|
936
|
-
# User Guide.*
|
987
|
+
# information, see [Using Table Mapping to Specify Task Settings][1]
|
988
|
+
# in the *AWS Database Migration User Guide.*
|
937
989
|
#
|
938
990
|
#
|
939
991
|
#
|
@@ -942,7 +994,8 @@ module Aws::DatabaseMigrationService
|
|
942
994
|
#
|
943
995
|
# @!attribute [rw] replication_task_settings
|
944
996
|
# Overall settings for the task, in JSON format. For more information,
|
945
|
-
# see [Task Settings
|
997
|
+
# see [Specifying Task Settings for AWS Database Migration Service
|
998
|
+
# Tasks][1] in the *AWS Database Migration User Guide.*
|
946
999
|
#
|
947
1000
|
#
|
948
1001
|
#
|
@@ -1002,6 +1055,17 @@ module Aws::DatabaseMigrationService
|
|
1002
1055
|
# One or more tags to be assigned to the replication task.
|
1003
1056
|
# @return [Array<Types::Tag>]
|
1004
1057
|
#
|
1058
|
+
# @!attribute [rw] task_data
|
1059
|
+
# Supplemental information that the task requires to migrate the data
|
1060
|
+
# for certain source and target endpoints. For more information, see
|
1061
|
+
# [Specifying Supplemental Data for Task Settings][1] in the *AWS
|
1062
|
+
# Database Migration User Guide.*
|
1063
|
+
#
|
1064
|
+
#
|
1065
|
+
#
|
1066
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
|
1067
|
+
# @return [String]
|
1068
|
+
#
|
1005
1069
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTaskMessage AWS API Documentation
|
1006
1070
|
#
|
1007
1071
|
class CreateReplicationTaskMessage < Struct.new(
|
@@ -1015,7 +1079,8 @@ module Aws::DatabaseMigrationService
|
|
1015
1079
|
:cdc_start_time,
|
1016
1080
|
:cdc_start_position,
|
1017
1081
|
:cdc_stop_position,
|
1018
|
-
:tags
|
1082
|
+
:tags,
|
1083
|
+
:task_data)
|
1019
1084
|
include Aws::Structure
|
1020
1085
|
end
|
1021
1086
|
|
@@ -1301,7 +1366,7 @@ module Aws::DatabaseMigrationService
|
|
1301
1366
|
# @!attribute [rw] marker
|
1302
1367
|
# An optional pagination token provided by a previous request. If this
|
1303
1368
|
# parameter is specified, the response includes only records beyond
|
1304
|
-
# the marker, up to the
|
1369
|
+
# the marker, up to the value specified by `MaxRecords`.
|
1305
1370
|
# @return [String]
|
1306
1371
|
#
|
1307
1372
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificatesMessage AWS API Documentation
|
@@ -2027,6 +2092,8 @@ module Aws::DatabaseMigrationService
|
|
2027
2092
|
#
|
2028
2093
|
# @!attribute [rw] filters
|
2029
2094
|
# Filters applied to the describe action.
|
2095
|
+
#
|
2096
|
+
# Valid filter names: replication-subnet-group-id
|
2030
2097
|
# @return [Array<Types::Filter>]
|
2031
2098
|
#
|
2032
2099
|
# @!attribute [rw] max_records
|
@@ -2083,9 +2150,9 @@ module Aws::DatabaseMigrationService
|
|
2083
2150
|
# }
|
2084
2151
|
#
|
2085
2152
|
# @!attribute [rw] replication_task_arn
|
2086
|
-
#
|
2087
|
-
# task. When this input parameter is specified the API
|
2088
|
-
#
|
2153
|
+
# The Amazon Resource Name (ARN) string that uniquely identifies the
|
2154
|
+
# task. When this input parameter is specified, the API returns only
|
2155
|
+
# one result and ignore the values of the `MaxRecords` and `Marker`
|
2089
2156
|
# parameters.
|
2090
2157
|
# @return [String]
|
2091
2158
|
#
|
@@ -2374,6 +2441,10 @@ module Aws::DatabaseMigrationService
|
|
2374
2441
|
include Aws::Structure
|
2375
2442
|
end
|
2376
2443
|
|
2444
|
+
# Provides the Amazon Resource Name (ARN) of the AWS Identity and Access
|
2445
|
+
# Management (IAM) role used to define an Amazon DynamoDB target
|
2446
|
+
# endpoint.
|
2447
|
+
#
|
2377
2448
|
# @note When making an API call, you may pass DynamoDbSettings
|
2378
2449
|
# data as a hash:
|
2379
2450
|
#
|
@@ -2392,6 +2463,8 @@ module Aws::DatabaseMigrationService
|
|
2392
2463
|
include Aws::Structure
|
2393
2464
|
end
|
2394
2465
|
|
2466
|
+
# Provides information that defines an Elasticsearch endpoint.
|
2467
|
+
#
|
2395
2468
|
# @note When making an API call, you may pass ElasticsearchSettings
|
2396
2469
|
# data as a hash:
|
2397
2470
|
#
|
@@ -2417,8 +2490,8 @@ module Aws::DatabaseMigrationService
|
|
2417
2490
|
# @return [Integer]
|
2418
2491
|
#
|
2419
2492
|
# @!attribute [rw] error_retry_duration
|
2420
|
-
# The maximum number of seconds
|
2421
|
-
# to the Elasticsearch cluster.
|
2493
|
+
# The maximum number of seconds for which DMS retries failed API
|
2494
|
+
# requests to the Elasticsearch cluster.
|
2422
2495
|
# @return [Integer]
|
2423
2496
|
#
|
2424
2497
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ElasticsearchSettings AWS API Documentation
|
@@ -2431,10 +2504,21 @@ module Aws::DatabaseMigrationService
|
|
2431
2504
|
include Aws::Structure
|
2432
2505
|
end
|
2433
2506
|
|
2507
|
+
# Describes an endpoint of a database instance in response to operations
|
2508
|
+
# such as the following:
|
2509
|
+
#
|
2510
|
+
# * `CreateEndpoint`
|
2511
|
+
#
|
2512
|
+
# * `DescribeEndpoint`
|
2513
|
+
#
|
2514
|
+
# * `DescribeEndpointTypes`
|
2515
|
+
#
|
2516
|
+
# * `ModifyEndpoint`
|
2517
|
+
#
|
2434
2518
|
# @!attribute [rw] endpoint_identifier
|
2435
2519
|
# The database endpoint identifier. Identifiers must begin with a
|
2436
|
-
# letter
|
2437
|
-
#
|
2520
|
+
# letter and must contain only ASCII letters, digits, and hyphens.
|
2521
|
+
# They can't end with a hyphen or contain two consecutive hyphens.
|
2438
2522
|
# @return [String]
|
2439
2523
|
#
|
2440
2524
|
# @!attribute [rw] endpoint_type
|
@@ -2443,9 +2527,11 @@ module Aws::DatabaseMigrationService
|
|
2443
2527
|
#
|
2444
2528
|
# @!attribute [rw] engine_name
|
2445
2529
|
# The database engine name. Valid values, depending on the
|
2446
|
-
# EndpointType, include mysql
|
2447
|
-
# aurora-postgresql
|
2448
|
-
#
|
2530
|
+
# EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
|
2531
|
+
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
|
2532
|
+
# `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
2533
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
|
2534
|
+
# `"sqlserver"`.
|
2449
2535
|
# @return [String]
|
2450
2536
|
#
|
2451
2537
|
# @!attribute [rw] engine_display_name
|
@@ -2558,15 +2644,25 @@ module Aws::DatabaseMigrationService
|
|
2558
2644
|
# @return [Types::MongoDbSettings]
|
2559
2645
|
#
|
2560
2646
|
# @!attribute [rw] kinesis_settings
|
2561
|
-
# The settings for the Amazon Kinesis
|
2647
|
+
# The settings for the Amazon Kinesis target endpoint. For more
|
2562
2648
|
# information, see the `KinesisSettings` structure.
|
2563
2649
|
# @return [Types::KinesisSettings]
|
2564
2650
|
#
|
2651
|
+
# @!attribute [rw] kafka_settings
|
2652
|
+
# The settings for the Apache Kafka target endpoint. For more
|
2653
|
+
# information, see the `KafkaSettings` structure.
|
2654
|
+
# @return [Types::KafkaSettings]
|
2655
|
+
#
|
2565
2656
|
# @!attribute [rw] elasticsearch_settings
|
2566
2657
|
# The settings for the Elasticsearch source endpoint. For more
|
2567
2658
|
# information, see the `ElasticsearchSettings` structure.
|
2568
2659
|
# @return [Types::ElasticsearchSettings]
|
2569
2660
|
#
|
2661
|
+
# @!attribute [rw] neptune_settings
|
2662
|
+
# The settings for the MongoDB source endpoint. For more information,
|
2663
|
+
# see the `NeptuneSettings` structure.
|
2664
|
+
# @return [Types::NeptuneSettings]
|
2665
|
+
#
|
2570
2666
|
# @!attribute [rw] redshift_settings
|
2571
2667
|
# Settings for the Amazon Redshift endpoint.
|
2572
2668
|
# @return [Types::RedshiftSettings]
|
@@ -2596,11 +2692,18 @@ module Aws::DatabaseMigrationService
|
|
2596
2692
|
:dms_transfer_settings,
|
2597
2693
|
:mongo_db_settings,
|
2598
2694
|
:kinesis_settings,
|
2695
|
+
:kafka_settings,
|
2599
2696
|
:elasticsearch_settings,
|
2697
|
+
:neptune_settings,
|
2600
2698
|
:redshift_settings)
|
2601
2699
|
include Aws::Structure
|
2602
2700
|
end
|
2603
2701
|
|
2702
|
+
# Describes an identifiable significant activity that affects a
|
2703
|
+
# replication instance or task. This object can provide the message, the
|
2704
|
+
# available event categories, the date and source of the event, and the
|
2705
|
+
# AWS DMS resource type.
|
2706
|
+
#
|
2604
2707
|
# @!attribute [rw] source_identifier
|
2605
2708
|
# The identifier of an event source.
|
2606
2709
|
# @return [String]
|
@@ -2634,6 +2737,9 @@ module Aws::DatabaseMigrationService
|
|
2634
2737
|
include Aws::Structure
|
2635
2738
|
end
|
2636
2739
|
|
2740
|
+
# Lists categories of events subscribed to, and generated by, the
|
2741
|
+
# applicable AWS DMS resource type.
|
2742
|
+
#
|
2637
2743
|
# @!attribute [rw] source_type
|
2638
2744
|
# The type of AWS DMS resource that generates events.
|
2639
2745
|
#
|
@@ -2653,6 +2759,9 @@ module Aws::DatabaseMigrationService
|
|
2653
2759
|
include Aws::Structure
|
2654
2760
|
end
|
2655
2761
|
|
2762
|
+
# Describes an event notification subscription created by the
|
2763
|
+
# `CreateEventSubscription` operation.
|
2764
|
+
#
|
2656
2765
|
# @!attribute [rw] customer_aws_id
|
2657
2766
|
# The AWS customer account associated with the AWS DMS event
|
2658
2767
|
# notification subscription.
|
@@ -2718,6 +2827,10 @@ module Aws::DatabaseMigrationService
|
|
2718
2827
|
include Aws::Structure
|
2719
2828
|
end
|
2720
2829
|
|
2830
|
+
# Identifies the name and value of a source filter object used to limit
|
2831
|
+
# the number and type of records transferred from your source to your
|
2832
|
+
# target.
|
2833
|
+
#
|
2721
2834
|
# @note When making an API call, you may pass Filter
|
2722
2835
|
# data as a hash:
|
2723
2836
|
#
|
@@ -2759,8 +2872,9 @@ module Aws::DatabaseMigrationService
|
|
2759
2872
|
#
|
2760
2873
|
# @!attribute [rw] certificate_identifier
|
2761
2874
|
# A customer-assigned name for the certificate. Identifiers must begin
|
2762
|
-
# with a letter
|
2763
|
-
#
|
2875
|
+
# with a letter and must contain only ASCII letters, digits, and
|
2876
|
+
# hyphens. They can't end with a hyphen or contain two consecutive
|
2877
|
+
# hyphens.
|
2764
2878
|
# @return [String]
|
2765
2879
|
#
|
2766
2880
|
# @!attribute [rw] certificate_pem
|
@@ -2920,13 +3034,57 @@ module Aws::DatabaseMigrationService
|
|
2920
3034
|
include Aws::Structure
|
2921
3035
|
end
|
2922
3036
|
|
3037
|
+
# Provides information that describes an Apache Kafka endpoint. This
|
3038
|
+
# information includes the output format of records applied to the
|
3039
|
+
# endpoint and details of transaction and control table data
|
3040
|
+
# information.
|
3041
|
+
#
|
3042
|
+
# @note When making an API call, you may pass KafkaSettings
|
3043
|
+
# data as a hash:
|
3044
|
+
#
|
3045
|
+
# {
|
3046
|
+
# broker: "String",
|
3047
|
+
# topic: "String",
|
3048
|
+
# }
|
3049
|
+
#
|
3050
|
+
# @!attribute [rw] broker
|
3051
|
+
# The broker location and port of the Kafka broker that hosts your
|
3052
|
+
# Kafka instance. Specify the broker in the form `
|
3053
|
+
# broker-hostname-or-ip:port `. For example,
|
3054
|
+
# `"ec2-12-345-678-901.compute-1.amazonaws.com:2345"`.
|
3055
|
+
# @return [String]
|
3056
|
+
#
|
3057
|
+
# @!attribute [rw] topic
|
3058
|
+
# The topic to which you migrate the data. If you don't specify a
|
3059
|
+
# topic, AWS DMS specifies `"kafka-default-topic"` as the migration
|
3060
|
+
# topic.
|
3061
|
+
# @return [String]
|
3062
|
+
#
|
3063
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KafkaSettings AWS API Documentation
|
3064
|
+
#
|
3065
|
+
class KafkaSettings < Struct.new(
|
3066
|
+
:broker,
|
3067
|
+
:topic)
|
3068
|
+
include Aws::Structure
|
3069
|
+
end
|
3070
|
+
|
3071
|
+
# Provides information that describes an Amazon Kinesis Data Stream
|
3072
|
+
# endpoint. This information includes the output format of records
|
3073
|
+
# applied to the endpoint and details of transaction and control table
|
3074
|
+
# data information.
|
3075
|
+
#
|
2923
3076
|
# @note When making an API call, you may pass KinesisSettings
|
2924
3077
|
# data as a hash:
|
2925
3078
|
#
|
2926
3079
|
# {
|
2927
3080
|
# stream_arn: "String",
|
2928
|
-
# message_format: "json", # accepts json
|
3081
|
+
# message_format: "json", # accepts json, json-unformatted
|
2929
3082
|
# service_access_role_arn: "String",
|
3083
|
+
# include_transaction_details: false,
|
3084
|
+
# include_partition_value: false,
|
3085
|
+
# partition_include_schema_table: false,
|
3086
|
+
# include_table_alter_operations: false,
|
3087
|
+
# include_control_details: false,
|
2930
3088
|
# }
|
2931
3089
|
#
|
2932
3090
|
# @!attribute [rw] stream_arn
|
@@ -2936,20 +3094,63 @@ module Aws::DatabaseMigrationService
|
|
2936
3094
|
#
|
2937
3095
|
# @!attribute [rw] message_format
|
2938
3096
|
# The output format for the records created on the endpoint. The
|
2939
|
-
# message format is `JSON
|
3097
|
+
# message format is `JSON` (default) or `JSON_UNFORMATTED` (a single
|
3098
|
+
# line with no tab).
|
2940
3099
|
# @return [String]
|
2941
3100
|
#
|
2942
3101
|
# @!attribute [rw] service_access_role_arn
|
2943
|
-
# The Amazon Resource Name (ARN) for the
|
2944
|
-
# write to the
|
3102
|
+
# The Amazon Resource Name (ARN) for the AWS Identity and Access
|
3103
|
+
# Management (IAM) role that AWS DMS uses to write to the Kinesis data
|
3104
|
+
# stream.
|
2945
3105
|
# @return [String]
|
2946
3106
|
#
|
3107
|
+
# @!attribute [rw] include_transaction_details
|
3108
|
+
# Provides detailed transaction information from the source database.
|
3109
|
+
# This information includes a commit timestamp, a log position, and
|
3110
|
+
# values for `transaction_id`, previous `transaction_id`, and
|
3111
|
+
# `transaction_record_id` (the record offset within a transaction).
|
3112
|
+
# The default is `False`.
|
3113
|
+
# @return [Boolean]
|
3114
|
+
#
|
3115
|
+
# @!attribute [rw] include_partition_value
|
3116
|
+
# Shows the partition value within the Kinesis message output, unless
|
3117
|
+
# the partition type is `schema-table-type`. The default is `False`.
|
3118
|
+
# @return [Boolean]
|
3119
|
+
#
|
3120
|
+
# @!attribute [rw] partition_include_schema_table
|
3121
|
+
# Prefixes schema and table names to partition values, when the
|
3122
|
+
# partition type is `primary-key-type`. Doing this increases data
|
3123
|
+
# distribution among Kinesis shards. For example, suppose that a
|
3124
|
+
# SysBench schema has thousands of tables and each table has only
|
3125
|
+
# limited range for a primary key. In this case, the same primary key
|
3126
|
+
# is sent from thousands of tables to the same shard, which causes
|
3127
|
+
# throttling. The default is `False`.
|
3128
|
+
# @return [Boolean]
|
3129
|
+
#
|
3130
|
+
# @!attribute [rw] include_table_alter_operations
|
3131
|
+
# Includes any data definition language (DDL) operations that change
|
3132
|
+
# the table in the control data, such as `rename-table`, `drop-table`,
|
3133
|
+
# `add-column`, `drop-column`, and `rename-column`. The default is
|
3134
|
+
# `False`.
|
3135
|
+
# @return [Boolean]
|
3136
|
+
#
|
3137
|
+
# @!attribute [rw] include_control_details
|
3138
|
+
# Shows detailed control information for table definition, column
|
3139
|
+
# definition, and table and column changes in the Kinesis message
|
3140
|
+
# output. The default is `False`.
|
3141
|
+
# @return [Boolean]
|
3142
|
+
#
|
2947
3143
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KinesisSettings AWS API Documentation
|
2948
3144
|
#
|
2949
3145
|
class KinesisSettings < Struct.new(
|
2950
3146
|
:stream_arn,
|
2951
3147
|
:message_format,
|
2952
|
-
:service_access_role_arn
|
3148
|
+
:service_access_role_arn,
|
3149
|
+
:include_transaction_details,
|
3150
|
+
:include_partition_value,
|
3151
|
+
:partition_include_schema_table,
|
3152
|
+
:include_table_alter_operations,
|
3153
|
+
:include_control_details)
|
2953
3154
|
include Aws::Structure
|
2954
3155
|
end
|
2955
3156
|
|
@@ -3025,6 +3226,7 @@ module Aws::DatabaseMigrationService
|
|
3025
3226
|
# cdc_inserts_only: false,
|
3026
3227
|
# timestamp_column_name: "String",
|
3027
3228
|
# parquet_timestamp_in_millisecond: false,
|
3229
|
+
# cdc_inserts_and_updates: false,
|
3028
3230
|
# },
|
3029
3231
|
# dms_transfer_settings: {
|
3030
3232
|
# service_access_role_arn: "String",
|
@@ -3046,8 +3248,17 @@ module Aws::DatabaseMigrationService
|
|
3046
3248
|
# },
|
3047
3249
|
# kinesis_settings: {
|
3048
3250
|
# stream_arn: "String",
|
3049
|
-
# message_format: "json", # accepts json
|
3251
|
+
# message_format: "json", # accepts json, json-unformatted
|
3050
3252
|
# service_access_role_arn: "String",
|
3253
|
+
# include_transaction_details: false,
|
3254
|
+
# include_partition_value: false,
|
3255
|
+
# partition_include_schema_table: false,
|
3256
|
+
# include_table_alter_operations: false,
|
3257
|
+
# include_control_details: false,
|
3258
|
+
# },
|
3259
|
+
# kafka_settings: {
|
3260
|
+
# broker: "String",
|
3261
|
+
# topic: "String",
|
3051
3262
|
# },
|
3052
3263
|
# elasticsearch_settings: {
|
3053
3264
|
# service_access_role_arn: "String", # required
|
@@ -3055,6 +3266,15 @@ module Aws::DatabaseMigrationService
|
|
3055
3266
|
# full_load_error_percentage: 1,
|
3056
3267
|
# error_retry_duration: 1,
|
3057
3268
|
# },
|
3269
|
+
# neptune_settings: {
|
3270
|
+
# service_access_role_arn: "String",
|
3271
|
+
# s3_bucket_name: "String", # required
|
3272
|
+
# s3_bucket_folder: "String", # required
|
3273
|
+
# error_retry_duration: 1,
|
3274
|
+
# max_file_size: 1,
|
3275
|
+
# max_retry_count: 1,
|
3276
|
+
# iam_auth_enabled: false,
|
3277
|
+
# },
|
3058
3278
|
# redshift_settings: {
|
3059
3279
|
# accept_any_date: false,
|
3060
3280
|
# after_connect_script: "String",
|
@@ -3091,8 +3311,8 @@ module Aws::DatabaseMigrationService
|
|
3091
3311
|
#
|
3092
3312
|
# @!attribute [rw] endpoint_identifier
|
3093
3313
|
# The database endpoint identifier. Identifiers must begin with a
|
3094
|
-
# letter
|
3095
|
-
#
|
3314
|
+
# letter and must contain only ASCII letters, digits, and hyphens.
|
3315
|
+
# They can't end with a hyphen or contain two consecutive hyphens.
|
3096
3316
|
# @return [String]
|
3097
3317
|
#
|
3098
3318
|
# @!attribute [rw] endpoint_type
|
@@ -3101,9 +3321,11 @@ module Aws::DatabaseMigrationService
|
|
3101
3321
|
#
|
3102
3322
|
# @!attribute [rw] engine_name
|
3103
3323
|
# The type of engine for the endpoint. Valid values, depending on the
|
3104
|
-
# EndpointType, include mysql
|
3105
|
-
# aurora-postgresql
|
3106
|
-
#
|
3324
|
+
# EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
|
3325
|
+
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
|
3326
|
+
# `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
3327
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
|
3328
|
+
# `"sqlserver"`.
|
3107
3329
|
# @return [String]
|
3108
3330
|
#
|
3109
3331
|
# @!attribute [rw] username
|
@@ -3152,7 +3374,7 @@ module Aws::DatabaseMigrationService
|
|
3152
3374
|
#
|
3153
3375
|
# @!attribute [rw] dynamo_db_settings
|
3154
3376
|
# Settings in JSON format for the target Amazon DynamoDB endpoint. For
|
3155
|
-
#
|
3377
|
+
# information about other available settings, see [Using Object
|
3156
3378
|
# Mapping to Migrate Data to DynamoDB][1] in the *AWS Database
|
3157
3379
|
# Migration Service User Guide.*
|
3158
3380
|
#
|
@@ -3178,22 +3400,22 @@ module Aws::DatabaseMigrationService
|
|
3178
3400
|
#
|
3179
3401
|
# Attributes include the following:
|
3180
3402
|
#
|
3181
|
-
# * serviceAccessRoleArn - The
|
3182
|
-
# the Amazon S3 bucket.
|
3403
|
+
# * serviceAccessRoleArn - The AWS Identity and Access Management
|
3404
|
+
# (IAM) role that has permission to access the Amazon S3 bucket.
|
3183
3405
|
#
|
3184
3406
|
# * BucketName - The name of the S3 bucket to use.
|
3185
3407
|
#
|
3186
3408
|
# * compressionType - An optional parameter to use GZIP to compress
|
3187
|
-
# the target files.
|
3188
|
-
# the files uncompressed.
|
3189
|
-
#
|
3190
|
-
# Shorthand syntax: ServiceAccessRoleArn=string
|
3191
|
-
# ,BucketName=string,CompressionType=string
|
3409
|
+
# the target files. Either set this parameter to NONE (the default)
|
3410
|
+
# or don't use it to leave the files uncompressed.
|
3192
3411
|
#
|
3193
|
-
#
|
3412
|
+
# Shorthand syntax for these settings is as follows:
|
3413
|
+
# `ServiceAccessRoleArn=string
|
3414
|
+
# ,BucketName=string,CompressionType=string`
|
3194
3415
|
#
|
3195
|
-
#
|
3196
|
-
# "string", "
|
3416
|
+
# JSON syntax for these settings is as follows: `\{
|
3417
|
+
# "ServiceAccessRoleArn": "string", "BucketName": "string",
|
3418
|
+
# "CompressionType": "none"|"gzip" \} `
|
3197
3419
|
# @return [Types::DmsTransferSettings]
|
3198
3420
|
#
|
3199
3421
|
# @!attribute [rw] mongo_db_settings
|
@@ -3209,16 +3431,27 @@ module Aws::DatabaseMigrationService
|
|
3209
3431
|
# @return [Types::MongoDbSettings]
|
3210
3432
|
#
|
3211
3433
|
# @!attribute [rw] kinesis_settings
|
3212
|
-
# Settings in JSON format for the target Amazon Kinesis
|
3213
|
-
#
|
3214
|
-
# [Using
|
3215
|
-
# in the *AWS Database Migration User Guide.*
|
3434
|
+
# Settings in JSON format for the target endpoint for Amazon Kinesis
|
3435
|
+
# Data Streams. For more information about the available settings, see
|
3436
|
+
# [Using Amazon Kinesis Data Streams as a Target for AWS Database
|
3437
|
+
# Migration Service][1] in the *AWS Database Migration User Guide.*
|
3216
3438
|
#
|
3217
3439
|
#
|
3218
3440
|
#
|
3219
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html
|
3441
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html
|
3220
3442
|
# @return [Types::KinesisSettings]
|
3221
3443
|
#
|
3444
|
+
# @!attribute [rw] kafka_settings
|
3445
|
+
# Settings in JSON format for the target Apache Kafka endpoint. For
|
3446
|
+
# more information about the available settings, see [Using Apache
|
3447
|
+
# Kafka as a Target for AWS Database Migration Service][1] in the *AWS
|
3448
|
+
# Database Migration User Guide.*
|
3449
|
+
#
|
3450
|
+
#
|
3451
|
+
#
|
3452
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html
|
3453
|
+
# @return [Types::KafkaSettings]
|
3454
|
+
#
|
3222
3455
|
# @!attribute [rw] elasticsearch_settings
|
3223
3456
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
3224
3457
|
# more information about the available settings, see [Extra Connection
|
@@ -3230,7 +3463,19 @@ module Aws::DatabaseMigrationService
|
|
3230
3463
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration
|
3231
3464
|
# @return [Types::ElasticsearchSettings]
|
3232
3465
|
#
|
3466
|
+
# @!attribute [rw] neptune_settings
|
3467
|
+
# Settings in JSON format for the target Amazon Neptune endpoint. For
|
3468
|
+
# more information about the available settings, see
|
3469
|
+
# [https://docs.aws.amazon.com/dms/latest/userguide/CHAP\_Target.Neptune.html#CHAP\_Target.Neptune.EndpointSettings][1]
|
3470
|
+
# in the *AWS Database Migration Service User Guide.*
|
3471
|
+
#
|
3472
|
+
#
|
3473
|
+
#
|
3474
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings
|
3475
|
+
# @return [Types::NeptuneSettings]
|
3476
|
+
#
|
3233
3477
|
# @!attribute [rw] redshift_settings
|
3478
|
+
# Provides information that defines an Amazon Redshift endpoint.
|
3234
3479
|
# @return [Types::RedshiftSettings]
|
3235
3480
|
#
|
3236
3481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage AWS API Documentation
|
@@ -3255,7 +3500,9 @@ module Aws::DatabaseMigrationService
|
|
3255
3500
|
:dms_transfer_settings,
|
3256
3501
|
:mongo_db_settings,
|
3257
3502
|
:kinesis_settings,
|
3503
|
+
:kafka_settings,
|
3258
3504
|
:elasticsearch_settings,
|
3505
|
+
:neptune_settings,
|
3259
3506
|
:redshift_settings)
|
3260
3507
|
include Aws::Structure
|
3261
3508
|
end
|
@@ -3397,7 +3644,7 @@ module Aws::DatabaseMigrationService
|
|
3397
3644
|
#
|
3398
3645
|
# @!attribute [rw] multi_az
|
3399
3646
|
# Specifies whether the replication instance is a Multi-AZ deployment.
|
3400
|
-
# You
|
3647
|
+
# You can't set the `AvailabilityZone` parameter if the Multi-AZ
|
3401
3648
|
# parameter is set to `true`.
|
3402
3649
|
# @return [Boolean]
|
3403
3650
|
#
|
@@ -3416,13 +3663,20 @@ module Aws::DatabaseMigrationService
|
|
3416
3663
|
# @return [Boolean]
|
3417
3664
|
#
|
3418
3665
|
# @!attribute [rw] auto_minor_version_upgrade
|
3419
|
-
#
|
3420
|
-
# to the replication instance during the maintenance
|
3421
|
-
# this parameter
|
3422
|
-
# case
|
3423
|
-
#
|
3424
|
-
#
|
3425
|
-
#
|
3666
|
+
# A value that indicates that minor version upgrades are applied
|
3667
|
+
# automatically to the replication instance during the maintenance
|
3668
|
+
# window. Changing this parameter doesn't result in an outage, except
|
3669
|
+
# in the case dsecribed following. The change is asynchronously
|
3670
|
+
# applied as soon as possible.
|
3671
|
+
#
|
3672
|
+
# An outage does result if these factors apply:
|
3673
|
+
#
|
3674
|
+
# * This parameter is set to `true` during the maintenance window.
|
3675
|
+
#
|
3676
|
+
# * A newer minor version is available.
|
3677
|
+
#
|
3678
|
+
# * AWS DMS has enabled automatic patching for the given engine
|
3679
|
+
# version.
|
3426
3680
|
# @return [Boolean]
|
3427
3681
|
#
|
3428
3682
|
# @!attribute [rw] replication_instance_identifier
|
@@ -3511,6 +3765,7 @@ module Aws::DatabaseMigrationService
|
|
3511
3765
|
# cdc_start_time: Time.now,
|
3512
3766
|
# cdc_start_position: "String",
|
3513
3767
|
# cdc_stop_position: "String",
|
3768
|
+
# task_data: "String",
|
3514
3769
|
# }
|
3515
3770
|
#
|
3516
3771
|
# @!attribute [rw] replication_task_arn
|
@@ -3542,8 +3797,8 @@ module Aws::DatabaseMigrationService
|
|
3542
3797
|
# @return [String]
|
3543
3798
|
#
|
3544
3799
|
# @!attribute [rw] replication_task_settings
|
3545
|
-
# JSON file that contains settings for the task, such as
|
3546
|
-
#
|
3800
|
+
# JSON file that contains settings for the task, such as task metadata
|
3801
|
+
# settings.
|
3547
3802
|
# @return [String]
|
3548
3803
|
#
|
3549
3804
|
# @!attribute [rw] cdc_start_time
|
@@ -3595,6 +3850,17 @@ module Aws::DatabaseMigrationService
|
|
3595
3850
|
# 3018-02-09T12:12:12 “
|
3596
3851
|
# @return [String]
|
3597
3852
|
#
|
3853
|
+
# @!attribute [rw] task_data
|
3854
|
+
# Supplemental information that the task requires to migrate the data
|
3855
|
+
# for certain source and target endpoints. For more information, see
|
3856
|
+
# [Specifying Supplemental Data for Task Settings][1] in the *AWS
|
3857
|
+
# Database Migration User Guide.*
|
3858
|
+
#
|
3859
|
+
#
|
3860
|
+
#
|
3861
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
|
3862
|
+
# @return [String]
|
3863
|
+
#
|
3598
3864
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTaskMessage AWS API Documentation
|
3599
3865
|
#
|
3600
3866
|
class ModifyReplicationTaskMessage < Struct.new(
|
@@ -3605,7 +3871,8 @@ module Aws::DatabaseMigrationService
|
|
3605
3871
|
:replication_task_settings,
|
3606
3872
|
:cdc_start_time,
|
3607
3873
|
:cdc_start_position,
|
3608
|
-
:cdc_stop_position
|
3874
|
+
:cdc_stop_position,
|
3875
|
+
:task_data)
|
3609
3876
|
include Aws::Structure
|
3610
3877
|
end
|
3611
3878
|
|
@@ -3620,6 +3887,8 @@ module Aws::DatabaseMigrationService
|
|
3620
3887
|
include Aws::Structure
|
3621
3888
|
end
|
3622
3889
|
|
3890
|
+
# Provides information that defines a MongoDB endpoint.
|
3891
|
+
#
|
3623
3892
|
# @note When making an API call, you may pass MongoDbSettings
|
3624
3893
|
# data as a hash:
|
3625
3894
|
#
|
@@ -3676,7 +3945,7 @@ module Aws::DatabaseMigrationService
|
|
3676
3945
|
# Valid values: DEFAULT, MONGODB\_CR, SCRAM\_SHA\_1
|
3677
3946
|
#
|
3678
3947
|
# DEFAULT – For MongoDB version 2.x, use MONGODB\_CR. For MongoDB
|
3679
|
-
# version 3.x, use SCRAM\_SHA\_1. This setting
|
3948
|
+
# version 3.x, use SCRAM\_SHA\_1. This setting isn't used when
|
3680
3949
|
# authType=No.
|
3681
3950
|
# @return [String]
|
3682
3951
|
#
|
@@ -3705,7 +3974,7 @@ module Aws::DatabaseMigrationService
|
|
3705
3974
|
# @return [String]
|
3706
3975
|
#
|
3707
3976
|
# @!attribute [rw] auth_source
|
3708
|
-
# The MongoDB database name. This setting
|
3977
|
+
# The MongoDB database name. This setting isn't used when
|
3709
3978
|
# `authType=NO`.
|
3710
3979
|
#
|
3711
3980
|
# The default is admin.
|
@@ -3738,6 +4007,88 @@ module Aws::DatabaseMigrationService
|
|
3738
4007
|
include Aws::Structure
|
3739
4008
|
end
|
3740
4009
|
|
4010
|
+
# Provides information that defines an Amazon Neptune endpoint.
|
4011
|
+
#
|
4012
|
+
# @note When making an API call, you may pass NeptuneSettings
|
4013
|
+
# data as a hash:
|
4014
|
+
#
|
4015
|
+
# {
|
4016
|
+
# service_access_role_arn: "String",
|
4017
|
+
# s3_bucket_name: "String", # required
|
4018
|
+
# s3_bucket_folder: "String", # required
|
4019
|
+
# error_retry_duration: 1,
|
4020
|
+
# max_file_size: 1,
|
4021
|
+
# max_retry_count: 1,
|
4022
|
+
# iam_auth_enabled: false,
|
4023
|
+
# }
|
4024
|
+
#
|
4025
|
+
# @!attribute [rw] service_access_role_arn
|
4026
|
+
# The ARN of the service role you have created for the Neptune target
|
4027
|
+
# endpoint. For more information, see
|
4028
|
+
# [https://docs.aws.amazon.com/dms/latest/userguide/CHAP\_Target.Neptune.html#CHAP\_Target.Neptune.ServiceRole][1]
|
4029
|
+
# in the *AWS Database Migration Service User Guide.*
|
4030
|
+
#
|
4031
|
+
#
|
4032
|
+
#
|
4033
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole
|
4034
|
+
# @return [String]
|
4035
|
+
#
|
4036
|
+
# @!attribute [rw] s3_bucket_name
|
4037
|
+
# The name of the S3 bucket for AWS DMS to temporarily store migrated
|
4038
|
+
# graph data in CSV files before bulk-loading it to the Neptune target
|
4039
|
+
# database. AWS DMS maps the SQL source data to graph data before
|
4040
|
+
# storing it in these CSV files.
|
4041
|
+
# @return [String]
|
4042
|
+
#
|
4043
|
+
# @!attribute [rw] s3_bucket_folder
|
4044
|
+
# A folder path where you where you want AWS DMS to store migrated
|
4045
|
+
# graph data in the S3 bucket specified by `S3BucketName`
|
4046
|
+
# @return [String]
|
4047
|
+
#
|
4048
|
+
# @!attribute [rw] error_retry_duration
|
4049
|
+
# The number of milliseconds for AWS DMS to wait to retry a bulk-load
|
4050
|
+
# of migrated graph data to the Neptune target database before raising
|
4051
|
+
# an error. The default is 250.
|
4052
|
+
# @return [Integer]
|
4053
|
+
#
|
4054
|
+
# @!attribute [rw] max_file_size
|
4055
|
+
# The maximum size in KB of migrated graph data stored in a CSV file
|
4056
|
+
# before AWS DMS bulk-loads the data to the Neptune target database.
|
4057
|
+
# The default is 1048576 KB. If successful, AWS DMS clears the bucket,
|
4058
|
+
# ready to store the next batch of migrated graph data.
|
4059
|
+
# @return [Integer]
|
4060
|
+
#
|
4061
|
+
# @!attribute [rw] max_retry_count
|
4062
|
+
# The number of times for AWS DMS to retry a bulk-load of migrated
|
4063
|
+
# graph data to the Neptune target database before raising an error.
|
4064
|
+
# The default is 5.
|
4065
|
+
# @return [Integer]
|
4066
|
+
#
|
4067
|
+
# @!attribute [rw] iam_auth_enabled
|
4068
|
+
# If you want IAM authorization enabled for this endpoint, set this
|
4069
|
+
# parameter to `true` and attach the appropriate role policy document
|
4070
|
+
# to your service role specified by `ServiceAccessRoleArn`. The
|
4071
|
+
# default is `false`.
|
4072
|
+
# @return [Boolean]
|
4073
|
+
#
|
4074
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/NeptuneSettings AWS API Documentation
|
4075
|
+
#
|
4076
|
+
class NeptuneSettings < Struct.new(
|
4077
|
+
:service_access_role_arn,
|
4078
|
+
:s3_bucket_name,
|
4079
|
+
:s3_bucket_folder,
|
4080
|
+
:error_retry_duration,
|
4081
|
+
:max_file_size,
|
4082
|
+
:max_retry_count,
|
4083
|
+
:iam_auth_enabled)
|
4084
|
+
include Aws::Structure
|
4085
|
+
end
|
4086
|
+
|
4087
|
+
# In response to the `DescribeOrderableReplicationInstances` operation,
|
4088
|
+
# this object describes an available replication instance. This
|
4089
|
+
# description includes the replication instance's type, engine version,
|
4090
|
+
# and allocated storage.
|
4091
|
+
#
|
3741
4092
|
# @!attribute [rw] engine_version
|
3742
4093
|
# The version of the replication engine.
|
3743
4094
|
# @return [String]
|
@@ -3804,37 +4155,41 @@ module Aws::DatabaseMigrationService
|
|
3804
4155
|
include Aws::Structure
|
3805
4156
|
end
|
3806
4157
|
|
4158
|
+
# Describes a maintenance action pending for an AWS DMS resource,
|
4159
|
+
# including when and how it will be applied. This data type is a
|
4160
|
+
# response element to the `DescribePendingMaintenanceActions` operation.
|
4161
|
+
#
|
3807
4162
|
# @!attribute [rw] action
|
3808
4163
|
# The type of pending maintenance action that is available for the
|
3809
4164
|
# resource.
|
3810
4165
|
# @return [String]
|
3811
4166
|
#
|
3812
4167
|
# @!attribute [rw] auto_applied_after_date
|
3813
|
-
# The date of the maintenance window when the action
|
3814
|
-
# The maintenance action
|
3815
|
-
#
|
3816
|
-
#
|
4168
|
+
# The date of the maintenance window when the action is to be applied.
|
4169
|
+
# The maintenance action is applied to the resource during its first
|
4170
|
+
# maintenance window after this date. If this date is specified, any
|
4171
|
+
# `next-maintenance` opt-in requests are ignored.
|
3817
4172
|
# @return [Time]
|
3818
4173
|
#
|
3819
4174
|
# @!attribute [rw] forced_apply_date
|
3820
4175
|
# The date when the maintenance action will be automatically applied.
|
3821
|
-
# The maintenance action
|
4176
|
+
# The maintenance action is applied to the resource on this date
|
3822
4177
|
# regardless of the maintenance window for the resource. If this date
|
3823
4178
|
# is specified, any `immediate` opt-in requests are ignored.
|
3824
4179
|
# @return [Time]
|
3825
4180
|
#
|
3826
4181
|
# @!attribute [rw] opt_in_status
|
3827
|
-
#
|
3828
|
-
# resource.
|
4182
|
+
# The type of opt-in request that has been received for the resource.
|
3829
4183
|
# @return [String]
|
3830
4184
|
#
|
3831
4185
|
# @!attribute [rw] current_apply_date
|
3832
4186
|
# The effective date when the pending maintenance action will be
|
3833
4187
|
# applied to the resource. This date takes into account opt-in
|
3834
|
-
# requests received from the `ApplyPendingMaintenanceAction` API
|
3835
|
-
#
|
3836
|
-
# blank if an opt-in request has not
|
3837
|
-
# been
|
4188
|
+
# requests received from the `ApplyPendingMaintenanceAction` API
|
4189
|
+
# operation, and also the `AutoAppliedAfterDate` and `ForcedApplyDate`
|
4190
|
+
# parameter values. This value is blank if an opt-in request has not
|
4191
|
+
# been received and nothing has been specified for
|
4192
|
+
# `AutoAppliedAfterDate` or `ForcedApplyDate`.
|
3838
4193
|
# @return [Time]
|
3839
4194
|
#
|
3840
4195
|
# @!attribute [rw] description
|
@@ -3890,6 +4245,8 @@ module Aws::DatabaseMigrationService
|
|
3890
4245
|
include Aws::Structure
|
3891
4246
|
end
|
3892
4247
|
|
4248
|
+
# Provides information that defines an Amazon Redshift endpoint.
|
4249
|
+
#
|
3893
4250
|
# @note When making an API call, you may pass RedshiftSettings
|
3894
4251
|
# data as a hash:
|
3895
4252
|
#
|
@@ -4145,6 +4502,9 @@ module Aws::DatabaseMigrationService
|
|
4145
4502
|
include Aws::Structure
|
4146
4503
|
end
|
4147
4504
|
|
4505
|
+
# Provides information that describes status of a schema at an endpoint
|
4506
|
+
# specified by the `DescribeRefreshSchemaStatus` operation.
|
4507
|
+
#
|
4148
4508
|
# @!attribute [rw] endpoint_arn
|
4149
4509
|
# The Amazon Resource Name (ARN) string that uniquely identifies the
|
4150
4510
|
# endpoint.
|
@@ -4261,6 +4621,8 @@ module Aws::DatabaseMigrationService
|
|
4261
4621
|
#
|
4262
4622
|
class RemoveTagsFromResourceResponse < Aws::EmptyStructure; end
|
4263
4623
|
|
4624
|
+
# Provides information that defines a replication instance.
|
4625
|
+
#
|
4264
4626
|
# @!attribute [rw] replication_instance_identifier
|
4265
4627
|
# The replication instance identifier. This parameter is stored as a
|
4266
4628
|
# lowercase string.
|
@@ -4319,7 +4681,7 @@ module Aws::DatabaseMigrationService
|
|
4319
4681
|
#
|
4320
4682
|
# @!attribute [rw] multi_az
|
4321
4683
|
# Specifies whether the replication instance is a Multi-AZ deployment.
|
4322
|
-
# You
|
4684
|
+
# You can't set the `AvailabilityZone` parameter if the Multi-AZ
|
4323
4685
|
# parameter is set to `true`.
|
4324
4686
|
# @return [Boolean]
|
4325
4687
|
#
|
@@ -4372,7 +4734,7 @@ module Aws::DatabaseMigrationService
|
|
4372
4734
|
# @return [Boolean]
|
4373
4735
|
#
|
4374
4736
|
# @!attribute [rw] secondary_availability_zone
|
4375
|
-
# The
|
4737
|
+
# The Availability Zone of the standby replication instance in a
|
4376
4738
|
# Multi-AZ deployment.
|
4377
4739
|
# @return [String]
|
4378
4740
|
#
|
@@ -4437,6 +4799,10 @@ module Aws::DatabaseMigrationService
|
|
4437
4799
|
include Aws::Structure
|
4438
4800
|
end
|
4439
4801
|
|
4802
|
+
# Provides information about the values of pending modifications to a
|
4803
|
+
# replication instance. This data type is an object of the
|
4804
|
+
# `ReplicationInstance` user-defined data type.
|
4805
|
+
#
|
4440
4806
|
# @!attribute [rw] replication_instance_class
|
4441
4807
|
# The compute and memory capacity of the replication instance.
|
4442
4808
|
#
|
@@ -4452,7 +4818,7 @@ module Aws::DatabaseMigrationService
|
|
4452
4818
|
#
|
4453
4819
|
# @!attribute [rw] multi_az
|
4454
4820
|
# Specifies whether the replication instance is a Multi-AZ deployment.
|
4455
|
-
# You
|
4821
|
+
# You can't set the `AvailabilityZone` parameter if the Multi-AZ
|
4456
4822
|
# parameter is set to `true`.
|
4457
4823
|
# @return [Boolean]
|
4458
4824
|
#
|
@@ -4470,6 +4836,9 @@ module Aws::DatabaseMigrationService
|
|
4470
4836
|
include Aws::Structure
|
4471
4837
|
end
|
4472
4838
|
|
4839
|
+
# Describes a subnet group in response to a request by the
|
4840
|
+
# `DescribeReplicationSubnetGroup` operation.
|
4841
|
+
#
|
4473
4842
|
# @!attribute [rw] replication_subnet_group_identifier
|
4474
4843
|
# The identifier of the replication instance subnet group.
|
4475
4844
|
# @return [String]
|
@@ -4514,6 +4883,9 @@ module Aws::DatabaseMigrationService
|
|
4514
4883
|
include Aws::Structure
|
4515
4884
|
end
|
4516
4885
|
|
4886
|
+
# Provides information that describes a replication task created by the
|
4887
|
+
# `CreateReplicationTask` operation.
|
4888
|
+
#
|
4517
4889
|
# @!attribute [rw] replication_task_identifier
|
4518
4890
|
# The user-assigned replication task identifier or name.
|
4519
4891
|
#
|
@@ -4616,6 +4988,17 @@ module Aws::DatabaseMigrationService
|
|
4616
4988
|
# and table errors.
|
4617
4989
|
# @return [Types::ReplicationTaskStats]
|
4618
4990
|
#
|
4991
|
+
# @!attribute [rw] task_data
|
4992
|
+
# Supplemental information that the task requires to migrate the data
|
4993
|
+
# for certain source and target endpoints. For more information, see
|
4994
|
+
# [Specifying Supplemental Data for Task Settings][1] in the *AWS
|
4995
|
+
# Database Migration User Guide.*
|
4996
|
+
#
|
4997
|
+
#
|
4998
|
+
#
|
4999
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
|
5000
|
+
# @return [String]
|
5001
|
+
#
|
4619
5002
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTask AWS API Documentation
|
4620
5003
|
#
|
4621
5004
|
class ReplicationTask < Struct.new(
|
@@ -4635,7 +5018,8 @@ module Aws::DatabaseMigrationService
|
|
4635
5018
|
:cdc_stop_position,
|
4636
5019
|
:recovery_checkpoint,
|
4637
5020
|
:replication_task_arn,
|
4638
|
-
:replication_task_stats
|
5021
|
+
:replication_task_stats,
|
5022
|
+
:task_data)
|
4639
5023
|
include Aws::Structure
|
4640
5024
|
end
|
4641
5025
|
|
@@ -4683,6 +5067,10 @@ module Aws::DatabaseMigrationService
|
|
4683
5067
|
include Aws::Structure
|
4684
5068
|
end
|
4685
5069
|
|
5070
|
+
# In response to a request by the `DescribeReplicationTasks` operation,
|
5071
|
+
# this object provides a collection of statistics about a replication
|
5072
|
+
# task.
|
5073
|
+
#
|
4686
5074
|
# @!attribute [rw] full_load_progress_percent
|
4687
5075
|
# The percent complete for the full load migration task.
|
4688
5076
|
# @return [Integer]
|
@@ -4727,7 +5115,7 @@ module Aws::DatabaseMigrationService
|
|
4727
5115
|
# @return [Time]
|
4728
5116
|
#
|
4729
5117
|
# @!attribute [rw] full_load_start_date
|
4730
|
-
# The date the
|
5118
|
+
# The date the replication task full load was started.
|
4731
5119
|
# @return [Time]
|
4732
5120
|
#
|
4733
5121
|
# @!attribute [rw] full_load_finish_date
|
@@ -4779,6 +5167,8 @@ module Aws::DatabaseMigrationService
|
|
4779
5167
|
include Aws::Structure
|
4780
5168
|
end
|
4781
5169
|
|
5170
|
+
# Identifies an AWS DMS resource and any pending actions for it.
|
5171
|
+
#
|
4782
5172
|
# @!attribute [rw] resource_identifier
|
4783
5173
|
# The Amazon Resource Name (ARN) of the DMS resource that the pending
|
4784
5174
|
# maintenance action applies to. For information about creating an
|
@@ -4840,6 +5230,7 @@ module Aws::DatabaseMigrationService
|
|
4840
5230
|
# cdc_inserts_only: false,
|
4841
5231
|
# timestamp_column_name: "String",
|
4842
5232
|
# parquet_timestamp_in_millisecond: false,
|
5233
|
+
# cdc_inserts_and_updates: false,
|
4843
5234
|
# }
|
4844
5235
|
#
|
4845
5236
|
# @!attribute [rw] service_access_role_arn
|
@@ -4863,7 +5254,7 @@ module Aws::DatabaseMigrationService
|
|
4863
5254
|
# @!attribute [rw] bucket_folder
|
4864
5255
|
# An optional parameter to set a folder name in the S3 bucket. If
|
4865
5256
|
# provided, tables are created in the path `
|
4866
|
-
# bucketFolder/schema_name/table_name/`. If this parameter
|
5257
|
+
# bucketFolder/schema_name/table_name/`. If this parameter isn't
|
4867
5258
|
# specified, then the path used is ` schema_name/table_name/`.
|
4868
5259
|
# @return [String]
|
4869
5260
|
#
|
@@ -4873,9 +5264,9 @@ module Aws::DatabaseMigrationService
|
|
4873
5264
|
#
|
4874
5265
|
# @!attribute [rw] compression_type
|
4875
5266
|
# An optional parameter to use GZIP to compress the target files. Set
|
4876
|
-
# to GZIP to compress the target files.
|
4877
|
-
#
|
4878
|
-
# .parquet file formats.
|
5267
|
+
# to GZIP to compress the target files. Either set this parameter to
|
5268
|
+
# NONE (the default) or don't use it to leave the files uncompressed.
|
5269
|
+
# This parameter applies to both .csv and .parquet file formats.
|
4879
5270
|
# @return [String]
|
4880
5271
|
#
|
4881
5272
|
# @!attribute [rw] encryption_mode
|
@@ -5005,11 +5396,11 @@ module Aws::DatabaseMigrationService
|
|
5005
5396
|
# file. This allows the format of your target records from a full load
|
5006
5397
|
# to be consistent with the target records from a CDC load.
|
5007
5398
|
#
|
5008
|
-
# <note markdown="1"> This setting works together with the `CdcInsertsOnly`
|
5009
|
-
# output to .csv files only. For
|
5010
|
-
# settings work together, see
|
5011
|
-
# Migrated S3 Data][1] in the *AWS
|
5012
|
-
# Guide.*.
|
5399
|
+
# <note markdown="1"> This setting works together with the `CdcInsertsOnly` and the
|
5400
|
+
# `CdcInsertsAndUpdates` parameters for output to .csv files only. For
|
5401
|
+
# more information about how these settings work together, see
|
5402
|
+
# [Indicating Source DB Operations in Migrated S3 Data][1] in the *AWS
|
5403
|
+
# Database Migration Service User Guide.*.
|
5013
5404
|
#
|
5014
5405
|
# </note>
|
5015
5406
|
#
|
@@ -5039,8 +5430,14 @@ module Aws::DatabaseMigrationService
|
|
5039
5430
|
# Operations in Migrated S3 Data][1] in the *AWS Database Migration
|
5040
5431
|
# Service User Guide.*.
|
5041
5432
|
#
|
5042
|
-
# <note markdown="1"> AWS DMS supports
|
5043
|
-
# `IncludeOpForFullLoad` parameters in versions
|
5433
|
+
# <note markdown="1"> AWS DMS supports the interaction described preceding between the
|
5434
|
+
# `CdcInsertsOnly` and `IncludeOpForFullLoad` parameters in versions
|
5435
|
+
# 3.1.4 and later.
|
5436
|
+
#
|
5437
|
+
# `CdcInsertsOnly` and `CdcInsertsAndUpdates` can't both be set to
|
5438
|
+
# `true` for the same endpoint. Set either `CdcInsertsOnly` or
|
5439
|
+
# `CdcInsertsAndUpdates` to `true` for the same endpoint, but not
|
5440
|
+
# both.
|
5044
5441
|
#
|
5045
5442
|
# </note>
|
5046
5443
|
#
|
@@ -5110,6 +5507,39 @@ module Aws::DatabaseMigrationService
|
|
5110
5507
|
# </note>
|
5111
5508
|
# @return [Boolean]
|
5112
5509
|
#
|
5510
|
+
# @!attribute [rw] cdc_inserts_and_updates
|
5511
|
+
# A value that enables a change data capture (CDC) load to write
|
5512
|
+
# INSERT and UPDATE operations to .csv or .parquet (columnar storage)
|
5513
|
+
# output files. The default setting is `false`, but when
|
5514
|
+
# `CdcInsertsAndUpdates` is set to `true`or `y`, INSERTs and UPDATEs
|
5515
|
+
# from the source database are migrated to the .csv or .parquet file.
|
5516
|
+
#
|
5517
|
+
# For .csv file format only, how these INSERTs and UPDATEs are
|
5518
|
+
# recorded depends on the value of the `IncludeOpForFullLoad`
|
5519
|
+
# parameter. If `IncludeOpForFullLoad` is set to `true`, the first
|
5520
|
+
# field of every CDC record is set to either `I` or `U` to indicate
|
5521
|
+
# INSERT and UPDATE operations at the source. But if
|
5522
|
+
# `IncludeOpForFullLoad` is set to `false`, CDC records are written
|
5523
|
+
# without an indication of INSERT or UPDATE operations at the source.
|
5524
|
+
# For more information about how these settings work together, see
|
5525
|
+
# [Indicating Source DB Operations in Migrated S3 Data][1] in the *AWS
|
5526
|
+
# Database Migration Service User Guide.*.
|
5527
|
+
#
|
5528
|
+
# <note markdown="1"> AWS DMS supports the use of the `CdcInsertsAndUpdates` parameter in
|
5529
|
+
# versions 3.3.1 and later.
|
5530
|
+
#
|
5531
|
+
# `CdcInsertsOnly` and `CdcInsertsAndUpdates` can't both be set to
|
5532
|
+
# `true` for the same endpoint. Set either `CdcInsertsOnly` or
|
5533
|
+
# `CdcInsertsAndUpdates` to `true` for the same endpoint, but not
|
5534
|
+
# both.
|
5535
|
+
#
|
5536
|
+
# </note>
|
5537
|
+
#
|
5538
|
+
#
|
5539
|
+
#
|
5540
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps
|
5541
|
+
# @return [Boolean]
|
5542
|
+
#
|
5113
5543
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
|
5114
5544
|
#
|
5115
5545
|
class S3Settings < Struct.new(
|
@@ -5132,7 +5562,8 @@ module Aws::DatabaseMigrationService
|
|
5132
5562
|
:include_op_for_full_load,
|
5133
5563
|
:cdc_inserts_only,
|
5134
5564
|
:timestamp_column_name,
|
5135
|
-
:parquet_timestamp_in_millisecond
|
5565
|
+
:parquet_timestamp_in_millisecond,
|
5566
|
+
:cdc_inserts_and_updates)
|
5136
5567
|
include Aws::Structure
|
5137
5568
|
end
|
5138
5569
|
|
@@ -5321,6 +5752,10 @@ module Aws::DatabaseMigrationService
|
|
5321
5752
|
include Aws::Structure
|
5322
5753
|
end
|
5323
5754
|
|
5755
|
+
# In response to a request by the `DescribeReplicationSubnetGroup`
|
5756
|
+
# operation, this object identifies a subnet by its given Availability
|
5757
|
+
# Zone, subnet identifier, and status.
|
5758
|
+
#
|
5324
5759
|
# @!attribute [rw] subnet_identifier
|
5325
5760
|
# The subnet identifier.
|
5326
5761
|
# @return [String]
|
@@ -5354,11 +5789,18 @@ module Aws::DatabaseMigrationService
|
|
5354
5789
|
include Aws::Structure
|
5355
5790
|
end
|
5356
5791
|
|
5792
|
+
# Provides information about types of supported endpoints in response to
|
5793
|
+
# a request by the `DescribeEndpointTypes` operation. This information
|
5794
|
+
# includes the type of endpoint, the database engine name, and whether
|
5795
|
+
# change data capture (CDC) is supported.
|
5796
|
+
#
|
5357
5797
|
# @!attribute [rw] engine_name
|
5358
5798
|
# The database engine name. Valid values, depending on the
|
5359
|
-
# EndpointType, include mysql
|
5360
|
-
# aurora-postgresql
|
5361
|
-
#
|
5799
|
+
# EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
|
5800
|
+
# `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
|
5801
|
+
# `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
|
5802
|
+
# `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
|
5803
|
+
# `"sqlserver"`.
|
5362
5804
|
# @return [String]
|
5363
5805
|
#
|
5364
5806
|
# @!attribute [rw] supports_cdc
|
@@ -5369,6 +5811,12 @@ module Aws::DatabaseMigrationService
|
|
5369
5811
|
# The type of endpoint. Valid values are `source` and `target`.
|
5370
5812
|
# @return [String]
|
5371
5813
|
#
|
5814
|
+
# @!attribute [rw] replication_instance_engine_minimum_version
|
5815
|
+
# The earliest AWS DMS engine version that supports this endpoint
|
5816
|
+
# engine. Note that endpoint engines released with AWS DMS versions
|
5817
|
+
# earlier than 3.1.1 do not return a value for this parameter.
|
5818
|
+
# @return [String]
|
5819
|
+
#
|
5372
5820
|
# @!attribute [rw] engine_display_name
|
5373
5821
|
# The expanded name for the engine name. For example, if the
|
5374
5822
|
# `EngineName` parameter is "aurora," this value would be "Amazon
|
@@ -5381,10 +5829,14 @@ module Aws::DatabaseMigrationService
|
|
5381
5829
|
:engine_name,
|
5382
5830
|
:supports_cdc,
|
5383
5831
|
:endpoint_type,
|
5832
|
+
:replication_instance_engine_minimum_version,
|
5384
5833
|
:engine_display_name)
|
5385
5834
|
include Aws::Structure
|
5386
5835
|
end
|
5387
5836
|
|
5837
|
+
# Provides a collection of table statistics in response to a request by
|
5838
|
+
# the `DescribeTableStatistics` operation.
|
5839
|
+
#
|
5388
5840
|
# @!attribute [rw] schema_name
|
5389
5841
|
# The schema name.
|
5390
5842
|
# @return [String]
|
@@ -5406,26 +5858,40 @@ module Aws::DatabaseMigrationService
|
|
5406
5858
|
# @return [Integer]
|
5407
5859
|
#
|
5408
5860
|
# @!attribute [rw] ddls
|
5409
|
-
# The
|
5861
|
+
# The data definition language (DDL) used to build and modify the
|
5410
5862
|
# structure of your tables.
|
5411
5863
|
# @return [Integer]
|
5412
5864
|
#
|
5413
5865
|
# @!attribute [rw] full_load_rows
|
5414
|
-
# The number of rows added during the
|
5866
|
+
# The number of rows added during the full load operation.
|
5415
5867
|
# @return [Integer]
|
5416
5868
|
#
|
5417
5869
|
# @!attribute [rw] full_load_condtnl_chk_failed_rows
|
5418
|
-
# The number of rows that failed conditional checks during the
|
5419
|
-
#
|
5870
|
+
# The number of rows that failed conditional checks during the full
|
5871
|
+
# load operation (valid only for migrations where DynamoDB is the
|
5872
|
+
# target).
|
5420
5873
|
# @return [Integer]
|
5421
5874
|
#
|
5422
5875
|
# @!attribute [rw] full_load_error_rows
|
5423
|
-
# The number of rows that failed to load during the
|
5424
|
-
# operation (valid only for DynamoDB
|
5876
|
+
# The number of rows that failed to load during the full load
|
5877
|
+
# operation (valid only for migrations where DynamoDB is the target).
|
5425
5878
|
# @return [Integer]
|
5426
5879
|
#
|
5880
|
+
# @!attribute [rw] full_load_start_time
|
5881
|
+
# The time when the full load operation started.
|
5882
|
+
# @return [Time]
|
5883
|
+
#
|
5884
|
+
# @!attribute [rw] full_load_end_time
|
5885
|
+
# The time when the full load operation completed.
|
5886
|
+
# @return [Time]
|
5887
|
+
#
|
5888
|
+
# @!attribute [rw] full_load_reloaded
|
5889
|
+
# A value that indicates if the table was reloaded (`true`) or loaded
|
5890
|
+
# as part of a new full load operation (`false`).
|
5891
|
+
# @return [Boolean]
|
5892
|
+
#
|
5427
5893
|
# @!attribute [rw] last_update_time
|
5428
|
-
# The last time
|
5894
|
+
# The last time a table was updated.
|
5429
5895
|
# @return [Time]
|
5430
5896
|
#
|
5431
5897
|
# @!attribute [rw] table_state
|
@@ -5445,36 +5911,36 @@ module Aws::DatabaseMigrationService
|
|
5445
5911
|
# @return [Integer]
|
5446
5912
|
#
|
5447
5913
|
# @!attribute [rw] validation_suspended_records
|
5448
|
-
# The number of records that
|
5914
|
+
# The number of records that couldn't be validated.
|
5449
5915
|
# @return [Integer]
|
5450
5916
|
#
|
5451
5917
|
# @!attribute [rw] validation_state
|
5452
5918
|
# The validation state of the table.
|
5453
5919
|
#
|
5454
|
-
#
|
5920
|
+
# This parameter can have the following values:
|
5455
5921
|
#
|
5456
|
-
# * Not enabled
|
5922
|
+
# * Not enabled - Validation isn't enabled for the table in the
|
5457
5923
|
# migration task.
|
5458
5924
|
#
|
5459
|
-
# * Pending records
|
5925
|
+
# * Pending records - Some records in the table are waiting for
|
5460
5926
|
# validation.
|
5461
5927
|
#
|
5462
|
-
# * Mismatched records
|
5463
|
-
# the source and target.
|
5928
|
+
# * Mismatched records - Some records in the table don't match
|
5929
|
+
# between the source and target.
|
5464
5930
|
#
|
5465
|
-
# * Suspended records
|
5931
|
+
# * Suspended records - Some records in the table couldn't be
|
5466
5932
|
# validated.
|
5467
5933
|
#
|
5468
|
-
# * No primary key
|
5469
|
-
# primary key.
|
5934
|
+
# * No primary key - The table couldn't be validated because it has
|
5935
|
+
# no primary key.
|
5470
5936
|
#
|
5471
|
-
# * Table error
|
5472
|
-
# state and some data
|
5937
|
+
# * Table error - The table wasn't validated because it's in an
|
5938
|
+
# error state and some data wasn't migrated.
|
5473
5939
|
#
|
5474
|
-
# * Validated
|
5940
|
+
# * Validated - All rows in the table are validated. If the table is
|
5475
5941
|
# updated, the status can change from Validated.
|
5476
5942
|
#
|
5477
|
-
# * Error
|
5943
|
+
# * Error - The table couldn't be validated because of an unexpected
|
5478
5944
|
# error.
|
5479
5945
|
# @return [String]
|
5480
5946
|
#
|
@@ -5494,6 +5960,9 @@ module Aws::DatabaseMigrationService
|
|
5494
5960
|
:full_load_rows,
|
5495
5961
|
:full_load_condtnl_chk_failed_rows,
|
5496
5962
|
:full_load_error_rows,
|
5963
|
+
:full_load_start_time,
|
5964
|
+
:full_load_end_time,
|
5965
|
+
:full_load_reloaded,
|
5497
5966
|
:last_update_time,
|
5498
5967
|
:table_state,
|
5499
5968
|
:validation_pending_records,
|
@@ -5504,6 +5973,8 @@ module Aws::DatabaseMigrationService
|
|
5504
5973
|
include Aws::Structure
|
5505
5974
|
end
|
5506
5975
|
|
5976
|
+
# Provides the name of the schema and table to be reloaded.
|
5977
|
+
#
|
5507
5978
|
# @note When making an API call, you may pass TableToReload
|
5508
5979
|
# data as a hash:
|
5509
5980
|
#
|
@@ -5528,6 +5999,15 @@ module Aws::DatabaseMigrationService
|
|
5528
5999
|
include Aws::Structure
|
5529
6000
|
end
|
5530
6001
|
|
6002
|
+
# A user-defined key-value pair that describes metadata added to an AWS
|
6003
|
+
# DMS resource and that is used by operations such as the following:
|
6004
|
+
#
|
6005
|
+
# * `AddTagsToResource`
|
6006
|
+
#
|
6007
|
+
# * `ListTagsForResource`
|
6008
|
+
#
|
6009
|
+
# * `RemoveTagsFromResource`
|
6010
|
+
#
|
5531
6011
|
# @note When making an API call, you may pass Tag
|
5532
6012
|
# data as a hash:
|
5533
6013
|
#
|
@@ -5538,7 +6018,7 @@ module Aws::DatabaseMigrationService
|
|
5538
6018
|
#
|
5539
6019
|
# @!attribute [rw] key
|
5540
6020
|
# A key is the required name of the tag. The string value can be from
|
5541
|
-
# 1 to 128 Unicode characters in length and
|
6021
|
+
# 1 to 128 Unicode characters in length and can't be prefixed with
|
5542
6022
|
# "aws:" or "dms:". The string can only contain only the set of
|
5543
6023
|
# Unicode letters, digits, white-space, '\_', '.', '/', '=',
|
5544
6024
|
# '+', '-' (Java regex:
|
@@ -5547,7 +6027,7 @@ module Aws::DatabaseMigrationService
|
|
5547
6027
|
#
|
5548
6028
|
# @!attribute [rw] value
|
5549
6029
|
# A value is the optional value of the tag. The string value can be
|
5550
|
-
# from 1 to 256 Unicode characters in length and
|
6030
|
+
# from 1 to 256 Unicode characters in length and can't be prefixed
|
5551
6031
|
# with "aws:" or "dms:". The string can only contain only the set
|
5552
6032
|
# of Unicode letters, digits, white-space, '\_', '.', '/',
|
5553
6033
|
# '=', '+', '-' (Java regex:
|
@@ -5610,6 +6090,9 @@ module Aws::DatabaseMigrationService
|
|
5610
6090
|
include Aws::Structure
|
5611
6091
|
end
|
5612
6092
|
|
6093
|
+
# Describes status of a security group associated with the virtual
|
6094
|
+
# private cloud hosting your replication and DB instances.
|
6095
|
+
#
|
5613
6096
|
# @!attribute [rw] vpc_security_group_id
|
5614
6097
|
# The VPC security group Id.
|
5615
6098
|
# @return [String]
|