Route53Profiles module#
Index > Route53Profiles
Auto-generated documentation for Route53Profiles type annotations stubs module types-boto3-route53profiles.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory: uvx --with 'boto3==1.40.63' mypy-boto3-builder
- Select boto3AWS SDK.
- Add Route53Profilesservice.
- Use provided commands to install generated packages.
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 types-boto3 for Route53Profiles service.
# install with boto3 type annotations
python -m pip install 'types-boto3[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-boto3-lite[route53profiles]'
# standalone installation
python -m pip install types-boto3-route53profilesHow to uninstall#
python -m pip uninstall -y types-boto3-route53profilesUsage#
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 types_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 types_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 types_boto3_route53profiles.literals import ListProfileAssociationsPaginatorName
def get_value() -> ListProfileAssociationsPaginatorName:
    return "list_profile_associations"- ListProfileAssociationsPaginatorName
- ListProfileResourceAssociationsPaginatorName
- ListProfilesPaginatorName
- ProfileStatusType
- ShareStatusType
- Route53ProfilesServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- TagTypeDef
- ProfileAssociationTypeDef
- ResponseMetadataTypeDef
- AssociateResourceToProfileRequestTypeDef
- ProfileResourceAssociationTypeDef
- ProfileTypeDef
- DeleteProfileRequestTypeDef
- DisassociateProfileRequestTypeDef
- DisassociateResourceFromProfileRequestTypeDef
- GetProfileAssociationRequestTypeDef
- GetProfileRequestTypeDef
- GetProfileResourceAssociationRequestTypeDef
- PaginatorConfigTypeDef
- ListProfileAssociationsRequestTypeDef
- ListProfileResourceAssociationsRequestTypeDef
- ListProfilesRequestTypeDef
- ProfileSummaryTypeDef
- ListTagsForResourceRequestTypeDef
- TagResourceRequestTypeDef
- UntagResourceRequestTypeDef
- UpdateProfileResourceAssociationRequestTypeDef
- AssociateProfileRequestTypeDef
- CreateProfileRequestTypeDef
- AssociateProfileResponseTypeDef
- DisassociateProfileResponseTypeDef
- GetProfileAssociationResponseTypeDef
- ListProfileAssociationsResponseTypeDef
- ListTagsForResourceResponseTypeDef
- AssociateResourceToProfileResponseTypeDef
- DisassociateResourceFromProfileResponseTypeDef
- GetProfileResourceAssociationResponseTypeDef
- ListProfileResourceAssociationsResponseTypeDef
- UpdateProfileResourceAssociationResponseTypeDef
- CreateProfileResponseTypeDef
- DeleteProfileResponseTypeDef
- GetProfileResponseTypeDef
- ListProfileAssociationsRequestPaginateTypeDef
- ListProfileResourceAssociationsRequestPaginateTypeDef
- ListProfilesRequestPaginateTypeDef
- ListProfilesResponseTypeDef