Module Values.DeleteMessageTemplateRequestSource

Deletes an Amazon Q in Connect message template entirely or a specific version of the message template if version is supplied in the request. You can provide the message template identifier as <message-template-id>:<versionNumber> to delete a specific version of the message template. If it is not supplied, the message template and all available versions will be deleted.

Sourcetype nonrec t = {
  1. knowledgeBaseId : UuidOrArn.t;
    (*

    The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

    *)
  2. messageTemplateId : UuidOrArnOrEitherWithQualifier.t;
    (*

    The identifier of the message template. Can be either the ID or the ARN.

    *)
}
Sourceval context_ : string
Sourceval make : knowledgeBaseId:UuidOrArn.t -> messageTemplateId:UuidOrArnOrEitherWithQualifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UuidOrArn.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