amazonka-config-0.0.7: Amazon Config SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config.DescribeDeliveryChannels

Contents

Description

Returns details about the specified delivery channel. If a delivery channel is not specified, this action returns the details of all delivery channels associated with the account.

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

Synopsis

Request

Request constructor

describeDeliveryChannels :: DescribeDeliveryChannels Source

DescribeDeliveryChannels constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddcDeliveryChannelNames :: Lens' DescribeDeliveryChannels [Text] Source

A list of delivery channel names.

Response

Response constructor

Response lenses

ddcrDeliveryChannels :: Lens' DescribeDeliveryChannelsResponse [DeliveryChannel] Source

A list that contains the descriptions of the specified delivery channel.