| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Config.DescribeDeliveryChannelStatus
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.
- 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:
ddcsDeliveryChannelNames- A list of delivery channel names.
data DescribeDeliveryChannelStatus Source #
The input for the DeliveryChannelStatus action.
See: describeDeliveryChannelStatus smart constructor.
Instances
Request Lenses
ddcsDeliveryChannelNames :: Lens' DescribeDeliveryChannelStatus [Text] Source #
A list of delivery channel names.
Destructuring the Response
describeDeliveryChannelStatusResponse Source #
Arguments
| :: Int | |
| -> DescribeDeliveryChannelStatusResponse |
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:
ddcsrsDeliveryChannelsStatus- A list that contains the status of a specified delivery channel.ddcsrsResponseStatus- -- | The response status code.
data DescribeDeliveryChannelStatusResponse Source #
The output for the DescribeDeliveryChannelStatus action.
See: describeDeliveryChannelStatusResponse smart constructor.
Instances
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.