boto3-stubs 1.34.47__py3-none-any.whl → 1.34.73__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 +16 -16
- boto3-stubs/session.pyi +17 -17
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.73.dist-info}/METADATA +13 -13
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.73.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.73.dist-info}/WHEEL +1 -1
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.73.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.73.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -50,7 +50,7 @@ from mypy_boto3_billingconductor.client import BillingConductorClient
|
|
50
50
|
from mypy_boto3_braket.client import BraketClient
|
51
51
|
from mypy_boto3_budgets.client import BudgetsClient
|
52
52
|
from mypy_boto3_ce.client import CostExplorerClient
|
53
|
-
from mypy_boto3_chatbot.client import
|
53
|
+
from mypy_boto3_chatbot.client import ChatbotClient
|
54
54
|
from mypy_boto3_chime.client import ChimeClient
|
55
55
|
from mypy_boto3_chime_sdk_identity.client import ChimeSDKIdentityClient
|
56
56
|
from mypy_boto3_chime_sdk_media_pipelines.client import ChimeSDKMediaPipelinesClient
|
@@ -182,7 +182,6 @@ from mypy_boto3_iot1click_projects.client import IoT1ClickProjectsClient
|
|
182
182
|
from mypy_boto3_iot.client import IoTClient
|
183
183
|
from mypy_boto3_iot_data.client import IoTDataPlaneClient
|
184
184
|
from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
|
185
|
-
from mypy_boto3_iot_roborunner.client import IoTRoboRunnerClient
|
186
185
|
from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
187
186
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
188
187
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
@@ -376,6 +375,7 @@ from mypy_boto3_support_app.client import SupportAppClient
|
|
376
375
|
from mypy_boto3_swf.client import SWFClient
|
377
376
|
from mypy_boto3_synthetics.client import SyntheticsClient
|
378
377
|
from mypy_boto3_textract.client import TextractClient
|
378
|
+
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
|
379
379
|
from mypy_boto3_timestream_query.client import TimestreamQueryClient
|
380
380
|
from mypy_boto3_timestream_write.client import TimestreamWriteClient
|
381
381
|
from mypy_boto3_tnb.client import TelcoNetworkBuilderClient
|
@@ -1010,7 +1010,7 @@ def client(
|
|
1010
1010
|
aws_secret_access_key: Optional[str] = ...,
|
1011
1011
|
aws_session_token: Optional[str] = ...,
|
1012
1012
|
config: Optional[Config] = ...,
|
1013
|
-
) ->
|
1013
|
+
) -> ChatbotClient: ...
|
1014
1014
|
@overload
|
1015
1015
|
def client(
|
1016
1016
|
service_name: Literal["chime"],
|
@@ -2611,19 +2611,6 @@ def client(
|
|
2611
2611
|
config: Optional[Config] = ...,
|
2612
2612
|
) -> IoTJobsDataPlaneClient: ...
|
2613
2613
|
@overload
|
2614
|
-
def client(
|
2615
|
-
service_name: Literal["iot-roborunner"],
|
2616
|
-
region_name: Optional[str] = ...,
|
2617
|
-
api_version: Optional[str] = ...,
|
2618
|
-
use_ssl: Optional[bool] = ...,
|
2619
|
-
verify: Union[bool, str, None] = ...,
|
2620
|
-
endpoint_url: Optional[str] = ...,
|
2621
|
-
aws_access_key_id: Optional[str] = ...,
|
2622
|
-
aws_secret_access_key: Optional[str] = ...,
|
2623
|
-
aws_session_token: Optional[str] = ...,
|
2624
|
-
config: Optional[Config] = ...,
|
2625
|
-
) -> IoTRoboRunnerClient: ...
|
2626
|
-
@overload
|
2627
2614
|
def client(
|
2628
2615
|
service_name: Literal["iot1click-devices"],
|
2629
2616
|
region_name: Optional[str] = ...,
|
@@ -5055,6 +5042,19 @@ def client(
|
|
5055
5042
|
config: Optional[Config] = ...,
|
5056
5043
|
) -> TextractClient: ...
|
5057
5044
|
@overload
|
5045
|
+
def client(
|
5046
|
+
service_name: Literal["timestream-influxdb"],
|
5047
|
+
region_name: Optional[str] = ...,
|
5048
|
+
api_version: Optional[str] = ...,
|
5049
|
+
use_ssl: Optional[bool] = ...,
|
5050
|
+
verify: Union[bool, str, None] = ...,
|
5051
|
+
endpoint_url: Optional[str] = ...,
|
5052
|
+
aws_access_key_id: Optional[str] = ...,
|
5053
|
+
aws_secret_access_key: Optional[str] = ...,
|
5054
|
+
aws_session_token: Optional[str] = ...,
|
5055
|
+
config: Optional[Config] = ...,
|
5056
|
+
) -> TimestreamInfluxDBClient: ...
|
5057
|
+
@overload
|
5058
5058
|
def client(
|
5059
5059
|
service_name: Literal["timestream-query"],
|
5060
5060
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -56,7 +56,7 @@ from mypy_boto3_billingconductor.client import BillingConductorClient
|
|
56
56
|
from mypy_boto3_braket.client import BraketClient
|
57
57
|
from mypy_boto3_budgets.client import BudgetsClient
|
58
58
|
from mypy_boto3_ce.client import CostExplorerClient
|
59
|
-
from mypy_boto3_chatbot.client import
|
59
|
+
from mypy_boto3_chatbot.client import ChatbotClient
|
60
60
|
from mypy_boto3_chime.client import ChimeClient
|
61
61
|
from mypy_boto3_chime_sdk_identity.client import ChimeSDKIdentityClient
|
62
62
|
from mypy_boto3_chime_sdk_media_pipelines.client import ChimeSDKMediaPipelinesClient
|
@@ -188,7 +188,6 @@ from mypy_boto3_iot1click_projects.client import IoT1ClickProjectsClient
|
|
188
188
|
from mypy_boto3_iot.client import IoTClient
|
189
189
|
from mypy_boto3_iot_data.client import IoTDataPlaneClient
|
190
190
|
from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
|
191
|
-
from mypy_boto3_iot_roborunner.client import IoTRoboRunnerClient
|
192
191
|
from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
193
192
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
194
193
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
@@ -382,6 +381,7 @@ from mypy_boto3_support_app.client import SupportAppClient
|
|
382
381
|
from mypy_boto3_swf.client import SWFClient
|
383
382
|
from mypy_boto3_synthetics.client import SyntheticsClient
|
384
383
|
from mypy_boto3_textract.client import TextractClient
|
384
|
+
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
|
385
385
|
from mypy_boto3_timestream_query.client import TimestreamQueryClient
|
386
386
|
from mypy_boto3_timestream_write.client import TimestreamWriteClient
|
387
387
|
from mypy_boto3_tnb.client import TelcoNetworkBuilderClient
|
@@ -1076,7 +1076,7 @@ class Session:
|
|
1076
1076
|
aws_secret_access_key: Optional[str] = ...,
|
1077
1077
|
aws_session_token: Optional[str] = ...,
|
1078
1078
|
config: Optional[Config] = ...,
|
1079
|
-
) ->
|
1079
|
+
) -> ChatbotClient: ...
|
1080
1080
|
@overload
|
1081
1081
|
def client(
|
1082
1082
|
self,
|
@@ -2800,20 +2800,6 @@ class Session:
|
|
2800
2800
|
config: Optional[Config] = ...,
|
2801
2801
|
) -> IoTJobsDataPlaneClient: ...
|
2802
2802
|
@overload
|
2803
|
-
def client(
|
2804
|
-
self,
|
2805
|
-
service_name: Literal["iot-roborunner"],
|
2806
|
-
region_name: Optional[str] = ...,
|
2807
|
-
api_version: Optional[str] = ...,
|
2808
|
-
use_ssl: Optional[bool] = ...,
|
2809
|
-
verify: Union[bool, str, None] = ...,
|
2810
|
-
endpoint_url: Optional[str] = ...,
|
2811
|
-
aws_access_key_id: Optional[str] = ...,
|
2812
|
-
aws_secret_access_key: Optional[str] = ...,
|
2813
|
-
aws_session_token: Optional[str] = ...,
|
2814
|
-
config: Optional[Config] = ...,
|
2815
|
-
) -> IoTRoboRunnerClient: ...
|
2816
|
-
@overload
|
2817
2803
|
def client(
|
2818
2804
|
self,
|
2819
2805
|
service_name: Literal["iot1click-devices"],
|
@@ -5432,6 +5418,20 @@ class Session:
|
|
5432
5418
|
config: Optional[Config] = ...,
|
5433
5419
|
) -> TextractClient: ...
|
5434
5420
|
@overload
|
5421
|
+
def client(
|
5422
|
+
self,
|
5423
|
+
service_name: Literal["timestream-influxdb"],
|
5424
|
+
region_name: Optional[str] = ...,
|
5425
|
+
api_version: Optional[str] = ...,
|
5426
|
+
use_ssl: Optional[bool] = ...,
|
5427
|
+
verify: Union[bool, str, None] = ...,
|
5428
|
+
endpoint_url: Optional[str] = ...,
|
5429
|
+
aws_access_key_id: Optional[str] = ...,
|
5430
|
+
aws_secret_access_key: Optional[str] = ...,
|
5431
|
+
aws_session_token: Optional[str] = ...,
|
5432
|
+
config: Optional[Config] = ...,
|
5433
|
+
) -> TimestreamInfluxDBClient: ...
|
5434
|
+
@overload
|
5435
5435
|
def client(
|
5436
5436
|
self,
|
5437
5437
|
service_name: Literal["timestream-query"],
|
@@ -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.73
|
4
|
+
Summary: Type annotations for boto3 1.34.73 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
|
@@ -211,7 +211,6 @@ Requires-Dist: mypy-boto3-internetmonitor <1.35.0,>=1.34.0 ; extra == 'all'
|
|
211
211
|
Requires-Dist: mypy-boto3-iot <1.35.0,>=1.34.0 ; extra == 'all'
|
212
212
|
Requires-Dist: mypy-boto3-iot-data <1.35.0,>=1.34.0 ; extra == 'all'
|
213
213
|
Requires-Dist: mypy-boto3-iot-jobs-data <1.35.0,>=1.34.0 ; extra == 'all'
|
214
|
-
Requires-Dist: mypy-boto3-iot-roborunner <1.35.0,>=1.34.0 ; extra == 'all'
|
215
214
|
Requires-Dist: mypy-boto3-iot1click-devices <1.35.0,>=1.34.0 ; extra == 'all'
|
216
215
|
Requires-Dist: mypy-boto3-iot1click-projects <1.35.0,>=1.34.0 ; extra == 'all'
|
217
216
|
Requires-Dist: mypy-boto3-iotanalytics <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -399,6 +398,7 @@ Requires-Dist: mypy-boto3-support-app <1.35.0,>=1.34.0 ; extra == 'all'
|
|
399
398
|
Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'all'
|
400
399
|
Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'all'
|
401
400
|
Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'all'
|
401
|
+
Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'all'
|
402
402
|
Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'all'
|
403
403
|
Requires-Dist: mypy-boto3-timestream-write <1.35.0,>=1.34.0 ; extra == 'all'
|
404
404
|
Requires-Dist: mypy-boto3-tnb <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -495,8 +495,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
495
495
|
Provides-Extra: billingconductor
|
496
496
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
497
497
|
Provides-Extra: boto3
|
498
|
-
Requires-Dist: boto3 ==1.34.
|
499
|
-
Requires-Dist: botocore ==1.34.
|
498
|
+
Requires-Dist: boto3 ==1.34.73 ; extra == 'boto3'
|
499
|
+
Requires-Dist: botocore ==1.34.73 ; extra == 'boto3'
|
500
500
|
Provides-Extra: braket
|
501
501
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
502
502
|
Provides-Extra: budgets
|
@@ -759,8 +759,6 @@ Provides-Extra: iot-data
|
|
759
759
|
Requires-Dist: mypy-boto3-iot-data <1.35.0,>=1.34.0 ; extra == 'iot-data'
|
760
760
|
Provides-Extra: iot-jobs-data
|
761
761
|
Requires-Dist: mypy-boto3-iot-jobs-data <1.35.0,>=1.34.0 ; extra == 'iot-jobs-data'
|
762
|
-
Provides-Extra: iot-roborunner
|
763
|
-
Requires-Dist: mypy-boto3-iot-roborunner <1.35.0,>=1.34.0 ; extra == 'iot-roborunner'
|
764
762
|
Provides-Extra: iot1click-devices
|
765
763
|
Requires-Dist: mypy-boto3-iot1click-devices <1.35.0,>=1.34.0 ; extra == 'iot1click-devices'
|
766
764
|
Provides-Extra: iot1click-projects
|
@@ -1135,6 +1133,8 @@ Provides-Extra: synthetics
|
|
1135
1133
|
Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'synthetics'
|
1136
1134
|
Provides-Extra: textract
|
1137
1135
|
Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'textract'
|
1136
|
+
Provides-Extra: timestream-influxdb
|
1137
|
+
Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'timestream-influxdb'
|
1138
1138
|
Provides-Extra: timestream-query
|
1139
1139
|
Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'timestream-query'
|
1140
1140
|
Provides-Extra: timestream-write
|
@@ -1194,7 +1194,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1194
1194
|

|
1195
1195
|
|
1196
1196
|
Type annotations for
|
1197
|
-
[boto3 1.34.
|
1197
|
+
[boto3 1.34.73](https://boto3.amazonaws.com/v1/documentation/api/1.34.73/index.html)
|
1198
1198
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1199
1199
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1200
1200
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1203,7 +1203,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
1203
1203
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1204
1204
|
|
1205
1205
|
Generated by
|
1206
|
-
[mypy-boto3-builder 7.23.
|
1206
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
1207
1207
|
|
1208
1208
|
More information can be found in
|
1209
1209
|
[boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
|
@@ -1717,7 +1717,7 @@ repository.
|
|
1717
1717
|
[CostExplorer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ce/)
|
1718
1718
|
service.
|
1719
1719
|
- `boto3-stubs[chatbot]` - Type annotations for
|
1720
|
-
[
|
1720
|
+
[Chatbot](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chatbot/)
|
1721
1721
|
service.
|
1722
1722
|
- `boto3-stubs[chime]` - Type annotations for
|
1723
1723
|
[Chime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime/)
|
@@ -2072,9 +2072,6 @@ repository.
|
|
2072
2072
|
- `boto3-stubs[iot-jobs-data]` - Type annotations for
|
2073
2073
|
[IoTJobsDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_jobs_data/)
|
2074
2074
|
service.
|
2075
|
-
- `boto3-stubs[iot-roborunner]` - Type annotations for
|
2076
|
-
[IoTRoboRunner](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_roborunner/)
|
2077
|
-
service.
|
2078
2075
|
- `boto3-stubs[iot1click-devices]` - Type annotations for
|
2079
2076
|
[IoT1ClickDevicesService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_devices/)
|
2080
2077
|
service.
|
@@ -2618,6 +2615,9 @@ repository.
|
|
2618
2615
|
- `boto3-stubs[textract]` - Type annotations for
|
2619
2616
|
[Textract](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_textract/)
|
2620
2617
|
service.
|
2618
|
+
- `boto3-stubs[timestream-influxdb]` - Type annotations for
|
2619
|
+
[TimestreamInfluxDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_influxdb/)
|
2620
|
+
service.
|
2621
2621
|
- `boto3-stubs[timestream-query]` - Type annotations for
|
2622
2622
|
[TimestreamQuery](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_query/)
|
2623
2623
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=Xp1r55kepChr4G2xPn-EY5BTXRCshFWUbda4DLzAoBA,203624
|
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=sIwliwMiJ-LgCwJKUO1dMY0-4sueDaymWgmrY5C6awg,230408
|
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.73.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.73.dist-info/METADATA,sha256=3IJ0KNnuzvwR-p9HxznyLFWcDGtwDVd7KYt3cEZADwY,140192
|
32
|
+
boto3_stubs-1.34.73.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.73.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.73.dist-info/RECORD,,
|
File without changes
|
File without changes
|