Using the SDK for CloudWatchLogs for FilterLogEventsRequest works on an automation script, but gets error when running the same code on a QAction. Both are using the same Amazon DLLs references as you can see in the images. The result on the automation is a list of events, and the result on the QAction is an Amazon.Runtime.Internal error. What is the difference between these two?
As this question has now been inactive for a long time, I will close it. If you still want more information about this, could you post a new question?
It appears you're encountering an issue similar to what's described in the Run-time assembly binding section of the DataMiner Docs.
This could be due to the NuGet package in your connector depending on a different version of a NuGet that you've included in your connector directly. Alternatively, it might be that another connector on the system has already loaded a different version of the AWS SDK CloudWatchLogs.
A more detailed explanation can be found on that particular documentation page.
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon) to indicate that the question is resolved?