Values.DeleteDomainEntryRequestSourceDeletes a specific domain entry. The delete domain entry operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {domainName : DomainName.t;The name of the domain entry to delete.
*)domainEntry : DomainEntry.t;An array of key-value pairs containing information about your domain entries.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DomainName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of DomainEntryOptionsKeys.t ]
* [> `String of String_.t ])
list
| `String of NonEmptyString.t ])
list ])
list ]