aws-sdk-core 2.11.565 → 2.11.566
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/braket/2019-09-01/api-2.json +584 -0
- data/apis/braket/2019-09-01/examples-1.json +5 -0
- data/apis/braket/2019-09-01/paginators-1.json +16 -0
- data/apis/cognito-idp/2016-04-18/api-2.json +38 -1
- data/apis/ec2/2016-11-15/api-2.json +7 -1
- data/apis/eks/2017-11-01/api-2.json +13 -1
- data/apis/rds/2014-10-31/api-2.json +12 -2
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/braket.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 994ed51294d5d7d4e48b4adf5c6b3d71e94a946d938627237f983798ab652a4a
|
4
|
+
data.tar.gz: 4b3ef82a5469521eaa276bed06a96699420303b6e2ffeec5769edabdedf6875c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94e03bc7a6ca8554b22834b6d18497bd9e6baf3e0b5634cb13fb5b64e20b10c5e009884dae1c8a3b80c4b9f6e9c8c3ddd25e082bf24fcf4f2299cac2da8f9cd9
|
7
|
+
data.tar.gz: 555a308a94a88488e6b4fd16025bcc54fd2194c38cba3659a00aa0c3487fb3aa5d1bf49f5377dbe152c3d4a87057d6da7ffbf217cd039874983c836a59df3aee
|
@@ -0,0 +1,584 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2019-09-01",
|
5
|
+
"endpointPrefix":"braket",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceFullName":"Braket",
|
9
|
+
"serviceId":"Braket",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"signingName":"braket",
|
12
|
+
"uid":"braket-2019-09-01"
|
13
|
+
},
|
14
|
+
"operations":{
|
15
|
+
"CancelQuantumTask":{
|
16
|
+
"name":"CancelQuantumTask",
|
17
|
+
"http":{
|
18
|
+
"method":"PUT",
|
19
|
+
"requestUri":"/quantum-task/{quantumTaskArn}/cancel",
|
20
|
+
"responseCode":200
|
21
|
+
},
|
22
|
+
"input":{"shape":"CancelQuantumTaskRequest"},
|
23
|
+
"output":{"shape":"CancelQuantumTaskResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"ResourceNotFoundException"},
|
26
|
+
{"shape":"AccessDeniedException"},
|
27
|
+
{"shape":"ConflictException"},
|
28
|
+
{"shape":"ThrottlingException"},
|
29
|
+
{"shape":"InternalServiceException"},
|
30
|
+
{"shape":"ValidationException"}
|
31
|
+
],
|
32
|
+
"idempotent":true
|
33
|
+
},
|
34
|
+
"CreateQuantumTask":{
|
35
|
+
"name":"CreateQuantumTask",
|
36
|
+
"http":{
|
37
|
+
"method":"POST",
|
38
|
+
"requestUri":"/quantum-task",
|
39
|
+
"responseCode":201
|
40
|
+
},
|
41
|
+
"input":{"shape":"CreateQuantumTaskRequest"},
|
42
|
+
"output":{"shape":"CreateQuantumTaskResponse"},
|
43
|
+
"errors":[
|
44
|
+
{"shape":"AccessDeniedException"},
|
45
|
+
{"shape":"ThrottlingException"},
|
46
|
+
{"shape":"DeviceOfflineException"},
|
47
|
+
{"shape":"InternalServiceException"},
|
48
|
+
{"shape":"ServiceQuotaExceededException"},
|
49
|
+
{"shape":"ValidationException"}
|
50
|
+
]
|
51
|
+
},
|
52
|
+
"GetDevice":{
|
53
|
+
"name":"GetDevice",
|
54
|
+
"http":{
|
55
|
+
"method":"GET",
|
56
|
+
"requestUri":"/device/{deviceArn}",
|
57
|
+
"responseCode":200
|
58
|
+
},
|
59
|
+
"input":{"shape":"GetDeviceRequest"},
|
60
|
+
"output":{"shape":"GetDeviceResponse"},
|
61
|
+
"errors":[
|
62
|
+
{"shape":"ResourceNotFoundException"},
|
63
|
+
{"shape":"AccessDeniedException"},
|
64
|
+
{"shape":"ThrottlingException"},
|
65
|
+
{"shape":"InternalServiceException"},
|
66
|
+
{"shape":"ValidationException"}
|
67
|
+
]
|
68
|
+
},
|
69
|
+
"GetQuantumTask":{
|
70
|
+
"name":"GetQuantumTask",
|
71
|
+
"http":{
|
72
|
+
"method":"GET",
|
73
|
+
"requestUri":"/quantum-task/{quantumTaskArn}",
|
74
|
+
"responseCode":200
|
75
|
+
},
|
76
|
+
"input":{"shape":"GetQuantumTaskRequest"},
|
77
|
+
"output":{"shape":"GetQuantumTaskResponse"},
|
78
|
+
"errors":[
|
79
|
+
{"shape":"ResourceNotFoundException"},
|
80
|
+
{"shape":"AccessDeniedException"},
|
81
|
+
{"shape":"ThrottlingException"},
|
82
|
+
{"shape":"InternalServiceException"},
|
83
|
+
{"shape":"ValidationException"}
|
84
|
+
]
|
85
|
+
},
|
86
|
+
"SearchDevices":{
|
87
|
+
"name":"SearchDevices",
|
88
|
+
"http":{
|
89
|
+
"method":"POST",
|
90
|
+
"requestUri":"/devices",
|
91
|
+
"responseCode":200
|
92
|
+
},
|
93
|
+
"input":{"shape":"SearchDevicesRequest"},
|
94
|
+
"output":{"shape":"SearchDevicesResponse"},
|
95
|
+
"errors":[
|
96
|
+
{"shape":"AccessDeniedException"},
|
97
|
+
{"shape":"ThrottlingException"},
|
98
|
+
{"shape":"InternalServiceException"},
|
99
|
+
{"shape":"ValidationException"}
|
100
|
+
]
|
101
|
+
},
|
102
|
+
"SearchQuantumTasks":{
|
103
|
+
"name":"SearchQuantumTasks",
|
104
|
+
"http":{
|
105
|
+
"method":"POST",
|
106
|
+
"requestUri":"/quantum-tasks",
|
107
|
+
"responseCode":200
|
108
|
+
},
|
109
|
+
"input":{"shape":"SearchQuantumTasksRequest"},
|
110
|
+
"output":{"shape":"SearchQuantumTasksResponse"},
|
111
|
+
"errors":[
|
112
|
+
{"shape":"AccessDeniedException"},
|
113
|
+
{"shape":"ThrottlingException"},
|
114
|
+
{"shape":"InternalServiceException"},
|
115
|
+
{"shape":"ValidationException"}
|
116
|
+
]
|
117
|
+
}
|
118
|
+
},
|
119
|
+
"shapes":{
|
120
|
+
"AccessDeniedException":{
|
121
|
+
"type":"structure",
|
122
|
+
"members":{
|
123
|
+
"message":{"shape":"String"}
|
124
|
+
},
|
125
|
+
"error":{
|
126
|
+
"httpStatusCode":403,
|
127
|
+
"senderFault":true
|
128
|
+
},
|
129
|
+
"exception":true
|
130
|
+
},
|
131
|
+
"CancelQuantumTaskRequest":{
|
132
|
+
"type":"structure",
|
133
|
+
"required":[
|
134
|
+
"clientToken",
|
135
|
+
"quantumTaskArn"
|
136
|
+
],
|
137
|
+
"members":{
|
138
|
+
"clientToken":{
|
139
|
+
"shape":"String64",
|
140
|
+
"idempotencyToken":true
|
141
|
+
},
|
142
|
+
"quantumTaskArn":{
|
143
|
+
"shape":"QuantumTaskArn",
|
144
|
+
"location":"uri",
|
145
|
+
"locationName":"quantumTaskArn"
|
146
|
+
}
|
147
|
+
}
|
148
|
+
},
|
149
|
+
"CancelQuantumTaskResponse":{
|
150
|
+
"type":"structure",
|
151
|
+
"required":[
|
152
|
+
"cancellationStatus",
|
153
|
+
"quantumTaskArn"
|
154
|
+
],
|
155
|
+
"members":{
|
156
|
+
"cancellationStatus":{"shape":"CancellationStatus"},
|
157
|
+
"quantumTaskArn":{"shape":"QuantumTaskArn"}
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"CancellationStatus":{
|
161
|
+
"type":"string",
|
162
|
+
"enum":[
|
163
|
+
"CANCELLED",
|
164
|
+
"CANCELLING"
|
165
|
+
]
|
166
|
+
},
|
167
|
+
"ConflictException":{
|
168
|
+
"type":"structure",
|
169
|
+
"members":{
|
170
|
+
"message":{"shape":"String"}
|
171
|
+
},
|
172
|
+
"error":{
|
173
|
+
"httpStatusCode":409,
|
174
|
+
"senderFault":true
|
175
|
+
},
|
176
|
+
"exception":true
|
177
|
+
},
|
178
|
+
"CreateQuantumTaskRequest":{
|
179
|
+
"type":"structure",
|
180
|
+
"required":[
|
181
|
+
"action",
|
182
|
+
"clientToken",
|
183
|
+
"deviceArn",
|
184
|
+
"outputS3Bucket",
|
185
|
+
"outputS3KeyPrefix",
|
186
|
+
"shots"
|
187
|
+
],
|
188
|
+
"members":{
|
189
|
+
"action":{
|
190
|
+
"shape":"JsonValue",
|
191
|
+
"jsonvalue":true
|
192
|
+
},
|
193
|
+
"clientToken":{
|
194
|
+
"shape":"String64",
|
195
|
+
"idempotencyToken":true
|
196
|
+
},
|
197
|
+
"deviceArn":{"shape":"DeviceArn"},
|
198
|
+
"deviceParameters":{
|
199
|
+
"shape":"CreateQuantumTaskRequestdeviceParametersJsonValue",
|
200
|
+
"jsonvalue":true
|
201
|
+
},
|
202
|
+
"outputS3Bucket":{"shape":"CreateQuantumTaskRequestoutputS3BucketString"},
|
203
|
+
"outputS3KeyPrefix":{"shape":"CreateQuantumTaskRequestoutputS3KeyPrefixString"},
|
204
|
+
"shots":{"shape":"CreateQuantumTaskRequestshotsLong"}
|
205
|
+
}
|
206
|
+
},
|
207
|
+
"CreateQuantumTaskRequestdeviceParametersJsonValue":{
|
208
|
+
"type":"string",
|
209
|
+
"max":2048,
|
210
|
+
"min":1
|
211
|
+
},
|
212
|
+
"CreateQuantumTaskRequestoutputS3BucketString":{
|
213
|
+
"type":"string",
|
214
|
+
"max":63,
|
215
|
+
"min":3
|
216
|
+
},
|
217
|
+
"CreateQuantumTaskRequestoutputS3KeyPrefixString":{
|
218
|
+
"type":"string",
|
219
|
+
"max":1024,
|
220
|
+
"min":1
|
221
|
+
},
|
222
|
+
"CreateQuantumTaskRequestshotsLong":{
|
223
|
+
"type":"long",
|
224
|
+
"box":true,
|
225
|
+
"min":0
|
226
|
+
},
|
227
|
+
"CreateQuantumTaskResponse":{
|
228
|
+
"type":"structure",
|
229
|
+
"required":["quantumTaskArn"],
|
230
|
+
"members":{
|
231
|
+
"quantumTaskArn":{"shape":"QuantumTaskArn"}
|
232
|
+
}
|
233
|
+
},
|
234
|
+
"DeviceArn":{
|
235
|
+
"type":"string",
|
236
|
+
"max":256,
|
237
|
+
"min":1
|
238
|
+
},
|
239
|
+
"DeviceOfflineException":{
|
240
|
+
"type":"structure",
|
241
|
+
"members":{
|
242
|
+
"message":{"shape":"String"}
|
243
|
+
},
|
244
|
+
"error":{
|
245
|
+
"httpStatusCode":424,
|
246
|
+
"senderFault":true
|
247
|
+
},
|
248
|
+
"exception":true
|
249
|
+
},
|
250
|
+
"DeviceStatus":{
|
251
|
+
"type":"string",
|
252
|
+
"enum":[
|
253
|
+
"QPU",
|
254
|
+
"SIMULATOR"
|
255
|
+
]
|
256
|
+
},
|
257
|
+
"DeviceSummary":{
|
258
|
+
"type":"structure",
|
259
|
+
"required":[
|
260
|
+
"deviceArn",
|
261
|
+
"deviceName",
|
262
|
+
"deviceStatus",
|
263
|
+
"deviceType",
|
264
|
+
"providerName"
|
265
|
+
],
|
266
|
+
"members":{
|
267
|
+
"deviceArn":{"shape":"DeviceArn"},
|
268
|
+
"deviceName":{"shape":"String"},
|
269
|
+
"deviceStatus":{"shape":"DeviceStatus"},
|
270
|
+
"deviceType":{"shape":"DeviceType"},
|
271
|
+
"providerName":{"shape":"String"}
|
272
|
+
}
|
273
|
+
},
|
274
|
+
"DeviceSummaryList":{
|
275
|
+
"type":"list",
|
276
|
+
"member":{"shape":"DeviceSummary"}
|
277
|
+
},
|
278
|
+
"DeviceType":{
|
279
|
+
"type":"string",
|
280
|
+
"enum":[
|
281
|
+
"OFFLINE",
|
282
|
+
"ONLINE"
|
283
|
+
]
|
284
|
+
},
|
285
|
+
"GetDeviceRequest":{
|
286
|
+
"type":"structure",
|
287
|
+
"required":["deviceArn"],
|
288
|
+
"members":{
|
289
|
+
"deviceArn":{
|
290
|
+
"shape":"DeviceArn",
|
291
|
+
"location":"uri",
|
292
|
+
"locationName":"deviceArn"
|
293
|
+
}
|
294
|
+
}
|
295
|
+
},
|
296
|
+
"GetDeviceResponse":{
|
297
|
+
"type":"structure",
|
298
|
+
"required":[
|
299
|
+
"deviceArn",
|
300
|
+
"deviceCapabilities",
|
301
|
+
"deviceName",
|
302
|
+
"deviceStatus",
|
303
|
+
"deviceType",
|
304
|
+
"providerName"
|
305
|
+
],
|
306
|
+
"members":{
|
307
|
+
"deviceArn":{"shape":"DeviceArn"},
|
308
|
+
"deviceCapabilities":{
|
309
|
+
"shape":"JsonValue",
|
310
|
+
"jsonvalue":true
|
311
|
+
},
|
312
|
+
"deviceName":{"shape":"String"},
|
313
|
+
"deviceStatus":{"shape":"DeviceStatus"},
|
314
|
+
"deviceType":{"shape":"DeviceType"},
|
315
|
+
"providerName":{"shape":"String"}
|
316
|
+
}
|
317
|
+
},
|
318
|
+
"GetQuantumTaskRequest":{
|
319
|
+
"type":"structure",
|
320
|
+
"required":["quantumTaskArn"],
|
321
|
+
"members":{
|
322
|
+
"quantumTaskArn":{
|
323
|
+
"shape":"QuantumTaskArn",
|
324
|
+
"location":"uri",
|
325
|
+
"locationName":"quantumTaskArn"
|
326
|
+
}
|
327
|
+
}
|
328
|
+
},
|
329
|
+
"GetQuantumTaskResponse":{
|
330
|
+
"type":"structure",
|
331
|
+
"required":[
|
332
|
+
"createdAt",
|
333
|
+
"deviceArn",
|
334
|
+
"deviceParameters",
|
335
|
+
"outputS3Bucket",
|
336
|
+
"outputS3Directory",
|
337
|
+
"quantumTaskArn",
|
338
|
+
"shots",
|
339
|
+
"status"
|
340
|
+
],
|
341
|
+
"members":{
|
342
|
+
"createdAt":{"shape":"SyntheticTimestamp_date_time"},
|
343
|
+
"deviceArn":{"shape":"DeviceArn"},
|
344
|
+
"deviceParameters":{
|
345
|
+
"shape":"JsonValue",
|
346
|
+
"jsonvalue":true
|
347
|
+
},
|
348
|
+
"endedAt":{"shape":"SyntheticTimestamp_date_time"},
|
349
|
+
"failureReason":{"shape":"String"},
|
350
|
+
"outputS3Bucket":{"shape":"String"},
|
351
|
+
"outputS3Directory":{"shape":"String"},
|
352
|
+
"quantumTaskArn":{"shape":"QuantumTaskArn"},
|
353
|
+
"shots":{"shape":"Long"},
|
354
|
+
"status":{"shape":"QuantumTaskStatus"}
|
355
|
+
}
|
356
|
+
},
|
357
|
+
"InternalServiceException":{
|
358
|
+
"type":"structure",
|
359
|
+
"members":{
|
360
|
+
"message":{"shape":"String"}
|
361
|
+
},
|
362
|
+
"error":{"httpStatusCode":500},
|
363
|
+
"exception":true,
|
364
|
+
"fault":true
|
365
|
+
},
|
366
|
+
"JsonValue":{"type":"string"},
|
367
|
+
"Long":{
|
368
|
+
"type":"long",
|
369
|
+
"box":true
|
370
|
+
},
|
371
|
+
"QuantumTaskArn":{
|
372
|
+
"type":"string",
|
373
|
+
"max":256,
|
374
|
+
"min":1
|
375
|
+
},
|
376
|
+
"QuantumTaskStatus":{
|
377
|
+
"type":"string",
|
378
|
+
"enum":[
|
379
|
+
"CANCELLED",
|
380
|
+
"CANCELLING",
|
381
|
+
"COMPLETED",
|
382
|
+
"CREATED",
|
383
|
+
"FAILED",
|
384
|
+
"QUEUED",
|
385
|
+
"RUNNING"
|
386
|
+
]
|
387
|
+
},
|
388
|
+
"QuantumTaskSummary":{
|
389
|
+
"type":"structure",
|
390
|
+
"required":[
|
391
|
+
"createdAt",
|
392
|
+
"deviceArn",
|
393
|
+
"outputS3Bucket",
|
394
|
+
"outputS3Directory",
|
395
|
+
"quantumTaskArn",
|
396
|
+
"shots",
|
397
|
+
"status"
|
398
|
+
],
|
399
|
+
"members":{
|
400
|
+
"createdAt":{"shape":"SyntheticTimestamp_date_time"},
|
401
|
+
"deviceArn":{"shape":"DeviceArn"},
|
402
|
+
"endedAt":{"shape":"SyntheticTimestamp_date_time"},
|
403
|
+
"outputS3Bucket":{"shape":"String"},
|
404
|
+
"outputS3Directory":{"shape":"String"},
|
405
|
+
"quantumTaskArn":{"shape":"QuantumTaskArn"},
|
406
|
+
"shots":{"shape":"Long"},
|
407
|
+
"status":{"shape":"QuantumTaskStatus"}
|
408
|
+
}
|
409
|
+
},
|
410
|
+
"QuantumTaskSummaryList":{
|
411
|
+
"type":"list",
|
412
|
+
"member":{"shape":"QuantumTaskSummary"}
|
413
|
+
},
|
414
|
+
"ResourceNotFoundException":{
|
415
|
+
"type":"structure",
|
416
|
+
"members":{
|
417
|
+
"message":{"shape":"String"}
|
418
|
+
},
|
419
|
+
"error":{
|
420
|
+
"httpStatusCode":404,
|
421
|
+
"senderFault":true
|
422
|
+
},
|
423
|
+
"exception":true
|
424
|
+
},
|
425
|
+
"SearchDevicesFilter":{
|
426
|
+
"type":"structure",
|
427
|
+
"required":[
|
428
|
+
"name",
|
429
|
+
"values"
|
430
|
+
],
|
431
|
+
"members":{
|
432
|
+
"name":{"shape":"SearchDevicesFilternameString"},
|
433
|
+
"values":{"shape":"SearchDevicesFiltervaluesString256List"}
|
434
|
+
}
|
435
|
+
},
|
436
|
+
"SearchDevicesFilternameString":{
|
437
|
+
"type":"string",
|
438
|
+
"max":64,
|
439
|
+
"min":1
|
440
|
+
},
|
441
|
+
"SearchDevicesFiltervaluesString256List":{
|
442
|
+
"type":"list",
|
443
|
+
"member":{"shape":"String256"},
|
444
|
+
"max":10,
|
445
|
+
"min":1
|
446
|
+
},
|
447
|
+
"SearchDevicesRequest":{
|
448
|
+
"type":"structure",
|
449
|
+
"required":["filters"],
|
450
|
+
"members":{
|
451
|
+
"filters":{"shape":"SearchDevicesRequestfiltersSearchDevicesFilterList"},
|
452
|
+
"maxResults":{"shape":"SearchDevicesRequestmaxResultsInteger"},
|
453
|
+
"nextToken":{"shape":"String"}
|
454
|
+
}
|
455
|
+
},
|
456
|
+
"SearchDevicesRequestfiltersSearchDevicesFilterList":{
|
457
|
+
"type":"list",
|
458
|
+
"member":{"shape":"SearchDevicesFilter"},
|
459
|
+
"max":10,
|
460
|
+
"min":0
|
461
|
+
},
|
462
|
+
"SearchDevicesRequestmaxResultsInteger":{
|
463
|
+
"type":"integer",
|
464
|
+
"box":true,
|
465
|
+
"max":100,
|
466
|
+
"min":1
|
467
|
+
},
|
468
|
+
"SearchDevicesResponse":{
|
469
|
+
"type":"structure",
|
470
|
+
"required":["devices"],
|
471
|
+
"members":{
|
472
|
+
"devices":{"shape":"DeviceSummaryList"},
|
473
|
+
"nextToken":{"shape":"String"}
|
474
|
+
}
|
475
|
+
},
|
476
|
+
"SearchQuantumTasksFilter":{
|
477
|
+
"type":"structure",
|
478
|
+
"required":[
|
479
|
+
"name",
|
480
|
+
"operator",
|
481
|
+
"values"
|
482
|
+
],
|
483
|
+
"members":{
|
484
|
+
"name":{"shape":"String64"},
|
485
|
+
"operator":{"shape":"SearchQuantumTasksFilterOperator"},
|
486
|
+
"values":{"shape":"SearchQuantumTasksFiltervaluesString256List"}
|
487
|
+
}
|
488
|
+
},
|
489
|
+
"SearchQuantumTasksFilterOperator":{
|
490
|
+
"type":"string",
|
491
|
+
"enum":[
|
492
|
+
"BETWEEN",
|
493
|
+
"EQUAL",
|
494
|
+
"GT",
|
495
|
+
"GTE",
|
496
|
+
"LT",
|
497
|
+
"LTE"
|
498
|
+
]
|
499
|
+
},
|
500
|
+
"SearchQuantumTasksFiltervaluesString256List":{
|
501
|
+
"type":"list",
|
502
|
+
"member":{"shape":"String256"},
|
503
|
+
"max":10,
|
504
|
+
"min":1
|
505
|
+
},
|
506
|
+
"SearchQuantumTasksRequest":{
|
507
|
+
"type":"structure",
|
508
|
+
"required":["filters"],
|
509
|
+
"members":{
|
510
|
+
"filters":{"shape":"SearchQuantumTasksRequestfiltersSearchQuantumTasksFilterList"},
|
511
|
+
"maxResults":{"shape":"SearchQuantumTasksRequestmaxResultsInteger"},
|
512
|
+
"nextToken":{"shape":"String"}
|
513
|
+
}
|
514
|
+
},
|
515
|
+
"SearchQuantumTasksRequestfiltersSearchQuantumTasksFilterList":{
|
516
|
+
"type":"list",
|
517
|
+
"member":{"shape":"SearchQuantumTasksFilter"},
|
518
|
+
"max":10,
|
519
|
+
"min":0
|
520
|
+
},
|
521
|
+
"SearchQuantumTasksRequestmaxResultsInteger":{
|
522
|
+
"type":"integer",
|
523
|
+
"box":true,
|
524
|
+
"max":100,
|
525
|
+
"min":1
|
526
|
+
},
|
527
|
+
"SearchQuantumTasksResponse":{
|
528
|
+
"type":"structure",
|
529
|
+
"required":["quantumTasks"],
|
530
|
+
"members":{
|
531
|
+
"nextToken":{"shape":"String"},
|
532
|
+
"quantumTasks":{"shape":"QuantumTaskSummaryList"}
|
533
|
+
}
|
534
|
+
},
|
535
|
+
"ServiceQuotaExceededException":{
|
536
|
+
"type":"structure",
|
537
|
+
"members":{
|
538
|
+
"message":{"shape":"String"}
|
539
|
+
},
|
540
|
+
"error":{
|
541
|
+
"httpStatusCode":402,
|
542
|
+
"senderFault":true
|
543
|
+
},
|
544
|
+
"exception":true
|
545
|
+
},
|
546
|
+
"String":{"type":"string"},
|
547
|
+
"String256":{
|
548
|
+
"type":"string",
|
549
|
+
"max":256,
|
550
|
+
"min":1
|
551
|
+
},
|
552
|
+
"String64":{
|
553
|
+
"type":"string",
|
554
|
+
"max":64,
|
555
|
+
"min":1
|
556
|
+
},
|
557
|
+
"SyntheticTimestamp_date_time":{
|
558
|
+
"type":"timestamp",
|
559
|
+
"timestampFormat":"iso8601"
|
560
|
+
},
|
561
|
+
"ThrottlingException":{
|
562
|
+
"type":"structure",
|
563
|
+
"members":{
|
564
|
+
"message":{"shape":"String"}
|
565
|
+
},
|
566
|
+
"error":{
|
567
|
+
"httpStatusCode":429,
|
568
|
+
"senderFault":true
|
569
|
+
},
|
570
|
+
"exception":true
|
571
|
+
},
|
572
|
+
"ValidationException":{
|
573
|
+
"type":"structure",
|
574
|
+
"members":{
|
575
|
+
"message":{"shape":"String"}
|
576
|
+
},
|
577
|
+
"error":{
|
578
|
+
"httpStatusCode":400,
|
579
|
+
"senderFault":true
|
580
|
+
},
|
581
|
+
"exception":true
|
582
|
+
}
|
583
|
+
}
|
584
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"SearchDevices": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "devices"
|
8
|
+
},
|
9
|
+
"SearchQuantumTasks": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "quantumTasks"
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|
@@ -536,6 +536,7 @@
|
|
536
536
|
"input":{"shape":"AssociateSoftwareTokenRequest"},
|
537
537
|
"output":{"shape":"AssociateSoftwareTokenResponse"},
|
538
538
|
"errors":[
|
539
|
+
{"shape":"ConcurrentModificationException"},
|
539
540
|
{"shape":"InvalidParameterException"},
|
540
541
|
{"shape":"NotAuthorizedException"},
|
541
542
|
{"shape":"ResourceNotFoundException"},
|
@@ -1890,6 +1891,11 @@
|
|
1890
1891
|
},
|
1891
1892
|
"shapes":{
|
1892
1893
|
"AWSAccountIdType":{"type":"string"},
|
1894
|
+
"AccessTokenValidityType":{
|
1895
|
+
"type":"integer",
|
1896
|
+
"max":86400,
|
1897
|
+
"min":1
|
1898
|
+
},
|
1893
1899
|
"AccountRecoverySettingType":{
|
1894
1900
|
"type":"structure",
|
1895
1901
|
"members":{
|
@@ -2961,6 +2967,9 @@
|
|
2961
2967
|
"ClientName":{"shape":"ClientNameType"},
|
2962
2968
|
"GenerateSecret":{"shape":"GenerateSecret"},
|
2963
2969
|
"RefreshTokenValidity":{"shape":"RefreshTokenValidityType"},
|
2970
|
+
"AccessTokenValidity":{"shape":"AccessTokenValidityType"},
|
2971
|
+
"IdTokenValidity":{"shape":"IdTokenValidityType"},
|
2972
|
+
"TokenValidityUnits":{"shape":"TokenValidityUnitsType"},
|
2964
2973
|
"ReadAttributes":{"shape":"ClientPermissionListType"},
|
2965
2974
|
"WriteAttributes":{"shape":"ClientPermissionListType"},
|
2966
2975
|
"ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"},
|
@@ -3753,6 +3762,11 @@
|
|
3753
3762
|
"type":"list",
|
3754
3763
|
"member":{"shape":"HttpHeader"}
|
3755
3764
|
},
|
3765
|
+
"IdTokenValidityType":{
|
3766
|
+
"type":"integer",
|
3767
|
+
"max":86400,
|
3768
|
+
"min":1
|
3769
|
+
},
|
3756
3770
|
"IdentityProviderType":{
|
3757
3771
|
"type":"structure",
|
3758
3772
|
"members":{
|
@@ -4336,7 +4350,7 @@
|
|
4336
4350
|
},
|
4337
4351
|
"RefreshTokenValidityType":{
|
4338
4352
|
"type":"integer",
|
4339
|
-
"max":
|
4353
|
+
"max":315360000,
|
4340
4354
|
"min":0
|
4341
4355
|
},
|
4342
4356
|
"ResendConfirmationCodeRequest":{
|
@@ -4819,11 +4833,28 @@
|
|
4819
4833
|
"max":365,
|
4820
4834
|
"min":0
|
4821
4835
|
},
|
4836
|
+
"TimeUnitsType":{
|
4837
|
+
"type":"string",
|
4838
|
+
"enum":[
|
4839
|
+
"seconds",
|
4840
|
+
"minutes",
|
4841
|
+
"hours",
|
4842
|
+
"days"
|
4843
|
+
]
|
4844
|
+
},
|
4822
4845
|
"TokenModelType":{
|
4823
4846
|
"type":"string",
|
4824
4847
|
"pattern":"[A-Za-z0-9-_=.]+",
|
4825
4848
|
"sensitive":true
|
4826
4849
|
},
|
4850
|
+
"TokenValidityUnitsType":{
|
4851
|
+
"type":"structure",
|
4852
|
+
"members":{
|
4853
|
+
"AccessToken":{"shape":"TimeUnitsType"},
|
4854
|
+
"IdToken":{"shape":"TimeUnitsType"},
|
4855
|
+
"RefreshToken":{"shape":"TimeUnitsType"}
|
4856
|
+
}
|
4857
|
+
},
|
4827
4858
|
"TooManyFailedAttemptsException":{
|
4828
4859
|
"type":"structure",
|
4829
4860
|
"members":{
|
@@ -5017,6 +5048,9 @@
|
|
5017
5048
|
"ClientId":{"shape":"ClientIdType"},
|
5018
5049
|
"ClientName":{"shape":"ClientNameType"},
|
5019
5050
|
"RefreshTokenValidity":{"shape":"RefreshTokenValidityType"},
|
5051
|
+
"AccessTokenValidity":{"shape":"AccessTokenValidityType"},
|
5052
|
+
"IdTokenValidity":{"shape":"IdTokenValidityType"},
|
5053
|
+
"TokenValidityUnits":{"shape":"TokenValidityUnitsType"},
|
5020
5054
|
"ReadAttributes":{"shape":"ClientPermissionListType"},
|
5021
5055
|
"WriteAttributes":{"shape":"ClientPermissionListType"},
|
5022
5056
|
"ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"},
|
@@ -5211,6 +5245,9 @@
|
|
5211
5245
|
"LastModifiedDate":{"shape":"DateType"},
|
5212
5246
|
"CreationDate":{"shape":"DateType"},
|
5213
5247
|
"RefreshTokenValidity":{"shape":"RefreshTokenValidityType"},
|
5248
|
+
"AccessTokenValidity":{"shape":"AccessTokenValidityType"},
|
5249
|
+
"IdTokenValidity":{"shape":"IdTokenValidityType"},
|
5250
|
+
"TokenValidityUnits":{"shape":"TokenValidityUnitsType"},
|
5214
5251
|
"ReadAttributes":{"shape":"ClientPermissionListType"},
|
5215
5252
|
"WriteAttributes":{"shape":"ClientPermissionListType"},
|
5216
5253
|
"ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"},
|
@@ -21180,7 +21180,9 @@
|
|
21180
21180
|
"SubnetId":{
|
21181
21181
|
"shape":"SubnetId",
|
21182
21182
|
"locationName":"subnetId"
|
21183
|
-
}
|
21183
|
+
},
|
21184
|
+
"MapCustomerOwnedIpOnLaunch":{"shape":"AttributeBooleanValue"},
|
21185
|
+
"CustomerOwnedIpv4Pool":{"shape":"CoipPoolId"}
|
21184
21186
|
}
|
21185
21187
|
},
|
21186
21188
|
"ModifyTrafficMirrorFilterNetworkServicesRequest":{
|
@@ -22062,6 +22064,10 @@
|
|
22062
22064
|
"shape":"String",
|
22063
22065
|
"locationName":"publicIp"
|
22064
22066
|
},
|
22067
|
+
"CustomerOwnedIp":{
|
22068
|
+
"shape":"String",
|
22069
|
+
"locationName":"customerOwnedIp"
|
22070
|
+
},
|
22065
22071
|
"CarrierIp":{
|
22066
22072
|
"shape":"String",
|
22067
22073
|
"locationName":"carrierIp"
|
@@ -349,7 +349,8 @@
|
|
349
349
|
"type":"string",
|
350
350
|
"enum":[
|
351
351
|
"AL2_x86_64",
|
352
|
-
"AL2_x86_64_GPU"
|
352
|
+
"AL2_x86_64_GPU",
|
353
|
+
"AL2_ARM_64"
|
353
354
|
]
|
354
355
|
},
|
355
356
|
"AutoScalingGroup":{
|
@@ -521,6 +522,7 @@
|
|
521
522
|
"shape":"String",
|
522
523
|
"idempotencyToken":true
|
523
524
|
},
|
525
|
+
"launchTemplate":{"shape":"LaunchTemplateSpecification"},
|
524
526
|
"version":{"shape":"String"},
|
525
527
|
"releaseVersion":{"shape":"String"}
|
526
528
|
}
|
@@ -820,6 +822,14 @@
|
|
820
822
|
"type":"list",
|
821
823
|
"member":{"shape":"Issue"}
|
822
824
|
},
|
825
|
+
"LaunchTemplateSpecification":{
|
826
|
+
"type":"structure",
|
827
|
+
"members":{
|
828
|
+
"name":{"shape":"String"},
|
829
|
+
"version":{"shape":"String"},
|
830
|
+
"id":{"shape":"String"}
|
831
|
+
}
|
832
|
+
},
|
823
833
|
"ListClustersRequest":{
|
824
834
|
"type":"structure",
|
825
835
|
"members":{
|
@@ -1018,6 +1028,7 @@
|
|
1018
1028
|
"resources":{"shape":"NodegroupResources"},
|
1019
1029
|
"diskSize":{"shape":"BoxedInteger"},
|
1020
1030
|
"health":{"shape":"NodegroupHealth"},
|
1031
|
+
"launchTemplate":{"shape":"LaunchTemplateSpecification"},
|
1021
1032
|
"tags":{"shape":"TagMap"}
|
1022
1033
|
}
|
1023
1034
|
},
|
@@ -1353,6 +1364,7 @@
|
|
1353
1364
|
},
|
1354
1365
|
"version":{"shape":"String"},
|
1355
1366
|
"releaseVersion":{"shape":"String"},
|
1367
|
+
"launchTemplate":{"shape":"LaunchTemplateSpecification"},
|
1356
1368
|
"force":{"shape":"Boolean"},
|
1357
1369
|
"clientRequestToken":{
|
1358
1370
|
"shape":"String",
|
@@ -2912,7 +2912,8 @@
|
|
2912
2912
|
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
|
2913
2913
|
"DeletionProtection":{"shape":"BooleanOptional"},
|
2914
2914
|
"Domain":{"shape":"String"},
|
2915
|
-
"DomainIAMRoleName":{"shape":"String"}
|
2915
|
+
"DomainIAMRoleName":{"shape":"String"},
|
2916
|
+
"ReplicaMode":{"shape":"ReplicaMode"}
|
2916
2917
|
}
|
2917
2918
|
},
|
2918
2919
|
"CreateDBInstanceReadReplicaResult":{
|
@@ -3640,6 +3641,7 @@
|
|
3640
3641
|
"ReadReplicaSourceDBInstanceIdentifier":{"shape":"String"},
|
3641
3642
|
"ReadReplicaDBInstanceIdentifiers":{"shape":"ReadReplicaDBInstanceIdentifierList"},
|
3642
3643
|
"ReadReplicaDBClusterIdentifiers":{"shape":"ReadReplicaDBClusterIdentifierList"},
|
3644
|
+
"ReplicaMode":{"shape":"ReplicaMode"},
|
3643
3645
|
"LicenseModel":{"shape":"String"},
|
3644
3646
|
"Iops":{"shape":"IntegerOptional"},
|
3645
3647
|
"OptionGroupMemberships":{"shape":"OptionGroupMembershipList"},
|
@@ -5999,7 +6001,8 @@
|
|
5999
6001
|
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
|
6000
6002
|
"DeletionProtection":{"shape":"BooleanOptional"},
|
6001
6003
|
"MaxAllocatedStorage":{"shape":"IntegerOptional"},
|
6002
|
-
"CertificateRotationRestart":{"shape":"BooleanOptional"}
|
6004
|
+
"CertificateRotationRestart":{"shape":"BooleanOptional"},
|
6005
|
+
"ReplicaMode":{"shape":"ReplicaMode"}
|
6003
6006
|
}
|
6004
6007
|
},
|
6005
6008
|
"ModifyDBInstanceResult":{
|
@@ -6753,6 +6756,13 @@
|
|
6753
6756
|
"TagKeys":{"shape":"KeyList"}
|
6754
6757
|
}
|
6755
6758
|
},
|
6759
|
+
"ReplicaMode":{
|
6760
|
+
"type":"string",
|
6761
|
+
"enum":[
|
6762
|
+
"open-read-only",
|
6763
|
+
"mounted"
|
6764
|
+
]
|
6765
|
+
},
|
6756
6766
|
"ReservedDBInstance":{
|
6757
6767
|
"type":"structure",
|
6758
6768
|
"members":{
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:Braket, {
|
2
|
+
api: "#{Aws::API_DIR}/braket/2019-09-01/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/braket/2019-09-01/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/braket/2019-09-01/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/braket/2019-09-01/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.566
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-08-
|
11
|
+
date: 2020-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -121,6 +121,9 @@ files:
|
|
121
121
|
- apis/batch/2016-08-10/examples-1.json
|
122
122
|
- apis/batch/2016-08-10/paginators-1.json
|
123
123
|
- apis/batch/2016-08-10/smoke.json
|
124
|
+
- apis/braket/2019-09-01/api-2.json
|
125
|
+
- apis/braket/2019-09-01/examples-1.json
|
126
|
+
- apis/braket/2019-09-01/paginators-1.json
|
124
127
|
- apis/budgets/2016-10-20/api-2.json
|
125
128
|
- apis/budgets/2016-10-20/examples-1.json
|
126
129
|
- apis/budgets/2016-10-20/paginators-1.json
|
@@ -965,6 +968,7 @@ files:
|
|
965
968
|
- lib/aws-sdk-core/autoscalingplans.rb
|
966
969
|
- lib/aws-sdk-core/backup.rb
|
967
970
|
- lib/aws-sdk-core/batch.rb
|
971
|
+
- lib/aws-sdk-core/braket.rb
|
968
972
|
- lib/aws-sdk-core/budgets.rb
|
969
973
|
- lib/aws-sdk-core/checksums.rb
|
970
974
|
- lib/aws-sdk-core/chime.rb
|