@aws-sdk/client-controltower 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 +20 -19
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1839,42 +1839,43 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1839
1839
  // Annotate the CommonJS export names for ESM import in node:
1840
1840
 
1841
1841
  0 && (module.exports = {
1842
- AccessDeniedException,
1843
- ConflictException,
1844
- ControlOperationStatus,
1845
- ControlOperationType,
1846
- ControlTower,
1847
- ControlTowerClient,
1848
1842
  ControlTowerServiceException,
1843
+ __Client,
1844
+ ControlTowerClient,
1845
+ ControlTower,
1846
+ $Command,
1849
1847
  CreateLandingZoneCommand,
1850
1848
  DeleteLandingZoneCommand,
1851
1849
  DisableControlCommand,
1852
- DriftStatus,
1853
1850
  EnableControlCommand,
1854
- EnablementStatus,
1855
1851
  GetControlOperationCommand,
1856
1852
  GetEnabledControlCommand,
1857
1853
  GetLandingZoneCommand,
1858
1854
  GetLandingZoneOperationCommand,
1859
- InternalServerException,
1860
- LandingZoneDriftStatus,
1861
- LandingZoneOperationStatus,
1862
- LandingZoneOperationType,
1863
- LandingZoneStatus,
1864
1855
  ListEnabledControlsCommand,
1865
1856
  ListLandingZonesCommand,
1866
1857
  ListTagsForResourceCommand,
1867
1858
  ResetLandingZoneCommand,
1868
- ResourceNotFoundException,
1869
- ServiceQuotaExceededException,
1870
1859
  TagResourceCommand,
1871
- ThrottlingException,
1872
1860
  UntagResourceCommand,
1873
1861
  UpdateEnabledControlCommand,
1874
1862
  UpdateLandingZoneCommand,
1875
- ValidationException,
1876
- __Client,
1877
1863
  paginateListEnabledControls,
1878
- paginateListLandingZones
1864
+ paginateListLandingZones,
1865
+ AccessDeniedException,
1866
+ ConflictException,
1867
+ InternalServerException,
1868
+ ResourceNotFoundException,
1869
+ ServiceQuotaExceededException,
1870
+ ThrottlingException,
1871
+ ValidationException,
1872
+ ControlOperationType,
1873
+ ControlOperationStatus,
1874
+ DriftStatus,
1875
+ EnablementStatus,
1876
+ LandingZoneDriftStatus,
1877
+ LandingZoneStatus,
1878
+ LandingZoneOperationType,
1879
+ LandingZoneOperationStatus
1879
1880
  });
1880
1881
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-controltower",
3
3
  "description": "AWS SDK for JavaScript Controltower 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-controltower",
@@ -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",