Values.PutLifecycleEventHookExecutionStatusOutputSourceSets the result of a Lambda validation function. The function validates lifecycle hooks during a deployment that uses the Lambda or Amazon ECS compute platform. For 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 Lambda Deployment and AppSpec 'hooks' Section for an Amazon ECS Deployment.
type nonrec t = {lifecycleEventHookExecutionId : LifecycleEventHookExecutionId.t option;The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment's AppSpec file.
*)}type nonrec error = [ | `DeploymentDoesNotExistException of DeploymentDoesNotExistException.t| `DeploymentIdRequiredException of DeploymentIdRequiredException.t| `InvalidDeploymentIdException of InvalidDeploymentIdException.t| `InvalidLifecycleEventHookExecutionIdException of
InvalidLifecycleEventHookExecutionIdException.t| `InvalidLifecycleEventHookExecutionStatusException of
InvalidLifecycleEventHookExecutionStatusException.t| `LifecycleEventAlreadyCompletedException of
LifecycleEventAlreadyCompletedException.t| `UnsupportedActionForDeploymentTypeException of
UnsupportedActionForDeploymentTypeException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DeploymentDoesNotExistException of unit
| `DeploymentIdRequiredException of unit
| `InvalidDeploymentIdException of unit
| `InvalidLifecycleEventHookExecutionIdException of unit
| `InvalidLifecycleEventHookExecutionStatusException of unit
| `LifecycleEventAlreadyCompletedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedActionForDeploymentTypeException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DeploymentDoesNotExistException of unit
| `DeploymentIdRequiredException of unit
| `InvalidDeploymentIdException of unit
| `InvalidLifecycleEventHookExecutionIdException of unit
| `InvalidLifecycleEventHookExecutionStatusException of unit
| `LifecycleEventAlreadyCompletedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedActionForDeploymentTypeException of unit ]val to_value :
t ->
[> `Structure of
(string * [> `String of LifecycleEventHookExecutionId.t ]) list ]