@aws-sdk/client-support 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 +16 -15
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1614,18 +1614,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1614
1614
  // Annotate the CommonJS export names for ESM import in node:
1615
1615
 
1616
1616
  0 && (module.exports = {
1617
+ SupportServiceException,
1618
+ __Client,
1619
+ SupportClient,
1620
+ Support,
1621
+ $Command,
1617
1622
  AddAttachmentsToSetCommand,
1618
1623
  AddCommunicationToCaseCommand,
1619
- AttachmentIdNotFound,
1620
- AttachmentLimitExceeded,
1621
- AttachmentSetExpired,
1622
- AttachmentSetIdNotFound,
1623
- AttachmentSetSizeLimitExceeded,
1624
- CaseCreationLimitExceeded,
1625
- CaseIdNotFound,
1626
1624
  CreateCaseCommand,
1627
1625
  DescribeAttachmentCommand,
1628
- DescribeAttachmentLimitExceeded,
1629
1626
  DescribeCasesCommand,
1630
1627
  DescribeCommunicationsCommand,
1631
1628
  DescribeCreateCaseOptionsCommand,
@@ -1636,15 +1633,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1636
1633
  DescribeTrustedAdvisorCheckResultCommand,
1637
1634
  DescribeTrustedAdvisorCheckSummariesCommand,
1638
1635
  DescribeTrustedAdvisorChecksCommand,
1639
- InternalServerError,
1640
1636
  RefreshTrustedAdvisorCheckCommand,
1641
1637
  ResolveCaseCommand,
1642
- Support,
1643
- SupportClient,
1644
- SupportServiceException,
1645
- ThrottlingException,
1646
- __Client,
1647
1638
  paginateDescribeCases,
1648
- paginateDescribeCommunications
1639
+ paginateDescribeCommunications,
1640
+ AttachmentLimitExceeded,
1641
+ AttachmentSetExpired,
1642
+ AttachmentSetIdNotFound,
1643
+ AttachmentSetSizeLimitExceeded,
1644
+ InternalServerError,
1645
+ CaseIdNotFound,
1646
+ AttachmentIdNotFound,
1647
+ CaseCreationLimitExceeded,
1648
+ DescribeAttachmentLimitExceeded,
1649
+ ThrottlingException
1649
1650
  });
1650
1651
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-support",
3
3
  "description": "AWS SDK for JavaScript Support 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-support",
@@ -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",