aws-sdk-databasemigrationservice 1.88.0 → 1.111.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +115 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +803 -85
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +272 -6
- data/lib/aws-sdk-databasemigrationservice/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-databasemigrationservice/endpoint_provider.rb +4 -4
- data/lib/aws-sdk-databasemigrationservice/endpoints.rb +2 -1482
- data/lib/aws-sdk-databasemigrationservice/errors.rb +16 -0
- data/lib/aws-sdk-databasemigrationservice/plugins/endpoints.rb +23 -226
- data/lib/aws-sdk-databasemigrationservice/types.rb +821 -76
- data/lib/aws-sdk-databasemigrationservice.rb +16 -12
- data/sig/client.rbs +2779 -0
- data/sig/errors.rbs +95 -0
- data/sig/resource.rbs +83 -0
- data/sig/types.rbs +2923 -0
- data/sig/waiters.rbs +153 -0
- metadata +16 -11
data/sig/types.rbs
ADDED
@@ -0,0 +1,2923 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::DatabaseMigrationService
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedFault
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AccountQuota
|
17
|
+
attr_accessor account_quota_name: ::String
|
18
|
+
attr_accessor used: ::Integer
|
19
|
+
attr_accessor max: ::Integer
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class AddTagsToResourceMessage
|
24
|
+
attr_accessor resource_arn: ::String
|
25
|
+
attr_accessor tags: ::Array[Types::Tag]
|
26
|
+
SENSITIVE: []
|
27
|
+
end
|
28
|
+
|
29
|
+
class AddTagsToResourceResponse < Aws::EmptyStructure
|
30
|
+
end
|
31
|
+
|
32
|
+
class ApplyPendingMaintenanceActionMessage
|
33
|
+
attr_accessor replication_instance_arn: ::String
|
34
|
+
attr_accessor apply_action: ::String
|
35
|
+
attr_accessor opt_in_type: ::String
|
36
|
+
SENSITIVE: []
|
37
|
+
end
|
38
|
+
|
39
|
+
class ApplyPendingMaintenanceActionResponse
|
40
|
+
attr_accessor resource_pending_maintenance_actions: Types::ResourcePendingMaintenanceActions
|
41
|
+
SENSITIVE: []
|
42
|
+
end
|
43
|
+
|
44
|
+
class AvailabilityZone
|
45
|
+
attr_accessor name: ::String
|
46
|
+
SENSITIVE: []
|
47
|
+
end
|
48
|
+
|
49
|
+
class BatchStartRecommendationsErrorEntry
|
50
|
+
attr_accessor database_id: ::String
|
51
|
+
attr_accessor message: ::String
|
52
|
+
attr_accessor code: ::String
|
53
|
+
SENSITIVE: []
|
54
|
+
end
|
55
|
+
|
56
|
+
class BatchStartRecommendationsRequest
|
57
|
+
attr_accessor data: ::Array[Types::StartRecommendationsRequestEntry]
|
58
|
+
SENSITIVE: []
|
59
|
+
end
|
60
|
+
|
61
|
+
class BatchStartRecommendationsResponse
|
62
|
+
attr_accessor error_entries: ::Array[Types::BatchStartRecommendationsErrorEntry]
|
63
|
+
SENSITIVE: []
|
64
|
+
end
|
65
|
+
|
66
|
+
class CancelReplicationTaskAssessmentRunMessage
|
67
|
+
attr_accessor replication_task_assessment_run_arn: ::String
|
68
|
+
SENSITIVE: []
|
69
|
+
end
|
70
|
+
|
71
|
+
class CancelReplicationTaskAssessmentRunResponse
|
72
|
+
attr_accessor replication_task_assessment_run: Types::ReplicationTaskAssessmentRun
|
73
|
+
SENSITIVE: []
|
74
|
+
end
|
75
|
+
|
76
|
+
class Certificate
|
77
|
+
attr_accessor certificate_identifier: ::String
|
78
|
+
attr_accessor certificate_creation_date: ::Time
|
79
|
+
attr_accessor certificate_pem: ::String
|
80
|
+
attr_accessor certificate_wallet: ::String
|
81
|
+
attr_accessor certificate_arn: ::String
|
82
|
+
attr_accessor certificate_owner: ::String
|
83
|
+
attr_accessor valid_from_date: ::Time
|
84
|
+
attr_accessor valid_to_date: ::Time
|
85
|
+
attr_accessor signing_algorithm: ::String
|
86
|
+
attr_accessor key_length: ::Integer
|
87
|
+
SENSITIVE: []
|
88
|
+
end
|
89
|
+
|
90
|
+
class CollectorHealthCheck
|
91
|
+
attr_accessor collector_status: ("UNREGISTERED" | "ACTIVE")
|
92
|
+
attr_accessor local_collector_s3_access: bool
|
93
|
+
attr_accessor web_collector_s3_access: bool
|
94
|
+
attr_accessor web_collector_granted_role_based_access: bool
|
95
|
+
SENSITIVE: []
|
96
|
+
end
|
97
|
+
|
98
|
+
class CollectorNotFoundFault
|
99
|
+
attr_accessor message: ::String
|
100
|
+
SENSITIVE: []
|
101
|
+
end
|
102
|
+
|
103
|
+
class CollectorResponse
|
104
|
+
attr_accessor collector_referenced_id: ::String
|
105
|
+
attr_accessor collector_name: ::String
|
106
|
+
attr_accessor collector_version: ::String
|
107
|
+
attr_accessor version_status: ("UP_TO_DATE" | "OUTDATED" | "UNSUPPORTED")
|
108
|
+
attr_accessor description: ::String
|
109
|
+
attr_accessor s3_bucket_name: ::String
|
110
|
+
attr_accessor service_access_role_arn: ::String
|
111
|
+
attr_accessor collector_health_check: Types::CollectorHealthCheck
|
112
|
+
attr_accessor last_data_received: ::String
|
113
|
+
attr_accessor registered_date: ::String
|
114
|
+
attr_accessor created_date: ::String
|
115
|
+
attr_accessor modified_date: ::String
|
116
|
+
attr_accessor inventory_data: Types::InventoryData
|
117
|
+
SENSITIVE: []
|
118
|
+
end
|
119
|
+
|
120
|
+
class CollectorShortInfoResponse
|
121
|
+
attr_accessor collector_referenced_id: ::String
|
122
|
+
attr_accessor collector_name: ::String
|
123
|
+
SENSITIVE: []
|
124
|
+
end
|
125
|
+
|
126
|
+
class ComputeConfig
|
127
|
+
attr_accessor availability_zone: ::String
|
128
|
+
attr_accessor dns_name_servers: ::String
|
129
|
+
attr_accessor kms_key_id: ::String
|
130
|
+
attr_accessor max_capacity_units: ::Integer
|
131
|
+
attr_accessor min_capacity_units: ::Integer
|
132
|
+
attr_accessor multi_az: bool
|
133
|
+
attr_accessor preferred_maintenance_window: ::String
|
134
|
+
attr_accessor replication_subnet_group_id: ::String
|
135
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
136
|
+
SENSITIVE: []
|
137
|
+
end
|
138
|
+
|
139
|
+
class Connection
|
140
|
+
attr_accessor replication_instance_arn: ::String
|
141
|
+
attr_accessor endpoint_arn: ::String
|
142
|
+
attr_accessor status: ::String
|
143
|
+
attr_accessor last_failure_message: ::String
|
144
|
+
attr_accessor endpoint_identifier: ::String
|
145
|
+
attr_accessor replication_instance_identifier: ::String
|
146
|
+
SENSITIVE: []
|
147
|
+
end
|
148
|
+
|
149
|
+
class CreateDataMigrationMessage
|
150
|
+
attr_accessor data_migration_name: ::String
|
151
|
+
attr_accessor migration_project_identifier: ::String
|
152
|
+
attr_accessor data_migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
153
|
+
attr_accessor service_access_role_arn: ::String
|
154
|
+
attr_accessor enable_cloudwatch_logs: bool
|
155
|
+
attr_accessor source_data_settings: ::Array[Types::SourceDataSetting]
|
156
|
+
attr_accessor number_of_jobs: ::Integer
|
157
|
+
attr_accessor tags: ::Array[Types::Tag]
|
158
|
+
attr_accessor selection_rules: ::String
|
159
|
+
SENSITIVE: [:selection_rules]
|
160
|
+
end
|
161
|
+
|
162
|
+
class CreateDataMigrationResponse
|
163
|
+
attr_accessor data_migration: Types::DataMigration
|
164
|
+
SENSITIVE: []
|
165
|
+
end
|
166
|
+
|
167
|
+
class CreateDataProviderMessage
|
168
|
+
attr_accessor data_provider_name: ::String
|
169
|
+
attr_accessor description: ::String
|
170
|
+
attr_accessor engine: ::String
|
171
|
+
attr_accessor settings: Types::DataProviderSettings
|
172
|
+
attr_accessor tags: ::Array[Types::Tag]
|
173
|
+
SENSITIVE: []
|
174
|
+
end
|
175
|
+
|
176
|
+
class CreateDataProviderResponse
|
177
|
+
attr_accessor data_provider: Types::DataProvider
|
178
|
+
SENSITIVE: []
|
179
|
+
end
|
180
|
+
|
181
|
+
class CreateEndpointMessage
|
182
|
+
attr_accessor endpoint_identifier: ::String
|
183
|
+
attr_accessor endpoint_type: ("source" | "target")
|
184
|
+
attr_accessor engine_name: ::String
|
185
|
+
attr_accessor username: ::String
|
186
|
+
attr_accessor password: ::String
|
187
|
+
attr_accessor server_name: ::String
|
188
|
+
attr_accessor port: ::Integer
|
189
|
+
attr_accessor database_name: ::String
|
190
|
+
attr_accessor extra_connection_attributes: ::String
|
191
|
+
attr_accessor kms_key_id: ::String
|
192
|
+
attr_accessor tags: ::Array[Types::Tag]
|
193
|
+
attr_accessor certificate_arn: ::String
|
194
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
195
|
+
attr_accessor service_access_role_arn: ::String
|
196
|
+
attr_accessor external_table_definition: ::String
|
197
|
+
attr_accessor dynamo_db_settings: Types::DynamoDbSettings
|
198
|
+
attr_accessor s3_settings: Types::S3Settings
|
199
|
+
attr_accessor dms_transfer_settings: Types::DmsTransferSettings
|
200
|
+
attr_accessor mongo_db_settings: Types::MongoDbSettings
|
201
|
+
attr_accessor kinesis_settings: Types::KinesisSettings
|
202
|
+
attr_accessor kafka_settings: Types::KafkaSettings
|
203
|
+
attr_accessor elasticsearch_settings: Types::ElasticsearchSettings
|
204
|
+
attr_accessor neptune_settings: Types::NeptuneSettings
|
205
|
+
attr_accessor redshift_settings: Types::RedshiftSettings
|
206
|
+
attr_accessor postgre_sql_settings: Types::PostgreSQLSettings
|
207
|
+
attr_accessor my_sql_settings: Types::MySQLSettings
|
208
|
+
attr_accessor oracle_settings: Types::OracleSettings
|
209
|
+
attr_accessor sybase_settings: Types::SybaseSettings
|
210
|
+
attr_accessor microsoft_sql_server_settings: Types::MicrosoftSQLServerSettings
|
211
|
+
attr_accessor ibm_db_2_settings: Types::IBMDb2Settings
|
212
|
+
attr_accessor resource_identifier: ::String
|
213
|
+
attr_accessor doc_db_settings: Types::DocDbSettings
|
214
|
+
attr_accessor redis_settings: Types::RedisSettings
|
215
|
+
attr_accessor gcp_my_sql_settings: Types::GcpMySQLSettings
|
216
|
+
attr_accessor timestream_settings: Types::TimestreamSettings
|
217
|
+
SENSITIVE: [:password]
|
218
|
+
end
|
219
|
+
|
220
|
+
class CreateEndpointResponse
|
221
|
+
attr_accessor endpoint: Types::Endpoint
|
222
|
+
SENSITIVE: []
|
223
|
+
end
|
224
|
+
|
225
|
+
class CreateEventSubscriptionMessage
|
226
|
+
attr_accessor subscription_name: ::String
|
227
|
+
attr_accessor sns_topic_arn: ::String
|
228
|
+
attr_accessor source_type: ::String
|
229
|
+
attr_accessor event_categories: ::Array[::String]
|
230
|
+
attr_accessor source_ids: ::Array[::String]
|
231
|
+
attr_accessor enabled: bool
|
232
|
+
attr_accessor tags: ::Array[Types::Tag]
|
233
|
+
SENSITIVE: []
|
234
|
+
end
|
235
|
+
|
236
|
+
class CreateEventSubscriptionResponse
|
237
|
+
attr_accessor event_subscription: Types::EventSubscription
|
238
|
+
SENSITIVE: []
|
239
|
+
end
|
240
|
+
|
241
|
+
class CreateFleetAdvisorCollectorRequest
|
242
|
+
attr_accessor collector_name: ::String
|
243
|
+
attr_accessor description: ::String
|
244
|
+
attr_accessor service_access_role_arn: ::String
|
245
|
+
attr_accessor s3_bucket_name: ::String
|
246
|
+
SENSITIVE: []
|
247
|
+
end
|
248
|
+
|
249
|
+
class CreateFleetAdvisorCollectorResponse
|
250
|
+
attr_accessor collector_referenced_id: ::String
|
251
|
+
attr_accessor collector_name: ::String
|
252
|
+
attr_accessor description: ::String
|
253
|
+
attr_accessor service_access_role_arn: ::String
|
254
|
+
attr_accessor s3_bucket_name: ::String
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class CreateInstanceProfileMessage
|
259
|
+
attr_accessor availability_zone: ::String
|
260
|
+
attr_accessor kms_key_arn: ::String
|
261
|
+
attr_accessor publicly_accessible: bool
|
262
|
+
attr_accessor tags: ::Array[Types::Tag]
|
263
|
+
attr_accessor network_type: ::String
|
264
|
+
attr_accessor instance_profile_name: ::String
|
265
|
+
attr_accessor description: ::String
|
266
|
+
attr_accessor subnet_group_identifier: ::String
|
267
|
+
attr_accessor vpc_security_groups: ::Array[::String]
|
268
|
+
SENSITIVE: []
|
269
|
+
end
|
270
|
+
|
271
|
+
class CreateInstanceProfileResponse
|
272
|
+
attr_accessor instance_profile: Types::InstanceProfile
|
273
|
+
SENSITIVE: []
|
274
|
+
end
|
275
|
+
|
276
|
+
class CreateMigrationProjectMessage
|
277
|
+
attr_accessor migration_project_name: ::String
|
278
|
+
attr_accessor source_data_provider_descriptors: ::Array[Types::DataProviderDescriptorDefinition]
|
279
|
+
attr_accessor target_data_provider_descriptors: ::Array[Types::DataProviderDescriptorDefinition]
|
280
|
+
attr_accessor instance_profile_identifier: ::String
|
281
|
+
attr_accessor transformation_rules: ::String
|
282
|
+
attr_accessor description: ::String
|
283
|
+
attr_accessor tags: ::Array[Types::Tag]
|
284
|
+
attr_accessor schema_conversion_application_attributes: Types::SCApplicationAttributes
|
285
|
+
SENSITIVE: []
|
286
|
+
end
|
287
|
+
|
288
|
+
class CreateMigrationProjectResponse
|
289
|
+
attr_accessor migration_project: Types::MigrationProject
|
290
|
+
SENSITIVE: []
|
291
|
+
end
|
292
|
+
|
293
|
+
class CreateReplicationConfigMessage
|
294
|
+
attr_accessor replication_config_identifier: ::String
|
295
|
+
attr_accessor source_endpoint_arn: ::String
|
296
|
+
attr_accessor target_endpoint_arn: ::String
|
297
|
+
attr_accessor compute_config: Types::ComputeConfig
|
298
|
+
attr_accessor replication_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
299
|
+
attr_accessor table_mappings: ::String
|
300
|
+
attr_accessor replication_settings: ::String
|
301
|
+
attr_accessor supplemental_settings: ::String
|
302
|
+
attr_accessor resource_identifier: ::String
|
303
|
+
attr_accessor tags: ::Array[Types::Tag]
|
304
|
+
SENSITIVE: []
|
305
|
+
end
|
306
|
+
|
307
|
+
class CreateReplicationConfigResponse
|
308
|
+
attr_accessor replication_config: Types::ReplicationConfig
|
309
|
+
SENSITIVE: []
|
310
|
+
end
|
311
|
+
|
312
|
+
class CreateReplicationInstanceMessage
|
313
|
+
attr_accessor replication_instance_identifier: ::String
|
314
|
+
attr_accessor allocated_storage: ::Integer
|
315
|
+
attr_accessor replication_instance_class: ::String
|
316
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
317
|
+
attr_accessor availability_zone: ::String
|
318
|
+
attr_accessor replication_subnet_group_identifier: ::String
|
319
|
+
attr_accessor preferred_maintenance_window: ::String
|
320
|
+
attr_accessor multi_az: bool
|
321
|
+
attr_accessor engine_version: ::String
|
322
|
+
attr_accessor auto_minor_version_upgrade: bool
|
323
|
+
attr_accessor tags: ::Array[Types::Tag]
|
324
|
+
attr_accessor kms_key_id: ::String
|
325
|
+
attr_accessor publicly_accessible: bool
|
326
|
+
attr_accessor dns_name_servers: ::String
|
327
|
+
attr_accessor resource_identifier: ::String
|
328
|
+
attr_accessor network_type: ::String
|
329
|
+
attr_accessor kerberos_authentication_settings: Types::KerberosAuthenticationSettings
|
330
|
+
SENSITIVE: []
|
331
|
+
end
|
332
|
+
|
333
|
+
class CreateReplicationInstanceResponse
|
334
|
+
attr_accessor replication_instance: Types::ReplicationInstance
|
335
|
+
SENSITIVE: []
|
336
|
+
end
|
337
|
+
|
338
|
+
class CreateReplicationSubnetGroupMessage
|
339
|
+
attr_accessor replication_subnet_group_identifier: ::String
|
340
|
+
attr_accessor replication_subnet_group_description: ::String
|
341
|
+
attr_accessor subnet_ids: ::Array[::String]
|
342
|
+
attr_accessor tags: ::Array[Types::Tag]
|
343
|
+
SENSITIVE: []
|
344
|
+
end
|
345
|
+
|
346
|
+
class CreateReplicationSubnetGroupResponse
|
347
|
+
attr_accessor replication_subnet_group: Types::ReplicationSubnetGroup
|
348
|
+
SENSITIVE: []
|
349
|
+
end
|
350
|
+
|
351
|
+
class CreateReplicationTaskMessage
|
352
|
+
attr_accessor replication_task_identifier: ::String
|
353
|
+
attr_accessor source_endpoint_arn: ::String
|
354
|
+
attr_accessor target_endpoint_arn: ::String
|
355
|
+
attr_accessor replication_instance_arn: ::String
|
356
|
+
attr_accessor migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
357
|
+
attr_accessor table_mappings: ::String
|
358
|
+
attr_accessor replication_task_settings: ::String
|
359
|
+
attr_accessor cdc_start_time: ::Time
|
360
|
+
attr_accessor cdc_start_position: ::String
|
361
|
+
attr_accessor cdc_stop_position: ::String
|
362
|
+
attr_accessor tags: ::Array[Types::Tag]
|
363
|
+
attr_accessor task_data: ::String
|
364
|
+
attr_accessor resource_identifier: ::String
|
365
|
+
SENSITIVE: []
|
366
|
+
end
|
367
|
+
|
368
|
+
class CreateReplicationTaskResponse
|
369
|
+
attr_accessor replication_task: Types::ReplicationTask
|
370
|
+
SENSITIVE: []
|
371
|
+
end
|
372
|
+
|
373
|
+
class DataMigration
|
374
|
+
attr_accessor data_migration_name: ::String
|
375
|
+
attr_accessor data_migration_arn: ::String
|
376
|
+
attr_accessor data_migration_create_time: ::Time
|
377
|
+
attr_accessor data_migration_start_time: ::Time
|
378
|
+
attr_accessor data_migration_end_time: ::Time
|
379
|
+
attr_accessor service_access_role_arn: ::String
|
380
|
+
attr_accessor migration_project_arn: ::String
|
381
|
+
attr_accessor data_migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
382
|
+
attr_accessor data_migration_settings: Types::DataMigrationSettings
|
383
|
+
attr_accessor source_data_settings: ::Array[Types::SourceDataSetting]
|
384
|
+
attr_accessor data_migration_statistics: Types::DataMigrationStatistics
|
385
|
+
attr_accessor data_migration_status: ::String
|
386
|
+
attr_accessor public_ip_addresses: ::Array[::String]
|
387
|
+
attr_accessor data_migration_cidr_blocks: ::Array[::String]
|
388
|
+
attr_accessor last_failure_message: ::String
|
389
|
+
attr_accessor stop_reason: ::String
|
390
|
+
SENSITIVE: [:public_ip_addresses]
|
391
|
+
end
|
392
|
+
|
393
|
+
class DataMigrationSettings
|
394
|
+
attr_accessor number_of_jobs: ::Integer
|
395
|
+
attr_accessor cloudwatch_logs_enabled: bool
|
396
|
+
attr_accessor selection_rules: ::String
|
397
|
+
SENSITIVE: [:selection_rules]
|
398
|
+
end
|
399
|
+
|
400
|
+
class DataMigrationStatistics
|
401
|
+
attr_accessor tables_loaded: ::Integer
|
402
|
+
attr_accessor elapsed_time_millis: ::Integer
|
403
|
+
attr_accessor tables_loading: ::Integer
|
404
|
+
attr_accessor full_load_percentage: ::Integer
|
405
|
+
attr_accessor cdc_latency: ::Integer
|
406
|
+
attr_accessor tables_queued: ::Integer
|
407
|
+
attr_accessor tables_errored: ::Integer
|
408
|
+
attr_accessor start_time: ::Time
|
409
|
+
attr_accessor stop_time: ::Time
|
410
|
+
SENSITIVE: []
|
411
|
+
end
|
412
|
+
|
413
|
+
class DataProvider
|
414
|
+
attr_accessor data_provider_name: ::String
|
415
|
+
attr_accessor data_provider_arn: ::String
|
416
|
+
attr_accessor data_provider_creation_time: ::Time
|
417
|
+
attr_accessor description: ::String
|
418
|
+
attr_accessor engine: ::String
|
419
|
+
attr_accessor settings: Types::DataProviderSettings
|
420
|
+
SENSITIVE: []
|
421
|
+
end
|
422
|
+
|
423
|
+
class DataProviderDescriptor
|
424
|
+
attr_accessor secrets_manager_secret_id: ::String
|
425
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
426
|
+
attr_accessor data_provider_name: ::String
|
427
|
+
attr_accessor data_provider_arn: ::String
|
428
|
+
SENSITIVE: []
|
429
|
+
end
|
430
|
+
|
431
|
+
class DataProviderDescriptorDefinition
|
432
|
+
attr_accessor data_provider_identifier: ::String
|
433
|
+
attr_accessor secrets_manager_secret_id: ::String
|
434
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
435
|
+
SENSITIVE: []
|
436
|
+
end
|
437
|
+
|
438
|
+
class DataProviderSettings
|
439
|
+
attr_accessor redshift_settings: Types::RedshiftDataProviderSettings
|
440
|
+
attr_accessor postgre_sql_settings: Types::PostgreSqlDataProviderSettings
|
441
|
+
attr_accessor my_sql_settings: Types::MySqlDataProviderSettings
|
442
|
+
attr_accessor oracle_settings: Types::OracleDataProviderSettings
|
443
|
+
attr_accessor microsoft_sql_server_settings: Types::MicrosoftSqlServerDataProviderSettings
|
444
|
+
attr_accessor doc_db_settings: Types::DocDbDataProviderSettings
|
445
|
+
attr_accessor maria_db_settings: Types::MariaDbDataProviderSettings
|
446
|
+
attr_accessor mongo_db_settings: Types::MongoDbDataProviderSettings
|
447
|
+
attr_accessor unknown: untyped
|
448
|
+
SENSITIVE: []
|
449
|
+
|
450
|
+
class RedshiftSettings < DataProviderSettings
|
451
|
+
end
|
452
|
+
class PostgreSqlSettings < DataProviderSettings
|
453
|
+
end
|
454
|
+
class MySqlSettings < DataProviderSettings
|
455
|
+
end
|
456
|
+
class OracleSettings < DataProviderSettings
|
457
|
+
end
|
458
|
+
class MicrosoftSqlServerSettings < DataProviderSettings
|
459
|
+
end
|
460
|
+
class DocDbSettings < DataProviderSettings
|
461
|
+
end
|
462
|
+
class MariaDbSettings < DataProviderSettings
|
463
|
+
end
|
464
|
+
class MongoDbSettings < DataProviderSettings
|
465
|
+
end
|
466
|
+
class Unknown < DataProviderSettings
|
467
|
+
end
|
468
|
+
end
|
469
|
+
|
470
|
+
class DatabaseInstanceSoftwareDetailsResponse
|
471
|
+
attr_accessor engine: ::String
|
472
|
+
attr_accessor engine_version: ::String
|
473
|
+
attr_accessor engine_edition: ::String
|
474
|
+
attr_accessor service_pack: ::String
|
475
|
+
attr_accessor support_level: ::String
|
476
|
+
attr_accessor os_architecture: ::Integer
|
477
|
+
attr_accessor tooltip: ::String
|
478
|
+
SENSITIVE: []
|
479
|
+
end
|
480
|
+
|
481
|
+
class DatabaseResponse
|
482
|
+
attr_accessor database_id: ::String
|
483
|
+
attr_accessor database_name: ::String
|
484
|
+
attr_accessor ip_address: ::String
|
485
|
+
attr_accessor number_of_schemas: ::Integer
|
486
|
+
attr_accessor server: Types::ServerShortInfoResponse
|
487
|
+
attr_accessor software_details: Types::DatabaseInstanceSoftwareDetailsResponse
|
488
|
+
attr_accessor collectors: ::Array[Types::CollectorShortInfoResponse]
|
489
|
+
SENSITIVE: []
|
490
|
+
end
|
491
|
+
|
492
|
+
class DatabaseShortInfoResponse
|
493
|
+
attr_accessor database_id: ::String
|
494
|
+
attr_accessor database_name: ::String
|
495
|
+
attr_accessor database_ip_address: ::String
|
496
|
+
attr_accessor database_engine: ::String
|
497
|
+
SENSITIVE: []
|
498
|
+
end
|
499
|
+
|
500
|
+
class DefaultErrorDetails
|
501
|
+
attr_accessor message: ::String
|
502
|
+
SENSITIVE: []
|
503
|
+
end
|
504
|
+
|
505
|
+
class DeleteCertificateMessage
|
506
|
+
attr_accessor certificate_arn: ::String
|
507
|
+
SENSITIVE: []
|
508
|
+
end
|
509
|
+
|
510
|
+
class DeleteCertificateResponse
|
511
|
+
attr_accessor certificate: Types::Certificate
|
512
|
+
SENSITIVE: []
|
513
|
+
end
|
514
|
+
|
515
|
+
class DeleteCollectorRequest
|
516
|
+
attr_accessor collector_referenced_id: ::String
|
517
|
+
SENSITIVE: []
|
518
|
+
end
|
519
|
+
|
520
|
+
class DeleteConnectionMessage
|
521
|
+
attr_accessor endpoint_arn: ::String
|
522
|
+
attr_accessor replication_instance_arn: ::String
|
523
|
+
SENSITIVE: []
|
524
|
+
end
|
525
|
+
|
526
|
+
class DeleteConnectionResponse
|
527
|
+
attr_accessor connection: Types::Connection
|
528
|
+
SENSITIVE: []
|
529
|
+
end
|
530
|
+
|
531
|
+
class DeleteDataMigrationMessage
|
532
|
+
attr_accessor data_migration_identifier: ::String
|
533
|
+
SENSITIVE: []
|
534
|
+
end
|
535
|
+
|
536
|
+
class DeleteDataMigrationResponse
|
537
|
+
attr_accessor data_migration: Types::DataMigration
|
538
|
+
SENSITIVE: []
|
539
|
+
end
|
540
|
+
|
541
|
+
class DeleteDataProviderMessage
|
542
|
+
attr_accessor data_provider_identifier: ::String
|
543
|
+
SENSITIVE: []
|
544
|
+
end
|
545
|
+
|
546
|
+
class DeleteDataProviderResponse
|
547
|
+
attr_accessor data_provider: Types::DataProvider
|
548
|
+
SENSITIVE: []
|
549
|
+
end
|
550
|
+
|
551
|
+
class DeleteEndpointMessage
|
552
|
+
attr_accessor endpoint_arn: ::String
|
553
|
+
SENSITIVE: []
|
554
|
+
end
|
555
|
+
|
556
|
+
class DeleteEndpointResponse
|
557
|
+
attr_accessor endpoint: Types::Endpoint
|
558
|
+
SENSITIVE: []
|
559
|
+
end
|
560
|
+
|
561
|
+
class DeleteEventSubscriptionMessage
|
562
|
+
attr_accessor subscription_name: ::String
|
563
|
+
SENSITIVE: []
|
564
|
+
end
|
565
|
+
|
566
|
+
class DeleteEventSubscriptionResponse
|
567
|
+
attr_accessor event_subscription: Types::EventSubscription
|
568
|
+
SENSITIVE: []
|
569
|
+
end
|
570
|
+
|
571
|
+
class DeleteFleetAdvisorDatabasesRequest
|
572
|
+
attr_accessor database_ids: ::Array[::String]
|
573
|
+
SENSITIVE: []
|
574
|
+
end
|
575
|
+
|
576
|
+
class DeleteFleetAdvisorDatabasesResponse
|
577
|
+
attr_accessor database_ids: ::Array[::String]
|
578
|
+
SENSITIVE: []
|
579
|
+
end
|
580
|
+
|
581
|
+
class DeleteInstanceProfileMessage
|
582
|
+
attr_accessor instance_profile_identifier: ::String
|
583
|
+
SENSITIVE: []
|
584
|
+
end
|
585
|
+
|
586
|
+
class DeleteInstanceProfileResponse
|
587
|
+
attr_accessor instance_profile: Types::InstanceProfile
|
588
|
+
SENSITIVE: []
|
589
|
+
end
|
590
|
+
|
591
|
+
class DeleteMigrationProjectMessage
|
592
|
+
attr_accessor migration_project_identifier: ::String
|
593
|
+
SENSITIVE: []
|
594
|
+
end
|
595
|
+
|
596
|
+
class DeleteMigrationProjectResponse
|
597
|
+
attr_accessor migration_project: Types::MigrationProject
|
598
|
+
SENSITIVE: []
|
599
|
+
end
|
600
|
+
|
601
|
+
class DeleteReplicationConfigMessage
|
602
|
+
attr_accessor replication_config_arn: ::String
|
603
|
+
SENSITIVE: []
|
604
|
+
end
|
605
|
+
|
606
|
+
class DeleteReplicationConfigResponse
|
607
|
+
attr_accessor replication_config: Types::ReplicationConfig
|
608
|
+
SENSITIVE: []
|
609
|
+
end
|
610
|
+
|
611
|
+
class DeleteReplicationInstanceMessage
|
612
|
+
attr_accessor replication_instance_arn: ::String
|
613
|
+
SENSITIVE: []
|
614
|
+
end
|
615
|
+
|
616
|
+
class DeleteReplicationInstanceResponse
|
617
|
+
attr_accessor replication_instance: Types::ReplicationInstance
|
618
|
+
SENSITIVE: []
|
619
|
+
end
|
620
|
+
|
621
|
+
class DeleteReplicationSubnetGroupMessage
|
622
|
+
attr_accessor replication_subnet_group_identifier: ::String
|
623
|
+
SENSITIVE: []
|
624
|
+
end
|
625
|
+
|
626
|
+
class DeleteReplicationSubnetGroupResponse < Aws::EmptyStructure
|
627
|
+
end
|
628
|
+
|
629
|
+
class DeleteReplicationTaskAssessmentRunMessage
|
630
|
+
attr_accessor replication_task_assessment_run_arn: ::String
|
631
|
+
SENSITIVE: []
|
632
|
+
end
|
633
|
+
|
634
|
+
class DeleteReplicationTaskAssessmentRunResponse
|
635
|
+
attr_accessor replication_task_assessment_run: Types::ReplicationTaskAssessmentRun
|
636
|
+
SENSITIVE: []
|
637
|
+
end
|
638
|
+
|
639
|
+
class DeleteReplicationTaskMessage
|
640
|
+
attr_accessor replication_task_arn: ::String
|
641
|
+
SENSITIVE: []
|
642
|
+
end
|
643
|
+
|
644
|
+
class DeleteReplicationTaskResponse
|
645
|
+
attr_accessor replication_task: Types::ReplicationTask
|
646
|
+
SENSITIVE: []
|
647
|
+
end
|
648
|
+
|
649
|
+
class DescribeAccountAttributesMessage < Aws::EmptyStructure
|
650
|
+
end
|
651
|
+
|
652
|
+
class DescribeAccountAttributesResponse
|
653
|
+
attr_accessor account_quotas: ::Array[Types::AccountQuota]
|
654
|
+
attr_accessor unique_account_identifier: ::String
|
655
|
+
SENSITIVE: []
|
656
|
+
end
|
657
|
+
|
658
|
+
class DescribeApplicableIndividualAssessmentsMessage
|
659
|
+
attr_accessor replication_task_arn: ::String
|
660
|
+
attr_accessor replication_instance_arn: ::String
|
661
|
+
attr_accessor source_engine_name: ::String
|
662
|
+
attr_accessor target_engine_name: ::String
|
663
|
+
attr_accessor migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
664
|
+
attr_accessor max_records: ::Integer
|
665
|
+
attr_accessor marker: ::String
|
666
|
+
SENSITIVE: []
|
667
|
+
end
|
668
|
+
|
669
|
+
class DescribeApplicableIndividualAssessmentsResponse
|
670
|
+
attr_accessor individual_assessment_names: ::Array[::String]
|
671
|
+
attr_accessor marker: ::String
|
672
|
+
SENSITIVE: []
|
673
|
+
end
|
674
|
+
|
675
|
+
class DescribeCertificatesMessage
|
676
|
+
attr_accessor filters: ::Array[Types::Filter]
|
677
|
+
attr_accessor max_records: ::Integer
|
678
|
+
attr_accessor marker: ::String
|
679
|
+
SENSITIVE: []
|
680
|
+
end
|
681
|
+
|
682
|
+
class DescribeCertificatesResponse
|
683
|
+
attr_accessor marker: ::String
|
684
|
+
attr_accessor certificates: ::Array[Types::Certificate]
|
685
|
+
SENSITIVE: []
|
686
|
+
end
|
687
|
+
|
688
|
+
class DescribeConnectionsMessage
|
689
|
+
attr_accessor filters: ::Array[Types::Filter]
|
690
|
+
attr_accessor max_records: ::Integer
|
691
|
+
attr_accessor marker: ::String
|
692
|
+
SENSITIVE: []
|
693
|
+
end
|
694
|
+
|
695
|
+
class DescribeConnectionsResponse
|
696
|
+
attr_accessor marker: ::String
|
697
|
+
attr_accessor connections: ::Array[Types::Connection]
|
698
|
+
SENSITIVE: []
|
699
|
+
end
|
700
|
+
|
701
|
+
class DescribeConversionConfigurationMessage
|
702
|
+
attr_accessor migration_project_identifier: ::String
|
703
|
+
SENSITIVE: []
|
704
|
+
end
|
705
|
+
|
706
|
+
class DescribeConversionConfigurationResponse
|
707
|
+
attr_accessor migration_project_identifier: ::String
|
708
|
+
attr_accessor conversion_configuration: ::String
|
709
|
+
SENSITIVE: []
|
710
|
+
end
|
711
|
+
|
712
|
+
class DescribeDataMigrationsMessage
|
713
|
+
attr_accessor filters: ::Array[Types::Filter]
|
714
|
+
attr_accessor max_records: ::Integer
|
715
|
+
attr_accessor marker: ::String
|
716
|
+
attr_accessor without_settings: bool
|
717
|
+
attr_accessor without_statistics: bool
|
718
|
+
SENSITIVE: []
|
719
|
+
end
|
720
|
+
|
721
|
+
class DescribeDataMigrationsResponse
|
722
|
+
attr_accessor data_migrations: ::Array[Types::DataMigration]
|
723
|
+
attr_accessor marker: ::String
|
724
|
+
SENSITIVE: []
|
725
|
+
end
|
726
|
+
|
727
|
+
class DescribeDataProvidersMessage
|
728
|
+
attr_accessor filters: ::Array[Types::Filter]
|
729
|
+
attr_accessor max_records: ::Integer
|
730
|
+
attr_accessor marker: ::String
|
731
|
+
SENSITIVE: []
|
732
|
+
end
|
733
|
+
|
734
|
+
class DescribeDataProvidersResponse
|
735
|
+
attr_accessor marker: ::String
|
736
|
+
attr_accessor data_providers: ::Array[Types::DataProvider]
|
737
|
+
SENSITIVE: []
|
738
|
+
end
|
739
|
+
|
740
|
+
class DescribeEndpointSettingsMessage
|
741
|
+
attr_accessor engine_name: ::String
|
742
|
+
attr_accessor max_records: ::Integer
|
743
|
+
attr_accessor marker: ::String
|
744
|
+
SENSITIVE: []
|
745
|
+
end
|
746
|
+
|
747
|
+
class DescribeEndpointSettingsResponse
|
748
|
+
attr_accessor marker: ::String
|
749
|
+
attr_accessor endpoint_settings: ::Array[Types::EndpointSetting]
|
750
|
+
SENSITIVE: []
|
751
|
+
end
|
752
|
+
|
753
|
+
class DescribeEndpointTypesMessage
|
754
|
+
attr_accessor filters: ::Array[Types::Filter]
|
755
|
+
attr_accessor max_records: ::Integer
|
756
|
+
attr_accessor marker: ::String
|
757
|
+
SENSITIVE: []
|
758
|
+
end
|
759
|
+
|
760
|
+
class DescribeEndpointTypesResponse
|
761
|
+
attr_accessor marker: ::String
|
762
|
+
attr_accessor supported_endpoint_types: ::Array[Types::SupportedEndpointType]
|
763
|
+
SENSITIVE: []
|
764
|
+
end
|
765
|
+
|
766
|
+
class DescribeEndpointsMessage
|
767
|
+
attr_accessor filters: ::Array[Types::Filter]
|
768
|
+
attr_accessor max_records: ::Integer
|
769
|
+
attr_accessor marker: ::String
|
770
|
+
SENSITIVE: []
|
771
|
+
end
|
772
|
+
|
773
|
+
class DescribeEndpointsResponse
|
774
|
+
attr_accessor marker: ::String
|
775
|
+
attr_accessor endpoints: ::Array[Types::Endpoint]
|
776
|
+
SENSITIVE: []
|
777
|
+
end
|
778
|
+
|
779
|
+
class DescribeEngineVersionsMessage
|
780
|
+
attr_accessor max_records: ::Integer
|
781
|
+
attr_accessor marker: ::String
|
782
|
+
SENSITIVE: []
|
783
|
+
end
|
784
|
+
|
785
|
+
class DescribeEngineVersionsResponse
|
786
|
+
attr_accessor engine_versions: ::Array[Types::EngineVersion]
|
787
|
+
attr_accessor marker: ::String
|
788
|
+
SENSITIVE: []
|
789
|
+
end
|
790
|
+
|
791
|
+
class DescribeEventCategoriesMessage
|
792
|
+
attr_accessor source_type: ::String
|
793
|
+
attr_accessor filters: ::Array[Types::Filter]
|
794
|
+
SENSITIVE: []
|
795
|
+
end
|
796
|
+
|
797
|
+
class DescribeEventCategoriesResponse
|
798
|
+
attr_accessor event_category_group_list: ::Array[Types::EventCategoryGroup]
|
799
|
+
SENSITIVE: []
|
800
|
+
end
|
801
|
+
|
802
|
+
class DescribeEventSubscriptionsMessage
|
803
|
+
attr_accessor subscription_name: ::String
|
804
|
+
attr_accessor filters: ::Array[Types::Filter]
|
805
|
+
attr_accessor max_records: ::Integer
|
806
|
+
attr_accessor marker: ::String
|
807
|
+
SENSITIVE: []
|
808
|
+
end
|
809
|
+
|
810
|
+
class DescribeEventSubscriptionsResponse
|
811
|
+
attr_accessor marker: ::String
|
812
|
+
attr_accessor event_subscriptions_list: ::Array[Types::EventSubscription]
|
813
|
+
SENSITIVE: []
|
814
|
+
end
|
815
|
+
|
816
|
+
class DescribeEventsMessage
|
817
|
+
attr_accessor source_identifier: ::String
|
818
|
+
attr_accessor source_type: ("replication-instance")
|
819
|
+
attr_accessor start_time: ::Time
|
820
|
+
attr_accessor end_time: ::Time
|
821
|
+
attr_accessor duration: ::Integer
|
822
|
+
attr_accessor event_categories: ::Array[::String]
|
823
|
+
attr_accessor filters: ::Array[Types::Filter]
|
824
|
+
attr_accessor max_records: ::Integer
|
825
|
+
attr_accessor marker: ::String
|
826
|
+
SENSITIVE: []
|
827
|
+
end
|
828
|
+
|
829
|
+
class DescribeEventsResponse
|
830
|
+
attr_accessor marker: ::String
|
831
|
+
attr_accessor events: ::Array[Types::Event]
|
832
|
+
SENSITIVE: []
|
833
|
+
end
|
834
|
+
|
835
|
+
class DescribeExtensionPackAssociationsMessage
|
836
|
+
attr_accessor migration_project_identifier: ::String
|
837
|
+
attr_accessor filters: ::Array[Types::Filter]
|
838
|
+
attr_accessor marker: ::String
|
839
|
+
attr_accessor max_records: ::Integer
|
840
|
+
SENSITIVE: []
|
841
|
+
end
|
842
|
+
|
843
|
+
class DescribeExtensionPackAssociationsResponse
|
844
|
+
attr_accessor marker: ::String
|
845
|
+
attr_accessor requests: ::Array[Types::SchemaConversionRequest]
|
846
|
+
SENSITIVE: []
|
847
|
+
end
|
848
|
+
|
849
|
+
class DescribeFleetAdvisorCollectorsRequest
|
850
|
+
attr_accessor filters: ::Array[Types::Filter]
|
851
|
+
attr_accessor max_records: ::Integer
|
852
|
+
attr_accessor next_token: ::String
|
853
|
+
SENSITIVE: []
|
854
|
+
end
|
855
|
+
|
856
|
+
class DescribeFleetAdvisorCollectorsResponse
|
857
|
+
attr_accessor collectors: ::Array[Types::CollectorResponse]
|
858
|
+
attr_accessor next_token: ::String
|
859
|
+
SENSITIVE: []
|
860
|
+
end
|
861
|
+
|
862
|
+
class DescribeFleetAdvisorDatabasesRequest
|
863
|
+
attr_accessor filters: ::Array[Types::Filter]
|
864
|
+
attr_accessor max_records: ::Integer
|
865
|
+
attr_accessor next_token: ::String
|
866
|
+
SENSITIVE: []
|
867
|
+
end
|
868
|
+
|
869
|
+
class DescribeFleetAdvisorDatabasesResponse
|
870
|
+
attr_accessor databases: ::Array[Types::DatabaseResponse]
|
871
|
+
attr_accessor next_token: ::String
|
872
|
+
SENSITIVE: []
|
873
|
+
end
|
874
|
+
|
875
|
+
class DescribeFleetAdvisorLsaAnalysisRequest
|
876
|
+
attr_accessor max_records: ::Integer
|
877
|
+
attr_accessor next_token: ::String
|
878
|
+
SENSITIVE: []
|
879
|
+
end
|
880
|
+
|
881
|
+
class DescribeFleetAdvisorLsaAnalysisResponse
|
882
|
+
attr_accessor analysis: ::Array[Types::FleetAdvisorLsaAnalysisResponse]
|
883
|
+
attr_accessor next_token: ::String
|
884
|
+
SENSITIVE: []
|
885
|
+
end
|
886
|
+
|
887
|
+
class DescribeFleetAdvisorSchemaObjectSummaryRequest
|
888
|
+
attr_accessor filters: ::Array[Types::Filter]
|
889
|
+
attr_accessor max_records: ::Integer
|
890
|
+
attr_accessor next_token: ::String
|
891
|
+
SENSITIVE: []
|
892
|
+
end
|
893
|
+
|
894
|
+
class DescribeFleetAdvisorSchemaObjectSummaryResponse
|
895
|
+
attr_accessor fleet_advisor_schema_objects: ::Array[Types::FleetAdvisorSchemaObjectResponse]
|
896
|
+
attr_accessor next_token: ::String
|
897
|
+
SENSITIVE: []
|
898
|
+
end
|
899
|
+
|
900
|
+
class DescribeFleetAdvisorSchemasRequest
|
901
|
+
attr_accessor filters: ::Array[Types::Filter]
|
902
|
+
attr_accessor max_records: ::Integer
|
903
|
+
attr_accessor next_token: ::String
|
904
|
+
SENSITIVE: []
|
905
|
+
end
|
906
|
+
|
907
|
+
class DescribeFleetAdvisorSchemasResponse
|
908
|
+
attr_accessor fleet_advisor_schemas: ::Array[Types::SchemaResponse]
|
909
|
+
attr_accessor next_token: ::String
|
910
|
+
SENSITIVE: []
|
911
|
+
end
|
912
|
+
|
913
|
+
class DescribeInstanceProfilesMessage
|
914
|
+
attr_accessor filters: ::Array[Types::Filter]
|
915
|
+
attr_accessor max_records: ::Integer
|
916
|
+
attr_accessor marker: ::String
|
917
|
+
SENSITIVE: []
|
918
|
+
end
|
919
|
+
|
920
|
+
class DescribeInstanceProfilesResponse
|
921
|
+
attr_accessor marker: ::String
|
922
|
+
attr_accessor instance_profiles: ::Array[Types::InstanceProfile]
|
923
|
+
SENSITIVE: []
|
924
|
+
end
|
925
|
+
|
926
|
+
class DescribeMetadataModelAssessmentsMessage
|
927
|
+
attr_accessor migration_project_identifier: ::String
|
928
|
+
attr_accessor filters: ::Array[Types::Filter]
|
929
|
+
attr_accessor marker: ::String
|
930
|
+
attr_accessor max_records: ::Integer
|
931
|
+
SENSITIVE: []
|
932
|
+
end
|
933
|
+
|
934
|
+
class DescribeMetadataModelAssessmentsResponse
|
935
|
+
attr_accessor marker: ::String
|
936
|
+
attr_accessor requests: ::Array[Types::SchemaConversionRequest]
|
937
|
+
SENSITIVE: []
|
938
|
+
end
|
939
|
+
|
940
|
+
class DescribeMetadataModelConversionsMessage
|
941
|
+
attr_accessor migration_project_identifier: ::String
|
942
|
+
attr_accessor filters: ::Array[Types::Filter]
|
943
|
+
attr_accessor marker: ::String
|
944
|
+
attr_accessor max_records: ::Integer
|
945
|
+
SENSITIVE: []
|
946
|
+
end
|
947
|
+
|
948
|
+
class DescribeMetadataModelConversionsResponse
|
949
|
+
attr_accessor marker: ::String
|
950
|
+
attr_accessor requests: ::Array[Types::SchemaConversionRequest]
|
951
|
+
SENSITIVE: []
|
952
|
+
end
|
953
|
+
|
954
|
+
class DescribeMetadataModelExportsAsScriptMessage
|
955
|
+
attr_accessor migration_project_identifier: ::String
|
956
|
+
attr_accessor filters: ::Array[Types::Filter]
|
957
|
+
attr_accessor marker: ::String
|
958
|
+
attr_accessor max_records: ::Integer
|
959
|
+
SENSITIVE: []
|
960
|
+
end
|
961
|
+
|
962
|
+
class DescribeMetadataModelExportsAsScriptResponse
|
963
|
+
attr_accessor marker: ::String
|
964
|
+
attr_accessor requests: ::Array[Types::SchemaConversionRequest]
|
965
|
+
SENSITIVE: []
|
966
|
+
end
|
967
|
+
|
968
|
+
class DescribeMetadataModelExportsToTargetMessage
|
969
|
+
attr_accessor migration_project_identifier: ::String
|
970
|
+
attr_accessor filters: ::Array[Types::Filter]
|
971
|
+
attr_accessor marker: ::String
|
972
|
+
attr_accessor max_records: ::Integer
|
973
|
+
SENSITIVE: []
|
974
|
+
end
|
975
|
+
|
976
|
+
class DescribeMetadataModelExportsToTargetResponse
|
977
|
+
attr_accessor marker: ::String
|
978
|
+
attr_accessor requests: ::Array[Types::SchemaConversionRequest]
|
979
|
+
SENSITIVE: []
|
980
|
+
end
|
981
|
+
|
982
|
+
class DescribeMetadataModelImportsMessage
|
983
|
+
attr_accessor migration_project_identifier: ::String
|
984
|
+
attr_accessor filters: ::Array[Types::Filter]
|
985
|
+
attr_accessor marker: ::String
|
986
|
+
attr_accessor max_records: ::Integer
|
987
|
+
SENSITIVE: []
|
988
|
+
end
|
989
|
+
|
990
|
+
class DescribeMetadataModelImportsResponse
|
991
|
+
attr_accessor marker: ::String
|
992
|
+
attr_accessor requests: ::Array[Types::SchemaConversionRequest]
|
993
|
+
SENSITIVE: []
|
994
|
+
end
|
995
|
+
|
996
|
+
class DescribeMigrationProjectsMessage
|
997
|
+
attr_accessor filters: ::Array[Types::Filter]
|
998
|
+
attr_accessor max_records: ::Integer
|
999
|
+
attr_accessor marker: ::String
|
1000
|
+
SENSITIVE: []
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class DescribeMigrationProjectsResponse
|
1004
|
+
attr_accessor marker: ::String
|
1005
|
+
attr_accessor migration_projects: ::Array[Types::MigrationProject]
|
1006
|
+
SENSITIVE: []
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class DescribeOrderableReplicationInstancesMessage
|
1010
|
+
attr_accessor max_records: ::Integer
|
1011
|
+
attr_accessor marker: ::String
|
1012
|
+
SENSITIVE: []
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class DescribeOrderableReplicationInstancesResponse
|
1016
|
+
attr_accessor orderable_replication_instances: ::Array[Types::OrderableReplicationInstance]
|
1017
|
+
attr_accessor marker: ::String
|
1018
|
+
SENSITIVE: []
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class DescribePendingMaintenanceActionsMessage
|
1022
|
+
attr_accessor replication_instance_arn: ::String
|
1023
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1024
|
+
attr_accessor marker: ::String
|
1025
|
+
attr_accessor max_records: ::Integer
|
1026
|
+
SENSITIVE: []
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
class DescribePendingMaintenanceActionsResponse
|
1030
|
+
attr_accessor pending_maintenance_actions: ::Array[Types::ResourcePendingMaintenanceActions]
|
1031
|
+
attr_accessor marker: ::String
|
1032
|
+
SENSITIVE: []
|
1033
|
+
end
|
1034
|
+
|
1035
|
+
class DescribeRecommendationLimitationsRequest
|
1036
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1037
|
+
attr_accessor max_records: ::Integer
|
1038
|
+
attr_accessor next_token: ::String
|
1039
|
+
SENSITIVE: []
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class DescribeRecommendationLimitationsResponse
|
1043
|
+
attr_accessor next_token: ::String
|
1044
|
+
attr_accessor limitations: ::Array[Types::Limitation]
|
1045
|
+
SENSITIVE: []
|
1046
|
+
end
|
1047
|
+
|
1048
|
+
class DescribeRecommendationsRequest
|
1049
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1050
|
+
attr_accessor max_records: ::Integer
|
1051
|
+
attr_accessor next_token: ::String
|
1052
|
+
SENSITIVE: []
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class DescribeRecommendationsResponse
|
1056
|
+
attr_accessor next_token: ::String
|
1057
|
+
attr_accessor recommendations: ::Array[Types::Recommendation]
|
1058
|
+
SENSITIVE: []
|
1059
|
+
end
|
1060
|
+
|
1061
|
+
class DescribeRefreshSchemasStatusMessage
|
1062
|
+
attr_accessor endpoint_arn: ::String
|
1063
|
+
SENSITIVE: []
|
1064
|
+
end
|
1065
|
+
|
1066
|
+
class DescribeRefreshSchemasStatusResponse
|
1067
|
+
attr_accessor refresh_schemas_status: Types::RefreshSchemasStatus
|
1068
|
+
SENSITIVE: []
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class DescribeReplicationConfigsMessage
|
1072
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1073
|
+
attr_accessor max_records: ::Integer
|
1074
|
+
attr_accessor marker: ::String
|
1075
|
+
SENSITIVE: []
|
1076
|
+
end
|
1077
|
+
|
1078
|
+
class DescribeReplicationConfigsResponse
|
1079
|
+
attr_accessor marker: ::String
|
1080
|
+
attr_accessor replication_configs: ::Array[Types::ReplicationConfig]
|
1081
|
+
SENSITIVE: []
|
1082
|
+
end
|
1083
|
+
|
1084
|
+
class DescribeReplicationInstanceTaskLogsMessage
|
1085
|
+
attr_accessor replication_instance_arn: ::String
|
1086
|
+
attr_accessor max_records: ::Integer
|
1087
|
+
attr_accessor marker: ::String
|
1088
|
+
SENSITIVE: []
|
1089
|
+
end
|
1090
|
+
|
1091
|
+
class DescribeReplicationInstanceTaskLogsResponse
|
1092
|
+
attr_accessor replication_instance_arn: ::String
|
1093
|
+
attr_accessor replication_instance_task_logs: ::Array[Types::ReplicationInstanceTaskLog]
|
1094
|
+
attr_accessor marker: ::String
|
1095
|
+
SENSITIVE: []
|
1096
|
+
end
|
1097
|
+
|
1098
|
+
class DescribeReplicationInstancesMessage
|
1099
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1100
|
+
attr_accessor max_records: ::Integer
|
1101
|
+
attr_accessor marker: ::String
|
1102
|
+
SENSITIVE: []
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class DescribeReplicationInstancesResponse
|
1106
|
+
attr_accessor marker: ::String
|
1107
|
+
attr_accessor replication_instances: ::Array[Types::ReplicationInstance]
|
1108
|
+
SENSITIVE: []
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class DescribeReplicationSubnetGroupsMessage
|
1112
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1113
|
+
attr_accessor max_records: ::Integer
|
1114
|
+
attr_accessor marker: ::String
|
1115
|
+
SENSITIVE: []
|
1116
|
+
end
|
1117
|
+
|
1118
|
+
class DescribeReplicationSubnetGroupsResponse
|
1119
|
+
attr_accessor marker: ::String
|
1120
|
+
attr_accessor replication_subnet_groups: ::Array[Types::ReplicationSubnetGroup]
|
1121
|
+
SENSITIVE: []
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
class DescribeReplicationTableStatisticsMessage
|
1125
|
+
attr_accessor replication_config_arn: ::String
|
1126
|
+
attr_accessor max_records: ::Integer
|
1127
|
+
attr_accessor marker: ::String
|
1128
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1129
|
+
SENSITIVE: []
|
1130
|
+
end
|
1131
|
+
|
1132
|
+
class DescribeReplicationTableStatisticsResponse
|
1133
|
+
attr_accessor replication_config_arn: ::String
|
1134
|
+
attr_accessor marker: ::String
|
1135
|
+
attr_accessor replication_table_statistics: ::Array[Types::TableStatistics]
|
1136
|
+
SENSITIVE: []
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
class DescribeReplicationTaskAssessmentResultsMessage
|
1140
|
+
attr_accessor replication_task_arn: ::String
|
1141
|
+
attr_accessor max_records: ::Integer
|
1142
|
+
attr_accessor marker: ::String
|
1143
|
+
SENSITIVE: []
|
1144
|
+
end
|
1145
|
+
|
1146
|
+
class DescribeReplicationTaskAssessmentResultsResponse
|
1147
|
+
attr_accessor marker: ::String
|
1148
|
+
attr_accessor bucket_name: ::String
|
1149
|
+
attr_accessor replication_task_assessment_results: ::Array[Types::ReplicationTaskAssessmentResult]
|
1150
|
+
SENSITIVE: []
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class DescribeReplicationTaskAssessmentRunsMessage
|
1154
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1155
|
+
attr_accessor max_records: ::Integer
|
1156
|
+
attr_accessor marker: ::String
|
1157
|
+
SENSITIVE: []
|
1158
|
+
end
|
1159
|
+
|
1160
|
+
class DescribeReplicationTaskAssessmentRunsResponse
|
1161
|
+
attr_accessor marker: ::String
|
1162
|
+
attr_accessor replication_task_assessment_runs: ::Array[Types::ReplicationTaskAssessmentRun]
|
1163
|
+
SENSITIVE: []
|
1164
|
+
end
|
1165
|
+
|
1166
|
+
class DescribeReplicationTaskIndividualAssessmentsMessage
|
1167
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1168
|
+
attr_accessor max_records: ::Integer
|
1169
|
+
attr_accessor marker: ::String
|
1170
|
+
SENSITIVE: []
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
class DescribeReplicationTaskIndividualAssessmentsResponse
|
1174
|
+
attr_accessor marker: ::String
|
1175
|
+
attr_accessor replication_task_individual_assessments: ::Array[Types::ReplicationTaskIndividualAssessment]
|
1176
|
+
SENSITIVE: []
|
1177
|
+
end
|
1178
|
+
|
1179
|
+
class DescribeReplicationTasksMessage
|
1180
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1181
|
+
attr_accessor max_records: ::Integer
|
1182
|
+
attr_accessor marker: ::String
|
1183
|
+
attr_accessor without_settings: bool
|
1184
|
+
SENSITIVE: []
|
1185
|
+
end
|
1186
|
+
|
1187
|
+
class DescribeReplicationTasksResponse
|
1188
|
+
attr_accessor marker: ::String
|
1189
|
+
attr_accessor replication_tasks: ::Array[Types::ReplicationTask]
|
1190
|
+
SENSITIVE: []
|
1191
|
+
end
|
1192
|
+
|
1193
|
+
class DescribeReplicationsMessage
|
1194
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1195
|
+
attr_accessor max_records: ::Integer
|
1196
|
+
attr_accessor marker: ::String
|
1197
|
+
SENSITIVE: []
|
1198
|
+
end
|
1199
|
+
|
1200
|
+
class DescribeReplicationsResponse
|
1201
|
+
attr_accessor marker: ::String
|
1202
|
+
attr_accessor replications: ::Array[Types::Replication]
|
1203
|
+
SENSITIVE: []
|
1204
|
+
end
|
1205
|
+
|
1206
|
+
class DescribeSchemasMessage
|
1207
|
+
attr_accessor endpoint_arn: ::String
|
1208
|
+
attr_accessor max_records: ::Integer
|
1209
|
+
attr_accessor marker: ::String
|
1210
|
+
SENSITIVE: []
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class DescribeSchemasResponse
|
1214
|
+
attr_accessor marker: ::String
|
1215
|
+
attr_accessor schemas: ::Array[::String]
|
1216
|
+
SENSITIVE: []
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class DescribeTableStatisticsMessage
|
1220
|
+
attr_accessor replication_task_arn: ::String
|
1221
|
+
attr_accessor max_records: ::Integer
|
1222
|
+
attr_accessor marker: ::String
|
1223
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1224
|
+
SENSITIVE: []
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
class DescribeTableStatisticsResponse
|
1228
|
+
attr_accessor replication_task_arn: ::String
|
1229
|
+
attr_accessor table_statistics: ::Array[Types::TableStatistics]
|
1230
|
+
attr_accessor marker: ::String
|
1231
|
+
SENSITIVE: []
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class DmsTransferSettings
|
1235
|
+
attr_accessor service_access_role_arn: ::String
|
1236
|
+
attr_accessor bucket_name: ::String
|
1237
|
+
SENSITIVE: []
|
1238
|
+
end
|
1239
|
+
|
1240
|
+
class DocDbDataProviderSettings
|
1241
|
+
attr_accessor server_name: ::String
|
1242
|
+
attr_accessor port: ::Integer
|
1243
|
+
attr_accessor database_name: ::String
|
1244
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
1245
|
+
attr_accessor certificate_arn: ::String
|
1246
|
+
SENSITIVE: []
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class DocDbSettings
|
1250
|
+
attr_accessor username: ::String
|
1251
|
+
attr_accessor password: ::String
|
1252
|
+
attr_accessor server_name: ::String
|
1253
|
+
attr_accessor port: ::Integer
|
1254
|
+
attr_accessor database_name: ::String
|
1255
|
+
attr_accessor nesting_level: ("none" | "one")
|
1256
|
+
attr_accessor extract_doc_id: bool
|
1257
|
+
attr_accessor docs_to_investigate: ::Integer
|
1258
|
+
attr_accessor kms_key_id: ::String
|
1259
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
1260
|
+
attr_accessor secrets_manager_secret_id: ::String
|
1261
|
+
attr_accessor use_update_look_up: bool
|
1262
|
+
attr_accessor replicate_shard_collections: bool
|
1263
|
+
SENSITIVE: [:password]
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
class DynamoDbSettings
|
1267
|
+
attr_accessor service_access_role_arn: ::String
|
1268
|
+
SENSITIVE: []
|
1269
|
+
end
|
1270
|
+
|
1271
|
+
class ElasticsearchSettings
|
1272
|
+
attr_accessor service_access_role_arn: ::String
|
1273
|
+
attr_accessor endpoint_uri: ::String
|
1274
|
+
attr_accessor full_load_error_percentage: ::Integer
|
1275
|
+
attr_accessor error_retry_duration: ::Integer
|
1276
|
+
attr_accessor use_new_mapping_type: bool
|
1277
|
+
SENSITIVE: []
|
1278
|
+
end
|
1279
|
+
|
1280
|
+
class Endpoint
|
1281
|
+
attr_accessor endpoint_identifier: ::String
|
1282
|
+
attr_accessor endpoint_type: ("source" | "target")
|
1283
|
+
attr_accessor engine_name: ::String
|
1284
|
+
attr_accessor engine_display_name: ::String
|
1285
|
+
attr_accessor username: ::String
|
1286
|
+
attr_accessor server_name: ::String
|
1287
|
+
attr_accessor port: ::Integer
|
1288
|
+
attr_accessor database_name: ::String
|
1289
|
+
attr_accessor extra_connection_attributes: ::String
|
1290
|
+
attr_accessor status: ::String
|
1291
|
+
attr_accessor kms_key_id: ::String
|
1292
|
+
attr_accessor endpoint_arn: ::String
|
1293
|
+
attr_accessor certificate_arn: ::String
|
1294
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
1295
|
+
attr_accessor service_access_role_arn: ::String
|
1296
|
+
attr_accessor external_table_definition: ::String
|
1297
|
+
attr_accessor external_id: ::String
|
1298
|
+
attr_accessor dynamo_db_settings: Types::DynamoDbSettings
|
1299
|
+
attr_accessor s3_settings: Types::S3Settings
|
1300
|
+
attr_accessor dms_transfer_settings: Types::DmsTransferSettings
|
1301
|
+
attr_accessor mongo_db_settings: Types::MongoDbSettings
|
1302
|
+
attr_accessor kinesis_settings: Types::KinesisSettings
|
1303
|
+
attr_accessor kafka_settings: Types::KafkaSettings
|
1304
|
+
attr_accessor elasticsearch_settings: Types::ElasticsearchSettings
|
1305
|
+
attr_accessor neptune_settings: Types::NeptuneSettings
|
1306
|
+
attr_accessor redshift_settings: Types::RedshiftSettings
|
1307
|
+
attr_accessor postgre_sql_settings: Types::PostgreSQLSettings
|
1308
|
+
attr_accessor my_sql_settings: Types::MySQLSettings
|
1309
|
+
attr_accessor oracle_settings: Types::OracleSettings
|
1310
|
+
attr_accessor sybase_settings: Types::SybaseSettings
|
1311
|
+
attr_accessor microsoft_sql_server_settings: Types::MicrosoftSQLServerSettings
|
1312
|
+
attr_accessor ibm_db_2_settings: Types::IBMDb2Settings
|
1313
|
+
attr_accessor doc_db_settings: Types::DocDbSettings
|
1314
|
+
attr_accessor redis_settings: Types::RedisSettings
|
1315
|
+
attr_accessor gcp_my_sql_settings: Types::GcpMySQLSettings
|
1316
|
+
attr_accessor timestream_settings: Types::TimestreamSettings
|
1317
|
+
SENSITIVE: []
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
class EndpointSetting
|
1321
|
+
attr_accessor name: ::String
|
1322
|
+
attr_accessor type: ("string" | "boolean" | "integer" | "enum")
|
1323
|
+
attr_accessor enum_values: ::Array[::String]
|
1324
|
+
attr_accessor sensitive: bool
|
1325
|
+
attr_accessor units: ::String
|
1326
|
+
attr_accessor applicability: ::String
|
1327
|
+
attr_accessor int_value_min: ::Integer
|
1328
|
+
attr_accessor int_value_max: ::Integer
|
1329
|
+
attr_accessor default_value: ::String
|
1330
|
+
SENSITIVE: []
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class EngineVersion
|
1334
|
+
attr_accessor version: ::String
|
1335
|
+
attr_accessor lifecycle: ::String
|
1336
|
+
attr_accessor release_status: ("beta" | "prod")
|
1337
|
+
attr_accessor launch_date: ::Time
|
1338
|
+
attr_accessor auto_upgrade_date: ::Time
|
1339
|
+
attr_accessor deprecation_date: ::Time
|
1340
|
+
attr_accessor force_upgrade_date: ::Time
|
1341
|
+
attr_accessor available_upgrades: ::Array[::String]
|
1342
|
+
SENSITIVE: []
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class ErrorDetails
|
1346
|
+
attr_accessor default_error_details: Types::DefaultErrorDetails
|
1347
|
+
attr_accessor unknown: untyped
|
1348
|
+
SENSITIVE: []
|
1349
|
+
|
1350
|
+
class DefaultErrorDetails < ErrorDetails
|
1351
|
+
end
|
1352
|
+
class Unknown < ErrorDetails
|
1353
|
+
end
|
1354
|
+
end
|
1355
|
+
|
1356
|
+
class Event
|
1357
|
+
attr_accessor source_identifier: ::String
|
1358
|
+
attr_accessor source_type: ("replication-instance")
|
1359
|
+
attr_accessor message: ::String
|
1360
|
+
attr_accessor event_categories: ::Array[::String]
|
1361
|
+
attr_accessor date: ::Time
|
1362
|
+
SENSITIVE: []
|
1363
|
+
end
|
1364
|
+
|
1365
|
+
class EventCategoryGroup
|
1366
|
+
attr_accessor source_type: ::String
|
1367
|
+
attr_accessor event_categories: ::Array[::String]
|
1368
|
+
SENSITIVE: []
|
1369
|
+
end
|
1370
|
+
|
1371
|
+
class EventSubscription
|
1372
|
+
attr_accessor customer_aws_id: ::String
|
1373
|
+
attr_accessor cust_subscription_id: ::String
|
1374
|
+
attr_accessor sns_topic_arn: ::String
|
1375
|
+
attr_accessor status: ::String
|
1376
|
+
attr_accessor subscription_creation_time: ::String
|
1377
|
+
attr_accessor source_type: ::String
|
1378
|
+
attr_accessor source_ids_list: ::Array[::String]
|
1379
|
+
attr_accessor event_categories_list: ::Array[::String]
|
1380
|
+
attr_accessor enabled: bool
|
1381
|
+
SENSITIVE: []
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
class ExportMetadataModelAssessmentMessage
|
1385
|
+
attr_accessor migration_project_identifier: ::String
|
1386
|
+
attr_accessor selection_rules: ::String
|
1387
|
+
attr_accessor file_name: ::String
|
1388
|
+
attr_accessor assessment_report_types: ::Array[("pdf" | "csv")]
|
1389
|
+
SENSITIVE: []
|
1390
|
+
end
|
1391
|
+
|
1392
|
+
class ExportMetadataModelAssessmentResponse
|
1393
|
+
attr_accessor pdf_report: Types::ExportMetadataModelAssessmentResultEntry
|
1394
|
+
attr_accessor csv_report: Types::ExportMetadataModelAssessmentResultEntry
|
1395
|
+
SENSITIVE: []
|
1396
|
+
end
|
1397
|
+
|
1398
|
+
class ExportMetadataModelAssessmentResultEntry
|
1399
|
+
attr_accessor s3_object_key: ::String
|
1400
|
+
attr_accessor object_url: ::String
|
1401
|
+
SENSITIVE: []
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class ExportSqlDetails
|
1405
|
+
attr_accessor s3_object_key: ::String
|
1406
|
+
attr_accessor object_url: ::String
|
1407
|
+
SENSITIVE: []
|
1408
|
+
end
|
1409
|
+
|
1410
|
+
class FailedDependencyFault
|
1411
|
+
attr_accessor message: ::String
|
1412
|
+
SENSITIVE: []
|
1413
|
+
end
|
1414
|
+
|
1415
|
+
class Filter
|
1416
|
+
attr_accessor name: ::String
|
1417
|
+
attr_accessor values: ::Array[::String]
|
1418
|
+
SENSITIVE: []
|
1419
|
+
end
|
1420
|
+
|
1421
|
+
class FleetAdvisorLsaAnalysisResponse
|
1422
|
+
attr_accessor lsa_analysis_id: ::String
|
1423
|
+
attr_accessor status: ::String
|
1424
|
+
SENSITIVE: []
|
1425
|
+
end
|
1426
|
+
|
1427
|
+
class FleetAdvisorSchemaObjectResponse
|
1428
|
+
attr_accessor schema_id: ::String
|
1429
|
+
attr_accessor object_type: ::String
|
1430
|
+
attr_accessor number_of_objects: ::Integer
|
1431
|
+
attr_accessor code_line_count: ::Integer
|
1432
|
+
attr_accessor code_size: ::Integer
|
1433
|
+
SENSITIVE: []
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
class GcpMySQLSettings
|
1437
|
+
attr_accessor after_connect_script: ::String
|
1438
|
+
attr_accessor clean_source_metadata_on_mismatch: bool
|
1439
|
+
attr_accessor database_name: ::String
|
1440
|
+
attr_accessor events_poll_interval: ::Integer
|
1441
|
+
attr_accessor target_db_type: ("specific-database" | "multiple-databases")
|
1442
|
+
attr_accessor max_file_size: ::Integer
|
1443
|
+
attr_accessor parallel_load_threads: ::Integer
|
1444
|
+
attr_accessor password: ::String
|
1445
|
+
attr_accessor port: ::Integer
|
1446
|
+
attr_accessor server_name: ::String
|
1447
|
+
attr_accessor server_timezone: ::String
|
1448
|
+
attr_accessor username: ::String
|
1449
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
1450
|
+
attr_accessor secrets_manager_secret_id: ::String
|
1451
|
+
SENSITIVE: [:password]
|
1452
|
+
end
|
1453
|
+
|
1454
|
+
class IBMDb2Settings
|
1455
|
+
attr_accessor database_name: ::String
|
1456
|
+
attr_accessor password: ::String
|
1457
|
+
attr_accessor port: ::Integer
|
1458
|
+
attr_accessor server_name: ::String
|
1459
|
+
attr_accessor set_data_capture_changes: bool
|
1460
|
+
attr_accessor current_lsn: ::String
|
1461
|
+
attr_accessor max_k_bytes_per_read: ::Integer
|
1462
|
+
attr_accessor username: ::String
|
1463
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
1464
|
+
attr_accessor secrets_manager_secret_id: ::String
|
1465
|
+
attr_accessor load_timeout: ::Integer
|
1466
|
+
attr_accessor write_buffer_size: ::Integer
|
1467
|
+
attr_accessor max_file_size: ::Integer
|
1468
|
+
attr_accessor keep_csv_files: bool
|
1469
|
+
SENSITIVE: [:password]
|
1470
|
+
end
|
1471
|
+
|
1472
|
+
class ImportCertificateMessage
|
1473
|
+
attr_accessor certificate_identifier: ::String
|
1474
|
+
attr_accessor certificate_pem: ::String
|
1475
|
+
attr_accessor certificate_wallet: ::String
|
1476
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1477
|
+
SENSITIVE: [:certificate_pem]
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
class ImportCertificateResponse
|
1481
|
+
attr_accessor certificate: Types::Certificate
|
1482
|
+
SENSITIVE: []
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
class InstanceProfile
|
1486
|
+
attr_accessor instance_profile_arn: ::String
|
1487
|
+
attr_accessor availability_zone: ::String
|
1488
|
+
attr_accessor kms_key_arn: ::String
|
1489
|
+
attr_accessor publicly_accessible: bool
|
1490
|
+
attr_accessor network_type: ::String
|
1491
|
+
attr_accessor instance_profile_name: ::String
|
1492
|
+
attr_accessor description: ::String
|
1493
|
+
attr_accessor instance_profile_creation_time: ::Time
|
1494
|
+
attr_accessor subnet_group_identifier: ::String
|
1495
|
+
attr_accessor vpc_security_groups: ::Array[::String]
|
1496
|
+
SENSITIVE: []
|
1497
|
+
end
|
1498
|
+
|
1499
|
+
class InsufficientResourceCapacityFault
|
1500
|
+
attr_accessor message: ::String
|
1501
|
+
SENSITIVE: []
|
1502
|
+
end
|
1503
|
+
|
1504
|
+
class InvalidCertificateFault
|
1505
|
+
attr_accessor message: ::String
|
1506
|
+
SENSITIVE: []
|
1507
|
+
end
|
1508
|
+
|
1509
|
+
class InvalidOperationFault
|
1510
|
+
attr_accessor message: ::String
|
1511
|
+
SENSITIVE: []
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
class InvalidResourceStateFault
|
1515
|
+
attr_accessor message: ::String
|
1516
|
+
SENSITIVE: []
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class InvalidSubnet
|
1520
|
+
attr_accessor message: ::String
|
1521
|
+
SENSITIVE: []
|
1522
|
+
end
|
1523
|
+
|
1524
|
+
class InventoryData
|
1525
|
+
attr_accessor number_of_databases: ::Integer
|
1526
|
+
attr_accessor number_of_schemas: ::Integer
|
1527
|
+
SENSITIVE: []
|
1528
|
+
end
|
1529
|
+
|
1530
|
+
class KMSAccessDeniedFault
|
1531
|
+
attr_accessor message: ::String
|
1532
|
+
SENSITIVE: []
|
1533
|
+
end
|
1534
|
+
|
1535
|
+
class KMSDisabledFault
|
1536
|
+
attr_accessor message: ::String
|
1537
|
+
SENSITIVE: []
|
1538
|
+
end
|
1539
|
+
|
1540
|
+
class KMSFault
|
1541
|
+
attr_accessor message: ::String
|
1542
|
+
SENSITIVE: []
|
1543
|
+
end
|
1544
|
+
|
1545
|
+
class KMSInvalidStateFault
|
1546
|
+
attr_accessor message: ::String
|
1547
|
+
SENSITIVE: []
|
1548
|
+
end
|
1549
|
+
|
1550
|
+
class KMSKeyNotAccessibleFault
|
1551
|
+
attr_accessor message: ::String
|
1552
|
+
SENSITIVE: []
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class KMSNotFoundFault
|
1556
|
+
attr_accessor message: ::String
|
1557
|
+
SENSITIVE: []
|
1558
|
+
end
|
1559
|
+
|
1560
|
+
class KMSThrottlingFault
|
1561
|
+
attr_accessor message: ::String
|
1562
|
+
SENSITIVE: []
|
1563
|
+
end
|
1564
|
+
|
1565
|
+
class KafkaSettings
|
1566
|
+
attr_accessor broker: ::String
|
1567
|
+
attr_accessor topic: ::String
|
1568
|
+
attr_accessor message_format: ("json" | "json-unformatted")
|
1569
|
+
attr_accessor include_transaction_details: bool
|
1570
|
+
attr_accessor include_partition_value: bool
|
1571
|
+
attr_accessor partition_include_schema_table: bool
|
1572
|
+
attr_accessor include_table_alter_operations: bool
|
1573
|
+
attr_accessor include_control_details: bool
|
1574
|
+
attr_accessor message_max_bytes: ::Integer
|
1575
|
+
attr_accessor include_null_and_empty: bool
|
1576
|
+
attr_accessor security_protocol: ("plaintext" | "ssl-authentication" | "ssl-encryption" | "sasl-ssl")
|
1577
|
+
attr_accessor ssl_client_certificate_arn: ::String
|
1578
|
+
attr_accessor ssl_client_key_arn: ::String
|
1579
|
+
attr_accessor ssl_client_key_password: ::String
|
1580
|
+
attr_accessor ssl_ca_certificate_arn: ::String
|
1581
|
+
attr_accessor sasl_username: ::String
|
1582
|
+
attr_accessor sasl_password: ::String
|
1583
|
+
attr_accessor no_hex_prefix: bool
|
1584
|
+
attr_accessor sasl_mechanism: ("scram-sha-512" | "plain")
|
1585
|
+
attr_accessor ssl_endpoint_identification_algorithm: ("none" | "https")
|
1586
|
+
attr_accessor use_large_integer_value: bool
|
1587
|
+
SENSITIVE: [:ssl_client_key_password, :sasl_password]
|
1588
|
+
end
|
1589
|
+
|
1590
|
+
class KerberosAuthenticationSettings
|
1591
|
+
attr_accessor key_cache_secret_id: ::String
|
1592
|
+
attr_accessor key_cache_secret_iam_arn: ::String
|
1593
|
+
attr_accessor krb_5_file_contents: ::String
|
1594
|
+
SENSITIVE: []
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
class KinesisSettings
|
1598
|
+
attr_accessor stream_arn: ::String
|
1599
|
+
attr_accessor message_format: ("json" | "json-unformatted")
|
1600
|
+
attr_accessor service_access_role_arn: ::String
|
1601
|
+
attr_accessor include_transaction_details: bool
|
1602
|
+
attr_accessor include_partition_value: bool
|
1603
|
+
attr_accessor partition_include_schema_table: bool
|
1604
|
+
attr_accessor include_table_alter_operations: bool
|
1605
|
+
attr_accessor include_control_details: bool
|
1606
|
+
attr_accessor include_null_and_empty: bool
|
1607
|
+
attr_accessor no_hex_prefix: bool
|
1608
|
+
attr_accessor use_large_integer_value: bool
|
1609
|
+
SENSITIVE: []
|
1610
|
+
end
|
1611
|
+
|
1612
|
+
class Limitation
|
1613
|
+
attr_accessor database_id: ::String
|
1614
|
+
attr_accessor engine_name: ::String
|
1615
|
+
attr_accessor name: ::String
|
1616
|
+
attr_accessor description: ::String
|
1617
|
+
attr_accessor impact: ::String
|
1618
|
+
attr_accessor type: ::String
|
1619
|
+
SENSITIVE: []
|
1620
|
+
end
|
1621
|
+
|
1622
|
+
class ListTagsForResourceMessage
|
1623
|
+
attr_accessor resource_arn: ::String
|
1624
|
+
attr_accessor resource_arn_list: ::Array[::String]
|
1625
|
+
SENSITIVE: []
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
class ListTagsForResourceResponse
|
1629
|
+
attr_accessor tag_list: ::Array[Types::Tag]
|
1630
|
+
SENSITIVE: []
|
1631
|
+
end
|
1632
|
+
|
1633
|
+
class MariaDbDataProviderSettings
|
1634
|
+
attr_accessor server_name: ::String
|
1635
|
+
attr_accessor port: ::Integer
|
1636
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
1637
|
+
attr_accessor certificate_arn: ::String
|
1638
|
+
SENSITIVE: []
|
1639
|
+
end
|
1640
|
+
|
1641
|
+
class MicrosoftSQLServerSettings
|
1642
|
+
attr_accessor port: ::Integer
|
1643
|
+
attr_accessor bcp_packet_size: ::Integer
|
1644
|
+
attr_accessor database_name: ::String
|
1645
|
+
attr_accessor control_tables_file_group: ::String
|
1646
|
+
attr_accessor password: ::String
|
1647
|
+
attr_accessor query_single_always_on_node: bool
|
1648
|
+
attr_accessor read_backup_only: bool
|
1649
|
+
attr_accessor safeguard_policy: ("rely-on-sql-server-replication-agent" | "exclusive-automatic-truncation" | "shared-automatic-truncation")
|
1650
|
+
attr_accessor server_name: ::String
|
1651
|
+
attr_accessor username: ::String
|
1652
|
+
attr_accessor use_bcp_full_load: bool
|
1653
|
+
attr_accessor use_third_party_backup_device: bool
|
1654
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
1655
|
+
attr_accessor secrets_manager_secret_id: ::String
|
1656
|
+
attr_accessor trim_space_in_char: bool
|
1657
|
+
attr_accessor tlog_access_mode: ("BackupOnly" | "PreferBackup" | "PreferTlog" | "TlogOnly")
|
1658
|
+
attr_accessor force_lob_lookup: bool
|
1659
|
+
attr_accessor authentication_method: ("password" | "kerberos")
|
1660
|
+
SENSITIVE: [:password]
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
class MicrosoftSqlServerDataProviderSettings
|
1664
|
+
attr_accessor server_name: ::String
|
1665
|
+
attr_accessor port: ::Integer
|
1666
|
+
attr_accessor database_name: ::String
|
1667
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
1668
|
+
attr_accessor certificate_arn: ::String
|
1669
|
+
SENSITIVE: []
|
1670
|
+
end
|
1671
|
+
|
1672
|
+
class MigrationProject
|
1673
|
+
attr_accessor migration_project_name: ::String
|
1674
|
+
attr_accessor migration_project_arn: ::String
|
1675
|
+
attr_accessor migration_project_creation_time: ::Time
|
1676
|
+
attr_accessor source_data_provider_descriptors: ::Array[Types::DataProviderDescriptor]
|
1677
|
+
attr_accessor target_data_provider_descriptors: ::Array[Types::DataProviderDescriptor]
|
1678
|
+
attr_accessor instance_profile_arn: ::String
|
1679
|
+
attr_accessor instance_profile_name: ::String
|
1680
|
+
attr_accessor transformation_rules: ::String
|
1681
|
+
attr_accessor description: ::String
|
1682
|
+
attr_accessor schema_conversion_application_attributes: Types::SCApplicationAttributes
|
1683
|
+
SENSITIVE: []
|
1684
|
+
end
|
1685
|
+
|
1686
|
+
class ModifyConversionConfigurationMessage
|
1687
|
+
attr_accessor migration_project_identifier: ::String
|
1688
|
+
attr_accessor conversion_configuration: ::String
|
1689
|
+
SENSITIVE: []
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
class ModifyConversionConfigurationResponse
|
1693
|
+
attr_accessor migration_project_identifier: ::String
|
1694
|
+
SENSITIVE: []
|
1695
|
+
end
|
1696
|
+
|
1697
|
+
class ModifyDataMigrationMessage
|
1698
|
+
attr_accessor data_migration_identifier: ::String
|
1699
|
+
attr_accessor data_migration_name: ::String
|
1700
|
+
attr_accessor enable_cloudwatch_logs: bool
|
1701
|
+
attr_accessor service_access_role_arn: ::String
|
1702
|
+
attr_accessor data_migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
1703
|
+
attr_accessor source_data_settings: ::Array[Types::SourceDataSetting]
|
1704
|
+
attr_accessor number_of_jobs: ::Integer
|
1705
|
+
attr_accessor selection_rules: ::String
|
1706
|
+
SENSITIVE: [:selection_rules]
|
1707
|
+
end
|
1708
|
+
|
1709
|
+
class ModifyDataMigrationResponse
|
1710
|
+
attr_accessor data_migration: Types::DataMigration
|
1711
|
+
SENSITIVE: []
|
1712
|
+
end
|
1713
|
+
|
1714
|
+
class ModifyDataProviderMessage
|
1715
|
+
attr_accessor data_provider_identifier: ::String
|
1716
|
+
attr_accessor data_provider_name: ::String
|
1717
|
+
attr_accessor description: ::String
|
1718
|
+
attr_accessor engine: ::String
|
1719
|
+
attr_accessor exact_settings: bool
|
1720
|
+
attr_accessor settings: Types::DataProviderSettings
|
1721
|
+
SENSITIVE: []
|
1722
|
+
end
|
1723
|
+
|
1724
|
+
class ModifyDataProviderResponse
|
1725
|
+
attr_accessor data_provider: Types::DataProvider
|
1726
|
+
SENSITIVE: []
|
1727
|
+
end
|
1728
|
+
|
1729
|
+
class ModifyEndpointMessage
|
1730
|
+
attr_accessor endpoint_arn: ::String
|
1731
|
+
attr_accessor endpoint_identifier: ::String
|
1732
|
+
attr_accessor endpoint_type: ("source" | "target")
|
1733
|
+
attr_accessor engine_name: ::String
|
1734
|
+
attr_accessor username: ::String
|
1735
|
+
attr_accessor password: ::String
|
1736
|
+
attr_accessor server_name: ::String
|
1737
|
+
attr_accessor port: ::Integer
|
1738
|
+
attr_accessor database_name: ::String
|
1739
|
+
attr_accessor extra_connection_attributes: ::String
|
1740
|
+
attr_accessor certificate_arn: ::String
|
1741
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
1742
|
+
attr_accessor service_access_role_arn: ::String
|
1743
|
+
attr_accessor external_table_definition: ::String
|
1744
|
+
attr_accessor dynamo_db_settings: Types::DynamoDbSettings
|
1745
|
+
attr_accessor s3_settings: Types::S3Settings
|
1746
|
+
attr_accessor dms_transfer_settings: Types::DmsTransferSettings
|
1747
|
+
attr_accessor mongo_db_settings: Types::MongoDbSettings
|
1748
|
+
attr_accessor kinesis_settings: Types::KinesisSettings
|
1749
|
+
attr_accessor kafka_settings: Types::KafkaSettings
|
1750
|
+
attr_accessor elasticsearch_settings: Types::ElasticsearchSettings
|
1751
|
+
attr_accessor neptune_settings: Types::NeptuneSettings
|
1752
|
+
attr_accessor redshift_settings: Types::RedshiftSettings
|
1753
|
+
attr_accessor postgre_sql_settings: Types::PostgreSQLSettings
|
1754
|
+
attr_accessor my_sql_settings: Types::MySQLSettings
|
1755
|
+
attr_accessor oracle_settings: Types::OracleSettings
|
1756
|
+
attr_accessor sybase_settings: Types::SybaseSettings
|
1757
|
+
attr_accessor microsoft_sql_server_settings: Types::MicrosoftSQLServerSettings
|
1758
|
+
attr_accessor ibm_db_2_settings: Types::IBMDb2Settings
|
1759
|
+
attr_accessor doc_db_settings: Types::DocDbSettings
|
1760
|
+
attr_accessor redis_settings: Types::RedisSettings
|
1761
|
+
attr_accessor exact_settings: bool
|
1762
|
+
attr_accessor gcp_my_sql_settings: Types::GcpMySQLSettings
|
1763
|
+
attr_accessor timestream_settings: Types::TimestreamSettings
|
1764
|
+
SENSITIVE: [:password]
|
1765
|
+
end
|
1766
|
+
|
1767
|
+
class ModifyEndpointResponse
|
1768
|
+
attr_accessor endpoint: Types::Endpoint
|
1769
|
+
SENSITIVE: []
|
1770
|
+
end
|
1771
|
+
|
1772
|
+
class ModifyEventSubscriptionMessage
|
1773
|
+
attr_accessor subscription_name: ::String
|
1774
|
+
attr_accessor sns_topic_arn: ::String
|
1775
|
+
attr_accessor source_type: ::String
|
1776
|
+
attr_accessor event_categories: ::Array[::String]
|
1777
|
+
attr_accessor enabled: bool
|
1778
|
+
SENSITIVE: []
|
1779
|
+
end
|
1780
|
+
|
1781
|
+
class ModifyEventSubscriptionResponse
|
1782
|
+
attr_accessor event_subscription: Types::EventSubscription
|
1783
|
+
SENSITIVE: []
|
1784
|
+
end
|
1785
|
+
|
1786
|
+
class ModifyInstanceProfileMessage
|
1787
|
+
attr_accessor instance_profile_identifier: ::String
|
1788
|
+
attr_accessor availability_zone: ::String
|
1789
|
+
attr_accessor kms_key_arn: ::String
|
1790
|
+
attr_accessor publicly_accessible: bool
|
1791
|
+
attr_accessor network_type: ::String
|
1792
|
+
attr_accessor instance_profile_name: ::String
|
1793
|
+
attr_accessor description: ::String
|
1794
|
+
attr_accessor subnet_group_identifier: ::String
|
1795
|
+
attr_accessor vpc_security_groups: ::Array[::String]
|
1796
|
+
SENSITIVE: []
|
1797
|
+
end
|
1798
|
+
|
1799
|
+
class ModifyInstanceProfileResponse
|
1800
|
+
attr_accessor instance_profile: Types::InstanceProfile
|
1801
|
+
SENSITIVE: []
|
1802
|
+
end
|
1803
|
+
|
1804
|
+
class ModifyMigrationProjectMessage
|
1805
|
+
attr_accessor migration_project_identifier: ::String
|
1806
|
+
attr_accessor migration_project_name: ::String
|
1807
|
+
attr_accessor source_data_provider_descriptors: ::Array[Types::DataProviderDescriptorDefinition]
|
1808
|
+
attr_accessor target_data_provider_descriptors: ::Array[Types::DataProviderDescriptorDefinition]
|
1809
|
+
attr_accessor instance_profile_identifier: ::String
|
1810
|
+
attr_accessor transformation_rules: ::String
|
1811
|
+
attr_accessor description: ::String
|
1812
|
+
attr_accessor schema_conversion_application_attributes: Types::SCApplicationAttributes
|
1813
|
+
SENSITIVE: []
|
1814
|
+
end
|
1815
|
+
|
1816
|
+
class ModifyMigrationProjectResponse
|
1817
|
+
attr_accessor migration_project: Types::MigrationProject
|
1818
|
+
SENSITIVE: []
|
1819
|
+
end
|
1820
|
+
|
1821
|
+
class ModifyReplicationConfigMessage
|
1822
|
+
attr_accessor replication_config_arn: ::String
|
1823
|
+
attr_accessor replication_config_identifier: ::String
|
1824
|
+
attr_accessor replication_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
1825
|
+
attr_accessor table_mappings: ::String
|
1826
|
+
attr_accessor replication_settings: ::String
|
1827
|
+
attr_accessor supplemental_settings: ::String
|
1828
|
+
attr_accessor compute_config: Types::ComputeConfig
|
1829
|
+
attr_accessor source_endpoint_arn: ::String
|
1830
|
+
attr_accessor target_endpoint_arn: ::String
|
1831
|
+
SENSITIVE: []
|
1832
|
+
end
|
1833
|
+
|
1834
|
+
class ModifyReplicationConfigResponse
|
1835
|
+
attr_accessor replication_config: Types::ReplicationConfig
|
1836
|
+
SENSITIVE: []
|
1837
|
+
end
|
1838
|
+
|
1839
|
+
class ModifyReplicationInstanceMessage
|
1840
|
+
attr_accessor replication_instance_arn: ::String
|
1841
|
+
attr_accessor allocated_storage: ::Integer
|
1842
|
+
attr_accessor apply_immediately: bool
|
1843
|
+
attr_accessor replication_instance_class: ::String
|
1844
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
1845
|
+
attr_accessor preferred_maintenance_window: ::String
|
1846
|
+
attr_accessor multi_az: bool
|
1847
|
+
attr_accessor engine_version: ::String
|
1848
|
+
attr_accessor allow_major_version_upgrade: bool
|
1849
|
+
attr_accessor auto_minor_version_upgrade: bool
|
1850
|
+
attr_accessor replication_instance_identifier: ::String
|
1851
|
+
attr_accessor network_type: ::String
|
1852
|
+
attr_accessor kerberos_authentication_settings: Types::KerberosAuthenticationSettings
|
1853
|
+
SENSITIVE: []
|
1854
|
+
end
|
1855
|
+
|
1856
|
+
class ModifyReplicationInstanceResponse
|
1857
|
+
attr_accessor replication_instance: Types::ReplicationInstance
|
1858
|
+
SENSITIVE: []
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class ModifyReplicationSubnetGroupMessage
|
1862
|
+
attr_accessor replication_subnet_group_identifier: ::String
|
1863
|
+
attr_accessor replication_subnet_group_description: ::String
|
1864
|
+
attr_accessor subnet_ids: ::Array[::String]
|
1865
|
+
SENSITIVE: []
|
1866
|
+
end
|
1867
|
+
|
1868
|
+
class ModifyReplicationSubnetGroupResponse
|
1869
|
+
attr_accessor replication_subnet_group: Types::ReplicationSubnetGroup
|
1870
|
+
SENSITIVE: []
|
1871
|
+
end
|
1872
|
+
|
1873
|
+
class ModifyReplicationTaskMessage
|
1874
|
+
attr_accessor replication_task_arn: ::String
|
1875
|
+
attr_accessor replication_task_identifier: ::String
|
1876
|
+
attr_accessor migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
1877
|
+
attr_accessor table_mappings: ::String
|
1878
|
+
attr_accessor replication_task_settings: ::String
|
1879
|
+
attr_accessor cdc_start_time: ::Time
|
1880
|
+
attr_accessor cdc_start_position: ::String
|
1881
|
+
attr_accessor cdc_stop_position: ::String
|
1882
|
+
attr_accessor task_data: ::String
|
1883
|
+
SENSITIVE: []
|
1884
|
+
end
|
1885
|
+
|
1886
|
+
class ModifyReplicationTaskResponse
|
1887
|
+
attr_accessor replication_task: Types::ReplicationTask
|
1888
|
+
SENSITIVE: []
|
1889
|
+
end
|
1890
|
+
|
1891
|
+
class MongoDbDataProviderSettings
|
1892
|
+
attr_accessor server_name: ::String
|
1893
|
+
attr_accessor port: ::Integer
|
1894
|
+
attr_accessor database_name: ::String
|
1895
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
1896
|
+
attr_accessor certificate_arn: ::String
|
1897
|
+
attr_accessor auth_type: ("no" | "password")
|
1898
|
+
attr_accessor auth_source: ::String
|
1899
|
+
attr_accessor auth_mechanism: ("default" | "mongodb_cr" | "scram_sha_1")
|
1900
|
+
SENSITIVE: []
|
1901
|
+
end
|
1902
|
+
|
1903
|
+
class MongoDbSettings
|
1904
|
+
attr_accessor username: ::String
|
1905
|
+
attr_accessor password: ::String
|
1906
|
+
attr_accessor server_name: ::String
|
1907
|
+
attr_accessor port: ::Integer
|
1908
|
+
attr_accessor database_name: ::String
|
1909
|
+
attr_accessor auth_type: ("no" | "password")
|
1910
|
+
attr_accessor auth_mechanism: ("default" | "mongodb_cr" | "scram_sha_1")
|
1911
|
+
attr_accessor nesting_level: ("none" | "one")
|
1912
|
+
attr_accessor extract_doc_id: ::String
|
1913
|
+
attr_accessor docs_to_investigate: ::String
|
1914
|
+
attr_accessor auth_source: ::String
|
1915
|
+
attr_accessor kms_key_id: ::String
|
1916
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
1917
|
+
attr_accessor secrets_manager_secret_id: ::String
|
1918
|
+
attr_accessor use_update_look_up: bool
|
1919
|
+
attr_accessor replicate_shard_collections: bool
|
1920
|
+
SENSITIVE: [:password]
|
1921
|
+
end
|
1922
|
+
|
1923
|
+
class MoveReplicationTaskMessage
|
1924
|
+
attr_accessor replication_task_arn: ::String
|
1925
|
+
attr_accessor target_replication_instance_arn: ::String
|
1926
|
+
SENSITIVE: []
|
1927
|
+
end
|
1928
|
+
|
1929
|
+
class MoveReplicationTaskResponse
|
1930
|
+
attr_accessor replication_task: Types::ReplicationTask
|
1931
|
+
SENSITIVE: []
|
1932
|
+
end
|
1933
|
+
|
1934
|
+
class MySQLSettings
|
1935
|
+
attr_accessor after_connect_script: ::String
|
1936
|
+
attr_accessor clean_source_metadata_on_mismatch: bool
|
1937
|
+
attr_accessor database_name: ::String
|
1938
|
+
attr_accessor events_poll_interval: ::Integer
|
1939
|
+
attr_accessor target_db_type: ("specific-database" | "multiple-databases")
|
1940
|
+
attr_accessor max_file_size: ::Integer
|
1941
|
+
attr_accessor parallel_load_threads: ::Integer
|
1942
|
+
attr_accessor password: ::String
|
1943
|
+
attr_accessor port: ::Integer
|
1944
|
+
attr_accessor server_name: ::String
|
1945
|
+
attr_accessor server_timezone: ::String
|
1946
|
+
attr_accessor username: ::String
|
1947
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
1948
|
+
attr_accessor secrets_manager_secret_id: ::String
|
1949
|
+
attr_accessor execute_timeout: ::Integer
|
1950
|
+
SENSITIVE: [:password]
|
1951
|
+
end
|
1952
|
+
|
1953
|
+
class MySqlDataProviderSettings
|
1954
|
+
attr_accessor server_name: ::String
|
1955
|
+
attr_accessor port: ::Integer
|
1956
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
1957
|
+
attr_accessor certificate_arn: ::String
|
1958
|
+
SENSITIVE: []
|
1959
|
+
end
|
1960
|
+
|
1961
|
+
class NeptuneSettings
|
1962
|
+
attr_accessor service_access_role_arn: ::String
|
1963
|
+
attr_accessor s3_bucket_name: ::String
|
1964
|
+
attr_accessor s3_bucket_folder: ::String
|
1965
|
+
attr_accessor error_retry_duration: ::Integer
|
1966
|
+
attr_accessor max_file_size: ::Integer
|
1967
|
+
attr_accessor max_retry_count: ::Integer
|
1968
|
+
attr_accessor iam_auth_enabled: bool
|
1969
|
+
SENSITIVE: []
|
1970
|
+
end
|
1971
|
+
|
1972
|
+
class OracleDataProviderSettings
|
1973
|
+
attr_accessor server_name: ::String
|
1974
|
+
attr_accessor port: ::Integer
|
1975
|
+
attr_accessor database_name: ::String
|
1976
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
1977
|
+
attr_accessor certificate_arn: ::String
|
1978
|
+
attr_accessor asm_server: ::String
|
1979
|
+
attr_accessor secrets_manager_oracle_asm_secret_id: ::String
|
1980
|
+
attr_accessor secrets_manager_oracle_asm_access_role_arn: ::String
|
1981
|
+
attr_accessor secrets_manager_security_db_encryption_secret_id: ::String
|
1982
|
+
attr_accessor secrets_manager_security_db_encryption_access_role_arn: ::String
|
1983
|
+
SENSITIVE: []
|
1984
|
+
end
|
1985
|
+
|
1986
|
+
class OracleSettings
|
1987
|
+
attr_accessor add_supplemental_logging: bool
|
1988
|
+
attr_accessor archived_log_dest_id: ::Integer
|
1989
|
+
attr_accessor additional_archived_log_dest_id: ::Integer
|
1990
|
+
attr_accessor extra_archived_log_dest_ids: ::Array[::Integer]
|
1991
|
+
attr_accessor allow_select_nested_tables: bool
|
1992
|
+
attr_accessor parallel_asm_read_threads: ::Integer
|
1993
|
+
attr_accessor read_ahead_blocks: ::Integer
|
1994
|
+
attr_accessor access_alternate_directly: bool
|
1995
|
+
attr_accessor use_alternate_folder_for_online: bool
|
1996
|
+
attr_accessor oracle_path_prefix: ::String
|
1997
|
+
attr_accessor use_path_prefix: ::String
|
1998
|
+
attr_accessor replace_path_prefix: bool
|
1999
|
+
attr_accessor enable_homogenous_tablespace: bool
|
2000
|
+
attr_accessor direct_path_no_log: bool
|
2001
|
+
attr_accessor archived_logs_only: bool
|
2002
|
+
attr_accessor asm_password: ::String
|
2003
|
+
attr_accessor asm_server: ::String
|
2004
|
+
attr_accessor asm_user: ::String
|
2005
|
+
attr_accessor char_length_semantics: ("default" | "char" | "byte")
|
2006
|
+
attr_accessor database_name: ::String
|
2007
|
+
attr_accessor direct_path_parallel_load: bool
|
2008
|
+
attr_accessor fail_tasks_on_lob_truncation: bool
|
2009
|
+
attr_accessor number_datatype_scale: ::Integer
|
2010
|
+
attr_accessor password: ::String
|
2011
|
+
attr_accessor port: ::Integer
|
2012
|
+
attr_accessor read_table_space_name: bool
|
2013
|
+
attr_accessor retry_interval: ::Integer
|
2014
|
+
attr_accessor security_db_encryption: ::String
|
2015
|
+
attr_accessor security_db_encryption_name: ::String
|
2016
|
+
attr_accessor server_name: ::String
|
2017
|
+
attr_accessor spatial_data_option_to_geo_json_function_name: ::String
|
2018
|
+
attr_accessor standby_delay_time: ::Integer
|
2019
|
+
attr_accessor username: ::String
|
2020
|
+
attr_accessor use_b_file: bool
|
2021
|
+
attr_accessor use_direct_path_full_load: bool
|
2022
|
+
attr_accessor use_logminer_reader: bool
|
2023
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
2024
|
+
attr_accessor secrets_manager_secret_id: ::String
|
2025
|
+
attr_accessor secrets_manager_oracle_asm_access_role_arn: ::String
|
2026
|
+
attr_accessor secrets_manager_oracle_asm_secret_id: ::String
|
2027
|
+
attr_accessor trim_space_in_char: bool
|
2028
|
+
attr_accessor convert_timestamp_with_zone_to_utc: bool
|
2029
|
+
attr_accessor open_transaction_window: ::Integer
|
2030
|
+
attr_accessor authentication_method: ("password" | "kerberos")
|
2031
|
+
SENSITIVE: [:asm_password, :password, :security_db_encryption]
|
2032
|
+
end
|
2033
|
+
|
2034
|
+
class OrderableReplicationInstance
|
2035
|
+
attr_accessor engine_version: ::String
|
2036
|
+
attr_accessor replication_instance_class: ::String
|
2037
|
+
attr_accessor storage_type: ::String
|
2038
|
+
attr_accessor min_allocated_storage: ::Integer
|
2039
|
+
attr_accessor max_allocated_storage: ::Integer
|
2040
|
+
attr_accessor default_allocated_storage: ::Integer
|
2041
|
+
attr_accessor included_allocated_storage: ::Integer
|
2042
|
+
attr_accessor availability_zones: ::Array[::String]
|
2043
|
+
attr_accessor release_status: ("beta" | "prod")
|
2044
|
+
SENSITIVE: []
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class PendingMaintenanceAction
|
2048
|
+
attr_accessor action: ::String
|
2049
|
+
attr_accessor auto_applied_after_date: ::Time
|
2050
|
+
attr_accessor forced_apply_date: ::Time
|
2051
|
+
attr_accessor opt_in_status: ::String
|
2052
|
+
attr_accessor current_apply_date: ::Time
|
2053
|
+
attr_accessor description: ::String
|
2054
|
+
SENSITIVE: []
|
2055
|
+
end
|
2056
|
+
|
2057
|
+
class PostgreSQLSettings
|
2058
|
+
attr_accessor after_connect_script: ::String
|
2059
|
+
attr_accessor capture_ddls: bool
|
2060
|
+
attr_accessor max_file_size: ::Integer
|
2061
|
+
attr_accessor database_name: ::String
|
2062
|
+
attr_accessor ddl_artifacts_schema: ::String
|
2063
|
+
attr_accessor execute_timeout: ::Integer
|
2064
|
+
attr_accessor fail_tasks_on_lob_truncation: bool
|
2065
|
+
attr_accessor heartbeat_enable: bool
|
2066
|
+
attr_accessor heartbeat_schema: ::String
|
2067
|
+
attr_accessor heartbeat_frequency: ::Integer
|
2068
|
+
attr_accessor password: ::String
|
2069
|
+
attr_accessor port: ::Integer
|
2070
|
+
attr_accessor server_name: ::String
|
2071
|
+
attr_accessor username: ::String
|
2072
|
+
attr_accessor slot_name: ::String
|
2073
|
+
attr_accessor plugin_name: ("no-preference" | "test-decoding" | "pglogical")
|
2074
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
2075
|
+
attr_accessor secrets_manager_secret_id: ::String
|
2076
|
+
attr_accessor trim_space_in_char: bool
|
2077
|
+
attr_accessor map_boolean_as_boolean: bool
|
2078
|
+
attr_accessor map_jsonb_as_clob: bool
|
2079
|
+
attr_accessor map_long_varchar_as: ("wstring" | "clob" | "nclob")
|
2080
|
+
attr_accessor database_mode: ("default" | "babelfish")
|
2081
|
+
attr_accessor babelfish_database_name: ::String
|
2082
|
+
attr_accessor disable_unicode_source_filter: bool
|
2083
|
+
SENSITIVE: [:password]
|
2084
|
+
end
|
2085
|
+
|
2086
|
+
class PostgreSqlDataProviderSettings
|
2087
|
+
attr_accessor server_name: ::String
|
2088
|
+
attr_accessor port: ::Integer
|
2089
|
+
attr_accessor database_name: ::String
|
2090
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
2091
|
+
attr_accessor certificate_arn: ::String
|
2092
|
+
SENSITIVE: []
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
class ProvisionData
|
2096
|
+
attr_accessor provision_state: ::String
|
2097
|
+
attr_accessor provisioned_capacity_units: ::Integer
|
2098
|
+
attr_accessor date_provisioned: ::Time
|
2099
|
+
attr_accessor is_new_provisioning_available: bool
|
2100
|
+
attr_accessor date_new_provisioning_data_available: ::Time
|
2101
|
+
attr_accessor reason_for_new_provisioning_data: ::String
|
2102
|
+
SENSITIVE: []
|
2103
|
+
end
|
2104
|
+
|
2105
|
+
class RdsConfiguration
|
2106
|
+
attr_accessor engine_edition: ::String
|
2107
|
+
attr_accessor instance_type: ::String
|
2108
|
+
attr_accessor instance_vcpu: ::Float
|
2109
|
+
attr_accessor instance_memory: ::Float
|
2110
|
+
attr_accessor storage_type: ::String
|
2111
|
+
attr_accessor storage_size: ::Integer
|
2112
|
+
attr_accessor storage_iops: ::Integer
|
2113
|
+
attr_accessor deployment_option: ::String
|
2114
|
+
attr_accessor engine_version: ::String
|
2115
|
+
SENSITIVE: []
|
2116
|
+
end
|
2117
|
+
|
2118
|
+
class RdsRecommendation
|
2119
|
+
attr_accessor requirements_to_target: Types::RdsRequirements
|
2120
|
+
attr_accessor target_configuration: Types::RdsConfiguration
|
2121
|
+
SENSITIVE: []
|
2122
|
+
end
|
2123
|
+
|
2124
|
+
class RdsRequirements
|
2125
|
+
attr_accessor engine_edition: ::String
|
2126
|
+
attr_accessor instance_vcpu: ::Float
|
2127
|
+
attr_accessor instance_memory: ::Float
|
2128
|
+
attr_accessor storage_size: ::Integer
|
2129
|
+
attr_accessor storage_iops: ::Integer
|
2130
|
+
attr_accessor deployment_option: ::String
|
2131
|
+
attr_accessor engine_version: ::String
|
2132
|
+
SENSITIVE: []
|
2133
|
+
end
|
2134
|
+
|
2135
|
+
class RebootReplicationInstanceMessage
|
2136
|
+
attr_accessor replication_instance_arn: ::String
|
2137
|
+
attr_accessor force_failover: bool
|
2138
|
+
attr_accessor force_planned_failover: bool
|
2139
|
+
SENSITIVE: []
|
2140
|
+
end
|
2141
|
+
|
2142
|
+
class RebootReplicationInstanceResponse
|
2143
|
+
attr_accessor replication_instance: Types::ReplicationInstance
|
2144
|
+
SENSITIVE: []
|
2145
|
+
end
|
2146
|
+
|
2147
|
+
class Recommendation
|
2148
|
+
attr_accessor database_id: ::String
|
2149
|
+
attr_accessor engine_name: ::String
|
2150
|
+
attr_accessor created_date: ::String
|
2151
|
+
attr_accessor status: ::String
|
2152
|
+
attr_accessor preferred: bool
|
2153
|
+
attr_accessor settings: Types::RecommendationSettings
|
2154
|
+
attr_accessor data: Types::RecommendationData
|
2155
|
+
SENSITIVE: []
|
2156
|
+
end
|
2157
|
+
|
2158
|
+
class RecommendationData
|
2159
|
+
attr_accessor rds_engine: Types::RdsRecommendation
|
2160
|
+
SENSITIVE: []
|
2161
|
+
end
|
2162
|
+
|
2163
|
+
class RecommendationSettings
|
2164
|
+
attr_accessor instance_sizing_type: ::String
|
2165
|
+
attr_accessor workload_type: ::String
|
2166
|
+
SENSITIVE: []
|
2167
|
+
end
|
2168
|
+
|
2169
|
+
class RedisSettings
|
2170
|
+
attr_accessor server_name: ::String
|
2171
|
+
attr_accessor port: ::Integer
|
2172
|
+
attr_accessor ssl_security_protocol: ("plaintext" | "ssl-encryption")
|
2173
|
+
attr_accessor auth_type: ("none" | "auth-role" | "auth-token")
|
2174
|
+
attr_accessor auth_user_name: ::String
|
2175
|
+
attr_accessor auth_password: ::String
|
2176
|
+
attr_accessor ssl_ca_certificate_arn: ::String
|
2177
|
+
SENSITIVE: [:auth_password]
|
2178
|
+
end
|
2179
|
+
|
2180
|
+
class RedshiftDataProviderSettings
|
2181
|
+
attr_accessor server_name: ::String
|
2182
|
+
attr_accessor port: ::Integer
|
2183
|
+
attr_accessor database_name: ::String
|
2184
|
+
SENSITIVE: []
|
2185
|
+
end
|
2186
|
+
|
2187
|
+
class RedshiftSettings
|
2188
|
+
attr_accessor accept_any_date: bool
|
2189
|
+
attr_accessor after_connect_script: ::String
|
2190
|
+
attr_accessor bucket_folder: ::String
|
2191
|
+
attr_accessor bucket_name: ::String
|
2192
|
+
attr_accessor case_sensitive_names: bool
|
2193
|
+
attr_accessor comp_update: bool
|
2194
|
+
attr_accessor connection_timeout: ::Integer
|
2195
|
+
attr_accessor database_name: ::String
|
2196
|
+
attr_accessor date_format: ::String
|
2197
|
+
attr_accessor empty_as_null: bool
|
2198
|
+
attr_accessor encryption_mode: ("sse-s3" | "sse-kms")
|
2199
|
+
attr_accessor explicit_ids: bool
|
2200
|
+
attr_accessor file_transfer_upload_streams: ::Integer
|
2201
|
+
attr_accessor load_timeout: ::Integer
|
2202
|
+
attr_accessor max_file_size: ::Integer
|
2203
|
+
attr_accessor password: ::String
|
2204
|
+
attr_accessor port: ::Integer
|
2205
|
+
attr_accessor remove_quotes: bool
|
2206
|
+
attr_accessor replace_invalid_chars: ::String
|
2207
|
+
attr_accessor replace_chars: ::String
|
2208
|
+
attr_accessor server_name: ::String
|
2209
|
+
attr_accessor service_access_role_arn: ::String
|
2210
|
+
attr_accessor server_side_encryption_kms_key_id: ::String
|
2211
|
+
attr_accessor time_format: ::String
|
2212
|
+
attr_accessor trim_blanks: bool
|
2213
|
+
attr_accessor truncate_columns: bool
|
2214
|
+
attr_accessor username: ::String
|
2215
|
+
attr_accessor write_buffer_size: ::Integer
|
2216
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
2217
|
+
attr_accessor secrets_manager_secret_id: ::String
|
2218
|
+
attr_accessor map_boolean_as_boolean: bool
|
2219
|
+
SENSITIVE: [:password]
|
2220
|
+
end
|
2221
|
+
|
2222
|
+
class RefreshSchemasMessage
|
2223
|
+
attr_accessor endpoint_arn: ::String
|
2224
|
+
attr_accessor replication_instance_arn: ::String
|
2225
|
+
SENSITIVE: []
|
2226
|
+
end
|
2227
|
+
|
2228
|
+
class RefreshSchemasResponse
|
2229
|
+
attr_accessor refresh_schemas_status: Types::RefreshSchemasStatus
|
2230
|
+
SENSITIVE: []
|
2231
|
+
end
|
2232
|
+
|
2233
|
+
class RefreshSchemasStatus
|
2234
|
+
attr_accessor endpoint_arn: ::String
|
2235
|
+
attr_accessor replication_instance_arn: ::String
|
2236
|
+
attr_accessor status: ("successful" | "failed" | "refreshing")
|
2237
|
+
attr_accessor last_refresh_date: ::Time
|
2238
|
+
attr_accessor last_failure_message: ::String
|
2239
|
+
SENSITIVE: []
|
2240
|
+
end
|
2241
|
+
|
2242
|
+
class ReloadReplicationTablesMessage
|
2243
|
+
attr_accessor replication_config_arn: ::String
|
2244
|
+
attr_accessor tables_to_reload: ::Array[Types::TableToReload]
|
2245
|
+
attr_accessor reload_option: ("data-reload" | "validate-only")
|
2246
|
+
SENSITIVE: []
|
2247
|
+
end
|
2248
|
+
|
2249
|
+
class ReloadReplicationTablesResponse
|
2250
|
+
attr_accessor replication_config_arn: ::String
|
2251
|
+
SENSITIVE: []
|
2252
|
+
end
|
2253
|
+
|
2254
|
+
class ReloadTablesMessage
|
2255
|
+
attr_accessor replication_task_arn: ::String
|
2256
|
+
attr_accessor tables_to_reload: ::Array[Types::TableToReload]
|
2257
|
+
attr_accessor reload_option: ("data-reload" | "validate-only")
|
2258
|
+
SENSITIVE: []
|
2259
|
+
end
|
2260
|
+
|
2261
|
+
class ReloadTablesResponse
|
2262
|
+
attr_accessor replication_task_arn: ::String
|
2263
|
+
SENSITIVE: []
|
2264
|
+
end
|
2265
|
+
|
2266
|
+
class RemoveTagsFromResourceMessage
|
2267
|
+
attr_accessor resource_arn: ::String
|
2268
|
+
attr_accessor tag_keys: ::Array[::String]
|
2269
|
+
SENSITIVE: []
|
2270
|
+
end
|
2271
|
+
|
2272
|
+
class RemoveTagsFromResourceResponse < Aws::EmptyStructure
|
2273
|
+
end
|
2274
|
+
|
2275
|
+
class Replication
|
2276
|
+
attr_accessor replication_config_identifier: ::String
|
2277
|
+
attr_accessor replication_config_arn: ::String
|
2278
|
+
attr_accessor source_endpoint_arn: ::String
|
2279
|
+
attr_accessor target_endpoint_arn: ::String
|
2280
|
+
attr_accessor replication_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
2281
|
+
attr_accessor status: ::String
|
2282
|
+
attr_accessor provision_data: Types::ProvisionData
|
2283
|
+
attr_accessor stop_reason: ::String
|
2284
|
+
attr_accessor failure_messages: ::Array[::String]
|
2285
|
+
attr_accessor replication_stats: Types::ReplicationStats
|
2286
|
+
attr_accessor start_replication_type: ::String
|
2287
|
+
attr_accessor cdc_start_time: ::Time
|
2288
|
+
attr_accessor cdc_start_position: ::String
|
2289
|
+
attr_accessor cdc_stop_position: ::String
|
2290
|
+
attr_accessor recovery_checkpoint: ::String
|
2291
|
+
attr_accessor replication_create_time: ::Time
|
2292
|
+
attr_accessor replication_update_time: ::Time
|
2293
|
+
attr_accessor replication_last_stop_time: ::Time
|
2294
|
+
attr_accessor replication_deprovision_time: ::Time
|
2295
|
+
SENSITIVE: []
|
2296
|
+
end
|
2297
|
+
|
2298
|
+
class ReplicationConfig
|
2299
|
+
attr_accessor replication_config_identifier: ::String
|
2300
|
+
attr_accessor replication_config_arn: ::String
|
2301
|
+
attr_accessor source_endpoint_arn: ::String
|
2302
|
+
attr_accessor target_endpoint_arn: ::String
|
2303
|
+
attr_accessor replication_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
2304
|
+
attr_accessor compute_config: Types::ComputeConfig
|
2305
|
+
attr_accessor replication_settings: ::String
|
2306
|
+
attr_accessor supplemental_settings: ::String
|
2307
|
+
attr_accessor table_mappings: ::String
|
2308
|
+
attr_accessor replication_config_create_time: ::Time
|
2309
|
+
attr_accessor replication_config_update_time: ::Time
|
2310
|
+
SENSITIVE: []
|
2311
|
+
end
|
2312
|
+
|
2313
|
+
class ReplicationInstance
|
2314
|
+
attr_accessor replication_instance_identifier: ::String
|
2315
|
+
attr_accessor replication_instance_class: ::String
|
2316
|
+
attr_accessor replication_instance_status: ::String
|
2317
|
+
attr_accessor allocated_storage: ::Integer
|
2318
|
+
attr_accessor instance_create_time: ::Time
|
2319
|
+
attr_accessor vpc_security_groups: ::Array[Types::VpcSecurityGroupMembership]
|
2320
|
+
attr_accessor availability_zone: ::String
|
2321
|
+
attr_accessor replication_subnet_group: Types::ReplicationSubnetGroup
|
2322
|
+
attr_accessor preferred_maintenance_window: ::String
|
2323
|
+
attr_accessor pending_modified_values: Types::ReplicationPendingModifiedValues
|
2324
|
+
attr_accessor multi_az: bool
|
2325
|
+
attr_accessor engine_version: ::String
|
2326
|
+
attr_accessor auto_minor_version_upgrade: bool
|
2327
|
+
attr_accessor kms_key_id: ::String
|
2328
|
+
attr_accessor replication_instance_arn: ::String
|
2329
|
+
attr_accessor replication_instance_public_ip_address: ::String
|
2330
|
+
attr_accessor replication_instance_private_ip_address: ::String
|
2331
|
+
attr_accessor replication_instance_public_ip_addresses: ::Array[::String]
|
2332
|
+
attr_accessor replication_instance_private_ip_addresses: ::Array[::String]
|
2333
|
+
attr_accessor replication_instance_ipv_6_addresses: ::Array[::String]
|
2334
|
+
attr_accessor publicly_accessible: bool
|
2335
|
+
attr_accessor secondary_availability_zone: ::String
|
2336
|
+
attr_accessor free_until: ::Time
|
2337
|
+
attr_accessor dns_name_servers: ::String
|
2338
|
+
attr_accessor network_type: ::String
|
2339
|
+
attr_accessor kerberos_authentication_settings: Types::KerberosAuthenticationSettings
|
2340
|
+
SENSITIVE: []
|
2341
|
+
end
|
2342
|
+
|
2343
|
+
class ReplicationInstanceTaskLog
|
2344
|
+
attr_accessor replication_task_name: ::String
|
2345
|
+
attr_accessor replication_task_arn: ::String
|
2346
|
+
attr_accessor replication_instance_task_log_size: ::Integer
|
2347
|
+
SENSITIVE: []
|
2348
|
+
end
|
2349
|
+
|
2350
|
+
class ReplicationPendingModifiedValues
|
2351
|
+
attr_accessor replication_instance_class: ::String
|
2352
|
+
attr_accessor allocated_storage: ::Integer
|
2353
|
+
attr_accessor multi_az: bool
|
2354
|
+
attr_accessor engine_version: ::String
|
2355
|
+
attr_accessor network_type: ::String
|
2356
|
+
SENSITIVE: []
|
2357
|
+
end
|
2358
|
+
|
2359
|
+
class ReplicationStats
|
2360
|
+
attr_accessor full_load_progress_percent: ::Integer
|
2361
|
+
attr_accessor elapsed_time_millis: ::Integer
|
2362
|
+
attr_accessor tables_loaded: ::Integer
|
2363
|
+
attr_accessor tables_loading: ::Integer
|
2364
|
+
attr_accessor tables_queued: ::Integer
|
2365
|
+
attr_accessor tables_errored: ::Integer
|
2366
|
+
attr_accessor fresh_start_date: ::Time
|
2367
|
+
attr_accessor start_date: ::Time
|
2368
|
+
attr_accessor stop_date: ::Time
|
2369
|
+
attr_accessor full_load_start_date: ::Time
|
2370
|
+
attr_accessor full_load_finish_date: ::Time
|
2371
|
+
SENSITIVE: []
|
2372
|
+
end
|
2373
|
+
|
2374
|
+
class ReplicationSubnetGroup
|
2375
|
+
attr_accessor replication_subnet_group_identifier: ::String
|
2376
|
+
attr_accessor replication_subnet_group_description: ::String
|
2377
|
+
attr_accessor vpc_id: ::String
|
2378
|
+
attr_accessor subnet_group_status: ::String
|
2379
|
+
attr_accessor subnets: ::Array[Types::Subnet]
|
2380
|
+
attr_accessor supported_network_types: ::Array[::String]
|
2381
|
+
SENSITIVE: []
|
2382
|
+
end
|
2383
|
+
|
2384
|
+
class ReplicationSubnetGroupDoesNotCoverEnoughAZs
|
2385
|
+
attr_accessor message: ::String
|
2386
|
+
SENSITIVE: []
|
2387
|
+
end
|
2388
|
+
|
2389
|
+
class ReplicationTask
|
2390
|
+
attr_accessor replication_task_identifier: ::String
|
2391
|
+
attr_accessor source_endpoint_arn: ::String
|
2392
|
+
attr_accessor target_endpoint_arn: ::String
|
2393
|
+
attr_accessor replication_instance_arn: ::String
|
2394
|
+
attr_accessor migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
2395
|
+
attr_accessor table_mappings: ::String
|
2396
|
+
attr_accessor replication_task_settings: ::String
|
2397
|
+
attr_accessor status: ::String
|
2398
|
+
attr_accessor last_failure_message: ::String
|
2399
|
+
attr_accessor stop_reason: ::String
|
2400
|
+
attr_accessor replication_task_creation_date: ::Time
|
2401
|
+
attr_accessor replication_task_start_date: ::Time
|
2402
|
+
attr_accessor cdc_start_position: ::String
|
2403
|
+
attr_accessor cdc_stop_position: ::String
|
2404
|
+
attr_accessor recovery_checkpoint: ::String
|
2405
|
+
attr_accessor replication_task_arn: ::String
|
2406
|
+
attr_accessor replication_task_stats: Types::ReplicationTaskStats
|
2407
|
+
attr_accessor task_data: ::String
|
2408
|
+
attr_accessor target_replication_instance_arn: ::String
|
2409
|
+
SENSITIVE: []
|
2410
|
+
end
|
2411
|
+
|
2412
|
+
class ReplicationTaskAssessmentResult
|
2413
|
+
attr_accessor replication_task_identifier: ::String
|
2414
|
+
attr_accessor replication_task_arn: ::String
|
2415
|
+
attr_accessor replication_task_last_assessment_date: ::Time
|
2416
|
+
attr_accessor assessment_status: ::String
|
2417
|
+
attr_accessor assessment_results_file: ::String
|
2418
|
+
attr_accessor assessment_results: ::String
|
2419
|
+
attr_accessor s3_object_url: ::String
|
2420
|
+
SENSITIVE: [:s3_object_url]
|
2421
|
+
end
|
2422
|
+
|
2423
|
+
class ReplicationTaskAssessmentRun
|
2424
|
+
attr_accessor replication_task_assessment_run_arn: ::String
|
2425
|
+
attr_accessor replication_task_arn: ::String
|
2426
|
+
attr_accessor status: ::String
|
2427
|
+
attr_accessor replication_task_assessment_run_creation_date: ::Time
|
2428
|
+
attr_accessor assessment_progress: Types::ReplicationTaskAssessmentRunProgress
|
2429
|
+
attr_accessor last_failure_message: ::String
|
2430
|
+
attr_accessor service_access_role_arn: ::String
|
2431
|
+
attr_accessor result_location_bucket: ::String
|
2432
|
+
attr_accessor result_location_folder: ::String
|
2433
|
+
attr_accessor result_encryption_mode: ::String
|
2434
|
+
attr_accessor result_kms_key_arn: ::String
|
2435
|
+
attr_accessor assessment_run_name: ::String
|
2436
|
+
attr_accessor is_latest_task_assessment_run: bool
|
2437
|
+
attr_accessor result_statistic: Types::ReplicationTaskAssessmentRunResultStatistic
|
2438
|
+
SENSITIVE: []
|
2439
|
+
end
|
2440
|
+
|
2441
|
+
class ReplicationTaskAssessmentRunProgress
|
2442
|
+
attr_accessor individual_assessment_count: ::Integer
|
2443
|
+
attr_accessor individual_assessment_completed_count: ::Integer
|
2444
|
+
SENSITIVE: []
|
2445
|
+
end
|
2446
|
+
|
2447
|
+
class ReplicationTaskAssessmentRunResultStatistic
|
2448
|
+
attr_accessor passed: ::Integer
|
2449
|
+
attr_accessor failed: ::Integer
|
2450
|
+
attr_accessor error: ::Integer
|
2451
|
+
attr_accessor warning: ::Integer
|
2452
|
+
attr_accessor cancelled: ::Integer
|
2453
|
+
SENSITIVE: []
|
2454
|
+
end
|
2455
|
+
|
2456
|
+
class ReplicationTaskIndividualAssessment
|
2457
|
+
attr_accessor replication_task_individual_assessment_arn: ::String
|
2458
|
+
attr_accessor replication_task_assessment_run_arn: ::String
|
2459
|
+
attr_accessor individual_assessment_name: ::String
|
2460
|
+
attr_accessor status: ::String
|
2461
|
+
attr_accessor replication_task_individual_assessment_start_date: ::Time
|
2462
|
+
SENSITIVE: []
|
2463
|
+
end
|
2464
|
+
|
2465
|
+
class ReplicationTaskStats
|
2466
|
+
attr_accessor full_load_progress_percent: ::Integer
|
2467
|
+
attr_accessor elapsed_time_millis: ::Integer
|
2468
|
+
attr_accessor tables_loaded: ::Integer
|
2469
|
+
attr_accessor tables_loading: ::Integer
|
2470
|
+
attr_accessor tables_queued: ::Integer
|
2471
|
+
attr_accessor tables_errored: ::Integer
|
2472
|
+
attr_accessor fresh_start_date: ::Time
|
2473
|
+
attr_accessor start_date: ::Time
|
2474
|
+
attr_accessor stop_date: ::Time
|
2475
|
+
attr_accessor full_load_start_date: ::Time
|
2476
|
+
attr_accessor full_load_finish_date: ::Time
|
2477
|
+
SENSITIVE: []
|
2478
|
+
end
|
2479
|
+
|
2480
|
+
class ResourceAlreadyExistsFault
|
2481
|
+
attr_accessor message: ::String
|
2482
|
+
attr_accessor resource_arn: ::String
|
2483
|
+
SENSITIVE: []
|
2484
|
+
end
|
2485
|
+
|
2486
|
+
class ResourceNotFoundFault
|
2487
|
+
attr_accessor message: ::String
|
2488
|
+
SENSITIVE: []
|
2489
|
+
end
|
2490
|
+
|
2491
|
+
class ResourcePendingMaintenanceActions
|
2492
|
+
attr_accessor resource_identifier: ::String
|
2493
|
+
attr_accessor pending_maintenance_action_details: ::Array[Types::PendingMaintenanceAction]
|
2494
|
+
SENSITIVE: []
|
2495
|
+
end
|
2496
|
+
|
2497
|
+
class ResourceQuotaExceededFault
|
2498
|
+
attr_accessor message: ::String
|
2499
|
+
SENSITIVE: []
|
2500
|
+
end
|
2501
|
+
|
2502
|
+
class RunFleetAdvisorLsaAnalysisResponse
|
2503
|
+
attr_accessor lsa_analysis_id: ::String
|
2504
|
+
attr_accessor status: ::String
|
2505
|
+
SENSITIVE: []
|
2506
|
+
end
|
2507
|
+
|
2508
|
+
class S3AccessDeniedFault
|
2509
|
+
attr_accessor message: ::String
|
2510
|
+
SENSITIVE: []
|
2511
|
+
end
|
2512
|
+
|
2513
|
+
class S3ResourceNotFoundFault
|
2514
|
+
attr_accessor message: ::String
|
2515
|
+
SENSITIVE: []
|
2516
|
+
end
|
2517
|
+
|
2518
|
+
class S3Settings
|
2519
|
+
attr_accessor service_access_role_arn: ::String
|
2520
|
+
attr_accessor external_table_definition: ::String
|
2521
|
+
attr_accessor csv_row_delimiter: ::String
|
2522
|
+
attr_accessor csv_delimiter: ::String
|
2523
|
+
attr_accessor bucket_folder: ::String
|
2524
|
+
attr_accessor bucket_name: ::String
|
2525
|
+
attr_accessor compression_type: ("none" | "gzip")
|
2526
|
+
attr_accessor encryption_mode: ("sse-s3" | "sse-kms")
|
2527
|
+
attr_accessor server_side_encryption_kms_key_id: ::String
|
2528
|
+
attr_accessor data_format: ("csv" | "parquet")
|
2529
|
+
attr_accessor encoding_type: ("plain" | "plain-dictionary" | "rle-dictionary")
|
2530
|
+
attr_accessor dict_page_size_limit: ::Integer
|
2531
|
+
attr_accessor row_group_length: ::Integer
|
2532
|
+
attr_accessor data_page_size: ::Integer
|
2533
|
+
attr_accessor parquet_version: ("parquet-1-0" | "parquet-2-0")
|
2534
|
+
attr_accessor enable_statistics: bool
|
2535
|
+
attr_accessor include_op_for_full_load: bool
|
2536
|
+
attr_accessor cdc_inserts_only: bool
|
2537
|
+
attr_accessor timestamp_column_name: ::String
|
2538
|
+
attr_accessor parquet_timestamp_in_millisecond: bool
|
2539
|
+
attr_accessor cdc_inserts_and_updates: bool
|
2540
|
+
attr_accessor date_partition_enabled: bool
|
2541
|
+
attr_accessor date_partition_sequence: ("YYYYMMDD" | "YYYYMMDDHH" | "YYYYMM" | "MMYYYYDD" | "DDMMYYYY")
|
2542
|
+
attr_accessor date_partition_delimiter: ("SLASH" | "UNDERSCORE" | "DASH" | "NONE")
|
2543
|
+
attr_accessor use_csv_no_sup_value: bool
|
2544
|
+
attr_accessor csv_no_sup_value: ::String
|
2545
|
+
attr_accessor preserve_transactions: bool
|
2546
|
+
attr_accessor cdc_path: ::String
|
2547
|
+
attr_accessor use_task_start_time_for_full_load_timestamp: bool
|
2548
|
+
attr_accessor canned_acl_for_objects: ("none" | "private" | "public-read" | "public-read-write" | "authenticated-read" | "aws-exec-read" | "bucket-owner-read" | "bucket-owner-full-control")
|
2549
|
+
attr_accessor add_column_name: bool
|
2550
|
+
attr_accessor cdc_max_batch_interval: ::Integer
|
2551
|
+
attr_accessor cdc_min_file_size: ::Integer
|
2552
|
+
attr_accessor csv_null_value: ::String
|
2553
|
+
attr_accessor ignore_header_rows: ::Integer
|
2554
|
+
attr_accessor max_file_size: ::Integer
|
2555
|
+
attr_accessor rfc_4180: bool
|
2556
|
+
attr_accessor date_partition_timezone: ::String
|
2557
|
+
attr_accessor add_trailing_padding_character: bool
|
2558
|
+
attr_accessor expected_bucket_owner: ::String
|
2559
|
+
attr_accessor glue_catalog_generation: bool
|
2560
|
+
SENSITIVE: []
|
2561
|
+
end
|
2562
|
+
|
2563
|
+
class SCApplicationAttributes
|
2564
|
+
attr_accessor s3_bucket_path: ::String
|
2565
|
+
attr_accessor s3_bucket_role_arn: ::String
|
2566
|
+
SENSITIVE: []
|
2567
|
+
end
|
2568
|
+
|
2569
|
+
class SNSInvalidTopicFault
|
2570
|
+
attr_accessor message: ::String
|
2571
|
+
SENSITIVE: []
|
2572
|
+
end
|
2573
|
+
|
2574
|
+
class SNSNoAuthorizationFault
|
2575
|
+
attr_accessor message: ::String
|
2576
|
+
SENSITIVE: []
|
2577
|
+
end
|
2578
|
+
|
2579
|
+
class SchemaConversionRequest
|
2580
|
+
attr_accessor status: ::String
|
2581
|
+
attr_accessor request_identifier: ::String
|
2582
|
+
attr_accessor migration_project_arn: ::String
|
2583
|
+
attr_accessor error: Types::ErrorDetails
|
2584
|
+
attr_accessor export_sql_details: Types::ExportSqlDetails
|
2585
|
+
SENSITIVE: []
|
2586
|
+
end
|
2587
|
+
|
2588
|
+
class SchemaResponse
|
2589
|
+
attr_accessor code_line_count: ::Integer
|
2590
|
+
attr_accessor code_size: ::Integer
|
2591
|
+
attr_accessor complexity: ::String
|
2592
|
+
attr_accessor server: Types::ServerShortInfoResponse
|
2593
|
+
attr_accessor database_instance: Types::DatabaseShortInfoResponse
|
2594
|
+
attr_accessor schema_id: ::String
|
2595
|
+
attr_accessor schema_name: ::String
|
2596
|
+
attr_accessor original_schema: Types::SchemaShortInfoResponse
|
2597
|
+
attr_accessor similarity: ::Float
|
2598
|
+
SENSITIVE: []
|
2599
|
+
end
|
2600
|
+
|
2601
|
+
class SchemaShortInfoResponse
|
2602
|
+
attr_accessor schema_id: ::String
|
2603
|
+
attr_accessor schema_name: ::String
|
2604
|
+
attr_accessor database_id: ::String
|
2605
|
+
attr_accessor database_name: ::String
|
2606
|
+
attr_accessor database_ip_address: ::String
|
2607
|
+
SENSITIVE: []
|
2608
|
+
end
|
2609
|
+
|
2610
|
+
class ServerShortInfoResponse
|
2611
|
+
attr_accessor server_id: ::String
|
2612
|
+
attr_accessor ip_address: ::String
|
2613
|
+
attr_accessor server_name: ::String
|
2614
|
+
SENSITIVE: []
|
2615
|
+
end
|
2616
|
+
|
2617
|
+
class SourceDataSetting
|
2618
|
+
attr_accessor cdc_start_position: ::String
|
2619
|
+
attr_accessor cdc_start_time: ::Time
|
2620
|
+
attr_accessor cdc_stop_time: ::Time
|
2621
|
+
attr_accessor slot_name: ::String
|
2622
|
+
SENSITIVE: []
|
2623
|
+
end
|
2624
|
+
|
2625
|
+
class StartDataMigrationMessage
|
2626
|
+
attr_accessor data_migration_identifier: ::String
|
2627
|
+
attr_accessor start_type: ("reload-target" | "resume-processing" | "start-replication")
|
2628
|
+
SENSITIVE: []
|
2629
|
+
end
|
2630
|
+
|
2631
|
+
class StartDataMigrationResponse
|
2632
|
+
attr_accessor data_migration: Types::DataMigration
|
2633
|
+
SENSITIVE: []
|
2634
|
+
end
|
2635
|
+
|
2636
|
+
class StartExtensionPackAssociationMessage
|
2637
|
+
attr_accessor migration_project_identifier: ::String
|
2638
|
+
SENSITIVE: []
|
2639
|
+
end
|
2640
|
+
|
2641
|
+
class StartExtensionPackAssociationResponse
|
2642
|
+
attr_accessor request_identifier: ::String
|
2643
|
+
SENSITIVE: []
|
2644
|
+
end
|
2645
|
+
|
2646
|
+
class StartMetadataModelAssessmentMessage
|
2647
|
+
attr_accessor migration_project_identifier: ::String
|
2648
|
+
attr_accessor selection_rules: ::String
|
2649
|
+
SENSITIVE: []
|
2650
|
+
end
|
2651
|
+
|
2652
|
+
class StartMetadataModelAssessmentResponse
|
2653
|
+
attr_accessor request_identifier: ::String
|
2654
|
+
SENSITIVE: []
|
2655
|
+
end
|
2656
|
+
|
2657
|
+
class StartMetadataModelConversionMessage
|
2658
|
+
attr_accessor migration_project_identifier: ::String
|
2659
|
+
attr_accessor selection_rules: ::String
|
2660
|
+
SENSITIVE: []
|
2661
|
+
end
|
2662
|
+
|
2663
|
+
class StartMetadataModelConversionResponse
|
2664
|
+
attr_accessor request_identifier: ::String
|
2665
|
+
SENSITIVE: []
|
2666
|
+
end
|
2667
|
+
|
2668
|
+
class StartMetadataModelExportAsScriptMessage
|
2669
|
+
attr_accessor migration_project_identifier: ::String
|
2670
|
+
attr_accessor selection_rules: ::String
|
2671
|
+
attr_accessor origin: ("SOURCE" | "TARGET")
|
2672
|
+
attr_accessor file_name: ::String
|
2673
|
+
SENSITIVE: []
|
2674
|
+
end
|
2675
|
+
|
2676
|
+
class StartMetadataModelExportAsScriptResponse
|
2677
|
+
attr_accessor request_identifier: ::String
|
2678
|
+
SENSITIVE: []
|
2679
|
+
end
|
2680
|
+
|
2681
|
+
class StartMetadataModelExportToTargetMessage
|
2682
|
+
attr_accessor migration_project_identifier: ::String
|
2683
|
+
attr_accessor selection_rules: ::String
|
2684
|
+
attr_accessor overwrite_extension_pack: bool
|
2685
|
+
SENSITIVE: []
|
2686
|
+
end
|
2687
|
+
|
2688
|
+
class StartMetadataModelExportToTargetResponse
|
2689
|
+
attr_accessor request_identifier: ::String
|
2690
|
+
SENSITIVE: []
|
2691
|
+
end
|
2692
|
+
|
2693
|
+
class StartMetadataModelImportMessage
|
2694
|
+
attr_accessor migration_project_identifier: ::String
|
2695
|
+
attr_accessor selection_rules: ::String
|
2696
|
+
attr_accessor origin: ("SOURCE" | "TARGET")
|
2697
|
+
attr_accessor refresh: bool
|
2698
|
+
SENSITIVE: []
|
2699
|
+
end
|
2700
|
+
|
2701
|
+
class StartMetadataModelImportResponse
|
2702
|
+
attr_accessor request_identifier: ::String
|
2703
|
+
SENSITIVE: []
|
2704
|
+
end
|
2705
|
+
|
2706
|
+
class StartRecommendationsRequest
|
2707
|
+
attr_accessor database_id: ::String
|
2708
|
+
attr_accessor settings: Types::RecommendationSettings
|
2709
|
+
SENSITIVE: []
|
2710
|
+
end
|
2711
|
+
|
2712
|
+
class StartRecommendationsRequestEntry
|
2713
|
+
attr_accessor database_id: ::String
|
2714
|
+
attr_accessor settings: Types::RecommendationSettings
|
2715
|
+
SENSITIVE: []
|
2716
|
+
end
|
2717
|
+
|
2718
|
+
class StartReplicationMessage
|
2719
|
+
attr_accessor replication_config_arn: ::String
|
2720
|
+
attr_accessor start_replication_type: ::String
|
2721
|
+
attr_accessor cdc_start_time: ::Time
|
2722
|
+
attr_accessor cdc_start_position: ::String
|
2723
|
+
attr_accessor cdc_stop_position: ::String
|
2724
|
+
SENSITIVE: []
|
2725
|
+
end
|
2726
|
+
|
2727
|
+
class StartReplicationResponse
|
2728
|
+
attr_accessor replication: Types::Replication
|
2729
|
+
SENSITIVE: []
|
2730
|
+
end
|
2731
|
+
|
2732
|
+
class StartReplicationTaskAssessmentMessage
|
2733
|
+
attr_accessor replication_task_arn: ::String
|
2734
|
+
SENSITIVE: []
|
2735
|
+
end
|
2736
|
+
|
2737
|
+
class StartReplicationTaskAssessmentResponse
|
2738
|
+
attr_accessor replication_task: Types::ReplicationTask
|
2739
|
+
SENSITIVE: []
|
2740
|
+
end
|
2741
|
+
|
2742
|
+
class StartReplicationTaskAssessmentRunMessage
|
2743
|
+
attr_accessor replication_task_arn: ::String
|
2744
|
+
attr_accessor service_access_role_arn: ::String
|
2745
|
+
attr_accessor result_location_bucket: ::String
|
2746
|
+
attr_accessor result_location_folder: ::String
|
2747
|
+
attr_accessor result_encryption_mode: ::String
|
2748
|
+
attr_accessor result_kms_key_arn: ::String
|
2749
|
+
attr_accessor assessment_run_name: ::String
|
2750
|
+
attr_accessor include_only: ::Array[::String]
|
2751
|
+
attr_accessor exclude: ::Array[::String]
|
2752
|
+
attr_accessor tags: ::Array[Types::Tag]
|
2753
|
+
SENSITIVE: []
|
2754
|
+
end
|
2755
|
+
|
2756
|
+
class StartReplicationTaskAssessmentRunResponse
|
2757
|
+
attr_accessor replication_task_assessment_run: Types::ReplicationTaskAssessmentRun
|
2758
|
+
SENSITIVE: []
|
2759
|
+
end
|
2760
|
+
|
2761
|
+
class StartReplicationTaskMessage
|
2762
|
+
attr_accessor replication_task_arn: ::String
|
2763
|
+
attr_accessor start_replication_task_type: ("start-replication" | "resume-processing" | "reload-target")
|
2764
|
+
attr_accessor cdc_start_time: ::Time
|
2765
|
+
attr_accessor cdc_start_position: ::String
|
2766
|
+
attr_accessor cdc_stop_position: ::String
|
2767
|
+
SENSITIVE: []
|
2768
|
+
end
|
2769
|
+
|
2770
|
+
class StartReplicationTaskResponse
|
2771
|
+
attr_accessor replication_task: Types::ReplicationTask
|
2772
|
+
SENSITIVE: []
|
2773
|
+
end
|
2774
|
+
|
2775
|
+
class StopDataMigrationMessage
|
2776
|
+
attr_accessor data_migration_identifier: ::String
|
2777
|
+
SENSITIVE: []
|
2778
|
+
end
|
2779
|
+
|
2780
|
+
class StopDataMigrationResponse
|
2781
|
+
attr_accessor data_migration: Types::DataMigration
|
2782
|
+
SENSITIVE: []
|
2783
|
+
end
|
2784
|
+
|
2785
|
+
class StopReplicationMessage
|
2786
|
+
attr_accessor replication_config_arn: ::String
|
2787
|
+
SENSITIVE: []
|
2788
|
+
end
|
2789
|
+
|
2790
|
+
class StopReplicationResponse
|
2791
|
+
attr_accessor replication: Types::Replication
|
2792
|
+
SENSITIVE: []
|
2793
|
+
end
|
2794
|
+
|
2795
|
+
class StopReplicationTaskMessage
|
2796
|
+
attr_accessor replication_task_arn: ::String
|
2797
|
+
SENSITIVE: []
|
2798
|
+
end
|
2799
|
+
|
2800
|
+
class StopReplicationTaskResponse
|
2801
|
+
attr_accessor replication_task: Types::ReplicationTask
|
2802
|
+
SENSITIVE: []
|
2803
|
+
end
|
2804
|
+
|
2805
|
+
class StorageQuotaExceededFault
|
2806
|
+
attr_accessor message: ::String
|
2807
|
+
SENSITIVE: []
|
2808
|
+
end
|
2809
|
+
|
2810
|
+
class Subnet
|
2811
|
+
attr_accessor subnet_identifier: ::String
|
2812
|
+
attr_accessor subnet_availability_zone: Types::AvailabilityZone
|
2813
|
+
attr_accessor subnet_status: ::String
|
2814
|
+
SENSITIVE: []
|
2815
|
+
end
|
2816
|
+
|
2817
|
+
class SubnetAlreadyInUse
|
2818
|
+
attr_accessor message: ::String
|
2819
|
+
SENSITIVE: []
|
2820
|
+
end
|
2821
|
+
|
2822
|
+
class SupportedEndpointType
|
2823
|
+
attr_accessor engine_name: ::String
|
2824
|
+
attr_accessor supports_cdc: bool
|
2825
|
+
attr_accessor endpoint_type: ("source" | "target")
|
2826
|
+
attr_accessor replication_instance_engine_minimum_version: ::String
|
2827
|
+
attr_accessor engine_display_name: ::String
|
2828
|
+
SENSITIVE: []
|
2829
|
+
end
|
2830
|
+
|
2831
|
+
class SybaseSettings
|
2832
|
+
attr_accessor database_name: ::String
|
2833
|
+
attr_accessor password: ::String
|
2834
|
+
attr_accessor port: ::Integer
|
2835
|
+
attr_accessor server_name: ::String
|
2836
|
+
attr_accessor username: ::String
|
2837
|
+
attr_accessor secrets_manager_access_role_arn: ::String
|
2838
|
+
attr_accessor secrets_manager_secret_id: ::String
|
2839
|
+
SENSITIVE: [:password]
|
2840
|
+
end
|
2841
|
+
|
2842
|
+
class TableStatistics
|
2843
|
+
attr_accessor schema_name: ::String
|
2844
|
+
attr_accessor table_name: ::String
|
2845
|
+
attr_accessor inserts: ::Integer
|
2846
|
+
attr_accessor deletes: ::Integer
|
2847
|
+
attr_accessor updates: ::Integer
|
2848
|
+
attr_accessor ddls: ::Integer
|
2849
|
+
attr_accessor applied_inserts: ::Integer
|
2850
|
+
attr_accessor applied_deletes: ::Integer
|
2851
|
+
attr_accessor applied_updates: ::Integer
|
2852
|
+
attr_accessor applied_ddls: ::Integer
|
2853
|
+
attr_accessor full_load_rows: ::Integer
|
2854
|
+
attr_accessor full_load_condtnl_chk_failed_rows: ::Integer
|
2855
|
+
attr_accessor full_load_error_rows: ::Integer
|
2856
|
+
attr_accessor full_load_start_time: ::Time
|
2857
|
+
attr_accessor full_load_end_time: ::Time
|
2858
|
+
attr_accessor full_load_reloaded: bool
|
2859
|
+
attr_accessor last_update_time: ::Time
|
2860
|
+
attr_accessor table_state: ::String
|
2861
|
+
attr_accessor validation_pending_records: ::Integer
|
2862
|
+
attr_accessor validation_failed_records: ::Integer
|
2863
|
+
attr_accessor validation_suspended_records: ::Integer
|
2864
|
+
attr_accessor validation_state: ::String
|
2865
|
+
attr_accessor validation_state_details: ::String
|
2866
|
+
SENSITIVE: []
|
2867
|
+
end
|
2868
|
+
|
2869
|
+
class TableToReload
|
2870
|
+
attr_accessor schema_name: ::String
|
2871
|
+
attr_accessor table_name: ::String
|
2872
|
+
SENSITIVE: []
|
2873
|
+
end
|
2874
|
+
|
2875
|
+
class Tag
|
2876
|
+
attr_accessor key: ::String
|
2877
|
+
attr_accessor value: ::String
|
2878
|
+
attr_accessor resource_arn: ::String
|
2879
|
+
SENSITIVE: []
|
2880
|
+
end
|
2881
|
+
|
2882
|
+
class TestConnectionMessage
|
2883
|
+
attr_accessor replication_instance_arn: ::String
|
2884
|
+
attr_accessor endpoint_arn: ::String
|
2885
|
+
SENSITIVE: []
|
2886
|
+
end
|
2887
|
+
|
2888
|
+
class TestConnectionResponse
|
2889
|
+
attr_accessor connection: Types::Connection
|
2890
|
+
SENSITIVE: []
|
2891
|
+
end
|
2892
|
+
|
2893
|
+
class TimestreamSettings
|
2894
|
+
attr_accessor database_name: ::String
|
2895
|
+
attr_accessor memory_duration: ::Integer
|
2896
|
+
attr_accessor magnetic_duration: ::Integer
|
2897
|
+
attr_accessor cdc_inserts_and_updates: bool
|
2898
|
+
attr_accessor enable_magnetic_store_writes: bool
|
2899
|
+
SENSITIVE: []
|
2900
|
+
end
|
2901
|
+
|
2902
|
+
class UpdateSubscriptionsToEventBridgeMessage
|
2903
|
+
attr_accessor force_move: bool
|
2904
|
+
SENSITIVE: []
|
2905
|
+
end
|
2906
|
+
|
2907
|
+
class UpdateSubscriptionsToEventBridgeResponse
|
2908
|
+
attr_accessor result: ::String
|
2909
|
+
SENSITIVE: []
|
2910
|
+
end
|
2911
|
+
|
2912
|
+
class UpgradeDependencyFailureFault
|
2913
|
+
attr_accessor message: ::String
|
2914
|
+
SENSITIVE: []
|
2915
|
+
end
|
2916
|
+
|
2917
|
+
class VpcSecurityGroupMembership
|
2918
|
+
attr_accessor vpc_security_group_id: ::String
|
2919
|
+
attr_accessor status: ::String
|
2920
|
+
SENSITIVE: []
|
2921
|
+
end
|
2922
|
+
end
|
2923
|
+
end
|