botocore icon indicating copy to clipboard operation
botocore copied to clipboard

Include waiter section in documentation even if there are none

Open kdaily opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe.

All clients have a method called get_waiter. The documentation for this indicates to look in the Waiter section of the docs. If a service doesn't have any waiters defined, there is no Waiter section in the docs.

Describe the solution you'd like

Even if there are no waiters, include a waiter section in the docs stating that there are no waiters defined.

This could also be extended to other properties, like paginators.

This was proposed in #2483.

kdaily avatar Sep 17 '21 18:09 kdaily