@aws-sdk/client-cloudcontrol 3.496.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 +32 -31
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1774,58 +1774,59 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1774
1774
  // Annotate the CommonJS export names for ESM import in node:
1775
1775
 
1776
1776
  0 && (module.exports = {
1777
- AlreadyExistsException,
1778
- CancelResourceRequestCommand,
1779
- CancelResourceRequestOutputFilterSensitiveLog,
1780
- ClientTokenConflictException,
1781
- CloudControl,
1782
- CloudControlClient,
1783
1777
  CloudControlServiceException,
1784
- ConcurrentModificationException,
1785
- ConcurrentOperationException,
1778
+ __Client,
1779
+ CloudControlClient,
1780
+ CloudControl,
1781
+ $Command,
1782
+ CancelResourceRequestCommand,
1786
1783
  CreateResourceCommand,
1787
- CreateResourceInputFilterSensitiveLog,
1788
- CreateResourceOutputFilterSensitiveLog,
1789
1784
  DeleteResourceCommand,
1790
- DeleteResourceOutputFilterSensitiveLog,
1791
- GeneralServiceException,
1792
1785
  GetResourceCommand,
1793
- GetResourceOutputFilterSensitiveLog,
1794
1786
  GetResourceRequestStatusCommand,
1795
- GetResourceRequestStatusOutputFilterSensitiveLog,
1787
+ ListResourceRequestsCommand,
1788
+ ListResourcesCommand,
1789
+ UpdateResourceCommand,
1790
+ paginateListResourceRequests,
1791
+ paginateListResources,
1792
+ waitForResourceRequestSuccess,
1793
+ waitUntilResourceRequestSuccess,
1794
+ AlreadyExistsException,
1796
1795
  HandlerErrorCode,
1796
+ Operation,
1797
+ OperationStatus,
1798
+ ConcurrentModificationException,
1799
+ RequestTokenNotFoundException,
1800
+ ClientTokenConflictException,
1801
+ ConcurrentOperationException,
1802
+ GeneralServiceException,
1797
1803
  HandlerFailureException,
1798
1804
  HandlerInternalFailureException,
1799
1805
  InvalidCredentialsException,
1800
1806
  InvalidRequestException,
1801
- ListResourceRequestsCommand,
1802
- ListResourceRequestsOutputFilterSensitiveLog,
1803
- ListResourcesCommand,
1804
- ListResourcesInputFilterSensitiveLog,
1805
- ListResourcesOutputFilterSensitiveLog,
1806
1807
  NetworkFailureException,
1807
1808
  NotStabilizedException,
1808
1809
  NotUpdatableException,
1809
- Operation,
1810
- OperationStatus,
1811
1810
  PrivateTypeException,
1812
- ProgressEventFilterSensitiveLog,
1813
- RequestTokenNotFoundException,
1814
1811
  ResourceConflictException,
1815
- ResourceDescriptionFilterSensitiveLog,
1816
1812
  ResourceNotFoundException,
1817
1813
  ServiceInternalErrorException,
1818
1814
  ServiceLimitExceededException,
1819
1815
  ThrottlingException,
1820
1816
  TypeNotFoundException,
1821
1817
  UnsupportedActionException,
1822
- UpdateResourceCommand,
1818
+ ProgressEventFilterSensitiveLog,
1819
+ CancelResourceRequestOutputFilterSensitiveLog,
1820
+ CreateResourceInputFilterSensitiveLog,
1821
+ CreateResourceOutputFilterSensitiveLog,
1822
+ DeleteResourceOutputFilterSensitiveLog,
1823
+ ResourceDescriptionFilterSensitiveLog,
1824
+ GetResourceOutputFilterSensitiveLog,
1825
+ GetResourceRequestStatusOutputFilterSensitiveLog,
1826
+ ListResourceRequestsOutputFilterSensitiveLog,
1827
+ ListResourcesInputFilterSensitiveLog,
1828
+ ListResourcesOutputFilterSensitiveLog,
1823
1829
  UpdateResourceInputFilterSensitiveLog,
1824
- UpdateResourceOutputFilterSensitiveLog,
1825
- __Client,
1826
- paginateListResourceRequests,
1827
- paginateListResources,
1828
- waitForResourceRequestSuccess,
1829
- waitUntilResourceRequestSuccess
1830
+ UpdateResourceOutputFilterSensitiveLog
1830
1831
  });
1831
1832
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudcontrol",
3
3
  "description": "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
4
- "version": "3.496.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-cloudcontrol",
@@ -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.499.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.499.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",