<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>