Values.GetTemplateResponseSourceReturns the details for the requested template. Other template APIs are: CreateTemplate DeleteTemplate ListTemplates UpdateTemplate
type nonrec t = {templateId : TemplateId.t option;A unique identifier of a template.
*)templateArn : TemplateArn.t option;The Amazon Resource Name (ARN) of the template.
*)name : TemplateName.t option;The name of the template.
*)description : TemplateDescription.t option;A brief description of the template.
*)layoutConfiguration : LayoutConfiguration.t option;Configuration of layouts associated to the template.
*)requiredFields : RequiredFieldList.t option;A list of fields that must contain a value for a case to be successfully created with this template.
*)status : TemplateStatus.t option;The status of the template.
*)deleted : Deleted.t option;Denotes whether or not the resource has been deleted.
*)createdTime : CreatedTime.t option;Timestamp at which the resource was created.
*)lastModifiedTime : LastModifiedTime.t option;Timestamp at which the resource was created or last modified.
*)rules : TemplateCaseRuleList.t option;A list of case rules (also known as case field conditions) on a template.
*)tagPropagationConfigurations : TagPropagationConfigurationList.t option;Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Deleted.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of MutableTagKey.t ]
* [> `String of TagValueString.t ])
list
| `String of FieldId.t ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of TemplateId.t
| `Structure of (string * [> `String of LayoutId.t ]) list
| `Timestamp of CreatedTime.t ])
list ]