Values.CreateOutpostInputSourceCreates an Outpost. You can specify either an Availability one or an AZ ID.
type nonrec t = {name : OutpostName.t;description : OutpostDescription.t option;siteId : SiteId.t;The ID or the Amazon Resource Name (ARN) of the site.
*)availabilityZone : AvailabilityZone.t option;availabilityZoneId : AvailabilityZoneId.t option;supportedHardwareType : SupportedHardwareType.t option;The type of hardware for this Outpost.
*)}val make :
?description:??? ->
?availabilityZone:??? ->
?availabilityZoneId:??? ->
?tags:??? ->
?supportedHardwareType:??? ->
name:OutpostName.t ->
siteId:SiteId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of OutpostName.t ])
list ]