---
title: "PATCH /dns-views/{dnsViewId}/enable"
method: PATCH
path: "/dns-views/{dnsViewId}/enable"
---

# PATCH /dns-views/{dnsViewId}/enable

`PATCH /dns-views/{dnsViewId}/enable`

Enables a disabled DNS view, allowing it to serve DNS queries again.

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.

## Path parameters

- `dnsViewId` string, required

## Response `200`

Success

- EnableDNSViewOutput
  - `id` string, required — The unique identifier of the enabled DNS view.
  - `arn` string, required — The Amazon Resource Name (ARN) of the enabled DNS view.
  - `clientToken` string — The unique string that identifies the request and ensures idempotency.
  - `dnssecValidation` 'ENABLED' | 'DISABLED', required — Whether DNSSEC validation is enabled for the enabled DNS view.
  - `ednsClientSubnet` 'ENABLED' | 'DISABLED', required — Whether EDNS Client Subnet injection is enabled for the enabled DNS view.
  - `firewallRulesFailOpen` 'ENABLED' | 'DISABLED', required — The firewall rules fail-open behavior configured for the enabled DNS view.
  - `name` string, required — The name of the enabled DNS view.
  - `description` string — The description of the enabled DNS view.
  - `globalResolverId` string, required — The ID of the Route 53 Global Resolver that the enabled DNS view is associated with.
  - `createdAt` string, date-time, required — The date and time when the DNS view was originally created.
  - `updatedAt` string, 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 enabled DNS view.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — ConflictException
- `483` — ServiceQuotaExceededException
- `484` — AccessDeniedException
- `485` — ThrottlingException
- `486` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/route53globalresolver.md) · [All operations](https://skmtc.net/aws/apis/route53globalresolver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53globalresolver/versions/5ebf158d0c4b/schema)
