Skip to content

IoT1ClickProjects module#

Index > IoT1ClickProjects

Auto-generated documentation for IoT1ClickProjects type annotations stubs module types-aiobotocore-iot1click-projects.

How to install#

From PyPI with pip#

Install types-aiobotocore for IoT1ClickProjects service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[iot1click-projects]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[iot1click-projects]'


# standalone installation
python -m pip install types-aiobotocore-iot1click-projects

How to uninstall#

python -m pip uninstall -y types-aiobotocore-iot1click-projects

Usage#

Code samples can be found in Examples.

IoT1ClickProjectsClient#

Type annotations and code completion for session.create_client("iot1click-projects") as IoT1ClickProjectsClient boto3 documentation

# IoT1ClickProjectsClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_iot1click_projects.client import IoT1ClickProjectsClient


session = get_session()
async with session.create_client("iot1click-projects") as client:
    client: IoT1ClickProjectsClient

Paginators#

Type annotations and code completion for paginators from session.create_client("iot1click-projects").get_paginator("...").

# ListPlacementsPaginator usage example

from types_aiobotocore_iot1click_projects.paginator import ListPlacementsPaginator

def get_list_placements_paginator() -> ListPlacementsPaginator:
    return client.get_paginator("list_placements"))

Literals#

Type annotations for literals used in methods and schema.

# ListPlacementsPaginatorName usage example

from types_aiobotocore_iot1click_projects.literals import ListPlacementsPaginatorName

def get_value() -> ListPlacementsPaginatorName:
    return "list_placements"

Type definitions#

Type annotations for type definitions used in methods and schema.