Copyright | (c) 2013-2021 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 |
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 region in your account.
Synopsis
- data DescribeDeliveryChannelStatus = DescribeDeliveryChannelStatus' {}
- newDescribeDeliveryChannelStatus :: DescribeDeliveryChannelStatus
- describeDeliveryChannelStatus_deliveryChannelNames :: Lens' DescribeDeliveryChannelStatus (Maybe [Text])
- data DescribeDeliveryChannelStatusResponse = DescribeDeliveryChannelStatusResponse' {}
- newDescribeDeliveryChannelStatusResponse :: Int -> DescribeDeliveryChannelStatusResponse
- describeDeliveryChannelStatusResponse_deliveryChannelsStatus :: Lens' DescribeDeliveryChannelStatusResponse (Maybe [DeliveryChannelStatus])
- describeDeliveryChannelStatusResponse_httpStatus :: Lens' DescribeDeliveryChannelStatusResponse Int
Creating a Request
data DescribeDeliveryChannelStatus Source #
The input for the DeliveryChannelStatus action.
See: newDescribeDeliveryChannelStatus
smart constructor.
DescribeDeliveryChannelStatus' | |
|
Instances
newDescribeDeliveryChannelStatus :: DescribeDeliveryChannelStatus Source #
Create a value of DescribeDeliveryChannelStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deliveryChannelNames:DescribeDeliveryChannelStatus'
, describeDeliveryChannelStatus_deliveryChannelNames
- A list of delivery channel names.
Request Lenses
describeDeliveryChannelStatus_deliveryChannelNames :: Lens' DescribeDeliveryChannelStatus (Maybe [Text]) Source #
A list of delivery channel names.
Destructuring the Response
data DescribeDeliveryChannelStatusResponse Source #
The output for the DescribeDeliveryChannelStatus action.
See: newDescribeDeliveryChannelStatusResponse
smart constructor.
DescribeDeliveryChannelStatusResponse' | |
|
Instances
newDescribeDeliveryChannelStatusResponse Source #
Create a value of DescribeDeliveryChannelStatusResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deliveryChannelsStatus:DescribeDeliveryChannelStatusResponse'
, describeDeliveryChannelStatusResponse_deliveryChannelsStatus
- A list that contains the status of a specified delivery channel.
$sel:httpStatus:DescribeDeliveryChannelStatusResponse'
, describeDeliveryChannelStatusResponse_httpStatus
- The response's http status code.
Response Lenses
describeDeliveryChannelStatusResponse_deliveryChannelsStatus :: Lens' DescribeDeliveryChannelStatusResponse (Maybe [DeliveryChannelStatus]) Source #
A list that contains the status of a specified delivery channel.
describeDeliveryChannelStatusResponse_httpStatus :: Lens' DescribeDeliveryChannelStatusResponse Int Source #
The response's http status code.