boto3-stubs 1.34.78__py3-none-any.whl → 1.34.86__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 +14 -0
- boto3-stubs/session.pyi +15 -0
- {boto3_stubs-1.34.78.dist-info → boto3_stubs-1.34.86.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.78.dist-info → boto3_stubs-1.34.86.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.78.dist-info → boto3_stubs-1.34.86.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.78.dist-info → boto3_stubs-1.34.86.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.78.dist-info → boto3_stubs-1.34.86.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -99,6 +99,7 @@ from mypy_boto3_connect_contact_lens.client import ConnectContactLensClient
|
|
99
99
|
from mypy_boto3_connectcampaigns.client import ConnectCampaignServiceClient
|
100
100
|
from mypy_boto3_connectcases.client import ConnectCasesClient
|
101
101
|
from mypy_boto3_connectparticipant.client import ConnectParticipantClient
|
102
|
+
from mypy_boto3_controlcatalog.client import ControlCatalogClient
|
102
103
|
from mypy_boto3_controltower.client import ControlTowerClient
|
103
104
|
from mypy_boto3_cost_optimization_hub.client import CostOptimizationHubClient
|
104
105
|
from mypy_boto3_cur.client import CostandUsageReportServiceClient
|
@@ -1612,6 +1613,19 @@ def client(
|
|
1612
1613
|
config: Optional[Config] = ...,
|
1613
1614
|
) -> ConnectParticipantClient: ...
|
1614
1615
|
@overload
|
1616
|
+
def client(
|
1617
|
+
service_name: Literal["controlcatalog"],
|
1618
|
+
region_name: Optional[str] = ...,
|
1619
|
+
api_version: Optional[str] = ...,
|
1620
|
+
use_ssl: Optional[bool] = ...,
|
1621
|
+
verify: Union[bool, str, None] = ...,
|
1622
|
+
endpoint_url: Optional[str] = ...,
|
1623
|
+
aws_access_key_id: Optional[str] = ...,
|
1624
|
+
aws_secret_access_key: Optional[str] = ...,
|
1625
|
+
aws_session_token: Optional[str] = ...,
|
1626
|
+
config: Optional[Config] = ...,
|
1627
|
+
) -> ControlCatalogClient: ...
|
1628
|
+
@overload
|
1615
1629
|
def client(
|
1616
1630
|
service_name: Literal["controltower"],
|
1617
1631
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -105,6 +105,7 @@ from mypy_boto3_connect_contact_lens.client import ConnectContactLensClient
|
|
105
105
|
from mypy_boto3_connectcampaigns.client import ConnectCampaignServiceClient
|
106
106
|
from mypy_boto3_connectcases.client import ConnectCasesClient
|
107
107
|
from mypy_boto3_connectparticipant.client import ConnectParticipantClient
|
108
|
+
from mypy_boto3_controlcatalog.client import ControlCatalogClient
|
108
109
|
from mypy_boto3_controltower.client import ControlTowerClient
|
109
110
|
from mypy_boto3_cost_optimization_hub.client import CostOptimizationHubClient
|
110
111
|
from mypy_boto3_cur.client import CostandUsageReportServiceClient
|
@@ -1724,6 +1725,20 @@ class Session:
|
|
1724
1725
|
config: Optional[Config] = ...,
|
1725
1726
|
) -> ConnectParticipantClient: ...
|
1726
1727
|
@overload
|
1728
|
+
def client(
|
1729
|
+
self,
|
1730
|
+
service_name: Literal["controlcatalog"],
|
1731
|
+
region_name: Optional[str] = ...,
|
1732
|
+
api_version: Optional[str] = ...,
|
1733
|
+
use_ssl: Optional[bool] = ...,
|
1734
|
+
verify: Union[bool, str, None] = ...,
|
1735
|
+
endpoint_url: Optional[str] = ...,
|
1736
|
+
aws_access_key_id: Optional[str] = ...,
|
1737
|
+
aws_secret_access_key: Optional[str] = ...,
|
1738
|
+
aws_session_token: Optional[str] = ...,
|
1739
|
+
config: Optional[Config] = ...,
|
1740
|
+
) -> ControlCatalogClient: ...
|
1741
|
+
@overload
|
1727
1742
|
def client(
|
1728
1743
|
self,
|
1729
1744
|
service_name: Literal["controltower"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.34.
|
4
|
-
Summary: Type annotations for boto3 1.34.
|
3
|
+
Version: 1.34.86
|
4
|
+
Summary: Type annotations for boto3 1.34.86 generated with mypy-boto3-builder 7.23.2
|
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
|
@@ -134,6 +134,7 @@ Requires-Dist: mypy-boto3-connect-contact-lens <1.35.0,>=1.34.0 ; extra == 'all'
|
|
134
134
|
Requires-Dist: mypy-boto3-connectcampaigns <1.35.0,>=1.34.0 ; extra == 'all'
|
135
135
|
Requires-Dist: mypy-boto3-connectcases <1.35.0,>=1.34.0 ; extra == 'all'
|
136
136
|
Requires-Dist: mypy-boto3-connectparticipant <1.35.0,>=1.34.0 ; extra == 'all'
|
137
|
+
Requires-Dist: mypy-boto3-controlcatalog <1.35.0,>=1.34.0 ; extra == 'all'
|
137
138
|
Requires-Dist: mypy-boto3-controltower <1.35.0,>=1.34.0 ; extra == 'all'
|
138
139
|
Requires-Dist: mypy-boto3-cost-optimization-hub <1.35.0,>=1.34.0 ; extra == 'all'
|
139
140
|
Requires-Dist: mypy-boto3-cur <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -497,8 +498,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
497
498
|
Provides-Extra: billingconductor
|
498
499
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
499
500
|
Provides-Extra: boto3
|
500
|
-
Requires-Dist: boto3 ==1.34.
|
501
|
-
Requires-Dist: botocore ==1.34.
|
501
|
+
Requires-Dist: boto3 ==1.34.86 ; extra == 'boto3'
|
502
|
+
Requires-Dist: botocore ==1.34.86 ; extra == 'boto3'
|
502
503
|
Provides-Extra: braket
|
503
504
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
504
505
|
Provides-Extra: budgets
|
@@ -599,6 +600,8 @@ Provides-Extra: connectcases
|
|
599
600
|
Requires-Dist: mypy-boto3-connectcases <1.35.0,>=1.34.0 ; extra == 'connectcases'
|
600
601
|
Provides-Extra: connectparticipant
|
601
602
|
Requires-Dist: mypy-boto3-connectparticipant <1.35.0,>=1.34.0 ; extra == 'connectparticipant'
|
603
|
+
Provides-Extra: controlcatalog
|
604
|
+
Requires-Dist: mypy-boto3-controlcatalog <1.35.0,>=1.34.0 ; extra == 'controlcatalog'
|
602
605
|
Provides-Extra: controltower
|
603
606
|
Requires-Dist: mypy-boto3-controltower <1.35.0,>=1.34.0 ; extra == 'controltower'
|
604
607
|
Provides-Extra: cost-optimization-hub
|
@@ -1200,7 +1203,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1200
1203
|

|
1201
1204
|
|
1202
1205
|
Type annotations for
|
1203
|
-
[boto3 1.34.
|
1206
|
+
[boto3 1.34.86](https://boto3.amazonaws.com/v1/documentation/api/1.34.86/index.html)
|
1204
1207
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1205
1208
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1206
1209
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1582,7 +1585,7 @@ repository.
|
|
1582
1585
|
|
1583
1586
|
## Submodules
|
1584
1587
|
|
1585
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1588
|
+
- `boto3-stubs[all]` - Type annotations for all 382 services.
|
1586
1589
|
- `boto3-stubs[essential]` - Type annotations for
|
1587
1590
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1588
1591
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1863,6 +1866,9 @@ repository.
|
|
1863
1866
|
- `boto3-stubs[connectparticipant]` - Type annotations for
|
1864
1867
|
[ConnectParticipant](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectparticipant/)
|
1865
1868
|
service.
|
1869
|
+
- `boto3-stubs[controlcatalog]` - Type annotations for
|
1870
|
+
[ControlCatalog](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_controlcatalog/)
|
1871
|
+
service.
|
1866
1872
|
- `boto3-stubs[controltower]` - Type annotations for
|
1867
1873
|
[ControlTower](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_controltower/)
|
1868
1874
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=aOr9Y_a3PisV18P_LZEPyy45Z4UeCeVQOqmkxnlvqs8,205198
|
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=
|
6
|
+
boto3-stubs/session.pyi,sha256=lDCxoNQnLg1v85rQKF3Ax7C96mi5MD-2tX0RA5gRYa4,232180
|
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/utils.pyi,sha256=-TPT9ceptcx5Fx7PHeBt6u1jV-PuAudb5VYCtqf7SYg,934
|
@@ -27,8 +27,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
|
28
28
|
boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
|
29
29
|
boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
|
30
|
-
boto3_stubs-1.34.
|
31
|
-
boto3_stubs-1.34.
|
32
|
-
boto3_stubs-1.34.
|
33
|
-
boto3_stubs-1.34.
|
34
|
-
boto3_stubs-1.34.
|
30
|
+
boto3_stubs-1.34.86.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.86.dist-info/METADATA,sha256=AXeOq7tfGx_678QoPLgL3O9GjIcPN-QkAM1z2yQMe4s,141206
|
32
|
+
boto3_stubs-1.34.86.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.86.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.86.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|