aws-sdk-sms 1.67.0

AWS SDK for AWS Server Migration Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ImportServerCatalog`](crate::operation::import_server_catalog::builders::ImportServerCatalogFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::import_server_catalog::builders::ImportServerCatalogFluentBuilder::send) it.
    /// - On success, responds with [`ImportServerCatalogOutput`](crate::operation::import_server_catalog::ImportServerCatalogOutput)
    /// - On failure, responds with [`SdkError<ImportServerCatalogError>`](crate::operation::import_server_catalog::ImportServerCatalogError)
    pub fn import_server_catalog(&self) -> crate::operation::import_server_catalog::builders::ImportServerCatalogFluentBuilder {
        crate::operation::import_server_catalog::builders::ImportServerCatalogFluentBuilder::new(self.handle.clone())
    }
}