@aws-sdk/client-database-migration-service 3.379.1 → 3.384.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.
Files changed (228) hide show
  1. package/README.md +224 -0
  2. package/dist-cjs/DatabaseMigrationService.js +56 -0
  3. package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
  4. package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
  5. package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
  6. package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
  7. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
  8. package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
  9. package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
  10. package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
  11. package/dist-cjs/commands/DescribeEngineVersionsCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
  13. package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
  14. package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
  15. package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
  16. package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
  17. package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
  18. package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
  19. package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
  20. package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
  21. package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
  22. package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
  23. package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
  24. package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
  25. package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
  26. package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
  27. package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
  28. package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
  29. package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
  30. package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
  31. package/dist-cjs/commands/index.js +28 -0
  32. package/dist-cjs/endpoint/ruleset.js +1 -1
  33. package/dist-cjs/models/index.js +1 -0
  34. package/dist-cjs/models/models_0.js +65 -87
  35. package/dist-cjs/models/models_1.js +56 -0
  36. package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
  37. package/dist-cjs/pagination/DescribeEngineVersionsPaginator.js +29 -0
  38. package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
  39. package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
  40. package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
  41. package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
  42. package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
  43. package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
  44. package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
  45. package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
  46. package/dist-cjs/pagination/index.js +11 -1
  47. package/dist-cjs/protocols/Aws_json1_1.js +1601 -109
  48. package/dist-es/DatabaseMigrationService.js +56 -0
  49. package/dist-es/commands/CreateDataProviderCommand.js +42 -0
  50. package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
  51. package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
  52. package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
  53. package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
  54. package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
  55. package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
  56. package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
  57. package/dist-es/commands/DescribeEngineVersionsCommand.js +42 -0
  58. package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
  59. package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
  60. package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
  61. package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
  62. package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
  63. package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
  64. package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
  65. package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
  66. package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
  67. package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
  68. package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
  69. package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
  70. package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
  71. package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
  72. package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
  73. package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
  74. package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
  75. package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
  76. package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
  77. package/dist-es/commands/index.js +28 -0
  78. package/dist-es/endpoint/ruleset.js +1 -1
  79. package/dist-es/models/index.js +1 -0
  80. package/dist-es/models/models_0.js +61 -80
  81. package/dist-es/models/models_1.js +50 -0
  82. package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
  83. package/dist-es/pagination/DescribeEngineVersionsPaginator.js +25 -0
  84. package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
  85. package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
  86. package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
  87. package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
  88. package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
  89. package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
  90. package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
  91. package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
  92. package/dist-es/pagination/index.js +11 -1
  93. package/dist-es/protocols/Aws_json1_1.js +1539 -104
  94. package/dist-types/DatabaseMigrationService.d.ts +196 -0
  95. package/dist-types/DatabaseMigrationServiceClient.d.ts +30 -2
  96. package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
  97. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
  98. package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
  99. package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
  100. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
  101. package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
  102. package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
  103. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
  104. package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +88 -0
  105. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
  106. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
  107. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
  108. package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
  109. package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
  110. package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
  111. package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
  112. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
  113. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
  114. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
  115. package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
  116. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
  118. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
  119. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  121. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  123. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
  124. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  125. package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
  126. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  127. package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
  128. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  129. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  130. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
  131. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
  132. package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
  133. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
  134. package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
  135. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
  136. package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
  137. package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
  138. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  139. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  140. package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
  141. package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
  142. package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
  143. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  144. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  145. package/dist-types/commands/index.d.ts +28 -0
  146. package/dist-types/models/index.d.ts +1 -0
  147. package/dist-types/models/models_0.d.ts +2691 -1072
  148. package/dist-types/models/models_1.d.ts +1322 -0
  149. package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
  150. package/dist-types/pagination/DescribeEngineVersionsPaginator.d.ts +7 -0
  151. package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
  152. package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
  153. package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
  154. package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
  155. package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
  156. package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
  157. package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
  158. package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
  159. package/dist-types/pagination/index.d.ts +11 -1
  160. package/dist-types/protocols/Aws_json1_1.d.ts +252 -0
  161. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +494 -0
  162. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +168 -0
  163. package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
  164. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
  166. package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
  167. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
  168. package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
  169. package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
  171. package/dist-types/ts3.4/commands/DescribeEngineVersionsCommand.d.ts +42 -0
  172. package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
  174. package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
  175. package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
  176. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
  177. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
  178. package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
  180. package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
  181. package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
  182. package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
  183. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
  185. package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
  186. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
  198. package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
  199. package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
  200. package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
  201. package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
  202. package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
  203. package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  213. package/dist-types/ts3.4/models/index.d.ts +1 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +398 -242
  215. package/dist-types/ts3.4/models/models_1.d.ts +312 -0
  216. package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
  217. package/dist-types/ts3.4/pagination/DescribeEngineVersionsPaginator.d.ts +11 -0
  218. package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
  219. package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
  220. package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
  221. package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
  222. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
  223. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/index.d.ts +11 -1
  227. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +336 -0
  228. package/package.json +5 -5
@@ -60,6 +60,10 @@ import {
60
60
  CancelReplicationTaskAssessmentRunCommandInput,
61
61
  CancelReplicationTaskAssessmentRunCommandOutput,
62
62
  } from "./commands/CancelReplicationTaskAssessmentRunCommand";
63
+ import {
64
+ CreateDataProviderCommandInput,
65
+ CreateDataProviderCommandOutput,
66
+ } from "./commands/CreateDataProviderCommand";
63
67
  import {
64
68
  CreateEndpointCommandInput,
65
69
  CreateEndpointCommandOutput,
@@ -72,6 +76,14 @@ import {
72
76
  CreateFleetAdvisorCollectorCommandInput,
73
77
  CreateFleetAdvisorCollectorCommandOutput,
74
78
  } from "./commands/CreateFleetAdvisorCollectorCommand";
79
+ import {
80
+ CreateInstanceProfileCommandInput,
81
+ CreateInstanceProfileCommandOutput,
82
+ } from "./commands/CreateInstanceProfileCommand";
83
+ import {
84
+ CreateMigrationProjectCommandInput,
85
+ CreateMigrationProjectCommandOutput,
86
+ } from "./commands/CreateMigrationProjectCommand";
75
87
  import {
76
88
  CreateReplicationConfigCommandInput,
77
89
  CreateReplicationConfigCommandOutput,
@@ -96,6 +108,10 @@ import {
96
108
  DeleteConnectionCommandInput,
97
109
  DeleteConnectionCommandOutput,
98
110
  } from "./commands/DeleteConnectionCommand";
111
+ import {
112
+ DeleteDataProviderCommandInput,
113
+ DeleteDataProviderCommandOutput,
114
+ } from "./commands/DeleteDataProviderCommand";
99
115
  import {
100
116
  DeleteEndpointCommandInput,
101
117
  DeleteEndpointCommandOutput,
@@ -112,6 +128,14 @@ import {
112
128
  DeleteFleetAdvisorDatabasesCommandInput,
113
129
  DeleteFleetAdvisorDatabasesCommandOutput,
114
130
  } from "./commands/DeleteFleetAdvisorDatabasesCommand";
131
+ import {
132
+ DeleteInstanceProfileCommandInput,
133
+ DeleteInstanceProfileCommandOutput,
134
+ } from "./commands/DeleteInstanceProfileCommand";
135
+ import {
136
+ DeleteMigrationProjectCommandInput,
137
+ DeleteMigrationProjectCommandOutput,
138
+ } from "./commands/DeleteMigrationProjectCommand";
115
139
  import {
116
140
  DeleteReplicationConfigCommandInput,
117
141
  DeleteReplicationConfigCommandOutput,
@@ -148,6 +172,14 @@ import {
148
172
  DescribeConnectionsCommandInput,
149
173
  DescribeConnectionsCommandOutput,
150
174
  } from "./commands/DescribeConnectionsCommand";
175
+ import {
176
+ DescribeConversionConfigurationCommandInput,
177
+ DescribeConversionConfigurationCommandOutput,
178
+ } from "./commands/DescribeConversionConfigurationCommand";
179
+ import {
180
+ DescribeDataProvidersCommandInput,
181
+ DescribeDataProvidersCommandOutput,
182
+ } from "./commands/DescribeDataProvidersCommand";
151
183
  import {
152
184
  DescribeEndpointsCommandInput,
153
185
  DescribeEndpointsCommandOutput,
@@ -160,6 +192,10 @@ import {
160
192
  DescribeEndpointTypesCommandInput,
161
193
  DescribeEndpointTypesCommandOutput,
162
194
  } from "./commands/DescribeEndpointTypesCommand";
195
+ import {
196
+ DescribeEngineVersionsCommandInput,
197
+ DescribeEngineVersionsCommandOutput,
198
+ } from "./commands/DescribeEngineVersionsCommand";
163
199
  import {
164
200
  DescribeEventCategoriesCommandInput,
165
201
  DescribeEventCategoriesCommandOutput,
@@ -172,6 +208,10 @@ import {
172
208
  DescribeEventSubscriptionsCommandInput,
173
209
  DescribeEventSubscriptionsCommandOutput,
174
210
  } from "./commands/DescribeEventSubscriptionsCommand";
211
+ import {
212
+ DescribeExtensionPackAssociationsCommandInput,
213
+ DescribeExtensionPackAssociationsCommandOutput,
214
+ } from "./commands/DescribeExtensionPackAssociationsCommand";
175
215
  import {
176
216
  DescribeFleetAdvisorCollectorsCommandInput,
177
217
  DescribeFleetAdvisorCollectorsCommandOutput,
@@ -192,6 +232,34 @@ import {
192
232
  DescribeFleetAdvisorSchemasCommandInput,
193
233
  DescribeFleetAdvisorSchemasCommandOutput,
194
234
  } from "./commands/DescribeFleetAdvisorSchemasCommand";
235
+ import {
236
+ DescribeInstanceProfilesCommandInput,
237
+ DescribeInstanceProfilesCommandOutput,
238
+ } from "./commands/DescribeInstanceProfilesCommand";
239
+ import {
240
+ DescribeMetadataModelAssessmentsCommandInput,
241
+ DescribeMetadataModelAssessmentsCommandOutput,
242
+ } from "./commands/DescribeMetadataModelAssessmentsCommand";
243
+ import {
244
+ DescribeMetadataModelConversionsCommandInput,
245
+ DescribeMetadataModelConversionsCommandOutput,
246
+ } from "./commands/DescribeMetadataModelConversionsCommand";
247
+ import {
248
+ DescribeMetadataModelExportsAsScriptCommandInput,
249
+ DescribeMetadataModelExportsAsScriptCommandOutput,
250
+ } from "./commands/DescribeMetadataModelExportsAsScriptCommand";
251
+ import {
252
+ DescribeMetadataModelExportsToTargetCommandInput,
253
+ DescribeMetadataModelExportsToTargetCommandOutput,
254
+ } from "./commands/DescribeMetadataModelExportsToTargetCommand";
255
+ import {
256
+ DescribeMetadataModelImportsCommandInput,
257
+ DescribeMetadataModelImportsCommandOutput,
258
+ } from "./commands/DescribeMetadataModelImportsCommand";
259
+ import {
260
+ DescribeMigrationProjectsCommandInput,
261
+ DescribeMigrationProjectsCommandOutput,
262
+ } from "./commands/DescribeMigrationProjectsCommand";
195
263
  import {
196
264
  DescribeOrderableReplicationInstancesCommandInput,
197
265
  DescribeOrderableReplicationInstancesCommandOutput,
@@ -260,6 +328,10 @@ import {
260
328
  DescribeTableStatisticsCommandInput,
261
329
  DescribeTableStatisticsCommandOutput,
262
330
  } from "./commands/DescribeTableStatisticsCommand";
331
+ import {
332
+ ExportMetadataModelAssessmentCommandInput,
333
+ ExportMetadataModelAssessmentCommandOutput,
334
+ } from "./commands/ExportMetadataModelAssessmentCommand";
263
335
  import {
264
336
  ImportCertificateCommandInput,
265
337
  ImportCertificateCommandOutput,
@@ -268,6 +340,14 @@ import {
268
340
  ListTagsForResourceCommandInput,
269
341
  ListTagsForResourceCommandOutput,
270
342
  } from "./commands/ListTagsForResourceCommand";
343
+ import {
344
+ ModifyConversionConfigurationCommandInput,
345
+ ModifyConversionConfigurationCommandOutput,
346
+ } from "./commands/ModifyConversionConfigurationCommand";
347
+ import {
348
+ ModifyDataProviderCommandInput,
349
+ ModifyDataProviderCommandOutput,
350
+ } from "./commands/ModifyDataProviderCommand";
271
351
  import {
272
352
  ModifyEndpointCommandInput,
273
353
  ModifyEndpointCommandOutput,
@@ -276,6 +356,14 @@ import {
276
356
  ModifyEventSubscriptionCommandInput,
277
357
  ModifyEventSubscriptionCommandOutput,
278
358
  } from "./commands/ModifyEventSubscriptionCommand";
359
+ import {
360
+ ModifyInstanceProfileCommandInput,
361
+ ModifyInstanceProfileCommandOutput,
362
+ } from "./commands/ModifyInstanceProfileCommand";
363
+ import {
364
+ ModifyMigrationProjectCommandInput,
365
+ ModifyMigrationProjectCommandOutput,
366
+ } from "./commands/ModifyMigrationProjectCommand";
279
367
  import {
280
368
  ModifyReplicationConfigCommandInput,
281
369
  ModifyReplicationConfigCommandOutput,
@@ -320,6 +408,30 @@ import {
320
408
  RunFleetAdvisorLsaAnalysisCommandInput,
321
409
  RunFleetAdvisorLsaAnalysisCommandOutput,
322
410
  } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
411
+ import {
412
+ StartExtensionPackAssociationCommandInput,
413
+ StartExtensionPackAssociationCommandOutput,
414
+ } from "./commands/StartExtensionPackAssociationCommand";
415
+ import {
416
+ StartMetadataModelAssessmentCommandInput,
417
+ StartMetadataModelAssessmentCommandOutput,
418
+ } from "./commands/StartMetadataModelAssessmentCommand";
419
+ import {
420
+ StartMetadataModelConversionCommandInput,
421
+ StartMetadataModelConversionCommandOutput,
422
+ } from "./commands/StartMetadataModelConversionCommand";
423
+ import {
424
+ StartMetadataModelExportAsScriptCommandInput,
425
+ StartMetadataModelExportAsScriptCommandOutput,
426
+ } from "./commands/StartMetadataModelExportAsScriptCommand";
427
+ import {
428
+ StartMetadataModelExportToTargetCommandInput,
429
+ StartMetadataModelExportToTargetCommandOutput,
430
+ } from "./commands/StartMetadataModelExportToTargetCommand";
431
+ import {
432
+ StartMetadataModelImportCommandInput,
433
+ StartMetadataModelImportCommandOutput,
434
+ } from "./commands/StartMetadataModelImportCommand";
323
435
  import {
324
436
  StartRecommendationsCommandInput,
325
437
  StartRecommendationsCommandOutput,
@@ -367,19 +479,25 @@ export type ServiceInputTypes =
367
479
  | ApplyPendingMaintenanceActionCommandInput
368
480
  | BatchStartRecommendationsCommandInput
369
481
  | CancelReplicationTaskAssessmentRunCommandInput
482
+ | CreateDataProviderCommandInput
370
483
  | CreateEndpointCommandInput
371
484
  | CreateEventSubscriptionCommandInput
372
485
  | CreateFleetAdvisorCollectorCommandInput
486
+ | CreateInstanceProfileCommandInput
487
+ | CreateMigrationProjectCommandInput
373
488
  | CreateReplicationConfigCommandInput
374
489
  | CreateReplicationInstanceCommandInput
375
490
  | CreateReplicationSubnetGroupCommandInput
376
491
  | CreateReplicationTaskCommandInput
377
492
  | DeleteCertificateCommandInput
378
493
  | DeleteConnectionCommandInput
494
+ | DeleteDataProviderCommandInput
379
495
  | DeleteEndpointCommandInput
380
496
  | DeleteEventSubscriptionCommandInput
381
497
  | DeleteFleetAdvisorCollectorCommandInput
382
498
  | DeleteFleetAdvisorDatabasesCommandInput
499
+ | DeleteInstanceProfileCommandInput
500
+ | DeleteMigrationProjectCommandInput
383
501
  | DeleteReplicationConfigCommandInput
384
502
  | DeleteReplicationInstanceCommandInput
385
503
  | DeleteReplicationSubnetGroupCommandInput
@@ -389,17 +507,28 @@ export type ServiceInputTypes =
389
507
  | DescribeApplicableIndividualAssessmentsCommandInput
390
508
  | DescribeCertificatesCommandInput
391
509
  | DescribeConnectionsCommandInput
510
+ | DescribeConversionConfigurationCommandInput
511
+ | DescribeDataProvidersCommandInput
392
512
  | DescribeEndpointSettingsCommandInput
393
513
  | DescribeEndpointTypesCommandInput
394
514
  | DescribeEndpointsCommandInput
515
+ | DescribeEngineVersionsCommandInput
395
516
  | DescribeEventCategoriesCommandInput
396
517
  | DescribeEventSubscriptionsCommandInput
397
518
  | DescribeEventsCommandInput
519
+ | DescribeExtensionPackAssociationsCommandInput
398
520
  | DescribeFleetAdvisorCollectorsCommandInput
399
521
  | DescribeFleetAdvisorDatabasesCommandInput
400
522
  | DescribeFleetAdvisorLsaAnalysisCommandInput
401
523
  | DescribeFleetAdvisorSchemaObjectSummaryCommandInput
402
524
  | DescribeFleetAdvisorSchemasCommandInput
525
+ | DescribeInstanceProfilesCommandInput
526
+ | DescribeMetadataModelAssessmentsCommandInput
527
+ | DescribeMetadataModelConversionsCommandInput
528
+ | DescribeMetadataModelExportsAsScriptCommandInput
529
+ | DescribeMetadataModelExportsToTargetCommandInput
530
+ | DescribeMetadataModelImportsCommandInput
531
+ | DescribeMigrationProjectsCommandInput
403
532
  | DescribeOrderableReplicationInstancesCommandInput
404
533
  | DescribePendingMaintenanceActionsCommandInput
405
534
  | DescribeRecommendationLimitationsCommandInput
@@ -417,10 +546,15 @@ export type ServiceInputTypes =
417
546
  | DescribeReplicationsCommandInput
418
547
  | DescribeSchemasCommandInput
419
548
  | DescribeTableStatisticsCommandInput
549
+ | ExportMetadataModelAssessmentCommandInput
420
550
  | ImportCertificateCommandInput
421
551
  | ListTagsForResourceCommandInput
552
+ | ModifyConversionConfigurationCommandInput
553
+ | ModifyDataProviderCommandInput
422
554
  | ModifyEndpointCommandInput
423
555
  | ModifyEventSubscriptionCommandInput
556
+ | ModifyInstanceProfileCommandInput
557
+ | ModifyMigrationProjectCommandInput
424
558
  | ModifyReplicationConfigCommandInput
425
559
  | ModifyReplicationInstanceCommandInput
426
560
  | ModifyReplicationSubnetGroupCommandInput
@@ -432,6 +566,12 @@ export type ServiceInputTypes =
432
566
  | ReloadTablesCommandInput
433
567
  | RemoveTagsFromResourceCommandInput
434
568
  | RunFleetAdvisorLsaAnalysisCommandInput
569
+ | StartExtensionPackAssociationCommandInput
570
+ | StartMetadataModelAssessmentCommandInput
571
+ | StartMetadataModelConversionCommandInput
572
+ | StartMetadataModelExportAsScriptCommandInput
573
+ | StartMetadataModelExportToTargetCommandInput
574
+ | StartMetadataModelImportCommandInput
435
575
  | StartRecommendationsCommandInput
436
576
  | StartReplicationCommandInput
437
577
  | StartReplicationTaskAssessmentCommandInput
@@ -446,19 +586,25 @@ export type ServiceOutputTypes =
446
586
  | ApplyPendingMaintenanceActionCommandOutput
447
587
  | BatchStartRecommendationsCommandOutput
448
588
  | CancelReplicationTaskAssessmentRunCommandOutput
589
+ | CreateDataProviderCommandOutput
449
590
  | CreateEndpointCommandOutput
450
591
  | CreateEventSubscriptionCommandOutput
451
592
  | CreateFleetAdvisorCollectorCommandOutput
593
+ | CreateInstanceProfileCommandOutput
594
+ | CreateMigrationProjectCommandOutput
452
595
  | CreateReplicationConfigCommandOutput
453
596
  | CreateReplicationInstanceCommandOutput
454
597
  | CreateReplicationSubnetGroupCommandOutput
455
598
  | CreateReplicationTaskCommandOutput
456
599
  | DeleteCertificateCommandOutput
457
600
  | DeleteConnectionCommandOutput
601
+ | DeleteDataProviderCommandOutput
458
602
  | DeleteEndpointCommandOutput
459
603
  | DeleteEventSubscriptionCommandOutput
460
604
  | DeleteFleetAdvisorCollectorCommandOutput
461
605
  | DeleteFleetAdvisorDatabasesCommandOutput
606
+ | DeleteInstanceProfileCommandOutput
607
+ | DeleteMigrationProjectCommandOutput
462
608
  | DeleteReplicationConfigCommandOutput
463
609
  | DeleteReplicationInstanceCommandOutput
464
610
  | DeleteReplicationSubnetGroupCommandOutput
@@ -468,17 +614,28 @@ export type ServiceOutputTypes =
468
614
  | DescribeApplicableIndividualAssessmentsCommandOutput
469
615
  | DescribeCertificatesCommandOutput
470
616
  | DescribeConnectionsCommandOutput
617
+ | DescribeConversionConfigurationCommandOutput
618
+ | DescribeDataProvidersCommandOutput
471
619
  | DescribeEndpointSettingsCommandOutput
472
620
  | DescribeEndpointTypesCommandOutput
473
621
  | DescribeEndpointsCommandOutput
622
+ | DescribeEngineVersionsCommandOutput
474
623
  | DescribeEventCategoriesCommandOutput
475
624
  | DescribeEventSubscriptionsCommandOutput
476
625
  | DescribeEventsCommandOutput
626
+ | DescribeExtensionPackAssociationsCommandOutput
477
627
  | DescribeFleetAdvisorCollectorsCommandOutput
478
628
  | DescribeFleetAdvisorDatabasesCommandOutput
479
629
  | DescribeFleetAdvisorLsaAnalysisCommandOutput
480
630
  | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput
481
631
  | DescribeFleetAdvisorSchemasCommandOutput
632
+ | DescribeInstanceProfilesCommandOutput
633
+ | DescribeMetadataModelAssessmentsCommandOutput
634
+ | DescribeMetadataModelConversionsCommandOutput
635
+ | DescribeMetadataModelExportsAsScriptCommandOutput
636
+ | DescribeMetadataModelExportsToTargetCommandOutput
637
+ | DescribeMetadataModelImportsCommandOutput
638
+ | DescribeMigrationProjectsCommandOutput
482
639
  | DescribeOrderableReplicationInstancesCommandOutput
483
640
  | DescribePendingMaintenanceActionsCommandOutput
484
641
  | DescribeRecommendationLimitationsCommandOutput
@@ -496,10 +653,15 @@ export type ServiceOutputTypes =
496
653
  | DescribeReplicationsCommandOutput
497
654
  | DescribeSchemasCommandOutput
498
655
  | DescribeTableStatisticsCommandOutput
656
+ | ExportMetadataModelAssessmentCommandOutput
499
657
  | ImportCertificateCommandOutput
500
658
  | ListTagsForResourceCommandOutput
659
+ | ModifyConversionConfigurationCommandOutput
660
+ | ModifyDataProviderCommandOutput
501
661
  | ModifyEndpointCommandOutput
502
662
  | ModifyEventSubscriptionCommandOutput
663
+ | ModifyInstanceProfileCommandOutput
664
+ | ModifyMigrationProjectCommandOutput
503
665
  | ModifyReplicationConfigCommandOutput
504
666
  | ModifyReplicationInstanceCommandOutput
505
667
  | ModifyReplicationSubnetGroupCommandOutput
@@ -511,6 +673,12 @@ export type ServiceOutputTypes =
511
673
  | ReloadTablesCommandOutput
512
674
  | RemoveTagsFromResourceCommandOutput
513
675
  | RunFleetAdvisorLsaAnalysisCommandOutput
676
+ | StartExtensionPackAssociationCommandOutput
677
+ | StartMetadataModelAssessmentCommandOutput
678
+ | StartMetadataModelConversionCommandOutput
679
+ | StartMetadataModelExportAsScriptCommandOutput
680
+ | StartMetadataModelExportToTargetCommandOutput
681
+ | StartMetadataModelImportCommandOutput
514
682
  | StartRecommendationsCommandOutput
515
683
  | StartReplicationCommandOutput
516
684
  | StartReplicationTaskAssessmentCommandOutput
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ CreateDataProviderMessage,
16
+ CreateDataProviderResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateDataProviderCommandInput
20
+ extends CreateDataProviderMessage {}
21
+ export interface CreateDataProviderCommandOutput
22
+ extends CreateDataProviderResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateDataProviderCommand extends $Command<
25
+ CreateDataProviderCommandInput,
26
+ CreateDataProviderCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: CreateDataProviderCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateDataProviderCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<CreateDataProviderCommandInput, CreateDataProviderCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ CreateInstanceProfileMessage,
16
+ CreateInstanceProfileResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateInstanceProfileCommandInput
20
+ extends CreateInstanceProfileMessage {}
21
+ export interface CreateInstanceProfileCommandOutput
22
+ extends CreateInstanceProfileResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateInstanceProfileCommand extends $Command<
25
+ CreateInstanceProfileCommandInput,
26
+ CreateInstanceProfileCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: CreateInstanceProfileCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateInstanceProfileCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateInstanceProfileCommandInput,
38
+ CreateInstanceProfileCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ CreateMigrationProjectMessage,
16
+ CreateMigrationProjectResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateMigrationProjectCommandInput
20
+ extends CreateMigrationProjectMessage {}
21
+ export interface CreateMigrationProjectCommandOutput
22
+ extends CreateMigrationProjectResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateMigrationProjectCommand extends $Command<
25
+ CreateMigrationProjectCommandInput,
26
+ CreateMigrationProjectCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: CreateMigrationProjectCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateMigrationProjectCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateMigrationProjectCommandInput,
38
+ CreateMigrationProjectCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ DeleteDataProviderMessage,
16
+ DeleteDataProviderResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteDataProviderCommandInput
20
+ extends DeleteDataProviderMessage {}
21
+ export interface DeleteDataProviderCommandOutput
22
+ extends DeleteDataProviderResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteDataProviderCommand extends $Command<
25
+ DeleteDataProviderCommandInput,
26
+ DeleteDataProviderCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteDataProviderCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteDataProviderCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<DeleteDataProviderCommandInput, DeleteDataProviderCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ DeleteInstanceProfileMessage,
16
+ DeleteInstanceProfileResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteInstanceProfileCommandInput
20
+ extends DeleteInstanceProfileMessage {}
21
+ export interface DeleteInstanceProfileCommandOutput
22
+ extends DeleteInstanceProfileResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteInstanceProfileCommand extends $Command<
25
+ DeleteInstanceProfileCommandInput,
26
+ DeleteInstanceProfileCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteInstanceProfileCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteInstanceProfileCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteInstanceProfileCommandInput,
38
+ DeleteInstanceProfileCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ DeleteMigrationProjectMessage,
16
+ DeleteMigrationProjectResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteMigrationProjectCommandInput
20
+ extends DeleteMigrationProjectMessage {}
21
+ export interface DeleteMigrationProjectCommandOutput
22
+ extends DeleteMigrationProjectResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteMigrationProjectCommand extends $Command<
25
+ DeleteMigrationProjectCommandInput,
26
+ DeleteMigrationProjectCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteMigrationProjectCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteMigrationProjectCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteMigrationProjectCommandInput,
38
+ DeleteMigrationProjectCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ DatabaseMigrationServiceClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../DatabaseMigrationServiceClient";
14
+ import {
15
+ DescribeConversionConfigurationMessage,
16
+ DescribeConversionConfigurationResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeConversionConfigurationCommandInput
20
+ extends DescribeConversionConfigurationMessage {}
21
+ export interface DescribeConversionConfigurationCommandOutput
22
+ extends DescribeConversionConfigurationResponse,
23
+ __MetadataBearer {}
24
+ export declare class DescribeConversionConfigurationCommand extends $Command<
25
+ DescribeConversionConfigurationCommandInput,
26
+ DescribeConversionConfigurationCommandOutput,
27
+ DatabaseMigrationServiceClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeConversionConfigurationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeConversionConfigurationCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: DatabaseMigrationServiceClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeConversionConfigurationCommandInput,
38
+ DescribeConversionConfigurationCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }