boto3-stubs 1.34.47__py3-none-any.whl → 1.34.78__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 +44 -16
- boto3-stubs/session.pyi +47 -17
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.78.dist-info}/METADATA +26 -14
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.78.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.78.dist-info}/WHEEL +1 -1
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.78.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.47.dist-info → boto3_stubs-1.34.78.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
|
@@ -78,6 +78,7 @@ from mypy_boto3_codeartifact.client import CodeArtifactClient
|
|
78
78
|
from mypy_boto3_codebuild.client import CodeBuildClient
|
79
79
|
from mypy_boto3_codecatalyst.client import CodeCatalystClient
|
80
80
|
from mypy_boto3_codecommit.client import CodeCommitClient
|
81
|
+
from mypy_boto3_codeconnections.client import CodeConnectionsClient
|
81
82
|
from mypy_boto3_codedeploy.client import CodeDeployClient
|
82
83
|
from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
|
83
84
|
from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
|
@@ -108,6 +109,7 @@ from mypy_boto3_datapipeline.client import DataPipelineClient
|
|
108
109
|
from mypy_boto3_datasync.client import DataSyncClient
|
109
110
|
from mypy_boto3_datazone.client import DataZoneClient
|
110
111
|
from mypy_boto3_dax.client import DAXClient
|
112
|
+
from mypy_boto3_deadline.client import DeadlineCloudClient
|
111
113
|
from mypy_boto3_detective.client import DetectiveClient
|
112
114
|
from mypy_boto3_devicefarm.client import DeviceFarmClient
|
113
115
|
from mypy_boto3_devops_guru.client import DevOpsGuruClient
|
@@ -182,7 +184,6 @@ from mypy_boto3_iot1click_projects.client import IoT1ClickProjectsClient
|
|
182
184
|
from mypy_boto3_iot.client import IoTClient
|
183
185
|
from mypy_boto3_iot_data.client import IoTDataPlaneClient
|
184
186
|
from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
|
185
|
-
from mypy_boto3_iot_roborunner.client import IoTRoboRunnerClient
|
186
187
|
from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
187
188
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
188
189
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
@@ -376,6 +377,7 @@ from mypy_boto3_support_app.client import SupportAppClient
|
|
376
377
|
from mypy_boto3_swf.client import SWFClient
|
377
378
|
from mypy_boto3_synthetics.client import SyntheticsClient
|
378
379
|
from mypy_boto3_textract.client import TextractClient
|
380
|
+
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
|
379
381
|
from mypy_boto3_timestream_query.client import TimestreamQueryClient
|
380
382
|
from mypy_boto3_timestream_write.client import TimestreamWriteClient
|
381
383
|
from mypy_boto3_tnb.client import TelcoNetworkBuilderClient
|
@@ -1010,7 +1012,7 @@ def client(
|
|
1010
1012
|
aws_secret_access_key: Optional[str] = ...,
|
1011
1013
|
aws_session_token: Optional[str] = ...,
|
1012
1014
|
config: Optional[Config] = ...,
|
1013
|
-
) ->
|
1015
|
+
) -> ChatbotClient: ...
|
1014
1016
|
@overload
|
1015
1017
|
def client(
|
1016
1018
|
service_name: Literal["chime"],
|
@@ -1337,6 +1339,19 @@ def client(
|
|
1337
1339
|
config: Optional[Config] = ...,
|
1338
1340
|
) -> CodeCommitClient: ...
|
1339
1341
|
@overload
|
1342
|
+
def client(
|
1343
|
+
service_name: Literal["codeconnections"],
|
1344
|
+
region_name: Optional[str] = ...,
|
1345
|
+
api_version: Optional[str] = ...,
|
1346
|
+
use_ssl: Optional[bool] = ...,
|
1347
|
+
verify: Union[bool, str, None] = ...,
|
1348
|
+
endpoint_url: Optional[str] = ...,
|
1349
|
+
aws_access_key_id: Optional[str] = ...,
|
1350
|
+
aws_secret_access_key: Optional[str] = ...,
|
1351
|
+
aws_session_token: Optional[str] = ...,
|
1352
|
+
config: Optional[Config] = ...,
|
1353
|
+
) -> CodeConnectionsClient: ...
|
1354
|
+
@overload
|
1340
1355
|
def client(
|
1341
1356
|
service_name: Literal["codedeploy"],
|
1342
1357
|
region_name: Optional[str] = ...,
|
@@ -1727,6 +1742,19 @@ def client(
|
|
1727
1742
|
config: Optional[Config] = ...,
|
1728
1743
|
) -> DAXClient: ...
|
1729
1744
|
@overload
|
1745
|
+
def client(
|
1746
|
+
service_name: Literal["deadline"],
|
1747
|
+
region_name: Optional[str] = ...,
|
1748
|
+
api_version: Optional[str] = ...,
|
1749
|
+
use_ssl: Optional[bool] = ...,
|
1750
|
+
verify: Union[bool, str, None] = ...,
|
1751
|
+
endpoint_url: Optional[str] = ...,
|
1752
|
+
aws_access_key_id: Optional[str] = ...,
|
1753
|
+
aws_secret_access_key: Optional[str] = ...,
|
1754
|
+
aws_session_token: Optional[str] = ...,
|
1755
|
+
config: Optional[Config] = ...,
|
1756
|
+
) -> DeadlineCloudClient: ...
|
1757
|
+
@overload
|
1730
1758
|
def client(
|
1731
1759
|
service_name: Literal["detective"],
|
1732
1760
|
region_name: Optional[str] = ...,
|
@@ -2611,19 +2639,6 @@ def client(
|
|
2611
2639
|
config: Optional[Config] = ...,
|
2612
2640
|
) -> IoTJobsDataPlaneClient: ...
|
2613
2641
|
@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
2642
|
def client(
|
2628
2643
|
service_name: Literal["iot1click-devices"],
|
2629
2644
|
region_name: Optional[str] = ...,
|
@@ -5055,6 +5070,19 @@ def client(
|
|
5055
5070
|
config: Optional[Config] = ...,
|
5056
5071
|
) -> TextractClient: ...
|
5057
5072
|
@overload
|
5073
|
+
def client(
|
5074
|
+
service_name: Literal["timestream-influxdb"],
|
5075
|
+
region_name: Optional[str] = ...,
|
5076
|
+
api_version: Optional[str] = ...,
|
5077
|
+
use_ssl: Optional[bool] = ...,
|
5078
|
+
verify: Union[bool, str, None] = ...,
|
5079
|
+
endpoint_url: Optional[str] = ...,
|
5080
|
+
aws_access_key_id: Optional[str] = ...,
|
5081
|
+
aws_secret_access_key: Optional[str] = ...,
|
5082
|
+
aws_session_token: Optional[str] = ...,
|
5083
|
+
config: Optional[Config] = ...,
|
5084
|
+
) -> TimestreamInfluxDBClient: ...
|
5085
|
+
@overload
|
5058
5086
|
def client(
|
5059
5087
|
service_name: Literal["timestream-query"],
|
5060
5088
|
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
|
@@ -84,6 +84,7 @@ from mypy_boto3_codeartifact.client import CodeArtifactClient
|
|
84
84
|
from mypy_boto3_codebuild.client import CodeBuildClient
|
85
85
|
from mypy_boto3_codecatalyst.client import CodeCatalystClient
|
86
86
|
from mypy_boto3_codecommit.client import CodeCommitClient
|
87
|
+
from mypy_boto3_codeconnections.client import CodeConnectionsClient
|
87
88
|
from mypy_boto3_codedeploy.client import CodeDeployClient
|
88
89
|
from mypy_boto3_codeguru_reviewer.client import CodeGuruReviewerClient
|
89
90
|
from mypy_boto3_codeguru_security.client import CodeGuruSecurityClient
|
@@ -114,6 +115,7 @@ from mypy_boto3_datapipeline.client import DataPipelineClient
|
|
114
115
|
from mypy_boto3_datasync.client import DataSyncClient
|
115
116
|
from mypy_boto3_datazone.client import DataZoneClient
|
116
117
|
from mypy_boto3_dax.client import DAXClient
|
118
|
+
from mypy_boto3_deadline.client import DeadlineCloudClient
|
117
119
|
from mypy_boto3_detective.client import DetectiveClient
|
118
120
|
from mypy_boto3_devicefarm.client import DeviceFarmClient
|
119
121
|
from mypy_boto3_devops_guru.client import DevOpsGuruClient
|
@@ -188,7 +190,6 @@ from mypy_boto3_iot1click_projects.client import IoT1ClickProjectsClient
|
|
188
190
|
from mypy_boto3_iot.client import IoTClient
|
189
191
|
from mypy_boto3_iot_data.client import IoTDataPlaneClient
|
190
192
|
from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
|
191
|
-
from mypy_boto3_iot_roborunner.client import IoTRoboRunnerClient
|
192
193
|
from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
|
193
194
|
from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
194
195
|
from mypy_boto3_iotevents.client import IoTEventsClient
|
@@ -382,6 +383,7 @@ from mypy_boto3_support_app.client import SupportAppClient
|
|
382
383
|
from mypy_boto3_swf.client import SWFClient
|
383
384
|
from mypy_boto3_synthetics.client import SyntheticsClient
|
384
385
|
from mypy_boto3_textract.client import TextractClient
|
386
|
+
from mypy_boto3_timestream_influxdb.client import TimestreamInfluxDBClient
|
385
387
|
from mypy_boto3_timestream_query.client import TimestreamQueryClient
|
386
388
|
from mypy_boto3_timestream_write.client import TimestreamWriteClient
|
387
389
|
from mypy_boto3_tnb.client import TelcoNetworkBuilderClient
|
@@ -1076,7 +1078,7 @@ class Session:
|
|
1076
1078
|
aws_secret_access_key: Optional[str] = ...,
|
1077
1079
|
aws_session_token: Optional[str] = ...,
|
1078
1080
|
config: Optional[Config] = ...,
|
1079
|
-
) ->
|
1081
|
+
) -> ChatbotClient: ...
|
1080
1082
|
@overload
|
1081
1083
|
def client(
|
1082
1084
|
self,
|
@@ -1428,6 +1430,20 @@ class Session:
|
|
1428
1430
|
config: Optional[Config] = ...,
|
1429
1431
|
) -> CodeCommitClient: ...
|
1430
1432
|
@overload
|
1433
|
+
def client(
|
1434
|
+
self,
|
1435
|
+
service_name: Literal["codeconnections"],
|
1436
|
+
region_name: Optional[str] = ...,
|
1437
|
+
api_version: Optional[str] = ...,
|
1438
|
+
use_ssl: Optional[bool] = ...,
|
1439
|
+
verify: Union[bool, str, None] = ...,
|
1440
|
+
endpoint_url: Optional[str] = ...,
|
1441
|
+
aws_access_key_id: Optional[str] = ...,
|
1442
|
+
aws_secret_access_key: Optional[str] = ...,
|
1443
|
+
aws_session_token: Optional[str] = ...,
|
1444
|
+
config: Optional[Config] = ...,
|
1445
|
+
) -> CodeConnectionsClient: ...
|
1446
|
+
@overload
|
1431
1447
|
def client(
|
1432
1448
|
self,
|
1433
1449
|
service_name: Literal["codedeploy"],
|
@@ -1848,6 +1864,20 @@ class Session:
|
|
1848
1864
|
config: Optional[Config] = ...,
|
1849
1865
|
) -> DAXClient: ...
|
1850
1866
|
@overload
|
1867
|
+
def client(
|
1868
|
+
self,
|
1869
|
+
service_name: Literal["deadline"],
|
1870
|
+
region_name: Optional[str] = ...,
|
1871
|
+
api_version: Optional[str] = ...,
|
1872
|
+
use_ssl: Optional[bool] = ...,
|
1873
|
+
verify: Union[bool, str, None] = ...,
|
1874
|
+
endpoint_url: Optional[str] = ...,
|
1875
|
+
aws_access_key_id: Optional[str] = ...,
|
1876
|
+
aws_secret_access_key: Optional[str] = ...,
|
1877
|
+
aws_session_token: Optional[str] = ...,
|
1878
|
+
config: Optional[Config] = ...,
|
1879
|
+
) -> DeadlineCloudClient: ...
|
1880
|
+
@overload
|
1851
1881
|
def client(
|
1852
1882
|
self,
|
1853
1883
|
service_name: Literal["detective"],
|
@@ -2800,20 +2830,6 @@ class Session:
|
|
2800
2830
|
config: Optional[Config] = ...,
|
2801
2831
|
) -> IoTJobsDataPlaneClient: ...
|
2802
2832
|
@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
2833
|
def client(
|
2818
2834
|
self,
|
2819
2835
|
service_name: Literal["iot1click-devices"],
|
@@ -5432,6 +5448,20 @@ class Session:
|
|
5432
5448
|
config: Optional[Config] = ...,
|
5433
5449
|
) -> TextractClient: ...
|
5434
5450
|
@overload
|
5451
|
+
def client(
|
5452
|
+
self,
|
5453
|
+
service_name: Literal["timestream-influxdb"],
|
5454
|
+
region_name: Optional[str] = ...,
|
5455
|
+
api_version: Optional[str] = ...,
|
5456
|
+
use_ssl: Optional[bool] = ...,
|
5457
|
+
verify: Union[bool, str, None] = ...,
|
5458
|
+
endpoint_url: Optional[str] = ...,
|
5459
|
+
aws_access_key_id: Optional[str] = ...,
|
5460
|
+
aws_secret_access_key: Optional[str] = ...,
|
5461
|
+
aws_session_token: Optional[str] = ...,
|
5462
|
+
config: Optional[Config] = ...,
|
5463
|
+
) -> TimestreamInfluxDBClient: ...
|
5464
|
+
@overload
|
5435
5465
|
def client(
|
5436
5466
|
self,
|
5437
5467
|
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.78
|
4
|
+
Summary: Type annotations for boto3 1.34.78 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
|
@@ -113,6 +113,7 @@ Requires-Dist: mypy-boto3-codeartifact <1.35.0,>=1.34.0 ; extra == 'all'
|
|
113
113
|
Requires-Dist: mypy-boto3-codebuild <1.35.0,>=1.34.0 ; extra == 'all'
|
114
114
|
Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'all'
|
115
115
|
Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'all'
|
116
|
+
Requires-Dist: mypy-boto3-codeconnections <1.35.0,>=1.34.0 ; extra == 'all'
|
116
117
|
Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'all'
|
117
118
|
Requires-Dist: mypy-boto3-codeguru-reviewer <1.35.0,>=1.34.0 ; extra == 'all'
|
118
119
|
Requires-Dist: mypy-boto3-codeguru-security <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -143,6 +144,7 @@ Requires-Dist: mypy-boto3-datapipeline <1.35.0,>=1.34.0 ; extra == 'all'
|
|
143
144
|
Requires-Dist: mypy-boto3-datasync <1.35.0,>=1.34.0 ; extra == 'all'
|
144
145
|
Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'all'
|
145
146
|
Requires-Dist: mypy-boto3-dax <1.35.0,>=1.34.0 ; extra == 'all'
|
147
|
+
Requires-Dist: mypy-boto3-deadline <1.35.0,>=1.34.0 ; extra == 'all'
|
146
148
|
Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'all'
|
147
149
|
Requires-Dist: mypy-boto3-devicefarm <1.35.0,>=1.34.0 ; extra == 'all'
|
148
150
|
Requires-Dist: mypy-boto3-devops-guru <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -211,7 +213,6 @@ Requires-Dist: mypy-boto3-internetmonitor <1.35.0,>=1.34.0 ; extra == 'all'
|
|
211
213
|
Requires-Dist: mypy-boto3-iot <1.35.0,>=1.34.0 ; extra == 'all'
|
212
214
|
Requires-Dist: mypy-boto3-iot-data <1.35.0,>=1.34.0 ; extra == 'all'
|
213
215
|
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
216
|
Requires-Dist: mypy-boto3-iot1click-devices <1.35.0,>=1.34.0 ; extra == 'all'
|
216
217
|
Requires-Dist: mypy-boto3-iot1click-projects <1.35.0,>=1.34.0 ; extra == 'all'
|
217
218
|
Requires-Dist: mypy-boto3-iotanalytics <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -399,6 +400,7 @@ Requires-Dist: mypy-boto3-support-app <1.35.0,>=1.34.0 ; extra == 'all'
|
|
399
400
|
Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'all'
|
400
401
|
Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'all'
|
401
402
|
Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'all'
|
403
|
+
Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'all'
|
402
404
|
Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'all'
|
403
405
|
Requires-Dist: mypy-boto3-timestream-write <1.35.0,>=1.34.0 ; extra == 'all'
|
404
406
|
Requires-Dist: mypy-boto3-tnb <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -495,8 +497,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
495
497
|
Provides-Extra: billingconductor
|
496
498
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
497
499
|
Provides-Extra: boto3
|
498
|
-
Requires-Dist: boto3 ==1.34.
|
499
|
-
Requires-Dist: botocore ==1.34.
|
500
|
+
Requires-Dist: boto3 ==1.34.78 ; extra == 'boto3'
|
501
|
+
Requires-Dist: botocore ==1.34.78 ; extra == 'boto3'
|
500
502
|
Provides-Extra: braket
|
501
503
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
502
504
|
Provides-Extra: budgets
|
@@ -555,6 +557,8 @@ Provides-Extra: codecatalyst
|
|
555
557
|
Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'codecatalyst'
|
556
558
|
Provides-Extra: codecommit
|
557
559
|
Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'codecommit'
|
560
|
+
Provides-Extra: codeconnections
|
561
|
+
Requires-Dist: mypy-boto3-codeconnections <1.35.0,>=1.34.0 ; extra == 'codeconnections'
|
558
562
|
Provides-Extra: codedeploy
|
559
563
|
Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'codedeploy'
|
560
564
|
Provides-Extra: codeguru-reviewer
|
@@ -615,6 +619,8 @@ Provides-Extra: datazone
|
|
615
619
|
Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'datazone'
|
616
620
|
Provides-Extra: dax
|
617
621
|
Requires-Dist: mypy-boto3-dax <1.35.0,>=1.34.0 ; extra == 'dax'
|
622
|
+
Provides-Extra: deadline
|
623
|
+
Requires-Dist: mypy-boto3-deadline <1.35.0,>=1.34.0 ; extra == 'deadline'
|
618
624
|
Provides-Extra: detective
|
619
625
|
Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'detective'
|
620
626
|
Provides-Extra: devicefarm
|
@@ -759,8 +765,6 @@ Provides-Extra: iot-data
|
|
759
765
|
Requires-Dist: mypy-boto3-iot-data <1.35.0,>=1.34.0 ; extra == 'iot-data'
|
760
766
|
Provides-Extra: iot-jobs-data
|
761
767
|
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
768
|
Provides-Extra: iot1click-devices
|
765
769
|
Requires-Dist: mypy-boto3-iot1click-devices <1.35.0,>=1.34.0 ; extra == 'iot1click-devices'
|
766
770
|
Provides-Extra: iot1click-projects
|
@@ -1135,6 +1139,8 @@ Provides-Extra: synthetics
|
|
1135
1139
|
Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'synthetics'
|
1136
1140
|
Provides-Extra: textract
|
1137
1141
|
Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'textract'
|
1142
|
+
Provides-Extra: timestream-influxdb
|
1143
|
+
Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'timestream-influxdb'
|
1138
1144
|
Provides-Extra: timestream-query
|
1139
1145
|
Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'timestream-query'
|
1140
1146
|
Provides-Extra: timestream-write
|
@@ -1194,7 +1200,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1194
1200
|

|
1195
1201
|
|
1196
1202
|
Type annotations for
|
1197
|
-
[boto3 1.34.
|
1203
|
+
[boto3 1.34.78](https://boto3.amazonaws.com/v1/documentation/api/1.34.78/index.html)
|
1198
1204
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1199
1205
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1200
1206
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1203,7 +1209,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
1203
1209
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
1204
1210
|
|
1205
1211
|
Generated by
|
1206
|
-
[mypy-boto3-builder 7.23.
|
1212
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
1207
1213
|
|
1208
1214
|
More information can be found in
|
1209
1215
|
[boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
|
@@ -1576,7 +1582,7 @@ repository.
|
|
1576
1582
|
|
1577
1583
|
## Submodules
|
1578
1584
|
|
1579
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1585
|
+
- `boto3-stubs[all]` - Type annotations for all 381 services.
|
1580
1586
|
- `boto3-stubs[essential]` - Type annotations for
|
1581
1587
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1582
1588
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -1717,7 +1723,7 @@ repository.
|
|
1717
1723
|
[CostExplorer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ce/)
|
1718
1724
|
service.
|
1719
1725
|
- `boto3-stubs[chatbot]` - Type annotations for
|
1720
|
-
[
|
1726
|
+
[Chatbot](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chatbot/)
|
1721
1727
|
service.
|
1722
1728
|
- `boto3-stubs[chime]` - Type annotations for
|
1723
1729
|
[Chime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime/)
|
@@ -1794,6 +1800,9 @@ repository.
|
|
1794
1800
|
- `boto3-stubs[codecommit]` - Type annotations for
|
1795
1801
|
[CodeCommit](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecommit/)
|
1796
1802
|
service.
|
1803
|
+
- `boto3-stubs[codeconnections]` - Type annotations for
|
1804
|
+
[CodeConnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeconnections/)
|
1805
|
+
service.
|
1797
1806
|
- `boto3-stubs[codedeploy]` - Type annotations for
|
1798
1807
|
[CodeDeploy](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codedeploy/)
|
1799
1808
|
service.
|
@@ -1883,6 +1892,9 @@ repository.
|
|
1883
1892
|
service.
|
1884
1893
|
- `boto3-stubs[dax]` - Type annotations for
|
1885
1894
|
[DAX](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dax/) service.
|
1895
|
+
- `boto3-stubs[deadline]` - Type annotations for
|
1896
|
+
[DeadlineCloud](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_deadline/)
|
1897
|
+
service.
|
1886
1898
|
- `boto3-stubs[detective]` - Type annotations for
|
1887
1899
|
[Detective](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_detective/)
|
1888
1900
|
service.
|
@@ -2072,9 +2084,6 @@ repository.
|
|
2072
2084
|
- `boto3-stubs[iot-jobs-data]` - Type annotations for
|
2073
2085
|
[IoTJobsDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_jobs_data/)
|
2074
2086
|
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
2087
|
- `boto3-stubs[iot1click-devices]` - Type annotations for
|
2079
2088
|
[IoT1ClickDevicesService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_devices/)
|
2080
2089
|
service.
|
@@ -2618,6 +2627,9 @@ repository.
|
|
2618
2627
|
- `boto3-stubs[textract]` - Type annotations for
|
2619
2628
|
[Textract](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_textract/)
|
2620
2629
|
service.
|
2630
|
+
- `boto3-stubs[timestream-influxdb]` - Type annotations for
|
2631
|
+
[TimestreamInfluxDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_influxdb/)
|
2632
|
+
service.
|
2621
2633
|
- `boto3-stubs[timestream-query]` - Type annotations for
|
2622
2634
|
[TimestreamQuery](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_query/)
|
2623
2635
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=vxUTHaWm8hkGzWFEDDX5tB4Fc2HNjkyIhYko_aA_APQ,204670
|
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=ZByxYScNuKVJyMhHaN6_xHElGMIoqKv34IUP2kLpzhE,231586
|
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.78.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
31
|
+
boto3_stubs-1.34.78.dist-info/METADATA,sha256=XqS7s-h_K1MPAjpKV6xSVZ7GeUDczS7tenMOHoNTDxM,140858
|
32
|
+
boto3_stubs-1.34.78.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
33
|
+
boto3_stubs-1.34.78.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.78.dist-info/RECORD,,
|
File without changes
|
File without changes
|