amazonka-config-1.3.5: 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.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.

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

See: AWS API Reference for DescribeDeliveryChannels.

Synopsis

Creating a Request

describeDeliveryChannels :: DescribeDeliveryChannels Source

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

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

Request Lenses

ddcDeliveryChannelNames :: Lens' DescribeDeliveryChannels [Text] Source

A list of delivery channel names.

Destructuring the Response

describeDeliveryChannelsResponse Source

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

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

Response Lenses

ddcrsDeliveryChannels :: Lens' DescribeDeliveryChannelsResponse [DeliveryChannel] Source

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