Module Smaws_Client_ConfigService.PutDeliveryChannel

val request : Smaws_Lib.Context.t -> put_delivery_channel_request -> (unit, [> Smaws_Lib.Protocols.AwsJson.error | `InsufficientDeliveryPolicyException of insufficient_delivery_policy_exception | `InvalidDeliveryChannelNameException of invalid_delivery_channel_name_exception | `InvalidS3KeyPrefixException of invalid_s3_key_prefix_exception | `InvalidS3KmsKeyArnException of invalid_s3_kms_key_arn_exception | `InvalidSNSTopicARNException of invalid_sns_topic_arn_exception | `MaxNumberOfDeliveryChannelsExceededException of max_number_of_delivery_channels_exceeded_exception | `NoAvailableConfigurationRecorderException of no_available_configuration_recorder_exception | `NoSuchBucketException of no_such_bucket_exception ]) Stdlib.result

Creates a delivery channel object to deliver configuration information and other compliance information to an Amazon S3 bucket and Amazon SNS topic. For more information, see Notifications that Config Sends to an Amazon SNS topic.

Before you can create a delivery channel, you must create a configuration recorder.

You can use this action to change the Amazon S3 bucket or an Amazon SNS topic of the existing delivery channel. To change the Amazon S3 bucket or an Amazon SNS topic, call this action and specify the changed values for the S3 bucket and the SNS topic. If you specify a different value for either the S3 bucket or the SNS topic, this action will keep the existing value for the parameter that is not changed.

You can have only one delivery channel per region in your account.