@aws-sdk/client-application-signals 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 (58) hide show
  1. package/dist-cjs/index.js +52 -359
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ApplicationSignalsClient.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 +52 -359
  8. package/dist-types/ApplicationSignals.d.ts +1 -1
  9. package/dist-types/ApplicationSignalsClient.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/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchUpdateExclusionWindowsCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +3 -3
  17. package/dist-types/commands/GetServiceCommand.d.ts +3 -3
  18. package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +3 -3
  19. package/dist-types/commands/ListAuditFindingsCommand.d.ts +3 -3
  20. package/dist-types/commands/ListEntityEventsCommand.d.ts +3 -3
  21. package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -3
  22. package/dist-types/commands/ListServiceDependenciesCommand.d.ts +3 -3
  23. package/dist-types/commands/ListServiceDependentsCommand.d.ts +3 -3
  24. package/dist-types/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +3 -3
  25. package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +3 -3
  26. package/dist-types/commands/ListServiceOperationsCommand.d.ts +3 -3
  27. package/dist-types/commands/ListServiceStatesCommand.d.ts +3 -3
  28. package/dist-types/commands/ListServicesCommand.d.ts +3 -3
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  30. package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +3 -3
  31. package/dist-types/commands/StartDiscoveryCommand.d.ts +3 -3
  32. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  33. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  34. package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +3 -3
  35. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  36. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  37. package/dist-types/extensionConfiguration.d.ts +4 -4
  38. package/dist-types/models/ApplicationSignalsServiceException.d.ts +1 -1
  39. package/dist-types/models/errors.d.ts +1 -1
  40. package/dist-types/pagination/Interfaces.d.ts +1 -1
  41. package/dist-types/pagination/ListEntityEventsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListServiceDependenciesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListServiceDependentsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListServiceLevelObjectiveExclusionWindowsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListServiceLevelObjectivesPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListServiceOperationsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListServiceStatesPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
  49. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  50. package/dist-types/runtimeConfig.d.ts +1 -1
  51. package/dist-types/runtimeConfig.native.d.ts +1 -1
  52. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  53. package/dist-types/runtimeExtensions.d.ts +1 -1
  54. package/dist-types/schemas/schemas_0.d.ts +1 -1
  55. package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +3 -3
  56. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  57. package/dist-types/ts3.4/models/ApplicationSignalsServiceException.d.ts +1 -1
  58. package/package.json +13 -12
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultApplicationSignalsHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -279,11 +279,7 @@ export var AccessDeniedException = [
279
279
  -3,
280
280
  n0,
281
281
  _ADE,
282
- {
283
- [_e]: _c,
284
- [_hE]: 403,
285
- [_aQE]: [`AccessDenied`, 403],
286
- },
282
+ { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDenied`, 403] },
287
283
  [_M],
288
284
  [0],
289
285
  ];
@@ -343,17 +339,7 @@ export var ChangeEvent = [
343
339
  [_Ti, _AI, _Re, _En, _CET, _EI, _UN, _EN],
344
340
  [4, 0, 0, 128 | 0, 0, 0, 0, 0],
345
341
  ];
346
- export var ConflictException = [
347
- -3,
348
- n0,
349
- _CEo,
350
- {
351
- [_e]: _c,
352
- [_hE]: 409,
353
- },
354
- [_M],
355
- [0],
356
- ];
342
+ export var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
357
343
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
358
344
  export var CreateServiceLevelObjectiveInput = [
359
345
  3,
@@ -400,21 +386,7 @@ export var GetServiceInput = [
400
386
  _GSI,
401
387
  0,
402
388
  [_ST, _ET, _KA],
403
- [
404
- [
405
- 4,
406
- {
407
- [_hQ]: _ST,
408
- },
409
- ],
410
- [
411
- 4,
412
- {
413
- [_hQ]: _ET,
414
- },
415
- ],
416
- 128 | 0,
417
- ],
389
+ [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0],
418
390
  ];
419
391
  export var GetServiceLevelObjectiveInput = [3, n0, _GSLOI, 0, [_I], [[0, 1]]];
420
392
  export var GetServiceLevelObjectiveOutput = [
@@ -449,25 +421,7 @@ export var ListAuditFindingsInput = [
449
421
  _LAFI,
450
422
  0,
451
423
  [_ST, _ET, _Au, _ATu, _DL, _NT, _MR],
452
- [
453
- [
454
- 4,
455
- {
456
- [_hQ]: _ST,
457
- },
458
- ],
459
- [
460
- 4,
461
- {
462
- [_hQ]: _ET,
463
- },
464
- ],
465
- 64 | 0,
466
- () => AuditTargets,
467
- 0,
468
- 0,
469
- 1,
470
- ],
424
+ [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 64 | 0, () => AuditTargets, 0, 0, 1],
471
425
  ];
472
426
  export var ListAuditFindingsOutput = [
473
427
  3,
@@ -483,23 +437,7 @@ export var ListEntityEventsInput = [
483
437
  _LEEI,
484
438
  0,
485
439
  [_En, _ST, _ET, _MR, _NT],
486
- [
487
- 128 | 0,
488
- 4,
489
- 4,
490
- [
491
- 1,
492
- {
493
- [_hQ]: _MR,
494
- },
495
- ],
496
- [
497
- 0,
498
- {
499
- [_hQ]: _NT,
500
- },
501
- ],
502
- ],
440
+ [128 | 0, 4, 4, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]],
503
441
  ];
504
442
  export var ListEntityEventsOutput = [
505
443
  3,
@@ -516,24 +454,9 @@ export var ListGroupingAttributeDefinitionsInput = [
516
454
  0,
517
455
  [_NT, _AAI, _ILA],
518
456
  [
519
- [
520
- 0,
521
- {
522
- [_hQ]: _NT,
523
- },
524
- ],
525
- [
526
- 0,
527
- {
528
- [_hQ]: _AAI,
529
- },
530
- ],
531
- [
532
- 2,
533
- {
534
- [_hQ]: _ILA,
535
- },
536
- ],
457
+ [0, { [_hQ]: _NT }],
458
+ [0, { [_hQ]: _AAI }],
459
+ [2, { [_hQ]: _ILA }],
537
460
  ],
538
461
  ];
539
462
  export var ListGroupingAttributeDefinitionsOutput = [
@@ -550,33 +473,7 @@ export var ListServiceDependenciesInput = [
550
473
  _LSDI,
551
474
  0,
552
475
  [_ST, _ET, _KA, _MR, _NT],
553
- [
554
- [
555
- 4,
556
- {
557
- [_hQ]: _ST,
558
- },
559
- ],
560
- [
561
- 4,
562
- {
563
- [_hQ]: _ET,
564
- },
565
- ],
566
- 128 | 0,
567
- [
568
- 1,
569
- {
570
- [_hQ]: _MR,
571
- },
572
- ],
573
- [
574
- 0,
575
- {
576
- [_hQ]: _NT,
577
- },
578
- ],
579
- ],
476
+ [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]],
580
477
  ];
581
478
  export var ListServiceDependenciesOutput = [
582
479
  3,
@@ -592,33 +489,7 @@ export var ListServiceDependentsInput = [
592
489
  _LSDIi,
593
490
  0,
594
491
  [_ST, _ET, _KA, _MR, _NT],
595
- [
596
- [
597
- 4,
598
- {
599
- [_hQ]: _ST,
600
- },
601
- ],
602
- [
603
- 4,
604
- {
605
- [_hQ]: _ET,
606
- },
607
- ],
608
- 128 | 0,
609
- [
610
- 1,
611
- {
612
- [_hQ]: _MR,
613
- },
614
- ],
615
- [
616
- 0,
617
- {
618
- [_hQ]: _NT,
619
- },
620
- ],
621
- ],
492
+ [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]],
622
493
  ];
623
494
  export var ListServiceDependentsOutput = [
624
495
  3,
@@ -636,18 +507,8 @@ export var ListServiceLevelObjectiveExclusionWindowsInput = [
636
507
  [_I, _MR, _NT],
637
508
  [
638
509
  [0, 1],
639
- [
640
- 1,
641
- {
642
- [_hQ]: _MR,
643
- },
644
- ],
645
- [
646
- 0,
647
- {
648
- [_hQ]: _NT,
649
- },
650
- ],
510
+ [1, { [_hQ]: _MR }],
511
+ [0, { [_hQ]: _NT }],
651
512
  ],
652
513
  ];
653
514
  export var ListServiceLevelObjectiveExclusionWindowsOutput = [
@@ -666,37 +527,12 @@ export var ListServiceLevelObjectivesInput = [
666
527
  [_KA, _ON, _DC, _MR, _NT, _ILA, _SOAAI, _MST],
667
528
  [
668
529
  128 | 0,
669
- [
670
- 0,
671
- {
672
- [_hQ]: _ON,
673
- },
674
- ],
530
+ [0, { [_hQ]: _ON }],
675
531
  () => DependencyConfig,
676
- [
677
- 1,
678
- {
679
- [_hQ]: _MR,
680
- },
681
- ],
682
- [
683
- 0,
684
- {
685
- [_hQ]: _NT,
686
- },
687
- ],
688
- [
689
- 2,
690
- {
691
- [_hQ]: _ILA,
692
- },
693
- ],
694
- [
695
- 0,
696
- {
697
- [_hQ]: _SOAAI,
698
- },
699
- ],
532
+ [1, { [_hQ]: _MR }],
533
+ [0, { [_hQ]: _NT }],
534
+ [2, { [_hQ]: _ILA }],
535
+ [0, { [_hQ]: _SOAAI }],
700
536
  64 | 0,
701
537
  ],
702
538
  ];
@@ -714,33 +550,7 @@ export var ListServiceOperationsInput = [
714
550
  _LSOI,
715
551
  0,
716
552
  [_ST, _ET, _KA, _MR, _NT],
717
- [
718
- [
719
- 4,
720
- {
721
- [_hQ]: _ST,
722
- },
723
- ],
724
- [
725
- 4,
726
- {
727
- [_hQ]: _ET,
728
- },
729
- ],
730
- 128 | 0,
731
- [
732
- 1,
733
- {
734
- [_hQ]: _MR,
735
- },
736
- ],
737
- [
738
- 0,
739
- {
740
- [_hQ]: _NT,
741
- },
742
- ],
743
- ],
553
+ [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]],
744
554
  ];
745
555
  export var ListServiceOperationsOutput = [
746
556
  3,
@@ -757,42 +567,12 @@ export var ListServicesInput = [
757
567
  0,
758
568
  [_ST, _ET, _MR, _NT, _ILA, _AAI],
759
569
  [
760
- [
761
- 4,
762
- {
763
- [_hQ]: _ST,
764
- },
765
- ],
766
- [
767
- 4,
768
- {
769
- [_hQ]: _ET,
770
- },
771
- ],
772
- [
773
- 1,
774
- {
775
- [_hQ]: _MR,
776
- },
777
- ],
778
- [
779
- 0,
780
- {
781
- [_hQ]: _NT,
782
- },
783
- ],
784
- [
785
- 2,
786
- {
787
- [_hQ]: _ILA,
788
- },
789
- ],
790
- [
791
- 0,
792
- {
793
- [_hQ]: _AAI,
794
- },
795
- ],
570
+ [4, { [_hQ]: _ST }],
571
+ [4, { [_hQ]: _ET }],
572
+ [1, { [_hQ]: _MR }],
573
+ [0, { [_hQ]: _NT }],
574
+ [2, { [_hQ]: _ILA }],
575
+ [0, { [_hQ]: _AAI }],
796
576
  ],
797
577
  ];
798
578
  export var ListServicesOutput = [
@@ -819,21 +599,7 @@ export var ListServiceStatesOutput = [
819
599
  [_ST, _ET, _SSer, _NT],
820
600
  [4, 4, () => ServiceStates, 0],
821
601
  ];
822
- export var ListTagsForResourceRequest = [
823
- 3,
824
- n0,
825
- _LTFRR,
826
- 0,
827
- [_RA],
828
- [
829
- [
830
- 0,
831
- {
832
- [_hQ]: _RA,
833
- },
834
- ],
835
- ],
836
- ];
602
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, { [_hQ]: _RA }]]];
837
603
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
838
604
  export var Metric = [3, n0, _Me, 0, [_Na, _MN, _Dim], [0, 0, () => Dimensions]];
839
605
  export var MetricDataQuery = [
@@ -915,10 +681,7 @@ export var ResourceNotFoundException = [
915
681
  -3,
916
682
  n0,
917
683
  _RNFE,
918
- {
919
- [_e]: _c,
920
- [_hE]: 404,
921
- },
684
+ { [_e]: _c, [_hE]: 404 },
922
685
  [_RT, _RI, _M],
923
686
  [0, 0, 0],
924
687
  ];
@@ -1036,17 +799,7 @@ export var ServiceOperationEntity = [
1036
799
  [_Se, _O, _MT],
1037
800
  [() => ServiceEntity, 0, 0],
1038
801
  ];
1039
- export var ServiceQuotaExceededException = [
1040
- -3,
1041
- n0,
1042
- _SQEE,
1043
- {
1044
- [_e]: _c,
1045
- [_hE]: 402,
1046
- },
1047
- [_M],
1048
- [0],
1049
- ];
802
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1050
803
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1051
804
  export var ServiceState = [
1052
805
  3,
@@ -1069,17 +822,7 @@ export var StartDiscoveryOutput = [3, n0, _SDO, 0, [], []];
1069
822
  export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1070
823
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
1071
824
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1072
- export var ThrottlingException = [
1073
- -3,
1074
- n0,
1075
- _TE,
1076
- {
1077
- [_e]: _c,
1078
- [_hE]: 429,
1079
- },
1080
- [_M],
1081
- [0],
1082
- ];
825
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1083
826
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1084
827
  export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
1085
828
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1110,11 +853,7 @@ export var ValidationException = [
1110
853
  -3,
1111
854
  n0,
1112
855
  _VE,
1113
- {
1114
- [_e]: _c,
1115
- [_hE]: 400,
1116
- [_aQE]: [`ValidationError`, 400],
1117
- },
856
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`ValidationError`, 400] },
1118
857
  [_m],
1119
858
  [0],
1120
859
  ];
@@ -1212,9 +951,7 @@ export var BatchGetServiceLevelObjectiveBudgetReport = [
1212
951
  9,
1213
952
  n0,
1214
953
  _BGSLOBR,
1215
- {
1216
- [_h]: ["POST", "/budget-report", 200],
1217
- },
954
+ { [_h]: ["POST", "/budget-report", 200] },
1218
955
  () => BatchGetServiceLevelObjectiveBudgetReportInput,
1219
956
  () => BatchGetServiceLevelObjectiveBudgetReportOutput,
1220
957
  ];
@@ -1222,9 +959,7 @@ export var BatchUpdateExclusionWindows = [
1222
959
  9,
1223
960
  n0,
1224
961
  _BUEW,
1225
- {
1226
- [_h]: ["PATCH", "/exclusion-windows", 200],
1227
- },
962
+ { [_h]: ["PATCH", "/exclusion-windows", 200] },
1228
963
  () => BatchUpdateExclusionWindowsInput,
1229
964
  () => BatchUpdateExclusionWindowsOutput,
1230
965
  ];
@@ -1232,9 +967,7 @@ export var CreateServiceLevelObjective = [
1232
967
  9,
1233
968
  n0,
1234
969
  _CSLO,
1235
- {
1236
- [_h]: ["POST", "/slo", 200],
1237
- },
970
+ { [_h]: ["POST", "/slo", 200] },
1238
971
  () => CreateServiceLevelObjectiveInput,
1239
972
  () => CreateServiceLevelObjectiveOutput,
1240
973
  ];
@@ -1242,9 +975,7 @@ export var DeleteGroupingConfiguration = [
1242
975
  9,
1243
976
  n0,
1244
977
  _DGC,
1245
- {
1246
- [_h]: ["DELETE", "/grouping-configuration", 200],
1247
- },
978
+ { [_h]: ["DELETE", "/grouping-configuration", 200] },
1248
979
  () => __Unit,
1249
980
  () => DeleteGroupingConfigurationOutput,
1250
981
  ];
@@ -1252,9 +983,7 @@ export var DeleteServiceLevelObjective = [
1252
983
  9,
1253
984
  n0,
1254
985
  _DSLO,
1255
- {
1256
- [_h]: ["DELETE", "/slo/{Id}", 200],
1257
- },
986
+ { [_h]: ["DELETE", "/slo/{Id}", 200] },
1258
987
  () => DeleteServiceLevelObjectiveInput,
1259
988
  () => DeleteServiceLevelObjectiveOutput,
1260
989
  ];
@@ -1262,9 +991,7 @@ export var GetService = [
1262
991
  9,
1263
992
  n0,
1264
993
  _GSe,
1265
- {
1266
- [_h]: ["POST", "/service", 200],
1267
- },
994
+ { [_h]: ["POST", "/service", 200] },
1268
995
  () => GetServiceInput,
1269
996
  () => GetServiceOutput,
1270
997
  ];
@@ -1272,9 +999,7 @@ export var GetServiceLevelObjective = [
1272
999
  9,
1273
1000
  n0,
1274
1001
  _GSLO,
1275
- {
1276
- [_h]: ["GET", "/slo/{Id}", 200],
1277
- },
1002
+ { [_h]: ["GET", "/slo/{Id}", 200] },
1278
1003
  () => GetServiceLevelObjectiveInput,
1279
1004
  () => GetServiceLevelObjectiveOutput,
1280
1005
  ];
@@ -1282,9 +1007,7 @@ export var ListAuditFindings = [
1282
1007
  9,
1283
1008
  n0,
1284
1009
  _LAF,
1285
- {
1286
- [_h]: ["POST", "/auditFindings", 200],
1287
- },
1010
+ { [_h]: ["POST", "/auditFindings", 200] },
1288
1011
  () => ListAuditFindingsInput,
1289
1012
  () => ListAuditFindingsOutput,
1290
1013
  ];
@@ -1292,9 +1015,7 @@ export var ListEntityEvents = [
1292
1015
  9,
1293
1016
  n0,
1294
1017
  _LEE,
1295
- {
1296
- [_h]: ["POST", "/events", 200],
1297
- },
1018
+ { [_h]: ["POST", "/events", 200] },
1298
1019
  () => ListEntityEventsInput,
1299
1020
  () => ListEntityEventsOutput,
1300
1021
  ];
@@ -1302,9 +1023,7 @@ export var ListGroupingAttributeDefinitions = [
1302
1023
  9,
1303
1024
  n0,
1304
1025
  _LGAD,
1305
- {
1306
- [_h]: ["POST", "/grouping-attribute-definitions", 200],
1307
- },
1026
+ { [_h]: ["POST", "/grouping-attribute-definitions", 200] },
1308
1027
  () => ListGroupingAttributeDefinitionsInput,
1309
1028
  () => ListGroupingAttributeDefinitionsOutput,
1310
1029
  ];
@@ -1312,9 +1031,7 @@ export var ListServiceDependencies = [
1312
1031
  9,
1313
1032
  n0,
1314
1033
  _LSD,
1315
- {
1316
- [_h]: ["POST", "/service-dependencies", 200],
1317
- },
1034
+ { [_h]: ["POST", "/service-dependencies", 200] },
1318
1035
  () => ListServiceDependenciesInput,
1319
1036
  () => ListServiceDependenciesOutput,
1320
1037
  ];
@@ -1322,9 +1039,7 @@ export var ListServiceDependents = [
1322
1039
  9,
1323
1040
  n0,
1324
1041
  _LSDi,
1325
- {
1326
- [_h]: ["POST", "/service-dependents", 200],
1327
- },
1042
+ { [_h]: ["POST", "/service-dependents", 200] },
1328
1043
  () => ListServiceDependentsInput,
1329
1044
  () => ListServiceDependentsOutput,
1330
1045
  ];
@@ -1332,9 +1047,7 @@ export var ListServiceLevelObjectiveExclusionWindows = [
1332
1047
  9,
1333
1048
  n0,
1334
1049
  _LSLOEW,
1335
- {
1336
- [_h]: ["GET", "/slo/{Id}/exclusion-windows", 200],
1337
- },
1050
+ { [_h]: ["GET", "/slo/{Id}/exclusion-windows", 200] },
1338
1051
  () => ListServiceLevelObjectiveExclusionWindowsInput,
1339
1052
  () => ListServiceLevelObjectiveExclusionWindowsOutput,
1340
1053
  ];
@@ -1342,9 +1055,7 @@ export var ListServiceLevelObjectives = [
1342
1055
  9,
1343
1056
  n0,
1344
1057
  _LSLO,
1345
- {
1346
- [_h]: ["POST", "/slos", 200],
1347
- },
1058
+ { [_h]: ["POST", "/slos", 200] },
1348
1059
  () => ListServiceLevelObjectivesInput,
1349
1060
  () => ListServiceLevelObjectivesOutput,
1350
1061
  ];
@@ -1352,9 +1063,7 @@ export var ListServiceOperations = [
1352
1063
  9,
1353
1064
  n0,
1354
1065
  _LSOi,
1355
- {
1356
- [_h]: ["POST", "/service-operations", 200],
1357
- },
1066
+ { [_h]: ["POST", "/service-operations", 200] },
1358
1067
  () => ListServiceOperationsInput,
1359
1068
  () => ListServiceOperationsOutput,
1360
1069
  ];
@@ -1362,9 +1071,7 @@ export var ListServices = [
1362
1071
  9,
1363
1072
  n0,
1364
1073
  _LS,
1365
- {
1366
- [_h]: ["GET", "/services", 200],
1367
- },
1074
+ { [_h]: ["GET", "/services", 200] },
1368
1075
  () => ListServicesInput,
1369
1076
  () => ListServicesOutput,
1370
1077
  ];
@@ -1372,9 +1079,7 @@ export var ListServiceStates = [
1372
1079
  9,
1373
1080
  n0,
1374
1081
  _LSS,
1375
- {
1376
- [_h]: ["POST", "/service/states", 200],
1377
- },
1082
+ { [_h]: ["POST", "/service/states", 200] },
1378
1083
  () => ListServiceStatesInput,
1379
1084
  () => ListServiceStatesOutput,
1380
1085
  ];
@@ -1382,9 +1087,7 @@ export var ListTagsForResource = [
1382
1087
  9,
1383
1088
  n0,
1384
1089
  _LTFR,
1385
- {
1386
- [_h]: ["GET", "/tags", 200],
1387
- },
1090
+ { [_h]: ["GET", "/tags", 200] },
1388
1091
  () => ListTagsForResourceRequest,
1389
1092
  () => ListTagsForResourceResponse,
1390
1093
  ];
@@ -1392,9 +1095,7 @@ export var PutGroupingConfiguration = [
1392
1095
  9,
1393
1096
  n0,
1394
1097
  _PGC,
1395
- {
1396
- [_h]: ["PUT", "/grouping-configuration", 200],
1397
- },
1098
+ { [_h]: ["PUT", "/grouping-configuration", 200] },
1398
1099
  () => PutGroupingConfigurationInput,
1399
1100
  () => PutGroupingConfigurationOutput,
1400
1101
  ];
@@ -1402,9 +1103,7 @@ export var StartDiscovery = [
1402
1103
  9,
1403
1104
  n0,
1404
1105
  _SDt,
1405
- {
1406
- [_h]: ["POST", "/start-discovery", 200],
1407
- },
1106
+ { [_h]: ["POST", "/start-discovery", 200] },
1408
1107
  () => StartDiscoveryInput,
1409
1108
  () => StartDiscoveryOutput,
1410
1109
  ];
@@ -1412,9 +1111,7 @@ export var TagResource = [
1412
1111
  9,
1413
1112
  n0,
1414
1113
  _TR,
1415
- {
1416
- [_h]: ["POST", "/tag-resource", 200],
1417
- },
1114
+ { [_h]: ["POST", "/tag-resource", 200] },
1418
1115
  () => TagResourceRequest,
1419
1116
  () => TagResourceResponse,
1420
1117
  ];
@@ -1422,9 +1119,7 @@ export var UntagResource = [
1422
1119
  9,
1423
1120
  n0,
1424
1121
  _UR,
1425
- {
1426
- [_h]: ["POST", "/untag-resource", 200],
1427
- },
1122
+ { [_h]: ["POST", "/untag-resource", 200] },
1428
1123
  () => UntagResourceRequest,
1429
1124
  () => UntagResourceResponse,
1430
1125
  ];
@@ -1432,9 +1127,7 @@ export var UpdateServiceLevelObjective = [
1432
1127
  9,
1433
1128
  n0,
1434
1129
  _USLO,
1435
- {
1436
- [_h]: ["PATCH", "/slo/{Id}", 200],
1437
- },
1130
+ { [_h]: ["PATCH", "/slo/{Id}", 200] },
1438
1131
  () => UpdateServiceLevelObjectiveInput,
1439
1132
  () => UpdateServiceLevelObjectiveOutput,
1440
1133
  ];