@aws-sdk/client-braket 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CancelJobCommand.js +2 -2
- package/dist-cjs/commands/CancelQuantumTaskCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateQuantumTaskCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetQuantumTaskCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/SearchDevicesCommand.js +2 -2
- package/dist-cjs/commands/SearchJobsCommand.js +2 -2
- package/dist-cjs/commands/SearchQuantumTasksCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +178 -266
- package/dist-cjs/protocols/Aws_restJson1.js +184 -359
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CancelQuantumTaskCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateQuantumTaskCommand.js +3 -3
- package/dist-es/commands/GetDeviceCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetQuantumTaskCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/SearchDevicesCommand.js +3 -3
- package/dist-es/commands/SearchJobsCommand.js +3 -3
- package/dist-es/commands/SearchQuantumTasksCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +44 -176
- package/dist-es/protocols/Aws_restJson1.js +232 -366
- package/dist-types/models/models_0.d.ts +176 -264
- package/dist-types/ts3.4/models/models_0.d.ts +88 -176
- package/package.json +6 -6
|
@@ -20,12 +20,6 @@ export interface ContainerImage {
|
|
|
20
20
|
*/
|
|
21
21
|
uri: string | undefined;
|
|
22
22
|
}
|
|
23
|
-
export declare namespace ContainerImage {
|
|
24
|
-
/**
|
|
25
|
-
* @internal
|
|
26
|
-
*/
|
|
27
|
-
const filterSensitiveLog: (obj: ContainerImage) => any;
|
|
28
|
-
}
|
|
29
23
|
export declare enum CompressionType {
|
|
30
24
|
GZIP = "GZIP",
|
|
31
25
|
NONE = "NONE"
|
|
@@ -50,12 +44,6 @@ export interface ScriptModeConfig {
|
|
|
50
44
|
*/
|
|
51
45
|
compressionType?: CompressionType | string;
|
|
52
46
|
}
|
|
53
|
-
export declare namespace ScriptModeConfig {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
const filterSensitiveLog: (obj: ScriptModeConfig) => any;
|
|
58
|
-
}
|
|
59
47
|
/**
|
|
60
48
|
* <p>Defines the Amazon Braket job to be created. Specifies the container image the job uses
|
|
61
49
|
* and the paths to the Python scripts used for entry and training.</p>
|
|
@@ -70,24 +58,12 @@ export interface AlgorithmSpecification {
|
|
|
70
58
|
*/
|
|
71
59
|
containerImage?: ContainerImage;
|
|
72
60
|
}
|
|
73
|
-
export declare namespace AlgorithmSpecification {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
const filterSensitiveLog: (obj: AlgorithmSpecification) => any;
|
|
78
|
-
}
|
|
79
61
|
export interface GetDeviceRequest {
|
|
80
62
|
/**
|
|
81
63
|
* <p>The ARN of the device to retrieve.</p>
|
|
82
64
|
*/
|
|
83
65
|
deviceArn: string | undefined;
|
|
84
66
|
}
|
|
85
|
-
export declare namespace GetDeviceRequest {
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
const filterSensitiveLog: (obj: GetDeviceRequest) => any;
|
|
90
|
-
}
|
|
91
67
|
export declare enum DeviceStatus {
|
|
92
68
|
OFFLINE = "OFFLINE",
|
|
93
69
|
ONLINE = "ONLINE",
|
|
@@ -123,12 +99,6 @@ export interface GetDeviceResponse {
|
|
|
123
99
|
*/
|
|
124
100
|
deviceCapabilities: __LazyJsonString | string | undefined;
|
|
125
101
|
}
|
|
126
|
-
export declare namespace GetDeviceResponse {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
const filterSensitiveLog: (obj: GetDeviceResponse) => any;
|
|
131
|
-
}
|
|
132
102
|
/**
|
|
133
103
|
* <p>The request processing has failed because of an unknown error, exception, or
|
|
134
104
|
* failure.</p>
|
|
@@ -187,12 +157,6 @@ export interface SearchDevicesFilter {
|
|
|
187
157
|
*/
|
|
188
158
|
values: string[] | undefined;
|
|
189
159
|
}
|
|
190
|
-
export declare namespace SearchDevicesFilter {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
const filterSensitiveLog: (obj: SearchDevicesFilter) => any;
|
|
195
|
-
}
|
|
196
160
|
export interface SearchDevicesRequest {
|
|
197
161
|
/**
|
|
198
162
|
* <p>A token used for pagination of results returned in the response. Use the token returned
|
|
@@ -208,12 +172,6 @@ export interface SearchDevicesRequest {
|
|
|
208
172
|
*/
|
|
209
173
|
filters: SearchDevicesFilter[] | undefined;
|
|
210
174
|
}
|
|
211
|
-
export declare namespace SearchDevicesRequest {
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
|
-
const filterSensitiveLog: (obj: SearchDevicesRequest) => any;
|
|
216
|
-
}
|
|
217
175
|
/**
|
|
218
176
|
* <p>Includes information about the device.</p>
|
|
219
177
|
*/
|
|
@@ -239,12 +197,6 @@ export interface DeviceSummary {
|
|
|
239
197
|
*/
|
|
240
198
|
deviceStatus: DeviceStatus | string | undefined;
|
|
241
199
|
}
|
|
242
|
-
export declare namespace DeviceSummary {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
const filterSensitiveLog: (obj: DeviceSummary) => any;
|
|
247
|
-
}
|
|
248
200
|
export interface SearchDevicesResponse {
|
|
249
201
|
/**
|
|
250
202
|
* <p>An array of <code>DeviceSummary</code> objects for devices that match the specified
|
|
@@ -258,24 +210,12 @@ export interface SearchDevicesResponse {
|
|
|
258
210
|
*/
|
|
259
211
|
nextToken?: string;
|
|
260
212
|
}
|
|
261
|
-
export declare namespace SearchDevicesResponse {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
|
-
const filterSensitiveLog: (obj: SearchDevicesResponse) => any;
|
|
266
|
-
}
|
|
267
213
|
export interface CancelJobRequest {
|
|
268
214
|
/**
|
|
269
215
|
* <p>The ARN of the Amazon Braket job to cancel.</p>
|
|
270
216
|
*/
|
|
271
217
|
jobArn: string | undefined;
|
|
272
218
|
}
|
|
273
|
-
export declare namespace CancelJobRequest {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
|
-
const filterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
278
|
-
}
|
|
279
219
|
export declare enum CancellationStatus {
|
|
280
220
|
CANCELLED = "CANCELLED",
|
|
281
221
|
CANCELLING = "CANCELLING"
|
|
@@ -290,12 +230,6 @@ export interface CancelJobResponse {
|
|
|
290
230
|
*/
|
|
291
231
|
cancellationStatus: CancellationStatus | string | undefined;
|
|
292
232
|
}
|
|
293
|
-
export declare namespace CancelJobResponse {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
const filterSensitiveLog: (obj: CancelJobResponse) => any;
|
|
298
|
-
}
|
|
299
233
|
/**
|
|
300
234
|
* <p>An error occurred due to a conflict.</p>
|
|
301
235
|
*/
|
|
@@ -322,12 +256,6 @@ export interface JobCheckpointConfig {
|
|
|
322
256
|
*/
|
|
323
257
|
s3Uri: string | undefined;
|
|
324
258
|
}
|
|
325
|
-
export declare namespace JobCheckpointConfig {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
|
-
const filterSensitiveLog: (obj: JobCheckpointConfig) => any;
|
|
330
|
-
}
|
|
331
259
|
/**
|
|
332
260
|
* <p>Configures the quantum processing units (QPUs) or simulator used to create and run an
|
|
333
261
|
* Amazon Braket job.</p>
|
|
@@ -339,12 +267,6 @@ export interface DeviceConfig {
|
|
|
339
267
|
*/
|
|
340
268
|
device: string | undefined;
|
|
341
269
|
}
|
|
342
|
-
export declare namespace DeviceConfig {
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
*/
|
|
346
|
-
const filterSensitiveLog: (obj: DeviceConfig) => any;
|
|
347
|
-
}
|
|
348
270
|
/**
|
|
349
271
|
* <p>Information about the data stored in Amazon S3 used by the Amazon Braket job.</p>
|
|
350
272
|
*/
|
|
@@ -355,12 +277,6 @@ export interface S3DataSource {
|
|
|
355
277
|
*/
|
|
356
278
|
s3Uri: string | undefined;
|
|
357
279
|
}
|
|
358
|
-
export declare namespace S3DataSource {
|
|
359
|
-
/**
|
|
360
|
-
* @internal
|
|
361
|
-
*/
|
|
362
|
-
const filterSensitiveLog: (obj: S3DataSource) => any;
|
|
363
|
-
}
|
|
364
280
|
/**
|
|
365
281
|
* <p>Information about the source of the data used by the Amazon Braket job.</p>
|
|
366
282
|
*/
|
|
@@ -370,12 +286,6 @@ export interface DataSource {
|
|
|
370
286
|
*/
|
|
371
287
|
s3DataSource: S3DataSource | undefined;
|
|
372
288
|
}
|
|
373
|
-
export declare namespace DataSource {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
const filterSensitiveLog: (obj: DataSource) => any;
|
|
378
|
-
}
|
|
379
289
|
/**
|
|
380
290
|
* <p>A list of parameters that specify the input channels, type of input data, and where it
|
|
381
291
|
* is located.</p>
|
|
@@ -394,12 +304,6 @@ export interface InputFileConfig {
|
|
|
394
304
|
*/
|
|
395
305
|
dataSource: DataSource | undefined;
|
|
396
306
|
}
|
|
397
|
-
export declare namespace InputFileConfig {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
const filterSensitiveLog: (obj: InputFileConfig) => any;
|
|
402
|
-
}
|
|
403
307
|
export declare enum _InstanceType {
|
|
404
308
|
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
405
309
|
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
@@ -461,12 +365,6 @@ export interface InstanceConfig {
|
|
|
461
365
|
*/
|
|
462
366
|
instanceCount?: number;
|
|
463
367
|
}
|
|
464
|
-
export declare namespace InstanceConfig {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
|
-
const filterSensitiveLog: (obj: InstanceConfig) => any;
|
|
469
|
-
}
|
|
470
368
|
/**
|
|
471
369
|
* <p>Specifies the path to the S3 location where you want to store job artifacts and the
|
|
472
370
|
* encryption key used to store them.</p>
|
|
@@ -483,12 +381,6 @@ export interface JobOutputDataConfig {
|
|
|
483
381
|
*/
|
|
484
382
|
s3Path: string | undefined;
|
|
485
383
|
}
|
|
486
|
-
export declare namespace JobOutputDataConfig {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
|
-
const filterSensitiveLog: (obj: JobOutputDataConfig) => any;
|
|
491
|
-
}
|
|
492
384
|
/**
|
|
493
385
|
* <p>Specifies limits for how long an Amazon Braket job can run. </p>
|
|
494
386
|
*/
|
|
@@ -498,12 +390,6 @@ export interface JobStoppingCondition {
|
|
|
498
390
|
*/
|
|
499
391
|
maxRuntimeInSeconds?: number;
|
|
500
392
|
}
|
|
501
|
-
export declare namespace JobStoppingCondition {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
|
-
const filterSensitiveLog: (obj: JobStoppingCondition) => any;
|
|
506
|
-
}
|
|
507
393
|
export interface CreateJobRequest {
|
|
508
394
|
/**
|
|
509
395
|
* <p>A unique token that guarantees that the call to this API is idempotent.</p>
|
|
@@ -564,24 +450,12 @@ export interface CreateJobRequest {
|
|
|
564
450
|
*/
|
|
565
451
|
tags?: Record<string, string>;
|
|
566
452
|
}
|
|
567
|
-
export declare namespace CreateJobRequest {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
|
-
const filterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
572
|
-
}
|
|
573
453
|
export interface CreateJobResponse {
|
|
574
454
|
/**
|
|
575
455
|
* <p>The ARN of the Amazon Braket job created.</p>
|
|
576
456
|
*/
|
|
577
457
|
jobArn: string | undefined;
|
|
578
458
|
}
|
|
579
|
-
export declare namespace CreateJobResponse {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
|
-
const filterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
584
|
-
}
|
|
585
459
|
/**
|
|
586
460
|
* <p>The specified device has been retired.</p>
|
|
587
461
|
*/
|
|
@@ -610,12 +484,6 @@ export interface GetJobRequest {
|
|
|
610
484
|
*/
|
|
611
485
|
jobArn: string | undefined;
|
|
612
486
|
}
|
|
613
|
-
export declare namespace GetJobRequest {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
|
-
const filterSensitiveLog: (obj: GetJobRequest) => any;
|
|
618
|
-
}
|
|
619
487
|
export declare enum JobEventType {
|
|
620
488
|
CANCELLED = "CANCELLED",
|
|
621
489
|
COMPLETED = "COMPLETED",
|
|
@@ -646,12 +514,6 @@ export interface JobEventDetails {
|
|
|
646
514
|
*/
|
|
647
515
|
message?: string;
|
|
648
516
|
}
|
|
649
|
-
export declare namespace JobEventDetails {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
const filterSensitiveLog: (obj: JobEventDetails) => any;
|
|
654
|
-
}
|
|
655
517
|
export declare enum JobPrimaryStatus {
|
|
656
518
|
CANCELLED = "CANCELLED",
|
|
657
519
|
CANCELLING = "CANCELLING",
|
|
@@ -747,12 +609,6 @@ export interface GetJobResponse {
|
|
|
747
609
|
*/
|
|
748
610
|
tags?: Record<string, string>;
|
|
749
611
|
}
|
|
750
|
-
export declare namespace GetJobResponse {
|
|
751
|
-
/**
|
|
752
|
-
* @internal
|
|
753
|
-
*/
|
|
754
|
-
const filterSensitiveLog: (obj: GetJobResponse) => any;
|
|
755
|
-
}
|
|
756
612
|
export declare enum SearchJobsFilterOperator {
|
|
757
613
|
BETWEEN = "BETWEEN",
|
|
758
614
|
CONTAINS = "CONTAINS",
|
|
@@ -779,12 +635,6 @@ export interface SearchJobsFilter {
|
|
|
779
635
|
*/
|
|
780
636
|
operator: SearchJobsFilterOperator | string | undefined;
|
|
781
637
|
}
|
|
782
|
-
export declare namespace SearchJobsFilter {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
|
-
const filterSensitiveLog: (obj: SearchJobsFilter) => any;
|
|
787
|
-
}
|
|
788
638
|
export interface SearchJobsRequest {
|
|
789
639
|
/**
|
|
790
640
|
* <p>A token used for pagination of results returned in the response. Use the token returned
|
|
@@ -800,12 +650,6 @@ export interface SearchJobsRequest {
|
|
|
800
650
|
*/
|
|
801
651
|
filters: SearchJobsFilter[] | undefined;
|
|
802
652
|
}
|
|
803
|
-
export declare namespace SearchJobsRequest {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
|
-
const filterSensitiveLog: (obj: SearchJobsRequest) => any;
|
|
808
|
-
}
|
|
809
653
|
/**
|
|
810
654
|
* <p>Provides summary information about an Amazon Braket job.</p>
|
|
811
655
|
*/
|
|
@@ -845,12 +689,6 @@ export interface JobSummary {
|
|
|
845
689
|
*/
|
|
846
690
|
tags?: Record<string, string>;
|
|
847
691
|
}
|
|
848
|
-
export declare namespace JobSummary {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
|
-
const filterSensitiveLog: (obj: JobSummary) => any;
|
|
853
|
-
}
|
|
854
692
|
export interface SearchJobsResponse {
|
|
855
693
|
/**
|
|
856
694
|
* <p>An array of <code>JobSummary</code> objects for devices that match the specified filter
|
|
@@ -864,36 +702,18 @@ export interface SearchJobsResponse {
|
|
|
864
702
|
*/
|
|
865
703
|
nextToken?: string;
|
|
866
704
|
}
|
|
867
|
-
export declare namespace SearchJobsResponse {
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
|
-
const filterSensitiveLog: (obj: SearchJobsResponse) => any;
|
|
872
|
-
}
|
|
873
705
|
export interface ListTagsForResourceRequest {
|
|
874
706
|
/**
|
|
875
707
|
* <p>Specify the <code>resourceArn</code> for the resource whose tags to display.</p>
|
|
876
708
|
*/
|
|
877
709
|
resourceArn: string | undefined;
|
|
878
710
|
}
|
|
879
|
-
export declare namespace ListTagsForResourceRequest {
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
884
|
-
}
|
|
885
711
|
export interface ListTagsForResourceResponse {
|
|
886
712
|
/**
|
|
887
713
|
* <p>Displays the key, value pairs of tags associated with this resource.</p>
|
|
888
714
|
*/
|
|
889
715
|
tags?: Record<string, string>;
|
|
890
716
|
}
|
|
891
|
-
export declare namespace ListTagsForResourceResponse {
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
896
|
-
}
|
|
897
717
|
export interface CancelQuantumTaskRequest {
|
|
898
718
|
/**
|
|
899
719
|
* <p>The ARN of the task to cancel.</p>
|
|
@@ -904,12 +724,6 @@ export interface CancelQuantumTaskRequest {
|
|
|
904
724
|
*/
|
|
905
725
|
clientToken?: string;
|
|
906
726
|
}
|
|
907
|
-
export declare namespace CancelQuantumTaskRequest {
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
|
-
const filterSensitiveLog: (obj: CancelQuantumTaskRequest) => any;
|
|
912
|
-
}
|
|
913
727
|
export interface CancelQuantumTaskResponse {
|
|
914
728
|
/**
|
|
915
729
|
* <p>The ARN of the task.</p>
|
|
@@ -920,12 +734,6 @@ export interface CancelQuantumTaskResponse {
|
|
|
920
734
|
*/
|
|
921
735
|
cancellationStatus: CancellationStatus | string | undefined;
|
|
922
736
|
}
|
|
923
|
-
export declare namespace CancelQuantumTaskResponse {
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
|
-
const filterSensitiveLog: (obj: CancelQuantumTaskResponse) => any;
|
|
928
|
-
}
|
|
929
737
|
export interface CreateQuantumTaskRequest {
|
|
930
738
|
/**
|
|
931
739
|
* <p>The client token associated with the request.</p>
|
|
@@ -964,24 +772,12 @@ export interface CreateQuantumTaskRequest {
|
|
|
964
772
|
*/
|
|
965
773
|
jobToken?: string;
|
|
966
774
|
}
|
|
967
|
-
export declare namespace CreateQuantumTaskRequest {
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
|
-
const filterSensitiveLog: (obj: CreateQuantumTaskRequest) => any;
|
|
972
|
-
}
|
|
973
775
|
export interface CreateQuantumTaskResponse {
|
|
974
776
|
/**
|
|
975
777
|
* <p>The ARN of the task created by the request.</p>
|
|
976
778
|
*/
|
|
977
779
|
quantumTaskArn: string | undefined;
|
|
978
780
|
}
|
|
979
|
-
export declare namespace CreateQuantumTaskResponse {
|
|
980
|
-
/**
|
|
981
|
-
* @internal
|
|
982
|
-
*/
|
|
983
|
-
const filterSensitiveLog: (obj: CreateQuantumTaskResponse) => any;
|
|
984
|
-
}
|
|
985
781
|
/**
|
|
986
782
|
* <p>The specified device is currently offline.</p>
|
|
987
783
|
*/
|
|
@@ -999,12 +795,6 @@ export interface GetQuantumTaskRequest {
|
|
|
999
795
|
*/
|
|
1000
796
|
quantumTaskArn: string | undefined;
|
|
1001
797
|
}
|
|
1002
|
-
export declare namespace GetQuantumTaskRequest {
|
|
1003
|
-
/**
|
|
1004
|
-
* @internal
|
|
1005
|
-
*/
|
|
1006
|
-
const filterSensitiveLog: (obj: GetQuantumTaskRequest) => any;
|
|
1007
|
-
}
|
|
1008
798
|
export declare enum QuantumTaskStatus {
|
|
1009
799
|
CANCELLED = "CANCELLED",
|
|
1010
800
|
CANCELLING = "CANCELLING",
|
|
@@ -1064,12 +854,6 @@ export interface GetQuantumTaskResponse {
|
|
|
1064
854
|
*/
|
|
1065
855
|
jobArn?: string;
|
|
1066
856
|
}
|
|
1067
|
-
export declare namespace GetQuantumTaskResponse {
|
|
1068
|
-
/**
|
|
1069
|
-
* @internal
|
|
1070
|
-
*/
|
|
1071
|
-
const filterSensitiveLog: (obj: GetQuantumTaskResponse) => any;
|
|
1072
|
-
}
|
|
1073
857
|
export declare enum SearchQuantumTasksFilterOperator {
|
|
1074
858
|
BETWEEN = "BETWEEN",
|
|
1075
859
|
EQUAL = "EQUAL",
|
|
@@ -1095,12 +879,6 @@ export interface SearchQuantumTasksFilter {
|
|
|
1095
879
|
*/
|
|
1096
880
|
operator: SearchQuantumTasksFilterOperator | string | undefined;
|
|
1097
881
|
}
|
|
1098
|
-
export declare namespace SearchQuantumTasksFilter {
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
|
-
const filterSensitiveLog: (obj: SearchQuantumTasksFilter) => any;
|
|
1103
|
-
}
|
|
1104
882
|
export interface SearchQuantumTasksRequest {
|
|
1105
883
|
/**
|
|
1106
884
|
* <p>A token used for pagination of results returned in the response. Use the token returned
|
|
@@ -1116,12 +894,6 @@ export interface SearchQuantumTasksRequest {
|
|
|
1116
894
|
*/
|
|
1117
895
|
filters: SearchQuantumTasksFilter[] | undefined;
|
|
1118
896
|
}
|
|
1119
|
-
export declare namespace SearchQuantumTasksRequest {
|
|
1120
|
-
/**
|
|
1121
|
-
* @internal
|
|
1122
|
-
*/
|
|
1123
|
-
const filterSensitiveLog: (obj: SearchQuantumTasksRequest) => any;
|
|
1124
|
-
}
|
|
1125
897
|
/**
|
|
1126
898
|
* <p>Includes information about a quantum task.</p>
|
|
1127
899
|
*/
|
|
@@ -1163,12 +935,6 @@ export interface QuantumTaskSummary {
|
|
|
1163
935
|
*/
|
|
1164
936
|
tags?: Record<string, string>;
|
|
1165
937
|
}
|
|
1166
|
-
export declare namespace QuantumTaskSummary {
|
|
1167
|
-
/**
|
|
1168
|
-
* @internal
|
|
1169
|
-
*/
|
|
1170
|
-
const filterSensitiveLog: (obj: QuantumTaskSummary) => any;
|
|
1171
|
-
}
|
|
1172
938
|
export interface SearchQuantumTasksResponse {
|
|
1173
939
|
/**
|
|
1174
940
|
* <p>An array of <code>QuantumTaskSummary</code> objects for tasks that match the specified
|
|
@@ -1182,12 +948,6 @@ export interface SearchQuantumTasksResponse {
|
|
|
1182
948
|
*/
|
|
1183
949
|
nextToken?: string;
|
|
1184
950
|
}
|
|
1185
|
-
export declare namespace SearchQuantumTasksResponse {
|
|
1186
|
-
/**
|
|
1187
|
-
* @internal
|
|
1188
|
-
*/
|
|
1189
|
-
const filterSensitiveLog: (obj: SearchQuantumTasksResponse) => any;
|
|
1190
|
-
}
|
|
1191
951
|
export interface TagResourceRequest {
|
|
1192
952
|
/**
|
|
1193
953
|
* <p>Specify the <code>resourceArn</code> of the resource to which a tag will be
|
|
@@ -1199,20 +959,8 @@ export interface TagResourceRequest {
|
|
|
1199
959
|
*/
|
|
1200
960
|
tags: Record<string, string> | undefined;
|
|
1201
961
|
}
|
|
1202
|
-
export declare namespace TagResourceRequest {
|
|
1203
|
-
/**
|
|
1204
|
-
* @internal
|
|
1205
|
-
*/
|
|
1206
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1207
|
-
}
|
|
1208
962
|
export interface TagResourceResponse {
|
|
1209
963
|
}
|
|
1210
|
-
export declare namespace TagResourceResponse {
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1215
|
-
}
|
|
1216
964
|
export interface UntagResourceRequest {
|
|
1217
965
|
/**
|
|
1218
966
|
* <p>Specify the <code>resourceArn</code> for the resource from which to remove the
|
|
@@ -1224,17 +972,181 @@ export interface UntagResourceRequest {
|
|
|
1224
972
|
*/
|
|
1225
973
|
tagKeys: string[] | undefined;
|
|
1226
974
|
}
|
|
1227
|
-
export declare namespace UntagResourceRequest {
|
|
1228
|
-
/**
|
|
1229
|
-
* @internal
|
|
1230
|
-
*/
|
|
1231
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1232
|
-
}
|
|
1233
975
|
export interface UntagResourceResponse {
|
|
1234
976
|
}
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
977
|
+
/**
|
|
978
|
+
* @internal
|
|
979
|
+
*/
|
|
980
|
+
export declare const ContainerImageFilterSensitiveLog: (obj: ContainerImage) => any;
|
|
981
|
+
/**
|
|
982
|
+
* @internal
|
|
983
|
+
*/
|
|
984
|
+
export declare const ScriptModeConfigFilterSensitiveLog: (obj: ScriptModeConfig) => any;
|
|
985
|
+
/**
|
|
986
|
+
* @internal
|
|
987
|
+
*/
|
|
988
|
+
export declare const AlgorithmSpecificationFilterSensitiveLog: (obj: AlgorithmSpecification) => any;
|
|
989
|
+
/**
|
|
990
|
+
* @internal
|
|
991
|
+
*/
|
|
992
|
+
export declare const GetDeviceRequestFilterSensitiveLog: (obj: GetDeviceRequest) => any;
|
|
993
|
+
/**
|
|
994
|
+
* @internal
|
|
995
|
+
*/
|
|
996
|
+
export declare const GetDeviceResponseFilterSensitiveLog: (obj: GetDeviceResponse) => any;
|
|
997
|
+
/**
|
|
998
|
+
* @internal
|
|
999
|
+
*/
|
|
1000
|
+
export declare const SearchDevicesFilterFilterSensitiveLog: (obj: SearchDevicesFilter) => any;
|
|
1001
|
+
/**
|
|
1002
|
+
* @internal
|
|
1003
|
+
*/
|
|
1004
|
+
export declare const SearchDevicesRequestFilterSensitiveLog: (obj: SearchDevicesRequest) => any;
|
|
1005
|
+
/**
|
|
1006
|
+
* @internal
|
|
1007
|
+
*/
|
|
1008
|
+
export declare const DeviceSummaryFilterSensitiveLog: (obj: DeviceSummary) => any;
|
|
1009
|
+
/**
|
|
1010
|
+
* @internal
|
|
1011
|
+
*/
|
|
1012
|
+
export declare const SearchDevicesResponseFilterSensitiveLog: (obj: SearchDevicesResponse) => any;
|
|
1013
|
+
/**
|
|
1014
|
+
* @internal
|
|
1015
|
+
*/
|
|
1016
|
+
export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
1017
|
+
/**
|
|
1018
|
+
* @internal
|
|
1019
|
+
*/
|
|
1020
|
+
export declare const CancelJobResponseFilterSensitiveLog: (obj: CancelJobResponse) => any;
|
|
1021
|
+
/**
|
|
1022
|
+
* @internal
|
|
1023
|
+
*/
|
|
1024
|
+
export declare const JobCheckpointConfigFilterSensitiveLog: (obj: JobCheckpointConfig) => any;
|
|
1025
|
+
/**
|
|
1026
|
+
* @internal
|
|
1027
|
+
*/
|
|
1028
|
+
export declare const DeviceConfigFilterSensitiveLog: (obj: DeviceConfig) => any;
|
|
1029
|
+
/**
|
|
1030
|
+
* @internal
|
|
1031
|
+
*/
|
|
1032
|
+
export declare const S3DataSourceFilterSensitiveLog: (obj: S3DataSource) => any;
|
|
1033
|
+
/**
|
|
1034
|
+
* @internal
|
|
1035
|
+
*/
|
|
1036
|
+
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
1037
|
+
/**
|
|
1038
|
+
* @internal
|
|
1039
|
+
*/
|
|
1040
|
+
export declare const InputFileConfigFilterSensitiveLog: (obj: InputFileConfig) => any;
|
|
1041
|
+
/**
|
|
1042
|
+
* @internal
|
|
1043
|
+
*/
|
|
1044
|
+
export declare const InstanceConfigFilterSensitiveLog: (obj: InstanceConfig) => any;
|
|
1045
|
+
/**
|
|
1046
|
+
* @internal
|
|
1047
|
+
*/
|
|
1048
|
+
export declare const JobOutputDataConfigFilterSensitiveLog: (obj: JobOutputDataConfig) => any;
|
|
1049
|
+
/**
|
|
1050
|
+
* @internal
|
|
1051
|
+
*/
|
|
1052
|
+
export declare const JobStoppingConditionFilterSensitiveLog: (obj: JobStoppingCondition) => any;
|
|
1053
|
+
/**
|
|
1054
|
+
* @internal
|
|
1055
|
+
*/
|
|
1056
|
+
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
1057
|
+
/**
|
|
1058
|
+
* @internal
|
|
1059
|
+
*/
|
|
1060
|
+
export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
1061
|
+
/**
|
|
1062
|
+
* @internal
|
|
1063
|
+
*/
|
|
1064
|
+
export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
|
|
1065
|
+
/**
|
|
1066
|
+
* @internal
|
|
1067
|
+
*/
|
|
1068
|
+
export declare const JobEventDetailsFilterSensitiveLog: (obj: JobEventDetails) => any;
|
|
1069
|
+
/**
|
|
1070
|
+
* @internal
|
|
1071
|
+
*/
|
|
1072
|
+
export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
|
|
1073
|
+
/**
|
|
1074
|
+
* @internal
|
|
1075
|
+
*/
|
|
1076
|
+
export declare const SearchJobsFilterFilterSensitiveLog: (obj: SearchJobsFilter) => any;
|
|
1077
|
+
/**
|
|
1078
|
+
* @internal
|
|
1079
|
+
*/
|
|
1080
|
+
export declare const SearchJobsRequestFilterSensitiveLog: (obj: SearchJobsRequest) => any;
|
|
1081
|
+
/**
|
|
1082
|
+
* @internal
|
|
1083
|
+
*/
|
|
1084
|
+
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
1085
|
+
/**
|
|
1086
|
+
* @internal
|
|
1087
|
+
*/
|
|
1088
|
+
export declare const SearchJobsResponseFilterSensitiveLog: (obj: SearchJobsResponse) => any;
|
|
1089
|
+
/**
|
|
1090
|
+
* @internal
|
|
1091
|
+
*/
|
|
1092
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1093
|
+
/**
|
|
1094
|
+
* @internal
|
|
1095
|
+
*/
|
|
1096
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1097
|
+
/**
|
|
1098
|
+
* @internal
|
|
1099
|
+
*/
|
|
1100
|
+
export declare const CancelQuantumTaskRequestFilterSensitiveLog: (obj: CancelQuantumTaskRequest) => any;
|
|
1101
|
+
/**
|
|
1102
|
+
* @internal
|
|
1103
|
+
*/
|
|
1104
|
+
export declare const CancelQuantumTaskResponseFilterSensitiveLog: (obj: CancelQuantumTaskResponse) => any;
|
|
1105
|
+
/**
|
|
1106
|
+
* @internal
|
|
1107
|
+
*/
|
|
1108
|
+
export declare const CreateQuantumTaskRequestFilterSensitiveLog: (obj: CreateQuantumTaskRequest) => any;
|
|
1109
|
+
/**
|
|
1110
|
+
* @internal
|
|
1111
|
+
*/
|
|
1112
|
+
export declare const CreateQuantumTaskResponseFilterSensitiveLog: (obj: CreateQuantumTaskResponse) => any;
|
|
1113
|
+
/**
|
|
1114
|
+
* @internal
|
|
1115
|
+
*/
|
|
1116
|
+
export declare const GetQuantumTaskRequestFilterSensitiveLog: (obj: GetQuantumTaskRequest) => any;
|
|
1117
|
+
/**
|
|
1118
|
+
* @internal
|
|
1119
|
+
*/
|
|
1120
|
+
export declare const GetQuantumTaskResponseFilterSensitiveLog: (obj: GetQuantumTaskResponse) => any;
|
|
1121
|
+
/**
|
|
1122
|
+
* @internal
|
|
1123
|
+
*/
|
|
1124
|
+
export declare const SearchQuantumTasksFilterFilterSensitiveLog: (obj: SearchQuantumTasksFilter) => any;
|
|
1125
|
+
/**
|
|
1126
|
+
* @internal
|
|
1127
|
+
*/
|
|
1128
|
+
export declare const SearchQuantumTasksRequestFilterSensitiveLog: (obj: SearchQuantumTasksRequest) => any;
|
|
1129
|
+
/**
|
|
1130
|
+
* @internal
|
|
1131
|
+
*/
|
|
1132
|
+
export declare const QuantumTaskSummaryFilterSensitiveLog: (obj: QuantumTaskSummary) => any;
|
|
1133
|
+
/**
|
|
1134
|
+
* @internal
|
|
1135
|
+
*/
|
|
1136
|
+
export declare const SearchQuantumTasksResponseFilterSensitiveLog: (obj: SearchQuantumTasksResponse) => any;
|
|
1137
|
+
/**
|
|
1138
|
+
* @internal
|
|
1139
|
+
*/
|
|
1140
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1141
|
+
/**
|
|
1142
|
+
* @internal
|
|
1143
|
+
*/
|
|
1144
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1145
|
+
/**
|
|
1146
|
+
* @internal
|
|
1147
|
+
*/
|
|
1148
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1149
|
+
/**
|
|
1150
|
+
* @internal
|
|
1151
|
+
*/
|
|
1152
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|