class Aws::CodeDeploy::Types::PutLifecycleEventHookExecutionStatusInput
@note When making an API call, you may pass PutLifecycleEventHookExecutionStatusInput
data as a hash: { deployment_id: "DeploymentId", lifecycle_event_hook_execution_id: "LifecycleEventHookExecutionId", status: "Pending", # accepts Pending, InProgress, Succeeded, Failed, Skipped, Unknown }
@!attribute [rw] deployment_id
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event. @return [String]
@!attribute [rw] lifecycle_event_hook_execution_id
The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is specified in the `hooks` section of the AppSpec file. @return [String]
@!attribute [rw] status
The result of a Lambda function that validates a deployment lifecycle event. `Succeeded` and `Failed` are the only valid values for `status`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/PutLifecycleEventHookExecutionStatusInput AWS API Documentation
Constants
- SENSITIVE