@aws-sdk/client-amp 3.943.0 → 3.946.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 (75) hide show
  1. package/dist-cjs/index.js +75 -335
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/AmpClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +75 -335
  8. package/dist-types/Amp.d.ts +1 -1
  9. package/dist-types/AmpClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateAnomalyDetectorCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateQueryLoggingConfigurationCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateScraperCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateWorkspaceCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteQueryLoggingConfigurationCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteScraperCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteScraperLoggingConfigurationCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeAnomalyDetectorCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeQueryLoggingConfigurationCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeScraperCommand.d.ts +3 -3
  35. package/dist-types/commands/DescribeScraperLoggingConfigurationCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +3 -3
  37. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +3 -3
  38. package/dist-types/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -3
  39. package/dist-types/commands/ListAnomalyDetectorsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +3 -3
  41. package/dist-types/commands/ListScrapersCommand.d.ts +3 -3
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  43. package/dist-types/commands/ListWorkspacesCommand.d.ts +3 -3
  44. package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +3 -3
  45. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -3
  46. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  47. package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +3 -3
  48. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  50. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +3 -3
  51. package/dist-types/commands/UpdateQueryLoggingConfigurationCommand.d.ts +3 -3
  52. package/dist-types/commands/UpdateScraperCommand.d.ts +3 -3
  53. package/dist-types/commands/UpdateScraperLoggingConfigurationCommand.d.ts +3 -3
  54. package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +3 -3
  56. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  57. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  58. package/dist-types/extensionConfiguration.d.ts +4 -4
  59. package/dist-types/models/AmpServiceException.d.ts +1 -1
  60. package/dist-types/models/errors.d.ts +1 -1
  61. package/dist-types/pagination/Interfaces.d.ts +1 -1
  62. package/dist-types/pagination/ListAnomalyDetectorsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListRuleGroupsNamespacesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListScrapersPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListWorkspacesPaginator.d.ts +1 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  67. package/dist-types/runtimeConfig.d.ts +1 -1
  68. package/dist-types/runtimeConfig.native.d.ts +1 -1
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  70. package/dist-types/runtimeExtensions.d.ts +1 -1
  71. package/dist-types/schemas/schemas_0.d.ts +1 -1
  72. package/dist-types/ts3.4/AmpClient.d.ts +3 -3
  73. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  74. package/dist-types/ts3.4/models/AmpServiceException.d.ts +1 -1
  75. package/package.json +13 -12
@@ -280,17 +280,7 @@ const n0 = "com.amazonaws.amp";
280
280
  import { TypeRegistry } from "@smithy/core/schema";
281
281
  import { AmpServiceException as __AmpServiceException } from "../models/AmpServiceException";
282
282
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
283
- export var AccessDeniedException = [
284
- -3,
285
- n0,
286
- _ADE,
287
- {
288
- [_e]: _c,
289
- [_hE]: 403,
290
- },
291
- [_m],
292
- [0],
293
- ];
283
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
294
284
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
295
285
  export var AlertManagerDefinitionDescription = [
296
286
  3,
@@ -333,17 +323,7 @@ export var AnomalyDetectorSummary = [
333
323
  ];
334
324
  export var CloudWatchLogDestination = [3, n0, _CWLD, 0, [_lGA], [0]];
335
325
  export var ComponentConfig = [3, n0, _CC, 0, [_o], [128 | 0]];
336
- export var ConflictException = [
337
- -3,
338
- n0,
339
- _CE,
340
- {
341
- [_e]: _c,
342
- [_hE]: 409,
343
- },
344
- [_m, _rI, _rT],
345
- [0, 0, 0],
346
- ];
326
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
347
327
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
348
328
  export var CreateAlertManagerDefinitionRequest = [
349
329
  3,
@@ -465,13 +445,7 @@ export var DeleteAlertManagerDefinitionRequest = [
465
445
  [_wI, _cT],
466
446
  [
467
447
  [0, 1],
468
- [
469
- 0,
470
- {
471
- [_iT]: 1,
472
- [_hQ]: _cT,
473
- },
474
- ],
448
+ [0, { [_iT]: 1, [_hQ]: _cT }],
475
449
  ],
476
450
  ];
477
451
  export var DeleteAnomalyDetectorRequest = [
@@ -483,13 +457,7 @@ export var DeleteAnomalyDetectorRequest = [
483
457
  [
484
458
  [0, 1],
485
459
  [0, 1],
486
- [
487
- 0,
488
- {
489
- [_iT]: 1,
490
- [_hQ]: _cT,
491
- },
492
- ],
460
+ [0, { [_iT]: 1, [_hQ]: _cT }],
493
461
  ],
494
462
  ];
495
463
  export var DeleteLoggingConfigurationRequest = [
@@ -500,13 +468,7 @@ export var DeleteLoggingConfigurationRequest = [
500
468
  [_wI, _cT],
501
469
  [
502
470
  [0, 1],
503
- [
504
- 0,
505
- {
506
- [_iT]: 1,
507
- [_hQ]: _cT,
508
- },
509
- ],
471
+ [0, { [_iT]: 1, [_hQ]: _cT }],
510
472
  ],
511
473
  ];
512
474
  export var DeleteQueryLoggingConfigurationRequest = [
@@ -517,13 +479,7 @@ export var DeleteQueryLoggingConfigurationRequest = [
517
479
  [_wI, _cT],
518
480
  [
519
481
  [0, 1],
520
- [
521
- 0,
522
- {
523
- [_iT]: 1,
524
- [_hQ]: _cT,
525
- },
526
- ],
482
+ [0, { [_iT]: 1, [_hQ]: _cT }],
527
483
  ],
528
484
  ];
529
485
  export var DeleteResourcePolicyRequest = [
@@ -534,19 +490,8 @@ export var DeleteResourcePolicyRequest = [
534
490
  [_wI, _cT, _rIe],
535
491
  [
536
492
  [0, 1],
537
- [
538
- 0,
539
- {
540
- [_iT]: 1,
541
- [_hQ]: _cT,
542
- },
543
- ],
544
- [
545
- 0,
546
- {
547
- [_hQ]: _rIe,
548
- },
549
- ],
493
+ [0, { [_iT]: 1, [_hQ]: _cT }],
494
+ [0, { [_hQ]: _rIe }],
550
495
  ],
551
496
  ];
552
497
  export var DeleteRuleGroupsNamespaceRequest = [
@@ -558,13 +503,7 @@ export var DeleteRuleGroupsNamespaceRequest = [
558
503
  [
559
504
  [0, 1],
560
505
  [0, 1],
561
- [
562
- 0,
563
- {
564
- [_iT]: 1,
565
- [_hQ]: _cT,
566
- },
567
- ],
506
+ [0, { [_iT]: 1, [_hQ]: _cT }],
568
507
  ],
569
508
  ];
570
509
  export var DeleteScraperLoggingConfigurationRequest = [
@@ -575,13 +514,7 @@ export var DeleteScraperLoggingConfigurationRequest = [
575
514
  [_sI, _cT],
576
515
  [
577
516
  [0, 1],
578
- [
579
- 0,
580
- {
581
- [_iT]: 1,
582
- [_hQ]: _cT,
583
- },
584
- ],
517
+ [0, { [_iT]: 1, [_hQ]: _cT }],
585
518
  ],
586
519
  ];
587
520
  export var DeleteScraperRequest = [
@@ -592,13 +525,7 @@ export var DeleteScraperRequest = [
592
525
  [_sI, _cT],
593
526
  [
594
527
  [0, 1],
595
- [
596
- 0,
597
- {
598
- [_iT]: 1,
599
- [_hQ]: _cT,
600
- },
601
- ],
528
+ [0, { [_iT]: 1, [_hQ]: _cT }],
602
529
  ],
603
530
  ];
604
531
  export var DeleteScraperResponse = [3, n0, _DSRe, 0, [_sI, _s], [0, () => ScraperStatus]];
@@ -610,13 +537,7 @@ export var DeleteWorkspaceRequest = [
610
537
  [_wI, _cT],
611
538
  [
612
539
  [0, 1],
613
- [
614
- 0,
615
- {
616
- [_iT]: 1,
617
- [_hQ]: _cT,
618
- },
619
- ],
540
+ [0, { [_iT]: 1, [_hQ]: _cT }],
620
541
  ],
621
542
  ];
622
543
  export var DescribeAlertManagerDefinitionRequest = [3, n0, _DAMDRe, 0, [_wI], [[0, 1]]];
@@ -715,20 +636,9 @@ export var InternalServerException = [
715
636
  -3,
716
637
  n0,
717
638
  _ISE,
718
- {
719
- [_e]: _se,
720
- [_hE]: 500,
721
- },
639
+ { [_e]: _se, [_hE]: 500 },
722
640
  [_m, _rAS],
723
- [
724
- 0,
725
- [
726
- 1,
727
- {
728
- [_hH]: _RA,
729
- },
730
- ],
731
- ],
641
+ [0, [1, { [_hH]: _RA }]],
732
642
  ];
733
643
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
734
644
  export var LimitsPerLabelSet = [
@@ -748,24 +658,9 @@ export var ListAnomalyDetectorsRequest = [
748
658
  [_wI, _al, _mR, _nT],
749
659
  [
750
660
  [0, 1],
751
- [
752
- 0,
753
- {
754
- [_hQ]: _al,
755
- },
756
- ],
757
- [
758
- 1,
759
- {
760
- [_hQ]: _mR,
761
- },
762
- ],
763
- [
764
- 0,
765
- {
766
- [_hQ]: _nT,
767
- },
768
- ],
661
+ [0, { [_hQ]: _al }],
662
+ [1, { [_hQ]: _mR }],
663
+ [0, { [_hQ]: _nT }],
769
664
  ],
770
665
  ];
771
666
  export var ListAnomalyDetectorsResponse = [
@@ -784,24 +679,9 @@ export var ListRuleGroupsNamespacesRequest = [
784
679
  [_wI, _n, _nT, _mR],
785
680
  [
786
681
  [0, 1],
787
- [
788
- 0,
789
- {
790
- [_hQ]: _n,
791
- },
792
- ],
793
- [
794
- 0,
795
- {
796
- [_hQ]: _nT,
797
- },
798
- ],
799
- [
800
- 1,
801
- {
802
- [_hQ]: _mR,
803
- },
804
- ],
682
+ [0, { [_hQ]: _n }],
683
+ [0, { [_hQ]: _nT }],
684
+ [1, { [_hQ]: _mR }],
805
685
  ],
806
686
  ];
807
687
  export var ListRuleGroupsNamespacesResponse = [
@@ -820,18 +700,8 @@ export var ListScrapersRequest = [
820
700
  [_f, _nT, _mR],
821
701
  [
822
702
  [[2, n0, _SF, 0, 0, 64 | 0], 64],
823
- [
824
- 0,
825
- {
826
- [_hQ]: _nT,
827
- },
828
- ],
829
- [
830
- 1,
831
- {
832
- [_hQ]: _mR,
833
- },
834
- ],
703
+ [0, { [_hQ]: _nT }],
704
+ [1, { [_hQ]: _mR }],
835
705
  ],
836
706
  ];
837
707
  export var ListScrapersResponse = [3, n0, _LSRi, 0, [_scr, _nT], [() => ScraperSummaryList, 0]];
@@ -844,24 +714,9 @@ export var ListWorkspacesRequest = [
844
714
  0,
845
715
  [_nT, _al, _mR],
846
716
  [
847
- [
848
- 0,
849
- {
850
- [_hQ]: _nT,
851
- },
852
- ],
853
- [
854
- 0,
855
- {
856
- [_hQ]: _al,
857
- },
858
- ],
859
- [
860
- 1,
861
- {
862
- [_hQ]: _mR,
863
- },
864
- ],
717
+ [0, { [_hQ]: _nT }],
718
+ [0, { [_hQ]: _al }],
719
+ [1, { [_hQ]: _mR }],
865
720
  ],
866
721
  ];
867
722
  export var ListWorkspacesResponse = [
@@ -968,10 +823,7 @@ export var ResourceNotFoundException = [
968
823
  -3,
969
824
  n0,
970
825
  _RNFE,
971
- {
972
- [_e]: _c,
973
- [_hE]: 404,
974
- },
826
+ { [_e]: _c, [_hE]: 404 },
975
827
  [_m, _rI, _rT],
976
828
  [0, 0, 0],
977
829
  ];
@@ -1031,10 +883,7 @@ export var ServiceQuotaExceededException = [
1031
883
  -3,
1032
884
  n0,
1033
885
  _SQEE,
1034
- {
1035
- [_e]: _c,
1036
- [_hE]: 402,
1037
- },
886
+ { [_e]: _c, [_hE]: 402 },
1038
887
  [_m, _rI, _rT, _sCe, _qC],
1039
888
  [0, 0, 0, 0, 0],
1040
889
  ];
@@ -1045,22 +894,9 @@ export var ThrottlingException = [
1045
894
  -3,
1046
895
  n0,
1047
896
  _TE,
1048
- {
1049
- [_e]: _c,
1050
- [_hE]: 429,
1051
- },
897
+ { [_e]: _c, [_hE]: 429 },
1052
898
  [_m, _sCe, _qC, _rAS],
1053
- [
1054
- 0,
1055
- 0,
1056
- 0,
1057
- [
1058
- 1,
1059
- {
1060
- [_hH]: _RA,
1061
- },
1062
- ],
1063
- ],
899
+ [0, 0, 0, [1, { [_hH]: _RA }]],
1064
900
  ];
1065
901
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1066
902
  export var UntagResourceRequest = [
@@ -1071,12 +907,7 @@ export var UntagResourceRequest = [
1071
907
  [_rA, _tK],
1072
908
  [
1073
909
  [0, 1],
1074
- [
1075
- 64 | 0,
1076
- {
1077
- [_hQ]: _tK,
1078
- },
1079
- ],
910
+ [64 | 0, { [_hQ]: _tK }],
1080
911
  ],
1081
912
  ];
1082
913
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1165,10 +996,7 @@ export var ValidationException = [
1165
996
  -3,
1166
997
  n0,
1167
998
  _VE,
1168
- {
1169
- [_e]: _c,
1170
- [_hE]: 400,
1171
- },
999
+ { [_e]: _c, [_hE]: 400 },
1172
1000
  [_m, _r, _fL],
1173
1001
  [0, 0, () => ValidationExceptionFieldList],
1174
1002
  ];
@@ -1246,9 +1074,7 @@ export var CreateAlertManagerDefinition = [
1246
1074
  9,
1247
1075
  n0,
1248
1076
  _CAMD,
1249
- {
1250
- [_h]: ["POST", "/workspaces/{workspaceId}/alertmanager/definition", 202],
1251
- },
1077
+ { [_h]: ["POST", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1252
1078
  () => CreateAlertManagerDefinitionRequest,
1253
1079
  () => CreateAlertManagerDefinitionResponse,
1254
1080
  ];
@@ -1256,9 +1082,7 @@ export var CreateAnomalyDetector = [
1256
1082
  9,
1257
1083
  n0,
1258
1084
  _CAD,
1259
- {
1260
- [_h]: ["POST", "/workspaces/{workspaceId}/anomalydetectors", 202],
1261
- },
1085
+ { [_h]: ["POST", "/workspaces/{workspaceId}/anomalydetectors", 202] },
1262
1086
  () => CreateAnomalyDetectorRequest,
1263
1087
  () => CreateAnomalyDetectorResponse,
1264
1088
  ];
@@ -1266,9 +1090,7 @@ export var CreateLoggingConfiguration = [
1266
1090
  9,
1267
1091
  n0,
1268
1092
  _CLC,
1269
- {
1270
- [_h]: ["POST", "/workspaces/{workspaceId}/logging", 202],
1271
- },
1093
+ { [_h]: ["POST", "/workspaces/{workspaceId}/logging", 202] },
1272
1094
  () => CreateLoggingConfigurationRequest,
1273
1095
  () => CreateLoggingConfigurationResponse,
1274
1096
  ];
@@ -1276,9 +1098,7 @@ export var CreateQueryLoggingConfiguration = [
1276
1098
  9,
1277
1099
  n0,
1278
1100
  _CQLC,
1279
- {
1280
- [_h]: ["POST", "/workspaces/{workspaceId}/logging/query", 202],
1281
- },
1101
+ { [_h]: ["POST", "/workspaces/{workspaceId}/logging/query", 202] },
1282
1102
  () => CreateQueryLoggingConfigurationRequest,
1283
1103
  () => CreateQueryLoggingConfigurationResponse,
1284
1104
  ];
@@ -1286,9 +1106,7 @@ export var CreateRuleGroupsNamespace = [
1286
1106
  9,
1287
1107
  n0,
1288
1108
  _CRGN,
1289
- {
1290
- [_h]: ["POST", "/workspaces/{workspaceId}/rulegroupsnamespaces", 202],
1291
- },
1109
+ { [_h]: ["POST", "/workspaces/{workspaceId}/rulegroupsnamespaces", 202] },
1292
1110
  () => CreateRuleGroupsNamespaceRequest,
1293
1111
  () => CreateRuleGroupsNamespaceResponse,
1294
1112
  ];
@@ -1296,9 +1114,7 @@ export var CreateScraper = [
1296
1114
  9,
1297
1115
  n0,
1298
1116
  _CS,
1299
- {
1300
- [_h]: ["POST", "/scrapers", 202],
1301
- },
1117
+ { [_h]: ["POST", "/scrapers", 202] },
1302
1118
  () => CreateScraperRequest,
1303
1119
  () => CreateScraperResponse,
1304
1120
  ];
@@ -1306,9 +1122,7 @@ export var CreateWorkspace = [
1306
1122
  9,
1307
1123
  n0,
1308
1124
  _CW,
1309
- {
1310
- [_h]: ["POST", "/workspaces", 202],
1311
- },
1125
+ { [_h]: ["POST", "/workspaces", 202] },
1312
1126
  () => CreateWorkspaceRequest,
1313
1127
  () => CreateWorkspaceResponse,
1314
1128
  ];
@@ -1316,9 +1130,7 @@ export var DeleteAlertManagerDefinition = [
1316
1130
  9,
1317
1131
  n0,
1318
1132
  _DAMD,
1319
- {
1320
- [_h]: ["DELETE", "/workspaces/{workspaceId}/alertmanager/definition", 202],
1321
- },
1133
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1322
1134
  () => DeleteAlertManagerDefinitionRequest,
1323
1135
  () => __Unit,
1324
1136
  ];
@@ -1326,9 +1138,7 @@ export var DeleteAnomalyDetector = [
1326
1138
  9,
1327
1139
  n0,
1328
1140
  _DAD,
1329
- {
1330
- [_h]: ["DELETE", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202],
1331
- },
1141
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202] },
1332
1142
  () => DeleteAnomalyDetectorRequest,
1333
1143
  () => __Unit,
1334
1144
  ];
@@ -1336,9 +1146,7 @@ export var DeleteLoggingConfiguration = [
1336
1146
  9,
1337
1147
  n0,
1338
1148
  _DLC,
1339
- {
1340
- [_h]: ["DELETE", "/workspaces/{workspaceId}/logging", 202],
1341
- },
1149
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/logging", 202] },
1342
1150
  () => DeleteLoggingConfigurationRequest,
1343
1151
  () => __Unit,
1344
1152
  ];
@@ -1346,9 +1154,7 @@ export var DeleteQueryLoggingConfiguration = [
1346
1154
  9,
1347
1155
  n0,
1348
1156
  _DQLC,
1349
- {
1350
- [_h]: ["DELETE", "/workspaces/{workspaceId}/logging/query", 202],
1351
- },
1157
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/logging/query", 202] },
1352
1158
  () => DeleteQueryLoggingConfigurationRequest,
1353
1159
  () => __Unit,
1354
1160
  ];
@@ -1356,9 +1162,7 @@ export var DeleteResourcePolicy = [
1356
1162
  9,
1357
1163
  n0,
1358
1164
  _DRP,
1359
- {
1360
- [_h]: ["DELETE", "/workspaces/{workspaceId}/policy", 202],
1361
- },
1165
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/policy", 202] },
1362
1166
  () => DeleteResourcePolicyRequest,
1363
1167
  () => __Unit,
1364
1168
  ];
@@ -1366,9 +1170,7 @@ export var DeleteRuleGroupsNamespace = [
1366
1170
  9,
1367
1171
  n0,
1368
1172
  _DRGN,
1369
- {
1370
- [_h]: ["DELETE", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202],
1371
- },
1173
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202] },
1372
1174
  () => DeleteRuleGroupsNamespaceRequest,
1373
1175
  () => __Unit,
1374
1176
  ];
@@ -1376,9 +1178,7 @@ export var DeleteScraper = [
1376
1178
  9,
1377
1179
  n0,
1378
1180
  _DS,
1379
- {
1380
- [_h]: ["DELETE", "/scrapers/{scraperId}", 202],
1381
- },
1181
+ { [_h]: ["DELETE", "/scrapers/{scraperId}", 202] },
1382
1182
  () => DeleteScraperRequest,
1383
1183
  () => DeleteScraperResponse,
1384
1184
  ];
@@ -1386,9 +1186,7 @@ export var DeleteScraperLoggingConfiguration = [
1386
1186
  9,
1387
1187
  n0,
1388
1188
  _DSLC,
1389
- {
1390
- [_h]: ["DELETE", "/scrapers/{scraperId}/logging-configuration", 202],
1391
- },
1189
+ { [_h]: ["DELETE", "/scrapers/{scraperId}/logging-configuration", 202] },
1392
1190
  () => DeleteScraperLoggingConfigurationRequest,
1393
1191
  () => __Unit,
1394
1192
  ];
@@ -1396,9 +1194,7 @@ export var DeleteWorkspace = [
1396
1194
  9,
1397
1195
  n0,
1398
1196
  _DW,
1399
- {
1400
- [_h]: ["DELETE", "/workspaces/{workspaceId}", 202],
1401
- },
1197
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}", 202] },
1402
1198
  () => DeleteWorkspaceRequest,
1403
1199
  () => __Unit,
1404
1200
  ];
@@ -1406,9 +1202,7 @@ export var DescribeAlertManagerDefinition = [
1406
1202
  9,
1407
1203
  n0,
1408
1204
  _DAMDe,
1409
- {
1410
- [_h]: ["GET", "/workspaces/{workspaceId}/alertmanager/definition", 200],
1411
- },
1205
+ { [_h]: ["GET", "/workspaces/{workspaceId}/alertmanager/definition", 200] },
1412
1206
  () => DescribeAlertManagerDefinitionRequest,
1413
1207
  () => DescribeAlertManagerDefinitionResponse,
1414
1208
  ];
@@ -1416,9 +1210,7 @@ export var DescribeAnomalyDetector = [
1416
1210
  9,
1417
1211
  n0,
1418
1212
  _DADe,
1419
- {
1420
- [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 200],
1421
- },
1213
+ { [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 200] },
1422
1214
  () => DescribeAnomalyDetectorRequest,
1423
1215
  () => DescribeAnomalyDetectorResponse,
1424
1216
  ];
@@ -1426,9 +1218,7 @@ export var DescribeLoggingConfiguration = [
1426
1218
  9,
1427
1219
  n0,
1428
1220
  _DLCe,
1429
- {
1430
- [_h]: ["GET", "/workspaces/{workspaceId}/logging", 200],
1431
- },
1221
+ { [_h]: ["GET", "/workspaces/{workspaceId}/logging", 200] },
1432
1222
  () => DescribeLoggingConfigurationRequest,
1433
1223
  () => DescribeLoggingConfigurationResponse,
1434
1224
  ];
@@ -1436,9 +1226,7 @@ export var DescribeQueryLoggingConfiguration = [
1436
1226
  9,
1437
1227
  n0,
1438
1228
  _DQLCe,
1439
- {
1440
- [_h]: ["GET", "/workspaces/{workspaceId}/logging/query", 200],
1441
- },
1229
+ { [_h]: ["GET", "/workspaces/{workspaceId}/logging/query", 200] },
1442
1230
  () => DescribeQueryLoggingConfigurationRequest,
1443
1231
  () => DescribeQueryLoggingConfigurationResponse,
1444
1232
  ];
@@ -1446,9 +1234,7 @@ export var DescribeResourcePolicy = [
1446
1234
  9,
1447
1235
  n0,
1448
1236
  _DRPe,
1449
- {
1450
- [_h]: ["GET", "/workspaces/{workspaceId}/policy", 200],
1451
- },
1237
+ { [_h]: ["GET", "/workspaces/{workspaceId}/policy", 200] },
1452
1238
  () => DescribeResourcePolicyRequest,
1453
1239
  () => DescribeResourcePolicyResponse,
1454
1240
  ];
@@ -1456,9 +1242,7 @@ export var DescribeRuleGroupsNamespace = [
1456
1242
  9,
1457
1243
  n0,
1458
1244
  _DRGNe,
1459
- {
1460
- [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 200],
1461
- },
1245
+ { [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 200] },
1462
1246
  () => DescribeRuleGroupsNamespaceRequest,
1463
1247
  () => DescribeRuleGroupsNamespaceResponse,
1464
1248
  ];
@@ -1466,9 +1250,7 @@ export var DescribeScraper = [
1466
1250
  9,
1467
1251
  n0,
1468
1252
  _DSe,
1469
- {
1470
- [_h]: ["GET", "/scrapers/{scraperId}", 200],
1471
- },
1253
+ { [_h]: ["GET", "/scrapers/{scraperId}", 200] },
1472
1254
  () => DescribeScraperRequest,
1473
1255
  () => DescribeScraperResponse,
1474
1256
  ];
@@ -1476,9 +1258,7 @@ export var DescribeScraperLoggingConfiguration = [
1476
1258
  9,
1477
1259
  n0,
1478
1260
  _DSLCe,
1479
- {
1480
- [_h]: ["GET", "/scrapers/{scraperId}/logging-configuration", 200],
1481
- },
1261
+ { [_h]: ["GET", "/scrapers/{scraperId}/logging-configuration", 200] },
1482
1262
  () => DescribeScraperLoggingConfigurationRequest,
1483
1263
  () => DescribeScraperLoggingConfigurationResponse,
1484
1264
  ];
@@ -1486,9 +1266,7 @@ export var DescribeWorkspace = [
1486
1266
  9,
1487
1267
  n0,
1488
1268
  _DWe,
1489
- {
1490
- [_h]: ["GET", "/workspaces/{workspaceId}", 200],
1491
- },
1269
+ { [_h]: ["GET", "/workspaces/{workspaceId}", 200] },
1492
1270
  () => DescribeWorkspaceRequest,
1493
1271
  () => DescribeWorkspaceResponse,
1494
1272
  ];
@@ -1496,9 +1274,7 @@ export var DescribeWorkspaceConfiguration = [
1496
1274
  9,
1497
1275
  n0,
1498
1276
  _DWC,
1499
- {
1500
- [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200],
1501
- },
1277
+ { [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200] },
1502
1278
  () => DescribeWorkspaceConfigurationRequest,
1503
1279
  () => DescribeWorkspaceConfigurationResponse,
1504
1280
  ];
@@ -1506,9 +1282,7 @@ export var GetDefaultScraperConfiguration = [
1506
1282
  9,
1507
1283
  n0,
1508
1284
  _GDSC,
1509
- {
1510
- [_h]: ["GET", "/scraperconfiguration", 200],
1511
- },
1285
+ { [_h]: ["GET", "/scraperconfiguration", 200] },
1512
1286
  () => GetDefaultScraperConfigurationRequest,
1513
1287
  () => GetDefaultScraperConfigurationResponse,
1514
1288
  ];
@@ -1516,9 +1290,7 @@ export var ListAnomalyDetectors = [
1516
1290
  9,
1517
1291
  n0,
1518
1292
  _LAD,
1519
- {
1520
- [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors", 200],
1521
- },
1293
+ { [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors", 200] },
1522
1294
  () => ListAnomalyDetectorsRequest,
1523
1295
  () => ListAnomalyDetectorsResponse,
1524
1296
  ];
@@ -1526,9 +1298,7 @@ export var ListRuleGroupsNamespaces = [
1526
1298
  9,
1527
1299
  n0,
1528
1300
  _LRGN,
1529
- {
1530
- [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces", 200],
1531
- },
1301
+ { [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces", 200] },
1532
1302
  () => ListRuleGroupsNamespacesRequest,
1533
1303
  () => ListRuleGroupsNamespacesResponse,
1534
1304
  ];
@@ -1536,9 +1306,7 @@ export var ListScrapers = [
1536
1306
  9,
1537
1307
  n0,
1538
1308
  _LS,
1539
- {
1540
- [_h]: ["GET", "/scrapers", 200],
1541
- },
1309
+ { [_h]: ["GET", "/scrapers", 200] },
1542
1310
  () => ListScrapersRequest,
1543
1311
  () => ListScrapersResponse,
1544
1312
  ];
@@ -1546,9 +1314,7 @@ export var ListTagsForResource = [
1546
1314
  9,
1547
1315
  n0,
1548
1316
  _LTFR,
1549
- {
1550
- [_h]: ["GET", "/tags/{resourceArn}", 200],
1551
- },
1317
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1552
1318
  () => ListTagsForResourceRequest,
1553
1319
  () => ListTagsForResourceResponse,
1554
1320
  ];
@@ -1556,9 +1322,7 @@ export var ListWorkspaces = [
1556
1322
  9,
1557
1323
  n0,
1558
1324
  _LW,
1559
- {
1560
- [_h]: ["GET", "/workspaces", 200],
1561
- },
1325
+ { [_h]: ["GET", "/workspaces", 200] },
1562
1326
  () => ListWorkspacesRequest,
1563
1327
  () => ListWorkspacesResponse,
1564
1328
  ];
@@ -1566,9 +1330,7 @@ export var PutAlertManagerDefinition = [
1566
1330
  9,
1567
1331
  n0,
1568
1332
  _PAMD,
1569
- {
1570
- [_h]: ["PUT", "/workspaces/{workspaceId}/alertmanager/definition", 202],
1571
- },
1333
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1572
1334
  () => PutAlertManagerDefinitionRequest,
1573
1335
  () => PutAlertManagerDefinitionResponse,
1574
1336
  ];
@@ -1576,9 +1338,7 @@ export var PutAnomalyDetector = [
1576
1338
  9,
1577
1339
  n0,
1578
1340
  _PAD,
1579
- {
1580
- [_h]: ["PUT", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202],
1581
- },
1341
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202] },
1582
1342
  () => PutAnomalyDetectorRequest,
1583
1343
  () => PutAnomalyDetectorResponse,
1584
1344
  ];
@@ -1586,9 +1346,7 @@ export var PutResourcePolicy = [
1586
1346
  9,
1587
1347
  n0,
1588
1348
  _PRP,
1589
- {
1590
- [_h]: ["PUT", "/workspaces/{workspaceId}/policy", 202],
1591
- },
1349
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/policy", 202] },
1592
1350
  () => PutResourcePolicyRequest,
1593
1351
  () => PutResourcePolicyResponse,
1594
1352
  ];
@@ -1596,9 +1354,7 @@ export var PutRuleGroupsNamespace = [
1596
1354
  9,
1597
1355
  n0,
1598
1356
  _PRGN,
1599
- {
1600
- [_h]: ["PUT", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202],
1601
- },
1357
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202] },
1602
1358
  () => PutRuleGroupsNamespaceRequest,
1603
1359
  () => PutRuleGroupsNamespaceResponse,
1604
1360
  ];
@@ -1606,9 +1362,7 @@ export var TagResource = [
1606
1362
  9,
1607
1363
  n0,
1608
1364
  _TR,
1609
- {
1610
- [_h]: ["POST", "/tags/{resourceArn}", 200],
1611
- },
1365
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1612
1366
  () => TagResourceRequest,
1613
1367
  () => TagResourceResponse,
1614
1368
  ];
@@ -1616,9 +1370,7 @@ export var UntagResource = [
1616
1370
  9,
1617
1371
  n0,
1618
1372
  _UR,
1619
- {
1620
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1621
- },
1373
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1622
1374
  () => UntagResourceRequest,
1623
1375
  () => UntagResourceResponse,
1624
1376
  ];
@@ -1626,9 +1378,7 @@ export var UpdateLoggingConfiguration = [
1626
1378
  9,
1627
1379
  n0,
1628
1380
  _ULC,
1629
- {
1630
- [_h]: ["PUT", "/workspaces/{workspaceId}/logging", 202],
1631
- },
1381
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/logging", 202] },
1632
1382
  () => UpdateLoggingConfigurationRequest,
1633
1383
  () => UpdateLoggingConfigurationResponse,
1634
1384
  ];
@@ -1636,9 +1386,7 @@ export var UpdateQueryLoggingConfiguration = [
1636
1386
  9,
1637
1387
  n0,
1638
1388
  _UQLC,
1639
- {
1640
- [_h]: ["PUT", "/workspaces/{workspaceId}/logging/query", 202],
1641
- },
1389
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/logging/query", 202] },
1642
1390
  () => UpdateQueryLoggingConfigurationRequest,
1643
1391
  () => UpdateQueryLoggingConfigurationResponse,
1644
1392
  ];
@@ -1646,9 +1394,7 @@ export var UpdateScraper = [
1646
1394
  9,
1647
1395
  n0,
1648
1396
  _US,
1649
- {
1650
- [_h]: ["PUT", "/scrapers/{scraperId}", 202],
1651
- },
1397
+ { [_h]: ["PUT", "/scrapers/{scraperId}", 202] },
1652
1398
  () => UpdateScraperRequest,
1653
1399
  () => UpdateScraperResponse,
1654
1400
  ];
@@ -1656,9 +1402,7 @@ export var UpdateScraperLoggingConfiguration = [
1656
1402
  9,
1657
1403
  n0,
1658
1404
  _USLC,
1659
- {
1660
- [_h]: ["PUT", "/scrapers/{scraperId}/logging-configuration", 202],
1661
- },
1405
+ { [_h]: ["PUT", "/scrapers/{scraperId}/logging-configuration", 202] },
1662
1406
  () => UpdateScraperLoggingConfigurationRequest,
1663
1407
  () => UpdateScraperLoggingConfigurationResponse,
1664
1408
  ];
@@ -1666,9 +1410,7 @@ export var UpdateWorkspaceAlias = [
1666
1410
  9,
1667
1411
  n0,
1668
1412
  _UWA,
1669
- {
1670
- [_h]: ["POST", "/workspaces/{workspaceId}/alias", 204],
1671
- },
1413
+ { [_h]: ["POST", "/workspaces/{workspaceId}/alias", 204] },
1672
1414
  () => UpdateWorkspaceAliasRequest,
1673
1415
  () => __Unit,
1674
1416
  ];
@@ -1676,9 +1418,7 @@ export var UpdateWorkspaceConfiguration = [
1676
1418
  9,
1677
1419
  n0,
1678
1420
  _UWC,
1679
- {
1680
- [_h]: ["PATCH", "/workspaces/{workspaceId}/configuration", 202],
1681
- },
1421
+ { [_h]: ["PATCH", "/workspaces/{workspaceId}/configuration", 202] },
1682
1422
  () => UpdateWorkspaceConfigurationRequest,
1683
1423
  () => UpdateWorkspaceConfigurationResponse,
1684
1424
  ];