Notes
- Added typed dictionaries for all `waiter.wait` methods to allow type checking with `**kwargs` calls
- Added typed dictionaries for all `paginator.paginate` methods to allow type checking with `**kwargs` calls
- New documentation
Added
- `[docs]` Fully revamped Material UI with search, usage examples, annotations, and navigation
- `[services]` `RegionName` with all regions that service supports (if any)
- `[docs]` New `kwargs` usage examples for all methods
- `[services]` `waiter.wait` method can now be called with `kwargs` with type checking, see examples
- `[services]` `paginator.paginate` method can now be called with `kwargs` with type checking, see examples
Fixed
- `[docs]` `Client.exceptions` is no longer listed in public methods
- `[docs]` Usage examples always use `Session`
- `[builder]` Restructured generators to keep `boto3` and `aiobotocore` in sync
- `[boto3-stubs]` `Session.region_name` returns a `Literal` with all acceptable region names (requested by takeda in 140)