|
110 | 110 | {"shape":"InternalServiceException"}, |
111 | 111 | {"shape":"ValidationException"} |
112 | 112 | ], |
113 | | - "documentation":"<p>Retrieves the devices available in Amazon Braket.</p> <note> <p>For backwards compatibility with older versions of BraketSchemas, OpenQASM information is omitted from GetDevice API calls. To get this information the user-agent needs to present a recent version of the BraketSchemas (1.8.0 or later). The Braket SDK automatically reports this for you. If you do not see OpenQASM results in the GetDevice response when using a Braket SDK, you may need to set AWS_EXECUTION_ENV environment variable to configure user-agent. See the code examples provided below for how to do this for the AWS CLI, Boto3, and the Go, Java, and JavaScript/TypeScript SDKs.</p> </note>" |
| 113 | + "documentation":"<p>Retrieves the devices available in Amazon Braket.</p> <note> <p>For backwards compatibility with older versions of BraketSchemas, OpenQASM information is omitted from GetDevice API calls. To get this information the user-agent needs to present a recent version of the BraketSchemas (1.8.0 or later). The Braket SDK automatically reports this for you. If you do not see OpenQASM results in the GetDevice response when using a Braket SDK, you may need to set AWS_EXECUTION_ENV environment variable to configure user-agent. See the code examples provided below for how to do this for the AWS CLI, Boto3, and the Go, Java, and JavaScript/TypeScript SDKs.</p> </note>", |
| 114 | + "readonly":true |
114 | 115 | }, |
115 | 116 | "GetJob":{ |
116 | 117 | "name":"GetJob", |
|
128 | 129 | {"shape":"InternalServiceException"}, |
129 | 130 | {"shape":"ValidationException"} |
130 | 131 | ], |
131 | | - "documentation":"<p>Retrieves the specified Amazon Braket hybrid job.</p>" |
| 132 | + "documentation":"<p>Retrieves the specified Amazon Braket hybrid job.</p>", |
| 133 | + "readonly":true |
132 | 134 | }, |
133 | 135 | "GetQuantumTask":{ |
134 | 136 | "name":"GetQuantumTask", |
|
146 | 148 | {"shape":"InternalServiceException"}, |
147 | 149 | {"shape":"ValidationException"} |
148 | 150 | ], |
149 | | - "documentation":"<p>Retrieves the specified quantum task.</p>" |
| 151 | + "documentation":"<p>Retrieves the specified quantum task.</p>", |
| 152 | + "readonly":true |
150 | 153 | }, |
151 | 154 | "ListTagsForResource":{ |
152 | 155 | "name":"ListTagsForResource", |
|
162 | 165 | {"shape":"InternalServiceException"}, |
163 | 166 | {"shape":"ValidationException"} |
164 | 167 | ], |
165 | | - "documentation":"<p>Shows the tags associated with this resource.</p>" |
| 168 | + "documentation":"<p>Shows the tags associated with this resource.</p>", |
| 169 | + "readonly":true |
166 | 170 | }, |
167 | 171 | "SearchDevices":{ |
168 | 172 | "name":"SearchDevices", |
|
179 | 183 | {"shape":"InternalServiceException"}, |
180 | 184 | {"shape":"ValidationException"} |
181 | 185 | ], |
182 | | - "documentation":"<p>Searches for devices using the specified filters.</p>" |
| 186 | + "documentation":"<p>Searches for devices using the specified filters.</p>", |
| 187 | + "readonly":true |
183 | 188 | }, |
184 | 189 | "SearchJobs":{ |
185 | 190 | "name":"SearchJobs", |
|
213 | 218 | {"shape":"InternalServiceException"}, |
214 | 219 | {"shape":"ValidationException"} |
215 | 220 | ], |
216 | | - "documentation":"<p>Searches for tasks that match the specified filter values.</p>" |
| 221 | + "documentation":"<p>Searches for tasks that match the specified filter values.</p>", |
| 222 | + "readonly":true |
217 | 223 | }, |
218 | 224 | "TagResource":{ |
219 | 225 | "name":"TagResource", |
|
272 | 278 | }, |
273 | 279 | "programCount":{ |
274 | 280 | "shape":"Long", |
275 | | - "documentation":"<p>The number of programs in a program set. This is only available for a Program Set.</p>" |
| 281 | + "documentation":"<p>The number of programs in a program set. This is only available for a program set.</p>" |
276 | 282 | }, |
277 | 283 | "executableCount":{ |
278 | 284 | "shape":"Long", |
279 | | - "documentation":"<p>The number of executables in a program set. This is only available for a Program Set.</p>" |
| 285 | + "documentation":"<p>The number of executables in a program set. This is only available for a program set.</p>" |
280 | 286 | } |
281 | 287 | }, |
282 | 288 | "documentation":"<p>Contains metadata about the quantum task action, including the action type and program statistics.</p>" |
|
576 | 582 | "associations":{ |
577 | 583 | "shape":"CreateQuantumTaskRequestAssociationsList", |
578 | 584 | "documentation":"<p>The list of Amazon Braket resources associated with the quantum task.</p>" |
| 585 | + }, |
| 586 | + "experimentalCapabilities":{ |
| 587 | + "shape":"ExperimentalCapabilities", |
| 588 | + "documentation":"<p>Enable experimental capabilities for the quantum task.</p>" |
579 | 589 | } |
580 | 590 | } |
581 | 591 | }, |
|
744 | 754 | "SIMULATOR" |
745 | 755 | ] |
746 | 756 | }, |
| 757 | + "ExperimentalCapabilities":{ |
| 758 | + "type":"structure", |
| 759 | + "members":{ |
| 760 | + "enabled":{ |
| 761 | + "shape":"ExperimentalCapabilitiesEnablementType", |
| 762 | + "documentation":"<p>Enabled experimental capabilities.</p>" |
| 763 | + } |
| 764 | + }, |
| 765 | + "documentation":"<p>Enabled experimental capabilities for quantum hardware. Note that the use of these features may impact device capabilities and performance beyond its standard specifications.</p>", |
| 766 | + "union":true |
| 767 | + }, |
| 768 | + "ExperimentalCapabilitiesEnablementType":{ |
| 769 | + "type":"string", |
| 770 | + "enum":[ |
| 771 | + "ALL", |
| 772 | + "NONE" |
| 773 | + ] |
| 774 | + }, |
747 | 775 | "GetDeviceRequest":{ |
748 | 776 | "type":"structure", |
749 | 777 | "required":["deviceArn"], |
|
1016 | 1044 | "actionMetadata":{ |
1017 | 1045 | "shape":"ActionMetadata", |
1018 | 1046 | "documentation":"<p>Metadata about the action performed by the quantum task, including information about the type of action and program counts.</p>" |
| 1047 | + }, |
| 1048 | + "experimentalCapabilities":{ |
| 1049 | + "shape":"ExperimentalCapabilities", |
| 1050 | + "documentation":"<p>Enabled experimental capabilities for the quantum task, if any.</p>" |
1019 | 1051 | } |
1020 | 1052 | } |
1021 | 1053 | }, |
|
0 commit comments