Literals#
Auto-generated documentation for Firehose type annotations stubs module mypy-boto3-firehose.
AmazonOpenSearchServerlessS3BackupModeType#
# AmazonOpenSearchServerlessS3BackupModeType usage example
from mypy_boto3_firehose.literals import AmazonOpenSearchServerlessS3BackupModeType
def get_value() -> AmazonOpenSearchServerlessS3BackupModeType:
return "AllDocuments"
# AmazonOpenSearchServerlessS3BackupModeType definition
AmazonOpenSearchServerlessS3BackupModeType = Literal[
"AllDocuments",
"FailedDocumentsOnly",
]
AmazonopensearchserviceIndexRotationPeriodType#
# AmazonopensearchserviceIndexRotationPeriodType usage example
from mypy_boto3_firehose.literals import AmazonopensearchserviceIndexRotationPeriodType
def get_value() -> AmazonopensearchserviceIndexRotationPeriodType:
return "NoRotation"
# AmazonopensearchserviceIndexRotationPeriodType definition
AmazonopensearchserviceIndexRotationPeriodType = Literal[
"NoRotation",
"OneDay",
"OneHour",
"OneMonth",
"OneWeek",
]
AmazonopensearchserviceS3BackupModeType#
# AmazonopensearchserviceS3BackupModeType usage example
from mypy_boto3_firehose.literals import AmazonopensearchserviceS3BackupModeType
def get_value() -> AmazonopensearchserviceS3BackupModeType:
return "AllDocuments"
# AmazonopensearchserviceS3BackupModeType definition
AmazonopensearchserviceS3BackupModeType = Literal[
"AllDocuments",
"FailedDocumentsOnly",
]
CompressionFormatType#
# CompressionFormatType usage example
from mypy_boto3_firehose.literals import CompressionFormatType
def get_value() -> CompressionFormatType:
return "GZIP"
# CompressionFormatType definition
CompressionFormatType = Literal[
"GZIP",
"HADOOP_SNAPPY",
"Snappy",
"UNCOMPRESSED",
"ZIP",
]
ConnectivityType#
# ConnectivityType usage example
from mypy_boto3_firehose.literals import ConnectivityType
def get_value() -> ConnectivityType:
return "PRIVATE"
# ConnectivityType definition
ConnectivityType = Literal[
"PRIVATE",
"PUBLIC",
]
ContentEncodingType#
# ContentEncodingType usage example
from mypy_boto3_firehose.literals import ContentEncodingType
def get_value() -> ContentEncodingType:
return "GZIP"
# ContentEncodingType definition
ContentEncodingType = Literal[
"GZIP",
"NONE",
]
DatabaseTypeType#
# DatabaseTypeType usage example
from mypy_boto3_firehose.literals import DatabaseTypeType
def get_value() -> DatabaseTypeType:
return "MySQL"
# DatabaseTypeType definition
DatabaseTypeType = Literal[
"MySQL",
"PostgreSQL",
]
DefaultDocumentIdFormatType#
# DefaultDocumentIdFormatType usage example
from mypy_boto3_firehose.literals import DefaultDocumentIdFormatType
def get_value() -> DefaultDocumentIdFormatType:
return "FIREHOSE_DEFAULT"
# DefaultDocumentIdFormatType definition
DefaultDocumentIdFormatType = Literal[
"FIREHOSE_DEFAULT",
"NO_DOCUMENT_ID",
]
DeliveryStreamEncryptionStatusType#
# DeliveryStreamEncryptionStatusType usage example
from mypy_boto3_firehose.literals import DeliveryStreamEncryptionStatusType
def get_value() -> DeliveryStreamEncryptionStatusType:
return "DISABLED"
# DeliveryStreamEncryptionStatusType definition
DeliveryStreamEncryptionStatusType = Literal[
"DISABLED",
"DISABLING",
"DISABLING_FAILED",
"ENABLED",
"ENABLING",
"ENABLING_FAILED",
]
DeliveryStreamFailureTypeType#
# DeliveryStreamFailureTypeType usage example
from mypy_boto3_firehose.literals import DeliveryStreamFailureTypeType
def get_value() -> DeliveryStreamFailureTypeType:
return "CREATE_ENI_FAILED"
# DeliveryStreamFailureTypeType definition
DeliveryStreamFailureTypeType = Literal[
"CREATE_ENI_FAILED",
"CREATE_KMS_GRANT_FAILED",
"DELETE_ENI_FAILED",
"DISABLED_KMS_KEY",
"ENI_ACCESS_DENIED",
"INVALID_KMS_KEY",
"KMS_ACCESS_DENIED",
"KMS_KEY_NOT_FOUND",
"KMS_OPT_IN_REQUIRED",
"RETIRE_KMS_GRANT_FAILED",
"SECURITY_GROUP_ACCESS_DENIED",
"SECURITY_GROUP_NOT_FOUND",
"SUBNET_ACCESS_DENIED",
"SUBNET_NOT_FOUND",
"UNKNOWN_ERROR",
"VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND",
"VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED",
]
DeliveryStreamStatusType#
# DeliveryStreamStatusType usage example
from mypy_boto3_firehose.literals import DeliveryStreamStatusType
def get_value() -> DeliveryStreamStatusType:
return "ACTIVE"
# DeliveryStreamStatusType definition
DeliveryStreamStatusType = Literal[
"ACTIVE",
"CREATING",
"CREATING_FAILED",
"DELETING",
"DELETING_FAILED",
]
DeliveryStreamTypeType#
# DeliveryStreamTypeType usage example
from mypy_boto3_firehose.literals import DeliveryStreamTypeType
def get_value() -> DeliveryStreamTypeType:
return "DatabaseAsSource"
# DeliveryStreamTypeType definition
DeliveryStreamTypeType = Literal[
"DatabaseAsSource",
"DirectPut",
"KinesisStreamAsSource",
"MSKAsSource",
]
ElasticsearchIndexRotationPeriodType#
# ElasticsearchIndexRotationPeriodType usage example
from mypy_boto3_firehose.literals import ElasticsearchIndexRotationPeriodType
def get_value() -> ElasticsearchIndexRotationPeriodType:
return "NoRotation"
# ElasticsearchIndexRotationPeriodType definition
ElasticsearchIndexRotationPeriodType = Literal[
"NoRotation",
"OneDay",
"OneHour",
"OneMonth",
"OneWeek",
]
ElasticsearchS3BackupModeType#
# ElasticsearchS3BackupModeType usage example
from mypy_boto3_firehose.literals import ElasticsearchS3BackupModeType
def get_value() -> ElasticsearchS3BackupModeType:
return "AllDocuments"
# ElasticsearchS3BackupModeType definition
ElasticsearchS3BackupModeType = Literal[
"AllDocuments",
"FailedDocumentsOnly",
]
HECEndpointTypeType#
# HECEndpointTypeType usage example
from mypy_boto3_firehose.literals import HECEndpointTypeType
def get_value() -> HECEndpointTypeType:
return "Event"
# HECEndpointTypeType definition
HECEndpointTypeType = Literal[
"Event",
"Raw",
]
HttpEndpointS3BackupModeType#
# HttpEndpointS3BackupModeType usage example
from mypy_boto3_firehose.literals import HttpEndpointS3BackupModeType
def get_value() -> HttpEndpointS3BackupModeType:
return "AllData"
# HttpEndpointS3BackupModeType definition
HttpEndpointS3BackupModeType = Literal[
"AllData",
"FailedDataOnly",
]
IcebergS3BackupModeType#
# IcebergS3BackupModeType usage example
from mypy_boto3_firehose.literals import IcebergS3BackupModeType
def get_value() -> IcebergS3BackupModeType:
return "AllData"
# IcebergS3BackupModeType definition
IcebergS3BackupModeType = Literal[
"AllData",
"FailedDataOnly",
]
KeyTypeType#
# KeyTypeType usage example
from mypy_boto3_firehose.literals import KeyTypeType
def get_value() -> KeyTypeType:
return "AWS_OWNED_CMK"
# KeyTypeType definition
KeyTypeType = Literal[
"AWS_OWNED_CMK",
"CUSTOMER_MANAGED_CMK",
]
NoEncryptionConfigType#
# NoEncryptionConfigType usage example
from mypy_boto3_firehose.literals import NoEncryptionConfigType
def get_value() -> NoEncryptionConfigType:
return "NoEncryption"
# NoEncryptionConfigType definition
NoEncryptionConfigType = Literal[
"NoEncryption",
]
OrcCompressionType#
# OrcCompressionType usage example
from mypy_boto3_firehose.literals import OrcCompressionType
def get_value() -> OrcCompressionType:
return "NONE"
# OrcCompressionType definition
OrcCompressionType = Literal[
"NONE",
"SNAPPY",
"ZLIB",
]
OrcFormatVersionType#
# OrcFormatVersionType usage example
from mypy_boto3_firehose.literals import OrcFormatVersionType
def get_value() -> OrcFormatVersionType:
return "V0_11"
# OrcFormatVersionType definition
OrcFormatVersionType = Literal[
"V0_11",
"V0_12",
]
ParquetCompressionType#
# ParquetCompressionType usage example
from mypy_boto3_firehose.literals import ParquetCompressionType
def get_value() -> ParquetCompressionType:
return "GZIP"
# ParquetCompressionType definition
ParquetCompressionType = Literal[
"GZIP",
"SNAPPY",
"UNCOMPRESSED",
]
ParquetWriterVersionType#
# ParquetWriterVersionType usage example
from mypy_boto3_firehose.literals import ParquetWriterVersionType
def get_value() -> ParquetWriterVersionType:
return "V1"
# ParquetWriterVersionType definition
ParquetWriterVersionType = Literal[
"V1",
"V2",
]
ProcessorParameterNameType#
# ProcessorParameterNameType usage example
from mypy_boto3_firehose.literals import ProcessorParameterNameType
def get_value() -> ProcessorParameterNameType:
return "BufferIntervalInSeconds"
# ProcessorParameterNameType definition
ProcessorParameterNameType = Literal[
"BufferIntervalInSeconds",
"BufferSizeInMBs",
"CompressionFormat",
"DataMessageExtraction",
"Delimiter",
"JsonParsingEngine",
"LambdaArn",
"MetadataExtractionQuery",
"NumberOfRetries",
"RoleArn",
"SubRecordType",
]
ProcessorTypeType#
# ProcessorTypeType usage example
from mypy_boto3_firehose.literals import ProcessorTypeType
def get_value() -> ProcessorTypeType:
return "AppendDelimiterToRecord"
# ProcessorTypeType definition
ProcessorTypeType = Literal[
"AppendDelimiterToRecord",
"CloudWatchLogProcessing",
"Decompression",
"Lambda",
"MetadataExtraction",
"RecordDeAggregation",
]
RedshiftS3BackupModeType#
# RedshiftS3BackupModeType usage example
from mypy_boto3_firehose.literals import RedshiftS3BackupModeType
def get_value() -> RedshiftS3BackupModeType:
return "Disabled"
# RedshiftS3BackupModeType definition
RedshiftS3BackupModeType = Literal[
"Disabled",
"Enabled",
]
S3BackupModeType#
# S3BackupModeType usage example
from mypy_boto3_firehose.literals import S3BackupModeType
def get_value() -> S3BackupModeType:
return "Disabled"
# S3BackupModeType definition
S3BackupModeType = Literal[
"Disabled",
"Enabled",
]
SSLModeType#
# SSLModeType usage example
from mypy_boto3_firehose.literals import SSLModeType
def get_value() -> SSLModeType:
return "Disabled"
# SSLModeType definition
SSLModeType = Literal[
"Disabled",
"Enabled",
]
SnapshotRequestedByType#
# SnapshotRequestedByType usage example
from mypy_boto3_firehose.literals import SnapshotRequestedByType
def get_value() -> SnapshotRequestedByType:
return "FIREHOSE"
# SnapshotRequestedByType definition
SnapshotRequestedByType = Literal[
"FIREHOSE",
"USER",
]
SnapshotStatusType#
# SnapshotStatusType usage example
from mypy_boto3_firehose.literals import SnapshotStatusType
def get_value() -> SnapshotStatusType:
return "COMPLETE"
# SnapshotStatusType definition
SnapshotStatusType = Literal[
"COMPLETE",
"IN_PROGRESS",
"SUSPENDED",
]
SnowflakeDataLoadingOptionType#
# SnowflakeDataLoadingOptionType usage example
from mypy_boto3_firehose.literals import SnowflakeDataLoadingOptionType
def get_value() -> SnowflakeDataLoadingOptionType:
return "JSON_MAPPING"
# SnowflakeDataLoadingOptionType definition
SnowflakeDataLoadingOptionType = Literal[
"JSON_MAPPING",
"VARIANT_CONTENT_AND_METADATA_MAPPING",
"VARIANT_CONTENT_MAPPING",
]
SnowflakeS3BackupModeType#
# SnowflakeS3BackupModeType usage example
from mypy_boto3_firehose.literals import SnowflakeS3BackupModeType
def get_value() -> SnowflakeS3BackupModeType:
return "AllData"
# SnowflakeS3BackupModeType definition
SnowflakeS3BackupModeType = Literal[
"AllData",
"FailedDataOnly",
]
SplunkS3BackupModeType#
# SplunkS3BackupModeType usage example
from mypy_boto3_firehose.literals import SplunkS3BackupModeType
def get_value() -> SplunkS3BackupModeType:
return "AllEvents"
# SplunkS3BackupModeType definition
SplunkS3BackupModeType = Literal[
"AllEvents",
"FailedEventsOnly",
]
FirehoseServiceName#
# FirehoseServiceName usage example
from mypy_boto3_firehose.literals import FirehoseServiceName
def get_value() -> FirehoseServiceName:
return "firehose"
# FirehoseServiceName definition
FirehoseServiceName = Literal[
"firehose",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_firehose.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"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",
"iot",
"iot-data",
"iot-jobs-data",
"iot1click-devices",
"iot1click-projects",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"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",
"lookoutmetrics",
"lookoutvision",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_firehose.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
RegionName#
# RegionName usage example
from mypy_boto3_firehose.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ap-southeast-5",
"ca-central-1",
"ca-west-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]