python-botocore/tests/unit/response_parsing/xml/responses/ec2-cancel-spot-instance-requests.json
2015-11-24 20:34:53 +09:00

11 lines
249 B
JSON

{
"ResponseMetadata": {
"RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE"
},
"CancelledSpotInstanceRequests": [
{
"State": "cancelled",
"SpotInstanceRequestId": "sir-1a2b3c4d"
}
]
}