Module Values.GetProcurementPortalPreferenceRequestSource

This feature API is subject to changing at any time. For more information, see the Amazon Web Services Service Terms (Betas and Previews). Retrieves the details of a specific procurement portal preference configuration.

Sourcetype nonrec t = {
  1. procurementPortalPreferenceArn : ProcurementPortalPreferenceArnString.t;
    (*

    The Amazon Resource Name (ARN) of the procurement portal preference to retrieve.

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