Module Values_1.DeleteTemplateRequestSource

Deletes a template.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that contains the template that you're deleting.

    *)
  2. templateId : Values_0.ShortRestrictiveResourceId.t;
    (*

    An ID for the template you want to delete.

    *)
  3. versionNumber : VersionNumber.t option;
    (*

    Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions of the template.

    *)
}
Sourceval context_ : string
Sourceval make : ?versionNumber:??? -> awsAccountId:AwsAccountId.t -> templateId:Values_0.ShortRestrictiveResourceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of VersionNumber.t | `String of AwsAccountId.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