boto3-stubs 1.35.93__py3-none-any.whl → 1.35.95__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
@@ -197,8 +197,6 @@ from mypy_boto3_inspector_scan.client import InspectorscanClient
197
197
  from mypy_boto3_internetmonitor.client import CloudWatchInternetMonitorClient
198
198
  from mypy_boto3_invoicing.client import InvoicingClient
199
199
  from mypy_boto3_iot.client import IoTClient
200
- from mypy_boto3_iot1click_devices.client import IoT1ClickDevicesServiceClient
201
- from mypy_boto3_iot1click_projects.client import IoT1ClickProjectsClient
202
200
  from mypy_boto3_iot_data.client import IoTDataPlaneClient
203
201
  from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
204
202
  from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
@@ -3536,40 +3534,6 @@ def client(
3536
3534
  Create client for IoTJobsDataPlane service.
3537
3535
  """
3538
3536
 
3539
- @overload
3540
- def client(
3541
- service_name: Literal["iot1click-devices"],
3542
- region_name: str | None = ...,
3543
- api_version: str | None = ...,
3544
- use_ssl: bool | None = ...,
3545
- verify: bool | str | None = ...,
3546
- endpoint_url: str | None = ...,
3547
- aws_access_key_id: str | None = ...,
3548
- aws_secret_access_key: str | None = ...,
3549
- aws_session_token: str | None = ...,
3550
- config: Config | None = ...,
3551
- ) -> IoT1ClickDevicesServiceClient:
3552
- """
3553
- Create client for IoT1ClickDevicesService service.
3554
- """
3555
-
3556
- @overload
3557
- def client(
3558
- service_name: Literal["iot1click-projects"],
3559
- region_name: str | None = ...,
3560
- api_version: str | None = ...,
3561
- use_ssl: bool | None = ...,
3562
- verify: bool | str | None = ...,
3563
- endpoint_url: str | None = ...,
3564
- aws_access_key_id: str | None = ...,
3565
- aws_secret_access_key: str | None = ...,
3566
- aws_session_token: str | None = ...,
3567
- config: Config | None = ...,
3568
- ) -> IoT1ClickProjectsClient:
3569
- """
3570
- Create client for IoT1ClickProjects service.
3571
- """
3572
-
3573
3537
  @overload
3574
3538
  def client(
3575
3539
  service_name: Literal["iotanalytics"],
boto3-stubs/session.pyi CHANGED
@@ -203,8 +203,6 @@ from mypy_boto3_inspector_scan.client import InspectorscanClient
203
203
  from mypy_boto3_internetmonitor.client import CloudWatchInternetMonitorClient
204
204
  from mypy_boto3_invoicing.client import InvoicingClient
205
205
  from mypy_boto3_iot.client import IoTClient
206
- from mypy_boto3_iot1click_devices.client import IoT1ClickDevicesServiceClient
207
- from mypy_boto3_iot1click_projects.client import IoT1ClickProjectsClient
208
206
  from mypy_boto3_iot_data.client import IoTDataPlaneClient
209
207
  from mypy_boto3_iot_jobs_data.client import IoTJobsDataPlaneClient
210
208
  from mypy_boto3_iotanalytics.client import IoTAnalyticsClient
@@ -3736,42 +3734,6 @@ class Session:
3736
3734
  Create client for IoTJobsDataPlane service.
3737
3735
  """
3738
3736
 
3739
- @overload
3740
- def client(
3741
- self,
3742
- service_name: Literal["iot1click-devices"],
3743
- region_name: str | None = ...,
3744
- api_version: str | None = ...,
3745
- use_ssl: bool | None = ...,
3746
- verify: bool | str | None = ...,
3747
- endpoint_url: str | None = ...,
3748
- aws_access_key_id: str | None = ...,
3749
- aws_secret_access_key: str | None = ...,
3750
- aws_session_token: str | None = ...,
3751
- config: Config | None = ...,
3752
- ) -> IoT1ClickDevicesServiceClient:
3753
- """
3754
- Create client for IoT1ClickDevicesService service.
3755
- """
3756
-
3757
- @overload
3758
- def client(
3759
- self,
3760
- service_name: Literal["iot1click-projects"],
3761
- region_name: str | None = ...,
3762
- api_version: str | None = ...,
3763
- use_ssl: bool | None = ...,
3764
- verify: bool | str | None = ...,
3765
- endpoint_url: str | None = ...,
3766
- aws_access_key_id: str | None = ...,
3767
- aws_secret_access_key: str | None = ...,
3768
- aws_session_token: str | None = ...,
3769
- config: Config | None = ...,
3770
- ) -> IoT1ClickProjectsClient:
3771
- """
3772
- Create client for IoT1ClickProjects service.
3773
- """
3774
-
3775
3737
  @overload
3776
3738
  def client(
3777
3739
  self,
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: boto3-stubs
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.95
4
+ Summary: Type annotations for boto3 1.35.95 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: boto3-stubs-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.95; extra == "boto3"
40
40
  Provides-Extra: all
41
41
  Requires-Dist: mypy-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "all"
42
42
  Requires-Dist: mypy-boto3-account<1.36.0,>=1.35.0; extra == "all"
@@ -219,8 +219,6 @@ Requires-Dist: mypy-boto3-invoicing<1.36.0,>=1.35.0; extra == "all"
219
219
  Requires-Dist: mypy-boto3-iot<1.36.0,>=1.35.0; extra == "all"
220
220
  Requires-Dist: mypy-boto3-iot-data<1.36.0,>=1.35.0; extra == "all"
221
221
  Requires-Dist: mypy-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "all"
222
- Requires-Dist: mypy-boto3-iot1click-devices<1.36.0,>=1.35.0; extra == "all"
223
- Requires-Dist: mypy-boto3-iot1click-projects<1.36.0,>=1.35.0; extra == "all"
224
222
  Requires-Dist: mypy-boto3-iotanalytics<1.36.0,>=1.35.0; extra == "all"
225
223
  Requires-Dist: mypy-boto3-iotdeviceadvisor<1.36.0,>=1.35.0; extra == "all"
226
224
  Requires-Dist: mypy-boto3-iotevents<1.36.0,>=1.35.0; extra == "all"
@@ -813,10 +811,6 @@ Provides-Extra: iot-data
813
811
  Requires-Dist: mypy-boto3-iot-data<1.36.0,>=1.35.0; extra == "iot-data"
814
812
  Provides-Extra: iot-jobs-data
815
813
  Requires-Dist: mypy-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "iot-jobs-data"
816
- Provides-Extra: iot1click-devices
817
- Requires-Dist: mypy-boto3-iot1click-devices<1.36.0,>=1.35.0; extra == "iot1click-devices"
818
- Provides-Extra: iot1click-projects
819
- Requires-Dist: mypy-boto3-iot1click-projects<1.36.0,>=1.35.0; extra == "iot1click-projects"
820
814
  Provides-Extra: iotanalytics
821
815
  Requires-Dist: mypy-boto3-iotanalytics<1.36.0,>=1.35.0; extra == "iotanalytics"
822
816
  Provides-Extra: iotdeviceadvisor
@@ -1261,6 +1255,19 @@ Provides-Extra: workspaces-web
1261
1255
  Requires-Dist: mypy-boto3-workspaces-web<1.36.0,>=1.35.0; extra == "workspaces-web"
1262
1256
  Provides-Extra: xray
1263
1257
  Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1258
+ Dynamic: author
1259
+ Dynamic: author-email
1260
+ Dynamic: classifier
1261
+ Dynamic: description
1262
+ Dynamic: description-content-type
1263
+ Dynamic: home-page
1264
+ Dynamic: keywords
1265
+ Dynamic: license
1266
+ Dynamic: project-url
1267
+ Dynamic: provides-extra
1268
+ Dynamic: requires-dist
1269
+ Dynamic: requires-python
1270
+ Dynamic: summary
1264
1271
 
1265
1272
  <a id="boto3-stubs"></a>
1266
1273
 
@@ -1273,7 +1280,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1273
1280
 
1274
1281
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1275
1282
 
1276
- Type annotations for [boto3 1.35.93](https://pypi.org/project/boto3/)
1283
+ Type annotations for [boto3 1.35.95](https://pypi.org/project/boto3/)
1277
1284
  compatible with [VSCode](https://code.visualstudio.com/),
1278
1285
  [PyCharm](https://www.jetbrains.com/pycharm/),
1279
1286
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1282,7 +1289,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
1282
1289
  [pyright](https://github.com/microsoft/pyright) and other tools.
1283
1290
 
1284
1291
  Generated with
1285
- [mypy-boto3-builder 8.7.1](https://github.com/youtype/mypy_boto3_builder).
1292
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
1286
1293
 
1287
1294
  More information can be found in
1288
1295
  [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/).
@@ -1332,7 +1339,7 @@ You can generate type annotations for `boto3` package locally with
1332
1339
  isolation.
1333
1340
 
1334
1341
  1. Run mypy-boto3-builder in your package root directory:
1335
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
1342
+ `uvx --with 'boto3==1.35.95' mypy_boto3_builder`
1336
1343
  2. Select `boto3-stubs` AWS SDK.
1337
1344
  3. Select services you use in the current project.
1338
1345
  4. Use provided commands to install generated packages.
@@ -1684,9 +1691,9 @@ repository.
1684
1691
 
1685
1692
  ## Submodules
1686
1693
 
1687
- - `boto3-stubs[full]` - Type annotations for all 405 services in one package
1694
+ - `boto3-stubs[full]` - Type annotations for all 403 services in one package
1688
1695
  (recommended).
1689
- - `boto3-stubs[all]` - Type annotations for all 405 services in separate
1696
+ - `boto3-stubs[all]` - Type annotations for all 403 services in separate
1690
1697
  packages.
1691
1698
  - `boto3-stubs[essential]` - Type annotations for
1692
1699
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2222,12 +2229,6 @@ repository.
2222
2229
  - `boto3-stubs[iot-jobs-data]` - Type annotations for
2223
2230
  [IoTJobsDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_jobs_data/)
2224
2231
  service.
2225
- - `boto3-stubs[iot1click-devices]` - Type annotations for
2226
- [IoT1ClickDevicesService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_devices/)
2227
- service.
2228
- - `boto3-stubs[iot1click-projects]` - Type annotations for
2229
- [IoT1ClickProjects](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_projects/)
2230
- service.
2231
2232
  - `boto3-stubs[iotanalytics]` - Type annotations for
2232
2233
  [IoTAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotanalytics/)
2233
2234
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=2VLd6oGbB8BKE7fhrt1okSK0_emgw3TDKLmZXnAzDpA,230125
1
+ boto3-stubs/__init__.pyi,sha256=20rFADEnpaE-jHuc05R8MC_CP1Lxag7Z34eSJCq6yO0,228959
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=9wiXBo8t6AZTJJzzJyKEcbrdEhDpRsbXaMBeLZLBw28,263560
6
+ boto3-stubs/session.pyi,sha256=yNF8tZRyKHqQUsD9R1SIbJKNu2j6ZpAaFfT7sasuB4Y,262238
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.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
- boto3_stubs-1.35.93.dist-info/METADATA,sha256=Go5tC_l3aCzCemp0IDI0WZRcRaINcx5DTinQgnwsoC4,149292
43
- boto3_stubs-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
44
- boto3_stubs-1.35.93.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.93.dist-info/RECORD,,
41
+ boto3_stubs-1.35.95.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
42
+ boto3_stubs-1.35.95.dist-info/METADATA,sha256=WyUou4K4_V309CMAtH1Zxw4wM_QawEMQCKvodUQEXBw,148827
43
+ boto3_stubs-1.35.95.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
44
+ boto3_stubs-1.35.95.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.95.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5