Amazon Route 53 Resolver · Schema
UpdateFirewallDomainsResponse
UpdateFirewallDomainsResponse schema from openapi
DNSHybrid CloudNetworking
Properties
| Name | Type | Description |
|---|---|---|
| Id | object | |
| Name | object | |
| Status | object | |
| StatusMessage | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-update-firewall-domains-response-schema.json",
"title": "UpdateFirewallDomainsResponse",
"description": "UpdateFirewallDomainsResponse schema from openapi",
"type": "object",
"properties": {
"Id": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceId"
},
{
"description": "The ID of the firewall domain list that DNS Firewall just updated."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/Name"
},
{
"description": "The name of the domain list. "
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/FirewallDomainListStatus"
},
{
"description": "Status of the <code>UpdateFirewallDomains</code> request."
}
]
},
"StatusMessage": {
"allOf": [
{
"$ref": "#/components/schemas/StatusMessage"
},
{
"description": "Additional information about the status of the list, if available."
}
]
}
}
}