Skip to content

ManagedGrafana module#

Index > ManagedGrafana

Auto-generated documentation for ManagedGrafana type annotations stubs module types-aiobotocore-grafana.

How to install#

From PyPI with pip#

Install types-aiobotocore for ManagedGrafana service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

ManagedGrafanaClient#

Type annotations and code completion for session.create_client("grafana") as ManagedGrafanaClient boto3 documentation

# ManagedGrafanaClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_grafana.client import ManagedGrafanaClient


session = get_session()
async with session.create_client("grafana") as client:
    client: ManagedGrafanaClient

Paginators#

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

# ListPermissionsPaginator usage example

from types_aiobotocore_grafana.paginator import ListPermissionsPaginator

def get_list_permissions_paginator() -> ListPermissionsPaginator:
    return client.get_paginator("list_permissions"))

Literals#

Type annotations for literals used in methods and schema.

# AccountAccessTypeType usage example

from types_aiobotocore_grafana.literals import AccountAccessTypeType

def get_value() -> AccountAccessTypeType:
    return "CURRENT_ACCOUNT"

Type definitions#

Type annotations for type definitions used in methods and schema.