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 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.
DescribeChannelFlow' | |
|
Instances
newDescribeChannelFlow Source #
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:
$sel:channelFlowArn: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.
DescribeChannelFlowResponse' | |
|
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.