@aws-sdk/client-amp 3.940.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
package/dist-cjs/index.js CHANGED
@@ -512,17 +512,7 @@ const _wC = "workspaceConfiguration";
512
512
  const _wI = "workspaceId";
513
513
  const _wo = "workspaces";
514
514
  const n0 = "com.amazonaws.amp";
515
- var AccessDeniedException = [
516
- -3,
517
- n0,
518
- _ADE,
519
- {
520
- [_e]: _c,
521
- [_hE]: 403,
522
- },
523
- [_m],
524
- [0],
525
- ];
515
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
526
516
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
527
517
  var AlertManagerDefinitionDescription = [
528
518
  3,
@@ -565,17 +555,7 @@ var AnomalyDetectorSummary = [
565
555
  ];
566
556
  var CloudWatchLogDestination = [3, n0, _CWLD, 0, [_lGA], [0]];
567
557
  var ComponentConfig = [3, n0, _CC, 0, [_o], [128 | 0]];
568
- var ConflictException = [
569
- -3,
570
- n0,
571
- _CE,
572
- {
573
- [_e]: _c,
574
- [_hE]: 409,
575
- },
576
- [_m, _rI, _rT],
577
- [0, 0, 0],
578
- ];
558
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
579
559
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
580
560
  var CreateAlertManagerDefinitionRequest = [
581
561
  3,
@@ -697,13 +677,7 @@ var DeleteAlertManagerDefinitionRequest = [
697
677
  [_wI, _cT],
698
678
  [
699
679
  [0, 1],
700
- [
701
- 0,
702
- {
703
- [_iT]: 1,
704
- [_hQ]: _cT,
705
- },
706
- ],
680
+ [0, { [_iT]: 1, [_hQ]: _cT }],
707
681
  ],
708
682
  ];
709
683
  var DeleteAnomalyDetectorRequest = [
@@ -715,13 +689,7 @@ var DeleteAnomalyDetectorRequest = [
715
689
  [
716
690
  [0, 1],
717
691
  [0, 1],
718
- [
719
- 0,
720
- {
721
- [_iT]: 1,
722
- [_hQ]: _cT,
723
- },
724
- ],
692
+ [0, { [_iT]: 1, [_hQ]: _cT }],
725
693
  ],
726
694
  ];
727
695
  var DeleteLoggingConfigurationRequest = [
@@ -732,13 +700,7 @@ var DeleteLoggingConfigurationRequest = [
732
700
  [_wI, _cT],
733
701
  [
734
702
  [0, 1],
735
- [
736
- 0,
737
- {
738
- [_iT]: 1,
739
- [_hQ]: _cT,
740
- },
741
- ],
703
+ [0, { [_iT]: 1, [_hQ]: _cT }],
742
704
  ],
743
705
  ];
744
706
  var DeleteQueryLoggingConfigurationRequest = [
@@ -749,13 +711,7 @@ var DeleteQueryLoggingConfigurationRequest = [
749
711
  [_wI, _cT],
750
712
  [
751
713
  [0, 1],
752
- [
753
- 0,
754
- {
755
- [_iT]: 1,
756
- [_hQ]: _cT,
757
- },
758
- ],
714
+ [0, { [_iT]: 1, [_hQ]: _cT }],
759
715
  ],
760
716
  ];
761
717
  var DeleteResourcePolicyRequest = [
@@ -766,19 +722,8 @@ var DeleteResourcePolicyRequest = [
766
722
  [_wI, _cT, _rIe],
767
723
  [
768
724
  [0, 1],
769
- [
770
- 0,
771
- {
772
- [_iT]: 1,
773
- [_hQ]: _cT,
774
- },
775
- ],
776
- [
777
- 0,
778
- {
779
- [_hQ]: _rIe,
780
- },
781
- ],
725
+ [0, { [_iT]: 1, [_hQ]: _cT }],
726
+ [0, { [_hQ]: _rIe }],
782
727
  ],
783
728
  ];
784
729
  var DeleteRuleGroupsNamespaceRequest = [
@@ -790,13 +735,7 @@ var DeleteRuleGroupsNamespaceRequest = [
790
735
  [
791
736
  [0, 1],
792
737
  [0, 1],
793
- [
794
- 0,
795
- {
796
- [_iT]: 1,
797
- [_hQ]: _cT,
798
- },
799
- ],
738
+ [0, { [_iT]: 1, [_hQ]: _cT }],
800
739
  ],
801
740
  ];
802
741
  var DeleteScraperLoggingConfigurationRequest = [
@@ -807,13 +746,7 @@ var DeleteScraperLoggingConfigurationRequest = [
807
746
  [_sI, _cT],
808
747
  [
809
748
  [0, 1],
810
- [
811
- 0,
812
- {
813
- [_iT]: 1,
814
- [_hQ]: _cT,
815
- },
816
- ],
749
+ [0, { [_iT]: 1, [_hQ]: _cT }],
817
750
  ],
818
751
  ];
819
752
  var DeleteScraperRequest = [
@@ -824,13 +757,7 @@ var DeleteScraperRequest = [
824
757
  [_sI, _cT],
825
758
  [
826
759
  [0, 1],
827
- [
828
- 0,
829
- {
830
- [_iT]: 1,
831
- [_hQ]: _cT,
832
- },
833
- ],
760
+ [0, { [_iT]: 1, [_hQ]: _cT }],
834
761
  ],
835
762
  ];
836
763
  var DeleteScraperResponse = [3, n0, _DSRe, 0, [_sI, _s], [0, () => ScraperStatus]];
@@ -842,13 +769,7 @@ var DeleteWorkspaceRequest = [
842
769
  [_wI, _cT],
843
770
  [
844
771
  [0, 1],
845
- [
846
- 0,
847
- {
848
- [_iT]: 1,
849
- [_hQ]: _cT,
850
- },
851
- ],
772
+ [0, { [_iT]: 1, [_hQ]: _cT }],
852
773
  ],
853
774
  ];
854
775
  var DescribeAlertManagerDefinitionRequest = [3, n0, _DAMDRe, 0, [_wI], [[0, 1]]];
@@ -947,20 +868,9 @@ var InternalServerException = [
947
868
  -3,
948
869
  n0,
949
870
  _ISE,
950
- {
951
- [_e]: _se,
952
- [_hE]: 500,
953
- },
871
+ { [_e]: _se, [_hE]: 500 },
954
872
  [_m, _rAS],
955
- [
956
- 0,
957
- [
958
- 1,
959
- {
960
- [_hH]: _RA,
961
- },
962
- ],
963
- ],
873
+ [0, [1, { [_hH]: _RA }]],
964
874
  ];
965
875
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
966
876
  var LimitsPerLabelSet = [
@@ -980,24 +890,9 @@ var ListAnomalyDetectorsRequest = [
980
890
  [_wI, _al, _mR, _nT],
981
891
  [
982
892
  [0, 1],
983
- [
984
- 0,
985
- {
986
- [_hQ]: _al,
987
- },
988
- ],
989
- [
990
- 1,
991
- {
992
- [_hQ]: _mR,
993
- },
994
- ],
995
- [
996
- 0,
997
- {
998
- [_hQ]: _nT,
999
- },
1000
- ],
893
+ [0, { [_hQ]: _al }],
894
+ [1, { [_hQ]: _mR }],
895
+ [0, { [_hQ]: _nT }],
1001
896
  ],
1002
897
  ];
1003
898
  var ListAnomalyDetectorsResponse = [
@@ -1016,24 +911,9 @@ var ListRuleGroupsNamespacesRequest = [
1016
911
  [_wI, _n, _nT, _mR],
1017
912
  [
1018
913
  [0, 1],
1019
- [
1020
- 0,
1021
- {
1022
- [_hQ]: _n,
1023
- },
1024
- ],
1025
- [
1026
- 0,
1027
- {
1028
- [_hQ]: _nT,
1029
- },
1030
- ],
1031
- [
1032
- 1,
1033
- {
1034
- [_hQ]: _mR,
1035
- },
1036
- ],
914
+ [0, { [_hQ]: _n }],
915
+ [0, { [_hQ]: _nT }],
916
+ [1, { [_hQ]: _mR }],
1037
917
  ],
1038
918
  ];
1039
919
  var ListRuleGroupsNamespacesResponse = [
@@ -1052,18 +932,8 @@ var ListScrapersRequest = [
1052
932
  [_f, _nT, _mR],
1053
933
  [
1054
934
  [[2, n0, _SF, 0, 0, 64 | 0], 64],
1055
- [
1056
- 0,
1057
- {
1058
- [_hQ]: _nT,
1059
- },
1060
- ],
1061
- [
1062
- 1,
1063
- {
1064
- [_hQ]: _mR,
1065
- },
1066
- ],
935
+ [0, { [_hQ]: _nT }],
936
+ [1, { [_hQ]: _mR }],
1067
937
  ],
1068
938
  ];
1069
939
  var ListScrapersResponse = [3, n0, _LSRi, 0, [_scr, _nT], [() => ScraperSummaryList, 0]];
@@ -1076,24 +946,9 @@ var ListWorkspacesRequest = [
1076
946
  0,
1077
947
  [_nT, _al, _mR],
1078
948
  [
1079
- [
1080
- 0,
1081
- {
1082
- [_hQ]: _nT,
1083
- },
1084
- ],
1085
- [
1086
- 0,
1087
- {
1088
- [_hQ]: _al,
1089
- },
1090
- ],
1091
- [
1092
- 1,
1093
- {
1094
- [_hQ]: _mR,
1095
- },
1096
- ],
949
+ [0, { [_hQ]: _nT }],
950
+ [0, { [_hQ]: _al }],
951
+ [1, { [_hQ]: _mR }],
1097
952
  ],
1098
953
  ];
1099
954
  var ListWorkspacesResponse = [
@@ -1200,10 +1055,7 @@ var ResourceNotFoundException = [
1200
1055
  -3,
1201
1056
  n0,
1202
1057
  _RNFE,
1203
- {
1204
- [_e]: _c,
1205
- [_hE]: 404,
1206
- },
1058
+ { [_e]: _c, [_hE]: 404 },
1207
1059
  [_m, _rI, _rT],
1208
1060
  [0, 0, 0],
1209
1061
  ];
@@ -1263,10 +1115,7 @@ var ServiceQuotaExceededException = [
1263
1115
  -3,
1264
1116
  n0,
1265
1117
  _SQEE,
1266
- {
1267
- [_e]: _c,
1268
- [_hE]: 402,
1269
- },
1118
+ { [_e]: _c, [_hE]: 402 },
1270
1119
  [_m, _rI, _rT, _sCe, _qC],
1271
1120
  [0, 0, 0, 0, 0],
1272
1121
  ];
@@ -1277,22 +1126,9 @@ var ThrottlingException = [
1277
1126
  -3,
1278
1127
  n0,
1279
1128
  _TE,
1280
- {
1281
- [_e]: _c,
1282
- [_hE]: 429,
1283
- },
1129
+ { [_e]: _c, [_hE]: 429 },
1284
1130
  [_m, _sCe, _qC, _rAS],
1285
- [
1286
- 0,
1287
- 0,
1288
- 0,
1289
- [
1290
- 1,
1291
- {
1292
- [_hH]: _RA,
1293
- },
1294
- ],
1295
- ],
1131
+ [0, 0, 0, [1, { [_hH]: _RA }]],
1296
1132
  ];
1297
1133
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1298
1134
  var UntagResourceRequest = [
@@ -1303,12 +1139,7 @@ var UntagResourceRequest = [
1303
1139
  [_rA, _tK],
1304
1140
  [
1305
1141
  [0, 1],
1306
- [
1307
- 64 | 0,
1308
- {
1309
- [_hQ]: _tK,
1310
- },
1311
- ],
1142
+ [64 | 0, { [_hQ]: _tK }],
1312
1143
  ],
1313
1144
  ];
1314
1145
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1397,10 +1228,7 @@ var ValidationException = [
1397
1228
  -3,
1398
1229
  n0,
1399
1230
  _VE,
1400
- {
1401
- [_e]: _c,
1402
- [_hE]: 400,
1403
- },
1231
+ { [_e]: _c, [_hE]: 400 },
1404
1232
  [_m, _r, _fL],
1405
1233
  [0, 0, () => ValidationExceptionFieldList],
1406
1234
  ];
@@ -1469,9 +1297,7 @@ var CreateAlertManagerDefinition = [
1469
1297
  9,
1470
1298
  n0,
1471
1299
  _CAMD,
1472
- {
1473
- [_h]: ["POST", "/workspaces/{workspaceId}/alertmanager/definition", 202],
1474
- },
1300
+ { [_h]: ["POST", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1475
1301
  () => CreateAlertManagerDefinitionRequest,
1476
1302
  () => CreateAlertManagerDefinitionResponse,
1477
1303
  ];
@@ -1479,9 +1305,7 @@ var CreateAnomalyDetector = [
1479
1305
  9,
1480
1306
  n0,
1481
1307
  _CAD,
1482
- {
1483
- [_h]: ["POST", "/workspaces/{workspaceId}/anomalydetectors", 202],
1484
- },
1308
+ { [_h]: ["POST", "/workspaces/{workspaceId}/anomalydetectors", 202] },
1485
1309
  () => CreateAnomalyDetectorRequest,
1486
1310
  () => CreateAnomalyDetectorResponse,
1487
1311
  ];
@@ -1489,9 +1313,7 @@ var CreateLoggingConfiguration = [
1489
1313
  9,
1490
1314
  n0,
1491
1315
  _CLC,
1492
- {
1493
- [_h]: ["POST", "/workspaces/{workspaceId}/logging", 202],
1494
- },
1316
+ { [_h]: ["POST", "/workspaces/{workspaceId}/logging", 202] },
1495
1317
  () => CreateLoggingConfigurationRequest,
1496
1318
  () => CreateLoggingConfigurationResponse,
1497
1319
  ];
@@ -1499,9 +1321,7 @@ var CreateQueryLoggingConfiguration = [
1499
1321
  9,
1500
1322
  n0,
1501
1323
  _CQLC,
1502
- {
1503
- [_h]: ["POST", "/workspaces/{workspaceId}/logging/query", 202],
1504
- },
1324
+ { [_h]: ["POST", "/workspaces/{workspaceId}/logging/query", 202] },
1505
1325
  () => CreateQueryLoggingConfigurationRequest,
1506
1326
  () => CreateQueryLoggingConfigurationResponse,
1507
1327
  ];
@@ -1509,9 +1329,7 @@ var CreateRuleGroupsNamespace = [
1509
1329
  9,
1510
1330
  n0,
1511
1331
  _CRGN,
1512
- {
1513
- [_h]: ["POST", "/workspaces/{workspaceId}/rulegroupsnamespaces", 202],
1514
- },
1332
+ { [_h]: ["POST", "/workspaces/{workspaceId}/rulegroupsnamespaces", 202] },
1515
1333
  () => CreateRuleGroupsNamespaceRequest,
1516
1334
  () => CreateRuleGroupsNamespaceResponse,
1517
1335
  ];
@@ -1519,9 +1337,7 @@ var CreateScraper = [
1519
1337
  9,
1520
1338
  n0,
1521
1339
  _CS,
1522
- {
1523
- [_h]: ["POST", "/scrapers", 202],
1524
- },
1340
+ { [_h]: ["POST", "/scrapers", 202] },
1525
1341
  () => CreateScraperRequest,
1526
1342
  () => CreateScraperResponse,
1527
1343
  ];
@@ -1529,9 +1345,7 @@ var CreateWorkspace = [
1529
1345
  9,
1530
1346
  n0,
1531
1347
  _CW,
1532
- {
1533
- [_h]: ["POST", "/workspaces", 202],
1534
- },
1348
+ { [_h]: ["POST", "/workspaces", 202] },
1535
1349
  () => CreateWorkspaceRequest,
1536
1350
  () => CreateWorkspaceResponse,
1537
1351
  ];
@@ -1539,9 +1353,7 @@ var DeleteAlertManagerDefinition = [
1539
1353
  9,
1540
1354
  n0,
1541
1355
  _DAMD,
1542
- {
1543
- [_h]: ["DELETE", "/workspaces/{workspaceId}/alertmanager/definition", 202],
1544
- },
1356
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1545
1357
  () => DeleteAlertManagerDefinitionRequest,
1546
1358
  () => __Unit,
1547
1359
  ];
@@ -1549,9 +1361,7 @@ var DeleteAnomalyDetector = [
1549
1361
  9,
1550
1362
  n0,
1551
1363
  _DAD,
1552
- {
1553
- [_h]: ["DELETE", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202],
1554
- },
1364
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202] },
1555
1365
  () => DeleteAnomalyDetectorRequest,
1556
1366
  () => __Unit,
1557
1367
  ];
@@ -1559,9 +1369,7 @@ var DeleteLoggingConfiguration = [
1559
1369
  9,
1560
1370
  n0,
1561
1371
  _DLC,
1562
- {
1563
- [_h]: ["DELETE", "/workspaces/{workspaceId}/logging", 202],
1564
- },
1372
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/logging", 202] },
1565
1373
  () => DeleteLoggingConfigurationRequest,
1566
1374
  () => __Unit,
1567
1375
  ];
@@ -1569,9 +1377,7 @@ var DeleteQueryLoggingConfiguration = [
1569
1377
  9,
1570
1378
  n0,
1571
1379
  _DQLC,
1572
- {
1573
- [_h]: ["DELETE", "/workspaces/{workspaceId}/logging/query", 202],
1574
- },
1380
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/logging/query", 202] },
1575
1381
  () => DeleteQueryLoggingConfigurationRequest,
1576
1382
  () => __Unit,
1577
1383
  ];
@@ -1579,9 +1385,7 @@ var DeleteResourcePolicy = [
1579
1385
  9,
1580
1386
  n0,
1581
1387
  _DRP,
1582
- {
1583
- [_h]: ["DELETE", "/workspaces/{workspaceId}/policy", 202],
1584
- },
1388
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/policy", 202] },
1585
1389
  () => DeleteResourcePolicyRequest,
1586
1390
  () => __Unit,
1587
1391
  ];
@@ -1589,9 +1393,7 @@ var DeleteRuleGroupsNamespace = [
1589
1393
  9,
1590
1394
  n0,
1591
1395
  _DRGN,
1592
- {
1593
- [_h]: ["DELETE", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202],
1594
- },
1396
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202] },
1595
1397
  () => DeleteRuleGroupsNamespaceRequest,
1596
1398
  () => __Unit,
1597
1399
  ];
@@ -1599,9 +1401,7 @@ var DeleteScraper = [
1599
1401
  9,
1600
1402
  n0,
1601
1403
  _DS,
1602
- {
1603
- [_h]: ["DELETE", "/scrapers/{scraperId}", 202],
1604
- },
1404
+ { [_h]: ["DELETE", "/scrapers/{scraperId}", 202] },
1605
1405
  () => DeleteScraperRequest,
1606
1406
  () => DeleteScraperResponse,
1607
1407
  ];
@@ -1609,9 +1409,7 @@ var DeleteScraperLoggingConfiguration = [
1609
1409
  9,
1610
1410
  n0,
1611
1411
  _DSLC,
1612
- {
1613
- [_h]: ["DELETE", "/scrapers/{scraperId}/logging-configuration", 202],
1614
- },
1412
+ { [_h]: ["DELETE", "/scrapers/{scraperId}/logging-configuration", 202] },
1615
1413
  () => DeleteScraperLoggingConfigurationRequest,
1616
1414
  () => __Unit,
1617
1415
  ];
@@ -1619,9 +1417,7 @@ var DeleteWorkspace = [
1619
1417
  9,
1620
1418
  n0,
1621
1419
  _DW,
1622
- {
1623
- [_h]: ["DELETE", "/workspaces/{workspaceId}", 202],
1624
- },
1420
+ { [_h]: ["DELETE", "/workspaces/{workspaceId}", 202] },
1625
1421
  () => DeleteWorkspaceRequest,
1626
1422
  () => __Unit,
1627
1423
  ];
@@ -1629,9 +1425,7 @@ var DescribeAlertManagerDefinition = [
1629
1425
  9,
1630
1426
  n0,
1631
1427
  _DAMDe,
1632
- {
1633
- [_h]: ["GET", "/workspaces/{workspaceId}/alertmanager/definition", 200],
1634
- },
1428
+ { [_h]: ["GET", "/workspaces/{workspaceId}/alertmanager/definition", 200] },
1635
1429
  () => DescribeAlertManagerDefinitionRequest,
1636
1430
  () => DescribeAlertManagerDefinitionResponse,
1637
1431
  ];
@@ -1639,9 +1433,7 @@ var DescribeAnomalyDetector = [
1639
1433
  9,
1640
1434
  n0,
1641
1435
  _DADe,
1642
- {
1643
- [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 200],
1644
- },
1436
+ { [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 200] },
1645
1437
  () => DescribeAnomalyDetectorRequest,
1646
1438
  () => DescribeAnomalyDetectorResponse,
1647
1439
  ];
@@ -1649,9 +1441,7 @@ var DescribeLoggingConfiguration = [
1649
1441
  9,
1650
1442
  n0,
1651
1443
  _DLCe,
1652
- {
1653
- [_h]: ["GET", "/workspaces/{workspaceId}/logging", 200],
1654
- },
1444
+ { [_h]: ["GET", "/workspaces/{workspaceId}/logging", 200] },
1655
1445
  () => DescribeLoggingConfigurationRequest,
1656
1446
  () => DescribeLoggingConfigurationResponse,
1657
1447
  ];
@@ -1659,9 +1449,7 @@ var DescribeQueryLoggingConfiguration = [
1659
1449
  9,
1660
1450
  n0,
1661
1451
  _DQLCe,
1662
- {
1663
- [_h]: ["GET", "/workspaces/{workspaceId}/logging/query", 200],
1664
- },
1452
+ { [_h]: ["GET", "/workspaces/{workspaceId}/logging/query", 200] },
1665
1453
  () => DescribeQueryLoggingConfigurationRequest,
1666
1454
  () => DescribeQueryLoggingConfigurationResponse,
1667
1455
  ];
@@ -1669,9 +1457,7 @@ var DescribeResourcePolicy = [
1669
1457
  9,
1670
1458
  n0,
1671
1459
  _DRPe,
1672
- {
1673
- [_h]: ["GET", "/workspaces/{workspaceId}/policy", 200],
1674
- },
1460
+ { [_h]: ["GET", "/workspaces/{workspaceId}/policy", 200] },
1675
1461
  () => DescribeResourcePolicyRequest,
1676
1462
  () => DescribeResourcePolicyResponse,
1677
1463
  ];
@@ -1679,9 +1465,7 @@ var DescribeRuleGroupsNamespace = [
1679
1465
  9,
1680
1466
  n0,
1681
1467
  _DRGNe,
1682
- {
1683
- [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 200],
1684
- },
1468
+ { [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 200] },
1685
1469
  () => DescribeRuleGroupsNamespaceRequest,
1686
1470
  () => DescribeRuleGroupsNamespaceResponse,
1687
1471
  ];
@@ -1689,9 +1473,7 @@ var DescribeScraper = [
1689
1473
  9,
1690
1474
  n0,
1691
1475
  _DSe,
1692
- {
1693
- [_h]: ["GET", "/scrapers/{scraperId}", 200],
1694
- },
1476
+ { [_h]: ["GET", "/scrapers/{scraperId}", 200] },
1695
1477
  () => DescribeScraperRequest,
1696
1478
  () => DescribeScraperResponse,
1697
1479
  ];
@@ -1699,9 +1481,7 @@ var DescribeScraperLoggingConfiguration = [
1699
1481
  9,
1700
1482
  n0,
1701
1483
  _DSLCe,
1702
- {
1703
- [_h]: ["GET", "/scrapers/{scraperId}/logging-configuration", 200],
1704
- },
1484
+ { [_h]: ["GET", "/scrapers/{scraperId}/logging-configuration", 200] },
1705
1485
  () => DescribeScraperLoggingConfigurationRequest,
1706
1486
  () => DescribeScraperLoggingConfigurationResponse,
1707
1487
  ];
@@ -1709,9 +1489,7 @@ var DescribeWorkspace = [
1709
1489
  9,
1710
1490
  n0,
1711
1491
  _DWe,
1712
- {
1713
- [_h]: ["GET", "/workspaces/{workspaceId}", 200],
1714
- },
1492
+ { [_h]: ["GET", "/workspaces/{workspaceId}", 200] },
1715
1493
  () => DescribeWorkspaceRequest,
1716
1494
  () => DescribeWorkspaceResponse,
1717
1495
  ];
@@ -1719,9 +1497,7 @@ var DescribeWorkspaceConfiguration = [
1719
1497
  9,
1720
1498
  n0,
1721
1499
  _DWC,
1722
- {
1723
- [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200],
1724
- },
1500
+ { [_h]: ["GET", "/workspaces/{workspaceId}/configuration", 200] },
1725
1501
  () => DescribeWorkspaceConfigurationRequest,
1726
1502
  () => DescribeWorkspaceConfigurationResponse,
1727
1503
  ];
@@ -1729,9 +1505,7 @@ var GetDefaultScraperConfiguration = [
1729
1505
  9,
1730
1506
  n0,
1731
1507
  _GDSC,
1732
- {
1733
- [_h]: ["GET", "/scraperconfiguration", 200],
1734
- },
1508
+ { [_h]: ["GET", "/scraperconfiguration", 200] },
1735
1509
  () => GetDefaultScraperConfigurationRequest,
1736
1510
  () => GetDefaultScraperConfigurationResponse,
1737
1511
  ];
@@ -1739,9 +1513,7 @@ var ListAnomalyDetectors = [
1739
1513
  9,
1740
1514
  n0,
1741
1515
  _LAD,
1742
- {
1743
- [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors", 200],
1744
- },
1516
+ { [_h]: ["GET", "/workspaces/{workspaceId}/anomalydetectors", 200] },
1745
1517
  () => ListAnomalyDetectorsRequest,
1746
1518
  () => ListAnomalyDetectorsResponse,
1747
1519
  ];
@@ -1749,9 +1521,7 @@ var ListRuleGroupsNamespaces = [
1749
1521
  9,
1750
1522
  n0,
1751
1523
  _LRGN,
1752
- {
1753
- [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces", 200],
1754
- },
1524
+ { [_h]: ["GET", "/workspaces/{workspaceId}/rulegroupsnamespaces", 200] },
1755
1525
  () => ListRuleGroupsNamespacesRequest,
1756
1526
  () => ListRuleGroupsNamespacesResponse,
1757
1527
  ];
@@ -1759,9 +1529,7 @@ var ListScrapers = [
1759
1529
  9,
1760
1530
  n0,
1761
1531
  _LS,
1762
- {
1763
- [_h]: ["GET", "/scrapers", 200],
1764
- },
1532
+ { [_h]: ["GET", "/scrapers", 200] },
1765
1533
  () => ListScrapersRequest,
1766
1534
  () => ListScrapersResponse,
1767
1535
  ];
@@ -1769,9 +1537,7 @@ var ListTagsForResource = [
1769
1537
  9,
1770
1538
  n0,
1771
1539
  _LTFR,
1772
- {
1773
- [_h]: ["GET", "/tags/{resourceArn}", 200],
1774
- },
1540
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1775
1541
  () => ListTagsForResourceRequest,
1776
1542
  () => ListTagsForResourceResponse,
1777
1543
  ];
@@ -1779,9 +1545,7 @@ var ListWorkspaces = [
1779
1545
  9,
1780
1546
  n0,
1781
1547
  _LW,
1782
- {
1783
- [_h]: ["GET", "/workspaces", 200],
1784
- },
1548
+ { [_h]: ["GET", "/workspaces", 200] },
1785
1549
  () => ListWorkspacesRequest,
1786
1550
  () => ListWorkspacesResponse,
1787
1551
  ];
@@ -1789,9 +1553,7 @@ var PutAlertManagerDefinition = [
1789
1553
  9,
1790
1554
  n0,
1791
1555
  _PAMD,
1792
- {
1793
- [_h]: ["PUT", "/workspaces/{workspaceId}/alertmanager/definition", 202],
1794
- },
1556
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/alertmanager/definition", 202] },
1795
1557
  () => PutAlertManagerDefinitionRequest,
1796
1558
  () => PutAlertManagerDefinitionResponse,
1797
1559
  ];
@@ -1799,9 +1561,7 @@ var PutAnomalyDetector = [
1799
1561
  9,
1800
1562
  n0,
1801
1563
  _PAD,
1802
- {
1803
- [_h]: ["PUT", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202],
1804
- },
1564
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/anomalydetectors/{anomalyDetectorId}", 202] },
1805
1565
  () => PutAnomalyDetectorRequest,
1806
1566
  () => PutAnomalyDetectorResponse,
1807
1567
  ];
@@ -1809,9 +1569,7 @@ var PutResourcePolicy = [
1809
1569
  9,
1810
1570
  n0,
1811
1571
  _PRP,
1812
- {
1813
- [_h]: ["PUT", "/workspaces/{workspaceId}/policy", 202],
1814
- },
1572
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/policy", 202] },
1815
1573
  () => PutResourcePolicyRequest,
1816
1574
  () => PutResourcePolicyResponse,
1817
1575
  ];
@@ -1819,9 +1577,7 @@ var PutRuleGroupsNamespace = [
1819
1577
  9,
1820
1578
  n0,
1821
1579
  _PRGN,
1822
- {
1823
- [_h]: ["PUT", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202],
1824
- },
1580
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}", 202] },
1825
1581
  () => PutRuleGroupsNamespaceRequest,
1826
1582
  () => PutRuleGroupsNamespaceResponse,
1827
1583
  ];
@@ -1829,9 +1585,7 @@ var TagResource = [
1829
1585
  9,
1830
1586
  n0,
1831
1587
  _TR,
1832
- {
1833
- [_h]: ["POST", "/tags/{resourceArn}", 200],
1834
- },
1588
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1835
1589
  () => TagResourceRequest,
1836
1590
  () => TagResourceResponse,
1837
1591
  ];
@@ -1839,9 +1593,7 @@ var UntagResource = [
1839
1593
  9,
1840
1594
  n0,
1841
1595
  _UR,
1842
- {
1843
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1844
- },
1596
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1845
1597
  () => UntagResourceRequest,
1846
1598
  () => UntagResourceResponse,
1847
1599
  ];
@@ -1849,9 +1601,7 @@ var UpdateLoggingConfiguration = [
1849
1601
  9,
1850
1602
  n0,
1851
1603
  _ULC,
1852
- {
1853
- [_h]: ["PUT", "/workspaces/{workspaceId}/logging", 202],
1854
- },
1604
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/logging", 202] },
1855
1605
  () => UpdateLoggingConfigurationRequest,
1856
1606
  () => UpdateLoggingConfigurationResponse,
1857
1607
  ];
@@ -1859,9 +1609,7 @@ var UpdateQueryLoggingConfiguration = [
1859
1609
  9,
1860
1610
  n0,
1861
1611
  _UQLC,
1862
- {
1863
- [_h]: ["PUT", "/workspaces/{workspaceId}/logging/query", 202],
1864
- },
1612
+ { [_h]: ["PUT", "/workspaces/{workspaceId}/logging/query", 202] },
1865
1613
  () => UpdateQueryLoggingConfigurationRequest,
1866
1614
  () => UpdateQueryLoggingConfigurationResponse,
1867
1615
  ];
@@ -1869,9 +1617,7 @@ var UpdateScraper = [
1869
1617
  9,
1870
1618
  n0,
1871
1619
  _US,
1872
- {
1873
- [_h]: ["PUT", "/scrapers/{scraperId}", 202],
1874
- },
1620
+ { [_h]: ["PUT", "/scrapers/{scraperId}", 202] },
1875
1621
  () => UpdateScraperRequest,
1876
1622
  () => UpdateScraperResponse,
1877
1623
  ];
@@ -1879,9 +1625,7 @@ var UpdateScraperLoggingConfiguration = [
1879
1625
  9,
1880
1626
  n0,
1881
1627
  _USLC,
1882
- {
1883
- [_h]: ["PUT", "/scrapers/{scraperId}/logging-configuration", 202],
1884
- },
1628
+ { [_h]: ["PUT", "/scrapers/{scraperId}/logging-configuration", 202] },
1885
1629
  () => UpdateScraperLoggingConfigurationRequest,
1886
1630
  () => UpdateScraperLoggingConfigurationResponse,
1887
1631
  ];
@@ -1889,9 +1633,7 @@ var UpdateWorkspaceAlias = [
1889
1633
  9,
1890
1634
  n0,
1891
1635
  _UWA,
1892
- {
1893
- [_h]: ["POST", "/workspaces/{workspaceId}/alias", 204],
1894
- },
1636
+ { [_h]: ["POST", "/workspaces/{workspaceId}/alias", 204] },
1895
1637
  () => UpdateWorkspaceAliasRequest,
1896
1638
  () => __Unit,
1897
1639
  ];
@@ -1899,9 +1641,7 @@ var UpdateWorkspaceConfiguration = [
1899
1641
  9,
1900
1642
  n0,
1901
1643
  _UWC,
1902
- {
1903
- [_h]: ["PATCH", "/workspaces/{workspaceId}/configuration", 202],
1904
- },
1644
+ { [_h]: ["PATCH", "/workspaces/{workspaceId}/configuration", 202] },
1905
1645
  () => UpdateWorkspaceConfigurationRequest,
1906
1646
  () => UpdateWorkspaceConfigurationResponse,
1907
1647
  ];