mypy-boto3-s3vectors 1.39.5__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 mypy-boto3-s3vectors might be problematic. Click here for more details.

Files changed (24) hide show
  1. mypy_boto3_s3vectors-1.39.5/LICENSE +21 -0
  2. mypy_boto3_s3vectors-1.39.5/PKG-INFO +492 -0
  3. mypy_boto3_s3vectors-1.39.5/README.md +445 -0
  4. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/__init__.py +41 -0
  5. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/__init__.pyi +40 -0
  6. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/__main__.py +43 -0
  7. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/client.py +313 -0
  8. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/client.pyi +310 -0
  9. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/literals.py +470 -0
  10. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/literals.pyi +468 -0
  11. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/paginator.py +114 -0
  12. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/paginator.pyi +104 -0
  13. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/py.typed +0 -0
  14. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/type_defs.py +362 -0
  15. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/type_defs.pyi +318 -0
  16. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors/version.py +7 -0
  17. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors.egg-info/PKG-INFO +492 -0
  18. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors.egg-info/SOURCES.txt +22 -0
  19. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors.egg-info/dependency_links.txt +1 -0
  20. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors.egg-info/not-zip-safe +1 -0
  21. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors.egg-info/requires.txt +3 -0
  22. mypy_boto3_s3vectors-1.39.5/mypy_boto3_s3vectors.egg-info/top_level.txt +1 -0
  23. mypy_boto3_s3vectors-1.39.5/setup.cfg +4 -0
  24. mypy_boto3_s3vectors-1.39.5/setup.py +54 -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,492 @@
1
+ Metadata-Version: 2.4
2
+ Name: mypy-boto3-s3vectors
3
+ Version: 1.39.5
4
+ Summary: Type annotations for boto3 S3Vectors 1.39.5 service generated with mypy-boto3-builder 8.11.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/boto3_stubs_docs/mypy_boto3_s3vectors/
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: boto3 s3vectors boto3-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: license-file
43
+ Dynamic: project-url
44
+ Dynamic: requires-dist
45
+ Dynamic: requires-python
46
+ Dynamic: summary
47
+
48
+ <a id="mypy-boto3-s3vectors"></a>
49
+
50
+ # mypy-boto3-s3vectors
51
+
52
+ [![PyPI - mypy-boto3-s3vectors](https://img.shields.io/pypi/v/mypy-boto3-s3vectors.svg?color=blue)](https://pypi.org/project/mypy-boto3-s3vectors/)
53
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-s3vectors.svg?color=blue)](https://pypi.org/project/mypy-boto3-s3vectors/)
54
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
55
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-s3vectors)](https://pypistats.org/packages/mypy-boto3-s3vectors)
56
+
57
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
+
59
+ Type annotations for [boto3 S3Vectors 1.39.5](https://pypi.org/project/boto3/)
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.11.0](https://github.com/youtype/mypy_boto3_builder).
69
+
70
+ More information can be found on
71
+ [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
72
+ [mypy-boto3-s3vectors docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3vectors/).
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
+ - [mypy-boto3-s3vectors](#mypy-boto3-s3vectors)
79
+ - [How to install](#how-to-install)
80
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
81
+ - [VSCode extension](#vscode-extension)
82
+ - [From PyPI with pip](#from-pypi-with-pip)
83
+ - [How to uninstall](#how-to-uninstall)
84
+ - [Usage](#usage)
85
+ - [VSCode](#vscode)
86
+ - [PyCharm](#pycharm)
87
+ - [Emacs](#emacs)
88
+ - [Sublime Text](#sublime-text)
89
+ - [Other IDEs](#other-ides)
90
+ - [mypy](#mypy)
91
+ - [pyright](#pyright)
92
+ - [Pylint compatibility](#pylint-compatibility)
93
+ - [Explicit type annotations](#explicit-type-annotations)
94
+ - [Client annotations](#client-annotations)
95
+ - [Paginators annotations](#paginators-annotations)
96
+ - [Literals](#literals)
97
+ - [Type definitions](#type-definitions)
98
+ - [How it works](#how-it-works)
99
+ - [What's new](#what's-new)
100
+ - [Implemented features](#implemented-features)
101
+ - [Latest changes](#latest-changes)
102
+ - [Versioning](#versioning)
103
+ - [Thank you](#thank-you)
104
+ - [Documentation](#documentation)
105
+ - [Support and contributing](#support-and-contributing)
106
+
107
+ <a id="how-to-install"></a>
108
+
109
+ ## How to install
110
+
111
+ <a id="generate-locally-(recommended)"></a>
112
+
113
+ ### Generate locally (recommended)
114
+
115
+ You can generate type annotations for `boto3` package locally with
116
+ `mypy-boto3-builder`. Use
117
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
118
+ isolation.
119
+
120
+ 1. Run mypy-boto3-builder in your package root directory:
121
+ `uvx --with 'boto3==1.39.5' mypy-boto3-builder`
122
+ 2. Select `boto3-stubs` AWS SDK.
123
+ 3. Add `S3Vectors` service.
124
+ 4. Use provided commands to install generated packages.
125
+
126
+ <a id="vscode-extension"></a>
127
+
128
+ ### VSCode extension
129
+
130
+ Add
131
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
132
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
133
+
134
+ Click `Modify` and select `boto3 common` and `S3Vectors`.
135
+
136
+ <a id="from-pypi-with-pip"></a>
137
+
138
+ ### From PyPI with pip
139
+
140
+ Install `boto3-stubs` for `S3Vectors` service.
141
+
142
+ ```bash
143
+ # install with boto3 type annotations
144
+ python -m pip install 'boto3-stubs[s3vectors]'
145
+
146
+ # Lite version does not provide session.client/resource overloads
147
+ # it is more RAM-friendly, but requires explicit type annotations
148
+ python -m pip install 'boto3-stubs-lite[s3vectors]'
149
+
150
+ # standalone installation
151
+ python -m pip install mypy-boto3-s3vectors
152
+ ```
153
+
154
+ <a id="how-to-uninstall"></a>
155
+
156
+ ## How to uninstall
157
+
158
+ ```bash
159
+ python -m pip uninstall -y mypy-boto3-s3vectors
160
+ ```
161
+
162
+ <a id="usage"></a>
163
+
164
+ ## Usage
165
+
166
+ <a id="vscode"></a>
167
+
168
+ ### VSCode
169
+
170
+ - Install
171
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
172
+ - Install
173
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
174
+ - Set `Pylance` as your Python Language Server
175
+ - Install `boto3-stubs[s3vectors]` in your environment:
176
+
177
+ ```bash
178
+ python -m pip install 'boto3-stubs[s3vectors]'
179
+ ```
180
+
181
+ Both type checking and code completion should now work. No explicit type
182
+ annotations required, write your `boto3` code as usual.
183
+
184
+ <a id="pycharm"></a>
185
+
186
+ ### PyCharm
187
+
188
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
189
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
190
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
191
+ > the issue is resolved.
192
+
193
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
194
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
195
+ > [pyright](https://github.com/microsoft/pyright) instead.
196
+
197
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
198
+ > `boto3-stubs` with
199
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
200
+
201
+ ```bash
202
+ pip uninstall boto3-stubs
203
+ pip install boto3-stubs-lite
204
+ ```
205
+
206
+ Install `boto3-stubs[s3vectors]` in your environment:
207
+
208
+ ```bash
209
+ python -m pip install 'boto3-stubs[s3vectors]'
210
+ ```
211
+
212
+ Both type checking and code completion should now work.
213
+
214
+ <a id="emacs"></a>
215
+
216
+ ### Emacs
217
+
218
+ - Install `boto3-stubs` with services you use in your environment:
219
+
220
+ ```bash
221
+ python -m pip install 'boto3-stubs[s3vectors]'
222
+ ```
223
+
224
+ - Install [use-package](https://github.com/jwiegley/use-package),
225
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
226
+ [company](https://github.com/company-mode/company-mode) and
227
+ [flycheck](https://github.com/flycheck/flycheck) packages
228
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
229
+
230
+ ```elisp
231
+ (use-package lsp-pyright
232
+ :ensure t
233
+ :hook (python-mode . (lambda ()
234
+ (require 'lsp-pyright)
235
+ (lsp))) ; or lsp-deferred
236
+ :init (when (executable-find "python3")
237
+ (setq lsp-pyright-python-executable-cmd "python3"))
238
+ )
239
+ ```
240
+
241
+ - Make sure emacs uses the environment where you have installed `boto3-stubs`
242
+
243
+ Type checking should now work. No explicit type annotations required, write
244
+ your `boto3` code as usual.
245
+
246
+ <a id="sublime-text"></a>
247
+
248
+ ### Sublime Text
249
+
250
+ - Install `boto3-stubs[s3vectors]` with services you use in your environment:
251
+
252
+ ```bash
253
+ python -m pip install 'boto3-stubs[s3vectors]'
254
+ ```
255
+
256
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
257
+
258
+ Type checking should now work. No explicit type annotations required, write
259
+ your `boto3` code as usual.
260
+
261
+ <a id="other-ides"></a>
262
+
263
+ ### Other IDEs
264
+
265
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
266
+ should work.
267
+
268
+ <a id="mypy"></a>
269
+
270
+ ### mypy
271
+
272
+ - Install `mypy`: `python -m pip install mypy`
273
+ - Install `boto3-stubs[s3vectors]` in your environment:
274
+
275
+ ```bash
276
+ python -m pip install 'boto3-stubs[s3vectors]'
277
+ ```
278
+
279
+ Type checking should now work. No explicit type annotations required, write
280
+ your `boto3` code as usual.
281
+
282
+ <a id="pyright"></a>
283
+
284
+ ### pyright
285
+
286
+ - Install `pyright`: `npm i -g pyright`
287
+ - Install `boto3-stubs[s3vectors]` in your environment:
288
+
289
+ ```bash
290
+ python -m pip install 'boto3-stubs[s3vectors]'
291
+ ```
292
+
293
+ Optionally, you can install `boto3-stubs` to `typings` directory.
294
+
295
+ Type checking should now work. No explicit type annotations required, write
296
+ your `boto3` code as usual.
297
+
298
+ <a id="pylint-compatibility"></a>
299
+
300
+ ### Pylint compatibility
301
+
302
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
303
+ `mypy-boto3-s3vectors` dependency in production. However, there is an issue in
304
+ `pylint` that it complains about undefined variables. To fix it, set all types
305
+ to `object` in non-`TYPE_CHECKING` mode.
306
+
307
+ ```python
308
+ from typing import TYPE_CHECKING
309
+
310
+ if TYPE_CHECKING:
311
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
312
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
313
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
314
+ else:
315
+ EC2Client = object
316
+ EC2ServiceResource = object
317
+ BundleTaskCompleteWaiter = object
318
+ DescribeVolumesPaginator = object
319
+
320
+ ...
321
+ ```
322
+
323
+ <a id="explicit-type-annotations"></a>
324
+
325
+ ## Explicit type annotations
326
+
327
+ <a id="client-annotations"></a>
328
+
329
+ ### Client annotations
330
+
331
+ `S3VectorsClient` provides annotations for `boto3.client("s3vectors")`.
332
+
333
+ ```python
334
+ from boto3.session import Session
335
+
336
+ from mypy_boto3_s3vectors import S3VectorsClient
337
+
338
+ client: S3VectorsClient = Session().client("s3vectors")
339
+
340
+ # now client usage is checked by mypy and IDE should provide code completion
341
+ ```
342
+
343
+ <a id="paginators-annotations"></a>
344
+
345
+ ### Paginators annotations
346
+
347
+ `mypy_boto3_s3vectors.paginator` module contains type annotations for all
348
+ paginators.
349
+
350
+ ```python
351
+ from boto3.session import Session
352
+
353
+ from mypy_boto3_s3vectors import S3VectorsClient
354
+ from mypy_boto3_s3vectors.paginator import (
355
+ ListIndexesPaginator,
356
+ ListVectorBucketsPaginator,
357
+ ListVectorsPaginator,
358
+ )
359
+
360
+ client: S3VectorsClient = Session().client("s3vectors")
361
+
362
+ # Explicit type annotations are optional here
363
+ # Types should be correctly discovered by mypy and IDEs
364
+ list_indexes_paginator: ListIndexesPaginator = client.get_paginator("list_indexes")
365
+ list_vector_buckets_paginator: ListVectorBucketsPaginator = client.get_paginator(
366
+ "list_vector_buckets"
367
+ )
368
+ list_vectors_paginator: ListVectorsPaginator = client.get_paginator("list_vectors")
369
+ ```
370
+
371
+ <a id="literals"></a>
372
+
373
+ ### Literals
374
+
375
+ `mypy_boto3_s3vectors.literals` module contains literals extracted from shapes
376
+ that can be used in user code for type checking.
377
+
378
+ Full list of `S3Vectors` Literals can be found in
379
+ [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3vectors/literals/).
380
+
381
+ ```python
382
+ from mypy_boto3_s3vectors.literals import DataTypeType
383
+
384
+
385
+ def check_value(value: DataTypeType) -> bool: ...
386
+ ```
387
+
388
+ <a id="type-definitions"></a>
389
+
390
+ ### Type definitions
391
+
392
+ `mypy_boto3_s3vectors.type_defs` module contains structures and shapes
393
+ assembled to typed dictionaries and unions for additional type checking.
394
+
395
+ Full list of `S3Vectors` TypeDefs can be found in
396
+ [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3vectors/type_defs/).
397
+
398
+ ```python
399
+ # TypedDict usage example
400
+ from mypy_boto3_s3vectors.type_defs import EncryptionConfigurationTypeDef
401
+
402
+
403
+ def get_value() -> EncryptionConfigurationTypeDef:
404
+ return {
405
+ "sseType": ...,
406
+ }
407
+ ```
408
+
409
+ <a id="how-it-works"></a>
410
+
411
+ ## How it works
412
+
413
+ Fully automated
414
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
415
+ generates type annotations for each service, patiently waiting for `boto3`
416
+ updates. It delivers drop-in type annotations for you and makes sure that:
417
+
418
+ - All available `boto3` services are covered.
419
+ - Each public class and method of every `boto3` service gets valid type
420
+ annotations extracted from `botocore` schemas.
421
+ - Type annotations include up-to-date documentation.
422
+ - Link to documentation is provided for every method.
423
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
424
+
425
+ <a id="what's-new"></a>
426
+
427
+ ## What's new
428
+
429
+ <a id="implemented-features"></a>
430
+
431
+ ### Implemented features
432
+
433
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
434
+ libraries
435
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
436
+ compatibility
437
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
438
+ annotations for each service
439
+ - Generated `TypeDefs` for each service
440
+ - Generated `Literals` for each service
441
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
442
+ - Auto discovery of types for `session.client` and `session.resource` calls
443
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
444
+ calls
445
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
446
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
447
+
448
+ <a id="latest-changes"></a>
449
+
450
+ ### Latest changes
451
+
452
+ Builder changelog can be found in
453
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
454
+
455
+ <a id="versioning"></a>
456
+
457
+ ## Versioning
458
+
459
+ `mypy-boto3-s3vectors` version is the same as related `boto3` version and
460
+ follows
461
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
462
+
463
+ <a id="thank-you"></a>
464
+
465
+ ## Thank you
466
+
467
+ - [Allie Fitter](https://github.com/alliefitter) for
468
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
469
+ this package is based on top of his work
470
+ - [black](https://github.com/psf/black) developers for an awesome formatting
471
+ tool
472
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
473
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
474
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
475
+ for us
476
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
477
+ Python
478
+
479
+ <a id="documentation"></a>
480
+
481
+ ## Documentation
482
+
483
+ All services type annotations can be found in
484
+ [boto3 docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3vectors/)
485
+
486
+ <a id="support-and-contributing"></a>
487
+
488
+ ## Support and contributing
489
+
490
+ This package is auto-generated. Please reports any bugs or request new features
491
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
492
+ repository.