Module Values_2.UserSearchSummarySource

Information about the returned users.

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

    The Amazon Resource Name (ARN) of the user.

    *)
  2. directoryUserId : Values_1.DirectoryUserId.t option;
    (*

    The directory identifier of the user.

    *)
  3. hierarchyGroupId : Values_0.HierarchyGroupId.t option;
    (*

    The identifier of the user's hierarchy group.

    *)
  4. id : Values_0.UserId.t option;
    (*

    The identifier of the user's summary.

    *)
  5. identityInfo : UserIdentityInfoLite.t option;
    (*

    The user's first name and last name.

    *)
  6. phoneConfig : Values_1.UserPhoneConfig.t option;
  7. routingProfileId : Values_0.RoutingProfileId.t option;
    (*

    The identifier of the user's routing profile.

    *)
  8. securityProfileIds : Values_1.SecurityProfileIds.t option;
    (*

    The identifiers of the user's security profiles.

    *)
  9. tags : Values_0.TagMap.t option;
    (*

    The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

    *)
  10. username : Values_0.AgentUsername.t option;
    (*

    The name of the user.

    *)
  11. autoAcceptConfigs : Values_0.AutoAcceptConfigs.t option;
    (*

    The list of auto-accept configuration settings for each channel.

    *)
  12. afterContactWorkConfigs : Values_0.AfterContactWorkConfigs.t option;
    (*

    The list of after contact work (ACW) timeout configuration settings for each channel.

    *)
  13. phoneNumberConfigs : Values_1.PhoneNumberConfigs.t option;
    (*

    The list of phone number configuration settings for each channel.

    *)
  14. persistentConnectionConfigs : Values_1.PersistentConnectionConfigs.t option;
    (*

    The list of persistent connection configuration settings for each channel.

    *)
  15. voiceEnhancementConfigs : Values_0.VoiceEnhancementConfigs.t option;
    (*

    The list of voice enhancement configuration settings for each channel.

    *)
}
Sourceval make : ?arn:??? -> ?directoryUserId:??? -> ?hierarchyGroupId:??? -> ?id:??? -> ?identityInfo:??? -> ?phoneConfig:??? -> ?routingProfileId:??? -> ?securityProfileIds:??? -> ?tags:??? -> ?username:??? -> ?autoAcceptConfigs:??? -> ?afterContactWorkConfigs:??? -> ?phoneNumberConfigs:??? -> ?persistentConnectionConfigs:??? -> ?voiceEnhancementConfigs:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.SecurityProfileId.t | `Structure of (string * [> `Boolean of bool | `Enum of string | `String of Values_0.SensitivePhoneNumber.t | `Structure of (string * [> `Integer of int ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.ARN.t | `Structure of (string * [> `Boolean of Values_0.AutoAccept.t | `Enum of string | `Integer of Values_0.AfterContactWorkTimeLimit.t | `String of Values_0.AgentFirstName.t ]) list ]) 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