Values_2.GetDashboardEmbedUrlResponseSourceOutput returned from the GetDashboardEmbedUrl operation.
type nonrec t = {embedUrl : EmbeddingUrl.t option;A single-use URL that you can put into your server-side webpage to embed your dashboard. This URL is valid for 5 minutes. The API operation provides the URL with an auth_code value that enables one (and only one) sign-on to a user session that is valid for 10 hours.
*)status : Values_1.StatusCode.t option;The HTTP status of the request.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `DomainNotWhitelistedException of DomainNotWhitelistedException.t| `IdentityTypeNotSupportedException of IdentityTypeNotSupportedException.t| `InternalFailureException of Values_1.InternalFailureException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `QuickSightUserNotFoundException of QuickSightUserNotFoundException.t| `ResourceExistsException of Values_1.ResourceExistsException.t| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t| `SessionLifetimeInMinutesInvalidException of
SessionLifetimeInMinutesInvalidException.t| `ThrottlingException of Values_1.ThrottlingException.t| `UnsupportedPricingPlanException of UnsupportedPricingPlanException.t| `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `DomainNotWhitelistedException of DomainNotWhitelistedException.t
| `IdentityTypeNotSupportedException of IdentityTypeNotSupportedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `QuickSightUserNotFoundException of QuickSightUserNotFoundException.t
| `ResourceExistsException of Values_1.ResourceExistsException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `SessionLifetimeInMinutesInvalidException of
SessionLifetimeInMinutesInvalidException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedPricingPlanException of UnsupportedPricingPlanException.t
| `UnsupportedUserEditionException of
Values_1.UnsupportedUserEditionException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `DomainNotWhitelistedException of DomainNotWhitelistedException.t
| `IdentityTypeNotSupportedException of IdentityTypeNotSupportedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `QuickSightUserNotFoundException of QuickSightUserNotFoundException.t
| `ResourceExistsException of Values_1.ResourceExistsException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `SessionLifetimeInMinutesInvalidException of
SessionLifetimeInMinutesInvalidException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedPricingPlanException of UnsupportedPricingPlanException.t
| `UnsupportedUserEditionException of
Values_1.UnsupportedUserEditionException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.StatusCode.t | `String of EmbeddingUrl.t ])
list ]