Values.OutpostSourceInformation about an Outpost.
type nonrec t = {outpostId : OutpostId.t option;The ID of the Outpost.
*)ownerId : OwnerId.t option;outpostArn : OutpostArn.t option;siteId : SiteId.t option;name : OutpostName.t option;description : OutpostDescription.t option;lifeCycleStatus : LifeCycleStatus.t option;availabilityZone : AvailabilityZone.t option;availabilityZoneId : AvailabilityZoneId.t option;siteArn : SiteArn.t option;supportedHardwareType : SupportedHardwareType.t option;The hardware type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of OutpostId.t ])
list ]