Skip to content

imagebuilder module#

Index > imagebuilder

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

How to install#

From PyPI with pip#

Install types-aiobotocore for imagebuilder service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

imagebuilderClient#

Type annotations and code completion for session.create_client("imagebuilder") as imagebuilderClient boto3 documentation

# imagebuilderClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_imagebuilder.client import imagebuilderClient


session = get_session()
async with session.create_client("imagebuilder") as client:
    client: imagebuilderClient

Literals#

Type annotations for literals used in methods and schema.

# BuildTypeType usage example

from types_aiobotocore_imagebuilder.literals import BuildTypeType

def get_value() -> BuildTypeType:
    return "IMPORT"

Type definitions#

Type annotations for type definitions used in methods and schema.