SSM get_connection_status response doc doesn't match case #3662
Labels
api-documentation
bug
This issue is a confirmed bug.
documentation
This is a problem with documentation.
ssm
Describe the bug
The docs for SSM
get_connection_status
say the response can be'Connected'|'NotConnected'
(upper case first letter).This is not the case. I'm getting a response with a lowercase.
Note that there's no waiters for this API. So I wrote my own while loop, waiting for status to be
Connected
. It wasconnected
, so my while loop hangs forever.Expected Behavior
Documented response and actual response match in a case sensitive way.
gives:
Current Behavior
Actual response is lowercase. Docs say CamelCase.
Reproduction Steps
gives:
Possible Solution
Please ask the service team to update their documentation to reflect the correct case.
While you're at it, ask them to add a waiter for this call.
Additional Information/Context
No response
SDK version used
1.26.74
Environment details (OS name and version, etc.)
Mac
The text was updated successfully, but these errors were encountered: