types-aiobotocore-notifications 2.18.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of types-aiobotocore-notifications might be problematic. Click here for more details.

Files changed (24) hide show
  1. types_aiobotocore_notifications-2.18.0/LICENSE +21 -0
  2. types_aiobotocore_notifications-2.18.0/PKG-INFO +494 -0
  3. types_aiobotocore_notifications-2.18.0/README.md +448 -0
  4. types_aiobotocore_notifications-2.18.0/setup.cfg +4 -0
  5. types_aiobotocore_notifications-2.18.0/setup.py +54 -0
  6. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/__init__.py +54 -0
  7. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/__init__.pyi +53 -0
  8. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/__main__.py +43 -0
  9. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/client.py +425 -0
  10. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/client.pyi +422 -0
  11. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/literals.py +540 -0
  12. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/literals.pyi +538 -0
  13. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/paginator.py +173 -0
  14. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/paginator.pyi +157 -0
  15. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/py.typed +0 -0
  16. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/type_defs.py +521 -0
  17. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/type_defs.pyi +460 -0
  18. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications/version.py +7 -0
  19. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications.egg-info/PKG-INFO +494 -0
  20. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications.egg-info/SOURCES.txt +22 -0
  21. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications.egg-info/dependency_links.txt +1 -0
  22. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications.egg-info/not-zip-safe +1 -0
  23. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications.egg-info/requires.txt +3 -0
  24. types_aiobotocore_notifications-2.18.0/types_aiobotocore_notifications.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,494 @@
1
+ Metadata-Version: 2.2
2
+ Name: types-aiobotocore-notifications
3
+ Version: 2.18.0
4
+ Summary: Type annotations for aiobotocore UserNotifications 2.18.0 service generated with mypy-boto3-builder 8.8.0
5
+ Home-page: https://github.com/youtype/mypy_boto3_builder
6
+ Author: Vlad Emelianov
7
+ Author-email: vlad.emelianov.nz@gmail.com
8
+ License: MIT License
9
+ Project-URL: Documentation, https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_notifications/
10
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
+ Keywords: aiobotocore notifications aiobotocore-stubs type-annotations mypy typeshed autocomplete
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
46
+
47
+ <a id="types-aiobotocore-notifications"></a>
48
+
49
+ # types-aiobotocore-notifications
50
+
51
+ [![PyPI - types-aiobotocore-notifications](https://img.shields.io/pypi/v/types-aiobotocore-notifications.svg?color=blue)](https://pypi.org/project/types-aiobotocore-notifications/)
52
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore-notifications.svg?color=blue)](https://pypi.org/project/types-aiobotocore-notifications/)
53
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_aiobotocore_docs/)
54
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore-notifications)](https://pypistats.org/packages/types-aiobotocore-notifications)
55
+
56
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
+
58
+ Type annotations for
59
+ [aiobotocore UserNotifications 2.18.0](https://pypi.org/project/aiobotocore/)
60
+ compatible with [VSCode](https://code.visualstudio.com/),
61
+ [PyCharm](https://www.jetbrains.com/pycharm/),
62
+ [Emacs](https://www.gnu.org/software/emacs/),
63
+ [Sublime Text](https://www.sublimetext.com/),
64
+ [mypy](https://github.com/python/mypy),
65
+ [pyright](https://github.com/microsoft/pyright) and other tools.
66
+
67
+ Generated with
68
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
69
+
70
+ More information can be found on
71
+ [types-aiobotocore](https://pypi.org/project/types-aiobotocore/) page and in
72
+ [types-aiobotocore-notifications docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_notifications/).
73
+
74
+ See how it helps you find and fix potential bugs:
75
+
76
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
77
+
78
+ - [types-aiobotocore-notifications](#types-aiobotocore-notifications)
79
+ - [How to install](#how-to-install)
80
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
81
+ - [From PyPI with pip](#from-pypi-with-pip)
82
+ - [How to uninstall](#how-to-uninstall)
83
+ - [Usage](#usage)
84
+ - [VSCode](#vscode)
85
+ - [PyCharm](#pycharm)
86
+ - [Emacs](#emacs)
87
+ - [Sublime Text](#sublime-text)
88
+ - [Other IDEs](#other-ides)
89
+ - [mypy](#mypy)
90
+ - [pyright](#pyright)
91
+ - [Pylint compatibility](#pylint-compatibility)
92
+ - [Explicit type annotations](#explicit-type-annotations)
93
+ - [Client annotations](#client-annotations)
94
+ - [Paginators annotations](#paginators-annotations)
95
+ - [Literals](#literals)
96
+ - [Type definitions](#type-definitions)
97
+ - [How it works](#how-it-works)
98
+ - [What's new](#what's-new)
99
+ - [Implemented features](#implemented-features)
100
+ - [Latest changes](#latest-changes)
101
+ - [Versioning](#versioning)
102
+ - [Thank you](#thank-you)
103
+ - [Documentation](#documentation)
104
+ - [Support and contributing](#support-and-contributing)
105
+
106
+ <a id="how-to-install"></a>
107
+
108
+ ## How to install
109
+
110
+ <a id="generate-locally-(recommended)"></a>
111
+
112
+ ### Generate locally (recommended)
113
+
114
+ You can generate type annotations for `aiobotocore` package locally with
115
+ `mypy_boto3_builder`. Use
116
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
117
+ isolation.
118
+
119
+ 1. Run mypy-boto3-builder in your package root directory:
120
+ `uvx --with 'aiobotocore==2.18.0' mypy_boto3_builder`
121
+ 2. Select `aiobotocore` AWS SDK.
122
+ 3. Add `UserNotifications` service.
123
+ 4. Use provided commands to install generated packages.
124
+
125
+ <a id="from-pypi-with-pip"></a>
126
+
127
+ ### From PyPI with pip
128
+
129
+ Install `types-aiobotocore` for `UserNotifications` service.
130
+
131
+ ```bash
132
+ # install with aiobotocore type annotations
133
+ python -m pip install 'types-aiobotocore[notifications]'
134
+
135
+ # Lite version does not provide session.client/resource overloads
136
+ # it is more RAM-friendly, but requires explicit type annotations
137
+ python -m pip install 'types-aiobotocore-lite[notifications]'
138
+
139
+ # standalone installation
140
+ python -m pip install types-aiobotocore-notifications
141
+ ```
142
+
143
+ <a id="how-to-uninstall"></a>
144
+
145
+ ## How to uninstall
146
+
147
+ ```bash
148
+ python -m pip uninstall -y types-aiobotocore-notifications
149
+ ```
150
+
151
+ <a id="usage"></a>
152
+
153
+ ## Usage
154
+
155
+ <a id="vscode"></a>
156
+
157
+ ### VSCode
158
+
159
+ - Install
160
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
161
+ - Install
162
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
163
+ - Set `Pylance` as your Python Language Server
164
+ - Install `types-aiobotocore[notifications]` in your environment:
165
+
166
+ ```bash
167
+ python -m pip install 'types-aiobotocore[notifications]'
168
+ ```
169
+
170
+ Both type checking and code completion should now work. No explicit type
171
+ annotations required, write your `aiobotocore` code as usual.
172
+
173
+ <a id="pycharm"></a>
174
+
175
+ ### PyCharm
176
+
177
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
178
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
179
+ > to use
180
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/)
181
+ > until the issue is resolved.
182
+
183
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
184
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
185
+ > [pyright](https://github.com/microsoft/pyright) instead.
186
+
187
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
188
+ > `types-aiobotocore` with
189
+ > [types-aiobotocore-lite](https://pypi.org/project/types-aiobotocore-lite/):
190
+
191
+ ```bash
192
+ pip uninstall types-aiobotocore
193
+ pip install types-aiobotocore-lite
194
+ ```
195
+
196
+ Install `types-aiobotocore[notifications]` in your environment:
197
+
198
+ ```bash
199
+ python -m pip install 'types-aiobotocore[notifications]'
200
+ ```
201
+
202
+ Both type checking and code completion should now work.
203
+
204
+ <a id="emacs"></a>
205
+
206
+ ### Emacs
207
+
208
+ - Install `types-aiobotocore` with services you use in your environment:
209
+
210
+ ```bash
211
+ python -m pip install 'types-aiobotocore[notifications]'
212
+ ```
213
+
214
+ - Install [use-package](https://github.com/jwiegley/use-package),
215
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
216
+ [company](https://github.com/company-mode/company-mode) and
217
+ [flycheck](https://github.com/flycheck/flycheck) packages
218
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
219
+
220
+ ```elisp
221
+ (use-package lsp-pyright
222
+ :ensure t
223
+ :hook (python-mode . (lambda ()
224
+ (require 'lsp-pyright)
225
+ (lsp))) ; or lsp-deferred
226
+ :init (when (executable-find "python3")
227
+ (setq lsp-pyright-python-executable-cmd "python3"))
228
+ )
229
+ ```
230
+
231
+ - Make sure emacs uses the environment where you have installed
232
+ `types-aiobotocore`
233
+
234
+ Type checking should now work. No explicit type annotations required, write
235
+ your `aiobotocore` code as usual.
236
+
237
+ <a id="sublime-text"></a>
238
+
239
+ ### Sublime Text
240
+
241
+ - Install `types-aiobotocore[notifications]` with services you use in your
242
+ environment:
243
+
244
+ ```bash
245
+ python -m pip install 'types-aiobotocore[notifications]'
246
+ ```
247
+
248
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
249
+
250
+ Type checking should now work. No explicit type annotations required, write
251
+ your `aiobotocore` code as usual.
252
+
253
+ <a id="other-ides"></a>
254
+
255
+ ### Other IDEs
256
+
257
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
258
+ should work.
259
+
260
+ <a id="mypy"></a>
261
+
262
+ ### mypy
263
+
264
+ - Install `mypy`: `python -m pip install mypy`
265
+ - Install `types-aiobotocore[notifications]` in your environment:
266
+
267
+ ```bash
268
+ python -m pip install 'types-aiobotocore[notifications]'
269
+ ```
270
+
271
+ Type checking should now work. No explicit type annotations required, write
272
+ your `aiobotocore` code as usual.
273
+
274
+ <a id="pyright"></a>
275
+
276
+ ### pyright
277
+
278
+ - Install `pyright`: `npm i -g pyright`
279
+ - Install `types-aiobotocore[notifications]` in your environment:
280
+
281
+ ```bash
282
+ python -m pip install 'types-aiobotocore[notifications]'
283
+ ```
284
+
285
+ Optionally, you can install `types-aiobotocore` to `typings` directory.
286
+
287
+ Type checking should now work. No explicit type annotations required, write
288
+ your `aiobotocore` code as usual.
289
+
290
+ <a id="pylint-compatibility"></a>
291
+
292
+ ### Pylint compatibility
293
+
294
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
295
+ `types-aiobotocore-notifications` dependency in production. However, there is
296
+ an issue in `pylint` that it complains about undefined variables. To fix it,
297
+ set all types to `object` in non-`TYPE_CHECKING` mode.
298
+
299
+ ```python
300
+ from typing import TYPE_CHECKING
301
+
302
+ if TYPE_CHECKING:
303
+ from types_aiobotocore_ec2 import EC2Client, EC2ServiceResource
304
+ from types_aiobotocore_ec2.waiters import BundleTaskCompleteWaiter
305
+ from types_aiobotocore_ec2.paginators import DescribeVolumesPaginator
306
+ else:
307
+ EC2Client = object
308
+ EC2ServiceResource = object
309
+ BundleTaskCompleteWaiter = object
310
+ DescribeVolumesPaginator = object
311
+
312
+ ...
313
+ ```
314
+
315
+ <a id="explicit-type-annotations"></a>
316
+
317
+ ## Explicit type annotations
318
+
319
+ <a id="client-annotations"></a>
320
+
321
+ ### Client annotations
322
+
323
+ `UserNotificationsClient` provides annotations for
324
+ `session.create_client("notifications")`.
325
+
326
+ ```python
327
+ from aiobotocore.session import get_session
328
+
329
+ from types_aiobotocore_notifications import UserNotificationsClient
330
+
331
+ session = get_session()
332
+ async with session.create_client("notifications") as client:
333
+ client: UserNotificationsClient
334
+ # now client usage is checked by mypy and IDE should provide code completion
335
+ ```
336
+
337
+ <a id="paginators-annotations"></a>
338
+
339
+ ### Paginators annotations
340
+
341
+ `types_aiobotocore_notifications.paginator` module contains type annotations
342
+ for all paginators.
343
+
344
+ ```python
345
+ from aiobotocore.session import get_session
346
+
347
+ from types_aiobotocore_notifications import UserNotificationsClient
348
+ from types_aiobotocore_notifications.paginator import (
349
+ ListChannelsPaginator,
350
+ ListEventRulesPaginator,
351
+ ListNotificationConfigurationsPaginator,
352
+ ListNotificationEventsPaginator,
353
+ ListNotificationHubsPaginator,
354
+ )
355
+
356
+ session = get_session()
357
+ async with session.create_client("notifications") as client:
358
+ client: UserNotificationsClient
359
+
360
+ # Explicit type annotations are optional here
361
+ # Types should be correctly discovered by mypy and IDEs
362
+ list_channels_paginator: ListChannelsPaginator = client.get_paginator("list_channels")
363
+ list_event_rules_paginator: ListEventRulesPaginator = client.get_paginator("list_event_rules")
364
+ list_notification_configurations_paginator: ListNotificationConfigurationsPaginator = (
365
+ client.get_paginator("list_notification_configurations")
366
+ )
367
+ list_notification_events_paginator: ListNotificationEventsPaginator = client.get_paginator(
368
+ "list_notification_events"
369
+ )
370
+ list_notification_hubs_paginator: ListNotificationHubsPaginator = client.get_paginator(
371
+ "list_notification_hubs"
372
+ )
373
+ ```
374
+
375
+ <a id="literals"></a>
376
+
377
+ ### Literals
378
+
379
+ `types_aiobotocore_notifications.literals` module contains literals extracted
380
+ from shapes that can be used in user code for type checking.
381
+
382
+ Full list of `UserNotifications` Literals can be found in
383
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_notifications/literals/).
384
+
385
+ ```python
386
+ from types_aiobotocore_notifications.literals import AggregationDurationType
387
+
388
+
389
+ def check_value(value: AggregationDurationType) -> bool: ...
390
+ ```
391
+
392
+ <a id="type-definitions"></a>
393
+
394
+ ### Type definitions
395
+
396
+ `types_aiobotocore_notifications.type_defs` module contains structures and
397
+ shapes assembled to typed dictionaries and unions for additional type checking.
398
+
399
+ Full list of `UserNotifications` TypeDefs can be found in
400
+ [docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_notifications/type_defs/).
401
+
402
+ ```python
403
+ from types_aiobotocore_notifications.type_defs import AssociateChannelRequestRequestTypeDef
404
+
405
+
406
+ def get_value() -> AssociateChannelRequestRequestTypeDef:
407
+ return {...}
408
+ ```
409
+
410
+ <a id="how-it-works"></a>
411
+
412
+ ## How it works
413
+
414
+ Fully automated
415
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
416
+ generates type annotations for each service, patiently waiting for
417
+ `aiobotocore` updates. It delivers drop-in type annotations for you and makes
418
+ sure that:
419
+
420
+ - All available `aiobotocore` services are covered.
421
+ - Each public class and method of every `aiobotocore` service gets valid type
422
+ annotations extracted from `botocore` schemas.
423
+ - Type annotations include up-to-date documentation.
424
+ - Link to documentation is provided for every method.
425
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
426
+
427
+ <a id="what's-new"></a>
428
+
429
+ ## What's new
430
+
431
+ <a id="implemented-features"></a>
432
+
433
+ ### Implemented features
434
+
435
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
436
+ libraries
437
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
438
+ compatibility
439
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
440
+ annotations for each service
441
+ - Generated `TypeDefs` for each service
442
+ - Generated `Literals` for each service
443
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
444
+ - Auto discovery of types for `session.client` and `session.resource` calls
445
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
446
+ calls
447
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
448
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
449
+
450
+ <a id="latest-changes"></a>
451
+
452
+ ### Latest changes
453
+
454
+ Builder changelog can be found in
455
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
456
+
457
+ <a id="versioning"></a>
458
+
459
+ ## Versioning
460
+
461
+ `types-aiobotocore-notifications` version is the same as related `aiobotocore`
462
+ version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
463
+ format.
464
+
465
+ <a id="thank-you"></a>
466
+
467
+ ## Thank you
468
+
469
+ - [Allie Fitter](https://github.com/alliefitter) for
470
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
471
+ this package is based on top of his work
472
+ - [black](https://github.com/psf/black) developers for an awesome formatting
473
+ tool
474
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
475
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
476
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
477
+ for us
478
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
479
+ Python
480
+
481
+ <a id="documentation"></a>
482
+
483
+ ## Documentation
484
+
485
+ All services type annotations can be found in
486
+ [aiobotocore docs](https://youtype.github.io/types_aiobotocore_docs/types_aiobotocore_notifications/)
487
+
488
+ <a id="support-and-contributing"></a>
489
+
490
+ ## Support and contributing
491
+
492
+ This package is auto-generated. Please reports any bugs or request new features
493
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
494
+ repository.