| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ChimeSDKMessaging.DescribeChannelFlow
Description
Returns the full details of a channel flow in an Amazon Chime
AppInstance. This is a developer API.
Synopsis
- data DescribeChannelFlow = DescribeChannelFlow' {}
- newDescribeChannelFlow :: Text -> DescribeChannelFlow
- describeChannelFlow_channelFlowArn :: Lens' DescribeChannelFlow Text
- data DescribeChannelFlowResponse = DescribeChannelFlowResponse' {}
- newDescribeChannelFlowResponse :: Int -> DescribeChannelFlowResponse
- describeChannelFlowResponse_channelFlow :: Lens' DescribeChannelFlowResponse (Maybe ChannelFlow)
- describeChannelFlowResponse_httpStatus :: Lens' DescribeChannelFlowResponse Int
Creating a Request
data DescribeChannelFlow Source #
See: newDescribeChannelFlow smart constructor.
Constructors
| DescribeChannelFlow' | |
Fields
| |
Instances
newDescribeChannelFlow Source #
Arguments
| :: Text | |
| -> DescribeChannelFlow |
Create a value of DescribeChannelFlow 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:
DescribeChannelFlow, describeChannelFlow_channelFlowArn - The ARN of the channel flow.
Request Lenses
describeChannelFlow_channelFlowArn :: Lens' DescribeChannelFlow Text Source #
The ARN of the channel flow.
Destructuring the Response
data DescribeChannelFlowResponse Source #
See: newDescribeChannelFlowResponse smart constructor.
Constructors
| DescribeChannelFlowResponse' | |
Fields
| |
Instances
newDescribeChannelFlowResponse Source #
Create a value of DescribeChannelFlowResponse 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:channelFlow:DescribeChannelFlowResponse', describeChannelFlowResponse_channelFlow - The channel flow details.
$sel:httpStatus:DescribeChannelFlowResponse', describeChannelFlowResponse_httpStatus - The response's http status code.
Response Lenses
describeChannelFlowResponse_channelFlow :: Lens' DescribeChannelFlowResponse (Maybe ChannelFlow) Source #
The channel flow details.
describeChannelFlowResponse_httpStatus :: Lens' DescribeChannelFlowResponse Int Source #
The response's http status code.