Values.CreateSiteInputSourceCreates a site for an Outpost.
type nonrec t = {name : SiteName.t;description : SiteDescription.t option;notes : SiteNotes.t option;Additional information that you provide about site access requirements, electrician scheduling, personal protective equipment, or regulation of equipment materials that could affect your installation process.
*)operatingAddress : Address.t option;The location to install and power on the hardware. This address might be different from the shipping address.
*)shippingAddress : Address.t option;The location to ship the hardware. This address might be different from the operating address.
*)rackPhysicalProperties : RackPhysicalProperties.t option;Information about the physical and logistical details for the rack at this site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.
*)}val make :
?description:??? ->
?notes:??? ->
?tags:??? ->
?operatingAddress:??? ->
?shippingAddress:??? ->
?rackPhysicalProperties:??? ->
name:SiteName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of SiteName.t
| `Structure of
(string * [> `Enum of string | `String of ContactName.t ]) list ])
list ]