aws-sdk-mgn 1.102.0

AWS SDK for Application Migration Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartNetworkMigrationDeployment`](crate::operation::start_network_migration_deployment::builders::StartNetworkMigrationDeploymentFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`network_migration_execution_id(impl Into<String>)`](crate::operation::start_network_migration_deployment::builders::StartNetworkMigrationDeploymentFluentBuilder::network_migration_execution_id) / [`set_network_migration_execution_id(Option<String>)`](crate::operation::start_network_migration_deployment::builders::StartNetworkMigrationDeploymentFluentBuilder::set_network_migration_execution_id):<br>required: **true**<br><p>The unique identifier of the network migration execution.</p><br>
    ///   - [`network_migration_definition_id(impl Into<String>)`](crate::operation::start_network_migration_deployment::builders::StartNetworkMigrationDeploymentFluentBuilder::network_migration_definition_id) / [`set_network_migration_definition_id(Option<String>)`](crate::operation::start_network_migration_deployment::builders::StartNetworkMigrationDeploymentFluentBuilder::set_network_migration_definition_id):<br>required: **true**<br><p>The unique identifier of the network migration definition.</p><br>
    /// - On success, responds with [`StartNetworkMigrationDeploymentOutput`](crate::operation::start_network_migration_deployment::StartNetworkMigrationDeploymentOutput) with field(s):
    ///   - [`job_id(Option<String>)`](crate::operation::start_network_migration_deployment::StartNetworkMigrationDeploymentOutput::job_id): <p>The unique identifier of the deployer job that was started.</p>
    /// - On failure, responds with [`SdkError<StartNetworkMigrationDeploymentError>`](crate::operation::start_network_migration_deployment::StartNetworkMigrationDeploymentError)
    pub fn start_network_migration_deployment(
        &self,
    ) -> crate::operation::start_network_migration_deployment::builders::StartNetworkMigrationDeploymentFluentBuilder {
        crate::operation::start_network_migration_deployment::builders::StartNetworkMigrationDeploymentFluentBuilder::new(self.handle.clone())
    }
}