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 ban.
The x-amz-chime-bearer
request header is mandatory. Use the
AppInstanceUserArn
of the user that makes the API call as the value in
the header.
Synopsis
- data DescribeChannelBan = DescribeChannelBan' {
- chimeBearer :: Maybe Text
- channelArn :: Text
- memberArn :: Text
- newDescribeChannelBan :: Text -> Text -> DescribeChannelBan
- describeChannelBan_chimeBearer :: Lens' DescribeChannelBan (Maybe Text)
- describeChannelBan_channelArn :: Lens' DescribeChannelBan Text
- describeChannelBan_memberArn :: Lens' DescribeChannelBan Text
- data DescribeChannelBanResponse = DescribeChannelBanResponse' {}
- newDescribeChannelBanResponse :: Int -> DescribeChannelBanResponse
- describeChannelBanResponse_channelBan :: Lens' DescribeChannelBanResponse (Maybe ChannelBan)
- describeChannelBanResponse_httpStatus :: Lens' DescribeChannelBanResponse Int
Creating a Request
data DescribeChannelBan Source #
See: newDescribeChannelBan
smart constructor.
DescribeChannelBan' | |
|
Instances
newDescribeChannelBan Source #
:: Text | |
-> Text | |
-> DescribeChannelBan |
Create a value of DescribeChannelBan
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:chimeBearer:DescribeChannelBan'
, describeChannelBan_chimeBearer
- The AppInstanceUserArn
of the user that makes the API call.
$sel:channelArn:DescribeChannelBan'
, describeChannelBan_channelArn
- The ARN of the channel from which the user is banned.
$sel:memberArn:DescribeChannelBan'
, describeChannelBan_memberArn
- The ARN of the member being banned.
Request Lenses
describeChannelBan_chimeBearer :: Lens' DescribeChannelBan (Maybe Text) Source #
The AppInstanceUserArn
of the user that makes the API call.
describeChannelBan_channelArn :: Lens' DescribeChannelBan Text Source #
The ARN of the channel from which the user is banned.
describeChannelBan_memberArn :: Lens' DescribeChannelBan Text Source #
The ARN of the member being banned.
Destructuring the Response
data DescribeChannelBanResponse Source #
See: newDescribeChannelBanResponse
smart constructor.
DescribeChannelBanResponse' | |
|
Instances
newDescribeChannelBanResponse Source #
Create a value of DescribeChannelBanResponse
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:channelBan:DescribeChannelBanResponse'
, describeChannelBanResponse_channelBan
- The details of the ban.
$sel:httpStatus:DescribeChannelBanResponse'
, describeChannelBanResponse_httpStatus
- The response's http status code.
Response Lenses
describeChannelBanResponse_channelBan :: Lens' DescribeChannelBanResponse (Maybe ChannelBan) Source #
The details of the ban.
describeChannelBanResponse_httpStatus :: Lens' DescribeChannelBanResponse Int Source #
The response's http status code.