Skip to content

B2BI module#

Index > B2BI

Auto-generated documentation for B2BI type annotations stubs module mypy-boto3-b2bi.

How to install#

VSCode extension#

Add AWS Boto3 extension to your VSCode and run AWS boto3: Quick Start command.

Click Modify and select boto3 common and B2BI.

From PyPI with pip#

Install boto3-stubs for B2BI service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[b2bi]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[b2bi]'


# standalone installation
python -m pip install mypy-boto3-b2bi

How to uninstall#

python -m pip uninstall -y mypy-boto3-b2bi

Usage#

Code samples can be found in Examples.

B2BIClient#

Type annotations and code completion for boto3.client("b2bi") as B2BIClient boto3 documentation

# B2BIClient usage example

from boto3.session import Session

from mypy_boto3_b2bi.client import B2BIClient

def get_client() -> B2BIClient:
    return Session().client("b2bi")

Paginators#

Type annotations and code completion for paginators from boto3.client("b2bi").get_paginator("...").

# ListCapabilitiesPaginator usage example

from boto3.session import Session

from mypy_boto3_b2bi.paginator import ListCapabilitiesPaginator

def get_list_capabilities_paginator() -> ListCapabilitiesPaginator:
    return Session().client("b2bi").get_paginator("list_capabilities"))

Literals#

Type annotations for literals used in methods and schema.

# CapabilityTypeType usage example

from mypy_boto3_b2bi.literals import CapabilityTypeType

def get_value() -> CapabilityTypeType:
    return "edi"

Type definitions#

Type annotations for type definitions used in methods and schema.