types-boto3 1.37.4__py3-none-any.whl → 1.37.6__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 +20 -0
- boto3-stubs/session.pyi +21 -0
- {types_boto3-1.37.4.dist-info → types_boto3-1.37.6.dist-info}/METADATA +13 -7
- {types_boto3-1.37.4.dist-info → types_boto3-1.37.6.dist-info}/RECORD +7 -7
- {types_boto3-1.37.4.dist-info → types_boto3-1.37.6.dist-info}/LICENSE +0 -0
- {types_boto3-1.37.4.dist-info → types_boto3-1.37.6.dist-info}/WHEEL +0 -0
- {types_boto3-1.37.4.dist-info → types_boto3-1.37.6.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -200,6 +200,9 @@ from types_boto3_invoicing.client import InvoicingClient
|
|
200
200
|
from types_boto3_iot.client import IoTClient
|
201
201
|
from types_boto3_iot_data.client import IoTDataPlaneClient
|
202
202
|
from types_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
|
203
|
+
from types_boto3_iot_managed_integrations.client import (
|
204
|
+
ManagedintegrationsforIoTDeviceManagementClient,
|
205
|
+
)
|
203
206
|
from types_boto3_iotanalytics.client import IoTAnalyticsClient
|
204
207
|
from types_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
205
208
|
from types_boto3_iotevents.client import IoTEventsClient
|
@@ -3518,6 +3521,23 @@ def client(
|
|
3518
3521
|
Create client for IoTJobsDataPlane service.
|
3519
3522
|
"""
|
3520
3523
|
|
3524
|
+
@overload
|
3525
|
+
def client(
|
3526
|
+
service_name: Literal["iot-managed-integrations"],
|
3527
|
+
region_name: str | None = ...,
|
3528
|
+
api_version: str | None = ...,
|
3529
|
+
use_ssl: bool | None = ...,
|
3530
|
+
verify: bool | str | None = ...,
|
3531
|
+
endpoint_url: str | None = ...,
|
3532
|
+
aws_access_key_id: str | None = ...,
|
3533
|
+
aws_secret_access_key: str | None = ...,
|
3534
|
+
aws_session_token: str | None = ...,
|
3535
|
+
config: Config | None = ...,
|
3536
|
+
) -> ManagedintegrationsforIoTDeviceManagementClient:
|
3537
|
+
"""
|
3538
|
+
Create client for ManagedintegrationsforIoTDeviceManagement service.
|
3539
|
+
"""
|
3540
|
+
|
3521
3541
|
@overload
|
3522
3542
|
def client(
|
3523
3543
|
service_name: Literal["iotanalytics"],
|
boto3-stubs/session.pyi
CHANGED
@@ -206,6 +206,9 @@ from types_boto3_invoicing.client import InvoicingClient
|
|
206
206
|
from types_boto3_iot.client import IoTClient
|
207
207
|
from types_boto3_iot_data.client import IoTDataPlaneClient
|
208
208
|
from types_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
|
209
|
+
from types_boto3_iot_managed_integrations.client import (
|
210
|
+
ManagedintegrationsforIoTDeviceManagementClient,
|
211
|
+
)
|
209
212
|
from types_boto3_iotanalytics.client import IoTAnalyticsClient
|
210
213
|
from types_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
|
211
214
|
from types_boto3_iotevents.client import IoTEventsClient
|
@@ -3717,6 +3720,24 @@ class Session:
|
|
3717
3720
|
Create client for IoTJobsDataPlane service.
|
3718
3721
|
"""
|
3719
3722
|
|
3723
|
+
@overload
|
3724
|
+
def client(
|
3725
|
+
self,
|
3726
|
+
service_name: Literal["iot-managed-integrations"],
|
3727
|
+
region_name: str | None = ...,
|
3728
|
+
api_version: str | None = ...,
|
3729
|
+
use_ssl: bool | None = ...,
|
3730
|
+
verify: bool | str | None = ...,
|
3731
|
+
endpoint_url: str | None = ...,
|
3732
|
+
aws_access_key_id: str | None = ...,
|
3733
|
+
aws_secret_access_key: str | None = ...,
|
3734
|
+
aws_session_token: str | None = ...,
|
3735
|
+
config: Config | None = ...,
|
3736
|
+
) -> ManagedintegrationsforIoTDeviceManagementClient:
|
3737
|
+
"""
|
3738
|
+
Create client for ManagedintegrationsforIoTDeviceManagement service.
|
3739
|
+
"""
|
3740
|
+
|
3720
3741
|
@overload
|
3721
3742
|
def client(
|
3722
3743
|
self,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: types-boto3
|
3
|
-
Version: 1.37.
|
4
|
-
Summary: Type annotations for boto3 1.37.
|
3
|
+
Version: 1.37.6
|
4
|
+
Summary: Type annotations for boto3 1.37.6 generated with mypy-boto3-builder 8.10.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
|
@@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
36
36
|
Provides-Extra: full
|
37
37
|
Requires-Dist: types-boto3-full<1.38.0,>=1.37.0; extra == "full"
|
38
38
|
Provides-Extra: boto3
|
39
|
-
Requires-Dist: boto3==1.37.
|
39
|
+
Requires-Dist: boto3==1.37.6; extra == "boto3"
|
40
40
|
Provides-Extra: all
|
41
41
|
Requires-Dist: types-boto3-accessanalyzer<1.38.0,>=1.37.0; extra == "all"
|
42
42
|
Requires-Dist: types-boto3-account<1.38.0,>=1.37.0; extra == "all"
|
@@ -218,6 +218,7 @@ Requires-Dist: types-boto3-invoicing<1.38.0,>=1.37.0; extra == "all"
|
|
218
218
|
Requires-Dist: types-boto3-iot<1.38.0,>=1.37.0; extra == "all"
|
219
219
|
Requires-Dist: types-boto3-iot-data<1.38.0,>=1.37.0; extra == "all"
|
220
220
|
Requires-Dist: types-boto3-iot-jobs-data<1.38.0,>=1.37.0; extra == "all"
|
221
|
+
Requires-Dist: types-boto3-iot-managed-integrations<1.38.0,>=1.37.0; extra == "all"
|
221
222
|
Requires-Dist: types-boto3-iotanalytics<1.38.0,>=1.37.0; extra == "all"
|
222
223
|
Requires-Dist: types-boto3-iotdeviceadvisor<1.38.0,>=1.37.0; extra == "all"
|
223
224
|
Requires-Dist: types-boto3-iotevents<1.38.0,>=1.37.0; extra == "all"
|
@@ -808,6 +809,8 @@ Provides-Extra: iot-data
|
|
808
809
|
Requires-Dist: types-boto3-iot-data<1.38.0,>=1.37.0; extra == "iot-data"
|
809
810
|
Provides-Extra: iot-jobs-data
|
810
811
|
Requires-Dist: types-boto3-iot-jobs-data<1.38.0,>=1.37.0; extra == "iot-jobs-data"
|
812
|
+
Provides-Extra: iot-managed-integrations
|
813
|
+
Requires-Dist: types-boto3-iot-managed-integrations<1.38.0,>=1.37.0; extra == "iot-managed-integrations"
|
811
814
|
Provides-Extra: iotanalytics
|
812
815
|
Requires-Dist: types-boto3-iotanalytics<1.38.0,>=1.37.0; extra == "iotanalytics"
|
813
816
|
Provides-Extra: iotdeviceadvisor
|
@@ -1277,7 +1280,7 @@ Dynamic: summary
|
|
1277
1280
|
|
1278
1281
|

|
1279
1282
|
|
1280
|
-
Type annotations for [boto3 1.37.
|
1283
|
+
Type annotations for [boto3 1.37.6](https://pypi.org/project/boto3/) compatible
|
1281
1284
|
with [VSCode](https://code.visualstudio.com/),
|
1282
1285
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1283
1286
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1335,7 +1338,7 @@ You can generate type annotations for `boto3` package locally with
|
|
1335
1338
|
isolation.
|
1336
1339
|
|
1337
1340
|
1. Run mypy-boto3-builder in your package root directory:
|
1338
|
-
`uvx --with 'boto3==1.37.
|
1341
|
+
`uvx --with 'boto3==1.37.6' mypy-boto3-builder`
|
1339
1342
|
2. Select `boto3` AWS SDK.
|
1340
1343
|
3. Select services you use in the current project.
|
1341
1344
|
4. Use provided commands to install generated packages.
|
@@ -1663,9 +1666,9 @@ repository.
|
|
1663
1666
|
|
1664
1667
|
## Submodules
|
1665
1668
|
|
1666
|
-
- `types-boto3[full]` - Type annotations for all
|
1669
|
+
- `types-boto3[full]` - Type annotations for all 403 services in one package
|
1667
1670
|
(recommended).
|
1668
|
-
- `types-boto3[all]` - Type annotations for all
|
1671
|
+
- `types-boto3[all]` - Type annotations for all 403 services in separate
|
1669
1672
|
packages.
|
1670
1673
|
- `types-boto3[essential]` - Type annotations for
|
1671
1674
|
[CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
|
@@ -2198,6 +2201,9 @@ repository.
|
|
2198
2201
|
- `types-boto3[iot-jobs-data]` - Type annotations for
|
2199
2202
|
[IoTJobsDataPlane](https://youtype.github.io/types_boto3_docs/types_boto3_iot_jobs_data/)
|
2200
2203
|
service.
|
2204
|
+
- `types-boto3[iot-managed-integrations]` - Type annotations for
|
2205
|
+
[ManagedintegrationsforIoTDeviceManagement](https://youtype.github.io/types_boto3_docs/types_boto3_iot_managed_integrations/)
|
2206
|
+
service.
|
2201
2207
|
- `types-boto3[iotanalytics]` - Type annotations for
|
2202
2208
|
[IoTAnalytics](https://youtype.github.io/types_boto3_docs/types_boto3_iotanalytics/)
|
2203
2209
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=ryWg1GJEu2DirCc2GQ_8gwCb5wJowu_WO93a5TqebU8,229455
|
2
2
|
boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
|
3
3
|
boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=KzGpQjxZzU9ueiOz13N0uypX6cFZIKonyBBjodLATFk,262734
|
7
7
|
boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
|
9
9
|
boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
|
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
|
39
39
|
boto3-stubs/s3/inject.pyi,sha256=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
|
40
40
|
boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
|
41
|
-
types_boto3-1.37.
|
42
|
-
types_boto3-1.37.
|
43
|
-
types_boto3-1.37.
|
44
|
-
types_boto3-1.37.
|
45
|
-
types_boto3-1.37.
|
41
|
+
types_boto3-1.37.6.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
42
|
+
types_boto3-1.37.6.dist-info/METADATA,sha256=9gxOAwNumysVIxqDs4hfJPITZ1jIscofz5D5oP1kdpw,149610
|
43
|
+
types_boto3-1.37.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
44
|
+
types_boto3-1.37.6.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
45
|
+
types_boto3-1.37.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|