Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
botocore / tests / unit / response_parsing / xml / responses / ec2-stop-instances.json
Size: Mime:
{
    "StoppingInstances": [
        {
            "InstanceId": "i-10a64379", 
            "CurrentState": {
                "Code": 64, 
                "Name": "stopping"
            }, 
            "PreviousState": {
                "Code": 16, 
                "Name": "running"
            }
        }
    ], 
    "ResponseMetadata": {
        "RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE"
    }
}