Waiters

Trait Waiters 

Source
pub trait Waiters {
    // Required methods
    fn wait_until_deployment_complete(&self) -> DeploymentCompleteFluentBuilder;
    fn wait_until_environment_ready_for_deployment(
        &self,
    ) -> EnvironmentReadyForDeploymentFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

Implementors§