1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateChannelReadMarker`](crate::operation::update_channel_read_marker::builders::UpdateChannelReadMarkerFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`channel_arn(impl Into<String>)`](crate::operation::update_channel_read_marker::builders::UpdateChannelReadMarkerFluentBuilder::channel_arn) / [`set_channel_arn(Option<String>)`](crate::operation::update_channel_read_marker::builders::UpdateChannelReadMarkerFluentBuilder::set_channel_arn): <p>The ARN of the channel.</p>
    ///   - [`chime_bearer(impl Into<String>)`](crate::operation::update_channel_read_marker::builders::UpdateChannelReadMarkerFluentBuilder::chime_bearer) / [`set_chime_bearer(Option<String>)`](crate::operation::update_channel_read_marker::builders::UpdateChannelReadMarkerFluentBuilder::set_chime_bearer): <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
    /// - On success, responds with [`UpdateChannelReadMarkerOutput`](crate::operation::update_channel_read_marker::UpdateChannelReadMarkerOutput) with field(s):
    ///   - [`channel_arn(Option<String>)`](crate::operation::update_channel_read_marker::UpdateChannelReadMarkerOutput::channel_arn): <p>The ARN of the channel.</p>
    /// - On failure, responds with [`SdkError<UpdateChannelReadMarkerError>`](crate::operation::update_channel_read_marker::UpdateChannelReadMarkerError)
    pub fn update_channel_read_marker(
        &self,
    ) -> crate::operation::update_channel_read_marker::builders::UpdateChannelReadMarkerFluentBuilder
    {
        crate::operation::update_channel_read_marker::builders::UpdateChannelReadMarkerFluentBuilder::new(self.handle.clone())
    }
}