{-# LANGUAGE OverloadedStrings #-} -- Derived from AWS service descriptions, licensed under Apache 2.0. -- | -- Module : Network.AWS.Firehose.Types -- Copyright : (c) 2013-2018 Brendan Hay -- License : Mozilla Public License, v. 2.0. -- Maintainer : Brendan Hay -- Stability : auto-generated -- Portability : non-portable (GHC extensions) -- module Network.AWS.Firehose.Types ( -- * Service Configuration firehose -- * Errors , _InvalidArgumentException , _ConcurrentModificationException , _ServiceUnavailableException , _ResourceNotFoundException , _LimitExceededException , _ResourceInUseException -- * CompressionFormat , CompressionFormat (..) -- * DeliveryStreamStatus , DeliveryStreamStatus (..) -- * DeliveryStreamType , DeliveryStreamType (..) -- * ElasticsearchIndexRotationPeriod , ElasticsearchIndexRotationPeriod (..) -- * ElasticsearchS3BackupMode , ElasticsearchS3BackupMode (..) -- * HECEndpointType , HECEndpointType (..) -- * NoEncryptionConfig , NoEncryptionConfig (..) -- * OrcCompression , OrcCompression (..) -- * OrcFormatVersion , OrcFormatVersion (..) -- * ParquetCompression , ParquetCompression (..) -- * ParquetWriterVersion , ParquetWriterVersion (..) -- * ProcessorParameterName , ProcessorParameterName (..) -- * ProcessorType , ProcessorType (..) -- * RedshiftS3BackupMode , RedshiftS3BackupMode (..) -- * S3BackupMode , S3BackupMode (..) -- * SplunkS3BackupMode , SplunkS3BackupMode (..) -- * BufferingHints , BufferingHints , bufferingHints , bhSizeInMBs , bhIntervalInSeconds -- * CloudWatchLoggingOptions , CloudWatchLoggingOptions , cloudWatchLoggingOptions , cwloEnabled , cwloLogGroupName , cwloLogStreamName -- * CopyCommand , CopyCommand , copyCommand , ccCopyOptions , ccDataTableColumns , ccDataTableName -- * DataFormatConversionConfiguration , DataFormatConversionConfiguration , dataFormatConversionConfiguration , dfccOutputFormatConfiguration , dfccEnabled , dfccSchemaConfiguration , dfccInputFormatConfiguration -- * DeliveryStreamDescription , DeliveryStreamDescription , deliveryStreamDescription , dsdCreateTimestamp , dsdSource , dsdLastUpdateTimestamp , dsdDeliveryStreamName , dsdDeliveryStreamARN , dsdDeliveryStreamStatus , dsdDeliveryStreamType , dsdVersionId , dsdDestinations , dsdHasMoreDestinations -- * Deserializer , Deserializer , deserializer , dOpenXJSONSerDe , dHiveJSONSerDe -- * DestinationDescription , DestinationDescription , destinationDescription , ddSplunkDestinationDescription , ddS3DestinationDescription , ddExtendedS3DestinationDescription , ddElasticsearchDestinationDescription , ddRedshiftDestinationDescription , ddDestinationId -- * ElasticsearchBufferingHints , ElasticsearchBufferingHints , elasticsearchBufferingHints , ebhSizeInMBs , ebhIntervalInSeconds -- * ElasticsearchDestinationConfiguration , ElasticsearchDestinationConfiguration , elasticsearchDestinationConfiguration , edcIndexRotationPeriod , edcS3BackupMode , edcCloudWatchLoggingOptions , edcBufferingHints , edcRetryOptions , edcProcessingConfiguration , edcRoleARN , edcDomainARN , edcIndexName , edcTypeName , edcS3Configuration -- * ElasticsearchDestinationDescription , ElasticsearchDestinationDescription , elasticsearchDestinationDescription , eddIndexRotationPeriod , eddTypeName , eddS3BackupMode , eddDomainARN , eddCloudWatchLoggingOptions , eddS3DestinationDescription , eddBufferingHints , eddRetryOptions , eddProcessingConfiguration , eddRoleARN , eddIndexName -- * ElasticsearchDestinationUpdate , ElasticsearchDestinationUpdate , elasticsearchDestinationUpdate , eduIndexRotationPeriod , eduTypeName , eduDomainARN , eduCloudWatchLoggingOptions , eduS3Update , eduBufferingHints , eduRetryOptions , eduProcessingConfiguration , eduRoleARN , eduIndexName -- * ElasticsearchRetryOptions , ElasticsearchRetryOptions , elasticsearchRetryOptions , eroDurationInSeconds -- * EncryptionConfiguration , EncryptionConfiguration , encryptionConfiguration , ecNoEncryptionConfig , ecKMSEncryptionConfig -- * ExtendedS3DestinationConfiguration , ExtendedS3DestinationConfiguration , extendedS3DestinationConfiguration , esdcS3BackupMode , esdcPrefix , esdcCloudWatchLoggingOptions , esdcS3BackupConfiguration , esdcEncryptionConfiguration , esdcCompressionFormat , esdcBufferingHints , esdcDataFormatConversionConfiguration , esdcProcessingConfiguration , esdcRoleARN , esdcBucketARN -- * ExtendedS3DestinationDescription , ExtendedS3DestinationDescription , extendedS3DestinationDescription , esddS3BackupMode , esddS3BackupDescription , esddPrefix , esddCloudWatchLoggingOptions , esddDataFormatConversionConfiguration , esddProcessingConfiguration , esddRoleARN , esddBucketARN , esddBufferingHints , esddCompressionFormat , esddEncryptionConfiguration -- * ExtendedS3DestinationUpdate , ExtendedS3DestinationUpdate , extendedS3DestinationUpdate , esduS3BackupMode , esduPrefix , esduCloudWatchLoggingOptions , esduS3BackupUpdate , esduEncryptionConfiguration , esduCompressionFormat , esduBufferingHints , esduDataFormatConversionConfiguration , esduBucketARN , esduProcessingConfiguration , esduRoleARN -- * HiveJSONSerDe , HiveJSONSerDe , hiveJSONSerDe , hjsdTimestampFormats -- * InputFormatConfiguration , InputFormatConfiguration , inputFormatConfiguration , ifcDeserializer -- * KMSEncryptionConfig , KMSEncryptionConfig , kmsEncryptionConfig , kecAWSKMSKeyARN -- * KinesisStreamSourceConfiguration , KinesisStreamSourceConfiguration , kinesisStreamSourceConfiguration , ksscKinesisStreamARN , ksscRoleARN -- * KinesisStreamSourceDescription , KinesisStreamSourceDescription , kinesisStreamSourceDescription , kssdDeliveryStartTimestamp , kssdKinesisStreamARN , kssdRoleARN -- * OpenXJSONSerDe , OpenXJSONSerDe , openXJSONSerDe , oxjsdColumnToJSONKeyMappings , oxjsdCaseInsensitive , oxjsdConvertDotsInJSONKeysToUnderscores -- * OrcSerDe , OrcSerDe , orcSerDe , osdBloomFilterFalsePositiveProbability , osdDictionaryKeyThreshold , osdEnablePadding , osdCompression , osdBloomFilterColumns , osdRowIndexStride , osdFormatVersion , osdBlockSizeBytes , osdStripeSizeBytes , osdPaddingTolerance -- * OutputFormatConfiguration , OutputFormatConfiguration , outputFormatConfiguration , ofcSerializer -- * ParquetSerDe , ParquetSerDe , parquetSerDe , psdWriterVersion , psdCompression , psdMaxPaddingBytes , psdEnableDictionaryCompression , psdPageSizeBytes , psdBlockSizeBytes -- * ProcessingConfiguration , ProcessingConfiguration , processingConfiguration , pcEnabled , pcProcessors -- * Processor , Processor , processor , pParameters , pType -- * ProcessorParameter , ProcessorParameter , processorParameter , ppParameterName , ppParameterValue -- * PutRecordBatchResponseEntry , PutRecordBatchResponseEntry , putRecordBatchResponseEntry , prbreRecordId , prbreErrorCode , prbreErrorMessage -- * Record , Record , record , rData -- * RedshiftDestinationConfiguration , RedshiftDestinationConfiguration , redshiftDestinationConfiguration , rdcS3BackupMode , rdcCloudWatchLoggingOptions , rdcS3BackupConfiguration , rdcRetryOptions , rdcProcessingConfiguration , rdcRoleARN , rdcClusterJDBCURL , rdcCopyCommand , rdcUsername , rdcPassword , rdcS3Configuration -- * RedshiftDestinationDescription , RedshiftDestinationDescription , redshiftDestinationDescription , rddS3BackupMode , rddS3BackupDescription , rddCloudWatchLoggingOptions , rddRetryOptions , rddProcessingConfiguration , rddRoleARN , rddClusterJDBCURL , rddCopyCommand , rddUsername , rddS3DestinationDescription -- * RedshiftDestinationUpdate , RedshiftDestinationUpdate , redshiftDestinationUpdate , rduS3BackupMode , rduCloudWatchLoggingOptions , rduUsername , rduS3Update , rduPassword , rduS3BackupUpdate , rduCopyCommand , rduRetryOptions , rduProcessingConfiguration , rduClusterJDBCURL , rduRoleARN -- * RedshiftRetryOptions , RedshiftRetryOptions , redshiftRetryOptions , rroDurationInSeconds -- * S3DestinationConfiguration , S3DestinationConfiguration , s3DestinationConfiguration , sdcPrefix , sdcCloudWatchLoggingOptions , sdcEncryptionConfiguration , sdcCompressionFormat , sdcBufferingHints , sdcRoleARN , sdcBucketARN -- * S3DestinationDescription , S3DestinationDescription , s3DestinationDescription , s3Prefix , s3CloudWatchLoggingOptions , s3RoleARN , s3BucketARN , s3BufferingHints , s3CompressionFormat , s3EncryptionConfiguration -- * S3DestinationUpdate , S3DestinationUpdate , s3DestinationUpdate , sPrefix , sCloudWatchLoggingOptions , sEncryptionConfiguration , sCompressionFormat , sBufferingHints , sBucketARN , sRoleARN -- * SchemaConfiguration , SchemaConfiguration , schemaConfiguration , scVersionId , scCatalogId , scDatabaseName , scRegion , scTableName , scRoleARN -- * Serializer , Serializer , serializer , sOrcSerDe , sParquetSerDe -- * SourceDescription , SourceDescription , sourceDescription , sdKinesisStreamSourceDescription -- * SplunkDestinationConfiguration , SplunkDestinationConfiguration , splunkDestinationConfiguration , splS3BackupMode , splCloudWatchLoggingOptions , splHECAcknowledgmentTimeoutInSeconds , splRetryOptions , splProcessingConfiguration , splHECEndpoint , splHECEndpointType , splHECToken , splS3Configuration -- * SplunkDestinationDescription , SplunkDestinationDescription , splunkDestinationDescription , sddS3BackupMode , sddHECToken , sddHECEndpointType , sddCloudWatchLoggingOptions , sddHECAcknowledgmentTimeoutInSeconds , sddS3DestinationDescription , sddHECEndpoint , sddRetryOptions , sddProcessingConfiguration -- * SplunkDestinationUpdate , SplunkDestinationUpdate , splunkDestinationUpdate , sduS3BackupMode , sduHECToken , sduHECEndpointType , sduCloudWatchLoggingOptions , sduHECAcknowledgmentTimeoutInSeconds , sduS3Update , sduHECEndpoint , sduRetryOptions , sduProcessingConfiguration -- * SplunkRetryOptions , SplunkRetryOptions , splunkRetryOptions , sroDurationInSeconds -- * Tag , Tag , tag , tagValue , tagKey ) where import Network.AWS.Firehose.Types.Product import Network.AWS.Firehose.Types.Sum import Network.AWS.Lens import Network.AWS.Prelude import Network.AWS.Sign.V4 -- | API version @2015-08-04@ of the Amazon Kinesis Firehose SDK configuration. firehose :: Service firehose = Service { _svcAbbrev = "Firehose" , _svcSigner = v4 , _svcPrefix = "firehose" , _svcVersion = "2015-08-04" , _svcEndpoint = defaultEndpoint firehose , _svcTimeout = Just 70 , _svcCheck = statusSuccess , _svcError = parseJSONError "Firehose" , _svcRetry = retry } where retry = Exponential { _retryBase = 5.0e-2 , _retryGrowth = 2 , _retryAttempts = 5 , _retryCheck = check } check e | has (hasCode "ThrottledException" . hasStatus 400) e = Just "throttled_exception" | has (hasStatus 429) e = Just "too_many_requests" | has (hasCode "ThrottlingException" . hasStatus 400) e = Just "throttling_exception" | has (hasCode "Throttling" . hasStatus 400) e = Just "throttling" | has (hasStatus 504) e = Just "gateway_timeout" | has (hasCode "RequestThrottledException" . hasStatus 400) e = Just "request_throttled_exception" | has (hasStatus 502) e = Just "bad_gateway" | has (hasStatus 503) e = Just "service_unavailable" | has (hasStatus 500) e = Just "general_server_error" | has (hasStatus 509) e = Just "limit_exceeded" | otherwise = Nothing -- | The specified input parameter has a value that is not valid. -- -- _InvalidArgumentException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidArgumentException = _MatchServiceError firehose "InvalidArgumentException" -- | Another modification has already happened. Fetch __VersionId__ again and use it to update the destination. -- -- _ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError _ConcurrentModificationException = _MatchServiceError firehose "ConcurrentModificationException" -- | The service is unavailable. Back off and retry the operation. If you continue to see the exception, throughput limits for the delivery stream may have been exceeded. For more information about limits and how to request an increase, see . -- -- _ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError _ServiceUnavailableException = _MatchServiceError firehose "ServiceUnavailableException" -- | The specified resource could not be found. -- -- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError _ResourceNotFoundException = _MatchServiceError firehose "ResourceNotFoundException" -- | You have already reached the limit for a requested resource. -- -- _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError _LimitExceededException = _MatchServiceError firehose "LimitExceededException" -- | The resource is already in use and not available for this operation. -- -- _ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError _ResourceInUseException = _MatchServiceError firehose "ResourceInUseException"