Registry / devops / types-boto3-cloudfront

types-boto3-cloudfront

JSON →
library1.43.8pypypiunverified

Type annotations for boto3 CloudFront service. This package provides static type checking stubs for AWS CloudFront API, generated by mypy-boto3-builder. Current version 1.43.8 follows boto3 CloudFront 1.43.8 API. Release cadence matches AWS SDK updates.

pip install types-boto3-cloudfront
INSTALL
IMPORT
SIG · TYPES-BOTO3-CLOUDF
T
types-boto3-cloudfront
devopspythonv1.43.8
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.

CloudFrontClient
from types_boto3_cloudfront import CloudFrontClient
from mypy_boto3_cloudfront import CloudFrontClient

Typed CloudFront client usage with mypy static type checking.

import boto3 from mypy_boto3_cloudfront import CloudFrontClient client: CloudFrontClient = boto3.client('cloudfront', region_name='us-east-1') distributions = client.list_distributions() print(distributions)
Debug
Known issues
gotchaThe package only provides type stubs, not runtime code. Ensure boto3 is installed separately.
fix
Install boto3 alongside this package.
affects: all
gotchaType stubs may lag behind boto3 API changes. If you see type errors for new APIs, the stubs may be outdated.
fix
Update the package or manually add ignored type hints.
affects: all
breakingVersion 1.0.0+ adopted consistent naming with mypy_boto3_cloudfront. Old imports from boto3 stubs may break.
fix
Use from mypy_boto3_cloudfront import ... instead of from boto3.cloudfront import ...
affects: <1.0
Upgrade
Version history
1.43.8latest on PyPI · released May 14, 2026
Audit
Dependencies
boto3requiredRuntime dependency for AWS SDK operations; types only apply with boto3 installed.
mypy-boto3-cloudfrontoptionalSometimes used interchangeably, but types-boto3-cloudfront is the standalone typing package.
Agent activity
12 hits · last 30 days
node
12
Resources
types-boto3-cloudfront — pip install types-boto3-cloudfront · libregistry