Skip to content

DevOpsGuru module#

Index > DevOpsGuru

Auto-generated documentation for DevOpsGuru type annotations stubs module types-aiobotocore-devops-guru.

How to install#

From PyPI with pip#

Install types-aiobotocore for DevOpsGuru service.

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


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


# standalone installation
python -m pip install types-aiobotocore-devops-guru

How to uninstall#

python -m pip uninstall -y types-aiobotocore-devops-guru

Usage#

Code samples can be found in Examples.

DevOpsGuruClient#

Type annotations and code completion for session.create_client("devops-guru") as DevOpsGuruClient boto3 documentation

# DevOpsGuruClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_devops_guru.client import DevOpsGuruClient


session = get_session()
async with session.create_client("devops-guru") as client:
    client: DevOpsGuruClient

Paginators#

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

# DescribeOrganizationResourceCollectionHealthPaginator usage example

from types_aiobotocore_devops_guru.paginator import DescribeOrganizationResourceCollectionHealthPaginator

def get_describe_organization_resource_collection_health_paginator() -> DescribeOrganizationResourceCollectionHealthPaginator:
    return client.get_paginator("describe_organization_resource_collection_health"))

Literals#

Type annotations for literals used in methods and schema.

# AnomalySeverityType usage example

from types_aiobotocore_devops_guru.literals import AnomalySeverityType

def get_value() -> AnomalySeverityType:
    return "HIGH"

Type definitions#

Type annotations for type definitions used in methods and schema.