Skip to content

ImportExport module#

Index > ImportExport

Auto-generated documentation for ImportExport type annotations stubs module types-aiobotocore-importexport.

How to install#

From PyPI with pip#

Install types-aiobotocore for ImportExport service.

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


# 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[importexport]'


# standalone installation
python -m pip install types-aiobotocore-importexport

How to uninstall#

python -m pip uninstall -y types-aiobotocore-importexport

Usage#

Code samples can be found in Examples.

ImportExportClient#

Type annotations and code completion for session.create_client("importexport") as ImportExportClient boto3 documentation

# ImportExportClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_importexport.client import ImportExportClient


session = get_session()
async with session.create_client("importexport") as client:
    client: ImportExportClient

Paginators#

Type annotations and code completion for paginators from session.create_client("importexport").get_paginator("...").

# ListJobsPaginator usage example

from types_aiobotocore_importexport.paginator import ListJobsPaginator

def get_list_jobs_paginator() -> ListJobsPaginator:
    return client.get_paginator("list_jobs"))

Literals#

Type annotations for literals used in methods and schema.

# JobTypeType usage example

from types_aiobotocore_importexport.literals import JobTypeType

def get_value() -> JobTypeType:
    return "Export"

Type definitions#

Type annotations for type definitions used in methods and schema.