Values.StartOutpostDecommissionInputSourceStarts the decommission process to return the Outposts racks or servers.
type nonrec t = {outpostIdentifier : OutpostIdentifier.t;The ID or ARN of the Outpost that you want to decommission.
*)validateOnly : ValidateOnly.t option;Validates the request without starting the decommission process.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ValidateOnly.t | `String of OutpostIdentifier.t ])
list ]