boto3-stubs 1.38.7__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 CHANGED
@@ -383,7 +383,6 @@ from mypy_boto3_shield.client import ShieldClient
383
383
  from mypy_boto3_signer.client import SignerClient
384
384
  from mypy_boto3_simspaceweaver.client import SimSpaceWeaverClient
385
385
  from mypy_boto3_sms.client import SMSClient
386
- from mypy_boto3_sms_voice.client import SMSVoiceClient
387
386
  from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
388
387
  from mypy_boto3_snowball.client import SnowballClient
389
388
  from mypy_boto3_sns.client import SNSClient
@@ -6887,24 +6886,6 @@ def client(
6887
6886
  Create client for SMS service.
6888
6887
  """
6889
6888
 
6890
- @overload
6891
- def client(
6892
- service_name: Literal["sms-voice"],
6893
- region_name: str | None = ...,
6894
- api_version: str | None = ...,
6895
- use_ssl: bool | None = ...,
6896
- verify: bool | str | None = ...,
6897
- endpoint_url: str | None = ...,
6898
- aws_access_key_id: str | None = ...,
6899
- aws_secret_access_key: str | None = ...,
6900
- aws_session_token: str | None = ...,
6901
- config: Config | None = ...,
6902
- aws_account_id: str | None = ...,
6903
- ) -> SMSVoiceClient:
6904
- """
6905
- Create client for SMSVoice service.
6906
- """
6907
-
6908
6889
  @overload
6909
6890
  def client(
6910
6891
  service_name: Literal["snow-device-management"],
boto3-stubs/session.pyi CHANGED
@@ -389,7 +389,6 @@ from mypy_boto3_shield.client import ShieldClient
389
389
  from mypy_boto3_signer.client import SignerClient
390
390
  from mypy_boto3_simspaceweaver.client import SimSpaceWeaverClient
391
391
  from mypy_boto3_sms.client import SMSClient
392
- from mypy_boto3_sms_voice.client import SMSVoiceClient
393
392
  from mypy_boto3_snow_device_management.client import SnowDeviceManagementClient
394
393
  from mypy_boto3_snowball.client import SnowballClient
395
394
  from mypy_boto3_sns.client import SNSClient
@@ -7264,25 +7263,6 @@ class Session:
7264
7263
  Create client for SMS service.
7265
7264
  """
7266
7265
 
7267
- @overload
7268
- def client(
7269
- self,
7270
- service_name: Literal["sms-voice"],
7271
- region_name: str | None = ...,
7272
- api_version: str | None = ...,
7273
- use_ssl: bool | None = ...,
7274
- verify: bool | str | None = ...,
7275
- endpoint_url: str | None = ...,
7276
- aws_access_key_id: str | None = ...,
7277
- aws_secret_access_key: str | None = ...,
7278
- aws_session_token: str | None = ...,
7279
- config: Config | None = ...,
7280
- aws_account_id: str | None = ...,
7281
- ) -> SMSVoiceClient:
7282
- """
7283
- Create client for SMSVoice service.
7284
- """
7285
-
7286
7266
  @overload
7287
7267
  def client(
7288
7268
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boto3-stubs
3
- Version: 1.38.7
4
- Summary: Type annotations for boto3 1.38.7 generated with mypy-boto3-builder 8.10.1
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: boto3-stubs-full<1.39.0,>=1.38.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.38.7; extra == "boto3"
39
+ Requires-Dist: boto3==1.38.9; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: mypy-boto3-accessanalyzer<1.39.0,>=1.38.0; extra == "all"
42
42
  Requires-Dist: mypy-boto3-account<1.39.0,>=1.38.0; extra == "all"
@@ -395,7 +395,6 @@ Requires-Dist: mypy-boto3-shield<1.39.0,>=1.38.0; extra == "all"
395
395
  Requires-Dist: mypy-boto3-signer<1.39.0,>=1.38.0; extra == "all"
396
396
  Requires-Dist: mypy-boto3-simspaceweaver<1.39.0,>=1.38.0; extra == "all"
397
397
  Requires-Dist: mypy-boto3-sms<1.39.0,>=1.38.0; extra == "all"
398
- Requires-Dist: mypy-boto3-sms-voice<1.39.0,>=1.38.0; extra == "all"
399
398
  Requires-Dist: mypy-boto3-snow-device-management<1.39.0,>=1.38.0; extra == "all"
400
399
  Requires-Dist: mypy-boto3-snowball<1.39.0,>=1.38.0; extra == "all"
401
400
  Requires-Dist: mypy-boto3-sns<1.39.0,>=1.38.0; extra == "all"
@@ -1165,8 +1164,6 @@ Provides-Extra: simspaceweaver
1165
1164
  Requires-Dist: mypy-boto3-simspaceweaver<1.39.0,>=1.38.0; extra == "simspaceweaver"
1166
1165
  Provides-Extra: sms
1167
1166
  Requires-Dist: mypy-boto3-sms<1.39.0,>=1.38.0; extra == "sms"
1168
- Provides-Extra: sms-voice
1169
- Requires-Dist: mypy-boto3-sms-voice<1.39.0,>=1.38.0; extra == "sms-voice"
1170
1167
  Provides-Extra: snow-device-management
1171
1168
  Requires-Dist: mypy-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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1289
1286
 
1290
- Type annotations for [boto3 1.38.7](https://pypi.org/project/boto3/) compatible
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.10.1](https://github.com/youtype/mypy_boto3_builder).
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
  [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
@@ -1346,7 +1343,7 @@ You can generate type annotations for `boto3` package locally with
1346
1343
  isolation.
1347
1344
 
1348
1345
  1. Run mypy-boto3-builder in your package root directory:
1349
- `uvx --with 'boto3==1.38.7' mypy-boto3-builder`
1346
+ `uvx --with 'boto3==1.38.9' mypy-boto3-builder`
1350
1347
  2. Select `boto3-stubs` AWS SDK.
1351
1348
  3. Select services you use in the current project.
1352
1349
  4. Use provided commands to install generated packages.
@@ -1698,9 +1695,9 @@ repository.
1698
1695
 
1699
1696
  ## Submodules
1700
1697
 
1701
- - `boto3-stubs[full]` - Type annotations for all 405 services in one package
1698
+ - `boto3-stubs[full]` - Type annotations for all 404 services in one package
1702
1699
  (recommended).
1703
- - `boto3-stubs[all]` - Type annotations for all 405 services in separate
1700
+ - `boto3-stubs[all]` - Type annotations for all 404 services in separate
1704
1701
  packages.
1705
1702
  - `boto3-stubs[essential]` - Type annotations for
1706
1703
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2752,9 +2749,6 @@ repository.
2752
2749
  service.
2753
2750
  - `boto3-stubs[sms]` - Type annotations for
2754
2751
  [SMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms/) service.
2755
- - `boto3-stubs[sms-voice]` - Type annotations for
2756
- [SMSVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms_voice/)
2757
- service.
2758
2752
  - `boto3-stubs[snow-device-management]` - Type annotations for
2759
2753
  [SnowDeviceManagement](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snow_device_management/)
2760
2754
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=LUmgH71JI4otK8V8K_TnSsGeco65rS4sZ8mLTlioo3M,245921
1
+ boto3-stubs/__init__.pyi,sha256=7YDF8cwjlk9uDyeD4TZCT0s9Qd_Xmqi8_ywL0oflH3M,245353
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=Xy6Y_cM3ZOuGvXP61CGni5DK--_SPony9AbMfRkmcwA,281058
6
+ boto3-stubs/session.pyi,sha256=9kV2ghza7vmx23Rk12VyT8CSDug2u4EwOAL8brPy-Tc,280408
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.38.7.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs-1.38.7.dist-info/METADATA,sha256=BaWI_wVD6GOn_8I_5WMntsZFOTk3ns0M8gRZAqUIB7A,149652
43
- boto3_stubs-1.38.7.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
44
- boto3_stubs-1.38.7.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.38.7.dist-info/RECORD,,
41
+ boto3_stubs-1.38.9.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs-1.38.9.dist-info/METADATA,sha256=N026NuP7UQBGxTEzyd7f5hrQe8JU8-Wr48R86WtQ_fg,149344
43
+ boto3_stubs-1.38.9.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
44
+ boto3_stubs-1.38.9.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.38.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.1.0)
2
+ Generator: setuptools (80.3.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5