Module Smaws_Client_WorkSpaces.CreateIpGroup

Creates an IP access control group.

An IP access control group provides you with the ability to control the IP addresses from which users are allowed to access their WorkSpaces. To specify the CIDR address ranges, add rules to your IP access control group and then associate the group with your directory. You can add rules when you create the group or at any time using AuthorizeIpRules.

There is a default IP access control group associated with your directory. If you don't associate an IP access control group with your directory, the default group is used. The default group includes a default rule that allows users to access their WorkSpaces from anywhere. You cannot modify the default IP access control group for your directory.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `InvalidParameterValuesException of Types.invalid_parameter_values_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception | `ResourceCreationFailedException of Types.resource_creation_failed_exception | `ResourceLimitExceededException of Types.resource_limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_ip_group_request -> (Types.create_ip_group_result, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `InvalidParameterValuesException of Types.invalid_parameter_values_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception | `ResourceCreationFailedException of Types.resource_creation_failed_exception | `ResourceLimitExceededException of Types.resource_limit_exceeded_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_ip_group_request -> (Types.create_ip_group_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `InvalidParameterValuesException of Types.invalid_parameter_values_exception | `ResourceAlreadyExistsException of Types.resource_already_exists_exception | `ResourceCreationFailedException of Types.resource_creation_failed_exception | `ResourceLimitExceededException of Types.resource_limit_exceeded_exception ] * Smaws_Lib.Response.metadata) Stdlib.result