File: redshift-purchase-reserved-node-offering.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 (24 lines) | stat: -rw-r--r-- 997 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
23
24
<PurchaseReservedNodeOfferingResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
  <PurchaseReservedNodeOfferingResult>
    <ReservedNode>
      <StartTime>2013-01-18T21:42:44.402Z</StartTime>
      <OfferingType>Heavy Utilization</OfferingType>
      <Duration>94608000</Duration>
      <RecurringCharges>
        <RecurringCharge>
          <RecurringChargeFrequency>Hourly</RecurringChargeFrequency>
          <RecurringChargeAmount>0.21</RecurringChargeAmount>
        </RecurringCharge>
      </RecurringCharges>
      <FixedPrice>12452.0</FixedPrice>
      <UsagePrice>0.0</UsagePrice>
      <State>payment-pending</State>
      <NodeType>dw.hs1.8xlarge</NodeType>
      <NodeCount>2</NodeCount>
      <ReservedNodeId>1ba8e2e3-dacf-48d9-841f-cc675182a8a6</ReservedNodeId>
    </ReservedNode>
  </PurchaseReservedNodeOfferingResult>
  <ResponseMetadata>
    <RequestId>fcb117cc-61b7-11e2-b6e9-87e586e4ca38</RequestId>
  </ResponseMetadata>
</PurchaseReservedNodeOfferingResponse>