Skip to content

Commit

Permalink
Braket Update: Introduction of a RETIRED status for devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Jun 2, 2021
1 parent ee97647 commit b1613d8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-Braket-ce0cb3b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Braket",
"contributor": "",
"description": "Introduction of a RETIRED status for devices."
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"DeviceOfflineException"},
{"shape":"DeviceRetiredException"},
{"shape":"InternalServiceException"},
{"shape":"ValidationException"}
],
Expand Down Expand Up @@ -290,7 +292,7 @@
},
"CreateQuantumTaskRequestDeviceParametersString":{
"type":"string",
"max":2048,
"max":48000,
"min":1
},
"CreateQuantumTaskRequestOutputS3BucketString":{
Expand Down Expand Up @@ -335,11 +337,24 @@
},
"exception":true
},
"DeviceRetiredException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>The specified device has been retired.</p>",
"error":{
"httpStatusCode":410,
"senderFault":true
},
"exception":true
},
"DeviceStatus":{
"type":"string",
"enum":[
"ONLINE",
"OFFLINE"
"OFFLINE",
"RETIRED"
]
},
"DeviceSummary":{
Expand Down Expand Up @@ -872,7 +887,7 @@
},
"tagKeys":{
"shape":"TagKeys",
"documentation":"<p>pecify the keys for the tags to remove from the resource.</p>",
"documentation":"<p>Specify the keys for the tags to remove from the resource.</p>",
"location":"querystring",
"locationName":"tagKeys"
}
Expand Down

0 comments on commit b1613d8

Please sign in to comment.