Module Values.DeleteDNSViewOutputSource

Deletes a DNS view. This operation cannot be undone. 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.

Sourcetype nonrec t = {
  1. id : ResourceId.t option;
    (*

    The unique identifier of the deleted DNS view.

    *)
  2. arn : ResourceArn.t option;
    (*

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

    *)
  3. clientToken : ClientToken.t option;
    (*

    The unique string that identifies the request and ensures idempotency.

    *)
  4. dnssecValidation : DnsSecValidationType.t option;
    (*

    Whether DNSSEC validation was enabled for the deleted DNS view.

    *)
  5. ednsClientSubnet : EdnsClientSubnetType.t option;
    (*

    Whether EDNS Client Subnet injection was enabled for the deleted DNS view.

    *)
  6. firewallRulesFailOpen : FirewallRulesFailOpenType.t option;
    (*

    The firewall rules fail-open behavior that was configured for the deleted DNS view.

    *)
  7. name : ResourceName.t option;
    (*

    The name of the deleted DNS view.

    *)
  8. description : ResourceDescription.t option;
    (*

    The description of the deleted DNS view.

    *)
  9. globalResolverId : ResourceId.t option;
    (*

    The ID of the Route 53 Global Resolver that the deleted DNS view was associated with.

    *)
  10. createdAt : ISO8601TimeString.t option;
    (*

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

    *)
  11. updatedAt : ISO8601TimeString.t option;
    (*

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

    *)
  12. status : ProfileResourceStatus.t option;
    (*

    The final status of the deleted DNS view.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?arn:??? -> ?clientToken:??? -> ?dnssecValidation:??? -> ?ednsClientSubnet:??? -> ?firewallRulesFailOpen:??? -> ?name:??? -> ?description:??? -> ?globalResolverId:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceId.t | `Timestamp of ISO8601TimeString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t