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 |
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.
Currently, you can specify only one delivery channel per account.
- describeDeliveryChannelStatus :: DescribeDeliveryChannelStatus
- data DescribeDeliveryChannelStatus
- ddcsDeliveryChannelNames :: Lens' DescribeDeliveryChannelStatus [Text]
- describeDeliveryChannelStatusResponse :: Int -> DescribeDeliveryChannelStatusResponse
- data DescribeDeliveryChannelStatusResponse
- ddcsrsDeliveryChannelsStatus :: Lens' DescribeDeliveryChannelStatusResponse [DeliveryChannelStatus]
- ddcsrsResponseStatus :: Lens' DescribeDeliveryChannelStatusResponse Int
Creating a Request
describeDeliveryChannelStatus :: DescribeDeliveryChannelStatus Source #
Creates a value of DescribeDeliveryChannelStatus
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeDeliveryChannelStatus Source #
The input for the DeliveryChannelStatus action.
See: describeDeliveryChannelStatus
smart constructor.
Request Lenses
ddcsDeliveryChannelNames :: Lens' DescribeDeliveryChannelStatus [Text] Source #
A list of delivery channel names.
Destructuring the Response
describeDeliveryChannelStatusResponse Source #
Creates a value of DescribeDeliveryChannelStatusResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeDeliveryChannelStatusResponse Source #
The output for the DescribeDeliveryChannelStatus action.
See: describeDeliveryChannelStatusResponse
smart constructor.
Response Lenses
ddcsrsDeliveryChannelsStatus :: Lens' DescribeDeliveryChannelStatusResponse [DeliveryChannelStatus] Source #
A list that contains the status of a specified delivery channel.
ddcsrsResponseStatus :: Lens' DescribeDeliveryChannelStatusResponse Int Source #
The response status code.