Amazon GuardDuty · Schema

UpdateFilterResponse

UpdateFilterResponse schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
Name object
View JSON Schema on GitHub

JSON Schema

guardduty-update-filter-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-update-filter-response-schema.json",
  "title": "UpdateFilterResponse",
  "description": "UpdateFilterResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FilterName"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "The name of the filter."
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}