Module Smaws_Client_SES.CreateConfigurationSet

Creates a configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `ConfigurationSetAlreadyExistsException of Types.configuration_set_already_exists_exception | `InvalidConfigurationSetException of Types.invalid_configuration_set_exception | `LimitExceededException of Types.limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_configuration_set_request -> (Types.create_configuration_set_response, [> Smaws_Lib.Protocols.AwsQuery.error | `ConfigurationSetAlreadyExistsException of Types.configuration_set_already_exists_exception | `InvalidConfigurationSetException of Types.invalid_configuration_set_exception | `LimitExceededException of Types.limit_exceeded_exception ]) Stdlib.result