Notes
This release adds `pyright` check to integration tests to make sure that there are no conflicts in generated type annotations.
*BREAKING!* All generated literals types should be more distinguishable due to `Type` postfix. If you use generated literals in your code, you have to update imports. Check docs for your service: https://vemel.github.io/boto3_stubs_docs/
Added
- `[builder]` [SSMContacts](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm-contacts.html) service support
- `[builder]` [SSMIncidents](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm-incidents.html) service support
Changed
- `[services]` all literals have `Type` postfix, the only exception is `Name` postfix for paginator and waiter names
- `[docker]` rebased to `python:3.9.5-alpine3.12`
- `[services]` `client.pyi` uses relative imports for waiters and paginators to be compatible with `pyright`
Fixed
- `[boto3-stubs]` incorrect `Session._session` annotation
- `[boto3-stubs]` improved stubs for subclassing `ResourceCollection`
- `[boto3-stubs]` removed all overrides for default argument values
- `[docs]` links on main service page have valid anchors
- `[services]` removed unused imports on recursive typed dicts usage