| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Config.DescribeDeliveryChannels
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.
- describeDeliveryChannels :: DescribeDeliveryChannels
- data DescribeDeliveryChannels
- ddcDeliveryChannelNames :: Lens' DescribeDeliveryChannels [Text]
- describeDeliveryChannelsResponse :: Int -> DescribeDeliveryChannelsResponse
- data DescribeDeliveryChannelsResponse
- ddcrsDeliveryChannels :: Lens' DescribeDeliveryChannelsResponse [DeliveryChannel]
- ddcrsResponseStatus :: Lens' DescribeDeliveryChannelsResponse Int
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:
data DescribeDeliveryChannels Source #
The input for the DescribeDeliveryChannels action.
See: describeDeliveryChannels smart constructor.
Instances
Request Lenses
ddcDeliveryChannelNames :: Lens' DescribeDeliveryChannels [Text] Source #
A list of delivery channel names.
Destructuring the Response
describeDeliveryChannelsResponse Source #
Arguments
| :: Int | |
| -> DescribeDeliveryChannelsResponse |
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:
data DescribeDeliveryChannelsResponse Source #
The output for the DescribeDeliveryChannels action.
See: describeDeliveryChannelsResponse smart constructor.
Instances
Response Lenses
ddcrsDeliveryChannels :: Lens' DescribeDeliveryChannelsResponse [DeliveryChannel] Source #
A list that contains the descriptions of the specified delivery channel.
ddcrsResponseStatus :: Lens' DescribeDeliveryChannelsResponse Int Source #
The response status code.