Module Values.DeleteDomainEntryRequestSource

Deletes 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.

Sourcetype nonrec t = {
  1. domainName : DomainName.t;
    (*

    The name of the domain entry to delete.

    *)
  2. domainEntry : DomainEntry.t;
    (*

    An array of key-value pairs containing information about your domain entries.

    *)
}
Sourceval context_ : string
Sourceval make : domainName:DomainName.t -> domainEntry:DomainEntry.t -> unit -> t
Sourceval 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 ]
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