aws-sdk-databasemigrationservice 1.85.0 → 1.86.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.
@@ -21,6 +21,8 @@ module Aws::DatabaseMigrationService
21
21
  ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
22
22
  ApplyPendingMaintenanceActionResponse = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResponse')
23
23
  ArnList = Shapes::ListShape.new(name: 'ArnList')
24
+ AssessmentReportType = Shapes::StringShape.new(name: 'AssessmentReportType')
25
+ AssessmentReportTypesList = Shapes::ListShape.new(name: 'AssessmentReportTypesList')
24
26
  AuthMechanismValue = Shapes::StringShape.new(name: 'AuthMechanismValue')
25
27
  AuthTypeValue = Shapes::StringShape.new(name: 'AuthTypeValue')
26
28
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
@@ -50,12 +52,18 @@ module Aws::DatabaseMigrationService
50
52
  ComputeConfig = Shapes::StructureShape.new(name: 'ComputeConfig')
51
53
  Connection = Shapes::StructureShape.new(name: 'Connection')
52
54
  ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
55
+ CreateDataProviderMessage = Shapes::StructureShape.new(name: 'CreateDataProviderMessage')
56
+ CreateDataProviderResponse = Shapes::StructureShape.new(name: 'CreateDataProviderResponse')
53
57
  CreateEndpointMessage = Shapes::StructureShape.new(name: 'CreateEndpointMessage')
54
58
  CreateEndpointResponse = Shapes::StructureShape.new(name: 'CreateEndpointResponse')
55
59
  CreateEventSubscriptionMessage = Shapes::StructureShape.new(name: 'CreateEventSubscriptionMessage')
56
60
  CreateEventSubscriptionResponse = Shapes::StructureShape.new(name: 'CreateEventSubscriptionResponse')
57
61
  CreateFleetAdvisorCollectorRequest = Shapes::StructureShape.new(name: 'CreateFleetAdvisorCollectorRequest')
58
62
  CreateFleetAdvisorCollectorResponse = Shapes::StructureShape.new(name: 'CreateFleetAdvisorCollectorResponse')
63
+ CreateInstanceProfileMessage = Shapes::StructureShape.new(name: 'CreateInstanceProfileMessage')
64
+ CreateInstanceProfileResponse = Shapes::StructureShape.new(name: 'CreateInstanceProfileResponse')
65
+ CreateMigrationProjectMessage = Shapes::StructureShape.new(name: 'CreateMigrationProjectMessage')
66
+ CreateMigrationProjectResponse = Shapes::StructureShape.new(name: 'CreateMigrationProjectResponse')
59
67
  CreateReplicationConfigMessage = Shapes::StructureShape.new(name: 'CreateReplicationConfigMessage')
60
68
  CreateReplicationConfigResponse = Shapes::StructureShape.new(name: 'CreateReplicationConfigResponse')
61
69
  CreateReplicationInstanceMessage = Shapes::StructureShape.new(name: 'CreateReplicationInstanceMessage')
@@ -65,6 +73,13 @@ module Aws::DatabaseMigrationService
65
73
  CreateReplicationTaskMessage = Shapes::StructureShape.new(name: 'CreateReplicationTaskMessage')
66
74
  CreateReplicationTaskResponse = Shapes::StructureShape.new(name: 'CreateReplicationTaskResponse')
67
75
  DataFormatValue = Shapes::StringShape.new(name: 'DataFormatValue')
76
+ DataProvider = Shapes::StructureShape.new(name: 'DataProvider')
77
+ DataProviderDescriptor = Shapes::StructureShape.new(name: 'DataProviderDescriptor')
78
+ DataProviderDescriptorDefinition = Shapes::StructureShape.new(name: 'DataProviderDescriptorDefinition')
79
+ DataProviderDescriptorDefinitionList = Shapes::ListShape.new(name: 'DataProviderDescriptorDefinitionList')
80
+ DataProviderDescriptorList = Shapes::ListShape.new(name: 'DataProviderDescriptorList')
81
+ DataProviderList = Shapes::ListShape.new(name: 'DataProviderList')
82
+ DataProviderSettings = Shapes::UnionShape.new(name: 'DataProviderSettings')
68
83
  DatabaseInstanceSoftwareDetailsResponse = Shapes::StructureShape.new(name: 'DatabaseInstanceSoftwareDetailsResponse')
69
84
  DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
70
85
  DatabaseMode = Shapes::StringShape.new(name: 'DatabaseMode')
@@ -72,17 +87,24 @@ module Aws::DatabaseMigrationService
72
87
  DatabaseShortInfoResponse = Shapes::StructureShape.new(name: 'DatabaseShortInfoResponse')
73
88
  DatePartitionDelimiterValue = Shapes::StringShape.new(name: 'DatePartitionDelimiterValue')
74
89
  DatePartitionSequenceValue = Shapes::StringShape.new(name: 'DatePartitionSequenceValue')
90
+ DefaultErrorDetails = Shapes::StructureShape.new(name: 'DefaultErrorDetails')
75
91
  DeleteCertificateMessage = Shapes::StructureShape.new(name: 'DeleteCertificateMessage')
76
92
  DeleteCertificateResponse = Shapes::StructureShape.new(name: 'DeleteCertificateResponse')
77
93
  DeleteCollectorRequest = Shapes::StructureShape.new(name: 'DeleteCollectorRequest')
78
94
  DeleteConnectionMessage = Shapes::StructureShape.new(name: 'DeleteConnectionMessage')
79
95
  DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
96
+ DeleteDataProviderMessage = Shapes::StructureShape.new(name: 'DeleteDataProviderMessage')
97
+ DeleteDataProviderResponse = Shapes::StructureShape.new(name: 'DeleteDataProviderResponse')
80
98
  DeleteEndpointMessage = Shapes::StructureShape.new(name: 'DeleteEndpointMessage')
81
99
  DeleteEndpointResponse = Shapes::StructureShape.new(name: 'DeleteEndpointResponse')
82
100
  DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
83
101
  DeleteEventSubscriptionResponse = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionResponse')
84
102
  DeleteFleetAdvisorDatabasesRequest = Shapes::StructureShape.new(name: 'DeleteFleetAdvisorDatabasesRequest')
85
103
  DeleteFleetAdvisorDatabasesResponse = Shapes::StructureShape.new(name: 'DeleteFleetAdvisorDatabasesResponse')
104
+ DeleteInstanceProfileMessage = Shapes::StructureShape.new(name: 'DeleteInstanceProfileMessage')
105
+ DeleteInstanceProfileResponse = Shapes::StructureShape.new(name: 'DeleteInstanceProfileResponse')
106
+ DeleteMigrationProjectMessage = Shapes::StructureShape.new(name: 'DeleteMigrationProjectMessage')
107
+ DeleteMigrationProjectResponse = Shapes::StructureShape.new(name: 'DeleteMigrationProjectResponse')
86
108
  DeleteReplicationConfigMessage = Shapes::StructureShape.new(name: 'DeleteReplicationConfigMessage')
87
109
  DeleteReplicationConfigResponse = Shapes::StructureShape.new(name: 'DeleteReplicationConfigResponse')
88
110
  DeleteReplicationInstanceMessage = Shapes::StructureShape.new(name: 'DeleteReplicationInstanceMessage')
@@ -101,6 +123,10 @@ module Aws::DatabaseMigrationService
101
123
  DescribeCertificatesResponse = Shapes::StructureShape.new(name: 'DescribeCertificatesResponse')
102
124
  DescribeConnectionsMessage = Shapes::StructureShape.new(name: 'DescribeConnectionsMessage')
103
125
  DescribeConnectionsResponse = Shapes::StructureShape.new(name: 'DescribeConnectionsResponse')
126
+ DescribeConversionConfigurationMessage = Shapes::StructureShape.new(name: 'DescribeConversionConfigurationMessage')
127
+ DescribeConversionConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeConversionConfigurationResponse')
128
+ DescribeDataProvidersMessage = Shapes::StructureShape.new(name: 'DescribeDataProvidersMessage')
129
+ DescribeDataProvidersResponse = Shapes::StructureShape.new(name: 'DescribeDataProvidersResponse')
104
130
  DescribeEndpointSettingsMessage = Shapes::StructureShape.new(name: 'DescribeEndpointSettingsMessage')
105
131
  DescribeEndpointSettingsResponse = Shapes::StructureShape.new(name: 'DescribeEndpointSettingsResponse')
106
132
  DescribeEndpointTypesMessage = Shapes::StructureShape.new(name: 'DescribeEndpointTypesMessage')
@@ -115,6 +141,8 @@ module Aws::DatabaseMigrationService
115
141
  DescribeEventSubscriptionsResponse = Shapes::StructureShape.new(name: 'DescribeEventSubscriptionsResponse')
116
142
  DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
117
143
  DescribeEventsResponse = Shapes::StructureShape.new(name: 'DescribeEventsResponse')
144
+ DescribeExtensionPackAssociationsMessage = Shapes::StructureShape.new(name: 'DescribeExtensionPackAssociationsMessage')
145
+ DescribeExtensionPackAssociationsResponse = Shapes::StructureShape.new(name: 'DescribeExtensionPackAssociationsResponse')
118
146
  DescribeFleetAdvisorCollectorsRequest = Shapes::StructureShape.new(name: 'DescribeFleetAdvisorCollectorsRequest')
119
147
  DescribeFleetAdvisorCollectorsResponse = Shapes::StructureShape.new(name: 'DescribeFleetAdvisorCollectorsResponse')
120
148
  DescribeFleetAdvisorDatabasesRequest = Shapes::StructureShape.new(name: 'DescribeFleetAdvisorDatabasesRequest')
@@ -125,6 +153,20 @@ module Aws::DatabaseMigrationService
125
153
  DescribeFleetAdvisorSchemaObjectSummaryResponse = Shapes::StructureShape.new(name: 'DescribeFleetAdvisorSchemaObjectSummaryResponse')
126
154
  DescribeFleetAdvisorSchemasRequest = Shapes::StructureShape.new(name: 'DescribeFleetAdvisorSchemasRequest')
127
155
  DescribeFleetAdvisorSchemasResponse = Shapes::StructureShape.new(name: 'DescribeFleetAdvisorSchemasResponse')
156
+ DescribeInstanceProfilesMessage = Shapes::StructureShape.new(name: 'DescribeInstanceProfilesMessage')
157
+ DescribeInstanceProfilesResponse = Shapes::StructureShape.new(name: 'DescribeInstanceProfilesResponse')
158
+ DescribeMetadataModelAssessmentsMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelAssessmentsMessage')
159
+ DescribeMetadataModelAssessmentsResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelAssessmentsResponse')
160
+ DescribeMetadataModelConversionsMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelConversionsMessage')
161
+ DescribeMetadataModelConversionsResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelConversionsResponse')
162
+ DescribeMetadataModelExportsAsScriptMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelExportsAsScriptMessage')
163
+ DescribeMetadataModelExportsAsScriptResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelExportsAsScriptResponse')
164
+ DescribeMetadataModelExportsToTargetMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelExportsToTargetMessage')
165
+ DescribeMetadataModelExportsToTargetResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelExportsToTargetResponse')
166
+ DescribeMetadataModelImportsMessage = Shapes::StructureShape.new(name: 'DescribeMetadataModelImportsMessage')
167
+ DescribeMetadataModelImportsResponse = Shapes::StructureShape.new(name: 'DescribeMetadataModelImportsResponse')
168
+ DescribeMigrationProjectsMessage = Shapes::StructureShape.new(name: 'DescribeMigrationProjectsMessage')
169
+ DescribeMigrationProjectsResponse = Shapes::StructureShape.new(name: 'DescribeMigrationProjectsResponse')
128
170
  DescribeOrderableReplicationInstancesMessage = Shapes::StructureShape.new(name: 'DescribeOrderableReplicationInstancesMessage')
129
171
  DescribeOrderableReplicationInstancesResponse = Shapes::StructureShape.new(name: 'DescribeOrderableReplicationInstancesResponse')
130
172
  DescribePendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'DescribePendingMaintenanceActionsMessage')
@@ -175,6 +217,7 @@ module Aws::DatabaseMigrationService
175
217
  EndpointSettingsList = Shapes::ListShape.new(name: 'EndpointSettingsList')
176
218
  EngineVersion = Shapes::StructureShape.new(name: 'EngineVersion')
177
219
  EngineVersionList = Shapes::ListShape.new(name: 'EngineVersionList')
220
+ ErrorDetails = Shapes::UnionShape.new(name: 'ErrorDetails')
178
221
  Event = Shapes::StructureShape.new(name: 'Event')
179
222
  EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
180
223
  EventCategoryGroup = Shapes::StructureShape.new(name: 'EventCategoryGroup')
@@ -184,6 +227,10 @@ module Aws::DatabaseMigrationService
184
227
  EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
185
228
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
186
229
  ExcludeTestList = Shapes::ListShape.new(name: 'ExcludeTestList')
230
+ ExportMetadataModelAssessmentMessage = Shapes::StructureShape.new(name: 'ExportMetadataModelAssessmentMessage')
231
+ ExportMetadataModelAssessmentResponse = Shapes::StructureShape.new(name: 'ExportMetadataModelAssessmentResponse')
232
+ ExportMetadataModelAssessmentResultEntry = Shapes::StructureShape.new(name: 'ExportMetadataModelAssessmentResultEntry')
233
+ ExportSqlDetails = Shapes::StructureShape.new(name: 'ExportSqlDetails')
187
234
  Filter = Shapes::StructureShape.new(name: 'Filter')
188
235
  FilterList = Shapes::ListShape.new(name: 'FilterList')
189
236
  FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
@@ -198,6 +245,8 @@ module Aws::DatabaseMigrationService
198
245
  ImportCertificateResponse = Shapes::StructureShape.new(name: 'ImportCertificateResponse')
199
246
  IncludeTestList = Shapes::ListShape.new(name: 'IncludeTestList')
200
247
  IndividualAssessmentNameList = Shapes::ListShape.new(name: 'IndividualAssessmentNameList')
248
+ InstanceProfile = Shapes::StructureShape.new(name: 'InstanceProfile')
249
+ InstanceProfileList = Shapes::ListShape.new(name: 'InstanceProfileList')
201
250
  InsufficientResourceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientResourceCapacityFault')
202
251
  Integer = Shapes::IntegerShape.new(name: 'Integer')
203
252
  IntegerList = Shapes::ListShape.new(name: 'IntegerList')
@@ -207,6 +256,7 @@ module Aws::DatabaseMigrationService
207
256
  InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault')
208
257
  InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
209
258
  InventoryData = Shapes::StructureShape.new(name: 'InventoryData')
259
+ Iso8601DateTime = Shapes::TimestampShape.new(name: 'Iso8601DateTime', timestampFormat: "iso8601")
210
260
  KMSAccessDeniedFault = Shapes::StructureShape.new(name: 'KMSAccessDeniedFault')
211
261
  KMSDisabledFault = Shapes::StructureShape.new(name: 'KMSDisabledFault')
212
262
  KMSFault = Shapes::StructureShape.new(name: 'KMSFault')
@@ -229,11 +279,22 @@ module Aws::DatabaseMigrationService
229
279
  LongVarcharMappingType = Shapes::StringShape.new(name: 'LongVarcharMappingType')
230
280
  MessageFormatValue = Shapes::StringShape.new(name: 'MessageFormatValue')
231
281
  MicrosoftSQLServerSettings = Shapes::StructureShape.new(name: 'MicrosoftSQLServerSettings')
282
+ MicrosoftSqlServerDataProviderSettings = Shapes::StructureShape.new(name: 'MicrosoftSqlServerDataProviderSettings')
283
+ MigrationProject = Shapes::StructureShape.new(name: 'MigrationProject')
284
+ MigrationProjectList = Shapes::ListShape.new(name: 'MigrationProjectList')
232
285
  MigrationTypeValue = Shapes::StringShape.new(name: 'MigrationTypeValue')
286
+ ModifyConversionConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyConversionConfigurationMessage')
287
+ ModifyConversionConfigurationResponse = Shapes::StructureShape.new(name: 'ModifyConversionConfigurationResponse')
288
+ ModifyDataProviderMessage = Shapes::StructureShape.new(name: 'ModifyDataProviderMessage')
289
+ ModifyDataProviderResponse = Shapes::StructureShape.new(name: 'ModifyDataProviderResponse')
233
290
  ModifyEndpointMessage = Shapes::StructureShape.new(name: 'ModifyEndpointMessage')
234
291
  ModifyEndpointResponse = Shapes::StructureShape.new(name: 'ModifyEndpointResponse')
235
292
  ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
236
293
  ModifyEventSubscriptionResponse = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResponse')
294
+ ModifyInstanceProfileMessage = Shapes::StructureShape.new(name: 'ModifyInstanceProfileMessage')
295
+ ModifyInstanceProfileResponse = Shapes::StructureShape.new(name: 'ModifyInstanceProfileResponse')
296
+ ModifyMigrationProjectMessage = Shapes::StructureShape.new(name: 'ModifyMigrationProjectMessage')
297
+ ModifyMigrationProjectResponse = Shapes::StructureShape.new(name: 'ModifyMigrationProjectResponse')
237
298
  ModifyReplicationConfigMessage = Shapes::StructureShape.new(name: 'ModifyReplicationConfigMessage')
238
299
  ModifyReplicationConfigResponse = Shapes::StructureShape.new(name: 'ModifyReplicationConfigResponse')
239
300
  ModifyReplicationInstanceMessage = Shapes::StructureShape.new(name: 'ModifyReplicationInstanceMessage')
@@ -246,17 +307,21 @@ module Aws::DatabaseMigrationService
246
307
  MoveReplicationTaskMessage = Shapes::StructureShape.new(name: 'MoveReplicationTaskMessage')
247
308
  MoveReplicationTaskResponse = Shapes::StructureShape.new(name: 'MoveReplicationTaskResponse')
248
309
  MySQLSettings = Shapes::StructureShape.new(name: 'MySQLSettings')
310
+ MySqlDataProviderSettings = Shapes::StructureShape.new(name: 'MySqlDataProviderSettings')
249
311
  NeptuneSettings = Shapes::StructureShape.new(name: 'NeptuneSettings')
250
312
  NestingLevelValue = Shapes::StringShape.new(name: 'NestingLevelValue')
313
+ OracleDataProviderSettings = Shapes::StructureShape.new(name: 'OracleDataProviderSettings')
251
314
  OracleSettings = Shapes::StructureShape.new(name: 'OracleSettings')
252
315
  OrderableReplicationInstance = Shapes::StructureShape.new(name: 'OrderableReplicationInstance')
253
316
  OrderableReplicationInstanceList = Shapes::ListShape.new(name: 'OrderableReplicationInstanceList')
317
+ OriginTypeValue = Shapes::StringShape.new(name: 'OriginTypeValue')
254
318
  ParquetVersionValue = Shapes::StringShape.new(name: 'ParquetVersionValue')
255
319
  PendingMaintenanceAction = Shapes::StructureShape.new(name: 'PendingMaintenanceAction')
256
320
  PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
257
321
  PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
258
322
  PluginNameValue = Shapes::StringShape.new(name: 'PluginNameValue')
259
323
  PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
324
+ PostgreSqlDataProviderSettings = Shapes::StructureShape.new(name: 'PostgreSqlDataProviderSettings')
260
325
  ProvisionData = Shapes::StructureShape.new(name: 'ProvisionData')
261
326
  RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
262
327
  RdsRecommendation = Shapes::StructureShape.new(name: 'RdsRecommendation')
@@ -319,9 +384,12 @@ module Aws::DatabaseMigrationService
319
384
  S3AccessDeniedFault = Shapes::StructureShape.new(name: 'S3AccessDeniedFault')
320
385
  S3ResourceNotFoundFault = Shapes::StructureShape.new(name: 'S3ResourceNotFoundFault')
321
386
  S3Settings = Shapes::StructureShape.new(name: 'S3Settings')
387
+ SCApplicationAttributes = Shapes::StructureShape.new(name: 'SCApplicationAttributes')
322
388
  SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
323
389
  SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
324
390
  SafeguardPolicy = Shapes::StringShape.new(name: 'SafeguardPolicy')
391
+ SchemaConversionRequest = Shapes::StructureShape.new(name: 'SchemaConversionRequest')
392
+ SchemaConversionRequestList = Shapes::ListShape.new(name: 'SchemaConversionRequestList')
325
393
  SchemaList = Shapes::ListShape.new(name: 'SchemaList')
326
394
  SchemaResponse = Shapes::StructureShape.new(name: 'SchemaResponse')
327
395
  SchemaShortInfoResponse = Shapes::StructureShape.new(name: 'SchemaShortInfoResponse')
@@ -330,6 +398,18 @@ module Aws::DatabaseMigrationService
330
398
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
331
399
  SourceType = Shapes::StringShape.new(name: 'SourceType')
332
400
  SslSecurityProtocolValue = Shapes::StringShape.new(name: 'SslSecurityProtocolValue')
401
+ StartExtensionPackAssociationMessage = Shapes::StructureShape.new(name: 'StartExtensionPackAssociationMessage')
402
+ StartExtensionPackAssociationResponse = Shapes::StructureShape.new(name: 'StartExtensionPackAssociationResponse')
403
+ StartMetadataModelAssessmentMessage = Shapes::StructureShape.new(name: 'StartMetadataModelAssessmentMessage')
404
+ StartMetadataModelAssessmentResponse = Shapes::StructureShape.new(name: 'StartMetadataModelAssessmentResponse')
405
+ StartMetadataModelConversionMessage = Shapes::StructureShape.new(name: 'StartMetadataModelConversionMessage')
406
+ StartMetadataModelConversionResponse = Shapes::StructureShape.new(name: 'StartMetadataModelConversionResponse')
407
+ StartMetadataModelExportAsScriptMessage = Shapes::StructureShape.new(name: 'StartMetadataModelExportAsScriptMessage')
408
+ StartMetadataModelExportAsScriptResponse = Shapes::StructureShape.new(name: 'StartMetadataModelExportAsScriptResponse')
409
+ StartMetadataModelExportToTargetMessage = Shapes::StructureShape.new(name: 'StartMetadataModelExportToTargetMessage')
410
+ StartMetadataModelExportToTargetResponse = Shapes::StructureShape.new(name: 'StartMetadataModelExportToTargetResponse')
411
+ StartMetadataModelImportMessage = Shapes::StructureShape.new(name: 'StartMetadataModelImportMessage')
412
+ StartMetadataModelImportResponse = Shapes::StructureShape.new(name: 'StartMetadataModelImportResponse')
333
413
  StartRecommendationsRequest = Shapes::StructureShape.new(name: 'StartRecommendationsRequest')
334
414
  StartRecommendationsRequestEntry = Shapes::StructureShape.new(name: 'StartRecommendationsRequestEntry')
335
415
  StartRecommendationsRequestEntryList = Shapes::ListShape.new(name: 'StartRecommendationsRequestEntryList')
@@ -402,6 +482,8 @@ module Aws::DatabaseMigrationService
402
482
 
403
483
  ArnList.member = Shapes::ShapeRef.new(shape: String)
404
484
 
485
+ AssessmentReportTypesList.member = Shapes::ShapeRef.new(shape: AssessmentReportType)
486
+
405
487
  AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
406
488
  AvailabilityZone.struct_class = Types::AvailabilityZone
407
489
 
@@ -495,6 +577,16 @@ module Aws::DatabaseMigrationService
495
577
 
496
578
  ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
497
579
 
580
+ CreateDataProviderMessage.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
581
+ CreateDataProviderMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
582
+ CreateDataProviderMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
583
+ CreateDataProviderMessage.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, required: true, location_name: "Settings"))
584
+ CreateDataProviderMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
585
+ CreateDataProviderMessage.struct_class = Types::CreateDataProviderMessage
586
+
587
+ CreateDataProviderResponse.add_member(:data_provider, Shapes::ShapeRef.new(shape: DataProvider, location_name: "DataProvider"))
588
+ CreateDataProviderResponse.struct_class = Types::CreateDataProviderResponse
589
+
498
590
  CreateEndpointMessage.add_member(:endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointIdentifier"))
499
591
  CreateEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ReplicationEndpointTypeValue, required: true, location_name: "EndpointType"))
500
592
  CreateEndpointMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
@@ -560,6 +652,33 @@ module Aws::DatabaseMigrationService
560
652
  CreateFleetAdvisorCollectorResponse.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "S3BucketName"))
561
653
  CreateFleetAdvisorCollectorResponse.struct_class = Types::CreateFleetAdvisorCollectorResponse
562
654
 
655
+ CreateInstanceProfileMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
656
+ CreateInstanceProfileMessage.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyArn"))
657
+ CreateInstanceProfileMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
658
+ CreateInstanceProfileMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
659
+ CreateInstanceProfileMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
660
+ CreateInstanceProfileMessage.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileName"))
661
+ CreateInstanceProfileMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
662
+ CreateInstanceProfileMessage.add_member(:subnet_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupIdentifier"))
663
+ CreateInstanceProfileMessage.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroups"))
664
+ CreateInstanceProfileMessage.struct_class = Types::CreateInstanceProfileMessage
665
+
666
+ CreateInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "InstanceProfile"))
667
+ CreateInstanceProfileResponse.struct_class = Types::CreateInstanceProfileResponse
668
+
669
+ CreateMigrationProjectMessage.add_member(:migration_project_name, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectName"))
670
+ CreateMigrationProjectMessage.add_member(:source_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinitionList, required: true, location_name: "SourceDataProviderDescriptors"))
671
+ CreateMigrationProjectMessage.add_member(:target_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinitionList, required: true, location_name: "TargetDataProviderDescriptors"))
672
+ CreateMigrationProjectMessage.add_member(:instance_profile_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceProfileIdentifier"))
673
+ CreateMigrationProjectMessage.add_member(:transformation_rules, Shapes::ShapeRef.new(shape: String, location_name: "TransformationRules"))
674
+ CreateMigrationProjectMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
675
+ CreateMigrationProjectMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
676
+ CreateMigrationProjectMessage.add_member(:schema_conversion_application_attributes, Shapes::ShapeRef.new(shape: SCApplicationAttributes, location_name: "SchemaConversionApplicationAttributes"))
677
+ CreateMigrationProjectMessage.struct_class = Types::CreateMigrationProjectMessage
678
+
679
+ CreateMigrationProjectResponse.add_member(:migration_project, Shapes::ShapeRef.new(shape: MigrationProject, location_name: "MigrationProject"))
680
+ CreateMigrationProjectResponse.struct_class = Types::CreateMigrationProjectResponse
681
+
563
682
  CreateReplicationConfigMessage.add_member(:replication_config_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationConfigIdentifier"))
564
683
  CreateReplicationConfigMessage.add_member(:source_endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceEndpointArn"))
565
684
  CreateReplicationConfigMessage.add_member(:target_endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetEndpointArn"))
@@ -623,6 +742,43 @@ module Aws::DatabaseMigrationService
623
742
  CreateReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
624
743
  CreateReplicationTaskResponse.struct_class = Types::CreateReplicationTaskResponse
625
744
 
745
+ DataProvider.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
746
+ DataProvider.add_member(:data_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderArn"))
747
+ DataProvider.add_member(:data_provider_creation_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "DataProviderCreationTime"))
748
+ DataProvider.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
749
+ DataProvider.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
750
+ DataProvider.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, location_name: "Settings"))
751
+ DataProvider.struct_class = Types::DataProvider
752
+
753
+ DataProviderDescriptor.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
754
+ DataProviderDescriptor.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
755
+ DataProviderDescriptor.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
756
+ DataProviderDescriptor.add_member(:data_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderArn"))
757
+ DataProviderDescriptor.struct_class = Types::DataProviderDescriptor
758
+
759
+ DataProviderDescriptorDefinition.add_member(:data_provider_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataProviderIdentifier"))
760
+ DataProviderDescriptorDefinition.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
761
+ DataProviderDescriptorDefinition.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
762
+ DataProviderDescriptorDefinition.struct_class = Types::DataProviderDescriptorDefinition
763
+
764
+ DataProviderDescriptorDefinitionList.member = Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinition)
765
+
766
+ DataProviderDescriptorList.member = Shapes::ShapeRef.new(shape: DataProviderDescriptor)
767
+
768
+ DataProviderList.member = Shapes::ShapeRef.new(shape: DataProvider)
769
+
770
+ DataProviderSettings.add_member(:postgre_sql_settings, Shapes::ShapeRef.new(shape: PostgreSqlDataProviderSettings, location_name: "PostgreSqlSettings"))
771
+ DataProviderSettings.add_member(:my_sql_settings, Shapes::ShapeRef.new(shape: MySqlDataProviderSettings, location_name: "MySqlSettings"))
772
+ DataProviderSettings.add_member(:oracle_settings, Shapes::ShapeRef.new(shape: OracleDataProviderSettings, location_name: "OracleSettings"))
773
+ DataProviderSettings.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSqlServerDataProviderSettings, location_name: "MicrosoftSqlServerSettings"))
774
+ DataProviderSettings.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
775
+ DataProviderSettings.add_member_subclass(:postgre_sql_settings, Types::DataProviderSettings::PostgreSqlSettings)
776
+ DataProviderSettings.add_member_subclass(:my_sql_settings, Types::DataProviderSettings::MySqlSettings)
777
+ DataProviderSettings.add_member_subclass(:oracle_settings, Types::DataProviderSettings::OracleSettings)
778
+ DataProviderSettings.add_member_subclass(:microsoft_sql_server_settings, Types::DataProviderSettings::MicrosoftSqlServerSettings)
779
+ DataProviderSettings.add_member_subclass(:unknown, Types::DataProviderSettings::Unknown)
780
+ DataProviderSettings.struct_class = Types::DataProviderSettings
781
+
626
782
  DatabaseInstanceSoftwareDetailsResponse.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
627
783
  DatabaseInstanceSoftwareDetailsResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
628
784
  DatabaseInstanceSoftwareDetailsResponse.add_member(:engine_edition, Shapes::ShapeRef.new(shape: String, location_name: "EngineEdition"))
@@ -649,6 +805,9 @@ module Aws::DatabaseMigrationService
649
805
  DatabaseShortInfoResponse.add_member(:database_engine, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseEngine"))
650
806
  DatabaseShortInfoResponse.struct_class = Types::DatabaseShortInfoResponse
651
807
 
808
+ DefaultErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
809
+ DefaultErrorDetails.struct_class = Types::DefaultErrorDetails
810
+
652
811
  DeleteCertificateMessage.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateArn"))
653
812
  DeleteCertificateMessage.struct_class = Types::DeleteCertificateMessage
654
813
 
@@ -665,6 +824,12 @@ module Aws::DatabaseMigrationService
665
824
  DeleteConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
666
825
  DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
667
826
 
827
+ DeleteDataProviderMessage.add_member(:data_provider_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataProviderIdentifier"))
828
+ DeleteDataProviderMessage.struct_class = Types::DeleteDataProviderMessage
829
+
830
+ DeleteDataProviderResponse.add_member(:data_provider, Shapes::ShapeRef.new(shape: DataProvider, location_name: "DataProvider"))
831
+ DeleteDataProviderResponse.struct_class = Types::DeleteDataProviderResponse
832
+
668
833
  DeleteEndpointMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
669
834
  DeleteEndpointMessage.struct_class = Types::DeleteEndpointMessage
670
835
 
@@ -683,6 +848,18 @@ module Aws::DatabaseMigrationService
683
848
  DeleteFleetAdvisorDatabasesResponse.add_member(:database_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "DatabaseIds"))
684
849
  DeleteFleetAdvisorDatabasesResponse.struct_class = Types::DeleteFleetAdvisorDatabasesResponse
685
850
 
851
+ DeleteInstanceProfileMessage.add_member(:instance_profile_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceProfileIdentifier"))
852
+ DeleteInstanceProfileMessage.struct_class = Types::DeleteInstanceProfileMessage
853
+
854
+ DeleteInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "InstanceProfile"))
855
+ DeleteInstanceProfileResponse.struct_class = Types::DeleteInstanceProfileResponse
856
+
857
+ DeleteMigrationProjectMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
858
+ DeleteMigrationProjectMessage.struct_class = Types::DeleteMigrationProjectMessage
859
+
860
+ DeleteMigrationProjectResponse.add_member(:migration_project, Shapes::ShapeRef.new(shape: MigrationProject, location_name: "MigrationProject"))
861
+ DeleteMigrationProjectResponse.struct_class = Types::DeleteMigrationProjectResponse
862
+
686
863
  DeleteReplicationConfigMessage.add_member(:replication_config_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationConfigArn"))
687
864
  DeleteReplicationConfigMessage.struct_class = Types::DeleteReplicationConfigMessage
688
865
 
@@ -749,6 +926,22 @@ module Aws::DatabaseMigrationService
749
926
  DescribeConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "Connections"))
750
927
  DescribeConnectionsResponse.struct_class = Types::DescribeConnectionsResponse
751
928
 
929
+ DescribeConversionConfigurationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
930
+ DescribeConversionConfigurationMessage.struct_class = Types::DescribeConversionConfigurationMessage
931
+
932
+ DescribeConversionConfigurationResponse.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectIdentifier"))
933
+ DescribeConversionConfigurationResponse.add_member(:conversion_configuration, Shapes::ShapeRef.new(shape: String, location_name: "ConversionConfiguration"))
934
+ DescribeConversionConfigurationResponse.struct_class = Types::DescribeConversionConfigurationResponse
935
+
936
+ DescribeDataProvidersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
937
+ DescribeDataProvidersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
938
+ DescribeDataProvidersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
939
+ DescribeDataProvidersMessage.struct_class = Types::DescribeDataProvidersMessage
940
+
941
+ DescribeDataProvidersResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
942
+ DescribeDataProvidersResponse.add_member(:data_providers, Shapes::ShapeRef.new(shape: DataProviderList, location_name: "DataProviders"))
943
+ DescribeDataProvidersResponse.struct_class = Types::DescribeDataProvidersResponse
944
+
752
945
  DescribeEndpointSettingsMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
753
946
  DescribeEndpointSettingsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
754
947
  DescribeEndpointSettingsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -816,6 +1009,16 @@ module Aws::DatabaseMigrationService
816
1009
  DescribeEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
817
1010
  DescribeEventsResponse.struct_class = Types::DescribeEventsResponse
818
1011
 
1012
+ DescribeExtensionPackAssociationsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1013
+ DescribeExtensionPackAssociationsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1014
+ DescribeExtensionPackAssociationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1015
+ DescribeExtensionPackAssociationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1016
+ DescribeExtensionPackAssociationsMessage.struct_class = Types::DescribeExtensionPackAssociationsMessage
1017
+
1018
+ DescribeExtensionPackAssociationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1019
+ DescribeExtensionPackAssociationsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1020
+ DescribeExtensionPackAssociationsResponse.struct_class = Types::DescribeExtensionPackAssociationsResponse
1021
+
819
1022
  DescribeFleetAdvisorCollectorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
820
1023
  DescribeFleetAdvisorCollectorsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
821
1024
  DescribeFleetAdvisorCollectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -860,6 +1063,74 @@ module Aws::DatabaseMigrationService
860
1063
  DescribeFleetAdvisorSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
861
1064
  DescribeFleetAdvisorSchemasResponse.struct_class = Types::DescribeFleetAdvisorSchemasResponse
862
1065
 
1066
+ DescribeInstanceProfilesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1067
+ DescribeInstanceProfilesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1068
+ DescribeInstanceProfilesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1069
+ DescribeInstanceProfilesMessage.struct_class = Types::DescribeInstanceProfilesMessage
1070
+
1071
+ DescribeInstanceProfilesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1072
+ DescribeInstanceProfilesResponse.add_member(:instance_profiles, Shapes::ShapeRef.new(shape: InstanceProfileList, location_name: "InstanceProfiles"))
1073
+ DescribeInstanceProfilesResponse.struct_class = Types::DescribeInstanceProfilesResponse
1074
+
1075
+ DescribeMetadataModelAssessmentsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1076
+ DescribeMetadataModelAssessmentsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1077
+ DescribeMetadataModelAssessmentsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1078
+ DescribeMetadataModelAssessmentsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1079
+ DescribeMetadataModelAssessmentsMessage.struct_class = Types::DescribeMetadataModelAssessmentsMessage
1080
+
1081
+ DescribeMetadataModelAssessmentsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1082
+ DescribeMetadataModelAssessmentsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1083
+ DescribeMetadataModelAssessmentsResponse.struct_class = Types::DescribeMetadataModelAssessmentsResponse
1084
+
1085
+ DescribeMetadataModelConversionsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1086
+ DescribeMetadataModelConversionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1087
+ DescribeMetadataModelConversionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1088
+ DescribeMetadataModelConversionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1089
+ DescribeMetadataModelConversionsMessage.struct_class = Types::DescribeMetadataModelConversionsMessage
1090
+
1091
+ DescribeMetadataModelConversionsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1092
+ DescribeMetadataModelConversionsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1093
+ DescribeMetadataModelConversionsResponse.struct_class = Types::DescribeMetadataModelConversionsResponse
1094
+
1095
+ DescribeMetadataModelExportsAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1096
+ DescribeMetadataModelExportsAsScriptMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1097
+ DescribeMetadataModelExportsAsScriptMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1098
+ DescribeMetadataModelExportsAsScriptMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1099
+ DescribeMetadataModelExportsAsScriptMessage.struct_class = Types::DescribeMetadataModelExportsAsScriptMessage
1100
+
1101
+ DescribeMetadataModelExportsAsScriptResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1102
+ DescribeMetadataModelExportsAsScriptResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1103
+ DescribeMetadataModelExportsAsScriptResponse.struct_class = Types::DescribeMetadataModelExportsAsScriptResponse
1104
+
1105
+ DescribeMetadataModelExportsToTargetMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1106
+ DescribeMetadataModelExportsToTargetMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1107
+ DescribeMetadataModelExportsToTargetMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1108
+ DescribeMetadataModelExportsToTargetMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1109
+ DescribeMetadataModelExportsToTargetMessage.struct_class = Types::DescribeMetadataModelExportsToTargetMessage
1110
+
1111
+ DescribeMetadataModelExportsToTargetResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1112
+ DescribeMetadataModelExportsToTargetResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1113
+ DescribeMetadataModelExportsToTargetResponse.struct_class = Types::DescribeMetadataModelExportsToTargetResponse
1114
+
1115
+ DescribeMetadataModelImportsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1116
+ DescribeMetadataModelImportsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1117
+ DescribeMetadataModelImportsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1118
+ DescribeMetadataModelImportsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1119
+ DescribeMetadataModelImportsMessage.struct_class = Types::DescribeMetadataModelImportsMessage
1120
+
1121
+ DescribeMetadataModelImportsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1122
+ DescribeMetadataModelImportsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1123
+ DescribeMetadataModelImportsResponse.struct_class = Types::DescribeMetadataModelImportsResponse
1124
+
1125
+ DescribeMigrationProjectsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1126
+ DescribeMigrationProjectsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1127
+ DescribeMigrationProjectsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1128
+ DescribeMigrationProjectsMessage.struct_class = Types::DescribeMigrationProjectsMessage
1129
+
1130
+ DescribeMigrationProjectsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1131
+ DescribeMigrationProjectsResponse.add_member(:migration_projects, Shapes::ShapeRef.new(shape: MigrationProjectList, location_name: "MigrationProjects"))
1132
+ DescribeMigrationProjectsResponse.struct_class = Types::DescribeMigrationProjectsResponse
1133
+
863
1134
  DescribeOrderableReplicationInstancesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
864
1135
  DescribeOrderableReplicationInstancesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
865
1136
  DescribeOrderableReplicationInstancesMessage.struct_class = Types::DescribeOrderableReplicationInstancesMessage
@@ -1113,6 +1384,12 @@ module Aws::DatabaseMigrationService
1113
1384
 
1114
1385
  EngineVersionList.member = Shapes::ShapeRef.new(shape: EngineVersion)
1115
1386
 
1387
+ ErrorDetails.add_member(:default_error_details, Shapes::ShapeRef.new(shape: DefaultErrorDetails, location_name: "defaultErrorDetails"))
1388
+ ErrorDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1389
+ ErrorDetails.add_member_subclass(:default_error_details, Types::ErrorDetails::DefaultErrorDetails)
1390
+ ErrorDetails.add_member_subclass(:unknown, Types::ErrorDetails::Unknown)
1391
+ ErrorDetails.struct_class = Types::ErrorDetails
1392
+
1116
1393
  Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
1117
1394
  Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
1118
1395
  Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -1145,6 +1422,24 @@ module Aws::DatabaseMigrationService
1145
1422
 
1146
1423
  ExcludeTestList.member = Shapes::ShapeRef.new(shape: String)
1147
1424
 
1425
+ ExportMetadataModelAssessmentMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1426
+ ExportMetadataModelAssessmentMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
1427
+ ExportMetadataModelAssessmentMessage.add_member(:file_name, Shapes::ShapeRef.new(shape: String, location_name: "FileName"))
1428
+ ExportMetadataModelAssessmentMessage.add_member(:assessment_report_types, Shapes::ShapeRef.new(shape: AssessmentReportTypesList, location_name: "AssessmentReportTypes"))
1429
+ ExportMetadataModelAssessmentMessage.struct_class = Types::ExportMetadataModelAssessmentMessage
1430
+
1431
+ ExportMetadataModelAssessmentResponse.add_member(:pdf_report, Shapes::ShapeRef.new(shape: ExportMetadataModelAssessmentResultEntry, location_name: "PdfReport"))
1432
+ ExportMetadataModelAssessmentResponse.add_member(:csv_report, Shapes::ShapeRef.new(shape: ExportMetadataModelAssessmentResultEntry, location_name: "CsvReport"))
1433
+ ExportMetadataModelAssessmentResponse.struct_class = Types::ExportMetadataModelAssessmentResponse
1434
+
1435
+ ExportMetadataModelAssessmentResultEntry.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: String, location_name: "S3ObjectKey"))
1436
+ ExportMetadataModelAssessmentResultEntry.add_member(:object_url, Shapes::ShapeRef.new(shape: String, location_name: "ObjectURL"))
1437
+ ExportMetadataModelAssessmentResultEntry.struct_class = Types::ExportMetadataModelAssessmentResultEntry
1438
+
1439
+ ExportSqlDetails.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: String, location_name: "S3ObjectKey"))
1440
+ ExportSqlDetails.add_member(:object_url, Shapes::ShapeRef.new(shape: String, location_name: "ObjectURL"))
1441
+ ExportSqlDetails.struct_class = Types::ExportSqlDetails
1442
+
1148
1443
  Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
1149
1444
  Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
1150
1445
  Filter.struct_class = Types::Filter
@@ -1211,6 +1506,20 @@ module Aws::DatabaseMigrationService
1211
1506
 
1212
1507
  IndividualAssessmentNameList.member = Shapes::ShapeRef.new(shape: String)
1213
1508
 
1509
+ InstanceProfile.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileArn"))
1510
+ InstanceProfile.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1511
+ InstanceProfile.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyArn"))
1512
+ InstanceProfile.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
1513
+ InstanceProfile.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1514
+ InstanceProfile.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileName"))
1515
+ InstanceProfile.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1516
+ InstanceProfile.add_member(:instance_profile_creation_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "InstanceProfileCreationTime"))
1517
+ InstanceProfile.add_member(:subnet_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupIdentifier"))
1518
+ InstanceProfile.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroups"))
1519
+ InstanceProfile.struct_class = Types::InstanceProfile
1520
+
1521
+ InstanceProfileList.member = Shapes::ShapeRef.new(shape: InstanceProfile)
1522
+
1214
1523
  InsufficientResourceCapacityFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1215
1524
  InsufficientResourceCapacityFault.struct_class = Types::InsufficientResourceCapacityFault
1216
1525
 
@@ -1325,6 +1634,45 @@ module Aws::DatabaseMigrationService
1325
1634
  MicrosoftSQLServerSettings.add_member(:force_lob_lookup, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceLobLookup"))
1326
1635
  MicrosoftSQLServerSettings.struct_class = Types::MicrosoftSQLServerSettings
1327
1636
 
1637
+ MicrosoftSqlServerDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1638
+ MicrosoftSqlServerDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1639
+ MicrosoftSqlServerDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
1640
+ MicrosoftSqlServerDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1641
+ MicrosoftSqlServerDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1642
+ MicrosoftSqlServerDataProviderSettings.struct_class = Types::MicrosoftSqlServerDataProviderSettings
1643
+
1644
+ MigrationProject.add_member(:migration_project_name, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectName"))
1645
+ MigrationProject.add_member(:migration_project_arn, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectArn"))
1646
+ MigrationProject.add_member(:migration_project_creation_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "MigrationProjectCreationTime"))
1647
+ MigrationProject.add_member(:source_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorList, location_name: "SourceDataProviderDescriptors"))
1648
+ MigrationProject.add_member(:target_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorList, location_name: "TargetDataProviderDescriptors"))
1649
+ MigrationProject.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileArn"))
1650
+ MigrationProject.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileName"))
1651
+ MigrationProject.add_member(:transformation_rules, Shapes::ShapeRef.new(shape: String, location_name: "TransformationRules"))
1652
+ MigrationProject.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1653
+ MigrationProject.add_member(:schema_conversion_application_attributes, Shapes::ShapeRef.new(shape: SCApplicationAttributes, location_name: "SchemaConversionApplicationAttributes"))
1654
+ MigrationProject.struct_class = Types::MigrationProject
1655
+
1656
+ MigrationProjectList.member = Shapes::ShapeRef.new(shape: MigrationProject)
1657
+
1658
+ ModifyConversionConfigurationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1659
+ ModifyConversionConfigurationMessage.add_member(:conversion_configuration, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConversionConfiguration"))
1660
+ ModifyConversionConfigurationMessage.struct_class = Types::ModifyConversionConfigurationMessage
1661
+
1662
+ ModifyConversionConfigurationResponse.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectIdentifier"))
1663
+ ModifyConversionConfigurationResponse.struct_class = Types::ModifyConversionConfigurationResponse
1664
+
1665
+ ModifyDataProviderMessage.add_member(:data_provider_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataProviderIdentifier"))
1666
+ ModifyDataProviderMessage.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
1667
+ ModifyDataProviderMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1668
+ ModifyDataProviderMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
1669
+ ModifyDataProviderMessage.add_member(:exact_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExactSettings"))
1670
+ ModifyDataProviderMessage.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, location_name: "Settings"))
1671
+ ModifyDataProviderMessage.struct_class = Types::ModifyDataProviderMessage
1672
+
1673
+ ModifyDataProviderResponse.add_member(:data_provider, Shapes::ShapeRef.new(shape: DataProvider, location_name: "DataProvider"))
1674
+ ModifyDataProviderResponse.struct_class = Types::ModifyDataProviderResponse
1675
+
1328
1676
  ModifyEndpointMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
1329
1677
  ModifyEndpointMessage.add_member(:endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "EndpointIdentifier"))
1330
1678
  ModifyEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ReplicationEndpointTypeValue, location_name: "EndpointType"))
@@ -1374,6 +1722,33 @@ module Aws::DatabaseMigrationService
1374
1722
  ModifyEventSubscriptionResponse.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
1375
1723
  ModifyEventSubscriptionResponse.struct_class = Types::ModifyEventSubscriptionResponse
1376
1724
 
1725
+ ModifyInstanceProfileMessage.add_member(:instance_profile_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceProfileIdentifier"))
1726
+ ModifyInstanceProfileMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1727
+ ModifyInstanceProfileMessage.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyArn"))
1728
+ ModifyInstanceProfileMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
1729
+ ModifyInstanceProfileMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1730
+ ModifyInstanceProfileMessage.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileName"))
1731
+ ModifyInstanceProfileMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1732
+ ModifyInstanceProfileMessage.add_member(:subnet_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupIdentifier"))
1733
+ ModifyInstanceProfileMessage.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroups"))
1734
+ ModifyInstanceProfileMessage.struct_class = Types::ModifyInstanceProfileMessage
1735
+
1736
+ ModifyInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "InstanceProfile"))
1737
+ ModifyInstanceProfileResponse.struct_class = Types::ModifyInstanceProfileResponse
1738
+
1739
+ ModifyMigrationProjectMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1740
+ ModifyMigrationProjectMessage.add_member(:migration_project_name, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectName"))
1741
+ ModifyMigrationProjectMessage.add_member(:source_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinitionList, location_name: "SourceDataProviderDescriptors"))
1742
+ ModifyMigrationProjectMessage.add_member(:target_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinitionList, location_name: "TargetDataProviderDescriptors"))
1743
+ ModifyMigrationProjectMessage.add_member(:instance_profile_identifier, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileIdentifier"))
1744
+ ModifyMigrationProjectMessage.add_member(:transformation_rules, Shapes::ShapeRef.new(shape: String, location_name: "TransformationRules"))
1745
+ ModifyMigrationProjectMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1746
+ ModifyMigrationProjectMessage.add_member(:schema_conversion_application_attributes, Shapes::ShapeRef.new(shape: SCApplicationAttributes, location_name: "SchemaConversionApplicationAttributes"))
1747
+ ModifyMigrationProjectMessage.struct_class = Types::ModifyMigrationProjectMessage
1748
+
1749
+ ModifyMigrationProjectResponse.add_member(:migration_project, Shapes::ShapeRef.new(shape: MigrationProject, location_name: "MigrationProject"))
1750
+ ModifyMigrationProjectResponse.struct_class = Types::ModifyMigrationProjectResponse
1751
+
1377
1752
  ModifyReplicationConfigMessage.add_member(:replication_config_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationConfigArn"))
1378
1753
  ModifyReplicationConfigMessage.add_member(:replication_config_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationConfigIdentifier"))
1379
1754
  ModifyReplicationConfigMessage.add_member(:replication_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, location_name: "ReplicationType"))
@@ -1468,6 +1843,12 @@ module Aws::DatabaseMigrationService
1468
1843
  MySQLSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
1469
1844
  MySQLSettings.struct_class = Types::MySQLSettings
1470
1845
 
1846
+ MySqlDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1847
+ MySqlDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1848
+ MySqlDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1849
+ MySqlDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1850
+ MySqlDataProviderSettings.struct_class = Types::MySqlDataProviderSettings
1851
+
1471
1852
  NeptuneSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
1472
1853
  NeptuneSettings.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketName"))
1473
1854
  NeptuneSettings.add_member(:s3_bucket_folder, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketFolder"))
@@ -1477,6 +1858,18 @@ module Aws::DatabaseMigrationService
1477
1858
  NeptuneSettings.add_member(:iam_auth_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IamAuthEnabled"))
1478
1859
  NeptuneSettings.struct_class = Types::NeptuneSettings
1479
1860
 
1861
+ OracleDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1862
+ OracleDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1863
+ OracleDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
1864
+ OracleDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1865
+ OracleDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1866
+ OracleDataProviderSettings.add_member(:asm_server, Shapes::ShapeRef.new(shape: String, location_name: "AsmServer"))
1867
+ OracleDataProviderSettings.add_member(:secrets_manager_oracle_asm_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerOracleAsmSecretId"))
1868
+ OracleDataProviderSettings.add_member(:secrets_manager_oracle_asm_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerOracleAsmAccessRoleArn"))
1869
+ OracleDataProviderSettings.add_member(:secrets_manager_security_db_encryption_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecurityDbEncryptionSecretId"))
1870
+ OracleDataProviderSettings.add_member(:secrets_manager_security_db_encryption_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecurityDbEncryptionAccessRoleArn"))
1871
+ OracleDataProviderSettings.struct_class = Types::OracleDataProviderSettings
1872
+
1480
1873
  OracleSettings.add_member(:add_supplemental_logging, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddSupplementalLogging"))
1481
1874
  OracleSettings.add_member(:archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ArchivedLogDestId"))
1482
1875
  OracleSettings.add_member(:additional_archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AdditionalArchivedLogDestId"))
@@ -1573,6 +1966,13 @@ module Aws::DatabaseMigrationService
1573
1966
  PostgreSQLSettings.add_member(:babelfish_database_name, Shapes::ShapeRef.new(shape: String, location_name: "BabelfishDatabaseName"))
1574
1967
  PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
1575
1968
 
1969
+ PostgreSqlDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1970
+ PostgreSqlDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1971
+ PostgreSqlDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
1972
+ PostgreSqlDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1973
+ PostgreSqlDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1974
+ PostgreSqlDataProviderSettings.struct_class = Types::PostgreSqlDataProviderSettings
1975
+
1576
1976
  ProvisionData.add_member(:provision_state, Shapes::ShapeRef.new(shape: String, location_name: "ProvisionState"))
1577
1977
  ProvisionData.add_member(:provisioned_capacity_units, Shapes::ShapeRef.new(shape: Integer, location_name: "ProvisionedCapacityUnits"))
1578
1978
  ProvisionData.add_member(:date_provisioned, Shapes::ShapeRef.new(shape: TStamp, location_name: "DateProvisioned"))
@@ -1966,12 +2366,25 @@ module Aws::DatabaseMigrationService
1966
2366
  S3Settings.add_member(:glue_catalog_generation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "GlueCatalogGeneration"))
1967
2367
  S3Settings.struct_class = Types::S3Settings
1968
2368
 
2369
+ SCApplicationAttributes.add_member(:s3_bucket_path, Shapes::ShapeRef.new(shape: String, location_name: "S3BucketPath"))
2370
+ SCApplicationAttributes.add_member(:s3_bucket_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3BucketRoleArn"))
2371
+ SCApplicationAttributes.struct_class = Types::SCApplicationAttributes
2372
+
1969
2373
  SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1970
2374
  SNSInvalidTopicFault.struct_class = Types::SNSInvalidTopicFault
1971
2375
 
1972
2376
  SNSNoAuthorizationFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1973
2377
  SNSNoAuthorizationFault.struct_class = Types::SNSNoAuthorizationFault
1974
2378
 
2379
+ SchemaConversionRequest.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
2380
+ SchemaConversionRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2381
+ SchemaConversionRequest.add_member(:migration_project_arn, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectArn"))
2382
+ SchemaConversionRequest.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "Error"))
2383
+ SchemaConversionRequest.add_member(:export_sql_details, Shapes::ShapeRef.new(shape: ExportSqlDetails, location_name: "ExportSqlDetails"))
2384
+ SchemaConversionRequest.struct_class = Types::SchemaConversionRequest
2385
+
2386
+ SchemaConversionRequestList.member = Shapes::ShapeRef.new(shape: SchemaConversionRequest)
2387
+
1975
2388
  SchemaList.member = Shapes::ShapeRef.new(shape: String)
1976
2389
 
1977
2390
  SchemaResponse.add_member(:code_line_count, Shapes::ShapeRef.new(shape: LongOptional, location_name: "CodeLineCount"))
@@ -1999,6 +2412,52 @@ module Aws::DatabaseMigrationService
1999
2412
 
2000
2413
  SourceIdsList.member = Shapes::ShapeRef.new(shape: String)
2001
2414
 
2415
+ StartExtensionPackAssociationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2416
+ StartExtensionPackAssociationMessage.struct_class = Types::StartExtensionPackAssociationMessage
2417
+
2418
+ StartExtensionPackAssociationResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2419
+ StartExtensionPackAssociationResponse.struct_class = Types::StartExtensionPackAssociationResponse
2420
+
2421
+ StartMetadataModelAssessmentMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2422
+ StartMetadataModelAssessmentMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2423
+ StartMetadataModelAssessmentMessage.struct_class = Types::StartMetadataModelAssessmentMessage
2424
+
2425
+ StartMetadataModelAssessmentResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2426
+ StartMetadataModelAssessmentResponse.struct_class = Types::StartMetadataModelAssessmentResponse
2427
+
2428
+ StartMetadataModelConversionMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2429
+ StartMetadataModelConversionMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2430
+ StartMetadataModelConversionMessage.struct_class = Types::StartMetadataModelConversionMessage
2431
+
2432
+ StartMetadataModelConversionResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2433
+ StartMetadataModelConversionResponse.struct_class = Types::StartMetadataModelConversionResponse
2434
+
2435
+ StartMetadataModelExportAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2436
+ StartMetadataModelExportAsScriptMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2437
+ StartMetadataModelExportAsScriptMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
2438
+ StartMetadataModelExportAsScriptMessage.add_member(:file_name, Shapes::ShapeRef.new(shape: String, location_name: "FileName"))
2439
+ StartMetadataModelExportAsScriptMessage.struct_class = Types::StartMetadataModelExportAsScriptMessage
2440
+
2441
+ StartMetadataModelExportAsScriptResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2442
+ StartMetadataModelExportAsScriptResponse.struct_class = Types::StartMetadataModelExportAsScriptResponse
2443
+
2444
+ StartMetadataModelExportToTargetMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2445
+ StartMetadataModelExportToTargetMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2446
+ StartMetadataModelExportToTargetMessage.add_member(:overwrite_extension_pack, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "OverwriteExtensionPack"))
2447
+ StartMetadataModelExportToTargetMessage.struct_class = Types::StartMetadataModelExportToTargetMessage
2448
+
2449
+ StartMetadataModelExportToTargetResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2450
+ StartMetadataModelExportToTargetResponse.struct_class = Types::StartMetadataModelExportToTargetResponse
2451
+
2452
+ StartMetadataModelImportMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2453
+ StartMetadataModelImportMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2454
+ StartMetadataModelImportMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
2455
+ StartMetadataModelImportMessage.add_member(:refresh, Shapes::ShapeRef.new(shape: Boolean, location_name: "Refresh"))
2456
+ StartMetadataModelImportMessage.struct_class = Types::StartMetadataModelImportMessage
2457
+
2458
+ StartMetadataModelImportResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2459
+ StartMetadataModelImportResponse.struct_class = Types::StartMetadataModelImportResponse
2460
+
2002
2461
  StartRecommendationsRequest.add_member(:database_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DatabaseId"))
2003
2462
  StartRecommendationsRequest.add_member(:settings, Shapes::ShapeRef.new(shape: RecommendationSettings, required: true, location_name: "Settings"))
2004
2463
  StartRecommendationsRequest.struct_class = Types::StartRecommendationsRequest
@@ -2225,6 +2684,17 @@ module Aws::DatabaseMigrationService
2225
2684
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2226
2685
  end)
2227
2686
 
2687
+ api.add_operation(:create_data_provider, Seahorse::Model::Operation.new.tap do |o|
2688
+ o.name = "CreateDataProvider"
2689
+ o.http_method = "POST"
2690
+ o.http_request_uri = "/"
2691
+ o.input = Shapes::ShapeRef.new(shape: CreateDataProviderMessage)
2692
+ o.output = Shapes::ShapeRef.new(shape: CreateDataProviderResponse)
2693
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2694
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2695
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
2696
+ end)
2697
+
2228
2698
  api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
2229
2699
  o.name = "CreateEndpoint"
2230
2700
  o.http_method = "POST"
@@ -2271,6 +2741,36 @@ module Aws::DatabaseMigrationService
2271
2741
  o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2272
2742
  end)
2273
2743
 
2744
+ api.add_operation(:create_instance_profile, Seahorse::Model::Operation.new.tap do |o|
2745
+ o.name = "CreateInstanceProfile"
2746
+ o.http_method = "POST"
2747
+ o.http_request_uri = "/"
2748
+ o.input = Shapes::ShapeRef.new(shape: CreateInstanceProfileMessage)
2749
+ o.output = Shapes::ShapeRef.new(shape: CreateInstanceProfileResponse)
2750
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2751
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
2752
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2753
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2754
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2755
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
2756
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
2757
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
2758
+ end)
2759
+
2760
+ api.add_operation(:create_migration_project, Seahorse::Model::Operation.new.tap do |o|
2761
+ o.name = "CreateMigrationProject"
2762
+ o.http_method = "POST"
2763
+ o.http_request_uri = "/"
2764
+ o.input = Shapes::ShapeRef.new(shape: CreateMigrationProjectMessage)
2765
+ o.output = Shapes::ShapeRef.new(shape: CreateMigrationProjectResponse)
2766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2767
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
2768
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2769
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2770
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
2771
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
2772
+ end)
2773
+
2274
2774
  api.add_operation(:create_replication_config, Seahorse::Model::Operation.new.tap do |o|
2275
2775
  o.name = "CreateReplicationConfig"
2276
2776
  o.http_method = "POST"
@@ -2354,6 +2854,17 @@ module Aws::DatabaseMigrationService
2354
2854
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2355
2855
  end)
2356
2856
 
2857
+ api.add_operation(:delete_data_provider, Seahorse::Model::Operation.new.tap do |o|
2858
+ o.name = "DeleteDataProvider"
2859
+ o.http_method = "POST"
2860
+ o.http_request_uri = "/"
2861
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataProviderMessage)
2862
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataProviderResponse)
2863
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2864
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2865
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2866
+ end)
2867
+
2357
2868
  api.add_operation(:delete_endpoint, Seahorse::Model::Operation.new.tap do |o|
2358
2869
  o.name = "DeleteEndpoint"
2359
2870
  o.http_method = "POST"
@@ -2394,6 +2905,28 @@ module Aws::DatabaseMigrationService
2394
2905
  o.errors << Shapes::ShapeRef.new(shape: InvalidOperationFault)
2395
2906
  end)
2396
2907
 
2908
+ api.add_operation(:delete_instance_profile, Seahorse::Model::Operation.new.tap do |o|
2909
+ o.name = "DeleteInstanceProfile"
2910
+ o.http_method = "POST"
2911
+ o.http_request_uri = "/"
2912
+ o.input = Shapes::ShapeRef.new(shape: DeleteInstanceProfileMessage)
2913
+ o.output = Shapes::ShapeRef.new(shape: DeleteInstanceProfileResponse)
2914
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2915
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2916
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2917
+ end)
2918
+
2919
+ api.add_operation(:delete_migration_project, Seahorse::Model::Operation.new.tap do |o|
2920
+ o.name = "DeleteMigrationProject"
2921
+ o.http_method = "POST"
2922
+ o.http_request_uri = "/"
2923
+ o.input = Shapes::ShapeRef.new(shape: DeleteMigrationProjectMessage)
2924
+ o.output = Shapes::ShapeRef.new(shape: DeleteMigrationProjectResponse)
2925
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2926
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2927
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2928
+ end)
2929
+
2397
2930
  api.add_operation(:delete_replication_config, Seahorse::Model::Operation.new.tap do |o|
2398
2931
  o.name = "DeleteReplicationConfig"
2399
2932
  o.http_method = "POST"
@@ -2501,6 +3034,31 @@ module Aws::DatabaseMigrationService
2501
3034
  )
2502
3035
  end)
2503
3036
 
3037
+ api.add_operation(:describe_conversion_configuration, Seahorse::Model::Operation.new.tap do |o|
3038
+ o.name = "DescribeConversionConfiguration"
3039
+ o.http_method = "POST"
3040
+ o.http_request_uri = "/"
3041
+ o.input = Shapes::ShapeRef.new(shape: DescribeConversionConfigurationMessage)
3042
+ o.output = Shapes::ShapeRef.new(shape: DescribeConversionConfigurationResponse)
3043
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3044
+ end)
3045
+
3046
+ api.add_operation(:describe_data_providers, Seahorse::Model::Operation.new.tap do |o|
3047
+ o.name = "DescribeDataProviders"
3048
+ o.http_method = "POST"
3049
+ o.http_request_uri = "/"
3050
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataProvidersMessage)
3051
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataProvidersResponse)
3052
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3053
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3054
+ o[:pager] = Aws::Pager.new(
3055
+ limit_key: "max_records",
3056
+ tokens: {
3057
+ "marker" => "marker"
3058
+ }
3059
+ )
3060
+ end)
3061
+
2504
3062
  api.add_operation(:describe_endpoint_settings, Seahorse::Model::Operation.new.tap do |o|
2505
3063
  o.name = "DescribeEndpointSettings"
2506
3064
  o.http_method = "POST"
@@ -2595,6 +3153,20 @@ module Aws::DatabaseMigrationService
2595
3153
  )
2596
3154
  end)
2597
3155
 
3156
+ api.add_operation(:describe_extension_pack_associations, Seahorse::Model::Operation.new.tap do |o|
3157
+ o.name = "DescribeExtensionPackAssociations"
3158
+ o.http_method = "POST"
3159
+ o.http_request_uri = "/"
3160
+ o.input = Shapes::ShapeRef.new(shape: DescribeExtensionPackAssociationsMessage)
3161
+ o.output = Shapes::ShapeRef.new(shape: DescribeExtensionPackAssociationsResponse)
3162
+ o[:pager] = Aws::Pager.new(
3163
+ limit_key: "max_records",
3164
+ tokens: {
3165
+ "marker" => "marker"
3166
+ }
3167
+ )
3168
+ end)
3169
+
2598
3170
  api.add_operation(:describe_fleet_advisor_collectors, Seahorse::Model::Operation.new.tap do |o|
2599
3171
  o.name = "DescribeFleetAdvisorCollectors"
2600
3172
  o.http_method = "POST"
@@ -2670,6 +3242,113 @@ module Aws::DatabaseMigrationService
2670
3242
  )
2671
3243
  end)
2672
3244
 
3245
+ api.add_operation(:describe_instance_profiles, Seahorse::Model::Operation.new.tap do |o|
3246
+ o.name = "DescribeInstanceProfiles"
3247
+ o.http_method = "POST"
3248
+ o.http_request_uri = "/"
3249
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstanceProfilesMessage)
3250
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstanceProfilesResponse)
3251
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3252
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3253
+ o[:pager] = Aws::Pager.new(
3254
+ limit_key: "max_records",
3255
+ tokens: {
3256
+ "marker" => "marker"
3257
+ }
3258
+ )
3259
+ end)
3260
+
3261
+ api.add_operation(:describe_metadata_model_assessments, Seahorse::Model::Operation.new.tap do |o|
3262
+ o.name = "DescribeMetadataModelAssessments"
3263
+ o.http_method = "POST"
3264
+ o.http_request_uri = "/"
3265
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelAssessmentsMessage)
3266
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelAssessmentsResponse)
3267
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3268
+ o[:pager] = Aws::Pager.new(
3269
+ limit_key: "max_records",
3270
+ tokens: {
3271
+ "marker" => "marker"
3272
+ }
3273
+ )
3274
+ end)
3275
+
3276
+ api.add_operation(:describe_metadata_model_conversions, Seahorse::Model::Operation.new.tap do |o|
3277
+ o.name = "DescribeMetadataModelConversions"
3278
+ o.http_method = "POST"
3279
+ o.http_request_uri = "/"
3280
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelConversionsMessage)
3281
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelConversionsResponse)
3282
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3283
+ o[:pager] = Aws::Pager.new(
3284
+ limit_key: "max_records",
3285
+ tokens: {
3286
+ "marker" => "marker"
3287
+ }
3288
+ )
3289
+ end)
3290
+
3291
+ api.add_operation(:describe_metadata_model_exports_as_script, Seahorse::Model::Operation.new.tap do |o|
3292
+ o.name = "DescribeMetadataModelExportsAsScript"
3293
+ o.http_method = "POST"
3294
+ o.http_request_uri = "/"
3295
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelExportsAsScriptMessage)
3296
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelExportsAsScriptResponse)
3297
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3298
+ o[:pager] = Aws::Pager.new(
3299
+ limit_key: "max_records",
3300
+ tokens: {
3301
+ "marker" => "marker"
3302
+ }
3303
+ )
3304
+ end)
3305
+
3306
+ api.add_operation(:describe_metadata_model_exports_to_target, Seahorse::Model::Operation.new.tap do |o|
3307
+ o.name = "DescribeMetadataModelExportsToTarget"
3308
+ o.http_method = "POST"
3309
+ o.http_request_uri = "/"
3310
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelExportsToTargetMessage)
3311
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelExportsToTargetResponse)
3312
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3313
+ o[:pager] = Aws::Pager.new(
3314
+ limit_key: "max_records",
3315
+ tokens: {
3316
+ "marker" => "marker"
3317
+ }
3318
+ )
3319
+ end)
3320
+
3321
+ api.add_operation(:describe_metadata_model_imports, Seahorse::Model::Operation.new.tap do |o|
3322
+ o.name = "DescribeMetadataModelImports"
3323
+ o.http_method = "POST"
3324
+ o.http_request_uri = "/"
3325
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelImportsMessage)
3326
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelImportsResponse)
3327
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3328
+ o[:pager] = Aws::Pager.new(
3329
+ limit_key: "max_records",
3330
+ tokens: {
3331
+ "marker" => "marker"
3332
+ }
3333
+ )
3334
+ end)
3335
+
3336
+ api.add_operation(:describe_migration_projects, Seahorse::Model::Operation.new.tap do |o|
3337
+ o.name = "DescribeMigrationProjects"
3338
+ o.http_method = "POST"
3339
+ o.http_request_uri = "/"
3340
+ o.input = Shapes::ShapeRef.new(shape: DescribeMigrationProjectsMessage)
3341
+ o.output = Shapes::ShapeRef.new(shape: DescribeMigrationProjectsResponse)
3342
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3343
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3344
+ o[:pager] = Aws::Pager.new(
3345
+ limit_key: "max_records",
3346
+ tokens: {
3347
+ "marker" => "marker"
3348
+ }
3349
+ )
3350
+ end)
3351
+
2673
3352
  api.add_operation(:describe_orderable_replication_instances, Seahorse::Model::Operation.new.tap do |o|
2674
3353
  o.name = "DescribeOrderableReplicationInstances"
2675
3354
  o.http_method = "POST"
@@ -2925,6 +3604,15 @@ module Aws::DatabaseMigrationService
2925
3604
  )
2926
3605
  end)
2927
3606
 
3607
+ api.add_operation(:export_metadata_model_assessment, Seahorse::Model::Operation.new.tap do |o|
3608
+ o.name = "ExportMetadataModelAssessment"
3609
+ o.http_method = "POST"
3610
+ o.http_request_uri = "/"
3611
+ o.input = Shapes::ShapeRef.new(shape: ExportMetadataModelAssessmentMessage)
3612
+ o.output = Shapes::ShapeRef.new(shape: ExportMetadataModelAssessmentResponse)
3613
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3614
+ end)
3615
+
2928
3616
  api.add_operation(:import_certificate, Seahorse::Model::Operation.new.tap do |o|
2929
3617
  o.name = "ImportCertificate"
2930
3618
  o.http_method = "POST"
@@ -2945,6 +3633,27 @@ module Aws::DatabaseMigrationService
2945
3633
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2946
3634
  end)
2947
3635
 
3636
+ api.add_operation(:modify_conversion_configuration, Seahorse::Model::Operation.new.tap do |o|
3637
+ o.name = "ModifyConversionConfiguration"
3638
+ o.http_method = "POST"
3639
+ o.http_request_uri = "/"
3640
+ o.input = Shapes::ShapeRef.new(shape: ModifyConversionConfigurationMessage)
3641
+ o.output = Shapes::ShapeRef.new(shape: ModifyConversionConfigurationResponse)
3642
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3643
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3644
+ end)
3645
+
3646
+ api.add_operation(:modify_data_provider, Seahorse::Model::Operation.new.tap do |o|
3647
+ o.name = "ModifyDataProvider"
3648
+ o.http_method = "POST"
3649
+ o.http_request_uri = "/"
3650
+ o.input = Shapes::ShapeRef.new(shape: ModifyDataProviderMessage)
3651
+ o.output = Shapes::ShapeRef.new(shape: ModifyDataProviderResponse)
3652
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3654
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3655
+ end)
3656
+
2948
3657
  api.add_operation(:modify_endpoint, Seahorse::Model::Operation.new.tap do |o|
2949
3658
  o.name = "ModifyEndpoint"
2950
3659
  o.http_method = "POST"
@@ -2975,6 +3684,33 @@ module Aws::DatabaseMigrationService
2975
3684
  o.errors << Shapes::ShapeRef.new(shape: KMSThrottlingFault)
2976
3685
  end)
2977
3686
 
3687
+ api.add_operation(:modify_instance_profile, Seahorse::Model::Operation.new.tap do |o|
3688
+ o.name = "ModifyInstanceProfile"
3689
+ o.http_method = "POST"
3690
+ o.http_request_uri = "/"
3691
+ o.input = Shapes::ShapeRef.new(shape: ModifyInstanceProfileMessage)
3692
+ o.output = Shapes::ShapeRef.new(shape: ModifyInstanceProfileResponse)
3693
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3694
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3695
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3696
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3697
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3698
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3699
+ end)
3700
+
3701
+ api.add_operation(:modify_migration_project, Seahorse::Model::Operation.new.tap do |o|
3702
+ o.name = "ModifyMigrationProject"
3703
+ o.http_method = "POST"
3704
+ o.http_request_uri = "/"
3705
+ o.input = Shapes::ShapeRef.new(shape: ModifyMigrationProjectMessage)
3706
+ o.output = Shapes::ShapeRef.new(shape: ModifyMigrationProjectResponse)
3707
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3708
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3709
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3710
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3711
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3712
+ end)
3713
+
2978
3714
  api.add_operation(:modify_replication_config, Seahorse::Model::Operation.new.tap do |o|
2979
3715
  o.name = "ModifyReplicationConfig"
2980
3716
  o.http_method = "POST"
@@ -3104,6 +3840,102 @@ module Aws::DatabaseMigrationService
3104
3840
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3105
3841
  end)
3106
3842
 
3843
+ api.add_operation(:start_extension_pack_association, Seahorse::Model::Operation.new.tap do |o|
3844
+ o.name = "StartExtensionPackAssociation"
3845
+ o.http_method = "POST"
3846
+ o.http_request_uri = "/"
3847
+ o.input = Shapes::ShapeRef.new(shape: StartExtensionPackAssociationMessage)
3848
+ o.output = Shapes::ShapeRef.new(shape: StartExtensionPackAssociationResponse)
3849
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3850
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3851
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3852
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3853
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3854
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3855
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3856
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3857
+ end)
3858
+
3859
+ api.add_operation(:start_metadata_model_assessment, Seahorse::Model::Operation.new.tap do |o|
3860
+ o.name = "StartMetadataModelAssessment"
3861
+ o.http_method = "POST"
3862
+ o.http_request_uri = "/"
3863
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelAssessmentMessage)
3864
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelAssessmentResponse)
3865
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3866
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3867
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3868
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3869
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3870
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3871
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3872
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3873
+ end)
3874
+
3875
+ api.add_operation(:start_metadata_model_conversion, Seahorse::Model::Operation.new.tap do |o|
3876
+ o.name = "StartMetadataModelConversion"
3877
+ o.http_method = "POST"
3878
+ o.http_request_uri = "/"
3879
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelConversionMessage)
3880
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelConversionResponse)
3881
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3882
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3883
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3884
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3885
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3886
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3887
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3888
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3889
+ end)
3890
+
3891
+ api.add_operation(:start_metadata_model_export_as_script, Seahorse::Model::Operation.new.tap do |o|
3892
+ o.name = "StartMetadataModelExportAsScript"
3893
+ o.http_method = "POST"
3894
+ o.http_request_uri = "/"
3895
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelExportAsScriptMessage)
3896
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelExportAsScriptResponse)
3897
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3898
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3899
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3900
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3901
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3902
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3903
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3904
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3905
+ end)
3906
+
3907
+ api.add_operation(:start_metadata_model_export_to_target, Seahorse::Model::Operation.new.tap do |o|
3908
+ o.name = "StartMetadataModelExportToTarget"
3909
+ o.http_method = "POST"
3910
+ o.http_request_uri = "/"
3911
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelExportToTargetMessage)
3912
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelExportToTargetResponse)
3913
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3914
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3915
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3916
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3917
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3918
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3919
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3920
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3921
+ end)
3922
+
3923
+ api.add_operation(:start_metadata_model_import, Seahorse::Model::Operation.new.tap do |o|
3924
+ o.name = "StartMetadataModelImport"
3925
+ o.http_method = "POST"
3926
+ o.http_request_uri = "/"
3927
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelImportMessage)
3928
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelImportResponse)
3929
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3930
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3931
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3932
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3933
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3934
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3935
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3936
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3937
+ end)
3938
+
3107
3939
  api.add_operation(:start_recommendations, Seahorse::Model::Operation.new.tap do |o|
3108
3940
  o.name = "StartRecommendations"
3109
3941
  o.http_method = "POST"