Smaws_Client_IAM.CreateGroupCreates a new group.
For information about the number of groups you can create, see IAM and STS quotas in the IAM User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `EntityAlreadyExistsException of Types.entity_already_exists_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceFailureException of Types.service_failure_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_group_request ->
(Types.create_group_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `EntityAlreadyExistsException of Types.entity_already_exists_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceFailureException of Types.service_failure_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_group_request ->
(Types.create_group_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `EntityAlreadyExistsException of Types.entity_already_exists_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceFailureException of Types.service_failure_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result