v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in the next period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.

post/#X-Amz-Target=DeviceFarm_20150623.GetOfferingStatus

Query parameters

nextTokenstring

Pagination token

Headers

X-Amz-Target'DeviceFarm_20150623.GetOfferingStatus' required

Request body

nextTokenstring

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Response

Success

currentobject

When specified, gets the offering status for the current period.

nextPeriodobject

When specified, gets the offering status for the next period.

nextTokenstring

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Example response

{
  "current": {
    "D68B3C05-1BA6-4360-BC69-12345EXAMPLE": {
      "offering": {
        "type": "RECURRING",
        "description": "Android Remote Access Unmetered Device Slot",
        "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
        "platform": "ANDROID"
      },
      "quantity": 1
    }
  },
  "nextPeriod": {
    "D68B3C05-1BA6-4360-BC69-12345EXAMPLE": {
      "effectiveOn": "1472688000",
      "offering": {
        "type": "RECURRING",
        "description": "Android Remote Access Unmetered Device Slot",
        "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
        "platform": "ANDROID"
      },
      "quantity": 1
    }
  }
}