Module Values.CreateTemplateResponseSource

Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single operation. For more information, see the Amazon SES Developer Guide. You can execute this operation no more than once per second.

Sourcetype createTemplateResult = unit
Sourceand responseMetaData = unit
Sourceand t = {
  1. createTemplateResult : createTemplateResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AlreadyExistsException of AlreadyExistsException.t
  2. | `InvalidTemplateException of InvalidTemplateException.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AlreadyExistsException of AlreadyExistsException.t | `InvalidTemplateException of InvalidTemplateException.t | `LimitExceededException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AlreadyExistsException of AlreadyExistsException.t | `InvalidTemplateException of InvalidTemplateException.t | `LimitExceededException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> t
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> t
Sourceval of_string : string -> t
Sourceval of_json : 'a -> t
Sourceval to_json : 'a -> Yojson.Safe.t