Values.LocationSourceInformation about an Direct Connect location.
type nonrec t = {locationCode : LocationCode.t option;The code for the location.
*)locationName : LocationName.t option;The name of the location. This includes the name of the colocation partner and the physical site of the building.
*)region : Region.t option;The Amazon Web Services Region for the location.
*)availablePortSpeeds : AvailablePortSpeeds.t option;The available port speeds for the location.
*)availableProviders : ProviderList.t option;The name of the service provider for the location.
*)availableMacSecPortSpeeds : AvailableMacSecPortSpeeds.t option;The available MAC Security (MACsec) port speeds for the location.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PortSpeed.t ] list
| `String of LocationCode.t ])
list ]