Values.DeleteGlobalResolverOutputSourceDeletes a Route 53 Global Resolver instance. This operation cannot be undone. All associated DNS views, access sources, tokens, and firewall rules are also deleted. 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.
type nonrec t = {id : ResourceId.t option;The unique identifier of the deleted Route 53 Global Resolver.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the deleted Route 53 Global Resolver.
*)clientToken : ClientToken.t option;The unique string that identifies the request and ensures idempotency.
*)dnsName : Sni.t option;The hostname that DNS clients used for TLS certificate validation when connecting to the deleted Route 53 Global Resolver.
*)observabilityRegion : Region.t option;The Amazon Web Services Region where observability data for the deleted Route 53 Global Resolver was stored.
*)name : ResourceName.t option;The name of the deleted Route 53 Global Resolver.
*)description : ResourceDescription.t option;The description of the deleted Route 53 Global Resolver.
*)regions : Regions.t option;The Amazon Web Services Regions where the deleted Route 53 Global Resolver was deployed and operational.
*)createdAt : ISO8601TimeString.t option;The date and time when the Route 53 Global Resolver was originally created.
*)updatedAt : ISO8601TimeString.t option;The date and time when the Route 53 Global Resolver was last updated before deletion.
*)status : CRResourceStatus.t option;The final status of the deleted Route 53 Global Resolver.
*)ipv4Addresses : IPv4Addresses.t option;The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.
*)ipv6Addresses : IPv6Addresses.t option;The global anycast IPv6 addresses that were associated with the deleted Route 53 Global Resolver.
*)ipAddressType : GlobalResolverIpAddressType.t option;The IP address type that was configured for the deleted Route 53 Global Resolver.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Region.t ] list
| `String of ResourceId.t
| `Timestamp of ISO8601TimeString.t ])
list ]