@aws-sdk/client-migration-hub 3.952.0 → 3.953.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 (41) hide show
  1. package/dist-cjs/index.js +303 -205
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AssociateCreatedArtifactCommand.js +2 -2
  4. package/dist-es/commands/AssociateDiscoveredResourceCommand.js +2 -2
  5. package/dist-es/commands/AssociateSourceResourceCommand.js +2 -2
  6. package/dist-es/commands/CreateProgressUpdateStreamCommand.js +2 -2
  7. package/dist-es/commands/DeleteProgressUpdateStreamCommand.js +2 -2
  8. package/dist-es/commands/DescribeApplicationStateCommand.js +2 -2
  9. package/dist-es/commands/DescribeMigrationTaskCommand.js +2 -2
  10. package/dist-es/commands/DisassociateCreatedArtifactCommand.js +2 -2
  11. package/dist-es/commands/DisassociateDiscoveredResourceCommand.js +2 -2
  12. package/dist-es/commands/DisassociateSourceResourceCommand.js +2 -2
  13. package/dist-es/commands/ImportMigrationTaskCommand.js +2 -2
  14. package/dist-es/commands/ListApplicationStatesCommand.js +2 -2
  15. package/dist-es/commands/ListCreatedArtifactsCommand.js +2 -2
  16. package/dist-es/commands/ListDiscoveredResourcesCommand.js +2 -2
  17. package/dist-es/commands/ListMigrationTaskUpdatesCommand.js +2 -2
  18. package/dist-es/commands/ListMigrationTasksCommand.js +2 -2
  19. package/dist-es/commands/ListProgressUpdateStreamsCommand.js +2 -2
  20. package/dist-es/commands/ListSourceResourcesCommand.js +2 -2
  21. package/dist-es/commands/NotifyApplicationStateCommand.js +2 -2
  22. package/dist-es/commands/NotifyMigrationTaskStateCommand.js +2 -2
  23. package/dist-es/commands/PutResourceAttributesCommand.js +2 -2
  24. package/dist-es/index.js +1 -0
  25. package/dist-es/runtimeConfig.shared.js +6 -6
  26. package/dist-es/schemas/schemas_0.js +169 -155
  27. package/dist-types/MigrationHubClient.d.ts +1 -10
  28. package/dist-types/index.d.ts +1 -0
  29. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  30. package/dist-types/runtimeConfig.d.ts +6 -2
  31. package/dist-types/runtimeConfig.native.d.ts +6 -2
  32. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  33. package/dist-types/schemas/schemas_0.d.ts +85 -95
  34. package/dist-types/ts3.4/MigrationHubClient.d.ts +0 -4
  35. package/dist-types/ts3.4/index.d.ts +1 -0
  36. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  37. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  38. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  39. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  40. package/dist-types/ts3.4/schemas/schemas_0.d.ts +84 -95
  41. package/package.json +34 -34
@@ -126,48 +126,48 @@ const _s = "server";
126
126
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhub";
127
127
  const n0 = "com.amazonaws.migrationhub";
128
128
  import { TypeRegistry } from "@smithy/core/schema";
129
- import { AccessDeniedException as __AccessDeniedException, DryRunOperation as __DryRunOperation, HomeRegionNotSetException as __HomeRegionNotSetException, InternalServerError as __InternalServerError, InvalidInputException as __InvalidInputException, PolicyErrorException as __PolicyErrorException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, UnauthorizedOperation as __UnauthorizedOperation, } from "../models/errors";
130
- import { MigrationHubServiceException as __MigrationHubServiceException } from "../models/MigrationHubServiceException";
131
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_M], [0]];
132
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
133
- export var ApplicationState = [3, n0, _AS, 0, [_AI, _ASp, _LUT], [0, 0, 4]];
134
- export var AssociateCreatedArtifactRequest = [
129
+ import { AccessDeniedException, DryRunOperation, HomeRegionNotSetException, InternalServerError, InvalidInputException, PolicyErrorException, ResourceNotFoundException, ServiceUnavailableException, ThrottlingException, UnauthorizedOperation, } from "../models/errors";
130
+ import { MigrationHubServiceException } from "../models/MigrationHubServiceException";
131
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_M], [0]];
132
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
133
+ export var ApplicationState$ = [3, n0, _AS, 0, [_AI, _ASp, _LUT], [0, 0, 4]];
134
+ export var AssociateCreatedArtifactRequest$ = [
135
135
  3,
136
136
  n0,
137
137
  _ACAR,
138
138
  0,
139
139
  [_PUS, _MTN, _CA, _DR],
140
- [0, 0, () => CreatedArtifact, 2],
140
+ [0, 0, () => CreatedArtifact$, 2],
141
141
  ];
142
- export var AssociateCreatedArtifactResult = [3, n0, _ACARs, 0, [], []];
143
- export var AssociateDiscoveredResourceRequest = [
142
+ export var AssociateCreatedArtifactResult$ = [3, n0, _ACARs, 0, [], []];
143
+ export var AssociateDiscoveredResourceRequest$ = [
144
144
  3,
145
145
  n0,
146
146
  _ADRR,
147
147
  0,
148
148
  [_PUS, _MTN, _DRi, _DR],
149
- [0, 0, () => DiscoveredResource, 2],
149
+ [0, 0, () => DiscoveredResource$, 2],
150
150
  ];
151
- export var AssociateDiscoveredResourceResult = [3, n0, _ADRRs, 0, [], []];
152
- export var AssociateSourceResourceRequest = [
151
+ export var AssociateDiscoveredResourceResult$ = [3, n0, _ADRRs, 0, [], []];
152
+ export var AssociateSourceResourceRequest$ = [
153
153
  3,
154
154
  n0,
155
155
  _ASRR,
156
156
  0,
157
157
  [_PUS, _MTN, _SR, _DR],
158
- [0, 0, () => SourceResource, 2],
159
- ];
160
- export var AssociateSourceResourceResult = [3, n0, _ASRRs, 0, [], []];
161
- export var CreatedArtifact = [3, n0, _CA, 0, [_N, _D], [0, 0]];
162
- export var CreateProgressUpdateStreamRequest = [3, n0, _CPUSR, 0, [_PUSN, _DR], [0, 2]];
163
- export var CreateProgressUpdateStreamResult = [3, n0, _CPUSRr, 0, [], []];
164
- export var DeleteProgressUpdateStreamRequest = [3, n0, _DPUSR, 0, [_PUSN, _DR], [0, 2]];
165
- export var DeleteProgressUpdateStreamResult = [3, n0, _DPUSRe, 0, [], []];
166
- export var DescribeApplicationStateRequest = [3, n0, _DASR, 0, [_AI], [0]];
167
- export var DescribeApplicationStateResult = [3, n0, _DASRe, 0, [_ASp, _LUT], [0, 4]];
168
- export var DescribeMigrationTaskRequest = [3, n0, _DMTR, 0, [_PUS, _MTN], [0, 0]];
169
- export var DescribeMigrationTaskResult = [3, n0, _DMTRe, 0, [_MT], [() => MigrationTask]];
170
- export var DisassociateCreatedArtifactRequest = [
158
+ [0, 0, () => SourceResource$, 2],
159
+ ];
160
+ export var AssociateSourceResourceResult$ = [3, n0, _ASRRs, 0, [], []];
161
+ export var CreatedArtifact$ = [3, n0, _CA, 0, [_N, _D], [0, 0]];
162
+ export var CreateProgressUpdateStreamRequest$ = [3, n0, _CPUSR, 0, [_PUSN, _DR], [0, 2]];
163
+ export var CreateProgressUpdateStreamResult$ = [3, n0, _CPUSRr, 0, [], []];
164
+ export var DeleteProgressUpdateStreamRequest$ = [3, n0, _DPUSR, 0, [_PUSN, _DR], [0, 2]];
165
+ export var DeleteProgressUpdateStreamResult$ = [3, n0, _DPUSRe, 0, [], []];
166
+ export var DescribeApplicationStateRequest$ = [3, n0, _DASR, 0, [_AI], [0]];
167
+ export var DescribeApplicationStateResult$ = [3, n0, _DASRe, 0, [_ASp, _LUT], [0, 4]];
168
+ export var DescribeMigrationTaskRequest$ = [3, n0, _DMTR, 0, [_PUS, _MTN], [0, 0]];
169
+ export var DescribeMigrationTaskResult$ = [3, n0, _DMTRe, 0, [_MT], [() => MigrationTask$]];
170
+ export var DisassociateCreatedArtifactRequest$ = [
171
171
  3,
172
172
  n0,
173
173
  _DCAR,
@@ -175,8 +175,8 @@ export var DisassociateCreatedArtifactRequest = [
175
175
  [_PUS, _MTN, _CAN, _DR],
176
176
  [0, 0, 0, 2],
177
177
  ];
178
- export var DisassociateCreatedArtifactResult = [3, n0, _DCARi, 0, [], []];
179
- export var DisassociateDiscoveredResourceRequest = [
178
+ export var DisassociateCreatedArtifactResult$ = [3, n0, _DCARi, 0, [], []];
179
+ export var DisassociateDiscoveredResourceRequest$ = [
180
180
  3,
181
181
  n0,
182
182
  _DDRR,
@@ -184,8 +184,8 @@ export var DisassociateDiscoveredResourceRequest = [
184
184
  [_PUS, _MTN, _CI, _DR],
185
185
  [0, 0, 0, 2],
186
186
  ];
187
- export var DisassociateDiscoveredResourceResult = [3, n0, _DDRRi, 0, [], []];
188
- export var DisassociateSourceResourceRequest = [
187
+ export var DisassociateDiscoveredResourceResult$ = [3, n0, _DDRRi, 0, [], []];
188
+ export var DisassociateSourceResourceRequest$ = [
189
189
  3,
190
190
  n0,
191
191
  _DSRR,
@@ -193,20 +193,20 @@ export var DisassociateSourceResourceRequest = [
193
193
  [_PUS, _MTN, _SRN, _DR],
194
194
  [0, 0, 0, 2],
195
195
  ];
196
- export var DisassociateSourceResourceResult = [3, n0, _DSRRi, 0, [], []];
197
- export var DiscoveredResource = [3, n0, _DRi, 0, [_CI, _D], [0, 0]];
198
- export var DryRunOperation = [-3, n0, _DRO, { [_e]: _c }, [_M], [0]];
199
- TypeRegistry.for(n0).registerError(DryRunOperation, __DryRunOperation);
200
- export var HomeRegionNotSetException = [-3, n0, _HRNSE, { [_e]: _c }, [_M], [0]];
201
- TypeRegistry.for(n0).registerError(HomeRegionNotSetException, __HomeRegionNotSetException);
202
- export var ImportMigrationTaskRequest = [3, n0, _IMTR, 0, [_PUS, _MTN, _DR], [0, 0, 2]];
203
- export var ImportMigrationTaskResult = [3, n0, _IMTRm, 0, [], []];
204
- export var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
205
- TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
206
- export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c }, [_M], [0]];
207
- TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
208
- export var ListApplicationStatesRequest = [3, n0, _LASR, 0, [_AIp, _NT, _MR], [64 | 0, 0, 1]];
209
- export var ListApplicationStatesResult = [
196
+ export var DisassociateSourceResourceResult$ = [3, n0, _DSRRi, 0, [], []];
197
+ export var DiscoveredResource$ = [3, n0, _DRi, 0, [_CI, _D], [0, 0]];
198
+ export var DryRunOperation$ = [-3, n0, _DRO, { [_e]: _c }, [_M], [0]];
199
+ TypeRegistry.for(n0).registerError(DryRunOperation$, DryRunOperation);
200
+ export var HomeRegionNotSetException$ = [-3, n0, _HRNSE, { [_e]: _c }, [_M], [0]];
201
+ TypeRegistry.for(n0).registerError(HomeRegionNotSetException$, HomeRegionNotSetException);
202
+ export var ImportMigrationTaskRequest$ = [3, n0, _IMTR, 0, [_PUS, _MTN, _DR], [0, 0, 2]];
203
+ export var ImportMigrationTaskResult$ = [3, n0, _IMTRm, 0, [], []];
204
+ export var InternalServerError$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
205
+ TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
206
+ export var InvalidInputException$ = [-3, n0, _IIE, { [_e]: _c }, [_M], [0]];
207
+ TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
208
+ export var ListApplicationStatesRequest$ = [3, n0, _LASR, 0, [_AIp, _NT, _MR], [64 | 0, 0, 1]];
209
+ export var ListApplicationStatesResult$ = [
210
210
  3,
211
211
  n0,
212
212
  _LASRi,
@@ -214,8 +214,15 @@ export var ListApplicationStatesResult = [
214
214
  [_ASL, _NT],
215
215
  [() => ApplicationStateList, 0],
216
216
  ];
217
- export var ListCreatedArtifactsRequest = [3, n0, _LCAR, 0, [_PUS, _MTN, _NT, _MR], [0, 0, 0, 1]];
218
- export var ListCreatedArtifactsResult = [
217
+ export var ListCreatedArtifactsRequest$ = [
218
+ 3,
219
+ n0,
220
+ _LCAR,
221
+ 0,
222
+ [_PUS, _MTN, _NT, _MR],
223
+ [0, 0, 0, 1],
224
+ ];
225
+ export var ListCreatedArtifactsResult$ = [
219
226
  3,
220
227
  n0,
221
228
  _LCARi,
@@ -223,7 +230,7 @@ export var ListCreatedArtifactsResult = [
223
230
  [_NT, _CAL],
224
231
  [0, () => CreatedArtifactList],
225
232
  ];
226
- export var ListDiscoveredResourcesRequest = [
233
+ export var ListDiscoveredResourcesRequest$ = [
227
234
  3,
228
235
  n0,
229
236
  _LDRR,
@@ -231,7 +238,7 @@ export var ListDiscoveredResourcesRequest = [
231
238
  [_PUS, _MTN, _NT, _MR],
232
239
  [0, 0, 0, 1],
233
240
  ];
234
- export var ListDiscoveredResourcesResult = [
241
+ export var ListDiscoveredResourcesResult$ = [
235
242
  3,
236
243
  n0,
237
244
  _LDRRi,
@@ -239,8 +246,8 @@ export var ListDiscoveredResourcesResult = [
239
246
  [_NT, _DRL],
240
247
  [0, () => DiscoveredResourceList],
241
248
  ];
242
- export var ListMigrationTasksRequest = [3, n0, _LMTR, 0, [_NT, _MR, _RN], [0, 1, 0]];
243
- export var ListMigrationTasksResult = [
249
+ export var ListMigrationTasksRequest$ = [3, n0, _LMTR, 0, [_NT, _MR, _RN], [0, 1, 0]];
250
+ export var ListMigrationTasksResult$ = [
244
251
  3,
245
252
  n0,
246
253
  _LMTRi,
@@ -248,7 +255,7 @@ export var ListMigrationTasksResult = [
248
255
  [_NT, _MTSL],
249
256
  [0, () => MigrationTaskSummaryList],
250
257
  ];
251
- export var ListMigrationTaskUpdatesRequest = [
258
+ export var ListMigrationTaskUpdatesRequest$ = [
252
259
  3,
253
260
  n0,
254
261
  _LMTUR,
@@ -256,7 +263,7 @@ export var ListMigrationTaskUpdatesRequest = [
256
263
  [_PUS, _MTN, _NT, _MR],
257
264
  [0, 0, 0, 1],
258
265
  ];
259
- export var ListMigrationTaskUpdatesResult = [
266
+ export var ListMigrationTaskUpdatesResult$ = [
260
267
  3,
261
268
  n0,
262
269
  _LMTURi,
@@ -264,8 +271,8 @@ export var ListMigrationTaskUpdatesResult = [
264
271
  [_NT, _MTUL],
265
272
  [0, () => MigrationTaskUpdateList],
266
273
  ];
267
- export var ListProgressUpdateStreamsRequest = [3, n0, _LPUSR, 0, [_NT, _MR], [0, 1]];
268
- export var ListProgressUpdateStreamsResult = [
274
+ export var ListProgressUpdateStreamsRequest$ = [3, n0, _LPUSR, 0, [_NT, _MR], [0, 1]];
275
+ export var ListProgressUpdateStreamsResult$ = [
269
276
  3,
270
277
  n0,
271
278
  _LPUSRi,
@@ -273,8 +280,8 @@ export var ListProgressUpdateStreamsResult = [
273
280
  [_PUSSL, _NT],
274
281
  [() => ProgressUpdateStreamSummaryList, 0],
275
282
  ];
276
- export var ListSourceResourcesRequest = [3, n0, _LSRR, 0, [_PUS, _MTN, _NT, _MR], [0, 0, 0, 1]];
277
- export var ListSourceResourcesResult = [
283
+ export var ListSourceResourcesRequest$ = [3, n0, _LSRR, 0, [_PUS, _MTN, _NT, _MR], [0, 0, 0, 1]];
284
+ export var ListSourceResourcesResult$ = [
278
285
  3,
279
286
  n0,
280
287
  _LSRRi,
@@ -282,15 +289,15 @@ export var ListSourceResourcesResult = [
282
289
  [_NT, _SRL],
283
290
  [0, () => SourceResourceList],
284
291
  ];
285
- export var MigrationTask = [
292
+ export var MigrationTask$ = [
286
293
  3,
287
294
  n0,
288
295
  _MT,
289
296
  0,
290
297
  [_PUS, _MTN, _T, _UDT, _RAL],
291
- [0, 0, () => Task, 4, () => LatestResourceAttributeList],
298
+ [0, 0, () => Task$, 4, () => LatestResourceAttributeList],
292
299
  ];
293
- export var MigrationTaskSummary = [
300
+ export var MigrationTaskSummary$ = [
294
301
  3,
295
302
  n0,
296
303
  _MTS,
@@ -298,22 +305,29 @@ export var MigrationTaskSummary = [
298
305
  [_PUS, _MTN, _S, _PP, _SD, _UDT],
299
306
  [0, 0, 0, 1, 0, 4],
300
307
  ];
301
- export var MigrationTaskUpdate = [3, n0, _MTU, 0, [_UDT, _UT, _MTSi], [4, 0, () => Task]];
302
- export var NotifyApplicationStateRequest = [3, n0, _NASR, 0, [_AI, _S, _UDT, _DR], [0, 0, 4, 2]];
303
- export var NotifyApplicationStateResult = [3, n0, _NASRo, 0, [], []];
304
- export var NotifyMigrationTaskStateRequest = [
308
+ export var MigrationTaskUpdate$ = [3, n0, _MTU, 0, [_UDT, _UT, _MTSi], [4, 0, () => Task$]];
309
+ export var NotifyApplicationStateRequest$ = [
310
+ 3,
311
+ n0,
312
+ _NASR,
313
+ 0,
314
+ [_AI, _S, _UDT, _DR],
315
+ [0, 0, 4, 2],
316
+ ];
317
+ export var NotifyApplicationStateResult$ = [3, n0, _NASRo, 0, [], []];
318
+ export var NotifyMigrationTaskStateRequest$ = [
305
319
  3,
306
320
  n0,
307
321
  _NMTSR,
308
322
  0,
309
323
  [_PUS, _MTN, _T, _UDT, _NUS, _DR],
310
- [0, 0, () => Task, 4, 1, 2],
324
+ [0, 0, () => Task$, 4, 1, 2],
311
325
  ];
312
- export var NotifyMigrationTaskStateResult = [3, n0, _NMTSRo, 0, [], []];
313
- export var PolicyErrorException = [-3, n0, _PEE, { [_e]: _c }, [_M], [0]];
314
- TypeRegistry.for(n0).registerError(PolicyErrorException, __PolicyErrorException);
315
- export var ProgressUpdateStreamSummary = [3, n0, _PUSS, 0, [_PUSN], [0]];
316
- export var PutResourceAttributesRequest = [
326
+ export var NotifyMigrationTaskStateResult$ = [3, n0, _NMTSRo, 0, [], []];
327
+ export var PolicyErrorException$ = [-3, n0, _PEE, { [_e]: _c }, [_M], [0]];
328
+ TypeRegistry.for(n0).registerError(PolicyErrorException$, PolicyErrorException);
329
+ export var ProgressUpdateStreamSummary$ = [3, n0, _PUSS, 0, [_PUSN], [0]];
330
+ export var PutResourceAttributesRequest$ = [
317
331
  3,
318
332
  n0,
319
333
  _PRAR,
@@ -321,15 +335,15 @@ export var PutResourceAttributesRequest = [
321
335
  [_PUS, _MTN, _RAL, _DR],
322
336
  [0, 0, () => ResourceAttributeList, 2],
323
337
  ];
324
- export var PutResourceAttributesResult = [3, n0, _PRARu, 0, [], []];
325
- export var ResourceAttribute = [3, n0, _RA, 0, [_Ty, _V], [0, 0]];
326
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_M], [0]];
327
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
328
- export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s }, [_M], [0]];
329
- TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
330
- export var SourceResource = [3, n0, _SR, 0, [_N, _D, _SD], [0, 0, 0]];
331
- export var Task = [3, n0, _T, 0, [_S, _SD, _PP], [0, 0, 1]];
332
- export var ThrottlingException = [
338
+ export var PutResourceAttributesResult$ = [3, n0, _PRARu, 0, [], []];
339
+ export var ResourceAttribute$ = [3, n0, _RA, 0, [_Ty, _V], [0, 0]];
340
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M], [0]];
341
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
342
+ export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s }, [_M], [0]];
343
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
344
+ export var SourceResource$ = [3, n0, _SR, 0, [_N, _D, _SD], [0, 0, 0]];
345
+ export var Task$ = [3, n0, _T, 0, [_S, _SD, _PP], [0, 0, 1]];
346
+ export var ThrottlingException$ = [
333
347
  -3,
334
348
  n0,
335
349
  _TE,
@@ -337,186 +351,186 @@ export var ThrottlingException = [
337
351
  [_M, _RAS],
338
352
  [0, [1, { [_hH]: _RA_ }]],
339
353
  ];
340
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
341
- export var UnauthorizedOperation = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
342
- TypeRegistry.for(n0).registerError(UnauthorizedOperation, __UnauthorizedOperation);
343
- export var MigrationHubServiceException = [-3, _sm, "MigrationHubServiceException", 0, [], []];
344
- TypeRegistry.for(_sm).registerError(MigrationHubServiceException, __MigrationHubServiceException);
345
- export var ApplicationIds = 64 | 0;
346
- export var ApplicationStateList = [1, n0, _ASL, 0, () => ApplicationState];
347
- export var CreatedArtifactList = [1, n0, _CAL, 0, () => CreatedArtifact];
348
- export var DiscoveredResourceList = [1, n0, _DRL, 0, () => DiscoveredResource];
349
- export var LatestResourceAttributeList = [1, n0, _LRAL, 0, () => ResourceAttribute];
350
- export var MigrationTaskSummaryList = [1, n0, _MTSL, 0, () => MigrationTaskSummary];
351
- export var MigrationTaskUpdateList = [1, n0, _MTUL, 0, () => MigrationTaskUpdate];
352
- export var ProgressUpdateStreamSummaryList = [1, n0, _PUSSL, 0, () => ProgressUpdateStreamSummary];
353
- export var ResourceAttributeList = [1, n0, _RAL, 0, () => ResourceAttribute];
354
- export var SourceResourceList = [1, n0, _SRL, 0, () => SourceResource];
355
- export var AssociateCreatedArtifact = [
354
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
355
+ export var UnauthorizedOperation$ = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
356
+ TypeRegistry.for(n0).registerError(UnauthorizedOperation$, UnauthorizedOperation);
357
+ export var MigrationHubServiceException$ = [-3, _sm, "MigrationHubServiceException", 0, [], []];
358
+ TypeRegistry.for(_sm).registerError(MigrationHubServiceException$, MigrationHubServiceException);
359
+ var ApplicationIds = 64 | 0;
360
+ var ApplicationStateList = [1, n0, _ASL, 0, () => ApplicationState$];
361
+ var CreatedArtifactList = [1, n0, _CAL, 0, () => CreatedArtifact$];
362
+ var DiscoveredResourceList = [1, n0, _DRL, 0, () => DiscoveredResource$];
363
+ var LatestResourceAttributeList = [1, n0, _LRAL, 0, () => ResourceAttribute$];
364
+ var MigrationTaskSummaryList = [1, n0, _MTSL, 0, () => MigrationTaskSummary$];
365
+ var MigrationTaskUpdateList = [1, n0, _MTUL, 0, () => MigrationTaskUpdate$];
366
+ var ProgressUpdateStreamSummaryList = [1, n0, _PUSSL, 0, () => ProgressUpdateStreamSummary$];
367
+ var ResourceAttributeList = [1, n0, _RAL, 0, () => ResourceAttribute$];
368
+ var SourceResourceList = [1, n0, _SRL, 0, () => SourceResource$];
369
+ export var AssociateCreatedArtifact$ = [
356
370
  9,
357
371
  n0,
358
372
  _ACA,
359
373
  0,
360
- () => AssociateCreatedArtifactRequest,
361
- () => AssociateCreatedArtifactResult,
374
+ () => AssociateCreatedArtifactRequest$,
375
+ () => AssociateCreatedArtifactResult$,
362
376
  ];
363
- export var AssociateDiscoveredResource = [
377
+ export var AssociateDiscoveredResource$ = [
364
378
  9,
365
379
  n0,
366
380
  _ADR,
367
381
  0,
368
- () => AssociateDiscoveredResourceRequest,
369
- () => AssociateDiscoveredResourceResult,
382
+ () => AssociateDiscoveredResourceRequest$,
383
+ () => AssociateDiscoveredResourceResult$,
370
384
  ];
371
- export var AssociateSourceResource = [
385
+ export var AssociateSourceResource$ = [
372
386
  9,
373
387
  n0,
374
388
  _ASR,
375
389
  0,
376
- () => AssociateSourceResourceRequest,
377
- () => AssociateSourceResourceResult,
390
+ () => AssociateSourceResourceRequest$,
391
+ () => AssociateSourceResourceResult$,
378
392
  ];
379
- export var CreateProgressUpdateStream = [
393
+ export var CreateProgressUpdateStream$ = [
380
394
  9,
381
395
  n0,
382
396
  _CPUS,
383
397
  0,
384
- () => CreateProgressUpdateStreamRequest,
385
- () => CreateProgressUpdateStreamResult,
398
+ () => CreateProgressUpdateStreamRequest$,
399
+ () => CreateProgressUpdateStreamResult$,
386
400
  ];
387
- export var DeleteProgressUpdateStream = [
401
+ export var DeleteProgressUpdateStream$ = [
388
402
  9,
389
403
  n0,
390
404
  _DPUS,
391
405
  0,
392
- () => DeleteProgressUpdateStreamRequest,
393
- () => DeleteProgressUpdateStreamResult,
406
+ () => DeleteProgressUpdateStreamRequest$,
407
+ () => DeleteProgressUpdateStreamResult$,
394
408
  ];
395
- export var DescribeApplicationState = [
409
+ export var DescribeApplicationState$ = [
396
410
  9,
397
411
  n0,
398
412
  _DAS,
399
413
  0,
400
- () => DescribeApplicationStateRequest,
401
- () => DescribeApplicationStateResult,
414
+ () => DescribeApplicationStateRequest$,
415
+ () => DescribeApplicationStateResult$,
402
416
  ];
403
- export var DescribeMigrationTask = [
417
+ export var DescribeMigrationTask$ = [
404
418
  9,
405
419
  n0,
406
420
  _DMT,
407
421
  0,
408
- () => DescribeMigrationTaskRequest,
409
- () => DescribeMigrationTaskResult,
422
+ () => DescribeMigrationTaskRequest$,
423
+ () => DescribeMigrationTaskResult$,
410
424
  ];
411
- export var DisassociateCreatedArtifact = [
425
+ export var DisassociateCreatedArtifact$ = [
412
426
  9,
413
427
  n0,
414
428
  _DCA,
415
429
  0,
416
- () => DisassociateCreatedArtifactRequest,
417
- () => DisassociateCreatedArtifactResult,
430
+ () => DisassociateCreatedArtifactRequest$,
431
+ () => DisassociateCreatedArtifactResult$,
418
432
  ];
419
- export var DisassociateDiscoveredResource = [
433
+ export var DisassociateDiscoveredResource$ = [
420
434
  9,
421
435
  n0,
422
436
  _DDR,
423
437
  0,
424
- () => DisassociateDiscoveredResourceRequest,
425
- () => DisassociateDiscoveredResourceResult,
438
+ () => DisassociateDiscoveredResourceRequest$,
439
+ () => DisassociateDiscoveredResourceResult$,
426
440
  ];
427
- export var DisassociateSourceResource = [
441
+ export var DisassociateSourceResource$ = [
428
442
  9,
429
443
  n0,
430
444
  _DSR,
431
445
  0,
432
- () => DisassociateSourceResourceRequest,
433
- () => DisassociateSourceResourceResult,
446
+ () => DisassociateSourceResourceRequest$,
447
+ () => DisassociateSourceResourceResult$,
434
448
  ];
435
- export var ImportMigrationTask = [
449
+ export var ImportMigrationTask$ = [
436
450
  9,
437
451
  n0,
438
452
  _IMT,
439
453
  0,
440
- () => ImportMigrationTaskRequest,
441
- () => ImportMigrationTaskResult,
454
+ () => ImportMigrationTaskRequest$,
455
+ () => ImportMigrationTaskResult$,
442
456
  ];
443
- export var ListApplicationStates = [
457
+ export var ListApplicationStates$ = [
444
458
  9,
445
459
  n0,
446
460
  _LAS,
447
461
  0,
448
- () => ListApplicationStatesRequest,
449
- () => ListApplicationStatesResult,
462
+ () => ListApplicationStatesRequest$,
463
+ () => ListApplicationStatesResult$,
450
464
  ];
451
- export var ListCreatedArtifacts = [
465
+ export var ListCreatedArtifacts$ = [
452
466
  9,
453
467
  n0,
454
468
  _LCA,
455
469
  0,
456
- () => ListCreatedArtifactsRequest,
457
- () => ListCreatedArtifactsResult,
470
+ () => ListCreatedArtifactsRequest$,
471
+ () => ListCreatedArtifactsResult$,
458
472
  ];
459
- export var ListDiscoveredResources = [
473
+ export var ListDiscoveredResources$ = [
460
474
  9,
461
475
  n0,
462
476
  _LDR,
463
477
  0,
464
- () => ListDiscoveredResourcesRequest,
465
- () => ListDiscoveredResourcesResult,
478
+ () => ListDiscoveredResourcesRequest$,
479
+ () => ListDiscoveredResourcesResult$,
466
480
  ];
467
- export var ListMigrationTasks = [
481
+ export var ListMigrationTasks$ = [
468
482
  9,
469
483
  n0,
470
484
  _LMT,
471
485
  0,
472
- () => ListMigrationTasksRequest,
473
- () => ListMigrationTasksResult,
486
+ () => ListMigrationTasksRequest$,
487
+ () => ListMigrationTasksResult$,
474
488
  ];
475
- export var ListMigrationTaskUpdates = [
489
+ export var ListMigrationTaskUpdates$ = [
476
490
  9,
477
491
  n0,
478
492
  _LMTU,
479
493
  0,
480
- () => ListMigrationTaskUpdatesRequest,
481
- () => ListMigrationTaskUpdatesResult,
494
+ () => ListMigrationTaskUpdatesRequest$,
495
+ () => ListMigrationTaskUpdatesResult$,
482
496
  ];
483
- export var ListProgressUpdateStreams = [
497
+ export var ListProgressUpdateStreams$ = [
484
498
  9,
485
499
  n0,
486
500
  _LPUS,
487
501
  0,
488
- () => ListProgressUpdateStreamsRequest,
489
- () => ListProgressUpdateStreamsResult,
502
+ () => ListProgressUpdateStreamsRequest$,
503
+ () => ListProgressUpdateStreamsResult$,
490
504
  ];
491
- export var ListSourceResources = [
505
+ export var ListSourceResources$ = [
492
506
  9,
493
507
  n0,
494
508
  _LSR,
495
509
  0,
496
- () => ListSourceResourcesRequest,
497
- () => ListSourceResourcesResult,
510
+ () => ListSourceResourcesRequest$,
511
+ () => ListSourceResourcesResult$,
498
512
  ];
499
- export var NotifyApplicationState = [
513
+ export var NotifyApplicationState$ = [
500
514
  9,
501
515
  n0,
502
516
  _NAS,
503
517
  0,
504
- () => NotifyApplicationStateRequest,
505
- () => NotifyApplicationStateResult,
518
+ () => NotifyApplicationStateRequest$,
519
+ () => NotifyApplicationStateResult$,
506
520
  ];
507
- export var NotifyMigrationTaskState = [
521
+ export var NotifyMigrationTaskState$ = [
508
522
  9,
509
523
  n0,
510
524
  _NMTS,
511
525
  0,
512
- () => NotifyMigrationTaskStateRequest,
513
- () => NotifyMigrationTaskStateResult,
526
+ () => NotifyMigrationTaskStateRequest$,
527
+ () => NotifyMigrationTaskStateResult$,
514
528
  ];
515
- export var PutResourceAttributes = [
529
+ export var PutResourceAttributes$ = [
516
530
  9,
517
531
  n0,
518
532
  _PRA,
519
533
  0,
520
- () => PutResourceAttributesRequest,
521
- () => PutResourceAttributesResult,
534
+ () => PutResourceAttributesRequest$,
535
+ () => PutResourceAttributesResult$,
522
536
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateCreatedArtifactCommandInput, AssociateCreatedArtifactCommandOutput } from "./commands/AssociateCreatedArtifactCommand";
11
11
  import { AssociateDiscoveredResourceCommandInput, AssociateDiscoveredResourceCommandOutput } from "./commands/AssociateDiscoveredResourceCommand";
@@ -162,15 +162,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
162
162
  * Optional extensions
163
163
  */
164
164
  extensions?: RuntimeExtension[];
165
- /**
166
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
167
- * may be overridden. A default will always be set by the client.
168
- * Available options depend on the service's supported protocols and will not be validated by
169
- * the client.
170
- * @alpha
171
- *
172
- */
173
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
174
165
  /**
175
166
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
176
167
  */
@@ -14,6 +14,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
14
14
  export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { MigrationHubExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
+ export * from "./schemas/schemas_0";
17
18
  export * from "./pagination";
18
19
  export * from "./models/enums";
19
20
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: MigrationHubClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: MigrationHubClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: MigrationHubClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: MigrationHubClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;