Module Values_0.AgentStatusIdentifierSource

Information about the agent status assigned to the user.

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

    The Amazon Resource Name (ARN) of the agent status.

    *)
  2. id : AgentStatusId.t option;
    (*

    The identifier of the agent status.

    *)
}
Sourceval make : ?arn:??? -> ?id:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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