v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1448186240.2 KB

Updates the configuration of a DNS view.

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

patch/dns-views/{dnsViewId}

Path parameters

dnsViewIdstring required

The unique identifier of the DNS view to update.

Request body

namestring

The name of the DNS view.

descriptionstring

A description of the DNS view.

dnssecValidation'ENABLED' | 'DISABLED'

Whether to enable DNSSEC validation for the DNS view.

ednsClientSubnet'ENABLED' | 'DISABLED'

Whether to enable EDNS Client Subnet injection for the DNS view.

firewallRulesFailOpen'ENABLED' | 'DISABLED'

Whether firewall rules should fail open when they cannot be evaluated.

Response

Success

idstring required

The unique identifier of the updated DNS view.

arnstring required

The Amazon Resource Name (ARN) of the updated DNS view.

clientTokenstring

The unique string that identifies the request and ensures idempotency.

dnssecValidation'ENABLED' | 'DISABLED' required

Whether DNSSEC validation is enabled for the updated DNS view.

ednsClientSubnet'ENABLED' | 'DISABLED' required

Whether EDNS Client Subnet injection is enabled for the updated DNS view.

firewallRulesFailOpen'ENABLED' | 'DISABLED' required

Whether firewall rules fail open when they cannot be evaluated for the updated DNS view.

namestring required

The name of the updated DNS view.

descriptionstring

The description of the updated DNS view.

globalResolverIdstring required

The ID of the global resolver associated with the updated DNS view.

createdAtstring date-time required

The date and time when the DNS view was originally created.

updatedAtstring date-time required

The date and time when the DNS view was last updated.

status'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'ENABLING' | 'DISABLING' | 'DISABLED' | 'DELETING' required

The current status of the updated DNS view.