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 -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t