@aws-sdk/client-cloudwatch 3.495.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +35 -32
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -6302,18 +6302,13 @@ var waitUntilCompositeAlarmExists = /* @__PURE__ */ __name(async (params, input)
6302
6302
  // src/index.ts
6303
6303
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
6304
6304
  // Annotate the CommonJS export names for ESM import in node:
6305
+
6305
6306
  0 && (module.exports = {
6306
- ActionsSuppressedBy,
6307
- AlarmType,
6308
- AnomalyDetectorStateValue,
6309
- AnomalyDetectorType,
6310
- CloudWatch,
6311
- CloudWatchClient,
6312
6307
  CloudWatchServiceException,
6313
- ComparisonOperator,
6314
- ConcurrentModificationException,
6315
- DashboardInvalidInputError,
6316
- DashboardNotFoundError,
6308
+ __Client,
6309
+ CloudWatchClient,
6310
+ CloudWatch,
6311
+ $Command,
6317
6312
  DeleteAlarmsCommand,
6318
6313
  DeleteAnomalyDetectorCommand,
6319
6314
  DeleteDashboardsCommand,
@@ -6328,28 +6323,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6328
6323
  DisableInsightRulesCommand,
6329
6324
  EnableAlarmActionsCommand,
6330
6325
  EnableInsightRulesCommand,
6331
- EvaluationState,
6332
6326
  GetDashboardCommand,
6333
6327
  GetInsightRuleReportCommand,
6334
6328
  GetMetricDataCommand,
6335
6329
  GetMetricStatisticsCommand,
6336
6330
  GetMetricStreamCommand,
6337
6331
  GetMetricWidgetImageCommand,
6338
- HistoryItemType,
6339
- InternalServiceFault,
6340
- InvalidFormatFault,
6341
- InvalidNextToken,
6342
- InvalidParameterCombinationException,
6343
- InvalidParameterValueException,
6344
- LimitExceededException,
6345
- LimitExceededFault,
6346
6332
  ListDashboardsCommand,
6347
6333
  ListManagedInsightRulesCommand,
6348
6334
  ListMetricStreamsCommand,
6349
6335
  ListMetricsCommand,
6350
6336
  ListTagsForResourceCommand,
6351
- MetricStreamOutputFormat,
6352
- MissingRequiredParameterException,
6353
6337
  PutAnomalyDetectorCommand,
6354
6338
  PutCompositeAlarmCommand,
6355
6339
  PutDashboardCommand,
@@ -6358,20 +6342,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6358
6342
  PutMetricAlarmCommand,
6359
6343
  PutMetricDataCommand,
6360
6344
  PutMetricStreamCommand,
6361
- RecentlyActive,
6362
- ResourceNotFound,
6363
- ResourceNotFoundException,
6364
- ScanBy,
6365
6345
  SetAlarmStateCommand,
6366
- StandardUnit,
6367
6346
  StartMetricStreamsCommand,
6368
- StateValue,
6369
- Statistic,
6370
- StatusCode,
6371
6347
  StopMetricStreamsCommand,
6372
6348
  TagResourceCommand,
6373
6349
  UntagResourceCommand,
6374
- __Client,
6375
6350
  paginateDescribeAlarmHistory,
6376
6351
  paginateDescribeAlarms,
6377
6352
  paginateDescribeAnomalyDetectors,
@@ -6382,7 +6357,35 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6382
6357
  paginateListMetricStreams,
6383
6358
  paginateListMetrics,
6384
6359
  waitForAlarmExists,
6385
- waitForCompositeAlarmExists,
6386
6360
  waitUntilAlarmExists,
6387
- waitUntilCompositeAlarmExists
6361
+ waitForCompositeAlarmExists,
6362
+ waitUntilCompositeAlarmExists,
6363
+ ActionsSuppressedBy,
6364
+ AlarmType,
6365
+ HistoryItemType,
6366
+ StandardUnit,
6367
+ AnomalyDetectorStateValue,
6368
+ AnomalyDetectorType,
6369
+ ComparisonOperator,
6370
+ StateValue,
6371
+ ConcurrentModificationException,
6372
+ DashboardInvalidInputError,
6373
+ DashboardNotFoundError,
6374
+ ResourceNotFound,
6375
+ InternalServiceFault,
6376
+ InvalidParameterCombinationException,
6377
+ InvalidParameterValueException,
6378
+ MissingRequiredParameterException,
6379
+ ResourceNotFoundException,
6380
+ ScanBy,
6381
+ InvalidNextToken,
6382
+ EvaluationState,
6383
+ Statistic,
6384
+ LimitExceededException,
6385
+ StatusCode,
6386
+ MetricStreamOutputFormat,
6387
+ RecentlyActive,
6388
+ LimitExceededFault,
6389
+ InvalidFormatFault
6388
6390
  });
6391
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
4
- "version": "3.495.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch",
@@ -20,49 +20,49 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
60
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
+ "@smithy/util-waiter": "^2.1.1",
61
61
  "fast-xml-parser": "4.2.5",
62
62
  "tslib": "^2.5.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.1.0",
65
+ "@smithy/service-client-documentation-generator": "^2.1.1",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/node": "^14.14.31",
68
68
  "concurrently": "7.0.0",