aws-sdk-databasemigrationservice 1.88.0 → 1.111.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
module Aws::DatabaseMigrationService
|
11
12
|
# @api private
|
12
13
|
module ClientApi
|
@@ -52,6 +53,8 @@ module Aws::DatabaseMigrationService
|
|
52
53
|
ComputeConfig = Shapes::StructureShape.new(name: 'ComputeConfig')
|
53
54
|
Connection = Shapes::StructureShape.new(name: 'Connection')
|
54
55
|
ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
|
56
|
+
CreateDataMigrationMessage = Shapes::StructureShape.new(name: 'CreateDataMigrationMessage')
|
57
|
+
CreateDataMigrationResponse = Shapes::StructureShape.new(name: 'CreateDataMigrationResponse')
|
55
58
|
CreateDataProviderMessage = Shapes::StructureShape.new(name: 'CreateDataProviderMessage')
|
56
59
|
CreateDataProviderResponse = Shapes::StructureShape.new(name: 'CreateDataProviderResponse')
|
57
60
|
CreateEndpointMessage = Shapes::StructureShape.new(name: 'CreateEndpointMessage')
|
@@ -73,6 +76,11 @@ module Aws::DatabaseMigrationService
|
|
73
76
|
CreateReplicationTaskMessage = Shapes::StructureShape.new(name: 'CreateReplicationTaskMessage')
|
74
77
|
CreateReplicationTaskResponse = Shapes::StructureShape.new(name: 'CreateReplicationTaskResponse')
|
75
78
|
DataFormatValue = Shapes::StringShape.new(name: 'DataFormatValue')
|
79
|
+
DataMigration = Shapes::StructureShape.new(name: 'DataMigration')
|
80
|
+
DataMigrationCidrBlock = Shapes::ListShape.new(name: 'DataMigrationCidrBlock')
|
81
|
+
DataMigrationSettings = Shapes::StructureShape.new(name: 'DataMigrationSettings')
|
82
|
+
DataMigrationStatistics = Shapes::StructureShape.new(name: 'DataMigrationStatistics')
|
83
|
+
DataMigrations = Shapes::ListShape.new(name: 'DataMigrations')
|
76
84
|
DataProvider = Shapes::StructureShape.new(name: 'DataProvider')
|
77
85
|
DataProviderDescriptor = Shapes::StructureShape.new(name: 'DataProviderDescriptor')
|
78
86
|
DataProviderDescriptorDefinition = Shapes::StructureShape.new(name: 'DataProviderDescriptorDefinition')
|
@@ -93,6 +101,8 @@ module Aws::DatabaseMigrationService
|
|
93
101
|
DeleteCollectorRequest = Shapes::StructureShape.new(name: 'DeleteCollectorRequest')
|
94
102
|
DeleteConnectionMessage = Shapes::StructureShape.new(name: 'DeleteConnectionMessage')
|
95
103
|
DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
|
104
|
+
DeleteDataMigrationMessage = Shapes::StructureShape.new(name: 'DeleteDataMigrationMessage')
|
105
|
+
DeleteDataMigrationResponse = Shapes::StructureShape.new(name: 'DeleteDataMigrationResponse')
|
96
106
|
DeleteDataProviderMessage = Shapes::StructureShape.new(name: 'DeleteDataProviderMessage')
|
97
107
|
DeleteDataProviderResponse = Shapes::StructureShape.new(name: 'DeleteDataProviderResponse')
|
98
108
|
DeleteEndpointMessage = Shapes::StructureShape.new(name: 'DeleteEndpointMessage')
|
@@ -125,6 +135,8 @@ module Aws::DatabaseMigrationService
|
|
125
135
|
DescribeConnectionsResponse = Shapes::StructureShape.new(name: 'DescribeConnectionsResponse')
|
126
136
|
DescribeConversionConfigurationMessage = Shapes::StructureShape.new(name: 'DescribeConversionConfigurationMessage')
|
127
137
|
DescribeConversionConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeConversionConfigurationResponse')
|
138
|
+
DescribeDataMigrationsMessage = Shapes::StructureShape.new(name: 'DescribeDataMigrationsMessage')
|
139
|
+
DescribeDataMigrationsResponse = Shapes::StructureShape.new(name: 'DescribeDataMigrationsResponse')
|
128
140
|
DescribeDataProvidersMessage = Shapes::StructureShape.new(name: 'DescribeDataProvidersMessage')
|
129
141
|
DescribeDataProvidersResponse = Shapes::StructureShape.new(name: 'DescribeDataProvidersResponse')
|
130
142
|
DescribeEndpointSettingsMessage = Shapes::StructureShape.new(name: 'DescribeEndpointSettingsMessage')
|
@@ -232,6 +244,7 @@ module Aws::DatabaseMigrationService
|
|
232
244
|
ExportMetadataModelAssessmentResponse = Shapes::StructureShape.new(name: 'ExportMetadataModelAssessmentResponse')
|
233
245
|
ExportMetadataModelAssessmentResultEntry = Shapes::StructureShape.new(name: 'ExportMetadataModelAssessmentResultEntry')
|
234
246
|
ExportSqlDetails = Shapes::StructureShape.new(name: 'ExportSqlDetails')
|
247
|
+
FailedDependencyFault = Shapes::StructureShape.new(name: 'FailedDependencyFault')
|
235
248
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
236
249
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
237
250
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
@@ -269,6 +282,7 @@ module Aws::DatabaseMigrationService
|
|
269
282
|
KafkaSecurityProtocol = Shapes::StringShape.new(name: 'KafkaSecurityProtocol')
|
270
283
|
KafkaSettings = Shapes::StructureShape.new(name: 'KafkaSettings')
|
271
284
|
KafkaSslEndpointIdentificationAlgorithm = Shapes::StringShape.new(name: 'KafkaSslEndpointIdentificationAlgorithm')
|
285
|
+
KerberosAuthenticationSettings = Shapes::StructureShape.new(name: 'KerberosAuthenticationSettings')
|
272
286
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
273
287
|
KinesisSettings = Shapes::StructureShape.new(name: 'KinesisSettings')
|
274
288
|
Limitation = Shapes::StructureShape.new(name: 'Limitation')
|
@@ -279,6 +293,7 @@ module Aws::DatabaseMigrationService
|
|
279
293
|
LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
|
280
294
|
LongVarcharMappingType = Shapes::StringShape.new(name: 'LongVarcharMappingType')
|
281
295
|
MariaDbDataProviderSettings = Shapes::StructureShape.new(name: 'MariaDbDataProviderSettings')
|
296
|
+
Marker = Shapes::StringShape.new(name: 'Marker')
|
282
297
|
MessageFormatValue = Shapes::StringShape.new(name: 'MessageFormatValue')
|
283
298
|
MicrosoftSQLServerSettings = Shapes::StructureShape.new(name: 'MicrosoftSQLServerSettings')
|
284
299
|
MicrosoftSqlServerDataProviderSettings = Shapes::StructureShape.new(name: 'MicrosoftSqlServerDataProviderSettings')
|
@@ -287,6 +302,8 @@ module Aws::DatabaseMigrationService
|
|
287
302
|
MigrationTypeValue = Shapes::StringShape.new(name: 'MigrationTypeValue')
|
288
303
|
ModifyConversionConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyConversionConfigurationMessage')
|
289
304
|
ModifyConversionConfigurationResponse = Shapes::StructureShape.new(name: 'ModifyConversionConfigurationResponse')
|
305
|
+
ModifyDataMigrationMessage = Shapes::StructureShape.new(name: 'ModifyDataMigrationMessage')
|
306
|
+
ModifyDataMigrationResponse = Shapes::StructureShape.new(name: 'ModifyDataMigrationResponse')
|
290
307
|
ModifyDataProviderMessage = Shapes::StructureShape.new(name: 'ModifyDataProviderMessage')
|
291
308
|
ModifyDataProviderResponse = Shapes::StructureShape.new(name: 'ModifyDataProviderResponse')
|
292
309
|
ModifyEndpointMessage = Shapes::StructureShape.new(name: 'ModifyEndpointMessage')
|
@@ -313,6 +330,7 @@ module Aws::DatabaseMigrationService
|
|
313
330
|
MySqlDataProviderSettings = Shapes::StructureShape.new(name: 'MySqlDataProviderSettings')
|
314
331
|
NeptuneSettings = Shapes::StructureShape.new(name: 'NeptuneSettings')
|
315
332
|
NestingLevelValue = Shapes::StringShape.new(name: 'NestingLevelValue')
|
333
|
+
OracleAuthenticationMethod = Shapes::StringShape.new(name: 'OracleAuthenticationMethod')
|
316
334
|
OracleDataProviderSettings = Shapes::StructureShape.new(name: 'OracleDataProviderSettings')
|
317
335
|
OracleSettings = Shapes::StructureShape.new(name: 'OracleSettings')
|
318
336
|
OrderableReplicationInstance = Shapes::StructureShape.new(name: 'OrderableReplicationInstance')
|
@@ -326,6 +344,7 @@ module Aws::DatabaseMigrationService
|
|
326
344
|
PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
|
327
345
|
PostgreSqlDataProviderSettings = Shapes::StructureShape.new(name: 'PostgreSqlDataProviderSettings')
|
328
346
|
ProvisionData = Shapes::StructureShape.new(name: 'ProvisionData')
|
347
|
+
PublicIpAddressList = Shapes::ListShape.new(name: 'PublicIpAddressList')
|
329
348
|
RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
|
330
349
|
RdsRecommendation = Shapes::StructureShape.new(name: 'RdsRecommendation')
|
331
350
|
RdsRequirements = Shapes::StructureShape.new(name: 'RdsRequirements')
|
@@ -356,6 +375,7 @@ module Aws::DatabaseMigrationService
|
|
356
375
|
ReplicationConfigList = Shapes::ListShape.new(name: 'ReplicationConfigList')
|
357
376
|
ReplicationEndpointTypeValue = Shapes::StringShape.new(name: 'ReplicationEndpointTypeValue')
|
358
377
|
ReplicationInstance = Shapes::StructureShape.new(name: 'ReplicationInstance')
|
378
|
+
ReplicationInstanceClass = Shapes::StringShape.new(name: 'ReplicationInstanceClass')
|
359
379
|
ReplicationInstanceIpv6AddressList = Shapes::ListShape.new(name: 'ReplicationInstanceIpv6AddressList')
|
360
380
|
ReplicationInstanceList = Shapes::ListShape.new(name: 'ReplicationInstanceList')
|
361
381
|
ReplicationInstancePrivateIpAddressList = Shapes::ListShape.new(name: 'ReplicationInstancePrivateIpAddressList')
|
@@ -375,6 +395,7 @@ module Aws::DatabaseMigrationService
|
|
375
395
|
ReplicationTaskAssessmentRun = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRun')
|
376
396
|
ReplicationTaskAssessmentRunList = Shapes::ListShape.new(name: 'ReplicationTaskAssessmentRunList')
|
377
397
|
ReplicationTaskAssessmentRunProgress = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRunProgress')
|
398
|
+
ReplicationTaskAssessmentRunResultStatistic = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRunResultStatistic')
|
378
399
|
ReplicationTaskIndividualAssessment = Shapes::StructureShape.new(name: 'ReplicationTaskIndividualAssessment')
|
379
400
|
ReplicationTaskIndividualAssessmentList = Shapes::ListShape.new(name: 'ReplicationTaskIndividualAssessmentList')
|
380
401
|
ReplicationTaskList = Shapes::ListShape.new(name: 'ReplicationTaskList')
|
@@ -399,9 +420,14 @@ module Aws::DatabaseMigrationService
|
|
399
420
|
SchemaShortInfoResponse = Shapes::StructureShape.new(name: 'SchemaShortInfoResponse')
|
400
421
|
SecretString = Shapes::StringShape.new(name: 'SecretString')
|
401
422
|
ServerShortInfoResponse = Shapes::StructureShape.new(name: 'ServerShortInfoResponse')
|
423
|
+
SourceDataSetting = Shapes::StructureShape.new(name: 'SourceDataSetting')
|
424
|
+
SourceDataSettings = Shapes::ListShape.new(name: 'SourceDataSettings')
|
402
425
|
SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
|
403
426
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
427
|
+
SqlServerAuthenticationMethod = Shapes::StringShape.new(name: 'SqlServerAuthenticationMethod')
|
404
428
|
SslSecurityProtocolValue = Shapes::StringShape.new(name: 'SslSecurityProtocolValue')
|
429
|
+
StartDataMigrationMessage = Shapes::StructureShape.new(name: 'StartDataMigrationMessage')
|
430
|
+
StartDataMigrationResponse = Shapes::StructureShape.new(name: 'StartDataMigrationResponse')
|
405
431
|
StartExtensionPackAssociationMessage = Shapes::StructureShape.new(name: 'StartExtensionPackAssociationMessage')
|
406
432
|
StartExtensionPackAssociationResponse = Shapes::StructureShape.new(name: 'StartExtensionPackAssociationResponse')
|
407
433
|
StartMetadataModelAssessmentMessage = Shapes::StructureShape.new(name: 'StartMetadataModelAssessmentMessage')
|
@@ -418,6 +444,7 @@ module Aws::DatabaseMigrationService
|
|
418
444
|
StartRecommendationsRequestEntry = Shapes::StructureShape.new(name: 'StartRecommendationsRequestEntry')
|
419
445
|
StartRecommendationsRequestEntryList = Shapes::ListShape.new(name: 'StartRecommendationsRequestEntryList')
|
420
446
|
StartReplicationMessage = Shapes::StructureShape.new(name: 'StartReplicationMessage')
|
447
|
+
StartReplicationMigrationTypeValue = Shapes::StringShape.new(name: 'StartReplicationMigrationTypeValue')
|
421
448
|
StartReplicationResponse = Shapes::StructureShape.new(name: 'StartReplicationResponse')
|
422
449
|
StartReplicationTaskAssessmentMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentMessage')
|
423
450
|
StartReplicationTaskAssessmentResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentResponse')
|
@@ -426,6 +453,8 @@ module Aws::DatabaseMigrationService
|
|
426
453
|
StartReplicationTaskMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskMessage')
|
427
454
|
StartReplicationTaskResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskResponse')
|
428
455
|
StartReplicationTaskTypeValue = Shapes::StringShape.new(name: 'StartReplicationTaskTypeValue')
|
456
|
+
StopDataMigrationMessage = Shapes::StructureShape.new(name: 'StopDataMigrationMessage')
|
457
|
+
StopDataMigrationResponse = Shapes::StructureShape.new(name: 'StopDataMigrationResponse')
|
429
458
|
StopReplicationMessage = Shapes::StructureShape.new(name: 'StopReplicationMessage')
|
430
459
|
StopReplicationResponse = Shapes::StructureShape.new(name: 'StopReplicationResponse')
|
431
460
|
StopReplicationTaskMessage = Shapes::StructureShape.new(name: 'StopReplicationTaskMessage')
|
@@ -581,6 +610,20 @@ module Aws::DatabaseMigrationService
|
|
581
610
|
|
582
611
|
ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
|
583
612
|
|
613
|
+
CreateDataMigrationMessage.add_member(:data_migration_name, Shapes::ShapeRef.new(shape: String, location_name: "DataMigrationName"))
|
614
|
+
CreateDataMigrationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
|
615
|
+
CreateDataMigrationMessage.add_member(:data_migration_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, required: true, location_name: "DataMigrationType"))
|
616
|
+
CreateDataMigrationMessage.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceAccessRoleArn"))
|
617
|
+
CreateDataMigrationMessage.add_member(:enable_cloudwatch_logs, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCloudwatchLogs"))
|
618
|
+
CreateDataMigrationMessage.add_member(:source_data_settings, Shapes::ShapeRef.new(shape: SourceDataSettings, location_name: "SourceDataSettings"))
|
619
|
+
CreateDataMigrationMessage.add_member(:number_of_jobs, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfJobs"))
|
620
|
+
CreateDataMigrationMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
621
|
+
CreateDataMigrationMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: SecretString, location_name: "SelectionRules"))
|
622
|
+
CreateDataMigrationMessage.struct_class = Types::CreateDataMigrationMessage
|
623
|
+
|
624
|
+
CreateDataMigrationResponse.add_member(:data_migration, Shapes::ShapeRef.new(shape: DataMigration, location_name: "DataMigration"))
|
625
|
+
CreateDataMigrationResponse.struct_class = Types::CreateDataMigrationResponse
|
626
|
+
|
584
627
|
CreateDataProviderMessage.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
|
585
628
|
CreateDataProviderMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
586
629
|
CreateDataProviderMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
@@ -700,7 +743,7 @@ module Aws::DatabaseMigrationService
|
|
700
743
|
|
701
744
|
CreateReplicationInstanceMessage.add_member(:replication_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceIdentifier"))
|
702
745
|
CreateReplicationInstanceMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
703
|
-
CreateReplicationInstanceMessage.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape:
|
746
|
+
CreateReplicationInstanceMessage.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: ReplicationInstanceClass, required: true, location_name: "ReplicationInstanceClass"))
|
704
747
|
CreateReplicationInstanceMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
705
748
|
CreateReplicationInstanceMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
706
749
|
CreateReplicationInstanceMessage.add_member(:replication_subnet_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSubnetGroupIdentifier"))
|
@@ -714,6 +757,7 @@ module Aws::DatabaseMigrationService
|
|
714
757
|
CreateReplicationInstanceMessage.add_member(:dns_name_servers, Shapes::ShapeRef.new(shape: String, location_name: "DnsNameServers"))
|
715
758
|
CreateReplicationInstanceMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
716
759
|
CreateReplicationInstanceMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
760
|
+
CreateReplicationInstanceMessage.add_member(:kerberos_authentication_settings, Shapes::ShapeRef.new(shape: KerberosAuthenticationSettings, location_name: "KerberosAuthenticationSettings"))
|
717
761
|
CreateReplicationInstanceMessage.struct_class = Types::CreateReplicationInstanceMessage
|
718
762
|
|
719
763
|
CreateReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
|
@@ -746,6 +790,44 @@ module Aws::DatabaseMigrationService
|
|
746
790
|
CreateReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
747
791
|
CreateReplicationTaskResponse.struct_class = Types::CreateReplicationTaskResponse
|
748
792
|
|
793
|
+
DataMigration.add_member(:data_migration_name, Shapes::ShapeRef.new(shape: String, location_name: "DataMigrationName"))
|
794
|
+
DataMigration.add_member(:data_migration_arn, Shapes::ShapeRef.new(shape: String, location_name: "DataMigrationArn"))
|
795
|
+
DataMigration.add_member(:data_migration_create_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "DataMigrationCreateTime"))
|
796
|
+
DataMigration.add_member(:data_migration_start_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "DataMigrationStartTime"))
|
797
|
+
DataMigration.add_member(:data_migration_end_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "DataMigrationEndTime"))
|
798
|
+
DataMigration.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
799
|
+
DataMigration.add_member(:migration_project_arn, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectArn"))
|
800
|
+
DataMigration.add_member(:data_migration_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, location_name: "DataMigrationType"))
|
801
|
+
DataMigration.add_member(:data_migration_settings, Shapes::ShapeRef.new(shape: DataMigrationSettings, location_name: "DataMigrationSettings"))
|
802
|
+
DataMigration.add_member(:source_data_settings, Shapes::ShapeRef.new(shape: SourceDataSettings, location_name: "SourceDataSettings"))
|
803
|
+
DataMigration.add_member(:data_migration_statistics, Shapes::ShapeRef.new(shape: DataMigrationStatistics, location_name: "DataMigrationStatistics"))
|
804
|
+
DataMigration.add_member(:data_migration_status, Shapes::ShapeRef.new(shape: String, location_name: "DataMigrationStatus"))
|
805
|
+
DataMigration.add_member(:public_ip_addresses, Shapes::ShapeRef.new(shape: PublicIpAddressList, location_name: "PublicIpAddresses"))
|
806
|
+
DataMigration.add_member(:data_migration_cidr_blocks, Shapes::ShapeRef.new(shape: DataMigrationCidrBlock, location_name: "DataMigrationCidrBlocks"))
|
807
|
+
DataMigration.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: String, location_name: "LastFailureMessage"))
|
808
|
+
DataMigration.add_member(:stop_reason, Shapes::ShapeRef.new(shape: String, location_name: "StopReason"))
|
809
|
+
DataMigration.struct_class = Types::DataMigration
|
810
|
+
|
811
|
+
DataMigrationCidrBlock.member = Shapes::ShapeRef.new(shape: String)
|
812
|
+
|
813
|
+
DataMigrationSettings.add_member(:number_of_jobs, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfJobs"))
|
814
|
+
DataMigrationSettings.add_member(:cloudwatch_logs_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CloudwatchLogsEnabled"))
|
815
|
+
DataMigrationSettings.add_member(:selection_rules, Shapes::ShapeRef.new(shape: SecretString, location_name: "SelectionRules"))
|
816
|
+
DataMigrationSettings.struct_class = Types::DataMigrationSettings
|
817
|
+
|
818
|
+
DataMigrationStatistics.add_member(:tables_loaded, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesLoaded"))
|
819
|
+
DataMigrationStatistics.add_member(:elapsed_time_millis, Shapes::ShapeRef.new(shape: Long, location_name: "ElapsedTimeMillis"))
|
820
|
+
DataMigrationStatistics.add_member(:tables_loading, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesLoading"))
|
821
|
+
DataMigrationStatistics.add_member(:full_load_percentage, Shapes::ShapeRef.new(shape: Integer, location_name: "FullLoadPercentage"))
|
822
|
+
DataMigrationStatistics.add_member(:cdc_latency, Shapes::ShapeRef.new(shape: Integer, location_name: "CDCLatency"))
|
823
|
+
DataMigrationStatistics.add_member(:tables_queued, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesQueued"))
|
824
|
+
DataMigrationStatistics.add_member(:tables_errored, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesErrored"))
|
825
|
+
DataMigrationStatistics.add_member(:start_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartTime"))
|
826
|
+
DataMigrationStatistics.add_member(:stop_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StopTime"))
|
827
|
+
DataMigrationStatistics.struct_class = Types::DataMigrationStatistics
|
828
|
+
|
829
|
+
DataMigrations.member = Shapes::ShapeRef.new(shape: DataMigration)
|
830
|
+
|
749
831
|
DataProvider.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
|
750
832
|
DataProvider.add_member(:data_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderArn"))
|
751
833
|
DataProvider.add_member(:data_provider_creation_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "DataProviderCreationTime"))
|
@@ -836,6 +918,12 @@ module Aws::DatabaseMigrationService
|
|
836
918
|
DeleteConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
837
919
|
DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
|
838
920
|
|
921
|
+
DeleteDataMigrationMessage.add_member(:data_migration_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataMigrationIdentifier"))
|
922
|
+
DeleteDataMigrationMessage.struct_class = Types::DeleteDataMigrationMessage
|
923
|
+
|
924
|
+
DeleteDataMigrationResponse.add_member(:data_migration, Shapes::ShapeRef.new(shape: DataMigration, location_name: "DataMigration"))
|
925
|
+
DeleteDataMigrationResponse.struct_class = Types::DeleteDataMigrationResponse
|
926
|
+
|
839
927
|
DeleteDataProviderMessage.add_member(:data_provider_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataProviderIdentifier"))
|
840
928
|
DeleteDataProviderMessage.struct_class = Types::DeleteDataProviderMessage
|
841
929
|
|
@@ -945,6 +1033,17 @@ module Aws::DatabaseMigrationService
|
|
945
1033
|
DescribeConversionConfigurationResponse.add_member(:conversion_configuration, Shapes::ShapeRef.new(shape: String, location_name: "ConversionConfiguration"))
|
946
1034
|
DescribeConversionConfigurationResponse.struct_class = Types::DescribeConversionConfigurationResponse
|
947
1035
|
|
1036
|
+
DescribeDataMigrationsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1037
|
+
DescribeDataMigrationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1038
|
+
DescribeDataMigrationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
1039
|
+
DescribeDataMigrationsMessage.add_member(:without_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "WithoutSettings"))
|
1040
|
+
DescribeDataMigrationsMessage.add_member(:without_statistics, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "WithoutStatistics"))
|
1041
|
+
DescribeDataMigrationsMessage.struct_class = Types::DescribeDataMigrationsMessage
|
1042
|
+
|
1043
|
+
DescribeDataMigrationsResponse.add_member(:data_migrations, Shapes::ShapeRef.new(shape: DataMigrations, location_name: "DataMigrations"))
|
1044
|
+
DescribeDataMigrationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
1045
|
+
DescribeDataMigrationsResponse.struct_class = Types::DescribeDataMigrationsResponse
|
1046
|
+
|
948
1047
|
DescribeDataProvidersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
949
1048
|
DescribeDataProvidersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
950
1049
|
DescribeDataProvidersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
@@ -1459,6 +1558,9 @@ module Aws::DatabaseMigrationService
|
|
1459
1558
|
ExportSqlDetails.add_member(:object_url, Shapes::ShapeRef.new(shape: String, location_name: "ObjectURL"))
|
1460
1559
|
ExportSqlDetails.struct_class = Types::ExportSqlDetails
|
1461
1560
|
|
1561
|
+
FailedDependencyFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
1562
|
+
FailedDependencyFault.struct_class = Types::FailedDependencyFault
|
1563
|
+
|
1462
1564
|
Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
1463
1565
|
Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
|
1464
1566
|
Filter.struct_class = Types::Filter
|
@@ -1510,6 +1612,10 @@ module Aws::DatabaseMigrationService
|
|
1510
1612
|
IBMDb2Settings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
1511
1613
|
IBMDb2Settings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
|
1512
1614
|
IBMDb2Settings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
|
1615
|
+
IBMDb2Settings.add_member(:load_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "LoadTimeout"))
|
1616
|
+
IBMDb2Settings.add_member(:write_buffer_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "WriteBufferSize"))
|
1617
|
+
IBMDb2Settings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
1618
|
+
IBMDb2Settings.add_member(:keep_csv_files, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "KeepCsvFiles"))
|
1513
1619
|
IBMDb2Settings.struct_class = Types::IBMDb2Settings
|
1514
1620
|
|
1515
1621
|
ImportCertificateMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateIdentifier"))
|
@@ -1601,8 +1707,14 @@ module Aws::DatabaseMigrationService
|
|
1601
1707
|
KafkaSettings.add_member(:no_hex_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoHexPrefix"))
|
1602
1708
|
KafkaSettings.add_member(:sasl_mechanism, Shapes::ShapeRef.new(shape: KafkaSaslMechanism, location_name: "SaslMechanism"))
|
1603
1709
|
KafkaSettings.add_member(:ssl_endpoint_identification_algorithm, Shapes::ShapeRef.new(shape: KafkaSslEndpointIdentificationAlgorithm, location_name: "SslEndpointIdentificationAlgorithm"))
|
1710
|
+
KafkaSettings.add_member(:use_large_integer_value, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseLargeIntegerValue"))
|
1604
1711
|
KafkaSettings.struct_class = Types::KafkaSettings
|
1605
1712
|
|
1713
|
+
KerberosAuthenticationSettings.add_member(:key_cache_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "KeyCacheSecretId"))
|
1714
|
+
KerberosAuthenticationSettings.add_member(:key_cache_secret_iam_arn, Shapes::ShapeRef.new(shape: String, location_name: "KeyCacheSecretIamArn"))
|
1715
|
+
KerberosAuthenticationSettings.add_member(:krb_5_file_contents, Shapes::ShapeRef.new(shape: String, location_name: "Krb5FileContents"))
|
1716
|
+
KerberosAuthenticationSettings.struct_class = Types::KerberosAuthenticationSettings
|
1717
|
+
|
1606
1718
|
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
1607
1719
|
|
1608
1720
|
KinesisSettings.add_member(:stream_arn, Shapes::ShapeRef.new(shape: String, location_name: "StreamArn"))
|
@@ -1615,6 +1727,7 @@ module Aws::DatabaseMigrationService
|
|
1615
1727
|
KinesisSettings.add_member(:include_control_details, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeControlDetails"))
|
1616
1728
|
KinesisSettings.add_member(:include_null_and_empty, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeNullAndEmpty"))
|
1617
1729
|
KinesisSettings.add_member(:no_hex_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoHexPrefix"))
|
1730
|
+
KinesisSettings.add_member(:use_large_integer_value, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseLargeIntegerValue"))
|
1618
1731
|
KinesisSettings.struct_class = Types::KinesisSettings
|
1619
1732
|
|
1620
1733
|
Limitation.add_member(:database_id, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseId"))
|
@@ -1657,6 +1770,7 @@ module Aws::DatabaseMigrationService
|
|
1657
1770
|
MicrosoftSQLServerSettings.add_member(:trim_space_in_char, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TrimSpaceInChar"))
|
1658
1771
|
MicrosoftSQLServerSettings.add_member(:tlog_access_mode, Shapes::ShapeRef.new(shape: TlogAccessMode, location_name: "TlogAccessMode"))
|
1659
1772
|
MicrosoftSQLServerSettings.add_member(:force_lob_lookup, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceLobLookup"))
|
1773
|
+
MicrosoftSQLServerSettings.add_member(:authentication_method, Shapes::ShapeRef.new(shape: SqlServerAuthenticationMethod, location_name: "AuthenticationMethod"))
|
1660
1774
|
MicrosoftSQLServerSettings.struct_class = Types::MicrosoftSQLServerSettings
|
1661
1775
|
|
1662
1776
|
MicrosoftSqlServerDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
@@ -1687,6 +1801,19 @@ module Aws::DatabaseMigrationService
|
|
1687
1801
|
ModifyConversionConfigurationResponse.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectIdentifier"))
|
1688
1802
|
ModifyConversionConfigurationResponse.struct_class = Types::ModifyConversionConfigurationResponse
|
1689
1803
|
|
1804
|
+
ModifyDataMigrationMessage.add_member(:data_migration_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataMigrationIdentifier"))
|
1805
|
+
ModifyDataMigrationMessage.add_member(:data_migration_name, Shapes::ShapeRef.new(shape: String, location_name: "DataMigrationName"))
|
1806
|
+
ModifyDataMigrationMessage.add_member(:enable_cloudwatch_logs, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCloudwatchLogs"))
|
1807
|
+
ModifyDataMigrationMessage.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
1808
|
+
ModifyDataMigrationMessage.add_member(:data_migration_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, location_name: "DataMigrationType"))
|
1809
|
+
ModifyDataMigrationMessage.add_member(:source_data_settings, Shapes::ShapeRef.new(shape: SourceDataSettings, location_name: "SourceDataSettings"))
|
1810
|
+
ModifyDataMigrationMessage.add_member(:number_of_jobs, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfJobs"))
|
1811
|
+
ModifyDataMigrationMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: SecretString, location_name: "SelectionRules"))
|
1812
|
+
ModifyDataMigrationMessage.struct_class = Types::ModifyDataMigrationMessage
|
1813
|
+
|
1814
|
+
ModifyDataMigrationResponse.add_member(:data_migration, Shapes::ShapeRef.new(shape: DataMigration, location_name: "DataMigration"))
|
1815
|
+
ModifyDataMigrationResponse.struct_class = Types::ModifyDataMigrationResponse
|
1816
|
+
|
1690
1817
|
ModifyDataProviderMessage.add_member(:data_provider_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataProviderIdentifier"))
|
1691
1818
|
ModifyDataProviderMessage.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
|
1692
1819
|
ModifyDataProviderMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
@@ -1791,7 +1918,7 @@ module Aws::DatabaseMigrationService
|
|
1791
1918
|
ModifyReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
|
1792
1919
|
ModifyReplicationInstanceMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
1793
1920
|
ModifyReplicationInstanceMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
|
1794
|
-
ModifyReplicationInstanceMessage.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape:
|
1921
|
+
ModifyReplicationInstanceMessage.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: ReplicationInstanceClass, location_name: "ReplicationInstanceClass"))
|
1795
1922
|
ModifyReplicationInstanceMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1796
1923
|
ModifyReplicationInstanceMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
1797
1924
|
ModifyReplicationInstanceMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
@@ -1800,6 +1927,7 @@ module Aws::DatabaseMigrationService
|
|
1800
1927
|
ModifyReplicationInstanceMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
|
1801
1928
|
ModifyReplicationInstanceMessage.add_member(:replication_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceIdentifier"))
|
1802
1929
|
ModifyReplicationInstanceMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
1930
|
+
ModifyReplicationInstanceMessage.add_member(:kerberos_authentication_settings, Shapes::ShapeRef.new(shape: KerberosAuthenticationSettings, location_name: "KerberosAuthenticationSettings"))
|
1803
1931
|
ModifyReplicationInstanceMessage.struct_class = Types::ModifyReplicationInstanceMessage
|
1804
1932
|
|
1805
1933
|
ModifyReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
|
@@ -1876,6 +2004,7 @@ module Aws::DatabaseMigrationService
|
|
1876
2004
|
MySQLSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
1877
2005
|
MySQLSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
|
1878
2006
|
MySQLSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
|
2007
|
+
MySQLSettings.add_member(:execute_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ExecuteTimeout"))
|
1879
2008
|
MySQLSettings.struct_class = Types::MySQLSettings
|
1880
2009
|
|
1881
2010
|
MySqlDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
@@ -1948,10 +2077,11 @@ module Aws::DatabaseMigrationService
|
|
1948
2077
|
OracleSettings.add_member(:trim_space_in_char, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TrimSpaceInChar"))
|
1949
2078
|
OracleSettings.add_member(:convert_timestamp_with_zone_to_utc, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ConvertTimestampWithZoneToUTC"))
|
1950
2079
|
OracleSettings.add_member(:open_transaction_window, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "OpenTransactionWindow"))
|
2080
|
+
OracleSettings.add_member(:authentication_method, Shapes::ShapeRef.new(shape: OracleAuthenticationMethod, location_name: "AuthenticationMethod"))
|
1951
2081
|
OracleSettings.struct_class = Types::OracleSettings
|
1952
2082
|
|
1953
2083
|
OrderableReplicationInstance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1954
|
-
OrderableReplicationInstance.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape:
|
2084
|
+
OrderableReplicationInstance.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: ReplicationInstanceClass, location_name: "ReplicationInstanceClass"))
|
1955
2085
|
OrderableReplicationInstance.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1956
2086
|
OrderableReplicationInstance.add_member(:min_allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "MinAllocatedStorage"))
|
1957
2087
|
OrderableReplicationInstance.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxAllocatedStorage"))
|
@@ -1999,6 +2129,7 @@ module Aws::DatabaseMigrationService
|
|
1999
2129
|
PostgreSQLSettings.add_member(:map_long_varchar_as, Shapes::ShapeRef.new(shape: LongVarcharMappingType, location_name: "MapLongVarcharAs"))
|
2000
2130
|
PostgreSQLSettings.add_member(:database_mode, Shapes::ShapeRef.new(shape: DatabaseMode, location_name: "DatabaseMode"))
|
2001
2131
|
PostgreSQLSettings.add_member(:babelfish_database_name, Shapes::ShapeRef.new(shape: String, location_name: "BabelfishDatabaseName"))
|
2132
|
+
PostgreSQLSettings.add_member(:disable_unicode_source_filter, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DisableUnicodeSourceFilter"))
|
2002
2133
|
PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
|
2003
2134
|
|
2004
2135
|
PostgreSqlDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
@@ -2016,6 +2147,8 @@ module Aws::DatabaseMigrationService
|
|
2016
2147
|
ProvisionData.add_member(:reason_for_new_provisioning_data, Shapes::ShapeRef.new(shape: String, location_name: "ReasonForNewProvisioningData"))
|
2017
2148
|
ProvisionData.struct_class = Types::ProvisionData
|
2018
2149
|
|
2150
|
+
PublicIpAddressList.member = Shapes::ShapeRef.new(shape: String)
|
2151
|
+
|
2019
2152
|
RdsConfiguration.add_member(:engine_edition, Shapes::ShapeRef.new(shape: String, location_name: "EngineEdition"))
|
2020
2153
|
RdsConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "InstanceType"))
|
2021
2154
|
RdsConfiguration.add_member(:instance_vcpu, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "InstanceVcpu"))
|
@@ -2167,6 +2300,7 @@ module Aws::DatabaseMigrationService
|
|
2167
2300
|
Replication.add_member(:replication_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationCreateTime"))
|
2168
2301
|
Replication.add_member(:replication_update_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationUpdateTime"))
|
2169
2302
|
Replication.add_member(:replication_last_stop_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationLastStopTime"))
|
2303
|
+
Replication.add_member(:replication_deprovision_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationDeprovisionTime"))
|
2170
2304
|
Replication.struct_class = Types::Replication
|
2171
2305
|
|
2172
2306
|
ReplicationConfig.add_member(:replication_config_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationConfigIdentifier"))
|
@@ -2185,7 +2319,7 @@ module Aws::DatabaseMigrationService
|
|
2185
2319
|
ReplicationConfigList.member = Shapes::ShapeRef.new(shape: ReplicationConfig)
|
2186
2320
|
|
2187
2321
|
ReplicationInstance.add_member(:replication_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceIdentifier"))
|
2188
|
-
ReplicationInstance.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape:
|
2322
|
+
ReplicationInstance.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: ReplicationInstanceClass, location_name: "ReplicationInstanceClass"))
|
2189
2323
|
ReplicationInstance.add_member(:replication_instance_status, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceStatus"))
|
2190
2324
|
ReplicationInstance.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
2191
2325
|
ReplicationInstance.add_member(:instance_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "InstanceCreateTime"))
|
@@ -2209,6 +2343,7 @@ module Aws::DatabaseMigrationService
|
|
2209
2343
|
ReplicationInstance.add_member(:free_until, Shapes::ShapeRef.new(shape: TStamp, location_name: "FreeUntil"))
|
2210
2344
|
ReplicationInstance.add_member(:dns_name_servers, Shapes::ShapeRef.new(shape: String, location_name: "DnsNameServers"))
|
2211
2345
|
ReplicationInstance.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
2346
|
+
ReplicationInstance.add_member(:kerberos_authentication_settings, Shapes::ShapeRef.new(shape: KerberosAuthenticationSettings, location_name: "KerberosAuthenticationSettings"))
|
2212
2347
|
ReplicationInstance.struct_class = Types::ReplicationInstance
|
2213
2348
|
|
2214
2349
|
ReplicationInstanceIpv6AddressList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -2228,7 +2363,7 @@ module Aws::DatabaseMigrationService
|
|
2228
2363
|
|
2229
2364
|
ReplicationList.member = Shapes::ShapeRef.new(shape: Replication)
|
2230
2365
|
|
2231
|
-
ReplicationPendingModifiedValues.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape:
|
2366
|
+
ReplicationPendingModifiedValues.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: ReplicationInstanceClass, location_name: "ReplicationInstanceClass"))
|
2232
2367
|
ReplicationPendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
2233
2368
|
ReplicationPendingModifiedValues.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
2234
2369
|
ReplicationPendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
@@ -2290,7 +2425,7 @@ module Aws::DatabaseMigrationService
|
|
2290
2425
|
ReplicationTaskAssessmentResult.add_member(:assessment_status, Shapes::ShapeRef.new(shape: String, location_name: "AssessmentStatus"))
|
2291
2426
|
ReplicationTaskAssessmentResult.add_member(:assessment_results_file, Shapes::ShapeRef.new(shape: String, location_name: "AssessmentResultsFile"))
|
2292
2427
|
ReplicationTaskAssessmentResult.add_member(:assessment_results, Shapes::ShapeRef.new(shape: String, location_name: "AssessmentResults"))
|
2293
|
-
ReplicationTaskAssessmentResult.add_member(:s3_object_url, Shapes::ShapeRef.new(shape:
|
2428
|
+
ReplicationTaskAssessmentResult.add_member(:s3_object_url, Shapes::ShapeRef.new(shape: SecretString, location_name: "S3ObjectUrl"))
|
2294
2429
|
ReplicationTaskAssessmentResult.struct_class = Types::ReplicationTaskAssessmentResult
|
2295
2430
|
|
2296
2431
|
ReplicationTaskAssessmentResultList.member = Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentResult)
|
@@ -2307,6 +2442,8 @@ module Aws::DatabaseMigrationService
|
|
2307
2442
|
ReplicationTaskAssessmentRun.add_member(:result_encryption_mode, Shapes::ShapeRef.new(shape: String, location_name: "ResultEncryptionMode"))
|
2308
2443
|
ReplicationTaskAssessmentRun.add_member(:result_kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResultKmsKeyArn"))
|
2309
2444
|
ReplicationTaskAssessmentRun.add_member(:assessment_run_name, Shapes::ShapeRef.new(shape: String, location_name: "AssessmentRunName"))
|
2445
|
+
ReplicationTaskAssessmentRun.add_member(:is_latest_task_assessment_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsLatestTaskAssessmentRun"))
|
2446
|
+
ReplicationTaskAssessmentRun.add_member(:result_statistic, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRunResultStatistic, location_name: "ResultStatistic"))
|
2310
2447
|
ReplicationTaskAssessmentRun.struct_class = Types::ReplicationTaskAssessmentRun
|
2311
2448
|
|
2312
2449
|
ReplicationTaskAssessmentRunList.member = Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun)
|
@@ -2315,6 +2452,13 @@ module Aws::DatabaseMigrationService
|
|
2315
2452
|
ReplicationTaskAssessmentRunProgress.add_member(:individual_assessment_completed_count, Shapes::ShapeRef.new(shape: Integer, location_name: "IndividualAssessmentCompletedCount"))
|
2316
2453
|
ReplicationTaskAssessmentRunProgress.struct_class = Types::ReplicationTaskAssessmentRunProgress
|
2317
2454
|
|
2455
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:passed, Shapes::ShapeRef.new(shape: Integer, location_name: "Passed"))
|
2456
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "Failed"))
|
2457
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:error, Shapes::ShapeRef.new(shape: Integer, location_name: "Error"))
|
2458
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:warning, Shapes::ShapeRef.new(shape: Integer, location_name: "Warning"))
|
2459
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:cancelled, Shapes::ShapeRef.new(shape: Integer, location_name: "Cancelled"))
|
2460
|
+
ReplicationTaskAssessmentRunResultStatistic.struct_class = Types::ReplicationTaskAssessmentRunResultStatistic
|
2461
|
+
|
2318
2462
|
ReplicationTaskIndividualAssessment.add_member(:replication_task_individual_assessment_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskIndividualAssessmentArn"))
|
2319
2463
|
ReplicationTaskIndividualAssessment.add_member(:replication_task_assessment_run_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskAssessmentRunArn"))
|
2320
2464
|
ReplicationTaskIndividualAssessment.add_member(:individual_assessment_name, Shapes::ShapeRef.new(shape: String, location_name: "IndividualAssessmentName"))
|
@@ -2450,8 +2594,23 @@ module Aws::DatabaseMigrationService
|
|
2450
2594
|
ServerShortInfoResponse.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
2451
2595
|
ServerShortInfoResponse.struct_class = Types::ServerShortInfoResponse
|
2452
2596
|
|
2597
|
+
SourceDataSetting.add_member(:cdc_start_position, Shapes::ShapeRef.new(shape: String, location_name: "CDCStartPosition"))
|
2598
|
+
SourceDataSetting.add_member(:cdc_start_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CDCStartTime"))
|
2599
|
+
SourceDataSetting.add_member(:cdc_stop_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "CDCStopTime"))
|
2600
|
+
SourceDataSetting.add_member(:slot_name, Shapes::ShapeRef.new(shape: String, location_name: "SlotName"))
|
2601
|
+
SourceDataSetting.struct_class = Types::SourceDataSetting
|
2602
|
+
|
2603
|
+
SourceDataSettings.member = Shapes::ShapeRef.new(shape: SourceDataSetting)
|
2604
|
+
|
2453
2605
|
SourceIdsList.member = Shapes::ShapeRef.new(shape: String)
|
2454
2606
|
|
2607
|
+
StartDataMigrationMessage.add_member(:data_migration_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataMigrationIdentifier"))
|
2608
|
+
StartDataMigrationMessage.add_member(:start_type, Shapes::ShapeRef.new(shape: StartReplicationMigrationTypeValue, required: true, location_name: "StartType"))
|
2609
|
+
StartDataMigrationMessage.struct_class = Types::StartDataMigrationMessage
|
2610
|
+
|
2611
|
+
StartDataMigrationResponse.add_member(:data_migration, Shapes::ShapeRef.new(shape: DataMigration, location_name: "DataMigration"))
|
2612
|
+
StartDataMigrationResponse.struct_class = Types::StartDataMigrationResponse
|
2613
|
+
|
2455
2614
|
StartExtensionPackAssociationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
|
2456
2615
|
StartExtensionPackAssociationMessage.struct_class = Types::StartExtensionPackAssociationMessage
|
2457
2616
|
|
@@ -2533,6 +2692,7 @@ module Aws::DatabaseMigrationService
|
|
2533
2692
|
StartReplicationTaskAssessmentRunMessage.add_member(:assessment_run_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AssessmentRunName"))
|
2534
2693
|
StartReplicationTaskAssessmentRunMessage.add_member(:include_only, Shapes::ShapeRef.new(shape: IncludeTestList, location_name: "IncludeOnly"))
|
2535
2694
|
StartReplicationTaskAssessmentRunMessage.add_member(:exclude, Shapes::ShapeRef.new(shape: ExcludeTestList, location_name: "Exclude"))
|
2695
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2536
2696
|
StartReplicationTaskAssessmentRunMessage.struct_class = Types::StartReplicationTaskAssessmentRunMessage
|
2537
2697
|
|
2538
2698
|
StartReplicationTaskAssessmentRunResponse.add_member(:replication_task_assessment_run, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun, location_name: "ReplicationTaskAssessmentRun"))
|
@@ -2548,6 +2708,12 @@ module Aws::DatabaseMigrationService
|
|
2548
2708
|
StartReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
2549
2709
|
StartReplicationTaskResponse.struct_class = Types::StartReplicationTaskResponse
|
2550
2710
|
|
2711
|
+
StopDataMigrationMessage.add_member(:data_migration_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataMigrationIdentifier"))
|
2712
|
+
StopDataMigrationMessage.struct_class = Types::StopDataMigrationMessage
|
2713
|
+
|
2714
|
+
StopDataMigrationResponse.add_member(:data_migration, Shapes::ShapeRef.new(shape: DataMigration, location_name: "DataMigration"))
|
2715
|
+
StopDataMigrationResponse.struct_class = Types::StopDataMigrationResponse
|
2716
|
+
|
2551
2717
|
StopReplicationMessage.add_member(:replication_config_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationConfigArn"))
|
2552
2718
|
StopReplicationMessage.struct_class = Types::StopReplicationMessage
|
2553
2719
|
|
@@ -2674,9 +2840,11 @@ module Aws::DatabaseMigrationService
|
|
2674
2840
|
|
2675
2841
|
api.metadata = {
|
2676
2842
|
"apiVersion" => "2016-01-01",
|
2843
|
+
"auth" => ["aws.auth#sigv4"],
|
2677
2844
|
"endpointPrefix" => "dms",
|
2678
2845
|
"jsonVersion" => "1.1",
|
2679
2846
|
"protocol" => "json",
|
2847
|
+
"protocols" => ["json"],
|
2680
2848
|
"serviceFullName" => "AWS Database Migration Service",
|
2681
2849
|
"serviceId" => "Database Migration Service",
|
2682
2850
|
"signatureVersion" => "v4",
|
@@ -2691,6 +2859,7 @@ module Aws::DatabaseMigrationService
|
|
2691
2859
|
o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceMessage)
|
2692
2860
|
o.output = Shapes::ShapeRef.new(shape: AddTagsToResourceResponse)
|
2693
2861
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2862
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
2694
2863
|
end)
|
2695
2864
|
|
2696
2865
|
api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2724,6 +2893,19 @@ module Aws::DatabaseMigrationService
|
|
2724
2893
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
2725
2894
|
end)
|
2726
2895
|
|
2896
|
+
api.add_operation(:create_data_migration, Seahorse::Model::Operation.new.tap do |o|
|
2897
|
+
o.name = "CreateDataMigration"
|
2898
|
+
o.http_method = "POST"
|
2899
|
+
o.http_request_uri = "/"
|
2900
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataMigrationMessage)
|
2901
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataMigrationResponse)
|
2902
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
|
2903
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2904
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
|
2905
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationFault)
|
2906
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
2907
|
+
end)
|
2908
|
+
|
2727
2909
|
api.add_operation(:create_data_provider, Seahorse::Model::Operation.new.tap do |o|
|
2728
2910
|
o.name = "CreateDataProvider"
|
2729
2911
|
o.http_method = "POST"
|
@@ -2733,6 +2915,7 @@ module Aws::DatabaseMigrationService
|
|
2733
2915
|
o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
|
2734
2916
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2735
2917
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
|
2918
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
2736
2919
|
end)
|
2737
2920
|
|
2738
2921
|
api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2795,6 +2978,7 @@ module Aws::DatabaseMigrationService
|
|
2795
2978
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2796
2979
|
o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
|
2797
2980
|
o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
|
2981
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
2798
2982
|
end)
|
2799
2983
|
|
2800
2984
|
api.add_operation(:create_migration_project, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2809,6 +2993,7 @@ module Aws::DatabaseMigrationService
|
|
2809
2993
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2810
2994
|
o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
|
2811
2995
|
o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
|
2996
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
2812
2997
|
end)
|
2813
2998
|
|
2814
2999
|
api.add_operation(:create_replication_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2894,6 +3079,17 @@ module Aws::DatabaseMigrationService
|
|
2894
3079
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
2895
3080
|
end)
|
2896
3081
|
|
3082
|
+
api.add_operation(:delete_data_migration, Seahorse::Model::Operation.new.tap do |o|
|
3083
|
+
o.name = "DeleteDataMigration"
|
3084
|
+
o.http_method = "POST"
|
3085
|
+
o.http_request_uri = "/"
|
3086
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataMigrationMessage)
|
3087
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataMigrationResponse)
|
3088
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3089
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3090
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3091
|
+
end)
|
3092
|
+
|
2897
3093
|
api.add_operation(:delete_data_provider, Seahorse::Model::Operation.new.tap do |o|
|
2898
3094
|
o.name = "DeleteDataProvider"
|
2899
3095
|
o.http_method = "POST"
|
@@ -2903,6 +3099,7 @@ module Aws::DatabaseMigrationService
|
|
2903
3099
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2904
3100
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2905
3101
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3102
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
2906
3103
|
end)
|
2907
3104
|
|
2908
3105
|
api.add_operation(:delete_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2923,6 +3120,7 @@ module Aws::DatabaseMigrationService
|
|
2923
3120
|
o.output = Shapes::ShapeRef.new(shape: DeleteEventSubscriptionResponse)
|
2924
3121
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2925
3122
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3123
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2926
3124
|
end)
|
2927
3125
|
|
2928
3126
|
api.add_operation(:delete_fleet_advisor_collector, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2933,6 +3131,7 @@ module Aws::DatabaseMigrationService
|
|
2933
3131
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2934
3132
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
2935
3133
|
o.errors << Shapes::ShapeRef.new(shape: CollectorNotFoundFault)
|
3134
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2936
3135
|
end)
|
2937
3136
|
|
2938
3137
|
api.add_operation(:delete_fleet_advisor_databases, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2943,6 +3142,7 @@ module Aws::DatabaseMigrationService
|
|
2943
3142
|
o.output = Shapes::ShapeRef.new(shape: DeleteFleetAdvisorDatabasesResponse)
|
2944
3143
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2945
3144
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationFault)
|
3145
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2946
3146
|
end)
|
2947
3147
|
|
2948
3148
|
api.add_operation(:delete_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2954,6 +3154,7 @@ module Aws::DatabaseMigrationService
|
|
2954
3154
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2955
3155
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2956
3156
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3157
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
2957
3158
|
end)
|
2958
3159
|
|
2959
3160
|
api.add_operation(:delete_migration_project, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2964,7 +3165,9 @@ module Aws::DatabaseMigrationService
|
|
2964
3165
|
o.output = Shapes::ShapeRef.new(shape: DeleteMigrationProjectResponse)
|
2965
3166
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2966
3167
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3168
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2967
3169
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3170
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
2968
3171
|
end)
|
2969
3172
|
|
2970
3173
|
api.add_operation(:delete_replication_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2996,6 +3199,7 @@ module Aws::DatabaseMigrationService
|
|
2996
3199
|
o.output = Shapes::ShapeRef.new(shape: DeleteReplicationSubnetGroupResponse)
|
2997
3200
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
2998
3201
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3202
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2999
3203
|
end)
|
3000
3204
|
|
3001
3205
|
api.add_operation(:delete_replication_task, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3083,6 +3287,23 @@ module Aws::DatabaseMigrationService
|
|
3083
3287
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3084
3288
|
end)
|
3085
3289
|
|
3290
|
+
api.add_operation(:describe_data_migrations, Seahorse::Model::Operation.new.tap do |o|
|
3291
|
+
o.name = "DescribeDataMigrations"
|
3292
|
+
o.http_method = "POST"
|
3293
|
+
o.http_request_uri = "/"
|
3294
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataMigrationsMessage)
|
3295
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataMigrationsResponse)
|
3296
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3297
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3298
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3299
|
+
o[:pager] = Aws::Pager.new(
|
3300
|
+
limit_key: "max_records",
|
3301
|
+
tokens: {
|
3302
|
+
"marker" => "marker"
|
3303
|
+
}
|
3304
|
+
)
|
3305
|
+
end)
|
3306
|
+
|
3086
3307
|
api.add_operation(:describe_data_providers, Seahorse::Model::Operation.new.tap do |o|
|
3087
3308
|
o.name = "DescribeDataProviders"
|
3088
3309
|
o.http_method = "POST"
|
@@ -3091,6 +3312,7 @@ module Aws::DatabaseMigrationService
|
|
3091
3312
|
o.output = Shapes::ShapeRef.new(shape: DescribeDataProvidersResponse)
|
3092
3313
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3093
3314
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
3315
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3094
3316
|
o[:pager] = Aws::Pager.new(
|
3095
3317
|
limit_key: "max_records",
|
3096
3318
|
tokens: {
|
@@ -3290,6 +3512,7 @@ module Aws::DatabaseMigrationService
|
|
3290
3512
|
o.output = Shapes::ShapeRef.new(shape: DescribeInstanceProfilesResponse)
|
3291
3513
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3292
3514
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
3515
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3293
3516
|
o[:pager] = Aws::Pager.new(
|
3294
3517
|
limit_key: "max_records",
|
3295
3518
|
tokens: {
|
@@ -3381,6 +3604,7 @@ module Aws::DatabaseMigrationService
|
|
3381
3604
|
o.output = Shapes::ShapeRef.new(shape: DescribeMigrationProjectsResponse)
|
3382
3605
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3383
3606
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
3607
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3384
3608
|
o[:pager] = Aws::Pager.new(
|
3385
3609
|
limit_key: "max_records",
|
3386
3610
|
tokens: {
|
@@ -3636,6 +3860,7 @@ module Aws::DatabaseMigrationService
|
|
3636
3860
|
o.output = Shapes::ShapeRef.new(shape: DescribeTableStatisticsResponse)
|
3637
3861
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3638
3862
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3863
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
3639
3864
|
o[:pager] = Aws::Pager.new(
|
3640
3865
|
limit_key: "max_records",
|
3641
3866
|
tokens: {
|
@@ -3671,6 +3896,7 @@ module Aws::DatabaseMigrationService
|
|
3671
3896
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceMessage)
|
3672
3897
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
3673
3898
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3899
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3674
3900
|
end)
|
3675
3901
|
|
3676
3902
|
api.add_operation(:modify_conversion_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3683,6 +3909,17 @@ module Aws::DatabaseMigrationService
|
|
3683
3909
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3684
3910
|
end)
|
3685
3911
|
|
3912
|
+
api.add_operation(:modify_data_migration, Seahorse::Model::Operation.new.tap do |o|
|
3913
|
+
o.name = "ModifyDataMigration"
|
3914
|
+
o.http_method = "POST"
|
3915
|
+
o.http_request_uri = "/"
|
3916
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDataMigrationMessage)
|
3917
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDataMigrationResponse)
|
3918
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3919
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3920
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3921
|
+
end)
|
3922
|
+
|
3686
3923
|
api.add_operation(:modify_data_provider, Seahorse::Model::Operation.new.tap do |o|
|
3687
3924
|
o.name = "ModifyDataProvider"
|
3688
3925
|
o.http_method = "POST"
|
@@ -3692,6 +3929,7 @@ module Aws::DatabaseMigrationService
|
|
3692
3929
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
3693
3930
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3694
3931
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3932
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3695
3933
|
end)
|
3696
3934
|
|
3697
3935
|
api.add_operation(:modify_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3722,6 +3960,7 @@ module Aws::DatabaseMigrationService
|
|
3722
3960
|
o.errors << Shapes::ShapeRef.new(shape: KMSInvalidStateFault)
|
3723
3961
|
o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundFault)
|
3724
3962
|
o.errors << Shapes::ShapeRef.new(shape: KMSThrottlingFault)
|
3963
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
3725
3964
|
end)
|
3726
3965
|
|
3727
3966
|
api.add_operation(:modify_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3736,6 +3975,7 @@ module Aws::DatabaseMigrationService
|
|
3736
3975
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
3737
3976
|
o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
|
3738
3977
|
o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
|
3978
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3739
3979
|
end)
|
3740
3980
|
|
3741
3981
|
api.add_operation(:modify_migration_project, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3749,6 +3989,7 @@ module Aws::DatabaseMigrationService
|
|
3749
3989
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3750
3990
|
o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
|
3751
3991
|
o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
|
3992
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
3752
3993
|
end)
|
3753
3994
|
|
3754
3995
|
api.add_operation(:modify_replication_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3868,6 +4109,7 @@ module Aws::DatabaseMigrationService
|
|
3868
4109
|
o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceMessage)
|
3869
4110
|
o.output = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceResponse)
|
3870
4111
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
4112
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
3871
4113
|
end)
|
3872
4114
|
|
3873
4115
|
api.add_operation(:run_fleet_advisor_lsa_analysis, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3880,6 +4122,19 @@ module Aws::DatabaseMigrationService
|
|
3880
4122
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
3881
4123
|
end)
|
3882
4124
|
|
4125
|
+
api.add_operation(:start_data_migration, Seahorse::Model::Operation.new.tap do |o|
|
4126
|
+
o.name = "StartDataMigration"
|
4127
|
+
o.http_method = "POST"
|
4128
|
+
o.http_request_uri = "/"
|
4129
|
+
o.input = Shapes::ShapeRef.new(shape: StartDataMigrationMessage)
|
4130
|
+
o.output = Shapes::ShapeRef.new(shape: StartDataMigrationResponse)
|
4131
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
4132
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationFault)
|
4133
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
4134
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
|
4135
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
4136
|
+
end)
|
4137
|
+
|
3883
4138
|
api.add_operation(:start_extension_pack_association, Seahorse::Model::Operation.new.tap do |o|
|
3884
4139
|
o.name = "StartExtensionPackAssociation"
|
3885
4140
|
o.http_method = "POST"
|
@@ -4039,6 +4294,17 @@ module Aws::DatabaseMigrationService
|
|
4039
4294
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
|
4040
4295
|
end)
|
4041
4296
|
|
4297
|
+
api.add_operation(:stop_data_migration, Seahorse::Model::Operation.new.tap do |o|
|
4298
|
+
o.name = "StopDataMigration"
|
4299
|
+
o.http_method = "POST"
|
4300
|
+
o.http_request_uri = "/"
|
4301
|
+
o.input = Shapes::ShapeRef.new(shape: StopDataMigrationMessage)
|
4302
|
+
o.output = Shapes::ShapeRef.new(shape: StopDataMigrationResponse)
|
4303
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
4304
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
4305
|
+
o.errors << Shapes::ShapeRef.new(shape: FailedDependencyFault)
|
4306
|
+
end)
|
4307
|
+
|
4042
4308
|
api.add_operation(:stop_replication, Seahorse::Model::Operation.new.tap do |o|
|
4043
4309
|
o.name = "StopReplication"
|
4044
4310
|
o.http_method = "POST"
|