types-boto3 1.39.4__py3-none-any.whl → 1.39.6__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
- {types_boto3-1.39.4.dist-info → types_boto3-1.39.6.dist-info}/METADATA +13 -7
- {types_boto3-1.39.4.dist-info → types_boto3-1.39.6.dist-info}/RECORD +7 -7
- {types_boto3-1.39.4.dist-info → types_boto3-1.39.6.dist-info}/WHEEL +0 -0
- {types_boto3-1.39.4.dist-info → types_boto3-1.39.6.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.39.4.dist-info → types_boto3-1.39.6.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -363,6 +363,7 @@ from types_boto3_s3.service_resource import S3ServiceResource
|
|
363
363
|
from types_boto3_s3control.client import S3ControlClient
|
364
364
|
from types_boto3_s3outposts.client import S3OutpostsClient
|
365
365
|
from types_boto3_s3tables.client import S3TablesClient
|
366
|
+
from types_boto3_s3vectors.client import S3VectorsClient
|
366
367
|
from types_boto3_sagemaker.client import SageMakerClient
|
367
368
|
from types_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
|
368
369
|
from types_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
|
@@ -6497,6 +6498,24 @@ def client(
|
|
6497
6498
|
Create client for S3Tables service.
|
6498
6499
|
"""
|
6499
6500
|
|
6501
|
+
@overload
|
6502
|
+
def client(
|
6503
|
+
service_name: Literal["s3vectors"],
|
6504
|
+
region_name: str | None = ...,
|
6505
|
+
api_version: str | None = ...,
|
6506
|
+
use_ssl: bool | None = ...,
|
6507
|
+
verify: bool | str | None = ...,
|
6508
|
+
endpoint_url: str | None = ...,
|
6509
|
+
aws_access_key_id: str | None = ...,
|
6510
|
+
aws_secret_access_key: str | None = ...,
|
6511
|
+
aws_session_token: str | None = ...,
|
6512
|
+
config: Config | None = ...,
|
6513
|
+
aws_account_id: str | None = ...,
|
6514
|
+
) -> S3VectorsClient:
|
6515
|
+
"""
|
6516
|
+
Create client for S3Vectors service.
|
6517
|
+
"""
|
6518
|
+
|
6500
6519
|
@overload
|
6501
6520
|
def client(
|
6502
6521
|
service_name: Literal["sagemaker"],
|
boto3-stubs/session.pyi
CHANGED
@@ -369,6 +369,7 @@ from types_boto3_s3.service_resource import S3ServiceResource
|
|
369
369
|
from types_boto3_s3control.client import S3ControlClient
|
370
370
|
from types_boto3_s3outposts.client import S3OutpostsClient
|
371
371
|
from types_boto3_s3tables.client import S3TablesClient
|
372
|
+
from types_boto3_s3vectors.client import S3VectorsClient
|
372
373
|
from types_boto3_sagemaker.client import SageMakerClient
|
373
374
|
from types_boto3_sagemaker_a2i_runtime.client import AugmentedAIRuntimeClient
|
374
375
|
from types_boto3_sagemaker_edge.client import SagemakerEdgeManagerClient
|
@@ -6852,6 +6853,25 @@ class Session:
|
|
6852
6853
|
Create client for S3Tables service.
|
6853
6854
|
"""
|
6854
6855
|
|
6856
|
+
@overload
|
6857
|
+
def client(
|
6858
|
+
self,
|
6859
|
+
service_name: Literal["s3vectors"],
|
6860
|
+
region_name: str | None = ...,
|
6861
|
+
api_version: str | None = ...,
|
6862
|
+
use_ssl: bool | None = ...,
|
6863
|
+
verify: bool | str | None = ...,
|
6864
|
+
endpoint_url: str | None = ...,
|
6865
|
+
aws_access_key_id: str | None = ...,
|
6866
|
+
aws_secret_access_key: str | None = ...,
|
6867
|
+
aws_session_token: str | None = ...,
|
6868
|
+
config: Config | None = ...,
|
6869
|
+
aws_account_id: str | None = ...,
|
6870
|
+
) -> S3VectorsClient:
|
6871
|
+
"""
|
6872
|
+
Create client for S3Vectors service.
|
6873
|
+
"""
|
6874
|
+
|
6855
6875
|
@overload
|
6856
6876
|
def client(
|
6857
6877
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: types-boto3
|
3
|
-
Version: 1.39.
|
4
|
-
Summary: Type annotations for boto3 1.39.
|
3
|
+
Version: 1.39.6
|
4
|
+
Summary: Type annotations for boto3 1.39.6 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: types-boto3-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.6; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.40.0,>=1.39.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.40.0,>=1.39.0; extra == "all"
|
@@ -373,6 +373,7 @@ Requires-Dist: types-boto3-s3<1.40.0,>=1.39.0; extra == "all"
|
|
373
373
|
Requires-Dist: types-boto3-s3control<1.40.0,>=1.39.0; extra == "all"
|
374
374
|
Requires-Dist: types-boto3-s3outposts<1.40.0,>=1.39.0; extra == "all"
|
375
375
|
Requires-Dist: types-boto3-s3tables<1.40.0,>=1.39.0; extra == "all"
|
376
|
+
Requires-Dist: types-boto3-s3vectors<1.40.0,>=1.39.0; extra == "all"
|
376
377
|
Requires-Dist: types-boto3-sagemaker<1.40.0,>=1.39.0; extra == "all"
|
377
378
|
Requires-Dist: types-boto3-sagemaker-a2i-runtime<1.40.0,>=1.39.0; extra == "all"
|
378
379
|
Requires-Dist: types-boto3-sagemaker-edge<1.40.0,>=1.39.0; extra == "all"
|
@@ -1125,6 +1126,8 @@ Provides-Extra: s3outposts
|
|
1125
1126
|
Requires-Dist: types-boto3-s3outposts<1.40.0,>=1.39.0; extra == "s3outposts"
|
1126
1127
|
Provides-Extra: s3tables
|
1127
1128
|
Requires-Dist: types-boto3-s3tables<1.40.0,>=1.39.0; extra == "s3tables"
|
1129
|
+
Provides-Extra: s3vectors
|
1130
|
+
Requires-Dist: types-boto3-s3vectors<1.40.0,>=1.39.0; extra == "s3vectors"
|
1128
1131
|
Provides-Extra: sagemaker
|
1129
1132
|
Requires-Dist: types-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.6](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/),
|
@@ -1357,7 +1360,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1357
1360
|
isolation.
|
1358
1361
|
|
1359
1362
|
1. Run mypy-boto3-builder in your package root directory:
|
1360
|
-
`uvx --with 'boto3==1.39.
|
1363
|
+
`uvx --with 'boto3==1.39.6' mypy-boto3-builder`
|
1361
1364
|
2. Select `boto3` AWS SDK.
|
1362
1365
|
3. Select services you use in the current project.
|
1363
1366
|
4. Use provided commands to install generated packages.
|
@@ -1685,9 +1688,9 @@ repository.
|
|
1685
1688
|
|
1686
1689
|
## Submodules
|
1687
1690
|
|
1688
|
-
- `types-boto3[full]` - Type annotations for all
|
1691
|
+
- `types-boto3[full]` - Type annotations for all 410 services in one package
|
1689
1692
|
(recommended).
|
1690
|
-
- `types-boto3[all]` - Type annotations for all
|
1693
|
+
- `types-boto3[all]` - Type annotations for all 410 services in separate
|
1691
1694
|
packages.
|
1692
1695
|
- `types-boto3[essential]` - Type annotations for
|
1693
1696
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2673,6 +2676,9 @@ repository.
|
|
2673
2676
|
- `types-boto3[s3tables]` - Type annotations for
|
2674
2677
|
[S3Tables](https://youtype.github.io/types_boto3_docs/types_boto3_s3tables/)
|
2675
2678
|
service.
|
2679
|
+
- `types-boto3[s3vectors]` - Type annotations for
|
2680
|
+
[S3Vectors](https://youtype.github.io/types_boto3_docs/types_boto3_s3vectors/)
|
2681
|
+
service.
|
2676
2682
|
- `types-boto3[sagemaker]` - Type annotations for
|
2677
2683
|
[SageMaker](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker/)
|
2678
2684
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=Cm5W1k8O2pAN3Qn3kfTXdb-iKTqmEDdAuzBDx4fpenA,249218
|
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=8fEuvciOExeJ57aqcmBh1gQboYgZObtUL73lnTk4ydk,284765
|
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
|
-
types_boto3-1.39.
|
42
|
-
types_boto3-1.39.
|
43
|
-
types_boto3-1.39.
|
44
|
-
types_boto3-1.39.
|
45
|
-
types_boto3-1.39.
|
41
|
+
types_boto3-1.39.6.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.39.6.dist-info/METADATA,sha256=eU7eUbZ4RgHlQKDcAwnLIhDmxFj6U2cstGC8xVRSYqk,151839
|
43
|
+
types_boto3-1.39.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
types_boto3-1.39.6.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.39.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|