boto3-stubs 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 CHANGED
@@ -198,6 +198,9 @@ from mypy_boto3_invoicing.client import InvoicingClient
198
198
  from mypy_boto3_iot.client import IoTClient
199
199
  from mypy_boto3_iot_data.client import IoTDataPlaneClient
200
200
  from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
201
+ from mypy_boto3_iot_managed_integrations.client import (
202
+ ManagedintegrationsforIoTDeviceManagementClient,
203
+ )
201
204
  from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
202
205
  from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
203
206
  from mypy_boto3_iotevents.client import IoTEventsClient
@@ -3516,6 +3519,23 @@ def client(
3516
3519
  Create client for IoTJobsDataPlane service.
3517
3520
  """
3518
3521
 
3522
+ @overload
3523
+ def client(
3524
+ service_name: Literal["iot-managed-integrations"],
3525
+ region_name: str | None = ...,
3526
+ api_version: str | None = ...,
3527
+ use_ssl: bool | None = ...,
3528
+ verify: bool | str | None = ...,
3529
+ endpoint_url: str | None = ...,
3530
+ aws_access_key_id: str | None = ...,
3531
+ aws_secret_access_key: str | None = ...,
3532
+ aws_session_token: str | None = ...,
3533
+ config: Config | None = ...,
3534
+ ) -> ManagedintegrationsforIoTDeviceManagementClient:
3535
+ """
3536
+ Create client for ManagedintegrationsforIoTDeviceManagement service.
3537
+ """
3538
+
3519
3539
  @overload
3520
3540
  def client(
3521
3541
  service_name: Literal["iotanalytics"],
boto3-stubs/session.pyi CHANGED
@@ -204,6 +204,9 @@ from mypy_boto3_invoicing.client import InvoicingClient
204
204
  from mypy_boto3_iot.client import IoTClient
205
205
  from mypy_boto3_iot_data.client import IoTDataPlaneClient
206
206
  from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
207
+ from mypy_boto3_iot_managed_integrations.client import (
208
+ ManagedintegrationsforIoTDeviceManagementClient,
209
+ )
207
210
  from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
208
211
  from mypy_boto3_iotdeviceadvisor.client import IoTDeviceAdvisorClient
209
212
  from mypy_boto3_iotevents.client import IoTEventsClient
@@ -3715,6 +3718,24 @@ class Session:
3715
3718
  Create client for IoTJobsDataPlane service.
3716
3719
  """
3717
3720
 
3721
+ @overload
3722
+ def client(
3723
+ self,
3724
+ service_name: Literal["iot-managed-integrations"],
3725
+ region_name: str | None = ...,
3726
+ api_version: str | None = ...,
3727
+ use_ssl: bool | None = ...,
3728
+ verify: bool | str | None = ...,
3729
+ endpoint_url: str | None = ...,
3730
+ aws_access_key_id: str | None = ...,
3731
+ aws_secret_access_key: str | None = ...,
3732
+ aws_session_token: str | None = ...,
3733
+ config: Config | None = ...,
3734
+ ) -> ManagedintegrationsforIoTDeviceManagementClient:
3735
+ """
3736
+ Create client for ManagedintegrationsforIoTDeviceManagement service.
3737
+ """
3738
+
3718
3739
  @overload
3719
3740
  def client(
3720
3741
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: boto3-stubs
3
- Version: 1.37.4
4
- Summary: Type annotations for boto3 1.37.4 generated with mypy-boto3-builder 8.10.0
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: boto3-stubs-full<1.38.0,>=1.37.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.37.4; extra == "boto3"
39
+ Requires-Dist: boto3==1.37.6; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: mypy-boto3-accessanalyzer<1.38.0,>=1.37.0; extra == "all"
42
42
  Requires-Dist: mypy-boto3-account<1.38.0,>=1.37.0; extra == "all"
@@ -218,6 +218,7 @@ Requires-Dist: mypy-boto3-invoicing<1.38.0,>=1.37.0; extra == "all"
218
218
  Requires-Dist: mypy-boto3-iot<1.38.0,>=1.37.0; extra == "all"
219
219
  Requires-Dist: mypy-boto3-iot-data<1.38.0,>=1.37.0; extra == "all"
220
220
  Requires-Dist: mypy-boto3-iot-jobs-data<1.38.0,>=1.37.0; extra == "all"
221
+ Requires-Dist: mypy-boto3-iot-managed-integrations<1.38.0,>=1.37.0; extra == "all"
221
222
  Requires-Dist: mypy-boto3-iotanalytics<1.38.0,>=1.37.0; extra == "all"
222
223
  Requires-Dist: mypy-boto3-iotdeviceadvisor<1.38.0,>=1.37.0; extra == "all"
223
224
  Requires-Dist: mypy-boto3-iotevents<1.38.0,>=1.37.0; extra == "all"
@@ -808,6 +809,8 @@ Provides-Extra: iot-data
808
809
  Requires-Dist: mypy-boto3-iot-data<1.38.0,>=1.37.0; extra == "iot-data"
809
810
  Provides-Extra: iot-jobs-data
810
811
  Requires-Dist: mypy-boto3-iot-jobs-data<1.38.0,>=1.37.0; extra == "iot-jobs-data"
812
+ Provides-Extra: iot-managed-integrations
813
+ Requires-Dist: mypy-boto3-iot-managed-integrations<1.38.0,>=1.37.0; extra == "iot-managed-integrations"
811
814
  Provides-Extra: iotanalytics
812
815
  Requires-Dist: mypy-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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1279
1282
 
1280
- Type annotations for [boto3 1.37.4](https://pypi.org/project/boto3/) compatible
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/),
@@ -1336,7 +1339,7 @@ You can generate type annotations for `boto3` package locally with
1336
1339
  isolation.
1337
1340
 
1338
1341
  1. Run mypy-boto3-builder in your package root directory:
1339
- `uvx --with 'boto3==1.37.4' mypy-boto3-builder`
1342
+ `uvx --with 'boto3==1.37.6' mypy-boto3-builder`
1340
1343
  2. Select `boto3-stubs` AWS SDK.
1341
1344
  3. Select services you use in the current project.
1342
1345
  4. Use provided commands to install generated packages.
@@ -1688,9 +1691,9 @@ repository.
1688
1691
 
1689
1692
  ## Submodules
1690
1693
 
1691
- - `boto3-stubs[full]` - Type annotations for all 402 services in one package
1694
+ - `boto3-stubs[full]` - Type annotations for all 403 services in one package
1692
1695
  (recommended).
1693
- - `boto3-stubs[all]` - Type annotations for all 402 services in separate
1696
+ - `boto3-stubs[all]` - Type annotations for all 403 services in separate
1694
1697
  packages.
1695
1698
  - `boto3-stubs[essential]` - Type annotations for
1696
1699
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2223,6 +2226,9 @@ repository.
2223
2226
  - `boto3-stubs[iot-jobs-data]` - Type annotations for
2224
2227
  [IoTJobsDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_jobs_data/)
2225
2228
  service.
2229
+ - `boto3-stubs[iot-managed-integrations]` - Type annotations for
2230
+ [ManagedintegrationsforIoTDeviceManagement](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_managed_integrations/)
2231
+ service.
2226
2232
  - `boto3-stubs[iotanalytics]` - Type annotations for
2227
2233
  [IoTAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotanalytics/)
2228
2234
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=f7-Fjqwejz-EgW0BlsBerKySqHoFa-hxd0WWQTkMz-w,228365
1
+ boto3-stubs/__init__.pyi,sha256=ChlPfaTNJ7AXTaa2Uj4tLyUzO_zmKgEMSdUvTg0P8Ts,229033
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=HHeW5tHNSwLa_WiKkeGmiW1432aaNqUfn_VGH9mkVKw,261566
6
+ boto3-stubs/session.pyi,sha256=DTPS3R-4FtA67x3z-o4en2C35HXTycO-nAoPoPq4_Bs,262312
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
- boto3_stubs-1.37.4.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs-1.37.4.dist-info/METADATA,sha256=WXw0XuuT5Lo5VduHlgMW-ETn8hoeB8yMb6eVj0QhqXo,148505
43
- boto3_stubs-1.37.4.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
44
- boto3_stubs-1.37.4.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.37.4.dist-info/RECORD,,
41
+ boto3_stubs-1.37.6.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs-1.37.6.dist-info/METADATA,sha256=gVvaqd2VaKldXGpsl2db18HKpoZkK_Mi8InOJE3Xirs,148936
43
+ boto3_stubs-1.37.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
44
+ boto3_stubs-1.37.6.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.37.6.dist-info/RECORD,,