@aws-sdk/client-braket 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +95 -115
- package/dist-cjs/models/BraketServiceException.js +4 -8
- package/dist-cjs/models/errors.js +19 -31
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +199 -131
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QuantumTaskSummary$ = exports.QuantumTaskQueueInfo$ = exports.ProgramSetValidationFailure$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.JobSummary$ = exports.JobStoppingCondition$ = exports.JobOutputDataConfig$ = exports.JobEventDetails$ = exports.JobCheckpointConfig$ = exports.InstanceConfig$ = exports.InputFileConfig$ = exports.HybridJobQueueInfo$ = exports.GetQuantumTaskResponse$ = exports.GetQuantumTaskRequest$ = exports.GetJobResponse$ = exports.GetJobRequest$ = exports.GetDeviceResponse$ = exports.GetDeviceRequest$ = exports.DeviceSummary$ = exports.DeviceQueueInfo$ = exports.DeviceConfig$ = exports.DeleteSpendingLimitResponse$ = exports.DeleteSpendingLimitRequest$ = exports.DataSource$ = exports.CreateSpendingLimitResponse$ = exports.CreateSpendingLimitRequest$ = exports.CreateQuantumTaskResponse$ = exports.CreateQuantumTaskRequest$ = exports.CreateJobResponse$ = exports.CreateJobRequest$ = exports.ContainerImage$ = exports.CancelQuantumTaskResponse$ = exports.CancelQuantumTaskRequest$ = exports.CancelJobResponse$ = exports.CancelJobRequest$ = exports.Association$ = exports.AlgorithmSpecification$ = exports.ActionMetadata$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServiceException$ = exports.DeviceRetiredException$ = exports.DeviceOfflineException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BraketServiceException$ = void 0;
|
|
4
|
-
exports.UpdateSpendingLimit$ = exports.UntagResource$ = exports.TagResource$ = exports.SearchSpendingLimits$ = exports.SearchQuantumTasks$ = exports.SearchJobs$ = exports.SearchDevices$ = exports.ListTagsForResource$ = exports.GetQuantumTask$ = exports.GetJob$ = exports.GetDevice$ = exports.DeleteSpendingLimit$ = exports.CreateSpendingLimit$ = exports.CreateQuantumTask$ = exports.CreateJob$ = exports.CancelQuantumTask$ = exports.CancelJob$ = exports.ExperimentalCapabilities$ = exports.UpdateSpendingLimitResponse$ = exports.UpdateSpendingLimitRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TimePeriod$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SpendingLimitSummary$ = exports.SearchSpendingLimitsResponse$ = exports.SearchSpendingLimitsRequest$ = exports.SearchSpendingLimitsFilter$ = exports.SearchQuantumTasksResponse$ = exports.SearchQuantumTasksRequest$ = exports.SearchQuantumTasksFilter$ = exports.SearchJobsResponse$ = exports.SearchJobsRequest$ = exports.SearchJobsFilter$ = exports.SearchDevicesResponse$ = exports.SearchDevicesRequest$ = exports.SearchDevicesFilter$ = exports.ScriptModeConfig$ = exports.S3DataSource$ = void 0;
|
|
5
1
|
const _A = "Association";
|
|
6
2
|
const _ADE = "AccessDeniedException";
|
|
7
3
|
const _AM = "ActionMetadata";
|
|
@@ -212,476 +208,548 @@ const _uA = "updatedAt";
|
|
|
212
208
|
const _v = "values";
|
|
213
209
|
const _vSIG = "volumeSizeInGb";
|
|
214
210
|
const n0 = "com.amazonaws.braket";
|
|
215
|
-
const
|
|
216
|
-
const
|
|
217
|
-
const
|
|
218
|
-
const _s_registry =
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
211
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
212
|
+
const { BraketServiceException } = require("../models/BraketServiceException");
|
|
213
|
+
const { AccessDeniedException, ConflictException, DeviceOfflineException, DeviceRetiredException, InternalServiceException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
214
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
215
|
+
const BraketServiceException$ = [-3, _s, "BraketServiceException", 0, [], []];
|
|
216
|
+
exports.BraketServiceException$ = BraketServiceException$;
|
|
217
|
+
_s_registry.registerError(BraketServiceException$, BraketServiceException);
|
|
218
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
219
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
223
220
|
{ [_e]: _c, [_hE]: 403 },
|
|
224
221
|
[_m],
|
|
225
222
|
[0]
|
|
226
223
|
];
|
|
227
|
-
|
|
228
|
-
|
|
224
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
225
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
226
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
229
227
|
{ [_e]: _c, [_hE]: 409 },
|
|
230
228
|
[_m],
|
|
231
229
|
[0]
|
|
232
230
|
];
|
|
233
|
-
|
|
234
|
-
|
|
231
|
+
exports.ConflictException$ = ConflictException$;
|
|
232
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
233
|
+
const DeviceOfflineException$ = [-3, n0, _DOE,
|
|
235
234
|
{ [_e]: _c, [_hE]: 424 },
|
|
236
235
|
[_m],
|
|
237
236
|
[0]
|
|
238
237
|
];
|
|
239
|
-
|
|
240
|
-
|
|
238
|
+
exports.DeviceOfflineException$ = DeviceOfflineException$;
|
|
239
|
+
n0_registry.registerError(DeviceOfflineException$, DeviceOfflineException);
|
|
240
|
+
const DeviceRetiredException$ = [-3, n0, _DRE,
|
|
241
241
|
{ [_e]: _c, [_hE]: 410 },
|
|
242
242
|
[_m],
|
|
243
243
|
[0]
|
|
244
244
|
];
|
|
245
|
-
|
|
246
|
-
|
|
245
|
+
exports.DeviceRetiredException$ = DeviceRetiredException$;
|
|
246
|
+
n0_registry.registerError(DeviceRetiredException$, DeviceRetiredException);
|
|
247
|
+
const InternalServiceException$ = [-3, n0, _ISE,
|
|
247
248
|
{ [_e]: _se, [_hE]: 500 },
|
|
248
249
|
[_m],
|
|
249
250
|
[0]
|
|
250
251
|
];
|
|
251
|
-
|
|
252
|
-
|
|
252
|
+
exports.InternalServiceException$ = InternalServiceException$;
|
|
253
|
+
n0_registry.registerError(InternalServiceException$, InternalServiceException);
|
|
254
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
253
255
|
{ [_e]: _c, [_hE]: 404 },
|
|
254
256
|
[_m],
|
|
255
257
|
[0]
|
|
256
258
|
];
|
|
257
|
-
|
|
258
|
-
|
|
259
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
260
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
261
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
259
262
|
{ [_e]: _c, [_hE]: 402 },
|
|
260
263
|
[_m],
|
|
261
264
|
[0]
|
|
262
265
|
];
|
|
263
|
-
|
|
264
|
-
|
|
266
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
267
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
268
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
265
269
|
{ [_e]: _c, [_hE]: 429 },
|
|
266
270
|
[_m],
|
|
267
271
|
[0]
|
|
268
272
|
];
|
|
269
|
-
|
|
270
|
-
|
|
273
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
274
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
275
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
271
276
|
{ [_e]: _c, [_hE]: 400 },
|
|
272
277
|
[_m, _r, _pSVF],
|
|
273
278
|
[0, 0, () => ProgramSetValidationFailuresList]
|
|
274
279
|
];
|
|
275
|
-
|
|
280
|
+
exports.ValidationException$ = ValidationException$;
|
|
281
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
276
282
|
exports.errorTypeRegistries = [
|
|
277
283
|
_s_registry,
|
|
278
284
|
n0_registry,
|
|
279
285
|
];
|
|
280
286
|
var JsonValue = [0, n0, _JV, { [_mT]: _a }, 0];
|
|
281
|
-
|
|
287
|
+
const ActionMetadata$ = [3, n0, _AM,
|
|
282
288
|
0,
|
|
283
289
|
[_aT, _pC, _eC],
|
|
284
290
|
[0, 1, 1], 1
|
|
285
291
|
];
|
|
286
|
-
exports.
|
|
292
|
+
exports.ActionMetadata$ = ActionMetadata$;
|
|
293
|
+
const AlgorithmSpecification$ = [3, n0, _AS,
|
|
287
294
|
0,
|
|
288
295
|
[_sMC, _cI],
|
|
289
|
-
[() =>
|
|
296
|
+
[() => ScriptModeConfig$, () => ContainerImage$]
|
|
290
297
|
];
|
|
291
|
-
exports.
|
|
298
|
+
exports.AlgorithmSpecification$ = AlgorithmSpecification$;
|
|
299
|
+
const Association$ = [3, n0, _A,
|
|
292
300
|
0,
|
|
293
301
|
[_ar, _t],
|
|
294
302
|
[0, 0], 2
|
|
295
303
|
];
|
|
296
|
-
exports.
|
|
304
|
+
exports.Association$ = Association$;
|
|
305
|
+
const CancelJobRequest$ = [3, n0, _CJR,
|
|
297
306
|
0,
|
|
298
307
|
[_jA],
|
|
299
308
|
[[0, 1]], 1
|
|
300
309
|
];
|
|
301
|
-
exports.
|
|
310
|
+
exports.CancelJobRequest$ = CancelJobRequest$;
|
|
311
|
+
const CancelJobResponse$ = [3, n0, _CJRa,
|
|
302
312
|
0,
|
|
303
313
|
[_jA, _cS],
|
|
304
314
|
[0, 0], 2
|
|
305
315
|
];
|
|
306
|
-
exports.
|
|
316
|
+
exports.CancelJobResponse$ = CancelJobResponse$;
|
|
317
|
+
const CancelQuantumTaskRequest$ = [3, n0, _CQTR,
|
|
307
318
|
0,
|
|
308
319
|
[_qTA, _cT],
|
|
309
320
|
[[0, 1], [0, 4]], 1
|
|
310
321
|
];
|
|
311
|
-
exports.
|
|
322
|
+
exports.CancelQuantumTaskRequest$ = CancelQuantumTaskRequest$;
|
|
323
|
+
const CancelQuantumTaskResponse$ = [3, n0, _CQTRa,
|
|
312
324
|
0,
|
|
313
325
|
[_qTA, _cS],
|
|
314
326
|
[0, 0], 2
|
|
315
327
|
];
|
|
316
|
-
exports.
|
|
328
|
+
exports.CancelQuantumTaskResponse$ = CancelQuantumTaskResponse$;
|
|
329
|
+
const ContainerImage$ = [3, n0, _CI,
|
|
317
330
|
0,
|
|
318
331
|
[_u],
|
|
319
332
|
[0], 1
|
|
320
333
|
];
|
|
321
|
-
exports.
|
|
334
|
+
exports.ContainerImage$ = ContainerImage$;
|
|
335
|
+
const CreateJobRequest$ = [3, n0, _CJRr,
|
|
322
336
|
0,
|
|
323
337
|
[_aS, _oDC, _jN, _rA, _iC, _dC, _cT, _iDC, _cC, _sC, _hP, _ta, _as],
|
|
324
|
-
[() =>
|
|
338
|
+
[() => AlgorithmSpecification$, () => JobOutputDataConfig$, 0, 0, () => InstanceConfig$, () => DeviceConfig$, [0, 4], () => InputConfigList, () => JobCheckpointConfig$, () => JobStoppingCondition$, 128 | 0, 128 | 0, () => Associations], 6
|
|
325
339
|
];
|
|
326
|
-
exports.
|
|
340
|
+
exports.CreateJobRequest$ = CreateJobRequest$;
|
|
341
|
+
const CreateJobResponse$ = [3, n0, _CJRre,
|
|
327
342
|
0,
|
|
328
343
|
[_jA],
|
|
329
344
|
[0], 1
|
|
330
345
|
];
|
|
331
|
-
exports.
|
|
346
|
+
exports.CreateJobResponse$ = CreateJobResponse$;
|
|
347
|
+
const CreateQuantumTaskRequest$ = [3, n0, _CQTRr,
|
|
332
348
|
0,
|
|
333
349
|
[_dA, _sh, _oSB, _oSKP, _ac, _cT, _dP, _ta, _jT, _as, _eCx],
|
|
334
|
-
[0, 1, 0, 0, [() => JsonValue, 0], [0, 4], [() => JsonValue, 0], 128 | 0, 0, () => Associations, () =>
|
|
350
|
+
[0, 1, 0, 0, [() => JsonValue, 0], [0, 4], [() => JsonValue, 0], 128 | 0, 0, () => Associations, () => ExperimentalCapabilities$], 5
|
|
335
351
|
];
|
|
336
|
-
exports.
|
|
352
|
+
exports.CreateQuantumTaskRequest$ = CreateQuantumTaskRequest$;
|
|
353
|
+
const CreateQuantumTaskResponse$ = [3, n0, _CQTRre,
|
|
337
354
|
0,
|
|
338
355
|
[_qTA],
|
|
339
356
|
[0], 1
|
|
340
357
|
];
|
|
341
|
-
exports.
|
|
358
|
+
exports.CreateQuantumTaskResponse$ = CreateQuantumTaskResponse$;
|
|
359
|
+
const CreateSpendingLimitRequest$ = [3, n0, _CSLR,
|
|
342
360
|
0,
|
|
343
361
|
[_dA, _sL, _cT, _tP, _ta],
|
|
344
|
-
[0, 0, [0, 4], () =>
|
|
362
|
+
[0, 0, [0, 4], () => TimePeriod$, 128 | 0], 2
|
|
345
363
|
];
|
|
346
|
-
exports.
|
|
364
|
+
exports.CreateSpendingLimitRequest$ = CreateSpendingLimitRequest$;
|
|
365
|
+
const CreateSpendingLimitResponse$ = [3, n0, _CSLRr,
|
|
347
366
|
0,
|
|
348
367
|
[_sLA],
|
|
349
368
|
[0], 1
|
|
350
369
|
];
|
|
351
|
-
exports.
|
|
370
|
+
exports.CreateSpendingLimitResponse$ = CreateSpendingLimitResponse$;
|
|
371
|
+
const DataSource$ = [3, n0, _DS,
|
|
352
372
|
0,
|
|
353
373
|
[_sDS],
|
|
354
|
-
[() =>
|
|
374
|
+
[() => S3DataSource$], 1
|
|
355
375
|
];
|
|
356
|
-
exports.
|
|
376
|
+
exports.DataSource$ = DataSource$;
|
|
377
|
+
const DeleteSpendingLimitRequest$ = [3, n0, _DSLR,
|
|
357
378
|
0,
|
|
358
379
|
[_sLA],
|
|
359
380
|
[[0, 1]], 1
|
|
360
381
|
];
|
|
361
|
-
exports.
|
|
382
|
+
exports.DeleteSpendingLimitRequest$ = DeleteSpendingLimitRequest$;
|
|
383
|
+
const DeleteSpendingLimitResponse$ = [3, n0, _DSLRe,
|
|
362
384
|
0,
|
|
363
385
|
[],
|
|
364
386
|
[]
|
|
365
387
|
];
|
|
366
|
-
exports.
|
|
388
|
+
exports.DeleteSpendingLimitResponse$ = DeleteSpendingLimitResponse$;
|
|
389
|
+
const DeviceConfig$ = [3, n0, _DC,
|
|
367
390
|
0,
|
|
368
391
|
[_d],
|
|
369
392
|
[0], 1
|
|
370
393
|
];
|
|
371
|
-
exports.
|
|
394
|
+
exports.DeviceConfig$ = DeviceConfig$;
|
|
395
|
+
const DeviceQueueInfo$ = [3, n0, _DQI,
|
|
372
396
|
0,
|
|
373
397
|
[_q, _qS, _qP],
|
|
374
398
|
[0, 0, 0], 2
|
|
375
399
|
];
|
|
376
|
-
exports.
|
|
400
|
+
exports.DeviceQueueInfo$ = DeviceQueueInfo$;
|
|
401
|
+
const DeviceSummary$ = [3, n0, _DSe,
|
|
377
402
|
0,
|
|
378
403
|
[_dA, _dN, _pN, _dT, _dS],
|
|
379
404
|
[0, 0, 0, 0, 0], 5
|
|
380
405
|
];
|
|
381
|
-
exports.
|
|
406
|
+
exports.DeviceSummary$ = DeviceSummary$;
|
|
407
|
+
const GetDeviceRequest$ = [3, n0, _GDR,
|
|
382
408
|
0,
|
|
383
409
|
[_dA],
|
|
384
410
|
[[0, 1]], 1
|
|
385
411
|
];
|
|
386
|
-
exports.
|
|
412
|
+
exports.GetDeviceRequest$ = GetDeviceRequest$;
|
|
413
|
+
const GetDeviceResponse$ = [3, n0, _GDRe,
|
|
387
414
|
0,
|
|
388
415
|
[_dA, _dN, _pN, _dT, _dS, _dCe, _dQI],
|
|
389
416
|
[0, 0, 0, 0, 0, [() => JsonValue, 0], () => DeviceQueueInfoList], 6
|
|
390
417
|
];
|
|
391
|
-
exports.
|
|
418
|
+
exports.GetDeviceResponse$ = GetDeviceResponse$;
|
|
419
|
+
const GetJobRequest$ = [3, n0, _GJR,
|
|
392
420
|
0,
|
|
393
421
|
[_jA, _aAN],
|
|
394
422
|
[[0, 1], [64 | 0, { [_hQ]: _aAN }]], 1
|
|
395
423
|
];
|
|
396
|
-
exports.
|
|
424
|
+
exports.GetJobRequest$ = GetJobRequest$;
|
|
425
|
+
const GetJobResponse$ = [3, n0, _GJRe,
|
|
397
426
|
0,
|
|
398
427
|
[_st, _jA, _rA, _jN, _oDC, _aS, _iC, _cA, _fR, _hP, _iDC, _sC, _cC, _sA, _eA, _bD, _dC, _ev, _ta, _qI, _as],
|
|
399
|
-
[0, 0, 0, 0, () =>
|
|
428
|
+
[0, 0, 0, 0, () => JobOutputDataConfig$, () => AlgorithmSpecification$, () => InstanceConfig$, 5, 0, 128 | 0, () => InputConfigList, () => JobStoppingCondition$, () => JobCheckpointConfig$, 5, 5, 1, () => DeviceConfig$, () => JobEvents, 128 | 0, () => HybridJobQueueInfo$, () => Associations], 8
|
|
400
429
|
];
|
|
401
|
-
exports.
|
|
430
|
+
exports.GetJobResponse$ = GetJobResponse$;
|
|
431
|
+
const GetQuantumTaskRequest$ = [3, n0, _GQTR,
|
|
402
432
|
0,
|
|
403
433
|
[_qTA, _aAN],
|
|
404
434
|
[[0, 1], [64 | 0, { [_hQ]: _aAN }]], 1
|
|
405
435
|
];
|
|
406
|
-
exports.
|
|
436
|
+
exports.GetQuantumTaskRequest$ = GetQuantumTaskRequest$;
|
|
437
|
+
const GetQuantumTaskResponse$ = [3, n0, _GQTRe,
|
|
407
438
|
0,
|
|
408
439
|
[_qTA, _st, _dA, _dP, _sh, _oSB, _oSD, _cA, _fR, _eA, _ta, _jA, _qI, _as, _nSS, _aM, _eCx],
|
|
409
|
-
[0, 0, 0, [() => JsonValue, 0], 1, 0, 0, 5, 0, 5, 128 | 0, 0, () =>
|
|
440
|
+
[0, 0, 0, [() => JsonValue, 0], 1, 0, 0, 5, 0, 5, 128 | 0, 0, () => QuantumTaskQueueInfo$, () => Associations, 1, () => ActionMetadata$, () => ExperimentalCapabilities$], 8
|
|
410
441
|
];
|
|
411
|
-
exports.
|
|
442
|
+
exports.GetQuantumTaskResponse$ = GetQuantumTaskResponse$;
|
|
443
|
+
const HybridJobQueueInfo$ = [3, n0, _HJQI,
|
|
412
444
|
0,
|
|
413
445
|
[_q, _p, _m],
|
|
414
446
|
[0, 0, 0], 2
|
|
415
447
|
];
|
|
416
|
-
exports.
|
|
448
|
+
exports.HybridJobQueueInfo$ = HybridJobQueueInfo$;
|
|
449
|
+
const InputFileConfig$ = [3, n0, _IFC,
|
|
417
450
|
0,
|
|
418
451
|
[_cN, _dSa, _cTo],
|
|
419
|
-
[0, () =>
|
|
452
|
+
[0, () => DataSource$, 0], 2
|
|
420
453
|
];
|
|
421
|
-
exports.
|
|
454
|
+
exports.InputFileConfig$ = InputFileConfig$;
|
|
455
|
+
const InstanceConfig$ = [3, n0, _IC,
|
|
422
456
|
0,
|
|
423
457
|
[_iT, _vSIG, _iCn],
|
|
424
458
|
[0, 1, 1], 2
|
|
425
459
|
];
|
|
426
|
-
exports.
|
|
460
|
+
exports.InstanceConfig$ = InstanceConfig$;
|
|
461
|
+
const JobCheckpointConfig$ = [3, n0, _JCC,
|
|
427
462
|
0,
|
|
428
463
|
[_sU, _lP],
|
|
429
464
|
[0, 0], 1
|
|
430
465
|
];
|
|
431
|
-
exports.
|
|
466
|
+
exports.JobCheckpointConfig$ = JobCheckpointConfig$;
|
|
467
|
+
const JobEventDetails$ = [3, n0, _JED,
|
|
432
468
|
0,
|
|
433
469
|
[_eT, _tOE, _m],
|
|
434
470
|
[0, 5, 0]
|
|
435
471
|
];
|
|
436
|
-
exports.
|
|
472
|
+
exports.JobEventDetails$ = JobEventDetails$;
|
|
473
|
+
const JobOutputDataConfig$ = [3, n0, _JODC,
|
|
437
474
|
0,
|
|
438
475
|
[_sP, _kKI],
|
|
439
476
|
[0, 0], 1
|
|
440
477
|
];
|
|
441
|
-
exports.
|
|
478
|
+
exports.JobOutputDataConfig$ = JobOutputDataConfig$;
|
|
479
|
+
const JobStoppingCondition$ = [3, n0, _JSC,
|
|
442
480
|
0,
|
|
443
481
|
[_mRIS],
|
|
444
482
|
[1]
|
|
445
483
|
];
|
|
446
|
-
exports.
|
|
484
|
+
exports.JobStoppingCondition$ = JobStoppingCondition$;
|
|
485
|
+
const JobSummary$ = [3, n0, _JS,
|
|
447
486
|
0,
|
|
448
487
|
[_st, _jA, _jN, _d, _cA, _sA, _eA, _ta],
|
|
449
488
|
[0, 0, 0, 0, 5, 5, 5, 128 | 0], 5
|
|
450
489
|
];
|
|
451
|
-
exports.
|
|
490
|
+
exports.JobSummary$ = JobSummary$;
|
|
491
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
452
492
|
0,
|
|
453
493
|
[_rAe],
|
|
454
494
|
[[0, 1]], 1
|
|
455
495
|
];
|
|
456
|
-
exports.
|
|
496
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
497
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
457
498
|
0,
|
|
458
499
|
[_ta],
|
|
459
500
|
[128 | 0]
|
|
460
501
|
];
|
|
461
|
-
exports.
|
|
502
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
503
|
+
const ProgramSetValidationFailure$ = [3, n0, _PSVF,
|
|
462
504
|
0,
|
|
463
505
|
[_pI, _iI, _er],
|
|
464
506
|
[1, 1, 64 | 0], 1
|
|
465
507
|
];
|
|
466
|
-
exports.
|
|
508
|
+
exports.ProgramSetValidationFailure$ = ProgramSetValidationFailure$;
|
|
509
|
+
const QuantumTaskQueueInfo$ = [3, n0, _QTQI,
|
|
467
510
|
0,
|
|
468
511
|
[_q, _p, _qP, _m],
|
|
469
512
|
[0, 0, 0, 0], 2
|
|
470
513
|
];
|
|
471
|
-
exports.
|
|
514
|
+
exports.QuantumTaskQueueInfo$ = QuantumTaskQueueInfo$;
|
|
515
|
+
const QuantumTaskSummary$ = [3, n0, _QTS,
|
|
472
516
|
0,
|
|
473
517
|
[_qTA, _st, _dA, _sh, _oSB, _oSD, _cA, _eA, _ta],
|
|
474
518
|
[0, 0, 0, 1, 0, 0, 5, 5, 128 | 0], 7
|
|
475
519
|
];
|
|
476
|
-
exports.
|
|
520
|
+
exports.QuantumTaskSummary$ = QuantumTaskSummary$;
|
|
521
|
+
const S3DataSource$ = [3, n0, _SDS,
|
|
477
522
|
0,
|
|
478
523
|
[_sU],
|
|
479
524
|
[0], 1
|
|
480
525
|
];
|
|
481
|
-
exports.
|
|
526
|
+
exports.S3DataSource$ = S3DataSource$;
|
|
527
|
+
const ScriptModeConfig$ = [3, n0, _SMC,
|
|
482
528
|
0,
|
|
483
529
|
[_eP, _sU, _cTom],
|
|
484
530
|
[0, 0, 0], 2
|
|
485
531
|
];
|
|
486
|
-
exports.
|
|
532
|
+
exports.ScriptModeConfig$ = ScriptModeConfig$;
|
|
533
|
+
const SearchDevicesFilter$ = [3, n0, _SDF,
|
|
487
534
|
0,
|
|
488
535
|
[_n, _v],
|
|
489
536
|
[0, 64 | 0], 2
|
|
490
537
|
];
|
|
491
|
-
exports.
|
|
538
|
+
exports.SearchDevicesFilter$ = SearchDevicesFilter$;
|
|
539
|
+
const SearchDevicesRequest$ = [3, n0, _SDR,
|
|
492
540
|
0,
|
|
493
541
|
[_f, _nT, _mR],
|
|
494
542
|
[() => SearchDevicesFilterList, 0, 1], 1
|
|
495
543
|
];
|
|
496
|
-
exports.
|
|
544
|
+
exports.SearchDevicesRequest$ = SearchDevicesRequest$;
|
|
545
|
+
const SearchDevicesResponse$ = [3, n0, _SDRe,
|
|
497
546
|
0,
|
|
498
547
|
[_de, _nT],
|
|
499
548
|
[() => DeviceSummaryList, 0], 1
|
|
500
549
|
];
|
|
501
|
-
exports.
|
|
550
|
+
exports.SearchDevicesResponse$ = SearchDevicesResponse$;
|
|
551
|
+
const SearchJobsFilter$ = [3, n0, _SJF,
|
|
502
552
|
0,
|
|
503
553
|
[_n, _v, _o],
|
|
504
554
|
[0, 64 | 0, 0], 3
|
|
505
555
|
];
|
|
506
|
-
exports.
|
|
556
|
+
exports.SearchJobsFilter$ = SearchJobsFilter$;
|
|
557
|
+
const SearchJobsRequest$ = [3, n0, _SJR,
|
|
507
558
|
0,
|
|
508
559
|
[_f, _nT, _mR],
|
|
509
560
|
[() => SearchJobsFilterList, 0, 1], 1
|
|
510
561
|
];
|
|
511
|
-
exports.
|
|
562
|
+
exports.SearchJobsRequest$ = SearchJobsRequest$;
|
|
563
|
+
const SearchJobsResponse$ = [3, n0, _SJRe,
|
|
512
564
|
0,
|
|
513
565
|
[_j, _nT],
|
|
514
566
|
[() => JobSummaryList, 0], 1
|
|
515
567
|
];
|
|
516
|
-
exports.
|
|
568
|
+
exports.SearchJobsResponse$ = SearchJobsResponse$;
|
|
569
|
+
const SearchQuantumTasksFilter$ = [3, n0, _SQTF,
|
|
517
570
|
0,
|
|
518
571
|
[_n, _v, _o],
|
|
519
572
|
[0, 64 | 0, 0], 3
|
|
520
573
|
];
|
|
521
|
-
exports.
|
|
574
|
+
exports.SearchQuantumTasksFilter$ = SearchQuantumTasksFilter$;
|
|
575
|
+
const SearchQuantumTasksRequest$ = [3, n0, _SQTR,
|
|
522
576
|
0,
|
|
523
577
|
[_f, _nT, _mR],
|
|
524
578
|
[() => SearchQuantumTasksFilterList, 0, 1], 1
|
|
525
579
|
];
|
|
526
|
-
exports.
|
|
580
|
+
exports.SearchQuantumTasksRequest$ = SearchQuantumTasksRequest$;
|
|
581
|
+
const SearchQuantumTasksResponse$ = [3, n0, _SQTRe,
|
|
527
582
|
0,
|
|
528
583
|
[_qT, _nT],
|
|
529
584
|
[() => QuantumTaskSummaryList, 0], 1
|
|
530
585
|
];
|
|
531
|
-
exports.
|
|
586
|
+
exports.SearchQuantumTasksResponse$ = SearchQuantumTasksResponse$;
|
|
587
|
+
const SearchSpendingLimitsFilter$ = [3, n0, _SSLF,
|
|
532
588
|
0,
|
|
533
589
|
[_n, _v, _o],
|
|
534
590
|
[0, 64 | 0, 0], 3
|
|
535
591
|
];
|
|
536
|
-
exports.
|
|
592
|
+
exports.SearchSpendingLimitsFilter$ = SearchSpendingLimitsFilter$;
|
|
593
|
+
const SearchSpendingLimitsRequest$ = [3, n0, _SSLR,
|
|
537
594
|
0,
|
|
538
595
|
[_nT, _mR, _f],
|
|
539
596
|
[0, 1, () => SearchSpendingLimitsFilterList]
|
|
540
597
|
];
|
|
541
|
-
exports.
|
|
598
|
+
exports.SearchSpendingLimitsRequest$ = SearchSpendingLimitsRequest$;
|
|
599
|
+
const SearchSpendingLimitsResponse$ = [3, n0, _SSLRe,
|
|
542
600
|
0,
|
|
543
601
|
[_sLp, _nT],
|
|
544
602
|
[() => SpendingLimitSummaryList, 0], 1
|
|
545
603
|
];
|
|
546
|
-
exports.
|
|
604
|
+
exports.SearchSpendingLimitsResponse$ = SearchSpendingLimitsResponse$;
|
|
605
|
+
const SpendingLimitSummary$ = [3, n0, _SLS,
|
|
547
606
|
0,
|
|
548
607
|
[_sLA, _dA, _tP, _sL, _qSu, _tS, _cA, _uA, _ta],
|
|
549
|
-
[0, 0, () =>
|
|
608
|
+
[0, 0, () => TimePeriod$, 0, 0, 0, 5, 5, 128 | 0], 8
|
|
550
609
|
];
|
|
551
|
-
exports.
|
|
610
|
+
exports.SpendingLimitSummary$ = SpendingLimitSummary$;
|
|
611
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
552
612
|
0,
|
|
553
613
|
[_rAe, _ta],
|
|
554
614
|
[[0, 1], 128 | 0], 2
|
|
555
615
|
];
|
|
556
|
-
exports.
|
|
616
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
617
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
557
618
|
0,
|
|
558
619
|
[],
|
|
559
620
|
[]
|
|
560
621
|
];
|
|
561
|
-
exports.
|
|
622
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
623
|
+
const TimePeriod$ = [3, n0, _TP,
|
|
562
624
|
0,
|
|
563
625
|
[_sAt, _eAn],
|
|
564
626
|
[7, 7], 2
|
|
565
627
|
];
|
|
566
|
-
exports.
|
|
628
|
+
exports.TimePeriod$ = TimePeriod$;
|
|
629
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
567
630
|
0,
|
|
568
631
|
[_rAe, _tK],
|
|
569
632
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
570
633
|
];
|
|
571
|
-
exports.
|
|
634
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
635
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
572
636
|
0,
|
|
573
637
|
[],
|
|
574
638
|
[]
|
|
575
639
|
];
|
|
576
|
-
exports.
|
|
640
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
641
|
+
const UpdateSpendingLimitRequest$ = [3, n0, _USLR,
|
|
577
642
|
0,
|
|
578
643
|
[_sLA, _cT, _sL, _tP],
|
|
579
|
-
[[0, 1], [0, 4], 0, () =>
|
|
644
|
+
[[0, 1], [0, 4], 0, () => TimePeriod$], 1
|
|
580
645
|
];
|
|
581
|
-
exports.
|
|
646
|
+
exports.UpdateSpendingLimitRequest$ = UpdateSpendingLimitRequest$;
|
|
647
|
+
const UpdateSpendingLimitResponse$ = [3, n0, _USLRp,
|
|
582
648
|
0,
|
|
583
649
|
[],
|
|
584
650
|
[]
|
|
585
651
|
];
|
|
652
|
+
exports.UpdateSpendingLimitResponse$ = UpdateSpendingLimitResponse$;
|
|
586
653
|
var Associations = [1, n0, _As,
|
|
587
|
-
0, () =>
|
|
654
|
+
0, () => Association$
|
|
588
655
|
];
|
|
589
656
|
var DeviceQueueInfoList = [1, n0, _DQIL,
|
|
590
|
-
0, () =>
|
|
657
|
+
0, () => DeviceQueueInfo$
|
|
591
658
|
];
|
|
592
659
|
var DeviceSummaryList = [1, n0, _DSL,
|
|
593
|
-
0, () =>
|
|
660
|
+
0, () => DeviceSummary$
|
|
594
661
|
];
|
|
595
662
|
var HybridJobAdditionalAttributeNamesList = 64 | 0;
|
|
596
663
|
var InputConfigList = [1, n0, _ICL,
|
|
597
|
-
0, () =>
|
|
664
|
+
0, () => InputFileConfig$
|
|
598
665
|
];
|
|
599
666
|
var JobEvents = [1, n0, _JE,
|
|
600
|
-
0, () =>
|
|
667
|
+
0, () => JobEventDetails$
|
|
601
668
|
];
|
|
602
669
|
var JobSummaryList = [1, n0, _JSL,
|
|
603
|
-
0, () =>
|
|
670
|
+
0, () => JobSummary$
|
|
604
671
|
];
|
|
605
672
|
var ProgramSetValidationFailuresList = [1, n0, _PSVFL,
|
|
606
|
-
0, () =>
|
|
673
|
+
0, () => ProgramSetValidationFailure$
|
|
607
674
|
];
|
|
608
675
|
var ProgramValidationFailuresList = 64 | 0;
|
|
609
676
|
var QuantumTaskAdditionalAttributeNamesList = 64 | 0;
|
|
610
677
|
var QuantumTaskSummaryList = [1, n0, _QTSL,
|
|
611
|
-
0, () =>
|
|
678
|
+
0, () => QuantumTaskSummary$
|
|
612
679
|
];
|
|
613
680
|
var SearchDevicesFilterList = [1, n0, _SDFL,
|
|
614
|
-
0, () =>
|
|
681
|
+
0, () => SearchDevicesFilter$
|
|
615
682
|
];
|
|
616
683
|
var SearchJobsFilterList = [1, n0, _SJFL,
|
|
617
|
-
0, () =>
|
|
684
|
+
0, () => SearchJobsFilter$
|
|
618
685
|
];
|
|
619
686
|
var SearchQuantumTasksFilterList = [1, n0, _SQTFL,
|
|
620
|
-
0, () =>
|
|
687
|
+
0, () => SearchQuantumTasksFilter$
|
|
621
688
|
];
|
|
622
689
|
var SearchSpendingLimitsFilterList = [1, n0, _SSLFL,
|
|
623
|
-
0, () =>
|
|
690
|
+
0, () => SearchSpendingLimitsFilter$
|
|
624
691
|
];
|
|
625
692
|
var SpendingLimitSummaryList = [1, n0, _SLSL,
|
|
626
|
-
0, () =>
|
|
693
|
+
0, () => SpendingLimitSummary$
|
|
627
694
|
];
|
|
628
695
|
var String256List = 64 | 0;
|
|
629
696
|
var TagKeys = 64 | 0;
|
|
630
697
|
var HyperParameters = 128 | 0;
|
|
631
698
|
var TagsMap = 128 | 0;
|
|
632
|
-
|
|
699
|
+
const ExperimentalCapabilities$ = [4, n0, _EC,
|
|
633
700
|
0,
|
|
634
701
|
[_en],
|
|
635
702
|
[0]
|
|
636
703
|
];
|
|
704
|
+
exports.ExperimentalCapabilities$ = ExperimentalCapabilities$;
|
|
637
705
|
exports.CancelJob$ = [9, n0, _CJ,
|
|
638
|
-
{ [_h]: ["PUT", "/job/{jobArn}/cancel", 200] }, () =>
|
|
706
|
+
{ [_h]: ["PUT", "/job/{jobArn}/cancel", 200] }, () => CancelJobRequest$, () => CancelJobResponse$
|
|
639
707
|
];
|
|
640
708
|
exports.CancelQuantumTask$ = [9, n0, _CQT,
|
|
641
|
-
{ [_h]: ["PUT", "/quantum-task/{quantumTaskArn}/cancel", 200] }, () =>
|
|
709
|
+
{ [_h]: ["PUT", "/quantum-task/{quantumTaskArn}/cancel", 200] }, () => CancelQuantumTaskRequest$, () => CancelQuantumTaskResponse$
|
|
642
710
|
];
|
|
643
711
|
exports.CreateJob$ = [9, n0, _CJr,
|
|
644
|
-
{ [_h]: ["POST", "/job", 201] }, () =>
|
|
712
|
+
{ [_h]: ["POST", "/job", 201] }, () => CreateJobRequest$, () => CreateJobResponse$
|
|
645
713
|
];
|
|
646
714
|
exports.CreateQuantumTask$ = [9, n0, _CQTr,
|
|
647
|
-
{ [_h]: ["POST", "/quantum-task", 201] }, () =>
|
|
715
|
+
{ [_h]: ["POST", "/quantum-task", 201] }, () => CreateQuantumTaskRequest$, () => CreateQuantumTaskResponse$
|
|
648
716
|
];
|
|
649
717
|
exports.CreateSpendingLimit$ = [9, n0, _CSL,
|
|
650
|
-
{ [_h]: ["POST", "/spending-limit", 201] }, () =>
|
|
718
|
+
{ [_h]: ["POST", "/spending-limit", 201] }, () => CreateSpendingLimitRequest$, () => CreateSpendingLimitResponse$
|
|
651
719
|
];
|
|
652
720
|
exports.DeleteSpendingLimit$ = [9, n0, _DSLe,
|
|
653
|
-
{ [_h]: ["DELETE", "/spending-limit/{spendingLimitArn}/delete", 200] }, () =>
|
|
721
|
+
{ [_h]: ["DELETE", "/spending-limit/{spendingLimitArn}/delete", 200] }, () => DeleteSpendingLimitRequest$, () => DeleteSpendingLimitResponse$
|
|
654
722
|
];
|
|
655
723
|
exports.GetDevice$ = [9, n0, _GD,
|
|
656
|
-
{ [_h]: ["GET", "/device/{deviceArn}", 200] }, () =>
|
|
724
|
+
{ [_h]: ["GET", "/device/{deviceArn}", 200] }, () => GetDeviceRequest$, () => GetDeviceResponse$
|
|
657
725
|
];
|
|
658
726
|
exports.GetJob$ = [9, n0, _GJ,
|
|
659
|
-
{ [_h]: ["GET", "/job/{jobArn}", 200] }, () =>
|
|
727
|
+
{ [_h]: ["GET", "/job/{jobArn}", 200] }, () => GetJobRequest$, () => GetJobResponse$
|
|
660
728
|
];
|
|
661
729
|
exports.GetQuantumTask$ = [9, n0, _GQT,
|
|
662
|
-
{ [_h]: ["GET", "/quantum-task/{quantumTaskArn}", 200] }, () =>
|
|
730
|
+
{ [_h]: ["GET", "/quantum-task/{quantumTaskArn}", 200] }, () => GetQuantumTaskRequest$, () => GetQuantumTaskResponse$
|
|
663
731
|
];
|
|
664
732
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
665
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
733
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
666
734
|
];
|
|
667
735
|
exports.SearchDevices$ = [9, n0, _SD,
|
|
668
|
-
{ [_h]: ["POST", "/devices", 200] }, () =>
|
|
736
|
+
{ [_h]: ["POST", "/devices", 200] }, () => SearchDevicesRequest$, () => SearchDevicesResponse$
|
|
669
737
|
];
|
|
670
738
|
exports.SearchJobs$ = [9, n0, _SJ,
|
|
671
|
-
{ [_h]: ["POST", "/jobs", 200] }, () =>
|
|
739
|
+
{ [_h]: ["POST", "/jobs", 200] }, () => SearchJobsRequest$, () => SearchJobsResponse$
|
|
672
740
|
];
|
|
673
741
|
exports.SearchQuantumTasks$ = [9, n0, _SQT,
|
|
674
|
-
{ [_h]: ["POST", "/quantum-tasks", 200] }, () =>
|
|
742
|
+
{ [_h]: ["POST", "/quantum-tasks", 200] }, () => SearchQuantumTasksRequest$, () => SearchQuantumTasksResponse$
|
|
675
743
|
];
|
|
676
744
|
exports.SearchSpendingLimits$ = [9, n0, _SSL,
|
|
677
|
-
{ [_h]: ["POST", "/spending-limits", 200] }, () =>
|
|
745
|
+
{ [_h]: ["POST", "/spending-limits", 200] }, () => SearchSpendingLimitsRequest$, () => SearchSpendingLimitsResponse$
|
|
678
746
|
];
|
|
679
747
|
exports.TagResource$ = [9, n0, _TR,
|
|
680
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () =>
|
|
748
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
681
749
|
];
|
|
682
750
|
exports.UntagResource$ = [9, n0, _UR,
|
|
683
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () =>
|
|
751
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
684
752
|
];
|
|
685
753
|
exports.UpdateSpendingLimit$ = [9, n0, _USL,
|
|
686
|
-
{ [_h]: ["PATCH", "/spending-limit/{spendingLimitArn}/update", 200] }, () =>
|
|
754
|
+
{ [_h]: ["PATCH", "/spending-limit/{spendingLimitArn}/update", 200] }, () => UpdateSpendingLimitRequest$, () => UpdateSpendingLimitResponse$
|
|
687
755
|
];
|