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-aioboto3 for imagebuilder service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[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-aioboto3-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.client("imagebuilder") as imagebuilderClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_imagebuilder.client import imagebuilderClient


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

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_imagebuilder.literals import BuildTypeType

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

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_imagebuilder.type_defs import SystemsManagerAgentTypeDef

def get_value() -> SystemsManagerAgentTypeDef:
    return {
        "uninstallAfterBuild": ...,
    }