Skip to content

CodeGuruProfiler module#

Index > CodeGuruProfiler

Auto-generated documentation for CodeGuruProfiler type annotations stubs module types-aiobotocore-codeguruprofiler.

How to install#

From PyPI with pip#

Install types-aiobotocore for CodeGuruProfiler service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

CodeGuruProfilerClient#

Type annotations and code completion for session.create_client("codeguruprofiler") as CodeGuruProfilerClient boto3 documentation

# CodeGuruProfilerClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_codeguruprofiler.client import CodeGuruProfilerClient


session = get_session()
async with session.create_client("codeguruprofiler") as client:
    client: CodeGuruProfilerClient

Paginators#

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

# ListProfileTimesPaginator usage example

from types_aiobotocore_codeguruprofiler.paginator import ListProfileTimesPaginator

def get_list_profile_times_paginator() -> ListProfileTimesPaginator:
    return client.get_paginator("list_profile_times"))

Literals#

Type annotations for literals used in methods and schema.

# ActionGroupType usage example

from types_aiobotocore_codeguruprofiler.literals import ActionGroupType

def get_value() -> ActionGroupType:
    return "agentPermissions"

Type definitions#

Type annotations for type definitions used in methods and schema.