types-boto3 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.
Potentially problematic release.
This version of types-boto3 might be problematic. Click here for more details.
- boto3-stubs/__init__.pyi +0 -19
- boto3-stubs/session.pyi +0 -20
- {types_boto3-1.40.29.dist-info → types_boto3-1.40.31.dist-info}/METADATA +7 -12
- {types_boto3-1.40.29.dist-info → types_boto3-1.40.31.dist-info}/RECORD +7 -7
- {types_boto3-1.40.29.dist-info → types_boto3-1.40.31.dist-info}/WHEEL +0 -0
- {types_boto3-1.40.29.dist-info → types_boto3-1.40.31.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.40.29.dist-info → types_boto3-1.40.31.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
|
@@ -395,7 +395,6 @@ from types_boto3_sesv2.client import SESV2Client
|
|
|
395
395
|
from types_boto3_shield.client import ShieldClient
|
|
396
396
|
from types_boto3_signer.client import SignerClient
|
|
397
397
|
from types_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
|
398
|
-
from types_boto3_sms.client import SMSClient
|
|
399
398
|
from types_boto3_snow_device_management.client import SnowDeviceManagementClient
|
|
400
399
|
from types_boto3_snowball.client import SnowballClient
|
|
401
400
|
from types_boto3_sns.client import SNSClient
|
|
@@ -7026,24 +7025,6 @@ def client(
|
|
|
7026
7025
|
Create client for SimSpaceWeaver service.
|
|
7027
7026
|
"""
|
|
7028
7027
|
|
|
7029
|
-
@overload
|
|
7030
|
-
def client(
|
|
7031
|
-
service_name: Literal["sms"],
|
|
7032
|
-
region_name: str | None = ...,
|
|
7033
|
-
api_version: str | None = ...,
|
|
7034
|
-
use_ssl: bool | None = ...,
|
|
7035
|
-
verify: bool | str | None = ...,
|
|
7036
|
-
endpoint_url: str | None = ...,
|
|
7037
|
-
aws_access_key_id: str | None = ...,
|
|
7038
|
-
aws_secret_access_key: str | None = ...,
|
|
7039
|
-
aws_session_token: str | None = ...,
|
|
7040
|
-
config: Config | None = ...,
|
|
7041
|
-
aws_account_id: str | None = ...,
|
|
7042
|
-
) -> SMSClient:
|
|
7043
|
-
"""
|
|
7044
|
-
Create client for SMS service.
|
|
7045
|
-
"""
|
|
7046
|
-
|
|
7047
7028
|
@overload
|
|
7048
7029
|
def client(
|
|
7049
7030
|
service_name: Literal["snow-device-management"],
|
boto3-stubs/session.pyi
CHANGED
|
@@ -401,7 +401,6 @@ from types_boto3_sesv2.client import SESV2Client
|
|
|
401
401
|
from types_boto3_shield.client import ShieldClient
|
|
402
402
|
from types_boto3_signer.client import SignerClient
|
|
403
403
|
from types_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
|
404
|
-
from types_boto3_sms.client import SMSClient
|
|
405
404
|
from types_boto3_snow_device_management.client import SnowDeviceManagementClient
|
|
406
405
|
from types_boto3_snowball.client import SnowballClient
|
|
407
406
|
from types_boto3_sns.client import SNSClient
|
|
@@ -7410,25 +7409,6 @@ class Session:
|
|
|
7410
7409
|
Create client for SimSpaceWeaver service.
|
|
7411
7410
|
"""
|
|
7412
7411
|
|
|
7413
|
-
@overload
|
|
7414
|
-
def client(
|
|
7415
|
-
self,
|
|
7416
|
-
service_name: Literal["sms"],
|
|
7417
|
-
region_name: str | None = ...,
|
|
7418
|
-
api_version: str | None = ...,
|
|
7419
|
-
use_ssl: bool | None = ...,
|
|
7420
|
-
verify: bool | str | None = ...,
|
|
7421
|
-
endpoint_url: str | None = ...,
|
|
7422
|
-
aws_access_key_id: str | None = ...,
|
|
7423
|
-
aws_secret_access_key: str | None = ...,
|
|
7424
|
-
aws_session_token: str | None = ...,
|
|
7425
|
-
config: Config | None = ...,
|
|
7426
|
-
aws_account_id: str | None = ...,
|
|
7427
|
-
) -> SMSClient:
|
|
7428
|
-
"""
|
|
7429
|
-
Create client for SMS service.
|
|
7430
|
-
"""
|
|
7431
|
-
|
|
7432
7412
|
@overload
|
|
7433
7413
|
def client(
|
|
7434
7414
|
self,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3
|
|
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: types-boto3-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: types-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
|
|
42
42
|
Requires-Dist: types-boto3-account<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -402,7 +402,6 @@ Requires-Dist: types-boto3-sesv2<1.41.0,>=1.40.0; extra == "all"
|
|
|
402
402
|
Requires-Dist: types-boto3-shield<1.41.0,>=1.40.0; extra == "all"
|
|
403
403
|
Requires-Dist: types-boto3-signer<1.41.0,>=1.40.0; extra == "all"
|
|
404
404
|
Requires-Dist: types-boto3-simspaceweaver<1.41.0,>=1.40.0; extra == "all"
|
|
405
|
-
Requires-Dist: types-boto3-sms<1.41.0,>=1.40.0; extra == "all"
|
|
406
405
|
Requires-Dist: types-boto3-snow-device-management<1.41.0,>=1.40.0; extra == "all"
|
|
407
406
|
Requires-Dist: types-boto3-snowball<1.41.0,>=1.40.0; extra == "all"
|
|
408
407
|
Requires-Dist: types-boto3-sns<1.41.0,>=1.40.0; extra == "all"
|
|
@@ -1187,8 +1186,6 @@ Provides-Extra: signer
|
|
|
1187
1186
|
Requires-Dist: types-boto3-signer<1.41.0,>=1.40.0; extra == "signer"
|
|
1188
1187
|
Provides-Extra: simspaceweaver
|
|
1189
1188
|
Requires-Dist: types-boto3-simspaceweaver<1.41.0,>=1.40.0; extra == "simspaceweaver"
|
|
1190
|
-
Provides-Extra: sms
|
|
1191
|
-
Requires-Dist: types-boto3-sms<1.41.0,>=1.40.0; extra == "sms"
|
|
1192
1189
|
Provides-Extra: snow-device-management
|
|
1193
1190
|
Requires-Dist: types-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/),
|
|
@@ -1369,7 +1366,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
1369
1366
|
isolation.
|
|
1370
1367
|
|
|
1371
1368
|
1. Run mypy-boto3-builder in your package root directory:
|
|
1372
|
-
`uvx --with 'boto3==1.40.
|
|
1369
|
+
`uvx --with 'boto3==1.40.31' mypy-boto3-builder`
|
|
1373
1370
|
2. Select `boto3` AWS SDK.
|
|
1374
1371
|
3. Select services you use in the current project.
|
|
1375
1372
|
4. Use provided commands to install generated packages.
|
|
@@ -1697,9 +1694,9 @@ repository.
|
|
|
1697
1694
|
|
|
1698
1695
|
## Submodules
|
|
1699
1696
|
|
|
1700
|
-
- `types-boto3[full]` - Type annotations for all
|
|
1697
|
+
- `types-boto3[full]` - Type annotations for all 412 services in one package
|
|
1701
1698
|
(recommended).
|
|
1702
|
-
- `types-boto3[all]` - Type annotations for all
|
|
1699
|
+
- `types-boto3[all]` - Type annotations for all 412 services in separate
|
|
1703
1700
|
packages.
|
|
1704
1701
|
- `types-boto3[essential]` - Type annotations for
|
|
1705
1702
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
|
@@ -2771,8 +2768,6 @@ repository.
|
|
|
2771
2768
|
- `types-boto3[simspaceweaver]` - Type annotations for
|
|
2772
2769
|
[SimSpaceWeaver](https://youtype.github.io/types_boto3_docs/types_boto3_simspaceweaver/)
|
|
2773
2770
|
service.
|
|
2774
|
-
- `types-boto3[sms]` - Type annotations for
|
|
2775
|
-
[SMS](https://youtype.github.io/types_boto3_docs/types_boto3_sms/) service.
|
|
2776
2771
|
- `types-boto3[snow-device-management]` - Type annotations for
|
|
2777
2772
|
[SnowDeviceManagement](https://youtype.github.io/types_boto3_docs/types_boto3_snow_device_management/)
|
|
2778
2773
|
service.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
|
1
|
+
boto3-stubs/__init__.pyi,sha256=KOc4VXX1BwBwWzfi7u6AEOFfYhl_XIS-1ihOLjII3RQ,250281
|
|
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=v2DGmPQFXlSzmJYpBGznW1c13GQNLc7-DeV9UYWvaLc,285910
|
|
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.40.
|
|
42
|
-
types_boto3-1.40.
|
|
43
|
-
types_boto3-1.40.
|
|
44
|
-
types_boto3-1.40.
|
|
45
|
-
types_boto3-1.40.
|
|
41
|
+
types_boto3-1.40.31.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
42
|
+
types_boto3-1.40.31.dist-info/METADATA,sha256=TT2bsUd1kFe4z41RzDaqs9a_EdekDRGat5-wbPLrHrI,152943
|
|
43
|
+
types_boto3-1.40.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
types_boto3-1.40.31.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
|
45
|
+
types_boto3-1.40.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|