Registry / devops / types-boto3-route53

types-boto3-route53

JSON →
library1.43.0pypypiunverified

Type annotations for boto3 Route53 1.43.0 service, generated with mypy-boto3-builder 8.12.0. Provides static type checking support for boto3's Route53 client and service resources. Current version 1.43.0, released periodically to match boto3 updates. Requires Python >=3.9.

pip install types-boto3-route53
INSTALL
IMPORT
SIG · TYPES-BOTO3-ROUTE5
T
types-boto3-route53
devopspythonv1.43.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Route53Client
✓ from types_boto3_route53.client import Route53Client
✗ from mypy_boto3_route53.client import Route53Client

Import Route53Client from mypy_boto3_route53 to get type hints for the Route53 client.

import boto3 from mypy_boto3_route53 import Route53Client client: Route53Client = boto3.client("route53", region_name="us-east-1") zones = client.list_hosted_zones_by_name() print(zones["HostedZones"])
Debug
Known issues
gotchaThe PyPI package name is 'types-boto3-route53', but the import uses 'mypy_boto3_route53'. This mismatch often confuses users who try to import from 'types_boto3_route53'.
fix
Always import from 'mypy_boto3_route53', not 'types_boto3_route53'.
affects: all
gotchaType annotations only cover boto3's Route53 client and service resource. They do not cover paginators, waiters, or service models separately; you must import those from submodules like mypy_boto3_route53.paginator.
fix
For paginator types, import from mypy_boto3_route53.paginator; for waiters, from mypy_boto3_route53.waiter; for type literals, from mypy_boto3_route53.literals.
affects: all
deprecatedSome users mistakenly install 'boto3-stubs' or 'types-boto3' for all services. This package is only for Route53. Using a global 'types-boto3' can lead to version conflicts.
fix
Install only the specific service package you need: 'types-boto3-route53' for Route53.
affects: all
Upgrade
Version history
1.43.0latest on PyPI · released Apr 29, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
types-boto3-route53 — pip install types-boto3-route53 · libregistry