ImportExport module#
Index > ImportExport
Auto-generated documentation for ImportExport type annotations stubs module types-aiobotocore-importexport.
How to install#
Generate locally (recommended)#
You can generate type annotations for aiobotocore
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'aiobotocore==2.23.0' mypy-boto3-builder
- Select
aiobotocore
AWS SDK. - Add
ImportExport
service. - Use provided commands to install generated packages.
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"
- JobTypeType
- ListJobsPaginatorName
- ImportExportServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ArtifactTypeDef
- CancelJobInputTypeDef
- ResponseMetadataTypeDef
- CreateJobInputTypeDef
- GetShippingLabelInputTypeDef
- GetStatusInputTypeDef
- JobTypeDef
- PaginatorConfigTypeDef
- ListJobsInputTypeDef
- UpdateJobInputTypeDef
- CancelJobOutputTypeDef
- CreateJobOutputTypeDef
- GetShippingLabelOutputTypeDef
- GetStatusOutputTypeDef
- UpdateJobOutputTypeDef
- ListJobsOutputTypeDef
- ListJobsInputPaginateTypeDef