aws-sdk-databasemigrationservice 1.132.0 → 1.133.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +358 -9
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +182 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +374 -0
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +101 -2
- data/sig/types.rbs +113 -1
- metadata +1 -1
|
@@ -35,6 +35,10 @@ module Aws::DatabaseMigrationService
|
|
|
35
35
|
BatchStartRecommendationsResponse = Shapes::StructureShape.new(name: 'BatchStartRecommendationsResponse')
|
|
36
36
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
37
37
|
BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
|
|
38
|
+
CancelMetadataModelConversionMessage = Shapes::StructureShape.new(name: 'CancelMetadataModelConversionMessage')
|
|
39
|
+
CancelMetadataModelConversionResponse = Shapes::StructureShape.new(name: 'CancelMetadataModelConversionResponse')
|
|
40
|
+
CancelMetadataModelCreationMessage = Shapes::StructureShape.new(name: 'CancelMetadataModelCreationMessage')
|
|
41
|
+
CancelMetadataModelCreationResponse = Shapes::StructureShape.new(name: 'CancelMetadataModelCreationResponse')
|
|
38
42
|
CancelReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunMessage')
|
|
39
43
|
CancelReplicationTaskAssessmentRunResponse = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunResponse')
|
|
40
44
|
CannedAclForObjectsValue = Shapes::StringShape.new(name: 'CannedAclForObjectsValue')
|
|
@@ -169,14 +173,20 @@ module Aws::DatabaseMigrationService
|
|
|
169
173
|
DescribeInstanceProfilesResponse = Shapes::StructureShape.new(name: 'DescribeInstanceProfilesResponse')
|
|
170
174
|
DescribeMetadataModelAssessmentsMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelAssessmentsMessage')
|
|
171
175
|
DescribeMetadataModelAssessmentsResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelAssessmentsResponse')
|
|
176
|
+
DescribeMetadataModelChildrenMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelChildrenMessage')
|
|
177
|
+
DescribeMetadataModelChildrenResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelChildrenResponse')
|
|
172
178
|
DescribeMetadataModelConversionsMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelConversionsMessage')
|
|
173
179
|
DescribeMetadataModelConversionsResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelConversionsResponse')
|
|
180
|
+
DescribeMetadataModelCreationsMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelCreationsMessage')
|
|
181
|
+
DescribeMetadataModelCreationsResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelCreationsResponse')
|
|
174
182
|
DescribeMetadataModelExportsAsScriptMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelExportsAsScriptMessage')
|
|
175
183
|
DescribeMetadataModelExportsAsScriptResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelExportsAsScriptResponse')
|
|
176
184
|
DescribeMetadataModelExportsToTargetMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelExportsToTargetMessage')
|
|
177
185
|
DescribeMetadataModelExportsToTargetResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelExportsToTargetResponse')
|
|
178
186
|
DescribeMetadataModelImportsMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelImportsMessage')
|
|
179
187
|
DescribeMetadataModelImportsResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelImportsResponse')
|
|
188
|
+
DescribeMetadataModelMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelMessage')
|
|
189
|
+
DescribeMetadataModelResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelResponse')
|
|
180
190
|
DescribeMigrationProjectsMessage = Shapes::StructureShape.new(name: 'DescribeMigrationProjectsMessage')
|
|
181
191
|
DescribeMigrationProjectsResponse = Shapes::StructureShape.new(name: 'DescribeMigrationProjectsResponse')
|
|
182
192
|
DescribeOrderableReplicationInstancesMessage = Shapes::StructureShape.new(name: 'DescribeOrderableReplicationInstancesMessage')
|
|
@@ -254,6 +264,8 @@ module Aws::DatabaseMigrationService
|
|
|
254
264
|
FleetAdvisorSchemaObjectList = Shapes::ListShape.new(name: 'FleetAdvisorSchemaObjectList')
|
|
255
265
|
FleetAdvisorSchemaObjectResponse = Shapes::StructureShape.new(name: 'FleetAdvisorSchemaObjectResponse')
|
|
256
266
|
GcpMySQLSettings = Shapes::StructureShape.new(name: 'GcpMySQLSettings')
|
|
267
|
+
GetTargetSelectionRulesMessage = Shapes::StructureShape.new(name: 'GetTargetSelectionRulesMessage')
|
|
268
|
+
GetTargetSelectionRulesResponse = Shapes::StructureShape.new(name: 'GetTargetSelectionRulesResponse')
|
|
257
269
|
IBMDb2Settings = Shapes::StructureShape.new(name: 'IBMDb2Settings')
|
|
258
270
|
IbmDb2LuwDataProviderSettings = Shapes::StructureShape.new(name: 'IbmDb2LuwDataProviderSettings')
|
|
259
271
|
IbmDb2zOsDataProviderSettings = Shapes::StructureShape.new(name: 'IbmDb2zOsDataProviderSettings')
|
|
@@ -297,6 +309,9 @@ module Aws::DatabaseMigrationService
|
|
|
297
309
|
MariaDbDataProviderSettings = Shapes::StructureShape.new(name: 'MariaDbDataProviderSettings')
|
|
298
310
|
Marker = Shapes::StringShape.new(name: 'Marker')
|
|
299
311
|
MessageFormatValue = Shapes::StringShape.new(name: 'MessageFormatValue')
|
|
312
|
+
MetadataModelProperties = Shapes::UnionShape.new(name: 'MetadataModelProperties')
|
|
313
|
+
MetadataModelReference = Shapes::StructureShape.new(name: 'MetadataModelReference')
|
|
314
|
+
MetadataModelReferenceList = Shapes::ListShape.new(name: 'MetadataModelReferenceList')
|
|
300
315
|
MicrosoftSQLServerSettings = Shapes::StructureShape.new(name: 'MicrosoftSQLServerSettings')
|
|
301
316
|
MicrosoftSqlServerDataProviderSettings = Shapes::StructureShape.new(name: 'MicrosoftSqlServerDataProviderSettings')
|
|
302
317
|
MigrationProject = Shapes::StructureShape.new(name: 'MigrationProject')
|
|
@@ -441,6 +456,8 @@ module Aws::DatabaseMigrationService
|
|
|
441
456
|
StartMetadataModelAssessmentResponse = Shapes::StructureShape.new(name: 'StartMetadataModelAssessmentResponse')
|
|
442
457
|
StartMetadataModelConversionMessage = Shapes::StructureShape.new(name: 'StartMetadataModelConversionMessage')
|
|
443
458
|
StartMetadataModelConversionResponse = Shapes::StructureShape.new(name: 'StartMetadataModelConversionResponse')
|
|
459
|
+
StartMetadataModelCreationMessage = Shapes::StructureShape.new(name: 'StartMetadataModelCreationMessage')
|
|
460
|
+
StartMetadataModelCreationResponse = Shapes::StructureShape.new(name: 'StartMetadataModelCreationResponse')
|
|
444
461
|
StartMetadataModelExportAsScriptMessage = Shapes::StructureShape.new(name: 'StartMetadataModelExportAsScriptMessage')
|
|
445
462
|
StartMetadataModelExportAsScriptResponse = Shapes::StructureShape.new(name: 'StartMetadataModelExportAsScriptResponse')
|
|
446
463
|
StartMetadataModelExportToTargetMessage = Shapes::StructureShape.new(name: 'StartMetadataModelExportToTargetMessage')
|
|
@@ -460,6 +477,7 @@ module Aws::DatabaseMigrationService
|
|
|
460
477
|
StartReplicationTaskMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskMessage')
|
|
461
478
|
StartReplicationTaskResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskResponse')
|
|
462
479
|
StartReplicationTaskTypeValue = Shapes::StringShape.new(name: 'StartReplicationTaskTypeValue')
|
|
480
|
+
StatementProperties = Shapes::StructureShape.new(name: 'StatementProperties')
|
|
463
481
|
StopDataMigrationMessage = Shapes::StructureShape.new(name: 'StopDataMigrationMessage')
|
|
464
482
|
StopDataMigrationResponse = Shapes::StructureShape.new(name: 'StopDataMigrationResponse')
|
|
465
483
|
StopReplicationMessage = Shapes::StructureShape.new(name: 'StopReplicationMessage')
|
|
@@ -547,6 +565,20 @@ module Aws::DatabaseMigrationService
|
|
|
547
565
|
BatchStartRecommendationsResponse.add_member(:error_entries, Shapes::ShapeRef.new(shape: BatchStartRecommendationsErrorEntryList, location_name: "ErrorEntries"))
|
|
548
566
|
BatchStartRecommendationsResponse.struct_class = Types::BatchStartRecommendationsResponse
|
|
549
567
|
|
|
568
|
+
CancelMetadataModelConversionMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
569
|
+
CancelMetadataModelConversionMessage.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestIdentifier"))
|
|
570
|
+
CancelMetadataModelConversionMessage.struct_class = Types::CancelMetadataModelConversionMessage
|
|
571
|
+
|
|
572
|
+
CancelMetadataModelConversionResponse.add_member(:request, Shapes::ShapeRef.new(shape: SchemaConversionRequest, location_name: "Request"))
|
|
573
|
+
CancelMetadataModelConversionResponse.struct_class = Types::CancelMetadataModelConversionResponse
|
|
574
|
+
|
|
575
|
+
CancelMetadataModelCreationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
576
|
+
CancelMetadataModelCreationMessage.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestIdentifier"))
|
|
577
|
+
CancelMetadataModelCreationMessage.struct_class = Types::CancelMetadataModelCreationMessage
|
|
578
|
+
|
|
579
|
+
CancelMetadataModelCreationResponse.add_member(:request, Shapes::ShapeRef.new(shape: SchemaConversionRequest, location_name: "Request"))
|
|
580
|
+
CancelMetadataModelCreationResponse.struct_class = Types::CancelMetadataModelCreationResponse
|
|
581
|
+
|
|
550
582
|
CancelReplicationTaskAssessmentRunMessage.add_member(:replication_task_assessment_run_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskAssessmentRunArn"))
|
|
551
583
|
CancelReplicationTaskAssessmentRunMessage.struct_class = Types::CancelReplicationTaskAssessmentRunMessage
|
|
552
584
|
|
|
@@ -1212,6 +1244,17 @@ module Aws::DatabaseMigrationService
|
|
|
1212
1244
|
DescribeMetadataModelAssessmentsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
|
|
1213
1245
|
DescribeMetadataModelAssessmentsResponse.struct_class = Types::DescribeMetadataModelAssessmentsResponse
|
|
1214
1246
|
|
|
1247
|
+
DescribeMetadataModelChildrenMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
|
1248
|
+
DescribeMetadataModelChildrenMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
1249
|
+
DescribeMetadataModelChildrenMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
|
|
1250
|
+
DescribeMetadataModelChildrenMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
|
1251
|
+
DescribeMetadataModelChildrenMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
|
1252
|
+
DescribeMetadataModelChildrenMessage.struct_class = Types::DescribeMetadataModelChildrenMessage
|
|
1253
|
+
|
|
1254
|
+
DescribeMetadataModelChildrenResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
|
1255
|
+
DescribeMetadataModelChildrenResponse.add_member(:metadata_model_children, Shapes::ShapeRef.new(shape: MetadataModelReferenceList, location_name: "MetadataModelChildren"))
|
|
1256
|
+
DescribeMetadataModelChildrenResponse.struct_class = Types::DescribeMetadataModelChildrenResponse
|
|
1257
|
+
|
|
1215
1258
|
DescribeMetadataModelConversionsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
1216
1259
|
DescribeMetadataModelConversionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
|
1217
1260
|
DescribeMetadataModelConversionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
|
@@ -1222,6 +1265,16 @@ module Aws::DatabaseMigrationService
|
|
|
1222
1265
|
DescribeMetadataModelConversionsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
|
|
1223
1266
|
DescribeMetadataModelConversionsResponse.struct_class = Types::DescribeMetadataModelConversionsResponse
|
|
1224
1267
|
|
|
1268
|
+
DescribeMetadataModelCreationsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
|
1269
|
+
DescribeMetadataModelCreationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
|
1270
|
+
DescribeMetadataModelCreationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
|
1271
|
+
DescribeMetadataModelCreationsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
1272
|
+
DescribeMetadataModelCreationsMessage.struct_class = Types::DescribeMetadataModelCreationsMessage
|
|
1273
|
+
|
|
1274
|
+
DescribeMetadataModelCreationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
|
1275
|
+
DescribeMetadataModelCreationsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
|
|
1276
|
+
DescribeMetadataModelCreationsResponse.struct_class = Types::DescribeMetadataModelCreationsResponse
|
|
1277
|
+
|
|
1225
1278
|
DescribeMetadataModelExportsAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
1226
1279
|
DescribeMetadataModelExportsAsScriptMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
|
1227
1280
|
DescribeMetadataModelExportsAsScriptMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
|
@@ -1252,6 +1305,17 @@ module Aws::DatabaseMigrationService
|
|
|
1252
1305
|
DescribeMetadataModelImportsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
|
|
1253
1306
|
DescribeMetadataModelImportsResponse.struct_class = Types::DescribeMetadataModelImportsResponse
|
|
1254
1307
|
|
|
1308
|
+
DescribeMetadataModelMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
|
1309
|
+
DescribeMetadataModelMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
1310
|
+
DescribeMetadataModelMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
|
|
1311
|
+
DescribeMetadataModelMessage.struct_class = Types::DescribeMetadataModelMessage
|
|
1312
|
+
|
|
1313
|
+
DescribeMetadataModelResponse.add_member(:metadata_model_name, Shapes::ShapeRef.new(shape: String, location_name: "MetadataModelName"))
|
|
1314
|
+
DescribeMetadataModelResponse.add_member(:metadata_model_type, Shapes::ShapeRef.new(shape: String, location_name: "MetadataModelType"))
|
|
1315
|
+
DescribeMetadataModelResponse.add_member(:target_metadata_models, Shapes::ShapeRef.new(shape: MetadataModelReferenceList, location_name: "TargetMetadataModels"))
|
|
1316
|
+
DescribeMetadataModelResponse.add_member(:definition, Shapes::ShapeRef.new(shape: String, location_name: "Definition"))
|
|
1317
|
+
DescribeMetadataModelResponse.struct_class = Types::DescribeMetadataModelResponse
|
|
1318
|
+
|
|
1255
1319
|
DescribeMigrationProjectsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
|
1256
1320
|
DescribeMigrationProjectsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
|
1257
1321
|
DescribeMigrationProjectsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
|
@@ -1621,6 +1685,13 @@ module Aws::DatabaseMigrationService
|
|
|
1621
1685
|
GcpMySQLSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
|
|
1622
1686
|
GcpMySQLSettings.struct_class = Types::GcpMySQLSettings
|
|
1623
1687
|
|
|
1688
|
+
GetTargetSelectionRulesMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
1689
|
+
GetTargetSelectionRulesMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
|
1690
|
+
GetTargetSelectionRulesMessage.struct_class = Types::GetTargetSelectionRulesMessage
|
|
1691
|
+
|
|
1692
|
+
GetTargetSelectionRulesResponse.add_member(:target_selection_rules, Shapes::ShapeRef.new(shape: String, location_name: "TargetSelectionRules"))
|
|
1693
|
+
GetTargetSelectionRulesResponse.struct_class = Types::GetTargetSelectionRulesResponse
|
|
1694
|
+
|
|
1624
1695
|
IBMDb2Settings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
|
1625
1696
|
IBMDb2Settings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
|
1626
1697
|
IBMDb2Settings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
|
@@ -1792,6 +1863,18 @@ module Aws::DatabaseMigrationService
|
|
|
1792
1863
|
MariaDbDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
|
1793
1864
|
MariaDbDataProviderSettings.struct_class = Types::MariaDbDataProviderSettings
|
|
1794
1865
|
|
|
1866
|
+
MetadataModelProperties.add_member(:statement_properties, Shapes::ShapeRef.new(shape: StatementProperties, location_name: "StatementProperties"))
|
|
1867
|
+
MetadataModelProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1868
|
+
MetadataModelProperties.add_member_subclass(:statement_properties, Types::MetadataModelProperties::StatementProperties)
|
|
1869
|
+
MetadataModelProperties.add_member_subclass(:unknown, Types::MetadataModelProperties::Unknown)
|
|
1870
|
+
MetadataModelProperties.struct_class = Types::MetadataModelProperties
|
|
1871
|
+
|
|
1872
|
+
MetadataModelReference.add_member(:metadata_model_name, Shapes::ShapeRef.new(shape: String, location_name: "MetadataModelName"))
|
|
1873
|
+
MetadataModelReference.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, location_name: "SelectionRules"))
|
|
1874
|
+
MetadataModelReference.struct_class = Types::MetadataModelReference
|
|
1875
|
+
|
|
1876
|
+
MetadataModelReferenceList.member = Shapes::ShapeRef.new(shape: MetadataModelReference)
|
|
1877
|
+
|
|
1795
1878
|
MicrosoftSQLServerSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
|
1796
1879
|
MicrosoftSQLServerSettings.add_member(:bcp_packet_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BcpPacketSize"))
|
|
1797
1880
|
MicrosoftSQLServerSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
|
@@ -2703,6 +2786,15 @@ module Aws::DatabaseMigrationService
|
|
|
2703
2786
|
StartMetadataModelConversionResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
|
|
2704
2787
|
StartMetadataModelConversionResponse.struct_class = Types::StartMetadataModelConversionResponse
|
|
2705
2788
|
|
|
2789
|
+
StartMetadataModelCreationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
2790
|
+
StartMetadataModelCreationMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
|
2791
|
+
StartMetadataModelCreationMessage.add_member(:metadata_model_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MetadataModelName"))
|
|
2792
|
+
StartMetadataModelCreationMessage.add_member(:properties, Shapes::ShapeRef.new(shape: MetadataModelProperties, required: true, location_name: "Properties"))
|
|
2793
|
+
StartMetadataModelCreationMessage.struct_class = Types::StartMetadataModelCreationMessage
|
|
2794
|
+
|
|
2795
|
+
StartMetadataModelCreationResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
|
|
2796
|
+
StartMetadataModelCreationResponse.struct_class = Types::StartMetadataModelCreationResponse
|
|
2797
|
+
|
|
2706
2798
|
StartMetadataModelExportAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
|
2707
2799
|
StartMetadataModelExportAsScriptMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
|
2708
2800
|
StartMetadataModelExportAsScriptMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
|
|
@@ -2781,6 +2873,9 @@ module Aws::DatabaseMigrationService
|
|
|
2781
2873
|
StartReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
|
2782
2874
|
StartReplicationTaskResponse.struct_class = Types::StartReplicationTaskResponse
|
|
2783
2875
|
|
|
2876
|
+
StatementProperties.add_member(:definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Definition"))
|
|
2877
|
+
StatementProperties.struct_class = Types::StatementProperties
|
|
2878
|
+
|
|
2784
2879
|
StopDataMigrationMessage.add_member(:data_migration_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataMigrationIdentifier"))
|
|
2785
2880
|
StopDataMigrationMessage.struct_class = Types::StopDataMigrationMessage
|
|
2786
2881
|
|
|
@@ -2965,6 +3060,28 @@ module Aws::DatabaseMigrationService
|
|
|
2965
3060
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
2966
3061
|
end)
|
|
2967
3062
|
|
|
3063
|
+
api.add_operation(:cancel_metadata_model_conversion, Seahorse::Model::Operation.new.tap do |o|
|
|
3064
|
+
o.name = "CancelMetadataModelConversion"
|
|
3065
|
+
o.http_method = "POST"
|
|
3066
|
+
o.http_request_uri = "/"
|
|
3067
|
+
o.input = Shapes::ShapeRef.new(shape: CancelMetadataModelConversionMessage)
|
|
3068
|
+
o.output = Shapes::ShapeRef.new(shape: CancelMetadataModelConversionResponse)
|
|
3069
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
3070
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
|
3071
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
|
3072
|
+
end)
|
|
3073
|
+
|
|
3074
|
+
api.add_operation(:cancel_metadata_model_creation, Seahorse::Model::Operation.new.tap do |o|
|
|
3075
|
+
o.name = "CancelMetadataModelCreation"
|
|
3076
|
+
o.http_method = "POST"
|
|
3077
|
+
o.http_request_uri = "/"
|
|
3078
|
+
o.input = Shapes::ShapeRef.new(shape: CancelMetadataModelCreationMessage)
|
|
3079
|
+
o.output = Shapes::ShapeRef.new(shape: CancelMetadataModelCreationResponse)
|
|
3080
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
3081
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
|
3082
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
|
3083
|
+
end)
|
|
3084
|
+
|
|
2968
3085
|
api.add_operation(:cancel_replication_task_assessment_run, Seahorse::Model::Operation.new.tap do |o|
|
|
2969
3086
|
o.name = "CancelReplicationTaskAssessmentRun"
|
|
2970
3087
|
o.http_method = "POST"
|
|
@@ -3604,6 +3721,16 @@ module Aws::DatabaseMigrationService
|
|
|
3604
3721
|
)
|
|
3605
3722
|
end)
|
|
3606
3723
|
|
|
3724
|
+
api.add_operation(:describe_metadata_model, Seahorse::Model::Operation.new.tap do |o|
|
|
3725
|
+
o.name = "DescribeMetadataModel"
|
|
3726
|
+
o.http_method = "POST"
|
|
3727
|
+
o.http_request_uri = "/"
|
|
3728
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelMessage)
|
|
3729
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelResponse)
|
|
3730
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
3731
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
|
3732
|
+
end)
|
|
3733
|
+
|
|
3607
3734
|
api.add_operation(:describe_metadata_model_assessments, Seahorse::Model::Operation.new.tap do |o|
|
|
3608
3735
|
o.name = "DescribeMetadataModelAssessments"
|
|
3609
3736
|
o.http_method = "POST"
|
|
@@ -3619,6 +3746,22 @@ module Aws::DatabaseMigrationService
|
|
|
3619
3746
|
)
|
|
3620
3747
|
end)
|
|
3621
3748
|
|
|
3749
|
+
api.add_operation(:describe_metadata_model_children, Seahorse::Model::Operation.new.tap do |o|
|
|
3750
|
+
o.name = "DescribeMetadataModelChildren"
|
|
3751
|
+
o.http_method = "POST"
|
|
3752
|
+
o.http_request_uri = "/"
|
|
3753
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelChildrenMessage)
|
|
3754
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelChildrenResponse)
|
|
3755
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
3756
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
|
3757
|
+
o[:pager] = Aws::Pager.new(
|
|
3758
|
+
limit_key: "max_records",
|
|
3759
|
+
tokens: {
|
|
3760
|
+
"marker" => "marker"
|
|
3761
|
+
}
|
|
3762
|
+
)
|
|
3763
|
+
end)
|
|
3764
|
+
|
|
3622
3765
|
api.add_operation(:describe_metadata_model_conversions, Seahorse::Model::Operation.new.tap do |o|
|
|
3623
3766
|
o.name = "DescribeMetadataModelConversions"
|
|
3624
3767
|
o.http_method = "POST"
|
|
@@ -3634,6 +3777,22 @@ module Aws::DatabaseMigrationService
|
|
|
3634
3777
|
)
|
|
3635
3778
|
end)
|
|
3636
3779
|
|
|
3780
|
+
api.add_operation(:describe_metadata_model_creations, Seahorse::Model::Operation.new.tap do |o|
|
|
3781
|
+
o.name = "DescribeMetadataModelCreations"
|
|
3782
|
+
o.http_method = "POST"
|
|
3783
|
+
o.http_request_uri = "/"
|
|
3784
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelCreationsMessage)
|
|
3785
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelCreationsResponse)
|
|
3786
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
3787
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
|
3788
|
+
o[:pager] = Aws::Pager.new(
|
|
3789
|
+
limit_key: "max_records",
|
|
3790
|
+
tokens: {
|
|
3791
|
+
"marker" => "marker"
|
|
3792
|
+
}
|
|
3793
|
+
)
|
|
3794
|
+
end)
|
|
3795
|
+
|
|
3637
3796
|
api.add_operation(:describe_metadata_model_exports_as_script, Seahorse::Model::Operation.new.tap do |o|
|
|
3638
3797
|
o.name = "DescribeMetadataModelExportsAsScript"
|
|
3639
3798
|
o.http_method = "POST"
|
|
@@ -3961,6 +4120,17 @@ module Aws::DatabaseMigrationService
|
|
|
3961
4120
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
3962
4121
|
end)
|
|
3963
4122
|
|
|
4123
|
+
api.add_operation(:get_target_selection_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
4124
|
+
o.name = "GetTargetSelectionRules"
|
|
4125
|
+
o.http_method = "POST"
|
|
4126
|
+
o.http_request_uri = "/"
|
|
4127
|
+
o.input = Shapes::ShapeRef.new(shape: GetTargetSelectionRulesMessage)
|
|
4128
|
+
o.output = Shapes::ShapeRef.new(shape: GetTargetSelectionRulesResponse)
|
|
4129
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
4130
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
|
4131
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
|
4132
|
+
end)
|
|
4133
|
+
|
|
3964
4134
|
api.add_operation(:import_certificate, Seahorse::Model::Operation.new.tap do |o|
|
|
3965
4135
|
o.name = "ImportCertificate"
|
|
3966
4136
|
o.http_method = "POST"
|
|
@@ -4266,6 +4436,18 @@ module Aws::DatabaseMigrationService
|
|
|
4266
4436
|
o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
|
|
4267
4437
|
end)
|
|
4268
4438
|
|
|
4439
|
+
api.add_operation(:start_metadata_model_creation, Seahorse::Model::Operation.new.tap do |o|
|
|
4440
|
+
o.name = "StartMetadataModelCreation"
|
|
4441
|
+
o.http_method = "POST"
|
|
4442
|
+
o.http_request_uri = "/"
|
|
4443
|
+
o.input = Shapes::ShapeRef.new(shape: StartMetadataModelCreationMessage)
|
|
4444
|
+
o.output = Shapes::ShapeRef.new(shape: StartMetadataModelCreationResponse)
|
|
4445
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
|
|
4446
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
|
4447
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
|
|
4448
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
|
4449
|
+
end)
|
|
4450
|
+
|
|
4269
4451
|
api.add_operation(:start_metadata_model_export_as_script, Seahorse::Model::Operation.new.tap do |o|
|
|
4270
4452
|
o.name = "StartMetadataModelExportAsScript"
|
|
4271
4453
|
o.http_method = "POST"
|