Values.CancelLifecycleExecutionRequestSourceCancel a specific image lifecycle policy runtime instance.
type nonrec t = {lifecycleExecutionId : LifecycleExecutionId.t;Identifies the specific runtime instance of the image lifecycle to cancel.
*)clientToken : ClientToken.t;Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
*)}val make :
lifecycleExecutionId:LifecycleExecutionId.t ->
clientToken:ClientToken.t ->
unit ->
t