Skip to content

Route53RecoveryReadiness module#

Index > Route53RecoveryReadiness

Auto-generated documentation for Route53RecoveryReadiness type annotations stubs module types-aiobotocore-route53-recovery-readiness.

How to install#

From PyPI with pip#

Install types-aiobotocore for Route53RecoveryReadiness service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[route53-recovery-readiness]'


# 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[route53-recovery-readiness]'


# standalone installation
python -m pip install types-aiobotocore-route53-recovery-readiness

How to uninstall#

python -m pip uninstall -y types-aiobotocore-route53-recovery-readiness

Usage#

Code samples can be found in Examples.

Route53RecoveryReadinessClient#

Type annotations and code completion for session.create_client("route53-recovery-readiness") as Route53RecoveryReadinessClient boto3 documentation

# Route53RecoveryReadinessClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_route53_recovery_readiness.client import Route53RecoveryReadinessClient


session = get_session()
async with session.create_client("route53-recovery-readiness") as client:
    client: Route53RecoveryReadinessClient

Paginators#

Type annotations and code completion for paginators from session.create_client("route53-recovery-readiness").get_paginator("...").

# GetCellReadinessSummaryPaginator usage example

from types_aiobotocore_route53_recovery_readiness.paginator import GetCellReadinessSummaryPaginator

def get_get_cell_readiness_summary_paginator() -> GetCellReadinessSummaryPaginator:
    return client.get_paginator("get_cell_readiness_summary"))

Literals#

Type annotations for literals used in methods and schema.

# GetCellReadinessSummaryPaginatorName usage example

from types_aiobotocore_route53_recovery_readiness.literals import GetCellReadinessSummaryPaginatorName

def get_value() -> GetCellReadinessSummaryPaginatorName:
    return "get_cell_readiness_summary"

Type definitions#

Type annotations for type definitions used in methods and schema.