package aws-sts

  1. Overview
  2. Docs
type t = {
  1. duration_seconds : Aws.BaseTypes.Integer.t option;
  2. serial_number : Aws.BaseTypes.String.t option;
  3. 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