boto3-stubs 1.40.55__py3-none-any.whl → 1.40.57__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.40.55.dist-info → boto3_stubs-1.40.57.dist-info}/METADATA +13 -7
- {boto3_stubs-1.40.55.dist-info → boto3_stubs-1.40.57.dist-info}/RECORD +7 -7
- {boto3_stubs-1.40.55.dist-info → boto3_stubs-1.40.57.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.40.55.dist-info → boto3_stubs-1.40.57.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.40.55.dist-info → boto3_stubs-1.40.57.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
|
@@ -361,6 +361,7 @@ from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadines
|
|
|
361
361
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
362
362
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
363
363
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
364
|
+
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
364
365
|
from mypy_boto3_rum.client import CloudWatchRUMClient
|
|
365
366
|
from mypy_boto3_s3.client import S3Client
|
|
366
367
|
from mypy_boto3_s3.service_resource import S3ServiceResource
|
|
@@ -6465,6 +6466,24 @@ def client(
|
|
|
6465
6466
|
Create client for Route53Resolver service.
|
|
6466
6467
|
"""
|
|
6467
6468
|
|
|
6469
|
+
@overload
|
|
6470
|
+
def client(
|
|
6471
|
+
service_name: Literal["rtbfabric"],
|
|
6472
|
+
region_name: str | None = ...,
|
|
6473
|
+
api_version: str | None = ...,
|
|
6474
|
+
use_ssl: bool | None = ...,
|
|
6475
|
+
verify: bool | str | None = ...,
|
|
6476
|
+
endpoint_url: str | None = ...,
|
|
6477
|
+
aws_access_key_id: str | None = ...,
|
|
6478
|
+
aws_secret_access_key: str | None = ...,
|
|
6479
|
+
aws_session_token: str | None = ...,
|
|
6480
|
+
config: Config | None = ...,
|
|
6481
|
+
aws_account_id: str | None = ...,
|
|
6482
|
+
) -> RTBFabricClient:
|
|
6483
|
+
"""
|
|
6484
|
+
Create client for RTBFabric service.
|
|
6485
|
+
"""
|
|
6486
|
+
|
|
6468
6487
|
@overload
|
|
6469
6488
|
def client(
|
|
6470
6489
|
service_name: Literal["rum"],
|
boto3-stubs/session.pyi
CHANGED
|
@@ -367,6 +367,7 @@ from mypy_boto3_route53_recovery_readiness.client import Route53RecoveryReadines
|
|
|
367
367
|
from mypy_boto3_route53domains.client import Route53DomainsClient
|
|
368
368
|
from mypy_boto3_route53profiles.client import Route53ProfilesClient
|
|
369
369
|
from mypy_boto3_route53resolver.client import Route53ResolverClient
|
|
370
|
+
from mypy_boto3_rtbfabric.client import RTBFabricClient
|
|
370
371
|
from mypy_boto3_rum.client import CloudWatchRUMClient
|
|
371
372
|
from mypy_boto3_s3.client import S3Client
|
|
372
373
|
from mypy_boto3_s3.service_resource import S3ServiceResource
|
|
@@ -6818,6 +6819,25 @@ class Session:
|
|
|
6818
6819
|
Create client for Route53Resolver service.
|
|
6819
6820
|
"""
|
|
6820
6821
|
|
|
6822
|
+
@overload
|
|
6823
|
+
def client(
|
|
6824
|
+
self,
|
|
6825
|
+
service_name: Literal["rtbfabric"],
|
|
6826
|
+
region_name: str | None = ...,
|
|
6827
|
+
api_version: str | None = ...,
|
|
6828
|
+
use_ssl: bool | None = ...,
|
|
6829
|
+
verify: bool | str | None = ...,
|
|
6830
|
+
endpoint_url: str | None = ...,
|
|
6831
|
+
aws_access_key_id: str | None = ...,
|
|
6832
|
+
aws_secret_access_key: str | None = ...,
|
|
6833
|
+
aws_session_token: str | None = ...,
|
|
6834
|
+
config: Config | None = ...,
|
|
6835
|
+
aws_account_id: str | None = ...,
|
|
6836
|
+
) -> RTBFabricClient:
|
|
6837
|
+
"""
|
|
6838
|
+
Create client for RTBFabric service.
|
|
6839
|
+
"""
|
|
6840
|
+
|
|
6821
6841
|
@overload
|
|
6822
6842
|
def client(
|
|
6823
6843
|
self,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: boto3-stubs
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 1.40.
|
|
3
|
+
Version: 1.40.57
|
|
4
|
+
Summary: Type annotations for boto3 1.40.57 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.41.0,>=1.40.0; extra == "full"
|
|
38
38
|
Provides-Extra: boto3
|
|
39
|
-
Requires-Dist: boto3==1.40.
|
|
39
|
+
Requires-Dist: boto3==1.40.57; extra == "boto3"
|
|
40
40
|
Provides-Extra: all
|
|
41
41
|
Requires-Dist: mypy-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
|
42
42
|
Requires-Dist: mypy-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -371,6 +371,7 @@ Requires-Dist: mypy-boto3-route53-recovery-readiness<1.41.0,>=1.40.0; extra == "
|
|
|
371
371
|
Requires-Dist: mypy-boto3-route53domains<1.41.0,>=1.40.0; extra == "all"
|
|
372
372
|
Requires-Dist: mypy-boto3-route53profiles<1.41.0,>=1.40.0; extra == "all"
|
|
373
373
|
Requires-Dist: mypy-boto3-route53resolver<1.41.0,>=1.40.0; extra == "all"
|
|
374
|
+
Requires-Dist: mypy-boto3-rtbfabric<1.41.0,>=1.40.0; extra == "all"
|
|
374
375
|
Requires-Dist: mypy-boto3-rum<1.41.0,>=1.40.0; extra == "all"
|
|
375
376
|
Requires-Dist: mypy-boto3-s3<1.41.0,>=1.40.0; extra == "all"
|
|
376
377
|
Requires-Dist: mypy-boto3-s3control<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -1124,6 +1125,8 @@ Provides-Extra: route53profiles
|
|
|
1124
1125
|
Requires-Dist: mypy-boto3-route53profiles<1.41.0,>=1.40.0; extra == "route53profiles"
|
|
1125
1126
|
Provides-Extra: route53resolver
|
|
1126
1127
|
Requires-Dist: mypy-boto3-route53resolver<1.41.0,>=1.40.0; extra == "route53resolver"
|
|
1128
|
+
Provides-Extra: rtbfabric
|
|
1129
|
+
Requires-Dist: mypy-boto3-rtbfabric<1.41.0,>=1.40.0; extra == "rtbfabric"
|
|
1127
1130
|
Provides-Extra: rum
|
|
1128
1131
|
Requires-Dist: mypy-boto3-rum<1.41.0,>=1.40.0; extra == "rum"
|
|
1129
1132
|
Provides-Extra: s3
|
|
@@ -1308,7 +1311,7 @@ Dynamic: summary
|
|
|
1308
1311
|
|
|
1309
1312
|

|
|
1310
1313
|
|
|
1311
|
-
Type annotations for [boto3 1.40.
|
|
1314
|
+
Type annotations for [boto3 1.40.57](https://pypi.org/project/boto3/)
|
|
1312
1315
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1313
1316
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1314
1317
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -1367,7 +1370,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1367
1370
|
isolation.
|
|
1368
1371
|
|
|
1369
1372
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1370
|
-
`uvx --with 'boto3==1.40.
|
|
1373
|
+
`uvx --with 'boto3==1.40.57' mypy-boto3-builder`
|
|
1371
1374
|
2. Select `boto3-stubs` AWS SDK.
|
|
1372
1375
|
3. Select services you use in the current project.
|
|
1373
1376
|
4. Use provided commands to install generated packages.
|
|
@@ -1719,9 +1722,9 @@ repository.
|
|
|
1719
1722
|
|
|
1720
1723
|
## Submodules
|
|
1721
1724
|
|
|
1722
|
-
- `boto3-stubs[full]` - Type annotations for all
|
|
1725
|
+
- `boto3-stubs[full]` - Type annotations for all 413 services in one package
|
|
1723
1726
|
(recommended).
|
|
1724
|
-
- `boto3-stubs[all]` - Type annotations for all
|
|
1727
|
+
- `boto3-stubs[all]` - Type annotations for all 413 services in separate
|
|
1725
1728
|
packages.
|
|
1726
1729
|
- `boto3-stubs[essential]` - Type annotations for
|
|
1727
1730
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
|
@@ -2702,6 +2705,9 @@ repository.
|
|
|
2702
2705
|
- `boto3-stubs[route53resolver]` - Type annotations for
|
|
2703
2706
|
[Route53Resolver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53resolver/)
|
|
2704
2707
|
service.
|
|
2708
|
+
- `boto3-stubs[rtbfabric]` - Type annotations for
|
|
2709
|
+
[RTBFabric](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rtbfabric/)
|
|
2710
|
+
service.
|
|
2705
2711
|
- `boto3-stubs[rum]` - Type annotations for
|
|
2706
2712
|
[CloudWatchRUM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rum/)
|
|
2707
2713
|
service.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
|
1
|
+
boto3-stubs/__init__.pyi,sha256=6KB4Lq5cgZdGvYteOAI0q7SCfiBRtwA_1nEeOPByjnE,250422
|
|
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=TkRp5cko6mAz1eoRw7PieQSzZ9-T8RTF8CQyjzYL6T8,286133
|
|
7
7
|
boto3-stubs/utils.pyi,sha256=U1LwZdfy0BQyS0oa0lbVLsQxF2m8aJXVsdT9gzCHg4I,839
|
|
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=Sv47oO-2xz6jf2y3CZSJUw6S08P28bYVW_5WH6R5_ks,2569
|
|
41
|
-
boto3_stubs-1.40.
|
|
42
|
-
boto3_stubs-1.40.
|
|
43
|
-
boto3_stubs-1.40.
|
|
44
|
-
boto3_stubs-1.40.
|
|
45
|
-
boto3_stubs-1.40.
|
|
41
|
+
boto3_stubs-1.40.57.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
boto3_stubs-1.40.57.dist-info/METADATA,sha256=DFAZIjXI12BMczZo48Wen5U_x9zsbE9BEafdRBn42kY,152551
|
|
43
|
+
boto3_stubs-1.40.57.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
boto3_stubs-1.40.57.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
boto3_stubs-1.40.57.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|