Module Values.GetDomainLayoutResponseSource

Gets the layout to view data for a specific domain. This API can only be invoked from the Amazon Connect admin website.

Sourcetype nonrec t = {
  1. layoutDefinitionName : Name.t option;
    (*

    The unique name of the layout.

    *)
  2. description : SensitiveText.t option;
    (*

    The description of the layout

    *)
  3. displayName : DisplayName.t option;
    (*

    The display name of the layout

    *)
  4. isDefault : Boolean.t option;
    (*

    If set to true for a layout, this layout will be used by default to view data. If set to false, then the layout will not be used by default, but it can be used to view data by explicitly selecting it in the console.

    *)
  5. layoutType : LayoutType.t option;
    (*

    The type of layout that can be used to view data under a Customer Profiles domain.

    *)
  6. layout : SensitiveString1To2000000.t option;
    (*

    A customizable layout that can be used to view data under a Customer Profiles domain.

    *)
  7. version : String1To255.t option;
    (*

    The version used to create layout.

    *)
  8. createdAt : Timestamp.t option;
    (*

    The timestamp of when the layout was created.

    *)
  9. lastUpdatedAt : Timestamp.t option;
    (*

    The timestamp of when the layout was most recently updated.

    *)
  10. tags : TagMap.t option;
    (*

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

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `BadRequestException of BadRequestException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?layoutDefinitionName:??? -> ?description:??? -> ?displayName:??? -> ?isDefault:??? -> ?layoutType:??? -> ?layout:??? -> ?version:??? -> ?createdAt:??? -> ?lastUpdatedAt:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `BadRequestException of BadRequestException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `BadRequestException of BadRequestException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of Name.t | `Timestamp of Timestamp.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