Values.CancelImageCreationRequestSourceCancelImageCreation cancels the creation of Image. This operation can only be used on images in a non-terminal state.
type nonrec t = {imageBuildVersionArn : ImageBuildVersionArn.t;The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
*)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 :
imageBuildVersionArn:ImageBuildVersionArn.t ->
clientToken:ClientToken.t ->
unit ->
t