Struct aws_sdk_codedeploy::input::ContinueDeploymentInput [−][src]
#[non_exhaustive]pub struct ContinueDeploymentInput {
pub deployment_id: Option<String>,
pub deployment_wait_type: Option<DeploymentWaitType>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.deployment_id: Option<String>
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
deployment_wait_type: Option<DeploymentWaitType>
The status of the deployment's waiting period. READY_WAIT
indicates that
the deployment is ready to start shifting traffic. TERMINATION_WAIT
indicates that the traffic is shifted, but the original target is not terminated.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ContinueDeployment, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ContinueDeployment, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ContinueDeployment
>
Creates a new builder-style object to manufacture ContinueDeploymentInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ContinueDeploymentInput
impl Send for ContinueDeploymentInput
impl Sync for ContinueDeploymentInput
impl Unpin for ContinueDeploymentInput
impl UnwindSafe for ContinueDeploymentInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more