UpdateEndpointGroupResponse

UpdateEndpointGroupResponse schema from Amazon Global Accelerator API

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

Properties

Name Type Description
EndpointGroup object
View JSON Schema on GitHub

JSON Schema

global-accelerator-update-endpoint-group-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-schema/global-accelerator-update-endpoint-group-response-schema.json",
  "title": "UpdateEndpointGroupResponse",
  "description": "UpdateEndpointGroupResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "EndpointGroup": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EndpointGroup"
        },
        {
          "description": "The information about the endpoint group that was updated."
        }
      ]
    }
  }
}