python-botocore/tests/unit/response_parsing/xml/responses/redshift-create-cluster-snapshot.json
2015-11-24 20:34:53 +09:00

20 lines
633 B
JSON

{
"Snapshot": {
"Status": "creating",
"SnapshotCreateTime": "2013-01-23T01:08:29.142Z",
"AvailabilityZone": "us-east-1c",
"ClusterVersion": "1.0",
"MasterUsername": "adminuser",
"DBName": "dev",
"ClusterCreateTime": "2013-01-22T19:23:59.368Z",
"SnapshotType": "manual",
"NodeType": "dw.hs1.xlarge",
"ClusterIdentifier": "examplecluster",
"Port": 5439,
"NumberOfNodes": 2,
"SnapshotIdentifier": "my-snapshot-123"
},
"ResponseMetadata": {
"RequestId": "65baef14-64f9-11e2-bea9-49e0ce183f07"
}
}