Values.UpdateOutpostInputSourceUpdates an Outpost.
type nonrec t = {outpostId : OutpostId.t;The ID or ARN of the Outpost.
*)name : OutpostName.t option;description : OutpostDescription.t option;supportedHardwareType : SupportedHardwareType.t option;The type of hardware for this Outpost.
*)}val make :
?name:??? ->
?description:??? ->
?supportedHardwareType:??? ->
outpostId:OutpostId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OutpostId.t ]) list ]