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

40 lines
1.7 KiB
XML

<DescribeClusterSnapshotsResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
<DescribeClusterSnapshotsResult>
<Snapshots>
<Snapshot>
<Port>5439</Port>
<SnapshotIdentifier>cm:examplecluster-2013-01-22-19-27-58</SnapshotIdentifier>
<Status>available</Status>
<SnapshotType>automated</SnapshotType>
<ClusterVersion>1.0</ClusterVersion>
<SnapshotCreateTime>2013-01-22T19:27:58.931Z</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>
<Snapshot>
<Port>5439</Port>
<SnapshotIdentifier>my-snapshot-123</SnapshotIdentifier>
<Status>available</Status>
<SnapshotType>manual</SnapshotType>
<ClusterVersion>1.0</ClusterVersion>
<SnapshotCreateTime>2013-01-23T01:09:03.149Z</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>
</Snapshots>
</DescribeClusterSnapshotsResult>
<ResponseMetadata>
<RequestId>56a9daf4-64fa-11e2-a8da-655adc216806</RequestId>
</ResponseMetadata>
</DescribeClusterSnapshotsResponse>