Module Values.UpdateWorkGroupInputSource

Updates the workgroup with the specified name. The workgroup's name cannot be changed. Only ConfigurationUpdates can be specified.

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

    The specified workgroup that will be updated.

    *)
  2. description : WorkGroupDescriptionString.t option;
    (*

    The workgroup description.

    *)
  3. configurationUpdates : WorkGroupConfigurationUpdates.t option;
    (*

    Contains configuration updates for an Athena SQL workgroup.

    *)
  4. state : WorkGroupState.t option;
    (*

    The workgroup state that will be updated for the given workgroup.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?configurationUpdates:??? -> ?state:??? -> workGroup:WorkGroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of WorkGroupName.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Long of BytesScannedCutoffValue.t | `String of NameString.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `Integer of CoordinatorDpuSize.t | `List of [> `Structure of (string * [> `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of NameString.t ]) list ] list | `Map of ([> `String of KeyString.t ] * [> `String of ParametersMapValue.t ]) list | `String of ResultOutputLocation.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `Map of ([> `String of LogTypeKey.t ] * [> `List of [> `String of LogTypeValue.t ] list ]) list | `String of String_.t ]) list ]) list ]) list ]) 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