@aws-sdk/client-database-migration-service 3.382.0 → 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 (220) hide show
  1. package/README.md +216 -0
  2. package/dist-cjs/DatabaseMigrationService.js +54 -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/DescribeExtensionPackAssociationsCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
  13. package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
  14. package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
  15. package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
  16. package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
  17. package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
  18. package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
  19. package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
  20. package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
  21. package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
  22. package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
  23. package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
  24. package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
  25. package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
  26. package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
  27. package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
  28. package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
  29. package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
  30. package/dist-cjs/commands/index.js +27 -0
  31. package/dist-cjs/endpoint/ruleset.js +1 -1
  32. package/dist-cjs/models/index.js +1 -0
  33. package/dist-cjs/models/models_0.js +61 -83
  34. package/dist-cjs/models/models_1.js +56 -0
  35. package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
  36. package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
  37. package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
  38. package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
  39. package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
  40. package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
  41. package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
  42. package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
  43. package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
  44. package/dist-cjs/pagination/index.js +10 -1
  45. package/dist-cjs/protocols/Aws_json1_1.js +1556 -124
  46. package/dist-es/DatabaseMigrationService.js +54 -0
  47. package/dist-es/commands/CreateDataProviderCommand.js +42 -0
  48. package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
  49. package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
  50. package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
  51. package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
  52. package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
  53. package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
  54. package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
  55. package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
  56. package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
  57. package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
  58. package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
  59. package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
  60. package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
  61. package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
  62. package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
  63. package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
  64. package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
  65. package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
  66. package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
  67. package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
  68. package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
  69. package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
  70. package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
  71. package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
  72. package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
  73. package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
  74. package/dist-es/commands/index.js +27 -0
  75. package/dist-es/endpoint/ruleset.js +1 -1
  76. package/dist-es/models/index.js +1 -0
  77. package/dist-es/models/models_0.js +57 -76
  78. package/dist-es/models/models_1.js +50 -0
  79. package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
  80. package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
  81. package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
  82. package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
  83. package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
  84. package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
  85. package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
  86. package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
  87. package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
  88. package/dist-es/pagination/index.js +10 -1
  89. package/dist-es/protocols/Aws_json1_1.js +1647 -270
  90. package/dist-types/DatabaseMigrationService.d.ts +189 -0
  91. package/dist-types/DatabaseMigrationServiceClient.d.ts +29 -2
  92. package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
  93. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
  94. package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
  95. package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
  96. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
  97. package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
  98. package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
  99. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
  100. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
  101. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
  102. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
  103. package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
  104. package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
  105. package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
  106. package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
  107. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
  108. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
  109. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
  110. package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
  111. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  112. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
  113. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
  114. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  115. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  116. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  118. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
  119. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  120. package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
  121. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  122. package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
  123. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  124. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  125. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
  126. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
  127. package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
  128. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
  129. package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
  130. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
  131. package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
  132. package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
  133. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  134. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  135. package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
  136. package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
  137. package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
  138. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  140. package/dist-types/commands/index.d.ts +27 -0
  141. package/dist-types/models/index.d.ts +1 -0
  142. package/dist-types/models/models_0.d.ts +2419 -2006
  143. package/dist-types/models/models_1.d.ts +1322 -0
  144. package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
  145. package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
  146. package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
  147. package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
  148. package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
  149. package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
  150. package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
  151. package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
  152. package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
  153. package/dist-types/pagination/index.d.ts +10 -1
  154. package/dist-types/protocols/Aws_json1_1.d.ts +243 -0
  155. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +477 -0
  156. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +162 -0
  157. package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
  158. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
  159. package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
  161. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
  162. package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
  163. package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
  164. package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
  166. package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
  167. package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
  168. package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
  169. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
  171. package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
  172. package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
  174. package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
  175. package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
  176. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
  178. package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
  191. package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
  192. package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
  193. package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
  194. package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
  195. package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
  196. package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  206. package/dist-types/ts3.4/models/index.d.ts +1 -0
  207. package/dist-types/ts3.4/models/models_0.d.ts +374 -236
  208. package/dist-types/ts3.4/models/models_1.d.ts +312 -0
  209. package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
  210. package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
  211. package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
  213. package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
  214. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
  215. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
  216. package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
  217. package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
  218. package/dist-types/ts3.4/pagination/index.d.ts +10 -1
  219. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +324 -0
  220. package/package.json +1 -1
@@ -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,
@@ -131,6 +163,10 @@ import {
131
163
  DescribeEventSubscriptionsCommandInput,
132
164
  DescribeEventSubscriptionsCommandOutput,
133
165
  } from "./commands/DescribeEventSubscriptionsCommand";
166
+ import {
167
+ DescribeExtensionPackAssociationsCommandInput,
168
+ DescribeExtensionPackAssociationsCommandOutput,
169
+ } from "./commands/DescribeExtensionPackAssociationsCommand";
134
170
  import {
135
171
  DescribeFleetAdvisorCollectorsCommandInput,
136
172
  DescribeFleetAdvisorCollectorsCommandOutput,
@@ -151,6 +187,34 @@ import {
151
187
  DescribeFleetAdvisorSchemasCommandInput,
152
188
  DescribeFleetAdvisorSchemasCommandOutput,
153
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";
154
218
  import {
155
219
  DescribeOrderableReplicationInstancesCommandInput,
156
220
  DescribeOrderableReplicationInstancesCommandOutput,
@@ -219,6 +283,10 @@ import {
219
283
  DescribeTableStatisticsCommandInput,
220
284
  DescribeTableStatisticsCommandOutput,
221
285
  } from "./commands/DescribeTableStatisticsCommand";
286
+ import {
287
+ ExportMetadataModelAssessmentCommandInput,
288
+ ExportMetadataModelAssessmentCommandOutput,
289
+ } from "./commands/ExportMetadataModelAssessmentCommand";
222
290
  import {
223
291
  ImportCertificateCommandInput,
224
292
  ImportCertificateCommandOutput,
@@ -227,6 +295,14 @@ import {
227
295
  ListTagsForResourceCommandInput,
228
296
  ListTagsForResourceCommandOutput,
229
297
  } from "./commands/ListTagsForResourceCommand";
298
+ import {
299
+ ModifyConversionConfigurationCommandInput,
300
+ ModifyConversionConfigurationCommandOutput,
301
+ } from "./commands/ModifyConversionConfigurationCommand";
302
+ import {
303
+ ModifyDataProviderCommandInput,
304
+ ModifyDataProviderCommandOutput,
305
+ } from "./commands/ModifyDataProviderCommand";
230
306
  import {
231
307
  ModifyEndpointCommandInput,
232
308
  ModifyEndpointCommandOutput,
@@ -235,6 +311,14 @@ import {
235
311
  ModifyEventSubscriptionCommandInput,
236
312
  ModifyEventSubscriptionCommandOutput,
237
313
  } from "./commands/ModifyEventSubscriptionCommand";
314
+ import {
315
+ ModifyInstanceProfileCommandInput,
316
+ ModifyInstanceProfileCommandOutput,
317
+ } from "./commands/ModifyInstanceProfileCommand";
318
+ import {
319
+ ModifyMigrationProjectCommandInput,
320
+ ModifyMigrationProjectCommandOutput,
321
+ } from "./commands/ModifyMigrationProjectCommand";
238
322
  import {
239
323
  ModifyReplicationConfigCommandInput,
240
324
  ModifyReplicationConfigCommandOutput,
@@ -279,6 +363,30 @@ import {
279
363
  RunFleetAdvisorLsaAnalysisCommandInput,
280
364
  RunFleetAdvisorLsaAnalysisCommandOutput,
281
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";
282
390
  import {
283
391
  StartRecommendationsCommandInput,
284
392
  StartRecommendationsCommandOutput,
@@ -375,6 +483,19 @@ export interface DatabaseMigrationService {
375
483
  data?: CancelReplicationTaskAssessmentRunCommandOutput
376
484
  ) => void
377
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;
378
499
  createEndpoint(
379
500
  args: CreateEndpointCommandInput,
380
501
  options?: __HttpHandlerOptions
@@ -414,6 +535,32 @@ export interface DatabaseMigrationService {
414
535
  options: __HttpHandlerOptions,
415
536
  cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void
416
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;
417
564
  createReplicationConfig(
418
565
  args: CreateReplicationConfigCommandInput,
419
566
  options?: __HttpHandlerOptions
@@ -492,6 +639,19 @@ export interface DatabaseMigrationService {
492
639
  options: __HttpHandlerOptions,
493
640
  cb: (err: any, data?: DeleteConnectionCommandOutput) => void
494
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;
495
655
  deleteEndpoint(
496
656
  args: DeleteEndpointCommandInput,
497
657
  options?: __HttpHandlerOptions
@@ -544,6 +704,32 @@ export interface DatabaseMigrationService {
544
704
  options: __HttpHandlerOptions,
545
705
  cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void
546
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;
547
733
  deleteReplicationConfig(
548
734
  args: DeleteReplicationConfigCommandInput,
549
735
  options?: __HttpHandlerOptions
@@ -673,6 +859,32 @@ export interface DatabaseMigrationService {
673
859
  options: __HttpHandlerOptions,
674
860
  cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
675
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;
676
888
  describeEndpoints(
677
889
  args: DescribeEndpointsCommandInput,
678
890
  options?: __HttpHandlerOptions
@@ -764,6 +976,25 @@ export interface DatabaseMigrationService {
764
976
  options: __HttpHandlerOptions,
765
977
  cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
766
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;
767
998
  describeFleetAdvisorCollectors(
768
999
  args: DescribeFleetAdvisorCollectorsCommandInput,
769
1000
  options?: __HttpHandlerOptions
@@ -835,6 +1066,109 @@ export interface DatabaseMigrationService {
835
1066
  options: __HttpHandlerOptions,
836
1067
  cb: (err: any, data?: DescribeFleetAdvisorSchemasCommandOutput) => void
837
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;
838
1172
  describeOrderableReplicationInstances(
839
1173
  args: DescribeOrderableReplicationInstancesCommandInput,
840
1174
  options?: __HttpHandlerOptions
@@ -1104,6 +1438,19 @@ export interface DatabaseMigrationService {
1104
1438
  options: __HttpHandlerOptions,
1105
1439
  cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
1106
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;
1107
1454
  importCertificate(
1108
1455
  args: ImportCertificateCommandInput,
1109
1456
  options?: __HttpHandlerOptions
@@ -1130,6 +1477,32 @@ export interface DatabaseMigrationService {
1130
1477
  options: __HttpHandlerOptions,
1131
1478
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1132
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;
1133
1506
  modifyEndpoint(
1134
1507
  args: ModifyEndpointCommandInput,
1135
1508
  options?: __HttpHandlerOptions
@@ -1156,6 +1529,32 @@ export interface DatabaseMigrationService {
1156
1529
  options: __HttpHandlerOptions,
1157
1530
  cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1158
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;
1159
1558
  modifyReplicationConfig(
1160
1559
  args: ModifyReplicationConfigCommandInput,
1161
1560
  options?: __HttpHandlerOptions
@@ -1299,6 +1698,84 @@ export interface DatabaseMigrationService {
1299
1698
  options: __HttpHandlerOptions,
1300
1699
  cb: (err: any, data?: RunFleetAdvisorLsaAnalysisCommandOutput) => void
1301
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;
1302
1779
  startRecommendations(
1303
1780
  args: StartRecommendationsCommandInput,
1304
1781
  options?: __HttpHandlerOptions