Module Values.ProviderSource

Describes the respective AWS Interconnect Partner organization.

Sourcetype nonrec t = {
  1. cloudServiceProvider : CloudServiceProvider.t option;
    (*

    The provider's name. Specifically, connections to/from this Cloud Service Provider will be considered Multicloud connections.

    *)
  2. lastMileProvider : LastMileProvider.t option;
    (*

    The provider's name. Specifically, connections to/from this Last Mile Provider will be considered LastMile connections.

    *)
}
Sourceval make : ?cloudServiceProvider:??? -> ?lastMileProvider:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CloudServiceProvider.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