File: redshift-delete-cluster-snapshot.xml

package info (click to toggle)
python-botocore 1.20.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 60,608 kB
  • sloc: python: 50,632; xml: 15,052; makefile: 131
file content (22 lines) | stat: -rw-r--r-- 937 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
<DeleteClusterSnapshotResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
  <DeleteClusterSnapshotResult>
    <Snapshot>
      <SnapshotCreateTime>2012-12-07T23:31:02.372Z</SnapshotCreateTime>
      <Port>5439</Port>
      <SnapshotIdentifier>snapshot-1234</SnapshotIdentifier>
      <Status>deleted</Status>
      <ClusterCreateTime>2012-12-06T23:09:01.475Z</ClusterCreateTime>
      <SnapshotType>manual</SnapshotType>
      <ClusterVersion>1.0</ClusterVersion>
      <AvailabilityZone>us-east-1a</AvailabilityZone>
      <ClusterIdentifier>examplecluster</ClusterIdentifier>
      <MasterUsername>masteruser</MasterUsername>
      <NodeType>dw.hs1.xlarge</NodeType>
      <DBName>mydb</DBName>
      <NumberOfNodes>3</NumberOfNodes>
    </Snapshot>
  </DeleteClusterSnapshotResult>
  <ResponseMetadata>
    <RequestId>88a31de4-40d1-11e2-8a25-eb010998df4e</RequestId>
  </ResponseMetadata>
</DeleteClusterSnapshotResponse>