Skip to content

Route53Profiles module#

Index > Route53Profiles

Auto-generated documentation for Route53Profiles type annotations stubs module mypy-boto3-route53profiles.

How to install#

VSCode extension#

Add AWS Boto3 extension to your VSCode and run AWS boto3: Quick Start command.

Click Modify and select boto3 common and Route53Profiles.

From PyPI with pip#

Install boto3-stubs for Route53Profiles service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[route53profiles]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[route53profiles]'


# standalone installation
python -m pip install mypy-boto3-route53profiles

How to uninstall#

python -m pip uninstall -y mypy-boto3-route53profiles

Usage#

Code samples can be found in Examples.

Route53ProfilesClient#

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

# Route53ProfilesClient usage example

from boto3.session import Session

from mypy_boto3_route53profiles.client import Route53ProfilesClient

def get_client() -> Route53ProfilesClient:
    return Session().client("route53profiles")

Paginators#

Type annotations and code completion for paginators from boto3.client("route53profiles").get_paginator("...").

# ListProfileAssociationsPaginator usage example

from boto3.session import Session

from mypy_boto3_route53profiles.paginator import ListProfileAssociationsPaginator

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

Literals#

Type annotations for literals used in methods and schema.

# ListProfileAssociationsPaginatorName usage example

from mypy_boto3_route53profiles.literals import ListProfileAssociationsPaginatorName

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

Type definitions#

Type annotations for type definitions used in methods and schema.