Module Values.GetDelegatedAccessTokenRequestSource

Exchanges a trade-in token for temporary Amazon Web Services credentials with the permissions associated with the assumed principal. This operation allows you to obtain credentials for a specific principal based on a trade-in token, enabling delegation of access to Amazon Web Services resources.

Sourcetype nonrec t = {
  1. tradeInToken : TradeInTokenType.t;
    (*

    The token to exchange for temporary Amazon Web Services credentials. This token must be valid and unexpired at the time of the request.

    *)
}
Sourceval context_ : string
Sourceval make : tradeInToken:TradeInTokenType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TradeInTokenType.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