Skip to content

matchingEventTypes does not accept some valid types #2071

Answered by ashishdhingra
ddelucie asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ddelucie,

Good afternoon.

Thanks for reporting the issue.

Upon analysis, the package AWSSDK.SimpleEmail targets V1 version of Simple Email service. If you refer the API documentation for EventDestination V1, the valid values for MatchingEventTypes are send | reject | bounce | complaint | delivery | open | click | renderingFailure.

You might want to use the new package AWSSDK.SimpleEmailV2 which has the EventTypes you are expecting. Also refer the service API documentation for EventDestinationDefinition V2, which also lists the valid values for MatchingEventTypes as SEND | REJECT | BOUNCE | COMPLAINT | DELIVERY | OPEN | CLICK | RENDERING_FAILURE | DELIVERY_DELAY | SUBSCRIPTION.

Hope th…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ddelucie
Comment options

Answer selected by ddelucie
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. module/sdk-generated
2 participants
Converted from issue

This discussion was converted from issue #2070 on July 07, 2022 21:37.