Values.SiteSourceInformation about a site.
type nonrec t = {siteId : SiteId.t option;accountId : AccountId.t option;name : SiteName.t option;description : SiteDescription.t option;siteArn : SiteArn.t option;notes : SiteNotes.t option;Notes about a site.
*)operatingAddressCountryCode : CountryCode.t option;The ISO-3166 two-letter country code where the hardware is installed and powered on.
*)operatingAddressStateOrRegion : StateOrRegion.t option;State or region where the hardware is installed and powered on.
*)operatingAddressCity : City.t option;City where the hardware is installed and powered on.
*)rackPhysicalProperties : RackPhysicalProperties.t option;Information about the physical and logistical details for a rack at the site.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of SiteId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]