boto3-stubs 1.35.62__py3-none-any.whl → 1.35.64__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
@@ -97,6 +97,7 @@ from mypy_boto3_config.client import ConfigServiceClient
97
97
  from mypy_boto3_connect.client import ConnectClient
98
98
  from mypy_boto3_connect_contact_lens.client import ConnectContactLensClient
99
99
  from mypy_boto3_connectcampaigns.client import ConnectCampaignServiceClient
100
+ from mypy_boto3_connectcampaignsv2.client import ConnectCampaignServiceV2Client
100
101
  from mypy_boto3_connectcases.client import ConnectCasesClient
101
102
  from mypy_boto3_connectparticipant.client import ConnectParticipantClient
102
103
  from mypy_boto3_controlcatalog.client import ControlCatalogClient
@@ -1597,6 +1598,19 @@ def client(
1597
1598
  config: Optional[Config] = ...,
1598
1599
  ) -> ConnectCampaignServiceClient: ...
1599
1600
  @overload
1601
+ def client(
1602
+ service_name: Literal["connectcampaignsv2"],
1603
+ region_name: Optional[str] = ...,
1604
+ api_version: Optional[str] = ...,
1605
+ use_ssl: Optional[bool] = ...,
1606
+ verify: Union[bool, str, None] = ...,
1607
+ endpoint_url: Optional[str] = ...,
1608
+ aws_access_key_id: Optional[str] = ...,
1609
+ aws_secret_access_key: Optional[str] = ...,
1610
+ aws_session_token: Optional[str] = ...,
1611
+ config: Optional[Config] = ...,
1612
+ ) -> ConnectCampaignServiceV2Client: ...
1613
+ @overload
1600
1614
  def client(
1601
1615
  service_name: Literal["connectcases"],
1602
1616
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -103,6 +103,7 @@ from mypy_boto3_config.client import ConfigServiceClient
103
103
  from mypy_boto3_connect.client import ConnectClient
104
104
  from mypy_boto3_connect_contact_lens.client import ConnectContactLensClient
105
105
  from mypy_boto3_connectcampaigns.client import ConnectCampaignServiceClient
106
+ from mypy_boto3_connectcampaignsv2.client import ConnectCampaignServiceV2Client
106
107
  from mypy_boto3_connectcases.client import ConnectCasesClient
107
108
  from mypy_boto3_connectparticipant.client import ConnectParticipantClient
108
109
  from mypy_boto3_controlcatalog.client import ControlCatalogClient
@@ -1707,6 +1708,20 @@ class Session:
1707
1708
  config: Optional[Config] = ...,
1708
1709
  ) -> ConnectCampaignServiceClient: ...
1709
1710
  @overload
1711
+ def client(
1712
+ self,
1713
+ service_name: Literal["connectcampaignsv2"],
1714
+ region_name: Optional[str] = ...,
1715
+ api_version: Optional[str] = ...,
1716
+ use_ssl: Optional[bool] = ...,
1717
+ verify: Union[bool, str, None] = ...,
1718
+ endpoint_url: Optional[str] = ...,
1719
+ aws_access_key_id: Optional[str] = ...,
1720
+ aws_secret_access_key: Optional[str] = ...,
1721
+ aws_session_token: Optional[str] = ...,
1722
+ config: Optional[Config] = ...,
1723
+ ) -> ConnectCampaignServiceV2Client: ...
1724
+ @overload
1710
1725
  def client(
1711
1726
  self,
1712
1727
  service_name: Literal["connectcases"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.62
4
- Summary: Type annotations for boto3 1.35.62 generated with mypy-boto3-builder 8.2.1
3
+ Version: 1.35.64
4
+ Summary: Type annotations for boto3 1.35.64 generated with mypy-boto3-builder 8.3.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
@@ -131,6 +131,7 @@ Requires-Dist: mypy-boto3-config<1.36.0,>=1.35.0; extra == "all"
131
131
  Requires-Dist: mypy-boto3-connect<1.36.0,>=1.35.0; extra == "all"
132
132
  Requires-Dist: mypy-boto3-connect-contact-lens<1.36.0,>=1.35.0; extra == "all"
133
133
  Requires-Dist: mypy-boto3-connectcampaigns<1.36.0,>=1.35.0; extra == "all"
134
+ Requires-Dist: mypy-boto3-connectcampaignsv2<1.36.0,>=1.35.0; extra == "all"
134
135
  Requires-Dist: mypy-boto3-connectcases<1.36.0,>=1.35.0; extra == "all"
135
136
  Requires-Dist: mypy-boto3-connectparticipant<1.36.0,>=1.35.0; extra == "all"
136
137
  Requires-Dist: mypy-boto3-controlcatalog<1.36.0,>=1.35.0; extra == "all"
@@ -511,8 +512,8 @@ Requires-Dist: mypy-boto3-billing<1.36.0,>=1.35.0; extra == "billing"
511
512
  Provides-Extra: billingconductor
512
513
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
513
514
  Provides-Extra: boto3
514
- Requires-Dist: boto3==1.35.62; extra == "boto3"
515
- Requires-Dist: botocore==1.35.62; extra == "boto3"
515
+ Requires-Dist: boto3==1.35.64; extra == "boto3"
516
+ Requires-Dist: botocore==1.35.64; extra == "boto3"
516
517
  Provides-Extra: braket
517
518
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
518
519
  Provides-Extra: budgets
@@ -607,6 +608,8 @@ Provides-Extra: connect-contact-lens
607
608
  Requires-Dist: mypy-boto3-connect-contact-lens<1.36.0,>=1.35.0; extra == "connect-contact-lens"
608
609
  Provides-Extra: connectcampaigns
609
610
  Requires-Dist: mypy-boto3-connectcampaigns<1.36.0,>=1.35.0; extra == "connectcampaigns"
611
+ Provides-Extra: connectcampaignsv2
612
+ Requires-Dist: mypy-boto3-connectcampaignsv2<1.36.0,>=1.35.0; extra == "connectcampaignsv2"
610
613
  Provides-Extra: connectcases
611
614
  Requires-Dist: mypy-boto3-connectcases<1.36.0,>=1.35.0; extra == "connectcases"
612
615
  Provides-Extra: connectparticipant
@@ -1228,15 +1231,14 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1228
1231
 
1229
1232
  # boto3-stubs
1230
1233
 
1231
- [![PyPI - boto3-stubs](https://img.shields.io/pypi/v/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs)
1232
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs)
1234
+ [![PyPI - boto3-stubs](https://img.shields.io/pypi/v/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs/)
1235
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs/)
1233
1236
  [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
1234
- [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs)](https://pepy.tech/project/boto3-stubs)
1237
+ [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs)](https://pypistats.org/packages/boto3-stubs)
1235
1238
 
1236
1239
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1237
1240
 
1238
- Type annotations for
1239
- [boto3 1.35.62](https://boto3.amazonaws.com/v1/documentation/api/1.35.62/index.html)
1241
+ Type annotations for [boto3 1.35.64](https://pypi.org/project/boto3/)
1240
1242
  compatible with [VSCode](https://code.visualstudio.com/),
1241
1243
  [PyCharm](https://www.jetbrains.com/pycharm/),
1242
1244
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1245,12 +1247,12 @@ compatible with [VSCode](https://code.visualstudio.com/),
1245
1247
  [pyright](https://github.com/microsoft/pyright) and other tools.
1246
1248
 
1247
1249
  Generated by
1248
- [mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
1250
+ [mypy-boto3-builder 8.3.0](https://github.com/youtype/mypy_boto3_builder).
1249
1251
 
1250
1252
  More information can be found in
1251
1253
  [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
1252
1254
 
1253
- See how it helps to find and fix potential bugs:
1255
+ See how it helps you find and fix potential bugs:
1254
1256
 
1255
1257
  ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1256
1258
 
@@ -1387,16 +1389,31 @@ annotations required, write your `boto3` code as usual.
1387
1389
 
1388
1390
  ### PyCharm
1389
1391
 
1390
- Install `boto3-stubs-lite[essential]` in your environment:
1392
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
1393
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
1394
+ > to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
1395
+ > the issue is resolved.
1396
+
1397
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
1398
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
1399
+ > [pyright](https://github.com/microsoft/pyright) instead.
1400
+
1401
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
1402
+ > `boto3-stubs` with
1403
+ > [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
1391
1404
 
1392
1405
  ```bash
1393
- python -m pip install 'boto3-stubs-lite[essential]'
1406
+ pip uninstall boto3-stubs
1407
+ pip install boto3-stubs-lite
1394
1408
  ```
1395
1409
 
1396
- Both type checking and code completion should now work. Explicit type
1397
- annotations **are required**.
1410
+ Install `boto3-stubs[essential]` in your environment:
1411
+
1412
+ ```bash
1413
+ python -m pip install 'boto3-stubs[essential]'
1414
+ ```
1398
1415
 
1399
- Use `boto3-stubs` package instead for implicit type discovery.
1416
+ Both type checking and code completion should now work.
1400
1417
 
1401
1418
  <a id="emacs"></a>
1402
1419
 
@@ -1622,9 +1639,9 @@ repository.
1622
1639
 
1623
1640
  ## Submodules
1624
1641
 
1625
- - `boto3-stubs[full]` - Type annotations for all 392 services in one package
1642
+ - `boto3-stubs[full]` - Type annotations for all 393 services in one package
1626
1643
  (recommended).
1627
- - `boto3-stubs[all]` - Type annotations for all 392 services in separate
1644
+ - `boto3-stubs[all]` - Type annotations for all 393 services in separate
1628
1645
  packages.
1629
1646
  - `boto3-stubs[essential]` - Type annotations for
1630
1647
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -1900,6 +1917,9 @@ repository.
1900
1917
  - `boto3-stubs[connectcampaigns]` - Type annotations for
1901
1918
  [ConnectCampaignService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaigns/)
1902
1919
  service.
1920
+ - `boto3-stubs[connectcampaignsv2]` - Type annotations for
1921
+ [ConnectCampaignServiceV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaignsv2/)
1922
+ service.
1903
1923
  - `boto3-stubs[connectcases]` - Type annotations for
1904
1924
  [ConnectCases](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/)
1905
1925
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=LyV0E4MB-HWASovyciRiNAcVf3nO61jTb1LH3q2whB0,210748
1
+ boto3-stubs/__init__.pyi,sha256=uGYMTECdnKfwW6ZTCUtAX5EFrTtf2QI-dnRGgR8XWAI,211304
2
2
  boto3-stubs/compat.pyi,sha256=xa8V0D9EklCqKSzPAsOCRxSFn9o7ZsabgMB2NbezRU8,151
3
3
  boto3-stubs/crt.pyi,sha256=I9HtByOVDaxLR8UI0IVRgEnd09-9nP7cz6aLchQGJy4,839
4
4
  boto3-stubs/exceptions.pyi,sha256=5RiiwvZt6WJg4NmdBqiw_F3edX-hZCPft50s3YRd_Gg,1253
5
5
  boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- boto3-stubs/session.pyi,sha256=CYtguhdoJrx3hKkpYWC3wBctO41A5BYOV_V2Xk_z8ZE,238390
6
+ boto3-stubs/session.pyi,sha256=HCM3hIkfISqu84rY0a9BB0JgmXRAD9954Rx2CYrBCIE,239012
7
7
  boto3-stubs/utils.pyi,sha256=aFM7Aoxm8HuplG367JDYs5-zZ_YQpKr7ONPs1x7f15Y,779
8
8
  boto3-stubs/docs/__init__.pyi,sha256=wGWFUev9EDG-4NT4l-JUjzFUsypBQf2kwFBfdb1uJeU,99
9
9
  boto3-stubs/docs/action.pyi,sha256=swA73r0izUswkhU7lChbW4FZN491Q8HjcxnwlyDnAuE,960
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
39
39
  boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
40
40
  boto3-stubs/s3/transfer.pyi,sha256=L1Nix_RmkmgT-XCxkk6L2FAIwnJqXppLXc0UnHHnMjs,2516
41
- boto3_stubs-1.35.62.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.62.dist-info/METADATA,sha256=ufVxOirXCIXeYdmJ5DRRimWwQ8XiWjG7v6qNlB7x5ng,143514
43
- boto3_stubs-1.35.62.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
44
- boto3_stubs-1.35.62.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.62.dist-info/RECORD,,
41
+ boto3_stubs-1.35.64.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ boto3_stubs-1.35.64.dist-info/METADATA,sha256=5Vh_aliD6vxxa1ZwA_Q7NBcgDnE7KCAfTECIBk2zs88,144445
43
+ boto3_stubs-1.35.64.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
44
+ boto3_stubs-1.35.64.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.64.dist-info/RECORD,,