Amazon Global Accelerator · JSON Structure

Global Accelerator Update Listener Response Structure

UpdateListenerResponse schema from Amazon Global Accelerator API

Type: object Properties: 1
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

UpdateListenerResponse is a JSON Structure definition published by Amazon Global Accelerator, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Listener

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-global-accelerator/refs/heads/main/json-structure/global-accelerator-update-listener-response-structure.json",
  "name": "UpdateListenerResponse",
  "description": "UpdateListenerResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "Listener": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Listener"
        },
        {
          "description": "Information for the updated listener."
        }
      ]
    }
  }
}