Struct aws_sdk_codedeploy::client::fluent_builders::PutLifecycleEventHookExecutionStatus [−][src]
pub struct PutLifecycleEventHookExecutionStatus<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to PutLifecycleEventHookExecutionStatus
.
Sets the result of a Lambda validation function. The function validates lifecycle
hooks during a deployment that uses the AWS Lambda or Amazon ECS compute platform. For
AWS Lambda deployments, the available lifecycle hooks are
BeforeAllowTraffic
and AfterAllowTraffic
. For Amazon ECS
deployments, the available lifecycle hooks are BeforeInstall
,
AfterInstall
, AfterAllowTestTraffic
,
BeforeAllowTraffic
, and AfterAllowTraffic
. Lambda
validation functions return Succeeded
or Failed
. For more
information, see AppSpec 'hooks' Section for an AWS Lambda Deployment and AppSpec 'hooks' Section for an Amazon ECS Deployment.
Implementations
impl<C, M, R> PutLifecycleEventHookExecutionStatus<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> PutLifecycleEventHookExecutionStatus<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<PutLifecycleEventHookExecutionStatusOutput, SdkError<PutLifecycleEventHookExecutionStatusError>> where
R::Policy: SmithyRetryPolicy<PutLifecycleEventHookExecutionStatusInputOperationOutputAlias, PutLifecycleEventHookExecutionStatusOutput, PutLifecycleEventHookExecutionStatusError, PutLifecycleEventHookExecutionStatusInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<PutLifecycleEventHookExecutionStatusOutput, SdkError<PutLifecycleEventHookExecutionStatusError>> where
R::Policy: SmithyRetryPolicy<PutLifecycleEventHookExecutionStatusInputOperationOutputAlias, PutLifecycleEventHookExecutionStatusOutput, PutLifecycleEventHookExecutionStatusError, PutLifecycleEventHookExecutionStatusInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is
specified in the hooks
section of the AppSpec file.
The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is
specified in the hooks
section of the AppSpec file.
The result of a Lambda function that validates a deployment lifecycle event.
Succeeded
and Failed
are the only valid values for
status
.
The result of a Lambda function that validates a deployment lifecycle event.
Succeeded
and Failed
are the only valid values for
status
.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for PutLifecycleEventHookExecutionStatus<C, M, R>
impl<C, M, R> Send for PutLifecycleEventHookExecutionStatus<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for PutLifecycleEventHookExecutionStatus<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for PutLifecycleEventHookExecutionStatus<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for PutLifecycleEventHookExecutionStatus<C, M, R>
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