Module Values.DescribeApplicationProviderRequestSource

Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.

Sourcetype nonrec t = {
  1. applicationProviderArn : ApplicationProviderArn.t;
    (*

    Specifies the ARN of the application provider for which you want details.

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