Smaws_Client_Redshift.CreateClusterSecurityGroupCreates a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ClusterSecurityGroupAlreadyExistsFault of
Types.cluster_security_group_already_exists_fault
| `ClusterSecurityGroupQuotaExceededFault of
Types.cluster_security_group_quota_exceeded_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_cluster_security_group_message ->
(Types.create_cluster_security_group_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterSecurityGroupAlreadyExistsFault of
Types.cluster_security_group_already_exists_fault
| `ClusterSecurityGroupQuotaExceededFault of
Types.cluster_security_group_quota_exceeded_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_cluster_security_group_message ->
(Types.create_cluster_security_group_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ClusterSecurityGroupAlreadyExistsFault of
Types.cluster_security_group_already_exists_fault
| `ClusterSecurityGroupQuotaExceededFault of
Types.cluster_security_group_quota_exceeded_fault
| `InvalidTagFault of Types.invalid_tag_fault
| `TagLimitExceededFault of Types.tag_limit_exceeded_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result