@aws-sdk/client-health 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 +15 -14
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1368,7 +1368,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1368
1368
  // Annotate the CommonJS export names for ESM import in node:
1369
1369
 
1370
1370
  0 && (module.exports = {
1371
- ConcurrentModificationException,
1371
+ HealthServiceException,
1372
+ __Client,
1373
+ HealthClient,
1374
+ Health,
1375
+ $Command,
1372
1376
  DescribeAffectedAccountsForOrganizationCommand,
1373
1377
  DescribeAffectedEntitiesCommand,
1374
1378
  DescribeAffectedEntitiesForOrganizationCommand,
@@ -1383,23 +1387,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1383
1387
  DescribeHealthServiceStatusForOrganizationCommand,
1384
1388
  DisableHealthServiceAccessForOrganizationCommand,
1385
1389
  EnableHealthServiceAccessForOrganizationCommand,
1386
- EntityStatusCode,
1387
- EventAggregateField,
1388
- EventScopeCode,
1389
- EventStatusCode,
1390
- EventTypeCategory,
1391
- Health,
1392
- HealthClient,
1393
- HealthServiceException,
1394
- InvalidPaginationToken,
1395
- UnsupportedLocale,
1396
- __Client,
1397
1390
  paginateDescribeAffectedAccountsForOrganization,
1398
- paginateDescribeAffectedEntities,
1399
1391
  paginateDescribeAffectedEntitiesForOrganization,
1392
+ paginateDescribeAffectedEntities,
1400
1393
  paginateDescribeEventAggregates,
1401
1394
  paginateDescribeEventTypes,
1395
+ paginateDescribeEventsForOrganization,
1402
1396
  paginateDescribeEvents,
1403
- paginateDescribeEventsForOrganization
1397
+ EntityStatusCode,
1398
+ EventScopeCode,
1399
+ InvalidPaginationToken,
1400
+ UnsupportedLocale,
1401
+ EventAggregateField,
1402
+ EventStatusCode,
1403
+ EventTypeCategory,
1404
+ ConcurrentModificationException
1404
1405
  });
1405
1406
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-health",
3
3
  "description": "AWS SDK for JavaScript Health 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-health",
@@ -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",