2013-06

Navigation

Link

root

Common link which links to the root level of the service.

tag
a (look at the href attribute for the URL)
id
root
Link

parent

Common link which links to the parent resource.

tag
a (look at the href attribute for the URL)
id
parent
Link

self

Common link which links to this resource.

tag
a (look at the href attribute for the URL)
id
self

next

Get the next batch of records from the aws_billing_csv table for the month 2013-06.

tag
a (look at the href attribute for the URL)
id
next

Data

tag
code
id
data__
classes
  • data

{
  "tableName": "aws_billing_csv",
  "month": "2013-06",
  "maxKeys": 2,
  "truncated": true,
  "nextMarker": "20130612345678901200000000000000000002",
  "records": [
    {
      "id_": "20130612345678901200000000000000000000",
      "account_": "123456789012",
      "month_": "2013-06",
      "invoice_i_d": "30753070",
      "payer_account_id": "123456789012",
      "record_type": "PayerLineItem",
      "record_i_d": "400000000123028879",
      "billing_period_start_date": "2013-06-01T00:00:00Z",
      "billing_period_end_date": "2013-06-30T23:59:59Z",
      "invoice_date": "2013-07-03T20:30:36Z",
      "payer_account_name": "Joe User",
      "taxation_address": "123 Main St, Anytown, CA, 98765-4321, US",
      "product_code": "AmazonS3",
      "product_name": "Amazon Simple Storage Service",
      "seller_of_record": "Amazon Web Services, Inc.",
      "usage_type": "EU-Requests-Tier2",
      "rate_id": "1130823",
      "item_description": "$0.004 per 10,000 GET and all other requests",
      "usage_start_date": "2013-06-01T00:00:00Z",
      "usage_end_date": "2013-06-30T23:59:59Z",
      "usage_quantity": 2.0,
      "currency_code": "USD",
      "cost_before_tax": 0.01,
      "credits": 0.0,
      "tax_amount": 0.000000,
      "tax_type": "None",
      "total_cost": 0.010000
    },
    {
      "id_": "20130612345678901200000000000000000001",
      "account_": "123456789012",
      "month_": "2013-06",
      "invoice_i_d": "30753070",
      "payer_account_id": "123456789012",
      "record_type": "PayerLineItem",
      "record_i_d": "400000000124329180",
      "billing_period_start_date": "2013-06-01T00:00:00Z",
      "billing_period_end_date": "2013-06-30T23:59:59Z",
      "invoice_date": "2013-07-03T20:30:36Z",
      "payer_account_name": "Joe User",
      "taxation_address": "123 Main St, Anytown, CA, 98765-4321, US",
      "product_code": "AmazonEC2",
      "product_name": "Amazon Elastic Compute Cloud",
      "seller_of_record": "Amazon Web Services, Inc.",
      "usage_type": "CW:MetricMonitorUsage",
      "operation": "MetricStorage",
      "rate_id": "1261818",
      "item_description": "$0.00 per metric-month - first 10 metrics",
      "usage_start_date": "2013-06-01T00:00:00Z",
      "usage_end_date": "2013-06-30T23:59:59Z",
      "usage_quantity": 0.00277778,
      "currency_code": "USD",
      "cost_before_tax": 0.00,
      "credits": 0.0,
      "tax_amount": 0.000000,
      "tax_type": "None",
      "total_cost": 0.000000
    }
  ]
}