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 [`DescribeMigrationTask`](crate::operation::describe_migration_task::builders::DescribeMigrationTaskFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`progress_update_stream(impl Into<String>)`](crate::operation::describe_migration_task::builders::DescribeMigrationTaskFluentBuilder::progress_update_stream) / [`set_progress_update_stream(Option<String>)`](crate::operation::describe_migration_task::builders::DescribeMigrationTaskFluentBuilder::set_progress_update_stream):<br>required: **true**<br><p>The name of the ProgressUpdateStream.</p><br>
    ///   - [`migration_task_name(impl Into<String>)`](crate::operation::describe_migration_task::builders::DescribeMigrationTaskFluentBuilder::migration_task_name) / [`set_migration_task_name(Option<String>)`](crate::operation::describe_migration_task::builders::DescribeMigrationTaskFluentBuilder::set_migration_task_name):<br>required: **true**<br><p>The identifier given to the MigrationTask. <i>Do not store personal data in this field.</i></p><br>
    /// - On success, responds with [`DescribeMigrationTaskOutput`](crate::operation::describe_migration_task::DescribeMigrationTaskOutput) with field(s):
    ///   - [`migration_task(Option<MigrationTask>)`](crate::operation::describe_migration_task::DescribeMigrationTaskOutput::migration_task): <p>Object encapsulating information about the migration task.</p>
    /// - On failure, responds with [`SdkError<DescribeMigrationTaskError>`](crate::operation::describe_migration_task::DescribeMigrationTaskError)
    pub fn describe_migration_task(&self) -> crate::operation::describe_migration_task::builders::DescribeMigrationTaskFluentBuilder {
        crate::operation::describe_migration_task::builders::DescribeMigrationTaskFluentBuilder::new(self.handle.clone())
    }
}