@aws-sdk/client-braket 3.590.0 → 3.596.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.
- package/dist-cjs/index.js +0 -13
- package/dist-types/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/commands/CancelQuantumTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateQuantumTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetDeviceCommand.d.ts +2 -1
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetQuantumTaskCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/SearchDevicesCommand.d.ts +2 -1
- package/dist-types/commands/SearchJobsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQuantumTasksCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/BraketServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelQuantumTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateQuantumTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetQuantumTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchDevicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuantumTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/BraketServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -218,7 +218,6 @@ var BraketClient = _BraketClient;
|
|
|
218
218
|
|
|
219
219
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
220
220
|
|
|
221
|
-
var import_types = require("@smithy/types");
|
|
222
221
|
|
|
223
222
|
// src/protocols/Aws_restJson1.ts
|
|
224
223
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1179,7 +1178,6 @@ var CancelJobCommand = _CancelJobCommand;
|
|
|
1179
1178
|
|
|
1180
1179
|
|
|
1181
1180
|
|
|
1182
|
-
|
|
1183
1181
|
var _CancelQuantumTaskCommand = class _CancelQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1184
1182
|
...commonParams
|
|
1185
1183
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1196,7 +1194,6 @@ var CancelQuantumTaskCommand = _CancelQuantumTaskCommand;
|
|
|
1196
1194
|
|
|
1197
1195
|
|
|
1198
1196
|
|
|
1199
|
-
|
|
1200
1197
|
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1201
1198
|
...commonParams
|
|
1202
1199
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1213,7 +1210,6 @@ var CreateJobCommand = _CreateJobCommand;
|
|
|
1213
1210
|
|
|
1214
1211
|
|
|
1215
1212
|
|
|
1216
|
-
|
|
1217
1213
|
var _CreateQuantumTaskCommand = class _CreateQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1218
1214
|
...commonParams
|
|
1219
1215
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1230,7 +1226,6 @@ var CreateQuantumTaskCommand = _CreateQuantumTaskCommand;
|
|
|
1230
1226
|
|
|
1231
1227
|
|
|
1232
1228
|
|
|
1233
|
-
|
|
1234
1229
|
var _GetDeviceCommand = class _GetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1235
1230
|
...commonParams
|
|
1236
1231
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1247,7 +1242,6 @@ var GetDeviceCommand = _GetDeviceCommand;
|
|
|
1247
1242
|
|
|
1248
1243
|
|
|
1249
1244
|
|
|
1250
|
-
|
|
1251
1245
|
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1252
1246
|
...commonParams
|
|
1253
1247
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1264,7 +1258,6 @@ var GetJobCommand = _GetJobCommand;
|
|
|
1264
1258
|
|
|
1265
1259
|
|
|
1266
1260
|
|
|
1267
|
-
|
|
1268
1261
|
var _GetQuantumTaskCommand = class _GetQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1269
1262
|
...commonParams
|
|
1270
1263
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1281,7 +1274,6 @@ var GetQuantumTaskCommand = _GetQuantumTaskCommand;
|
|
|
1281
1274
|
|
|
1282
1275
|
|
|
1283
1276
|
|
|
1284
|
-
|
|
1285
1277
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1286
1278
|
...commonParams
|
|
1287
1279
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1298,7 +1290,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1298
1290
|
|
|
1299
1291
|
|
|
1300
1292
|
|
|
1301
|
-
|
|
1302
1293
|
var _SearchDevicesCommand = class _SearchDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1303
1294
|
...commonParams
|
|
1304
1295
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1315,7 +1306,6 @@ var SearchDevicesCommand = _SearchDevicesCommand;
|
|
|
1315
1306
|
|
|
1316
1307
|
|
|
1317
1308
|
|
|
1318
|
-
|
|
1319
1309
|
var _SearchJobsCommand = class _SearchJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1320
1310
|
...commonParams
|
|
1321
1311
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1332,7 +1322,6 @@ var SearchJobsCommand = _SearchJobsCommand;
|
|
|
1332
1322
|
|
|
1333
1323
|
|
|
1334
1324
|
|
|
1335
|
-
|
|
1336
1325
|
var _SearchQuantumTasksCommand = class _SearchQuantumTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1337
1326
|
...commonParams
|
|
1338
1327
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1349,7 +1338,6 @@ var SearchQuantumTasksCommand = _SearchQuantumTasksCommand;
|
|
|
1349
1338
|
|
|
1350
1339
|
|
|
1351
1340
|
|
|
1352
|
-
|
|
1353
1341
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1354
1342
|
...commonParams
|
|
1355
1343
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1366,7 +1354,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1366
1354
|
|
|
1367
1355
|
|
|
1368
1356
|
|
|
1369
|
-
|
|
1370
1357
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1371
1358
|
...commonParams
|
|
1372
1359
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
export * from "./BraketClient";
|
|
16
16
|
export * from "./Braket";
|
|
17
17
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
18
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
19
|
-
export { BraketExtensionConfiguration } from "./extensionConfiguration";
|
|
18
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
19
|
+
export type { BraketExtensionConfiguration } from "./extensionConfiguration";
|
|
20
20
|
export * from "./commands";
|
|
21
21
|
export * from "./pagination";
|
|
22
22
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BraketClient";
|
|
8
8
|
import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
11
12
|
export interface CancelJobCommandOutput
|
|
12
13
|
extends CancelJobResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CancelQuantumTaskRequest,
|
|
10
10
|
CancelQuantumTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CancelQuantumTaskCommandInput
|
|
14
15
|
extends CancelQuantumTaskRequest {}
|
|
15
16
|
export interface CancelQuantumTaskCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BraketClient";
|
|
8
8
|
import { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
11
12
|
export interface CreateJobCommandOutput
|
|
12
13
|
extends CreateJobResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateQuantumTaskRequest,
|
|
10
10
|
CreateQuantumTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateQuantumTaskCommandInput
|
|
14
15
|
extends CreateQuantumTaskRequest {}
|
|
15
16
|
export interface CreateQuantumTaskCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BraketClient";
|
|
8
8
|
import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetDeviceCommandInput extends GetDeviceRequest {}
|
|
11
12
|
export interface GetDeviceCommandOutput
|
|
12
13
|
extends GetDeviceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BraketClient";
|
|
8
8
|
import { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
11
12
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
12
13
|
declare const GetJobCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetQuantumTaskRequest,
|
|
10
10
|
GetQuantumTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetQuantumTaskCommandInput extends GetQuantumTaskRequest {}
|
|
14
15
|
export interface GetQuantumTaskCommandOutput
|
|
15
16
|
extends GetQuantumTaskResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SearchDevicesRequest,
|
|
10
10
|
SearchDevicesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SearchDevicesCommandInput extends SearchDevicesRequest {}
|
|
14
15
|
export interface SearchDevicesCommandOutput
|
|
15
16
|
extends SearchDevicesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BraketClient";
|
|
8
8
|
import { SearchJobsRequest, SearchJobsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SearchJobsCommandInput extends SearchJobsRequest {}
|
|
11
12
|
export interface SearchJobsCommandOutput
|
|
12
13
|
extends SearchJobsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SearchQuantumTasksRequest,
|
|
10
10
|
SearchQuantumTasksResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SearchQuantumTasksCommandInput
|
|
14
15
|
extends SearchQuantumTasksRequest {}
|
|
15
16
|
export interface SearchQuantumTasksCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BraketClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class BraketServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.
|
|
4
|
+
"version": "3.596.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,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|