@aws-sdk/client-snow-device-management 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
@@ -1528,40 +1528,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1528
1528
  // Annotate the CommonJS export names for ESM import in node:
1529
1529
 
1530
1530
  0 && (module.exports = {
1531
- AccessDeniedException,
1532
- AttachmentStatus,
1531
+ SnowDeviceManagementServiceException,
1532
+ __Client,
1533
+ SnowDeviceManagementClient,
1534
+ SnowDeviceManagement,
1535
+ $Command,
1533
1536
  CancelTaskCommand,
1534
- Command,
1535
1537
  CreateTaskCommand,
1536
1538
  DescribeDeviceCommand,
1537
1539
  DescribeDeviceEc2InstancesCommand,
1538
1540
  DescribeExecutionCommand,
1539
1541
  DescribeTaskCommand,
1540
- ExecutionState,
1541
- InstanceStateName,
1542
- InternalServerException,
1543
- IpAddressAssignment,
1544
1542
  ListDeviceResourcesCommand,
1545
1543
  ListDevicesCommand,
1546
1544
  ListExecutionsCommand,
1547
1545
  ListTagsForResourceCommand,
1548
1546
  ListTasksCommand,
1549
- PhysicalConnectorType,
1550
- ResourceNotFoundException,
1551
- ServiceQuotaExceededException,
1552
- SnowDeviceManagement,
1553
- SnowDeviceManagementClient,
1554
- SnowDeviceManagementServiceException,
1555
1547
  TagResourceCommand,
1556
- TaskState,
1557
- ThrottlingException,
1558
- UnlockState,
1559
1548
  UntagResourceCommand,
1560
- ValidationException,
1561
- __Client,
1562
1549
  paginateListDeviceResources,
1563
1550
  paginateListDevices,
1564
1551
  paginateListExecutions,
1565
- paginateListTasks
1552
+ paginateListTasks,
1553
+ AccessDeniedException,
1554
+ AttachmentStatus,
1555
+ InternalServerException,
1556
+ ResourceNotFoundException,
1557
+ ThrottlingException,
1558
+ ValidationException,
1559
+ Command,
1560
+ ServiceQuotaExceededException,
1561
+ UnlockState,
1562
+ IpAddressAssignment,
1563
+ PhysicalConnectorType,
1564
+ InstanceStateName,
1565
+ ExecutionState,
1566
+ TaskState
1566
1567
  });
1567
1568
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-snow-device-management",
3
3
  "description": "AWS SDK for JavaScript Snow Device Management 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-snow-device-management",
@@ -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",