boto3-stubs 1.39.3__py3-none-any.whl → 1.39.5__py3-none-any.whl
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.
- boto3-stubs/__init__.pyi +19 -0
- boto3-stubs/session.pyi +20 -0
- {boto3_stubs-1.39.3.dist-info → boto3_stubs-1.39.5.dist-info}/METADATA +13 -7
- {boto3_stubs-1.39.3.dist-info → boto3_stubs-1.39.5.dist-info}/RECORD +7 -7
- {boto3_stubs-1.39.3.dist-info → boto3_stubs-1.39.5.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.39.3.dist-info → boto3_stubs-1.39.5.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.39.3.dist-info → boto3_stubs-1.39.5.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -361,6 +361,7 @@ from mypy_boto3_s3.service_resource import S3ServiceResource
|
|
361
361
|
from mypy_boto3_s3control.client import S3ControlClient
|
362
362
|
from mypy_boto3_s3outposts.client import S3OutpostsClient
|
363
363
|
from mypy_boto3_s3tables.client import S3TablesClient
|
364
|
+
from mypy_boto3_s3vectors.client import S3VectorsClient
|
364
365
|
from mypy_boto3_sagemaker.client import SageMakerClient
|
365
366
|
from mypy_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
|
366
367
|
from mypy_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
|
@@ -6495,6 +6496,24 @@ def client(
|
|
6495
6496
|
Create client for S3Tables service.
|
6496
6497
|
"""
|
6497
6498
|
|
6499
|
+
@overload
|
6500
|
+
def client(
|
6501
|
+
service_name: Literal["s3vectors"],
|
6502
|
+
region_name: str | None = ...,
|
6503
|
+
api_version: str | None = ...,
|
6504
|
+
use_ssl: bool | None = ...,
|
6505
|
+
verify: bool | str | None = ...,
|
6506
|
+
endpoint_url: str | None = ...,
|
6507
|
+
aws_access_key_id: str | None = ...,
|
6508
|
+
aws_secret_access_key: str | None = ...,
|
6509
|
+
aws_session_token: str | None = ...,
|
6510
|
+
config: Config | None = ...,
|
6511
|
+
aws_account_id: str | None = ...,
|
6512
|
+
) -> S3VectorsClient:
|
6513
|
+
"""
|
6514
|
+
Create client for S3Vectors service.
|
6515
|
+
"""
|
6516
|
+
|
6498
6517
|
@overload
|
6499
6518
|
def client(
|
6500
6519
|
service_name: Literal["sagemaker"],
|
boto3-stubs/session.pyi
CHANGED
@@ -367,6 +367,7 @@ from mypy_boto3_s3.service_resource import S3ServiceResource
|
|
367
367
|
from mypy_boto3_s3control.client import S3ControlClient
|
368
368
|
from mypy_boto3_s3outposts.client import S3OutpostsClient
|
369
369
|
from mypy_boto3_s3tables.client import S3TablesClient
|
370
|
+
from mypy_boto3_s3vectors.client import S3VectorsClient
|
370
371
|
from mypy_boto3_sagemaker.client import SageMakerClient
|
371
372
|
from mypy_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
|
372
373
|
from mypy_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
|
@@ -6850,6 +6851,25 @@ class Session:
|
|
6850
6851
|
Create client for S3Tables service.
|
6851
6852
|
"""
|
6852
6853
|
|
6854
|
+
@overload
|
6855
|
+
def client(
|
6856
|
+
self,
|
6857
|
+
service_name: Literal["s3vectors"],
|
6858
|
+
region_name: str | None = ...,
|
6859
|
+
api_version: str | None = ...,
|
6860
|
+
use_ssl: bool | None = ...,
|
6861
|
+
verify: bool | str | None = ...,
|
6862
|
+
endpoint_url: str | None = ...,
|
6863
|
+
aws_access_key_id: str | None = ...,
|
6864
|
+
aws_secret_access_key: str | None = ...,
|
6865
|
+
aws_session_token: str | None = ...,
|
6866
|
+
config: Config | None = ...,
|
6867
|
+
aws_account_id: str | None = ...,
|
6868
|
+
) -> S3VectorsClient:
|
6869
|
+
"""
|
6870
|
+
Create client for S3Vectors service.
|
6871
|
+
"""
|
6872
|
+
|
6853
6873
|
@overload
|
6854
6874
|
def client(
|
6855
6875
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.39.
|
4
|
-
Summary: Type annotations for boto3 1.39.
|
3
|
+
Version: 1.39.5
|
4
|
+
Summary: Type annotations for boto3 1.39.5 generated with mypy-boto3-builder 8.11.0
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
6
6
|
Author: Vlad Emelianov
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
36
36
|
Provides-Extra: full
|
37
37
|
Requires-Dist: boto3-stubs-full<1.40.0,>=1.39.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.39.
|
39
|
+
Requires-Dist: boto3==1.39.5; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.40.0,>=1.39.0; extra == "all"
|
42
42
|
Requires-Dist: mypy-boto3-account<1.40.0,>=1.39.0; extra == "all"
|
@@ -373,6 +373,7 @@ Requires-Dist: mypy-boto3-s3<1.40.0,>=1.39.0; extra == "all"
|
|
373
373
|
Requires-Dist: mypy-boto3-s3control<1.40.0,>=1.39.0; extra == "all"
|
374
374
|
Requires-Dist: mypy-boto3-s3outposts<1.40.0,>=1.39.0; extra == "all"
|
375
375
|
Requires-Dist: mypy-boto3-s3tables<1.40.0,>=1.39.0; extra == "all"
|
376
|
+
Requires-Dist: mypy-boto3-s3vectors<1.40.0,>=1.39.0; extra == "all"
|
376
377
|
Requires-Dist: mypy-boto3-sagemaker<1.40.0,>=1.39.0; extra == "all"
|
377
378
|
Requires-Dist: mypy-boto3-sagemaker-a2i-runtime<1.40.0,>=1.39.0; extra == "all"
|
378
379
|
Requires-Dist: mypy-boto3-sagemaker-edge<1.40.0,>=1.39.0; extra == "all"
|
@@ -1125,6 +1126,8 @@ Provides-Extra: s3outposts
|
|
1125
1126
|
Requires-Dist: mypy-boto3-s3outposts<1.40.0,>=1.39.0; extra == "s3outposts"
|
1126
1127
|
Provides-Extra: s3tables
|
1127
1128
|
Requires-Dist: mypy-boto3-s3tables<1.40.0,>=1.39.0; extra == "s3tables"
|
1129
|
+
Provides-Extra: s3vectors
|
1130
|
+
Requires-Dist: mypy-boto3-s3vectors<1.40.0,>=1.39.0; extra == "s3vectors"
|
1128
1131
|
Provides-Extra: sagemaker
|
1129
1132
|
Requires-Dist: mypy-boto3-sagemaker<1.40.0,>=1.39.0; extra == "sagemaker"
|
1130
1133
|
Provides-Extra: sagemaker-a2i-runtime
|
@@ -1299,7 +1302,7 @@ Dynamic: summary
|
|
1299
1302
|
|
1300
1303
|

|
1301
1304
|
|
1302
|
-
Type annotations for [boto3 1.39.
|
1305
|
+
Type annotations for [boto3 1.39.5](https://pypi.org/project/boto3/) compatible
|
1303
1306
|
with [VSCode](https://code.visualstudio.com/),
|
1304
1307
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1305
1308
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1358,7 +1361,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1358
1361
|
isolation.
|
1359
1362
|
|
1360
1363
|
1. Run mypy-boto3-builder in your package root directory:
|
1361
|
-
`uvx --with 'boto3==1.39.
|
1364
|
+
`uvx --with 'boto3==1.39.5' mypy-boto3-builder`
|
1362
1365
|
2. Select `boto3-stubs` AWS SDK.
|
1363
1366
|
3. Select services you use in the current project.
|
1364
1367
|
4. Use provided commands to install generated packages.
|
@@ -1710,9 +1713,9 @@ repository.
|
|
1710
1713
|
|
1711
1714
|
## Submodules
|
1712
1715
|
|
1713
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1716
|
+
- `boto3-stubs[full]` - Type annotations for all 410 services in one package
|
1714
1717
|
(recommended).
|
1715
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1718
|
+
- `boto3-stubs[all]` - Type annotations for all 410 services in separate
|
1716
1719
|
packages.
|
1717
1720
|
- `boto3-stubs[essential]` - Type annotations for
|
1718
1721
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2698,6 +2701,9 @@ repository.
|
|
2698
2701
|
- `boto3-stubs[s3tables]` - Type annotations for
|
2699
2702
|
[S3Tables](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/)
|
2700
2703
|
service.
|
2704
|
+
- `boto3-stubs[s3vectors]` - Type annotations for
|
2705
|
+
[S3Vectors](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3vectors/)
|
2706
|
+
service.
|
2701
2707
|
- `boto3-stubs[sagemaker]` - Type annotations for
|
2702
2708
|
[SageMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
|
2703
2709
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=k83mjj_0gWIpsgsnM8ryDeWbhY-yRpPOonnh_VlMiHo,248789
|
2
2
|
boto3-stubs/compat.pyi,sha256=PWrZhB_PeAhGJaNV3a5OXYy1k5QRa-Jm2Qt3SsVutWY,278
|
3
3
|
boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=iLZLn1MlsXIK_ui1Z7ii5iIja-X1bVf39qPHED-xx-Q,284336
|
7
7
|
boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
|
9
9
|
boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
boto3_stubs-1.39.
|
42
|
-
boto3_stubs-1.39.
|
43
|
-
boto3_stubs-1.39.
|
44
|
-
boto3_stubs-1.39.
|
45
|
-
boto3_stubs-1.39.
|
41
|
+
boto3_stubs-1.39.5.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.39.5.dist-info/METADATA,sha256=gnbaElhLHzFmzKcrMUtixhgRMeQtwbvtfq8EMT-SNck,151144
|
43
|
+
boto3_stubs-1.39.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
boto3_stubs-1.39.5.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.39.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|