Skip to content

Mobile module#

Index > Mobile

Auto-generated documentation for Mobile type annotations stubs module types-aiobotocore-mobile.

How to install#

From PyPI with pip#

Install types-aiobotocore for Mobile service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

MobileClient#

Type annotations and code completion for session.create_client("mobile") as MobileClient boto3 documentation

# MobileClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_mobile.client import MobileClient


session = get_session()
async with session.create_client("mobile") as client:
    client: MobileClient

Paginators#

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

# ListBundlesPaginator usage example

from types_aiobotocore_mobile.paginator import ListBundlesPaginator

def get_list_bundles_paginator() -> ListBundlesPaginator:
    return client.get_paginator("list_bundles"))

Literals#

Type annotations for literals used in methods and schema.

# ListBundlesPaginatorName usage example

from types_aiobotocore_mobile.literals import ListBundlesPaginatorName

def get_value() -> ListBundlesPaginatorName:
    return "list_bundles"

Type definitions#

Type annotations for type definitions used in methods and schema.