Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data DescribeDeliveryChannels
- describeDeliveryChannels :: DescribeDeliveryChannels
- ddcDeliveryChannelNames :: Lens' DescribeDeliveryChannels [Text]
- data DescribeDeliveryChannelsResponse
- describeDeliveryChannelsResponse :: DescribeDeliveryChannelsResponse
- ddcrDeliveryChannels :: Lens' DescribeDeliveryChannelsResponse [DeliveryChannel]
Request
data DescribeDeliveryChannels Source
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
describeDeliveryChannelsResponse :: DescribeDeliveryChannelsResponse Source
DescribeDeliveryChannelsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
ddcrDeliveryChannels :: Lens' DescribeDeliveryChannelsResponse [DeliveryChannel] Source
A list that contains the descriptions of the specified delivery channel.