Module Values.DeleteWorkGroupInputSource

Deletes the workgroup with the specified name. The primary workgroup cannot be deleted.

Sourcetype nonrec t = {
  1. workGroup : WorkGroupName.t;
    (*

    The unique name of the workgroup to delete.

    *)
  2. recursiveDeleteOption : BoxedBoolean.t option;
    (*

    The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.

    *)
}
Sourceval context_ : string
Sourceval make : ?recursiveDeleteOption:??? -> workGroup:WorkGroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `String of WorkGroupName.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