Module Values.AwsIdentitySource

The Amazon Web Services identity.

Sourcetype nonrec t = {
  1. externalId : ExternalId.t;
    (*

    The external ID used to establish trust relationship with the Amazon Web Services identity.

    *)
  2. principal : AwsPrincipal.t;
    (*

    The Amazon Web Services identity principal.

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