@aws-sdk/client-cloudwatch 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 +14 -76
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CloudWatchClient.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 +14 -76
  8. package/dist-types/CloudWatch.d.ts +1 -1
  9. package/dist-types/CloudWatchClient.d.ts +11 -11
  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/DeleteAlarmsCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -3
  14. package/dist-types/commands/DeleteDashboardsCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +3 -3
  17. package/dist-types/commands/DescribeAlarmContributorsCommand.d.ts +3 -3
  18. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -3
  19. package/dist-types/commands/DescribeAlarmsCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +3 -3
  21. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +3 -3
  23. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +3 -3
  24. package/dist-types/commands/DisableInsightRulesCommand.d.ts +3 -3
  25. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +3 -3
  26. package/dist-types/commands/EnableInsightRulesCommand.d.ts +3 -3
  27. package/dist-types/commands/GetDashboardCommand.d.ts +3 -3
  28. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +3 -3
  29. package/dist-types/commands/GetMetricDataCommand.d.ts +3 -3
  30. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +3 -3
  31. package/dist-types/commands/GetMetricStreamCommand.d.ts +3 -3
  32. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +3 -3
  33. package/dist-types/commands/ListDashboardsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +3 -3
  35. package/dist-types/commands/ListMetricStreamsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListMetricsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  38. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -3
  39. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +3 -3
  40. package/dist-types/commands/PutDashboardCommand.d.ts +3 -3
  41. package/dist-types/commands/PutInsightRuleCommand.d.ts +3 -3
  42. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +3 -3
  43. package/dist-types/commands/PutMetricAlarmCommand.d.ts +3 -3
  44. package/dist-types/commands/PutMetricDataCommand.d.ts +3 -3
  45. package/dist-types/commands/PutMetricStreamCommand.d.ts +3 -3
  46. package/dist-types/commands/SetAlarmStateCommand.d.ts +3 -3
  47. package/dist-types/commands/StartMetricStreamsCommand.d.ts +3 -3
  48. package/dist-types/commands/StopMetricStreamsCommand.d.ts +3 -3
  49. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  50. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  51. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  52. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  53. package/dist-types/extensionConfiguration.d.ts +4 -4
  54. package/dist-types/models/CloudWatchServiceException.d.ts +1 -1
  55. package/dist-types/models/errors.d.ts +1 -1
  56. package/dist-types/pagination/DescribeAlarmHistoryPaginator.d.ts +1 -1
  57. package/dist-types/pagination/DescribeAlarmsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/DescribeAnomalyDetectorsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/DescribeInsightRulesPaginator.d.ts +1 -1
  60. package/dist-types/pagination/GetMetricDataPaginator.d.ts +1 -1
  61. package/dist-types/pagination/Interfaces.d.ts +1 -1
  62. package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListManagedInsightRulesPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListMetricStreamsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListMetricsPaginator.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/CloudWatchClient.d.ts +3 -3
  73. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  74. package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +1 -1
  75. package/package.json +14 -13
package/dist-cjs/index.js CHANGED
@@ -704,37 +704,19 @@ var ConcurrentModificationException = [
704
704
  -3,
705
705
  n0,
706
706
  _CME,
707
- {
708
- [_e]: _c,
709
- [_hE]: 429,
710
- [_aQE]: [`ConcurrentModificationException`, 429],
711
- },
707
+ { [_e]: _c, [_hE]: 429, [_aQE]: [`ConcurrentModificationException`, 429] },
712
708
  [_M],
713
709
  [0],
714
710
  ];
715
711
  schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
716
- var ConflictException = [
717
- -3,
718
- n0,
719
- _CE,
720
- {
721
- [_e]: _c,
722
- [_hE]: 409,
723
- },
724
- [_M],
725
- [0],
726
- ];
712
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
727
713
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
728
714
  var DashboardEntry = [3, n0, _DE, 0, [_DN, _DA, _LM, _Si], [0, 0, 4, 1]];
729
715
  var DashboardInvalidInputError = [
730
716
  -3,
731
717
  n0,
732
718
  _DIIE,
733
- {
734
- [_e]: _c,
735
- [_hE]: 400,
736
- [_aQE]: [`InvalidParameterInput`, 400],
737
- },
719
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterInput`, 400] },
738
720
  [_m, _dVM],
739
721
  [0, () => DashboardValidationMessages],
740
722
  ];
@@ -743,11 +725,7 @@ var DashboardNotFoundError = [
743
725
  -3,
744
726
  n0,
745
727
  _DNFE,
746
- {
747
- [_e]: _c,
748
- [_hE]: 404,
749
- [_aQE]: [`ResourceNotFound`, 404],
750
- },
728
+ { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFound`, 404] },
751
729
  [_m],
752
730
  [0],
753
731
  ];
@@ -951,11 +929,7 @@ var InternalServiceFault = [
951
929
  -3,
952
930
  n0,
953
931
  _ISF,
954
- {
955
- [_e]: _s,
956
- [_hE]: 500,
957
- [_aQE]: [`InternalServiceError`, 500],
958
- },
932
+ { [_e]: _s, [_hE]: 500, [_aQE]: [`InternalServiceError`, 500] },
959
933
  [_M],
960
934
  [0],
961
935
  ];
@@ -964,11 +938,7 @@ var InvalidFormatFault = [
964
938
  -3,
965
939
  n0,
966
940
  _IFF,
967
- {
968
- [_e]: _c,
969
- [_hE]: 400,
970
- [_aQE]: [`InvalidFormat`, 400],
971
- },
941
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidFormat`, 400] },
972
942
  [_m],
973
943
  [0],
974
944
  ];
@@ -977,11 +947,7 @@ var InvalidNextToken = [
977
947
  -3,
978
948
  n0,
979
949
  _INT,
980
- {
981
- [_e]: _c,
982
- [_hE]: 400,
983
- [_aQE]: [`InvalidNextToken`, 400],
984
- },
950
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidNextToken`, 400] },
985
951
  [_m],
986
952
  [0],
987
953
  ];
@@ -990,11 +956,7 @@ var InvalidParameterCombinationException = [
990
956
  -3,
991
957
  n0,
992
958
  _IPCE,
993
- {
994
- [_e]: _c,
995
- [_hE]: 400,
996
- [_aQE]: [`InvalidParameterCombination`, 400],
997
- },
959
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterCombination`, 400] },
998
960
  [_m],
999
961
  [0],
1000
962
  ];
@@ -1003,11 +965,7 @@ var InvalidParameterValueException = [
1003
965
  -3,
1004
966
  n0,
1005
967
  _IPVE,
1006
- {
1007
- [_e]: _c,
1008
- [_hE]: 400,
1009
- [_aQE]: [`InvalidParameterValue`, 400],
1010
- },
968
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterValue`, 400] },
1011
969
  [_m],
1012
970
  [0],
1013
971
  ];
@@ -1017,11 +975,7 @@ var LimitExceededException = [
1017
975
  -3,
1018
976
  n0,
1019
977
  _LEE,
1020
- {
1021
- [_e]: _c,
1022
- [_hE]: 400,
1023
- [_aQE]: [`LimitExceededException`, 400],
1024
- },
978
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceededException`, 400] },
1025
979
  [_M],
1026
980
  [0],
1027
981
  ];
@@ -1030,11 +984,7 @@ var LimitExceededFault = [
1030
984
  -3,
1031
985
  n0,
1032
986
  _LEF,
1033
- {
1034
- [_e]: _c,
1035
- [_hE]: 400,
1036
- [_aQE]: [`LimitExceeded`, 400],
1037
- },
987
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceeded`, 400] },
1038
988
  [_m],
1039
989
  [0],
1040
990
  ];
@@ -1199,11 +1149,7 @@ var MissingRequiredParameterException = [
1199
1149
  -3,
1200
1150
  n0,
1201
1151
  _MRPE,
1202
- {
1203
- [_e]: _c,
1204
- [_hE]: 400,
1205
- [_aQE]: [`MissingParameter`, 400],
1206
- },
1152
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MissingParameter`, 400] },
1207
1153
  [_m],
1208
1154
  [0],
1209
1155
  ];
@@ -1311,11 +1257,7 @@ var ResourceNotFound = [
1311
1257
  -3,
1312
1258
  n0,
1313
1259
  _RNF,
1314
- {
1315
- [_e]: _c,
1316
- [_hE]: 404,
1317
- [_aQE]: [`ResourceNotFound`, 404],
1318
- },
1260
+ { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFound`, 404] },
1319
1261
  [_m],
1320
1262
  [0],
1321
1263
  ];
@@ -1324,11 +1266,7 @@ var ResourceNotFoundException = [
1324
1266
  -3,
1325
1267
  n0,
1326
1268
  _RNFE,
1327
- {
1328
- [_e]: _c,
1329
- [_hE]: 404,
1330
- [_aQE]: [`ResourceNotFoundException`, 404],
1331
- },
1269
+ { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
1332
1270
  [_RT, _RI, _M],
1333
1271
  [0, 0, 0],
1334
1272
  ];
@@ -9,11 +9,11 @@ const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
11
  const middleware_compression_1 = require("@smithy/middleware-compression");
12
+ const smithy_client_1 = require("@smithy/smithy-client");
12
13
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
14
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
13
15
  const util_retry_1 = require("@smithy/util-retry");
14
16
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
- const smithy_client_1 = require("@smithy/smithy-client");
16
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
17
17
  const getRuntimeConfig = (config) => {
18
18
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
19
19
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -12,14 +12,13 @@ const middleware_compression_1 = require("@smithy/middleware-compression");
12
12
  const middleware_retry_1 = require("@smithy/middleware-retry");
13
13
  const node_config_provider_1 = require("@smithy/node-config-provider");
14
14
  const node_http_handler_1 = require("@smithy/node-http-handler");
15
+ const smithy_client_1 = require("@smithy/smithy-client");
15
16
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
17
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
16
18
  const util_retry_1 = require("@smithy/util-retry");
17
19
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
- const smithy_client_1 = require("@smithy/smithy-client");
19
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
20
- const smithy_client_2 = require("@smithy/smithy-client");
21
20
  const getRuntimeConfig = (config) => {
22
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
21
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
23
22
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
24
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
25
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -7,8 +7,8 @@ import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin,
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { resolveCompressionConfig, } from "@smithy/middleware-compression";
9
9
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
10
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
11
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
10
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
11
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
12
12
  import { Client as __Client, } from "@smithy/smithy-client";
13
13
  import { defaultCloudWatchHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
14
14
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -5,11 +5,11 @@ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smit
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
7
  import { DEFAULT_DISABLE_REQUEST_COMPRESSION, DEFAULT_NODE_REQUEST_MIN_COMPRESSION_SIZE_BYTES, } from "@smithy/middleware-compression";
8
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
9
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
10
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
9
11
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
10
12
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
13
13
  export const getRuntimeConfig = (config) => {
14
14
  const defaultsMode = resolveDefaultsModeConfig(config);
15
15
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -8,12 +8,11 @@ import { NODE_DISABLE_REQUEST_COMPRESSION_CONFIG_OPTIONS, NODE_REQUEST_MIN_COMPR
8
8
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
9
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
12
  import { calculateBodyLength } from "@smithy/util-body-length-node";
13
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
12
14
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
13
15
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
14
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
15
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
16
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
17
16
  export const getRuntimeConfig = (config) => {
18
17
  emitWarningIfUnsupportedVersion(process.version);
19
18
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -400,37 +400,19 @@ export var ConcurrentModificationException = [
400
400
  -3,
401
401
  n0,
402
402
  _CME,
403
- {
404
- [_e]: _c,
405
- [_hE]: 429,
406
- [_aQE]: [`ConcurrentModificationException`, 429],
407
- },
403
+ { [_e]: _c, [_hE]: 429, [_aQE]: [`ConcurrentModificationException`, 429] },
408
404
  [_M],
409
405
  [0],
410
406
  ];
411
407
  TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
412
- export var ConflictException = [
413
- -3,
414
- n0,
415
- _CE,
416
- {
417
- [_e]: _c,
418
- [_hE]: 409,
419
- },
420
- [_M],
421
- [0],
422
- ];
408
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
423
409
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
424
410
  export var DashboardEntry = [3, n0, _DE, 0, [_DN, _DA, _LM, _Si], [0, 0, 4, 1]];
425
411
  export var DashboardInvalidInputError = [
426
412
  -3,
427
413
  n0,
428
414
  _DIIE,
429
- {
430
- [_e]: _c,
431
- [_hE]: 400,
432
- [_aQE]: [`InvalidParameterInput`, 400],
433
- },
415
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterInput`, 400] },
434
416
  [_m, _dVM],
435
417
  [0, () => DashboardValidationMessages],
436
418
  ];
@@ -439,11 +421,7 @@ export var DashboardNotFoundError = [
439
421
  -3,
440
422
  n0,
441
423
  _DNFE,
442
- {
443
- [_e]: _c,
444
- [_hE]: 404,
445
- [_aQE]: [`ResourceNotFound`, 404],
446
- },
424
+ { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFound`, 404] },
447
425
  [_m],
448
426
  [0],
449
427
  ];
@@ -647,11 +625,7 @@ export var InternalServiceFault = [
647
625
  -3,
648
626
  n0,
649
627
  _ISF,
650
- {
651
- [_e]: _s,
652
- [_hE]: 500,
653
- [_aQE]: [`InternalServiceError`, 500],
654
- },
628
+ { [_e]: _s, [_hE]: 500, [_aQE]: [`InternalServiceError`, 500] },
655
629
  [_M],
656
630
  [0],
657
631
  ];
@@ -660,11 +634,7 @@ export var InvalidFormatFault = [
660
634
  -3,
661
635
  n0,
662
636
  _IFF,
663
- {
664
- [_e]: _c,
665
- [_hE]: 400,
666
- [_aQE]: [`InvalidFormat`, 400],
667
- },
637
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidFormat`, 400] },
668
638
  [_m],
669
639
  [0],
670
640
  ];
@@ -673,11 +643,7 @@ export var InvalidNextToken = [
673
643
  -3,
674
644
  n0,
675
645
  _INT,
676
- {
677
- [_e]: _c,
678
- [_hE]: 400,
679
- [_aQE]: [`InvalidNextToken`, 400],
680
- },
646
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidNextToken`, 400] },
681
647
  [_m],
682
648
  [0],
683
649
  ];
@@ -686,11 +652,7 @@ export var InvalidParameterCombinationException = [
686
652
  -3,
687
653
  n0,
688
654
  _IPCE,
689
- {
690
- [_e]: _c,
691
- [_hE]: 400,
692
- [_aQE]: [`InvalidParameterCombination`, 400],
693
- },
655
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterCombination`, 400] },
694
656
  [_m],
695
657
  [0],
696
658
  ];
@@ -699,11 +661,7 @@ export var InvalidParameterValueException = [
699
661
  -3,
700
662
  n0,
701
663
  _IPVE,
702
- {
703
- [_e]: _c,
704
- [_hE]: 400,
705
- [_aQE]: [`InvalidParameterValue`, 400],
706
- },
664
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterValue`, 400] },
707
665
  [_m],
708
666
  [0],
709
667
  ];
@@ -713,11 +671,7 @@ export var LimitExceededException = [
713
671
  -3,
714
672
  n0,
715
673
  _LEE,
716
- {
717
- [_e]: _c,
718
- [_hE]: 400,
719
- [_aQE]: [`LimitExceededException`, 400],
720
- },
674
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceededException`, 400] },
721
675
  [_M],
722
676
  [0],
723
677
  ];
@@ -726,11 +680,7 @@ export var LimitExceededFault = [
726
680
  -3,
727
681
  n0,
728
682
  _LEF,
729
- {
730
- [_e]: _c,
731
- [_hE]: 400,
732
- [_aQE]: [`LimitExceeded`, 400],
733
- },
683
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceeded`, 400] },
734
684
  [_m],
735
685
  [0],
736
686
  ];
@@ -895,11 +845,7 @@ export var MissingRequiredParameterException = [
895
845
  -3,
896
846
  n0,
897
847
  _MRPE,
898
- {
899
- [_e]: _c,
900
- [_hE]: 400,
901
- [_aQE]: [`MissingParameter`, 400],
902
- },
848
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`MissingParameter`, 400] },
903
849
  [_m],
904
850
  [0],
905
851
  ];
@@ -1007,11 +953,7 @@ export var ResourceNotFound = [
1007
953
  -3,
1008
954
  n0,
1009
955
  _RNF,
1010
- {
1011
- [_e]: _c,
1012
- [_hE]: 404,
1013
- [_aQE]: [`ResourceNotFound`, 404],
1014
- },
956
+ { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFound`, 404] },
1015
957
  [_m],
1016
958
  [0],
1017
959
  ];
@@ -1020,11 +962,7 @@ export var ResourceNotFoundException = [
1020
962
  -3,
1021
963
  n0,
1022
964
  _RNFE,
1023
- {
1024
- [_e]: _c,
1025
- [_hE]: 404,
1026
- [_aQE]: [`ResourceNotFoundException`, 404],
1027
- },
965
+ { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
1028
966
  [_RT, _RI, _M],
1029
967
  [0, 0, 0],
1030
968
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CloudWatchClient } from "./CloudWatchClient";
3
3
  import { DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput } from "./commands/DeleteAlarmsCommand";
4
4
  import { DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput } from "./commands/DeleteAnomalyDetectorCommand";
@@ -1,13 +1,13 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { CompressionInputConfig, CompressionResolvedConfig } from "@smithy/middleware-compression";
5
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
6
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
7
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
9
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
10
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type CompressionInputConfig, type CompressionResolvedConfig } from "@smithy/middleware-compression";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
6
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
7
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
9
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
10
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
11
  import { DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput } from "./commands/DeleteAlarmsCommand";
12
12
  import { DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput } from "./commands/DeleteAnomalyDetectorCommand";
13
13
  import { DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput } from "./commands/DeleteDashboardsCommand";
@@ -48,7 +48,7 @@ import { StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput } from ".
48
48
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
49
49
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
50
50
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
51
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
51
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
52
52
  export { __Client };
53
53
  /**
54
54
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { CloudWatchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { CloudWatchHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig } from "../CloudWatchClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type CloudWatchClientResolvedConfig } from "../CloudWatchClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DeleteAlarmsInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DeleteAlarmsInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DeleteDashboardsInput, DeleteDashboardsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DeleteDashboardsInput, DeleteDashboardsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DeleteMetricStreamInput, DeleteMetricStreamOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DeleteMetricStreamInput, DeleteMetricStreamOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAlarmContributorsInput, DescribeAlarmContributorsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DescribeAlarmContributorsInput, DescribeAlarmContributorsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAlarmHistoryInput, DescribeAlarmHistoryOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DescribeAlarmHistoryInput, DescribeAlarmHistoryOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAlarmsForMetricInput, DescribeAlarmsForMetricOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DescribeAlarmsForMetricInput, DescribeAlarmsForMetricOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
- import { DisableAlarmActionsInput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
+ import type { DisableAlarmActionsInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */