@aws-sdk/client-migration-hub 3.987.0 → 3.988.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.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var MigrationHubServiceException = require('./models/MigrationHubServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,696 +113,6 @@ class MigrationHubClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class MigrationHubServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, MigrationHubServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends MigrationHubServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class DryRunOperation extends MigrationHubServiceException {
135
- name = "DryRunOperation";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "DryRunOperation",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, DryRunOperation.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class HomeRegionNotSetException extends MigrationHubServiceException {
149
- name = "HomeRegionNotSetException";
150
- $fault = "client";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "HomeRegionNotSetException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, HomeRegionNotSetException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class InternalServerError extends MigrationHubServiceException {
163
- name = "InternalServerError";
164
- $fault = "server";
165
- Message;
166
- constructor(opts) {
167
- super({
168
- name: "InternalServerError",
169
- $fault: "server",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, InternalServerError.prototype);
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class InvalidInputException extends MigrationHubServiceException {
177
- name = "InvalidInputException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "InvalidInputException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, InvalidInputException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
- class ResourceNotFoundException extends MigrationHubServiceException {
191
- name = "ResourceNotFoundException";
192
- $fault = "client";
193
- Message;
194
- constructor(opts) {
195
- super({
196
- name: "ResourceNotFoundException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
201
- this.Message = opts.Message;
202
- }
203
- }
204
- class ServiceUnavailableException extends MigrationHubServiceException {
205
- name = "ServiceUnavailableException";
206
- $fault = "server";
207
- Message;
208
- constructor(opts) {
209
- super({
210
- name: "ServiceUnavailableException",
211
- $fault: "server",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
215
- this.Message = opts.Message;
216
- }
217
- }
218
- class ThrottlingException extends MigrationHubServiceException {
219
- name = "ThrottlingException";
220
- $fault = "client";
221
- Message;
222
- RetryAfterSeconds;
223
- constructor(opts) {
224
- super({
225
- name: "ThrottlingException",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, ThrottlingException.prototype);
230
- this.Message = opts.Message;
231
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
232
- }
233
- }
234
- class UnauthorizedOperation extends MigrationHubServiceException {
235
- name = "UnauthorizedOperation";
236
- $fault = "client";
237
- Message;
238
- constructor(opts) {
239
- super({
240
- name: "UnauthorizedOperation",
241
- $fault: "client",
242
- ...opts,
243
- });
244
- Object.setPrototypeOf(this, UnauthorizedOperation.prototype);
245
- this.Message = opts.Message;
246
- }
247
- }
248
- class PolicyErrorException extends MigrationHubServiceException {
249
- name = "PolicyErrorException";
250
- $fault = "client";
251
- Message;
252
- constructor(opts) {
253
- super({
254
- name: "PolicyErrorException",
255
- $fault: "client",
256
- ...opts,
257
- });
258
- Object.setPrototypeOf(this, PolicyErrorException.prototype);
259
- this.Message = opts.Message;
260
- }
261
- }
262
-
263
- const _ACA = "AssociateCreatedArtifact";
264
- const _ACAR = "AssociateCreatedArtifactRequest";
265
- const _ACARs = "AssociateCreatedArtifactResult";
266
- const _ADE = "AccessDeniedException";
267
- const _ADR = "AssociateDiscoveredResource";
268
- const _ADRR = "AssociateDiscoveredResourceRequest";
269
- const _ADRRs = "AssociateDiscoveredResourceResult";
270
- const _AI = "ApplicationId";
271
- const _AIp = "ApplicationIds";
272
- const _AS = "ApplicationState";
273
- const _ASL = "ApplicationStateList";
274
- const _ASR = "AssociateSourceResource";
275
- const _ASRR = "AssociateSourceResourceRequest";
276
- const _ASRRs = "AssociateSourceResourceResult";
277
- const _ASp = "ApplicationStatus";
278
- const _CA = "CreatedArtifact";
279
- const _CAL = "CreatedArtifactList";
280
- const _CAN = "CreatedArtifactName";
281
- const _CI = "ConfigurationId";
282
- const _CPUS = "CreateProgressUpdateStream";
283
- const _CPUSR = "CreateProgressUpdateStreamRequest";
284
- const _CPUSRr = "CreateProgressUpdateStreamResult";
285
- const _D = "Description";
286
- const _DAS = "DescribeApplicationState";
287
- const _DASR = "DescribeApplicationStateRequest";
288
- const _DASRe = "DescribeApplicationStateResult";
289
- const _DCA = "DisassociateCreatedArtifact";
290
- const _DCAR = "DisassociateCreatedArtifactRequest";
291
- const _DCARi = "DisassociateCreatedArtifactResult";
292
- const _DDR = "DisassociateDiscoveredResource";
293
- const _DDRR = "DisassociateDiscoveredResourceRequest";
294
- const _DDRRi = "DisassociateDiscoveredResourceResult";
295
- const _DMT = "DescribeMigrationTask";
296
- const _DMTR = "DescribeMigrationTaskRequest";
297
- const _DMTRe = "DescribeMigrationTaskResult";
298
- const _DPUS = "DeleteProgressUpdateStream";
299
- const _DPUSR = "DeleteProgressUpdateStreamRequest";
300
- const _DPUSRe = "DeleteProgressUpdateStreamResult";
301
- const _DR = "DryRun";
302
- const _DRL = "DiscoveredResourceList";
303
- const _DRO = "DryRunOperation";
304
- const _DRi = "DiscoveredResource";
305
- const _DSR = "DisassociateSourceResource";
306
- const _DSRR = "DisassociateSourceResourceRequest";
307
- const _DSRRi = "DisassociateSourceResourceResult";
308
- const _HRNSE = "HomeRegionNotSetException";
309
- const _IIE = "InvalidInputException";
310
- const _IMT = "ImportMigrationTask";
311
- const _IMTR = "ImportMigrationTaskRequest";
312
- const _IMTRm = "ImportMigrationTaskResult";
313
- const _ISE = "InternalServerError";
314
- const _LAS = "ListApplicationStates";
315
- const _LASR = "ListApplicationStatesRequest";
316
- const _LASRi = "ListApplicationStatesResult";
317
- const _LCA = "ListCreatedArtifacts";
318
- const _LCAR = "ListCreatedArtifactsRequest";
319
- const _LCARi = "ListCreatedArtifactsResult";
320
- const _LDR = "ListDiscoveredResources";
321
- const _LDRR = "ListDiscoveredResourcesRequest";
322
- const _LDRRi = "ListDiscoveredResourcesResult";
323
- const _LMT = "ListMigrationTasks";
324
- const _LMTR = "ListMigrationTasksRequest";
325
- const _LMTRi = "ListMigrationTasksResult";
326
- const _LMTU = "ListMigrationTaskUpdates";
327
- const _LMTUR = "ListMigrationTaskUpdatesRequest";
328
- const _LMTURi = "ListMigrationTaskUpdatesResult";
329
- const _LPUS = "ListProgressUpdateStreams";
330
- const _LPUSR = "ListProgressUpdateStreamsRequest";
331
- const _LPUSRi = "ListProgressUpdateStreamsResult";
332
- const _LRAL = "LatestResourceAttributeList";
333
- const _LSR = "ListSourceResources";
334
- const _LSRR = "ListSourceResourcesRequest";
335
- const _LSRRi = "ListSourceResourcesResult";
336
- const _LUT = "LastUpdatedTime";
337
- const _M = "Message";
338
- const _MR = "MaxResults";
339
- const _MT = "MigrationTask";
340
- const _MTN = "MigrationTaskName";
341
- const _MTS = "MigrationTaskSummary";
342
- const _MTSL = "MigrationTaskSummaryList";
343
- const _MTSi = "MigrationTaskState";
344
- const _MTU = "MigrationTaskUpdate";
345
- const _MTUL = "MigrationTaskUpdateList";
346
- const _N = "Name";
347
- const _NAS = "NotifyApplicationState";
348
- const _NASR = "NotifyApplicationStateRequest";
349
- const _NASRo = "NotifyApplicationStateResult";
350
- const _NMTS = "NotifyMigrationTaskState";
351
- const _NMTSR = "NotifyMigrationTaskStateRequest";
352
- const _NMTSRo = "NotifyMigrationTaskStateResult";
353
- const _NT = "NextToken";
354
- const _NUS = "NextUpdateSeconds";
355
- const _PEE = "PolicyErrorException";
356
- const _PP = "ProgressPercent";
357
- const _PRA = "PutResourceAttributes";
358
- const _PRAR = "PutResourceAttributesRequest";
359
- const _PRARu = "PutResourceAttributesResult";
360
- const _PUS = "ProgressUpdateStream";
361
- const _PUSN = "ProgressUpdateStreamName";
362
- const _PUSS = "ProgressUpdateStreamSummary";
363
- const _PUSSL = "ProgressUpdateStreamSummaryList";
364
- const _RA = "ResourceAttribute";
365
- const _RAL = "ResourceAttributeList";
366
- const _RAS = "RetryAfterSeconds";
367
- const _RA_ = "Retry-After";
368
- const _RN = "ResourceName";
369
- const _RNFE = "ResourceNotFoundException";
370
- const _S = "Status";
371
- const _SD = "StatusDetail";
372
- const _SR = "SourceResource";
373
- const _SRL = "SourceResourceList";
374
- const _SRN = "SourceResourceName";
375
- const _SUE = "ServiceUnavailableException";
376
- const _T = "Task";
377
- const _TE = "ThrottlingException";
378
- const _Ty = "Type";
379
- const _UDT = "UpdateDateTime";
380
- const _UO = "UnauthorizedOperation";
381
- const _UT = "UpdateType";
382
- const _V = "Value";
383
- const _c = "client";
384
- const _e = "error";
385
- const _hE = "httpError";
386
- const _hH = "httpHeader";
387
- const _s = "server";
388
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhub";
389
- const n0 = "com.amazonaws.migrationhub";
390
- var AccessDeniedException$ = [-3, n0, _ADE,
391
- { [_e]: _c },
392
- [_M],
393
- [0]
394
- ];
395
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
396
- var ApplicationState$ = [3, n0, _AS,
397
- 0,
398
- [_AI, _ASp, _LUT],
399
- [0, 0, 4]
400
- ];
401
- var AssociateCreatedArtifactRequest$ = [3, n0, _ACAR,
402
- 0,
403
- [_PUS, _MTN, _CA, _DR],
404
- [0, 0, () => CreatedArtifact$, 2], 3
405
- ];
406
- var AssociateCreatedArtifactResult$ = [3, n0, _ACARs,
407
- 0,
408
- [],
409
- []
410
- ];
411
- var AssociateDiscoveredResourceRequest$ = [3, n0, _ADRR,
412
- 0,
413
- [_PUS, _MTN, _DRi, _DR],
414
- [0, 0, () => DiscoveredResource$, 2], 3
415
- ];
416
- var AssociateDiscoveredResourceResult$ = [3, n0, _ADRRs,
417
- 0,
418
- [],
419
- []
420
- ];
421
- var AssociateSourceResourceRequest$ = [3, n0, _ASRR,
422
- 0,
423
- [_PUS, _MTN, _SR, _DR],
424
- [0, 0, () => SourceResource$, 2], 3
425
- ];
426
- var AssociateSourceResourceResult$ = [3, n0, _ASRRs,
427
- 0,
428
- [],
429
- []
430
- ];
431
- var CreatedArtifact$ = [3, n0, _CA,
432
- 0,
433
- [_N, _D],
434
- [0, 0], 1
435
- ];
436
- var CreateProgressUpdateStreamRequest$ = [3, n0, _CPUSR,
437
- 0,
438
- [_PUSN, _DR],
439
- [0, 2], 1
440
- ];
441
- var CreateProgressUpdateStreamResult$ = [3, n0, _CPUSRr,
442
- 0,
443
- [],
444
- []
445
- ];
446
- var DeleteProgressUpdateStreamRequest$ = [3, n0, _DPUSR,
447
- 0,
448
- [_PUSN, _DR],
449
- [0, 2], 1
450
- ];
451
- var DeleteProgressUpdateStreamResult$ = [3, n0, _DPUSRe,
452
- 0,
453
- [],
454
- []
455
- ];
456
- var DescribeApplicationStateRequest$ = [3, n0, _DASR,
457
- 0,
458
- [_AI],
459
- [0], 1
460
- ];
461
- var DescribeApplicationStateResult$ = [3, n0, _DASRe,
462
- 0,
463
- [_ASp, _LUT],
464
- [0, 4]
465
- ];
466
- var DescribeMigrationTaskRequest$ = [3, n0, _DMTR,
467
- 0,
468
- [_PUS, _MTN],
469
- [0, 0], 2
470
- ];
471
- var DescribeMigrationTaskResult$ = [3, n0, _DMTRe,
472
- 0,
473
- [_MT],
474
- [() => MigrationTask$]
475
- ];
476
- var DisassociateCreatedArtifactRequest$ = [3, n0, _DCAR,
477
- 0,
478
- [_PUS, _MTN, _CAN, _DR],
479
- [0, 0, 0, 2], 3
480
- ];
481
- var DisassociateCreatedArtifactResult$ = [3, n0, _DCARi,
482
- 0,
483
- [],
484
- []
485
- ];
486
- var DisassociateDiscoveredResourceRequest$ = [3, n0, _DDRR,
487
- 0,
488
- [_PUS, _MTN, _CI, _DR],
489
- [0, 0, 0, 2], 3
490
- ];
491
- var DisassociateDiscoveredResourceResult$ = [3, n0, _DDRRi,
492
- 0,
493
- [],
494
- []
495
- ];
496
- var DisassociateSourceResourceRequest$ = [3, n0, _DSRR,
497
- 0,
498
- [_PUS, _MTN, _SRN, _DR],
499
- [0, 0, 0, 2], 3
500
- ];
501
- var DisassociateSourceResourceResult$ = [3, n0, _DSRRi,
502
- 0,
503
- [],
504
- []
505
- ];
506
- var DiscoveredResource$ = [3, n0, _DRi,
507
- 0,
508
- [_CI, _D],
509
- [0, 0], 1
510
- ];
511
- var DryRunOperation$ = [-3, n0, _DRO,
512
- { [_e]: _c },
513
- [_M],
514
- [0]
515
- ];
516
- schema.TypeRegistry.for(n0).registerError(DryRunOperation$, DryRunOperation);
517
- var HomeRegionNotSetException$ = [-3, n0, _HRNSE,
518
- { [_e]: _c },
519
- [_M],
520
- [0]
521
- ];
522
- schema.TypeRegistry.for(n0).registerError(HomeRegionNotSetException$, HomeRegionNotSetException);
523
- var ImportMigrationTaskRequest$ = [3, n0, _IMTR,
524
- 0,
525
- [_PUS, _MTN, _DR],
526
- [0, 0, 2], 2
527
- ];
528
- var ImportMigrationTaskResult$ = [3, n0, _IMTRm,
529
- 0,
530
- [],
531
- []
532
- ];
533
- var InternalServerError$ = [-3, n0, _ISE,
534
- { [_e]: _s },
535
- [_M],
536
- [0]
537
- ];
538
- schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
539
- var InvalidInputException$ = [-3, n0, _IIE,
540
- { [_e]: _c },
541
- [_M],
542
- [0]
543
- ];
544
- schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
545
- var ListApplicationStatesRequest$ = [3, n0, _LASR,
546
- 0,
547
- [_AIp, _NT, _MR],
548
- [64 | 0, 0, 1]
549
- ];
550
- var ListApplicationStatesResult$ = [3, n0, _LASRi,
551
- 0,
552
- [_ASL, _NT],
553
- [() => ApplicationStateList, 0]
554
- ];
555
- var ListCreatedArtifactsRequest$ = [3, n0, _LCAR,
556
- 0,
557
- [_PUS, _MTN, _NT, _MR],
558
- [0, 0, 0, 1], 2
559
- ];
560
- var ListCreatedArtifactsResult$ = [3, n0, _LCARi,
561
- 0,
562
- [_NT, _CAL],
563
- [0, () => CreatedArtifactList]
564
- ];
565
- var ListDiscoveredResourcesRequest$ = [3, n0, _LDRR,
566
- 0,
567
- [_PUS, _MTN, _NT, _MR],
568
- [0, 0, 0, 1], 2
569
- ];
570
- var ListDiscoveredResourcesResult$ = [3, n0, _LDRRi,
571
- 0,
572
- [_NT, _DRL],
573
- [0, () => DiscoveredResourceList]
574
- ];
575
- var ListMigrationTasksRequest$ = [3, n0, _LMTR,
576
- 0,
577
- [_NT, _MR, _RN],
578
- [0, 1, 0]
579
- ];
580
- var ListMigrationTasksResult$ = [3, n0, _LMTRi,
581
- 0,
582
- [_NT, _MTSL],
583
- [0, () => MigrationTaskSummaryList]
584
- ];
585
- var ListMigrationTaskUpdatesRequest$ = [3, n0, _LMTUR,
586
- 0,
587
- [_PUS, _MTN, _NT, _MR],
588
- [0, 0, 0, 1], 2
589
- ];
590
- var ListMigrationTaskUpdatesResult$ = [3, n0, _LMTURi,
591
- 0,
592
- [_NT, _MTUL],
593
- [0, () => MigrationTaskUpdateList]
594
- ];
595
- var ListProgressUpdateStreamsRequest$ = [3, n0, _LPUSR,
596
- 0,
597
- [_NT, _MR],
598
- [0, 1]
599
- ];
600
- var ListProgressUpdateStreamsResult$ = [3, n0, _LPUSRi,
601
- 0,
602
- [_PUSSL, _NT],
603
- [() => ProgressUpdateStreamSummaryList, 0]
604
- ];
605
- var ListSourceResourcesRequest$ = [3, n0, _LSRR,
606
- 0,
607
- [_PUS, _MTN, _NT, _MR],
608
- [0, 0, 0, 1], 2
609
- ];
610
- var ListSourceResourcesResult$ = [3, n0, _LSRRi,
611
- 0,
612
- [_NT, _SRL],
613
- [0, () => SourceResourceList]
614
- ];
615
- var MigrationTask$ = [3, n0, _MT,
616
- 0,
617
- [_PUS, _MTN, _T, _UDT, _RAL],
618
- [0, 0, () => Task$, 4, () => LatestResourceAttributeList]
619
- ];
620
- var MigrationTaskSummary$ = [3, n0, _MTS,
621
- 0,
622
- [_PUS, _MTN, _S, _PP, _SD, _UDT],
623
- [0, 0, 0, 1, 0, 4]
624
- ];
625
- var MigrationTaskUpdate$ = [3, n0, _MTU,
626
- 0,
627
- [_UDT, _UT, _MTSi],
628
- [4, 0, () => Task$]
629
- ];
630
- var NotifyApplicationStateRequest$ = [3, n0, _NASR,
631
- 0,
632
- [_AI, _S, _UDT, _DR],
633
- [0, 0, 4, 2], 2
634
- ];
635
- var NotifyApplicationStateResult$ = [3, n0, _NASRo,
636
- 0,
637
- [],
638
- []
639
- ];
640
- var NotifyMigrationTaskStateRequest$ = [3, n0, _NMTSR,
641
- 0,
642
- [_PUS, _MTN, _T, _UDT, _NUS, _DR],
643
- [0, 0, () => Task$, 4, 1, 2], 5
644
- ];
645
- var NotifyMigrationTaskStateResult$ = [3, n0, _NMTSRo,
646
- 0,
647
- [],
648
- []
649
- ];
650
- var PolicyErrorException$ = [-3, n0, _PEE,
651
- { [_e]: _c },
652
- [_M],
653
- [0]
654
- ];
655
- schema.TypeRegistry.for(n0).registerError(PolicyErrorException$, PolicyErrorException);
656
- var ProgressUpdateStreamSummary$ = [3, n0, _PUSS,
657
- 0,
658
- [_PUSN],
659
- [0]
660
- ];
661
- var PutResourceAttributesRequest$ = [3, n0, _PRAR,
662
- 0,
663
- [_PUS, _MTN, _RAL, _DR],
664
- [0, 0, () => ResourceAttributeList, 2], 3
665
- ];
666
- var PutResourceAttributesResult$ = [3, n0, _PRARu,
667
- 0,
668
- [],
669
- []
670
- ];
671
- var ResourceAttribute$ = [3, n0, _RA,
672
- 0,
673
- [_Ty, _V],
674
- [0, 0], 2
675
- ];
676
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
677
- { [_e]: _c },
678
- [_M],
679
- [0]
680
- ];
681
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
682
- var ServiceUnavailableException$ = [-3, n0, _SUE,
683
- { [_e]: _s },
684
- [_M],
685
- [0]
686
- ];
687
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
688
- var SourceResource$ = [3, n0, _SR,
689
- 0,
690
- [_N, _D, _SD],
691
- [0, 0, 0], 1
692
- ];
693
- var Task$ = [3, n0, _T,
694
- 0,
695
- [_S, _SD, _PP],
696
- [0, 0, 1], 1
697
- ];
698
- var ThrottlingException$ = [-3, n0, _TE,
699
- { [_e]: _c, [_hE]: 429 },
700
- [_M, _RAS],
701
- [0, [1, { [_hH]: _RA_ }]], 1
702
- ];
703
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
704
- var UnauthorizedOperation$ = [-3, n0, _UO,
705
- { [_e]: _c },
706
- [_M],
707
- [0]
708
- ];
709
- schema.TypeRegistry.for(n0).registerError(UnauthorizedOperation$, UnauthorizedOperation);
710
- var MigrationHubServiceException$ = [-3, _sm, "MigrationHubServiceException", 0, [], []];
711
- schema.TypeRegistry.for(_sm).registerError(MigrationHubServiceException$, MigrationHubServiceException);
712
- var ApplicationStateList = [1, n0, _ASL,
713
- 0, () => ApplicationState$
714
- ];
715
- var CreatedArtifactList = [1, n0, _CAL,
716
- 0, () => CreatedArtifact$
717
- ];
718
- var DiscoveredResourceList = [1, n0, _DRL,
719
- 0, () => DiscoveredResource$
720
- ];
721
- var LatestResourceAttributeList = [1, n0, _LRAL,
722
- 0, () => ResourceAttribute$
723
- ];
724
- var MigrationTaskSummaryList = [1, n0, _MTSL,
725
- 0, () => MigrationTaskSummary$
726
- ];
727
- var MigrationTaskUpdateList = [1, n0, _MTUL,
728
- 0, () => MigrationTaskUpdate$
729
- ];
730
- var ProgressUpdateStreamSummaryList = [1, n0, _PUSSL,
731
- 0, () => ProgressUpdateStreamSummary$
732
- ];
733
- var ResourceAttributeList = [1, n0, _RAL,
734
- 0, () => ResourceAttribute$
735
- ];
736
- var SourceResourceList = [1, n0, _SRL,
737
- 0, () => SourceResource$
738
- ];
739
- var AssociateCreatedArtifact$ = [9, n0, _ACA,
740
- 0, () => AssociateCreatedArtifactRequest$, () => AssociateCreatedArtifactResult$
741
- ];
742
- var AssociateDiscoveredResource$ = [9, n0, _ADR,
743
- 0, () => AssociateDiscoveredResourceRequest$, () => AssociateDiscoveredResourceResult$
744
- ];
745
- var AssociateSourceResource$ = [9, n0, _ASR,
746
- 0, () => AssociateSourceResourceRequest$, () => AssociateSourceResourceResult$
747
- ];
748
- var CreateProgressUpdateStream$ = [9, n0, _CPUS,
749
- 0, () => CreateProgressUpdateStreamRequest$, () => CreateProgressUpdateStreamResult$
750
- ];
751
- var DeleteProgressUpdateStream$ = [9, n0, _DPUS,
752
- 0, () => DeleteProgressUpdateStreamRequest$, () => DeleteProgressUpdateStreamResult$
753
- ];
754
- var DescribeApplicationState$ = [9, n0, _DAS,
755
- 0, () => DescribeApplicationStateRequest$, () => DescribeApplicationStateResult$
756
- ];
757
- var DescribeMigrationTask$ = [9, n0, _DMT,
758
- 0, () => DescribeMigrationTaskRequest$, () => DescribeMigrationTaskResult$
759
- ];
760
- var DisassociateCreatedArtifact$ = [9, n0, _DCA,
761
- 0, () => DisassociateCreatedArtifactRequest$, () => DisassociateCreatedArtifactResult$
762
- ];
763
- var DisassociateDiscoveredResource$ = [9, n0, _DDR,
764
- 0, () => DisassociateDiscoveredResourceRequest$, () => DisassociateDiscoveredResourceResult$
765
- ];
766
- var DisassociateSourceResource$ = [9, n0, _DSR,
767
- 0, () => DisassociateSourceResourceRequest$, () => DisassociateSourceResourceResult$
768
- ];
769
- var ImportMigrationTask$ = [9, n0, _IMT,
770
- 0, () => ImportMigrationTaskRequest$, () => ImportMigrationTaskResult$
771
- ];
772
- var ListApplicationStates$ = [9, n0, _LAS,
773
- 0, () => ListApplicationStatesRequest$, () => ListApplicationStatesResult$
774
- ];
775
- var ListCreatedArtifacts$ = [9, n0, _LCA,
776
- 0, () => ListCreatedArtifactsRequest$, () => ListCreatedArtifactsResult$
777
- ];
778
- var ListDiscoveredResources$ = [9, n0, _LDR,
779
- 0, () => ListDiscoveredResourcesRequest$, () => ListDiscoveredResourcesResult$
780
- ];
781
- var ListMigrationTasks$ = [9, n0, _LMT,
782
- 0, () => ListMigrationTasksRequest$, () => ListMigrationTasksResult$
783
- ];
784
- var ListMigrationTaskUpdates$ = [9, n0, _LMTU,
785
- 0, () => ListMigrationTaskUpdatesRequest$, () => ListMigrationTaskUpdatesResult$
786
- ];
787
- var ListProgressUpdateStreams$ = [9, n0, _LPUS,
788
- 0, () => ListProgressUpdateStreamsRequest$, () => ListProgressUpdateStreamsResult$
789
- ];
790
- var ListSourceResources$ = [9, n0, _LSR,
791
- 0, () => ListSourceResourcesRequest$, () => ListSourceResourcesResult$
792
- ];
793
- var NotifyApplicationState$ = [9, n0, _NAS,
794
- 0, () => NotifyApplicationStateRequest$, () => NotifyApplicationStateResult$
795
- ];
796
- var NotifyMigrationTaskState$ = [9, n0, _NMTS,
797
- 0, () => NotifyMigrationTaskStateRequest$, () => NotifyMigrationTaskStateResult$
798
- ];
799
- var PutResourceAttributes$ = [9, n0, _PRA,
800
- 0, () => PutResourceAttributesRequest$, () => PutResourceAttributesResult$
801
- ];
802
-
803
116
  class AssociateCreatedArtifactCommand extends smithyClient.Command
804
117
  .classBuilder()
805
118
  .ep(commonParams)
@@ -808,7 +121,7 @@ class AssociateCreatedArtifactCommand extends smithyClient.Command
808
121
  })
809
122
  .s("AWSMigrationHub", "AssociateCreatedArtifact", {})
810
123
  .n("MigrationHubClient", "AssociateCreatedArtifactCommand")
811
- .sc(AssociateCreatedArtifact$)
124
+ .sc(schemas_0.AssociateCreatedArtifact$)
812
125
  .build() {
813
126
  }
814
127
 
@@ -820,7 +133,7 @@ class AssociateDiscoveredResourceCommand extends smithyClient.Command
820
133
  })
821
134
  .s("AWSMigrationHub", "AssociateDiscoveredResource", {})
822
135
  .n("MigrationHubClient", "AssociateDiscoveredResourceCommand")
823
- .sc(AssociateDiscoveredResource$)
136
+ .sc(schemas_0.AssociateDiscoveredResource$)
824
137
  .build() {
825
138
  }
826
139
 
@@ -832,7 +145,7 @@ class AssociateSourceResourceCommand extends smithyClient.Command
832
145
  })
833
146
  .s("AWSMigrationHub", "AssociateSourceResource", {})
834
147
  .n("MigrationHubClient", "AssociateSourceResourceCommand")
835
- .sc(AssociateSourceResource$)
148
+ .sc(schemas_0.AssociateSourceResource$)
836
149
  .build() {
837
150
  }
838
151
 
@@ -844,7 +157,7 @@ class CreateProgressUpdateStreamCommand extends smithyClient.Command
844
157
  })
845
158
  .s("AWSMigrationHub", "CreateProgressUpdateStream", {})
846
159
  .n("MigrationHubClient", "CreateProgressUpdateStreamCommand")
847
- .sc(CreateProgressUpdateStream$)
160
+ .sc(schemas_0.CreateProgressUpdateStream$)
848
161
  .build() {
849
162
  }
850
163
 
@@ -856,7 +169,7 @@ class DeleteProgressUpdateStreamCommand extends smithyClient.Command
856
169
  })
857
170
  .s("AWSMigrationHub", "DeleteProgressUpdateStream", {})
858
171
  .n("MigrationHubClient", "DeleteProgressUpdateStreamCommand")
859
- .sc(DeleteProgressUpdateStream$)
172
+ .sc(schemas_0.DeleteProgressUpdateStream$)
860
173
  .build() {
861
174
  }
862
175
 
@@ -868,7 +181,7 @@ class DescribeApplicationStateCommand extends smithyClient.Command
868
181
  })
869
182
  .s("AWSMigrationHub", "DescribeApplicationState", {})
870
183
  .n("MigrationHubClient", "DescribeApplicationStateCommand")
871
- .sc(DescribeApplicationState$)
184
+ .sc(schemas_0.DescribeApplicationState$)
872
185
  .build() {
873
186
  }
874
187
 
@@ -880,7 +193,7 @@ class DescribeMigrationTaskCommand extends smithyClient.Command
880
193
  })
881
194
  .s("AWSMigrationHub", "DescribeMigrationTask", {})
882
195
  .n("MigrationHubClient", "DescribeMigrationTaskCommand")
883
- .sc(DescribeMigrationTask$)
196
+ .sc(schemas_0.DescribeMigrationTask$)
884
197
  .build() {
885
198
  }
886
199
 
@@ -892,7 +205,7 @@ class DisassociateCreatedArtifactCommand extends smithyClient.Command
892
205
  })
893
206
  .s("AWSMigrationHub", "DisassociateCreatedArtifact", {})
894
207
  .n("MigrationHubClient", "DisassociateCreatedArtifactCommand")
895
- .sc(DisassociateCreatedArtifact$)
208
+ .sc(schemas_0.DisassociateCreatedArtifact$)
896
209
  .build() {
897
210
  }
898
211
 
@@ -904,7 +217,7 @@ class DisassociateDiscoveredResourceCommand extends smithyClient.Command
904
217
  })
905
218
  .s("AWSMigrationHub", "DisassociateDiscoveredResource", {})
906
219
  .n("MigrationHubClient", "DisassociateDiscoveredResourceCommand")
907
- .sc(DisassociateDiscoveredResource$)
220
+ .sc(schemas_0.DisassociateDiscoveredResource$)
908
221
  .build() {
909
222
  }
910
223
 
@@ -916,7 +229,7 @@ class DisassociateSourceResourceCommand extends smithyClient.Command
916
229
  })
917
230
  .s("AWSMigrationHub", "DisassociateSourceResource", {})
918
231
  .n("MigrationHubClient", "DisassociateSourceResourceCommand")
919
- .sc(DisassociateSourceResource$)
232
+ .sc(schemas_0.DisassociateSourceResource$)
920
233
  .build() {
921
234
  }
922
235
 
@@ -928,7 +241,7 @@ class ImportMigrationTaskCommand extends smithyClient.Command
928
241
  })
929
242
  .s("AWSMigrationHub", "ImportMigrationTask", {})
930
243
  .n("MigrationHubClient", "ImportMigrationTaskCommand")
931
- .sc(ImportMigrationTask$)
244
+ .sc(schemas_0.ImportMigrationTask$)
932
245
  .build() {
933
246
  }
934
247
 
@@ -940,7 +253,7 @@ class ListApplicationStatesCommand extends smithyClient.Command
940
253
  })
941
254
  .s("AWSMigrationHub", "ListApplicationStates", {})
942
255
  .n("MigrationHubClient", "ListApplicationStatesCommand")
943
- .sc(ListApplicationStates$)
256
+ .sc(schemas_0.ListApplicationStates$)
944
257
  .build() {
945
258
  }
946
259
 
@@ -952,7 +265,7 @@ class ListCreatedArtifactsCommand extends smithyClient.Command
952
265
  })
953
266
  .s("AWSMigrationHub", "ListCreatedArtifacts", {})
954
267
  .n("MigrationHubClient", "ListCreatedArtifactsCommand")
955
- .sc(ListCreatedArtifacts$)
268
+ .sc(schemas_0.ListCreatedArtifacts$)
956
269
  .build() {
957
270
  }
958
271
 
@@ -964,7 +277,7 @@ class ListDiscoveredResourcesCommand extends smithyClient.Command
964
277
  })
965
278
  .s("AWSMigrationHub", "ListDiscoveredResources", {})
966
279
  .n("MigrationHubClient", "ListDiscoveredResourcesCommand")
967
- .sc(ListDiscoveredResources$)
280
+ .sc(schemas_0.ListDiscoveredResources$)
968
281
  .build() {
969
282
  }
970
283
 
@@ -976,7 +289,7 @@ class ListMigrationTasksCommand extends smithyClient.Command
976
289
  })
977
290
  .s("AWSMigrationHub", "ListMigrationTasks", {})
978
291
  .n("MigrationHubClient", "ListMigrationTasksCommand")
979
- .sc(ListMigrationTasks$)
292
+ .sc(schemas_0.ListMigrationTasks$)
980
293
  .build() {
981
294
  }
982
295
 
@@ -988,7 +301,7 @@ class ListMigrationTaskUpdatesCommand extends smithyClient.Command
988
301
  })
989
302
  .s("AWSMigrationHub", "ListMigrationTaskUpdates", {})
990
303
  .n("MigrationHubClient", "ListMigrationTaskUpdatesCommand")
991
- .sc(ListMigrationTaskUpdates$)
304
+ .sc(schemas_0.ListMigrationTaskUpdates$)
992
305
  .build() {
993
306
  }
994
307
 
@@ -1000,7 +313,7 @@ class ListProgressUpdateStreamsCommand extends smithyClient.Command
1000
313
  })
1001
314
  .s("AWSMigrationHub", "ListProgressUpdateStreams", {})
1002
315
  .n("MigrationHubClient", "ListProgressUpdateStreamsCommand")
1003
- .sc(ListProgressUpdateStreams$)
316
+ .sc(schemas_0.ListProgressUpdateStreams$)
1004
317
  .build() {
1005
318
  }
1006
319
 
@@ -1012,7 +325,7 @@ class ListSourceResourcesCommand extends smithyClient.Command
1012
325
  })
1013
326
  .s("AWSMigrationHub", "ListSourceResources", {})
1014
327
  .n("MigrationHubClient", "ListSourceResourcesCommand")
1015
- .sc(ListSourceResources$)
328
+ .sc(schemas_0.ListSourceResources$)
1016
329
  .build() {
1017
330
  }
1018
331
 
@@ -1024,7 +337,7 @@ class NotifyApplicationStateCommand extends smithyClient.Command
1024
337
  })
1025
338
  .s("AWSMigrationHub", "NotifyApplicationState", {})
1026
339
  .n("MigrationHubClient", "NotifyApplicationStateCommand")
1027
- .sc(NotifyApplicationState$)
340
+ .sc(schemas_0.NotifyApplicationState$)
1028
341
  .build() {
1029
342
  }
1030
343
 
@@ -1036,7 +349,7 @@ class NotifyMigrationTaskStateCommand extends smithyClient.Command
1036
349
  })
1037
350
  .s("AWSMigrationHub", "NotifyMigrationTaskState", {})
1038
351
  .n("MigrationHubClient", "NotifyMigrationTaskStateCommand")
1039
- .sc(NotifyMigrationTaskState$)
352
+ .sc(schemas_0.NotifyMigrationTaskState$)
1040
353
  .build() {
1041
354
  }
1042
355
 
@@ -1048,7 +361,7 @@ class PutResourceAttributesCommand extends smithyClient.Command
1048
361
  })
1049
362
  .s("AWSMigrationHub", "PutResourceAttributes", {})
1050
363
  .n("MigrationHubClient", "PutResourceAttributesCommand")
1051
- .sc(PutResourceAttributes$)
364
+ .sc(schemas_0.PutResourceAttributes$)
1052
365
  .build() {
1053
366
  }
1054
367
 
@@ -1137,127 +450,36 @@ Object.defineProperty(exports, "__Client", {
1137
450
  enumerable: true,
1138
451
  get: function () { return smithyClient.Client; }
1139
452
  });
1140
- exports.AccessDeniedException = AccessDeniedException;
1141
- exports.AccessDeniedException$ = AccessDeniedException$;
1142
- exports.ApplicationState$ = ApplicationState$;
453
+ Object.defineProperty(exports, "MigrationHubServiceException", {
454
+ enumerable: true,
455
+ get: function () { return MigrationHubServiceException.MigrationHubServiceException; }
456
+ });
1143
457
  exports.ApplicationStatus = ApplicationStatus;
1144
- exports.AssociateCreatedArtifact$ = AssociateCreatedArtifact$;
1145
458
  exports.AssociateCreatedArtifactCommand = AssociateCreatedArtifactCommand;
1146
- exports.AssociateCreatedArtifactRequest$ = AssociateCreatedArtifactRequest$;
1147
- exports.AssociateCreatedArtifactResult$ = AssociateCreatedArtifactResult$;
1148
- exports.AssociateDiscoveredResource$ = AssociateDiscoveredResource$;
1149
459
  exports.AssociateDiscoveredResourceCommand = AssociateDiscoveredResourceCommand;
1150
- exports.AssociateDiscoveredResourceRequest$ = AssociateDiscoveredResourceRequest$;
1151
- exports.AssociateDiscoveredResourceResult$ = AssociateDiscoveredResourceResult$;
1152
- exports.AssociateSourceResource$ = AssociateSourceResource$;
1153
460
  exports.AssociateSourceResourceCommand = AssociateSourceResourceCommand;
1154
- exports.AssociateSourceResourceRequest$ = AssociateSourceResourceRequest$;
1155
- exports.AssociateSourceResourceResult$ = AssociateSourceResourceResult$;
1156
- exports.CreateProgressUpdateStream$ = CreateProgressUpdateStream$;
1157
461
  exports.CreateProgressUpdateStreamCommand = CreateProgressUpdateStreamCommand;
1158
- exports.CreateProgressUpdateStreamRequest$ = CreateProgressUpdateStreamRequest$;
1159
- exports.CreateProgressUpdateStreamResult$ = CreateProgressUpdateStreamResult$;
1160
- exports.CreatedArtifact$ = CreatedArtifact$;
1161
- exports.DeleteProgressUpdateStream$ = DeleteProgressUpdateStream$;
1162
462
  exports.DeleteProgressUpdateStreamCommand = DeleteProgressUpdateStreamCommand;
1163
- exports.DeleteProgressUpdateStreamRequest$ = DeleteProgressUpdateStreamRequest$;
1164
- exports.DeleteProgressUpdateStreamResult$ = DeleteProgressUpdateStreamResult$;
1165
- exports.DescribeApplicationState$ = DescribeApplicationState$;
1166
463
  exports.DescribeApplicationStateCommand = DescribeApplicationStateCommand;
1167
- exports.DescribeApplicationStateRequest$ = DescribeApplicationStateRequest$;
1168
- exports.DescribeApplicationStateResult$ = DescribeApplicationStateResult$;
1169
- exports.DescribeMigrationTask$ = DescribeMigrationTask$;
1170
464
  exports.DescribeMigrationTaskCommand = DescribeMigrationTaskCommand;
1171
- exports.DescribeMigrationTaskRequest$ = DescribeMigrationTaskRequest$;
1172
- exports.DescribeMigrationTaskResult$ = DescribeMigrationTaskResult$;
1173
- exports.DisassociateCreatedArtifact$ = DisassociateCreatedArtifact$;
1174
465
  exports.DisassociateCreatedArtifactCommand = DisassociateCreatedArtifactCommand;
1175
- exports.DisassociateCreatedArtifactRequest$ = DisassociateCreatedArtifactRequest$;
1176
- exports.DisassociateCreatedArtifactResult$ = DisassociateCreatedArtifactResult$;
1177
- exports.DisassociateDiscoveredResource$ = DisassociateDiscoveredResource$;
1178
466
  exports.DisassociateDiscoveredResourceCommand = DisassociateDiscoveredResourceCommand;
1179
- exports.DisassociateDiscoveredResourceRequest$ = DisassociateDiscoveredResourceRequest$;
1180
- exports.DisassociateDiscoveredResourceResult$ = DisassociateDiscoveredResourceResult$;
1181
- exports.DisassociateSourceResource$ = DisassociateSourceResource$;
1182
467
  exports.DisassociateSourceResourceCommand = DisassociateSourceResourceCommand;
1183
- exports.DisassociateSourceResourceRequest$ = DisassociateSourceResourceRequest$;
1184
- exports.DisassociateSourceResourceResult$ = DisassociateSourceResourceResult$;
1185
- exports.DiscoveredResource$ = DiscoveredResource$;
1186
- exports.DryRunOperation = DryRunOperation;
1187
- exports.DryRunOperation$ = DryRunOperation$;
1188
- exports.HomeRegionNotSetException = HomeRegionNotSetException;
1189
- exports.HomeRegionNotSetException$ = HomeRegionNotSetException$;
1190
- exports.ImportMigrationTask$ = ImportMigrationTask$;
1191
468
  exports.ImportMigrationTaskCommand = ImportMigrationTaskCommand;
1192
- exports.ImportMigrationTaskRequest$ = ImportMigrationTaskRequest$;
1193
- exports.ImportMigrationTaskResult$ = ImportMigrationTaskResult$;
1194
- exports.InternalServerError = InternalServerError;
1195
- exports.InternalServerError$ = InternalServerError$;
1196
- exports.InvalidInputException = InvalidInputException;
1197
- exports.InvalidInputException$ = InvalidInputException$;
1198
- exports.ListApplicationStates$ = ListApplicationStates$;
1199
469
  exports.ListApplicationStatesCommand = ListApplicationStatesCommand;
1200
- exports.ListApplicationStatesRequest$ = ListApplicationStatesRequest$;
1201
- exports.ListApplicationStatesResult$ = ListApplicationStatesResult$;
1202
- exports.ListCreatedArtifacts$ = ListCreatedArtifacts$;
1203
470
  exports.ListCreatedArtifactsCommand = ListCreatedArtifactsCommand;
1204
- exports.ListCreatedArtifactsRequest$ = ListCreatedArtifactsRequest$;
1205
- exports.ListCreatedArtifactsResult$ = ListCreatedArtifactsResult$;
1206
- exports.ListDiscoveredResources$ = ListDiscoveredResources$;
1207
471
  exports.ListDiscoveredResourcesCommand = ListDiscoveredResourcesCommand;
1208
- exports.ListDiscoveredResourcesRequest$ = ListDiscoveredResourcesRequest$;
1209
- exports.ListDiscoveredResourcesResult$ = ListDiscoveredResourcesResult$;
1210
- exports.ListMigrationTaskUpdates$ = ListMigrationTaskUpdates$;
1211
472
  exports.ListMigrationTaskUpdatesCommand = ListMigrationTaskUpdatesCommand;
1212
- exports.ListMigrationTaskUpdatesRequest$ = ListMigrationTaskUpdatesRequest$;
1213
- exports.ListMigrationTaskUpdatesResult$ = ListMigrationTaskUpdatesResult$;
1214
- exports.ListMigrationTasks$ = ListMigrationTasks$;
1215
473
  exports.ListMigrationTasksCommand = ListMigrationTasksCommand;
1216
- exports.ListMigrationTasksRequest$ = ListMigrationTasksRequest$;
1217
- exports.ListMigrationTasksResult$ = ListMigrationTasksResult$;
1218
- exports.ListProgressUpdateStreams$ = ListProgressUpdateStreams$;
1219
474
  exports.ListProgressUpdateStreamsCommand = ListProgressUpdateStreamsCommand;
1220
- exports.ListProgressUpdateStreamsRequest$ = ListProgressUpdateStreamsRequest$;
1221
- exports.ListProgressUpdateStreamsResult$ = ListProgressUpdateStreamsResult$;
1222
- exports.ListSourceResources$ = ListSourceResources$;
1223
475
  exports.ListSourceResourcesCommand = ListSourceResourcesCommand;
1224
- exports.ListSourceResourcesRequest$ = ListSourceResourcesRequest$;
1225
- exports.ListSourceResourcesResult$ = ListSourceResourcesResult$;
1226
476
  exports.MigrationHub = MigrationHub;
1227
477
  exports.MigrationHubClient = MigrationHubClient;
1228
- exports.MigrationHubServiceException = MigrationHubServiceException;
1229
- exports.MigrationHubServiceException$ = MigrationHubServiceException$;
1230
- exports.MigrationTask$ = MigrationTask$;
1231
- exports.MigrationTaskSummary$ = MigrationTaskSummary$;
1232
- exports.MigrationTaskUpdate$ = MigrationTaskUpdate$;
1233
- exports.NotifyApplicationState$ = NotifyApplicationState$;
1234
478
  exports.NotifyApplicationStateCommand = NotifyApplicationStateCommand;
1235
- exports.NotifyApplicationStateRequest$ = NotifyApplicationStateRequest$;
1236
- exports.NotifyApplicationStateResult$ = NotifyApplicationStateResult$;
1237
- exports.NotifyMigrationTaskState$ = NotifyMigrationTaskState$;
1238
479
  exports.NotifyMigrationTaskStateCommand = NotifyMigrationTaskStateCommand;
1239
- exports.NotifyMigrationTaskStateRequest$ = NotifyMigrationTaskStateRequest$;
1240
- exports.NotifyMigrationTaskStateResult$ = NotifyMigrationTaskStateResult$;
1241
- exports.PolicyErrorException = PolicyErrorException;
1242
- exports.PolicyErrorException$ = PolicyErrorException$;
1243
- exports.ProgressUpdateStreamSummary$ = ProgressUpdateStreamSummary$;
1244
- exports.PutResourceAttributes$ = PutResourceAttributes$;
1245
480
  exports.PutResourceAttributesCommand = PutResourceAttributesCommand;
1246
- exports.PutResourceAttributesRequest$ = PutResourceAttributesRequest$;
1247
- exports.PutResourceAttributesResult$ = PutResourceAttributesResult$;
1248
- exports.ResourceAttribute$ = ResourceAttribute$;
1249
481
  exports.ResourceAttributeType = ResourceAttributeType;
1250
- exports.ResourceNotFoundException = ResourceNotFoundException;
1251
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1252
- exports.ServiceUnavailableException = ServiceUnavailableException;
1253
- exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1254
- exports.SourceResource$ = SourceResource$;
1255
482
  exports.Status = Status;
1256
- exports.Task$ = Task$;
1257
- exports.ThrottlingException = ThrottlingException;
1258
- exports.ThrottlingException$ = ThrottlingException$;
1259
- exports.UnauthorizedOperation = UnauthorizedOperation;
1260
- exports.UnauthorizedOperation$ = UnauthorizedOperation$;
1261
483
  exports.UpdateType = UpdateType;
1262
484
  exports.paginateListApplicationStates = paginateListApplicationStates;
1263
485
  exports.paginateListCreatedArtifacts = paginateListCreatedArtifacts;
@@ -1266,3 +488,15 @@ exports.paginateListMigrationTaskUpdates = paginateListMigrationTaskUpdates;
1266
488
  exports.paginateListMigrationTasks = paginateListMigrationTasks;
1267
489
  exports.paginateListProgressUpdateStreams = paginateListProgressUpdateStreams;
1268
490
  exports.paginateListSourceResources = paginateListSourceResources;
491
+ Object.keys(schemas_0).forEach(function (k) {
492
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
493
+ enumerable: true,
494
+ get: function () { return schemas_0[k]; }
495
+ });
496
+ });
497
+ Object.keys(errors).forEach(function (k) {
498
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
499
+ enumerable: true,
500
+ get: function () { return errors[k]; }
501
+ });
502
+ });