Module Values.GetSAMLProviderRequestSource

Returns the SAML provider metadocument that was uploaded when the IAM SAML provider resource object was created or updated. This operation requires Signature Version 4.

Sourcetype nonrec t = {
  1. sAMLProviderArn : ArnType.t;
    (*

    The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

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