Literals#
Index > CloudFront > Literals
Auto-generated documentation for CloudFront type annotations stubs module types-boto3-cloudfront.
CachePolicyCookieBehaviorType#
# CachePolicyCookieBehaviorType usage example
from types_boto3_cloudfront.literals import CachePolicyCookieBehaviorType
def get_value() -> CachePolicyCookieBehaviorType:
    return "all"# CachePolicyCookieBehaviorType definition
CachePolicyCookieBehaviorType = Literal[
    "all",
    "allExcept",
    "none",
    "whitelist",
]CachePolicyHeaderBehaviorType#
# CachePolicyHeaderBehaviorType usage example
from types_boto3_cloudfront.literals import CachePolicyHeaderBehaviorType
def get_value() -> CachePolicyHeaderBehaviorType:
    return "none"# CachePolicyHeaderBehaviorType definition
CachePolicyHeaderBehaviorType = Literal[
    "none",
    "whitelist",
]CachePolicyQueryStringBehaviorType#
# CachePolicyQueryStringBehaviorType usage example
from types_boto3_cloudfront.literals import CachePolicyQueryStringBehaviorType
def get_value() -> CachePolicyQueryStringBehaviorType:
    return "all"# CachePolicyQueryStringBehaviorType definition
CachePolicyQueryStringBehaviorType = Literal[
    "all",
    "allExcept",
    "none",
    "whitelist",
]CachePolicyTypeType#
# CachePolicyTypeType usage example
from types_boto3_cloudfront.literals import CachePolicyTypeType
def get_value() -> CachePolicyTypeType:
    return "custom"# CachePolicyTypeType definition
CachePolicyTypeType = Literal[
    "custom",
    "managed",
]CertificateSourceType#
# CertificateSourceType usage example
from types_boto3_cloudfront.literals import CertificateSourceType
def get_value() -> CertificateSourceType:
    return "acm"# CertificateSourceType definition
CertificateSourceType = Literal[
    "acm",
    "cloudfront",
    "iam",
]CertificateTransparencyLoggingPreferenceType#
# CertificateTransparencyLoggingPreferenceType usage example
from types_boto3_cloudfront.literals import CertificateTransparencyLoggingPreferenceType
def get_value() -> CertificateTransparencyLoggingPreferenceType:
    return "disabled"# CertificateTransparencyLoggingPreferenceType definition
CertificateTransparencyLoggingPreferenceType = Literal[
    "disabled",
    "enabled",
]ConnectionModeType#
# ConnectionModeType usage example
from types_boto3_cloudfront.literals import ConnectionModeType
def get_value() -> ConnectionModeType:
    return "direct"# ConnectionModeType definition
ConnectionModeType = Literal[
    "direct",
    "tenant-only",
]ContinuousDeploymentPolicyTypeType#
# ContinuousDeploymentPolicyTypeType usage example
from types_boto3_cloudfront.literals import ContinuousDeploymentPolicyTypeType
def get_value() -> ContinuousDeploymentPolicyTypeType:
    return "SingleHeader"# ContinuousDeploymentPolicyTypeType definition
ContinuousDeploymentPolicyTypeType = Literal[
    "SingleHeader",
    "SingleWeight",
]CustomizationActionTypeType#
# CustomizationActionTypeType usage example
from types_boto3_cloudfront.literals import CustomizationActionTypeType
def get_value() -> CustomizationActionTypeType:
    return "disable"# CustomizationActionTypeType definition
CustomizationActionTypeType = Literal[
    "disable",
    "override",
]DistributionDeployedWaiterName#
# DistributionDeployedWaiterName usage example
from types_boto3_cloudfront.literals import DistributionDeployedWaiterName
def get_value() -> DistributionDeployedWaiterName:
    return "distribution_deployed"# DistributionDeployedWaiterName definition
DistributionDeployedWaiterName = Literal[
    "distribution_deployed",
]DistributionResourceTypeType#
# DistributionResourceTypeType usage example
from types_boto3_cloudfront.literals import DistributionResourceTypeType
def get_value() -> DistributionResourceTypeType:
    return "distribution"# DistributionResourceTypeType definition
DistributionResourceTypeType = Literal[
    "distribution",
    "distribution-tenant",
]DnsConfigurationStatusType#
# DnsConfigurationStatusType usage example
from types_boto3_cloudfront.literals import DnsConfigurationStatusType
def get_value() -> DnsConfigurationStatusType:
    return "invalid-configuration"# DnsConfigurationStatusType definition
DnsConfigurationStatusType = Literal[
    "invalid-configuration",
    "unknown-configuration",
    "valid-configuration",
]DomainStatusType#
# DomainStatusType usage example
from types_boto3_cloudfront.literals import DomainStatusType
def get_value() -> DomainStatusType:
    return "active"# DomainStatusType definition
DomainStatusType = Literal[
    "active",
    "inactive",
]EventTypeType#
# EventTypeType usage example
from types_boto3_cloudfront.literals import EventTypeType
def get_value() -> EventTypeType:
    return "origin-request"# EventTypeType definition
EventTypeType = Literal[
    "origin-request",
    "origin-response",
    "viewer-request",
    "viewer-response",
]FormatType#
# FormatType usage example
from types_boto3_cloudfront.literals import FormatType
def get_value() -> FormatType:
    return "URLEncoded"# FormatType definition
FormatType = Literal[
    "URLEncoded",
]FrameOptionsListType#
# FrameOptionsListType usage example
from types_boto3_cloudfront.literals import FrameOptionsListType
def get_value() -> FrameOptionsListType:
    return "DENY"# FrameOptionsListType definition
FrameOptionsListType = Literal[
    "DENY",
    "SAMEORIGIN",
]FunctionRuntimeType#
# FunctionRuntimeType usage example
from types_boto3_cloudfront.literals import FunctionRuntimeType
def get_value() -> FunctionRuntimeType:
    return "cloudfront-js-1.0"# FunctionRuntimeType definition
FunctionRuntimeType = Literal[
    "cloudfront-js-1.0",
    "cloudfront-js-2.0",
]FunctionStageType#
# FunctionStageType usage example
from types_boto3_cloudfront.literals import FunctionStageType
def get_value() -> FunctionStageType:
    return "DEVELOPMENT"# FunctionStageType definition
FunctionStageType = Literal[
    "DEVELOPMENT",
    "LIVE",
]GeoRestrictionTypeType#
# GeoRestrictionTypeType usage example
from types_boto3_cloudfront.literals import GeoRestrictionTypeType
def get_value() -> GeoRestrictionTypeType:
    return "blacklist"# GeoRestrictionTypeType definition
GeoRestrictionTypeType = Literal[
    "blacklist",
    "none",
    "whitelist",
]HttpVersionType#
# HttpVersionType usage example
from types_boto3_cloudfront.literals import HttpVersionType
def get_value() -> HttpVersionType:
    return "http1.1"# HttpVersionType definition
HttpVersionType = Literal[
    "http1.1",
    "http2",
    "http2and3",
    "http3",
]ICPRecordalStatusType#
# ICPRecordalStatusType usage example
from types_boto3_cloudfront.literals import ICPRecordalStatusType
def get_value() -> ICPRecordalStatusType:
    return "APPROVED"# ICPRecordalStatusType definition
ICPRecordalStatusType = Literal[
    "APPROVED",
    "PENDING",
    "SUSPENDED",
]ImportSourceTypeType#
# ImportSourceTypeType usage example
from types_boto3_cloudfront.literals import ImportSourceTypeType
def get_value() -> ImportSourceTypeType:
    return "S3"# ImportSourceTypeType definition
ImportSourceTypeType = Literal[
    "S3",
]InvalidationCompletedWaiterName#
# InvalidationCompletedWaiterName usage example
from types_boto3_cloudfront.literals import InvalidationCompletedWaiterName
def get_value() -> InvalidationCompletedWaiterName:
    return "invalidation_completed"# InvalidationCompletedWaiterName definition
InvalidationCompletedWaiterName = Literal[
    "invalidation_completed",
]InvalidationForDistributionTenantCompletedWaiterName#
# InvalidationForDistributionTenantCompletedWaiterName usage example
from types_boto3_cloudfront.literals import InvalidationForDistributionTenantCompletedWaiterName
def get_value() -> InvalidationForDistributionTenantCompletedWaiterName:
    return "invalidation_for_distribution_tenant_completed"# InvalidationForDistributionTenantCompletedWaiterName definition
InvalidationForDistributionTenantCompletedWaiterName = Literal[
    "invalidation_for_distribution_tenant_completed",
]IpAddressTypeType#
# IpAddressTypeType usage example
from types_boto3_cloudfront.literals import IpAddressTypeType
def get_value() -> IpAddressTypeType:
    return "dualstack"# IpAddressTypeType definition
IpAddressTypeType = Literal[
    "dualstack",
    "ipv4",
    "ipv6",
]ItemSelectionType#
# ItemSelectionType usage example
from types_boto3_cloudfront.literals import ItemSelectionType
def get_value() -> ItemSelectionType:
    return "all"# ItemSelectionType definition
ItemSelectionType = Literal[
    "all",
    "none",
    "whitelist",
]ListCloudFrontOriginAccessIdentitiesPaginatorName#
# ListCloudFrontOriginAccessIdentitiesPaginatorName usage example
from types_boto3_cloudfront.literals import ListCloudFrontOriginAccessIdentitiesPaginatorName
def get_value() -> ListCloudFrontOriginAccessIdentitiesPaginatorName:
    return "list_cloud_front_origin_access_identities"# ListCloudFrontOriginAccessIdentitiesPaginatorName definition
ListCloudFrontOriginAccessIdentitiesPaginatorName = Literal[
    "list_cloud_front_origin_access_identities",
]ListConnectionGroupsPaginatorName#
# ListConnectionGroupsPaginatorName usage example
from types_boto3_cloudfront.literals import ListConnectionGroupsPaginatorName
def get_value() -> ListConnectionGroupsPaginatorName:
    return "list_connection_groups"# ListConnectionGroupsPaginatorName definition
ListConnectionGroupsPaginatorName = Literal[
    "list_connection_groups",
]ListDistributionTenantsByCustomizationPaginatorName#
# ListDistributionTenantsByCustomizationPaginatorName usage example
from types_boto3_cloudfront.literals import ListDistributionTenantsByCustomizationPaginatorName
def get_value() -> ListDistributionTenantsByCustomizationPaginatorName:
    return "list_distribution_tenants_by_customization"# ListDistributionTenantsByCustomizationPaginatorName definition
ListDistributionTenantsByCustomizationPaginatorName = Literal[
    "list_distribution_tenants_by_customization",
]ListDistributionTenantsPaginatorName#
# ListDistributionTenantsPaginatorName usage example
from types_boto3_cloudfront.literals import ListDistributionTenantsPaginatorName
def get_value() -> ListDistributionTenantsPaginatorName:
    return "list_distribution_tenants"# ListDistributionTenantsPaginatorName definition
ListDistributionTenantsPaginatorName = Literal[
    "list_distribution_tenants",
]ListDistributionsByConnectionModePaginatorName#
# ListDistributionsByConnectionModePaginatorName usage example
from types_boto3_cloudfront.literals import ListDistributionsByConnectionModePaginatorName
def get_value() -> ListDistributionsByConnectionModePaginatorName:
    return "list_distributions_by_connection_mode"# ListDistributionsByConnectionModePaginatorName definition
ListDistributionsByConnectionModePaginatorName = Literal[
    "list_distributions_by_connection_mode",
]ListDistributionsPaginatorName#
# ListDistributionsPaginatorName usage example
from types_boto3_cloudfront.literals import ListDistributionsPaginatorName
def get_value() -> ListDistributionsPaginatorName:
    return "list_distributions"# ListDistributionsPaginatorName definition
ListDistributionsPaginatorName = Literal[
    "list_distributions",
]ListDomainConflictsPaginatorName#
# ListDomainConflictsPaginatorName usage example
from types_boto3_cloudfront.literals import ListDomainConflictsPaginatorName
def get_value() -> ListDomainConflictsPaginatorName:
    return "list_domain_conflicts"# ListDomainConflictsPaginatorName definition
ListDomainConflictsPaginatorName = Literal[
    "list_domain_conflicts",
]ListInvalidationsForDistributionTenantPaginatorName#
# ListInvalidationsForDistributionTenantPaginatorName usage example
from types_boto3_cloudfront.literals import ListInvalidationsForDistributionTenantPaginatorName
def get_value() -> ListInvalidationsForDistributionTenantPaginatorName:
    return "list_invalidations_for_distribution_tenant"# ListInvalidationsForDistributionTenantPaginatorName definition
ListInvalidationsForDistributionTenantPaginatorName = Literal[
    "list_invalidations_for_distribution_tenant",
]ListInvalidationsPaginatorName#
# ListInvalidationsPaginatorName usage example
from types_boto3_cloudfront.literals import ListInvalidationsPaginatorName
def get_value() -> ListInvalidationsPaginatorName:
    return "list_invalidations"# ListInvalidationsPaginatorName definition
ListInvalidationsPaginatorName = Literal[
    "list_invalidations",
]ListKeyValueStoresPaginatorName#
# ListKeyValueStoresPaginatorName usage example
from types_boto3_cloudfront.literals import ListKeyValueStoresPaginatorName
def get_value() -> ListKeyValueStoresPaginatorName:
    return "list_key_value_stores"# ListKeyValueStoresPaginatorName definition
ListKeyValueStoresPaginatorName = Literal[
    "list_key_value_stores",
]ListOriginAccessControlsPaginatorName#
# ListOriginAccessControlsPaginatorName usage example
from types_boto3_cloudfront.literals import ListOriginAccessControlsPaginatorName
def get_value() -> ListOriginAccessControlsPaginatorName:
    return "list_origin_access_controls"# ListOriginAccessControlsPaginatorName definition
ListOriginAccessControlsPaginatorName = Literal[
    "list_origin_access_controls",
]ListPublicKeysPaginatorName#
# ListPublicKeysPaginatorName usage example
from types_boto3_cloudfront.literals import ListPublicKeysPaginatorName
def get_value() -> ListPublicKeysPaginatorName:
    return "list_public_keys"# ListPublicKeysPaginatorName definition
ListPublicKeysPaginatorName = Literal[
    "list_public_keys",
]ListStreamingDistributionsPaginatorName#
# ListStreamingDistributionsPaginatorName usage example
from types_boto3_cloudfront.literals import ListStreamingDistributionsPaginatorName
def get_value() -> ListStreamingDistributionsPaginatorName:
    return "list_streaming_distributions"# ListStreamingDistributionsPaginatorName definition
ListStreamingDistributionsPaginatorName = Literal[
    "list_streaming_distributions",
]ManagedCertificateStatusType#
# ManagedCertificateStatusType usage example
from types_boto3_cloudfront.literals import ManagedCertificateStatusType
def get_value() -> ManagedCertificateStatusType:
    return "expired"# ManagedCertificateStatusType definition
ManagedCertificateStatusType = Literal[
    "expired",
    "failed",
    "inactive",
    "issued",
    "pending-validation",
    "revoked",
    "validation-timed-out",
]MethodType#
# MethodType usage example
from types_boto3_cloudfront.literals import MethodType
def get_value() -> MethodType:
    return "DELETE"# MethodType definition
MethodType = Literal[
    "DELETE",
    "GET",
    "HEAD",
    "OPTIONS",
    "PATCH",
    "POST",
    "PUT",
]MinimumProtocolVersionType#
# MinimumProtocolVersionType usage example
from types_boto3_cloudfront.literals import MinimumProtocolVersionType
def get_value() -> MinimumProtocolVersionType:
    return "SSLv3"# MinimumProtocolVersionType definition
MinimumProtocolVersionType = Literal[
    "SSLv3",
    "TLSv1",
    "TLSv1.1_2016",
    "TLSv1.2_2018",
    "TLSv1.2_2019",
    "TLSv1.2_2021",
    "TLSv1.2_2025",
    "TLSv1.3_2025",
    "TLSv1_2016",
]OriginAccessControlOriginTypesType#
# OriginAccessControlOriginTypesType usage example
from types_boto3_cloudfront.literals import OriginAccessControlOriginTypesType
def get_value() -> OriginAccessControlOriginTypesType:
    return "lambda"# OriginAccessControlOriginTypesType definition
OriginAccessControlOriginTypesType = Literal[
    "lambda",
    "mediapackagev2",
    "mediastore",
    "s3",
]OriginAccessControlSigningBehaviorsType#
# OriginAccessControlSigningBehaviorsType usage example
from types_boto3_cloudfront.literals import OriginAccessControlSigningBehaviorsType
def get_value() -> OriginAccessControlSigningBehaviorsType:
    return "always"# OriginAccessControlSigningBehaviorsType definition
OriginAccessControlSigningBehaviorsType = Literal[
    "always",
    "never",
    "no-override",
]OriginAccessControlSigningProtocolsType#
# OriginAccessControlSigningProtocolsType usage example
from types_boto3_cloudfront.literals import OriginAccessControlSigningProtocolsType
def get_value() -> OriginAccessControlSigningProtocolsType:
    return "sigv4"# OriginAccessControlSigningProtocolsType definition
OriginAccessControlSigningProtocolsType = Literal[
    "sigv4",
]OriginGroupSelectionCriteriaType#
# OriginGroupSelectionCriteriaType usage example
from types_boto3_cloudfront.literals import OriginGroupSelectionCriteriaType
def get_value() -> OriginGroupSelectionCriteriaType:
    return "default"# OriginGroupSelectionCriteriaType definition
OriginGroupSelectionCriteriaType = Literal[
    "default",
    "media-quality-based",
]OriginProtocolPolicyType#
# OriginProtocolPolicyType usage example
from types_boto3_cloudfront.literals import OriginProtocolPolicyType
def get_value() -> OriginProtocolPolicyType:
    return "http-only"# OriginProtocolPolicyType definition
OriginProtocolPolicyType = Literal[
    "http-only",
    "https-only",
    "match-viewer",
]OriginRequestPolicyCookieBehaviorType#
# OriginRequestPolicyCookieBehaviorType usage example
from types_boto3_cloudfront.literals import OriginRequestPolicyCookieBehaviorType
def get_value() -> OriginRequestPolicyCookieBehaviorType:
    return "all"# OriginRequestPolicyCookieBehaviorType definition
OriginRequestPolicyCookieBehaviorType = Literal[
    "all",
    "allExcept",
    "none",
    "whitelist",
]OriginRequestPolicyHeaderBehaviorType#
# OriginRequestPolicyHeaderBehaviorType usage example
from types_boto3_cloudfront.literals import OriginRequestPolicyHeaderBehaviorType
def get_value() -> OriginRequestPolicyHeaderBehaviorType:
    return "allExcept"# OriginRequestPolicyHeaderBehaviorType definition
OriginRequestPolicyHeaderBehaviorType = Literal[
    "allExcept",
    "allViewer",
    "allViewerAndWhitelistCloudFront",
    "none",
    "whitelist",
]OriginRequestPolicyQueryStringBehaviorType#
# OriginRequestPolicyQueryStringBehaviorType usage example
from types_boto3_cloudfront.literals import OriginRequestPolicyQueryStringBehaviorType
def get_value() -> OriginRequestPolicyQueryStringBehaviorType:
    return "all"# OriginRequestPolicyQueryStringBehaviorType definition
OriginRequestPolicyQueryStringBehaviorType = Literal[
    "all",
    "allExcept",
    "none",
    "whitelist",
]OriginRequestPolicyTypeType#
# OriginRequestPolicyTypeType usage example
from types_boto3_cloudfront.literals import OriginRequestPolicyTypeType
def get_value() -> OriginRequestPolicyTypeType:
    return "custom"# OriginRequestPolicyTypeType definition
OriginRequestPolicyTypeType = Literal[
    "custom",
    "managed",
]PriceClassType#
# PriceClassType usage example
from types_boto3_cloudfront.literals import PriceClassType
def get_value() -> PriceClassType:
    return "None"# PriceClassType definition
PriceClassType = Literal[
    "None",
    "PriceClass_100",
    "PriceClass_200",
    "PriceClass_All",
]RealtimeMetricsSubscriptionStatusType#
# RealtimeMetricsSubscriptionStatusType usage example
from types_boto3_cloudfront.literals import RealtimeMetricsSubscriptionStatusType
def get_value() -> RealtimeMetricsSubscriptionStatusType:
    return "Disabled"# RealtimeMetricsSubscriptionStatusType definition
RealtimeMetricsSubscriptionStatusType = Literal[
    "Disabled",
    "Enabled",
]ReferrerPolicyListType#
# ReferrerPolicyListType usage example
from types_boto3_cloudfront.literals import ReferrerPolicyListType
def get_value() -> ReferrerPolicyListType:
    return "no-referrer"# ReferrerPolicyListType definition
ReferrerPolicyListType = Literal[
    "no-referrer",
    "no-referrer-when-downgrade",
    "origin",
    "origin-when-cross-origin",
    "same-origin",
    "strict-origin",
    "strict-origin-when-cross-origin",
    "unsafe-url",
]ResponseHeadersPolicyAccessControlAllowMethodsValuesType#
# ResponseHeadersPolicyAccessControlAllowMethodsValuesType usage example
from types_boto3_cloudfront.literals import ResponseHeadersPolicyAccessControlAllowMethodsValuesType
def get_value() -> ResponseHeadersPolicyAccessControlAllowMethodsValuesType:
    return "ALL"# ResponseHeadersPolicyAccessControlAllowMethodsValuesType definition
ResponseHeadersPolicyAccessControlAllowMethodsValuesType = Literal[
    "ALL",
    "DELETE",
    "GET",
    "HEAD",
    "OPTIONS",
    "PATCH",
    "POST",
    "PUT",
]ResponseHeadersPolicyTypeType#
# ResponseHeadersPolicyTypeType usage example
from types_boto3_cloudfront.literals import ResponseHeadersPolicyTypeType
def get_value() -> ResponseHeadersPolicyTypeType:
    return "custom"# ResponseHeadersPolicyTypeType definition
ResponseHeadersPolicyTypeType = Literal[
    "custom",
    "managed",
]SSLSupportMethodType#
# SSLSupportMethodType usage example
from types_boto3_cloudfront.literals import SSLSupportMethodType
def get_value() -> SSLSupportMethodType:
    return "sni-only"# SSLSupportMethodType definition
SSLSupportMethodType = Literal[
    "sni-only",
    "static-ip",
    "vip",
]SslProtocolType#
# SslProtocolType usage example
from types_boto3_cloudfront.literals import SslProtocolType
def get_value() -> SslProtocolType:
    return "SSLv3"# SslProtocolType definition
SslProtocolType = Literal[
    "SSLv3",
    "TLSv1",
    "TLSv1.1",
    "TLSv1.2",
]StreamingDistributionDeployedWaiterName#
# StreamingDistributionDeployedWaiterName usage example
from types_boto3_cloudfront.literals import StreamingDistributionDeployedWaiterName
def get_value() -> StreamingDistributionDeployedWaiterName:
    return "streaming_distribution_deployed"# StreamingDistributionDeployedWaiterName definition
StreamingDistributionDeployedWaiterName = Literal[
    "streaming_distribution_deployed",
]ValidationTokenHostType#
# ValidationTokenHostType usage example
from types_boto3_cloudfront.literals import ValidationTokenHostType
def get_value() -> ValidationTokenHostType:
    return "cloudfront"# ValidationTokenHostType definition
ValidationTokenHostType = Literal[
    "cloudfront",
    "self-hosted",
]ViewerProtocolPolicyType#
# ViewerProtocolPolicyType usage example
from types_boto3_cloudfront.literals import ViewerProtocolPolicyType
def get_value() -> ViewerProtocolPolicyType:
    return "allow-all"# ViewerProtocolPolicyType definition
ViewerProtocolPolicyType = Literal[
    "allow-all",
    "https-only",
    "redirect-to-https",
]CloudFrontServiceName#
# CloudFrontServiceName usage example
from types_boto3_cloudfront.literals import CloudFrontServiceName
def get_value() -> CloudFrontServiceName:
    return "cloudfront"# CloudFrontServiceName definition
CloudFrontServiceName = Literal[
    "cloudfront",
]ServiceName#
# ServiceName usage example
from types_boto3_cloudfront.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_cloudfront.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_cloudfront.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_cloud_front_origin_access_identities"# PaginatorName definition
PaginatorName = Literal[
    "list_cloud_front_origin_access_identities",
    "list_connection_groups",
    "list_distribution_tenants",
    "list_distribution_tenants_by_customization",
    "list_distributions",
    "list_distributions_by_connection_mode",
    "list_domain_conflicts",
    "list_invalidations",
    "list_invalidations_for_distribution_tenant",
    "list_key_value_stores",
    "list_origin_access_controls",
    "list_public_keys",
    "list_streaming_distributions",
]WaiterName#
# WaiterName usage example
from types_boto3_cloudfront.literals import WaiterName
def get_value() -> WaiterName:
    return "distribution_deployed"# WaiterName definition
WaiterName = Literal[
    "distribution_deployed",
    "invalidation_completed",
    "invalidation_for_distribution_tenant_completed",
    "streaming_distribution_deployed",
]