aws-sdk-databasemigrationservice 1.85.0 → 1.87.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')
@@ -161,6 +203,7 @@ module Aws::DatabaseMigrationService
161
203
  DescribeTableStatisticsResponse = Shapes::StructureShape.new(name: 'DescribeTableStatisticsResponse')
162
204
  DmsSslModeValue = Shapes::StringShape.new(name: 'DmsSslModeValue')
163
205
  DmsTransferSettings = Shapes::StructureShape.new(name: 'DmsTransferSettings')
206
+ DocDbDataProviderSettings = Shapes::StructureShape.new(name: 'DocDbDataProviderSettings')
164
207
  DocDbSettings = Shapes::StructureShape.new(name: 'DocDbSettings')
165
208
  DoubleOptional = Shapes::FloatShape.new(name: 'DoubleOptional')
166
209
  DynamoDbSettings = Shapes::StructureShape.new(name: 'DynamoDbSettings')
@@ -175,6 +218,7 @@ module Aws::DatabaseMigrationService
175
218
  EndpointSettingsList = Shapes::ListShape.new(name: 'EndpointSettingsList')
176
219
  EngineVersion = Shapes::StructureShape.new(name: 'EngineVersion')
177
220
  EngineVersionList = Shapes::ListShape.new(name: 'EngineVersionList')
221
+ ErrorDetails = Shapes::UnionShape.new(name: 'ErrorDetails')
178
222
  Event = Shapes::StructureShape.new(name: 'Event')
179
223
  EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
180
224
  EventCategoryGroup = Shapes::StructureShape.new(name: 'EventCategoryGroup')
@@ -184,6 +228,10 @@ module Aws::DatabaseMigrationService
184
228
  EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
185
229
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
186
230
  ExcludeTestList = Shapes::ListShape.new(name: 'ExcludeTestList')
231
+ ExportMetadataModelAssessmentMessage = Shapes::StructureShape.new(name: 'ExportMetadataModelAssessmentMessage')
232
+ ExportMetadataModelAssessmentResponse = Shapes::StructureShape.new(name: 'ExportMetadataModelAssessmentResponse')
233
+ ExportMetadataModelAssessmentResultEntry = Shapes::StructureShape.new(name: 'ExportMetadataModelAssessmentResultEntry')
234
+ ExportSqlDetails = Shapes::StructureShape.new(name: 'ExportSqlDetails')
187
235
  Filter = Shapes::StructureShape.new(name: 'Filter')
188
236
  FilterList = Shapes::ListShape.new(name: 'FilterList')
189
237
  FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
@@ -198,6 +246,8 @@ module Aws::DatabaseMigrationService
198
246
  ImportCertificateResponse = Shapes::StructureShape.new(name: 'ImportCertificateResponse')
199
247
  IncludeTestList = Shapes::ListShape.new(name: 'IncludeTestList')
200
248
  IndividualAssessmentNameList = Shapes::ListShape.new(name: 'IndividualAssessmentNameList')
249
+ InstanceProfile = Shapes::StructureShape.new(name: 'InstanceProfile')
250
+ InstanceProfileList = Shapes::ListShape.new(name: 'InstanceProfileList')
201
251
  InsufficientResourceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientResourceCapacityFault')
202
252
  Integer = Shapes::IntegerShape.new(name: 'Integer')
203
253
  IntegerList = Shapes::ListShape.new(name: 'IntegerList')
@@ -207,6 +257,7 @@ module Aws::DatabaseMigrationService
207
257
  InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault')
208
258
  InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
209
259
  InventoryData = Shapes::StructureShape.new(name: 'InventoryData')
260
+ Iso8601DateTime = Shapes::TimestampShape.new(name: 'Iso8601DateTime', timestampFormat: "iso8601")
210
261
  KMSAccessDeniedFault = Shapes::StructureShape.new(name: 'KMSAccessDeniedFault')
211
262
  KMSDisabledFault = Shapes::StructureShape.new(name: 'KMSDisabledFault')
212
263
  KMSFault = Shapes::StructureShape.new(name: 'KMSFault')
@@ -227,13 +278,25 @@ module Aws::DatabaseMigrationService
227
278
  Long = Shapes::IntegerShape.new(name: 'Long')
228
279
  LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
229
280
  LongVarcharMappingType = Shapes::StringShape.new(name: 'LongVarcharMappingType')
281
+ MariaDbDataProviderSettings = Shapes::StructureShape.new(name: 'MariaDbDataProviderSettings')
230
282
  MessageFormatValue = Shapes::StringShape.new(name: 'MessageFormatValue')
231
283
  MicrosoftSQLServerSettings = Shapes::StructureShape.new(name: 'MicrosoftSQLServerSettings')
284
+ MicrosoftSqlServerDataProviderSettings = Shapes::StructureShape.new(name: 'MicrosoftSqlServerDataProviderSettings')
285
+ MigrationProject = Shapes::StructureShape.new(name: 'MigrationProject')
286
+ MigrationProjectList = Shapes::ListShape.new(name: 'MigrationProjectList')
232
287
  MigrationTypeValue = Shapes::StringShape.new(name: 'MigrationTypeValue')
288
+ ModifyConversionConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyConversionConfigurationMessage')
289
+ ModifyConversionConfigurationResponse = Shapes::StructureShape.new(name: 'ModifyConversionConfigurationResponse')
290
+ ModifyDataProviderMessage = Shapes::StructureShape.new(name: 'ModifyDataProviderMessage')
291
+ ModifyDataProviderResponse = Shapes::StructureShape.new(name: 'ModifyDataProviderResponse')
233
292
  ModifyEndpointMessage = Shapes::StructureShape.new(name: 'ModifyEndpointMessage')
234
293
  ModifyEndpointResponse = Shapes::StructureShape.new(name: 'ModifyEndpointResponse')
235
294
  ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
236
295
  ModifyEventSubscriptionResponse = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResponse')
296
+ ModifyInstanceProfileMessage = Shapes::StructureShape.new(name: 'ModifyInstanceProfileMessage')
297
+ ModifyInstanceProfileResponse = Shapes::StructureShape.new(name: 'ModifyInstanceProfileResponse')
298
+ ModifyMigrationProjectMessage = Shapes::StructureShape.new(name: 'ModifyMigrationProjectMessage')
299
+ ModifyMigrationProjectResponse = Shapes::StructureShape.new(name: 'ModifyMigrationProjectResponse')
237
300
  ModifyReplicationConfigMessage = Shapes::StructureShape.new(name: 'ModifyReplicationConfigMessage')
238
301
  ModifyReplicationConfigResponse = Shapes::StructureShape.new(name: 'ModifyReplicationConfigResponse')
239
302
  ModifyReplicationInstanceMessage = Shapes::StructureShape.new(name: 'ModifyReplicationInstanceMessage')
@@ -242,21 +305,26 @@ module Aws::DatabaseMigrationService
242
305
  ModifyReplicationSubnetGroupResponse = Shapes::StructureShape.new(name: 'ModifyReplicationSubnetGroupResponse')
243
306
  ModifyReplicationTaskMessage = Shapes::StructureShape.new(name: 'ModifyReplicationTaskMessage')
244
307
  ModifyReplicationTaskResponse = Shapes::StructureShape.new(name: 'ModifyReplicationTaskResponse')
308
+ MongoDbDataProviderSettings = Shapes::StructureShape.new(name: 'MongoDbDataProviderSettings')
245
309
  MongoDbSettings = Shapes::StructureShape.new(name: 'MongoDbSettings')
246
310
  MoveReplicationTaskMessage = Shapes::StructureShape.new(name: 'MoveReplicationTaskMessage')
247
311
  MoveReplicationTaskResponse = Shapes::StructureShape.new(name: 'MoveReplicationTaskResponse')
248
312
  MySQLSettings = Shapes::StructureShape.new(name: 'MySQLSettings')
313
+ MySqlDataProviderSettings = Shapes::StructureShape.new(name: 'MySqlDataProviderSettings')
249
314
  NeptuneSettings = Shapes::StructureShape.new(name: 'NeptuneSettings')
250
315
  NestingLevelValue = Shapes::StringShape.new(name: 'NestingLevelValue')
316
+ OracleDataProviderSettings = Shapes::StructureShape.new(name: 'OracleDataProviderSettings')
251
317
  OracleSettings = Shapes::StructureShape.new(name: 'OracleSettings')
252
318
  OrderableReplicationInstance = Shapes::StructureShape.new(name: 'OrderableReplicationInstance')
253
319
  OrderableReplicationInstanceList = Shapes::ListShape.new(name: 'OrderableReplicationInstanceList')
320
+ OriginTypeValue = Shapes::StringShape.new(name: 'OriginTypeValue')
254
321
  ParquetVersionValue = Shapes::StringShape.new(name: 'ParquetVersionValue')
255
322
  PendingMaintenanceAction = Shapes::StructureShape.new(name: 'PendingMaintenanceAction')
256
323
  PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
257
324
  PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
258
325
  PluginNameValue = Shapes::StringShape.new(name: 'PluginNameValue')
259
326
  PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
327
+ PostgreSqlDataProviderSettings = Shapes::StructureShape.new(name: 'PostgreSqlDataProviderSettings')
260
328
  ProvisionData = Shapes::StructureShape.new(name: 'ProvisionData')
261
329
  RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
262
330
  RdsRecommendation = Shapes::StructureShape.new(name: 'RdsRecommendation')
@@ -269,6 +337,7 @@ module Aws::DatabaseMigrationService
269
337
  RecommendationSettings = Shapes::StructureShape.new(name: 'RecommendationSettings')
270
338
  RedisAuthTypeValue = Shapes::StringShape.new(name: 'RedisAuthTypeValue')
271
339
  RedisSettings = Shapes::StructureShape.new(name: 'RedisSettings')
340
+ RedshiftDataProviderSettings = Shapes::StructureShape.new(name: 'RedshiftDataProviderSettings')
272
341
  RedshiftSettings = Shapes::StructureShape.new(name: 'RedshiftSettings')
273
342
  RefreshSchemasMessage = Shapes::StructureShape.new(name: 'RefreshSchemasMessage')
274
343
  RefreshSchemasResponse = Shapes::StructureShape.new(name: 'RefreshSchemasResponse')
@@ -319,9 +388,12 @@ module Aws::DatabaseMigrationService
319
388
  S3AccessDeniedFault = Shapes::StructureShape.new(name: 'S3AccessDeniedFault')
320
389
  S3ResourceNotFoundFault = Shapes::StructureShape.new(name: 'S3ResourceNotFoundFault')
321
390
  S3Settings = Shapes::StructureShape.new(name: 'S3Settings')
391
+ SCApplicationAttributes = Shapes::StructureShape.new(name: 'SCApplicationAttributes')
322
392
  SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
323
393
  SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
324
394
  SafeguardPolicy = Shapes::StringShape.new(name: 'SafeguardPolicy')
395
+ SchemaConversionRequest = Shapes::StructureShape.new(name: 'SchemaConversionRequest')
396
+ SchemaConversionRequestList = Shapes::ListShape.new(name: 'SchemaConversionRequestList')
325
397
  SchemaList = Shapes::ListShape.new(name: 'SchemaList')
326
398
  SchemaResponse = Shapes::StructureShape.new(name: 'SchemaResponse')
327
399
  SchemaShortInfoResponse = Shapes::StructureShape.new(name: 'SchemaShortInfoResponse')
@@ -330,6 +402,18 @@ module Aws::DatabaseMigrationService
330
402
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
331
403
  SourceType = Shapes::StringShape.new(name: 'SourceType')
332
404
  SslSecurityProtocolValue = Shapes::StringShape.new(name: 'SslSecurityProtocolValue')
405
+ StartExtensionPackAssociationMessage = Shapes::StructureShape.new(name: 'StartExtensionPackAssociationMessage')
406
+ StartExtensionPackAssociationResponse = Shapes::StructureShape.new(name: 'StartExtensionPackAssociationResponse')
407
+ StartMetadataModelAssessmentMessage = Shapes::StructureShape.new(name: 'StartMetadataModelAssessmentMessage')
408
+ StartMetadataModelAssessmentResponse = Shapes::StructureShape.new(name: 'StartMetadataModelAssessmentResponse')
409
+ StartMetadataModelConversionMessage = Shapes::StructureShape.new(name: 'StartMetadataModelConversionMessage')
410
+ StartMetadataModelConversionResponse = Shapes::StructureShape.new(name: 'StartMetadataModelConversionResponse')
411
+ StartMetadataModelExportAsScriptMessage = Shapes::StructureShape.new(name: 'StartMetadataModelExportAsScriptMessage')
412
+ StartMetadataModelExportAsScriptResponse = Shapes::StructureShape.new(name: 'StartMetadataModelExportAsScriptResponse')
413
+ StartMetadataModelExportToTargetMessage = Shapes::StructureShape.new(name: 'StartMetadataModelExportToTargetMessage')
414
+ StartMetadataModelExportToTargetResponse = Shapes::StructureShape.new(name: 'StartMetadataModelExportToTargetResponse')
415
+ StartMetadataModelImportMessage = Shapes::StructureShape.new(name: 'StartMetadataModelImportMessage')
416
+ StartMetadataModelImportResponse = Shapes::StructureShape.new(name: 'StartMetadataModelImportResponse')
333
417
  StartRecommendationsRequest = Shapes::StructureShape.new(name: 'StartRecommendationsRequest')
334
418
  StartRecommendationsRequestEntry = Shapes::StructureShape.new(name: 'StartRecommendationsRequestEntry')
335
419
  StartRecommendationsRequestEntryList = Shapes::ListShape.new(name: 'StartRecommendationsRequestEntryList')
@@ -402,6 +486,8 @@ module Aws::DatabaseMigrationService
402
486
 
403
487
  ArnList.member = Shapes::ShapeRef.new(shape: String)
404
488
 
489
+ AssessmentReportTypesList.member = Shapes::ShapeRef.new(shape: AssessmentReportType)
490
+
405
491
  AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
406
492
  AvailabilityZone.struct_class = Types::AvailabilityZone
407
493
 
@@ -495,6 +581,16 @@ module Aws::DatabaseMigrationService
495
581
 
496
582
  ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
497
583
 
584
+ CreateDataProviderMessage.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
585
+ CreateDataProviderMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
586
+ CreateDataProviderMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
587
+ CreateDataProviderMessage.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, required: true, location_name: "Settings"))
588
+ CreateDataProviderMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
589
+ CreateDataProviderMessage.struct_class = Types::CreateDataProviderMessage
590
+
591
+ CreateDataProviderResponse.add_member(:data_provider, Shapes::ShapeRef.new(shape: DataProvider, location_name: "DataProvider"))
592
+ CreateDataProviderResponse.struct_class = Types::CreateDataProviderResponse
593
+
498
594
  CreateEndpointMessage.add_member(:endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointIdentifier"))
499
595
  CreateEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ReplicationEndpointTypeValue, required: true, location_name: "EndpointType"))
500
596
  CreateEndpointMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
@@ -560,6 +656,33 @@ module Aws::DatabaseMigrationService
560
656
  CreateFleetAdvisorCollectorResponse.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "S3BucketName"))
561
657
  CreateFleetAdvisorCollectorResponse.struct_class = Types::CreateFleetAdvisorCollectorResponse
562
658
 
659
+ CreateInstanceProfileMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
660
+ CreateInstanceProfileMessage.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyArn"))
661
+ CreateInstanceProfileMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
662
+ CreateInstanceProfileMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
663
+ CreateInstanceProfileMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
664
+ CreateInstanceProfileMessage.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileName"))
665
+ CreateInstanceProfileMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
666
+ CreateInstanceProfileMessage.add_member(:subnet_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupIdentifier"))
667
+ CreateInstanceProfileMessage.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroups"))
668
+ CreateInstanceProfileMessage.struct_class = Types::CreateInstanceProfileMessage
669
+
670
+ CreateInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "InstanceProfile"))
671
+ CreateInstanceProfileResponse.struct_class = Types::CreateInstanceProfileResponse
672
+
673
+ CreateMigrationProjectMessage.add_member(:migration_project_name, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectName"))
674
+ CreateMigrationProjectMessage.add_member(:source_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinitionList, required: true, location_name: "SourceDataProviderDescriptors"))
675
+ CreateMigrationProjectMessage.add_member(:target_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinitionList, required: true, location_name: "TargetDataProviderDescriptors"))
676
+ CreateMigrationProjectMessage.add_member(:instance_profile_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceProfileIdentifier"))
677
+ CreateMigrationProjectMessage.add_member(:transformation_rules, Shapes::ShapeRef.new(shape: String, location_name: "TransformationRules"))
678
+ CreateMigrationProjectMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
679
+ CreateMigrationProjectMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
680
+ CreateMigrationProjectMessage.add_member(:schema_conversion_application_attributes, Shapes::ShapeRef.new(shape: SCApplicationAttributes, location_name: "SchemaConversionApplicationAttributes"))
681
+ CreateMigrationProjectMessage.struct_class = Types::CreateMigrationProjectMessage
682
+
683
+ CreateMigrationProjectResponse.add_member(:migration_project, Shapes::ShapeRef.new(shape: MigrationProject, location_name: "MigrationProject"))
684
+ CreateMigrationProjectResponse.struct_class = Types::CreateMigrationProjectResponse
685
+
563
686
  CreateReplicationConfigMessage.add_member(:replication_config_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationConfigIdentifier"))
564
687
  CreateReplicationConfigMessage.add_member(:source_endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceEndpointArn"))
565
688
  CreateReplicationConfigMessage.add_member(:target_endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetEndpointArn"))
@@ -623,6 +746,51 @@ module Aws::DatabaseMigrationService
623
746
  CreateReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
624
747
  CreateReplicationTaskResponse.struct_class = Types::CreateReplicationTaskResponse
625
748
 
749
+ DataProvider.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
750
+ DataProvider.add_member(:data_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderArn"))
751
+ DataProvider.add_member(:data_provider_creation_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "DataProviderCreationTime"))
752
+ DataProvider.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
753
+ DataProvider.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
754
+ DataProvider.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, location_name: "Settings"))
755
+ DataProvider.struct_class = Types::DataProvider
756
+
757
+ DataProviderDescriptor.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
758
+ DataProviderDescriptor.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
759
+ DataProviderDescriptor.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
760
+ DataProviderDescriptor.add_member(:data_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderArn"))
761
+ DataProviderDescriptor.struct_class = Types::DataProviderDescriptor
762
+
763
+ DataProviderDescriptorDefinition.add_member(:data_provider_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataProviderIdentifier"))
764
+ DataProviderDescriptorDefinition.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
765
+ DataProviderDescriptorDefinition.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
766
+ DataProviderDescriptorDefinition.struct_class = Types::DataProviderDescriptorDefinition
767
+
768
+ DataProviderDescriptorDefinitionList.member = Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinition)
769
+
770
+ DataProviderDescriptorList.member = Shapes::ShapeRef.new(shape: DataProviderDescriptor)
771
+
772
+ DataProviderList.member = Shapes::ShapeRef.new(shape: DataProvider)
773
+
774
+ DataProviderSettings.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftDataProviderSettings, location_name: "RedshiftSettings"))
775
+ DataProviderSettings.add_member(:postgre_sql_settings, Shapes::ShapeRef.new(shape: PostgreSqlDataProviderSettings, location_name: "PostgreSqlSettings"))
776
+ DataProviderSettings.add_member(:my_sql_settings, Shapes::ShapeRef.new(shape: MySqlDataProviderSettings, location_name: "MySqlSettings"))
777
+ DataProviderSettings.add_member(:oracle_settings, Shapes::ShapeRef.new(shape: OracleDataProviderSettings, location_name: "OracleSettings"))
778
+ DataProviderSettings.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSqlServerDataProviderSettings, location_name: "MicrosoftSqlServerSettings"))
779
+ DataProviderSettings.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbDataProviderSettings, location_name: "DocDbSettings"))
780
+ DataProviderSettings.add_member(:maria_db_settings, Shapes::ShapeRef.new(shape: MariaDbDataProviderSettings, location_name: "MariaDbSettings"))
781
+ DataProviderSettings.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbDataProviderSettings, location_name: "MongoDbSettings"))
782
+ DataProviderSettings.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
783
+ DataProviderSettings.add_member_subclass(:redshift_settings, Types::DataProviderSettings::RedshiftSettings)
784
+ DataProviderSettings.add_member_subclass(:postgre_sql_settings, Types::DataProviderSettings::PostgreSqlSettings)
785
+ DataProviderSettings.add_member_subclass(:my_sql_settings, Types::DataProviderSettings::MySqlSettings)
786
+ DataProviderSettings.add_member_subclass(:oracle_settings, Types::DataProviderSettings::OracleSettings)
787
+ DataProviderSettings.add_member_subclass(:microsoft_sql_server_settings, Types::DataProviderSettings::MicrosoftSqlServerSettings)
788
+ DataProviderSettings.add_member_subclass(:doc_db_settings, Types::DataProviderSettings::DocDbSettings)
789
+ DataProviderSettings.add_member_subclass(:maria_db_settings, Types::DataProviderSettings::MariaDbSettings)
790
+ DataProviderSettings.add_member_subclass(:mongo_db_settings, Types::DataProviderSettings::MongoDbSettings)
791
+ DataProviderSettings.add_member_subclass(:unknown, Types::DataProviderSettings::Unknown)
792
+ DataProviderSettings.struct_class = Types::DataProviderSettings
793
+
626
794
  DatabaseInstanceSoftwareDetailsResponse.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
627
795
  DatabaseInstanceSoftwareDetailsResponse.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
628
796
  DatabaseInstanceSoftwareDetailsResponse.add_member(:engine_edition, Shapes::ShapeRef.new(shape: String, location_name: "EngineEdition"))
@@ -649,6 +817,9 @@ module Aws::DatabaseMigrationService
649
817
  DatabaseShortInfoResponse.add_member(:database_engine, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseEngine"))
650
818
  DatabaseShortInfoResponse.struct_class = Types::DatabaseShortInfoResponse
651
819
 
820
+ DefaultErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
821
+ DefaultErrorDetails.struct_class = Types::DefaultErrorDetails
822
+
652
823
  DeleteCertificateMessage.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateArn"))
653
824
  DeleteCertificateMessage.struct_class = Types::DeleteCertificateMessage
654
825
 
@@ -665,6 +836,12 @@ module Aws::DatabaseMigrationService
665
836
  DeleteConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
666
837
  DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
667
838
 
839
+ DeleteDataProviderMessage.add_member(:data_provider_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataProviderIdentifier"))
840
+ DeleteDataProviderMessage.struct_class = Types::DeleteDataProviderMessage
841
+
842
+ DeleteDataProviderResponse.add_member(:data_provider, Shapes::ShapeRef.new(shape: DataProvider, location_name: "DataProvider"))
843
+ DeleteDataProviderResponse.struct_class = Types::DeleteDataProviderResponse
844
+
668
845
  DeleteEndpointMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
669
846
  DeleteEndpointMessage.struct_class = Types::DeleteEndpointMessage
670
847
 
@@ -683,6 +860,18 @@ module Aws::DatabaseMigrationService
683
860
  DeleteFleetAdvisorDatabasesResponse.add_member(:database_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "DatabaseIds"))
684
861
  DeleteFleetAdvisorDatabasesResponse.struct_class = Types::DeleteFleetAdvisorDatabasesResponse
685
862
 
863
+ DeleteInstanceProfileMessage.add_member(:instance_profile_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceProfileIdentifier"))
864
+ DeleteInstanceProfileMessage.struct_class = Types::DeleteInstanceProfileMessage
865
+
866
+ DeleteInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "InstanceProfile"))
867
+ DeleteInstanceProfileResponse.struct_class = Types::DeleteInstanceProfileResponse
868
+
869
+ DeleteMigrationProjectMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
870
+ DeleteMigrationProjectMessage.struct_class = Types::DeleteMigrationProjectMessage
871
+
872
+ DeleteMigrationProjectResponse.add_member(:migration_project, Shapes::ShapeRef.new(shape: MigrationProject, location_name: "MigrationProject"))
873
+ DeleteMigrationProjectResponse.struct_class = Types::DeleteMigrationProjectResponse
874
+
686
875
  DeleteReplicationConfigMessage.add_member(:replication_config_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationConfigArn"))
687
876
  DeleteReplicationConfigMessage.struct_class = Types::DeleteReplicationConfigMessage
688
877
 
@@ -749,6 +938,22 @@ module Aws::DatabaseMigrationService
749
938
  DescribeConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "Connections"))
750
939
  DescribeConnectionsResponse.struct_class = Types::DescribeConnectionsResponse
751
940
 
941
+ DescribeConversionConfigurationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
942
+ DescribeConversionConfigurationMessage.struct_class = Types::DescribeConversionConfigurationMessage
943
+
944
+ DescribeConversionConfigurationResponse.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectIdentifier"))
945
+ DescribeConversionConfigurationResponse.add_member(:conversion_configuration, Shapes::ShapeRef.new(shape: String, location_name: "ConversionConfiguration"))
946
+ DescribeConversionConfigurationResponse.struct_class = Types::DescribeConversionConfigurationResponse
947
+
948
+ DescribeDataProvidersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
949
+ DescribeDataProvidersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
950
+ DescribeDataProvidersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
951
+ DescribeDataProvidersMessage.struct_class = Types::DescribeDataProvidersMessage
952
+
953
+ DescribeDataProvidersResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
954
+ DescribeDataProvidersResponse.add_member(:data_providers, Shapes::ShapeRef.new(shape: DataProviderList, location_name: "DataProviders"))
955
+ DescribeDataProvidersResponse.struct_class = Types::DescribeDataProvidersResponse
956
+
752
957
  DescribeEndpointSettingsMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
753
958
  DescribeEndpointSettingsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
754
959
  DescribeEndpointSettingsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -816,6 +1021,16 @@ module Aws::DatabaseMigrationService
816
1021
  DescribeEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
817
1022
  DescribeEventsResponse.struct_class = Types::DescribeEventsResponse
818
1023
 
1024
+ DescribeExtensionPackAssociationsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1025
+ DescribeExtensionPackAssociationsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1026
+ DescribeExtensionPackAssociationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1027
+ DescribeExtensionPackAssociationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1028
+ DescribeExtensionPackAssociationsMessage.struct_class = Types::DescribeExtensionPackAssociationsMessage
1029
+
1030
+ DescribeExtensionPackAssociationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1031
+ DescribeExtensionPackAssociationsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1032
+ DescribeExtensionPackAssociationsResponse.struct_class = Types::DescribeExtensionPackAssociationsResponse
1033
+
819
1034
  DescribeFleetAdvisorCollectorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
820
1035
  DescribeFleetAdvisorCollectorsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
821
1036
  DescribeFleetAdvisorCollectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -860,6 +1075,74 @@ module Aws::DatabaseMigrationService
860
1075
  DescribeFleetAdvisorSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
861
1076
  DescribeFleetAdvisorSchemasResponse.struct_class = Types::DescribeFleetAdvisorSchemasResponse
862
1077
 
1078
+ DescribeInstanceProfilesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1079
+ DescribeInstanceProfilesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1080
+ DescribeInstanceProfilesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1081
+ DescribeInstanceProfilesMessage.struct_class = Types::DescribeInstanceProfilesMessage
1082
+
1083
+ DescribeInstanceProfilesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1084
+ DescribeInstanceProfilesResponse.add_member(:instance_profiles, Shapes::ShapeRef.new(shape: InstanceProfileList, location_name: "InstanceProfiles"))
1085
+ DescribeInstanceProfilesResponse.struct_class = Types::DescribeInstanceProfilesResponse
1086
+
1087
+ DescribeMetadataModelAssessmentsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1088
+ DescribeMetadataModelAssessmentsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1089
+ DescribeMetadataModelAssessmentsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1090
+ DescribeMetadataModelAssessmentsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1091
+ DescribeMetadataModelAssessmentsMessage.struct_class = Types::DescribeMetadataModelAssessmentsMessage
1092
+
1093
+ DescribeMetadataModelAssessmentsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1094
+ DescribeMetadataModelAssessmentsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1095
+ DescribeMetadataModelAssessmentsResponse.struct_class = Types::DescribeMetadataModelAssessmentsResponse
1096
+
1097
+ DescribeMetadataModelConversionsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1098
+ DescribeMetadataModelConversionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1099
+ DescribeMetadataModelConversionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1100
+ DescribeMetadataModelConversionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1101
+ DescribeMetadataModelConversionsMessage.struct_class = Types::DescribeMetadataModelConversionsMessage
1102
+
1103
+ DescribeMetadataModelConversionsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1104
+ DescribeMetadataModelConversionsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1105
+ DescribeMetadataModelConversionsResponse.struct_class = Types::DescribeMetadataModelConversionsResponse
1106
+
1107
+ DescribeMetadataModelExportsAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1108
+ DescribeMetadataModelExportsAsScriptMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1109
+ DescribeMetadataModelExportsAsScriptMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1110
+ DescribeMetadataModelExportsAsScriptMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1111
+ DescribeMetadataModelExportsAsScriptMessage.struct_class = Types::DescribeMetadataModelExportsAsScriptMessage
1112
+
1113
+ DescribeMetadataModelExportsAsScriptResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1114
+ DescribeMetadataModelExportsAsScriptResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1115
+ DescribeMetadataModelExportsAsScriptResponse.struct_class = Types::DescribeMetadataModelExportsAsScriptResponse
1116
+
1117
+ DescribeMetadataModelExportsToTargetMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1118
+ DescribeMetadataModelExportsToTargetMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1119
+ DescribeMetadataModelExportsToTargetMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1120
+ DescribeMetadataModelExportsToTargetMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1121
+ DescribeMetadataModelExportsToTargetMessage.struct_class = Types::DescribeMetadataModelExportsToTargetMessage
1122
+
1123
+ DescribeMetadataModelExportsToTargetResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1124
+ DescribeMetadataModelExportsToTargetResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1125
+ DescribeMetadataModelExportsToTargetResponse.struct_class = Types::DescribeMetadataModelExportsToTargetResponse
1126
+
1127
+ DescribeMetadataModelImportsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1128
+ DescribeMetadataModelImportsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1129
+ DescribeMetadataModelImportsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1130
+ DescribeMetadataModelImportsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1131
+ DescribeMetadataModelImportsMessage.struct_class = Types::DescribeMetadataModelImportsMessage
1132
+
1133
+ DescribeMetadataModelImportsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1134
+ DescribeMetadataModelImportsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
1135
+ DescribeMetadataModelImportsResponse.struct_class = Types::DescribeMetadataModelImportsResponse
1136
+
1137
+ DescribeMigrationProjectsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1138
+ DescribeMigrationProjectsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1139
+ DescribeMigrationProjectsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1140
+ DescribeMigrationProjectsMessage.struct_class = Types::DescribeMigrationProjectsMessage
1141
+
1142
+ DescribeMigrationProjectsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1143
+ DescribeMigrationProjectsResponse.add_member(:migration_projects, Shapes::ShapeRef.new(shape: MigrationProjectList, location_name: "MigrationProjects"))
1144
+ DescribeMigrationProjectsResponse.struct_class = Types::DescribeMigrationProjectsResponse
1145
+
863
1146
  DescribeOrderableReplicationInstancesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
864
1147
  DescribeOrderableReplicationInstancesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
865
1148
  DescribeOrderableReplicationInstancesMessage.struct_class = Types::DescribeOrderableReplicationInstancesMessage
@@ -1021,6 +1304,13 @@ module Aws::DatabaseMigrationService
1021
1304
  DmsTransferSettings.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
1022
1305
  DmsTransferSettings.struct_class = Types::DmsTransferSettings
1023
1306
 
1307
+ DocDbDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1308
+ DocDbDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1309
+ DocDbDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
1310
+ DocDbDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1311
+ DocDbDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1312
+ DocDbDataProviderSettings.struct_class = Types::DocDbDataProviderSettings
1313
+
1024
1314
  DocDbSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
1025
1315
  DocDbSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
1026
1316
  DocDbSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
@@ -1113,6 +1403,12 @@ module Aws::DatabaseMigrationService
1113
1403
 
1114
1404
  EngineVersionList.member = Shapes::ShapeRef.new(shape: EngineVersion)
1115
1405
 
1406
+ ErrorDetails.add_member(:default_error_details, Shapes::ShapeRef.new(shape: DefaultErrorDetails, location_name: "defaultErrorDetails"))
1407
+ ErrorDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1408
+ ErrorDetails.add_member_subclass(:default_error_details, Types::ErrorDetails::DefaultErrorDetails)
1409
+ ErrorDetails.add_member_subclass(:unknown, Types::ErrorDetails::Unknown)
1410
+ ErrorDetails.struct_class = Types::ErrorDetails
1411
+
1116
1412
  Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
1117
1413
  Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
1118
1414
  Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -1145,6 +1441,24 @@ module Aws::DatabaseMigrationService
1145
1441
 
1146
1442
  ExcludeTestList.member = Shapes::ShapeRef.new(shape: String)
1147
1443
 
1444
+ ExportMetadataModelAssessmentMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1445
+ ExportMetadataModelAssessmentMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
1446
+ ExportMetadataModelAssessmentMessage.add_member(:file_name, Shapes::ShapeRef.new(shape: String, location_name: "FileName"))
1447
+ ExportMetadataModelAssessmentMessage.add_member(:assessment_report_types, Shapes::ShapeRef.new(shape: AssessmentReportTypesList, location_name: "AssessmentReportTypes"))
1448
+ ExportMetadataModelAssessmentMessage.struct_class = Types::ExportMetadataModelAssessmentMessage
1449
+
1450
+ ExportMetadataModelAssessmentResponse.add_member(:pdf_report, Shapes::ShapeRef.new(shape: ExportMetadataModelAssessmentResultEntry, location_name: "PdfReport"))
1451
+ ExportMetadataModelAssessmentResponse.add_member(:csv_report, Shapes::ShapeRef.new(shape: ExportMetadataModelAssessmentResultEntry, location_name: "CsvReport"))
1452
+ ExportMetadataModelAssessmentResponse.struct_class = Types::ExportMetadataModelAssessmentResponse
1453
+
1454
+ ExportMetadataModelAssessmentResultEntry.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: String, location_name: "S3ObjectKey"))
1455
+ ExportMetadataModelAssessmentResultEntry.add_member(:object_url, Shapes::ShapeRef.new(shape: String, location_name: "ObjectURL"))
1456
+ ExportMetadataModelAssessmentResultEntry.struct_class = Types::ExportMetadataModelAssessmentResultEntry
1457
+
1458
+ ExportSqlDetails.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: String, location_name: "S3ObjectKey"))
1459
+ ExportSqlDetails.add_member(:object_url, Shapes::ShapeRef.new(shape: String, location_name: "ObjectURL"))
1460
+ ExportSqlDetails.struct_class = Types::ExportSqlDetails
1461
+
1148
1462
  Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
1149
1463
  Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
1150
1464
  Filter.struct_class = Types::Filter
@@ -1211,6 +1525,20 @@ module Aws::DatabaseMigrationService
1211
1525
 
1212
1526
  IndividualAssessmentNameList.member = Shapes::ShapeRef.new(shape: String)
1213
1527
 
1528
+ InstanceProfile.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileArn"))
1529
+ InstanceProfile.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1530
+ InstanceProfile.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyArn"))
1531
+ InstanceProfile.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
1532
+ InstanceProfile.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1533
+ InstanceProfile.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileName"))
1534
+ InstanceProfile.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1535
+ InstanceProfile.add_member(:instance_profile_creation_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "InstanceProfileCreationTime"))
1536
+ InstanceProfile.add_member(:subnet_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupIdentifier"))
1537
+ InstanceProfile.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroups"))
1538
+ InstanceProfile.struct_class = Types::InstanceProfile
1539
+
1540
+ InstanceProfileList.member = Shapes::ShapeRef.new(shape: InstanceProfile)
1541
+
1214
1542
  InsufficientResourceCapacityFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1215
1543
  InsufficientResourceCapacityFault.struct_class = Types::InsufficientResourceCapacityFault
1216
1544
 
@@ -1306,6 +1634,12 @@ module Aws::DatabaseMigrationService
1306
1634
  ListTagsForResourceResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
1307
1635
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1308
1636
 
1637
+ MariaDbDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1638
+ MariaDbDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1639
+ MariaDbDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1640
+ MariaDbDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1641
+ MariaDbDataProviderSettings.struct_class = Types::MariaDbDataProviderSettings
1642
+
1309
1643
  MicrosoftSQLServerSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1310
1644
  MicrosoftSQLServerSettings.add_member(:bcp_packet_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BcpPacketSize"))
1311
1645
  MicrosoftSQLServerSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
@@ -1325,6 +1659,45 @@ module Aws::DatabaseMigrationService
1325
1659
  MicrosoftSQLServerSettings.add_member(:force_lob_lookup, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceLobLookup"))
1326
1660
  MicrosoftSQLServerSettings.struct_class = Types::MicrosoftSQLServerSettings
1327
1661
 
1662
+ MicrosoftSqlServerDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1663
+ MicrosoftSqlServerDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1664
+ MicrosoftSqlServerDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
1665
+ MicrosoftSqlServerDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1666
+ MicrosoftSqlServerDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1667
+ MicrosoftSqlServerDataProviderSettings.struct_class = Types::MicrosoftSqlServerDataProviderSettings
1668
+
1669
+ MigrationProject.add_member(:migration_project_name, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectName"))
1670
+ MigrationProject.add_member(:migration_project_arn, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectArn"))
1671
+ MigrationProject.add_member(:migration_project_creation_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "MigrationProjectCreationTime"))
1672
+ MigrationProject.add_member(:source_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorList, location_name: "SourceDataProviderDescriptors"))
1673
+ MigrationProject.add_member(:target_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorList, location_name: "TargetDataProviderDescriptors"))
1674
+ MigrationProject.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileArn"))
1675
+ MigrationProject.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileName"))
1676
+ MigrationProject.add_member(:transformation_rules, Shapes::ShapeRef.new(shape: String, location_name: "TransformationRules"))
1677
+ MigrationProject.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1678
+ MigrationProject.add_member(:schema_conversion_application_attributes, Shapes::ShapeRef.new(shape: SCApplicationAttributes, location_name: "SchemaConversionApplicationAttributes"))
1679
+ MigrationProject.struct_class = Types::MigrationProject
1680
+
1681
+ MigrationProjectList.member = Shapes::ShapeRef.new(shape: MigrationProject)
1682
+
1683
+ ModifyConversionConfigurationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1684
+ ModifyConversionConfigurationMessage.add_member(:conversion_configuration, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConversionConfiguration"))
1685
+ ModifyConversionConfigurationMessage.struct_class = Types::ModifyConversionConfigurationMessage
1686
+
1687
+ ModifyConversionConfigurationResponse.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectIdentifier"))
1688
+ ModifyConversionConfigurationResponse.struct_class = Types::ModifyConversionConfigurationResponse
1689
+
1690
+ ModifyDataProviderMessage.add_member(:data_provider_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DataProviderIdentifier"))
1691
+ ModifyDataProviderMessage.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
1692
+ ModifyDataProviderMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1693
+ ModifyDataProviderMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
1694
+ ModifyDataProviderMessage.add_member(:exact_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExactSettings"))
1695
+ ModifyDataProviderMessage.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, location_name: "Settings"))
1696
+ ModifyDataProviderMessage.struct_class = Types::ModifyDataProviderMessage
1697
+
1698
+ ModifyDataProviderResponse.add_member(:data_provider, Shapes::ShapeRef.new(shape: DataProvider, location_name: "DataProvider"))
1699
+ ModifyDataProviderResponse.struct_class = Types::ModifyDataProviderResponse
1700
+
1328
1701
  ModifyEndpointMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
1329
1702
  ModifyEndpointMessage.add_member(:endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "EndpointIdentifier"))
1330
1703
  ModifyEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ReplicationEndpointTypeValue, location_name: "EndpointType"))
@@ -1374,6 +1747,33 @@ module Aws::DatabaseMigrationService
1374
1747
  ModifyEventSubscriptionResponse.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
1375
1748
  ModifyEventSubscriptionResponse.struct_class = Types::ModifyEventSubscriptionResponse
1376
1749
 
1750
+ ModifyInstanceProfileMessage.add_member(:instance_profile_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceProfileIdentifier"))
1751
+ ModifyInstanceProfileMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
1752
+ ModifyInstanceProfileMessage.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyArn"))
1753
+ ModifyInstanceProfileMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
1754
+ ModifyInstanceProfileMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1755
+ ModifyInstanceProfileMessage.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileName"))
1756
+ ModifyInstanceProfileMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1757
+ ModifyInstanceProfileMessage.add_member(:subnet_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupIdentifier"))
1758
+ ModifyInstanceProfileMessage.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroups"))
1759
+ ModifyInstanceProfileMessage.struct_class = Types::ModifyInstanceProfileMessage
1760
+
1761
+ ModifyInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, location_name: "InstanceProfile"))
1762
+ ModifyInstanceProfileResponse.struct_class = Types::ModifyInstanceProfileResponse
1763
+
1764
+ ModifyMigrationProjectMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
1765
+ ModifyMigrationProjectMessage.add_member(:migration_project_name, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectName"))
1766
+ ModifyMigrationProjectMessage.add_member(:source_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinitionList, location_name: "SourceDataProviderDescriptors"))
1767
+ ModifyMigrationProjectMessage.add_member(:target_data_provider_descriptors, Shapes::ShapeRef.new(shape: DataProviderDescriptorDefinitionList, location_name: "TargetDataProviderDescriptors"))
1768
+ ModifyMigrationProjectMessage.add_member(:instance_profile_identifier, Shapes::ShapeRef.new(shape: String, location_name: "InstanceProfileIdentifier"))
1769
+ ModifyMigrationProjectMessage.add_member(:transformation_rules, Shapes::ShapeRef.new(shape: String, location_name: "TransformationRules"))
1770
+ ModifyMigrationProjectMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1771
+ ModifyMigrationProjectMessage.add_member(:schema_conversion_application_attributes, Shapes::ShapeRef.new(shape: SCApplicationAttributes, location_name: "SchemaConversionApplicationAttributes"))
1772
+ ModifyMigrationProjectMessage.struct_class = Types::ModifyMigrationProjectMessage
1773
+
1774
+ ModifyMigrationProjectResponse.add_member(:migration_project, Shapes::ShapeRef.new(shape: MigrationProject, location_name: "MigrationProject"))
1775
+ ModifyMigrationProjectResponse.struct_class = Types::ModifyMigrationProjectResponse
1776
+
1377
1777
  ModifyReplicationConfigMessage.add_member(:replication_config_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationConfigArn"))
1378
1778
  ModifyReplicationConfigMessage.add_member(:replication_config_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationConfigIdentifier"))
1379
1779
  ModifyReplicationConfigMessage.add_member(:replication_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, location_name: "ReplicationType"))
@@ -1427,6 +1827,16 @@ module Aws::DatabaseMigrationService
1427
1827
  ModifyReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
1428
1828
  ModifyReplicationTaskResponse.struct_class = Types::ModifyReplicationTaskResponse
1429
1829
 
1830
+ MongoDbDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1831
+ MongoDbDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1832
+ MongoDbDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
1833
+ MongoDbDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1834
+ MongoDbDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1835
+ MongoDbDataProviderSettings.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthTypeValue, location_name: "AuthType"))
1836
+ MongoDbDataProviderSettings.add_member(:auth_source, Shapes::ShapeRef.new(shape: String, location_name: "AuthSource"))
1837
+ MongoDbDataProviderSettings.add_member(:auth_mechanism, Shapes::ShapeRef.new(shape: AuthMechanismValue, location_name: "AuthMechanism"))
1838
+ MongoDbDataProviderSettings.struct_class = Types::MongoDbDataProviderSettings
1839
+
1430
1840
  MongoDbSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
1431
1841
  MongoDbSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
1432
1842
  MongoDbSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
@@ -1468,6 +1878,12 @@ module Aws::DatabaseMigrationService
1468
1878
  MySQLSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
1469
1879
  MySQLSettings.struct_class = Types::MySQLSettings
1470
1880
 
1881
+ MySqlDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1882
+ MySqlDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1883
+ MySqlDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1884
+ MySqlDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1885
+ MySqlDataProviderSettings.struct_class = Types::MySqlDataProviderSettings
1886
+
1471
1887
  NeptuneSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
1472
1888
  NeptuneSettings.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketName"))
1473
1889
  NeptuneSettings.add_member(:s3_bucket_folder, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketFolder"))
@@ -1477,6 +1893,18 @@ module Aws::DatabaseMigrationService
1477
1893
  NeptuneSettings.add_member(:iam_auth_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IamAuthEnabled"))
1478
1894
  NeptuneSettings.struct_class = Types::NeptuneSettings
1479
1895
 
1896
+ OracleDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
1897
+ OracleDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
1898
+ OracleDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
1899
+ OracleDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
1900
+ OracleDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
1901
+ OracleDataProviderSettings.add_member(:asm_server, Shapes::ShapeRef.new(shape: String, location_name: "AsmServer"))
1902
+ OracleDataProviderSettings.add_member(:secrets_manager_oracle_asm_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerOracleAsmSecretId"))
1903
+ OracleDataProviderSettings.add_member(:secrets_manager_oracle_asm_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerOracleAsmAccessRoleArn"))
1904
+ OracleDataProviderSettings.add_member(:secrets_manager_security_db_encryption_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecurityDbEncryptionSecretId"))
1905
+ OracleDataProviderSettings.add_member(:secrets_manager_security_db_encryption_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecurityDbEncryptionAccessRoleArn"))
1906
+ OracleDataProviderSettings.struct_class = Types::OracleDataProviderSettings
1907
+
1480
1908
  OracleSettings.add_member(:add_supplemental_logging, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddSupplementalLogging"))
1481
1909
  OracleSettings.add_member(:archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ArchivedLogDestId"))
1482
1910
  OracleSettings.add_member(:additional_archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AdditionalArchivedLogDestId"))
@@ -1573,6 +2001,13 @@ module Aws::DatabaseMigrationService
1573
2001
  PostgreSQLSettings.add_member(:babelfish_database_name, Shapes::ShapeRef.new(shape: String, location_name: "BabelfishDatabaseName"))
1574
2002
  PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
1575
2003
 
2004
+ PostgreSqlDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
2005
+ PostgreSqlDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
2006
+ PostgreSqlDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
2007
+ PostgreSqlDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
2008
+ PostgreSqlDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
2009
+ PostgreSqlDataProviderSettings.struct_class = Types::PostgreSqlDataProviderSettings
2010
+
1576
2011
  ProvisionData.add_member(:provision_state, Shapes::ShapeRef.new(shape: String, location_name: "ProvisionState"))
1577
2012
  ProvisionData.add_member(:provisioned_capacity_units, Shapes::ShapeRef.new(shape: Integer, location_name: "ProvisionedCapacityUnits"))
1578
2013
  ProvisionData.add_member(:date_provisioned, Shapes::ShapeRef.new(shape: TStamp, location_name: "DateProvisioned"))
@@ -1640,6 +2075,11 @@ module Aws::DatabaseMigrationService
1640
2075
  RedisSettings.add_member(:ssl_ca_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "SslCaCertificateArn"))
1641
2076
  RedisSettings.struct_class = Types::RedisSettings
1642
2077
 
2078
+ RedshiftDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
2079
+ RedshiftDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
2080
+ RedshiftDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
2081
+ RedshiftDataProviderSettings.struct_class = Types::RedshiftDataProviderSettings
2082
+
1643
2083
  RedshiftSettings.add_member(:accept_any_date, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AcceptAnyDate"))
1644
2084
  RedshiftSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
1645
2085
  RedshiftSettings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
@@ -1966,12 +2406,25 @@ module Aws::DatabaseMigrationService
1966
2406
  S3Settings.add_member(:glue_catalog_generation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "GlueCatalogGeneration"))
1967
2407
  S3Settings.struct_class = Types::S3Settings
1968
2408
 
2409
+ SCApplicationAttributes.add_member(:s3_bucket_path, Shapes::ShapeRef.new(shape: String, location_name: "S3BucketPath"))
2410
+ SCApplicationAttributes.add_member(:s3_bucket_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3BucketRoleArn"))
2411
+ SCApplicationAttributes.struct_class = Types::SCApplicationAttributes
2412
+
1969
2413
  SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1970
2414
  SNSInvalidTopicFault.struct_class = Types::SNSInvalidTopicFault
1971
2415
 
1972
2416
  SNSNoAuthorizationFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
1973
2417
  SNSNoAuthorizationFault.struct_class = Types::SNSNoAuthorizationFault
1974
2418
 
2419
+ SchemaConversionRequest.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
2420
+ SchemaConversionRequest.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2421
+ SchemaConversionRequest.add_member(:migration_project_arn, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectArn"))
2422
+ SchemaConversionRequest.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "Error"))
2423
+ SchemaConversionRequest.add_member(:export_sql_details, Shapes::ShapeRef.new(shape: ExportSqlDetails, location_name: "ExportSqlDetails"))
2424
+ SchemaConversionRequest.struct_class = Types::SchemaConversionRequest
2425
+
2426
+ SchemaConversionRequestList.member = Shapes::ShapeRef.new(shape: SchemaConversionRequest)
2427
+
1975
2428
  SchemaList.member = Shapes::ShapeRef.new(shape: String)
1976
2429
 
1977
2430
  SchemaResponse.add_member(:code_line_count, Shapes::ShapeRef.new(shape: LongOptional, location_name: "CodeLineCount"))
@@ -1999,6 +2452,52 @@ module Aws::DatabaseMigrationService
1999
2452
 
2000
2453
  SourceIdsList.member = Shapes::ShapeRef.new(shape: String)
2001
2454
 
2455
+ StartExtensionPackAssociationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2456
+ StartExtensionPackAssociationMessage.struct_class = Types::StartExtensionPackAssociationMessage
2457
+
2458
+ StartExtensionPackAssociationResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2459
+ StartExtensionPackAssociationResponse.struct_class = Types::StartExtensionPackAssociationResponse
2460
+
2461
+ StartMetadataModelAssessmentMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2462
+ StartMetadataModelAssessmentMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2463
+ StartMetadataModelAssessmentMessage.struct_class = Types::StartMetadataModelAssessmentMessage
2464
+
2465
+ StartMetadataModelAssessmentResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2466
+ StartMetadataModelAssessmentResponse.struct_class = Types::StartMetadataModelAssessmentResponse
2467
+
2468
+ StartMetadataModelConversionMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2469
+ StartMetadataModelConversionMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2470
+ StartMetadataModelConversionMessage.struct_class = Types::StartMetadataModelConversionMessage
2471
+
2472
+ StartMetadataModelConversionResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2473
+ StartMetadataModelConversionResponse.struct_class = Types::StartMetadataModelConversionResponse
2474
+
2475
+ StartMetadataModelExportAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2476
+ StartMetadataModelExportAsScriptMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2477
+ StartMetadataModelExportAsScriptMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
2478
+ StartMetadataModelExportAsScriptMessage.add_member(:file_name, Shapes::ShapeRef.new(shape: String, location_name: "FileName"))
2479
+ StartMetadataModelExportAsScriptMessage.struct_class = Types::StartMetadataModelExportAsScriptMessage
2480
+
2481
+ StartMetadataModelExportAsScriptResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2482
+ StartMetadataModelExportAsScriptResponse.struct_class = Types::StartMetadataModelExportAsScriptResponse
2483
+
2484
+ StartMetadataModelExportToTargetMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2485
+ StartMetadataModelExportToTargetMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2486
+ StartMetadataModelExportToTargetMessage.add_member(:overwrite_extension_pack, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "OverwriteExtensionPack"))
2487
+ StartMetadataModelExportToTargetMessage.struct_class = Types::StartMetadataModelExportToTargetMessage
2488
+
2489
+ StartMetadataModelExportToTargetResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2490
+ StartMetadataModelExportToTargetResponse.struct_class = Types::StartMetadataModelExportToTargetResponse
2491
+
2492
+ StartMetadataModelImportMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MigrationProjectIdentifier"))
2493
+ StartMetadataModelImportMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
2494
+ StartMetadataModelImportMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
2495
+ StartMetadataModelImportMessage.add_member(:refresh, Shapes::ShapeRef.new(shape: Boolean, location_name: "Refresh"))
2496
+ StartMetadataModelImportMessage.struct_class = Types::StartMetadataModelImportMessage
2497
+
2498
+ StartMetadataModelImportResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
2499
+ StartMetadataModelImportResponse.struct_class = Types::StartMetadataModelImportResponse
2500
+
2002
2501
  StartRecommendationsRequest.add_member(:database_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DatabaseId"))
2003
2502
  StartRecommendationsRequest.add_member(:settings, Shapes::ShapeRef.new(shape: RecommendationSettings, required: true, location_name: "Settings"))
2004
2503
  StartRecommendationsRequest.struct_class = Types::StartRecommendationsRequest
@@ -2225,6 +2724,17 @@ module Aws::DatabaseMigrationService
2225
2724
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2226
2725
  end)
2227
2726
 
2727
+ api.add_operation(:create_data_provider, Seahorse::Model::Operation.new.tap do |o|
2728
+ o.name = "CreateDataProvider"
2729
+ o.http_method = "POST"
2730
+ o.http_request_uri = "/"
2731
+ o.input = Shapes::ShapeRef.new(shape: CreateDataProviderMessage)
2732
+ o.output = Shapes::ShapeRef.new(shape: CreateDataProviderResponse)
2733
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2734
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2735
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
2736
+ end)
2737
+
2228
2738
  api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
2229
2739
  o.name = "CreateEndpoint"
2230
2740
  o.http_method = "POST"
@@ -2271,6 +2781,36 @@ module Aws::DatabaseMigrationService
2271
2781
  o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2272
2782
  end)
2273
2783
 
2784
+ api.add_operation(:create_instance_profile, Seahorse::Model::Operation.new.tap do |o|
2785
+ o.name = "CreateInstanceProfile"
2786
+ o.http_method = "POST"
2787
+ o.http_request_uri = "/"
2788
+ o.input = Shapes::ShapeRef.new(shape: CreateInstanceProfileMessage)
2789
+ o.output = Shapes::ShapeRef.new(shape: CreateInstanceProfileResponse)
2790
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2791
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
2792
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2793
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2794
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2795
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
2796
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
2797
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
2798
+ end)
2799
+
2800
+ api.add_operation(:create_migration_project, Seahorse::Model::Operation.new.tap do |o|
2801
+ o.name = "CreateMigrationProject"
2802
+ o.http_method = "POST"
2803
+ o.http_request_uri = "/"
2804
+ o.input = Shapes::ShapeRef.new(shape: CreateMigrationProjectMessage)
2805
+ o.output = Shapes::ShapeRef.new(shape: CreateMigrationProjectResponse)
2806
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2807
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
2808
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
2809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2810
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
2811
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
2812
+ end)
2813
+
2274
2814
  api.add_operation(:create_replication_config, Seahorse::Model::Operation.new.tap do |o|
2275
2815
  o.name = "CreateReplicationConfig"
2276
2816
  o.http_method = "POST"
@@ -2354,6 +2894,17 @@ module Aws::DatabaseMigrationService
2354
2894
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2355
2895
  end)
2356
2896
 
2897
+ api.add_operation(:delete_data_provider, Seahorse::Model::Operation.new.tap do |o|
2898
+ o.name = "DeleteDataProvider"
2899
+ o.http_method = "POST"
2900
+ o.http_request_uri = "/"
2901
+ o.input = Shapes::ShapeRef.new(shape: DeleteDataProviderMessage)
2902
+ o.output = Shapes::ShapeRef.new(shape: DeleteDataProviderResponse)
2903
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2904
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2905
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2906
+ end)
2907
+
2357
2908
  api.add_operation(:delete_endpoint, Seahorse::Model::Operation.new.tap do |o|
2358
2909
  o.name = "DeleteEndpoint"
2359
2910
  o.http_method = "POST"
@@ -2394,6 +2945,28 @@ module Aws::DatabaseMigrationService
2394
2945
  o.errors << Shapes::ShapeRef.new(shape: InvalidOperationFault)
2395
2946
  end)
2396
2947
 
2948
+ api.add_operation(:delete_instance_profile, Seahorse::Model::Operation.new.tap do |o|
2949
+ o.name = "DeleteInstanceProfile"
2950
+ o.http_method = "POST"
2951
+ o.http_request_uri = "/"
2952
+ o.input = Shapes::ShapeRef.new(shape: DeleteInstanceProfileMessage)
2953
+ o.output = Shapes::ShapeRef.new(shape: DeleteInstanceProfileResponse)
2954
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2955
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2956
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2957
+ end)
2958
+
2959
+ api.add_operation(:delete_migration_project, Seahorse::Model::Operation.new.tap do |o|
2960
+ o.name = "DeleteMigrationProject"
2961
+ o.http_method = "POST"
2962
+ o.http_request_uri = "/"
2963
+ o.input = Shapes::ShapeRef.new(shape: DeleteMigrationProjectMessage)
2964
+ o.output = Shapes::ShapeRef.new(shape: DeleteMigrationProjectResponse)
2965
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
2966
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2967
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
2968
+ end)
2969
+
2397
2970
  api.add_operation(:delete_replication_config, Seahorse::Model::Operation.new.tap do |o|
2398
2971
  o.name = "DeleteReplicationConfig"
2399
2972
  o.http_method = "POST"
@@ -2501,6 +3074,31 @@ module Aws::DatabaseMigrationService
2501
3074
  )
2502
3075
  end)
2503
3076
 
3077
+ api.add_operation(:describe_conversion_configuration, Seahorse::Model::Operation.new.tap do |o|
3078
+ o.name = "DescribeConversionConfiguration"
3079
+ o.http_method = "POST"
3080
+ o.http_request_uri = "/"
3081
+ o.input = Shapes::ShapeRef.new(shape: DescribeConversionConfigurationMessage)
3082
+ o.output = Shapes::ShapeRef.new(shape: DescribeConversionConfigurationResponse)
3083
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3084
+ end)
3085
+
3086
+ api.add_operation(:describe_data_providers, Seahorse::Model::Operation.new.tap do |o|
3087
+ o.name = "DescribeDataProviders"
3088
+ o.http_method = "POST"
3089
+ o.http_request_uri = "/"
3090
+ o.input = Shapes::ShapeRef.new(shape: DescribeDataProvidersMessage)
3091
+ o.output = Shapes::ShapeRef.new(shape: DescribeDataProvidersResponse)
3092
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3093
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3094
+ o[:pager] = Aws::Pager.new(
3095
+ limit_key: "max_records",
3096
+ tokens: {
3097
+ "marker" => "marker"
3098
+ }
3099
+ )
3100
+ end)
3101
+
2504
3102
  api.add_operation(:describe_endpoint_settings, Seahorse::Model::Operation.new.tap do |o|
2505
3103
  o.name = "DescribeEndpointSettings"
2506
3104
  o.http_method = "POST"
@@ -2595,6 +3193,20 @@ module Aws::DatabaseMigrationService
2595
3193
  )
2596
3194
  end)
2597
3195
 
3196
+ api.add_operation(:describe_extension_pack_associations, Seahorse::Model::Operation.new.tap do |o|
3197
+ o.name = "DescribeExtensionPackAssociations"
3198
+ o.http_method = "POST"
3199
+ o.http_request_uri = "/"
3200
+ o.input = Shapes::ShapeRef.new(shape: DescribeExtensionPackAssociationsMessage)
3201
+ o.output = Shapes::ShapeRef.new(shape: DescribeExtensionPackAssociationsResponse)
3202
+ o[:pager] = Aws::Pager.new(
3203
+ limit_key: "max_records",
3204
+ tokens: {
3205
+ "marker" => "marker"
3206
+ }
3207
+ )
3208
+ end)
3209
+
2598
3210
  api.add_operation(:describe_fleet_advisor_collectors, Seahorse::Model::Operation.new.tap do |o|
2599
3211
  o.name = "DescribeFleetAdvisorCollectors"
2600
3212
  o.http_method = "POST"
@@ -2670,6 +3282,113 @@ module Aws::DatabaseMigrationService
2670
3282
  )
2671
3283
  end)
2672
3284
 
3285
+ api.add_operation(:describe_instance_profiles, Seahorse::Model::Operation.new.tap do |o|
3286
+ o.name = "DescribeInstanceProfiles"
3287
+ o.http_method = "POST"
3288
+ o.http_request_uri = "/"
3289
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstanceProfilesMessage)
3290
+ o.output = Shapes::ShapeRef.new(shape: DescribeInstanceProfilesResponse)
3291
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3292
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3293
+ o[:pager] = Aws::Pager.new(
3294
+ limit_key: "max_records",
3295
+ tokens: {
3296
+ "marker" => "marker"
3297
+ }
3298
+ )
3299
+ end)
3300
+
3301
+ api.add_operation(:describe_metadata_model_assessments, Seahorse::Model::Operation.new.tap do |o|
3302
+ o.name = "DescribeMetadataModelAssessments"
3303
+ o.http_method = "POST"
3304
+ o.http_request_uri = "/"
3305
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelAssessmentsMessage)
3306
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelAssessmentsResponse)
3307
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3308
+ o[:pager] = Aws::Pager.new(
3309
+ limit_key: "max_records",
3310
+ tokens: {
3311
+ "marker" => "marker"
3312
+ }
3313
+ )
3314
+ end)
3315
+
3316
+ api.add_operation(:describe_metadata_model_conversions, Seahorse::Model::Operation.new.tap do |o|
3317
+ o.name = "DescribeMetadataModelConversions"
3318
+ o.http_method = "POST"
3319
+ o.http_request_uri = "/"
3320
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelConversionsMessage)
3321
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelConversionsResponse)
3322
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3323
+ o[:pager] = Aws::Pager.new(
3324
+ limit_key: "max_records",
3325
+ tokens: {
3326
+ "marker" => "marker"
3327
+ }
3328
+ )
3329
+ end)
3330
+
3331
+ api.add_operation(:describe_metadata_model_exports_as_script, Seahorse::Model::Operation.new.tap do |o|
3332
+ o.name = "DescribeMetadataModelExportsAsScript"
3333
+ o.http_method = "POST"
3334
+ o.http_request_uri = "/"
3335
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelExportsAsScriptMessage)
3336
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelExportsAsScriptResponse)
3337
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3338
+ o[:pager] = Aws::Pager.new(
3339
+ limit_key: "max_records",
3340
+ tokens: {
3341
+ "marker" => "marker"
3342
+ }
3343
+ )
3344
+ end)
3345
+
3346
+ api.add_operation(:describe_metadata_model_exports_to_target, Seahorse::Model::Operation.new.tap do |o|
3347
+ o.name = "DescribeMetadataModelExportsToTarget"
3348
+ o.http_method = "POST"
3349
+ o.http_request_uri = "/"
3350
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelExportsToTargetMessage)
3351
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelExportsToTargetResponse)
3352
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3353
+ o[:pager] = Aws::Pager.new(
3354
+ limit_key: "max_records",
3355
+ tokens: {
3356
+ "marker" => "marker"
3357
+ }
3358
+ )
3359
+ end)
3360
+
3361
+ api.add_operation(:describe_metadata_model_imports, Seahorse::Model::Operation.new.tap do |o|
3362
+ o.name = "DescribeMetadataModelImports"
3363
+ o.http_method = "POST"
3364
+ o.http_request_uri = "/"
3365
+ o.input = Shapes::ShapeRef.new(shape: DescribeMetadataModelImportsMessage)
3366
+ o.output = Shapes::ShapeRef.new(shape: DescribeMetadataModelImportsResponse)
3367
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3368
+ o[:pager] = Aws::Pager.new(
3369
+ limit_key: "max_records",
3370
+ tokens: {
3371
+ "marker" => "marker"
3372
+ }
3373
+ )
3374
+ end)
3375
+
3376
+ api.add_operation(:describe_migration_projects, Seahorse::Model::Operation.new.tap do |o|
3377
+ o.name = "DescribeMigrationProjects"
3378
+ o.http_method = "POST"
3379
+ o.http_request_uri = "/"
3380
+ o.input = Shapes::ShapeRef.new(shape: DescribeMigrationProjectsMessage)
3381
+ o.output = Shapes::ShapeRef.new(shape: DescribeMigrationProjectsResponse)
3382
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3383
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3384
+ o[:pager] = Aws::Pager.new(
3385
+ limit_key: "max_records",
3386
+ tokens: {
3387
+ "marker" => "marker"
3388
+ }
3389
+ )
3390
+ end)
3391
+
2673
3392
  api.add_operation(:describe_orderable_replication_instances, Seahorse::Model::Operation.new.tap do |o|
2674
3393
  o.name = "DescribeOrderableReplicationInstances"
2675
3394
  o.http_method = "POST"
@@ -2925,6 +3644,15 @@ module Aws::DatabaseMigrationService
2925
3644
  )
2926
3645
  end)
2927
3646
 
3647
+ api.add_operation(:export_metadata_model_assessment, Seahorse::Model::Operation.new.tap do |o|
3648
+ o.name = "ExportMetadataModelAssessment"
3649
+ o.http_method = "POST"
3650
+ o.http_request_uri = "/"
3651
+ o.input = Shapes::ShapeRef.new(shape: ExportMetadataModelAssessmentMessage)
3652
+ o.output = Shapes::ShapeRef.new(shape: ExportMetadataModelAssessmentResponse)
3653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3654
+ end)
3655
+
2928
3656
  api.add_operation(:import_certificate, Seahorse::Model::Operation.new.tap do |o|
2929
3657
  o.name = "ImportCertificate"
2930
3658
  o.http_method = "POST"
@@ -2945,6 +3673,27 @@ module Aws::DatabaseMigrationService
2945
3673
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2946
3674
  end)
2947
3675
 
3676
+ api.add_operation(:modify_conversion_configuration, Seahorse::Model::Operation.new.tap do |o|
3677
+ o.name = "ModifyConversionConfiguration"
3678
+ o.http_method = "POST"
3679
+ o.http_request_uri = "/"
3680
+ o.input = Shapes::ShapeRef.new(shape: ModifyConversionConfigurationMessage)
3681
+ o.output = Shapes::ShapeRef.new(shape: ModifyConversionConfigurationResponse)
3682
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3683
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3684
+ end)
3685
+
3686
+ api.add_operation(:modify_data_provider, Seahorse::Model::Operation.new.tap do |o|
3687
+ o.name = "ModifyDataProvider"
3688
+ o.http_method = "POST"
3689
+ o.http_request_uri = "/"
3690
+ o.input = Shapes::ShapeRef.new(shape: ModifyDataProviderMessage)
3691
+ o.output = Shapes::ShapeRef.new(shape: ModifyDataProviderResponse)
3692
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3693
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3694
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3695
+ end)
3696
+
2948
3697
  api.add_operation(:modify_endpoint, Seahorse::Model::Operation.new.tap do |o|
2949
3698
  o.name = "ModifyEndpoint"
2950
3699
  o.http_method = "POST"
@@ -2975,6 +3724,33 @@ module Aws::DatabaseMigrationService
2975
3724
  o.errors << Shapes::ShapeRef.new(shape: KMSThrottlingFault)
2976
3725
  end)
2977
3726
 
3727
+ api.add_operation(:modify_instance_profile, Seahorse::Model::Operation.new.tap do |o|
3728
+ o.name = "ModifyInstanceProfile"
3729
+ o.http_method = "POST"
3730
+ o.http_request_uri = "/"
3731
+ o.input = Shapes::ShapeRef.new(shape: ModifyInstanceProfileMessage)
3732
+ o.output = Shapes::ShapeRef.new(shape: ModifyInstanceProfileResponse)
3733
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3734
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3735
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3736
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3737
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3738
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3739
+ end)
3740
+
3741
+ api.add_operation(:modify_migration_project, Seahorse::Model::Operation.new.tap do |o|
3742
+ o.name = "ModifyMigrationProject"
3743
+ o.http_method = "POST"
3744
+ o.http_request_uri = "/"
3745
+ o.input = Shapes::ShapeRef.new(shape: ModifyMigrationProjectMessage)
3746
+ o.output = Shapes::ShapeRef.new(shape: ModifyMigrationProjectResponse)
3747
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3748
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3749
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3750
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3751
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3752
+ end)
3753
+
2978
3754
  api.add_operation(:modify_replication_config, Seahorse::Model::Operation.new.tap do |o|
2979
3755
  o.name = "ModifyReplicationConfig"
2980
3756
  o.http_method = "POST"
@@ -3104,6 +3880,102 @@ module Aws::DatabaseMigrationService
3104
3880
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3105
3881
  end)
3106
3882
 
3883
+ api.add_operation(:start_extension_pack_association, Seahorse::Model::Operation.new.tap do |o|
3884
+ o.name = "StartExtensionPackAssociation"
3885
+ o.http_method = "POST"
3886
+ o.http_request_uri = "/"
3887
+ o.input = Shapes::ShapeRef.new(shape: StartExtensionPackAssociationMessage)
3888
+ o.output = Shapes::ShapeRef.new(shape: StartExtensionPackAssociationResponse)
3889
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3890
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3891
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3892
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3893
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3894
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3895
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3896
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3897
+ end)
3898
+
3899
+ api.add_operation(:start_metadata_model_assessment, Seahorse::Model::Operation.new.tap do |o|
3900
+ o.name = "StartMetadataModelAssessment"
3901
+ o.http_method = "POST"
3902
+ o.http_request_uri = "/"
3903
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelAssessmentMessage)
3904
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelAssessmentResponse)
3905
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3906
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3907
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3908
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3909
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3910
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3911
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3912
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3913
+ end)
3914
+
3915
+ api.add_operation(:start_metadata_model_conversion, Seahorse::Model::Operation.new.tap do |o|
3916
+ o.name = "StartMetadataModelConversion"
3917
+ o.http_method = "POST"
3918
+ o.http_request_uri = "/"
3919
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelConversionMessage)
3920
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelConversionResponse)
3921
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3922
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3923
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3924
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3925
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3926
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3927
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3928
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3929
+ end)
3930
+
3931
+ api.add_operation(:start_metadata_model_export_as_script, Seahorse::Model::Operation.new.tap do |o|
3932
+ o.name = "StartMetadataModelExportAsScript"
3933
+ o.http_method = "POST"
3934
+ o.http_request_uri = "/"
3935
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelExportAsScriptMessage)
3936
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelExportAsScriptResponse)
3937
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3938
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3939
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3940
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3941
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3942
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3943
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3944
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3945
+ end)
3946
+
3947
+ api.add_operation(:start_metadata_model_export_to_target, Seahorse::Model::Operation.new.tap do |o|
3948
+ o.name = "StartMetadataModelExportToTarget"
3949
+ o.http_method = "POST"
3950
+ o.http_request_uri = "/"
3951
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelExportToTargetMessage)
3952
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelExportToTargetResponse)
3953
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3954
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3955
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3956
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3957
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3958
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3959
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3960
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3961
+ end)
3962
+
3963
+ api.add_operation(:start_metadata_model_import, Seahorse::Model::Operation.new.tap do |o|
3964
+ o.name = "StartMetadataModelImport"
3965
+ o.http_method = "POST"
3966
+ o.http_request_uri = "/"
3967
+ o.input = Shapes::ShapeRef.new(shape: StartMetadataModelImportMessage)
3968
+ o.output = Shapes::ShapeRef.new(shape: StartMetadataModelImportResponse)
3969
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
3970
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
3971
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
3972
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
3973
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3974
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
3975
+ o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
3976
+ o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
3977
+ end)
3978
+
3107
3979
  api.add_operation(:start_recommendations, Seahorse::Model::Operation.new.tap do |o|
3108
3980
  o.name = "StartRecommendations"
3109
3981
  o.http_method = "POST"