@aws-sdk/client-braket 3.943.0 → 3.946.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 +30 -170
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/BraketClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +30 -170
- package/dist-types/Braket.d.ts +1 -1
- package/dist-types/BraketClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CancelJobCommand.d.ts +3 -3
- package/dist-types/commands/CancelQuantumTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateQuantumTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateSpendingLimitCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSpendingLimitCommand.d.ts +3 -3
- package/dist-types/commands/GetDeviceCommand.d.ts +3 -3
- package/dist-types/commands/GetJobCommand.d.ts +3 -3
- package/dist-types/commands/GetQuantumTaskCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/SearchDevicesCommand.d.ts +3 -3
- package/dist-types/commands/SearchJobsCommand.d.ts +3 -3
- package/dist-types/commands/SearchQuantumTasksCommand.d.ts +3 -3
- package/dist-types/commands/SearchSpendingLimitsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSpendingLimitCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/BraketServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/SearchDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchQuantumTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchSpendingLimitsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/BraketClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BraketServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -211,26 +211,8 @@ const n0 = "com.amazonaws.braket";
|
|
|
211
211
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
212
212
|
import { BraketServiceException as __BraketServiceException } from "../models/BraketServiceException";
|
|
213
213
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, DeviceOfflineException as __DeviceOfflineException, DeviceRetiredException as __DeviceRetiredException, InternalServiceException as __InternalServiceException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
214
|
-
export var JsonValue = [
|
|
215
|
-
|
|
216
|
-
n0,
|
|
217
|
-
_JV,
|
|
218
|
-
{
|
|
219
|
-
[_mT]: _a,
|
|
220
|
-
},
|
|
221
|
-
0,
|
|
222
|
-
];
|
|
223
|
-
export var AccessDeniedException = [
|
|
224
|
-
-3,
|
|
225
|
-
n0,
|
|
226
|
-
_ADE,
|
|
227
|
-
{
|
|
228
|
-
[_e]: _c,
|
|
229
|
-
[_hE]: 403,
|
|
230
|
-
},
|
|
231
|
-
[_m],
|
|
232
|
-
[0],
|
|
233
|
-
];
|
|
214
|
+
export var JsonValue = [0, n0, _JV, { [_mT]: _a }, 0];
|
|
215
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
234
216
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
235
217
|
export var ActionMetadata = [3, n0, _AM, 0, [_aT, _pC, _eC], [0, 1, 1]];
|
|
236
218
|
export var AlgorithmSpecification = [
|
|
@@ -256,17 +238,7 @@ export var CancelQuantumTaskRequest = [
|
|
|
256
238
|
],
|
|
257
239
|
];
|
|
258
240
|
export var CancelQuantumTaskResponse = [3, n0, _CQTRa, 0, [_qTA, _cS], [0, 0]];
|
|
259
|
-
export var ConflictException = [
|
|
260
|
-
-3,
|
|
261
|
-
n0,
|
|
262
|
-
_CE,
|
|
263
|
-
{
|
|
264
|
-
[_e]: _c,
|
|
265
|
-
[_hE]: 409,
|
|
266
|
-
},
|
|
267
|
-
[_m],
|
|
268
|
-
[0],
|
|
269
|
-
];
|
|
241
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
270
242
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
271
243
|
export var ContainerImage = [3, n0, _CI, 0, [_u], [0]];
|
|
272
244
|
export var CreateJobRequest = [
|
|
@@ -326,30 +298,10 @@ export var DataSource = [3, n0, _DS, 0, [_sDS], [() => S3DataSource]];
|
|
|
326
298
|
export var DeleteSpendingLimitRequest = [3, n0, _DSLR, 0, [_sLA], [[0, 1]]];
|
|
327
299
|
export var DeleteSpendingLimitResponse = [3, n0, _DSLRe, 0, [], []];
|
|
328
300
|
export var DeviceConfig = [3, n0, _DC, 0, [_d], [0]];
|
|
329
|
-
export var DeviceOfflineException = [
|
|
330
|
-
-3,
|
|
331
|
-
n0,
|
|
332
|
-
_DOE,
|
|
333
|
-
{
|
|
334
|
-
[_e]: _c,
|
|
335
|
-
[_hE]: 424,
|
|
336
|
-
},
|
|
337
|
-
[_m],
|
|
338
|
-
[0],
|
|
339
|
-
];
|
|
301
|
+
export var DeviceOfflineException = [-3, n0, _DOE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
|
|
340
302
|
TypeRegistry.for(n0).registerError(DeviceOfflineException, __DeviceOfflineException);
|
|
341
303
|
export var DeviceQueueInfo = [3, n0, _DQI, 0, [_q, _qS, _qP], [0, 0, 0]];
|
|
342
|
-
export var DeviceRetiredException = [
|
|
343
|
-
-3,
|
|
344
|
-
n0,
|
|
345
|
-
_DRE,
|
|
346
|
-
{
|
|
347
|
-
[_e]: _c,
|
|
348
|
-
[_hE]: 410,
|
|
349
|
-
},
|
|
350
|
-
[_m],
|
|
351
|
-
[0],
|
|
352
|
-
];
|
|
304
|
+
export var DeviceRetiredException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 410 }, [_m], [0]];
|
|
353
305
|
TypeRegistry.for(n0).registerError(DeviceRetiredException, __DeviceRetiredException);
|
|
354
306
|
export var DeviceSummary = [3, n0, _DSe, 0, [_dA, _dN, _pN, _dT, _dS], [0, 0, 0, 0, 0]];
|
|
355
307
|
export var GetDeviceRequest = [3, n0, _GDR, 0, [_dA], [[0, 1]]];
|
|
@@ -369,12 +321,7 @@ export var GetJobRequest = [
|
|
|
369
321
|
[_jA, _aAN],
|
|
370
322
|
[
|
|
371
323
|
[0, 1],
|
|
372
|
-
[
|
|
373
|
-
64 | 0,
|
|
374
|
-
{
|
|
375
|
-
[_hQ]: _aAN,
|
|
376
|
-
},
|
|
377
|
-
],
|
|
324
|
+
[64 | 0, { [_hQ]: _aAN }],
|
|
378
325
|
],
|
|
379
326
|
];
|
|
380
327
|
export var GetJobResponse = [
|
|
@@ -415,12 +362,7 @@ export var GetQuantumTaskRequest = [
|
|
|
415
362
|
[_qTA, _aAN],
|
|
416
363
|
[
|
|
417
364
|
[0, 1],
|
|
418
|
-
[
|
|
419
|
-
64 | 0,
|
|
420
|
-
{
|
|
421
|
-
[_hQ]: _aAN,
|
|
422
|
-
},
|
|
423
|
-
],
|
|
365
|
+
[64 | 0, { [_hQ]: _aAN }],
|
|
424
366
|
],
|
|
425
367
|
];
|
|
426
368
|
export var GetQuantumTaskResponse = [
|
|
@@ -452,17 +394,7 @@ export var GetQuantumTaskResponse = [
|
|
|
452
394
|
export var HybridJobQueueInfo = [3, n0, _HJQI, 0, [_q, _p, _m], [0, 0, 0]];
|
|
453
395
|
export var InputFileConfig = [3, n0, _IFC, 0, [_cN, _cTo, _dSa], [0, 0, () => DataSource]];
|
|
454
396
|
export var InstanceConfig = [3, n0, _IC, 0, [_iT, _vSIG, _iCn], [0, 1, 1]];
|
|
455
|
-
export var InternalServiceException = [
|
|
456
|
-
-3,
|
|
457
|
-
n0,
|
|
458
|
-
_ISE,
|
|
459
|
-
{
|
|
460
|
-
[_e]: _se,
|
|
461
|
-
[_hE]: 500,
|
|
462
|
-
},
|
|
463
|
-
[_m],
|
|
464
|
-
[0],
|
|
465
|
-
];
|
|
397
|
+
export var InternalServiceException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
466
398
|
TypeRegistry.for(n0).registerError(InternalServiceException, __InternalServiceException);
|
|
467
399
|
export var JobCheckpointConfig = [3, n0, _JCC, 0, [_lP, _sU], [0, 0]];
|
|
468
400
|
export var JobEventDetails = [3, n0, _JED, 0, [_eT, _tOE, _m], [0, 5, 0]];
|
|
@@ -488,17 +420,7 @@ export var QuantumTaskSummary = [
|
|
|
488
420
|
[_qTA, _st, _dA, _s, _oSB, _oSD, _cA, _eA, _ta],
|
|
489
421
|
[0, 0, 0, 1, 0, 0, 5, 5, 128 | 0],
|
|
490
422
|
];
|
|
491
|
-
export var ResourceNotFoundException = [
|
|
492
|
-
-3,
|
|
493
|
-
n0,
|
|
494
|
-
_RNFE,
|
|
495
|
-
{
|
|
496
|
-
[_e]: _c,
|
|
497
|
-
[_hE]: 404,
|
|
498
|
-
},
|
|
499
|
-
[_m],
|
|
500
|
-
[0],
|
|
501
|
-
];
|
|
423
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
502
424
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
503
425
|
export var S3DataSource = [3, n0, _SDS, 0, [_sU], [0]];
|
|
504
426
|
export var ScriptModeConfig = [3, n0, _SMC, 0, [_eP, _sU, _cTom], [0, 0, 0]];
|
|
@@ -556,17 +478,7 @@ export var SearchSpendingLimitsResponse = [
|
|
|
556
478
|
[_sLp, _nT],
|
|
557
479
|
[() => SpendingLimitSummaryList, 0],
|
|
558
480
|
];
|
|
559
|
-
export var ServiceQuotaExceededException = [
|
|
560
|
-
-3,
|
|
561
|
-
n0,
|
|
562
|
-
_SQEE,
|
|
563
|
-
{
|
|
564
|
-
[_e]: _c,
|
|
565
|
-
[_hE]: 402,
|
|
566
|
-
},
|
|
567
|
-
[_m],
|
|
568
|
-
[0],
|
|
569
|
-
];
|
|
481
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
570
482
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
571
483
|
export var SpendingLimitSummary = [
|
|
572
484
|
3,
|
|
@@ -578,17 +490,7 @@ export var SpendingLimitSummary = [
|
|
|
578
490
|
];
|
|
579
491
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
|
|
580
492
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
581
|
-
export var ThrottlingException = [
|
|
582
|
-
-3,
|
|
583
|
-
n0,
|
|
584
|
-
_TE,
|
|
585
|
-
{
|
|
586
|
-
[_e]: _c,
|
|
587
|
-
[_hE]: 429,
|
|
588
|
-
},
|
|
589
|
-
[_m],
|
|
590
|
-
[0],
|
|
591
|
-
];
|
|
493
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
592
494
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
593
495
|
export var TimePeriod = [3, n0, _TP, 0, [_sAt, _eAn], [7, 7]];
|
|
594
496
|
export var UntagResourceRequest = [
|
|
@@ -599,12 +501,7 @@ export var UntagResourceRequest = [
|
|
|
599
501
|
[_rAe, _tK],
|
|
600
502
|
[
|
|
601
503
|
[0, 1],
|
|
602
|
-
[
|
|
603
|
-
64 | 0,
|
|
604
|
-
{
|
|
605
|
-
[_hQ]: _tK,
|
|
606
|
-
},
|
|
607
|
-
],
|
|
504
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
608
505
|
],
|
|
609
506
|
];
|
|
610
507
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -621,10 +518,7 @@ export var ValidationException = [
|
|
|
621
518
|
-3,
|
|
622
519
|
n0,
|
|
623
520
|
_VE,
|
|
624
|
-
{
|
|
625
|
-
[_e]: _c,
|
|
626
|
-
[_hE]: 400,
|
|
627
|
-
},
|
|
521
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
628
522
|
[_m, _r, _pSVF],
|
|
629
523
|
[0, 0, () => ProgramSetValidationFailuresList],
|
|
630
524
|
];
|
|
@@ -656,9 +550,7 @@ export var CancelJob = [
|
|
|
656
550
|
9,
|
|
657
551
|
n0,
|
|
658
552
|
_CJ,
|
|
659
|
-
{
|
|
660
|
-
[_h]: ["PUT", "/job/{jobArn}/cancel", 200],
|
|
661
|
-
},
|
|
553
|
+
{ [_h]: ["PUT", "/job/{jobArn}/cancel", 200] },
|
|
662
554
|
() => CancelJobRequest,
|
|
663
555
|
() => CancelJobResponse,
|
|
664
556
|
];
|
|
@@ -666,9 +558,7 @@ export var CancelQuantumTask = [
|
|
|
666
558
|
9,
|
|
667
559
|
n0,
|
|
668
560
|
_CQT,
|
|
669
|
-
{
|
|
670
|
-
[_h]: ["PUT", "/quantum-task/{quantumTaskArn}/cancel", 200],
|
|
671
|
-
},
|
|
561
|
+
{ [_h]: ["PUT", "/quantum-task/{quantumTaskArn}/cancel", 200] },
|
|
672
562
|
() => CancelQuantumTaskRequest,
|
|
673
563
|
() => CancelQuantumTaskResponse,
|
|
674
564
|
];
|
|
@@ -676,9 +566,7 @@ export var CreateJob = [
|
|
|
676
566
|
9,
|
|
677
567
|
n0,
|
|
678
568
|
_CJr,
|
|
679
|
-
{
|
|
680
|
-
[_h]: ["POST", "/job", 201],
|
|
681
|
-
},
|
|
569
|
+
{ [_h]: ["POST", "/job", 201] },
|
|
682
570
|
() => CreateJobRequest,
|
|
683
571
|
() => CreateJobResponse,
|
|
684
572
|
];
|
|
@@ -686,9 +574,7 @@ export var CreateQuantumTask = [
|
|
|
686
574
|
9,
|
|
687
575
|
n0,
|
|
688
576
|
_CQTr,
|
|
689
|
-
{
|
|
690
|
-
[_h]: ["POST", "/quantum-task", 201],
|
|
691
|
-
},
|
|
577
|
+
{ [_h]: ["POST", "/quantum-task", 201] },
|
|
692
578
|
() => CreateQuantumTaskRequest,
|
|
693
579
|
() => CreateQuantumTaskResponse,
|
|
694
580
|
];
|
|
@@ -696,9 +582,7 @@ export var CreateSpendingLimit = [
|
|
|
696
582
|
9,
|
|
697
583
|
n0,
|
|
698
584
|
_CSL,
|
|
699
|
-
{
|
|
700
|
-
[_h]: ["POST", "/spending-limit", 201],
|
|
701
|
-
},
|
|
585
|
+
{ [_h]: ["POST", "/spending-limit", 201] },
|
|
702
586
|
() => CreateSpendingLimitRequest,
|
|
703
587
|
() => CreateSpendingLimitResponse,
|
|
704
588
|
];
|
|
@@ -706,9 +590,7 @@ export var DeleteSpendingLimit = [
|
|
|
706
590
|
9,
|
|
707
591
|
n0,
|
|
708
592
|
_DSLe,
|
|
709
|
-
{
|
|
710
|
-
[_h]: ["DELETE", "/spending-limit/{spendingLimitArn}/delete", 200],
|
|
711
|
-
},
|
|
593
|
+
{ [_h]: ["DELETE", "/spending-limit/{spendingLimitArn}/delete", 200] },
|
|
712
594
|
() => DeleteSpendingLimitRequest,
|
|
713
595
|
() => DeleteSpendingLimitResponse,
|
|
714
596
|
];
|
|
@@ -716,9 +598,7 @@ export var GetDevice = [
|
|
|
716
598
|
9,
|
|
717
599
|
n0,
|
|
718
600
|
_GD,
|
|
719
|
-
{
|
|
720
|
-
[_h]: ["GET", "/device/{deviceArn}", 200],
|
|
721
|
-
},
|
|
601
|
+
{ [_h]: ["GET", "/device/{deviceArn}", 200] },
|
|
722
602
|
() => GetDeviceRequest,
|
|
723
603
|
() => GetDeviceResponse,
|
|
724
604
|
];
|
|
@@ -726,9 +606,7 @@ export var GetJob = [
|
|
|
726
606
|
9,
|
|
727
607
|
n0,
|
|
728
608
|
_GJ,
|
|
729
|
-
{
|
|
730
|
-
[_h]: ["GET", "/job/{jobArn}", 200],
|
|
731
|
-
},
|
|
609
|
+
{ [_h]: ["GET", "/job/{jobArn}", 200] },
|
|
732
610
|
() => GetJobRequest,
|
|
733
611
|
() => GetJobResponse,
|
|
734
612
|
];
|
|
@@ -736,9 +614,7 @@ export var GetQuantumTask = [
|
|
|
736
614
|
9,
|
|
737
615
|
n0,
|
|
738
616
|
_GQT,
|
|
739
|
-
{
|
|
740
|
-
[_h]: ["GET", "/quantum-task/{quantumTaskArn}", 200],
|
|
741
|
-
},
|
|
617
|
+
{ [_h]: ["GET", "/quantum-task/{quantumTaskArn}", 200] },
|
|
742
618
|
() => GetQuantumTaskRequest,
|
|
743
619
|
() => GetQuantumTaskResponse,
|
|
744
620
|
];
|
|
@@ -746,9 +622,7 @@ export var ListTagsForResource = [
|
|
|
746
622
|
9,
|
|
747
623
|
n0,
|
|
748
624
|
_LTFR,
|
|
749
|
-
{
|
|
750
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
751
|
-
},
|
|
625
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
752
626
|
() => ListTagsForResourceRequest,
|
|
753
627
|
() => ListTagsForResourceResponse,
|
|
754
628
|
];
|
|
@@ -756,9 +630,7 @@ export var SearchDevices = [
|
|
|
756
630
|
9,
|
|
757
631
|
n0,
|
|
758
632
|
_SD,
|
|
759
|
-
{
|
|
760
|
-
[_h]: ["POST", "/devices", 200],
|
|
761
|
-
},
|
|
633
|
+
{ [_h]: ["POST", "/devices", 200] },
|
|
762
634
|
() => SearchDevicesRequest,
|
|
763
635
|
() => SearchDevicesResponse,
|
|
764
636
|
];
|
|
@@ -766,9 +638,7 @@ export var SearchJobs = [
|
|
|
766
638
|
9,
|
|
767
639
|
n0,
|
|
768
640
|
_SJ,
|
|
769
|
-
{
|
|
770
|
-
[_h]: ["POST", "/jobs", 200],
|
|
771
|
-
},
|
|
641
|
+
{ [_h]: ["POST", "/jobs", 200] },
|
|
772
642
|
() => SearchJobsRequest,
|
|
773
643
|
() => SearchJobsResponse,
|
|
774
644
|
];
|
|
@@ -776,9 +646,7 @@ export var SearchQuantumTasks = [
|
|
|
776
646
|
9,
|
|
777
647
|
n0,
|
|
778
648
|
_SQT,
|
|
779
|
-
{
|
|
780
|
-
[_h]: ["POST", "/quantum-tasks", 200],
|
|
781
|
-
},
|
|
649
|
+
{ [_h]: ["POST", "/quantum-tasks", 200] },
|
|
782
650
|
() => SearchQuantumTasksRequest,
|
|
783
651
|
() => SearchQuantumTasksResponse,
|
|
784
652
|
];
|
|
@@ -786,9 +654,7 @@ export var SearchSpendingLimits = [
|
|
|
786
654
|
9,
|
|
787
655
|
n0,
|
|
788
656
|
_SSL,
|
|
789
|
-
{
|
|
790
|
-
[_h]: ["POST", "/spending-limits", 200],
|
|
791
|
-
},
|
|
657
|
+
{ [_h]: ["POST", "/spending-limits", 200] },
|
|
792
658
|
() => SearchSpendingLimitsRequest,
|
|
793
659
|
() => SearchSpendingLimitsResponse,
|
|
794
660
|
];
|
|
@@ -796,9 +662,7 @@ export var TagResource = [
|
|
|
796
662
|
9,
|
|
797
663
|
n0,
|
|
798
664
|
_TR,
|
|
799
|
-
{
|
|
800
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
801
|
-
},
|
|
665
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
802
666
|
() => TagResourceRequest,
|
|
803
667
|
() => TagResourceResponse,
|
|
804
668
|
];
|
|
@@ -806,9 +670,7 @@ export var UntagResource = [
|
|
|
806
670
|
9,
|
|
807
671
|
n0,
|
|
808
672
|
_UR,
|
|
809
|
-
{
|
|
810
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
811
|
-
},
|
|
673
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
812
674
|
() => UntagResourceRequest,
|
|
813
675
|
() => UntagResourceResponse,
|
|
814
676
|
];
|
|
@@ -816,9 +678,7 @@ export var UpdateSpendingLimit = [
|
|
|
816
678
|
9,
|
|
817
679
|
n0,
|
|
818
680
|
_USL,
|
|
819
|
-
{
|
|
820
|
-
[_h]: ["PATCH", "/spending-limit/{spendingLimitArn}/update", 200],
|
|
821
|
-
},
|
|
681
|
+
{ [_h]: ["PATCH", "/spending-limit/{spendingLimitArn}/update", 200] },
|
|
822
682
|
() => UpdateSpendingLimitRequest,
|
|
823
683
|
() => UpdateSpendingLimitResponse,
|
|
824
684
|
];
|
package/dist-types/Braket.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { BraketClient } from "./BraketClient";
|
|
3
3
|
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
4
4
|
import { CancelQuantumTaskCommandInput, CancelQuantumTaskCommandOutput } from "./commands/CancelQuantumTaskCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, 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
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
11
11
|
import { CancelQuantumTaskCommandInput, CancelQuantumTaskCommandOutput } from "./commands/CancelQuantumTaskCommand";
|
|
12
12
|
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
@@ -25,7 +25,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
25
25
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
26
26
|
import { UpdateSpendingLimitCommandInput, UpdateSpendingLimitCommandOutput } from "./commands/UpdateSpendingLimitCommand";
|
|
27
27
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
28
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
28
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
29
29
|
export { __Client };
|
|
30
30
|
/**
|
|
31
31
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { BraketHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { BraketHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig } from "../BraketClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type BraketClientResolvedConfig } from "../BraketClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { CancelJobRequest, CancelJobResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { CancelJobRequest, CancelJobResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { CancelQuantumTaskRequest, CancelQuantumTaskResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { CancelQuantumTaskRequest, CancelQuantumTaskResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { CreateQuantumTaskRequest, CreateQuantumTaskResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { CreateQuantumTaskRequest, CreateQuantumTaskResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { CreateSpendingLimitRequest, CreateSpendingLimitResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { CreateSpendingLimitRequest, CreateSpendingLimitResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { DeleteSpendingLimitRequest, DeleteSpendingLimitResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { DeleteSpendingLimitRequest, DeleteSpendingLimitResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { GetQuantumTaskRequest, GetQuantumTaskResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { GetQuantumTaskRequest, GetQuantumTaskResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { SearchDevicesRequest, SearchDevicesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { SearchDevicesRequest, SearchDevicesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { SearchJobsRequest, SearchJobsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { SearchJobsRequest, SearchJobsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { SearchQuantumTasksRequest, SearchQuantumTasksResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { SearchQuantumTasksRequest, SearchQuantumTasksResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { SearchSpendingLimitsRequest, SearchSpendingLimitsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { SearchSpendingLimitsRequest, SearchSpendingLimitsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
-
import { UpdateSpendingLimitRequest, UpdateSpendingLimitResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BraketClient";
|
|
4
|
+
import type { UpdateSpendingLimitRequest, UpdateSpendingLimitResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|