types-boto3 1.35.93__py3-none-any.whl → 1.36.3__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 +0 -36
- boto3-stubs/session.pyi +0 -38
- {types_boto3-1.35.93.dist-info → types_boto3-1.36.3.dist-info}/METADATA +837 -836
- {types_boto3-1.35.93.dist-info → types_boto3-1.36.3.dist-info}/RECORD +7 -7
- {types_boto3-1.35.93.dist-info → types_boto3-1.36.3.dist-info}/WHEEL +1 -1
- {types_boto3-1.35.93.dist-info → types_boto3-1.36.3.dist-info}/LICENSE +0 -0
- {types_boto3-1.35.93.dist-info → types_boto3-1.36.3.dist-info}/top_level.txt +0 -0
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,
|