python-botocore/tests/unit/response_parsing/xml/responses/ec2-cancel-spot-instance-requests.json

11 lines
249 B
JSON
Raw Normal View History

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