Event types for SES Event destination are missing in terraform

While automating the SES event destination; we were not able to automate all event types as there were a total of 10 event types on the AWS console and in terraform we can add only 8.

Event types available on AWS Console: Sends, Rendering Failures, Rejects, Deliveries, Hard Bounces, Complaints, Delivery Delays, Subscriptions, and Opens, Click

Event types available on Terraform: “send”, “renderingFailure”, “reject”, “delivery”, “bounce”, “complaint”, “open”, “click”

That means we don’t have matching type options available for Delivery Delays and Subscriptions.

Please guide us on this.
Thanks in Advance.