Module Values.MessageTemplateSummarySource

The summary of the message template.

Sourcetype nonrec t = {
  1. messageTemplateArn : ArnWithQualifier.t option;
    (*

    The Amazon Resource Name (ARN) of the message template.

    *)
  2. messageTemplateId : Uuid.t option;
    (*

    The identifier of the message template.

    *)
  3. knowledgeBaseArn : Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the knowledge base.

    *)
  4. knowledgeBaseId : Uuid.t option;
    (*

    The identifier of the knowledge base.

    *)
  5. name : Name.t option;
    (*

    The name of the message template.

    *)
  6. channel : Channel.t option;
    (*

    The channel this message template applies to.

    *)
  7. channelSubtype : ChannelSubtype.t option;
    (*

    The channel subtype this message template applies to.

    *)
  8. createdTime : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the message template was created.

    *)
  9. lastModifiedTime : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the message template data was last modified.

    *)
  10. lastModifiedBy : GenericArn.t option;
    (*

    The Amazon Resource Name (ARN) of the user who last updated the message template data.

    *)
  11. sourceConfiguration : MessageTemplateSourceConfiguration.t option;
  12. activeVersionNumber : Version.t option;
    (*

    The version number of the message template version that is activated.

    *)
  13. description : Description.t option;
    (*

    The description of the message template.

    *)
  14. tags : Tags.t option;
    (*

    The tags used to organize, track, or control access for this resource.

    *)
}
Sourceval make : ?messageTemplateArn:??? -> ?messageTemplateId:??? -> ?knowledgeBaseArn:??? -> ?knowledgeBaseId:??? -> ?name:??? -> ?channel:??? -> ?channelSubtype:??? -> ?createdTime:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> ?sourceConfiguration:??? -> ?activeVersionNumber:??? -> ?description:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of Version.t | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of ArnWithQualifier.t | `Structure of (string * [> `Structure of (string * [> `List of [> `String of WhatsAppMessageTemplateComponent.t ] list | `String of WhatsAppBusinessAccountId.t ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.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