aws-sdk-qapps 1.62.0

AWS SDK for QApps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetQAppSessionMetadata`](crate::operation::get_q_app_session_metadata::builders::GetQAppSessionMetadataFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`instance_id(impl Into<String>)`](crate::operation::get_q_app_session_metadata::builders::GetQAppSessionMetadataFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::get_q_app_session_metadata::builders::GetQAppSessionMetadataFluentBuilder::set_instance_id):<br>required: **true**<br><p>The unique identifier of the Amazon Q Business application environment instance.</p><br>
    ///   - [`session_id(impl Into<String>)`](crate::operation::get_q_app_session_metadata::builders::GetQAppSessionMetadataFluentBuilder::session_id) / [`set_session_id(Option<String>)`](crate::operation::get_q_app_session_metadata::builders::GetQAppSessionMetadataFluentBuilder::set_session_id):<br>required: **true**<br><p>The unique identifier of the Q App session.</p><br>
    /// - On success, responds with [`GetQAppSessionMetadataOutput`](crate::operation::get_q_app_session_metadata::GetQAppSessionMetadataOutput) with field(s):
    ///   - [`session_id(String)`](crate::operation::get_q_app_session_metadata::GetQAppSessionMetadataOutput::session_id): <p>The unique identifier of the Q App session.</p>
    ///   - [`session_arn(String)`](crate::operation::get_q_app_session_metadata::GetQAppSessionMetadataOutput::session_arn): <p>The Amazon Resource Name (ARN) of the Q App session.</p>
    ///   - [`session_name(Option<String>)`](crate::operation::get_q_app_session_metadata::GetQAppSessionMetadataOutput::session_name): <p>The name of the Q App session.</p>
    ///   - [`sharing_configuration(Option<SessionSharingConfiguration>)`](crate::operation::get_q_app_session_metadata::GetQAppSessionMetadataOutput::sharing_configuration): <p>The sharing configuration of the Q App data collection session.</p>
    ///   - [`session_owner(Option<bool>)`](crate::operation::get_q_app_session_metadata::GetQAppSessionMetadataOutput::session_owner): <p>Indicates whether the current user is the owner of the Q App session.</p>
    /// - On failure, responds with [`SdkError<GetQAppSessionMetadataError>`](crate::operation::get_q_app_session_metadata::GetQAppSessionMetadataError)
    pub fn get_q_app_session_metadata(&self) -> crate::operation::get_q_app_session_metadata::builders::GetQAppSessionMetadataFluentBuilder {
        crate::operation::get_q_app_session_metadata::builders::GetQAppSessionMetadataFluentBuilder::new(self.handle.clone())
    }
}