@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
@@ -15,6 +15,10 @@ import {
15
15
  CancelReplicationTaskAssessmentRunCommandInput,
16
16
  CancelReplicationTaskAssessmentRunCommandOutput,
17
17
  } from "./commands/CancelReplicationTaskAssessmentRunCommand";
18
+ import {
19
+ CreateDataProviderCommandInput,
20
+ CreateDataProviderCommandOutput,
21
+ } from "./commands/CreateDataProviderCommand";
18
22
  import {
19
23
  CreateEndpointCommandInput,
20
24
  CreateEndpointCommandOutput,
@@ -27,6 +31,14 @@ import {
27
31
  CreateFleetAdvisorCollectorCommandInput,
28
32
  CreateFleetAdvisorCollectorCommandOutput,
29
33
  } from "./commands/CreateFleetAdvisorCollectorCommand";
34
+ import {
35
+ CreateInstanceProfileCommandInput,
36
+ CreateInstanceProfileCommandOutput,
37
+ } from "./commands/CreateInstanceProfileCommand";
38
+ import {
39
+ CreateMigrationProjectCommandInput,
40
+ CreateMigrationProjectCommandOutput,
41
+ } from "./commands/CreateMigrationProjectCommand";
30
42
  import {
31
43
  CreateReplicationConfigCommandInput,
32
44
  CreateReplicationConfigCommandOutput,
@@ -51,6 +63,10 @@ import {
51
63
  DeleteConnectionCommandInput,
52
64
  DeleteConnectionCommandOutput,
53
65
  } from "./commands/DeleteConnectionCommand";
66
+ import {
67
+ DeleteDataProviderCommandInput,
68
+ DeleteDataProviderCommandOutput,
69
+ } from "./commands/DeleteDataProviderCommand";
54
70
  import {
55
71
  DeleteEndpointCommandInput,
56
72
  DeleteEndpointCommandOutput,
@@ -67,6 +83,14 @@ import {
67
83
  DeleteFleetAdvisorDatabasesCommandInput,
68
84
  DeleteFleetAdvisorDatabasesCommandOutput,
69
85
  } from "./commands/DeleteFleetAdvisorDatabasesCommand";
86
+ import {
87
+ DeleteInstanceProfileCommandInput,
88
+ DeleteInstanceProfileCommandOutput,
89
+ } from "./commands/DeleteInstanceProfileCommand";
90
+ import {
91
+ DeleteMigrationProjectCommandInput,
92
+ DeleteMigrationProjectCommandOutput,
93
+ } from "./commands/DeleteMigrationProjectCommand";
70
94
  import {
71
95
  DeleteReplicationConfigCommandInput,
72
96
  DeleteReplicationConfigCommandOutput,
@@ -103,6 +127,14 @@ import {
103
127
  DescribeConnectionsCommandInput,
104
128
  DescribeConnectionsCommandOutput,
105
129
  } from "./commands/DescribeConnectionsCommand";
130
+ import {
131
+ DescribeConversionConfigurationCommandInput,
132
+ DescribeConversionConfigurationCommandOutput,
133
+ } from "./commands/DescribeConversionConfigurationCommand";
134
+ import {
135
+ DescribeDataProvidersCommandInput,
136
+ DescribeDataProvidersCommandOutput,
137
+ } from "./commands/DescribeDataProvidersCommand";
106
138
  import {
107
139
  DescribeEndpointsCommandInput,
108
140
  DescribeEndpointsCommandOutput,
@@ -115,6 +147,10 @@ import {
115
147
  DescribeEndpointTypesCommandInput,
116
148
  DescribeEndpointTypesCommandOutput,
117
149
  } from "./commands/DescribeEndpointTypesCommand";
150
+ import {
151
+ DescribeEngineVersionsCommandInput,
152
+ DescribeEngineVersionsCommandOutput,
153
+ } from "./commands/DescribeEngineVersionsCommand";
118
154
  import {
119
155
  DescribeEventCategoriesCommandInput,
120
156
  DescribeEventCategoriesCommandOutput,
@@ -127,6 +163,10 @@ import {
127
163
  DescribeEventSubscriptionsCommandInput,
128
164
  DescribeEventSubscriptionsCommandOutput,
129
165
  } from "./commands/DescribeEventSubscriptionsCommand";
166
+ import {
167
+ DescribeExtensionPackAssociationsCommandInput,
168
+ DescribeExtensionPackAssociationsCommandOutput,
169
+ } from "./commands/DescribeExtensionPackAssociationsCommand";
130
170
  import {
131
171
  DescribeFleetAdvisorCollectorsCommandInput,
132
172
  DescribeFleetAdvisorCollectorsCommandOutput,
@@ -147,6 +187,34 @@ import {
147
187
  DescribeFleetAdvisorSchemasCommandInput,
148
188
  DescribeFleetAdvisorSchemasCommandOutput,
149
189
  } from "./commands/DescribeFleetAdvisorSchemasCommand";
190
+ import {
191
+ DescribeInstanceProfilesCommandInput,
192
+ DescribeInstanceProfilesCommandOutput,
193
+ } from "./commands/DescribeInstanceProfilesCommand";
194
+ import {
195
+ DescribeMetadataModelAssessmentsCommandInput,
196
+ DescribeMetadataModelAssessmentsCommandOutput,
197
+ } from "./commands/DescribeMetadataModelAssessmentsCommand";
198
+ import {
199
+ DescribeMetadataModelConversionsCommandInput,
200
+ DescribeMetadataModelConversionsCommandOutput,
201
+ } from "./commands/DescribeMetadataModelConversionsCommand";
202
+ import {
203
+ DescribeMetadataModelExportsAsScriptCommandInput,
204
+ DescribeMetadataModelExportsAsScriptCommandOutput,
205
+ } from "./commands/DescribeMetadataModelExportsAsScriptCommand";
206
+ import {
207
+ DescribeMetadataModelExportsToTargetCommandInput,
208
+ DescribeMetadataModelExportsToTargetCommandOutput,
209
+ } from "./commands/DescribeMetadataModelExportsToTargetCommand";
210
+ import {
211
+ DescribeMetadataModelImportsCommandInput,
212
+ DescribeMetadataModelImportsCommandOutput,
213
+ } from "./commands/DescribeMetadataModelImportsCommand";
214
+ import {
215
+ DescribeMigrationProjectsCommandInput,
216
+ DescribeMigrationProjectsCommandOutput,
217
+ } from "./commands/DescribeMigrationProjectsCommand";
150
218
  import {
151
219
  DescribeOrderableReplicationInstancesCommandInput,
152
220
  DescribeOrderableReplicationInstancesCommandOutput,
@@ -215,6 +283,10 @@ import {
215
283
  DescribeTableStatisticsCommandInput,
216
284
  DescribeTableStatisticsCommandOutput,
217
285
  } from "./commands/DescribeTableStatisticsCommand";
286
+ import {
287
+ ExportMetadataModelAssessmentCommandInput,
288
+ ExportMetadataModelAssessmentCommandOutput,
289
+ } from "./commands/ExportMetadataModelAssessmentCommand";
218
290
  import {
219
291
  ImportCertificateCommandInput,
220
292
  ImportCertificateCommandOutput,
@@ -223,6 +295,14 @@ import {
223
295
  ListTagsForResourceCommandInput,
224
296
  ListTagsForResourceCommandOutput,
225
297
  } from "./commands/ListTagsForResourceCommand";
298
+ import {
299
+ ModifyConversionConfigurationCommandInput,
300
+ ModifyConversionConfigurationCommandOutput,
301
+ } from "./commands/ModifyConversionConfigurationCommand";
302
+ import {
303
+ ModifyDataProviderCommandInput,
304
+ ModifyDataProviderCommandOutput,
305
+ } from "./commands/ModifyDataProviderCommand";
226
306
  import {
227
307
  ModifyEndpointCommandInput,
228
308
  ModifyEndpointCommandOutput,
@@ -231,6 +311,14 @@ import {
231
311
  ModifyEventSubscriptionCommandInput,
232
312
  ModifyEventSubscriptionCommandOutput,
233
313
  } from "./commands/ModifyEventSubscriptionCommand";
314
+ import {
315
+ ModifyInstanceProfileCommandInput,
316
+ ModifyInstanceProfileCommandOutput,
317
+ } from "./commands/ModifyInstanceProfileCommand";
318
+ import {
319
+ ModifyMigrationProjectCommandInput,
320
+ ModifyMigrationProjectCommandOutput,
321
+ } from "./commands/ModifyMigrationProjectCommand";
234
322
  import {
235
323
  ModifyReplicationConfigCommandInput,
236
324
  ModifyReplicationConfigCommandOutput,
@@ -275,6 +363,30 @@ import {
275
363
  RunFleetAdvisorLsaAnalysisCommandInput,
276
364
  RunFleetAdvisorLsaAnalysisCommandOutput,
277
365
  } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
366
+ import {
367
+ StartExtensionPackAssociationCommandInput,
368
+ StartExtensionPackAssociationCommandOutput,
369
+ } from "./commands/StartExtensionPackAssociationCommand";
370
+ import {
371
+ StartMetadataModelAssessmentCommandInput,
372
+ StartMetadataModelAssessmentCommandOutput,
373
+ } from "./commands/StartMetadataModelAssessmentCommand";
374
+ import {
375
+ StartMetadataModelConversionCommandInput,
376
+ StartMetadataModelConversionCommandOutput,
377
+ } from "./commands/StartMetadataModelConversionCommand";
378
+ import {
379
+ StartMetadataModelExportAsScriptCommandInput,
380
+ StartMetadataModelExportAsScriptCommandOutput,
381
+ } from "./commands/StartMetadataModelExportAsScriptCommand";
382
+ import {
383
+ StartMetadataModelExportToTargetCommandInput,
384
+ StartMetadataModelExportToTargetCommandOutput,
385
+ } from "./commands/StartMetadataModelExportToTargetCommand";
386
+ import {
387
+ StartMetadataModelImportCommandInput,
388
+ StartMetadataModelImportCommandOutput,
389
+ } from "./commands/StartMetadataModelImportCommand";
278
390
  import {
279
391
  StartRecommendationsCommandInput,
280
392
  StartRecommendationsCommandOutput,
@@ -371,6 +483,19 @@ export interface DatabaseMigrationService {
371
483
  data?: CancelReplicationTaskAssessmentRunCommandOutput
372
484
  ) => void
373
485
  ): void;
486
+ createDataProvider(
487
+ args: CreateDataProviderCommandInput,
488
+ options?: __HttpHandlerOptions
489
+ ): Promise<CreateDataProviderCommandOutput>;
490
+ createDataProvider(
491
+ args: CreateDataProviderCommandInput,
492
+ cb: (err: any, data?: CreateDataProviderCommandOutput) => void
493
+ ): void;
494
+ createDataProvider(
495
+ args: CreateDataProviderCommandInput,
496
+ options: __HttpHandlerOptions,
497
+ cb: (err: any, data?: CreateDataProviderCommandOutput) => void
498
+ ): void;
374
499
  createEndpoint(
375
500
  args: CreateEndpointCommandInput,
376
501
  options?: __HttpHandlerOptions
@@ -410,6 +535,32 @@ export interface DatabaseMigrationService {
410
535
  options: __HttpHandlerOptions,
411
536
  cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void
412
537
  ): void;
538
+ createInstanceProfile(
539
+ args: CreateInstanceProfileCommandInput,
540
+ options?: __HttpHandlerOptions
541
+ ): Promise<CreateInstanceProfileCommandOutput>;
542
+ createInstanceProfile(
543
+ args: CreateInstanceProfileCommandInput,
544
+ cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
545
+ ): void;
546
+ createInstanceProfile(
547
+ args: CreateInstanceProfileCommandInput,
548
+ options: __HttpHandlerOptions,
549
+ cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
550
+ ): void;
551
+ createMigrationProject(
552
+ args: CreateMigrationProjectCommandInput,
553
+ options?: __HttpHandlerOptions
554
+ ): Promise<CreateMigrationProjectCommandOutput>;
555
+ createMigrationProject(
556
+ args: CreateMigrationProjectCommandInput,
557
+ cb: (err: any, data?: CreateMigrationProjectCommandOutput) => void
558
+ ): void;
559
+ createMigrationProject(
560
+ args: CreateMigrationProjectCommandInput,
561
+ options: __HttpHandlerOptions,
562
+ cb: (err: any, data?: CreateMigrationProjectCommandOutput) => void
563
+ ): void;
413
564
  createReplicationConfig(
414
565
  args: CreateReplicationConfigCommandInput,
415
566
  options?: __HttpHandlerOptions
@@ -488,6 +639,19 @@ export interface DatabaseMigrationService {
488
639
  options: __HttpHandlerOptions,
489
640
  cb: (err: any, data?: DeleteConnectionCommandOutput) => void
490
641
  ): void;
642
+ deleteDataProvider(
643
+ args: DeleteDataProviderCommandInput,
644
+ options?: __HttpHandlerOptions
645
+ ): Promise<DeleteDataProviderCommandOutput>;
646
+ deleteDataProvider(
647
+ args: DeleteDataProviderCommandInput,
648
+ cb: (err: any, data?: DeleteDataProviderCommandOutput) => void
649
+ ): void;
650
+ deleteDataProvider(
651
+ args: DeleteDataProviderCommandInput,
652
+ options: __HttpHandlerOptions,
653
+ cb: (err: any, data?: DeleteDataProviderCommandOutput) => void
654
+ ): void;
491
655
  deleteEndpoint(
492
656
  args: DeleteEndpointCommandInput,
493
657
  options?: __HttpHandlerOptions
@@ -540,6 +704,32 @@ export interface DatabaseMigrationService {
540
704
  options: __HttpHandlerOptions,
541
705
  cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void
542
706
  ): void;
707
+ deleteInstanceProfile(
708
+ args: DeleteInstanceProfileCommandInput,
709
+ options?: __HttpHandlerOptions
710
+ ): Promise<DeleteInstanceProfileCommandOutput>;
711
+ deleteInstanceProfile(
712
+ args: DeleteInstanceProfileCommandInput,
713
+ cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
714
+ ): void;
715
+ deleteInstanceProfile(
716
+ args: DeleteInstanceProfileCommandInput,
717
+ options: __HttpHandlerOptions,
718
+ cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
719
+ ): void;
720
+ deleteMigrationProject(
721
+ args: DeleteMigrationProjectCommandInput,
722
+ options?: __HttpHandlerOptions
723
+ ): Promise<DeleteMigrationProjectCommandOutput>;
724
+ deleteMigrationProject(
725
+ args: DeleteMigrationProjectCommandInput,
726
+ cb: (err: any, data?: DeleteMigrationProjectCommandOutput) => void
727
+ ): void;
728
+ deleteMigrationProject(
729
+ args: DeleteMigrationProjectCommandInput,
730
+ options: __HttpHandlerOptions,
731
+ cb: (err: any, data?: DeleteMigrationProjectCommandOutput) => void
732
+ ): void;
543
733
  deleteReplicationConfig(
544
734
  args: DeleteReplicationConfigCommandInput,
545
735
  options?: __HttpHandlerOptions
@@ -669,6 +859,32 @@ export interface DatabaseMigrationService {
669
859
  options: __HttpHandlerOptions,
670
860
  cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
671
861
  ): void;
862
+ describeConversionConfiguration(
863
+ args: DescribeConversionConfigurationCommandInput,
864
+ options?: __HttpHandlerOptions
865
+ ): Promise<DescribeConversionConfigurationCommandOutput>;
866
+ describeConversionConfiguration(
867
+ args: DescribeConversionConfigurationCommandInput,
868
+ cb: (err: any, data?: DescribeConversionConfigurationCommandOutput) => void
869
+ ): void;
870
+ describeConversionConfiguration(
871
+ args: DescribeConversionConfigurationCommandInput,
872
+ options: __HttpHandlerOptions,
873
+ cb: (err: any, data?: DescribeConversionConfigurationCommandOutput) => void
874
+ ): void;
875
+ describeDataProviders(
876
+ args: DescribeDataProvidersCommandInput,
877
+ options?: __HttpHandlerOptions
878
+ ): Promise<DescribeDataProvidersCommandOutput>;
879
+ describeDataProviders(
880
+ args: DescribeDataProvidersCommandInput,
881
+ cb: (err: any, data?: DescribeDataProvidersCommandOutput) => void
882
+ ): void;
883
+ describeDataProviders(
884
+ args: DescribeDataProvidersCommandInput,
885
+ options: __HttpHandlerOptions,
886
+ cb: (err: any, data?: DescribeDataProvidersCommandOutput) => void
887
+ ): void;
672
888
  describeEndpoints(
673
889
  args: DescribeEndpointsCommandInput,
674
890
  options?: __HttpHandlerOptions
@@ -708,6 +924,19 @@ export interface DatabaseMigrationService {
708
924
  options: __HttpHandlerOptions,
709
925
  cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
710
926
  ): void;
927
+ describeEngineVersions(
928
+ args: DescribeEngineVersionsCommandInput,
929
+ options?: __HttpHandlerOptions
930
+ ): Promise<DescribeEngineVersionsCommandOutput>;
931
+ describeEngineVersions(
932
+ args: DescribeEngineVersionsCommandInput,
933
+ cb: (err: any, data?: DescribeEngineVersionsCommandOutput) => void
934
+ ): void;
935
+ describeEngineVersions(
936
+ args: DescribeEngineVersionsCommandInput,
937
+ options: __HttpHandlerOptions,
938
+ cb: (err: any, data?: DescribeEngineVersionsCommandOutput) => void
939
+ ): void;
711
940
  describeEventCategories(
712
941
  args: DescribeEventCategoriesCommandInput,
713
942
  options?: __HttpHandlerOptions
@@ -747,6 +976,25 @@ export interface DatabaseMigrationService {
747
976
  options: __HttpHandlerOptions,
748
977
  cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
749
978
  ): void;
979
+ describeExtensionPackAssociations(
980
+ args: DescribeExtensionPackAssociationsCommandInput,
981
+ options?: __HttpHandlerOptions
982
+ ): Promise<DescribeExtensionPackAssociationsCommandOutput>;
983
+ describeExtensionPackAssociations(
984
+ args: DescribeExtensionPackAssociationsCommandInput,
985
+ cb: (
986
+ err: any,
987
+ data?: DescribeExtensionPackAssociationsCommandOutput
988
+ ) => void
989
+ ): void;
990
+ describeExtensionPackAssociations(
991
+ args: DescribeExtensionPackAssociationsCommandInput,
992
+ options: __HttpHandlerOptions,
993
+ cb: (
994
+ err: any,
995
+ data?: DescribeExtensionPackAssociationsCommandOutput
996
+ ) => void
997
+ ): void;
750
998
  describeFleetAdvisorCollectors(
751
999
  args: DescribeFleetAdvisorCollectorsCommandInput,
752
1000
  options?: __HttpHandlerOptions
@@ -818,6 +1066,109 @@ export interface DatabaseMigrationService {
818
1066
  options: __HttpHandlerOptions,
819
1067
  cb: (err: any, data?: DescribeFleetAdvisorSchemasCommandOutput) => void
820
1068
  ): void;
1069
+ describeInstanceProfiles(
1070
+ args: DescribeInstanceProfilesCommandInput,
1071
+ options?: __HttpHandlerOptions
1072
+ ): Promise<DescribeInstanceProfilesCommandOutput>;
1073
+ describeInstanceProfiles(
1074
+ args: DescribeInstanceProfilesCommandInput,
1075
+ cb: (err: any, data?: DescribeInstanceProfilesCommandOutput) => void
1076
+ ): void;
1077
+ describeInstanceProfiles(
1078
+ args: DescribeInstanceProfilesCommandInput,
1079
+ options: __HttpHandlerOptions,
1080
+ cb: (err: any, data?: DescribeInstanceProfilesCommandOutput) => void
1081
+ ): void;
1082
+ describeMetadataModelAssessments(
1083
+ args: DescribeMetadataModelAssessmentsCommandInput,
1084
+ options?: __HttpHandlerOptions
1085
+ ): Promise<DescribeMetadataModelAssessmentsCommandOutput>;
1086
+ describeMetadataModelAssessments(
1087
+ args: DescribeMetadataModelAssessmentsCommandInput,
1088
+ cb: (err: any, data?: DescribeMetadataModelAssessmentsCommandOutput) => void
1089
+ ): void;
1090
+ describeMetadataModelAssessments(
1091
+ args: DescribeMetadataModelAssessmentsCommandInput,
1092
+ options: __HttpHandlerOptions,
1093
+ cb: (err: any, data?: DescribeMetadataModelAssessmentsCommandOutput) => void
1094
+ ): void;
1095
+ describeMetadataModelConversions(
1096
+ args: DescribeMetadataModelConversionsCommandInput,
1097
+ options?: __HttpHandlerOptions
1098
+ ): Promise<DescribeMetadataModelConversionsCommandOutput>;
1099
+ describeMetadataModelConversions(
1100
+ args: DescribeMetadataModelConversionsCommandInput,
1101
+ cb: (err: any, data?: DescribeMetadataModelConversionsCommandOutput) => void
1102
+ ): void;
1103
+ describeMetadataModelConversions(
1104
+ args: DescribeMetadataModelConversionsCommandInput,
1105
+ options: __HttpHandlerOptions,
1106
+ cb: (err: any, data?: DescribeMetadataModelConversionsCommandOutput) => void
1107
+ ): void;
1108
+ describeMetadataModelExportsAsScript(
1109
+ args: DescribeMetadataModelExportsAsScriptCommandInput,
1110
+ options?: __HttpHandlerOptions
1111
+ ): Promise<DescribeMetadataModelExportsAsScriptCommandOutput>;
1112
+ describeMetadataModelExportsAsScript(
1113
+ args: DescribeMetadataModelExportsAsScriptCommandInput,
1114
+ cb: (
1115
+ err: any,
1116
+ data?: DescribeMetadataModelExportsAsScriptCommandOutput
1117
+ ) => void
1118
+ ): void;
1119
+ describeMetadataModelExportsAsScript(
1120
+ args: DescribeMetadataModelExportsAsScriptCommandInput,
1121
+ options: __HttpHandlerOptions,
1122
+ cb: (
1123
+ err: any,
1124
+ data?: DescribeMetadataModelExportsAsScriptCommandOutput
1125
+ ) => void
1126
+ ): void;
1127
+ describeMetadataModelExportsToTarget(
1128
+ args: DescribeMetadataModelExportsToTargetCommandInput,
1129
+ options?: __HttpHandlerOptions
1130
+ ): Promise<DescribeMetadataModelExportsToTargetCommandOutput>;
1131
+ describeMetadataModelExportsToTarget(
1132
+ args: DescribeMetadataModelExportsToTargetCommandInput,
1133
+ cb: (
1134
+ err: any,
1135
+ data?: DescribeMetadataModelExportsToTargetCommandOutput
1136
+ ) => void
1137
+ ): void;
1138
+ describeMetadataModelExportsToTarget(
1139
+ args: DescribeMetadataModelExportsToTargetCommandInput,
1140
+ options: __HttpHandlerOptions,
1141
+ cb: (
1142
+ err: any,
1143
+ data?: DescribeMetadataModelExportsToTargetCommandOutput
1144
+ ) => void
1145
+ ): void;
1146
+ describeMetadataModelImports(
1147
+ args: DescribeMetadataModelImportsCommandInput,
1148
+ options?: __HttpHandlerOptions
1149
+ ): Promise<DescribeMetadataModelImportsCommandOutput>;
1150
+ describeMetadataModelImports(
1151
+ args: DescribeMetadataModelImportsCommandInput,
1152
+ cb: (err: any, data?: DescribeMetadataModelImportsCommandOutput) => void
1153
+ ): void;
1154
+ describeMetadataModelImports(
1155
+ args: DescribeMetadataModelImportsCommandInput,
1156
+ options: __HttpHandlerOptions,
1157
+ cb: (err: any, data?: DescribeMetadataModelImportsCommandOutput) => void
1158
+ ): void;
1159
+ describeMigrationProjects(
1160
+ args: DescribeMigrationProjectsCommandInput,
1161
+ options?: __HttpHandlerOptions
1162
+ ): Promise<DescribeMigrationProjectsCommandOutput>;
1163
+ describeMigrationProjects(
1164
+ args: DescribeMigrationProjectsCommandInput,
1165
+ cb: (err: any, data?: DescribeMigrationProjectsCommandOutput) => void
1166
+ ): void;
1167
+ describeMigrationProjects(
1168
+ args: DescribeMigrationProjectsCommandInput,
1169
+ options: __HttpHandlerOptions,
1170
+ cb: (err: any, data?: DescribeMigrationProjectsCommandOutput) => void
1171
+ ): void;
821
1172
  describeOrderableReplicationInstances(
822
1173
  args: DescribeOrderableReplicationInstancesCommandInput,
823
1174
  options?: __HttpHandlerOptions
@@ -1087,6 +1438,19 @@ export interface DatabaseMigrationService {
1087
1438
  options: __HttpHandlerOptions,
1088
1439
  cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
1089
1440
  ): void;
1441
+ exportMetadataModelAssessment(
1442
+ args: ExportMetadataModelAssessmentCommandInput,
1443
+ options?: __HttpHandlerOptions
1444
+ ): Promise<ExportMetadataModelAssessmentCommandOutput>;
1445
+ exportMetadataModelAssessment(
1446
+ args: ExportMetadataModelAssessmentCommandInput,
1447
+ cb: (err: any, data?: ExportMetadataModelAssessmentCommandOutput) => void
1448
+ ): void;
1449
+ exportMetadataModelAssessment(
1450
+ args: ExportMetadataModelAssessmentCommandInput,
1451
+ options: __HttpHandlerOptions,
1452
+ cb: (err: any, data?: ExportMetadataModelAssessmentCommandOutput) => void
1453
+ ): void;
1090
1454
  importCertificate(
1091
1455
  args: ImportCertificateCommandInput,
1092
1456
  options?: __HttpHandlerOptions
@@ -1113,6 +1477,32 @@ export interface DatabaseMigrationService {
1113
1477
  options: __HttpHandlerOptions,
1114
1478
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1115
1479
  ): void;
1480
+ modifyConversionConfiguration(
1481
+ args: ModifyConversionConfigurationCommandInput,
1482
+ options?: __HttpHandlerOptions
1483
+ ): Promise<ModifyConversionConfigurationCommandOutput>;
1484
+ modifyConversionConfiguration(
1485
+ args: ModifyConversionConfigurationCommandInput,
1486
+ cb: (err: any, data?: ModifyConversionConfigurationCommandOutput) => void
1487
+ ): void;
1488
+ modifyConversionConfiguration(
1489
+ args: ModifyConversionConfigurationCommandInput,
1490
+ options: __HttpHandlerOptions,
1491
+ cb: (err: any, data?: ModifyConversionConfigurationCommandOutput) => void
1492
+ ): void;
1493
+ modifyDataProvider(
1494
+ args: ModifyDataProviderCommandInput,
1495
+ options?: __HttpHandlerOptions
1496
+ ): Promise<ModifyDataProviderCommandOutput>;
1497
+ modifyDataProvider(
1498
+ args: ModifyDataProviderCommandInput,
1499
+ cb: (err: any, data?: ModifyDataProviderCommandOutput) => void
1500
+ ): void;
1501
+ modifyDataProvider(
1502
+ args: ModifyDataProviderCommandInput,
1503
+ options: __HttpHandlerOptions,
1504
+ cb: (err: any, data?: ModifyDataProviderCommandOutput) => void
1505
+ ): void;
1116
1506
  modifyEndpoint(
1117
1507
  args: ModifyEndpointCommandInput,
1118
1508
  options?: __HttpHandlerOptions
@@ -1139,6 +1529,32 @@ export interface DatabaseMigrationService {
1139
1529
  options: __HttpHandlerOptions,
1140
1530
  cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1141
1531
  ): void;
1532
+ modifyInstanceProfile(
1533
+ args: ModifyInstanceProfileCommandInput,
1534
+ options?: __HttpHandlerOptions
1535
+ ): Promise<ModifyInstanceProfileCommandOutput>;
1536
+ modifyInstanceProfile(
1537
+ args: ModifyInstanceProfileCommandInput,
1538
+ cb: (err: any, data?: ModifyInstanceProfileCommandOutput) => void
1539
+ ): void;
1540
+ modifyInstanceProfile(
1541
+ args: ModifyInstanceProfileCommandInput,
1542
+ options: __HttpHandlerOptions,
1543
+ cb: (err: any, data?: ModifyInstanceProfileCommandOutput) => void
1544
+ ): void;
1545
+ modifyMigrationProject(
1546
+ args: ModifyMigrationProjectCommandInput,
1547
+ options?: __HttpHandlerOptions
1548
+ ): Promise<ModifyMigrationProjectCommandOutput>;
1549
+ modifyMigrationProject(
1550
+ args: ModifyMigrationProjectCommandInput,
1551
+ cb: (err: any, data?: ModifyMigrationProjectCommandOutput) => void
1552
+ ): void;
1553
+ modifyMigrationProject(
1554
+ args: ModifyMigrationProjectCommandInput,
1555
+ options: __HttpHandlerOptions,
1556
+ cb: (err: any, data?: ModifyMigrationProjectCommandOutput) => void
1557
+ ): void;
1142
1558
  modifyReplicationConfig(
1143
1559
  args: ModifyReplicationConfigCommandInput,
1144
1560
  options?: __HttpHandlerOptions
@@ -1282,6 +1698,84 @@ export interface DatabaseMigrationService {
1282
1698
  options: __HttpHandlerOptions,
1283
1699
  cb: (err: any, data?: RunFleetAdvisorLsaAnalysisCommandOutput) => void
1284
1700
  ): void;
1701
+ startExtensionPackAssociation(
1702
+ args: StartExtensionPackAssociationCommandInput,
1703
+ options?: __HttpHandlerOptions
1704
+ ): Promise<StartExtensionPackAssociationCommandOutput>;
1705
+ startExtensionPackAssociation(
1706
+ args: StartExtensionPackAssociationCommandInput,
1707
+ cb: (err: any, data?: StartExtensionPackAssociationCommandOutput) => void
1708
+ ): void;
1709
+ startExtensionPackAssociation(
1710
+ args: StartExtensionPackAssociationCommandInput,
1711
+ options: __HttpHandlerOptions,
1712
+ cb: (err: any, data?: StartExtensionPackAssociationCommandOutput) => void
1713
+ ): void;
1714
+ startMetadataModelAssessment(
1715
+ args: StartMetadataModelAssessmentCommandInput,
1716
+ options?: __HttpHandlerOptions
1717
+ ): Promise<StartMetadataModelAssessmentCommandOutput>;
1718
+ startMetadataModelAssessment(
1719
+ args: StartMetadataModelAssessmentCommandInput,
1720
+ cb: (err: any, data?: StartMetadataModelAssessmentCommandOutput) => void
1721
+ ): void;
1722
+ startMetadataModelAssessment(
1723
+ args: StartMetadataModelAssessmentCommandInput,
1724
+ options: __HttpHandlerOptions,
1725
+ cb: (err: any, data?: StartMetadataModelAssessmentCommandOutput) => void
1726
+ ): void;
1727
+ startMetadataModelConversion(
1728
+ args: StartMetadataModelConversionCommandInput,
1729
+ options?: __HttpHandlerOptions
1730
+ ): Promise<StartMetadataModelConversionCommandOutput>;
1731
+ startMetadataModelConversion(
1732
+ args: StartMetadataModelConversionCommandInput,
1733
+ cb: (err: any, data?: StartMetadataModelConversionCommandOutput) => void
1734
+ ): void;
1735
+ startMetadataModelConversion(
1736
+ args: StartMetadataModelConversionCommandInput,
1737
+ options: __HttpHandlerOptions,
1738
+ cb: (err: any, data?: StartMetadataModelConversionCommandOutput) => void
1739
+ ): void;
1740
+ startMetadataModelExportAsScript(
1741
+ args: StartMetadataModelExportAsScriptCommandInput,
1742
+ options?: __HttpHandlerOptions
1743
+ ): Promise<StartMetadataModelExportAsScriptCommandOutput>;
1744
+ startMetadataModelExportAsScript(
1745
+ args: StartMetadataModelExportAsScriptCommandInput,
1746
+ cb: (err: any, data?: StartMetadataModelExportAsScriptCommandOutput) => void
1747
+ ): void;
1748
+ startMetadataModelExportAsScript(
1749
+ args: StartMetadataModelExportAsScriptCommandInput,
1750
+ options: __HttpHandlerOptions,
1751
+ cb: (err: any, data?: StartMetadataModelExportAsScriptCommandOutput) => void
1752
+ ): void;
1753
+ startMetadataModelExportToTarget(
1754
+ args: StartMetadataModelExportToTargetCommandInput,
1755
+ options?: __HttpHandlerOptions
1756
+ ): Promise<StartMetadataModelExportToTargetCommandOutput>;
1757
+ startMetadataModelExportToTarget(
1758
+ args: StartMetadataModelExportToTargetCommandInput,
1759
+ cb: (err: any, data?: StartMetadataModelExportToTargetCommandOutput) => void
1760
+ ): void;
1761
+ startMetadataModelExportToTarget(
1762
+ args: StartMetadataModelExportToTargetCommandInput,
1763
+ options: __HttpHandlerOptions,
1764
+ cb: (err: any, data?: StartMetadataModelExportToTargetCommandOutput) => void
1765
+ ): void;
1766
+ startMetadataModelImport(
1767
+ args: StartMetadataModelImportCommandInput,
1768
+ options?: __HttpHandlerOptions
1769
+ ): Promise<StartMetadataModelImportCommandOutput>;
1770
+ startMetadataModelImport(
1771
+ args: StartMetadataModelImportCommandInput,
1772
+ cb: (err: any, data?: StartMetadataModelImportCommandOutput) => void
1773
+ ): void;
1774
+ startMetadataModelImport(
1775
+ args: StartMetadataModelImportCommandInput,
1776
+ options: __HttpHandlerOptions,
1777
+ cb: (err: any, data?: StartMetadataModelImportCommandOutput) => void
1778
+ ): void;
1285
1779
  startRecommendations(
1286
1780
  args: StartRecommendationsCommandInput,
1287
1781
  options?: __HttpHandlerOptions