Amazon Shield · Schema

ListProtectionsResponse

ListProtectionsResponse schema from api

DDoS ProtectionNetworkingSecurity

Properties

Name Type Description
Protections array
NextToken string
View JSON Schema on GitHub

JSON Schema

amazon-shield-api-list-protections-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-shield/refs/heads/main/json-schema/amazon-shield-api-list-protections-response-schema.json",
  "title": "ListProtectionsResponse",
  "description": "ListProtectionsResponse schema from api",
  "type": "object",
  "properties": {
    "Protections": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Protection"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}