amazonka-config-0.0.0: Amazon Config SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config.PutDeliveryChannel

Contents

Description

Creates a new delivery channel object to deliver the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic. 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.

http://docs.aws.amazon.com/config/latest/APIReference/API_PutDeliveryChannel.html

Synopsis

Request

Request constructor

putDeliveryChannel Source

PutDeliveryChannel constructor.

The fields accessible through corresponding lenses are:

Request lenses

pdcDeliveryChannel :: Lens' PutDeliveryChannel DeliveryChannel Source

The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.

Response

Response constructor