@aws-sdk/client-appfabric 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 (46) hide show
  1. package/dist-cjs/index.js +373 -248
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/BatchGetUserAccessTasksCommand.js +2 -2
  4. package/dist-es/commands/ConnectAppAuthorizationCommand.js +2 -2
  5. package/dist-es/commands/CreateAppAuthorizationCommand.js +2 -2
  6. package/dist-es/commands/CreateAppBundleCommand.js +2 -2
  7. package/dist-es/commands/CreateIngestionCommand.js +2 -2
  8. package/dist-es/commands/CreateIngestionDestinationCommand.js +2 -2
  9. package/dist-es/commands/DeleteAppAuthorizationCommand.js +2 -2
  10. package/dist-es/commands/DeleteAppBundleCommand.js +2 -2
  11. package/dist-es/commands/DeleteIngestionCommand.js +2 -2
  12. package/dist-es/commands/DeleteIngestionDestinationCommand.js +2 -2
  13. package/dist-es/commands/GetAppAuthorizationCommand.js +2 -2
  14. package/dist-es/commands/GetAppBundleCommand.js +2 -2
  15. package/dist-es/commands/GetIngestionCommand.js +2 -2
  16. package/dist-es/commands/GetIngestionDestinationCommand.js +2 -2
  17. package/dist-es/commands/ListAppAuthorizationsCommand.js +2 -2
  18. package/dist-es/commands/ListAppBundlesCommand.js +2 -2
  19. package/dist-es/commands/ListIngestionDestinationsCommand.js +2 -2
  20. package/dist-es/commands/ListIngestionsCommand.js +2 -2
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-es/commands/StartIngestionCommand.js +2 -2
  23. package/dist-es/commands/StartUserAccessTasksCommand.js +2 -2
  24. package/dist-es/commands/StopIngestionCommand.js +2 -2
  25. package/dist-es/commands/TagResourceCommand.js +2 -2
  26. package/dist-es/commands/UntagResourceCommand.js +2 -2
  27. package/dist-es/commands/UpdateAppAuthorizationCommand.js +2 -2
  28. package/dist-es/commands/UpdateIngestionDestinationCommand.js +2 -2
  29. package/dist-es/index.js +1 -0
  30. package/dist-es/runtimeConfig.shared.js +6 -1
  31. package/dist-es/schemas/schemas_0.js +217 -203
  32. package/dist-types/AppFabricClient.d.ts +1 -10
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  35. package/dist-types/runtimeConfig.d.ts +6 -2
  36. package/dist-types/runtimeConfig.native.d.ts +6 -2
  37. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  38. package/dist-types/schemas/schemas_0.d.ts +112 -124
  39. package/dist-types/ts3.4/AppFabricClient.d.ts +0 -4
  40. package/dist-types/ts3.4/index.d.ts +1 -0
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +111 -125
  46. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class AppFabricClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let AppFabricServiceException$1 = class AppFabricServiceException extends smithyClient.ServiceException {
113
+ class AppFabricServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, AppFabricServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends AppFabricServiceException$1 {
120
+ class AccessDeniedException extends AppFabricServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends AppFabricServi
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let InternalServerException$1 = class InternalServerException extends AppFabricServiceException$1 {
131
+ }
132
+ class InternalServerException extends AppFabricServiceException {
133
133
  name = "InternalServerException";
134
134
  $fault = "server";
135
135
  $retryable = {};
@@ -143,8 +143,8 @@ let InternalServerException$1 = class InternalServerException extends AppFabricS
143
143
  Object.setPrototypeOf(this, InternalServerException.prototype);
144
144
  this.retryAfterSeconds = opts.retryAfterSeconds;
145
145
  }
146
- };
147
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends AppFabricServiceException$1 {
146
+ }
147
+ class ResourceNotFoundException extends AppFabricServiceException {
148
148
  name = "ResourceNotFoundException";
149
149
  $fault = "client";
150
150
  resourceId;
@@ -159,8 +159,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends AppFab
159
159
  this.resourceId = opts.resourceId;
160
160
  this.resourceType = opts.resourceType;
161
161
  }
162
- };
163
- let ThrottlingException$1 = class ThrottlingException extends AppFabricServiceException$1 {
162
+ }
163
+ class ThrottlingException extends AppFabricServiceException {
164
164
  name = "ThrottlingException";
165
165
  $fault = "client";
166
166
  $retryable = {
@@ -180,8 +180,8 @@ let ThrottlingException$1 = class ThrottlingException extends AppFabricServiceEx
180
180
  this.quotaCode = opts.quotaCode;
181
181
  this.retryAfterSeconds = opts.retryAfterSeconds;
182
182
  }
183
- };
184
- let ValidationException$1 = class ValidationException extends AppFabricServiceException$1 {
183
+ }
184
+ class ValidationException extends AppFabricServiceException {
185
185
  name = "ValidationException";
186
186
  $fault = "client";
187
187
  reason;
@@ -196,8 +196,8 @@ let ValidationException$1 = class ValidationException extends AppFabricServiceEx
196
196
  this.reason = opts.reason;
197
197
  this.fieldList = opts.fieldList;
198
198
  }
199
- };
200
- let ConflictException$1 = class ConflictException extends AppFabricServiceException$1 {
199
+ }
200
+ class ConflictException extends AppFabricServiceException {
201
201
  name = "ConflictException";
202
202
  $fault = "client";
203
203
  resourceId;
@@ -212,8 +212,8 @@ let ConflictException$1 = class ConflictException extends AppFabricServiceExcept
212
212
  this.resourceId = opts.resourceId;
213
213
  this.resourceType = opts.resourceType;
214
214
  }
215
- };
216
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends AppFabricServiceException$1 {
215
+ }
216
+ class ServiceQuotaExceededException extends AppFabricServiceException {
217
217
  name = "ServiceQuotaExceededException";
218
218
  $fault = "client";
219
219
  resourceId;
@@ -232,7 +232,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
232
232
  this.serviceCode = opts.serviceCode;
233
233
  this.quotaCode = opts.quotaCode;
234
234
  }
235
- };
235
+ }
236
236
 
237
237
  const _AA = "AppAuthorization";
238
238
  const _AAS = "AppAuthorizationSummary";
@@ -450,32 +450,32 @@ const _v = "value";
450
450
  const n0 = "com.amazonaws.appfabric";
451
451
  var Email = [0, n0, _E, 8, 0];
452
452
  var SensitiveString2048 = [0, n0, _SS, 8, 0];
453
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
454
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
455
- var ApiKeyCredential = [3, n0, _AKC, 0, [_aK], [[() => SensitiveString2048, 0]]];
456
- var AppAuthorization = [
453
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
454
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
455
+ var ApiKeyCredential$ = [3, n0, _AKC, 0, [_aK], [[() => SensitiveString2048, 0]]];
456
+ var AppAuthorization$ = [
457
457
  3,
458
458
  n0,
459
459
  _AA,
460
460
  0,
461
461
  [_aAA, _aBA, _a, _t, _aT, _s, _cA, _uA, _p, _aU],
462
- [0, 0, 0, () => Tenant, 0, 0, 5, 5, 0, 0],
462
+ [0, 0, 0, () => Tenant$, 0, 0, 5, 5, 0, 0],
463
463
  ];
464
- var AppAuthorizationSummary = [
464
+ var AppAuthorizationSummary$ = [
465
465
  3,
466
466
  n0,
467
467
  _AAS,
468
468
  0,
469
469
  [_aAA, _aBA, _a, _t, _s, _uA],
470
- [0, 0, 0, () => Tenant, 0, 5],
471
- ];
472
- var AppBundle = [3, n0, _AB, 0, [_ar, _cMKA], [0, 0]];
473
- var AppBundleSummary = [3, n0, _ABS, 0, [_ar], [0]];
474
- var AuditLogDestinationConfiguration = [3, n0, _ALDC, 0, [_d], [() => Destination]];
475
- var AuditLogProcessingConfiguration = [3, n0, _ALPC, 0, [_sc, _f], [0, 0]];
476
- var AuthRequest = [3, n0, _AR, 0, [_rU, _co], [0, [() => SensitiveString2048, 0]]];
477
- var BatchGetUserAccessTasksRequest = [3, n0, _BGUATR, 0, [_aBI, _tIL], [0, 64 | 0]];
478
- var BatchGetUserAccessTasksResponse = [
470
+ [0, 0, 0, () => Tenant$, 0, 5],
471
+ ];
472
+ var AppBundle$ = [3, n0, _AB, 0, [_ar, _cMKA], [0, 0]];
473
+ var AppBundleSummary$ = [3, n0, _ABS, 0, [_ar], [0]];
474
+ var AuditLogDestinationConfiguration$ = [3, n0, _ALDC, 0, [_d], [() => Destination$]];
475
+ var AuditLogProcessingConfiguration$ = [3, n0, _ALPC, 0, [_sc, _f], [0, 0]];
476
+ var AuthRequest$ = [3, n0, _AR, 0, [_rU, _co], [0, [() => SensitiveString2048, 0]]];
477
+ var BatchGetUserAccessTasksRequest$ = [3, n0, _BGUATR, 0, [_aBI, _tIL], [0, 64 | 0]];
478
+ var BatchGetUserAccessTasksResponse$ = [
479
479
  3,
480
480
  n0,
481
481
  _BGUATRa,
@@ -483,9 +483,9 @@ var BatchGetUserAccessTasksResponse = [
483
483
  [_uARL],
484
484
  [[() => UserAccessResultsList, 0]],
485
485
  ];
486
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
487
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
488
- var ConnectAppAuthorizationRequest = [
486
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
487
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
488
+ var ConnectAppAuthorizationRequest$ = [
489
489
  3,
490
490
  n0,
491
491
  _CAAR,
@@ -494,27 +494,34 @@ var ConnectAppAuthorizationRequest = [
494
494
  [
495
495
  [0, 1],
496
496
  [0, 1],
497
- [() => AuthRequest, 0],
497
+ [() => AuthRequest$, 0],
498
498
  ],
499
499
  ];
500
- var ConnectAppAuthorizationResponse = [
500
+ var ConnectAppAuthorizationResponse$ = [
501
501
  3,
502
502
  n0,
503
503
  _CAARo,
504
504
  0,
505
505
  [_aAS],
506
- [() => AppAuthorizationSummary],
506
+ [() => AppAuthorizationSummary$],
507
507
  ];
508
- var CreateAppAuthorizationRequest = [
508
+ var CreateAppAuthorizationRequest$ = [
509
509
  3,
510
510
  n0,
511
511
  _CAARr,
512
512
  0,
513
513
  [_aBI, _a, _cr, _t, _aT, _cT, _ta],
514
- [[0, 1], 0, [() => Credential, 0], () => Tenant, 0, [0, 4], () => TagList],
514
+ [[0, 1], 0, [() => Credential$, 0], () => Tenant$, 0, [0, 4], () => TagList],
515
+ ];
516
+ var CreateAppAuthorizationResponse$ = [
517
+ 3,
518
+ n0,
519
+ _CAARre,
520
+ 0,
521
+ [_aA],
522
+ [() => AppAuthorization$],
515
523
  ];
516
- var CreateAppAuthorizationResponse = [3, n0, _CAARre, 0, [_aA], [() => AppAuthorization]];
517
- var CreateAppBundleRequest = [
524
+ var CreateAppBundleRequest$ = [
518
525
  3,
519
526
  n0,
520
527
  _CABR,
@@ -522,24 +529,24 @@ var CreateAppBundleRequest = [
522
529
  [_cT, _cMKI, _ta],
523
530
  [[0, 4], 0, () => TagList],
524
531
  ];
525
- var CreateAppBundleResponse = [3, n0, _CABRr, 0, [_aB], [() => AppBundle]];
526
- var CreateIngestionDestinationRequest = [
532
+ var CreateAppBundleResponse$ = [3, n0, _CABRr, 0, [_aB], [() => AppBundle$]];
533
+ var CreateIngestionDestinationRequest$ = [
527
534
  3,
528
535
  n0,
529
536
  _CIDR,
530
537
  0,
531
538
  [_aBI, _iI, _pC, _dC, _cT, _ta],
532
- [[0, 1], [0, 1], () => ProcessingConfiguration, () => DestinationConfiguration, [0, 4], () => TagList],
539
+ [[0, 1], [0, 1], () => ProcessingConfiguration$, () => DestinationConfiguration$, [0, 4], () => TagList],
533
540
  ];
534
- var CreateIngestionDestinationResponse = [
541
+ var CreateIngestionDestinationResponse$ = [
535
542
  3,
536
543
  n0,
537
544
  _CIDRr,
538
545
  0,
539
546
  [_iD],
540
- [() => IngestionDestination],
547
+ [() => IngestionDestination$],
541
548
  ];
542
- var CreateIngestionRequest = [
549
+ var CreateIngestionRequest$ = [
543
550
  3,
544
551
  n0,
545
552
  _CIR,
@@ -547,8 +554,8 @@ var CreateIngestionRequest = [
547
554
  [_aBI, _a, _tI, _iT, _cT, _ta],
548
555
  [[0, 1], 0, 0, 0, [0, 4], () => TagList],
549
556
  ];
550
- var CreateIngestionResponse = [3, n0, _CIRr, 0, [_i], [() => Ingestion]];
551
- var DeleteAppAuthorizationRequest = [
557
+ var CreateIngestionResponse$ = [3, n0, _CIRr, 0, [_i], [() => Ingestion$]];
558
+ var DeleteAppAuthorizationRequest$ = [
552
559
  3,
553
560
  n0,
554
561
  _DAAR,
@@ -559,10 +566,10 @@ var DeleteAppAuthorizationRequest = [
559
566
  [0, 1],
560
567
  ],
561
568
  ];
562
- var DeleteAppAuthorizationResponse = [3, n0, _DAARe, 0, [], []];
563
- var DeleteAppBundleRequest = [3, n0, _DABR, 0, [_aBI], [[0, 1]]];
564
- var DeleteAppBundleResponse = [3, n0, _DABRe, 0, [], []];
565
- var DeleteIngestionDestinationRequest = [
569
+ var DeleteAppAuthorizationResponse$ = [3, n0, _DAARe, 0, [], []];
570
+ var DeleteAppBundleRequest$ = [3, n0, _DABR, 0, [_aBI], [[0, 1]]];
571
+ var DeleteAppBundleResponse$ = [3, n0, _DABRe, 0, [], []];
572
+ var DeleteIngestionDestinationRequest$ = [
566
573
  3,
567
574
  n0,
568
575
  _DIDR,
@@ -574,8 +581,8 @@ var DeleteIngestionDestinationRequest = [
574
581
  [0, 1],
575
582
  ],
576
583
  ];
577
- var DeleteIngestionDestinationResponse = [3, n0, _DIDRe, 0, [], []];
578
- var DeleteIngestionRequest = [
584
+ var DeleteIngestionDestinationResponse$ = [3, n0, _DIDRe, 0, [], []];
585
+ var DeleteIngestionRequest$ = [
579
586
  3,
580
587
  n0,
581
588
  _DIR,
@@ -586,9 +593,9 @@ var DeleteIngestionRequest = [
586
593
  [0, 1],
587
594
  ],
588
595
  ];
589
- var DeleteIngestionResponse = [3, n0, _DIRe, 0, [], []];
590
- var FirehoseStream = [3, n0, _FS, 0, [_sN], [0]];
591
- var GetAppAuthorizationRequest = [
596
+ var DeleteIngestionResponse$ = [3, n0, _DIRe, 0, [], []];
597
+ var FirehoseStream$ = [3, n0, _FS, 0, [_sN], [0]];
598
+ var GetAppAuthorizationRequest$ = [
592
599
  3,
593
600
  n0,
594
601
  _GAAR,
@@ -599,10 +606,10 @@ var GetAppAuthorizationRequest = [
599
606
  [0, 1],
600
607
  ],
601
608
  ];
602
- var GetAppAuthorizationResponse = [3, n0, _GAARe, 0, [_aA], [() => AppAuthorization]];
603
- var GetAppBundleRequest = [3, n0, _GABR, 0, [_aBI], [[0, 1]]];
604
- var GetAppBundleResponse = [3, n0, _GABRe, 0, [_aB], [() => AppBundle]];
605
- var GetIngestionDestinationRequest = [
609
+ var GetAppAuthorizationResponse$ = [3, n0, _GAARe, 0, [_aA], [() => AppAuthorization$]];
610
+ var GetAppBundleRequest$ = [3, n0, _GABR, 0, [_aBI], [[0, 1]]];
611
+ var GetAppBundleResponse$ = [3, n0, _GABRe, 0, [_aB], [() => AppBundle$]];
612
+ var GetIngestionDestinationRequest$ = [
606
613
  3,
607
614
  n0,
608
615
  _GIDR,
@@ -614,15 +621,15 @@ var GetIngestionDestinationRequest = [
614
621
  [0, 1],
615
622
  ],
616
623
  ];
617
- var GetIngestionDestinationResponse = [
624
+ var GetIngestionDestinationResponse$ = [
618
625
  3,
619
626
  n0,
620
627
  _GIDRe,
621
628
  0,
622
629
  [_iD],
623
- [() => IngestionDestination],
630
+ [() => IngestionDestination$],
624
631
  ];
625
- var GetIngestionRequest = [
632
+ var GetIngestionRequest$ = [
626
633
  3,
627
634
  n0,
628
635
  _GIR,
@@ -633,8 +640,8 @@ var GetIngestionRequest = [
633
640
  [0, 1],
634
641
  ],
635
642
  ];
636
- var GetIngestionResponse = [3, n0, _GIRe, 0, [_i], [() => Ingestion]];
637
- var Ingestion = [
643
+ var GetIngestionResponse$ = [3, n0, _GIRe, 0, [_i], [() => Ingestion$]];
644
+ var Ingestion$ = [
638
645
  3,
639
646
  n0,
640
647
  _I,
@@ -642,17 +649,17 @@ var Ingestion = [
642
649
  [_ar, _aBA, _a, _tI, _cA, _uA, _st, _iT],
643
650
  [0, 0, 0, 0, 5, 5, 0, 0],
644
651
  ];
645
- var IngestionDestination = [
652
+ var IngestionDestination$ = [
646
653
  3,
647
654
  n0,
648
655
  _ID,
649
656
  0,
650
657
  [_ar, _iA, _pC, _dC, _s, _sR, _cA, _uA],
651
- [0, 0, () => ProcessingConfiguration, () => DestinationConfiguration, 0, 0, 5, 5],
658
+ [0, 0, () => ProcessingConfiguration$, () => DestinationConfiguration$, 0, 0, 5, 5],
652
659
  ];
653
- var IngestionDestinationSummary = [3, n0, _IDS, 0, [_ar], [0]];
654
- var IngestionSummary = [3, n0, _IS, 0, [_ar, _a, _tI, _st], [0, 0, 0, 0]];
655
- var InternalServerException = [
660
+ var IngestionDestinationSummary$ = [3, n0, _IDS, 0, [_ar], [0]];
661
+ var IngestionSummary$ = [3, n0, _IS, 0, [_ar, _a, _tI, _st], [0, 0, 0, 0]];
662
+ var InternalServerException$ = [
656
663
  -3,
657
664
  n0,
658
665
  _ISE,
@@ -660,8 +667,8 @@ var InternalServerException = [
660
667
  [_m, _rAS],
661
668
  [0, [1, { [_hH]: _RA }]],
662
669
  ];
663
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
664
- var ListAppAuthorizationsRequest = [
670
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
671
+ var ListAppAuthorizationsRequest$ = [
665
672
  3,
666
673
  n0,
667
674
  _LAAR,
@@ -673,7 +680,7 @@ var ListAppAuthorizationsRequest = [
673
680
  [0, { [_hQ]: _nT }],
674
681
  ],
675
682
  ];
676
- var ListAppAuthorizationsResponse = [
683
+ var ListAppAuthorizationsResponse$ = [
677
684
  3,
678
685
  n0,
679
686
  _LAARi,
@@ -681,7 +688,7 @@ var ListAppAuthorizationsResponse = [
681
688
  [_aASL, _nT],
682
689
  [() => AppAuthorizationSummaryList, 0],
683
690
  ];
684
- var ListAppBundlesRequest = [
691
+ var ListAppBundlesRequest$ = [
685
692
  3,
686
693
  n0,
687
694
  _LABR,
@@ -692,7 +699,7 @@ var ListAppBundlesRequest = [
692
699
  [0, { [_hQ]: _nT }],
693
700
  ],
694
701
  ];
695
- var ListAppBundlesResponse = [
702
+ var ListAppBundlesResponse$ = [
696
703
  3,
697
704
  n0,
698
705
  _LABRi,
@@ -700,7 +707,7 @@ var ListAppBundlesResponse = [
700
707
  [_aBSL, _nT],
701
708
  [() => AppBundleSummaryList, 0],
702
709
  ];
703
- var ListIngestionDestinationsRequest = [
710
+ var ListIngestionDestinationsRequest$ = [
704
711
  3,
705
712
  n0,
706
713
  _LIDR,
@@ -713,7 +720,7 @@ var ListIngestionDestinationsRequest = [
713
720
  [0, { [_hQ]: _nT }],
714
721
  ],
715
722
  ];
716
- var ListIngestionDestinationsResponse = [
723
+ var ListIngestionDestinationsResponse$ = [
717
724
  3,
718
725
  n0,
719
726
  _LIDRi,
@@ -721,7 +728,7 @@ var ListIngestionDestinationsResponse = [
721
728
  [_iDn, _nT],
722
729
  [() => IngestionDestinationList, 0],
723
730
  ];
724
- var ListIngestionsRequest = [
731
+ var ListIngestionsRequest$ = [
725
732
  3,
726
733
  n0,
727
734
  _LIR,
@@ -733,11 +740,11 @@ var ListIngestionsRequest = [
733
740
  [0, { [_hQ]: _nT }],
734
741
  ],
735
742
  ];
736
- var ListIngestionsResponse = [3, n0, _LIRi, 0, [_in, _nT], [() => IngestionList, 0]];
737
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
738
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => TagList]];
739
- var Oauth2Credential = [3, n0, _OC, 0, [_cI, _cS], [0, [() => SensitiveString2048, 0]]];
740
- var ResourceNotFoundException = [
743
+ var ListIngestionsResponse$ = [3, n0, _LIRi, 0, [_in, _nT], [() => IngestionList, 0]];
744
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
745
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [() => TagList]];
746
+ var Oauth2Credential$ = [3, n0, _OC, 0, [_cI, _cS], [0, [() => SensitiveString2048, 0]]];
747
+ var ResourceNotFoundException$ = [
741
748
  -3,
742
749
  n0,
743
750
  _RNFE,
@@ -745,9 +752,9 @@ var ResourceNotFoundException = [
745
752
  [_m, _rI, _rT],
746
753
  [0, 0, 0],
747
754
  ];
748
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
749
- var S3Bucket = [3, n0, _SB, 0, [_bN, _pr], [0, 0]];
750
- var ServiceQuotaExceededException = [
755
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
756
+ var S3Bucket$ = [3, n0, _SB, 0, [_bN, _pr], [0, 0]];
757
+ var ServiceQuotaExceededException$ = [
751
758
  -3,
752
759
  n0,
753
760
  _SQEE,
@@ -755,8 +762,8 @@ var ServiceQuotaExceededException = [
755
762
  [_m, _rI, _rT, _sC, _qC],
756
763
  [0, 0, 0, 0, 0],
757
764
  ];
758
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
759
- var StartIngestionRequest = [
765
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
766
+ var StartIngestionRequest$ = [
760
767
  3,
761
768
  n0,
762
769
  _SIR,
@@ -767,9 +774,9 @@ var StartIngestionRequest = [
767
774
  [0, 1],
768
775
  ],
769
776
  ];
770
- var StartIngestionResponse = [3, n0, _SIRt, 0, [], []];
771
- var StartUserAccessTasksRequest = [3, n0, _SUATR, 0, [_aBI, _em], [0, [() => Email, 0]]];
772
- var StartUserAccessTasksResponse = [
777
+ var StartIngestionResponse$ = [3, n0, _SIRt, 0, [], []];
778
+ var StartUserAccessTasksRequest$ = [3, n0, _SUATR, 0, [_aBI, _em], [0, [() => Email, 0]]];
779
+ var StartUserAccessTasksResponse$ = [
773
780
  3,
774
781
  n0,
775
782
  _SUATRt,
@@ -777,7 +784,7 @@ var StartUserAccessTasksResponse = [
777
784
  [_uATL],
778
785
  [() => UserAccessTasksList],
779
786
  ];
780
- var StopIngestionRequest = [
787
+ var StopIngestionRequest$ = [
781
788
  3,
782
789
  n0,
783
790
  _SIRto,
@@ -788,13 +795,13 @@ var StopIngestionRequest = [
788
795
  [0, 1],
789
796
  ],
790
797
  ];
791
- var StopIngestionResponse = [3, n0, _SIRtop, 0, [], []];
792
- var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
793
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], () => TagList]];
794
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
795
- var TaskError = [3, n0, _TE, 0, [_eC, _eM], [0, 0]];
796
- var Tenant = [3, n0, _Te, 0, [_tIe, _tDN], [0, 0]];
797
- var ThrottlingException = [
798
+ var StopIngestionResponse$ = [3, n0, _SIRtop, 0, [], []];
799
+ var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
800
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], () => TagList]];
801
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
802
+ var TaskError$ = [3, n0, _TE, 0, [_eC, _eM], [0, 0]];
803
+ var Tenant$ = [3, n0, _Te, 0, [_tIe, _tDN], [0, 0]];
804
+ var ThrottlingException$ = [
798
805
  -3,
799
806
  n0,
800
807
  _TEh,
@@ -802,8 +809,8 @@ var ThrottlingException = [
802
809
  [_m, _sC, _qC, _rAS],
803
810
  [0, 0, 0, [1, { [_hH]: _RA }]],
804
811
  ];
805
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
806
- var UntagResourceRequest = [
812
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
813
+ var UntagResourceRequest$ = [
807
814
  3,
808
815
  n0,
809
816
  _URR,
@@ -814,33 +821,40 @@ var UntagResourceRequest = [
814
821
  [64 | 0, { [_hQ]: _tK }],
815
822
  ],
816
823
  ];
817
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
818
- var UpdateAppAuthorizationRequest = [
824
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
825
+ var UpdateAppAuthorizationRequest$ = [
819
826
  3,
820
827
  n0,
821
828
  _UAAR,
822
829
  0,
823
830
  [_aBI, _aAI, _cr, _t],
824
- [[0, 1], [0, 1], [() => Credential, 0], () => Tenant],
831
+ [[0, 1], [0, 1], [() => Credential$, 0], () => Tenant$],
832
+ ];
833
+ var UpdateAppAuthorizationResponse$ = [
834
+ 3,
835
+ n0,
836
+ _UAARp,
837
+ 0,
838
+ [_aA],
839
+ [() => AppAuthorization$],
825
840
  ];
826
- var UpdateAppAuthorizationResponse = [3, n0, _UAARp, 0, [_aA], [() => AppAuthorization]];
827
- var UpdateIngestionDestinationRequest = [
841
+ var UpdateIngestionDestinationRequest$ = [
828
842
  3,
829
843
  n0,
830
844
  _UIDR,
831
845
  0,
832
846
  [_aBI, _iI, _iDI, _dC],
833
- [[0, 1], [0, 1], [0, 1], () => DestinationConfiguration],
847
+ [[0, 1], [0, 1], [0, 1], () => DestinationConfiguration$],
834
848
  ];
835
- var UpdateIngestionDestinationResponse = [
849
+ var UpdateIngestionDestinationResponse$ = [
836
850
  3,
837
851
  n0,
838
852
  _UIDRp,
839
853
  0,
840
854
  [_iD],
841
- [() => IngestionDestination],
855
+ [() => IngestionDestination$],
842
856
  ];
843
- var UserAccessResultItem = [
857
+ var UserAccessResultItem$ = [
844
858
  3,
845
859
  n0,
846
860
  _UARI,
@@ -858,18 +872,18 @@ var UserAccessResultItem = [
858
872
  [() => SensitiveString2048, 0],
859
873
  [() => SensitiveString2048, 0],
860
874
  0,
861
- () => TaskError,
875
+ () => TaskError$,
862
876
  ],
863
877
  ];
864
- var UserAccessTaskItem = [
878
+ var UserAccessTaskItem$ = [
865
879
  3,
866
880
  n0,
867
881
  _UATI,
868
882
  0,
869
883
  [_a, _tI, _tIa, _e],
870
- [0, 0, 0, () => TaskError],
884
+ [0, 0, 0, () => TaskError$],
871
885
  ];
872
- var ValidationException = [
886
+ var ValidationException$ = [
873
887
  -3,
874
888
  n0,
875
889
  _VE,
@@ -877,119 +891,119 @@ var ValidationException = [
877
891
  [_m, _r, _fL],
878
892
  [0, 0, () => ValidationExceptionFieldList],
879
893
  ];
880
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
881
- var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
882
- var AppFabricServiceException = [-3, _sm, "AppFabricServiceException", 0, [], []];
883
- schema.TypeRegistry.for(_sm).registerError(AppFabricServiceException, AppFabricServiceException$1);
884
- var AppAuthorizationSummaryList = [1, n0, _AASL, 0, () => AppAuthorizationSummary];
885
- var AppBundleSummaryList = [1, n0, _ABSL, 0, () => AppBundleSummary];
886
- var IngestionDestinationList = [1, n0, _IDL, 0, () => IngestionDestinationSummary];
887
- var IngestionList = [1, n0, _IL, 0, () => IngestionSummary];
888
- var TagList = [1, n0, _TL, 0, () => Tag];
889
- var UserAccessResultsList = [1, n0, _UARL, 0, [() => UserAccessResultItem, 0]];
890
- var UserAccessTasksList = [1, n0, _UATL, 0, () => UserAccessTaskItem];
891
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
892
- var Credential = [
894
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
895
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
896
+ var AppFabricServiceException$ = [-3, _sm, "AppFabricServiceException", 0, [], []];
897
+ schema.TypeRegistry.for(_sm).registerError(AppFabricServiceException$, AppFabricServiceException);
898
+ var AppAuthorizationSummaryList = [1, n0, _AASL, 0, () => AppAuthorizationSummary$];
899
+ var AppBundleSummaryList = [1, n0, _ABSL, 0, () => AppBundleSummary$];
900
+ var IngestionDestinationList = [1, n0, _IDL, 0, () => IngestionDestinationSummary$];
901
+ var IngestionList = [1, n0, _IL, 0, () => IngestionSummary$];
902
+ var TagList = [1, n0, _TL, 0, () => Tag$];
903
+ var UserAccessResultsList = [1, n0, _UARL, 0, [() => UserAccessResultItem$, 0]];
904
+ var UserAccessTasksList = [1, n0, _UATL, 0, () => UserAccessTaskItem$];
905
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
906
+ var Credential$ = [
893
907
  3,
894
908
  n0,
895
909
  _C,
896
910
  0,
897
911
  [_oC, _aKC],
898
912
  [
899
- [() => Oauth2Credential, 0],
900
- [() => ApiKeyCredential, 0],
913
+ [() => Oauth2Credential$, 0],
914
+ [() => ApiKeyCredential$, 0],
901
915
  ],
902
916
  ];
903
- var Destination = [3, n0, _D, 0, [_sB, _fS], [() => S3Bucket, () => FirehoseStream]];
904
- var DestinationConfiguration = [
917
+ var Destination$ = [3, n0, _D, 0, [_sB, _fS], [() => S3Bucket$, () => FirehoseStream$]];
918
+ var DestinationConfiguration$ = [
905
919
  3,
906
920
  n0,
907
921
  _DC,
908
922
  0,
909
923
  [_aL],
910
- [() => AuditLogDestinationConfiguration],
924
+ [() => AuditLogDestinationConfiguration$],
911
925
  ];
912
- var ProcessingConfiguration = [
926
+ var ProcessingConfiguration$ = [
913
927
  3,
914
928
  n0,
915
929
  _PC,
916
930
  0,
917
931
  [_aL],
918
- [() => AuditLogProcessingConfiguration],
932
+ [() => AuditLogProcessingConfiguration$],
919
933
  ];
920
- var BatchGetUserAccessTasks = [
934
+ var BatchGetUserAccessTasks$ = [
921
935
  9,
922
936
  n0,
923
937
  _BGUAT,
924
938
  { [_h]: ["POST", "/useraccess/batchget", 200] },
925
- () => BatchGetUserAccessTasksRequest,
926
- () => BatchGetUserAccessTasksResponse,
939
+ () => BatchGetUserAccessTasksRequest$,
940
+ () => BatchGetUserAccessTasksResponse$,
927
941
  ];
928
- var ConnectAppAuthorization = [
942
+ var ConnectAppAuthorization$ = [
929
943
  9,
930
944
  n0,
931
945
  _CAA,
932
946
  { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}/connect", 200] },
933
- () => ConnectAppAuthorizationRequest,
934
- () => ConnectAppAuthorizationResponse,
947
+ () => ConnectAppAuthorizationRequest$,
948
+ () => ConnectAppAuthorizationResponse$,
935
949
  ];
936
- var CreateAppAuthorization = [
950
+ var CreateAppAuthorization$ = [
937
951
  9,
938
952
  n0,
939
953
  _CAAr,
940
954
  { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/appauthorizations", 201] },
941
- () => CreateAppAuthorizationRequest,
942
- () => CreateAppAuthorizationResponse,
955
+ () => CreateAppAuthorizationRequest$,
956
+ () => CreateAppAuthorizationResponse$,
943
957
  ];
944
- var CreateAppBundle = [
958
+ var CreateAppBundle$ = [
945
959
  9,
946
960
  n0,
947
961
  _CAB,
948
962
  { [_h]: ["POST", "/appbundles", 201] },
949
- () => CreateAppBundleRequest,
950
- () => CreateAppBundleResponse,
963
+ () => CreateAppBundleRequest$,
964
+ () => CreateAppBundleResponse$,
951
965
  ];
952
- var CreateIngestion = [
966
+ var CreateIngestion$ = [
953
967
  9,
954
968
  n0,
955
969
  _CI,
956
970
  { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions", 201] },
957
- () => CreateIngestionRequest,
958
- () => CreateIngestionResponse,
971
+ () => CreateIngestionRequest$,
972
+ () => CreateIngestionResponse$,
959
973
  ];
960
- var CreateIngestionDestination = [
974
+ var CreateIngestionDestination$ = [
961
975
  9,
962
976
  n0,
963
977
  _CID,
964
978
  { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 201] },
965
- () => CreateIngestionDestinationRequest,
966
- () => CreateIngestionDestinationResponse,
979
+ () => CreateIngestionDestinationRequest$,
980
+ () => CreateIngestionDestinationResponse$,
967
981
  ];
968
- var DeleteAppAuthorization = [
982
+ var DeleteAppAuthorization$ = [
969
983
  9,
970
984
  n0,
971
985
  _DAA,
972
986
  { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 204] },
973
- () => DeleteAppAuthorizationRequest,
974
- () => DeleteAppAuthorizationResponse,
987
+ () => DeleteAppAuthorizationRequest$,
988
+ () => DeleteAppAuthorizationResponse$,
975
989
  ];
976
- var DeleteAppBundle = [
990
+ var DeleteAppBundle$ = [
977
991
  9,
978
992
  n0,
979
993
  _DAB,
980
994
  { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}", 204] },
981
- () => DeleteAppBundleRequest,
982
- () => DeleteAppBundleResponse,
995
+ () => DeleteAppBundleRequest$,
996
+ () => DeleteAppBundleResponse$,
983
997
  ];
984
- var DeleteIngestion = [
998
+ var DeleteIngestion$ = [
985
999
  9,
986
1000
  n0,
987
1001
  _DI,
988
1002
  { [_h]: ["DELETE", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 204] },
989
- () => DeleteIngestionRequest,
990
- () => DeleteIngestionResponse,
1003
+ () => DeleteIngestionRequest$,
1004
+ () => DeleteIngestionResponse$,
991
1005
  ];
992
- var DeleteIngestionDestination = [
1006
+ var DeleteIngestionDestination$ = [
993
1007
  9,
994
1008
  n0,
995
1009
  _DID,
@@ -1000,34 +1014,34 @@ var DeleteIngestionDestination = [
1000
1014
  204,
1001
1015
  ],
1002
1016
  },
1003
- () => DeleteIngestionDestinationRequest,
1004
- () => DeleteIngestionDestinationResponse,
1017
+ () => DeleteIngestionDestinationRequest$,
1018
+ () => DeleteIngestionDestinationResponse$,
1005
1019
  ];
1006
- var GetAppAuthorization = [
1020
+ var GetAppAuthorization$ = [
1007
1021
  9,
1008
1022
  n0,
1009
1023
  _GAA,
1010
1024
  { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200] },
1011
- () => GetAppAuthorizationRequest,
1012
- () => GetAppAuthorizationResponse,
1025
+ () => GetAppAuthorizationRequest$,
1026
+ () => GetAppAuthorizationResponse$,
1013
1027
  ];
1014
- var GetAppBundle = [
1028
+ var GetAppBundle$ = [
1015
1029
  9,
1016
1030
  n0,
1017
1031
  _GAB,
1018
1032
  { [_h]: ["GET", "/appbundles/{appBundleIdentifier}", 200] },
1019
- () => GetAppBundleRequest,
1020
- () => GetAppBundleResponse,
1033
+ () => GetAppBundleRequest$,
1034
+ () => GetAppBundleResponse$,
1021
1035
  ];
1022
- var GetIngestion = [
1036
+ var GetIngestion$ = [
1023
1037
  9,
1024
1038
  n0,
1025
1039
  _GI,
1026
1040
  { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}", 200] },
1027
- () => GetIngestionRequest,
1028
- () => GetIngestionResponse,
1041
+ () => GetIngestionRequest$,
1042
+ () => GetIngestionResponse$,
1029
1043
  ];
1030
- var GetIngestionDestination = [
1044
+ var GetIngestionDestination$ = [
1031
1045
  9,
1032
1046
  n0,
1033
1047
  _GID,
@@ -1038,98 +1052,98 @@ var GetIngestionDestination = [
1038
1052
  200,
1039
1053
  ],
1040
1054
  },
1041
- () => GetIngestionDestinationRequest,
1042
- () => GetIngestionDestinationResponse,
1055
+ () => GetIngestionDestinationRequest$,
1056
+ () => GetIngestionDestinationResponse$,
1043
1057
  ];
1044
- var ListAppAuthorizations = [
1058
+ var ListAppAuthorizations$ = [
1045
1059
  9,
1046
1060
  n0,
1047
1061
  _LAA,
1048
1062
  { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/appauthorizations", 200] },
1049
- () => ListAppAuthorizationsRequest,
1050
- () => ListAppAuthorizationsResponse,
1063
+ () => ListAppAuthorizationsRequest$,
1064
+ () => ListAppAuthorizationsResponse$,
1051
1065
  ];
1052
- var ListAppBundles = [
1066
+ var ListAppBundles$ = [
1053
1067
  9,
1054
1068
  n0,
1055
1069
  _LAB,
1056
1070
  { [_h]: ["GET", "/appbundles", 200] },
1057
- () => ListAppBundlesRequest,
1058
- () => ListAppBundlesResponse,
1071
+ () => ListAppBundlesRequest$,
1072
+ () => ListAppBundlesResponse$,
1059
1073
  ];
1060
- var ListIngestionDestinations = [
1074
+ var ListIngestionDestinations$ = [
1061
1075
  9,
1062
1076
  n0,
1063
1077
  _LID,
1064
1078
  { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/ingestiondestinations", 200] },
1065
- () => ListIngestionDestinationsRequest,
1066
- () => ListIngestionDestinationsResponse,
1079
+ () => ListIngestionDestinationsRequest$,
1080
+ () => ListIngestionDestinationsResponse$,
1067
1081
  ];
1068
- var ListIngestions = [
1082
+ var ListIngestions$ = [
1069
1083
  9,
1070
1084
  n0,
1071
1085
  _LI,
1072
1086
  { [_h]: ["GET", "/appbundles/{appBundleIdentifier}/ingestions", 200] },
1073
- () => ListIngestionsRequest,
1074
- () => ListIngestionsResponse,
1087
+ () => ListIngestionsRequest$,
1088
+ () => ListIngestionsResponse$,
1075
1089
  ];
1076
- var ListTagsForResource = [
1090
+ var ListTagsForResource$ = [
1077
1091
  9,
1078
1092
  n0,
1079
1093
  _LTFR,
1080
1094
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1081
- () => ListTagsForResourceRequest,
1082
- () => ListTagsForResourceResponse,
1095
+ () => ListTagsForResourceRequest$,
1096
+ () => ListTagsForResourceResponse$,
1083
1097
  ];
1084
- var StartIngestion = [
1098
+ var StartIngestion$ = [
1085
1099
  9,
1086
1100
  n0,
1087
1101
  _SI,
1088
1102
  { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/start", 200] },
1089
- () => StartIngestionRequest,
1090
- () => StartIngestionResponse,
1103
+ () => StartIngestionRequest$,
1104
+ () => StartIngestionResponse$,
1091
1105
  ];
1092
- var StartUserAccessTasks = [
1106
+ var StartUserAccessTasks$ = [
1093
1107
  9,
1094
1108
  n0,
1095
1109
  _SUAT,
1096
1110
  { [_h]: ["POST", "/useraccess/start", 201] },
1097
- () => StartUserAccessTasksRequest,
1098
- () => StartUserAccessTasksResponse,
1111
+ () => StartUserAccessTasksRequest$,
1112
+ () => StartUserAccessTasksResponse$,
1099
1113
  ];
1100
- var StopIngestion = [
1114
+ var StopIngestion$ = [
1101
1115
  9,
1102
1116
  n0,
1103
1117
  _SIt,
1104
1118
  { [_h]: ["POST", "/appbundles/{appBundleIdentifier}/ingestions/{ingestionIdentifier}/stop", 200] },
1105
- () => StopIngestionRequest,
1106
- () => StopIngestionResponse,
1119
+ () => StopIngestionRequest$,
1120
+ () => StopIngestionResponse$,
1107
1121
  ];
1108
- var TagResource = [
1122
+ var TagResource$ = [
1109
1123
  9,
1110
1124
  n0,
1111
1125
  _TR,
1112
1126
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1113
- () => TagResourceRequest,
1114
- () => TagResourceResponse,
1127
+ () => TagResourceRequest$,
1128
+ () => TagResourceResponse$,
1115
1129
  ];
1116
- var UntagResource = [
1130
+ var UntagResource$ = [
1117
1131
  9,
1118
1132
  n0,
1119
1133
  _UR,
1120
1134
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1121
- () => UntagResourceRequest,
1122
- () => UntagResourceResponse,
1135
+ () => UntagResourceRequest$,
1136
+ () => UntagResourceResponse$,
1123
1137
  ];
1124
- var UpdateAppAuthorization = [
1138
+ var UpdateAppAuthorization$ = [
1125
1139
  9,
1126
1140
  n0,
1127
1141
  _UAA,
1128
1142
  { [_h]: ["PATCH", "/appbundles/{appBundleIdentifier}/appauthorizations/{appAuthorizationIdentifier}", 200] },
1129
- () => UpdateAppAuthorizationRequest,
1130
- () => UpdateAppAuthorizationResponse,
1143
+ () => UpdateAppAuthorizationRequest$,
1144
+ () => UpdateAppAuthorizationResponse$,
1131
1145
  ];
1132
- var UpdateIngestionDestination = [
1146
+ var UpdateIngestionDestination$ = [
1133
1147
  9,
1134
1148
  n0,
1135
1149
  _UID,
@@ -1140,8 +1154,8 @@ var UpdateIngestionDestination = [
1140
1154
  200,
1141
1155
  ],
1142
1156
  },
1143
- () => UpdateIngestionDestinationRequest,
1144
- () => UpdateIngestionDestinationResponse,
1157
+ () => UpdateIngestionDestinationRequest$,
1158
+ () => UpdateIngestionDestinationResponse$,
1145
1159
  ];
1146
1160
 
1147
1161
  class BatchGetUserAccessTasksCommand extends smithyClient.Command
@@ -1152,7 +1166,7 @@ class BatchGetUserAccessTasksCommand extends smithyClient.Command
1152
1166
  })
1153
1167
  .s("FabricFrontEndService", "BatchGetUserAccessTasks", {})
1154
1168
  .n("AppFabricClient", "BatchGetUserAccessTasksCommand")
1155
- .sc(BatchGetUserAccessTasks)
1169
+ .sc(BatchGetUserAccessTasks$)
1156
1170
  .build() {
1157
1171
  }
1158
1172
 
@@ -1164,7 +1178,7 @@ class ConnectAppAuthorizationCommand extends smithyClient.Command
1164
1178
  })
1165
1179
  .s("FabricFrontEndService", "ConnectAppAuthorization", {})
1166
1180
  .n("AppFabricClient", "ConnectAppAuthorizationCommand")
1167
- .sc(ConnectAppAuthorization)
1181
+ .sc(ConnectAppAuthorization$)
1168
1182
  .build() {
1169
1183
  }
1170
1184
 
@@ -1176,7 +1190,7 @@ class CreateAppAuthorizationCommand extends smithyClient.Command
1176
1190
  })
1177
1191
  .s("FabricFrontEndService", "CreateAppAuthorization", {})
1178
1192
  .n("AppFabricClient", "CreateAppAuthorizationCommand")
1179
- .sc(CreateAppAuthorization)
1193
+ .sc(CreateAppAuthorization$)
1180
1194
  .build() {
1181
1195
  }
1182
1196
 
@@ -1188,7 +1202,7 @@ class CreateAppBundleCommand extends smithyClient.Command
1188
1202
  })
1189
1203
  .s("FabricFrontEndService", "CreateAppBundle", {})
1190
1204
  .n("AppFabricClient", "CreateAppBundleCommand")
1191
- .sc(CreateAppBundle)
1205
+ .sc(CreateAppBundle$)
1192
1206
  .build() {
1193
1207
  }
1194
1208
 
@@ -1200,7 +1214,7 @@ class CreateIngestionCommand extends smithyClient.Command
1200
1214
  })
1201
1215
  .s("FabricFrontEndService", "CreateIngestion", {})
1202
1216
  .n("AppFabricClient", "CreateIngestionCommand")
1203
- .sc(CreateIngestion)
1217
+ .sc(CreateIngestion$)
1204
1218
  .build() {
1205
1219
  }
1206
1220
 
@@ -1212,7 +1226,7 @@ class CreateIngestionDestinationCommand extends smithyClient.Command
1212
1226
  })
1213
1227
  .s("FabricFrontEndService", "CreateIngestionDestination", {})
1214
1228
  .n("AppFabricClient", "CreateIngestionDestinationCommand")
1215
- .sc(CreateIngestionDestination)
1229
+ .sc(CreateIngestionDestination$)
1216
1230
  .build() {
1217
1231
  }
1218
1232
 
@@ -1224,7 +1238,7 @@ class DeleteAppAuthorizationCommand extends smithyClient.Command
1224
1238
  })
1225
1239
  .s("FabricFrontEndService", "DeleteAppAuthorization", {})
1226
1240
  .n("AppFabricClient", "DeleteAppAuthorizationCommand")
1227
- .sc(DeleteAppAuthorization)
1241
+ .sc(DeleteAppAuthorization$)
1228
1242
  .build() {
1229
1243
  }
1230
1244
 
@@ -1236,7 +1250,7 @@ class DeleteAppBundleCommand extends smithyClient.Command
1236
1250
  })
1237
1251
  .s("FabricFrontEndService", "DeleteAppBundle", {})
1238
1252
  .n("AppFabricClient", "DeleteAppBundleCommand")
1239
- .sc(DeleteAppBundle)
1253
+ .sc(DeleteAppBundle$)
1240
1254
  .build() {
1241
1255
  }
1242
1256
 
@@ -1248,7 +1262,7 @@ class DeleteIngestionCommand extends smithyClient.Command
1248
1262
  })
1249
1263
  .s("FabricFrontEndService", "DeleteIngestion", {})
1250
1264
  .n("AppFabricClient", "DeleteIngestionCommand")
1251
- .sc(DeleteIngestion)
1265
+ .sc(DeleteIngestion$)
1252
1266
  .build() {
1253
1267
  }
1254
1268
 
@@ -1260,7 +1274,7 @@ class DeleteIngestionDestinationCommand extends smithyClient.Command
1260
1274
  })
1261
1275
  .s("FabricFrontEndService", "DeleteIngestionDestination", {})
1262
1276
  .n("AppFabricClient", "DeleteIngestionDestinationCommand")
1263
- .sc(DeleteIngestionDestination)
1277
+ .sc(DeleteIngestionDestination$)
1264
1278
  .build() {
1265
1279
  }
1266
1280
 
@@ -1272,7 +1286,7 @@ class GetAppAuthorizationCommand extends smithyClient.Command
1272
1286
  })
1273
1287
  .s("FabricFrontEndService", "GetAppAuthorization", {})
1274
1288
  .n("AppFabricClient", "GetAppAuthorizationCommand")
1275
- .sc(GetAppAuthorization)
1289
+ .sc(GetAppAuthorization$)
1276
1290
  .build() {
1277
1291
  }
1278
1292
 
@@ -1284,7 +1298,7 @@ class GetAppBundleCommand extends smithyClient.Command
1284
1298
  })
1285
1299
  .s("FabricFrontEndService", "GetAppBundle", {})
1286
1300
  .n("AppFabricClient", "GetAppBundleCommand")
1287
- .sc(GetAppBundle)
1301
+ .sc(GetAppBundle$)
1288
1302
  .build() {
1289
1303
  }
1290
1304
 
@@ -1296,7 +1310,7 @@ class GetIngestionCommand extends smithyClient.Command
1296
1310
  })
1297
1311
  .s("FabricFrontEndService", "GetIngestion", {})
1298
1312
  .n("AppFabricClient", "GetIngestionCommand")
1299
- .sc(GetIngestion)
1313
+ .sc(GetIngestion$)
1300
1314
  .build() {
1301
1315
  }
1302
1316
 
@@ -1308,7 +1322,7 @@ class GetIngestionDestinationCommand extends smithyClient.Command
1308
1322
  })
1309
1323
  .s("FabricFrontEndService", "GetIngestionDestination", {})
1310
1324
  .n("AppFabricClient", "GetIngestionDestinationCommand")
1311
- .sc(GetIngestionDestination)
1325
+ .sc(GetIngestionDestination$)
1312
1326
  .build() {
1313
1327
  }
1314
1328
 
@@ -1320,7 +1334,7 @@ class ListAppAuthorizationsCommand extends smithyClient.Command
1320
1334
  })
1321
1335
  .s("FabricFrontEndService", "ListAppAuthorizations", {})
1322
1336
  .n("AppFabricClient", "ListAppAuthorizationsCommand")
1323
- .sc(ListAppAuthorizations)
1337
+ .sc(ListAppAuthorizations$)
1324
1338
  .build() {
1325
1339
  }
1326
1340
 
@@ -1332,7 +1346,7 @@ class ListAppBundlesCommand extends smithyClient.Command
1332
1346
  })
1333
1347
  .s("FabricFrontEndService", "ListAppBundles", {})
1334
1348
  .n("AppFabricClient", "ListAppBundlesCommand")
1335
- .sc(ListAppBundles)
1349
+ .sc(ListAppBundles$)
1336
1350
  .build() {
1337
1351
  }
1338
1352
 
@@ -1344,7 +1358,7 @@ class ListIngestionDestinationsCommand extends smithyClient.Command
1344
1358
  })
1345
1359
  .s("FabricFrontEndService", "ListIngestionDestinations", {})
1346
1360
  .n("AppFabricClient", "ListIngestionDestinationsCommand")
1347
- .sc(ListIngestionDestinations)
1361
+ .sc(ListIngestionDestinations$)
1348
1362
  .build() {
1349
1363
  }
1350
1364
 
@@ -1356,7 +1370,7 @@ class ListIngestionsCommand extends smithyClient.Command
1356
1370
  })
1357
1371
  .s("FabricFrontEndService", "ListIngestions", {})
1358
1372
  .n("AppFabricClient", "ListIngestionsCommand")
1359
- .sc(ListIngestions)
1373
+ .sc(ListIngestions$)
1360
1374
  .build() {
1361
1375
  }
1362
1376
 
@@ -1368,7 +1382,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1368
1382
  })
1369
1383
  .s("FabricFrontEndService", "ListTagsForResource", {})
1370
1384
  .n("AppFabricClient", "ListTagsForResourceCommand")
1371
- .sc(ListTagsForResource)
1385
+ .sc(ListTagsForResource$)
1372
1386
  .build() {
1373
1387
  }
1374
1388
 
@@ -1380,7 +1394,7 @@ class StartIngestionCommand extends smithyClient.Command
1380
1394
  })
1381
1395
  .s("FabricFrontEndService", "StartIngestion", {})
1382
1396
  .n("AppFabricClient", "StartIngestionCommand")
1383
- .sc(StartIngestion)
1397
+ .sc(StartIngestion$)
1384
1398
  .build() {
1385
1399
  }
1386
1400
 
@@ -1392,7 +1406,7 @@ class StartUserAccessTasksCommand extends smithyClient.Command
1392
1406
  })
1393
1407
  .s("FabricFrontEndService", "StartUserAccessTasks", {})
1394
1408
  .n("AppFabricClient", "StartUserAccessTasksCommand")
1395
- .sc(StartUserAccessTasks)
1409
+ .sc(StartUserAccessTasks$)
1396
1410
  .build() {
1397
1411
  }
1398
1412
 
@@ -1404,7 +1418,7 @@ class StopIngestionCommand extends smithyClient.Command
1404
1418
  })
1405
1419
  .s("FabricFrontEndService", "StopIngestion", {})
1406
1420
  .n("AppFabricClient", "StopIngestionCommand")
1407
- .sc(StopIngestion)
1421
+ .sc(StopIngestion$)
1408
1422
  .build() {
1409
1423
  }
1410
1424
 
@@ -1416,7 +1430,7 @@ class TagResourceCommand extends smithyClient.Command
1416
1430
  })
1417
1431
  .s("FabricFrontEndService", "TagResource", {})
1418
1432
  .n("AppFabricClient", "TagResourceCommand")
1419
- .sc(TagResource)
1433
+ .sc(TagResource$)
1420
1434
  .build() {
1421
1435
  }
1422
1436
 
@@ -1428,7 +1442,7 @@ class UntagResourceCommand extends smithyClient.Command
1428
1442
  })
1429
1443
  .s("FabricFrontEndService", "UntagResource", {})
1430
1444
  .n("AppFabricClient", "UntagResourceCommand")
1431
- .sc(UntagResource)
1445
+ .sc(UntagResource$)
1432
1446
  .build() {
1433
1447
  }
1434
1448
 
@@ -1440,7 +1454,7 @@ class UpdateAppAuthorizationCommand extends smithyClient.Command
1440
1454
  })
1441
1455
  .s("FabricFrontEndService", "UpdateAppAuthorization", {})
1442
1456
  .n("AppFabricClient", "UpdateAppAuthorizationCommand")
1443
- .sc(UpdateAppAuthorization)
1457
+ .sc(UpdateAppAuthorization$)
1444
1458
  .build() {
1445
1459
  }
1446
1460
 
@@ -1452,7 +1466,7 @@ class UpdateIngestionDestinationCommand extends smithyClient.Command
1452
1466
  })
1453
1467
  .s("FabricFrontEndService", "UpdateIngestionDestination", {})
1454
1468
  .n("AppFabricClient", "UpdateIngestionDestinationCommand")
1455
- .sc(UpdateIngestionDestination)
1469
+ .sc(UpdateIngestionDestination$)
1456
1470
  .build() {
1457
1471
  }
1458
1472
 
@@ -1550,51 +1564,162 @@ Object.defineProperty(exports, "__Client", {
1550
1564
  enumerable: true,
1551
1565
  get: function () { return smithyClient.Client; }
1552
1566
  });
1553
- exports.AccessDeniedException = AccessDeniedException$1;
1567
+ exports.AccessDeniedException = AccessDeniedException;
1568
+ exports.AccessDeniedException$ = AccessDeniedException$;
1569
+ exports.ApiKeyCredential$ = ApiKeyCredential$;
1570
+ exports.AppAuthorization$ = AppAuthorization$;
1554
1571
  exports.AppAuthorizationStatus = AppAuthorizationStatus;
1572
+ exports.AppAuthorizationSummary$ = AppAuthorizationSummary$;
1573
+ exports.AppBundle$ = AppBundle$;
1574
+ exports.AppBundleSummary$ = AppBundleSummary$;
1555
1575
  exports.AppFabric = AppFabric;
1556
1576
  exports.AppFabricClient = AppFabricClient;
1557
- exports.AppFabricServiceException = AppFabricServiceException$1;
1577
+ exports.AppFabricServiceException = AppFabricServiceException;
1578
+ exports.AppFabricServiceException$ = AppFabricServiceException$;
1579
+ exports.AuditLogDestinationConfiguration$ = AuditLogDestinationConfiguration$;
1580
+ exports.AuditLogProcessingConfiguration$ = AuditLogProcessingConfiguration$;
1581
+ exports.AuthRequest$ = AuthRequest$;
1558
1582
  exports.AuthType = AuthType;
1583
+ exports.BatchGetUserAccessTasks$ = BatchGetUserAccessTasks$;
1559
1584
  exports.BatchGetUserAccessTasksCommand = BatchGetUserAccessTasksCommand;
1560
- exports.ConflictException = ConflictException$1;
1585
+ exports.BatchGetUserAccessTasksRequest$ = BatchGetUserAccessTasksRequest$;
1586
+ exports.BatchGetUserAccessTasksResponse$ = BatchGetUserAccessTasksResponse$;
1587
+ exports.ConflictException = ConflictException;
1588
+ exports.ConflictException$ = ConflictException$;
1589
+ exports.ConnectAppAuthorization$ = ConnectAppAuthorization$;
1561
1590
  exports.ConnectAppAuthorizationCommand = ConnectAppAuthorizationCommand;
1591
+ exports.ConnectAppAuthorizationRequest$ = ConnectAppAuthorizationRequest$;
1592
+ exports.ConnectAppAuthorizationResponse$ = ConnectAppAuthorizationResponse$;
1593
+ exports.CreateAppAuthorization$ = CreateAppAuthorization$;
1562
1594
  exports.CreateAppAuthorizationCommand = CreateAppAuthorizationCommand;
1595
+ exports.CreateAppAuthorizationRequest$ = CreateAppAuthorizationRequest$;
1596
+ exports.CreateAppAuthorizationResponse$ = CreateAppAuthorizationResponse$;
1597
+ exports.CreateAppBundle$ = CreateAppBundle$;
1563
1598
  exports.CreateAppBundleCommand = CreateAppBundleCommand;
1599
+ exports.CreateAppBundleRequest$ = CreateAppBundleRequest$;
1600
+ exports.CreateAppBundleResponse$ = CreateAppBundleResponse$;
1601
+ exports.CreateIngestion$ = CreateIngestion$;
1564
1602
  exports.CreateIngestionCommand = CreateIngestionCommand;
1603
+ exports.CreateIngestionDestination$ = CreateIngestionDestination$;
1565
1604
  exports.CreateIngestionDestinationCommand = CreateIngestionDestinationCommand;
1605
+ exports.CreateIngestionDestinationRequest$ = CreateIngestionDestinationRequest$;
1606
+ exports.CreateIngestionDestinationResponse$ = CreateIngestionDestinationResponse$;
1607
+ exports.CreateIngestionRequest$ = CreateIngestionRequest$;
1608
+ exports.CreateIngestionResponse$ = CreateIngestionResponse$;
1609
+ exports.Credential$ = Credential$;
1610
+ exports.DeleteAppAuthorization$ = DeleteAppAuthorization$;
1566
1611
  exports.DeleteAppAuthorizationCommand = DeleteAppAuthorizationCommand;
1612
+ exports.DeleteAppAuthorizationRequest$ = DeleteAppAuthorizationRequest$;
1613
+ exports.DeleteAppAuthorizationResponse$ = DeleteAppAuthorizationResponse$;
1614
+ exports.DeleteAppBundle$ = DeleteAppBundle$;
1567
1615
  exports.DeleteAppBundleCommand = DeleteAppBundleCommand;
1616
+ exports.DeleteAppBundleRequest$ = DeleteAppBundleRequest$;
1617
+ exports.DeleteAppBundleResponse$ = DeleteAppBundleResponse$;
1618
+ exports.DeleteIngestion$ = DeleteIngestion$;
1568
1619
  exports.DeleteIngestionCommand = DeleteIngestionCommand;
1620
+ exports.DeleteIngestionDestination$ = DeleteIngestionDestination$;
1569
1621
  exports.DeleteIngestionDestinationCommand = DeleteIngestionDestinationCommand;
1622
+ exports.DeleteIngestionDestinationRequest$ = DeleteIngestionDestinationRequest$;
1623
+ exports.DeleteIngestionDestinationResponse$ = DeleteIngestionDestinationResponse$;
1624
+ exports.DeleteIngestionRequest$ = DeleteIngestionRequest$;
1625
+ exports.DeleteIngestionResponse$ = DeleteIngestionResponse$;
1626
+ exports.Destination$ = Destination$;
1627
+ exports.DestinationConfiguration$ = DestinationConfiguration$;
1628
+ exports.FirehoseStream$ = FirehoseStream$;
1570
1629
  exports.Format = Format;
1630
+ exports.GetAppAuthorization$ = GetAppAuthorization$;
1571
1631
  exports.GetAppAuthorizationCommand = GetAppAuthorizationCommand;
1632
+ exports.GetAppAuthorizationRequest$ = GetAppAuthorizationRequest$;
1633
+ exports.GetAppAuthorizationResponse$ = GetAppAuthorizationResponse$;
1634
+ exports.GetAppBundle$ = GetAppBundle$;
1572
1635
  exports.GetAppBundleCommand = GetAppBundleCommand;
1636
+ exports.GetAppBundleRequest$ = GetAppBundleRequest$;
1637
+ exports.GetAppBundleResponse$ = GetAppBundleResponse$;
1638
+ exports.GetIngestion$ = GetIngestion$;
1573
1639
  exports.GetIngestionCommand = GetIngestionCommand;
1640
+ exports.GetIngestionDestination$ = GetIngestionDestination$;
1574
1641
  exports.GetIngestionDestinationCommand = GetIngestionDestinationCommand;
1642
+ exports.GetIngestionDestinationRequest$ = GetIngestionDestinationRequest$;
1643
+ exports.GetIngestionDestinationResponse$ = GetIngestionDestinationResponse$;
1644
+ exports.GetIngestionRequest$ = GetIngestionRequest$;
1645
+ exports.GetIngestionResponse$ = GetIngestionResponse$;
1646
+ exports.Ingestion$ = Ingestion$;
1647
+ exports.IngestionDestination$ = IngestionDestination$;
1575
1648
  exports.IngestionDestinationStatus = IngestionDestinationStatus;
1649
+ exports.IngestionDestinationSummary$ = IngestionDestinationSummary$;
1576
1650
  exports.IngestionState = IngestionState;
1651
+ exports.IngestionSummary$ = IngestionSummary$;
1577
1652
  exports.IngestionType = IngestionType;
1578
- exports.InternalServerException = InternalServerException$1;
1653
+ exports.InternalServerException = InternalServerException;
1654
+ exports.InternalServerException$ = InternalServerException$;
1655
+ exports.ListAppAuthorizations$ = ListAppAuthorizations$;
1579
1656
  exports.ListAppAuthorizationsCommand = ListAppAuthorizationsCommand;
1657
+ exports.ListAppAuthorizationsRequest$ = ListAppAuthorizationsRequest$;
1658
+ exports.ListAppAuthorizationsResponse$ = ListAppAuthorizationsResponse$;
1659
+ exports.ListAppBundles$ = ListAppBundles$;
1580
1660
  exports.ListAppBundlesCommand = ListAppBundlesCommand;
1661
+ exports.ListAppBundlesRequest$ = ListAppBundlesRequest$;
1662
+ exports.ListAppBundlesResponse$ = ListAppBundlesResponse$;
1663
+ exports.ListIngestionDestinations$ = ListIngestionDestinations$;
1581
1664
  exports.ListIngestionDestinationsCommand = ListIngestionDestinationsCommand;
1665
+ exports.ListIngestionDestinationsRequest$ = ListIngestionDestinationsRequest$;
1666
+ exports.ListIngestionDestinationsResponse$ = ListIngestionDestinationsResponse$;
1667
+ exports.ListIngestions$ = ListIngestions$;
1582
1668
  exports.ListIngestionsCommand = ListIngestionsCommand;
1669
+ exports.ListIngestionsRequest$ = ListIngestionsRequest$;
1670
+ exports.ListIngestionsResponse$ = ListIngestionsResponse$;
1671
+ exports.ListTagsForResource$ = ListTagsForResource$;
1583
1672
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1673
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1674
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1675
+ exports.Oauth2Credential$ = Oauth2Credential$;
1584
1676
  exports.Persona = Persona;
1585
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1677
+ exports.ProcessingConfiguration$ = ProcessingConfiguration$;
1678
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1679
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1586
1680
  exports.ResultStatus = ResultStatus;
1681
+ exports.S3Bucket$ = S3Bucket$;
1587
1682
  exports.Schema = Schema;
1588
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1683
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1684
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1685
+ exports.StartIngestion$ = StartIngestion$;
1589
1686
  exports.StartIngestionCommand = StartIngestionCommand;
1687
+ exports.StartIngestionRequest$ = StartIngestionRequest$;
1688
+ exports.StartIngestionResponse$ = StartIngestionResponse$;
1689
+ exports.StartUserAccessTasks$ = StartUserAccessTasks$;
1590
1690
  exports.StartUserAccessTasksCommand = StartUserAccessTasksCommand;
1691
+ exports.StartUserAccessTasksRequest$ = StartUserAccessTasksRequest$;
1692
+ exports.StartUserAccessTasksResponse$ = StartUserAccessTasksResponse$;
1693
+ exports.StopIngestion$ = StopIngestion$;
1591
1694
  exports.StopIngestionCommand = StopIngestionCommand;
1695
+ exports.StopIngestionRequest$ = StopIngestionRequest$;
1696
+ exports.StopIngestionResponse$ = StopIngestionResponse$;
1697
+ exports.Tag$ = Tag$;
1698
+ exports.TagResource$ = TagResource$;
1592
1699
  exports.TagResourceCommand = TagResourceCommand;
1593
- exports.ThrottlingException = ThrottlingException$1;
1700
+ exports.TagResourceRequest$ = TagResourceRequest$;
1701
+ exports.TagResourceResponse$ = TagResourceResponse$;
1702
+ exports.TaskError$ = TaskError$;
1703
+ exports.Tenant$ = Tenant$;
1704
+ exports.ThrottlingException = ThrottlingException;
1705
+ exports.ThrottlingException$ = ThrottlingException$;
1706
+ exports.UntagResource$ = UntagResource$;
1594
1707
  exports.UntagResourceCommand = UntagResourceCommand;
1708
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1709
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1710
+ exports.UpdateAppAuthorization$ = UpdateAppAuthorization$;
1595
1711
  exports.UpdateAppAuthorizationCommand = UpdateAppAuthorizationCommand;
1712
+ exports.UpdateAppAuthorizationRequest$ = UpdateAppAuthorizationRequest$;
1713
+ exports.UpdateAppAuthorizationResponse$ = UpdateAppAuthorizationResponse$;
1714
+ exports.UpdateIngestionDestination$ = UpdateIngestionDestination$;
1596
1715
  exports.UpdateIngestionDestinationCommand = UpdateIngestionDestinationCommand;
1597
- exports.ValidationException = ValidationException$1;
1716
+ exports.UpdateIngestionDestinationRequest$ = UpdateIngestionDestinationRequest$;
1717
+ exports.UpdateIngestionDestinationResponse$ = UpdateIngestionDestinationResponse$;
1718
+ exports.UserAccessResultItem$ = UserAccessResultItem$;
1719
+ exports.UserAccessTaskItem$ = UserAccessTaskItem$;
1720
+ exports.ValidationException = ValidationException;
1721
+ exports.ValidationException$ = ValidationException$;
1722
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1598
1723
  exports.ValidationExceptionReason = ValidationExceptionReason;
1599
1724
  exports.paginateListAppAuthorizations = paginateListAppAuthorizations;
1600
1725
  exports.paginateListAppBundles = paginateListAppBundles;