Module Values.GetProviderServiceInputSource

Returns the ProviderService of a given name.

Sourcetype nonrec t = {
  1. providerName : EntityName.t;
    (*

    The name of the provider. This name is typically the company name.

    *)
  2. providerServiceName : ProviderServiceArn.t;
    (*

    The ARN (Amazon Resource Name) of the product that the provider service provides.

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