@aws-sdk/client-amp 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 (64) hide show
  1. package/dist-cjs/index.js +581 -386
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +2 -2
  4. package/dist-es/commands/CreateAnomalyDetectorCommand.js +2 -2
  5. package/dist-es/commands/CreateLoggingConfigurationCommand.js +2 -2
  6. package/dist-es/commands/CreateQueryLoggingConfigurationCommand.js +2 -2
  7. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +2 -2
  8. package/dist-es/commands/CreateScraperCommand.js +2 -2
  9. package/dist-es/commands/CreateWorkspaceCommand.js +2 -2
  10. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +2 -2
  11. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -2
  12. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
  13. package/dist-es/commands/DeleteQueryLoggingConfigurationCommand.js +2 -2
  14. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  15. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +2 -2
  16. package/dist-es/commands/DeleteScraperCommand.js +2 -2
  17. package/dist-es/commands/DeleteScraperLoggingConfigurationCommand.js +2 -2
  18. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
  19. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +2 -2
  20. package/dist-es/commands/DescribeAnomalyDetectorCommand.js +2 -2
  21. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -2
  22. package/dist-es/commands/DescribeQueryLoggingConfigurationCommand.js +2 -2
  23. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
  24. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +2 -2
  25. package/dist-es/commands/DescribeScraperCommand.js +2 -2
  26. package/dist-es/commands/DescribeScraperLoggingConfigurationCommand.js +2 -2
  27. package/dist-es/commands/DescribeWorkspaceCommand.js +2 -2
  28. package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +2 -2
  29. package/dist-es/commands/GetDefaultScraperConfigurationCommand.js +2 -2
  30. package/dist-es/commands/ListAnomalyDetectorsCommand.js +2 -2
  31. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +2 -2
  32. package/dist-es/commands/ListScrapersCommand.js +2 -2
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-es/commands/ListWorkspacesCommand.js +2 -2
  35. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +2 -2
  36. package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -2
  37. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  38. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +2 -2
  39. package/dist-es/commands/TagResourceCommand.js +2 -2
  40. package/dist-es/commands/UntagResourceCommand.js +2 -2
  41. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -2
  42. package/dist-es/commands/UpdateQueryLoggingConfigurationCommand.js +2 -2
  43. package/dist-es/commands/UpdateScraperCommand.js +2 -2
  44. package/dist-es/commands/UpdateScraperLoggingConfigurationCommand.js +2 -2
  45. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +2 -2
  46. package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +2 -2
  47. package/dist-es/index.js +1 -0
  48. package/dist-es/runtimeConfig.shared.js +6 -1
  49. package/dist-es/schemas/schemas_0.js +354 -331
  50. package/dist-types/AmpClient.d.ts +1 -10
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  53. package/dist-types/runtimeConfig.d.ts +6 -2
  54. package/dist-types/runtimeConfig.native.d.ts +6 -2
  55. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  56. package/dist-types/schemas/schemas_0.d.ts +173 -191
  57. package/dist-types/ts3.4/AmpClient.d.ts +0 -4
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +172 -192
  64. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class AmpClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let AmpServiceException$1 = class AmpServiceException extends smithyClient.ServiceException {
114
+ class AmpServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, AmpServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let AccessDeniedException$1 = class AccessDeniedException extends AmpServiceException$1 {
121
+ class AccessDeniedException extends AmpServiceException {
122
122
  name = "AccessDeniedException";
123
123
  $fault = "client";
124
124
  constructor(opts) {
@@ -129,8 +129,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends AmpServiceExce
129
129
  });
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  }
132
- };
133
- let ConflictException$1 = class ConflictException extends AmpServiceException$1 {
132
+ }
133
+ class ConflictException extends AmpServiceException {
134
134
  name = "ConflictException";
135
135
  $fault = "client";
136
136
  resourceId;
@@ -145,8 +145,8 @@ let ConflictException$1 = class ConflictException extends AmpServiceException$1
145
145
  this.resourceId = opts.resourceId;
146
146
  this.resourceType = opts.resourceType;
147
147
  }
148
- };
149
- let InternalServerException$1 = class InternalServerException extends AmpServiceException$1 {
148
+ }
149
+ class InternalServerException extends AmpServiceException {
150
150
  name = "InternalServerException";
151
151
  $fault = "server";
152
152
  $retryable = {};
@@ -160,8 +160,8 @@ let InternalServerException$1 = class InternalServerException extends AmpService
160
160
  Object.setPrototypeOf(this, InternalServerException.prototype);
161
161
  this.retryAfterSeconds = opts.retryAfterSeconds;
162
162
  }
163
- };
164
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends AmpServiceException$1 {
163
+ }
164
+ class ResourceNotFoundException extends AmpServiceException {
165
165
  name = "ResourceNotFoundException";
166
166
  $fault = "client";
167
167
  resourceId;
@@ -176,8 +176,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends AmpSer
176
176
  this.resourceId = opts.resourceId;
177
177
  this.resourceType = opts.resourceType;
178
178
  }
179
- };
180
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends AmpServiceException$1 {
179
+ }
180
+ class ServiceQuotaExceededException extends AmpServiceException {
181
181
  name = "ServiceQuotaExceededException";
182
182
  $fault = "client";
183
183
  resourceId;
@@ -196,8 +196,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
196
196
  this.serviceCode = opts.serviceCode;
197
197
  this.quotaCode = opts.quotaCode;
198
198
  }
199
- };
200
- let ThrottlingException$1 = class ThrottlingException extends AmpServiceException$1 {
199
+ }
200
+ class ThrottlingException extends AmpServiceException {
201
201
  name = "ThrottlingException";
202
202
  $fault = "client";
203
203
  $retryable = {};
@@ -215,8 +215,8 @@ let ThrottlingException$1 = class ThrottlingException extends AmpServiceExceptio
215
215
  this.quotaCode = opts.quotaCode;
216
216
  this.retryAfterSeconds = opts.retryAfterSeconds;
217
217
  }
218
- };
219
- let ValidationException$1 = class ValidationException extends AmpServiceException$1 {
218
+ }
219
+ class ValidationException extends AmpServiceException {
220
220
  name = "ValidationException";
221
221
  $fault = "client";
222
222
  reason;
@@ -231,7 +231,7 @@ let ValidationException$1 = class ValidationException extends AmpServiceExceptio
231
231
  this.reason = opts.reason;
232
232
  this.fieldList = opts.fieldList;
233
233
  }
234
- };
234
+ }
235
235
 
236
236
  const _AC = "AmpConfiguration";
237
237
  const _ADC = "AnomalyDetectorConfiguration";
@@ -512,19 +512,19 @@ const _wC = "workspaceConfiguration";
512
512
  const _wI = "workspaceId";
513
513
  const _wo = "workspaces";
514
514
  const n0 = "com.amazonaws.amp";
515
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
516
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
517
- var AlertManagerDefinitionDescription = [
515
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
516
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
517
+ var AlertManagerDefinitionDescription$ = [
518
518
  3,
519
519
  n0,
520
520
  _AMDD,
521
521
  0,
522
522
  [_s, _d, _cA, _mA],
523
- [() => AlertManagerDefinitionStatus, 21, 4, 4],
523
+ [() => AlertManagerDefinitionStatus$, 21, 4, 4],
524
524
  ];
525
- var AlertManagerDefinitionStatus = [3, n0, _AMDS, 0, [_sC, _sR], [0, 0]];
526
- var AmpConfiguration = [3, n0, _AC, 0, [_wA], [0]];
527
- var AnomalyDetectorDescription = [
525
+ var AlertManagerDefinitionStatus$ = [3, n0, _AMDS, 0, [_sC, _sR], [0, 0]];
526
+ var AmpConfiguration$ = [3, n0, _AC, 0, [_wA], [0]];
527
+ var AnomalyDetectorDescription$ = [
528
528
  3,
529
529
  n0,
530
530
  _ADD,
@@ -535,29 +535,29 @@ var AnomalyDetectorDescription = [
535
535
  0,
536
536
  0,
537
537
  1,
538
- () => AnomalyDetectorMissingDataAction,
539
- () => AnomalyDetectorConfiguration,
538
+ () => AnomalyDetectorMissingDataAction$,
539
+ () => AnomalyDetectorConfiguration$,
540
540
  128 | 0,
541
- () => AnomalyDetectorStatus,
541
+ () => AnomalyDetectorStatus$,
542
542
  4,
543
543
  4,
544
544
  128 | 0,
545
545
  ],
546
546
  ];
547
- var AnomalyDetectorStatus = [3, n0, _ADS, 0, [_sC, _sR], [0, 0]];
548
- var AnomalyDetectorSummary = [
547
+ var AnomalyDetectorStatus$ = [3, n0, _ADS, 0, [_sC, _sR], [0, 0]];
548
+ var AnomalyDetectorSummary$ = [
549
549
  3,
550
550
  n0,
551
551
  _ADSn,
552
552
  0,
553
553
  [_a, _aDI, _al, _s, _cA, _mA, _t],
554
- [0, 0, 0, () => AnomalyDetectorStatus, 4, 4, 128 | 0],
554
+ [0, 0, 0, () => AnomalyDetectorStatus$, 4, 4, 128 | 0],
555
555
  ];
556
- var CloudWatchLogDestination = [3, n0, _CWLD, 0, [_lGA], [0]];
557
- var ComponentConfig = [3, n0, _CC, 0, [_o], [128 | 0]];
558
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
559
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
560
- var CreateAlertManagerDefinitionRequest = [
556
+ var CloudWatchLogDestination$ = [3, n0, _CWLD, 0, [_lGA], [0]];
557
+ var ComponentConfig$ = [3, n0, _CC, 0, [_o], [128 | 0]];
558
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
559
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
560
+ var CreateAlertManagerDefinitionRequest$ = [
561
561
  3,
562
562
  n0,
563
563
  _CAMDR,
@@ -565,31 +565,40 @@ var CreateAlertManagerDefinitionRequest = [
565
565
  [_wI, _d, _cT],
566
566
  [[0, 1], 21, [0, 4]],
567
567
  ];
568
- var CreateAlertManagerDefinitionResponse = [
568
+ var CreateAlertManagerDefinitionResponse$ = [
569
569
  3,
570
570
  n0,
571
571
  _CAMDRr,
572
572
  0,
573
573
  [_s],
574
- [() => AlertManagerDefinitionStatus],
574
+ [() => AlertManagerDefinitionStatus$],
575
575
  ];
576
- var CreateAnomalyDetectorRequest = [
576
+ var CreateAnomalyDetectorRequest$ = [
577
577
  3,
578
578
  n0,
579
579
  _CADR,
580
580
  0,
581
581
  [_wI, _al, _eIIS, _mDA, _co, _l, _cT, _t],
582
- [[0, 1], 0, 1, () => AnomalyDetectorMissingDataAction, () => AnomalyDetectorConfiguration, 128 | 0, [0, 4], 128 | 0],
582
+ [
583
+ [0, 1],
584
+ 0,
585
+ 1,
586
+ () => AnomalyDetectorMissingDataAction$,
587
+ () => AnomalyDetectorConfiguration$,
588
+ 128 | 0,
589
+ [0, 4],
590
+ 128 | 0,
591
+ ],
583
592
  ];
584
- var CreateAnomalyDetectorResponse = [
593
+ var CreateAnomalyDetectorResponse$ = [
585
594
  3,
586
595
  n0,
587
596
  _CADRr,
588
597
  0,
589
598
  [_aDI, _a, _s, _t],
590
- [0, 0, () => AnomalyDetectorStatus, 128 | 0],
599
+ [0, 0, () => AnomalyDetectorStatus$, 128 | 0],
591
600
  ];
592
- var CreateLoggingConfigurationRequest = [
601
+ var CreateLoggingConfigurationRequest$ = [
593
602
  3,
594
603
  n0,
595
604
  _CLCR,
@@ -597,15 +606,15 @@ var CreateLoggingConfigurationRequest = [
597
606
  [_wI, _lGA, _cT],
598
607
  [[0, 1], 0, [0, 4]],
599
608
  ];
600
- var CreateLoggingConfigurationResponse = [
609
+ var CreateLoggingConfigurationResponse$ = [
601
610
  3,
602
611
  n0,
603
612
  _CLCRr,
604
613
  0,
605
614
  [_s],
606
- [() => LoggingConfigurationStatus],
615
+ [() => LoggingConfigurationStatus$],
607
616
  ];
608
- var CreateQueryLoggingConfigurationRequest = [
617
+ var CreateQueryLoggingConfigurationRequest$ = [
609
618
  3,
610
619
  n0,
611
620
  _CQLCR,
@@ -613,15 +622,15 @@ var CreateQueryLoggingConfigurationRequest = [
613
622
  [_wI, _de, _cT],
614
623
  [[0, 1], () => LoggingDestinations, [0, 4]],
615
624
  ];
616
- var CreateQueryLoggingConfigurationResponse = [
625
+ var CreateQueryLoggingConfigurationResponse$ = [
617
626
  3,
618
627
  n0,
619
628
  _CQLCRr,
620
629
  0,
621
630
  [_s],
622
- [() => QueryLoggingConfigurationStatus],
631
+ [() => QueryLoggingConfigurationStatus$],
623
632
  ];
624
- var CreateRuleGroupsNamespaceRequest = [
633
+ var CreateRuleGroupsNamespaceRequest$ = [
625
634
  3,
626
635
  n0,
627
636
  _CRGNR,
@@ -629,31 +638,31 @@ var CreateRuleGroupsNamespaceRequest = [
629
638
  [_wI, _n, _d, _cT, _t],
630
639
  [[0, 1], 0, 21, [0, 4], 128 | 0],
631
640
  ];
632
- var CreateRuleGroupsNamespaceResponse = [
641
+ var CreateRuleGroupsNamespaceResponse$ = [
633
642
  3,
634
643
  n0,
635
644
  _CRGNRr,
636
645
  0,
637
646
  [_n, _a, _s, _t],
638
- [0, 0, () => RuleGroupsNamespaceStatus, 128 | 0],
647
+ [0, 0, () => RuleGroupsNamespaceStatus$, 128 | 0],
639
648
  ];
640
- var CreateScraperRequest = [
649
+ var CreateScraperRequest$ = [
641
650
  3,
642
651
  n0,
643
652
  _CSR,
644
653
  0,
645
654
  [_al, _sCc, _so, _des, _rC, _cT, _t],
646
- [0, () => ScrapeConfiguration, () => Source, () => Destination, () => RoleConfiguration, [0, 4], 128 | 0],
655
+ [0, () => ScrapeConfiguration$, () => Source$, () => Destination$, () => RoleConfiguration$, [0, 4], 128 | 0],
647
656
  ];
648
- var CreateScraperResponse = [
657
+ var CreateScraperResponse$ = [
649
658
  3,
650
659
  n0,
651
660
  _CSRr,
652
661
  0,
653
662
  [_sI, _a, _s, _t],
654
- [0, 0, () => ScraperStatus, 128 | 0],
663
+ [0, 0, () => ScraperStatus$, 128 | 0],
655
664
  ];
656
- var CreateWorkspaceRequest = [
665
+ var CreateWorkspaceRequest$ = [
657
666
  3,
658
667
  n0,
659
668
  _CWR,
@@ -661,15 +670,15 @@ var CreateWorkspaceRequest = [
661
670
  [_al, _cT, _t, _kKA],
662
671
  [0, [0, 4], 128 | 0, 0],
663
672
  ];
664
- var CreateWorkspaceResponse = [
673
+ var CreateWorkspaceResponse$ = [
665
674
  3,
666
675
  n0,
667
676
  _CWRr,
668
677
  0,
669
678
  [_wI, _a, _s, _t, _kKA],
670
- [0, 0, () => WorkspaceStatus, 128 | 0, 0],
679
+ [0, 0, () => WorkspaceStatus$, 128 | 0, 0],
671
680
  ];
672
- var DeleteAlertManagerDefinitionRequest = [
681
+ var DeleteAlertManagerDefinitionRequest$ = [
673
682
  3,
674
683
  n0,
675
684
  _DAMDR,
@@ -680,7 +689,7 @@ var DeleteAlertManagerDefinitionRequest = [
680
689
  [0, { [_iT]: 1, [_hQ]: _cT }],
681
690
  ],
682
691
  ];
683
- var DeleteAnomalyDetectorRequest = [
692
+ var DeleteAnomalyDetectorRequest$ = [
684
693
  3,
685
694
  n0,
686
695
  _DADR,
@@ -692,7 +701,7 @@ var DeleteAnomalyDetectorRequest = [
692
701
  [0, { [_iT]: 1, [_hQ]: _cT }],
693
702
  ],
694
703
  ];
695
- var DeleteLoggingConfigurationRequest = [
704
+ var DeleteLoggingConfigurationRequest$ = [
696
705
  3,
697
706
  n0,
698
707
  _DLCR,
@@ -703,7 +712,7 @@ var DeleteLoggingConfigurationRequest = [
703
712
  [0, { [_iT]: 1, [_hQ]: _cT }],
704
713
  ],
705
714
  ];
706
- var DeleteQueryLoggingConfigurationRequest = [
715
+ var DeleteQueryLoggingConfigurationRequest$ = [
707
716
  3,
708
717
  n0,
709
718
  _DQLCR,
@@ -714,7 +723,7 @@ var DeleteQueryLoggingConfigurationRequest = [
714
723
  [0, { [_iT]: 1, [_hQ]: _cT }],
715
724
  ],
716
725
  ];
717
- var DeleteResourcePolicyRequest = [
726
+ var DeleteResourcePolicyRequest$ = [
718
727
  3,
719
728
  n0,
720
729
  _DRPR,
@@ -726,7 +735,7 @@ var DeleteResourcePolicyRequest = [
726
735
  [0, { [_hQ]: _rIe }],
727
736
  ],
728
737
  ];
729
- var DeleteRuleGroupsNamespaceRequest = [
738
+ var DeleteRuleGroupsNamespaceRequest$ = [
730
739
  3,
731
740
  n0,
732
741
  _DRGNR,
@@ -738,7 +747,7 @@ var DeleteRuleGroupsNamespaceRequest = [
738
747
  [0, { [_iT]: 1, [_hQ]: _cT }],
739
748
  ],
740
749
  ];
741
- var DeleteScraperLoggingConfigurationRequest = [
750
+ var DeleteScraperLoggingConfigurationRequest$ = [
742
751
  3,
743
752
  n0,
744
753
  _DSLCR,
@@ -749,7 +758,7 @@ var DeleteScraperLoggingConfigurationRequest = [
749
758
  [0, { [_iT]: 1, [_hQ]: _cT }],
750
759
  ],
751
760
  ];
752
- var DeleteScraperRequest = [
761
+ var DeleteScraperRequest$ = [
753
762
  3,
754
763
  n0,
755
764
  _DSR,
@@ -760,8 +769,8 @@ var DeleteScraperRequest = [
760
769
  [0, { [_iT]: 1, [_hQ]: _cT }],
761
770
  ],
762
771
  ];
763
- var DeleteScraperResponse = [3, n0, _DSRe, 0, [_sI, _s], [0, () => ScraperStatus]];
764
- var DeleteWorkspaceRequest = [
772
+ var DeleteScraperResponse$ = [3, n0, _DSRe, 0, [_sI, _s], [0, () => ScraperStatus$]];
773
+ var DeleteWorkspaceRequest$ = [
765
774
  3,
766
775
  n0,
767
776
  _DWR,
@@ -772,16 +781,16 @@ var DeleteWorkspaceRequest = [
772
781
  [0, { [_iT]: 1, [_hQ]: _cT }],
773
782
  ],
774
783
  ];
775
- var DescribeAlertManagerDefinitionRequest = [3, n0, _DAMDRe, 0, [_wI], [[0, 1]]];
776
- var DescribeAlertManagerDefinitionResponse = [
784
+ var DescribeAlertManagerDefinitionRequest$ = [3, n0, _DAMDRe, 0, [_wI], [[0, 1]]];
785
+ var DescribeAlertManagerDefinitionResponse$ = [
777
786
  3,
778
787
  n0,
779
788
  _DAMDRes,
780
789
  0,
781
790
  [_aMD],
782
- [() => AlertManagerDefinitionDescription],
791
+ [() => AlertManagerDefinitionDescription$],
783
792
  ];
784
- var DescribeAnomalyDetectorRequest = [
793
+ var DescribeAnomalyDetectorRequest$ = [
785
794
  3,
786
795
  n0,
787
796
  _DADRe,
@@ -792,35 +801,35 @@ var DescribeAnomalyDetectorRequest = [
792
801
  [0, 1],
793
802
  ],
794
803
  ];
795
- var DescribeAnomalyDetectorResponse = [
804
+ var DescribeAnomalyDetectorResponse$ = [
796
805
  3,
797
806
  n0,
798
807
  _DADRes,
799
808
  0,
800
809
  [_aD],
801
- [() => AnomalyDetectorDescription],
810
+ [() => AnomalyDetectorDescription$],
802
811
  ];
803
- var DescribeLoggingConfigurationRequest = [3, n0, _DLCRe, 0, [_wI], [[0, 1]]];
804
- var DescribeLoggingConfigurationResponse = [
812
+ var DescribeLoggingConfigurationRequest$ = [3, n0, _DLCRe, 0, [_wI], [[0, 1]]];
813
+ var DescribeLoggingConfigurationResponse$ = [
805
814
  3,
806
815
  n0,
807
816
  _DLCRes,
808
817
  0,
809
818
  [_lC],
810
- [() => LoggingConfigurationMetadata],
819
+ [() => LoggingConfigurationMetadata$],
811
820
  ];
812
- var DescribeQueryLoggingConfigurationRequest = [3, n0, _DQLCRe, 0, [_wI], [[0, 1]]];
813
- var DescribeQueryLoggingConfigurationResponse = [
821
+ var DescribeQueryLoggingConfigurationRequest$ = [3, n0, _DQLCRe, 0, [_wI], [[0, 1]]];
822
+ var DescribeQueryLoggingConfigurationResponse$ = [
814
823
  3,
815
824
  n0,
816
825
  _DQLCRes,
817
826
  0,
818
827
  [_qLC],
819
- [() => QueryLoggingConfigurationMetadata],
828
+ [() => QueryLoggingConfigurationMetadata$],
820
829
  ];
821
- var DescribeResourcePolicyRequest = [3, n0, _DRPRe, 0, [_wI], [[0, 1]]];
822
- var DescribeResourcePolicyResponse = [3, n0, _DRPRes, 0, [_pD, _pS, _rIe], [0, 0, 0]];
823
- var DescribeRuleGroupsNamespaceRequest = [
830
+ var DescribeResourcePolicyRequest$ = [3, n0, _DRPRe, 0, [_wI], [[0, 1]]];
831
+ var DescribeResourcePolicyResponse$ = [3, n0, _DRPRes, 0, [_pD, _pS, _rIe], [0, 0, 0]];
832
+ var DescribeRuleGroupsNamespaceRequest$ = [
824
833
  3,
825
834
  n0,
826
835
  _DRGNRe,
@@ -831,40 +840,40 @@ var DescribeRuleGroupsNamespaceRequest = [
831
840
  [0, 1],
832
841
  ],
833
842
  ];
834
- var DescribeRuleGroupsNamespaceResponse = [
843
+ var DescribeRuleGroupsNamespaceResponse$ = [
835
844
  3,
836
845
  n0,
837
846
  _DRGNRes,
838
847
  0,
839
848
  [_rGN],
840
- [() => RuleGroupsNamespaceDescription],
849
+ [() => RuleGroupsNamespaceDescription$],
841
850
  ];
842
- var DescribeScraperLoggingConfigurationRequest = [3, n0, _DSLCRe, 0, [_sI], [[0, 1]]];
843
- var DescribeScraperLoggingConfigurationResponse = [
851
+ var DescribeScraperLoggingConfigurationRequest$ = [3, n0, _DSLCRe, 0, [_sI], [[0, 1]]];
852
+ var DescribeScraperLoggingConfigurationResponse$ = [
844
853
  3,
845
854
  n0,
846
855
  _DSLCRes,
847
856
  0,
848
857
  [_s, _sI, _lD, _sCcr, _mA],
849
- [() => ScraperLoggingConfigurationStatus, 0, () => ScraperLoggingDestination, () => ScraperComponents, 4],
858
+ [() => ScraperLoggingConfigurationStatus$, 0, () => ScraperLoggingDestination$, () => ScraperComponents, 4],
850
859
  ];
851
- var DescribeScraperRequest = [3, n0, _DSRes, 0, [_sI], [[0, 1]]];
852
- var DescribeScraperResponse = [3, n0, _DSResc, 0, [_sc], [() => ScraperDescription]];
853
- var DescribeWorkspaceConfigurationRequest = [3, n0, _DWCR, 0, [_wI], [[0, 1]]];
854
- var DescribeWorkspaceConfigurationResponse = [
860
+ var DescribeScraperRequest$ = [3, n0, _DSRes, 0, [_sI], [[0, 1]]];
861
+ var DescribeScraperResponse$ = [3, n0, _DSResc, 0, [_sc], [() => ScraperDescription$]];
862
+ var DescribeWorkspaceConfigurationRequest$ = [3, n0, _DWCR, 0, [_wI], [[0, 1]]];
863
+ var DescribeWorkspaceConfigurationResponse$ = [
855
864
  3,
856
865
  n0,
857
866
  _DWCRe,
858
867
  0,
859
868
  [_wC],
860
- [() => WorkspaceConfigurationDescription],
861
- ];
862
- var DescribeWorkspaceRequest = [3, n0, _DWRe, 0, [_wI], [[0, 1]]];
863
- var DescribeWorkspaceResponse = [3, n0, _DWRes, 0, [_w], [() => WorkspaceDescription]];
864
- var EksConfiguration = [3, n0, _EC, 0, [_cAl, _sGI, _sIu], [0, 64 | 0, 64 | 0]];
865
- var GetDefaultScraperConfigurationRequest = [3, n0, _GDSCR, 0, [], []];
866
- var GetDefaultScraperConfigurationResponse = [3, n0, _GDSCRe, 0, [_co], [21]];
867
- var InternalServerException = [
869
+ [() => WorkspaceConfigurationDescription$],
870
+ ];
871
+ var DescribeWorkspaceRequest$ = [3, n0, _DWRe, 0, [_wI], [[0, 1]]];
872
+ var DescribeWorkspaceResponse$ = [3, n0, _DWRes, 0, [_w], [() => WorkspaceDescription$]];
873
+ var EksConfiguration$ = [3, n0, _EC, 0, [_cAl, _sGI, _sIu], [0, 64 | 0, 64 | 0]];
874
+ var GetDefaultScraperConfigurationRequest$ = [3, n0, _GDSCR, 0, [], []];
875
+ var GetDefaultScraperConfigurationResponse$ = [3, n0, _GDSCRe, 0, [_co], [21]];
876
+ var InternalServerException$ = [
868
877
  -3,
869
878
  n0,
870
879
  _ISE,
@@ -872,17 +881,17 @@ var InternalServerException = [
872
881
  [_m, _rAS],
873
882
  [0, [1, { [_hH]: _RA }]],
874
883
  ];
875
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
876
- var LimitsPerLabelSet = [
884
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
885
+ var LimitsPerLabelSet$ = [
877
886
  3,
878
887
  n0,
879
888
  _LPLS,
880
889
  0,
881
890
  [_li, _lS],
882
- [() => LimitsPerLabelSetEntry, 128 | 0],
891
+ [() => LimitsPerLabelSetEntry$, 128 | 0],
883
892
  ];
884
- var LimitsPerLabelSetEntry = [3, n0, _LPLSE, 0, [_mS], [1]];
885
- var ListAnomalyDetectorsRequest = [
893
+ var LimitsPerLabelSetEntry$ = [3, n0, _LPLSE, 0, [_mS], [1]];
894
+ var ListAnomalyDetectorsRequest$ = [
886
895
  3,
887
896
  n0,
888
897
  _LADR,
@@ -895,7 +904,7 @@ var ListAnomalyDetectorsRequest = [
895
904
  [0, { [_hQ]: _nT }],
896
905
  ],
897
906
  ];
898
- var ListAnomalyDetectorsResponse = [
907
+ var ListAnomalyDetectorsResponse$ = [
899
908
  3,
900
909
  n0,
901
910
  _LADRi,
@@ -903,7 +912,7 @@ var ListAnomalyDetectorsResponse = [
903
912
  [_aDn, _nT],
904
913
  [() => AnomalyDetectorSummaryList, 0],
905
914
  ];
906
- var ListRuleGroupsNamespacesRequest = [
915
+ var ListRuleGroupsNamespacesRequest$ = [
907
916
  3,
908
917
  n0,
909
918
  _LRGNR,
@@ -916,7 +925,7 @@ var ListRuleGroupsNamespacesRequest = [
916
925
  [1, { [_hQ]: _mR }],
917
926
  ],
918
927
  ];
919
- var ListRuleGroupsNamespacesResponse = [
928
+ var ListRuleGroupsNamespacesResponse$ = [
920
929
  3,
921
930
  n0,
922
931
  _LRGNRi,
@@ -924,7 +933,7 @@ var ListRuleGroupsNamespacesResponse = [
924
933
  [_rGNu, _nT],
925
934
  [() => RuleGroupsNamespaceSummaryList, 0],
926
935
  ];
927
- var ListScrapersRequest = [
936
+ var ListScrapersRequest$ = [
928
937
  3,
929
938
  n0,
930
939
  _LSR,
@@ -936,10 +945,10 @@ var ListScrapersRequest = [
936
945
  [1, { [_hQ]: _mR }],
937
946
  ],
938
947
  ];
939
- var ListScrapersResponse = [3, n0, _LSRi, 0, [_scr, _nT], [() => ScraperSummaryList, 0]];
940
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
941
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
942
- var ListWorkspacesRequest = [
948
+ var ListScrapersResponse$ = [3, n0, _LSRi, 0, [_scr, _nT], [() => ScraperSummaryList, 0]];
949
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
950
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
951
+ var ListWorkspacesRequest$ = [
943
952
  3,
944
953
  n0,
945
954
  _LWR,
@@ -951,7 +960,7 @@ var ListWorkspacesRequest = [
951
960
  [1, { [_hQ]: _mR }],
952
961
  ],
953
962
  ];
954
- var ListWorkspacesResponse = [
963
+ var ListWorkspacesResponse$ = [
955
964
  3,
956
965
  n0,
957
966
  _LWRi,
@@ -959,25 +968,25 @@ var ListWorkspacesResponse = [
959
968
  [_wo, _nT],
960
969
  [() => WorkspaceSummaryList, 0],
961
970
  ];
962
- var LoggingConfigurationMetadata = [
971
+ var LoggingConfigurationMetadata$ = [
963
972
  3,
964
973
  n0,
965
974
  _LCM,
966
975
  0,
967
976
  [_s, _w, _lGA, _cA, _mA],
968
- [() => LoggingConfigurationStatus, 0, 0, 4, 4],
977
+ [() => LoggingConfigurationStatus$, 0, 0, 4, 4],
969
978
  ];
970
- var LoggingConfigurationStatus = [3, n0, _LCS, 0, [_sC, _sR], [0, 0]];
971
- var LoggingDestination = [
979
+ var LoggingConfigurationStatus$ = [3, n0, _LCS, 0, [_sC, _sR], [0, 0]];
980
+ var LoggingDestination$ = [
972
981
  3,
973
982
  n0,
974
983
  _LD,
975
984
  0,
976
985
  [_cWL, _f],
977
- [() => CloudWatchLogDestination, () => LoggingFilter],
986
+ [() => CloudWatchLogDestination$, () => LoggingFilter$],
978
987
  ];
979
- var LoggingFilter = [3, n0, _LF, 0, [_qT], [1]];
980
- var PutAlertManagerDefinitionRequest = [
988
+ var LoggingFilter$ = [3, n0, _LF, 0, [_qT], [1]];
989
+ var PutAlertManagerDefinitionRequest$ = [
981
990
  3,
982
991
  n0,
983
992
  _PAMDR,
@@ -985,31 +994,31 @@ var PutAlertManagerDefinitionRequest = [
985
994
  [_wI, _d, _cT],
986
995
  [[0, 1], 21, [0, 4]],
987
996
  ];
988
- var PutAlertManagerDefinitionResponse = [
997
+ var PutAlertManagerDefinitionResponse$ = [
989
998
  3,
990
999
  n0,
991
1000
  _PAMDRu,
992
1001
  0,
993
1002
  [_s],
994
- [() => AlertManagerDefinitionStatus],
1003
+ [() => AlertManagerDefinitionStatus$],
995
1004
  ];
996
- var PutAnomalyDetectorRequest = [
1005
+ var PutAnomalyDetectorRequest$ = [
997
1006
  3,
998
1007
  n0,
999
1008
  _PADR,
1000
1009
  0,
1001
1010
  [_wI, _aDI, _eIIS, _mDA, _co, _l, _cT],
1002
- [[0, 1], [0, 1], 1, () => AnomalyDetectorMissingDataAction, () => AnomalyDetectorConfiguration, 128 | 0, [0, 4]],
1011
+ [[0, 1], [0, 1], 1, () => AnomalyDetectorMissingDataAction$, () => AnomalyDetectorConfiguration$, 128 | 0, [0, 4]],
1003
1012
  ];
1004
- var PutAnomalyDetectorResponse = [
1013
+ var PutAnomalyDetectorResponse$ = [
1005
1014
  3,
1006
1015
  n0,
1007
1016
  _PADRu,
1008
1017
  0,
1009
1018
  [_aDI, _a, _s, _t],
1010
- [0, 0, () => AnomalyDetectorStatus, 128 | 0],
1019
+ [0, 0, () => AnomalyDetectorStatus$, 128 | 0],
1011
1020
  ];
1012
- var PutResourcePolicyRequest = [
1021
+ var PutResourcePolicyRequest$ = [
1013
1022
  3,
1014
1023
  n0,
1015
1024
  _PRPR,
@@ -1017,8 +1026,8 @@ var PutResourcePolicyRequest = [
1017
1026
  [_wI, _pD, _cT, _rIe],
1018
1027
  [[0, 1], 0, [0, 4], 0],
1019
1028
  ];
1020
- var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_pS, _rIe], [0, 0]];
1021
- var PutRuleGroupsNamespaceRequest = [
1029
+ var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_pS, _rIe], [0, 0]];
1030
+ var PutRuleGroupsNamespaceRequest$ = [
1022
1031
  3,
1023
1032
  n0,
1024
1033
  _PRGNR,
@@ -1026,32 +1035,32 @@ var PutRuleGroupsNamespaceRequest = [
1026
1035
  [_wI, _n, _d, _cT],
1027
1036
  [[0, 1], [0, 1], 21, [0, 4]],
1028
1037
  ];
1029
- var PutRuleGroupsNamespaceResponse = [
1038
+ var PutRuleGroupsNamespaceResponse$ = [
1030
1039
  3,
1031
1040
  n0,
1032
1041
  _PRGNRu,
1033
1042
  0,
1034
1043
  [_n, _a, _s, _t],
1035
- [0, 0, () => RuleGroupsNamespaceStatus, 128 | 0],
1044
+ [0, 0, () => RuleGroupsNamespaceStatus$, 128 | 0],
1036
1045
  ];
1037
- var QueryLoggingConfigurationMetadata = [
1046
+ var QueryLoggingConfigurationMetadata$ = [
1038
1047
  3,
1039
1048
  n0,
1040
1049
  _QLCM,
1041
1050
  0,
1042
1051
  [_s, _w, _de, _cA, _mA],
1043
- [() => QueryLoggingConfigurationStatus, 0, () => LoggingDestinations, 4, 4],
1052
+ [() => QueryLoggingConfigurationStatus$, 0, () => LoggingDestinations, 4, 4],
1044
1053
  ];
1045
- var QueryLoggingConfigurationStatus = [3, n0, _QLCS, 0, [_sC, _sR], [0, 0]];
1046
- var RandomCutForestConfiguration = [
1054
+ var QueryLoggingConfigurationStatus$ = [3, n0, _QLCS, 0, [_sC, _sR], [0, 0]];
1055
+ var RandomCutForestConfiguration$ = [
1047
1056
  3,
1048
1057
  n0,
1049
1058
  _RCFC,
1050
1059
  0,
1051
1060
  [_q, _sS, _sSa, _iNEFA, _iNEFB],
1052
- [0, 1, 1, () => IgnoreNearExpected, () => IgnoreNearExpected],
1061
+ [0, 1, 1, () => IgnoreNearExpected$, () => IgnoreNearExpected$],
1053
1062
  ];
1054
- var ResourceNotFoundException = [
1063
+ var ResourceNotFoundException$ = [
1055
1064
  -3,
1056
1065
  n0,
1057
1066
  _RNFE,
@@ -1059,27 +1068,27 @@ var ResourceNotFoundException = [
1059
1068
  [_m, _rI, _rT],
1060
1069
  [0, 0, 0],
1061
1070
  ];
1062
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1063
- var RoleConfiguration = [3, n0, _RC, 0, [_sRA, _tRA], [0, 0]];
1064
- var RuleGroupsNamespaceDescription = [
1071
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1072
+ var RoleConfiguration$ = [3, n0, _RC, 0, [_sRA, _tRA], [0, 0]];
1073
+ var RuleGroupsNamespaceDescription$ = [
1065
1074
  3,
1066
1075
  n0,
1067
1076
  _RGND,
1068
1077
  0,
1069
1078
  [_a, _n, _s, _d, _cA, _mA, _t],
1070
- [0, 0, () => RuleGroupsNamespaceStatus, 21, 4, 4, 128 | 0],
1079
+ [0, 0, () => RuleGroupsNamespaceStatus$, 21, 4, 4, 128 | 0],
1071
1080
  ];
1072
- var RuleGroupsNamespaceStatus = [3, n0, _RGNS, 0, [_sC, _sR], [0, 0]];
1073
- var RuleGroupsNamespaceSummary = [
1081
+ var RuleGroupsNamespaceStatus$ = [3, n0, _RGNS, 0, [_sC, _sR], [0, 0]];
1082
+ var RuleGroupsNamespaceSummary$ = [
1074
1083
  3,
1075
1084
  n0,
1076
1085
  _RGNSu,
1077
1086
  0,
1078
1087
  [_a, _n, _s, _cA, _mA, _t],
1079
- [0, 0, () => RuleGroupsNamespaceStatus, 4, 4, 128 | 0],
1088
+ [0, 0, () => RuleGroupsNamespaceStatus$, 4, 4, 128 | 0],
1080
1089
  ];
1081
- var ScraperComponent = [3, n0, _SC, 0, [_ty, _con], [0, () => ComponentConfig]];
1082
- var ScraperDescription = [
1090
+ var ScraperComponent$ = [3, n0, _SC, 0, [_ty, _con], [0, () => ComponentConfig$]];
1091
+ var ScraperDescription$ = [
1083
1092
  3,
1084
1093
  n0,
1085
1094
  _SD,
@@ -1090,28 +1099,28 @@ var ScraperDescription = [
1090
1099
  0,
1091
1100
  0,
1092
1101
  0,
1093
- () => ScraperStatus,
1102
+ () => ScraperStatus$,
1094
1103
  4,
1095
1104
  4,
1096
1105
  128 | 0,
1097
1106
  0,
1098
- () => ScrapeConfiguration,
1099
- () => Source,
1100
- () => Destination,
1101
- () => RoleConfiguration,
1107
+ () => ScrapeConfiguration$,
1108
+ () => Source$,
1109
+ () => Destination$,
1110
+ () => RoleConfiguration$,
1102
1111
  ],
1103
1112
  ];
1104
- var ScraperLoggingConfigurationStatus = [3, n0, _SLCS, 0, [_sC, _sR], [0, 0]];
1105
- var ScraperStatus = [3, n0, _SS, 0, [_sC], [0]];
1106
- var ScraperSummary = [
1113
+ var ScraperLoggingConfigurationStatus$ = [3, n0, _SLCS, 0, [_sC, _sR], [0, 0]];
1114
+ var ScraperStatus$ = [3, n0, _SS, 0, [_sC], [0]];
1115
+ var ScraperSummary$ = [
1107
1116
  3,
1108
1117
  n0,
1109
1118
  _SSc,
1110
1119
  0,
1111
1120
  [_al, _sI, _a, _rAo, _s, _cA, _lMA, _t, _sR, _so, _des, _rC],
1112
- [0, 0, 0, 0, () => ScraperStatus, 4, 4, 128 | 0, 0, () => Source, () => Destination, () => RoleConfiguration],
1121
+ [0, 0, 0, 0, () => ScraperStatus$, 4, 4, 128 | 0, 0, () => Source$, () => Destination$, () => RoleConfiguration$],
1113
1122
  ];
1114
- var ServiceQuotaExceededException = [
1123
+ var ServiceQuotaExceededException$ = [
1115
1124
  -3,
1116
1125
  n0,
1117
1126
  _SQEE,
@@ -1119,10 +1128,10 @@ var ServiceQuotaExceededException = [
1119
1128
  [_m, _rI, _rT, _sCe, _qC],
1120
1129
  [0, 0, 0, 0, 0],
1121
1130
  ];
1122
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1123
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1124
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1125
- var ThrottlingException = [
1131
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1132
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1133
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1134
+ var ThrottlingException$ = [
1126
1135
  -3,
1127
1136
  n0,
1128
1137
  _TE,
@@ -1130,8 +1139,8 @@ var ThrottlingException = [
1130
1139
  [_m, _sCe, _qC, _rAS],
1131
1140
  [0, 0, 0, [1, { [_hH]: _RA }]],
1132
1141
  ];
1133
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1134
- var UntagResourceRequest = [
1142
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1143
+ var UntagResourceRequest$ = [
1135
1144
  3,
1136
1145
  n0,
1137
1146
  _URR,
@@ -1142,8 +1151,8 @@ var UntagResourceRequest = [
1142
1151
  [64 | 0, { [_hQ]: _tK }],
1143
1152
  ],
1144
1153
  ];
1145
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1146
- var UpdateLoggingConfigurationRequest = [
1154
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1155
+ var UpdateLoggingConfigurationRequest$ = [
1147
1156
  3,
1148
1157
  n0,
1149
1158
  _ULCR,
@@ -1151,15 +1160,15 @@ var UpdateLoggingConfigurationRequest = [
1151
1160
  [_wI, _lGA, _cT],
1152
1161
  [[0, 1], 0, [0, 4]],
1153
1162
  ];
1154
- var UpdateLoggingConfigurationResponse = [
1163
+ var UpdateLoggingConfigurationResponse$ = [
1155
1164
  3,
1156
1165
  n0,
1157
1166
  _ULCRp,
1158
1167
  0,
1159
1168
  [_s],
1160
- [() => LoggingConfigurationStatus],
1169
+ [() => LoggingConfigurationStatus$],
1161
1170
  ];
1162
- var UpdateQueryLoggingConfigurationRequest = [
1171
+ var UpdateQueryLoggingConfigurationRequest$ = [
1163
1172
  3,
1164
1173
  n0,
1165
1174
  _UQLCR,
@@ -1167,48 +1176,55 @@ var UpdateQueryLoggingConfigurationRequest = [
1167
1176
  [_wI, _de, _cT],
1168
1177
  [[0, 1], () => LoggingDestinations, [0, 4]],
1169
1178
  ];
1170
- var UpdateQueryLoggingConfigurationResponse = [
1179
+ var UpdateQueryLoggingConfigurationResponse$ = [
1171
1180
  3,
1172
1181
  n0,
1173
1182
  _UQLCRp,
1174
1183
  0,
1175
1184
  [_s],
1176
- [() => QueryLoggingConfigurationStatus],
1185
+ [() => QueryLoggingConfigurationStatus$],
1177
1186
  ];
1178
- var UpdateScraperLoggingConfigurationRequest = [
1187
+ var UpdateScraperLoggingConfigurationRequest$ = [
1179
1188
  3,
1180
1189
  n0,
1181
1190
  _USLCR,
1182
1191
  0,
1183
1192
  [_sI, _lD, _sCcr],
1184
- [[0, 1], () => ScraperLoggingDestination, () => ScraperComponents],
1193
+ [[0, 1], () => ScraperLoggingDestination$, () => ScraperComponents],
1185
1194
  ];
1186
- var UpdateScraperLoggingConfigurationResponse = [
1195
+ var UpdateScraperLoggingConfigurationResponse$ = [
1187
1196
  3,
1188
1197
  n0,
1189
1198
  _USLCRp,
1190
1199
  0,
1191
1200
  [_s],
1192
- [() => ScraperLoggingConfigurationStatus],
1201
+ [() => ScraperLoggingConfigurationStatus$],
1193
1202
  ];
1194
- var UpdateScraperRequest = [
1203
+ var UpdateScraperRequest$ = [
1195
1204
  3,
1196
1205
  n0,
1197
1206
  _USR,
1198
1207
  0,
1199
1208
  [_sI, _al, _sCc, _des, _rC, _cT],
1200
- [[0, 1], 0, () => ScrapeConfiguration, () => Destination, () => RoleConfiguration, [0, 4]],
1209
+ [[0, 1], 0, () => ScrapeConfiguration$, () => Destination$, () => RoleConfiguration$, [0, 4]],
1201
1210
  ];
1202
- var UpdateScraperResponse = [
1211
+ var UpdateScraperResponse$ = [
1203
1212
  3,
1204
1213
  n0,
1205
1214
  _USRp,
1206
1215
  0,
1207
1216
  [_sI, _a, _s, _t],
1208
- [0, 0, () => ScraperStatus, 128 | 0],
1217
+ [0, 0, () => ScraperStatus$, 128 | 0],
1218
+ ];
1219
+ var UpdateWorkspaceAliasRequest$ = [
1220
+ 3,
1221
+ n0,
1222
+ _UWAR,
1223
+ 0,
1224
+ [_wI, _al, _cT],
1225
+ [[0, 1], 0, [0, 4]],
1209
1226
  ];
1210
- var UpdateWorkspaceAliasRequest = [3, n0, _UWAR, 0, [_wI, _al, _cT], [[0, 1], 0, [0, 4]]];
1211
- var UpdateWorkspaceConfigurationRequest = [
1227
+ var UpdateWorkspaceConfigurationRequest$ = [
1212
1228
  3,
1213
1229
  n0,
1214
1230
  _UWCR,
@@ -1216,15 +1232,15 @@ var UpdateWorkspaceConfigurationRequest = [
1216
1232
  [_wI, _cT, _lPLS, _rPID],
1217
1233
  [[0, 1], [0, 4], () => LimitsPerLabelSetList, 1],
1218
1234
  ];
1219
- var UpdateWorkspaceConfigurationResponse = [
1235
+ var UpdateWorkspaceConfigurationResponse$ = [
1220
1236
  3,
1221
1237
  n0,
1222
1238
  _UWCRp,
1223
1239
  0,
1224
1240
  [_s],
1225
- [() => WorkspaceConfigurationStatus],
1241
+ [() => WorkspaceConfigurationStatus$],
1226
1242
  ];
1227
- var ValidationException = [
1243
+ var ValidationException$ = [
1228
1244
  -3,
1229
1245
  n0,
1230
1246
  _VE,
@@ -1232,418 +1248,425 @@ var ValidationException = [
1232
1248
  [_m, _r, _fL],
1233
1249
  [0, 0, () => ValidationExceptionFieldList],
1234
1250
  ];
1235
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1236
- var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1237
- var VpcConfiguration = [3, n0, _VC, 0, [_sGI, _sIu], [64 | 0, 64 | 0]];
1238
- var WorkspaceConfigurationDescription = [
1251
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1252
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1253
+ var VpcConfiguration$ = [3, n0, _VC, 0, [_sGI, _sIu], [64 | 0, 64 | 0]];
1254
+ var WorkspaceConfigurationDescription$ = [
1239
1255
  3,
1240
1256
  n0,
1241
1257
  _WCD,
1242
1258
  0,
1243
1259
  [_s, _lPLS, _rPID],
1244
- [() => WorkspaceConfigurationStatus, () => LimitsPerLabelSetList, 1],
1260
+ [() => WorkspaceConfigurationStatus$, () => LimitsPerLabelSetList, 1],
1245
1261
  ];
1246
- var WorkspaceConfigurationStatus = [3, n0, _WCS, 0, [_sC, _sR], [0, 0]];
1247
- var WorkspaceDescription = [
1262
+ var WorkspaceConfigurationStatus$ = [3, n0, _WCS, 0, [_sC, _sR], [0, 0]];
1263
+ var WorkspaceDescription$ = [
1248
1264
  3,
1249
1265
  n0,
1250
1266
  _WD,
1251
1267
  0,
1252
1268
  [_wI, _al, _a, _s, _pE, _cA, _t, _kKA],
1253
- [0, 0, 0, () => WorkspaceStatus, 0, 4, 128 | 0, 0],
1269
+ [0, 0, 0, () => WorkspaceStatus$, 0, 4, 128 | 0, 0],
1254
1270
  ];
1255
- var WorkspaceStatus = [3, n0, _WS, 0, [_sC], [0]];
1256
- var WorkspaceSummary = [
1271
+ var WorkspaceStatus$ = [3, n0, _WS, 0, [_sC], [0]];
1272
+ var WorkspaceSummary$ = [
1257
1273
  3,
1258
1274
  n0,
1259
1275
  _WSo,
1260
1276
  0,
1261
1277
  [_wI, _al, _a, _s, _cA, _t, _kKA],
1262
- [0, 0, 0, () => WorkspaceStatus, 4, 128 | 0, 0],
1278
+ [0, 0, 0, () => WorkspaceStatus$, 4, 128 | 0, 0],
1263
1279
  ];
1264
1280
  var __Unit = "unit";
1265
- var AmpServiceException = [-3, _sm, "AmpServiceException", 0, [], []];
1266
- schema.TypeRegistry.for(_sm).registerError(AmpServiceException, AmpServiceException$1);
1267
- var AnomalyDetectorSummaryList = [1, n0, _ADSL, 0, () => AnomalyDetectorSummary];
1268
- var LimitsPerLabelSetList = [1, n0, _LPLSL, 0, () => LimitsPerLabelSet];
1269
- var LoggingDestinations = [1, n0, _LDo, 0, () => LoggingDestination];
1270
- var RuleGroupsNamespaceSummaryList = [1, n0, _RGNSL, 0, () => RuleGroupsNamespaceSummary];
1271
- var ScraperComponents = [1, n0, _SCc, 0, () => ScraperComponent];
1272
- var ScraperSummaryList = [1, n0, _SSL, 0, () => ScraperSummary];
1273
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1274
- var WorkspaceSummaryList = [1, n0, _WSL, 0, () => WorkspaceSummary];
1275
- var AnomalyDetectorConfiguration = [
1281
+ var AmpServiceException$ = [-3, _sm, "AmpServiceException", 0, [], []];
1282
+ schema.TypeRegistry.for(_sm).registerError(AmpServiceException$, AmpServiceException);
1283
+ var AnomalyDetectorSummaryList = [1, n0, _ADSL, 0, () => AnomalyDetectorSummary$];
1284
+ var LimitsPerLabelSetList = [1, n0, _LPLSL, 0, () => LimitsPerLabelSet$];
1285
+ var LoggingDestinations = [1, n0, _LDo, 0, () => LoggingDestination$];
1286
+ var RuleGroupsNamespaceSummaryList = [1, n0, _RGNSL, 0, () => RuleGroupsNamespaceSummary$];
1287
+ var ScraperComponents = [1, n0, _SCc, 0, () => ScraperComponent$];
1288
+ var ScraperSummaryList = [1, n0, _SSL, 0, () => ScraperSummary$];
1289
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
1290
+ var WorkspaceSummaryList = [1, n0, _WSL, 0, () => WorkspaceSummary$];
1291
+ var AnomalyDetectorConfiguration$ = [
1276
1292
  3,
1277
1293
  n0,
1278
1294
  _ADC,
1279
1295
  0,
1280
1296
  [_rCF],
1281
- [() => RandomCutForestConfiguration],
1297
+ [() => RandomCutForestConfiguration$],
1282
1298
  ];
1283
- var AnomalyDetectorMissingDataAction = [3, n0, _ADMDA, 0, [_mAA, _sk], [2, 2]];
1284
- var Destination = [3, n0, _D, 0, [_aC], [() => AmpConfiguration]];
1285
- var IgnoreNearExpected = [3, n0, _INE, 0, [_am, _ra], [1, 1]];
1286
- var ScrapeConfiguration = [3, n0, _SCcr, 0, [_cB], [21]];
1287
- var ScraperLoggingDestination = [
1299
+ var AnomalyDetectorMissingDataAction$ = [3, n0, _ADMDA, 0, [_mAA, _sk], [2, 2]];
1300
+ var Destination$ = [3, n0, _D, 0, [_aC], [() => AmpConfiguration$]];
1301
+ var IgnoreNearExpected$ = [3, n0, _INE, 0, [_am, _ra], [1, 1]];
1302
+ var ScrapeConfiguration$ = [3, n0, _SCcr, 0, [_cB], [21]];
1303
+ var ScraperLoggingDestination$ = [
1288
1304
  3,
1289
1305
  n0,
1290
1306
  _SLD,
1291
1307
  0,
1292
1308
  [_cWL],
1293
- [() => CloudWatchLogDestination],
1309
+ [() => CloudWatchLogDestination$],
1310
+ ];
1311
+ var Source$ = [
1312
+ 3,
1313
+ n0,
1314
+ _S,
1315
+ 0,
1316
+ [_eC, _vC],
1317
+ [() => EksConfiguration$, () => VpcConfiguration$],
1294
1318
  ];
1295
- var Source = [3, n0, _S, 0, [_eC, _vC], [() => EksConfiguration, () => VpcConfiguration]];
1296
- var CreateAlertManagerDefinition = [
1319
+ var CreateAlertManagerDefinition$ = [
1297
1320
  9,
1298
1321
  n0,
1299
1322
  _CAMD,
1300
1323
  { [_h]: ["POST", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1301
- () => CreateAlertManagerDefinitionRequest,
1302
- () => CreateAlertManagerDefinitionResponse,
1324
+ () => CreateAlertManagerDefinitionRequest$,
1325
+ () => CreateAlertManagerDefinitionResponse$,
1303
1326
  ];
1304
- var CreateAnomalyDetector = [
1327
+ var CreateAnomalyDetector$ = [
1305
1328
  9,
1306
1329
  n0,
1307
1330
  _CAD,
1308
1331
  { [_h]: ["POST", "/workspaces/{workspaceId}/anomalydetectors", 202] },
1309
- () => CreateAnomalyDetectorRequest,
1310
- () => CreateAnomalyDetectorResponse,
1332
+ () => CreateAnomalyDetectorRequest$,
1333
+ () => CreateAnomalyDetectorResponse$,
1311
1334
  ];
1312
- var CreateLoggingConfiguration = [
1335
+ var CreateLoggingConfiguration$ = [
1313
1336
  9,
1314
1337
  n0,
1315
1338
  _CLC,
1316
1339
  { [_h]: ["POST", "/workspaces/{workspaceId}/logging", 202] },
1317
- () => CreateLoggingConfigurationRequest,
1318
- () => CreateLoggingConfigurationResponse,
1340
+ () => CreateLoggingConfigurationRequest$,
1341
+ () => CreateLoggingConfigurationResponse$,
1319
1342
  ];
1320
- var CreateQueryLoggingConfiguration = [
1343
+ var CreateQueryLoggingConfiguration$ = [
1321
1344
  9,
1322
1345
  n0,
1323
1346
  _CQLC,
1324
1347
  { [_h]: ["POST", "/workspaces/{workspaceId}/logging/query", 202] },
1325
- () => CreateQueryLoggingConfigurationRequest,
1326
- () => CreateQueryLoggingConfigurationResponse,
1348
+ () => CreateQueryLoggingConfigurationRequest$,
1349
+ () => CreateQueryLoggingConfigurationResponse$,
1327
1350
  ];
1328
- var CreateRuleGroupsNamespace = [
1351
+ var CreateRuleGroupsNamespace$ = [
1329
1352
  9,
1330
1353
  n0,
1331
1354
  _CRGN,
1332
1355
  { [_h]: ["POST", "/workspaces/{workspaceId}/rulegroupsnamespaces", 202] },
1333
- () => CreateRuleGroupsNamespaceRequest,
1334
- () => CreateRuleGroupsNamespaceResponse,
1356
+ () => CreateRuleGroupsNamespaceRequest$,
1357
+ () => CreateRuleGroupsNamespaceResponse$,
1335
1358
  ];
1336
- var CreateScraper = [
1359
+ var CreateScraper$ = [
1337
1360
  9,
1338
1361
  n0,
1339
1362
  _CS,
1340
1363
  { [_h]: ["POST", "/scrapers", 202] },
1341
- () => CreateScraperRequest,
1342
- () => CreateScraperResponse,
1364
+ () => CreateScraperRequest$,
1365
+ () => CreateScraperResponse$,
1343
1366
  ];
1344
- var CreateWorkspace = [
1367
+ var CreateWorkspace$ = [
1345
1368
  9,
1346
1369
  n0,
1347
1370
  _CW,
1348
1371
  { [_h]: ["POST", "/workspaces", 202] },
1349
- () => CreateWorkspaceRequest,
1350
- () => CreateWorkspaceResponse,
1372
+ () => CreateWorkspaceRequest$,
1373
+ () => CreateWorkspaceResponse$,
1351
1374
  ];
1352
- var DeleteAlertManagerDefinition = [
1375
+ var DeleteAlertManagerDefinition$ = [
1353
1376
  9,
1354
1377
  n0,
1355
1378
  _DAMD,
1356
1379
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1357
- () => DeleteAlertManagerDefinitionRequest,
1380
+ () => DeleteAlertManagerDefinitionRequest$,
1358
1381
  () => __Unit,
1359
1382
  ];
1360
- var DeleteAnomalyDetector = [
1383
+ var DeleteAnomalyDetector$ = [
1361
1384
  9,
1362
1385
  n0,
1363
1386
  _DAD,
1364
1387
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202] },
1365
- () => DeleteAnomalyDetectorRequest,
1388
+ () => DeleteAnomalyDetectorRequest$,
1366
1389
  () => __Unit,
1367
1390
  ];
1368
- var DeleteLoggingConfiguration = [
1391
+ var DeleteLoggingConfiguration$ = [
1369
1392
  9,
1370
1393
  n0,
1371
1394
  _DLC,
1372
1395
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/logging", 202] },
1373
- () => DeleteLoggingConfigurationRequest,
1396
+ () => DeleteLoggingConfigurationRequest$,
1374
1397
  () => __Unit,
1375
1398
  ];
1376
- var DeleteQueryLoggingConfiguration = [
1399
+ var DeleteQueryLoggingConfiguration$ = [
1377
1400
  9,
1378
1401
  n0,
1379
1402
  _DQLC,
1380
1403
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/logging/query", 202] },
1381
- () => DeleteQueryLoggingConfigurationRequest,
1404
+ () => DeleteQueryLoggingConfigurationRequest$,
1382
1405
  () => __Unit,
1383
1406
  ];
1384
- var DeleteResourcePolicy = [
1407
+ var DeleteResourcePolicy$ = [
1385
1408
  9,
1386
1409
  n0,
1387
1410
  _DRP,
1388
1411
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/policy", 202] },
1389
- () => DeleteResourcePolicyRequest,
1412
+ () => DeleteResourcePolicyRequest$,
1390
1413
  () => __Unit,
1391
1414
  ];
1392
- var DeleteRuleGroupsNamespace = [
1415
+ var DeleteRuleGroupsNamespace$ = [
1393
1416
  9,
1394
1417
  n0,
1395
1418
  _DRGN,
1396
1419
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202] },
1397
- () => DeleteRuleGroupsNamespaceRequest,
1420
+ () => DeleteRuleGroupsNamespaceRequest$,
1398
1421
  () => __Unit,
1399
1422
  ];
1400
- var DeleteScraper = [
1423
+ var DeleteScraper$ = [
1401
1424
  9,
1402
1425
  n0,
1403
1426
  _DS,
1404
1427
  { [_h]: ["DELETE", "/scrapers/{scraperId}", 202] },
1405
- () => DeleteScraperRequest,
1406
- () => DeleteScraperResponse,
1428
+ () => DeleteScraperRequest$,
1429
+ () => DeleteScraperResponse$,
1407
1430
  ];
1408
- var DeleteScraperLoggingConfiguration = [
1431
+ var DeleteScraperLoggingConfiguration$ = [
1409
1432
  9,
1410
1433
  n0,
1411
1434
  _DSLC,
1412
1435
  { [_h]: ["DELETE", "/scrapers/{scraperId}/logging-configuration", 202] },
1413
- () => DeleteScraperLoggingConfigurationRequest,
1436
+ () => DeleteScraperLoggingConfigurationRequest$,
1414
1437
  () => __Unit,
1415
1438
  ];
1416
- var DeleteWorkspace = [
1439
+ var DeleteWorkspace$ = [
1417
1440
  9,
1418
1441
  n0,
1419
1442
  _DW,
1420
1443
  { [_h]: ["DELETE", "/workspaces/{workspaceId}", 202] },
1421
- () => DeleteWorkspaceRequest,
1444
+ () => DeleteWorkspaceRequest$,
1422
1445
  () => __Unit,
1423
1446
  ];
1424
- var DescribeAlertManagerDefinition = [
1447
+ var DescribeAlertManagerDefinition$ = [
1425
1448
  9,
1426
1449
  n0,
1427
1450
  _DAMDe,
1428
1451
  { [_h]: ["GET", "/workspaces/{workspaceId}/alertmanager/definition", 200] },
1429
- () => DescribeAlertManagerDefinitionRequest,
1430
- () => DescribeAlertManagerDefinitionResponse,
1452
+ () => DescribeAlertManagerDefinitionRequest$,
1453
+ () => DescribeAlertManagerDefinitionResponse$,
1431
1454
  ];
1432
- var DescribeAnomalyDetector = [
1455
+ var DescribeAnomalyDetector$ = [
1433
1456
  9,
1434
1457
  n0,
1435
1458
  _DADe,
1436
1459
  { [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 200] },
1437
- () => DescribeAnomalyDetectorRequest,
1438
- () => DescribeAnomalyDetectorResponse,
1460
+ () => DescribeAnomalyDetectorRequest$,
1461
+ () => DescribeAnomalyDetectorResponse$,
1439
1462
  ];
1440
- var DescribeLoggingConfiguration = [
1463
+ var DescribeLoggingConfiguration$ = [
1441
1464
  9,
1442
1465
  n0,
1443
1466
  _DLCe,
1444
1467
  { [_h]: ["GET", "/workspaces/{workspaceId}/logging", 200] },
1445
- () => DescribeLoggingConfigurationRequest,
1446
- () => DescribeLoggingConfigurationResponse,
1468
+ () => DescribeLoggingConfigurationRequest$,
1469
+ () => DescribeLoggingConfigurationResponse$,
1447
1470
  ];
1448
- var DescribeQueryLoggingConfiguration = [
1471
+ var DescribeQueryLoggingConfiguration$ = [
1449
1472
  9,
1450
1473
  n0,
1451
1474
  _DQLCe,
1452
1475
  { [_h]: ["GET", "/workspaces/{workspaceId}/logging/query", 200] },
1453
- () => DescribeQueryLoggingConfigurationRequest,
1454
- () => DescribeQueryLoggingConfigurationResponse,
1476
+ () => DescribeQueryLoggingConfigurationRequest$,
1477
+ () => DescribeQueryLoggingConfigurationResponse$,
1455
1478
  ];
1456
- var DescribeResourcePolicy = [
1479
+ var DescribeResourcePolicy$ = [
1457
1480
  9,
1458
1481
  n0,
1459
1482
  _DRPe,
1460
1483
  { [_h]: ["GET", "/workspaces/{workspaceId}/policy", 200] },
1461
- () => DescribeResourcePolicyRequest,
1462
- () => DescribeResourcePolicyResponse,
1484
+ () => DescribeResourcePolicyRequest$,
1485
+ () => DescribeResourcePolicyResponse$,
1463
1486
  ];
1464
- var DescribeRuleGroupsNamespace = [
1487
+ var DescribeRuleGroupsNamespace$ = [
1465
1488
  9,
1466
1489
  n0,
1467
1490
  _DRGNe,
1468
1491
  { [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 200] },
1469
- () => DescribeRuleGroupsNamespaceRequest,
1470
- () => DescribeRuleGroupsNamespaceResponse,
1492
+ () => DescribeRuleGroupsNamespaceRequest$,
1493
+ () => DescribeRuleGroupsNamespaceResponse$,
1471
1494
  ];
1472
- var DescribeScraper = [
1495
+ var DescribeScraper$ = [
1473
1496
  9,
1474
1497
  n0,
1475
1498
  _DSe,
1476
1499
  { [_h]: ["GET", "/scrapers/{scraperId}", 200] },
1477
- () => DescribeScraperRequest,
1478
- () => DescribeScraperResponse,
1500
+ () => DescribeScraperRequest$,
1501
+ () => DescribeScraperResponse$,
1479
1502
  ];
1480
- var DescribeScraperLoggingConfiguration = [
1503
+ var DescribeScraperLoggingConfiguration$ = [
1481
1504
  9,
1482
1505
  n0,
1483
1506
  _DSLCe,
1484
1507
  { [_h]: ["GET", "/scrapers/{scraperId}/logging-configuration", 200] },
1485
- () => DescribeScraperLoggingConfigurationRequest,
1486
- () => DescribeScraperLoggingConfigurationResponse,
1508
+ () => DescribeScraperLoggingConfigurationRequest$,
1509
+ () => DescribeScraperLoggingConfigurationResponse$,
1487
1510
  ];
1488
- var DescribeWorkspace = [
1511
+ var DescribeWorkspace$ = [
1489
1512
  9,
1490
1513
  n0,
1491
1514
  _DWe,
1492
1515
  { [_h]: ["GET", "/workspaces/{workspaceId}", 200] },
1493
- () => DescribeWorkspaceRequest,
1494
- () => DescribeWorkspaceResponse,
1516
+ () => DescribeWorkspaceRequest$,
1517
+ () => DescribeWorkspaceResponse$,
1495
1518
  ];
1496
- var DescribeWorkspaceConfiguration = [
1519
+ var DescribeWorkspaceConfiguration$ = [
1497
1520
  9,
1498
1521
  n0,
1499
1522
  _DWC,
1500
1523
  { [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200] },
1501
- () => DescribeWorkspaceConfigurationRequest,
1502
- () => DescribeWorkspaceConfigurationResponse,
1524
+ () => DescribeWorkspaceConfigurationRequest$,
1525
+ () => DescribeWorkspaceConfigurationResponse$,
1503
1526
  ];
1504
- var GetDefaultScraperConfiguration = [
1527
+ var GetDefaultScraperConfiguration$ = [
1505
1528
  9,
1506
1529
  n0,
1507
1530
  _GDSC,
1508
1531
  { [_h]: ["GET", "/scraperconfiguration", 200] },
1509
- () => GetDefaultScraperConfigurationRequest,
1510
- () => GetDefaultScraperConfigurationResponse,
1532
+ () => GetDefaultScraperConfigurationRequest$,
1533
+ () => GetDefaultScraperConfigurationResponse$,
1511
1534
  ];
1512
- var ListAnomalyDetectors = [
1535
+ var ListAnomalyDetectors$ = [
1513
1536
  9,
1514
1537
  n0,
1515
1538
  _LAD,
1516
1539
  { [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors", 200] },
1517
- () => ListAnomalyDetectorsRequest,
1518
- () => ListAnomalyDetectorsResponse,
1540
+ () => ListAnomalyDetectorsRequest$,
1541
+ () => ListAnomalyDetectorsResponse$,
1519
1542
  ];
1520
- var ListRuleGroupsNamespaces = [
1543
+ var ListRuleGroupsNamespaces$ = [
1521
1544
  9,
1522
1545
  n0,
1523
1546
  _LRGN,
1524
1547
  { [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces", 200] },
1525
- () => ListRuleGroupsNamespacesRequest,
1526
- () => ListRuleGroupsNamespacesResponse,
1548
+ () => ListRuleGroupsNamespacesRequest$,
1549
+ () => ListRuleGroupsNamespacesResponse$,
1527
1550
  ];
1528
- var ListScrapers = [
1551
+ var ListScrapers$ = [
1529
1552
  9,
1530
1553
  n0,
1531
1554
  _LS,
1532
1555
  { [_h]: ["GET", "/scrapers", 200] },
1533
- () => ListScrapersRequest,
1534
- () => ListScrapersResponse,
1556
+ () => ListScrapersRequest$,
1557
+ () => ListScrapersResponse$,
1535
1558
  ];
1536
- var ListTagsForResource = [
1559
+ var ListTagsForResource$ = [
1537
1560
  9,
1538
1561
  n0,
1539
1562
  _LTFR,
1540
1563
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1541
- () => ListTagsForResourceRequest,
1542
- () => ListTagsForResourceResponse,
1564
+ () => ListTagsForResourceRequest$,
1565
+ () => ListTagsForResourceResponse$,
1543
1566
  ];
1544
- var ListWorkspaces = [
1567
+ var ListWorkspaces$ = [
1545
1568
  9,
1546
1569
  n0,
1547
1570
  _LW,
1548
1571
  { [_h]: ["GET", "/workspaces", 200] },
1549
- () => ListWorkspacesRequest,
1550
- () => ListWorkspacesResponse,
1572
+ () => ListWorkspacesRequest$,
1573
+ () => ListWorkspacesResponse$,
1551
1574
  ];
1552
- var PutAlertManagerDefinition = [
1575
+ var PutAlertManagerDefinition$ = [
1553
1576
  9,
1554
1577
  n0,
1555
1578
  _PAMD,
1556
1579
  { [_h]: ["PUT", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1557
- () => PutAlertManagerDefinitionRequest,
1558
- () => PutAlertManagerDefinitionResponse,
1580
+ () => PutAlertManagerDefinitionRequest$,
1581
+ () => PutAlertManagerDefinitionResponse$,
1559
1582
  ];
1560
- var PutAnomalyDetector = [
1583
+ var PutAnomalyDetector$ = [
1561
1584
  9,
1562
1585
  n0,
1563
1586
  _PAD,
1564
1587
  { [_h]: ["PUT", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202] },
1565
- () => PutAnomalyDetectorRequest,
1566
- () => PutAnomalyDetectorResponse,
1588
+ () => PutAnomalyDetectorRequest$,
1589
+ () => PutAnomalyDetectorResponse$,
1567
1590
  ];
1568
- var PutResourcePolicy = [
1591
+ var PutResourcePolicy$ = [
1569
1592
  9,
1570
1593
  n0,
1571
1594
  _PRP,
1572
1595
  { [_h]: ["PUT", "/workspaces/{workspaceId}/policy", 202] },
1573
- () => PutResourcePolicyRequest,
1574
- () => PutResourcePolicyResponse,
1596
+ () => PutResourcePolicyRequest$,
1597
+ () => PutResourcePolicyResponse$,
1575
1598
  ];
1576
- var PutRuleGroupsNamespace = [
1599
+ var PutRuleGroupsNamespace$ = [
1577
1600
  9,
1578
1601
  n0,
1579
1602
  _PRGN,
1580
1603
  { [_h]: ["PUT", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202] },
1581
- () => PutRuleGroupsNamespaceRequest,
1582
- () => PutRuleGroupsNamespaceResponse,
1604
+ () => PutRuleGroupsNamespaceRequest$,
1605
+ () => PutRuleGroupsNamespaceResponse$,
1583
1606
  ];
1584
- var TagResource = [
1607
+ var TagResource$ = [
1585
1608
  9,
1586
1609
  n0,
1587
1610
  _TR,
1588
1611
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1589
- () => TagResourceRequest,
1590
- () => TagResourceResponse,
1612
+ () => TagResourceRequest$,
1613
+ () => TagResourceResponse$,
1591
1614
  ];
1592
- var UntagResource = [
1615
+ var UntagResource$ = [
1593
1616
  9,
1594
1617
  n0,
1595
1618
  _UR,
1596
1619
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1597
- () => UntagResourceRequest,
1598
- () => UntagResourceResponse,
1620
+ () => UntagResourceRequest$,
1621
+ () => UntagResourceResponse$,
1599
1622
  ];
1600
- var UpdateLoggingConfiguration = [
1623
+ var UpdateLoggingConfiguration$ = [
1601
1624
  9,
1602
1625
  n0,
1603
1626
  _ULC,
1604
1627
  { [_h]: ["PUT", "/workspaces/{workspaceId}/logging", 202] },
1605
- () => UpdateLoggingConfigurationRequest,
1606
- () => UpdateLoggingConfigurationResponse,
1628
+ () => UpdateLoggingConfigurationRequest$,
1629
+ () => UpdateLoggingConfigurationResponse$,
1607
1630
  ];
1608
- var UpdateQueryLoggingConfiguration = [
1631
+ var UpdateQueryLoggingConfiguration$ = [
1609
1632
  9,
1610
1633
  n0,
1611
1634
  _UQLC,
1612
1635
  { [_h]: ["PUT", "/workspaces/{workspaceId}/logging/query", 202] },
1613
- () => UpdateQueryLoggingConfigurationRequest,
1614
- () => UpdateQueryLoggingConfigurationResponse,
1636
+ () => UpdateQueryLoggingConfigurationRequest$,
1637
+ () => UpdateQueryLoggingConfigurationResponse$,
1615
1638
  ];
1616
- var UpdateScraper = [
1639
+ var UpdateScraper$ = [
1617
1640
  9,
1618
1641
  n0,
1619
1642
  _US,
1620
1643
  { [_h]: ["PUT", "/scrapers/{scraperId}", 202] },
1621
- () => UpdateScraperRequest,
1622
- () => UpdateScraperResponse,
1644
+ () => UpdateScraperRequest$,
1645
+ () => UpdateScraperResponse$,
1623
1646
  ];
1624
- var UpdateScraperLoggingConfiguration = [
1647
+ var UpdateScraperLoggingConfiguration$ = [
1625
1648
  9,
1626
1649
  n0,
1627
1650
  _USLC,
1628
1651
  { [_h]: ["PUT", "/scrapers/{scraperId}/logging-configuration", 202] },
1629
- () => UpdateScraperLoggingConfigurationRequest,
1630
- () => UpdateScraperLoggingConfigurationResponse,
1652
+ () => UpdateScraperLoggingConfigurationRequest$,
1653
+ () => UpdateScraperLoggingConfigurationResponse$,
1631
1654
  ];
1632
- var UpdateWorkspaceAlias = [
1655
+ var UpdateWorkspaceAlias$ = [
1633
1656
  9,
1634
1657
  n0,
1635
1658
  _UWA,
1636
1659
  { [_h]: ["POST", "/workspaces/{workspaceId}/alias", 204] },
1637
- () => UpdateWorkspaceAliasRequest,
1660
+ () => UpdateWorkspaceAliasRequest$,
1638
1661
  () => __Unit,
1639
1662
  ];
1640
- var UpdateWorkspaceConfiguration = [
1663
+ var UpdateWorkspaceConfiguration$ = [
1641
1664
  9,
1642
1665
  n0,
1643
1666
  _UWC,
1644
1667
  { [_h]: ["PATCH", "/workspaces/{workspaceId}/configuration", 202] },
1645
- () => UpdateWorkspaceConfigurationRequest,
1646
- () => UpdateWorkspaceConfigurationResponse,
1668
+ () => UpdateWorkspaceConfigurationRequest$,
1669
+ () => UpdateWorkspaceConfigurationResponse$,
1647
1670
  ];
1648
1671
 
1649
1672
  class CreateAlertManagerDefinitionCommand extends smithyClient.Command
@@ -1654,7 +1677,7 @@ class CreateAlertManagerDefinitionCommand extends smithyClient.Command
1654
1677
  })
1655
1678
  .s("AmazonPrometheusService", "CreateAlertManagerDefinition", {})
1656
1679
  .n("AmpClient", "CreateAlertManagerDefinitionCommand")
1657
- .sc(CreateAlertManagerDefinition)
1680
+ .sc(CreateAlertManagerDefinition$)
1658
1681
  .build() {
1659
1682
  }
1660
1683
 
@@ -1666,7 +1689,7 @@ class CreateAnomalyDetectorCommand extends smithyClient.Command
1666
1689
  })
1667
1690
  .s("AmazonPrometheusService", "CreateAnomalyDetector", {})
1668
1691
  .n("AmpClient", "CreateAnomalyDetectorCommand")
1669
- .sc(CreateAnomalyDetector)
1692
+ .sc(CreateAnomalyDetector$)
1670
1693
  .build() {
1671
1694
  }
1672
1695
 
@@ -1678,7 +1701,7 @@ class CreateLoggingConfigurationCommand extends smithyClient.Command
1678
1701
  })
1679
1702
  .s("AmazonPrometheusService", "CreateLoggingConfiguration", {})
1680
1703
  .n("AmpClient", "CreateLoggingConfigurationCommand")
1681
- .sc(CreateLoggingConfiguration)
1704
+ .sc(CreateLoggingConfiguration$)
1682
1705
  .build() {
1683
1706
  }
1684
1707
 
@@ -1690,7 +1713,7 @@ class CreateQueryLoggingConfigurationCommand extends smithyClient.Command
1690
1713
  })
1691
1714
  .s("AmazonPrometheusService", "CreateQueryLoggingConfiguration", {})
1692
1715
  .n("AmpClient", "CreateQueryLoggingConfigurationCommand")
1693
- .sc(CreateQueryLoggingConfiguration)
1716
+ .sc(CreateQueryLoggingConfiguration$)
1694
1717
  .build() {
1695
1718
  }
1696
1719
 
@@ -1702,7 +1725,7 @@ class CreateRuleGroupsNamespaceCommand extends smithyClient.Command
1702
1725
  })
1703
1726
  .s("AmazonPrometheusService", "CreateRuleGroupsNamespace", {})
1704
1727
  .n("AmpClient", "CreateRuleGroupsNamespaceCommand")
1705
- .sc(CreateRuleGroupsNamespace)
1728
+ .sc(CreateRuleGroupsNamespace$)
1706
1729
  .build() {
1707
1730
  }
1708
1731
 
@@ -1714,7 +1737,7 @@ class CreateScraperCommand extends smithyClient.Command
1714
1737
  })
1715
1738
  .s("AmazonPrometheusService", "CreateScraper", {})
1716
1739
  .n("AmpClient", "CreateScraperCommand")
1717
- .sc(CreateScraper)
1740
+ .sc(CreateScraper$)
1718
1741
  .build() {
1719
1742
  }
1720
1743
 
@@ -1726,7 +1749,7 @@ class CreateWorkspaceCommand extends smithyClient.Command
1726
1749
  })
1727
1750
  .s("AmazonPrometheusService", "CreateWorkspace", {})
1728
1751
  .n("AmpClient", "CreateWorkspaceCommand")
1729
- .sc(CreateWorkspace)
1752
+ .sc(CreateWorkspace$)
1730
1753
  .build() {
1731
1754
  }
1732
1755
 
@@ -1738,7 +1761,7 @@ class DeleteAlertManagerDefinitionCommand extends smithyClient.Command
1738
1761
  })
1739
1762
  .s("AmazonPrometheusService", "DeleteAlertManagerDefinition", {})
1740
1763
  .n("AmpClient", "DeleteAlertManagerDefinitionCommand")
1741
- .sc(DeleteAlertManagerDefinition)
1764
+ .sc(DeleteAlertManagerDefinition$)
1742
1765
  .build() {
1743
1766
  }
1744
1767
 
@@ -1750,7 +1773,7 @@ class DeleteAnomalyDetectorCommand extends smithyClient.Command
1750
1773
  })
1751
1774
  .s("AmazonPrometheusService", "DeleteAnomalyDetector", {})
1752
1775
  .n("AmpClient", "DeleteAnomalyDetectorCommand")
1753
- .sc(DeleteAnomalyDetector)
1776
+ .sc(DeleteAnomalyDetector$)
1754
1777
  .build() {
1755
1778
  }
1756
1779
 
@@ -1762,7 +1785,7 @@ class DeleteLoggingConfigurationCommand extends smithyClient.Command
1762
1785
  })
1763
1786
  .s("AmazonPrometheusService", "DeleteLoggingConfiguration", {})
1764
1787
  .n("AmpClient", "DeleteLoggingConfigurationCommand")
1765
- .sc(DeleteLoggingConfiguration)
1788
+ .sc(DeleteLoggingConfiguration$)
1766
1789
  .build() {
1767
1790
  }
1768
1791
 
@@ -1774,7 +1797,7 @@ class DeleteQueryLoggingConfigurationCommand extends smithyClient.Command
1774
1797
  })
1775
1798
  .s("AmazonPrometheusService", "DeleteQueryLoggingConfiguration", {})
1776
1799
  .n("AmpClient", "DeleteQueryLoggingConfigurationCommand")
1777
- .sc(DeleteQueryLoggingConfiguration)
1800
+ .sc(DeleteQueryLoggingConfiguration$)
1778
1801
  .build() {
1779
1802
  }
1780
1803
 
@@ -1786,7 +1809,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
1786
1809
  })
1787
1810
  .s("AmazonPrometheusService", "DeleteResourcePolicy", {})
1788
1811
  .n("AmpClient", "DeleteResourcePolicyCommand")
1789
- .sc(DeleteResourcePolicy)
1812
+ .sc(DeleteResourcePolicy$)
1790
1813
  .build() {
1791
1814
  }
1792
1815
 
@@ -1798,7 +1821,7 @@ class DeleteRuleGroupsNamespaceCommand extends smithyClient.Command
1798
1821
  })
1799
1822
  .s("AmazonPrometheusService", "DeleteRuleGroupsNamespace", {})
1800
1823
  .n("AmpClient", "DeleteRuleGroupsNamespaceCommand")
1801
- .sc(DeleteRuleGroupsNamespace)
1824
+ .sc(DeleteRuleGroupsNamespace$)
1802
1825
  .build() {
1803
1826
  }
1804
1827
 
@@ -1810,7 +1833,7 @@ class DeleteScraperCommand extends smithyClient.Command
1810
1833
  })
1811
1834
  .s("AmazonPrometheusService", "DeleteScraper", {})
1812
1835
  .n("AmpClient", "DeleteScraperCommand")
1813
- .sc(DeleteScraper)
1836
+ .sc(DeleteScraper$)
1814
1837
  .build() {
1815
1838
  }
1816
1839
 
@@ -1822,7 +1845,7 @@ class DeleteScraperLoggingConfigurationCommand extends smithyClient.Command
1822
1845
  })
1823
1846
  .s("AmazonPrometheusService", "DeleteScraperLoggingConfiguration", {})
1824
1847
  .n("AmpClient", "DeleteScraperLoggingConfigurationCommand")
1825
- .sc(DeleteScraperLoggingConfiguration)
1848
+ .sc(DeleteScraperLoggingConfiguration$)
1826
1849
  .build() {
1827
1850
  }
1828
1851
 
@@ -1834,7 +1857,7 @@ class DeleteWorkspaceCommand extends smithyClient.Command
1834
1857
  })
1835
1858
  .s("AmazonPrometheusService", "DeleteWorkspace", {})
1836
1859
  .n("AmpClient", "DeleteWorkspaceCommand")
1837
- .sc(DeleteWorkspace)
1860
+ .sc(DeleteWorkspace$)
1838
1861
  .build() {
1839
1862
  }
1840
1863
 
@@ -1846,7 +1869,7 @@ class DescribeAlertManagerDefinitionCommand extends smithyClient.Command
1846
1869
  })
1847
1870
  .s("AmazonPrometheusService", "DescribeAlertManagerDefinition", {})
1848
1871
  .n("AmpClient", "DescribeAlertManagerDefinitionCommand")
1849
- .sc(DescribeAlertManagerDefinition)
1872
+ .sc(DescribeAlertManagerDefinition$)
1850
1873
  .build() {
1851
1874
  }
1852
1875
 
@@ -1858,7 +1881,7 @@ class DescribeAnomalyDetectorCommand extends smithyClient.Command
1858
1881
  })
1859
1882
  .s("AmazonPrometheusService", "DescribeAnomalyDetector", {})
1860
1883
  .n("AmpClient", "DescribeAnomalyDetectorCommand")
1861
- .sc(DescribeAnomalyDetector)
1884
+ .sc(DescribeAnomalyDetector$)
1862
1885
  .build() {
1863
1886
  }
1864
1887
 
@@ -1870,7 +1893,7 @@ class DescribeLoggingConfigurationCommand extends smithyClient.Command
1870
1893
  })
1871
1894
  .s("AmazonPrometheusService", "DescribeLoggingConfiguration", {})
1872
1895
  .n("AmpClient", "DescribeLoggingConfigurationCommand")
1873
- .sc(DescribeLoggingConfiguration)
1896
+ .sc(DescribeLoggingConfiguration$)
1874
1897
  .build() {
1875
1898
  }
1876
1899
 
@@ -1882,7 +1905,7 @@ class DescribeQueryLoggingConfigurationCommand extends smithyClient.Command
1882
1905
  })
1883
1906
  .s("AmazonPrometheusService", "DescribeQueryLoggingConfiguration", {})
1884
1907
  .n("AmpClient", "DescribeQueryLoggingConfigurationCommand")
1885
- .sc(DescribeQueryLoggingConfiguration)
1908
+ .sc(DescribeQueryLoggingConfiguration$)
1886
1909
  .build() {
1887
1910
  }
1888
1911
 
@@ -1894,7 +1917,7 @@ class DescribeResourcePolicyCommand extends smithyClient.Command
1894
1917
  })
1895
1918
  .s("AmazonPrometheusService", "DescribeResourcePolicy", {})
1896
1919
  .n("AmpClient", "DescribeResourcePolicyCommand")
1897
- .sc(DescribeResourcePolicy)
1920
+ .sc(DescribeResourcePolicy$)
1898
1921
  .build() {
1899
1922
  }
1900
1923
 
@@ -1906,7 +1929,7 @@ class DescribeRuleGroupsNamespaceCommand extends smithyClient.Command
1906
1929
  })
1907
1930
  .s("AmazonPrometheusService", "DescribeRuleGroupsNamespace", {})
1908
1931
  .n("AmpClient", "DescribeRuleGroupsNamespaceCommand")
1909
- .sc(DescribeRuleGroupsNamespace)
1932
+ .sc(DescribeRuleGroupsNamespace$)
1910
1933
  .build() {
1911
1934
  }
1912
1935
 
@@ -1918,7 +1941,7 @@ class DescribeScraperCommand extends smithyClient.Command
1918
1941
  })
1919
1942
  .s("AmazonPrometheusService", "DescribeScraper", {})
1920
1943
  .n("AmpClient", "DescribeScraperCommand")
1921
- .sc(DescribeScraper)
1944
+ .sc(DescribeScraper$)
1922
1945
  .build() {
1923
1946
  }
1924
1947
 
@@ -1930,7 +1953,7 @@ class DescribeScraperLoggingConfigurationCommand extends smithyClient.Command
1930
1953
  })
1931
1954
  .s("AmazonPrometheusService", "DescribeScraperLoggingConfiguration", {})
1932
1955
  .n("AmpClient", "DescribeScraperLoggingConfigurationCommand")
1933
- .sc(DescribeScraperLoggingConfiguration)
1956
+ .sc(DescribeScraperLoggingConfiguration$)
1934
1957
  .build() {
1935
1958
  }
1936
1959
 
@@ -1942,7 +1965,7 @@ class DescribeWorkspaceCommand extends smithyClient.Command
1942
1965
  })
1943
1966
  .s("AmazonPrometheusService", "DescribeWorkspace", {})
1944
1967
  .n("AmpClient", "DescribeWorkspaceCommand")
1945
- .sc(DescribeWorkspace)
1968
+ .sc(DescribeWorkspace$)
1946
1969
  .build() {
1947
1970
  }
1948
1971
 
@@ -1954,7 +1977,7 @@ class DescribeWorkspaceConfigurationCommand extends smithyClient.Command
1954
1977
  })
1955
1978
  .s("AmazonPrometheusService", "DescribeWorkspaceConfiguration", {})
1956
1979
  .n("AmpClient", "DescribeWorkspaceConfigurationCommand")
1957
- .sc(DescribeWorkspaceConfiguration)
1980
+ .sc(DescribeWorkspaceConfiguration$)
1958
1981
  .build() {
1959
1982
  }
1960
1983
 
@@ -1966,7 +1989,7 @@ class GetDefaultScraperConfigurationCommand extends smithyClient.Command
1966
1989
  })
1967
1990
  .s("AmazonPrometheusService", "GetDefaultScraperConfiguration", {})
1968
1991
  .n("AmpClient", "GetDefaultScraperConfigurationCommand")
1969
- .sc(GetDefaultScraperConfiguration)
1992
+ .sc(GetDefaultScraperConfiguration$)
1970
1993
  .build() {
1971
1994
  }
1972
1995
 
@@ -1978,7 +2001,7 @@ class ListAnomalyDetectorsCommand extends smithyClient.Command
1978
2001
  })
1979
2002
  .s("AmazonPrometheusService", "ListAnomalyDetectors", {})
1980
2003
  .n("AmpClient", "ListAnomalyDetectorsCommand")
1981
- .sc(ListAnomalyDetectors)
2004
+ .sc(ListAnomalyDetectors$)
1982
2005
  .build() {
1983
2006
  }
1984
2007
 
@@ -1990,7 +2013,7 @@ class ListRuleGroupsNamespacesCommand extends smithyClient.Command
1990
2013
  })
1991
2014
  .s("AmazonPrometheusService", "ListRuleGroupsNamespaces", {})
1992
2015
  .n("AmpClient", "ListRuleGroupsNamespacesCommand")
1993
- .sc(ListRuleGroupsNamespaces)
2016
+ .sc(ListRuleGroupsNamespaces$)
1994
2017
  .build() {
1995
2018
  }
1996
2019
 
@@ -2002,7 +2025,7 @@ class ListScrapersCommand extends smithyClient.Command
2002
2025
  })
2003
2026
  .s("AmazonPrometheusService", "ListScrapers", {})
2004
2027
  .n("AmpClient", "ListScrapersCommand")
2005
- .sc(ListScrapers)
2028
+ .sc(ListScrapers$)
2006
2029
  .build() {
2007
2030
  }
2008
2031
 
@@ -2014,7 +2037,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2014
2037
  })
2015
2038
  .s("AmazonPrometheusService", "ListTagsForResource", {})
2016
2039
  .n("AmpClient", "ListTagsForResourceCommand")
2017
- .sc(ListTagsForResource)
2040
+ .sc(ListTagsForResource$)
2018
2041
  .build() {
2019
2042
  }
2020
2043
 
@@ -2026,7 +2049,7 @@ class ListWorkspacesCommand extends smithyClient.Command
2026
2049
  })
2027
2050
  .s("AmazonPrometheusService", "ListWorkspaces", {})
2028
2051
  .n("AmpClient", "ListWorkspacesCommand")
2029
- .sc(ListWorkspaces)
2052
+ .sc(ListWorkspaces$)
2030
2053
  .build() {
2031
2054
  }
2032
2055
 
@@ -2038,7 +2061,7 @@ class PutAlertManagerDefinitionCommand extends smithyClient.Command
2038
2061
  })
2039
2062
  .s("AmazonPrometheusService", "PutAlertManagerDefinition", {})
2040
2063
  .n("AmpClient", "PutAlertManagerDefinitionCommand")
2041
- .sc(PutAlertManagerDefinition)
2064
+ .sc(PutAlertManagerDefinition$)
2042
2065
  .build() {
2043
2066
  }
2044
2067
 
@@ -2050,7 +2073,7 @@ class PutAnomalyDetectorCommand extends smithyClient.Command
2050
2073
  })
2051
2074
  .s("AmazonPrometheusService", "PutAnomalyDetector", {})
2052
2075
  .n("AmpClient", "PutAnomalyDetectorCommand")
2053
- .sc(PutAnomalyDetector)
2076
+ .sc(PutAnomalyDetector$)
2054
2077
  .build() {
2055
2078
  }
2056
2079
 
@@ -2062,7 +2085,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
2062
2085
  })
2063
2086
  .s("AmazonPrometheusService", "PutResourcePolicy", {})
2064
2087
  .n("AmpClient", "PutResourcePolicyCommand")
2065
- .sc(PutResourcePolicy)
2088
+ .sc(PutResourcePolicy$)
2066
2089
  .build() {
2067
2090
  }
2068
2091
 
@@ -2074,7 +2097,7 @@ class PutRuleGroupsNamespaceCommand extends smithyClient.Command
2074
2097
  })
2075
2098
  .s("AmazonPrometheusService", "PutRuleGroupsNamespace", {})
2076
2099
  .n("AmpClient", "PutRuleGroupsNamespaceCommand")
2077
- .sc(PutRuleGroupsNamespace)
2100
+ .sc(PutRuleGroupsNamespace$)
2078
2101
  .build() {
2079
2102
  }
2080
2103
 
@@ -2086,7 +2109,7 @@ class TagResourceCommand extends smithyClient.Command
2086
2109
  })
2087
2110
  .s("AmazonPrometheusService", "TagResource", {})
2088
2111
  .n("AmpClient", "TagResourceCommand")
2089
- .sc(TagResource)
2112
+ .sc(TagResource$)
2090
2113
  .build() {
2091
2114
  }
2092
2115
 
@@ -2098,7 +2121,7 @@ class UntagResourceCommand extends smithyClient.Command
2098
2121
  })
2099
2122
  .s("AmazonPrometheusService", "UntagResource", {})
2100
2123
  .n("AmpClient", "UntagResourceCommand")
2101
- .sc(UntagResource)
2124
+ .sc(UntagResource$)
2102
2125
  .build() {
2103
2126
  }
2104
2127
 
@@ -2110,7 +2133,7 @@ class UpdateLoggingConfigurationCommand extends smithyClient.Command
2110
2133
  })
2111
2134
  .s("AmazonPrometheusService", "UpdateLoggingConfiguration", {})
2112
2135
  .n("AmpClient", "UpdateLoggingConfigurationCommand")
2113
- .sc(UpdateLoggingConfiguration)
2136
+ .sc(UpdateLoggingConfiguration$)
2114
2137
  .build() {
2115
2138
  }
2116
2139
 
@@ -2122,7 +2145,7 @@ class UpdateQueryLoggingConfigurationCommand extends smithyClient.Command
2122
2145
  })
2123
2146
  .s("AmazonPrometheusService", "UpdateQueryLoggingConfiguration", {})
2124
2147
  .n("AmpClient", "UpdateQueryLoggingConfigurationCommand")
2125
- .sc(UpdateQueryLoggingConfiguration)
2148
+ .sc(UpdateQueryLoggingConfiguration$)
2126
2149
  .build() {
2127
2150
  }
2128
2151
 
@@ -2134,7 +2157,7 @@ class UpdateScraperCommand extends smithyClient.Command
2134
2157
  })
2135
2158
  .s("AmazonPrometheusService", "UpdateScraper", {})
2136
2159
  .n("AmpClient", "UpdateScraperCommand")
2137
- .sc(UpdateScraper)
2160
+ .sc(UpdateScraper$)
2138
2161
  .build() {
2139
2162
  }
2140
2163
 
@@ -2146,7 +2169,7 @@ class UpdateScraperLoggingConfigurationCommand extends smithyClient.Command
2146
2169
  })
2147
2170
  .s("AmazonPrometheusService", "UpdateScraperLoggingConfiguration", {})
2148
2171
  .n("AmpClient", "UpdateScraperLoggingConfigurationCommand")
2149
- .sc(UpdateScraperLoggingConfiguration)
2172
+ .sc(UpdateScraperLoggingConfiguration$)
2150
2173
  .build() {
2151
2174
  }
2152
2175
 
@@ -2158,7 +2181,7 @@ class UpdateWorkspaceAliasCommand extends smithyClient.Command
2158
2181
  })
2159
2182
  .s("AmazonPrometheusService", "UpdateWorkspaceAlias", {})
2160
2183
  .n("AmpClient", "UpdateWorkspaceAliasCommand")
2161
- .sc(UpdateWorkspaceAlias)
2184
+ .sc(UpdateWorkspaceAlias$)
2162
2185
  .build() {
2163
2186
  }
2164
2187
 
@@ -2170,7 +2193,7 @@ class UpdateWorkspaceConfigurationCommand extends smithyClient.Command
2170
2193
  })
2171
2194
  .s("AmazonPrometheusService", "UpdateWorkspaceConfiguration", {})
2172
2195
  .n("AmpClient", "UpdateWorkspaceConfigurationCommand")
2173
- .sc(UpdateWorkspaceConfiguration)
2196
+ .sc(UpdateWorkspaceConfiguration$)
2174
2197
  .build() {
2175
2198
  }
2176
2199
 
@@ -2562,72 +2585,244 @@ Object.defineProperty(exports, "__Client", {
2562
2585
  enumerable: true,
2563
2586
  get: function () { return smithyClient.Client; }
2564
2587
  });
2565
- exports.AccessDeniedException = AccessDeniedException$1;
2588
+ exports.AccessDeniedException = AccessDeniedException;
2589
+ exports.AccessDeniedException$ = AccessDeniedException$;
2590
+ exports.AlertManagerDefinitionDescription$ = AlertManagerDefinitionDescription$;
2591
+ exports.AlertManagerDefinitionStatus$ = AlertManagerDefinitionStatus$;
2566
2592
  exports.AlertManagerDefinitionStatusCode = AlertManagerDefinitionStatusCode;
2567
2593
  exports.Amp = Amp;
2568
2594
  exports.AmpClient = AmpClient;
2569
- exports.AmpServiceException = AmpServiceException$1;
2595
+ exports.AmpConfiguration$ = AmpConfiguration$;
2596
+ exports.AmpServiceException = AmpServiceException;
2597
+ exports.AmpServiceException$ = AmpServiceException$;
2598
+ exports.AnomalyDetectorConfiguration$ = AnomalyDetectorConfiguration$;
2599
+ exports.AnomalyDetectorDescription$ = AnomalyDetectorDescription$;
2600
+ exports.AnomalyDetectorMissingDataAction$ = AnomalyDetectorMissingDataAction$;
2601
+ exports.AnomalyDetectorStatus$ = AnomalyDetectorStatus$;
2570
2602
  exports.AnomalyDetectorStatusCode = AnomalyDetectorStatusCode;
2571
- exports.ConflictException = ConflictException$1;
2603
+ exports.AnomalyDetectorSummary$ = AnomalyDetectorSummary$;
2604
+ exports.CloudWatchLogDestination$ = CloudWatchLogDestination$;
2605
+ exports.ComponentConfig$ = ComponentConfig$;
2606
+ exports.ConflictException = ConflictException;
2607
+ exports.ConflictException$ = ConflictException$;
2608
+ exports.CreateAlertManagerDefinition$ = CreateAlertManagerDefinition$;
2572
2609
  exports.CreateAlertManagerDefinitionCommand = CreateAlertManagerDefinitionCommand;
2610
+ exports.CreateAlertManagerDefinitionRequest$ = CreateAlertManagerDefinitionRequest$;
2611
+ exports.CreateAlertManagerDefinitionResponse$ = CreateAlertManagerDefinitionResponse$;
2612
+ exports.CreateAnomalyDetector$ = CreateAnomalyDetector$;
2573
2613
  exports.CreateAnomalyDetectorCommand = CreateAnomalyDetectorCommand;
2614
+ exports.CreateAnomalyDetectorRequest$ = CreateAnomalyDetectorRequest$;
2615
+ exports.CreateAnomalyDetectorResponse$ = CreateAnomalyDetectorResponse$;
2616
+ exports.CreateLoggingConfiguration$ = CreateLoggingConfiguration$;
2574
2617
  exports.CreateLoggingConfigurationCommand = CreateLoggingConfigurationCommand;
2618
+ exports.CreateLoggingConfigurationRequest$ = CreateLoggingConfigurationRequest$;
2619
+ exports.CreateLoggingConfigurationResponse$ = CreateLoggingConfigurationResponse$;
2620
+ exports.CreateQueryLoggingConfiguration$ = CreateQueryLoggingConfiguration$;
2575
2621
  exports.CreateQueryLoggingConfigurationCommand = CreateQueryLoggingConfigurationCommand;
2622
+ exports.CreateQueryLoggingConfigurationRequest$ = CreateQueryLoggingConfigurationRequest$;
2623
+ exports.CreateQueryLoggingConfigurationResponse$ = CreateQueryLoggingConfigurationResponse$;
2624
+ exports.CreateRuleGroupsNamespace$ = CreateRuleGroupsNamespace$;
2576
2625
  exports.CreateRuleGroupsNamespaceCommand = CreateRuleGroupsNamespaceCommand;
2626
+ exports.CreateRuleGroupsNamespaceRequest$ = CreateRuleGroupsNamespaceRequest$;
2627
+ exports.CreateRuleGroupsNamespaceResponse$ = CreateRuleGroupsNamespaceResponse$;
2628
+ exports.CreateScraper$ = CreateScraper$;
2577
2629
  exports.CreateScraperCommand = CreateScraperCommand;
2630
+ exports.CreateScraperRequest$ = CreateScraperRequest$;
2631
+ exports.CreateScraperResponse$ = CreateScraperResponse$;
2632
+ exports.CreateWorkspace$ = CreateWorkspace$;
2578
2633
  exports.CreateWorkspaceCommand = CreateWorkspaceCommand;
2634
+ exports.CreateWorkspaceRequest$ = CreateWorkspaceRequest$;
2635
+ exports.CreateWorkspaceResponse$ = CreateWorkspaceResponse$;
2636
+ exports.DeleteAlertManagerDefinition$ = DeleteAlertManagerDefinition$;
2579
2637
  exports.DeleteAlertManagerDefinitionCommand = DeleteAlertManagerDefinitionCommand;
2638
+ exports.DeleteAlertManagerDefinitionRequest$ = DeleteAlertManagerDefinitionRequest$;
2639
+ exports.DeleteAnomalyDetector$ = DeleteAnomalyDetector$;
2580
2640
  exports.DeleteAnomalyDetectorCommand = DeleteAnomalyDetectorCommand;
2641
+ exports.DeleteAnomalyDetectorRequest$ = DeleteAnomalyDetectorRequest$;
2642
+ exports.DeleteLoggingConfiguration$ = DeleteLoggingConfiguration$;
2581
2643
  exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
2644
+ exports.DeleteLoggingConfigurationRequest$ = DeleteLoggingConfigurationRequest$;
2645
+ exports.DeleteQueryLoggingConfiguration$ = DeleteQueryLoggingConfiguration$;
2582
2646
  exports.DeleteQueryLoggingConfigurationCommand = DeleteQueryLoggingConfigurationCommand;
2647
+ exports.DeleteQueryLoggingConfigurationRequest$ = DeleteQueryLoggingConfigurationRequest$;
2648
+ exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
2583
2649
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
2650
+ exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
2651
+ exports.DeleteRuleGroupsNamespace$ = DeleteRuleGroupsNamespace$;
2584
2652
  exports.DeleteRuleGroupsNamespaceCommand = DeleteRuleGroupsNamespaceCommand;
2653
+ exports.DeleteRuleGroupsNamespaceRequest$ = DeleteRuleGroupsNamespaceRequest$;
2654
+ exports.DeleteScraper$ = DeleteScraper$;
2585
2655
  exports.DeleteScraperCommand = DeleteScraperCommand;
2656
+ exports.DeleteScraperLoggingConfiguration$ = DeleteScraperLoggingConfiguration$;
2586
2657
  exports.DeleteScraperLoggingConfigurationCommand = DeleteScraperLoggingConfigurationCommand;
2658
+ exports.DeleteScraperLoggingConfigurationRequest$ = DeleteScraperLoggingConfigurationRequest$;
2659
+ exports.DeleteScraperRequest$ = DeleteScraperRequest$;
2660
+ exports.DeleteScraperResponse$ = DeleteScraperResponse$;
2661
+ exports.DeleteWorkspace$ = DeleteWorkspace$;
2587
2662
  exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
2663
+ exports.DeleteWorkspaceRequest$ = DeleteWorkspaceRequest$;
2664
+ exports.DescribeAlertManagerDefinition$ = DescribeAlertManagerDefinition$;
2588
2665
  exports.DescribeAlertManagerDefinitionCommand = DescribeAlertManagerDefinitionCommand;
2666
+ exports.DescribeAlertManagerDefinitionRequest$ = DescribeAlertManagerDefinitionRequest$;
2667
+ exports.DescribeAlertManagerDefinitionResponse$ = DescribeAlertManagerDefinitionResponse$;
2668
+ exports.DescribeAnomalyDetector$ = DescribeAnomalyDetector$;
2589
2669
  exports.DescribeAnomalyDetectorCommand = DescribeAnomalyDetectorCommand;
2670
+ exports.DescribeAnomalyDetectorRequest$ = DescribeAnomalyDetectorRequest$;
2671
+ exports.DescribeAnomalyDetectorResponse$ = DescribeAnomalyDetectorResponse$;
2672
+ exports.DescribeLoggingConfiguration$ = DescribeLoggingConfiguration$;
2590
2673
  exports.DescribeLoggingConfigurationCommand = DescribeLoggingConfigurationCommand;
2674
+ exports.DescribeLoggingConfigurationRequest$ = DescribeLoggingConfigurationRequest$;
2675
+ exports.DescribeLoggingConfigurationResponse$ = DescribeLoggingConfigurationResponse$;
2676
+ exports.DescribeQueryLoggingConfiguration$ = DescribeQueryLoggingConfiguration$;
2591
2677
  exports.DescribeQueryLoggingConfigurationCommand = DescribeQueryLoggingConfigurationCommand;
2678
+ exports.DescribeQueryLoggingConfigurationRequest$ = DescribeQueryLoggingConfigurationRequest$;
2679
+ exports.DescribeQueryLoggingConfigurationResponse$ = DescribeQueryLoggingConfigurationResponse$;
2680
+ exports.DescribeResourcePolicy$ = DescribeResourcePolicy$;
2592
2681
  exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
2682
+ exports.DescribeResourcePolicyRequest$ = DescribeResourcePolicyRequest$;
2683
+ exports.DescribeResourcePolicyResponse$ = DescribeResourcePolicyResponse$;
2684
+ exports.DescribeRuleGroupsNamespace$ = DescribeRuleGroupsNamespace$;
2593
2685
  exports.DescribeRuleGroupsNamespaceCommand = DescribeRuleGroupsNamespaceCommand;
2686
+ exports.DescribeRuleGroupsNamespaceRequest$ = DescribeRuleGroupsNamespaceRequest$;
2687
+ exports.DescribeRuleGroupsNamespaceResponse$ = DescribeRuleGroupsNamespaceResponse$;
2688
+ exports.DescribeScraper$ = DescribeScraper$;
2594
2689
  exports.DescribeScraperCommand = DescribeScraperCommand;
2690
+ exports.DescribeScraperLoggingConfiguration$ = DescribeScraperLoggingConfiguration$;
2595
2691
  exports.DescribeScraperLoggingConfigurationCommand = DescribeScraperLoggingConfigurationCommand;
2692
+ exports.DescribeScraperLoggingConfigurationRequest$ = DescribeScraperLoggingConfigurationRequest$;
2693
+ exports.DescribeScraperLoggingConfigurationResponse$ = DescribeScraperLoggingConfigurationResponse$;
2694
+ exports.DescribeScraperRequest$ = DescribeScraperRequest$;
2695
+ exports.DescribeScraperResponse$ = DescribeScraperResponse$;
2696
+ exports.DescribeWorkspace$ = DescribeWorkspace$;
2596
2697
  exports.DescribeWorkspaceCommand = DescribeWorkspaceCommand;
2698
+ exports.DescribeWorkspaceConfiguration$ = DescribeWorkspaceConfiguration$;
2597
2699
  exports.DescribeWorkspaceConfigurationCommand = DescribeWorkspaceConfigurationCommand;
2700
+ exports.DescribeWorkspaceConfigurationRequest$ = DescribeWorkspaceConfigurationRequest$;
2701
+ exports.DescribeWorkspaceConfigurationResponse$ = DescribeWorkspaceConfigurationResponse$;
2702
+ exports.DescribeWorkspaceRequest$ = DescribeWorkspaceRequest$;
2703
+ exports.DescribeWorkspaceResponse$ = DescribeWorkspaceResponse$;
2704
+ exports.Destination$ = Destination$;
2705
+ exports.EksConfiguration$ = EksConfiguration$;
2706
+ exports.GetDefaultScraperConfiguration$ = GetDefaultScraperConfiguration$;
2598
2707
  exports.GetDefaultScraperConfigurationCommand = GetDefaultScraperConfigurationCommand;
2599
- exports.InternalServerException = InternalServerException$1;
2708
+ exports.GetDefaultScraperConfigurationRequest$ = GetDefaultScraperConfigurationRequest$;
2709
+ exports.GetDefaultScraperConfigurationResponse$ = GetDefaultScraperConfigurationResponse$;
2710
+ exports.IgnoreNearExpected$ = IgnoreNearExpected$;
2711
+ exports.InternalServerException = InternalServerException;
2712
+ exports.InternalServerException$ = InternalServerException$;
2713
+ exports.LimitsPerLabelSet$ = LimitsPerLabelSet$;
2714
+ exports.LimitsPerLabelSetEntry$ = LimitsPerLabelSetEntry$;
2715
+ exports.ListAnomalyDetectors$ = ListAnomalyDetectors$;
2600
2716
  exports.ListAnomalyDetectorsCommand = ListAnomalyDetectorsCommand;
2717
+ exports.ListAnomalyDetectorsRequest$ = ListAnomalyDetectorsRequest$;
2718
+ exports.ListAnomalyDetectorsResponse$ = ListAnomalyDetectorsResponse$;
2719
+ exports.ListRuleGroupsNamespaces$ = ListRuleGroupsNamespaces$;
2601
2720
  exports.ListRuleGroupsNamespacesCommand = ListRuleGroupsNamespacesCommand;
2721
+ exports.ListRuleGroupsNamespacesRequest$ = ListRuleGroupsNamespacesRequest$;
2722
+ exports.ListRuleGroupsNamespacesResponse$ = ListRuleGroupsNamespacesResponse$;
2723
+ exports.ListScrapers$ = ListScrapers$;
2602
2724
  exports.ListScrapersCommand = ListScrapersCommand;
2725
+ exports.ListScrapersRequest$ = ListScrapersRequest$;
2726
+ exports.ListScrapersResponse$ = ListScrapersResponse$;
2727
+ exports.ListTagsForResource$ = ListTagsForResource$;
2603
2728
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2729
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2730
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2731
+ exports.ListWorkspaces$ = ListWorkspaces$;
2604
2732
  exports.ListWorkspacesCommand = ListWorkspacesCommand;
2733
+ exports.ListWorkspacesRequest$ = ListWorkspacesRequest$;
2734
+ exports.ListWorkspacesResponse$ = ListWorkspacesResponse$;
2735
+ exports.LoggingConfigurationMetadata$ = LoggingConfigurationMetadata$;
2736
+ exports.LoggingConfigurationStatus$ = LoggingConfigurationStatus$;
2605
2737
  exports.LoggingConfigurationStatusCode = LoggingConfigurationStatusCode;
2738
+ exports.LoggingDestination$ = LoggingDestination$;
2739
+ exports.LoggingFilter$ = LoggingFilter$;
2740
+ exports.PutAlertManagerDefinition$ = PutAlertManagerDefinition$;
2606
2741
  exports.PutAlertManagerDefinitionCommand = PutAlertManagerDefinitionCommand;
2742
+ exports.PutAlertManagerDefinitionRequest$ = PutAlertManagerDefinitionRequest$;
2743
+ exports.PutAlertManagerDefinitionResponse$ = PutAlertManagerDefinitionResponse$;
2744
+ exports.PutAnomalyDetector$ = PutAnomalyDetector$;
2607
2745
  exports.PutAnomalyDetectorCommand = PutAnomalyDetectorCommand;
2746
+ exports.PutAnomalyDetectorRequest$ = PutAnomalyDetectorRequest$;
2747
+ exports.PutAnomalyDetectorResponse$ = PutAnomalyDetectorResponse$;
2748
+ exports.PutResourcePolicy$ = PutResourcePolicy$;
2608
2749
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
2750
+ exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
2751
+ exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
2752
+ exports.PutRuleGroupsNamespace$ = PutRuleGroupsNamespace$;
2609
2753
  exports.PutRuleGroupsNamespaceCommand = PutRuleGroupsNamespaceCommand;
2754
+ exports.PutRuleGroupsNamespaceRequest$ = PutRuleGroupsNamespaceRequest$;
2755
+ exports.PutRuleGroupsNamespaceResponse$ = PutRuleGroupsNamespaceResponse$;
2756
+ exports.QueryLoggingConfigurationMetadata$ = QueryLoggingConfigurationMetadata$;
2757
+ exports.QueryLoggingConfigurationStatus$ = QueryLoggingConfigurationStatus$;
2610
2758
  exports.QueryLoggingConfigurationStatusCode = QueryLoggingConfigurationStatusCode;
2611
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2759
+ exports.RandomCutForestConfiguration$ = RandomCutForestConfiguration$;
2760
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2761
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2762
+ exports.RoleConfiguration$ = RoleConfiguration$;
2763
+ exports.RuleGroupsNamespaceDescription$ = RuleGroupsNamespaceDescription$;
2764
+ exports.RuleGroupsNamespaceStatus$ = RuleGroupsNamespaceStatus$;
2612
2765
  exports.RuleGroupsNamespaceStatusCode = RuleGroupsNamespaceStatusCode;
2766
+ exports.RuleGroupsNamespaceSummary$ = RuleGroupsNamespaceSummary$;
2767
+ exports.ScrapeConfiguration$ = ScrapeConfiguration$;
2768
+ exports.ScraperComponent$ = ScraperComponent$;
2613
2769
  exports.ScraperComponentType = ScraperComponentType;
2770
+ exports.ScraperDescription$ = ScraperDescription$;
2771
+ exports.ScraperLoggingConfigurationStatus$ = ScraperLoggingConfigurationStatus$;
2614
2772
  exports.ScraperLoggingConfigurationStatusCode = ScraperLoggingConfigurationStatusCode;
2773
+ exports.ScraperLoggingDestination$ = ScraperLoggingDestination$;
2774
+ exports.ScraperStatus$ = ScraperStatus$;
2615
2775
  exports.ScraperStatusCode = ScraperStatusCode;
2616
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2776
+ exports.ScraperSummary$ = ScraperSummary$;
2777
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2778
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2779
+ exports.Source$ = Source$;
2780
+ exports.TagResource$ = TagResource$;
2617
2781
  exports.TagResourceCommand = TagResourceCommand;
2618
- exports.ThrottlingException = ThrottlingException$1;
2782
+ exports.TagResourceRequest$ = TagResourceRequest$;
2783
+ exports.TagResourceResponse$ = TagResourceResponse$;
2784
+ exports.ThrottlingException = ThrottlingException;
2785
+ exports.ThrottlingException$ = ThrottlingException$;
2786
+ exports.UntagResource$ = UntagResource$;
2619
2787
  exports.UntagResourceCommand = UntagResourceCommand;
2788
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2789
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2790
+ exports.UpdateLoggingConfiguration$ = UpdateLoggingConfiguration$;
2620
2791
  exports.UpdateLoggingConfigurationCommand = UpdateLoggingConfigurationCommand;
2792
+ exports.UpdateLoggingConfigurationRequest$ = UpdateLoggingConfigurationRequest$;
2793
+ exports.UpdateLoggingConfigurationResponse$ = UpdateLoggingConfigurationResponse$;
2794
+ exports.UpdateQueryLoggingConfiguration$ = UpdateQueryLoggingConfiguration$;
2621
2795
  exports.UpdateQueryLoggingConfigurationCommand = UpdateQueryLoggingConfigurationCommand;
2796
+ exports.UpdateQueryLoggingConfigurationRequest$ = UpdateQueryLoggingConfigurationRequest$;
2797
+ exports.UpdateQueryLoggingConfigurationResponse$ = UpdateQueryLoggingConfigurationResponse$;
2798
+ exports.UpdateScraper$ = UpdateScraper$;
2622
2799
  exports.UpdateScraperCommand = UpdateScraperCommand;
2800
+ exports.UpdateScraperLoggingConfiguration$ = UpdateScraperLoggingConfiguration$;
2623
2801
  exports.UpdateScraperLoggingConfigurationCommand = UpdateScraperLoggingConfigurationCommand;
2802
+ exports.UpdateScraperLoggingConfigurationRequest$ = UpdateScraperLoggingConfigurationRequest$;
2803
+ exports.UpdateScraperLoggingConfigurationResponse$ = UpdateScraperLoggingConfigurationResponse$;
2804
+ exports.UpdateScraperRequest$ = UpdateScraperRequest$;
2805
+ exports.UpdateScraperResponse$ = UpdateScraperResponse$;
2806
+ exports.UpdateWorkspaceAlias$ = UpdateWorkspaceAlias$;
2624
2807
  exports.UpdateWorkspaceAliasCommand = UpdateWorkspaceAliasCommand;
2808
+ exports.UpdateWorkspaceAliasRequest$ = UpdateWorkspaceAliasRequest$;
2809
+ exports.UpdateWorkspaceConfiguration$ = UpdateWorkspaceConfiguration$;
2625
2810
  exports.UpdateWorkspaceConfigurationCommand = UpdateWorkspaceConfigurationCommand;
2626
- exports.ValidationException = ValidationException$1;
2811
+ exports.UpdateWorkspaceConfigurationRequest$ = UpdateWorkspaceConfigurationRequest$;
2812
+ exports.UpdateWorkspaceConfigurationResponse$ = UpdateWorkspaceConfigurationResponse$;
2813
+ exports.ValidationException = ValidationException;
2814
+ exports.ValidationException$ = ValidationException$;
2815
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
2627
2816
  exports.ValidationExceptionReason = ValidationExceptionReason;
2817
+ exports.VpcConfiguration$ = VpcConfiguration$;
2818
+ exports.WorkspaceConfigurationDescription$ = WorkspaceConfigurationDescription$;
2819
+ exports.WorkspaceConfigurationStatus$ = WorkspaceConfigurationStatus$;
2628
2820
  exports.WorkspaceConfigurationStatusCode = WorkspaceConfigurationStatusCode;
2821
+ exports.WorkspaceDescription$ = WorkspaceDescription$;
2629
2822
  exports.WorkspacePolicyStatusCode = WorkspacePolicyStatusCode;
2823
+ exports.WorkspaceStatus$ = WorkspaceStatus$;
2630
2824
  exports.WorkspaceStatusCode = WorkspaceStatusCode;
2825
+ exports.WorkspaceSummary$ = WorkspaceSummary$;
2631
2826
  exports.paginateListAnomalyDetectors = paginateListAnomalyDetectors;
2632
2827
  exports.paginateListRuleGroupsNamespaces = paginateListRuleGroupsNamespaces;
2633
2828
  exports.paginateListScrapers = paginateListScrapers;