Module Values_1.DeleteTemplateAliasRequestSource

Deletes the item that the specified template alias points to. If you provide a specific alias, you delete the version of the template that the alias points to.

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

    The ID of the Amazon Web Services account that contains the item to delete.

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

    The ID for the template that the specified alias is for.

    *)
  3. aliasName : Values_0.AliasName.t;
    (*

    The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.

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