1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetCatalogImportStatus`](crate::operation::get_catalog_import_status::builders::GetCatalogImportStatusFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`catalog_id(impl Into<String>)`](crate::operation::get_catalog_import_status::builders::GetCatalogImportStatusFluentBuilder::catalog_id) / [`set_catalog_id(Option<String>)`](crate::operation::get_catalog_import_status::builders::GetCatalogImportStatusFluentBuilder::set_catalog_id):<br>required: **false**<br><p>The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.</p><br>
    /// - On success, responds with [`GetCatalogImportStatusOutput`](crate::operation::get_catalog_import_status::GetCatalogImportStatusOutput) with field(s):
    ///   - [`import_status(Option<CatalogImportStatus>)`](crate::operation::get_catalog_import_status::GetCatalogImportStatusOutput::import_status): <p>The status of the specified catalog migration.</p>
    /// - On failure, responds with [`SdkError<GetCatalogImportStatusError>`](crate::operation::get_catalog_import_status::GetCatalogImportStatusError)
    pub fn get_catalog_import_status(&self) -> crate::operation::get_catalog_import_status::builders::GetCatalogImportStatusFluentBuilder {
        crate::operation::get_catalog_import_status::builders::GetCatalogImportStatusFluentBuilder::new(self.handle.clone())
    }
}