ListInstances method SSO on AWS API differ from AWS CLI #3643
-
I'm trying to get sso instances with the api described here: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso-admin/index.html without success. For that I write something like this:
That code returns a success response(200) but the instance object was undefined. This is the dump of response:
While, If I use exactly the same keys on de CLI it works and I got 1 instance:
The response:
Any idea why I got different results? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I discover a monkey patch in our app that brokes the response!. |
Beta Was this translation helpful? Give feedback.
-
Answered on this issue. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Answered on this issue.