Skip to content

SnowDeviceManagement module#

Index > SnowDeviceManagement

Auto-generated documentation for SnowDeviceManagement type annotations stubs module types-aiobotocore-snow-device-management.

How to install#

From PyPI with pip#

Install types-aiobotocore for SnowDeviceManagement service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[snow-device-management]'


# 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[snow-device-management]'


# standalone installation
python -m pip install types-aiobotocore-snow-device-management

How to uninstall#

python -m pip uninstall -y types-aiobotocore-snow-device-management

Usage#

Code samples can be found in Examples.

SnowDeviceManagementClient#

Type annotations and code completion for session.create_client("snow-device-management") as SnowDeviceManagementClient boto3 documentation

# SnowDeviceManagementClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_snow_device_management.client import SnowDeviceManagementClient


session = get_session()
async with session.create_client("snow-device-management") as client:
    client: SnowDeviceManagementClient

Paginators#

Type annotations and code completion for paginators from session.create_client("snow-device-management").get_paginator("...").

# ListDeviceResourcesPaginator usage example

from types_aiobotocore_snow_device_management.paginator import ListDeviceResourcesPaginator

def get_list_device_resources_paginator() -> ListDeviceResourcesPaginator:
    return client.get_paginator("list_device_resources"))

Literals#

Type annotations for literals used in methods and schema.

# AttachmentStatusType usage example

from types_aiobotocore_snow_device_management.literals import AttachmentStatusType

def get_value() -> AttachmentStatusType:
    return "ATTACHED"

Type definitions#

Type annotations for type definitions used in methods and schema.