Module Values_1.CreateTemplateResponseSource

Creates a template either from a TemplateDefinition or from an existing Quick Sight analysis or template. You can use the resulting template to create additional dashboards, templates, or analyses. A template is an entity in Quick Sight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

Sourcetype nonrec t = {
  1. arn : Values_0.Arn.t option;
    (*

    The ARN for the template.

    *)
  2. versionArn : Values_0.Arn.t option;
    (*

    The ARN for the template, including the version information of the first version.

    *)
  3. templateId : Values_0.ShortRestrictiveResourceId.t option;
    (*

    The ID of the template.

    *)
  4. creationStatus : Values_0.ResourceStatus.t option;
    (*

    The template creation status.

    *)
  5. status : StatusCode.t option;
    (*

    The HTTP status of the request.

    *)
  6. requestId : Values_0.String_.t option;
    (*

    The Amazon Web Services request ID for this operation.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalFailureException of InternalFailureException.t
  4. | `InvalidParameterValueException of InvalidParameterValueException.t
  5. | `LimitExceededException of LimitExceededException.t
  6. | `ResourceExistsException of ResourceExistsException.t
  7. | `ResourceNotFoundException of ResourceNotFoundException.t
  8. | `ThrottlingException of ThrottlingException.t
  9. | `UnsupportedUserEditionException of UnsupportedUserEditionException.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?versionArn:??? -> ?templateId:??? -> ?creationStatus:??? -> ?status:??? -> ?requestId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalFailureException of InternalFailureException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `LimitExceededException of LimitExceededException.t | `ResourceExistsException of ResourceExistsException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `UnsupportedUserEditionException of UnsupportedUserEditionException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalFailureException of InternalFailureException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `LimitExceededException of LimitExceededException.t | `ResourceExistsException of ResourceExistsException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `UnsupportedUserEditionException of UnsupportedUserEditionException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of StatusCode.t | `String of Values_0.Arn.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