boto3-stubs 1.34.117__py3-none-any.whl → 1.34.119__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.117.dist-info → boto3_stubs-1.34.119.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.117.dist-info → boto3_stubs-1.34.119.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.117.dist-info → boto3_stubs-1.34.119.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.117.dist-info → boto3_stubs-1.34.119.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.117.dist-info → boto3_stubs-1.34.119.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -379,6 +379,7 @@ from mypy_boto3_support.client import SupportClient
|
|
379
379
|
from mypy_boto3_support_app.client import SupportAppClient
|
380
380
|
from mypy_boto3_swf.client import SWFClient
|
381
381
|
from mypy_boto3_synthetics.client import SyntheticsClient
|
382
|
+
from mypy_boto3_taxsettings.client import TaxSettingsClient
|
382
383
|
from mypy_boto3_textract.client import TextractClient
|
383
384
|
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
|
384
385
|
from mypy_boto3_timestream_query.client import TimestreamQueryClient
|
@@ -5099,6 +5100,19 @@ def client(
|
|
5099
5100
|
config: Optional[Config] = ...,
|
5100
5101
|
) -> SyntheticsClient: ...
|
5101
5102
|
@overload
|
5103
|
+
def client(
|
5104
|
+
service_name: Literal["taxsettings"],
|
5105
|
+
region_name: Optional[str] = ...,
|
5106
|
+
api_version: Optional[str] = ...,
|
5107
|
+
use_ssl: Optional[bool] = ...,
|
5108
|
+
verify: Union[bool, str, None] = ...,
|
5109
|
+
endpoint_url: Optional[str] = ...,
|
5110
|
+
aws_access_key_id: Optional[str] = ...,
|
5111
|
+
aws_secret_access_key: Optional[str] = ...,
|
5112
|
+
aws_session_token: Optional[str] = ...,
|
5113
|
+
config: Optional[Config] = ...,
|
5114
|
+
) -> TaxSettingsClient: ...
|
5115
|
+
@overload
|
5102
5116
|
def client(
|
5103
5117
|
service_name: Literal["textract"],
|
5104
5118
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -385,6 +385,7 @@ from mypy_boto3_support.client import SupportClient
|
|
385
385
|
from mypy_boto3_support_app.client import SupportAppClient
|
386
386
|
from mypy_boto3_swf.client import SWFClient
|
387
387
|
from mypy_boto3_synthetics.client import SyntheticsClient
|
388
|
+
from mypy_boto3_taxsettings.client import TaxSettingsClient
|
388
389
|
from mypy_boto3_textract.client import TextractClient
|
389
390
|
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
|
390
391
|
from mypy_boto3_timestream_query.client import TimestreamQueryClient
|
@@ -5479,6 +5480,20 @@ class Session:
|
|
5479
5480
|
config: Optional[Config] = ...,
|
5480
5481
|
) -> SyntheticsClient: ...
|
5481
5482
|
@overload
|
5483
|
+
def client(
|
5484
|
+
self,
|
5485
|
+
service_name: Literal["taxsettings"],
|
5486
|
+
region_name: Optional[str] = ...,
|
5487
|
+
api_version: Optional[str] = ...,
|
5488
|
+
use_ssl: Optional[bool] = ...,
|
5489
|
+
verify: Union[bool, str, None] = ...,
|
5490
|
+
endpoint_url: Optional[str] = ...,
|
5491
|
+
aws_access_key_id: Optional[str] = ...,
|
5492
|
+
aws_secret_access_key: Optional[str] = ...,
|
5493
|
+
aws_session_token: Optional[str] = ...,
|
5494
|
+
config: Optional[Config] = ...,
|
5495
|
+
) -> TaxSettingsClient: ...
|
5496
|
+
@overload
|
5482
5497
|
def client(
|
5483
5498
|
self,
|
5484
5499
|
service_name: Literal["textract"],
|
@@ -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.119
|
4
|
+
Summary: Type annotations for boto3 1.34.119 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
|
@@ -402,6 +402,7 @@ Requires-Dist: mypy-boto3-support <1.35.0,>=1.34.0 ; extra == 'all'
|
|
402
402
|
Requires-Dist: mypy-boto3-support-app <1.35.0,>=1.34.0 ; extra == 'all'
|
403
403
|
Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'all'
|
404
404
|
Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'all'
|
405
|
+
Requires-Dist: mypy-boto3-taxsettings <1.35.0,>=1.34.0 ; extra == 'all'
|
405
406
|
Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'all'
|
406
407
|
Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'all'
|
407
408
|
Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -500,8 +501,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
500
501
|
Provides-Extra: billingconductor
|
501
502
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
502
503
|
Provides-Extra: boto3
|
503
|
-
Requires-Dist: boto3 ==1.34.
|
504
|
-
Requires-Dist: botocore ==1.34.
|
504
|
+
Requires-Dist: boto3 ==1.34.119 ; extra == 'boto3'
|
505
|
+
Requires-Dist: botocore ==1.34.119 ; extra == 'boto3'
|
505
506
|
Provides-Extra: braket
|
506
507
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
507
508
|
Provides-Extra: budgets
|
@@ -1146,6 +1147,8 @@ Provides-Extra: swf
|
|
1146
1147
|
Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'swf'
|
1147
1148
|
Provides-Extra: synthetics
|
1148
1149
|
Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'synthetics'
|
1150
|
+
Provides-Extra: taxsettings
|
1151
|
+
Requires-Dist: mypy-boto3-taxsettings <1.35.0,>=1.34.0 ; extra == 'taxsettings'
|
1149
1152
|
Provides-Extra: textract
|
1150
1153
|
Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'textract'
|
1151
1154
|
Provides-Extra: timestream-influxdb
|
@@ -1209,7 +1212,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1209
1212
|

|
1210
1213
|
|
1211
1214
|
Type annotations for
|
1212
|
-
[boto3 1.34.
|
1215
|
+
[boto3 1.34.119](https://boto3.amazonaws.com/v1/documentation/api/1.34.119/index.html)
|
1213
1216
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1214
1217
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1215
1218
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1591,7 +1594,7 @@ repository.
|
|
1591
1594
|
|
1592
1595
|
## Submodules
|
1593
1596
|
|
1594
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1597
|
+
- `boto3-stubs[all]` - Type annotations for all 385 services.
|
1595
1598
|
- `boto3-stubs[essential]` - Type annotations for
|
1596
1599
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1597
1600
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -2642,6 +2645,9 @@ repository.
|
|
2642
2645
|
- `boto3-stubs[synthetics]` - Type annotations for
|
2643
2646
|
[Synthetics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_synthetics/)
|
2644
2647
|
service.
|
2648
|
+
- `boto3-stubs[taxsettings]` - Type annotations for
|
2649
|
+
[TaxSettings](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_taxsettings/)
|
2650
|
+
service.
|
2645
2651
|
- `boto3-stubs[textract]` - Type annotations for
|
2646
2652
|
[Textract](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_textract/)
|
2647
2653
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=8Amt9ziOLwTffcHdhFCI31yZvbl_dHhBqEhnfsVtskk,206762
|
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=SkQPEtf-ZM5QJbH-B1xDJF2FwRdn4gloJy1sqiwb_lw,233942
|
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.119.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.119.dist-info/METADATA,sha256=B8BFFkttdBS4GwcZSvVLWGmWwZ5Z4ER2Wj_g6Z7HfZs,142221
|
32
|
+
boto3_stubs-1.34.119.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.119.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.119.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|