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_cost_allocation 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_cost_allocation",
  "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",
      "linked_account_id": "123456789012",
      "record_type": "PayerLineItem",
      "record_i_d": "400000000121110879-0",
      "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": "AWSDataTransfer",
      "product_name": "AWS Data Transfer",
      "seller_of_record": "Amazon Web Services, Inc.",
      "usage_type": "DataTransfer-Out-Bytes",
      "availability_zone": "us-east-1a",
      "rate_id": "913845",
      "item_description": "$0.000 per GB - first 1 GB of data transferred out per month",
      "usage_start_date": "2013-06-01T00:00:00Z",
      "usage_end_date": "2013-06-30T23:59:59Z",
      "usage_quantity": 0.16538196,
      "currency_code": "USD",
      "cost_before_tax": 0.000000,
      "credits": 0.000000,
      "tax_amount": 0.000000,
      "tax_type": "None",
      "total_cost": 0.000000,
      "user__account": "expense",
      "user__department": "0100"
    },
    {
      "id_": "20130612345678901200000000000000000001",
      "account_": "123456789012",
      "month_": "2013-06",
      "invoice_i_d": "30753070",
      "payer_account_id": "123456789012",
      "linked_account_id": "123456789012",
      "record_type": "PayerLineItem",
      "record_i_d": "400000000121110879-1",
      "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": "AWSDataTransfer",
      "product_name": "AWS Data Transfer",
      "seller_of_record": "Amazon Web Services, Inc.",
      "usage_type": "DataTransfer-Out-Bytes",
      "availability_zone": "us-east-1d",
      "rate_id": "913845",
      "item_description": "$0.000 per GB - first 1 GB of data transferred out per month",
      "usage_start_date": "2013-06-01T00:00:00Z",
      "usage_end_date": "2013-06-30T23:59:59Z",
      "usage_quantity": 0.00558740,
      "currency_code": "USD",
      "cost_before_tax": 0.000000,
      "credits": 0.000000,
      "tax_amount": 0.000000,
      "tax_type": "None",
      "total_cost": 0.000000
    }
  ]
}