boto3-stubs 1.37.3__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
@@ -379,7 +379,7 @@ from mypy_boto3_shield.client import ShieldClient
379
379
  from mypy_boto3_signer.client import SignerClient
380
380
  from mypy_boto3_simspaceweaver.client import SimSpaceWeaverClient
381
381
  from mypy_boto3_sms.client import SMSClient
382
- from mypy_boto3_sms_voice.client import PinpointSMSVoiceClient
382
+ from mypy_boto3_sms_voice.client import SMSVoiceClient
383
383
  from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
384
384
  from mypy_boto3_snowball.client import SnowballClient
385
385
  from mypy_boto3_sns.client import SNSClient
@@ -6503,9 +6503,9 @@ def client(
6503
6503
  aws_secret_access_key: str | None = ...,
6504
6504
  aws_session_token: str | None = ...,
6505
6505
  config: Config | None = ...,
6506
- ) -> PinpointSMSVoiceClient:
6506
+ ) -> SMSVoiceClient:
6507
6507
  """
6508
- Create client for PinpointSMSVoice service.
6508
+ Create client for SMSVoice service.
6509
6509
  """
6510
6510
 
6511
6511
  @overload
boto3-stubs/session.pyi CHANGED
@@ -385,7 +385,7 @@ from mypy_boto3_shield.client import ShieldClient
385
385
  from mypy_boto3_signer.client import SignerClient
386
386
  from mypy_boto3_simspaceweaver.client import SimSpaceWeaverClient
387
387
  from mypy_boto3_sms.client import SMSClient
388
- from mypy_boto3_sms_voice.client import PinpointSMSVoiceClient
388
+ from mypy_boto3_sms_voice.client import SMSVoiceClient
389
389
  from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
390
390
  from mypy_boto3_snowball.client import SnowballClient
391
391
  from mypy_boto3_sns.client import SNSClient
@@ -6878,9 +6878,9 @@ class Session:
6878
6878
  aws_secret_access_key: str | None = ...,
6879
6879
  aws_session_token: str | None = ...,
6880
6880
  config: Config | None = ...,
6881
- ) -> PinpointSMSVoiceClient:
6881
+ ) -> SMSVoiceClient:
6882
6882
  """
6883
- Create client for PinpointSMSVoice service.
6883
+ Create client for SMSVoice service.
6884
6884
  """
6885
6885
 
6886
6886
  @overload
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: boto3-stubs
3
- Version: 1.37.3
4
- Summary: Type annotations for boto3 1.37.3 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: boto3-stubs-full<1.38.0,>=1.37.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.37.3; extra == "boto3"
39
+ Requires-Dist: boto3==1.37.4; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: mypy-boto3-accessanalyzer<1.38.0,>=1.37.0; extra == "all"
42
42
  Requires-Dist: mypy-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.3](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
  [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
@@ -1336,7 +1336,7 @@ You can generate type annotations for `boto3` package locally with
1336
1336
  isolation.
1337
1337
 
1338
1338
  1. Run mypy-boto3-builder in your package root directory:
1339
- `uvx --with 'boto3==1.37.3' mypy-boto3-builder`
1339
+ `uvx --with 'boto3==1.37.4' mypy-boto3-builder`
1340
1340
  2. Select `boto3-stubs` AWS SDK.
1341
1341
  3. Select services you use in the current project.
1342
1342
  4. Use provided commands to install generated packages.
@@ -2737,7 +2737,7 @@ repository.
2737
2737
  - `boto3-stubs[sms]` - Type annotations for
2738
2738
  [SMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms/) service.
2739
2739
  - `boto3-stubs[sms-voice]` - Type annotations for
2740
- [PinpointSMSVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms_voice/)
2740
+ [SMSVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms_voice/)
2741
2741
  service.
2742
2742
  - `boto3-stubs[snow-device-management]` - Type annotations for
2743
2743
  [SnowDeviceManagement](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snow_device_management/)
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=gY19jy9dst-wnjUv0xRiWvD2IKJ2SNQauWb-Rf7j2CE,228389
1
+ boto3-stubs/__init__.pyi,sha256=f7-Fjqwejz-EgW0BlsBerKySqHoFa-hxd0WWQTkMz-w,228365
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=itPhavmO9d8kr9BB7DeQtUuiDFZnUYoRA21jcXh8yBQ,261590
6
+ boto3-stubs/session.pyi,sha256=HHeW5tHNSwLa_WiKkeGmiW1432aaNqUfn_VGH9mkVKw,261566
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
- boto3_stubs-1.37.3.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs-1.37.3.dist-info/METADATA,sha256=Drl8sBcB32uAL6s6N1UCpDXgkWJ_f-8aqA2u5TbJ4ck,148511
43
- boto3_stubs-1.37.3.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
44
- boto3_stubs-1.37.3.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.37.3.dist-info/RECORD,,
41
+ boto3_stubs-1.37.4.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs-1.37.4.dist-info/METADATA,sha256=WXw0XuuT5Lo5VduHlgMW-ETn8hoeB8yMb6eVj0QhqXo,148505
43
+ boto3_stubs-1.37.4.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
44
+ boto3_stubs-1.37.4.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.37.4.dist-info/RECORD,,