export declare const ProcessorParameterName: { readonly BUFFER_INTERVAL_IN_SECONDS: "BufferIntervalInSeconds"; readonly BUFFER_SIZE_IN_MB: "BufferSizeInMBs"; readonly COMPRESSION_FORMAT: "CompressionFormat"; readonly DATA_MESSAGE_EXTRACTION: "DataMessageExtraction"; readonly Delimiter: "Delimiter"; readonly JSON_PARSING_ENGINE: "JsonParsingEngine"; readonly LAMBDA_ARN: "LambdaArn"; readonly LAMBDA_NUMBER_OF_RETRIES: "NumberOfRetries"; readonly METADATA_EXTRACTION_QUERY: "MetadataExtractionQuery"; readonly ROLE_ARN: "RoleArn"; readonly SUB_RECORD_TYPE: "SubRecordType"; }; export type ProcessorParameterName = (typeof ProcessorParameterName)[keyof typeof ProcessorParameterName]; export declare const ProcessorType: { readonly AppendDelimiterToRecord: "AppendDelimiterToRecord"; readonly CloudWatchLogProcessing: "CloudWatchLogProcessing"; readonly Decompression: "Decompression"; readonly Lambda: "Lambda"; readonly MetadataExtraction: "MetadataExtraction"; readonly RecordDeAggregation: "RecordDeAggregation"; }; export type ProcessorType = (typeof ProcessorType)[keyof typeof ProcessorType]; export declare const AmazonOpenSearchServerlessS3BackupMode: { readonly AllDocuments: "AllDocuments"; readonly FailedDocumentsOnly: "FailedDocumentsOnly"; }; export type AmazonOpenSearchServerlessS3BackupMode = (typeof AmazonOpenSearchServerlessS3BackupMode)[keyof typeof AmazonOpenSearchServerlessS3BackupMode]; export declare const CompressionFormat: { readonly GZIP: "GZIP"; readonly HADOOP_SNAPPY: "HADOOP_SNAPPY"; readonly SNAPPY: "Snappy"; readonly UNCOMPRESSED: "UNCOMPRESSED"; readonly ZIP: "ZIP"; }; export type CompressionFormat = (typeof CompressionFormat)[keyof typeof CompressionFormat]; export declare const NoEncryptionConfig: { readonly NoEncryption: "NoEncryption"; }; export type NoEncryptionConfig = (typeof NoEncryptionConfig)[keyof typeof NoEncryptionConfig]; export declare const DefaultDocumentIdFormat: { readonly FIREHOSE_DEFAULT: "FIREHOSE_DEFAULT"; readonly NO_DOCUMENT_ID: "NO_DOCUMENT_ID"; }; export type DefaultDocumentIdFormat = (typeof DefaultDocumentIdFormat)[keyof typeof DefaultDocumentIdFormat]; export declare const AmazonopensearchserviceIndexRotationPeriod: { readonly NoRotation: "NoRotation"; readonly OneDay: "OneDay"; readonly OneHour: "OneHour"; readonly OneMonth: "OneMonth"; readonly OneWeek: "OneWeek"; }; export type AmazonopensearchserviceIndexRotationPeriod = (typeof AmazonopensearchserviceIndexRotationPeriod)[keyof typeof AmazonopensearchserviceIndexRotationPeriod]; export declare const AmazonopensearchserviceS3BackupMode: { readonly AllDocuments: "AllDocuments"; readonly FailedDocumentsOnly: "FailedDocumentsOnly"; }; export type AmazonopensearchserviceS3BackupMode = (typeof AmazonopensearchserviceS3BackupMode)[keyof typeof AmazonopensearchserviceS3BackupMode]; export declare const Connectivity: { readonly PRIVATE: "PRIVATE"; readonly PUBLIC: "PUBLIC"; }; export type Connectivity = (typeof Connectivity)[keyof typeof Connectivity]; export declare const ContentEncoding: { readonly GZIP: "GZIP"; readonly NONE: "NONE"; }; export type ContentEncoding = (typeof ContentEncoding)[keyof typeof ContentEncoding]; export declare const SSLMode: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; export type SSLMode = (typeof SSLMode)[keyof typeof SSLMode]; export declare const DatabaseType: { readonly MySQL: "MySQL"; readonly PostgreSQL: "PostgreSQL"; }; export type DatabaseType = (typeof DatabaseType)[keyof typeof DatabaseType]; export declare const KeyType: { readonly AWS_OWNED_CMK: "AWS_OWNED_CMK"; readonly CUSTOMER_MANAGED_CMK: "CUSTOMER_MANAGED_CMK"; }; export type KeyType = (typeof KeyType)[keyof typeof KeyType]; export declare const DeliveryStreamType: { readonly DatabaseAsSource: "DatabaseAsSource"; readonly DirectPut: "DirectPut"; readonly KinesisStreamAsSource: "KinesisStreamAsSource"; readonly MSKAsSource: "MSKAsSource"; }; export type DeliveryStreamType = (typeof DeliveryStreamType)[keyof typeof DeliveryStreamType]; export declare const ElasticsearchIndexRotationPeriod: { readonly NoRotation: "NoRotation"; readonly OneDay: "OneDay"; readonly OneHour: "OneHour"; readonly OneMonth: "OneMonth"; readonly OneWeek: "OneWeek"; }; export type ElasticsearchIndexRotationPeriod = (typeof ElasticsearchIndexRotationPeriod)[keyof typeof ElasticsearchIndexRotationPeriod]; export declare const ElasticsearchS3BackupMode: { readonly AllDocuments: "AllDocuments"; readonly FailedDocumentsOnly: "FailedDocumentsOnly"; }; export type ElasticsearchS3BackupMode = (typeof ElasticsearchS3BackupMode)[keyof typeof ElasticsearchS3BackupMode]; export declare const OrcCompression: { readonly NONE: "NONE"; readonly SNAPPY: "SNAPPY"; readonly ZLIB: "ZLIB"; }; export type OrcCompression = (typeof OrcCompression)[keyof typeof OrcCompression]; export declare const OrcFormatVersion: { readonly V0_11: "V0_11"; readonly V0_12: "V0_12"; }; export type OrcFormatVersion = (typeof OrcFormatVersion)[keyof typeof OrcFormatVersion]; export declare const ParquetCompression: { readonly GZIP: "GZIP"; readonly SNAPPY: "SNAPPY"; readonly UNCOMPRESSED: "UNCOMPRESSED"; }; export type ParquetCompression = (typeof ParquetCompression)[keyof typeof ParquetCompression]; export declare const ParquetWriterVersion: { readonly V1: "V1"; readonly V2: "V2"; }; export type ParquetWriterVersion = (typeof ParquetWriterVersion)[keyof typeof ParquetWriterVersion]; export declare const S3BackupMode: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; export type S3BackupMode = (typeof S3BackupMode)[keyof typeof S3BackupMode]; export declare const HttpEndpointS3BackupMode: { readonly AllData: "AllData"; readonly FailedDataOnly: "FailedDataOnly"; }; export type HttpEndpointS3BackupMode = (typeof HttpEndpointS3BackupMode)[keyof typeof HttpEndpointS3BackupMode]; export declare const IcebergS3BackupMode: { readonly AllData: "AllData"; readonly FailedDataOnly: "FailedDataOnly"; }; export type IcebergS3BackupMode = (typeof IcebergS3BackupMode)[keyof typeof IcebergS3BackupMode]; export declare const RedshiftS3BackupMode: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; export type RedshiftS3BackupMode = (typeof RedshiftS3BackupMode)[keyof typeof RedshiftS3BackupMode]; export declare const SnowflakeDataLoadingOption: { readonly JSON_MAPPING: "JSON_MAPPING"; readonly VARIANT_CONTENT_AND_METADATA_MAPPING: "VARIANT_CONTENT_AND_METADATA_MAPPING"; readonly VARIANT_CONTENT_MAPPING: "VARIANT_CONTENT_MAPPING"; }; export type SnowflakeDataLoadingOption = (typeof SnowflakeDataLoadingOption)[keyof typeof SnowflakeDataLoadingOption]; export declare const SnowflakeS3BackupMode: { readonly AllData: "AllData"; readonly FailedDataOnly: "FailedDataOnly"; }; export type SnowflakeS3BackupMode = (typeof SnowflakeS3BackupMode)[keyof typeof SnowflakeS3BackupMode]; export declare const HECEndpointType: { readonly Event: "Event"; readonly Raw: "Raw"; }; export type HECEndpointType = (typeof HECEndpointType)[keyof typeof HECEndpointType]; export declare const SplunkS3BackupMode: { readonly AllEvents: "AllEvents"; readonly FailedEventsOnly: "FailedEventsOnly"; }; export type SplunkS3BackupMode = (typeof SplunkS3BackupMode)[keyof typeof SplunkS3BackupMode]; export declare const DeliveryStreamFailureType: { readonly CREATE_ENI_FAILED: "CREATE_ENI_FAILED"; readonly CREATE_KMS_GRANT_FAILED: "CREATE_KMS_GRANT_FAILED"; readonly DELETE_ENI_FAILED: "DELETE_ENI_FAILED"; readonly DISABLED_KMS_KEY: "DISABLED_KMS_KEY"; readonly ENI_ACCESS_DENIED: "ENI_ACCESS_DENIED"; readonly INVALID_KMS_KEY: "INVALID_KMS_KEY"; readonly KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED"; readonly KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND"; readonly KMS_OPT_IN_REQUIRED: "KMS_OPT_IN_REQUIRED"; readonly RETIRE_KMS_GRANT_FAILED: "RETIRE_KMS_GRANT_FAILED"; readonly SECURITY_GROUP_ACCESS_DENIED: "SECURITY_GROUP_ACCESS_DENIED"; readonly SECURITY_GROUP_NOT_FOUND: "SECURITY_GROUP_NOT_FOUND"; readonly SUBNET_ACCESS_DENIED: "SUBNET_ACCESS_DENIED"; readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND"; readonly UNKNOWN_ERROR: "UNKNOWN_ERROR"; readonly VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND: "VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND"; readonly VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED: "VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED"; }; export type DeliveryStreamFailureType = (typeof DeliveryStreamFailureType)[keyof typeof DeliveryStreamFailureType]; export declare const SnapshotRequestedBy: { readonly FIREHOSE: "FIREHOSE"; readonly USER: "USER"; }; export type SnapshotRequestedBy = (typeof SnapshotRequestedBy)[keyof typeof SnapshotRequestedBy]; export declare const SnapshotStatus: { readonly COMPLETE: "COMPLETE"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUSPENDED: "SUSPENDED"; }; export type SnapshotStatus = (typeof SnapshotStatus)[keyof typeof SnapshotStatus]; export declare const DeliveryStreamEncryptionStatus: { readonly DISABLED: "DISABLED"; readonly DISABLING: "DISABLING"; readonly DISABLING_FAILED: "DISABLING_FAILED"; readonly ENABLED: "ENABLED"; readonly ENABLING: "ENABLING"; readonly ENABLING_FAILED: "ENABLING_FAILED"; }; export type DeliveryStreamEncryptionStatus = (typeof DeliveryStreamEncryptionStatus)[keyof typeof DeliveryStreamEncryptionStatus]; export declare const DeliveryStreamStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATING_FAILED: "CREATING_FAILED"; readonly DELETING: "DELETING"; readonly DELETING_FAILED: "DELETING_FAILED"; }; export type DeliveryStreamStatus = (typeof DeliveryStreamStatus)[keyof typeof DeliveryStreamStatus];