Amazon Outposts · JSON Structure

Openapi List Outposts Output Structure

ListOutpostsOutput schema from Amazon Outposts

Type: object Properties: 2
Edge ComputingHybrid CloudInfrastructureOn-Premises

ListOutpostsOutput is a JSON Structure definition published by Amazon Outposts, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Outposts NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-list-outposts-output-structure.json",
  "name": "ListOutpostsOutput",
  "description": "ListOutpostsOutput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Outposts": {
      "$ref": "#/components/schemas/outpostListDefinition"
    },
    "NextToken": {
      "$ref": "#/components/schemas/Token"
    }
  }
}