types-boto3 1.38.8__py3-none-any.whl → 1.38.9__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
- {types_boto3-1.38.8.dist-info → types_boto3-1.38.9.dist-info}/METADATA +8 -14
- {types_boto3-1.38.8.dist-info → types_boto3-1.38.9.dist-info}/RECORD +7 -7
- {types_boto3-1.38.8.dist-info → types_boto3-1.38.9.dist-info}/WHEEL +1 -1
- {types_boto3-1.38.8.dist-info → types_boto3-1.38.9.dist-info}/licenses/LICENSE +0 -0
- {types_boto3-1.38.8.dist-info → types_boto3-1.38.9.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -385,7 +385,6 @@ from types_boto3_shield.client import ShieldClient
|
|
385
385
|
from types_boto3_signer.client import SignerClient
|
386
386
|
from types_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
387
387
|
from types_boto3_sms.client import SMSClient
|
388
|
-
from types_boto3_sms_voice.client import SMSVoiceClient
|
389
388
|
from types_boto3_snow_device_management.client import SnowDeviceManagementClient
|
390
389
|
from types_boto3_snowball.client import SnowballClient
|
391
390
|
from types_boto3_sns.client import SNSClient
|
@@ -6889,24 +6888,6 @@ def client(
|
|
6889
6888
|
Create client for SMS service.
|
6890
6889
|
"""
|
6891
6890
|
|
6892
|
-
@overload
|
6893
|
-
def client(
|
6894
|
-
service_name: Literal["sms-voice"],
|
6895
|
-
region_name: str | None = ...,
|
6896
|
-
api_version: str | None = ...,
|
6897
|
-
use_ssl: bool | None = ...,
|
6898
|
-
verify: bool | str | None = ...,
|
6899
|
-
endpoint_url: str | None = ...,
|
6900
|
-
aws_access_key_id: str | None = ...,
|
6901
|
-
aws_secret_access_key: str | None = ...,
|
6902
|
-
aws_session_token: str | None = ...,
|
6903
|
-
config: Config | None = ...,
|
6904
|
-
aws_account_id: str | None = ...,
|
6905
|
-
) -> SMSVoiceClient:
|
6906
|
-
"""
|
6907
|
-
Create client for SMSVoice service.
|
6908
|
-
"""
|
6909
|
-
|
6910
6891
|
@overload
|
6911
6892
|
def client(
|
6912
6893
|
service_name: Literal["snow-device-management"],
|
boto3-stubs/session.pyi
CHANGED
@@ -391,7 +391,6 @@ from types_boto3_shield.client import ShieldClient
|
|
391
391
|
from types_boto3_signer.client import SignerClient
|
392
392
|
from types_boto3_simspaceweaver.client import SimSpaceWeaverClient
|
393
393
|
from types_boto3_sms.client import SMSClient
|
394
|
-
from types_boto3_sms_voice.client import SMSVoiceClient
|
395
394
|
from types_boto3_snow_device_management.client import SnowDeviceManagementClient
|
396
395
|
from types_boto3_snowball.client import SnowballClient
|
397
396
|
from types_boto3_sns.client import SNSClient
|
@@ -7266,25 +7265,6 @@ class Session:
|
|
7266
7265
|
Create client for SMS service.
|
7267
7266
|
"""
|
7268
7267
|
|
7269
|
-
@overload
|
7270
|
-
def client(
|
7271
|
-
self,
|
7272
|
-
service_name: Literal["sms-voice"],
|
7273
|
-
region_name: str | None = ...,
|
7274
|
-
api_version: str | None = ...,
|
7275
|
-
use_ssl: bool | None = ...,
|
7276
|
-
verify: bool | str | None = ...,
|
7277
|
-
endpoint_url: str | None = ...,
|
7278
|
-
aws_access_key_id: str | None = ...,
|
7279
|
-
aws_secret_access_key: str | None = ...,
|
7280
|
-
aws_session_token: str | None = ...,
|
7281
|
-
config: Config | None = ...,
|
7282
|
-
aws_account_id: str | None = ...,
|
7283
|
-
) -> SMSVoiceClient:
|
7284
|
-
"""
|
7285
|
-
Create client for SMSVoice service.
|
7286
|
-
"""
|
7287
|
-
|
7288
7268
|
@overload
|
7289
7269
|
def client(
|
7290
7270
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: types-boto3
|
3
|
-
Version: 1.38.
|
4
|
-
Summary: Type annotations for boto3 1.38.
|
3
|
+
Version: 1.38.9
|
4
|
+
Summary: Type annotations for boto3 1.38.9 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.39.0,>=1.38.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.38.
|
39
|
+
Requires-Dist: boto3==1.38.9; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.39.0,>=1.38.0; extra == "all"
|
@@ -395,7 +395,6 @@ Requires-Dist: types-boto3-shield<1.39.0,>=1.38.0; extra == "all"
|
|
395
395
|
Requires-Dist: types-boto3-signer<1.39.0,>=1.38.0; extra == "all"
|
396
396
|
Requires-Dist: types-boto3-simspaceweaver<1.39.0,>=1.38.0; extra == "all"
|
397
397
|
Requires-Dist: types-boto3-sms<1.39.0,>=1.38.0; extra == "all"
|
398
|
-
Requires-Dist: types-boto3-sms-voice<1.39.0,>=1.38.0; extra == "all"
|
399
398
|
Requires-Dist: types-boto3-snow-device-management<1.39.0,>=1.38.0; extra == "all"
|
400
399
|
Requires-Dist: types-boto3-snowball<1.39.0,>=1.38.0; extra == "all"
|
401
400
|
Requires-Dist: types-boto3-sns<1.39.0,>=1.38.0; extra == "all"
|
@@ -1165,8 +1164,6 @@ Provides-Extra: simspaceweaver
|
|
1165
1164
|
Requires-Dist: types-boto3-simspaceweaver<1.39.0,>=1.38.0; extra == "simspaceweaver"
|
1166
1165
|
Provides-Extra: sms
|
1167
1166
|
Requires-Dist: types-boto3-sms<1.39.0,>=1.38.0; extra == "sms"
|
1168
|
-
Provides-Extra: sms-voice
|
1169
|
-
Requires-Dist: types-boto3-sms-voice<1.39.0,>=1.38.0; extra == "sms-voice"
|
1170
1167
|
Provides-Extra: snow-device-management
|
1171
1168
|
Requires-Dist: types-boto3-snow-device-management<1.39.0,>=1.38.0; extra == "snow-device-management"
|
1172
1169
|
Provides-Extra: snowball
|
@@ -1287,7 +1284,7 @@ Dynamic: summary
|
|
1287
1284
|
|
1288
1285
|

|
1289
1286
|
|
1290
|
-
Type annotations for [boto3 1.38.
|
1287
|
+
Type annotations for [boto3 1.38.9](https://pypi.org/project/boto3/) compatible
|
1291
1288
|
with [VSCode](https://code.visualstudio.com/),
|
1292
1289
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1293
1290
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1296,7 +1293,7 @@ with [VSCode](https://code.visualstudio.com/),
|
|
1296
1293
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1297
1294
|
|
1298
1295
|
Generated with
|
1299
|
-
[mypy-boto3-builder 8.
|
1296
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
1300
1297
|
|
1301
1298
|
More information can be found in
|
1302
1299
|
[types-boto3 docs](https://youtype.github.io/types_boto3_docs/).
|
@@ -1345,7 +1342,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1345
1342
|
isolation.
|
1346
1343
|
|
1347
1344
|
1. Run mypy-boto3-builder in your package root directory:
|
1348
|
-
`uvx --with 'boto3==1.38.
|
1345
|
+
`uvx --with 'boto3==1.38.9' mypy-boto3-builder`
|
1349
1346
|
2. Select `boto3` AWS SDK.
|
1350
1347
|
3. Select services you use in the current project.
|
1351
1348
|
4. Use provided commands to install generated packages.
|
@@ -1673,9 +1670,9 @@ repository.
|
|
1673
1670
|
|
1674
1671
|
## Submodules
|
1675
1672
|
|
1676
|
-
- `types-boto3[full]` - Type annotations for all
|
1673
|
+
- `types-boto3[full]` - Type annotations for all 404 services in one package
|
1677
1674
|
(recommended).
|
1678
|
-
- `types-boto3[all]` - Type annotations for all
|
1675
|
+
- `types-boto3[all]` - Type annotations for all 404 services in separate
|
1679
1676
|
packages.
|
1680
1677
|
- `types-boto3[essential]` - Type annotations for
|
1681
1678
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2727,9 +2724,6 @@ repository.
|
|
2727
2724
|
service.
|
2728
2725
|
- `types-boto3[sms]` - Type annotations for
|
2729
2726
|
[SMS](https://youtype.github.io/types_boto3_docs/types_boto3_sms/) service.
|
2730
|
-
- `types-boto3[sms-voice]` - Type annotations for
|
2731
|
-
[SMSVoice](https://youtype.github.io/types_boto3_docs/types_boto3_sms_voice/)
|
2732
|
-
service.
|
2733
2727
|
- `types-boto3[snow-device-management]` - Type annotations for
|
2734
2728
|
[SnowDeviceManagement](https://youtype.github.io/types_boto3_docs/types_boto3_snow_device_management/)
|
2735
2729
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=ZDh91wj2lUVzuoDBY0roUc6U-qVlkE-yWDWK36Ddecc,245776
|
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=YSY6hvg_mb5RkAK7NhRANG4e10X-WHdMl5iiCj0VkGI,280831
|
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.38.
|
42
|
-
types_boto3-1.38.
|
43
|
-
types_boto3-1.38.
|
44
|
-
types_boto3-1.38.
|
45
|
-
types_boto3-1.38.
|
41
|
+
types_boto3-1.38.9.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.38.9.dist-info/METADATA,sha256=HKh4drwH1xHnrD-GnVIp7SBYIfCQ76jy50AmL5cO8dg,150021
|
43
|
+
types_boto3-1.38.9.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
44
|
+
types_boto3-1.38.9.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.38.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|