aws-sdk-core 2.11.562 → 2.11.567
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appstream/2016-12-01/api-2.json +48 -14
- 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/cloud9/2017-09-23/api-2.json +20 -3
- data/apis/cognito-idp/2016-04-18/api-2.json +38 -1
- data/apis/ec2/2016-11-15/api-2.json +31 -2
- data/apis/eks/2017-11-01/api-2.json +13 -1
- data/apis/fsx/2018-03-01/api-2.json +14 -4
- data/apis/glue/2017-03-31/api-2.json +9 -4
- data/apis/iot/2015-05-28/api-2.json +203 -2
- data/apis/iot/2015-05-28/paginators-1.json +285 -1
- data/apis/lambda/2015-03-31/api-2.json +20 -4
- data/apis/rds/2014-10-31/api-2.json +12 -2
- data/apis/s3/2006-03-01/api-2.json +21 -7
- data/apis/s3/2006-03-01/examples-1.json +159 -159
- data/apis/sagemaker/2017-07-24/api-2.json +17 -1
- data/apis/savingsplans/2019-06-28/api-2.json +1 -0
- data/apis/transfer/2018-11-05/api-2.json +94 -2
- data/apis/transfer/2018-11-05/paginators-1.json +5 -0
- data/apis/workspaces/2015-04-08/api-2.json +3 -1
- data/endpoints.json +84 -0
- 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: eb5ac7d1b91bec942e482d1a59c4c5ace338256ff240ec402c486cfcd674dcc2
|
4
|
+
data.tar.gz: 7854dd5ea7ff4609117528193f06693bff1d57f853f06b25d518a5b4703123df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e1258f0387b5e64906359cbbd6b033bdf52a26f41784e3518158c92ee3883dfd05afb0eb740413bf1f5a4f049b6924f542cf141727ad8247cbe14af59cc3a80
|
7
|
+
data.tar.gz: 77d1a0efa38e5b07ae677ebd5d05412647e79b7a08299d53ea6feb6894df5505586ccd690f9160abed6dd6f945301b555d9113a06bce997b1abd60711a7f8f44
|
@@ -39,7 +39,8 @@
|
|
39
39
|
"input":{"shape":"BatchAssociateUserStackRequest"},
|
40
40
|
"output":{"shape":"BatchAssociateUserStackResult"},
|
41
41
|
"errors":[
|
42
|
-
{"shape":"OperationNotPermittedException"}
|
42
|
+
{"shape":"OperationNotPermittedException"},
|
43
|
+
{"shape":"InvalidParameterCombinationException"}
|
43
44
|
]
|
44
45
|
},
|
45
46
|
"BatchDisassociateUserStack":{
|
@@ -49,7 +50,11 @@
|
|
49
50
|
"requestUri":"/"
|
50
51
|
},
|
51
52
|
"input":{"shape":"BatchDisassociateUserStackRequest"},
|
52
|
-
"output":{"shape":"BatchDisassociateUserStackResult"}
|
53
|
+
"output":{"shape":"BatchDisassociateUserStackResult"},
|
54
|
+
"errors":[
|
55
|
+
{"shape":"OperationNotPermittedException"},
|
56
|
+
{"shape":"InvalidParameterCombinationException"}
|
57
|
+
]
|
53
58
|
},
|
54
59
|
"CopyImage":{
|
55
60
|
"name":"CopyImage",
|
@@ -77,9 +82,12 @@
|
|
77
82
|
"input":{"shape":"CreateDirectoryConfigRequest"},
|
78
83
|
"output":{"shape":"CreateDirectoryConfigResult"},
|
79
84
|
"errors":[
|
85
|
+
{"shape":"ResourceNotFoundException"},
|
80
86
|
{"shape":"ResourceAlreadyExistsException"},
|
81
87
|
{"shape":"LimitExceededException"},
|
82
|
-
{"shape":"InvalidAccountStatusException"}
|
88
|
+
{"shape":"InvalidAccountStatusException"},
|
89
|
+
{"shape":"OperationNotPermittedException"},
|
90
|
+
{"shape":"InvalidRoleException"}
|
83
91
|
]
|
84
92
|
},
|
85
93
|
"CreateFleet":{
|
@@ -95,6 +103,7 @@
|
|
95
103
|
{"shape":"ResourceNotAvailableException"},
|
96
104
|
{"shape":"ResourceNotFoundException"},
|
97
105
|
{"shape":"LimitExceededException"},
|
106
|
+
{"shape":"RequestLimitExceededException"},
|
98
107
|
{"shape":"InvalidAccountStatusException"},
|
99
108
|
{"shape":"InvalidRoleException"},
|
100
109
|
{"shape":"ConcurrentModificationException"},
|
@@ -113,6 +122,7 @@
|
|
113
122
|
"output":{"shape":"CreateImageBuilderResult"},
|
114
123
|
"errors":[
|
115
124
|
{"shape":"LimitExceededException"},
|
125
|
+
{"shape":"RequestLimitExceededException"},
|
116
126
|
{"shape":"InvalidAccountStatusException"},
|
117
127
|
{"shape":"ResourceAlreadyExistsException"},
|
118
128
|
{"shape":"ResourceNotAvailableException"},
|
@@ -415,7 +425,8 @@
|
|
415
425
|
"input":{"shape":"DescribeUserStackAssociationsRequest"},
|
416
426
|
"output":{"shape":"DescribeUserStackAssociationsResult"},
|
417
427
|
"errors":[
|
418
|
-
{"shape":"InvalidParameterCombinationException"}
|
428
|
+
{"shape":"InvalidParameterCombinationException"},
|
429
|
+
{"shape":"OperationNotPermittedException"}
|
419
430
|
]
|
420
431
|
},
|
421
432
|
"DescribeUsers":{
|
@@ -454,7 +465,8 @@
|
|
454
465
|
"errors":[
|
455
466
|
{"shape":"ResourceInUseException"},
|
456
467
|
{"shape":"ResourceNotFoundException"},
|
457
|
-
{"shape":"ConcurrentModificationException"}
|
468
|
+
{"shape":"ConcurrentModificationException"},
|
469
|
+
{"shape":"OperationNotPermittedException"}
|
458
470
|
]
|
459
471
|
},
|
460
472
|
"EnableUser":{
|
@@ -521,6 +533,7 @@
|
|
521
533
|
{"shape":"ResourceNotFoundException"},
|
522
534
|
{"shape":"OperationNotPermittedException"},
|
523
535
|
{"shape":"LimitExceededException"},
|
536
|
+
{"shape":"RequestLimitExceededException"},
|
524
537
|
{"shape":"InvalidAccountStatusException"},
|
525
538
|
{"shape":"ConcurrentModificationException"},
|
526
539
|
{"shape":"ResourceNotAvailableException"},
|
@@ -607,7 +620,9 @@
|
|
607
620
|
"errors":[
|
608
621
|
{"shape":"ResourceInUseException"},
|
609
622
|
{"shape":"ResourceNotFoundException"},
|
610
|
-
{"shape":"ConcurrentModificationException"}
|
623
|
+
{"shape":"ConcurrentModificationException"},
|
624
|
+
{"shape":"OperationNotPermittedException"},
|
625
|
+
{"shape":"InvalidRoleException"}
|
611
626
|
]
|
612
627
|
},
|
613
628
|
"UpdateFleet":{
|
@@ -621,6 +636,7 @@
|
|
621
636
|
"errors":[
|
622
637
|
{"shape":"ResourceInUseException"},
|
623
638
|
{"shape":"LimitExceededException"},
|
639
|
+
{"shape":"RequestLimitExceededException"},
|
624
640
|
{"shape":"InvalidAccountStatusException"},
|
625
641
|
{"shape":"InvalidRoleException"},
|
626
642
|
{"shape":"ResourceNotFoundException"},
|
@@ -745,7 +761,7 @@
|
|
745
761
|
},
|
746
762
|
"Arn":{
|
747
763
|
"type":"string",
|
748
|
-
"pattern":"^arn:aws
|
764
|
+
"pattern":"^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$"
|
749
765
|
},
|
750
766
|
"ArnList":{
|
751
767
|
"type":"list",
|
@@ -861,8 +877,7 @@
|
|
861
877
|
"type":"structure",
|
862
878
|
"required":[
|
863
879
|
"DirectoryName",
|
864
|
-
"OrganizationalUnitDistinguishedNames"
|
865
|
-
"ServiceAccountCredentials"
|
880
|
+
"OrganizationalUnitDistinguishedNames"
|
866
881
|
],
|
867
882
|
"members":{
|
868
883
|
"DirectoryName":{"shape":"DirectoryName"},
|
@@ -899,7 +914,8 @@
|
|
899
914
|
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
|
900
915
|
"Tags":{"shape":"Tags"},
|
901
916
|
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
|
902
|
-
"IamRoleArn":{"shape":"Arn"}
|
917
|
+
"IamRoleArn":{"shape":"Arn"},
|
918
|
+
"StreamView":{"shape":"StreamView"}
|
903
919
|
}
|
904
920
|
},
|
905
921
|
"CreateFleetResult":{
|
@@ -1374,7 +1390,7 @@
|
|
1374
1390
|
"DomainList":{
|
1375
1391
|
"type":"list",
|
1376
1392
|
"member":{"shape":"Domain"},
|
1377
|
-
"max":
|
1393
|
+
"max":50
|
1378
1394
|
},
|
1379
1395
|
"EmbedHostDomain":{
|
1380
1396
|
"type":"string",
|
@@ -1448,7 +1464,8 @@
|
|
1448
1464
|
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
|
1449
1465
|
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
|
1450
1466
|
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
|
1451
|
-
"IamRoleArn":{"shape":"Arn"}
|
1467
|
+
"IamRoleArn":{"shape":"Arn"},
|
1468
|
+
"StreamView":{"shape":"StreamView"}
|
1452
1469
|
}
|
1453
1470
|
},
|
1454
1471
|
"FleetAttribute":{
|
@@ -1801,6 +1818,13 @@
|
|
1801
1818
|
"max":32,
|
1802
1819
|
"min":1
|
1803
1820
|
},
|
1821
|
+
"RequestLimitExceededException":{
|
1822
|
+
"type":"structure",
|
1823
|
+
"members":{
|
1824
|
+
"Message":{"shape":"ErrorMessage"}
|
1825
|
+
},
|
1826
|
+
"exception":true
|
1827
|
+
},
|
1804
1828
|
"ResourceAlreadyExistsException":{
|
1805
1829
|
"type":"structure",
|
1806
1830
|
"members":{
|
@@ -1822,6 +1846,7 @@
|
|
1822
1846
|
},
|
1823
1847
|
"ResourceIdentifier":{
|
1824
1848
|
"type":"string",
|
1849
|
+
"max":2048,
|
1825
1850
|
"min":1
|
1826
1851
|
},
|
1827
1852
|
"ResourceInUseException":{
|
@@ -2054,6 +2079,13 @@
|
|
2054
2079
|
"ONE_DRIVE"
|
2055
2080
|
]
|
2056
2081
|
},
|
2082
|
+
"StreamView":{
|
2083
|
+
"type":"string",
|
2084
|
+
"enum":[
|
2085
|
+
"APP",
|
2086
|
+
"DESKTOP"
|
2087
|
+
]
|
2088
|
+
},
|
2057
2089
|
"StreamingUrlUserId":{
|
2058
2090
|
"type":"string",
|
2059
2091
|
"max":32,
|
@@ -2166,7 +2198,8 @@
|
|
2166
2198
|
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
|
2167
2199
|
"IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
|
2168
2200
|
"AttributesToDelete":{"shape":"FleetAttributes"},
|
2169
|
-
"IamRoleArn":{"shape":"Arn"}
|
2201
|
+
"IamRoleArn":{"shape":"Arn"},
|
2202
|
+
"StreamView":{"shape":"StreamView"}
|
2170
2203
|
}
|
2171
2204
|
},
|
2172
2205
|
"UpdateFleetResult":{
|
@@ -2267,7 +2300,7 @@
|
|
2267
2300
|
},
|
2268
2301
|
"UserId":{
|
2269
2302
|
"type":"string",
|
2270
|
-
"max":
|
2303
|
+
"max":128,
|
2271
2304
|
"min":2
|
2272
2305
|
},
|
2273
2306
|
"UserList":{
|
@@ -2317,6 +2350,7 @@
|
|
2317
2350
|
"enum":[
|
2318
2351
|
"STACK_NOT_FOUND",
|
2319
2352
|
"USER_NAME_NOT_FOUND",
|
2353
|
+
"DIRECTORY_NOT_FOUND",
|
2320
2354
|
"INTERNAL_ERROR"
|
2321
2355
|
]
|
2322
2356
|
},
|
@@ -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
|
+
"OFFLINE",
|
254
|
+
"ONLINE"
|
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
|
+
"QPU",
|
282
|
+
"SIMULATOR"
|
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
|
+
}
|