@aws-sdk/client-braket 3.301.0 → 3.303.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/models/models_0.js +105 -115
- package/dist-es/models/models_0.js +105 -115
- package/dist-types/models/models_0.d.ts +155 -105
- package/dist-types/ts3.4/models/models_0.d.ts +121 -105
- package/package.json +34 -34
|
@@ -15,22 +15,19 @@ class AccessDeniedException extends BraketServiceException_1.BraketServiceExcept
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
exports.AccessDeniedException = AccessDeniedException;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
DeviceType["QPU"] = "QPU";
|
|
32
|
-
DeviceType["SIMULATOR"] = "SIMULATOR";
|
|
33
|
-
})(DeviceType = exports.DeviceType || (exports.DeviceType = {}));
|
|
18
|
+
exports.CompressionType = {
|
|
19
|
+
GZIP: "GZIP",
|
|
20
|
+
NONE: "NONE",
|
|
21
|
+
};
|
|
22
|
+
exports.DeviceStatus = {
|
|
23
|
+
OFFLINE: "OFFLINE",
|
|
24
|
+
ONLINE: "ONLINE",
|
|
25
|
+
RETIRED: "RETIRED",
|
|
26
|
+
};
|
|
27
|
+
exports.DeviceType = {
|
|
28
|
+
QPU: "QPU",
|
|
29
|
+
SIMULATOR: "SIMULATOR",
|
|
30
|
+
};
|
|
34
31
|
class InternalServiceException extends BraketServiceException_1.BraketServiceException {
|
|
35
32
|
constructor(opts) {
|
|
36
33
|
super({
|
|
@@ -83,11 +80,10 @@ class ValidationException extends BraketServiceException_1.BraketServiceExceptio
|
|
|
83
80
|
}
|
|
84
81
|
}
|
|
85
82
|
exports.ValidationException = ValidationException;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
})(CancellationStatus = exports.CancellationStatus || (exports.CancellationStatus = {}));
|
|
83
|
+
exports.CancellationStatus = {
|
|
84
|
+
CANCELLED: "CANCELLED",
|
|
85
|
+
CANCELLING: "CANCELLING",
|
|
86
|
+
};
|
|
91
87
|
class ConflictException extends BraketServiceException_1.BraketServiceException {
|
|
92
88
|
constructor(opts) {
|
|
93
89
|
super({
|
|
@@ -101,48 +97,47 @@ class ConflictException extends BraketServiceException_1.BraketServiceException
|
|
|
101
97
|
}
|
|
102
98
|
}
|
|
103
99
|
exports.ConflictException = ConflictException;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
})(_InstanceType = exports._InstanceType || (exports._InstanceType = {}));
|
|
100
|
+
exports._InstanceType = {
|
|
101
|
+
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
102
|
+
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
103
|
+
ML_C4_8XLARGE: "ml.c4.8xlarge",
|
|
104
|
+
ML_C4_XLARGE: "ml.c4.xlarge",
|
|
105
|
+
ML_C5N_18XLARGE: "ml.c5n.18xlarge",
|
|
106
|
+
ML_C5N_2XLARGE: "ml.c5n.2xlarge",
|
|
107
|
+
ML_C5N_4XLARGE: "ml.c5n.4xlarge",
|
|
108
|
+
ML_C5N_9XLARGE: "ml.c5n.9xlarge",
|
|
109
|
+
ML_C5N_XLARGE: "ml.c5n.xlarge",
|
|
110
|
+
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
111
|
+
ML_C5_2XLARGE: "ml.c5.2xlarge",
|
|
112
|
+
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
113
|
+
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
114
|
+
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
115
|
+
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
116
|
+
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
117
|
+
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
118
|
+
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
119
|
+
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
120
|
+
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
121
|
+
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
122
|
+
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
123
|
+
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
124
|
+
ML_M4_4XLARGE: "ml.m4.4xlarge",
|
|
125
|
+
ML_M4_XLARGE: "ml.m4.xlarge",
|
|
126
|
+
ML_M5_12XLARGE: "ml.m5.12xlarge",
|
|
127
|
+
ML_M5_24XLARGE: "ml.m5.24xlarge",
|
|
128
|
+
ML_M5_2XLARGE: "ml.m5.2xlarge",
|
|
129
|
+
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
130
|
+
ML_M5_LARGE: "ml.m5.large",
|
|
131
|
+
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
132
|
+
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
133
|
+
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
134
|
+
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
135
|
+
ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
|
|
136
|
+
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
137
|
+
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
138
|
+
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
139
|
+
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
140
|
+
};
|
|
146
141
|
class DeviceRetiredException extends BraketServiceException_1.BraketServiceException {
|
|
147
142
|
constructor(opts) {
|
|
148
143
|
super({
|
|
@@ -169,39 +164,36 @@ class ServiceQuotaExceededException extends BraketServiceException_1.BraketServi
|
|
|
169
164
|
}
|
|
170
165
|
}
|
|
171
166
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
SearchJobsFilterOperator["LT"] = "LT";
|
|
203
|
-
SearchJobsFilterOperator["LTE"] = "LTE";
|
|
204
|
-
})(SearchJobsFilterOperator = exports.SearchJobsFilterOperator || (exports.SearchJobsFilterOperator = {}));
|
|
167
|
+
exports.JobEventType = {
|
|
168
|
+
CANCELLED: "CANCELLED",
|
|
169
|
+
COMPLETED: "COMPLETED",
|
|
170
|
+
DEPRIORITIZED_DUE_TO_INACTIVITY: "DEPRIORITIZED_DUE_TO_INACTIVITY",
|
|
171
|
+
DOWNLOADING_DATA: "DOWNLOADING_DATA",
|
|
172
|
+
FAILED: "FAILED",
|
|
173
|
+
MAX_RUNTIME_EXCEEDED: "MAX_RUNTIME_EXCEEDED",
|
|
174
|
+
QUEUED_FOR_EXECUTION: "QUEUED_FOR_EXECUTION",
|
|
175
|
+
RUNNING: "RUNNING",
|
|
176
|
+
STARTING_INSTANCE: "STARTING_INSTANCE",
|
|
177
|
+
UPLOADING_RESULTS: "UPLOADING_RESULTS",
|
|
178
|
+
WAITING_FOR_PRIORITY: "WAITING_FOR_PRIORITY",
|
|
179
|
+
};
|
|
180
|
+
exports.JobPrimaryStatus = {
|
|
181
|
+
CANCELLED: "CANCELLED",
|
|
182
|
+
CANCELLING: "CANCELLING",
|
|
183
|
+
COMPLETED: "COMPLETED",
|
|
184
|
+
FAILED: "FAILED",
|
|
185
|
+
QUEUED: "QUEUED",
|
|
186
|
+
RUNNING: "RUNNING",
|
|
187
|
+
};
|
|
188
|
+
exports.SearchJobsFilterOperator = {
|
|
189
|
+
BETWEEN: "BETWEEN",
|
|
190
|
+
CONTAINS: "CONTAINS",
|
|
191
|
+
EQUAL: "EQUAL",
|
|
192
|
+
GT: "GT",
|
|
193
|
+
GTE: "GTE",
|
|
194
|
+
LT: "LT",
|
|
195
|
+
LTE: "LTE",
|
|
196
|
+
};
|
|
205
197
|
class DeviceOfflineException extends BraketServiceException_1.BraketServiceException {
|
|
206
198
|
constructor(opts) {
|
|
207
199
|
super({
|
|
@@ -215,22 +207,20 @@ class DeviceOfflineException extends BraketServiceException_1.BraketServiceExcep
|
|
|
215
207
|
}
|
|
216
208
|
}
|
|
217
209
|
exports.DeviceOfflineException = DeviceOfflineException;
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
SearchQuantumTasksFilterOperator["LTE"] = "LTE";
|
|
236
|
-
})(SearchQuantumTasksFilterOperator = exports.SearchQuantumTasksFilterOperator || (exports.SearchQuantumTasksFilterOperator = {}));
|
|
210
|
+
exports.QuantumTaskStatus = {
|
|
211
|
+
CANCELLED: "CANCELLED",
|
|
212
|
+
CANCELLING: "CANCELLING",
|
|
213
|
+
COMPLETED: "COMPLETED",
|
|
214
|
+
CREATED: "CREATED",
|
|
215
|
+
FAILED: "FAILED",
|
|
216
|
+
QUEUED: "QUEUED",
|
|
217
|
+
RUNNING: "RUNNING",
|
|
218
|
+
};
|
|
219
|
+
exports.SearchQuantumTasksFilterOperator = {
|
|
220
|
+
BETWEEN: "BETWEEN",
|
|
221
|
+
EQUAL: "EQUAL",
|
|
222
|
+
GT: "GT",
|
|
223
|
+
GTE: "GTE",
|
|
224
|
+
LT: "LT",
|
|
225
|
+
LTE: "LTE",
|
|
226
|
+
};
|
|
@@ -11,22 +11,19 @@ export class AccessDeniedException extends __BaseException {
|
|
|
11
11
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
DeviceType["QPU"] = "QPU";
|
|
28
|
-
DeviceType["SIMULATOR"] = "SIMULATOR";
|
|
29
|
-
})(DeviceType || (DeviceType = {}));
|
|
14
|
+
export const CompressionType = {
|
|
15
|
+
GZIP: "GZIP",
|
|
16
|
+
NONE: "NONE",
|
|
17
|
+
};
|
|
18
|
+
export const DeviceStatus = {
|
|
19
|
+
OFFLINE: "OFFLINE",
|
|
20
|
+
ONLINE: "ONLINE",
|
|
21
|
+
RETIRED: "RETIRED",
|
|
22
|
+
};
|
|
23
|
+
export const DeviceType = {
|
|
24
|
+
QPU: "QPU",
|
|
25
|
+
SIMULATOR: "SIMULATOR",
|
|
26
|
+
};
|
|
30
27
|
export class InternalServiceException extends __BaseException {
|
|
31
28
|
constructor(opts) {
|
|
32
29
|
super({
|
|
@@ -75,11 +72,10 @@ export class ValidationException extends __BaseException {
|
|
|
75
72
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
76
73
|
}
|
|
77
74
|
}
|
|
78
|
-
export
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
})(CancellationStatus || (CancellationStatus = {}));
|
|
75
|
+
export const CancellationStatus = {
|
|
76
|
+
CANCELLED: "CANCELLED",
|
|
77
|
+
CANCELLING: "CANCELLING",
|
|
78
|
+
};
|
|
83
79
|
export class ConflictException extends __BaseException {
|
|
84
80
|
constructor(opts) {
|
|
85
81
|
super({
|
|
@@ -92,48 +88,47 @@ export class ConflictException extends __BaseException {
|
|
|
92
88
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
93
89
|
}
|
|
94
90
|
}
|
|
95
|
-
export
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
})(_InstanceType || (_InstanceType = {}));
|
|
91
|
+
export const _InstanceType = {
|
|
92
|
+
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
93
|
+
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
94
|
+
ML_C4_8XLARGE: "ml.c4.8xlarge",
|
|
95
|
+
ML_C4_XLARGE: "ml.c4.xlarge",
|
|
96
|
+
ML_C5N_18XLARGE: "ml.c5n.18xlarge",
|
|
97
|
+
ML_C5N_2XLARGE: "ml.c5n.2xlarge",
|
|
98
|
+
ML_C5N_4XLARGE: "ml.c5n.4xlarge",
|
|
99
|
+
ML_C5N_9XLARGE: "ml.c5n.9xlarge",
|
|
100
|
+
ML_C5N_XLARGE: "ml.c5n.xlarge",
|
|
101
|
+
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
102
|
+
ML_C5_2XLARGE: "ml.c5.2xlarge",
|
|
103
|
+
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
104
|
+
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
105
|
+
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
106
|
+
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
107
|
+
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
108
|
+
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
109
|
+
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
110
|
+
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
111
|
+
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
112
|
+
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
113
|
+
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
114
|
+
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
115
|
+
ML_M4_4XLARGE: "ml.m4.4xlarge",
|
|
116
|
+
ML_M4_XLARGE: "ml.m4.xlarge",
|
|
117
|
+
ML_M5_12XLARGE: "ml.m5.12xlarge",
|
|
118
|
+
ML_M5_24XLARGE: "ml.m5.24xlarge",
|
|
119
|
+
ML_M5_2XLARGE: "ml.m5.2xlarge",
|
|
120
|
+
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
121
|
+
ML_M5_LARGE: "ml.m5.large",
|
|
122
|
+
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
123
|
+
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
124
|
+
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
125
|
+
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
126
|
+
ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
|
|
127
|
+
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
128
|
+
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
129
|
+
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
130
|
+
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
131
|
+
};
|
|
137
132
|
export class DeviceRetiredException extends __BaseException {
|
|
138
133
|
constructor(opts) {
|
|
139
134
|
super({
|
|
@@ -158,39 +153,36 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
158
153
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
159
154
|
}
|
|
160
155
|
}
|
|
161
|
-
export
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
SearchJobsFilterOperator["LT"] = "LT";
|
|
192
|
-
SearchJobsFilterOperator["LTE"] = "LTE";
|
|
193
|
-
})(SearchJobsFilterOperator || (SearchJobsFilterOperator = {}));
|
|
156
|
+
export const JobEventType = {
|
|
157
|
+
CANCELLED: "CANCELLED",
|
|
158
|
+
COMPLETED: "COMPLETED",
|
|
159
|
+
DEPRIORITIZED_DUE_TO_INACTIVITY: "DEPRIORITIZED_DUE_TO_INACTIVITY",
|
|
160
|
+
DOWNLOADING_DATA: "DOWNLOADING_DATA",
|
|
161
|
+
FAILED: "FAILED",
|
|
162
|
+
MAX_RUNTIME_EXCEEDED: "MAX_RUNTIME_EXCEEDED",
|
|
163
|
+
QUEUED_FOR_EXECUTION: "QUEUED_FOR_EXECUTION",
|
|
164
|
+
RUNNING: "RUNNING",
|
|
165
|
+
STARTING_INSTANCE: "STARTING_INSTANCE",
|
|
166
|
+
UPLOADING_RESULTS: "UPLOADING_RESULTS",
|
|
167
|
+
WAITING_FOR_PRIORITY: "WAITING_FOR_PRIORITY",
|
|
168
|
+
};
|
|
169
|
+
export const JobPrimaryStatus = {
|
|
170
|
+
CANCELLED: "CANCELLED",
|
|
171
|
+
CANCELLING: "CANCELLING",
|
|
172
|
+
COMPLETED: "COMPLETED",
|
|
173
|
+
FAILED: "FAILED",
|
|
174
|
+
QUEUED: "QUEUED",
|
|
175
|
+
RUNNING: "RUNNING",
|
|
176
|
+
};
|
|
177
|
+
export const SearchJobsFilterOperator = {
|
|
178
|
+
BETWEEN: "BETWEEN",
|
|
179
|
+
CONTAINS: "CONTAINS",
|
|
180
|
+
EQUAL: "EQUAL",
|
|
181
|
+
GT: "GT",
|
|
182
|
+
GTE: "GTE",
|
|
183
|
+
LT: "LT",
|
|
184
|
+
LTE: "LTE",
|
|
185
|
+
};
|
|
194
186
|
export class DeviceOfflineException extends __BaseException {
|
|
195
187
|
constructor(opts) {
|
|
196
188
|
super({
|
|
@@ -203,22 +195,20 @@ export class DeviceOfflineException extends __BaseException {
|
|
|
203
195
|
Object.setPrototypeOf(this, DeviceOfflineException.prototype);
|
|
204
196
|
}
|
|
205
197
|
}
|
|
206
|
-
export
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
SearchQuantumTasksFilterOperator["LTE"] = "LTE";
|
|
224
|
-
})(SearchQuantumTasksFilterOperator || (SearchQuantumTasksFilterOperator = {}));
|
|
198
|
+
export const QuantumTaskStatus = {
|
|
199
|
+
CANCELLED: "CANCELLED",
|
|
200
|
+
CANCELLING: "CANCELLING",
|
|
201
|
+
COMPLETED: "COMPLETED",
|
|
202
|
+
CREATED: "CREATED",
|
|
203
|
+
FAILED: "FAILED",
|
|
204
|
+
QUEUED: "QUEUED",
|
|
205
|
+
RUNNING: "RUNNING",
|
|
206
|
+
};
|
|
207
|
+
export const SearchQuantumTasksFilterOperator = {
|
|
208
|
+
BETWEEN: "BETWEEN",
|
|
209
|
+
EQUAL: "EQUAL",
|
|
210
|
+
GT: "GT",
|
|
211
|
+
GTE: "GTE",
|
|
212
|
+
LT: "LT",
|
|
213
|
+
LTE: "LTE",
|
|
214
|
+
};
|
|
@@ -24,11 +24,16 @@ export interface ContainerImage {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* @public
|
|
27
|
+
* @enum
|
|
27
28
|
*/
|
|
28
|
-
export declare
|
|
29
|
-
GZIP
|
|
30
|
-
NONE
|
|
31
|
-
}
|
|
29
|
+
export declare const CompressionType: {
|
|
30
|
+
readonly GZIP: "GZIP";
|
|
31
|
+
readonly NONE: "NONE";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export type CompressionType = (typeof CompressionType)[keyof typeof CompressionType];
|
|
32
37
|
/**
|
|
33
38
|
* @public
|
|
34
39
|
* <p>Contains information about the Python scripts used for entry and by an Amazon Braket
|
|
@@ -76,19 +81,29 @@ export interface GetDeviceRequest {
|
|
|
76
81
|
}
|
|
77
82
|
/**
|
|
78
83
|
* @public
|
|
84
|
+
* @enum
|
|
79
85
|
*/
|
|
80
|
-
export declare
|
|
81
|
-
OFFLINE
|
|
82
|
-
ONLINE
|
|
83
|
-
RETIRED
|
|
84
|
-
}
|
|
86
|
+
export declare const DeviceStatus: {
|
|
87
|
+
readonly OFFLINE: "OFFLINE";
|
|
88
|
+
readonly ONLINE: "ONLINE";
|
|
89
|
+
readonly RETIRED: "RETIRED";
|
|
90
|
+
};
|
|
85
91
|
/**
|
|
86
92
|
* @public
|
|
87
93
|
*/
|
|
88
|
-
export
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
94
|
+
export type DeviceStatus = (typeof DeviceStatus)[keyof typeof DeviceStatus];
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
* @enum
|
|
98
|
+
*/
|
|
99
|
+
export declare const DeviceType: {
|
|
100
|
+
readonly QPU: "QPU";
|
|
101
|
+
readonly SIMULATOR: "SIMULATOR";
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
|
|
92
107
|
/**
|
|
93
108
|
* @public
|
|
94
109
|
*/
|
|
@@ -252,11 +267,16 @@ export interface CancelJobRequest {
|
|
|
252
267
|
}
|
|
253
268
|
/**
|
|
254
269
|
* @public
|
|
270
|
+
* @enum
|
|
255
271
|
*/
|
|
256
|
-
export declare
|
|
257
|
-
CANCELLED
|
|
258
|
-
CANCELLING
|
|
259
|
-
}
|
|
272
|
+
export declare const CancellationStatus: {
|
|
273
|
+
readonly CANCELLED: "CANCELLED";
|
|
274
|
+
readonly CANCELLING: "CANCELLING";
|
|
275
|
+
};
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export type CancellationStatus = (typeof CancellationStatus)[keyof typeof CancellationStatus];
|
|
260
280
|
/**
|
|
261
281
|
* @public
|
|
262
282
|
*/
|
|
@@ -352,48 +372,53 @@ export interface InputFileConfig {
|
|
|
352
372
|
}
|
|
353
373
|
/**
|
|
354
374
|
* @public
|
|
375
|
+
* @enum
|
|
355
376
|
*/
|
|
356
|
-
export declare
|
|
357
|
-
ML_C4_2XLARGE
|
|
358
|
-
ML_C4_4XLARGE
|
|
359
|
-
ML_C4_8XLARGE
|
|
360
|
-
ML_C4_XLARGE
|
|
361
|
-
ML_C5N_18XLARGE
|
|
362
|
-
ML_C5N_2XLARGE
|
|
363
|
-
ML_C5N_4XLARGE
|
|
364
|
-
ML_C5N_9XLARGE
|
|
365
|
-
ML_C5N_XLARGE
|
|
366
|
-
ML_C5_18XLARGE
|
|
367
|
-
ML_C5_2XLARGE
|
|
368
|
-
ML_C5_4XLARGE
|
|
369
|
-
ML_C5_9XLARGE
|
|
370
|
-
ML_C5_XLARGE
|
|
371
|
-
ML_G4DN_12XLARGE
|
|
372
|
-
ML_G4DN_16XLARGE
|
|
373
|
-
ML_G4DN_2XLARGE
|
|
374
|
-
ML_G4DN_4XLARGE
|
|
375
|
-
ML_G4DN_8XLARGE
|
|
376
|
-
ML_G4DN_XLARGE
|
|
377
|
-
ML_M4_10XLARGE
|
|
378
|
-
ML_M4_16XLARGE
|
|
379
|
-
ML_M4_2XLARGE
|
|
380
|
-
ML_M4_4XLARGE
|
|
381
|
-
ML_M4_XLARGE
|
|
382
|
-
ML_M5_12XLARGE
|
|
383
|
-
ML_M5_24XLARGE
|
|
384
|
-
ML_M5_2XLARGE
|
|
385
|
-
ML_M5_4XLARGE
|
|
386
|
-
ML_M5_LARGE
|
|
387
|
-
ML_M5_XLARGE
|
|
388
|
-
ML_P2_16XLARGE
|
|
389
|
-
ML_P2_8XLARGE
|
|
390
|
-
ML_P2_XLARGE
|
|
391
|
-
ML_P3DN_24XLARGE
|
|
392
|
-
ML_P3_16XLARGE
|
|
393
|
-
ML_P3_2XLARGE
|
|
394
|
-
ML_P3_8XLARGE
|
|
395
|
-
ML_P4D_24XLARGE
|
|
396
|
-
}
|
|
377
|
+
export declare const _InstanceType: {
|
|
378
|
+
readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
|
|
379
|
+
readonly ML_C4_4XLARGE: "ml.c4.4xlarge";
|
|
380
|
+
readonly ML_C4_8XLARGE: "ml.c4.8xlarge";
|
|
381
|
+
readonly ML_C4_XLARGE: "ml.c4.xlarge";
|
|
382
|
+
readonly ML_C5N_18XLARGE: "ml.c5n.18xlarge";
|
|
383
|
+
readonly ML_C5N_2XLARGE: "ml.c5n.2xlarge";
|
|
384
|
+
readonly ML_C5N_4XLARGE: "ml.c5n.4xlarge";
|
|
385
|
+
readonly ML_C5N_9XLARGE: "ml.c5n.9xlarge";
|
|
386
|
+
readonly ML_C5N_XLARGE: "ml.c5n.xlarge";
|
|
387
|
+
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
388
|
+
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
389
|
+
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
390
|
+
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
391
|
+
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
392
|
+
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
393
|
+
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
394
|
+
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
395
|
+
readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
|
|
396
|
+
readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
|
|
397
|
+
readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
|
|
398
|
+
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
399
|
+
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
400
|
+
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
401
|
+
readonly ML_M4_4XLARGE: "ml.m4.4xlarge";
|
|
402
|
+
readonly ML_M4_XLARGE: "ml.m4.xlarge";
|
|
403
|
+
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
404
|
+
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
405
|
+
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
406
|
+
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
407
|
+
readonly ML_M5_LARGE: "ml.m5.large";
|
|
408
|
+
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
409
|
+
readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
|
|
410
|
+
readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
|
|
411
|
+
readonly ML_P2_XLARGE: "ml.p2.xlarge";
|
|
412
|
+
readonly ML_P3DN_24XLARGE: "ml.p3dn.24xlarge";
|
|
413
|
+
readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
|
|
414
|
+
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
415
|
+
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
416
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
417
|
+
};
|
|
418
|
+
/**
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
|
|
397
422
|
/**
|
|
398
423
|
* @public
|
|
399
424
|
* <p>Configures the resource instances to use while running the Amazon Braket hybrid job on
|
|
@@ -549,20 +574,25 @@ export interface GetJobRequest {
|
|
|
549
574
|
}
|
|
550
575
|
/**
|
|
551
576
|
* @public
|
|
577
|
+
* @enum
|
|
552
578
|
*/
|
|
553
|
-
export declare
|
|
554
|
-
CANCELLED
|
|
555
|
-
COMPLETED
|
|
556
|
-
DEPRIORITIZED_DUE_TO_INACTIVITY
|
|
557
|
-
DOWNLOADING_DATA
|
|
558
|
-
FAILED
|
|
559
|
-
MAX_RUNTIME_EXCEEDED
|
|
560
|
-
QUEUED_FOR_EXECUTION
|
|
561
|
-
RUNNING
|
|
562
|
-
STARTING_INSTANCE
|
|
563
|
-
UPLOADING_RESULTS
|
|
564
|
-
WAITING_FOR_PRIORITY
|
|
565
|
-
}
|
|
579
|
+
export declare const JobEventType: {
|
|
580
|
+
readonly CANCELLED: "CANCELLED";
|
|
581
|
+
readonly COMPLETED: "COMPLETED";
|
|
582
|
+
readonly DEPRIORITIZED_DUE_TO_INACTIVITY: "DEPRIORITIZED_DUE_TO_INACTIVITY";
|
|
583
|
+
readonly DOWNLOADING_DATA: "DOWNLOADING_DATA";
|
|
584
|
+
readonly FAILED: "FAILED";
|
|
585
|
+
readonly MAX_RUNTIME_EXCEEDED: "MAX_RUNTIME_EXCEEDED";
|
|
586
|
+
readonly QUEUED_FOR_EXECUTION: "QUEUED_FOR_EXECUTION";
|
|
587
|
+
readonly RUNNING: "RUNNING";
|
|
588
|
+
readonly STARTING_INSTANCE: "STARTING_INSTANCE";
|
|
589
|
+
readonly UPLOADING_RESULTS: "UPLOADING_RESULTS";
|
|
590
|
+
readonly WAITING_FOR_PRIORITY: "WAITING_FOR_PRIORITY";
|
|
591
|
+
};
|
|
592
|
+
/**
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
export type JobEventType = (typeof JobEventType)[keyof typeof JobEventType];
|
|
566
596
|
/**
|
|
567
597
|
* @public
|
|
568
598
|
* <p>Details about the type and time events occurred related to the Amazon Braket job.</p>
|
|
@@ -583,15 +613,20 @@ export interface JobEventDetails {
|
|
|
583
613
|
}
|
|
584
614
|
/**
|
|
585
615
|
* @public
|
|
616
|
+
* @enum
|
|
586
617
|
*/
|
|
587
|
-
export declare
|
|
588
|
-
CANCELLED
|
|
589
|
-
CANCELLING
|
|
590
|
-
COMPLETED
|
|
591
|
-
FAILED
|
|
592
|
-
QUEUED
|
|
593
|
-
RUNNING
|
|
594
|
-
}
|
|
618
|
+
export declare const JobPrimaryStatus: {
|
|
619
|
+
readonly CANCELLED: "CANCELLED";
|
|
620
|
+
readonly CANCELLING: "CANCELLING";
|
|
621
|
+
readonly COMPLETED: "COMPLETED";
|
|
622
|
+
readonly FAILED: "FAILED";
|
|
623
|
+
readonly QUEUED: "QUEUED";
|
|
624
|
+
readonly RUNNING: "RUNNING";
|
|
625
|
+
};
|
|
626
|
+
/**
|
|
627
|
+
* @public
|
|
628
|
+
*/
|
|
629
|
+
export type JobPrimaryStatus = (typeof JobPrimaryStatus)[keyof typeof JobPrimaryStatus];
|
|
595
630
|
/**
|
|
596
631
|
* @public
|
|
597
632
|
*/
|
|
@@ -684,16 +719,21 @@ export interface GetJobResponse {
|
|
|
684
719
|
}
|
|
685
720
|
/**
|
|
686
721
|
* @public
|
|
722
|
+
* @enum
|
|
687
723
|
*/
|
|
688
|
-
export declare
|
|
689
|
-
BETWEEN
|
|
690
|
-
CONTAINS
|
|
691
|
-
EQUAL
|
|
692
|
-
GT
|
|
693
|
-
GTE
|
|
694
|
-
LT
|
|
695
|
-
LTE
|
|
696
|
-
}
|
|
724
|
+
export declare const SearchJobsFilterOperator: {
|
|
725
|
+
readonly BETWEEN: "BETWEEN";
|
|
726
|
+
readonly CONTAINS: "CONTAINS";
|
|
727
|
+
readonly EQUAL: "EQUAL";
|
|
728
|
+
readonly GT: "GT";
|
|
729
|
+
readonly GTE: "GTE";
|
|
730
|
+
readonly LT: "LT";
|
|
731
|
+
readonly LTE: "LTE";
|
|
732
|
+
};
|
|
733
|
+
/**
|
|
734
|
+
* @public
|
|
735
|
+
*/
|
|
736
|
+
export type SearchJobsFilterOperator = (typeof SearchJobsFilterOperator)[keyof typeof SearchJobsFilterOperator];
|
|
697
737
|
/**
|
|
698
738
|
* @public
|
|
699
739
|
* <p>A filter used to search for Amazon Braket jobs.</p>
|
|
@@ -903,16 +943,21 @@ export interface GetQuantumTaskRequest {
|
|
|
903
943
|
}
|
|
904
944
|
/**
|
|
905
945
|
* @public
|
|
946
|
+
* @enum
|
|
906
947
|
*/
|
|
907
|
-
export declare
|
|
908
|
-
CANCELLED
|
|
909
|
-
CANCELLING
|
|
910
|
-
COMPLETED
|
|
911
|
-
CREATED
|
|
912
|
-
FAILED
|
|
913
|
-
QUEUED
|
|
914
|
-
RUNNING
|
|
915
|
-
}
|
|
948
|
+
export declare const QuantumTaskStatus: {
|
|
949
|
+
readonly CANCELLED: "CANCELLED";
|
|
950
|
+
readonly CANCELLING: "CANCELLING";
|
|
951
|
+
readonly COMPLETED: "COMPLETED";
|
|
952
|
+
readonly CREATED: "CREATED";
|
|
953
|
+
readonly FAILED: "FAILED";
|
|
954
|
+
readonly QUEUED: "QUEUED";
|
|
955
|
+
readonly RUNNING: "RUNNING";
|
|
956
|
+
};
|
|
957
|
+
/**
|
|
958
|
+
* @public
|
|
959
|
+
*/
|
|
960
|
+
export type QuantumTaskStatus = (typeof QuantumTaskStatus)[keyof typeof QuantumTaskStatus];
|
|
916
961
|
/**
|
|
917
962
|
* @public
|
|
918
963
|
*/
|
|
@@ -968,15 +1013,20 @@ export interface GetQuantumTaskResponse {
|
|
|
968
1013
|
}
|
|
969
1014
|
/**
|
|
970
1015
|
* @public
|
|
1016
|
+
* @enum
|
|
971
1017
|
*/
|
|
972
|
-
export declare
|
|
973
|
-
BETWEEN
|
|
974
|
-
EQUAL
|
|
975
|
-
GT
|
|
976
|
-
GTE
|
|
977
|
-
LT
|
|
978
|
-
LTE
|
|
979
|
-
}
|
|
1018
|
+
export declare const SearchQuantumTasksFilterOperator: {
|
|
1019
|
+
readonly BETWEEN: "BETWEEN";
|
|
1020
|
+
readonly EQUAL: "EQUAL";
|
|
1021
|
+
readonly GT: "GT";
|
|
1022
|
+
readonly GTE: "GTE";
|
|
1023
|
+
readonly LT: "LT";
|
|
1024
|
+
readonly LTE: "LTE";
|
|
1025
|
+
};
|
|
1026
|
+
/**
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
1029
|
+
export type SearchQuantumTasksFilterOperator = (typeof SearchQuantumTasksFilterOperator)[keyof typeof SearchQuantumTasksFilterOperator];
|
|
980
1030
|
/**
|
|
981
1031
|
* @public
|
|
982
1032
|
* <p>A filter to use to search for tasks.</p>
|
|
@@ -13,10 +13,12 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
export interface ContainerImage {
|
|
14
14
|
uri: string | undefined;
|
|
15
15
|
}
|
|
16
|
-
export declare
|
|
17
|
-
GZIP
|
|
18
|
-
NONE
|
|
19
|
-
}
|
|
16
|
+
export declare const CompressionType: {
|
|
17
|
+
readonly GZIP: "GZIP";
|
|
18
|
+
readonly NONE: "NONE";
|
|
19
|
+
};
|
|
20
|
+
export type CompressionType =
|
|
21
|
+
(typeof CompressionType)[keyof typeof CompressionType];
|
|
20
22
|
export interface ScriptModeConfig {
|
|
21
23
|
entryPoint: string | undefined;
|
|
22
24
|
s3Uri: string | undefined;
|
|
@@ -29,15 +31,17 @@ export interface AlgorithmSpecification {
|
|
|
29
31
|
export interface GetDeviceRequest {
|
|
30
32
|
deviceArn: string | undefined;
|
|
31
33
|
}
|
|
32
|
-
export declare
|
|
33
|
-
OFFLINE
|
|
34
|
-
ONLINE
|
|
35
|
-
RETIRED
|
|
36
|
-
}
|
|
37
|
-
export
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
34
|
+
export declare const DeviceStatus: {
|
|
35
|
+
readonly OFFLINE: "OFFLINE";
|
|
36
|
+
readonly ONLINE: "ONLINE";
|
|
37
|
+
readonly RETIRED: "RETIRED";
|
|
38
|
+
};
|
|
39
|
+
export type DeviceStatus = (typeof DeviceStatus)[keyof typeof DeviceStatus];
|
|
40
|
+
export declare const DeviceType: {
|
|
41
|
+
readonly QPU: "QPU";
|
|
42
|
+
readonly SIMULATOR: "SIMULATOR";
|
|
43
|
+
};
|
|
44
|
+
export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
|
|
41
45
|
export interface GetDeviceResponse {
|
|
42
46
|
deviceArn: string | undefined;
|
|
43
47
|
deviceName: string | undefined;
|
|
@@ -97,10 +101,12 @@ export interface SearchDevicesResponse {
|
|
|
97
101
|
export interface CancelJobRequest {
|
|
98
102
|
jobArn: string | undefined;
|
|
99
103
|
}
|
|
100
|
-
export declare
|
|
101
|
-
CANCELLED
|
|
102
|
-
CANCELLING
|
|
103
|
-
}
|
|
104
|
+
export declare const CancellationStatus: {
|
|
105
|
+
readonly CANCELLED: "CANCELLED";
|
|
106
|
+
readonly CANCELLING: "CANCELLING";
|
|
107
|
+
};
|
|
108
|
+
export type CancellationStatus =
|
|
109
|
+
(typeof CancellationStatus)[keyof typeof CancellationStatus];
|
|
104
110
|
export interface CancelJobResponse {
|
|
105
111
|
jobArn: string | undefined;
|
|
106
112
|
cancellationStatus: CancellationStatus | string | undefined;
|
|
@@ -128,47 +134,48 @@ export interface InputFileConfig {
|
|
|
128
134
|
contentType?: string;
|
|
129
135
|
dataSource: DataSource | undefined;
|
|
130
136
|
}
|
|
131
|
-
export declare
|
|
132
|
-
ML_C4_2XLARGE
|
|
133
|
-
ML_C4_4XLARGE
|
|
134
|
-
ML_C4_8XLARGE
|
|
135
|
-
ML_C4_XLARGE
|
|
136
|
-
ML_C5N_18XLARGE
|
|
137
|
-
ML_C5N_2XLARGE
|
|
138
|
-
ML_C5N_4XLARGE
|
|
139
|
-
ML_C5N_9XLARGE
|
|
140
|
-
ML_C5N_XLARGE
|
|
141
|
-
ML_C5_18XLARGE
|
|
142
|
-
ML_C5_2XLARGE
|
|
143
|
-
ML_C5_4XLARGE
|
|
144
|
-
ML_C5_9XLARGE
|
|
145
|
-
ML_C5_XLARGE
|
|
146
|
-
ML_G4DN_12XLARGE
|
|
147
|
-
ML_G4DN_16XLARGE
|
|
148
|
-
ML_G4DN_2XLARGE
|
|
149
|
-
ML_G4DN_4XLARGE
|
|
150
|
-
ML_G4DN_8XLARGE
|
|
151
|
-
ML_G4DN_XLARGE
|
|
152
|
-
ML_M4_10XLARGE
|
|
153
|
-
ML_M4_16XLARGE
|
|
154
|
-
ML_M4_2XLARGE
|
|
155
|
-
ML_M4_4XLARGE
|
|
156
|
-
ML_M4_XLARGE
|
|
157
|
-
ML_M5_12XLARGE
|
|
158
|
-
ML_M5_24XLARGE
|
|
159
|
-
ML_M5_2XLARGE
|
|
160
|
-
ML_M5_4XLARGE
|
|
161
|
-
ML_M5_LARGE
|
|
162
|
-
ML_M5_XLARGE
|
|
163
|
-
ML_P2_16XLARGE
|
|
164
|
-
ML_P2_8XLARGE
|
|
165
|
-
ML_P2_XLARGE
|
|
166
|
-
ML_P3DN_24XLARGE
|
|
167
|
-
ML_P3_16XLARGE
|
|
168
|
-
ML_P3_2XLARGE
|
|
169
|
-
ML_P3_8XLARGE
|
|
170
|
-
ML_P4D_24XLARGE
|
|
171
|
-
}
|
|
137
|
+
export declare const _InstanceType: {
|
|
138
|
+
readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
|
|
139
|
+
readonly ML_C4_4XLARGE: "ml.c4.4xlarge";
|
|
140
|
+
readonly ML_C4_8XLARGE: "ml.c4.8xlarge";
|
|
141
|
+
readonly ML_C4_XLARGE: "ml.c4.xlarge";
|
|
142
|
+
readonly ML_C5N_18XLARGE: "ml.c5n.18xlarge";
|
|
143
|
+
readonly ML_C5N_2XLARGE: "ml.c5n.2xlarge";
|
|
144
|
+
readonly ML_C5N_4XLARGE: "ml.c5n.4xlarge";
|
|
145
|
+
readonly ML_C5N_9XLARGE: "ml.c5n.9xlarge";
|
|
146
|
+
readonly ML_C5N_XLARGE: "ml.c5n.xlarge";
|
|
147
|
+
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
148
|
+
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
149
|
+
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
150
|
+
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
151
|
+
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
152
|
+
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
153
|
+
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
154
|
+
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
155
|
+
readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
|
|
156
|
+
readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
|
|
157
|
+
readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
|
|
158
|
+
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
159
|
+
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
160
|
+
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
161
|
+
readonly ML_M4_4XLARGE: "ml.m4.4xlarge";
|
|
162
|
+
readonly ML_M4_XLARGE: "ml.m4.xlarge";
|
|
163
|
+
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
164
|
+
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
165
|
+
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
166
|
+
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
167
|
+
readonly ML_M5_LARGE: "ml.m5.large";
|
|
168
|
+
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
169
|
+
readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
|
|
170
|
+
readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
|
|
171
|
+
readonly ML_P2_XLARGE: "ml.p2.xlarge";
|
|
172
|
+
readonly ML_P3DN_24XLARGE: "ml.p3dn.24xlarge";
|
|
173
|
+
readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
|
|
174
|
+
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
175
|
+
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
176
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
177
|
+
};
|
|
178
|
+
export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
|
|
172
179
|
export interface InstanceConfig {
|
|
173
180
|
instanceType: _InstanceType | string | undefined;
|
|
174
181
|
volumeSizeInGb: number | undefined;
|
|
@@ -215,32 +222,35 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
215
222
|
export interface GetJobRequest {
|
|
216
223
|
jobArn: string | undefined;
|
|
217
224
|
}
|
|
218
|
-
export declare
|
|
219
|
-
CANCELLED
|
|
220
|
-
COMPLETED
|
|
221
|
-
DEPRIORITIZED_DUE_TO_INACTIVITY
|
|
222
|
-
DOWNLOADING_DATA
|
|
223
|
-
FAILED
|
|
224
|
-
MAX_RUNTIME_EXCEEDED
|
|
225
|
-
QUEUED_FOR_EXECUTION
|
|
226
|
-
RUNNING
|
|
227
|
-
STARTING_INSTANCE
|
|
228
|
-
UPLOADING_RESULTS
|
|
229
|
-
WAITING_FOR_PRIORITY
|
|
230
|
-
}
|
|
225
|
+
export declare const JobEventType: {
|
|
226
|
+
readonly CANCELLED: "CANCELLED";
|
|
227
|
+
readonly COMPLETED: "COMPLETED";
|
|
228
|
+
readonly DEPRIORITIZED_DUE_TO_INACTIVITY: "DEPRIORITIZED_DUE_TO_INACTIVITY";
|
|
229
|
+
readonly DOWNLOADING_DATA: "DOWNLOADING_DATA";
|
|
230
|
+
readonly FAILED: "FAILED";
|
|
231
|
+
readonly MAX_RUNTIME_EXCEEDED: "MAX_RUNTIME_EXCEEDED";
|
|
232
|
+
readonly QUEUED_FOR_EXECUTION: "QUEUED_FOR_EXECUTION";
|
|
233
|
+
readonly RUNNING: "RUNNING";
|
|
234
|
+
readonly STARTING_INSTANCE: "STARTING_INSTANCE";
|
|
235
|
+
readonly UPLOADING_RESULTS: "UPLOADING_RESULTS";
|
|
236
|
+
readonly WAITING_FOR_PRIORITY: "WAITING_FOR_PRIORITY";
|
|
237
|
+
};
|
|
238
|
+
export type JobEventType = (typeof JobEventType)[keyof typeof JobEventType];
|
|
231
239
|
export interface JobEventDetails {
|
|
232
240
|
eventType?: JobEventType | string;
|
|
233
241
|
timeOfEvent?: Date;
|
|
234
242
|
message?: string;
|
|
235
243
|
}
|
|
236
|
-
export declare
|
|
237
|
-
CANCELLED
|
|
238
|
-
CANCELLING
|
|
239
|
-
COMPLETED
|
|
240
|
-
FAILED
|
|
241
|
-
QUEUED
|
|
242
|
-
RUNNING
|
|
243
|
-
}
|
|
244
|
+
export declare const JobPrimaryStatus: {
|
|
245
|
+
readonly CANCELLED: "CANCELLED";
|
|
246
|
+
readonly CANCELLING: "CANCELLING";
|
|
247
|
+
readonly COMPLETED: "COMPLETED";
|
|
248
|
+
readonly FAILED: "FAILED";
|
|
249
|
+
readonly QUEUED: "QUEUED";
|
|
250
|
+
readonly RUNNING: "RUNNING";
|
|
251
|
+
};
|
|
252
|
+
export type JobPrimaryStatus =
|
|
253
|
+
(typeof JobPrimaryStatus)[keyof typeof JobPrimaryStatus];
|
|
244
254
|
export interface GetJobResponse {
|
|
245
255
|
status: JobPrimaryStatus | string | undefined;
|
|
246
256
|
jobArn: string | undefined;
|
|
@@ -262,15 +272,17 @@ export interface GetJobResponse {
|
|
|
262
272
|
events?: JobEventDetails[];
|
|
263
273
|
tags?: Record<string, string>;
|
|
264
274
|
}
|
|
265
|
-
export declare
|
|
266
|
-
BETWEEN
|
|
267
|
-
CONTAINS
|
|
268
|
-
EQUAL
|
|
269
|
-
GT
|
|
270
|
-
GTE
|
|
271
|
-
LT
|
|
272
|
-
LTE
|
|
273
|
-
}
|
|
275
|
+
export declare const SearchJobsFilterOperator: {
|
|
276
|
+
readonly BETWEEN: "BETWEEN";
|
|
277
|
+
readonly CONTAINS: "CONTAINS";
|
|
278
|
+
readonly EQUAL: "EQUAL";
|
|
279
|
+
readonly GT: "GT";
|
|
280
|
+
readonly GTE: "GTE";
|
|
281
|
+
readonly LT: "LT";
|
|
282
|
+
readonly LTE: "LTE";
|
|
283
|
+
};
|
|
284
|
+
export type SearchJobsFilterOperator =
|
|
285
|
+
(typeof SearchJobsFilterOperator)[keyof typeof SearchJobsFilterOperator];
|
|
274
286
|
export interface SearchJobsFilter {
|
|
275
287
|
name: string | undefined;
|
|
276
288
|
values: string[] | undefined;
|
|
@@ -333,15 +345,17 @@ export declare class DeviceOfflineException extends __BaseException {
|
|
|
333
345
|
export interface GetQuantumTaskRequest {
|
|
334
346
|
quantumTaskArn: string | undefined;
|
|
335
347
|
}
|
|
336
|
-
export declare
|
|
337
|
-
CANCELLED
|
|
338
|
-
CANCELLING
|
|
339
|
-
COMPLETED
|
|
340
|
-
CREATED
|
|
341
|
-
FAILED
|
|
342
|
-
QUEUED
|
|
343
|
-
RUNNING
|
|
344
|
-
}
|
|
348
|
+
export declare const QuantumTaskStatus: {
|
|
349
|
+
readonly CANCELLED: "CANCELLED";
|
|
350
|
+
readonly CANCELLING: "CANCELLING";
|
|
351
|
+
readonly COMPLETED: "COMPLETED";
|
|
352
|
+
readonly CREATED: "CREATED";
|
|
353
|
+
readonly FAILED: "FAILED";
|
|
354
|
+
readonly QUEUED: "QUEUED";
|
|
355
|
+
readonly RUNNING: "RUNNING";
|
|
356
|
+
};
|
|
357
|
+
export type QuantumTaskStatus =
|
|
358
|
+
(typeof QuantumTaskStatus)[keyof typeof QuantumTaskStatus];
|
|
345
359
|
export interface GetQuantumTaskResponse {
|
|
346
360
|
quantumTaskArn: string | undefined;
|
|
347
361
|
status: QuantumTaskStatus | string | undefined;
|
|
@@ -356,14 +370,16 @@ export interface GetQuantumTaskResponse {
|
|
|
356
370
|
tags?: Record<string, string>;
|
|
357
371
|
jobArn?: string;
|
|
358
372
|
}
|
|
359
|
-
export declare
|
|
360
|
-
BETWEEN
|
|
361
|
-
EQUAL
|
|
362
|
-
GT
|
|
363
|
-
GTE
|
|
364
|
-
LT
|
|
365
|
-
LTE
|
|
366
|
-
}
|
|
373
|
+
export declare const SearchQuantumTasksFilterOperator: {
|
|
374
|
+
readonly BETWEEN: "BETWEEN";
|
|
375
|
+
readonly EQUAL: "EQUAL";
|
|
376
|
+
readonly GT: "GT";
|
|
377
|
+
readonly GTE: "GTE";
|
|
378
|
+
readonly LT: "LT";
|
|
379
|
+
readonly LTE: "LTE";
|
|
380
|
+
};
|
|
381
|
+
export type SearchQuantumTasksFilterOperator =
|
|
382
|
+
(typeof SearchQuantumTasksFilterOperator)[keyof typeof SearchQuantumTasksFilterOperator];
|
|
367
383
|
export interface SearchQuantumTasksFilter {
|
|
368
384
|
name: string | undefined;
|
|
369
385
|
values: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-braket",
|
|
3
3
|
"description": "AWS SDK for JavaScript Braket Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|