Module Values.StartOutpostDecommissionInputSource

Starts the decommission process to return the Outposts racks or servers.

Sourcetype nonrec t = {
  1. outpostIdentifier : OutpostIdentifier.t;
    (*

    The ID or ARN of the Outpost that you want to decommission.

    *)
  2. validateOnly : ValidateOnly.t option;
    (*

    Validates the request without starting the decommission process.

    *)
}
Sourceval context_ : string
Sourceval make : ?validateOnly:??? -> outpostIdentifier:OutpostIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of ValidateOnly.t | `String of OutpostIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t