Smaws_Client_SES.PutConfigurationSetDeliveryOptionsAdds or updates the delivery options for a configuration set.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `InvalidDeliveryOptionsException of
Types.invalid_delivery_options_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.put_configuration_set_delivery_options_request ->
(Types.put_configuration_set_delivery_options_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `InvalidDeliveryOptionsException of
Types.invalid_delivery_options_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.put_configuration_set_delivery_options_request ->
(Types.put_configuration_set_delivery_options_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `InvalidDeliveryOptionsException of
Types.invalid_delivery_options_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result