@aws-sdk/client-cloudwatch 3.496.0 → 3.501.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 +33 -32
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -6304,17 +6304,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6304
6304
  // Annotate the CommonJS export names for ESM import in node:
6305
6305
 
6306
6306
  0 && (module.exports = {
6307
- ActionsSuppressedBy,
6308
- AlarmType,
6309
- AnomalyDetectorStateValue,
6310
- AnomalyDetectorType,
6311
- CloudWatch,
6312
- CloudWatchClient,
6313
6307
  CloudWatchServiceException,
6314
- ComparisonOperator,
6315
- ConcurrentModificationException,
6316
- DashboardInvalidInputError,
6317
- DashboardNotFoundError,
6308
+ __Client,
6309
+ CloudWatchClient,
6310
+ CloudWatch,
6311
+ $Command,
6318
6312
  DeleteAlarmsCommand,
6319
6313
  DeleteAnomalyDetectorCommand,
6320
6314
  DeleteDashboardsCommand,
@@ -6329,28 +6323,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6329
6323
  DisableInsightRulesCommand,
6330
6324
  EnableAlarmActionsCommand,
6331
6325
  EnableInsightRulesCommand,
6332
- EvaluationState,
6333
6326
  GetDashboardCommand,
6334
6327
  GetInsightRuleReportCommand,
6335
6328
  GetMetricDataCommand,
6336
6329
  GetMetricStatisticsCommand,
6337
6330
  GetMetricStreamCommand,
6338
6331
  GetMetricWidgetImageCommand,
6339
- HistoryItemType,
6340
- InternalServiceFault,
6341
- InvalidFormatFault,
6342
- InvalidNextToken,
6343
- InvalidParameterCombinationException,
6344
- InvalidParameterValueException,
6345
- LimitExceededException,
6346
- LimitExceededFault,
6347
6332
  ListDashboardsCommand,
6348
6333
  ListManagedInsightRulesCommand,
6349
6334
  ListMetricStreamsCommand,
6350
6335
  ListMetricsCommand,
6351
6336
  ListTagsForResourceCommand,
6352
- MetricStreamOutputFormat,
6353
- MissingRequiredParameterException,
6354
6337
  PutAnomalyDetectorCommand,
6355
6338
  PutCompositeAlarmCommand,
6356
6339
  PutDashboardCommand,
@@ -6359,20 +6342,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6359
6342
  PutMetricAlarmCommand,
6360
6343
  PutMetricDataCommand,
6361
6344
  PutMetricStreamCommand,
6362
- RecentlyActive,
6363
- ResourceNotFound,
6364
- ResourceNotFoundException,
6365
- ScanBy,
6366
6345
  SetAlarmStateCommand,
6367
- StandardUnit,
6368
6346
  StartMetricStreamsCommand,
6369
- StateValue,
6370
- Statistic,
6371
- StatusCode,
6372
6347
  StopMetricStreamsCommand,
6373
6348
  TagResourceCommand,
6374
6349
  UntagResourceCommand,
6375
- __Client,
6376
6350
  paginateDescribeAlarmHistory,
6377
6351
  paginateDescribeAlarms,
6378
6352
  paginateDescribeAnomalyDetectors,
@@ -6383,8 +6357,35 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6383
6357
  paginateListMetricStreams,
6384
6358
  paginateListMetrics,
6385
6359
  waitForAlarmExists,
6386
- waitForCompositeAlarmExists,
6387
6360
  waitUntilAlarmExists,
6388
- 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
6389
6390
  });
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",