1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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):<br>required: **true**<br><p>The ARN of the channel.</p><br>
    ///   - [`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):<br>required: **false**<br><p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p><br>
    /// - 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)
    #[deprecated(note = "Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace")]
    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())
    }
}