Module Values_1.CreateDashboardResponseSource

Creates a dashboard from either a template or directly with a DashboardDefinition. To first create a template, see the CreateTemplate API operation. A dashboard is an entity in Amazon Quick Sight that identifies Amazon Quick Sight reports, created from analyses. You can share Amazon Quick Sight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different Amazon Web Services account.

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

    The ARN of the dashboard.

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

    The ARN of the dashboard, including the version number of the first version that is created.

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

    The ID for the dashboard.

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

    The status of the dashboard creation request.

    *)
  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. | `ConflictException of ConflictException.t
  2. | `InternalFailureException of InternalFailureException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `ResourceExistsException of ResourceExistsException.t
  6. | `ResourceNotFoundException of ResourceNotFoundException.t
  7. | `ThrottlingException of ThrottlingException.t
  8. | `UnsupportedUserEditionException of UnsupportedUserEditionException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?versionArn:??? -> ?dashboardId:??? -> ?creationStatus:??? -> ?status:??? -> ?requestId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.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 -> [> `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