// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeChannelMembership`](crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`channel_arn(impl Into<String>)`](crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder::channel_arn) / [`set_channel_arn(Option<String>)`](crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder::set_channel_arn):<br>required: **true**<br><p>The ARN of the channel.</p><br>
/// - [`member_arn(impl Into<String>)`](crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder::member_arn) / [`set_member_arn(Option<String>)`](crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder::set_member_arn):<br>required: **true**<br><p>The ARN of the member.</p><br>
/// - [`chime_bearer(impl Into<String>)`](crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder::chime_bearer) / [`set_chime_bearer(Option<String>)`](crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder::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 [`DescribeChannelMembershipOutput`](crate::operation::describe_channel_membership::DescribeChannelMembershipOutput) with field(s):
/// - [`channel_membership(Option<ChannelMembership>)`](crate::operation::describe_channel_membership::DescribeChannelMembershipOutput::channel_membership): <p>The details of the membership.</p>
/// - On failure, responds with [`SdkError<DescribeChannelMembershipError>`](crate::operation::describe_channel_membership::DescribeChannelMembershipError)
#[deprecated(note = "Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace")]
pub fn describe_channel_membership(&self) -> crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder {
crate::operation::describe_channel_membership::builders::DescribeChannelMembershipFluentBuilder::new(self.handle.clone())
}
}