Module Smaws_Client_ConfigService.DeliverConfigSnapshot

Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, Config sends the following notifications using an Amazon SNS topic that you have specified.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `NoAvailableConfigurationRecorderException of Types.no_available_configuration_recorder_exception | `NoRunningConfigurationRecorderException of Types.no_running_configuration_recorder_exception | `NoSuchDeliveryChannelException of Types.no_such_delivery_channel_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.deliver_config_snapshot_request -> (Types.deliver_config_snapshot_response, [> Smaws_Lib.Protocols.AwsJson.error | `NoAvailableConfigurationRecorderException of Types.no_available_configuration_recorder_exception | `NoRunningConfigurationRecorderException of Types.no_running_configuration_recorder_exception | `NoSuchDeliveryChannelException of Types.no_such_delivery_channel_exception ]) Stdlib.result