Skip to content

CodeGuruReviewer module#

Index > CodeGuruReviewer

Auto-generated documentation for CodeGuruReviewer type annotations stubs module types-aiobotocore-codeguru-reviewer.

How to install#

From PyPI with pip#

Install types-aiobotocore for CodeGuruReviewer service.

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


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


# standalone installation
python -m pip install types-aiobotocore-codeguru-reviewer

How to uninstall#

python -m pip uninstall -y types-aiobotocore-codeguru-reviewer

Usage#

Code samples can be found in Examples.

CodeGuruReviewerClient#

Type annotations and code completion for session.create_client("codeguru-reviewer") as CodeGuruReviewerClient boto3 documentation

# CodeGuruReviewerClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_codeguru_reviewer.client import CodeGuruReviewerClient


session = get_session()
async with session.create_client("codeguru-reviewer") as client:
    client: CodeGuruReviewerClient

Paginators#

Type annotations and code completion for paginators from session.create_client("codeguru-reviewer").get_paginator("...").

# ListRepositoryAssociationsPaginator usage example

from types_aiobotocore_codeguru_reviewer.paginator import ListRepositoryAssociationsPaginator

def get_list_repository_associations_paginator() -> ListRepositoryAssociationsPaginator:
    return client.get_paginator("list_repository_associations"))

Waiters#

Type annotations and code completion for waiters from session.create_client("codeguru-reviewer").get_waiter("...").

# CodeReviewCompletedWaiter usage example

from types_aiobotocore_codeguru_reviewer.waiter import CodeReviewCompletedWaiter

def get_code_review_completed_waiter() -> CodeReviewCompletedWaiter:
    return Session().client("codeguru-reviewer").get_waiter("code_review_completed")

Literals#

Type annotations for literals used in methods and schema.

# AnalysisTypeType usage example

from types_aiobotocore_codeguru_reviewer.literals import AnalysisTypeType

def get_value() -> AnalysisTypeType:
    return "CodeQuality"

Type definitions#

Type annotations for type definitions used in methods and schema.