types-boto3 1.35.93__py3-none-any.whl → 1.35.94__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
boto3-stubs/__init__.pyi CHANGED
@@ -199,8 +199,6 @@ from types_boto3_inspector_scan.client import InspectorscanClient
199
199
  from types_boto3_internetmonitor.client import CloudWatchInternetMonitorClient
200
200
  from types_boto3_invoicing.client import InvoicingClient
201
201
  from types_boto3_iot.client import IoTClient
202
- from types_boto3_iot1click_devices.client import IoT1ClickDevicesServiceClient
203
- from types_boto3_iot1click_projects.client import IoT1ClickProjectsClient
204
202
  from types_boto3_iot_data.client import IoTDataPlaneClient
205
203
  from types_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
206
204
  from types_boto3_iotanalytics.client import IoTAnalyticsClient
@@ -3538,40 +3536,6 @@ def client(
3538
3536
  Create client for IoTJobsDataPlane service.
3539
3537
  """
3540
3538
 
3541
- @overload
3542
- def client(
3543
- service_name: Literal["iot1click-devices"],
3544
- region_name: str | None = ...,
3545
- api_version: str | None = ...,
3546
- use_ssl: bool | None = ...,
3547
- verify: bool | str | None = ...,
3548
- endpoint_url: str | None = ...,
3549
- aws_access_key_id: str | None = ...,
3550
- aws_secret_access_key: str | None = ...,
3551
- aws_session_token: str | None = ...,
3552
- config: Config | None = ...,
3553
- ) -> IoT1ClickDevicesServiceClient:
3554
- """
3555
- Create client for IoT1ClickDevicesService service.
3556
- """
3557
-
3558
- @overload
3559
- def client(
3560
- service_name: Literal["iot1click-projects"],
3561
- region_name: str | None = ...,
3562
- api_version: str | None = ...,
3563
- use_ssl: bool | None = ...,
3564
- verify: bool | str | None = ...,
3565
- endpoint_url: str | None = ...,
3566
- aws_access_key_id: str | None = ...,
3567
- aws_secret_access_key: str | None = ...,
3568
- aws_session_token: str | None = ...,
3569
- config: Config | None = ...,
3570
- ) -> IoT1ClickProjectsClient:
3571
- """
3572
- Create client for IoT1ClickProjects service.
3573
- """
3574
-
3575
3539
  @overload
3576
3540
  def client(
3577
3541
  service_name: Literal["iotanalytics"],
boto3-stubs/session.pyi CHANGED
@@ -205,8 +205,6 @@ from types_boto3_inspector_scan.client import InspectorscanClient
205
205
  from types_boto3_internetmonitor.client import CloudWatchInternetMonitorClient
206
206
  from types_boto3_invoicing.client import InvoicingClient
207
207
  from types_boto3_iot.client import IoTClient
208
- from types_boto3_iot1click_devices.client import IoT1ClickDevicesServiceClient
209
- from types_boto3_iot1click_projects.client import IoT1ClickProjectsClient
210
208
  from types_boto3_iot_data.client import IoTDataPlaneClient
211
209
  from types_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
212
210
  from types_boto3_iotanalytics.client import IoTAnalyticsClient
@@ -3738,42 +3736,6 @@ class Session:
3738
3736
  Create client for IoTJobsDataPlane service.
3739
3737
  """
3740
3738
 
3741
- @overload
3742
- def client(
3743
- self,
3744
- service_name: Literal["iot1click-devices"],
3745
- region_name: str | None = ...,
3746
- api_version: str | None = ...,
3747
- use_ssl: bool | None = ...,
3748
- verify: bool | str | None = ...,
3749
- endpoint_url: str | None = ...,
3750
- aws_access_key_id: str | None = ...,
3751
- aws_secret_access_key: str | None = ...,
3752
- aws_session_token: str | None = ...,
3753
- config: Config | None = ...,
3754
- ) -> IoT1ClickDevicesServiceClient:
3755
- """
3756
- Create client for IoT1ClickDevicesService service.
3757
- """
3758
-
3759
- @overload
3760
- def client(
3761
- self,
3762
- service_name: Literal["iot1click-projects"],
3763
- region_name: str | None = ...,
3764
- api_version: str | None = ...,
3765
- use_ssl: bool | None = ...,
3766
- verify: bool | str | None = ...,
3767
- endpoint_url: str | None = ...,
3768
- aws_access_key_id: str | None = ...,
3769
- aws_secret_access_key: str | None = ...,
3770
- aws_session_token: str | None = ...,
3771
- config: Config | None = ...,
3772
- ) -> IoT1ClickProjectsClient:
3773
- """
3774
- Create client for IoT1ClickProjects service.
3775
- """
3776
-
3777
3739
  @overload
3778
3740
  def client(
3779
3741
  self,
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: types-boto3
3
- Version: 1.35.93
4
- Summary: Type annotations for boto3 1.35.93 generated with mypy-boto3-builder 8.7.1
3
+ Version: 1.35.94
4
+ Summary: Type annotations for boto3 1.35.94 generated with mypy-boto3-builder 8.8.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.36.0,>=1.35.0; extra == "full"
38
38
  Provides-Extra: boto3
39
- Requires-Dist: boto3==1.35.93; extra == "boto3"
39
+ Requires-Dist: boto3==1.35.94; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: types-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "all"
42
42
  Requires-Dist: types-boto3-account<1.36.0,>=1.35.0; extra == "all"
@@ -219,8 +219,6 @@ Requires-Dist: types-boto3-invoicing<1.36.0,>=1.35.0; extra == "all"
219
219
  Requires-Dist: types-boto3-iot<1.36.0,>=1.35.0; extra == "all"
220
220
  Requires-Dist: types-boto3-iot-data<1.36.0,>=1.35.0; extra == "all"
221
221
  Requires-Dist: types-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "all"
222
- Requires-Dist: types-boto3-iot1click-devices<1.36.0,>=1.35.0; extra == "all"
223
- Requires-Dist: types-boto3-iot1click-projects<1.36.0,>=1.35.0; extra == "all"
224
222
  Requires-Dist: types-boto3-iotanalytics<1.36.0,>=1.35.0; extra == "all"
225
223
  Requires-Dist: types-boto3-iotdeviceadvisor<1.36.0,>=1.35.0; extra == "all"
226
224
  Requires-Dist: types-boto3-iotevents<1.36.0,>=1.35.0; extra == "all"
@@ -813,10 +811,6 @@ Provides-Extra: iot-data
813
811
  Requires-Dist: types-boto3-iot-data<1.36.0,>=1.35.0; extra == "iot-data"
814
812
  Provides-Extra: iot-jobs-data
815
813
  Requires-Dist: types-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "iot-jobs-data"
816
- Provides-Extra: iot1click-devices
817
- Requires-Dist: types-boto3-iot1click-devices<1.36.0,>=1.35.0; extra == "iot1click-devices"
818
- Provides-Extra: iot1click-projects
819
- Requires-Dist: types-boto3-iot1click-projects<1.36.0,>=1.35.0; extra == "iot1click-projects"
820
814
  Provides-Extra: iotanalytics
821
815
  Requires-Dist: types-boto3-iotanalytics<1.36.0,>=1.35.0; extra == "iotanalytics"
822
816
  Provides-Extra: iotdeviceadvisor
@@ -1273,7 +1267,7 @@ Requires-Dist: types-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1273
1267
 
1274
1268
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1275
1269
 
1276
- Type annotations for [boto3 1.35.93](https://pypi.org/project/boto3/)
1270
+ Type annotations for [boto3 1.35.94](https://pypi.org/project/boto3/)
1277
1271
  compatible with [VSCode](https://code.visualstudio.com/),
1278
1272
  [PyCharm](https://www.jetbrains.com/pycharm/),
1279
1273
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1282,7 +1276,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
1282
1276
  [pyright](https://github.com/microsoft/pyright) and other tools.
1283
1277
 
1284
1278
  Generated with
1285
- [mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
1279
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
1286
1280
 
1287
1281
  More information can be found in
1288
1282
  [types-boto3 docs](https://youtype.github.io/types_boto3_docs/).
@@ -1331,7 +1325,7 @@ You can generate type annotations for `boto3` package locally with
1331
1325
  isolation.
1332
1326
 
1333
1327
  1. Run mypy-boto3-builder in your package root directory:
1334
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
1328
+ `uvx --with 'boto3==1.35.94' mypy_boto3_builder`
1335
1329
  2. Select `boto3` AWS SDK.
1336
1330
  3. Select services you use in the current project.
1337
1331
  4. Use provided commands to install generated packages.
@@ -1659,9 +1653,9 @@ repository.
1659
1653
 
1660
1654
  ## Submodules
1661
1655
 
1662
- - `types-boto3[full]` - Type annotations for all 405 services in one package
1656
+ - `types-boto3[full]` - Type annotations for all 403 services in one package
1663
1657
  (recommended).
1664
- - `types-boto3[all]` - Type annotations for all 405 services in separate
1658
+ - `types-boto3[all]` - Type annotations for all 403 services in separate
1665
1659
  packages.
1666
1660
  - `types-boto3[essential]` - Type annotations for
1667
1661
  [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
@@ -2197,12 +2191,6 @@ repository.
2197
2191
  - `types-boto3[iot-jobs-data]` - Type annotations for
2198
2192
  [IoTJobsDataPlane](https://youtype.github.io/types_boto3_docs/types_boto3_iot_jobs_data/)
2199
2193
  service.
2200
- - `types-boto3[iot1click-devices]` - Type annotations for
2201
- [IoT1ClickDevicesService](https://youtype.github.io/types_boto3_docs/types_boto3_iot1click_devices/)
2202
- service.
2203
- - `types-boto3[iot1click-projects]` - Type annotations for
2204
- [IoT1ClickProjects](https://youtype.github.io/types_boto3_docs/types_boto3_iot1click_projects/)
2205
- service.
2206
2194
  - `types-boto3[iotanalytics]` - Type annotations for
2207
2195
  [IoTAnalytics](https://youtype.github.io/types_boto3_docs/types_boto3_iotanalytics/)
2208
2196
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=M2MhUnn8Zkq5s-CR5pUqsvNkuGLlY5P9JXTHkeHNDAs,230549
1
+ boto3-stubs/__init__.pyi,sha256=L8bkez-7Hh8ngllqS6ZUZ1BBmOwl-Adutmxtkxr1hCQ,229381
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=O9QGROXw_7Xvjo6ZrkeOzH8L5PhXl32AAzTk8luuKaM,263984
6
+ boto3-stubs/session.pyi,sha256=lnnepvIa69Wj8ytb_j0Ua58pLGeIziFmLcnLb34OWK8,262660
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.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- types_boto3-1.35.93.dist-info/METADATA,sha256=_3kjqARr1Q6uFVguz5Sq4lLcAXhmFVb4gELf3tl9eF8,149972
43
- types_boto3-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
44
- types_boto3-1.35.93.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- types_boto3-1.35.93.dist-info/RECORD,,
41
+ types_boto3-1.35.94.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ types_boto3-1.35.94.dist-info/METADATA,sha256=scZscnt5ZeDMbpU4AZ_WnKVem9nHkhkV4jmEnu7ZDR8,149224
43
+ types_boto3-1.35.94.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
44
+ types_boto3-1.35.94.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ types_boto3-1.35.94.dist-info/RECORD,,