Skip to content

NimbleStudio module#

Index > NimbleStudio

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

How to install#

From PyPI with pip#

Install types-aiobotocore for NimbleStudio service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

NimbleStudioClient#

Type annotations and code completion for session.create_client("nimble") as NimbleStudioClient boto3 documentation

# NimbleStudioClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_nimble.client import NimbleStudioClient


session = get_session()
async with session.create_client("nimble") as client:
    client: NimbleStudioClient

Paginators#

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

# ListEulaAcceptancesPaginator usage example

from types_aiobotocore_nimble.paginator import ListEulaAcceptancesPaginator

def get_list_eula_acceptances_paginator() -> ListEulaAcceptancesPaginator:
    return client.get_paginator("list_eula_acceptances"))

Waiters#

Type annotations and code completion for waiters from session.create_client("nimble").get_waiter("...").

# LaunchProfileDeletedWaiter usage example

from types_aiobotocore_nimble.waiter import LaunchProfileDeletedWaiter

def get_launch_profile_deleted_waiter() -> LaunchProfileDeletedWaiter:
    return Session().client("nimble").get_waiter("launch_profile_deleted")

Literals#

Type annotations for literals used in methods and schema.

# AutomaticTerminationModeType usage example

from types_aiobotocore_nimble.literals import AutomaticTerminationModeType

def get_value() -> AutomaticTerminationModeType:
    return "ACTIVATED"

Type definitions#

Type annotations for type definitions used in methods and schema.