File: redshift-copy-cluster-snapshot.xml

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (22 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<CopyClusterSnapshotResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
  <CopyClusterSnapshotResult>
    <Snapshot>
      <Port>5439</Port>
      <SnapshotIdentifier>my-snapshot-456</SnapshotIdentifier>
      <Status>available</Status>
      <SnapshotType>manual</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>
  </CopyClusterSnapshotResult>
  <ResponseMetadata>
    <RequestId>aebb56f5-64fe-11e2-88c5-53eb05787dfb</RequestId>
  </ResponseMetadata>
</CopyClusterSnapshotResponse>