Skip to content

Braket module#

Index > Braket

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

How to install#

From PyPI with pip#

Install types-aiobotocore for Braket service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

BraketClient#

Type annotations and code completion for session.create_client("braket") as BraketClient boto3 documentation

# BraketClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_braket.client import BraketClient


session = get_session()
async with session.create_client("braket") as client:
    client: BraketClient

Paginators#

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

# SearchDevicesPaginator usage example

from types_aiobotocore_braket.paginator import SearchDevicesPaginator

def get_search_devices_paginator() -> SearchDevicesPaginator:
    return client.get_paginator("search_devices"))

Literals#

Type annotations for literals used in methods and schema.

# CancellationStatusType usage example

from types_aiobotocore_braket.literals import CancellationStatusType

def get_value() -> CancellationStatusType:
    return "CANCELLED"

Type definitions#

Type annotations for type definitions used in methods and schema.