Skip to content

LaunchWizard module#

Index > LaunchWizard

Auto-generated documentation for LaunchWizard type annotations stubs module types-aiobotocore-launch-wizard.

How to install#

From PyPI with pip#

Install types-aioboto3 for LaunchWizard service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[launch-wizard]'


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


# standalone installation
python -m pip install types-aiobotocore-launch-wizard

How to uninstall#

python -m pip uninstall -y types-aiobotocore-launch-wizard

Usage#

Code samples can be found in Examples.

LaunchWizardClient#

Type annotations and code completion for session.client("launch-wizard") as LaunchWizardClient boto3 documentation

# LaunchWizardClient usage example

from aioboto3.session import Session

from types_aiobotocore_launch_wizard.client import LaunchWizardClient


session = Session()
async with session.client("launch-wizard") as client:
    client: LaunchWizardClient

Paginators#

Type annotations and code completion for paginators from session.client("launch-wizard").get_paginator("...").

# ListDeploymentEventsPaginator usage example

from types_aiobotocore_launch_wizard.paginator import ListDeploymentEventsPaginator

def get_list_deployment_events_paginator() -> ListDeploymentEventsPaginator:
    return client.get_paginator("list_deployment_events"))

Literals#

Type annotations for literals used in methods and schema.

# DeploymentFilterKeyType usage example

from types_aiobotocore_launch_wizard.literals import DeploymentFilterKeyType

def get_value() -> DeploymentFilterKeyType:
    return "DEPLOYMENT_STATUS"

Type definitions#

Type annotations for type definitions used in methods and schema.