boto3-stubs 1.34.109__py3-none-any.whl → 1.34.111__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.109.dist-info → boto3_stubs-1.34.111.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.109.dist-info → boto3_stubs-1.34.111.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.109.dist-info → boto3_stubs-1.34.111.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.109.dist-info → boto3_stubs-1.34.111.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.109.dist-info → boto3_stubs-1.34.111.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -236,6 +236,7 @@ from mypy_boto3_lookoutvision.client import LookoutforVisionClient
|
|
236
236
|
from mypy_boto3_m2.client import MainframeModernizationClient
|
237
237
|
from mypy_boto3_machinelearning.client import MachineLearningClient
|
238
238
|
from mypy_boto3_macie2.client import Macie2Client
|
239
|
+
from mypy_boto3_mailmanager.client import MailManagerClient
|
239
240
|
from mypy_boto3_managedblockchain.client import ManagedBlockchainClient
|
240
241
|
from mypy_boto3_managedblockchain_query.client import ManagedBlockchainQueryClient
|
241
242
|
from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
|
@@ -3291,6 +3292,19 @@ def client(
|
|
3291
3292
|
config: Optional[Config] = ...,
|
3292
3293
|
) -> Macie2Client: ...
|
3293
3294
|
@overload
|
3295
|
+
def client(
|
3296
|
+
service_name: Literal["mailmanager"],
|
3297
|
+
region_name: Optional[str] = ...,
|
3298
|
+
api_version: Optional[str] = ...,
|
3299
|
+
use_ssl: Optional[bool] = ...,
|
3300
|
+
verify: Union[bool, str, None] = ...,
|
3301
|
+
endpoint_url: Optional[str] = ...,
|
3302
|
+
aws_access_key_id: Optional[str] = ...,
|
3303
|
+
aws_secret_access_key: Optional[str] = ...,
|
3304
|
+
aws_session_token: Optional[str] = ...,
|
3305
|
+
config: Optional[Config] = ...,
|
3306
|
+
) -> MailManagerClient: ...
|
3307
|
+
@overload
|
3294
3308
|
def client(
|
3295
3309
|
service_name: Literal["managedblockchain"],
|
3296
3310
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -242,6 +242,7 @@ from mypy_boto3_lookoutvision.client import LookoutforVisionClient
|
|
242
242
|
from mypy_boto3_m2.client import MainframeModernizationClient
|
243
243
|
from mypy_boto3_machinelearning.client import MachineLearningClient
|
244
244
|
from mypy_boto3_macie2.client import Macie2Client
|
245
|
+
from mypy_boto3_mailmanager.client import MailManagerClient
|
245
246
|
from mypy_boto3_managedblockchain.client import ManagedBlockchainClient
|
246
247
|
from mypy_boto3_managedblockchain_query.client import ManagedBlockchainQueryClient
|
247
248
|
from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
|
@@ -3532,6 +3533,20 @@ class Session:
|
|
3532
3533
|
config: Optional[Config] = ...,
|
3533
3534
|
) -> Macie2Client: ...
|
3534
3535
|
@overload
|
3536
|
+
def client(
|
3537
|
+
self,
|
3538
|
+
service_name: Literal["mailmanager"],
|
3539
|
+
region_name: Optional[str] = ...,
|
3540
|
+
api_version: Optional[str] = ...,
|
3541
|
+
use_ssl: Optional[bool] = ...,
|
3542
|
+
verify: Union[bool, str, None] = ...,
|
3543
|
+
endpoint_url: Optional[str] = ...,
|
3544
|
+
aws_access_key_id: Optional[str] = ...,
|
3545
|
+
aws_secret_access_key: Optional[str] = ...,
|
3546
|
+
aws_session_token: Optional[str] = ...,
|
3547
|
+
config: Optional[Config] = ...,
|
3548
|
+
) -> MailManagerClient: ...
|
3549
|
+
@overload
|
3535
3550
|
def client(
|
3536
3551
|
self,
|
3537
3552
|
service_name: Literal["managedblockchain"],
|
@@ -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.111
|
4
|
+
Summary: Type annotations for boto3 1.34.111 generated with mypy-boto3-builder 7.24.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
|
@@ -263,6 +263,7 @@ Requires-Dist: mypy-boto3-lookoutvision <1.35.0,>=1.34.0 ; extra == 'all'
|
|
263
263
|
Requires-Dist: mypy-boto3-m2 <1.35.0,>=1.34.0 ; extra == 'all'
|
264
264
|
Requires-Dist: mypy-boto3-machinelearning <1.35.0,>=1.34.0 ; extra == 'all'
|
265
265
|
Requires-Dist: mypy-boto3-macie2 <1.35.0,>=1.34.0 ; extra == 'all'
|
266
|
+
Requires-Dist: mypy-boto3-mailmanager <1.35.0,>=1.34.0 ; extra == 'all'
|
266
267
|
Requires-Dist: mypy-boto3-managedblockchain <1.35.0,>=1.34.0 ; extra == 'all'
|
267
268
|
Requires-Dist: mypy-boto3-managedblockchain-query <1.35.0,>=1.34.0 ; extra == 'all'
|
268
269
|
Requires-Dist: mypy-boto3-marketplace-agreement <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -499,8 +500,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
499
500
|
Provides-Extra: billingconductor
|
500
501
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
501
502
|
Provides-Extra: boto3
|
502
|
-
Requires-Dist: boto3 ==1.34.
|
503
|
-
Requires-Dist: botocore ==1.34.
|
503
|
+
Requires-Dist: boto3 ==1.34.111 ; extra == 'boto3'
|
504
|
+
Requires-Dist: botocore ==1.34.111 ; extra == 'boto3'
|
504
505
|
Provides-Extra: braket
|
505
506
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
506
507
|
Provides-Extra: budgets
|
@@ -867,6 +868,8 @@ Provides-Extra: machinelearning
|
|
867
868
|
Requires-Dist: mypy-boto3-machinelearning <1.35.0,>=1.34.0 ; extra == 'machinelearning'
|
868
869
|
Provides-Extra: macie2
|
869
870
|
Requires-Dist: mypy-boto3-macie2 <1.35.0,>=1.34.0 ; extra == 'macie2'
|
871
|
+
Provides-Extra: mailmanager
|
872
|
+
Requires-Dist: mypy-boto3-mailmanager <1.35.0,>=1.34.0 ; extra == 'mailmanager'
|
870
873
|
Provides-Extra: managedblockchain
|
871
874
|
Requires-Dist: mypy-boto3-managedblockchain <1.35.0,>=1.34.0 ; extra == 'managedblockchain'
|
872
875
|
Provides-Extra: managedblockchain-query
|
@@ -1206,7 +1209,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1206
1209
|

|
1207
1210
|
|
1208
1211
|
Type annotations for
|
1209
|
-
[boto3 1.34.
|
1212
|
+
[boto3 1.34.111](https://boto3.amazonaws.com/v1/documentation/api/1.34.111/index.html)
|
1210
1213
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1211
1214
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1212
1215
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1588,7 +1591,7 @@ repository.
|
|
1588
1591
|
|
1589
1592
|
## Submodules
|
1590
1593
|
|
1591
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1594
|
+
- `boto3-stubs[all]` - Type annotations for all 384 services.
|
1592
1595
|
- `boto3-stubs[essential]` - Type annotations for
|
1593
1596
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1594
1597
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -2238,6 +2241,9 @@ repository.
|
|
2238
2241
|
- `boto3-stubs[macie2]` - Type annotations for
|
2239
2242
|
[Macie2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_macie2/)
|
2240
2243
|
service.
|
2244
|
+
- `boto3-stubs[mailmanager]` - Type annotations for
|
2245
|
+
[MailManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mailmanager/)
|
2246
|
+
service.
|
2241
2247
|
- `boto3-stubs[managedblockchain]` - Type annotations for
|
2242
2248
|
[ManagedBlockchain](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_managedblockchain/)
|
2243
2249
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=JknSgF8Pg8zVlixUB91-Aj6BQMM3jGKQQJy5f0n47SY,206246
|
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=yi1KDaQOoTWFG_Twgyt0dtlX4AYKMqTg0WHYs2YKNq0,233360
|
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.111.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.111.dist-info/METADATA,sha256=H2Ge2VwbD_1OIF9r3CBkm00clyG2cUZjenojd3cZrcQ,141894
|
32
|
+
boto3_stubs-1.34.111.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.111.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.111.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|