@aws-sdk/client-braket 3.987.0 → 3.988.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var BraketServiceException = require('./models/BraketServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,794 +113,6 @@ class BraketClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class BraketServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, BraketServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends BraketServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class InternalServiceException extends BraketServiceException {
133
- name = "InternalServiceException";
134
- $fault = "server";
135
- constructor(opts) {
136
- super({
137
- name: "InternalServiceException",
138
- $fault: "server",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, InternalServiceException.prototype);
142
- }
143
- }
144
- class ResourceNotFoundException extends BraketServiceException {
145
- name = "ResourceNotFoundException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ResourceNotFoundException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
- }
155
- }
156
- class ThrottlingException extends BraketServiceException {
157
- name = "ThrottlingException";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "ThrottlingException",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, ThrottlingException.prototype);
166
- }
167
- }
168
- class ValidationException extends BraketServiceException {
169
- name = "ValidationException";
170
- $fault = "client";
171
- reason;
172
- programSetValidationFailures;
173
- constructor(opts) {
174
- super({
175
- name: "ValidationException",
176
- $fault: "client",
177
- ...opts,
178
- });
179
- Object.setPrototypeOf(this, ValidationException.prototype);
180
- this.reason = opts.reason;
181
- this.programSetValidationFailures = opts.programSetValidationFailures;
182
- }
183
- }
184
- class ConflictException extends BraketServiceException {
185
- name = "ConflictException";
186
- $fault = "client";
187
- constructor(opts) {
188
- super({
189
- name: "ConflictException",
190
- $fault: "client",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, ConflictException.prototype);
194
- }
195
- }
196
- class DeviceOfflineException extends BraketServiceException {
197
- name = "DeviceOfflineException";
198
- $fault = "client";
199
- constructor(opts) {
200
- super({
201
- name: "DeviceOfflineException",
202
- $fault: "client",
203
- ...opts,
204
- });
205
- Object.setPrototypeOf(this, DeviceOfflineException.prototype);
206
- }
207
- }
208
- class DeviceRetiredException extends BraketServiceException {
209
- name = "DeviceRetiredException";
210
- $fault = "client";
211
- constructor(opts) {
212
- super({
213
- name: "DeviceRetiredException",
214
- $fault: "client",
215
- ...opts,
216
- });
217
- Object.setPrototypeOf(this, DeviceRetiredException.prototype);
218
- }
219
- }
220
- class ServiceQuotaExceededException extends BraketServiceException {
221
- name = "ServiceQuotaExceededException";
222
- $fault = "client";
223
- constructor(opts) {
224
- super({
225
- name: "ServiceQuotaExceededException",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
230
- }
231
- }
232
-
233
- const _A = "Association";
234
- const _ADE = "AccessDeniedException";
235
- const _AM = "ActionMetadata";
236
- const _AS = "AlgorithmSpecification";
237
- const _As = "Associations";
238
- const _CE = "ConflictException";
239
- const _CI = "ContainerImage";
240
- const _CJ = "CancelJob";
241
- const _CJR = "CancelJobRequest";
242
- const _CJRa = "CancelJobResponse";
243
- const _CJRr = "CreateJobRequest";
244
- const _CJRre = "CreateJobResponse";
245
- const _CJr = "CreateJob";
246
- const _CQT = "CancelQuantumTask";
247
- const _CQTR = "CancelQuantumTaskRequest";
248
- const _CQTRa = "CancelQuantumTaskResponse";
249
- const _CQTRr = "CreateQuantumTaskRequest";
250
- const _CQTRre = "CreateQuantumTaskResponse";
251
- const _CQTr = "CreateQuantumTask";
252
- const _CSL = "CreateSpendingLimit";
253
- const _CSLR = "CreateSpendingLimitRequest";
254
- const _CSLRr = "CreateSpendingLimitResponse";
255
- const _DC = "DeviceConfig";
256
- const _DOE = "DeviceOfflineException";
257
- const _DQI = "DeviceQueueInfo";
258
- const _DQIL = "DeviceQueueInfoList";
259
- const _DRE = "DeviceRetiredException";
260
- const _DS = "DataSource";
261
- const _DSL = "DeviceSummaryList";
262
- const _DSLR = "DeleteSpendingLimitRequest";
263
- const _DSLRe = "DeleteSpendingLimitResponse";
264
- const _DSLe = "DeleteSpendingLimit";
265
- const _DSe = "DeviceSummary";
266
- const _EC = "ExperimentalCapabilities";
267
- const _GD = "GetDevice";
268
- const _GDR = "GetDeviceRequest";
269
- const _GDRe = "GetDeviceResponse";
270
- const _GJ = "GetJob";
271
- const _GJR = "GetJobRequest";
272
- const _GJRe = "GetJobResponse";
273
- const _GQT = "GetQuantumTask";
274
- const _GQTR = "GetQuantumTaskRequest";
275
- const _GQTRe = "GetQuantumTaskResponse";
276
- const _HJQI = "HybridJobQueueInfo";
277
- const _IC = "InstanceConfig";
278
- const _ICL = "InputConfigList";
279
- const _IFC = "InputFileConfig";
280
- const _ISE = "InternalServiceException";
281
- const _JCC = "JobCheckpointConfig";
282
- const _JE = "JobEvents";
283
- const _JED = "JobEventDetails";
284
- const _JODC = "JobOutputDataConfig";
285
- const _JS = "JobSummary";
286
- const _JSC = "JobStoppingCondition";
287
- const _JSL = "JobSummaryList";
288
- const _JV = "JsonValue";
289
- const _LTFR = "ListTagsForResource";
290
- const _LTFRR = "ListTagsForResourceRequest";
291
- const _LTFRRi = "ListTagsForResourceResponse";
292
- const _PSVF = "ProgramSetValidationFailure";
293
- const _PSVFL = "ProgramSetValidationFailuresList";
294
- const _QTQI = "QuantumTaskQueueInfo";
295
- const _QTS = "QuantumTaskSummary";
296
- const _QTSL = "QuantumTaskSummaryList";
297
- const _RNFE = "ResourceNotFoundException";
298
- const _SD = "SearchDevices";
299
- const _SDF = "SearchDevicesFilter";
300
- const _SDFL = "SearchDevicesFilterList";
301
- const _SDR = "SearchDevicesRequest";
302
- const _SDRe = "SearchDevicesResponse";
303
- const _SDS = "S3DataSource";
304
- const _SJ = "SearchJobs";
305
- const _SJF = "SearchJobsFilter";
306
- const _SJFL = "SearchJobsFilterList";
307
- const _SJR = "SearchJobsRequest";
308
- const _SJRe = "SearchJobsResponse";
309
- const _SLS = "SpendingLimitSummary";
310
- const _SLSL = "SpendingLimitSummaryList";
311
- const _SMC = "ScriptModeConfig";
312
- const _SQEE = "ServiceQuotaExceededException";
313
- const _SQT = "SearchQuantumTasks";
314
- const _SQTF = "SearchQuantumTasksFilter";
315
- const _SQTFL = "SearchQuantumTasksFilterList";
316
- const _SQTR = "SearchQuantumTasksRequest";
317
- const _SQTRe = "SearchQuantumTasksResponse";
318
- const _SSL = "SearchSpendingLimits";
319
- const _SSLF = "SearchSpendingLimitsFilter";
320
- const _SSLFL = "SearchSpendingLimitsFilterList";
321
- const _SSLR = "SearchSpendingLimitsRequest";
322
- const _SSLRe = "SearchSpendingLimitsResponse";
323
- const _TE = "ThrottlingException";
324
- const _TP = "TimePeriod";
325
- const _TR = "TagResource";
326
- const _TRR = "TagResourceRequest";
327
- const _TRRa = "TagResourceResponse";
328
- const _UR = "UntagResource";
329
- const _URR = "UntagResourceRequest";
330
- const _URRn = "UntagResourceResponse";
331
- const _USL = "UpdateSpendingLimit";
332
- const _USLR = "UpdateSpendingLimitRequest";
333
- const _USLRp = "UpdateSpendingLimitResponse";
334
- const _VE = "ValidationException";
335
- const _a = "application/json";
336
- const _aAN = "additionalAttributeNames";
337
- const _aM = "actionMetadata";
338
- const _aS = "algorithmSpecification";
339
- const _aT = "actionType";
340
- const _ac = "action";
341
- const _ar = "arn";
342
- const _as = "associations";
343
- const _bD = "billableDuration";
344
- const _c = "client";
345
- const _cA = "createdAt";
346
- const _cC = "checkpointConfig";
347
- const _cI = "containerImage";
348
- const _cN = "channelName";
349
- const _cS = "cancellationStatus";
350
- const _cT = "clientToken";
351
- const _cTo = "contentType";
352
- const _cTom = "compressionType";
353
- const _d = "device";
354
- const _dA = "deviceArn";
355
- const _dC = "deviceConfig";
356
- const _dCe = "deviceCapabilities";
357
- const _dN = "deviceName";
358
- const _dP = "deviceParameters";
359
- const _dQI = "deviceQueueInfo";
360
- const _dS = "deviceStatus";
361
- const _dSa = "dataSource";
362
- const _dT = "deviceType";
363
- const _de = "devices";
364
- const _e = "error";
365
- const _eA = "endedAt";
366
- const _eAn = "endAt";
367
- const _eC = "executableCount";
368
- const _eCx = "experimentalCapabilities";
369
- const _eP = "entryPoint";
370
- const _eT = "eventType";
371
- const _en = "enabled";
372
- const _er = "errors";
373
- const _ev = "events";
374
- const _f = "filters";
375
- const _fR = "failureReason";
376
- const _h = "http";
377
- const _hE = "httpError";
378
- const _hP = "hyperParameters";
379
- const _hQ = "httpQuery";
380
- const _iC = "instanceConfig";
381
- const _iCn = "instanceCount";
382
- const _iDC = "inputDataConfig";
383
- const _iI = "inputsIndex";
384
- const _iT = "instanceType";
385
- const _j = "jobs";
386
- const _jA = "jobArn";
387
- const _jN = "jobName";
388
- const _jT = "jobToken";
389
- const _kKI = "kmsKeyId";
390
- const _lP = "localPath";
391
- const _m = "message";
392
- const _mR = "maxResults";
393
- const _mRIS = "maxRuntimeInSeconds";
394
- const _mT = "mediaType";
395
- const _n = "name";
396
- const _nSS = "numSuccessfulShots";
397
- const _nT = "nextToken";
398
- const _o = "operator";
399
- const _oDC = "outputDataConfig";
400
- const _oSB = "outputS3Bucket";
401
- const _oSD = "outputS3Directory";
402
- const _oSKP = "outputS3KeyPrefix";
403
- const _p = "position";
404
- const _pC = "programCount";
405
- const _pI = "programIndex";
406
- const _pN = "providerName";
407
- const _pSVF = "programSetValidationFailures";
408
- const _q = "queue";
409
- const _qI = "queueInfo";
410
- const _qP = "queuePriority";
411
- const _qS = "queueSize";
412
- const _qSu = "queuedSpend";
413
- const _qT = "quantumTasks";
414
- const _qTA = "quantumTaskArn";
415
- const _r = "reason";
416
- const _rA = "roleArn";
417
- const _rAe = "resourceArn";
418
- const _s = "shots";
419
- const _sA = "startedAt";
420
- const _sAt = "startAt";
421
- const _sC = "stoppingCondition";
422
- const _sDS = "s3DataSource";
423
- const _sL = "spendingLimit";
424
- const _sLA = "spendingLimitArn";
425
- const _sLp = "spendingLimits";
426
- const _sMC = "scriptModeConfig";
427
- const _sP = "s3Path";
428
- const _sU = "s3Uri";
429
- const _se = "server";
430
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.braket";
431
- const _st = "status";
432
- const _t = "type";
433
- const _tK = "tagKeys";
434
- const _tOE = "timeOfEvent";
435
- const _tP = "timePeriod";
436
- const _tS = "totalSpend";
437
- const _ta = "tags";
438
- const _u = "uri";
439
- const _uA = "updatedAt";
440
- const _v = "values";
441
- const _vSIG = "volumeSizeInGb";
442
- const n0 = "com.amazonaws.braket";
443
- var JsonValue = [0, n0, _JV, { [_mT]: _a }, 0];
444
- var AccessDeniedException$ = [-3, n0, _ADE,
445
- { [_e]: _c, [_hE]: 403 },
446
- [_m],
447
- [0]
448
- ];
449
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
450
- var ActionMetadata$ = [3, n0, _AM,
451
- 0,
452
- [_aT, _pC, _eC],
453
- [0, 1, 1], 1
454
- ];
455
- var AlgorithmSpecification$ = [3, n0, _AS,
456
- 0,
457
- [_sMC, _cI],
458
- [() => ScriptModeConfig$, () => ContainerImage$]
459
- ];
460
- var Association$ = [3, n0, _A,
461
- 0,
462
- [_ar, _t],
463
- [0, 0], 2
464
- ];
465
- var CancelJobRequest$ = [3, n0, _CJR,
466
- 0,
467
- [_jA],
468
- [[0, 1]], 1
469
- ];
470
- var CancelJobResponse$ = [3, n0, _CJRa,
471
- 0,
472
- [_jA, _cS],
473
- [0, 0], 2
474
- ];
475
- var CancelQuantumTaskRequest$ = [3, n0, _CQTR,
476
- 0,
477
- [_qTA, _cT],
478
- [[0, 1], [0, 4]], 1
479
- ];
480
- var CancelQuantumTaskResponse$ = [3, n0, _CQTRa,
481
- 0,
482
- [_qTA, _cS],
483
- [0, 0], 2
484
- ];
485
- var ConflictException$ = [-3, n0, _CE,
486
- { [_e]: _c, [_hE]: 409 },
487
- [_m],
488
- [0]
489
- ];
490
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
491
- var ContainerImage$ = [3, n0, _CI,
492
- 0,
493
- [_u],
494
- [0], 1
495
- ];
496
- var CreateJobRequest$ = [3, n0, _CJRr,
497
- 0,
498
- [_aS, _oDC, _jN, _rA, _iC, _dC, _cT, _iDC, _cC, _sC, _hP, _ta, _as],
499
- [() => AlgorithmSpecification$, () => JobOutputDataConfig$, 0, 0, () => InstanceConfig$, () => DeviceConfig$, [0, 4], () => InputConfigList, () => JobCheckpointConfig$, () => JobStoppingCondition$, 128 | 0, 128 | 0, () => Associations], 6
500
- ];
501
- var CreateJobResponse$ = [3, n0, _CJRre,
502
- 0,
503
- [_jA],
504
- [0], 1
505
- ];
506
- var CreateQuantumTaskRequest$ = [3, n0, _CQTRr,
507
- 0,
508
- [_dA, _s, _oSB, _oSKP, _ac, _cT, _dP, _ta, _jT, _as, _eCx],
509
- [0, 1, 0, 0, [() => JsonValue, 0], [0, 4], [() => JsonValue, 0], 128 | 0, 0, () => Associations, () => ExperimentalCapabilities$], 5
510
- ];
511
- var CreateQuantumTaskResponse$ = [3, n0, _CQTRre,
512
- 0,
513
- [_qTA],
514
- [0], 1
515
- ];
516
- var CreateSpendingLimitRequest$ = [3, n0, _CSLR,
517
- 0,
518
- [_dA, _sL, _cT, _tP, _ta],
519
- [0, 0, [0, 4], () => TimePeriod$, 128 | 0], 2
520
- ];
521
- var CreateSpendingLimitResponse$ = [3, n0, _CSLRr,
522
- 0,
523
- [_sLA],
524
- [0], 1
525
- ];
526
- var DataSource$ = [3, n0, _DS,
527
- 0,
528
- [_sDS],
529
- [() => S3DataSource$], 1
530
- ];
531
- var DeleteSpendingLimitRequest$ = [3, n0, _DSLR,
532
- 0,
533
- [_sLA],
534
- [[0, 1]], 1
535
- ];
536
- var DeleteSpendingLimitResponse$ = [3, n0, _DSLRe,
537
- 0,
538
- [],
539
- []
540
- ];
541
- var DeviceConfig$ = [3, n0, _DC,
542
- 0,
543
- [_d],
544
- [0], 1
545
- ];
546
- var DeviceOfflineException$ = [-3, n0, _DOE,
547
- { [_e]: _c, [_hE]: 424 },
548
- [_m],
549
- [0]
550
- ];
551
- schema.TypeRegistry.for(n0).registerError(DeviceOfflineException$, DeviceOfflineException);
552
- var DeviceQueueInfo$ = [3, n0, _DQI,
553
- 0,
554
- [_q, _qS, _qP],
555
- [0, 0, 0], 2
556
- ];
557
- var DeviceRetiredException$ = [-3, n0, _DRE,
558
- { [_e]: _c, [_hE]: 410 },
559
- [_m],
560
- [0]
561
- ];
562
- schema.TypeRegistry.for(n0).registerError(DeviceRetiredException$, DeviceRetiredException);
563
- var DeviceSummary$ = [3, n0, _DSe,
564
- 0,
565
- [_dA, _dN, _pN, _dT, _dS],
566
- [0, 0, 0, 0, 0], 5
567
- ];
568
- var GetDeviceRequest$ = [3, n0, _GDR,
569
- 0,
570
- [_dA],
571
- [[0, 1]], 1
572
- ];
573
- var GetDeviceResponse$ = [3, n0, _GDRe,
574
- 0,
575
- [_dA, _dN, _pN, _dT, _dS, _dCe, _dQI],
576
- [0, 0, 0, 0, 0, [() => JsonValue, 0], () => DeviceQueueInfoList], 6
577
- ];
578
- var GetJobRequest$ = [3, n0, _GJR,
579
- 0,
580
- [_jA, _aAN],
581
- [[0, 1], [64 | 0, { [_hQ]: _aAN }]], 1
582
- ];
583
- var GetJobResponse$ = [3, n0, _GJRe,
584
- 0,
585
- [_st, _jA, _rA, _jN, _oDC, _aS, _iC, _cA, _fR, _hP, _iDC, _sC, _cC, _sA, _eA, _bD, _dC, _ev, _ta, _qI, _as],
586
- [0, 0, 0, 0, () => JobOutputDataConfig$, () => AlgorithmSpecification$, () => InstanceConfig$, 5, 0, 128 | 0, () => InputConfigList, () => JobStoppingCondition$, () => JobCheckpointConfig$, 5, 5, 1, () => DeviceConfig$, () => JobEvents, 128 | 0, () => HybridJobQueueInfo$, () => Associations], 8
587
- ];
588
- var GetQuantumTaskRequest$ = [3, n0, _GQTR,
589
- 0,
590
- [_qTA, _aAN],
591
- [[0, 1], [64 | 0, { [_hQ]: _aAN }]], 1
592
- ];
593
- var GetQuantumTaskResponse$ = [3, n0, _GQTRe,
594
- 0,
595
- [_qTA, _st, _dA, _dP, _s, _oSB, _oSD, _cA, _fR, _eA, _ta, _jA, _qI, _as, _nSS, _aM, _eCx],
596
- [0, 0, 0, [() => JsonValue, 0], 1, 0, 0, 5, 0, 5, 128 | 0, 0, () => QuantumTaskQueueInfo$, () => Associations, 1, () => ActionMetadata$, () => ExperimentalCapabilities$], 8
597
- ];
598
- var HybridJobQueueInfo$ = [3, n0, _HJQI,
599
- 0,
600
- [_q, _p, _m],
601
- [0, 0, 0], 2
602
- ];
603
- var InputFileConfig$ = [3, n0, _IFC,
604
- 0,
605
- [_cN, _dSa, _cTo],
606
- [0, () => DataSource$, 0], 2
607
- ];
608
- var InstanceConfig$ = [3, n0, _IC,
609
- 0,
610
- [_iT, _vSIG, _iCn],
611
- [0, 1, 1], 2
612
- ];
613
- var InternalServiceException$ = [-3, n0, _ISE,
614
- { [_e]: _se, [_hE]: 500 },
615
- [_m],
616
- [0]
617
- ];
618
- schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
619
- var JobCheckpointConfig$ = [3, n0, _JCC,
620
- 0,
621
- [_sU, _lP],
622
- [0, 0], 1
623
- ];
624
- var JobEventDetails$ = [3, n0, _JED,
625
- 0,
626
- [_eT, _tOE, _m],
627
- [0, 5, 0]
628
- ];
629
- var JobOutputDataConfig$ = [3, n0, _JODC,
630
- 0,
631
- [_sP, _kKI],
632
- [0, 0], 1
633
- ];
634
- var JobStoppingCondition$ = [3, n0, _JSC,
635
- 0,
636
- [_mRIS],
637
- [1]
638
- ];
639
- var JobSummary$ = [3, n0, _JS,
640
- 0,
641
- [_st, _jA, _jN, _d, _cA, _sA, _eA, _ta],
642
- [0, 0, 0, 0, 5, 5, 5, 128 | 0], 5
643
- ];
644
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
645
- 0,
646
- [_rAe],
647
- [[0, 1]], 1
648
- ];
649
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
650
- 0,
651
- [_ta],
652
- [128 | 0]
653
- ];
654
- var ProgramSetValidationFailure$ = [3, n0, _PSVF,
655
- 0,
656
- [_pI, _iI, _er],
657
- [1, 1, 64 | 0], 1
658
- ];
659
- var QuantumTaskQueueInfo$ = [3, n0, _QTQI,
660
- 0,
661
- [_q, _p, _qP, _m],
662
- [0, 0, 0, 0], 2
663
- ];
664
- var QuantumTaskSummary$ = [3, n0, _QTS,
665
- 0,
666
- [_qTA, _st, _dA, _s, _oSB, _oSD, _cA, _eA, _ta],
667
- [0, 0, 0, 1, 0, 0, 5, 5, 128 | 0], 7
668
- ];
669
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
670
- { [_e]: _c, [_hE]: 404 },
671
- [_m],
672
- [0]
673
- ];
674
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
675
- var S3DataSource$ = [3, n0, _SDS,
676
- 0,
677
- [_sU],
678
- [0], 1
679
- ];
680
- var ScriptModeConfig$ = [3, n0, _SMC,
681
- 0,
682
- [_eP, _sU, _cTom],
683
- [0, 0, 0], 2
684
- ];
685
- var SearchDevicesFilter$ = [3, n0, _SDF,
686
- 0,
687
- [_n, _v],
688
- [0, 64 | 0], 2
689
- ];
690
- var SearchDevicesRequest$ = [3, n0, _SDR,
691
- 0,
692
- [_f, _nT, _mR],
693
- [() => SearchDevicesFilterList, 0, 1], 1
694
- ];
695
- var SearchDevicesResponse$ = [3, n0, _SDRe,
696
- 0,
697
- [_de, _nT],
698
- [() => DeviceSummaryList, 0], 1
699
- ];
700
- var SearchJobsFilter$ = [3, n0, _SJF,
701
- 0,
702
- [_n, _v, _o],
703
- [0, 64 | 0, 0], 3
704
- ];
705
- var SearchJobsRequest$ = [3, n0, _SJR,
706
- 0,
707
- [_f, _nT, _mR],
708
- [() => SearchJobsFilterList, 0, 1], 1
709
- ];
710
- var SearchJobsResponse$ = [3, n0, _SJRe,
711
- 0,
712
- [_j, _nT],
713
- [() => JobSummaryList, 0], 1
714
- ];
715
- var SearchQuantumTasksFilter$ = [3, n0, _SQTF,
716
- 0,
717
- [_n, _v, _o],
718
- [0, 64 | 0, 0], 3
719
- ];
720
- var SearchQuantumTasksRequest$ = [3, n0, _SQTR,
721
- 0,
722
- [_f, _nT, _mR],
723
- [() => SearchQuantumTasksFilterList, 0, 1], 1
724
- ];
725
- var SearchQuantumTasksResponse$ = [3, n0, _SQTRe,
726
- 0,
727
- [_qT, _nT],
728
- [() => QuantumTaskSummaryList, 0], 1
729
- ];
730
- var SearchSpendingLimitsFilter$ = [3, n0, _SSLF,
731
- 0,
732
- [_n, _v, _o],
733
- [0, 64 | 0, 0], 3
734
- ];
735
- var SearchSpendingLimitsRequest$ = [3, n0, _SSLR,
736
- 0,
737
- [_nT, _mR, _f],
738
- [0, 1, () => SearchSpendingLimitsFilterList]
739
- ];
740
- var SearchSpendingLimitsResponse$ = [3, n0, _SSLRe,
741
- 0,
742
- [_sLp, _nT],
743
- [() => SpendingLimitSummaryList, 0], 1
744
- ];
745
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
746
- { [_e]: _c, [_hE]: 402 },
747
- [_m],
748
- [0]
749
- ];
750
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
751
- var SpendingLimitSummary$ = [3, n0, _SLS,
752
- 0,
753
- [_sLA, _dA, _tP, _sL, _qSu, _tS, _cA, _uA, _ta],
754
- [0, 0, () => TimePeriod$, 0, 0, 0, 5, 5, 128 | 0], 8
755
- ];
756
- var TagResourceRequest$ = [3, n0, _TRR,
757
- 0,
758
- [_rAe, _ta],
759
- [[0, 1], 128 | 0], 2
760
- ];
761
- var TagResourceResponse$ = [3, n0, _TRRa,
762
- 0,
763
- [],
764
- []
765
- ];
766
- var ThrottlingException$ = [-3, n0, _TE,
767
- { [_e]: _c, [_hE]: 429 },
768
- [_m],
769
- [0]
770
- ];
771
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
772
- var TimePeriod$ = [3, n0, _TP,
773
- 0,
774
- [_sAt, _eAn],
775
- [7, 7], 2
776
- ];
777
- var UntagResourceRequest$ = [3, n0, _URR,
778
- 0,
779
- [_rAe, _tK],
780
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
781
- ];
782
- var UntagResourceResponse$ = [3, n0, _URRn,
783
- 0,
784
- [],
785
- []
786
- ];
787
- var UpdateSpendingLimitRequest$ = [3, n0, _USLR,
788
- 0,
789
- [_sLA, _cT, _sL, _tP],
790
- [[0, 1], [0, 4], 0, () => TimePeriod$], 1
791
- ];
792
- var UpdateSpendingLimitResponse$ = [3, n0, _USLRp,
793
- 0,
794
- [],
795
- []
796
- ];
797
- var ValidationException$ = [-3, n0, _VE,
798
- { [_e]: _c, [_hE]: 400 },
799
- [_m, _r, _pSVF],
800
- [0, 0, () => ProgramSetValidationFailuresList]
801
- ];
802
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
803
- var BraketServiceException$ = [-3, _sm, "BraketServiceException", 0, [], []];
804
- schema.TypeRegistry.for(_sm).registerError(BraketServiceException$, BraketServiceException);
805
- var Associations = [1, n0, _As,
806
- 0, () => Association$
807
- ];
808
- var DeviceQueueInfoList = [1, n0, _DQIL,
809
- 0, () => DeviceQueueInfo$
810
- ];
811
- var DeviceSummaryList = [1, n0, _DSL,
812
- 0, () => DeviceSummary$
813
- ];
814
- var InputConfigList = [1, n0, _ICL,
815
- 0, () => InputFileConfig$
816
- ];
817
- var JobEvents = [1, n0, _JE,
818
- 0, () => JobEventDetails$
819
- ];
820
- var JobSummaryList = [1, n0, _JSL,
821
- 0, () => JobSummary$
822
- ];
823
- var ProgramSetValidationFailuresList = [1, n0, _PSVFL,
824
- 0, () => ProgramSetValidationFailure$
825
- ];
826
- var QuantumTaskSummaryList = [1, n0, _QTSL,
827
- 0, () => QuantumTaskSummary$
828
- ];
829
- var SearchDevicesFilterList = [1, n0, _SDFL,
830
- 0, () => SearchDevicesFilter$
831
- ];
832
- var SearchJobsFilterList = [1, n0, _SJFL,
833
- 0, () => SearchJobsFilter$
834
- ];
835
- var SearchQuantumTasksFilterList = [1, n0, _SQTFL,
836
- 0, () => SearchQuantumTasksFilter$
837
- ];
838
- var SearchSpendingLimitsFilterList = [1, n0, _SSLFL,
839
- 0, () => SearchSpendingLimitsFilter$
840
- ];
841
- var SpendingLimitSummaryList = [1, n0, _SLSL,
842
- 0, () => SpendingLimitSummary$
843
- ];
844
- var ExperimentalCapabilities$ = [4, n0, _EC,
845
- 0,
846
- [_en],
847
- [0]
848
- ];
849
- var CancelJob$ = [9, n0, _CJ,
850
- { [_h]: ["PUT", "/job/{jobArn}/cancel", 200] }, () => CancelJobRequest$, () => CancelJobResponse$
851
- ];
852
- var CancelQuantumTask$ = [9, n0, _CQT,
853
- { [_h]: ["PUT", "/quantum-task/{quantumTaskArn}/cancel", 200] }, () => CancelQuantumTaskRequest$, () => CancelQuantumTaskResponse$
854
- ];
855
- var CreateJob$ = [9, n0, _CJr,
856
- { [_h]: ["POST", "/job", 201] }, () => CreateJobRequest$, () => CreateJobResponse$
857
- ];
858
- var CreateQuantumTask$ = [9, n0, _CQTr,
859
- { [_h]: ["POST", "/quantum-task", 201] }, () => CreateQuantumTaskRequest$, () => CreateQuantumTaskResponse$
860
- ];
861
- var CreateSpendingLimit$ = [9, n0, _CSL,
862
- { [_h]: ["POST", "/spending-limit", 201] }, () => CreateSpendingLimitRequest$, () => CreateSpendingLimitResponse$
863
- ];
864
- var DeleteSpendingLimit$ = [9, n0, _DSLe,
865
- { [_h]: ["DELETE", "/spending-limit/{spendingLimitArn}/delete", 200] }, () => DeleteSpendingLimitRequest$, () => DeleteSpendingLimitResponse$
866
- ];
867
- var GetDevice$ = [9, n0, _GD,
868
- { [_h]: ["GET", "/device/{deviceArn}", 200] }, () => GetDeviceRequest$, () => GetDeviceResponse$
869
- ];
870
- var GetJob$ = [9, n0, _GJ,
871
- { [_h]: ["GET", "/job/{jobArn}", 200] }, () => GetJobRequest$, () => GetJobResponse$
872
- ];
873
- var GetQuantumTask$ = [9, n0, _GQT,
874
- { [_h]: ["GET", "/quantum-task/{quantumTaskArn}", 200] }, () => GetQuantumTaskRequest$, () => GetQuantumTaskResponse$
875
- ];
876
- var ListTagsForResource$ = [9, n0, _LTFR,
877
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
878
- ];
879
- var SearchDevices$ = [9, n0, _SD,
880
- { [_h]: ["POST", "/devices", 200] }, () => SearchDevicesRequest$, () => SearchDevicesResponse$
881
- ];
882
- var SearchJobs$ = [9, n0, _SJ,
883
- { [_h]: ["POST", "/jobs", 200] }, () => SearchJobsRequest$, () => SearchJobsResponse$
884
- ];
885
- var SearchQuantumTasks$ = [9, n0, _SQT,
886
- { [_h]: ["POST", "/quantum-tasks", 200] }, () => SearchQuantumTasksRequest$, () => SearchQuantumTasksResponse$
887
- ];
888
- var SearchSpendingLimits$ = [9, n0, _SSL,
889
- { [_h]: ["POST", "/spending-limits", 200] }, () => SearchSpendingLimitsRequest$, () => SearchSpendingLimitsResponse$
890
- ];
891
- var TagResource$ = [9, n0, _TR,
892
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
893
- ];
894
- var UntagResource$ = [9, n0, _UR,
895
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
896
- ];
897
- var UpdateSpendingLimit$ = [9, n0, _USL,
898
- { [_h]: ["PATCH", "/spending-limit/{spendingLimitArn}/update", 200] }, () => UpdateSpendingLimitRequest$, () => UpdateSpendingLimitResponse$
899
- ];
900
-
901
116
  class CancelJobCommand extends smithyClient.Command
902
117
  .classBuilder()
903
118
  .ep(commonParams)
@@ -906,7 +121,7 @@ class CancelJobCommand extends smithyClient.Command
906
121
  })
907
122
  .s("Braket", "CancelJob", {})
908
123
  .n("BraketClient", "CancelJobCommand")
909
- .sc(CancelJob$)
124
+ .sc(schemas_0.CancelJob$)
910
125
  .build() {
911
126
  }
912
127
 
@@ -918,7 +133,7 @@ class CancelQuantumTaskCommand extends smithyClient.Command
918
133
  })
919
134
  .s("Braket", "CancelQuantumTask", {})
920
135
  .n("BraketClient", "CancelQuantumTaskCommand")
921
- .sc(CancelQuantumTask$)
136
+ .sc(schemas_0.CancelQuantumTask$)
922
137
  .build() {
923
138
  }
924
139
 
@@ -930,7 +145,7 @@ class CreateJobCommand extends smithyClient.Command
930
145
  })
931
146
  .s("Braket", "CreateJob", {})
932
147
  .n("BraketClient", "CreateJobCommand")
933
- .sc(CreateJob$)
148
+ .sc(schemas_0.CreateJob$)
934
149
  .build() {
935
150
  }
936
151
 
@@ -942,7 +157,7 @@ class CreateQuantumTaskCommand extends smithyClient.Command
942
157
  })
943
158
  .s("Braket", "CreateQuantumTask", {})
944
159
  .n("BraketClient", "CreateQuantumTaskCommand")
945
- .sc(CreateQuantumTask$)
160
+ .sc(schemas_0.CreateQuantumTask$)
946
161
  .build() {
947
162
  }
948
163
 
@@ -954,7 +169,7 @@ class CreateSpendingLimitCommand extends smithyClient.Command
954
169
  })
955
170
  .s("Braket", "CreateSpendingLimit", {})
956
171
  .n("BraketClient", "CreateSpendingLimitCommand")
957
- .sc(CreateSpendingLimit$)
172
+ .sc(schemas_0.CreateSpendingLimit$)
958
173
  .build() {
959
174
  }
960
175
 
@@ -966,7 +181,7 @@ class DeleteSpendingLimitCommand extends smithyClient.Command
966
181
  })
967
182
  .s("Braket", "DeleteSpendingLimit", {})
968
183
  .n("BraketClient", "DeleteSpendingLimitCommand")
969
- .sc(DeleteSpendingLimit$)
184
+ .sc(schemas_0.DeleteSpendingLimit$)
970
185
  .build() {
971
186
  }
972
187
 
@@ -978,7 +193,7 @@ class GetDeviceCommand extends smithyClient.Command
978
193
  })
979
194
  .s("Braket", "GetDevice", {})
980
195
  .n("BraketClient", "GetDeviceCommand")
981
- .sc(GetDevice$)
196
+ .sc(schemas_0.GetDevice$)
982
197
  .build() {
983
198
  }
984
199
 
@@ -990,7 +205,7 @@ class GetJobCommand extends smithyClient.Command
990
205
  })
991
206
  .s("Braket", "GetJob", {})
992
207
  .n("BraketClient", "GetJobCommand")
993
- .sc(GetJob$)
208
+ .sc(schemas_0.GetJob$)
994
209
  .build() {
995
210
  }
996
211
 
@@ -1002,7 +217,7 @@ class GetQuantumTaskCommand extends smithyClient.Command
1002
217
  })
1003
218
  .s("Braket", "GetQuantumTask", {})
1004
219
  .n("BraketClient", "GetQuantumTaskCommand")
1005
- .sc(GetQuantumTask$)
220
+ .sc(schemas_0.GetQuantumTask$)
1006
221
  .build() {
1007
222
  }
1008
223
 
@@ -1014,7 +229,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1014
229
  })
1015
230
  .s("Braket", "ListTagsForResource", {})
1016
231
  .n("BraketClient", "ListTagsForResourceCommand")
1017
- .sc(ListTagsForResource$)
232
+ .sc(schemas_0.ListTagsForResource$)
1018
233
  .build() {
1019
234
  }
1020
235
 
@@ -1026,7 +241,7 @@ class SearchDevicesCommand extends smithyClient.Command
1026
241
  })
1027
242
  .s("Braket", "SearchDevices", {})
1028
243
  .n("BraketClient", "SearchDevicesCommand")
1029
- .sc(SearchDevices$)
244
+ .sc(schemas_0.SearchDevices$)
1030
245
  .build() {
1031
246
  }
1032
247
 
@@ -1038,7 +253,7 @@ class SearchJobsCommand extends smithyClient.Command
1038
253
  })
1039
254
  .s("Braket", "SearchJobs", {})
1040
255
  .n("BraketClient", "SearchJobsCommand")
1041
- .sc(SearchJobs$)
256
+ .sc(schemas_0.SearchJobs$)
1042
257
  .build() {
1043
258
  }
1044
259
 
@@ -1050,7 +265,7 @@ class SearchQuantumTasksCommand extends smithyClient.Command
1050
265
  })
1051
266
  .s("Braket", "SearchQuantumTasks", {})
1052
267
  .n("BraketClient", "SearchQuantumTasksCommand")
1053
- .sc(SearchQuantumTasks$)
268
+ .sc(schemas_0.SearchQuantumTasks$)
1054
269
  .build() {
1055
270
  }
1056
271
 
@@ -1062,7 +277,7 @@ class SearchSpendingLimitsCommand extends smithyClient.Command
1062
277
  })
1063
278
  .s("Braket", "SearchSpendingLimits", {})
1064
279
  .n("BraketClient", "SearchSpendingLimitsCommand")
1065
- .sc(SearchSpendingLimits$)
280
+ .sc(schemas_0.SearchSpendingLimits$)
1066
281
  .build() {
1067
282
  }
1068
283
 
@@ -1074,7 +289,7 @@ class TagResourceCommand extends smithyClient.Command
1074
289
  })
1075
290
  .s("Braket", "TagResource", {})
1076
291
  .n("BraketClient", "TagResourceCommand")
1077
- .sc(TagResource$)
292
+ .sc(schemas_0.TagResource$)
1078
293
  .build() {
1079
294
  }
1080
295
 
@@ -1086,7 +301,7 @@ class UntagResourceCommand extends smithyClient.Command
1086
301
  })
1087
302
  .s("Braket", "UntagResource", {})
1088
303
  .n("BraketClient", "UntagResourceCommand")
1089
- .sc(UntagResource$)
304
+ .sc(schemas_0.UntagResource$)
1090
305
  .build() {
1091
306
  }
1092
307
 
@@ -1098,7 +313,7 @@ class UpdateSpendingLimitCommand extends smithyClient.Command
1098
313
  })
1099
314
  .s("Braket", "UpdateSpendingLimit", {})
1100
315
  .n("BraketClient", "UpdateSpendingLimitCommand")
1101
- .sc(UpdateSpendingLimit$)
316
+ .sc(schemas_0.UpdateSpendingLimit$)
1102
317
  .build() {
1103
318
  }
1104
319
 
@@ -1280,143 +495,60 @@ Object.defineProperty(exports, "__Client", {
1280
495
  enumerable: true,
1281
496
  get: function () { return smithyClient.Client; }
1282
497
  });
1283
- exports.AccessDeniedException = AccessDeniedException;
1284
- exports.AccessDeniedException$ = AccessDeniedException$;
1285
- exports.ActionMetadata$ = ActionMetadata$;
1286
- exports.AlgorithmSpecification$ = AlgorithmSpecification$;
1287
- exports.Association$ = Association$;
498
+ Object.defineProperty(exports, "BraketServiceException", {
499
+ enumerable: true,
500
+ get: function () { return BraketServiceException.BraketServiceException; }
501
+ });
1288
502
  exports.AssociationType = AssociationType;
1289
503
  exports.Braket = Braket;
1290
504
  exports.BraketClient = BraketClient;
1291
- exports.BraketServiceException = BraketServiceException;
1292
- exports.BraketServiceException$ = BraketServiceException$;
1293
- exports.CancelJob$ = CancelJob$;
1294
505
  exports.CancelJobCommand = CancelJobCommand;
1295
- exports.CancelJobRequest$ = CancelJobRequest$;
1296
- exports.CancelJobResponse$ = CancelJobResponse$;
1297
- exports.CancelQuantumTask$ = CancelQuantumTask$;
1298
506
  exports.CancelQuantumTaskCommand = CancelQuantumTaskCommand;
1299
- exports.CancelQuantumTaskRequest$ = CancelQuantumTaskRequest$;
1300
- exports.CancelQuantumTaskResponse$ = CancelQuantumTaskResponse$;
1301
507
  exports.CancellationStatus = CancellationStatus;
1302
508
  exports.CompressionType = CompressionType;
1303
- exports.ConflictException = ConflictException;
1304
- exports.ConflictException$ = ConflictException$;
1305
- exports.ContainerImage$ = ContainerImage$;
1306
- exports.CreateJob$ = CreateJob$;
1307
509
  exports.CreateJobCommand = CreateJobCommand;
1308
- exports.CreateJobRequest$ = CreateJobRequest$;
1309
- exports.CreateJobResponse$ = CreateJobResponse$;
1310
- exports.CreateQuantumTask$ = CreateQuantumTask$;
1311
510
  exports.CreateQuantumTaskCommand = CreateQuantumTaskCommand;
1312
- exports.CreateQuantumTaskRequest$ = CreateQuantumTaskRequest$;
1313
- exports.CreateQuantumTaskResponse$ = CreateQuantumTaskResponse$;
1314
- exports.CreateSpendingLimit$ = CreateSpendingLimit$;
1315
511
  exports.CreateSpendingLimitCommand = CreateSpendingLimitCommand;
1316
- exports.CreateSpendingLimitRequest$ = CreateSpendingLimitRequest$;
1317
- exports.CreateSpendingLimitResponse$ = CreateSpendingLimitResponse$;
1318
- exports.DataSource$ = DataSource$;
1319
- exports.DeleteSpendingLimit$ = DeleteSpendingLimit$;
1320
512
  exports.DeleteSpendingLimitCommand = DeleteSpendingLimitCommand;
1321
- exports.DeleteSpendingLimitRequest$ = DeleteSpendingLimitRequest$;
1322
- exports.DeleteSpendingLimitResponse$ = DeleteSpendingLimitResponse$;
1323
- exports.DeviceConfig$ = DeviceConfig$;
1324
- exports.DeviceOfflineException = DeviceOfflineException;
1325
- exports.DeviceOfflineException$ = DeviceOfflineException$;
1326
- exports.DeviceQueueInfo$ = DeviceQueueInfo$;
1327
- exports.DeviceRetiredException = DeviceRetiredException;
1328
- exports.DeviceRetiredException$ = DeviceRetiredException$;
1329
513
  exports.DeviceStatus = DeviceStatus;
1330
- exports.DeviceSummary$ = DeviceSummary$;
1331
514
  exports.DeviceType = DeviceType;
1332
- exports.ExperimentalCapabilities$ = ExperimentalCapabilities$;
1333
515
  exports.ExperimentalCapabilitiesEnablementType = ExperimentalCapabilitiesEnablementType;
1334
- exports.GetDevice$ = GetDevice$;
1335
516
  exports.GetDeviceCommand = GetDeviceCommand;
1336
- exports.GetDeviceRequest$ = GetDeviceRequest$;
1337
- exports.GetDeviceResponse$ = GetDeviceResponse$;
1338
- exports.GetJob$ = GetJob$;
1339
517
  exports.GetJobCommand = GetJobCommand;
1340
- exports.GetJobRequest$ = GetJobRequest$;
1341
- exports.GetJobResponse$ = GetJobResponse$;
1342
- exports.GetQuantumTask$ = GetQuantumTask$;
1343
518
  exports.GetQuantumTaskCommand = GetQuantumTaskCommand;
1344
- exports.GetQuantumTaskRequest$ = GetQuantumTaskRequest$;
1345
- exports.GetQuantumTaskResponse$ = GetQuantumTaskResponse$;
1346
519
  exports.HybridJobAdditionalAttributeName = HybridJobAdditionalAttributeName;
1347
- exports.HybridJobQueueInfo$ = HybridJobQueueInfo$;
1348
- exports.InputFileConfig$ = InputFileConfig$;
1349
- exports.InstanceConfig$ = InstanceConfig$;
1350
- exports.InternalServiceException = InternalServiceException;
1351
- exports.InternalServiceException$ = InternalServiceException$;
1352
- exports.JobCheckpointConfig$ = JobCheckpointConfig$;
1353
- exports.JobEventDetails$ = JobEventDetails$;
1354
520
  exports.JobEventType = JobEventType;
1355
- exports.JobOutputDataConfig$ = JobOutputDataConfig$;
1356
521
  exports.JobPrimaryStatus = JobPrimaryStatus;
1357
- exports.JobStoppingCondition$ = JobStoppingCondition$;
1358
- exports.JobSummary$ = JobSummary$;
1359
- exports.ListTagsForResource$ = ListTagsForResource$;
1360
522
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1361
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1362
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1363
- exports.ProgramSetValidationFailure$ = ProgramSetValidationFailure$;
1364
523
  exports.QuantumTaskAdditionalAttributeName = QuantumTaskAdditionalAttributeName;
1365
- exports.QuantumTaskQueueInfo$ = QuantumTaskQueueInfo$;
1366
524
  exports.QuantumTaskStatus = QuantumTaskStatus;
1367
- exports.QuantumTaskSummary$ = QuantumTaskSummary$;
1368
525
  exports.QueueName = QueueName;
1369
526
  exports.QueuePriority = QueuePriority;
1370
- exports.ResourceNotFoundException = ResourceNotFoundException;
1371
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1372
- exports.S3DataSource$ = S3DataSource$;
1373
- exports.ScriptModeConfig$ = ScriptModeConfig$;
1374
- exports.SearchDevices$ = SearchDevices$;
1375
527
  exports.SearchDevicesCommand = SearchDevicesCommand;
1376
- exports.SearchDevicesFilter$ = SearchDevicesFilter$;
1377
- exports.SearchDevicesRequest$ = SearchDevicesRequest$;
1378
- exports.SearchDevicesResponse$ = SearchDevicesResponse$;
1379
- exports.SearchJobs$ = SearchJobs$;
1380
528
  exports.SearchJobsCommand = SearchJobsCommand;
1381
- exports.SearchJobsFilter$ = SearchJobsFilter$;
1382
529
  exports.SearchJobsFilterOperator = SearchJobsFilterOperator;
1383
- exports.SearchJobsRequest$ = SearchJobsRequest$;
1384
- exports.SearchJobsResponse$ = SearchJobsResponse$;
1385
- exports.SearchQuantumTasks$ = SearchQuantumTasks$;
1386
530
  exports.SearchQuantumTasksCommand = SearchQuantumTasksCommand;
1387
- exports.SearchQuantumTasksFilter$ = SearchQuantumTasksFilter$;
1388
531
  exports.SearchQuantumTasksFilterOperator = SearchQuantumTasksFilterOperator;
1389
- exports.SearchQuantumTasksRequest$ = SearchQuantumTasksRequest$;
1390
- exports.SearchQuantumTasksResponse$ = SearchQuantumTasksResponse$;
1391
- exports.SearchSpendingLimits$ = SearchSpendingLimits$;
1392
532
  exports.SearchSpendingLimitsCommand = SearchSpendingLimitsCommand;
1393
- exports.SearchSpendingLimitsFilter$ = SearchSpendingLimitsFilter$;
1394
533
  exports.SearchSpendingLimitsFilterOperator = SearchSpendingLimitsFilterOperator;
1395
- exports.SearchSpendingLimitsRequest$ = SearchSpendingLimitsRequest$;
1396
- exports.SearchSpendingLimitsResponse$ = SearchSpendingLimitsResponse$;
1397
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1398
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1399
- exports.SpendingLimitSummary$ = SpendingLimitSummary$;
1400
- exports.TagResource$ = TagResource$;
1401
534
  exports.TagResourceCommand = TagResourceCommand;
1402
- exports.TagResourceRequest$ = TagResourceRequest$;
1403
- exports.TagResourceResponse$ = TagResourceResponse$;
1404
- exports.ThrottlingException = ThrottlingException;
1405
- exports.ThrottlingException$ = ThrottlingException$;
1406
- exports.TimePeriod$ = TimePeriod$;
1407
- exports.UntagResource$ = UntagResource$;
1408
535
  exports.UntagResourceCommand = UntagResourceCommand;
1409
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1410
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1411
- exports.UpdateSpendingLimit$ = UpdateSpendingLimit$;
1412
536
  exports.UpdateSpendingLimitCommand = UpdateSpendingLimitCommand;
1413
- exports.UpdateSpendingLimitRequest$ = UpdateSpendingLimitRequest$;
1414
- exports.UpdateSpendingLimitResponse$ = UpdateSpendingLimitResponse$;
1415
- exports.ValidationException = ValidationException;
1416
- exports.ValidationException$ = ValidationException$;
1417
537
  exports.ValidationExceptionReason = ValidationExceptionReason;
1418
538
  exports._InstanceType = _InstanceType;
1419
539
  exports.paginateSearchDevices = paginateSearchDevices;
1420
540
  exports.paginateSearchJobs = paginateSearchJobs;
1421
541
  exports.paginateSearchQuantumTasks = paginateSearchQuantumTasks;
1422
542
  exports.paginateSearchSpendingLimits = paginateSearchSpendingLimits;
543
+ Object.keys(schemas_0).forEach(function (k) {
544
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
545
+ enumerable: true,
546
+ get: function () { return schemas_0[k]; }
547
+ });
548
+ });
549
+ Object.keys(errors).forEach(function (k) {
550
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
551
+ enumerable: true,
552
+ get: function () { return errors[k]; }
553
+ });
554
+ });