@aws-sdk/client-braket 3.948.0 → 3.953.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 +303 -214
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CancelQuantumTaskCommand.js +2 -2
- package/dist-es/commands/CreateJobCommand.js +2 -2
- package/dist-es/commands/CreateQuantumTaskCommand.js +2 -2
- package/dist-es/commands/CreateSpendingLimitCommand.js +2 -2
- package/dist-es/commands/DeleteSpendingLimitCommand.js +2 -2
- package/dist-es/commands/GetDeviceCommand.js +2 -2
- package/dist-es/commands/GetJobCommand.js +2 -2
- package/dist-es/commands/GetQuantumTaskCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/SearchDevicesCommand.js +2 -2
- package/dist-es/commands/SearchJobsCommand.js +2 -2
- package/dist-es/commands/SearchQuantumTasksCommand.js +2 -2
- package/dist-es/commands/SearchSpendingLimitsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateSpendingLimitCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +179 -179
- package/dist-types/BraketClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +90 -111
- package/dist-types/ts3.4/BraketClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +89 -112
- package/package.json +34 -34
|
@@ -209,24 +209,24 @@ const _v = "values";
|
|
|
209
209
|
const _vSIG = "volumeSizeInGb";
|
|
210
210
|
const n0 = "com.amazonaws.braket";
|
|
211
211
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
212
|
-
import { BraketServiceException
|
|
213
|
-
import { AccessDeniedException
|
|
214
|
-
|
|
215
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
216
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
217
|
-
export var ActionMetadata = [3, n0, _AM, 0, [_aT, _pC, _eC], [0, 1, 1]];
|
|
218
|
-
export var AlgorithmSpecification = [
|
|
212
|
+
import { BraketServiceException } from "../models/BraketServiceException";
|
|
213
|
+
import { AccessDeniedException, ConflictException, DeviceOfflineException, DeviceRetiredException, InternalServiceException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
214
|
+
var JsonValue = [0, n0, _JV, { [_mT]: _a }, 0];
|
|
215
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
216
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
217
|
+
export var ActionMetadata$ = [3, n0, _AM, 0, [_aT, _pC, _eC], [0, 1, 1]];
|
|
218
|
+
export var AlgorithmSpecification$ = [
|
|
219
219
|
3,
|
|
220
220
|
n0,
|
|
221
221
|
_AS,
|
|
222
222
|
0,
|
|
223
223
|
[_sMC, _cI],
|
|
224
|
-
[() => ScriptModeConfig
|
|
224
|
+
[() => ScriptModeConfig$, () => ContainerImage$],
|
|
225
225
|
];
|
|
226
|
-
export var Association = [3, n0, _A, 0, [_ar, _t], [0, 0]];
|
|
227
|
-
export var CancelJobRequest = [3, n0, _CJR, 0, [_jA], [[0, 1]]];
|
|
228
|
-
export var CancelJobResponse = [3, n0, _CJRa, 0, [_jA, _cS], [0, 0]];
|
|
229
|
-
export var CancelQuantumTaskRequest = [
|
|
226
|
+
export var Association$ = [3, n0, _A, 0, [_ar, _t], [0, 0]];
|
|
227
|
+
export var CancelJobRequest$ = [3, n0, _CJR, 0, [_jA], [[0, 1]]];
|
|
228
|
+
export var CancelJobResponse$ = [3, n0, _CJRa, 0, [_jA, _cS], [0, 0]];
|
|
229
|
+
export var CancelQuantumTaskRequest$ = [
|
|
230
230
|
3,
|
|
231
231
|
n0,
|
|
232
232
|
_CQTR,
|
|
@@ -237,11 +237,11 @@ export var CancelQuantumTaskRequest = [
|
|
|
237
237
|
[0, 4],
|
|
238
238
|
],
|
|
239
239
|
];
|
|
240
|
-
export var CancelQuantumTaskResponse = [3, n0, _CQTRa, 0, [_qTA, _cS], [0, 0]];
|
|
241
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
242
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
243
|
-
export var ContainerImage = [3, n0, _CI, 0, [_u], [0]];
|
|
244
|
-
export var CreateJobRequest = [
|
|
240
|
+
export var CancelQuantumTaskResponse$ = [3, n0, _CQTRa, 0, [_qTA, _cS], [0, 0]];
|
|
241
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
242
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
243
|
+
export var ContainerImage$ = [3, n0, _CI, 0, [_u], [0]];
|
|
244
|
+
export var CreateJobRequest$ = [
|
|
245
245
|
3,
|
|
246
246
|
n0,
|
|
247
247
|
_CJRr,
|
|
@@ -249,22 +249,22 @@ export var CreateJobRequest = [
|
|
|
249
249
|
[_cT, _aS, _iDC, _oDC, _cC, _jN, _rA, _sC, _iC, _hP, _dC, _ta, _as],
|
|
250
250
|
[
|
|
251
251
|
[0, 4],
|
|
252
|
-
() => AlgorithmSpecification
|
|
252
|
+
() => AlgorithmSpecification$,
|
|
253
253
|
() => InputConfigList,
|
|
254
|
-
() => JobOutputDataConfig
|
|
255
|
-
() => JobCheckpointConfig
|
|
254
|
+
() => JobOutputDataConfig$,
|
|
255
|
+
() => JobCheckpointConfig$,
|
|
256
256
|
0,
|
|
257
257
|
0,
|
|
258
|
-
() => JobStoppingCondition
|
|
259
|
-
() => InstanceConfig
|
|
258
|
+
() => JobStoppingCondition$,
|
|
259
|
+
() => InstanceConfig$,
|
|
260
260
|
128 | 0,
|
|
261
|
-
() => DeviceConfig
|
|
261
|
+
() => DeviceConfig$,
|
|
262
262
|
128 | 0,
|
|
263
263
|
() => Associations,
|
|
264
264
|
],
|
|
265
265
|
];
|
|
266
|
-
export var CreateJobResponse = [3, n0, _CJRre, 0, [_jA], [0]];
|
|
267
|
-
export var CreateQuantumTaskRequest = [
|
|
266
|
+
export var CreateJobResponse$ = [3, n0, _CJRre, 0, [_jA], [0]];
|
|
267
|
+
export var CreateQuantumTaskRequest$ = [
|
|
268
268
|
3,
|
|
269
269
|
n0,
|
|
270
270
|
_CQTRr,
|
|
@@ -281,31 +281,31 @@ export var CreateQuantumTaskRequest = [
|
|
|
281
281
|
128 | 0,
|
|
282
282
|
0,
|
|
283
283
|
() => Associations,
|
|
284
|
-
() => ExperimentalCapabilities
|
|
284
|
+
() => ExperimentalCapabilities$,
|
|
285
285
|
],
|
|
286
286
|
];
|
|
287
|
-
export var CreateQuantumTaskResponse = [3, n0, _CQTRre, 0, [_qTA], [0]];
|
|
288
|
-
export var CreateSpendingLimitRequest = [
|
|
287
|
+
export var CreateQuantumTaskResponse$ = [3, n0, _CQTRre, 0, [_qTA], [0]];
|
|
288
|
+
export var CreateSpendingLimitRequest$ = [
|
|
289
289
|
3,
|
|
290
290
|
n0,
|
|
291
291
|
_CSLR,
|
|
292
292
|
0,
|
|
293
293
|
[_cT, _dA, _sL, _tP, _ta],
|
|
294
|
-
[[0, 4], 0, 0, () => TimePeriod
|
|
295
|
-
];
|
|
296
|
-
export var CreateSpendingLimitResponse = [3, n0, _CSLRr, 0, [_sLA], [0]];
|
|
297
|
-
export var DataSource = [3, n0, _DS, 0, [_sDS], [() => S3DataSource]];
|
|
298
|
-
export var DeleteSpendingLimitRequest = [3, n0, _DSLR, 0, [_sLA], [[0, 1]]];
|
|
299
|
-
export var DeleteSpendingLimitResponse = [3, n0, _DSLRe, 0, [], []];
|
|
300
|
-
export var DeviceConfig = [3, n0, _DC, 0, [_d], [0]];
|
|
301
|
-
export var DeviceOfflineException = [-3, n0, _DOE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
|
|
302
|
-
TypeRegistry.for(n0).registerError(DeviceOfflineException
|
|
303
|
-
export var DeviceQueueInfo = [3, n0, _DQI, 0, [_q, _qS, _qP], [0, 0, 0]];
|
|
304
|
-
export var DeviceRetiredException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 410 }, [_m], [0]];
|
|
305
|
-
TypeRegistry.for(n0).registerError(DeviceRetiredException
|
|
306
|
-
export var DeviceSummary = [3, n0, _DSe, 0, [_dA, _dN, _pN, _dT, _dS], [0, 0, 0, 0, 0]];
|
|
307
|
-
export var GetDeviceRequest = [3, n0, _GDR, 0, [_dA], [[0, 1]]];
|
|
308
|
-
export var GetDeviceResponse = [
|
|
294
|
+
[[0, 4], 0, 0, () => TimePeriod$, 128 | 0],
|
|
295
|
+
];
|
|
296
|
+
export var CreateSpendingLimitResponse$ = [3, n0, _CSLRr, 0, [_sLA], [0]];
|
|
297
|
+
export var DataSource$ = [3, n0, _DS, 0, [_sDS], [() => S3DataSource$]];
|
|
298
|
+
export var DeleteSpendingLimitRequest$ = [3, n0, _DSLR, 0, [_sLA], [[0, 1]]];
|
|
299
|
+
export var DeleteSpendingLimitResponse$ = [3, n0, _DSLRe, 0, [], []];
|
|
300
|
+
export var DeviceConfig$ = [3, n0, _DC, 0, [_d], [0]];
|
|
301
|
+
export var DeviceOfflineException$ = [-3, n0, _DOE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
|
|
302
|
+
TypeRegistry.for(n0).registerError(DeviceOfflineException$, DeviceOfflineException);
|
|
303
|
+
export var DeviceQueueInfo$ = [3, n0, _DQI, 0, [_q, _qS, _qP], [0, 0, 0]];
|
|
304
|
+
export var DeviceRetiredException$ = [-3, n0, _DRE, { [_e]: _c, [_hE]: 410 }, [_m], [0]];
|
|
305
|
+
TypeRegistry.for(n0).registerError(DeviceRetiredException$, DeviceRetiredException);
|
|
306
|
+
export var DeviceSummary$ = [3, n0, _DSe, 0, [_dA, _dN, _pN, _dT, _dS], [0, 0, 0, 0, 0]];
|
|
307
|
+
export var GetDeviceRequest$ = [3, n0, _GDR, 0, [_dA], [[0, 1]]];
|
|
308
|
+
export var GetDeviceResponse$ = [
|
|
309
309
|
3,
|
|
310
310
|
n0,
|
|
311
311
|
_GDRe,
|
|
@@ -313,7 +313,7 @@ export var GetDeviceResponse = [
|
|
|
313
313
|
[_dA, _dN, _pN, _dT, _dS, _dCe, _dQI],
|
|
314
314
|
[0, 0, 0, 0, 0, [() => JsonValue, 0], () => DeviceQueueInfoList],
|
|
315
315
|
];
|
|
316
|
-
export var GetJobRequest = [
|
|
316
|
+
export var GetJobRequest$ = [
|
|
317
317
|
3,
|
|
318
318
|
n0,
|
|
319
319
|
_GJR,
|
|
@@ -324,7 +324,7 @@ export var GetJobRequest = [
|
|
|
324
324
|
[64 | 0, { [_hQ]: _aAN }],
|
|
325
325
|
],
|
|
326
326
|
];
|
|
327
|
-
export var GetJobResponse = [
|
|
327
|
+
export var GetJobResponse$ = [
|
|
328
328
|
3,
|
|
329
329
|
n0,
|
|
330
330
|
_GJRe,
|
|
@@ -338,23 +338,23 @@ export var GetJobResponse = [
|
|
|
338
338
|
0,
|
|
339
339
|
128 | 0,
|
|
340
340
|
() => InputConfigList,
|
|
341
|
-
() => JobOutputDataConfig
|
|
342
|
-
() => JobStoppingCondition
|
|
343
|
-
() => JobCheckpointConfig
|
|
344
|
-
() => AlgorithmSpecification
|
|
345
|
-
() => InstanceConfig
|
|
341
|
+
() => JobOutputDataConfig$,
|
|
342
|
+
() => JobStoppingCondition$,
|
|
343
|
+
() => JobCheckpointConfig$,
|
|
344
|
+
() => AlgorithmSpecification$,
|
|
345
|
+
() => InstanceConfig$,
|
|
346
346
|
5,
|
|
347
347
|
5,
|
|
348
348
|
5,
|
|
349
349
|
1,
|
|
350
|
-
() => DeviceConfig
|
|
350
|
+
() => DeviceConfig$,
|
|
351
351
|
() => JobEvents,
|
|
352
352
|
128 | 0,
|
|
353
|
-
() => HybridJobQueueInfo
|
|
353
|
+
() => HybridJobQueueInfo$,
|
|
354
354
|
() => Associations,
|
|
355
355
|
],
|
|
356
356
|
];
|
|
357
|
-
export var GetQuantumTaskRequest = [
|
|
357
|
+
export var GetQuantumTaskRequest$ = [
|
|
358
358
|
3,
|
|
359
359
|
n0,
|
|
360
360
|
_GQTR,
|
|
@@ -365,7 +365,7 @@ export var GetQuantumTaskRequest = [
|
|
|
365
365
|
[64 | 0, { [_hQ]: _aAN }],
|
|
366
366
|
],
|
|
367
367
|
];
|
|
368
|
-
export var GetQuantumTaskResponse = [
|
|
368
|
+
export var GetQuantumTaskResponse$ = [
|
|
369
369
|
3,
|
|
370
370
|
n0,
|
|
371
371
|
_GQTRe,
|
|
@@ -384,23 +384,23 @@ export var GetQuantumTaskResponse = [
|
|
|
384
384
|
5,
|
|
385
385
|
128 | 0,
|
|
386
386
|
0,
|
|
387
|
-
() => QuantumTaskQueueInfo
|
|
387
|
+
() => QuantumTaskQueueInfo$,
|
|
388
388
|
() => Associations,
|
|
389
389
|
1,
|
|
390
|
-
() => ActionMetadata
|
|
391
|
-
() => ExperimentalCapabilities
|
|
390
|
+
() => ActionMetadata$,
|
|
391
|
+
() => ExperimentalCapabilities$,
|
|
392
392
|
],
|
|
393
393
|
];
|
|
394
|
-
export var HybridJobQueueInfo = [3, n0, _HJQI, 0, [_q, _p, _m], [0, 0, 0]];
|
|
395
|
-
export var InputFileConfig = [3, n0, _IFC, 0, [_cN, _cTo, _dSa], [0, 0, () => DataSource]];
|
|
396
|
-
export var InstanceConfig = [3, n0, _IC, 0, [_iT, _vSIG, _iCn], [0, 1, 1]];
|
|
397
|
-
export var InternalServiceException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
398
|
-
TypeRegistry.for(n0).registerError(InternalServiceException
|
|
399
|
-
export var JobCheckpointConfig = [3, n0, _JCC, 0, [_lP, _sU], [0, 0]];
|
|
400
|
-
export var JobEventDetails = [3, n0, _JED, 0, [_eT, _tOE, _m], [0, 5, 0]];
|
|
401
|
-
export var JobOutputDataConfig = [3, n0, _JODC, 0, [_kKI, _sP], [0, 0]];
|
|
402
|
-
export var JobStoppingCondition = [3, n0, _JSC, 0, [_mRIS], [1]];
|
|
403
|
-
export var JobSummary = [
|
|
394
|
+
export var HybridJobQueueInfo$ = [3, n0, _HJQI, 0, [_q, _p, _m], [0, 0, 0]];
|
|
395
|
+
export var InputFileConfig$ = [3, n0, _IFC, 0, [_cN, _cTo, _dSa], [0, 0, () => DataSource$]];
|
|
396
|
+
export var InstanceConfig$ = [3, n0, _IC, 0, [_iT, _vSIG, _iCn], [0, 1, 1]];
|
|
397
|
+
export var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
398
|
+
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
399
|
+
export var JobCheckpointConfig$ = [3, n0, _JCC, 0, [_lP, _sU], [0, 0]];
|
|
400
|
+
export var JobEventDetails$ = [3, n0, _JED, 0, [_eT, _tOE, _m], [0, 5, 0]];
|
|
401
|
+
export var JobOutputDataConfig$ = [3, n0, _JODC, 0, [_kKI, _sP], [0, 0]];
|
|
402
|
+
export var JobStoppingCondition$ = [3, n0, _JSC, 0, [_mRIS], [1]];
|
|
403
|
+
export var JobSummary$ = [
|
|
404
404
|
3,
|
|
405
405
|
n0,
|
|
406
406
|
_JS,
|
|
@@ -408,11 +408,11 @@ export var JobSummary = [
|
|
|
408
408
|
[_st, _jA, _jN, _d, _cA, _sA, _eA, _ta],
|
|
409
409
|
[0, 0, 0, 0, 5, 5, 5, 128 | 0],
|
|
410
410
|
];
|
|
411
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
412
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
413
|
-
export var ProgramSetValidationFailure = [3, n0, _PSVF, 0, [_pI, _iI, _er], [1, 1, 64 | 0]];
|
|
414
|
-
export var QuantumTaskQueueInfo = [3, n0, _QTQI, 0, [_q, _p, _qP, _m], [0, 0, 0, 0]];
|
|
415
|
-
export var QuantumTaskSummary = [
|
|
411
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
412
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
413
|
+
export var ProgramSetValidationFailure$ = [3, n0, _PSVF, 0, [_pI, _iI, _er], [1, 1, 64 | 0]];
|
|
414
|
+
export var QuantumTaskQueueInfo$ = [3, n0, _QTQI, 0, [_q, _p, _qP, _m], [0, 0, 0, 0]];
|
|
415
|
+
export var QuantumTaskSummary$ = [
|
|
416
416
|
3,
|
|
417
417
|
n0,
|
|
418
418
|
_QTS,
|
|
@@ -420,12 +420,12 @@ export var QuantumTaskSummary = [
|
|
|
420
420
|
[_qTA, _st, _dA, _s, _oSB, _oSD, _cA, _eA, _ta],
|
|
421
421
|
[0, 0, 0, 1, 0, 0, 5, 5, 128 | 0],
|
|
422
422
|
];
|
|
423
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
424
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
425
|
-
export var S3DataSource = [3, n0, _SDS, 0, [_sU], [0]];
|
|
426
|
-
export var ScriptModeConfig = [3, n0, _SMC, 0, [_eP, _sU, _cTom], [0, 0, 0]];
|
|
427
|
-
export var SearchDevicesFilter = [3, n0, _SDF, 0, [_n, _v], [0, 64 | 0]];
|
|
428
|
-
export var SearchDevicesRequest = [
|
|
423
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
424
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
425
|
+
export var S3DataSource$ = [3, n0, _SDS, 0, [_sU], [0]];
|
|
426
|
+
export var ScriptModeConfig$ = [3, n0, _SMC, 0, [_eP, _sU, _cTom], [0, 0, 0]];
|
|
427
|
+
export var SearchDevicesFilter$ = [3, n0, _SDF, 0, [_n, _v], [0, 64 | 0]];
|
|
428
|
+
export var SearchDevicesRequest$ = [
|
|
429
429
|
3,
|
|
430
430
|
n0,
|
|
431
431
|
_SDR,
|
|
@@ -433,9 +433,9 @@ export var SearchDevicesRequest = [
|
|
|
433
433
|
[_nT, _mR, _f],
|
|
434
434
|
[0, 1, () => SearchDevicesFilterList],
|
|
435
435
|
];
|
|
436
|
-
export var SearchDevicesResponse = [3, n0, _SDRe, 0, [_de, _nT], [() => DeviceSummaryList, 0]];
|
|
437
|
-
export var SearchJobsFilter = [3, n0, _SJF, 0, [_n, _v, _o], [0, 64 | 0, 0]];
|
|
438
|
-
export var SearchJobsRequest = [
|
|
436
|
+
export var SearchDevicesResponse$ = [3, n0, _SDRe, 0, [_de, _nT], [() => DeviceSummaryList, 0]];
|
|
437
|
+
export var SearchJobsFilter$ = [3, n0, _SJF, 0, [_n, _v, _o], [0, 64 | 0, 0]];
|
|
438
|
+
export var SearchJobsRequest$ = [
|
|
439
439
|
3,
|
|
440
440
|
n0,
|
|
441
441
|
_SJR,
|
|
@@ -443,9 +443,9 @@ export var SearchJobsRequest = [
|
|
|
443
443
|
[_nT, _mR, _f],
|
|
444
444
|
[0, 1, () => SearchJobsFilterList],
|
|
445
445
|
];
|
|
446
|
-
export var SearchJobsResponse = [3, n0, _SJRe, 0, [_j, _nT], [() => JobSummaryList, 0]];
|
|
447
|
-
export var SearchQuantumTasksFilter = [3, n0, _SQTF, 0, [_n, _v, _o], [0, 64 | 0, 0]];
|
|
448
|
-
export var SearchQuantumTasksRequest = [
|
|
446
|
+
export var SearchJobsResponse$ = [3, n0, _SJRe, 0, [_j, _nT], [() => JobSummaryList, 0]];
|
|
447
|
+
export var SearchQuantumTasksFilter$ = [3, n0, _SQTF, 0, [_n, _v, _o], [0, 64 | 0, 0]];
|
|
448
|
+
export var SearchQuantumTasksRequest$ = [
|
|
449
449
|
3,
|
|
450
450
|
n0,
|
|
451
451
|
_SQTR,
|
|
@@ -453,7 +453,7 @@ export var SearchQuantumTasksRequest = [
|
|
|
453
453
|
[_nT, _mR, _f],
|
|
454
454
|
[0, 1, () => SearchQuantumTasksFilterList],
|
|
455
455
|
];
|
|
456
|
-
export var SearchQuantumTasksResponse = [
|
|
456
|
+
export var SearchQuantumTasksResponse$ = [
|
|
457
457
|
3,
|
|
458
458
|
n0,
|
|
459
459
|
_SQTRe,
|
|
@@ -461,8 +461,8 @@ export var SearchQuantumTasksResponse = [
|
|
|
461
461
|
[_qT, _nT],
|
|
462
462
|
[() => QuantumTaskSummaryList, 0],
|
|
463
463
|
];
|
|
464
|
-
export var SearchSpendingLimitsFilter = [3, n0, _SSLF, 0, [_n, _v, _o], [0, 64 | 0, 0]];
|
|
465
|
-
export var SearchSpendingLimitsRequest = [
|
|
464
|
+
export var SearchSpendingLimitsFilter$ = [3, n0, _SSLF, 0, [_n, _v, _o], [0, 64 | 0, 0]];
|
|
465
|
+
export var SearchSpendingLimitsRequest$ = [
|
|
466
466
|
3,
|
|
467
467
|
n0,
|
|
468
468
|
_SSLR,
|
|
@@ -470,7 +470,7 @@ export var SearchSpendingLimitsRequest = [
|
|
|
470
470
|
[_nT, _mR, _f],
|
|
471
471
|
[0, 1, () => SearchSpendingLimitsFilterList],
|
|
472
472
|
];
|
|
473
|
-
export var SearchSpendingLimitsResponse = [
|
|
473
|
+
export var SearchSpendingLimitsResponse$ = [
|
|
474
474
|
3,
|
|
475
475
|
n0,
|
|
476
476
|
_SSLRe,
|
|
@@ -478,22 +478,22 @@ export var SearchSpendingLimitsResponse = [
|
|
|
478
478
|
[_sLp, _nT],
|
|
479
479
|
[() => SpendingLimitSummaryList, 0],
|
|
480
480
|
];
|
|
481
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
482
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
483
|
-
export var SpendingLimitSummary = [
|
|
481
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
482
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
483
|
+
export var SpendingLimitSummary$ = [
|
|
484
484
|
3,
|
|
485
485
|
n0,
|
|
486
486
|
_SLS,
|
|
487
487
|
0,
|
|
488
488
|
[_sLA, _dA, _tP, _sL, _qSu, _tS, _cA, _uA, _ta],
|
|
489
|
-
[0, 0, () => TimePeriod
|
|
490
|
-
];
|
|
491
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
|
|
492
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
493
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
494
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
495
|
-
export var TimePeriod = [3, n0, _TP, 0, [_sAt, _eAn], [7, 7]];
|
|
496
|
-
export var UntagResourceRequest = [
|
|
489
|
+
[0, 0, () => TimePeriod$, 0, 0, 0, 5, 5, 128 | 0],
|
|
490
|
+
];
|
|
491
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
|
|
492
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
493
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
494
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
495
|
+
export var TimePeriod$ = [3, n0, _TP, 0, [_sAt, _eAn], [7, 7]];
|
|
496
|
+
export var UntagResourceRequest$ = [
|
|
497
497
|
3,
|
|
498
498
|
n0,
|
|
499
499
|
_URR,
|
|
@@ -504,17 +504,17 @@ export var UntagResourceRequest = [
|
|
|
504
504
|
[64 | 0, { [_hQ]: _tK }],
|
|
505
505
|
],
|
|
506
506
|
];
|
|
507
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
508
|
-
export var UpdateSpendingLimitRequest = [
|
|
507
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
508
|
+
export var UpdateSpendingLimitRequest$ = [
|
|
509
509
|
3,
|
|
510
510
|
n0,
|
|
511
511
|
_USLR,
|
|
512
512
|
0,
|
|
513
513
|
[_sLA, _cT, _sL, _tP],
|
|
514
|
-
[[0, 1], [0, 4], 0, () => TimePeriod],
|
|
514
|
+
[[0, 1], [0, 4], 0, () => TimePeriod$],
|
|
515
515
|
];
|
|
516
|
-
export var UpdateSpendingLimitResponse = [3, n0, _USLRp, 0, [], []];
|
|
517
|
-
export var ValidationException = [
|
|
516
|
+
export var UpdateSpendingLimitResponse$ = [3, n0, _USLRp, 0, [], []];
|
|
517
|
+
export var ValidationException$ = [
|
|
518
518
|
-3,
|
|
519
519
|
n0,
|
|
520
520
|
_VE,
|
|
@@ -522,163 +522,163 @@ export var ValidationException = [
|
|
|
522
522
|
[_m, _r, _pSVF],
|
|
523
523
|
[0, 0, () => ProgramSetValidationFailuresList],
|
|
524
524
|
];
|
|
525
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
526
|
-
export var BraketServiceException = [-3, _sm, "BraketServiceException", 0, [], []];
|
|
527
|
-
TypeRegistry.for(_sm).registerError(BraketServiceException
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
export var ExperimentalCapabilities = [3, n0, _EC, 0, [_en], [0]];
|
|
549
|
-
export var CancelJob = [
|
|
525
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
526
|
+
export var BraketServiceException$ = [-3, _sm, "BraketServiceException", 0, [], []];
|
|
527
|
+
TypeRegistry.for(_sm).registerError(BraketServiceException$, BraketServiceException);
|
|
528
|
+
var Associations = [1, n0, _As, 0, () => Association$];
|
|
529
|
+
var DeviceQueueInfoList = [1, n0, _DQIL, 0, () => DeviceQueueInfo$];
|
|
530
|
+
var DeviceSummaryList = [1, n0, _DSL, 0, () => DeviceSummary$];
|
|
531
|
+
var HybridJobAdditionalAttributeNamesList = 64 | 0;
|
|
532
|
+
var InputConfigList = [1, n0, _ICL, 0, () => InputFileConfig$];
|
|
533
|
+
var JobEvents = [1, n0, _JE, 0, () => JobEventDetails$];
|
|
534
|
+
var JobSummaryList = [1, n0, _JSL, 0, () => JobSummary$];
|
|
535
|
+
var ProgramSetValidationFailuresList = [1, n0, _PSVFL, 0, () => ProgramSetValidationFailure$];
|
|
536
|
+
var ProgramValidationFailuresList = 64 | 0;
|
|
537
|
+
var QuantumTaskAdditionalAttributeNamesList = 64 | 0;
|
|
538
|
+
var QuantumTaskSummaryList = [1, n0, _QTSL, 0, () => QuantumTaskSummary$];
|
|
539
|
+
var SearchDevicesFilterList = [1, n0, _SDFL, 0, () => SearchDevicesFilter$];
|
|
540
|
+
var SearchJobsFilterList = [1, n0, _SJFL, 0, () => SearchJobsFilter$];
|
|
541
|
+
var SearchQuantumTasksFilterList = [1, n0, _SQTFL, 0, () => SearchQuantumTasksFilter$];
|
|
542
|
+
var SearchSpendingLimitsFilterList = [1, n0, _SSLFL, 0, () => SearchSpendingLimitsFilter$];
|
|
543
|
+
var SpendingLimitSummaryList = [1, n0, _SLSL, 0, () => SpendingLimitSummary$];
|
|
544
|
+
var String256List = 64 | 0;
|
|
545
|
+
var TagKeys = 64 | 0;
|
|
546
|
+
var HyperParameters = 128 | 0;
|
|
547
|
+
var TagsMap = 128 | 0;
|
|
548
|
+
export var ExperimentalCapabilities$ = [3, n0, _EC, 0, [_en], [0]];
|
|
549
|
+
export var CancelJob$ = [
|
|
550
550
|
9,
|
|
551
551
|
n0,
|
|
552
552
|
_CJ,
|
|
553
553
|
{ [_h]: ["PUT", "/job/{jobArn}/cancel", 200] },
|
|
554
|
-
() => CancelJobRequest
|
|
555
|
-
() => CancelJobResponse
|
|
554
|
+
() => CancelJobRequest$,
|
|
555
|
+
() => CancelJobResponse$,
|
|
556
556
|
];
|
|
557
|
-
export var CancelQuantumTask = [
|
|
557
|
+
export var CancelQuantumTask$ = [
|
|
558
558
|
9,
|
|
559
559
|
n0,
|
|
560
560
|
_CQT,
|
|
561
561
|
{ [_h]: ["PUT", "/quantum-task/{quantumTaskArn}/cancel", 200] },
|
|
562
|
-
() => CancelQuantumTaskRequest
|
|
563
|
-
() => CancelQuantumTaskResponse
|
|
562
|
+
() => CancelQuantumTaskRequest$,
|
|
563
|
+
() => CancelQuantumTaskResponse$,
|
|
564
564
|
];
|
|
565
|
-
export var CreateJob = [
|
|
565
|
+
export var CreateJob$ = [
|
|
566
566
|
9,
|
|
567
567
|
n0,
|
|
568
568
|
_CJr,
|
|
569
569
|
{ [_h]: ["POST", "/job", 201] },
|
|
570
|
-
() => CreateJobRequest
|
|
571
|
-
() => CreateJobResponse
|
|
570
|
+
() => CreateJobRequest$,
|
|
571
|
+
() => CreateJobResponse$,
|
|
572
572
|
];
|
|
573
|
-
export var CreateQuantumTask = [
|
|
573
|
+
export var CreateQuantumTask$ = [
|
|
574
574
|
9,
|
|
575
575
|
n0,
|
|
576
576
|
_CQTr,
|
|
577
577
|
{ [_h]: ["POST", "/quantum-task", 201] },
|
|
578
|
-
() => CreateQuantumTaskRequest
|
|
579
|
-
() => CreateQuantumTaskResponse
|
|
578
|
+
() => CreateQuantumTaskRequest$,
|
|
579
|
+
() => CreateQuantumTaskResponse$,
|
|
580
580
|
];
|
|
581
|
-
export var CreateSpendingLimit = [
|
|
581
|
+
export var CreateSpendingLimit$ = [
|
|
582
582
|
9,
|
|
583
583
|
n0,
|
|
584
584
|
_CSL,
|
|
585
585
|
{ [_h]: ["POST", "/spending-limit", 201] },
|
|
586
|
-
() => CreateSpendingLimitRequest
|
|
587
|
-
() => CreateSpendingLimitResponse
|
|
586
|
+
() => CreateSpendingLimitRequest$,
|
|
587
|
+
() => CreateSpendingLimitResponse$,
|
|
588
588
|
];
|
|
589
|
-
export var DeleteSpendingLimit = [
|
|
589
|
+
export var DeleteSpendingLimit$ = [
|
|
590
590
|
9,
|
|
591
591
|
n0,
|
|
592
592
|
_DSLe,
|
|
593
593
|
{ [_h]: ["DELETE", "/spending-limit/{spendingLimitArn}/delete", 200] },
|
|
594
|
-
() => DeleteSpendingLimitRequest
|
|
595
|
-
() => DeleteSpendingLimitResponse
|
|
594
|
+
() => DeleteSpendingLimitRequest$,
|
|
595
|
+
() => DeleteSpendingLimitResponse$,
|
|
596
596
|
];
|
|
597
|
-
export var GetDevice = [
|
|
597
|
+
export var GetDevice$ = [
|
|
598
598
|
9,
|
|
599
599
|
n0,
|
|
600
600
|
_GD,
|
|
601
601
|
{ [_h]: ["GET", "/device/{deviceArn}", 200] },
|
|
602
|
-
() => GetDeviceRequest
|
|
603
|
-
() => GetDeviceResponse
|
|
602
|
+
() => GetDeviceRequest$,
|
|
603
|
+
() => GetDeviceResponse$,
|
|
604
604
|
];
|
|
605
|
-
export var GetJob = [
|
|
605
|
+
export var GetJob$ = [
|
|
606
606
|
9,
|
|
607
607
|
n0,
|
|
608
608
|
_GJ,
|
|
609
609
|
{ [_h]: ["GET", "/job/{jobArn}", 200] },
|
|
610
|
-
() => GetJobRequest
|
|
611
|
-
() => GetJobResponse
|
|
610
|
+
() => GetJobRequest$,
|
|
611
|
+
() => GetJobResponse$,
|
|
612
612
|
];
|
|
613
|
-
export var GetQuantumTask = [
|
|
613
|
+
export var GetQuantumTask$ = [
|
|
614
614
|
9,
|
|
615
615
|
n0,
|
|
616
616
|
_GQT,
|
|
617
617
|
{ [_h]: ["GET", "/quantum-task/{quantumTaskArn}", 200] },
|
|
618
|
-
() => GetQuantumTaskRequest
|
|
619
|
-
() => GetQuantumTaskResponse
|
|
618
|
+
() => GetQuantumTaskRequest$,
|
|
619
|
+
() => GetQuantumTaskResponse$,
|
|
620
620
|
];
|
|
621
|
-
export var ListTagsForResource = [
|
|
621
|
+
export var ListTagsForResource$ = [
|
|
622
622
|
9,
|
|
623
623
|
n0,
|
|
624
624
|
_LTFR,
|
|
625
625
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
626
|
-
() => ListTagsForResourceRequest
|
|
627
|
-
() => ListTagsForResourceResponse
|
|
626
|
+
() => ListTagsForResourceRequest$,
|
|
627
|
+
() => ListTagsForResourceResponse$,
|
|
628
628
|
];
|
|
629
|
-
export var SearchDevices = [
|
|
629
|
+
export var SearchDevices$ = [
|
|
630
630
|
9,
|
|
631
631
|
n0,
|
|
632
632
|
_SD,
|
|
633
633
|
{ [_h]: ["POST", "/devices", 200] },
|
|
634
|
-
() => SearchDevicesRequest
|
|
635
|
-
() => SearchDevicesResponse
|
|
634
|
+
() => SearchDevicesRequest$,
|
|
635
|
+
() => SearchDevicesResponse$,
|
|
636
636
|
];
|
|
637
|
-
export var SearchJobs = [
|
|
637
|
+
export var SearchJobs$ = [
|
|
638
638
|
9,
|
|
639
639
|
n0,
|
|
640
640
|
_SJ,
|
|
641
641
|
{ [_h]: ["POST", "/jobs", 200] },
|
|
642
|
-
() => SearchJobsRequest
|
|
643
|
-
() => SearchJobsResponse
|
|
642
|
+
() => SearchJobsRequest$,
|
|
643
|
+
() => SearchJobsResponse$,
|
|
644
644
|
];
|
|
645
|
-
export var SearchQuantumTasks = [
|
|
645
|
+
export var SearchQuantumTasks$ = [
|
|
646
646
|
9,
|
|
647
647
|
n0,
|
|
648
648
|
_SQT,
|
|
649
649
|
{ [_h]: ["POST", "/quantum-tasks", 200] },
|
|
650
|
-
() => SearchQuantumTasksRequest
|
|
651
|
-
() => SearchQuantumTasksResponse
|
|
650
|
+
() => SearchQuantumTasksRequest$,
|
|
651
|
+
() => SearchQuantumTasksResponse$,
|
|
652
652
|
];
|
|
653
|
-
export var SearchSpendingLimits = [
|
|
653
|
+
export var SearchSpendingLimits$ = [
|
|
654
654
|
9,
|
|
655
655
|
n0,
|
|
656
656
|
_SSL,
|
|
657
657
|
{ [_h]: ["POST", "/spending-limits", 200] },
|
|
658
|
-
() => SearchSpendingLimitsRequest
|
|
659
|
-
() => SearchSpendingLimitsResponse
|
|
658
|
+
() => SearchSpendingLimitsRequest$,
|
|
659
|
+
() => SearchSpendingLimitsResponse$,
|
|
660
660
|
];
|
|
661
|
-
export var TagResource = [
|
|
661
|
+
export var TagResource$ = [
|
|
662
662
|
9,
|
|
663
663
|
n0,
|
|
664
664
|
_TR,
|
|
665
665
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
666
|
-
() => TagResourceRequest
|
|
667
|
-
() => TagResourceResponse
|
|
666
|
+
() => TagResourceRequest$,
|
|
667
|
+
() => TagResourceResponse$,
|
|
668
668
|
];
|
|
669
|
-
export var UntagResource = [
|
|
669
|
+
export var UntagResource$ = [
|
|
670
670
|
9,
|
|
671
671
|
n0,
|
|
672
672
|
_UR,
|
|
673
673
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
674
|
-
() => UntagResourceRequest
|
|
675
|
-
() => UntagResourceResponse
|
|
674
|
+
() => UntagResourceRequest$,
|
|
675
|
+
() => UntagResourceResponse$,
|
|
676
676
|
];
|
|
677
|
-
export var UpdateSpendingLimit = [
|
|
677
|
+
export var UpdateSpendingLimit$ = [
|
|
678
678
|
9,
|
|
679
679
|
n0,
|
|
680
680
|
_USL,
|
|
681
681
|
{ [_h]: ["PATCH", "/spending-limit/{spendingLimitArn}/update", 200] },
|
|
682
|
-
() => UpdateSpendingLimitRequest
|
|
683
|
-
() => UpdateSpendingLimitResponse
|
|
682
|
+
() => UpdateSpendingLimitRequest$,
|
|
683
|
+
() => UpdateSpendingLimitResponse$,
|
|
684
684
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
11
11
|
import { CancelQuantumTaskCommandInput, CancelQuantumTaskCommandOutput } from "./commands/CancelQuantumTaskCommand";
|
|
@@ -158,15 +158,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
158
158
|
* Optional extensions
|
|
159
159
|
*/
|
|
160
160
|
extensions?: RuntimeExtension[];
|
|
161
|
-
/**
|
|
162
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
163
|
-
* may be overridden. A default will always be set by the client.
|
|
164
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
165
|
-
* the client.
|
|
166
|
-
* @alpha
|
|
167
|
-
*
|
|
168
|
-
*/
|
|
169
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
170
161
|
/**
|
|
171
162
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
172
163
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { BraketExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export * from "./schemas/schemas_0";
|
|
12
13
|
export * from "./pagination";
|
|
13
14
|
export * from "./models/enums";
|
|
14
15
|
export * from "./models/errors";
|