@aws-sdk/client-braket 3.775.0 → 3.777.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.
@@ -74,6 +74,7 @@ declare const CancelJobCommand_base: {
74
74
  * @throws {@link BraketServiceException}
75
75
  * <p>Base exception class for all service exceptions from Braket service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class CancelJobCommand extends CancelJobCommand_base {
@@ -75,6 +75,7 @@ declare const CancelQuantumTaskCommand_base: {
75
75
  * @throws {@link BraketServiceException}
76
76
  * <p>Base exception class for all service exceptions from Braket service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class CancelQuantumTaskCommand extends CancelQuantumTaskCommand_base {
@@ -133,6 +133,7 @@ declare const CreateJobCommand_base: {
133
133
  * @throws {@link BraketServiceException}
134
134
  * <p>Base exception class for all service exceptions from Braket service.</p>
135
135
  *
136
+ *
136
137
  * @public
137
138
  */
138
139
  export declare class CreateJobCommand extends CreateJobCommand_base {
@@ -92,6 +92,7 @@ declare const CreateQuantumTaskCommand_base: {
92
92
  * @throws {@link BraketServiceException}
93
93
  * <p>Base exception class for all service exceptions from Braket service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class CreateQuantumTaskCommand extends CreateQuantumTaskCommand_base {
@@ -91,6 +91,7 @@ declare const GetDeviceCommand_base: {
91
91
  * @throws {@link BraketServiceException}
92
92
  * <p>Base exception class for all service exceptions from Braket service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class GetDeviceCommand extends GetDeviceCommand_base {
@@ -145,6 +145,7 @@ declare const GetJobCommand_base: {
145
145
  * @throws {@link BraketServiceException}
146
146
  * <p>Base exception class for all service exceptions from Braket service.</p>
147
147
  *
148
+ *
148
149
  * @public
149
150
  */
150
151
  export declare class GetJobCommand extends GetJobCommand_base {
@@ -98,6 +98,7 @@ declare const GetQuantumTaskCommand_base: {
98
98
  * @throws {@link BraketServiceException}
99
99
  * <p>Base exception class for all service exceptions from Braket service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class GetQuantumTaskCommand extends GetQuantumTaskCommand_base {
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
66
66
  * @throws {@link BraketServiceException}
67
67
  * <p>Base exception class for all service exceptions from Braket service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -85,6 +85,7 @@ declare const SearchDevicesCommand_base: {
85
85
  * @throws {@link BraketServiceException}
86
86
  * <p>Base exception class for all service exceptions from Braket service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class SearchDevicesCommand extends SearchDevicesCommand_base {
@@ -91,6 +91,7 @@ declare const SearchJobsCommand_base: {
91
91
  * @throws {@link BraketServiceException}
92
92
  * <p>Base exception class for all service exceptions from Braket service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class SearchJobsCommand extends SearchJobsCommand_base {
@@ -92,6 +92,7 @@ declare const SearchQuantumTasksCommand_base: {
92
92
  * @throws {@link BraketServiceException}
93
93
  * <p>Base exception class for all service exceptions from Braket service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class SearchQuantumTasksCommand extends SearchQuantumTasksCommand_base {
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
65
65
  * @throws {@link BraketServiceException}
66
66
  * <p>Base exception class for all service exceptions from Braket service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
65
65
  * @throws {@link BraketServiceException}
66
66
  * <p>Base exception class for all service exceptions from Braket service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
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.775.0",
4
+ "version": "3.777.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",