Skip to content

Route53Profiles module#

Index > Route53Profiles

Auto-generated documentation for Route53Profiles type annotations stubs module types-aiobotocore-route53profiles.

How to install#

You can generate type annotations for aiobotocore package locally with mypy-boto3-builder. Use uv for build isolation.

  1. Run mypy-boto3-builder in your package root directory: uvx --with 'aiobotocore==2.25.0' mypy-boto3-builder
  2. Select aiobotocore AWS SDK.
  3. Add Route53Profiles service.
  4. Use provided commands to install generated packages.

From PyPI with pip#

Install types-aiobotocore for Route53Profiles service.

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

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

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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

Route53ProfilesClient#

Type annotations and code completion for session.create_client("route53profiles") as Route53ProfilesClient boto3 documentation

# Route53ProfilesClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_route53profiles.client import Route53ProfilesClient


session = get_session()
async with session.create_client("route53profiles") as client:
    client: Route53ProfilesClient

Paginators#

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

# ListProfileAssociationsPaginator usage example

from types_aiobotocore_route53profiles.paginator import ListProfileAssociationsPaginator

def get_list_profile_associations_paginator() -> ListProfileAssociationsPaginator:
    return client.get_paginator("list_profile_associations"))

Literals#

Type annotations for literals used in methods and schema.

# ListProfileAssociationsPaginatorName usage example

from types_aiobotocore_route53profiles.literals import ListProfileAssociationsPaginatorName

def get_value() -> ListProfileAssociationsPaginatorName:
    return "list_profile_associations"

Type definitions#

Type annotations for type definitions used in methods and schema.