Amazon Outposts · Schema

UpdateOutpostInput

UpdateOutpostInput schema from Amazon Outposts

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
Name object
Description object
SupportedHardwareType object
View JSON Schema on GitHub

JSON Schema

openapi-update-outpost-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-update-outpost-input-schema.json",
  "title": "UpdateOutpostInput",
  "description": "UpdateOutpostInput schema from Amazon Outposts",
  "type": "object",
  "properties": {
    "Name": {
      "$ref": "#/components/schemas/OutpostName"
    },
    "Description": {
      "$ref": "#/components/schemas/OutpostDescription"
    },
    "SupportedHardwareType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SupportedHardwareType"
        },
        {
          "description": " The type of hardware for this Outpost. "
        }
      ]
    }
  }
}