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.
http://docs.aws.amazon.com/config/latest/APIReference/API_DescribeDeliveryChannelStatus.html
- data DescribeDeliveryChannelStatus
- describeDeliveryChannelStatus :: DescribeDeliveryChannelStatus
- ddcsDeliveryChannelNames :: Lens' DescribeDeliveryChannelStatus [Text]
- data DescribeDeliveryChannelStatusResponse
- describeDeliveryChannelStatusResponse :: DescribeDeliveryChannelStatusResponse
- ddcsrDeliveryChannelsStatus :: Lens' DescribeDeliveryChannelStatusResponse [DeliveryChannelStatus]
Request
data DescribeDeliveryChannelStatus Source
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
data DescribeDeliveryChannelStatusResponse Source
Response constructor
describeDeliveryChannelStatusResponse :: DescribeDeliveryChannelStatusResponse Source
DescribeDeliveryChannelStatusResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
ddcsrDeliveryChannelsStatus :: Lens' DescribeDeliveryChannelStatusResponse [DeliveryChannelStatus] Source
A list that contains the status of a specified delivery channel.