Thanks, it looks like the boto3 version is solved and now I can call describe_analysis_definition() perfectly fine.
However, I do have another problem following @n_vetri instructions above.
He said I can use this function to retrieve all the necessary parameters for the task.
I believe it can be done using update_analysis() however some parameters in this function are missing even when using describe_analysis_definition()
I can’t seem to find the Parameters & SourceEntity values needed for update_analysis() function
- is this the correct function for the task?
- if so, where can I find those parameters?