Amazon Route 53 · JSON Structure

Amazon Route 53 Openapi Delete Hosted Zone Response Structure

DeleteHostedZoneResponse schema from openapi

Type: object Properties: 1
DNSDomain RegistrationHealth ChecksRouting

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

Properties

ChangeInfo

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-route-53/refs/heads/main/json-structure/amazon-route-53-openapi-delete-hosted-zone-response-structure.json",
  "description": "DeleteHostedZoneResponse schema from openapi",
  "type": "object",
  "properties": {
    "ChangeInfo": {
      "$ref": "#/components/schemas/ChangeInfo"
    }
  },
  "name": "DeleteHostedZoneResponse"
}