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

23 lines
938 B
XML

<CreateClusterSnapshotResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
<CreateClusterSnapshotResult>
<Snapshot>
<Port>5439</Port>
<SnapshotIdentifier>my-snapshot-123</SnapshotIdentifier>
<Status>creating</Status>
<SnapshotType>manual</SnapshotType>
<ClusterVersion>1.0</ClusterVersion>
<SnapshotCreateTime>2013-01-23T01:08:29.142Z</SnapshotCreateTime>
<NumberOfNodes>2</NumberOfNodes>
<DBName>dev</DBName>
<ClusterCreateTime>2013-01-22T19:23:59.368Z</ClusterCreateTime>
<AvailabilityZone>us-east-1c</AvailabilityZone>
<NodeType>dw.hs1.xlarge</NodeType>
<ClusterIdentifier>examplecluster</ClusterIdentifier>
<MasterUsername>adminuser</MasterUsername>
</Snapshot>
</CreateClusterSnapshotResult>
<ResponseMetadata>
<RequestId>65baef14-64f9-11e2-bea9-49e0ce183f07</RequestId>
</ResponseMetadata>
</CreateClusterSnapshotResponse>