Module Smaws_Client_RedshiftServerless.UpdateWorkgroup

and Deserialization

Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one request. For example, you can update baseCapacity or port in a single request, but you can't update both in the same request.

VPC Block Public Access (BPA) enables you to block resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways. If a workgroup is in an account with VPC BPA turned on, the following capabilities are blocked:

For more information about VPC BPA, see Block public access to VPCs and subnets in the Amazon VPC User Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConflictException of Types.conflict_exception | `InsufficientCapacityException of Types.insufficient_capacity_exception | `InternalServerException of Types.internal_server_exception | `Ipv6CidrBlockNotFoundException of Types.ipv6_cidr_block_not_found_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_workgroup_request -> (Types.update_workgroup_response, [> Smaws_Lib.Protocols.AwsJson.error | `ConflictException of Types.conflict_exception | `InsufficientCapacityException of Types.insufficient_capacity_exception | `InternalServerException of Types.internal_server_exception | `Ipv6CidrBlockNotFoundException of Types.ipv6_cidr_block_not_found_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.update_workgroup_request -> (Types.update_workgroup_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ConflictException of Types.conflict_exception | `InsufficientCapacityException of Types.insufficient_capacity_exception | `InternalServerException of Types.internal_server_exception | `Ipv6CidrBlockNotFoundException of Types.ipv6_cidr_block_not_found_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result