Skip to content

Route53RecoveryControlConfig module#

Index > Route53RecoveryControlConfig

Auto-generated documentation for Route53RecoveryControlConfig type annotations stubs module types-aiobotocore-route53-recovery-control-config.

How to install#

From PyPI with pip#

Install types-aiobotocore for Route53RecoveryControlConfig service.

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


# 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-control-config]'


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

How to uninstall#

python -m pip uninstall -y types-aiobotocore-route53-recovery-control-config

Usage#

Code samples can be found in Examples.

Route53RecoveryControlConfigClient#

Type annotations and code completion for session.create_client("route53-recovery-control-config") as Route53RecoveryControlConfigClient boto3 documentation

# Route53RecoveryControlConfigClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_route53_recovery_control_config.client import Route53RecoveryControlConfigClient


session = get_session()
async with session.create_client("route53-recovery-control-config") as client:
    client: Route53RecoveryControlConfigClient

Paginators#

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

# ListAssociatedRoute53HealthChecksPaginator usage example

from types_aiobotocore_route53_recovery_control_config.paginator import ListAssociatedRoute53HealthChecksPaginator

def get_list_associated_route53_health_checks_paginator() -> ListAssociatedRoute53HealthChecksPaginator:
    return client.get_paginator("list_associated_route53_health_checks"))

Waiters#

Type annotations and code completion for waiters from session.create_client("route53-recovery-control-config").get_waiter("...").

# ClusterCreatedWaiter usage example

from types_aiobotocore_route53_recovery_control_config.waiter import ClusterCreatedWaiter

def get_cluster_created_waiter() -> ClusterCreatedWaiter:
    return Session().client("route53-recovery-control-config").get_waiter("cluster_created")

Literals#

Type annotations for literals used in methods and schema.

# ClusterCreatedWaiterName usage example

from types_aiobotocore_route53_recovery_control_config.literals import ClusterCreatedWaiterName

def get_value() -> ClusterCreatedWaiterName:
    return "cluster_created"

Type definitions#

Type annotations for type definitions used in methods and schema.