@aws-sdk/client-braket 3.649.0 → 3.650.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 +13 -39
- package/dist-es/commands/CancelJobCommand.js +1 -3
- package/dist-es/commands/CancelQuantumTaskCommand.js +1 -3
- package/dist-es/commands/CreateJobCommand.js +1 -3
- package/dist-es/commands/CreateQuantumTaskCommand.js +1 -3
- package/dist-es/commands/GetDeviceCommand.js +1 -3
- package/dist-es/commands/GetJobCommand.js +1 -3
- package/dist-es/commands/GetQuantumTaskCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/SearchDevicesCommand.js +1 -3
- package/dist-es/commands/SearchJobsCommand.js +1 -3
- package/dist-es/commands/SearchQuantumTasksCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1156,9 +1156,7 @@ var _aAN = "additionalAttributeNames";
|
|
|
1156
1156
|
var _tK = "tagKeys";
|
|
1157
1157
|
|
|
1158
1158
|
// src/commands/CancelJobCommand.ts
|
|
1159
|
-
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1160
|
-
...commonParams
|
|
1161
|
-
}).m(function(Command, cs, config, o) {
|
|
1159
|
+
var _CancelJobCommand = class _CancelJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1162
1160
|
return [
|
|
1163
1161
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1164
1162
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1172,9 +1170,7 @@ var CancelJobCommand = _CancelJobCommand;
|
|
|
1172
1170
|
|
|
1173
1171
|
|
|
1174
1172
|
|
|
1175
|
-
var _CancelQuantumTaskCommand = class _CancelQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1176
|
-
...commonParams
|
|
1177
|
-
}).m(function(Command, cs, config, o) {
|
|
1173
|
+
var _CancelQuantumTaskCommand = class _CancelQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1178
1174
|
return [
|
|
1179
1175
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1180
1176
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1188,9 +1184,7 @@ var CancelQuantumTaskCommand = _CancelQuantumTaskCommand;
|
|
|
1188
1184
|
|
|
1189
1185
|
|
|
1190
1186
|
|
|
1191
|
-
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1192
|
-
...commonParams
|
|
1193
|
-
}).m(function(Command, cs, config, o) {
|
|
1187
|
+
var _CreateJobCommand = class _CreateJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1194
1188
|
return [
|
|
1195
1189
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1196
1190
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1204,9 +1198,7 @@ var CreateJobCommand = _CreateJobCommand;
|
|
|
1204
1198
|
|
|
1205
1199
|
|
|
1206
1200
|
|
|
1207
|
-
var _CreateQuantumTaskCommand = class _CreateQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1208
|
-
...commonParams
|
|
1209
|
-
}).m(function(Command, cs, config, o) {
|
|
1201
|
+
var _CreateQuantumTaskCommand = class _CreateQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1210
1202
|
return [
|
|
1211
1203
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1212
1204
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1220,9 +1212,7 @@ var CreateQuantumTaskCommand = _CreateQuantumTaskCommand;
|
|
|
1220
1212
|
|
|
1221
1213
|
|
|
1222
1214
|
|
|
1223
|
-
var _GetDeviceCommand = class _GetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1224
|
-
...commonParams
|
|
1225
|
-
}).m(function(Command, cs, config, o) {
|
|
1215
|
+
var _GetDeviceCommand = class _GetDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1226
1216
|
return [
|
|
1227
1217
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1228
1218
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1236,9 +1226,7 @@ var GetDeviceCommand = _GetDeviceCommand;
|
|
|
1236
1226
|
|
|
1237
1227
|
|
|
1238
1228
|
|
|
1239
|
-
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1240
|
-
...commonParams
|
|
1241
|
-
}).m(function(Command, cs, config, o) {
|
|
1229
|
+
var _GetJobCommand = class _GetJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1242
1230
|
return [
|
|
1243
1231
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1244
1232
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1252,9 +1240,7 @@ var GetJobCommand = _GetJobCommand;
|
|
|
1252
1240
|
|
|
1253
1241
|
|
|
1254
1242
|
|
|
1255
|
-
var _GetQuantumTaskCommand = class _GetQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1256
|
-
...commonParams
|
|
1257
|
-
}).m(function(Command, cs, config, o) {
|
|
1243
|
+
var _GetQuantumTaskCommand = class _GetQuantumTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1258
1244
|
return [
|
|
1259
1245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1260
1246
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1268,9 +1254,7 @@ var GetQuantumTaskCommand = _GetQuantumTaskCommand;
|
|
|
1268
1254
|
|
|
1269
1255
|
|
|
1270
1256
|
|
|
1271
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1272
|
-
...commonParams
|
|
1273
|
-
}).m(function(Command, cs, config, o) {
|
|
1257
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1274
1258
|
return [
|
|
1275
1259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1276
1260
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1284,9 +1268,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1284
1268
|
|
|
1285
1269
|
|
|
1286
1270
|
|
|
1287
|
-
var _SearchDevicesCommand = class _SearchDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1288
|
-
...commonParams
|
|
1289
|
-
}).m(function(Command, cs, config, o) {
|
|
1271
|
+
var _SearchDevicesCommand = class _SearchDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1290
1272
|
return [
|
|
1291
1273
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1292
1274
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1300,9 +1282,7 @@ var SearchDevicesCommand = _SearchDevicesCommand;
|
|
|
1300
1282
|
|
|
1301
1283
|
|
|
1302
1284
|
|
|
1303
|
-
var _SearchJobsCommand = class _SearchJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1304
|
-
...commonParams
|
|
1305
|
-
}).m(function(Command, cs, config, o) {
|
|
1285
|
+
var _SearchJobsCommand = class _SearchJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1306
1286
|
return [
|
|
1307
1287
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1308
1288
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1316,9 +1296,7 @@ var SearchJobsCommand = _SearchJobsCommand;
|
|
|
1316
1296
|
|
|
1317
1297
|
|
|
1318
1298
|
|
|
1319
|
-
var _SearchQuantumTasksCommand = class _SearchQuantumTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1320
|
-
...commonParams
|
|
1321
|
-
}).m(function(Command, cs, config, o) {
|
|
1299
|
+
var _SearchQuantumTasksCommand = class _SearchQuantumTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1322
1300
|
return [
|
|
1323
1301
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1324
1302
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1332,9 +1310,7 @@ var SearchQuantumTasksCommand = _SearchQuantumTasksCommand;
|
|
|
1332
1310
|
|
|
1333
1311
|
|
|
1334
1312
|
|
|
1335
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1336
|
-
...commonParams
|
|
1337
|
-
}).m(function(Command, cs, config, o) {
|
|
1313
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1338
1314
|
return [
|
|
1339
1315
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1340
1316
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1348,9 +1324,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1348
1324
|
|
|
1349
1325
|
|
|
1350
1326
|
|
|
1351
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1352
|
-
...commonParams
|
|
1353
|
-
}).m(function(Command, cs, config, o) {
|
|
1327
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1354
1328
|
return [
|
|
1355
1329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1356
1330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CancelQuantumTaskCommand, se_CancelQuantumTaskCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelQuantumTaskCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateQuantumTaskCommand, se_CreateQuantumTaskCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateQuantumTaskCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDeviceCommand, se_GetDeviceCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDeviceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetQuantumTaskCommand, se_GetQuantumTaskCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetQuantumTaskCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchDevicesCommand, se_SearchDevicesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchDevicesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchJobsCommand, se_SearchJobsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SearchQuantumTasksCommand, se_SearchQuantumTasksCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SearchQuantumTasksCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|