boto / boto3

AWS SDK for Python
https://aws.amazon.com/sdk-for-python/
Apache License 2.0
9.07k stars 1.87k forks source link

Inconsistent description of `type` response for `describe_directories` #4242

Closed pjonsson closed 3 months ago

pjonsson commented 3 months ago

Describe the issue

For describe_directories in boto 1.34.161, the response syntax contains this:

  'Type': 'SimpleAD'|'ADConnector'|'MicrosoftAD'|'SharedMicrosoftAD',

and the bullet list below explains it as:

  • Type (string) – The directory size.

Links

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ds/client/describe_directories.html

tim-finnigan commented 3 months ago

Thanks for reporting this issue. This will need to be fixed by the service team, as it is an issue with the documentation model which is shared across AWS SDKs. (For example this issue is present in the Ruby SDK docs as well.) I created an issue in our cross-SDK repository to track this going forward: https://github.com/aws/aws-sdk/issues/807. Please refer to that issue for updates going forward, and thanks again for bringing this to our attention.

github-actions[bot] commented 3 months ago

This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.