types-boto3 1.37.2__py3-none-any.whl → 1.37.4__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 CHANGED
@@ -381,7 +381,7 @@ from types_boto3_shield.client import ShieldClient
381
381
  from types_boto3_signer.client import SignerClient
382
382
  from types_boto3_simspaceweaver.client import SimSpaceWeaverClient
383
383
  from types_boto3_sms.client import SMSClient
384
- from types_boto3_sms_voice.client import PinpointSMSVoiceClient
384
+ from types_boto3_sms_voice.client import SMSVoiceClient
385
385
  from types_boto3_snow_device_management.client import SnowDeviceManagementClient
386
386
  from types_boto3_snowball.client import SnowballClient
387
387
  from types_boto3_sns.client import SNSClient
@@ -6505,9 +6505,9 @@ def client(
6505
6505
  aws_secret_access_key: str | None = ...,
6506
6506
  aws_session_token: str | None = ...,
6507
6507
  config: Config | None = ...,
6508
- ) -> PinpointSMSVoiceClient:
6508
+ ) -> SMSVoiceClient:
6509
6509
  """
6510
- Create client for PinpointSMSVoice service.
6510
+ Create client for SMSVoice service.
6511
6511
  """
6512
6512
 
6513
6513
  @overload
boto3-stubs/session.pyi CHANGED
@@ -387,7 +387,7 @@ from types_boto3_shield.client import ShieldClient
387
387
  from types_boto3_signer.client import SignerClient
388
388
  from types_boto3_simspaceweaver.client import SimSpaceWeaverClient
389
389
  from types_boto3_sms.client import SMSClient
390
- from types_boto3_sms_voice.client import PinpointSMSVoiceClient
390
+ from types_boto3_sms_voice.client import SMSVoiceClient
391
391
  from types_boto3_snow_device_management.client import SnowDeviceManagementClient
392
392
  from types_boto3_snowball.client import SnowballClient
393
393
  from types_boto3_sns.client import SNSClient
@@ -6880,9 +6880,9 @@ class Session:
6880
6880
  aws_secret_access_key: str | None = ...,
6881
6881
  aws_session_token: str | None = ...,
6882
6882
  config: Config | None = ...,
6883
- ) -> PinpointSMSVoiceClient:
6883
+ ) -> SMSVoiceClient:
6884
6884
  """
6885
- Create client for PinpointSMSVoice service.
6885
+ Create client for SMSVoice service.
6886
6886
  """
6887
6887
 
6888
6888
  @overload
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: types-boto3
3
- Version: 1.37.2
4
- Summary: Type annotations for boto3 1.37.2 generated with mypy-boto3-builder 8.9.2
3
+ Version: 1.37.4
4
+ Summary: Type annotations for boto3 1.37.4 generated with mypy-boto3-builder 8.10.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.38.0,>=1.37.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.37.2; extra == "boto3"
39
+ Requires-Dist: boto3==1.37.4; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: types-boto3-accessanalyzer<1.38.0,>=1.37.0; extra == "all"
42
42
  Requires-Dist: types-boto3-account<1.38.0,>=1.37.0; extra == "all"
@@ -1277,7 +1277,7 @@ Dynamic: summary
1277
1277
 
1278
1278
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1279
1279
 
1280
- Type annotations for [boto3 1.37.2](https://pypi.org/project/boto3/) compatible
1280
+ Type annotations for [boto3 1.37.4](https://pypi.org/project/boto3/) compatible
1281
1281
  with [VSCode](https://code.visualstudio.com/),
1282
1282
  [PyCharm](https://www.jetbrains.com/pycharm/),
1283
1283
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1286,7 +1286,7 @@ with [VSCode](https://code.visualstudio.com/),
1286
1286
  [pyright](https://github.com/microsoft/pyright) and other tools.
1287
1287
 
1288
1288
  Generated with
1289
- [mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
1289
+ [mypy-boto3-builder 8.10.0](https://github.com/youtype/mypy_boto3_builder).
1290
1290
 
1291
1291
  More information can be found in
1292
1292
  [types-boto3 docs](https://youtype.github.io/types_boto3_docs/).
@@ -1335,7 +1335,7 @@ You can generate type annotations for `boto3` package locally with
1335
1335
  isolation.
1336
1336
 
1337
1337
  1. Run mypy-boto3-builder in your package root directory:
1338
- `uvx --with 'boto3==1.37.2' mypy-boto3-builder`
1338
+ `uvx --with 'boto3==1.37.4' mypy-boto3-builder`
1339
1339
  2. Select `boto3` AWS SDK.
1340
1340
  3. Select services you use in the current project.
1341
1341
  4. Use provided commands to install generated packages.
@@ -2712,7 +2712,7 @@ repository.
2712
2712
  - `types-boto3[sms]` - Type annotations for
2713
2713
  [SMS](https://youtype.github.io/types_boto3_docs/types_boto3_sms/) service.
2714
2714
  - `types-boto3[sms-voice]` - Type annotations for
2715
- [PinpointSMSVoice](https://youtype.github.io/types_boto3_docs/types_boto3_sms_voice/)
2715
+ [SMSVoice](https://youtype.github.io/types_boto3_docs/types_boto3_sms_voice/)
2716
2716
  service.
2717
2717
  - `types-boto3[snow-device-management]` - Type annotations for
2718
2718
  [SnowDeviceManagement](https://youtype.github.io/types_boto3_docs/types_boto3_snow_device_management/)
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=kEQEYZqJx-BUpuzhDdi5fqNtRwer5q8qDlsY5NX_Y7Q,228810
1
+ boto3-stubs/__init__.pyi,sha256=BWYZ3OodCGI4isxBh5Irdm46u2qDIraDMRPdvmLaCro,228786
2
2
  boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
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=Lyb4kdnjyqdmv41L3pJyeOWEzVlCt0jaqG51EVIzZyg,262011
6
+ boto3-stubs/session.pyi,sha256=k1hmccOby_96mId2ThZzmdzflN17mPpx-cfyO0BiQog,261987
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=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
40
40
  boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
41
- types_boto3-1.37.2.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.37.2.dist-info/METADATA,sha256=BEQiCn8VJRnCnU8zxts6qD-8MfjYPh1XfgQobBzbG8I,149182
43
- types_boto3-1.37.2.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
44
- types_boto3-1.37.2.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.37.2.dist-info/RECORD,,
41
+ types_boto3-1.37.4.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.37.4.dist-info/METADATA,sha256=-5w7esU-U3s1ew6zGROR_r5pLRUzqHB83500kDC27ag,149176
43
+ types_boto3-1.37.4.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
44
+ types_boto3-1.37.4.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.37.4.dist-info/RECORD,,