amazonka-config-0.3.2: Amazon Config SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config.DescribeDeliveryChannelStatus

Contents

Description

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

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

Synopsis

Request

Request constructor

describeDeliveryChannelStatus :: DescribeDeliveryChannelStatus Source

DescribeDeliveryChannelStatus constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddcsDeliveryChannelNames :: Lens' DescribeDeliveryChannelStatus [Text] Source

A list of delivery channel names.

Response

Response constructor

Response lenses

ddcsrDeliveryChannelsStatus :: Lens' DescribeDeliveryChannelStatusResponse [DeliveryChannelStatus] Source

A list that contains the status of a specified delivery channel.