@aws-sdk/client-braket 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 +29 -28
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1751,49 +1751,50 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1751
1751
  // Annotate the CommonJS export names for ESM import in node:
1752
1752
 
1753
1753
  0 && (module.exports = {
1754
- AccessDeniedException,
1755
- AssociationType,
1756
- Braket,
1757
- BraketClient,
1758
1754
  BraketServiceException,
1755
+ __Client,
1756
+ BraketClient,
1757
+ Braket,
1758
+ $Command,
1759
1759
  CancelJobCommand,
1760
1760
  CancelQuantumTaskCommand,
1761
- CancellationStatus,
1762
- CompressionType,
1763
- ConflictException,
1764
1761
  CreateJobCommand,
1765
1762
  CreateQuantumTaskCommand,
1766
- DeviceOfflineException,
1767
- DeviceRetiredException,
1768
- DeviceStatus,
1769
- DeviceType,
1770
1763
  GetDeviceCommand,
1771
1764
  GetJobCommand,
1772
1765
  GetQuantumTaskCommand,
1773
- HybridJobAdditionalAttributeName,
1774
- InternalServiceException,
1775
- JobEventType,
1776
- JobPrimaryStatus,
1777
1766
  ListTagsForResourceCommand,
1778
- QuantumTaskAdditionalAttributeName,
1779
- QuantumTaskStatus,
1780
- QueueName,
1781
- QueuePriority,
1782
- ResourceNotFoundException,
1783
1767
  SearchDevicesCommand,
1784
1768
  SearchJobsCommand,
1785
- SearchJobsFilterOperator,
1786
1769
  SearchQuantumTasksCommand,
1787
- SearchQuantumTasksFilterOperator,
1788
- ServiceQuotaExceededException,
1789
1770
  TagResourceCommand,
1790
- ThrottlingException,
1791
1771
  UntagResourceCommand,
1792
- ValidationException,
1793
- _InstanceType,
1794
- __Client,
1795
1772
  paginateSearchDevices,
1796
1773
  paginateSearchJobs,
1797
- paginateSearchQuantumTasks
1774
+ paginateSearchQuantumTasks,
1775
+ AccessDeniedException,
1776
+ CompressionType,
1777
+ AssociationType,
1778
+ QueueName,
1779
+ QueuePriority,
1780
+ DeviceStatus,
1781
+ DeviceType,
1782
+ InternalServiceException,
1783
+ ResourceNotFoundException,
1784
+ ThrottlingException,
1785
+ ValidationException,
1786
+ CancellationStatus,
1787
+ ConflictException,
1788
+ _InstanceType,
1789
+ DeviceRetiredException,
1790
+ ServiceQuotaExceededException,
1791
+ HybridJobAdditionalAttributeName,
1792
+ JobEventType,
1793
+ JobPrimaryStatus,
1794
+ SearchJobsFilterOperator,
1795
+ DeviceOfflineException,
1796
+ QuantumTaskAdditionalAttributeName,
1797
+ QuantumTaskStatus,
1798
+ SearchQuantumTasksFilterOperator
1798
1799
  });
1799
1800
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-braket",
3
3
  "description": "AWS SDK for JavaScript Braket 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-braket",
@@ -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",