boto3-stubs 1.40.29__py3-none-any.whl → 1.40.31__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 +0 -19
- boto3-stubs/session.pyi +0 -20
- {boto3_stubs-1.40.29.dist-info → boto3_stubs-1.40.31.dist-info}/METADATA +7 -12
- {boto3_stubs-1.40.29.dist-info → boto3_stubs-1.40.31.dist-info}/RECORD +7 -7
- {boto3_stubs-1.40.29.dist-info → boto3_stubs-1.40.31.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.40.29.dist-info → boto3_stubs-1.40.31.dist-info}/licenses/LICENSE +0 -0
- {boto3_stubs-1.40.29.dist-info → boto3_stubs-1.40.31.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -393,7 +393,6 @@ from mypy_boto3_sesv2.client import SESV2Client
|
|
393
393
|
from mypy_boto3_shield.client import ShieldClient
|
394
394
|
from mypy_boto3_signer.client import SignerClient
|
395
395
|
from mypy_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
396
|
-
from mypy_boto3_sms.client import SMSClient
|
397
396
|
from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
|
398
397
|
from mypy_boto3_snowball.client import SnowballClient
|
399
398
|
from mypy_boto3_sns.client import SNSClient
|
@@ -7024,24 +7023,6 @@ def client(
|
|
7024
7023
|
Create client for SimSpaceWeaver service.
|
7025
7024
|
"""
|
7026
7025
|
|
7027
|
-
@overload
|
7028
|
-
def client(
|
7029
|
-
service_name: Literal["sms"],
|
7030
|
-
region_name: str | None = ...,
|
7031
|
-
api_version: str | None = ...,
|
7032
|
-
use_ssl: bool | None = ...,
|
7033
|
-
verify: bool | str | None = ...,
|
7034
|
-
endpoint_url: str | None = ...,
|
7035
|
-
aws_access_key_id: str | None = ...,
|
7036
|
-
aws_secret_access_key: str | None = ...,
|
7037
|
-
aws_session_token: str | None = ...,
|
7038
|
-
config: Config | None = ...,
|
7039
|
-
aws_account_id: str | None = ...,
|
7040
|
-
) -> SMSClient:
|
7041
|
-
"""
|
7042
|
-
Create client for SMS service.
|
7043
|
-
"""
|
7044
|
-
|
7045
7026
|
@overload
|
7046
7027
|
def client(
|
7047
7028
|
service_name: Literal["snow-device-management"],
|
boto3-stubs/session.pyi
CHANGED
@@ -399,7 +399,6 @@ from mypy_boto3_sesv2.client import SESV2Client
|
|
399
399
|
from mypy_boto3_shield.client import ShieldClient
|
400
400
|
from mypy_boto3_signer.client import SignerClient
|
401
401
|
from mypy_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
402
|
-
from mypy_boto3_sms.client import SMSClient
|
403
402
|
from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
|
404
403
|
from mypy_boto3_snowball.client import SnowballClient
|
405
404
|
from mypy_boto3_sns.client import SNSClient
|
@@ -7408,25 +7407,6 @@ class Session:
|
|
7408
7407
|
Create client for SimSpaceWeaver service.
|
7409
7408
|
"""
|
7410
7409
|
|
7411
|
-
@overload
|
7412
|
-
def client(
|
7413
|
-
self,
|
7414
|
-
service_name: Literal["sms"],
|
7415
|
-
region_name: str | None = ...,
|
7416
|
-
api_version: str | None = ...,
|
7417
|
-
use_ssl: bool | None = ...,
|
7418
|
-
verify: bool | str | None = ...,
|
7419
|
-
endpoint_url: str | None = ...,
|
7420
|
-
aws_access_key_id: str | None = ...,
|
7421
|
-
aws_secret_access_key: str | None = ...,
|
7422
|
-
aws_session_token: str | None = ...,
|
7423
|
-
config: Config | None = ...,
|
7424
|
-
aws_account_id: str | None = ...,
|
7425
|
-
) -> SMSClient:
|
7426
|
-
"""
|
7427
|
-
Create client for SMS service.
|
7428
|
-
"""
|
7429
|
-
|
7430
7410
|
@overload
|
7431
7411
|
def client(
|
7432
7412
|
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.31
|
4
|
+
Summary: Type annotations for boto3 1.40.31 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.31; 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"
|
@@ -402,7 +402,6 @@ Requires-Dist: mypy-boto3-sesv2<1.41.0,>=1.40.0; extra == "all"
|
|
402
402
|
Requires-Dist: mypy-boto3-shield<1.41.0,>=1.40.0; extra == "all"
|
403
403
|
Requires-Dist: mypy-boto3-signer<1.41.0,>=1.40.0; extra == "all"
|
404
404
|
Requires-Dist: mypy-boto3-simspaceweaver<1.41.0,>=1.40.0; extra == "all"
|
405
|
-
Requires-Dist: mypy-boto3-sms<1.41.0,>=1.40.0; extra == "all"
|
406
405
|
Requires-Dist: mypy-boto3-snow-device-management<1.41.0,>=1.40.0; extra == "all"
|
407
406
|
Requires-Dist: mypy-boto3-snowball<1.41.0,>=1.40.0; extra == "all"
|
408
407
|
Requires-Dist: mypy-boto3-sns<1.41.0,>=1.40.0; extra == "all"
|
@@ -1187,8 +1186,6 @@ Provides-Extra: signer
|
|
1187
1186
|
Requires-Dist: mypy-boto3-signer<1.41.0,>=1.40.0; extra == "signer"
|
1188
1187
|
Provides-Extra: simspaceweaver
|
1189
1188
|
Requires-Dist: mypy-boto3-simspaceweaver<1.41.0,>=1.40.0; extra == "simspaceweaver"
|
1190
|
-
Provides-Extra: sms
|
1191
|
-
Requires-Dist: mypy-boto3-sms<1.41.0,>=1.40.0; extra == "sms"
|
1192
1189
|
Provides-Extra: snow-device-management
|
1193
1190
|
Requires-Dist: mypy-boto3-snow-device-management<1.41.0,>=1.40.0; extra == "snow-device-management"
|
1194
1191
|
Provides-Extra: snowball
|
@@ -1311,7 +1308,7 @@ Dynamic: summary
|
|
1311
1308
|
|
1312
1309
|

|
1313
1310
|
|
1314
|
-
Type annotations for [boto3 1.40.
|
1311
|
+
Type annotations for [boto3 1.40.31](https://pypi.org/project/boto3/)
|
1315
1312
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1316
1313
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1317
1314
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1370,7 +1367,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1370
1367
|
isolation.
|
1371
1368
|
|
1372
1369
|
1. Run mypy-boto3-builder in your package root directory:
|
1373
|
-
`uvx --with 'boto3==1.40.
|
1370
|
+
`uvx --with 'boto3==1.40.31' mypy-boto3-builder`
|
1374
1371
|
2. Select `boto3-stubs` AWS SDK.
|
1375
1372
|
3. Select services you use in the current project.
|
1376
1373
|
4. Use provided commands to install generated packages.
|
@@ -1722,9 +1719,9 @@ repository.
|
|
1722
1719
|
|
1723
1720
|
## Submodules
|
1724
1721
|
|
1725
|
-
- `boto3-stubs[full]` - Type annotations for all
|
1722
|
+
- `boto3-stubs[full]` - Type annotations for all 412 services in one package
|
1726
1723
|
(recommended).
|
1727
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1724
|
+
- `boto3-stubs[all]` - Type annotations for all 412 services in separate
|
1728
1725
|
packages.
|
1729
1726
|
- `boto3-stubs[essential]` - Type annotations for
|
1730
1727
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
@@ -2796,8 +2793,6 @@ repository.
|
|
2796
2793
|
- `boto3-stubs[simspaceweaver]` - Type annotations for
|
2797
2794
|
[SimSpaceWeaver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_simspaceweaver/)
|
2798
2795
|
service.
|
2799
|
-
- `boto3-stubs[sms]` - Type annotations for
|
2800
|
-
[SMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms/) service.
|
2801
2796
|
- `boto3-stubs[snow-device-management]` - Type annotations for
|
2802
2797
|
[SnowDeviceManagement](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snow_device_management/)
|
2803
2798
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=3C0UIsVaZTOggQY930WzJ8mFisk6sfjchaSKa5E6WS0,249851
|
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=sC6O_9PXmzPyTT4YPdFJMy8zqAjSiMjkDWQWBZuE2bc,285480
|
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.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.31.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
boto3_stubs-1.40.31.dist-info/METADATA,sha256=JTavVVzA90mVUgVHNmZ2K_uV_euRfqPLLZkXNmjc86Q,152242
|
43
|
+
boto3_stubs-1.40.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
boto3_stubs-1.40.31.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
boto3_stubs-1.40.31.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|