Module Values.DeleteConfigurationTemplateMessageSource

Request to delete a configuration template.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The name of the application to delete the configuration template from.

    *)
  2. templateName : ConfigurationTemplateName.t;
    (*

    The name of the configuration template to delete.

    *)
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> templateName:ConfigurationTemplateName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationName.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