1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetMeeting`](crate::operation::get_meeting::builders::GetMeetingFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`meeting_id(impl Into<String>)`](crate::operation::get_meeting::builders::GetMeetingFluentBuilder::meeting_id) / [`set_meeting_id(Option<String>)`](crate::operation::get_meeting::builders::GetMeetingFluentBuilder::set_meeting_id):<br>required: **true**<br><p>The Amazon Chime SDK meeting ID.</p><br>
    /// - On success, responds with [`GetMeetingOutput`](crate::operation::get_meeting::GetMeetingOutput) with field(s):
    ///   - [`meeting(Option<Meeting>)`](crate::operation::get_meeting::GetMeetingOutput::meeting): <p>The Amazon Chime SDK meeting information.</p>
    /// - On failure, responds with [`SdkError<GetMeetingError>`](crate::operation::get_meeting::GetMeetingError)
    #[deprecated(note = "Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace")]
    pub fn get_meeting(&self) -> crate::operation::get_meeting::builders::GetMeetingFluentBuilder {
        crate::operation::get_meeting::builders::GetMeetingFluentBuilder::new(self.handle.clone())
    }
}