Values.StartOutpostDecommissionOutputSourceStarts the decommission process to return the Outposts racks or servers.
type nonrec t = {status : DecommissionRequestStatus.t option;The status of the decommission request.
*)blockingResourceTypes : BlockingResourceTypeList.t option;The resources still associated with the Outpost that you are decommissioning.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `NotFoundException of NotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]