amazonka-config-1.3.2: Amazon Config SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

Currently, you can specify only one delivery channel per account.

See: AWS API Reference for PutDeliveryChannel.

Synopsis

Creating a Request

putDeliveryChannel Source

Creates a value of PutDeliveryChannel with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

putDeliveryChannelResponse :: PutDeliveryChannelResponse Source

Creates a value of PutDeliveryChannelResponse with the minimum fields required to make a request.