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 [`GetAppInstanceRetentionSettings`](crate::operation::get_app_instance_retention_settings::builders::GetAppInstanceRetentionSettingsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`app_instance_arn(impl Into<String>)`](crate::operation::get_app_instance_retention_settings::builders::GetAppInstanceRetentionSettingsFluentBuilder::app_instance_arn) / [`set_app_instance_arn(Option<String>)`](crate::operation::get_app_instance_retention_settings::builders::GetAppInstanceRetentionSettingsFluentBuilder::set_app_instance_arn):<br>required: **true**<br><p>The ARN of the <code>AppInstance</code>.</p><br>
    /// - On success, responds with [`GetAppInstanceRetentionSettingsOutput`](crate::operation::get_app_instance_retention_settings::GetAppInstanceRetentionSettingsOutput) with field(s):
    ///   - [`app_instance_retention_settings(Option<AppInstanceRetentionSettings>)`](crate::operation::get_app_instance_retention_settings::GetAppInstanceRetentionSettingsOutput::app_instance_retention_settings): <p>The retention settings for the <code>AppInstance</code>.</p>
    ///   - [`initiate_deletion_timestamp(Option<DateTime>)`](crate::operation::get_app_instance_retention_settings::GetAppInstanceRetentionSettingsOutput::initiate_deletion_timestamp): <p>The timestamp representing the time at which the specified items are retained, in Epoch Seconds.</p>
    /// - On failure, responds with [`SdkError<GetAppInstanceRetentionSettingsError>`](crate::operation::get_app_instance_retention_settings::GetAppInstanceRetentionSettingsError)
    #[deprecated(note = "Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace")]
    pub fn get_app_instance_retention_settings(
        &self,
    ) -> crate::operation::get_app_instance_retention_settings::builders::GetAppInstanceRetentionSettingsFluentBuilder {
        crate::operation::get_app_instance_retention_settings::builders::GetAppInstanceRetentionSettingsFluentBuilder::new(self.handle.clone())
    }
}