Module Types.GetSessionTokenRequest
type t
=
{
duration_seconds : Aws.BaseTypes.Integer.t option;
serial_number : Aws.BaseTypes.String.t option;
token_code : Aws.BaseTypes.String.t option;
}
val make : ?duration_seconds:Aws.BaseTypes.Integer.t -> ?serial_number:Aws.BaseTypes.String.t -> ?token_code:Aws.BaseTypes.String.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t