1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeChannelModerator`](crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`channel_arn(impl Into<String>)`](crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder::channel_arn) / [`set_channel_arn(Option<String>)`](crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder::set_channel_arn):<br>required: **true**<br><p>The ARN of the channel.</p><br>
    ///   - [`channel_moderator_arn(impl Into<String>)`](crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder::channel_moderator_arn) / [`set_channel_moderator_arn(Option<String>)`](crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder::set_channel_moderator_arn):<br>required: **true**<br><p>The ARN of the channel moderator.</p><br>
    ///   - [`chime_bearer(impl Into<String>)`](crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder::chime_bearer) / [`set_chime_bearer(Option<String>)`](crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder::set_chime_bearer):<br>required: **false**<br><p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p><br>
    /// - On success, responds with [`DescribeChannelModeratorOutput`](crate::operation::describe_channel_moderator::DescribeChannelModeratorOutput) with field(s):
    ///   - [`channel_moderator(Option<ChannelModerator>)`](crate::operation::describe_channel_moderator::DescribeChannelModeratorOutput::channel_moderator): <p>The details of the channel moderator.</p>
    /// - On failure, responds with [`SdkError<DescribeChannelModeratorError>`](crate::operation::describe_channel_moderator::DescribeChannelModeratorError)
    #[deprecated(note = "Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace")]
    pub fn describe_channel_moderator(&self) -> crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder {
        crate::operation::describe_channel_moderator::builders::DescribeChannelModeratorFluentBuilder::new(self.handle.clone())
    }
}