libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Firehose

Contents

Description

Derived from API version 2015-08-04 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Kinesis Data Firehose API Reference

Amazon Kinesis Data Firehose is a fully managed service that delivers real-time streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon Elasticsearch Service (Amazon ES), Amazon Redshift, and Splunk.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-08-04 of the Amazon Kinesis Firehose SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Firehose.

InvalidArgumentException

_InvalidArgumentException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified input parameter has a value that is not valid.

InvalidKMSResourceException

_InvalidKMSResourceException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Kinesis Data Firehose throws this exception when an attempt to put records or to start or stop delivery stream encryption fails. This happens when the KMS service throws one of the following exception types: AccessDeniedException, InvalidStateException, DisabledException, or NotFoundException.

ConcurrentModificationException

_ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Another modification has already happened. Fetch VersionId again and use it to update the destination.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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 Amazon Kinesis Data Firehose Limits.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource could not be found.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have already reached the limit for a requested resource.

ResourceInUseException

_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource is already in use and not available for this operation.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

PutRecord

data PutRecord Source #

See: newPutRecord smart constructor.

Constructors

PutRecord' Text Record 

Instances

Instances details
Eq PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Read PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Show PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Generic PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Associated Types

type Rep PutRecord :: Type -> Type #

NFData PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Methods

rnf :: PutRecord -> () #

Hashable PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

ToJSON PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

AWSRequest PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Associated Types

type AWSResponse PutRecord #

ToHeaders PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Methods

toHeaders :: PutRecord -> [Header] #

ToPath PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

ToQuery PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

type Rep PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

type Rep PutRecord = D1 ('MetaData "PutRecord" "Amazonka.Firehose.PutRecord" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "PutRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "record") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Record)))
type AWSResponse PutRecord Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

newPutRecord Source #

Create a value of PutRecord with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryStreamName:PutRecord', putRecord_deliveryStreamName - The name of the delivery stream.

$sel:record:PutRecord', putRecord_record - The record.

data PutRecordResponse Source #

See: newPutRecordResponse smart constructor.

Instances

Instances details
Eq PutRecordResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Read PutRecordResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Show PutRecordResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Generic PutRecordResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Associated Types

type Rep PutRecordResponse :: Type -> Type #

NFData PutRecordResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

Methods

rnf :: PutRecordResponse -> () #

type Rep PutRecordResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecord

type Rep PutRecordResponse = D1 ('MetaData "PutRecordResponse" "Amazonka.Firehose.PutRecord" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "PutRecordResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "recordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPutRecordResponse Source #

Create a value of PutRecordResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:encrypted:PutRecordResponse', putRecordResponse_encrypted - Indicates whether server-side encryption (SSE) was enabled during this operation.

$sel:httpStatus:PutRecordResponse', putRecordResponse_httpStatus - The response's http status code.

$sel:recordId:PutRecordResponse', putRecordResponse_recordId - The ID of the record.

StopDeliveryStreamEncryption

data StopDeliveryStreamEncryption Source #

See: newStopDeliveryStreamEncryption smart constructor.

Instances

Instances details
Eq StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

Read StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

Show StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

Generic StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

Associated Types

type Rep StopDeliveryStreamEncryption :: Type -> Type #

NFData StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

Hashable StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

ToJSON StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

AWSRequest StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

ToHeaders StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

ToPath StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

ToQuery StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

type Rep StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

type Rep StopDeliveryStreamEncryption = D1 ('MetaData "StopDeliveryStreamEncryption" "Amazonka.Firehose.StopDeliveryStreamEncryption" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "StopDeliveryStreamEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

newStopDeliveryStreamEncryption Source #

Create a value of StopDeliveryStreamEncryption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryStreamName:StopDeliveryStreamEncryption', stopDeliveryStreamEncryption_deliveryStreamName - The name of the delivery stream for which you want to disable server-side encryption (SSE).

data StopDeliveryStreamEncryptionResponse Source #

Instances

Instances details
Eq StopDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

Read StopDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

Show StopDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

Generic StopDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

NFData StopDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

type Rep StopDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StopDeliveryStreamEncryption

type Rep StopDeliveryStreamEncryptionResponse = D1 ('MetaData "StopDeliveryStreamEncryptionResponse" "Amazonka.Firehose.StopDeliveryStreamEncryption" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "StopDeliveryStreamEncryptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopDeliveryStreamEncryptionResponse Source #

Create a value of StopDeliveryStreamEncryptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StopDeliveryStreamEncryptionResponse', stopDeliveryStreamEncryptionResponse_httpStatus - The response's http status code.

TagDeliveryStream

data TagDeliveryStream Source #

See: newTagDeliveryStream smart constructor.

Instances

Instances details
Eq TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Read TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Show TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Generic TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Associated Types

type Rep TagDeliveryStream :: Type -> Type #

NFData TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Methods

rnf :: TagDeliveryStream -> () #

Hashable TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

ToJSON TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

AWSRequest TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Associated Types

type AWSResponse TagDeliveryStream #

ToHeaders TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

ToPath TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

ToQuery TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

type Rep TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

type Rep TagDeliveryStream = D1 ('MetaData "TagDeliveryStream" "Amazonka.Firehose.TagDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "TagDeliveryStream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Tag))))
type AWSResponse TagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

newTagDeliveryStream Source #

Create a value of TagDeliveryStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryStreamName:TagDeliveryStream', tagDeliveryStream_deliveryStreamName - The name of the delivery stream to which you want to add the tags.

$sel:tags:TagDeliveryStream', tagDeliveryStream_tags - A set of key-value pairs to use to create the tags.

data TagDeliveryStreamResponse Source #

See: newTagDeliveryStreamResponse smart constructor.

Instances

Instances details
Eq TagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Read TagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Show TagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Generic TagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

Associated Types

type Rep TagDeliveryStreamResponse :: Type -> Type #

NFData TagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

type Rep TagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.TagDeliveryStream

type Rep TagDeliveryStreamResponse = D1 ('MetaData "TagDeliveryStreamResponse" "Amazonka.Firehose.TagDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "TagDeliveryStreamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagDeliveryStreamResponse Source #

Create a value of TagDeliveryStreamResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:TagDeliveryStreamResponse', tagDeliveryStreamResponse_httpStatus - The response's http status code.

UpdateDestination

data UpdateDestination Source #

See: newUpdateDestination smart constructor.

Instances

Instances details
Eq UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Show UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Generic UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Associated Types

type Rep UpdateDestination :: Type -> Type #

NFData UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Methods

rnf :: UpdateDestination -> () #

Hashable UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

ToJSON UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

AWSRequest UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Associated Types

type AWSResponse UpdateDestination #

ToHeaders UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

ToPath UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

ToQuery UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

type Rep UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

type Rep UpdateDestination = D1 ('MetaData "UpdateDestination" "Amazonka.Firehose.UpdateDestination" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "UpdateDestination'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "amazonopensearchserviceDestinationUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceDestinationUpdate)) :*: S1 ('MetaSel ('Just "splunkDestinationUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkDestinationUpdate))) :*: (S1 ('MetaSel ('Just "s3DestinationUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate)) :*: (S1 ('MetaSel ('Just "redshiftDestinationUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDestinationUpdate)) :*: S1 ('MetaSel ('Just "elasticsearchDestinationUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchDestinationUpdate))))) :*: ((S1 ('MetaSel ('Just "extendedS3DestinationUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExtendedS3DestinationUpdate)) :*: S1 ('MetaSel ('Just "httpEndpointDestinationUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointDestinationUpdate))) :*: (S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "currentDeliveryStreamVersionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateDestination Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

newUpdateDestination Source #

Create a value of UpdateDestination with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:amazonopensearchserviceDestinationUpdate:UpdateDestination', updateDestination_amazonopensearchserviceDestinationUpdate - Undocumented member.

$sel:splunkDestinationUpdate:UpdateDestination', updateDestination_splunkDestinationUpdate - Describes an update for a destination in Splunk.

$sel:s3DestinationUpdate:UpdateDestination', updateDestination_s3DestinationUpdate - [Deprecated] Describes an update for a destination in Amazon S3.

$sel:redshiftDestinationUpdate:UpdateDestination', updateDestination_redshiftDestinationUpdate - Describes an update for a destination in Amazon Redshift.

$sel:elasticsearchDestinationUpdate:UpdateDestination', updateDestination_elasticsearchDestinationUpdate - Describes an update for a destination in Amazon ES.

$sel:extendedS3DestinationUpdate:UpdateDestination', updateDestination_extendedS3DestinationUpdate - Describes an update for a destination in Amazon S3.

$sel:httpEndpointDestinationUpdate:UpdateDestination', updateDestination_httpEndpointDestinationUpdate - Describes an update to the specified HTTP endpoint destination.

$sel:deliveryStreamName:UpdateDestination', updateDestination_deliveryStreamName - The name of the delivery stream.

$sel:currentDeliveryStreamVersionId:UpdateDestination', updateDestination_currentDeliveryStreamVersionId - Obtain this value from the VersionId result of DeliveryStreamDescription. This value is required, and helps the service perform conditional operations. For example, if there is an interleaving update and this value is null, then the update destination fails. After the update is successful, the VersionId value is updated. The service then performs a merge of the old configuration with the new configuration.

$sel:destinationId:UpdateDestination', updateDestination_destinationId - The ID of the destination.

data UpdateDestinationResponse Source #

See: newUpdateDestinationResponse smart constructor.

Instances

Instances details
Eq UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Read UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Show UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Generic UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

Associated Types

type Rep UpdateDestinationResponse :: Type -> Type #

NFData UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

type Rep UpdateDestinationResponse Source # 
Instance details

Defined in Amazonka.Firehose.UpdateDestination

type Rep UpdateDestinationResponse = D1 ('MetaData "UpdateDestinationResponse" "Amazonka.Firehose.UpdateDestination" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "UpdateDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDestinationResponse Source #

Create a value of UpdateDestinationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateDestinationResponse', updateDestinationResponse_httpStatus - The response's http status code.

PutRecordBatch

data PutRecordBatch Source #

See: newPutRecordBatch smart constructor.

Instances

Instances details
Eq PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Read PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Show PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Generic PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Associated Types

type Rep PutRecordBatch :: Type -> Type #

NFData PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Methods

rnf :: PutRecordBatch -> () #

Hashable PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

ToJSON PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

AWSRequest PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Associated Types

type AWSResponse PutRecordBatch #

ToHeaders PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

ToPath PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

ToQuery PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

type Rep PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

type Rep PutRecordBatch = D1 ('MetaData "PutRecordBatch" "Amazonka.Firehose.PutRecordBatch" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "PutRecordBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "records") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Record))))
type AWSResponse PutRecordBatch Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

newPutRecordBatch Source #

Create a value of PutRecordBatch with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryStreamName:PutRecordBatch', putRecordBatch_deliveryStreamName - The name of the delivery stream.

$sel:records:PutRecordBatch', putRecordBatch_records - One or more records.

data PutRecordBatchResponse Source #

See: newPutRecordBatchResponse smart constructor.

Instances

Instances details
Eq PutRecordBatchResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Read PutRecordBatchResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Show PutRecordBatchResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Generic PutRecordBatchResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Associated Types

type Rep PutRecordBatchResponse :: Type -> Type #

NFData PutRecordBatchResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

Methods

rnf :: PutRecordBatchResponse -> () #

type Rep PutRecordBatchResponse Source # 
Instance details

Defined in Amazonka.Firehose.PutRecordBatch

type Rep PutRecordBatchResponse = D1 ('MetaData "PutRecordBatchResponse" "Amazonka.Firehose.PutRecordBatch" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "PutRecordBatchResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "failedPutCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "requestResponses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty PutRecordBatchResponseEntry)))))

newPutRecordBatchResponse Source #

Create a value of PutRecordBatchResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:encrypted:PutRecordBatchResponse', putRecordBatchResponse_encrypted - Indicates whether server-side encryption (SSE) was enabled during this operation.

$sel:httpStatus:PutRecordBatchResponse', putRecordBatchResponse_httpStatus - The response's http status code.

$sel:failedPutCount:PutRecordBatchResponse', putRecordBatchResponse_failedPutCount - The number of records that might have failed processing. This number might be greater than 0 even if the PutRecordBatch call succeeds. Check FailedPutCount to determine whether there are records that you need to resend.

$sel:requestResponses:PutRecordBatchResponse', putRecordBatchResponse_requestResponses - The results array. For each record, the index of the response element is the same as the index used in the request array.

UntagDeliveryStream

data UntagDeliveryStream Source #

See: newUntagDeliveryStream smart constructor.

Instances

Instances details
Eq UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Read UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Show UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Generic UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Associated Types

type Rep UntagDeliveryStream :: Type -> Type #

NFData UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Methods

rnf :: UntagDeliveryStream -> () #

Hashable UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

ToJSON UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

AWSRequest UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Associated Types

type AWSResponse UntagDeliveryStream #

ToHeaders UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

ToPath UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

ToQuery UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

type Rep UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

type Rep UntagDeliveryStream = D1 ('MetaData "UntagDeliveryStream" "Amazonka.Firehose.UntagDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "UntagDeliveryStream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

newUntagDeliveryStream Source #

Create a value of UntagDeliveryStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryStreamName:UntagDeliveryStream', untagDeliveryStream_deliveryStreamName - The name of the delivery stream.

$sel:tagKeys:UntagDeliveryStream', untagDeliveryStream_tagKeys - A list of tag keys. Each corresponding tag is removed from the delivery stream.

data UntagDeliveryStreamResponse Source #

See: newUntagDeliveryStreamResponse smart constructor.

Instances

Instances details
Eq UntagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Read UntagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Show UntagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Generic UntagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

Associated Types

type Rep UntagDeliveryStreamResponse :: Type -> Type #

NFData UntagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

type Rep UntagDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.UntagDeliveryStream

type Rep UntagDeliveryStreamResponse = D1 ('MetaData "UntagDeliveryStreamResponse" "Amazonka.Firehose.UntagDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "UntagDeliveryStreamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagDeliveryStreamResponse Source #

Create a value of UntagDeliveryStreamResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UntagDeliveryStreamResponse', untagDeliveryStreamResponse_httpStatus - The response's http status code.

CreateDeliveryStream

data CreateDeliveryStream Source #

See: newCreateDeliveryStream smart constructor.

Instances

Instances details
Eq CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Show CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Generic CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Associated Types

type Rep CreateDeliveryStream :: Type -> Type #

NFData CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Methods

rnf :: CreateDeliveryStream -> () #

Hashable CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

ToJSON CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

AWSRequest CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Associated Types

type AWSResponse CreateDeliveryStream #

ToHeaders CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

ToPath CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

ToQuery CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

type Rep CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

type Rep CreateDeliveryStream = D1 ('MetaData "CreateDeliveryStream" "Amazonka.Firehose.CreateDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "CreateDeliveryStream'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3DestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationConfiguration)) :*: (S1 ('MetaSel ('Just "redshiftDestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDestinationConfiguration)) :*: S1 ('MetaSel ('Just "elasticsearchDestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchDestinationConfiguration)))) :*: (S1 ('MetaSel ('Just "extendedS3DestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExtendedS3DestinationConfiguration)) :*: (S1 ('MetaSel ('Just "kinesisStreamSourceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisStreamSourceConfiguration)) :*: S1 ('MetaSel ('Just "httpEndpointDestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointDestinationConfiguration))))) :*: ((S1 ('MetaSel ('Just "amazonopensearchserviceDestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceDestinationConfiguration)) :*: (S1 ('MetaSel ('Just "deliveryStreamType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStreamType)) :*: S1 ('MetaSel ('Just "splunkDestinationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkDestinationConfiguration)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: (S1 ('MetaSel ('Just "deliveryStreamEncryptionConfigurationInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStreamEncryptionConfigurationInput)) :*: S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

newCreateDeliveryStream Source #

Create a value of CreateDeliveryStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3DestinationConfiguration:CreateDeliveryStream', createDeliveryStream_s3DestinationConfiguration - [Deprecated] The destination in Amazon S3. You can specify only one destination.

$sel:redshiftDestinationConfiguration:CreateDeliveryStream', createDeliveryStream_redshiftDestinationConfiguration - The destination in Amazon Redshift. You can specify only one destination.

$sel:elasticsearchDestinationConfiguration:CreateDeliveryStream', createDeliveryStream_elasticsearchDestinationConfiguration - The destination in Amazon ES. You can specify only one destination.

$sel:extendedS3DestinationConfiguration:CreateDeliveryStream', createDeliveryStream_extendedS3DestinationConfiguration - The destination in Amazon S3. You can specify only one destination.

$sel:kinesisStreamSourceConfiguration:CreateDeliveryStream', createDeliveryStream_kinesisStreamSourceConfiguration - When a Kinesis data stream is used as the source for the delivery stream, a KinesisStreamSourceConfiguration containing the Kinesis data stream Amazon Resource Name (ARN) and the role ARN for the source stream.

$sel:httpEndpointDestinationConfiguration:CreateDeliveryStream', createDeliveryStream_httpEndpointDestinationConfiguration - Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.

$sel:amazonopensearchserviceDestinationConfiguration:CreateDeliveryStream', createDeliveryStream_amazonopensearchserviceDestinationConfiguration - Undocumented member.

$sel:deliveryStreamType:CreateDeliveryStream', createDeliveryStream_deliveryStreamType - The delivery stream type. This parameter can be one of the following values:

  • DirectPut: Provider applications access the delivery stream directly.
  • KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.

$sel:splunkDestinationConfiguration:CreateDeliveryStream', createDeliveryStream_splunkDestinationConfiguration - The destination in Splunk. You can specify only one destination.

$sel:tags:CreateDeliveryStream', createDeliveryStream_tags - A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.

You can specify up to 50 tags when creating a delivery stream.

$sel:deliveryStreamEncryptionConfigurationInput:CreateDeliveryStream', createDeliveryStream_deliveryStreamEncryptionConfigurationInput - Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).

$sel:deliveryStreamName:CreateDeliveryStream', createDeliveryStream_deliveryStreamName - The name of the delivery stream. This name must be unique per AWS account in the same AWS Region. If the delivery streams are in different accounts or different Regions, you can have multiple delivery streams with the same name.

data CreateDeliveryStreamResponse Source #

See: newCreateDeliveryStreamResponse smart constructor.

Instances

Instances details
Eq CreateDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Read CreateDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Show CreateDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Generic CreateDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

Associated Types

type Rep CreateDeliveryStreamResponse :: Type -> Type #

NFData CreateDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

type Rep CreateDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.CreateDeliveryStream

type Rep CreateDeliveryStreamResponse = D1 ('MetaData "CreateDeliveryStreamResponse" "Amazonka.Firehose.CreateDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "CreateDeliveryStreamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryStreamARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDeliveryStreamResponse Source #

Create a value of CreateDeliveryStreamResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryStreamARN:CreateDeliveryStreamResponse', createDeliveryStreamResponse_deliveryStreamARN - The ARN of the delivery stream.

$sel:httpStatus:CreateDeliveryStreamResponse', createDeliveryStreamResponse_httpStatus - The response's http status code.

StartDeliveryStreamEncryption

data StartDeliveryStreamEncryption Source #

See: newStartDeliveryStreamEncryption smart constructor.

Instances

Instances details
Eq StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

Read StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

Show StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

Generic StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

Associated Types

type Rep StartDeliveryStreamEncryption :: Type -> Type #

NFData StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

Hashable StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

ToJSON StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

AWSRequest StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

ToHeaders StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

ToPath StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

ToQuery StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

type Rep StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

type Rep StartDeliveryStreamEncryption = D1 ('MetaData "StartDeliveryStreamEncryption" "Amazonka.Firehose.StartDeliveryStreamEncryption" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "StartDeliveryStreamEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryStreamEncryptionConfigurationInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStreamEncryptionConfigurationInput)) :*: S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartDeliveryStreamEncryption Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

newStartDeliveryStreamEncryption Source #

Create a value of StartDeliveryStreamEncryption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryStreamEncryptionConfigurationInput:StartDeliveryStreamEncryption', startDeliveryStreamEncryption_deliveryStreamEncryptionConfigurationInput - Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE).

$sel:deliveryStreamName:StartDeliveryStreamEncryption', startDeliveryStreamEncryption_deliveryStreamName - The name of the delivery stream for which you want to enable server-side encryption (SSE).

data StartDeliveryStreamEncryptionResponse Source #

Instances

Instances details
Eq StartDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

Read StartDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

Show StartDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

Generic StartDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

NFData StartDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

type Rep StartDeliveryStreamEncryptionResponse Source # 
Instance details

Defined in Amazonka.Firehose.StartDeliveryStreamEncryption

type Rep StartDeliveryStreamEncryptionResponse = D1 ('MetaData "StartDeliveryStreamEncryptionResponse" "Amazonka.Firehose.StartDeliveryStreamEncryption" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "StartDeliveryStreamEncryptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartDeliveryStreamEncryptionResponse Source #

Create a value of StartDeliveryStreamEncryptionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StartDeliveryStreamEncryptionResponse', startDeliveryStreamEncryptionResponse_httpStatus - The response's http status code.

DescribeDeliveryStream

data DescribeDeliveryStream Source #

See: newDescribeDeliveryStream smart constructor.

Instances

Instances details
Eq DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Read DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Show DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Generic DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Associated Types

type Rep DescribeDeliveryStream :: Type -> Type #

NFData DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Methods

rnf :: DescribeDeliveryStream -> () #

Hashable DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

ToJSON DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

AWSRequest DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Associated Types

type AWSResponse DescribeDeliveryStream #

ToHeaders DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

ToPath DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

ToQuery DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

type Rep DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

type Rep DescribeDeliveryStream = D1 ('MetaData "DescribeDeliveryStream" "Amazonka.Firehose.DescribeDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DescribeDeliveryStream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exclusiveStartDestinationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

newDescribeDeliveryStream Source #

Create a value of DescribeDeliveryStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:exclusiveStartDestinationId:DescribeDeliveryStream', describeDeliveryStream_exclusiveStartDestinationId - The ID of the destination to start returning the destination information. Kinesis Data Firehose supports one destination per delivery stream.

$sel:limit:DescribeDeliveryStream', describeDeliveryStream_limit - The limit on the number of destinations to return. You can have one destination per delivery stream.

$sel:deliveryStreamName:DescribeDeliveryStream', describeDeliveryStream_deliveryStreamName - The name of the delivery stream.

data DescribeDeliveryStreamResponse Source #

See: newDescribeDeliveryStreamResponse smart constructor.

Instances

Instances details
Eq DescribeDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Show DescribeDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Generic DescribeDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

Associated Types

type Rep DescribeDeliveryStreamResponse :: Type -> Type #

NFData DescribeDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

type Rep DescribeDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DescribeDeliveryStream

type Rep DescribeDeliveryStreamResponse = D1 ('MetaData "DescribeDeliveryStreamResponse" "Amazonka.Firehose.DescribeDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DescribeDeliveryStreamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deliveryStreamDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryStreamDescription)))

ListTagsForDeliveryStream

data ListTagsForDeliveryStream Source #

See: newListTagsForDeliveryStream smart constructor.

Instances

Instances details
Eq ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Read ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Show ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Generic ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Associated Types

type Rep ListTagsForDeliveryStream :: Type -> Type #

NFData ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Hashable ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

ToJSON ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

AWSRequest ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

ToHeaders ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

ToPath ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

ToQuery ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

type Rep ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

type Rep ListTagsForDeliveryStream = D1 ('MetaData "ListTagsForDeliveryStream" "Amazonka.Firehose.ListTagsForDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ListTagsForDeliveryStream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "exclusiveStartTagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListTagsForDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

newListTagsForDeliveryStream Source #

Create a value of ListTagsForDeliveryStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:limit:ListTagsForDeliveryStream', listTagsForDeliveryStream_limit - The number of tags to return. If this number is less than the total number of tags associated with the delivery stream, HasMoreTags is set to true in the response. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

$sel:exclusiveStartTagKey:ListTagsForDeliveryStream', listTagsForDeliveryStream_exclusiveStartTagKey - The key to use as the starting point for the list of tags. If you set this parameter, ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.

$sel:deliveryStreamName:ListTagsForDeliveryStream', listTagsForDeliveryStream_deliveryStreamName - The name of the delivery stream whose tags you want to list.

data ListTagsForDeliveryStreamResponse Source #

See: newListTagsForDeliveryStreamResponse smart constructor.

Instances

Instances details
Eq ListTagsForDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Read ListTagsForDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Show ListTagsForDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Generic ListTagsForDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

Associated Types

type Rep ListTagsForDeliveryStreamResponse :: Type -> Type #

NFData ListTagsForDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

type Rep ListTagsForDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListTagsForDeliveryStream

type Rep ListTagsForDeliveryStreamResponse = D1 ('MetaData "ListTagsForDeliveryStreamResponse" "Amazonka.Firehose.ListTagsForDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ListTagsForDeliveryStreamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag]) :*: S1 ('MetaSel ('Just "hasMoreTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newListTagsForDeliveryStreamResponse Source #

Create a value of ListTagsForDeliveryStreamResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:ListTagsForDeliveryStreamResponse', listTagsForDeliveryStreamResponse_httpStatus - The response's http status code.

$sel:tags:ListTagsForDeliveryStreamResponse', listTagsForDeliveryStreamResponse_tags - A list of tags associated with DeliveryStreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

$sel:hasMoreTags:ListTagsForDeliveryStreamResponse', listTagsForDeliveryStreamResponse_hasMoreTags - If this is true in the response, more tags are available. To list the remaining tags, set ExclusiveStartTagKey to the key of the last tag returned and call ListTagsForDeliveryStream again.

ListDeliveryStreams

data ListDeliveryStreams Source #

See: newListDeliveryStreams smart constructor.

Instances

Instances details
Eq ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Read ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Show ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Generic ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Associated Types

type Rep ListDeliveryStreams :: Type -> Type #

NFData ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Methods

rnf :: ListDeliveryStreams -> () #

Hashable ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

ToJSON ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

AWSRequest ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Associated Types

type AWSResponse ListDeliveryStreams #

ToHeaders ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

ToPath ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

ToQuery ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

type Rep ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

type Rep ListDeliveryStreams = D1 ('MetaData "ListDeliveryStreams" "Amazonka.Firehose.ListDeliveryStreams" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ListDeliveryStreams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "deliveryStreamType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStreamType)) :*: S1 ('MetaSel ('Just "exclusiveStartDeliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ListDeliveryStreams Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

newListDeliveryStreams :: ListDeliveryStreams Source #

Create a value of ListDeliveryStreams with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:limit:ListDeliveryStreams', listDeliveryStreams_limit - The maximum number of delivery streams to list. The default value is 10.

$sel:deliveryStreamType:ListDeliveryStreams', listDeliveryStreams_deliveryStreamType - The delivery stream type. This can be one of the following values:

  • DirectPut: Provider applications access the delivery stream directly.
  • KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.

This parameter is optional. If this parameter is omitted, delivery streams of all types are returned.

$sel:exclusiveStartDeliveryStreamName:ListDeliveryStreams', listDeliveryStreams_exclusiveStartDeliveryStreamName - The list of delivery streams returned by this call to ListDeliveryStreams will start with the delivery stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName.

data ListDeliveryStreamsResponse Source #

See: newListDeliveryStreamsResponse smart constructor.

Instances

Instances details
Eq ListDeliveryStreamsResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Read ListDeliveryStreamsResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Show ListDeliveryStreamsResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Generic ListDeliveryStreamsResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

Associated Types

type Rep ListDeliveryStreamsResponse :: Type -> Type #

NFData ListDeliveryStreamsResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

type Rep ListDeliveryStreamsResponse Source # 
Instance details

Defined in Amazonka.Firehose.ListDeliveryStreams

type Rep ListDeliveryStreamsResponse = D1 ('MetaData "ListDeliveryStreamsResponse" "Amazonka.Firehose.ListDeliveryStreams" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ListDeliveryStreamsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "deliveryStreamNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "hasMoreDeliveryStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newListDeliveryStreamsResponse Source #

Create a value of ListDeliveryStreamsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:ListDeliveryStreamsResponse', listDeliveryStreamsResponse_httpStatus - The response's http status code.

$sel:deliveryStreamNames:ListDeliveryStreamsResponse', listDeliveryStreamsResponse_deliveryStreamNames - The names of the delivery streams.

$sel:hasMoreDeliveryStreams:ListDeliveryStreamsResponse', listDeliveryStreamsResponse_hasMoreDeliveryStreams - Indicates whether there are more delivery streams available to list.

DeleteDeliveryStream

data DeleteDeliveryStream Source #

See: newDeleteDeliveryStream smart constructor.

Instances

Instances details
Eq DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Read DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Show DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Generic DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Associated Types

type Rep DeleteDeliveryStream :: Type -> Type #

NFData DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Methods

rnf :: DeleteDeliveryStream -> () #

Hashable DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

ToJSON DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

AWSRequest DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Associated Types

type AWSResponse DeleteDeliveryStream #

ToHeaders DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

ToPath DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

ToQuery DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

type Rep DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

type Rep DeleteDeliveryStream = D1 ('MetaData "DeleteDeliveryStream" "Amazonka.Firehose.DeleteDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DeleteDeliveryStream'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowForceDelete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDeliveryStream Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

newDeleteDeliveryStream Source #

Create a value of DeleteDeliveryStream with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:allowForceDelete:DeleteDeliveryStream', deleteDeliveryStream_allowForceDelete - Set this to true if you want to delete the delivery stream even if Kinesis Data Firehose is unable to retire the grant for the CMK. Kinesis Data Firehose might be unable to retire the grant due to a customer error, such as when the CMK or the grant are in an invalid state. If you force deletion, you can then use the RevokeGrant operation to revoke the grant you gave to Kinesis Data Firehose. If a failure to retire the grant happens due to an AWS KMS issue, Kinesis Data Firehose keeps retrying the delete operation.

The default value is false.

$sel:deliveryStreamName:DeleteDeliveryStream', deleteDeliveryStream_deliveryStreamName - The name of the delivery stream.

data DeleteDeliveryStreamResponse Source #

See: newDeleteDeliveryStreamResponse smart constructor.

Instances

Instances details
Eq DeleteDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Read DeleteDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Show DeleteDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Generic DeleteDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

Associated Types

type Rep DeleteDeliveryStreamResponse :: Type -> Type #

NFData DeleteDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

type Rep DeleteDeliveryStreamResponse Source # 
Instance details

Defined in Amazonka.Firehose.DeleteDeliveryStream

type Rep DeleteDeliveryStreamResponse = D1 ('MetaData "DeleteDeliveryStreamResponse" "Amazonka.Firehose.DeleteDeliveryStream" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DeleteDeliveryStreamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDeliveryStreamResponse Source #

Create a value of DeleteDeliveryStreamResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteDeliveryStreamResponse', deleteDeliveryStreamResponse_httpStatus - The response's http status code.

Types

AmazonopensearchserviceIndexRotationPeriod

newtype AmazonopensearchserviceIndexRotationPeriod Source #

Instances

Instances details
Eq AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

Ord AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

Read AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

Show AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

Generic AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

NFData AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

Hashable AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

ToJSON AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

ToJSONKey AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

FromJSON AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

FromJSONKey AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

ToLog AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

ToHeader AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

ToQuery AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

FromXML AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

ToXML AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

ToByteString AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

FromText AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

ToText AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

type Rep AmazonopensearchserviceIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod

type Rep AmazonopensearchserviceIndexRotationPeriod = D1 ('MetaData "AmazonopensearchserviceIndexRotationPeriod" "Amazonka.Firehose.Types.AmazonopensearchserviceIndexRotationPeriod" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "AmazonopensearchserviceIndexRotationPeriod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAmazonopensearchserviceIndexRotationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AmazonopensearchserviceS3BackupMode

newtype AmazonopensearchserviceS3BackupMode Source #

Instances

Instances details
Eq AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

Ord AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

Read AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

Show AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

Generic AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

NFData AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

Hashable AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

ToJSON AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

ToJSONKey AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

FromJSON AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

FromJSONKey AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

ToLog AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

ToHeader AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

ToQuery AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

FromXML AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

ToXML AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

ToByteString AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

FromText AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

ToText AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

type Rep AmazonopensearchserviceS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode

type Rep AmazonopensearchserviceS3BackupMode = D1 ('MetaData "AmazonopensearchserviceS3BackupMode" "Amazonka.Firehose.Types.AmazonopensearchserviceS3BackupMode" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "AmazonopensearchserviceS3BackupMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAmazonopensearchserviceS3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompressionFormat

newtype CompressionFormat Source #

Instances

Instances details
Eq CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

Ord CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

Read CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

Show CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

Generic CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

Associated Types

type Rep CompressionFormat :: Type -> Type #

NFData CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

Methods

rnf :: CompressionFormat -> () #

Hashable CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

ToJSON CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

ToJSONKey CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

FromJSON CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

FromJSONKey CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

ToLog CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

ToHeader CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

ToQuery CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

FromXML CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

ToXML CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

ToByteString CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

FromText CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

ToText CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

type Rep CompressionFormat Source # 
Instance details

Defined in Amazonka.Firehose.Types.CompressionFormat

type Rep CompressionFormat = D1 ('MetaData "CompressionFormat" "Amazonka.Firehose.Types.CompressionFormat" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "CompressionFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContentEncoding

newtype ContentEncoding Source #

Constructors

ContentEncoding' 

Instances

Instances details
Eq ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

Ord ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

Read ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

Show ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

Generic ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

Associated Types

type Rep ContentEncoding :: Type -> Type #

NFData ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

Methods

rnf :: ContentEncoding -> () #

Hashable ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

ToJSON ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

ToJSONKey ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

FromJSON ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

FromJSONKey ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

ToLog ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

ToHeader ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

ToQuery ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

FromXML ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

ToXML ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

Methods

toXML :: ContentEncoding -> XML #

ToByteString ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

FromText ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

ToText ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

type Rep ContentEncoding Source # 
Instance details

Defined in Amazonka.Firehose.Types.ContentEncoding

type Rep ContentEncoding = D1 ('MetaData "ContentEncoding" "Amazonka.Firehose.Types.ContentEncoding" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "ContentEncoding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContentEncoding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliveryStreamEncryptionStatus

newtype DeliveryStreamEncryptionStatus Source #

Instances

Instances details
Eq DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

Ord DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

Read DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

Show DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

Generic DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

Associated Types

type Rep DeliveryStreamEncryptionStatus :: Type -> Type #

NFData DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

Hashable DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

ToJSON DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

ToJSONKey DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

FromJSON DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

FromJSONKey DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

ToLog DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

ToHeader DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

ToQuery DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

FromXML DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

ToXML DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

ToByteString DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

FromText DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

ToText DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

type Rep DeliveryStreamEncryptionStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus

type Rep DeliveryStreamEncryptionStatus = D1 ('MetaData "DeliveryStreamEncryptionStatus" "Amazonka.Firehose.Types.DeliveryStreamEncryptionStatus" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "DeliveryStreamEncryptionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliveryStreamEncryptionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliveryStreamFailureType

newtype DeliveryStreamFailureType Source #

Instances

Instances details
Eq DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

Ord DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

Read DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

Show DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

Generic DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

Associated Types

type Rep DeliveryStreamFailureType :: Type -> Type #

NFData DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

Hashable DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

ToJSON DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

ToJSONKey DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

FromJSON DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

FromJSONKey DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

ToLog DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

ToHeader DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

ToQuery DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

FromXML DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

ToXML DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

ToByteString DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

FromText DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

ToText DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

type Rep DeliveryStreamFailureType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamFailureType

type Rep DeliveryStreamFailureType = D1 ('MetaData "DeliveryStreamFailureType" "Amazonka.Firehose.Types.DeliveryStreamFailureType" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "DeliveryStreamFailureType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliveryStreamFailureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliveryStreamStatus

newtype DeliveryStreamStatus Source #

Instances

Instances details
Eq DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

Ord DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

Read DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

Show DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

Generic DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

Associated Types

type Rep DeliveryStreamStatus :: Type -> Type #

NFData DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

Methods

rnf :: DeliveryStreamStatus -> () #

Hashable DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

ToJSON DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

ToJSONKey DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

FromJSON DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

FromJSONKey DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

ToLog DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

ToHeader DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

ToQuery DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

FromXML DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

ToXML DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

ToByteString DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

FromText DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

ToText DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

type Rep DeliveryStreamStatus Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamStatus

type Rep DeliveryStreamStatus = D1 ('MetaData "DeliveryStreamStatus" "Amazonka.Firehose.Types.DeliveryStreamStatus" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "DeliveryStreamStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliveryStreamStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliveryStreamType

newtype DeliveryStreamType Source #

Instances

Instances details
Eq DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

Ord DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

Read DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

Show DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

Generic DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

Associated Types

type Rep DeliveryStreamType :: Type -> Type #

NFData DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

Methods

rnf :: DeliveryStreamType -> () #

Hashable DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

ToJSON DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

ToJSONKey DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

FromJSON DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

FromJSONKey DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

ToLog DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

ToHeader DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

ToQuery DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

FromXML DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

ToXML DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

ToByteString DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

FromText DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

ToText DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

type Rep DeliveryStreamType Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamType

type Rep DeliveryStreamType = D1 ('MetaData "DeliveryStreamType" "Amazonka.Firehose.Types.DeliveryStreamType" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "DeliveryStreamType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliveryStreamType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ElasticsearchIndexRotationPeriod

newtype ElasticsearchIndexRotationPeriod Source #

Instances

Instances details
Eq ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

Ord ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

Read ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

Show ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

Generic ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

Associated Types

type Rep ElasticsearchIndexRotationPeriod :: Type -> Type #

NFData ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

Hashable ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

ToJSON ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

ToJSONKey ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

FromJSON ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

FromJSONKey ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

ToLog ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

ToHeader ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

ToQuery ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

FromXML ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

ToXML ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

ToByteString ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

FromText ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

ToText ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

type Rep ElasticsearchIndexRotationPeriod Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod

type Rep ElasticsearchIndexRotationPeriod = D1 ('MetaData "ElasticsearchIndexRotationPeriod" "Amazonka.Firehose.Types.ElasticsearchIndexRotationPeriod" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "ElasticsearchIndexRotationPeriod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromElasticsearchIndexRotationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ElasticsearchS3BackupMode

newtype ElasticsearchS3BackupMode Source #

Instances

Instances details
Eq ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

Ord ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

Read ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

Show ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

Generic ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

Associated Types

type Rep ElasticsearchS3BackupMode :: Type -> Type #

NFData ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

Hashable ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

ToJSON ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

ToJSONKey ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

FromJSON ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

FromJSONKey ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

ToLog ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

ToHeader ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

ToQuery ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

FromXML ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

ToXML ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

ToByteString ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

FromText ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

ToText ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

type Rep ElasticsearchS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchS3BackupMode

type Rep ElasticsearchS3BackupMode = D1 ('MetaData "ElasticsearchS3BackupMode" "Amazonka.Firehose.Types.ElasticsearchS3BackupMode" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "ElasticsearchS3BackupMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromElasticsearchS3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HECEndpointType

newtype HECEndpointType Source #

Constructors

HECEndpointType' 

Instances

Instances details
Eq HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

Ord HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

Read HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

Show HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

Generic HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

Associated Types

type Rep HECEndpointType :: Type -> Type #

NFData HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

Methods

rnf :: HECEndpointType -> () #

Hashable HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

ToJSON HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

ToJSONKey HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

FromJSON HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

FromJSONKey HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

ToLog HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

ToHeader HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

ToQuery HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

FromXML HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

ToXML HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

Methods

toXML :: HECEndpointType -> XML #

ToByteString HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

FromText HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

ToText HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

type Rep HECEndpointType Source # 
Instance details

Defined in Amazonka.Firehose.Types.HECEndpointType

type Rep HECEndpointType = D1 ('MetaData "HECEndpointType" "Amazonka.Firehose.Types.HECEndpointType" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "HECEndpointType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHECEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HttpEndpointS3BackupMode

newtype HttpEndpointS3BackupMode Source #

Instances

Instances details
Eq HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

Ord HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

Read HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

Show HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

Generic HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

Associated Types

type Rep HttpEndpointS3BackupMode :: Type -> Type #

NFData HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

Hashable HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

ToJSON HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

ToJSONKey HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

FromJSON HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

FromJSONKey HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

ToLog HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

ToHeader HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

ToQuery HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

FromXML HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

ToXML HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

ToByteString HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

FromText HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

ToText HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

type Rep HttpEndpointS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointS3BackupMode

type Rep HttpEndpointS3BackupMode = D1 ('MetaData "HttpEndpointS3BackupMode" "Amazonka.Firehose.Types.HttpEndpointS3BackupMode" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "HttpEndpointS3BackupMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHttpEndpointS3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

KeyType

newtype KeyType Source #

Constructors

KeyType' 

Fields

Bundled Patterns

pattern KeyType_AWS_OWNED_CMK :: KeyType 
pattern KeyType_CUSTOMER_MANAGED_CMK :: KeyType 

Instances

Instances details
Eq KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Methods

(==) :: KeyType -> KeyType -> Bool #

(/=) :: KeyType -> KeyType -> Bool #

Ord KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Read KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Show KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Generic KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Associated Types

type Rep KeyType :: Type -> Type #

Methods

from :: KeyType -> Rep KeyType x #

to :: Rep KeyType x -> KeyType #

NFData KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Methods

rnf :: KeyType -> () #

Hashable KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Methods

hashWithSalt :: Int -> KeyType -> Int #

hash :: KeyType -> Int #

ToJSON KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

ToJSONKey KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

FromJSON KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

FromJSONKey KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

ToLog KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

ToHeader KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Methods

toHeader :: HeaderName -> KeyType -> [Header] #

ToQuery KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

FromXML KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

ToXML KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Methods

toXML :: KeyType -> XML #

ToByteString KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Methods

toBS :: KeyType -> ByteString #

FromText KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

ToText KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

Methods

toText :: KeyType -> Text #

type Rep KeyType Source # 
Instance details

Defined in Amazonka.Firehose.Types.KeyType

type Rep KeyType = D1 ('MetaData "KeyType" "Amazonka.Firehose.Types.KeyType" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "KeyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromKeyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NoEncryptionConfig

newtype NoEncryptionConfig Source #

Instances

Instances details
Eq NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

Ord NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

Read NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

Show NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

Generic NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

Associated Types

type Rep NoEncryptionConfig :: Type -> Type #

NFData NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

Methods

rnf :: NoEncryptionConfig -> () #

Hashable NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

ToJSON NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

ToJSONKey NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

FromJSON NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

FromJSONKey NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

ToLog NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

ToHeader NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

ToQuery NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

FromXML NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

ToXML NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

ToByteString NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

FromText NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

ToText NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

type Rep NoEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.NoEncryptionConfig

type Rep NoEncryptionConfig = D1 ('MetaData "NoEncryptionConfig" "Amazonka.Firehose.Types.NoEncryptionConfig" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "NoEncryptionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNoEncryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrcCompression

newtype OrcCompression Source #

Constructors

OrcCompression' 

Instances

Instances details
Eq OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

Ord OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

Read OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

Show OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

Generic OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

Associated Types

type Rep OrcCompression :: Type -> Type #

NFData OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

Methods

rnf :: OrcCompression -> () #

Hashable OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

ToJSON OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

ToJSONKey OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

FromJSON OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

FromJSONKey OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

ToLog OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

ToHeader OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

ToQuery OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

FromXML OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

ToXML OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

Methods

toXML :: OrcCompression -> XML #

ToByteString OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

FromText OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

ToText OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

type Rep OrcCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcCompression

type Rep OrcCompression = D1 ('MetaData "OrcCompression" "Amazonka.Firehose.Types.OrcCompression" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "OrcCompression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrcCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrcFormatVersion

newtype OrcFormatVersion Source #

Instances

Instances details
Eq OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

Ord OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

Read OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

Show OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

Generic OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

Associated Types

type Rep OrcFormatVersion :: Type -> Type #

NFData OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

Methods

rnf :: OrcFormatVersion -> () #

Hashable OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

ToJSON OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

ToJSONKey OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

FromJSON OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

FromJSONKey OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

ToLog OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

ToHeader OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

ToQuery OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

FromXML OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

ToXML OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

ToByteString OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

FromText OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

ToText OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

type Rep OrcFormatVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcFormatVersion

type Rep OrcFormatVersion = D1 ('MetaData "OrcFormatVersion" "Amazonka.Firehose.Types.OrcFormatVersion" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "OrcFormatVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrcFormatVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParquetCompression

newtype ParquetCompression Source #

Instances

Instances details
Eq ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

Ord ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

Read ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

Show ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

Generic ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

Associated Types

type Rep ParquetCompression :: Type -> Type #

NFData ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

Methods

rnf :: ParquetCompression -> () #

Hashable ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

ToJSON ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

ToJSONKey ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

FromJSON ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

FromJSONKey ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

ToLog ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

ToHeader ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

ToQuery ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

FromXML ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

ToXML ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

ToByteString ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

FromText ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

ToText ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

type Rep ParquetCompression Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetCompression

type Rep ParquetCompression = D1 ('MetaData "ParquetCompression" "Amazonka.Firehose.Types.ParquetCompression" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "ParquetCompression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParquetCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParquetWriterVersion

newtype ParquetWriterVersion Source #

Instances

Instances details
Eq ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

Ord ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

Read ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

Show ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

Generic ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

Associated Types

type Rep ParquetWriterVersion :: Type -> Type #

NFData ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

Methods

rnf :: ParquetWriterVersion -> () #

Hashable ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

ToJSON ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

ToJSONKey ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

FromJSON ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

FromJSONKey ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

ToLog ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

ToHeader ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

ToQuery ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

FromXML ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

ToXML ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

ToByteString ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

FromText ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

ToText ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

type Rep ParquetWriterVersion Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetWriterVersion

type Rep ParquetWriterVersion = D1 ('MetaData "ParquetWriterVersion" "Amazonka.Firehose.Types.ParquetWriterVersion" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "ParquetWriterVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParquetWriterVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessorParameterName

newtype ProcessorParameterName Source #

Instances

Instances details
Eq ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

Ord ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

Read ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

Show ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

Generic ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

Associated Types

type Rep ProcessorParameterName :: Type -> Type #

NFData ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

Methods

rnf :: ProcessorParameterName -> () #

Hashable ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

ToJSON ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

ToJSONKey ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

FromJSON ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

FromJSONKey ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

ToLog ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

ToHeader ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

ToQuery ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

FromXML ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

ToXML ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

ToByteString ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

FromText ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

ToText ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

type Rep ProcessorParameterName Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameterName

type Rep ProcessorParameterName = D1 ('MetaData "ProcessorParameterName" "Amazonka.Firehose.Types.ProcessorParameterName" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "ProcessorParameterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessorParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessorType

newtype ProcessorType Source #

Constructors

ProcessorType' 

Instances

Instances details
Eq ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

Ord ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

Read ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

Show ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

Generic ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

Associated Types

type Rep ProcessorType :: Type -> Type #

NFData ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

Methods

rnf :: ProcessorType -> () #

Hashable ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

ToJSON ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

ToJSONKey ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

FromJSON ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

FromJSONKey ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

ToLog ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

ToHeader ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

ToQuery ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

FromXML ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

ToXML ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

Methods

toXML :: ProcessorType -> XML #

ToByteString ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

FromText ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

ToText ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

Methods

toText :: ProcessorType -> Text #

type Rep ProcessorType Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorType

type Rep ProcessorType = D1 ('MetaData "ProcessorType" "Amazonka.Firehose.Types.ProcessorType" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "ProcessorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedshiftS3BackupMode

newtype RedshiftS3BackupMode Source #

Instances

Instances details
Eq RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

Ord RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

Read RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

Show RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

Generic RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

Associated Types

type Rep RedshiftS3BackupMode :: Type -> Type #

NFData RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

Methods

rnf :: RedshiftS3BackupMode -> () #

Hashable RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

ToJSON RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

ToJSONKey RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

FromJSON RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

FromJSONKey RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

ToLog RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

ToHeader RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

ToQuery RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

FromXML RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

ToXML RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

ToByteString RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

FromText RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

ToText RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

type Rep RedshiftS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftS3BackupMode

type Rep RedshiftS3BackupMode = D1 ('MetaData "RedshiftS3BackupMode" "Amazonka.Firehose.Types.RedshiftS3BackupMode" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "RedshiftS3BackupMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedshiftS3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

S3BackupMode

newtype S3BackupMode Source #

Constructors

S3BackupMode' 

Bundled Patterns

pattern S3BackupMode_Disabled :: S3BackupMode 
pattern S3BackupMode_Enabled :: S3BackupMode 

Instances

Instances details
Eq S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

Ord S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

Read S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

Show S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

Generic S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

Associated Types

type Rep S3BackupMode :: Type -> Type #

NFData S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

Methods

rnf :: S3BackupMode -> () #

Hashable S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

ToJSON S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

ToJSONKey S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

FromJSON S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

FromJSONKey S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

ToLog S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

ToHeader S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

ToQuery S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

FromXML S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

ToXML S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

Methods

toXML :: S3BackupMode -> XML #

ToByteString S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

FromText S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

ToText S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

Methods

toText :: S3BackupMode -> Text #

type Rep S3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3BackupMode

type Rep S3BackupMode = D1 ('MetaData "S3BackupMode" "Amazonka.Firehose.Types.S3BackupMode" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "S3BackupMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromS3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SplunkS3BackupMode

newtype SplunkS3BackupMode Source #

Instances

Instances details
Eq SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

Ord SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

Read SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

Show SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

Generic SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

Associated Types

type Rep SplunkS3BackupMode :: Type -> Type #

NFData SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

Methods

rnf :: SplunkS3BackupMode -> () #

Hashable SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

ToJSON SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

ToJSONKey SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

FromJSON SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

FromJSONKey SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

ToLog SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

ToHeader SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

ToQuery SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

FromXML SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

ToXML SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

ToByteString SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

FromText SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

ToText SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

type Rep SplunkS3BackupMode Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkS3BackupMode

type Rep SplunkS3BackupMode = D1 ('MetaData "SplunkS3BackupMode" "Amazonka.Firehose.Types.SplunkS3BackupMode" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'True) (C1 ('MetaCons "SplunkS3BackupMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSplunkS3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AmazonopensearchserviceBufferingHints

data AmazonopensearchserviceBufferingHints Source #

Instances

Instances details
Eq AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

Read AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

Show AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

Generic AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

NFData AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

Hashable AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

ToJSON AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

FromJSON AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

type Rep AmazonopensearchserviceBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints

type Rep AmazonopensearchserviceBufferingHints = D1 ('MetaData "AmazonopensearchserviceBufferingHints" "Amazonka.Firehose.Types.AmazonopensearchserviceBufferingHints" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "AmazonopensearchserviceBufferingHints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sizeInMBs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "intervalInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newAmazonopensearchserviceBufferingHints :: AmazonopensearchserviceBufferingHints Source #

Create a value of AmazonopensearchserviceBufferingHints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sizeInMBs:AmazonopensearchserviceBufferingHints', amazonopensearchserviceBufferingHints_sizeInMBs - Undocumented member.

$sel:intervalInSeconds:AmazonopensearchserviceBufferingHints', amazonopensearchserviceBufferingHints_intervalInSeconds - Undocumented member.

AmazonopensearchserviceDestinationConfiguration

data AmazonopensearchserviceDestinationConfiguration Source #

Instances

Instances details
Eq AmazonopensearchserviceDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration

Read AmazonopensearchserviceDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration

Show AmazonopensearchserviceDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration

Generic AmazonopensearchserviceDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration

NFData AmazonopensearchserviceDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration

Hashable AmazonopensearchserviceDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration

ToJSON AmazonopensearchserviceDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration

type Rep AmazonopensearchserviceDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration

type Rep AmazonopensearchserviceDestinationConfiguration = D1 ('MetaData "AmazonopensearchserviceDestinationConfiguration" "Amazonka.Firehose.Types.AmazonopensearchserviceDestinationConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "AmazonopensearchserviceDestinationConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "indexRotationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceIndexRotationPeriod)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceS3BackupMode)))) :*: (S1 ('MetaSel ('Just "domainARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)) :*: S1 ('MetaSel ('Just "vpcConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfiguration))))) :*: ((S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceBufferingHints)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)))) :*: ((S1 ('MetaSel ('Just "clusterEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DestinationConfiguration))))))

newAmazonopensearchserviceDestinationConfiguration Source #

Create a value of AmazonopensearchserviceDestinationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:indexRotationPeriod:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_indexRotationPeriod - Undocumented member.

$sel:typeName:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_typeName - Undocumented member.

$sel:s3BackupMode:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_s3BackupMode - Undocumented member.

$sel:domainARN:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_domainARN - Undocumented member.

$sel:cloudWatchLoggingOptions:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_cloudWatchLoggingOptions - Undocumented member.

$sel:vpcConfiguration:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_vpcConfiguration - Undocumented member.

$sel:bufferingHints:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_bufferingHints - Undocumented member.

$sel:retryOptions:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_retryOptions - Undocumented member.

$sel:processingConfiguration:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_processingConfiguration - Undocumented member.

$sel:clusterEndpoint:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_clusterEndpoint - Undocumented member.

$sel:roleARN:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_roleARN - Undocumented member.

$sel:indexName:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_indexName - Undocumented member.

$sel:s3Configuration:AmazonopensearchserviceDestinationConfiguration', amazonopensearchserviceDestinationConfiguration_s3Configuration - Undocumented member.

AmazonopensearchserviceDestinationDescription

data AmazonopensearchserviceDestinationDescription Source #

Instances

Instances details
Eq AmazonopensearchserviceDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription

Read AmazonopensearchserviceDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription

Show AmazonopensearchserviceDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription

Generic AmazonopensearchserviceDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription

NFData AmazonopensearchserviceDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription

Hashable AmazonopensearchserviceDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription

FromJSON AmazonopensearchserviceDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription

type Rep AmazonopensearchserviceDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription

type Rep AmazonopensearchserviceDestinationDescription = D1 ('MetaData "AmazonopensearchserviceDestinationDescription" "Amazonka.Firehose.Types.AmazonopensearchserviceDestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "AmazonopensearchserviceDestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "indexRotationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceIndexRotationPeriod)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceS3BackupMode)))) :*: (S1 ('MetaSel ('Just "domainARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcConfigurationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfigurationDescription)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))))) :*: ((S1 ('MetaSel ('Just "s3DestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationDescription)) :*: (S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceBufferingHints)) :*: S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceRetryOptions)))) :*: ((S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "clusterEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newAmazonopensearchserviceDestinationDescription :: AmazonopensearchserviceDestinationDescription Source #

Create a value of AmazonopensearchserviceDestinationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:indexRotationPeriod:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_indexRotationPeriod - Undocumented member.

$sel:typeName:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_typeName - Undocumented member.

$sel:s3BackupMode:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_s3BackupMode - Undocumented member.

$sel:domainARN:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_domainARN - Undocumented member.

$sel:vpcConfigurationDescription:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_vpcConfigurationDescription - Undocumented member.

$sel:cloudWatchLoggingOptions:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_cloudWatchLoggingOptions - Undocumented member.

$sel:s3DestinationDescription:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_s3DestinationDescription - Undocumented member.

$sel:bufferingHints:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_bufferingHints - Undocumented member.

$sel:retryOptions:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_retryOptions - Undocumented member.

$sel:processingConfiguration:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_processingConfiguration - Undocumented member.

$sel:roleARN:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_roleARN - Undocumented member.

$sel:clusterEndpoint:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_clusterEndpoint - Undocumented member.

$sel:indexName:AmazonopensearchserviceDestinationDescription', amazonopensearchserviceDestinationDescription_indexName - Undocumented member.

AmazonopensearchserviceDestinationUpdate

data AmazonopensearchserviceDestinationUpdate Source #

Instances

Instances details
Eq AmazonopensearchserviceDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate

Read AmazonopensearchserviceDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate

Show AmazonopensearchserviceDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate

Generic AmazonopensearchserviceDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate

NFData AmazonopensearchserviceDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate

Hashable AmazonopensearchserviceDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate

ToJSON AmazonopensearchserviceDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate

type Rep AmazonopensearchserviceDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate

type Rep AmazonopensearchserviceDestinationUpdate = D1 ('MetaData "AmazonopensearchserviceDestinationUpdate" "Amazonka.Firehose.Types.AmazonopensearchserviceDestinationUpdate" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "AmazonopensearchserviceDestinationUpdate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "indexRotationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceIndexRotationPeriod)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)) :*: S1 ('MetaSel ('Just "s3Update") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate))))) :*: ((S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceBufferingHints)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clusterEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newAmazonopensearchserviceDestinationUpdate :: AmazonopensearchserviceDestinationUpdate Source #

Create a value of AmazonopensearchserviceDestinationUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:indexRotationPeriod:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_indexRotationPeriod - Undocumented member.

$sel:typeName:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_typeName - Undocumented member.

$sel:domainARN:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_domainARN - Undocumented member.

$sel:cloudWatchLoggingOptions:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_cloudWatchLoggingOptions - Undocumented member.

$sel:s3Update:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_s3Update - Undocumented member.

$sel:bufferingHints:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_bufferingHints - Undocumented member.

$sel:retryOptions:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_retryOptions - Undocumented member.

$sel:processingConfiguration:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_processingConfiguration - Undocumented member.

$sel:roleARN:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_roleARN - Undocumented member.

$sel:clusterEndpoint:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_clusterEndpoint - Undocumented member.

$sel:indexName:AmazonopensearchserviceDestinationUpdate', amazonopensearchserviceDestinationUpdate_indexName - Undocumented member.

AmazonopensearchserviceRetryOptions

data AmazonopensearchserviceRetryOptions Source #

Instances

Instances details
Eq AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

Read AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

Show AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

Generic AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

NFData AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

Hashable AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

ToJSON AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

FromJSON AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

type Rep AmazonopensearchserviceRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions

type Rep AmazonopensearchserviceRetryOptions = D1 ('MetaData "AmazonopensearchserviceRetryOptions" "Amazonka.Firehose.Types.AmazonopensearchserviceRetryOptions" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "AmazonopensearchserviceRetryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newAmazonopensearchserviceRetryOptions :: AmazonopensearchserviceRetryOptions Source #

Create a value of AmazonopensearchserviceRetryOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:durationInSeconds:AmazonopensearchserviceRetryOptions', amazonopensearchserviceRetryOptions_durationInSeconds - Undocumented member.

BufferingHints

data BufferingHints Source #

Describes hints for the buffering to perform before delivering data to the destination. These options are treated as hints, and therefore Kinesis Data Firehose might choose to use different values when it is optimal. The SizeInMBs and IntervalInSeconds parameters are optional. However, if specify a value for one of them, you must also provide a value for the other.

See: newBufferingHints smart constructor.

Instances

Instances details
Eq BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

Read BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

Show BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

Generic BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

Associated Types

type Rep BufferingHints :: Type -> Type #

NFData BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

Methods

rnf :: BufferingHints -> () #

Hashable BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

ToJSON BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

FromJSON BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

type Rep BufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.BufferingHints

type Rep BufferingHints = D1 ('MetaData "BufferingHints" "Amazonka.Firehose.Types.BufferingHints" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "BufferingHints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sizeInMBs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "intervalInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newBufferingHints :: BufferingHints Source #

Create a value of BufferingHints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sizeInMBs:BufferingHints', bufferingHints_sizeInMBs - Buffer incoming data to the specified size, in MiBs, before delivering it to the destination. The default value is 5. This parameter is optional but if you specify a value for it, you must also specify a value for IntervalInSeconds, and vice versa.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MiB/sec, the value should be 10 MiB or higher.

$sel:intervalInSeconds:BufferingHints', bufferingHints_intervalInSeconds - Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300. This parameter is optional but if you specify a value for it, you must also specify a value for SizeInMBs, and vice versa.

CloudWatchLoggingOptions

data CloudWatchLoggingOptions Source #

Describes the Amazon CloudWatch logging options for your delivery stream.

See: newCloudWatchLoggingOptions smart constructor.

Instances

Instances details
Eq CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

Read CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

Show CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

Generic CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

Associated Types

type Rep CloudWatchLoggingOptions :: Type -> Type #

NFData CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

Hashable CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

ToJSON CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

FromJSON CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

type Rep CloudWatchLoggingOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.CloudWatchLoggingOptions

type Rep CloudWatchLoggingOptions = D1 ('MetaData "CloudWatchLoggingOptions" "Amazonka.Firehose.Types.CloudWatchLoggingOptions" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "CloudWatchLoggingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCloudWatchLoggingOptions :: CloudWatchLoggingOptions Source #

Create a value of CloudWatchLoggingOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:CloudWatchLoggingOptions', cloudWatchLoggingOptions_enabled - Enables or disables CloudWatch logging.

$sel:logGroupName:CloudWatchLoggingOptions', cloudWatchLoggingOptions_logGroupName - The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.

$sel:logStreamName:CloudWatchLoggingOptions', cloudWatchLoggingOptions_logStreamName - The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.

CopyCommand

data CopyCommand Source #

Describes a COPY command for Amazon Redshift.

See: newCopyCommand smart constructor.

Constructors

CopyCommand' (Maybe Text) (Maybe Text) Text 

Instances

Instances details
Eq CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

Read CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

Show CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

Generic CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

Associated Types

type Rep CopyCommand :: Type -> Type #

NFData CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

Methods

rnf :: CopyCommand -> () #

Hashable CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

ToJSON CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

FromJSON CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

type Rep CopyCommand Source # 
Instance details

Defined in Amazonka.Firehose.Types.CopyCommand

type Rep CopyCommand = D1 ('MetaData "CopyCommand" "Amazonka.Firehose.Types.CopyCommand" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "CopyCommand'" 'PrefixI 'True) (S1 ('MetaSel ('Just "copyOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataTableColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCopyCommand Source #

Create a value of CopyCommand with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyOptions:CopyCommand', copyCommand_copyOptions - Optional parameters to use with the Amazon Redshift COPY command. For more information, see the "Optional Parameters" section of Amazon Redshift COPY command. Some possible examples that would apply to Kinesis Data Firehose are as follows:

delimiter '\t' lzop; - fields are delimited with "\t" (TAB character) and compressed using lzop.

delimiter '|' - fields are delimited with "|" (this is the default delimiter).

delimiter '|' escape - the delimiter should be escaped.

fixedwidth 'venueid:3,venuename:25,venuecity:12,venuestate:2,venueseats:6' - fields are fixed width in the source, with each width specified after every column in the table.

JSON 's3://mybucket/jsonpaths.txt' - data is in JSON format, and the path specified is the format of the data.

For more examples, see Amazon Redshift COPY command examples.

$sel:dataTableColumns:CopyCommand', copyCommand_dataTableColumns - A comma-separated list of column names.

$sel:dataTableName:CopyCommand', copyCommand_dataTableName - The name of the target table. The table must already exist in the database.

DataFormatConversionConfiguration

data DataFormatConversionConfiguration Source #

Specifies that you want Kinesis Data Firehose to convert data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. Kinesis Data Firehose uses the serializer and deserializer that you specify, in addition to the column information from the AWS Glue table, to deserialize your input data from JSON and then serialize it to the Parquet or ORC format. For more information, see Kinesis Data Firehose Record Format Conversion.

See: newDataFormatConversionConfiguration smart constructor.

Instances

Instances details
Eq DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

Read DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

Show DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

Generic DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

Associated Types

type Rep DataFormatConversionConfiguration :: Type -> Type #

NFData DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

Hashable DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

ToJSON DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

FromJSON DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

type Rep DataFormatConversionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DataFormatConversionConfiguration

type Rep DataFormatConversionConfiguration = D1 ('MetaData "DataFormatConversionConfiguration" "Amazonka.Firehose.Types.DataFormatConversionConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DataFormatConversionConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "outputFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputFormatConfiguration)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "schemaConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SchemaConfiguration)) :*: S1 ('MetaSel ('Just "inputFormatConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputFormatConfiguration)))))

newDataFormatConversionConfiguration :: DataFormatConversionConfiguration Source #

Create a value of DataFormatConversionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:outputFormatConfiguration:DataFormatConversionConfiguration', dataFormatConversionConfiguration_outputFormatConfiguration - Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.

$sel:enabled:DataFormatConversionConfiguration', dataFormatConversionConfiguration_enabled - Defaults to true. Set it to false if you want to disable format conversion while preserving the configuration details.

$sel:schemaConfiguration:DataFormatConversionConfiguration', dataFormatConversionConfiguration_schemaConfiguration - Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.

$sel:inputFormatConfiguration:DataFormatConversionConfiguration', dataFormatConversionConfiguration_inputFormatConfiguration - Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.

DeliveryStreamDescription

data DeliveryStreamDescription Source #

Contains information about a delivery stream.

See: newDeliveryStreamDescription smart constructor.

Instances

Instances details
Eq DeliveryStreamDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamDescription

Show DeliveryStreamDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamDescription

Generic DeliveryStreamDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamDescription

Associated Types

type Rep DeliveryStreamDescription :: Type -> Type #

NFData DeliveryStreamDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamDescription

Hashable DeliveryStreamDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamDescription

FromJSON DeliveryStreamDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamDescription

type Rep DeliveryStreamDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamDescription

type Rep DeliveryStreamDescription = D1 ('MetaData "DeliveryStreamDescription" "Amazonka.Firehose.Types.DeliveryStreamDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DeliveryStreamDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureDescription)) :*: (S1 ('MetaSel ('Just "deliveryStreamEncryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStreamEncryptionConfiguration)) :*: S1 ('MetaSel ('Just "createTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceDescription)) :*: (S1 ('MetaSel ('Just "lastUpdateTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deliveryStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "deliveryStreamARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "deliveryStreamStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryStreamStatus) :*: S1 ('MetaSel ('Just "deliveryStreamType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryStreamType))) :*: (S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "destinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DestinationDescription]) :*: S1 ('MetaSel ('Just "hasMoreDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))))

newDeliveryStreamDescription Source #

Create a value of DeliveryStreamDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureDescription:DeliveryStreamDescription', deliveryStreamDescription_failureDescription - Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.

$sel:deliveryStreamEncryptionConfiguration:DeliveryStreamDescription', deliveryStreamDescription_deliveryStreamEncryptionConfiguration - Indicates the server-side encryption (SSE) status for the delivery stream.

$sel:createTimestamp:DeliveryStreamDescription', deliveryStreamDescription_createTimestamp - The date and time that the delivery stream was created.

$sel:source:DeliveryStreamDescription', deliveryStreamDescription_source - If the DeliveryStreamType parameter is KinesisStreamAsSource, a SourceDescription object describing the source Kinesis data stream.

$sel:lastUpdateTimestamp:DeliveryStreamDescription', deliveryStreamDescription_lastUpdateTimestamp - The date and time that the delivery stream was last updated.

$sel:deliveryStreamName:DeliveryStreamDescription', deliveryStreamDescription_deliveryStreamName - The name of the delivery stream.

$sel:deliveryStreamARN:DeliveryStreamDescription', deliveryStreamDescription_deliveryStreamARN - The Amazon Resource Name (ARN) of the delivery stream. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:deliveryStreamStatus:DeliveryStreamDescription', deliveryStreamDescription_deliveryStreamStatus - The status of the delivery stream. If the status of a delivery stream is CREATING_FAILED, this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can invoke the DeleteDeliveryStream operation to delete it.

$sel:deliveryStreamType:DeliveryStreamDescription', deliveryStreamDescription_deliveryStreamType - The delivery stream type. This can be one of the following values:

  • DirectPut: Provider applications access the delivery stream directly.
  • KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.

$sel:versionId:DeliveryStreamDescription', deliveryStreamDescription_versionId - Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream.

$sel:destinations:DeliveryStreamDescription', deliveryStreamDescription_destinations - The destinations.

$sel:hasMoreDestinations:DeliveryStreamDescription', deliveryStreamDescription_hasMoreDestinations - Indicates whether there are more destinations available to list.

DeliveryStreamEncryptionConfiguration

data DeliveryStreamEncryptionConfiguration Source #

Contains information about the server-side encryption (SSE) status for the delivery stream, the type customer master key (CMK) in use, if any, and the ARN of the CMK. You can get DeliveryStreamEncryptionConfiguration by invoking the DescribeDeliveryStream operation.

See: newDeliveryStreamEncryptionConfiguration smart constructor.

Instances

Instances details
Eq DeliveryStreamEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration

Read DeliveryStreamEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration

Show DeliveryStreamEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration

Generic DeliveryStreamEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration

NFData DeliveryStreamEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration

Hashable DeliveryStreamEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration

FromJSON DeliveryStreamEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration

type Rep DeliveryStreamEncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration

type Rep DeliveryStreamEncryptionConfiguration = D1 ('MetaData "DeliveryStreamEncryptionConfiguration" "Amazonka.Firehose.Types.DeliveryStreamEncryptionConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DeliveryStreamEncryptionConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryStreamEncryptionStatus)) :*: S1 ('MetaSel ('Just "keyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KeyType))) :*: (S1 ('MetaSel ('Just "keyARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureDescription)))))

newDeliveryStreamEncryptionConfiguration :: DeliveryStreamEncryptionConfiguration Source #

Create a value of DeliveryStreamEncryptionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:DeliveryStreamEncryptionConfiguration', deliveryStreamEncryptionConfiguration_status - This is the server-side encryption (SSE) status for the delivery stream. For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption. If this status is ENABLING_FAILED or DISABLING_FAILED, it is the status of the most recent attempt to enable or disable SSE, respectively.

$sel:keyType:DeliveryStreamEncryptionConfiguration', deliveryStreamEncryptionConfiguration_keyType - Indicates the type of customer master key (CMK) that is used for encryption. The default setting is AWS_OWNED_CMK. For more information about CMKs, see Customer Master Keys (CMKs).

$sel:keyARN:DeliveryStreamEncryptionConfiguration', deliveryStreamEncryptionConfiguration_keyARN - If KeyType is CUSTOMER_MANAGED_CMK, this field contains the ARN of the customer managed CMK. If KeyType is AWS_OWNED_CMK, DeliveryStreamEncryptionConfiguration doesn't contain a value for KeyARN.

$sel:failureDescription:DeliveryStreamEncryptionConfiguration', deliveryStreamEncryptionConfiguration_failureDescription - Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.

DeliveryStreamEncryptionConfigurationInput

data DeliveryStreamEncryptionConfigurationInput Source #

Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).

See: newDeliveryStreamEncryptionConfigurationInput smart constructor.

Instances

Instances details
Eq DeliveryStreamEncryptionConfigurationInput Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput

Read DeliveryStreamEncryptionConfigurationInput Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput

Show DeliveryStreamEncryptionConfigurationInput Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput

Generic DeliveryStreamEncryptionConfigurationInput Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput

NFData DeliveryStreamEncryptionConfigurationInput Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput

Hashable DeliveryStreamEncryptionConfigurationInput Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput

ToJSON DeliveryStreamEncryptionConfigurationInput Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput

type Rep DeliveryStreamEncryptionConfigurationInput Source # 
Instance details

Defined in Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput

type Rep DeliveryStreamEncryptionConfigurationInput = D1 ('MetaData "DeliveryStreamEncryptionConfigurationInput" "Amazonka.Firehose.Types.DeliveryStreamEncryptionConfigurationInput" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DeliveryStreamEncryptionConfigurationInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 KeyType)))

newDeliveryStreamEncryptionConfigurationInput Source #

Create a value of DeliveryStreamEncryptionConfigurationInput with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:keyARN:DeliveryStreamEncryptionConfigurationInput', deliveryStreamEncryptionConfigurationInput_keyARN - If you set KeyType to CUSTOMER_MANAGED_CMK, you must specify the Amazon Resource Name (ARN) of the CMK. If you set KeyType to AWS_OWNED_CMK, Kinesis Data Firehose uses a service-account CMK.

$sel:keyType:DeliveryStreamEncryptionConfigurationInput', deliveryStreamEncryptionConfigurationInput_keyType - Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK. For more information about CMKs, see Customer Master Keys (CMKs). When you invoke CreateDeliveryStream or StartDeliveryStreamEncryption with KeyType set to CUSTOMER_MANAGED_CMK, Kinesis Data Firehose invokes the Amazon KMS operation CreateGrant to create a grant that allows the Kinesis Data Firehose service to use the customer managed CMK to perform encryption and decryption. Kinesis Data Firehose manages that grant.

When you invoke StartDeliveryStreamEncryption to change the CMK for a delivery stream that is encrypted with a customer managed CMK, Kinesis Data Firehose schedules the grant it had on the old CMK for retirement.

You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams. If a CreateDeliveryStream or StartDeliveryStreamEncryption operation exceeds this limit, Kinesis Data Firehose throws a LimitExceededException.

To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.

Deserializer

data Deserializer Source #

The deserializer you want Kinesis Data Firehose to use for converting the input data from JSON. Kinesis Data Firehose then serializes the data to its final format using the Serializer. Kinesis Data Firehose supports two types of deserializers: the Apache Hive JSON SerDe and the OpenX JSON SerDe.

See: newDeserializer smart constructor.

Instances

Instances details
Eq Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

Read Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

Show Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

Generic Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

Associated Types

type Rep Deserializer :: Type -> Type #

NFData Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

Methods

rnf :: Deserializer -> () #

Hashable Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

ToJSON Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

FromJSON Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

type Rep Deserializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Deserializer

type Rep Deserializer = D1 ('MetaData "Deserializer" "Amazonka.Firehose.Types.Deserializer" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "Deserializer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "openXJsonSerDe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenXJsonSerDe)) :*: S1 ('MetaSel ('Just "hiveJsonSerDe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HiveJsonSerDe))))

newDeserializer :: Deserializer Source #

Create a value of Deserializer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:openXJsonSerDe:Deserializer', deserializer_openXJsonSerDe - The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.

$sel:hiveJsonSerDe:Deserializer', deserializer_hiveJsonSerDe - The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.

DestinationDescription

data DestinationDescription Source #

Describes the destination for a delivery stream.

See: newDestinationDescription smart constructor.

Instances

Instances details
Eq DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DestinationDescription

Show DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DestinationDescription

Generic DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DestinationDescription

Associated Types

type Rep DestinationDescription :: Type -> Type #

NFData DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DestinationDescription

Methods

rnf :: DestinationDescription -> () #

Hashable DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DestinationDescription

FromJSON DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DestinationDescription

type Rep DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.DestinationDescription

type Rep DestinationDescription = D1 ('MetaData "DestinationDescription" "Amazonka.Firehose.Types.DestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "splunkDestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkDestinationDescription)) :*: S1 ('MetaSel ('Just "amazonopensearchserviceDestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AmazonopensearchserviceDestinationDescription))) :*: (S1 ('MetaSel ('Just "httpEndpointDestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointDestinationDescription)) :*: S1 ('MetaSel ('Just "s3DestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationDescription)))) :*: ((S1 ('MetaSel ('Just "extendedS3DestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExtendedS3DestinationDescription)) :*: S1 ('MetaSel ('Just "elasticsearchDestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchDestinationDescription))) :*: (S1 ('MetaSel ('Just "redshiftDestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDestinationDescription)) :*: S1 ('MetaSel ('Just "destinationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDestinationDescription Source #

DynamicPartitioningConfiguration

data DynamicPartitioningConfiguration Source #

The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations. For more information, see https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html

See: newDynamicPartitioningConfiguration smart constructor.

Instances

Instances details
Eq DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

Read DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

Show DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

Generic DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

Associated Types

type Rep DynamicPartitioningConfiguration :: Type -> Type #

NFData DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

Hashable DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

ToJSON DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

FromJSON DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

type Rep DynamicPartitioningConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.DynamicPartitioningConfiguration

type Rep DynamicPartitioningConfiguration = D1 ('MetaData "DynamicPartitioningConfiguration" "Amazonka.Firehose.Types.DynamicPartitioningConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "DynamicPartitioningConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryOptions))))

newDynamicPartitioningConfiguration :: DynamicPartitioningConfiguration Source #

Create a value of DynamicPartitioningConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:DynamicPartitioningConfiguration', dynamicPartitioningConfiguration_enabled - Specifies that the dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.

$sel:retryOptions:DynamicPartitioningConfiguration', dynamicPartitioningConfiguration_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.

ElasticsearchBufferingHints

data ElasticsearchBufferingHints Source #

Describes the buffering to perform before delivering data to the Amazon ES destination.

See: newElasticsearchBufferingHints smart constructor.

Instances

Instances details
Eq ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

Read ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

Show ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

Generic ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

Associated Types

type Rep ElasticsearchBufferingHints :: Type -> Type #

NFData ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

Hashable ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

ToJSON ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

FromJSON ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

type Rep ElasticsearchBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchBufferingHints

type Rep ElasticsearchBufferingHints = D1 ('MetaData "ElasticsearchBufferingHints" "Amazonka.Firehose.Types.ElasticsearchBufferingHints" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ElasticsearchBufferingHints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sizeInMBs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "intervalInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newElasticsearchBufferingHints :: ElasticsearchBufferingHints Source #

Create a value of ElasticsearchBufferingHints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sizeInMBs:ElasticsearchBufferingHints', elasticsearchBufferingHints_sizeInMBs - Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

$sel:intervalInSeconds:ElasticsearchBufferingHints', elasticsearchBufferingHints_intervalInSeconds - Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).

ElasticsearchDestinationConfiguration

data ElasticsearchDestinationConfiguration Source #

Describes the configuration of a destination in Amazon ES.

See: newElasticsearchDestinationConfiguration smart constructor.

Instances

Instances details
Eq ElasticsearchDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration

Read ElasticsearchDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration

Show ElasticsearchDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration

Generic ElasticsearchDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration

NFData ElasticsearchDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration

Hashable ElasticsearchDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration

ToJSON ElasticsearchDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration

type Rep ElasticsearchDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration

type Rep ElasticsearchDestinationConfiguration = D1 ('MetaData "ElasticsearchDestinationConfiguration" "Amazonka.Firehose.Types.ElasticsearchDestinationConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ElasticsearchDestinationConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "indexRotationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchIndexRotationPeriod)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchS3BackupMode)))) :*: (S1 ('MetaSel ('Just "domainARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)) :*: S1 ('MetaSel ('Just "vpcConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfiguration))))) :*: ((S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchBufferingHints)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)))) :*: ((S1 ('MetaSel ('Just "clusterEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DestinationConfiguration))))))

newElasticsearchDestinationConfiguration Source #

Create a value of ElasticsearchDestinationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:indexRotationPeriod:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_indexRotationPeriod - The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data. For more information, see Index Rotation for the Amazon ES Destination. The default value is OneDay.

$sel:typeName:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_typeName - The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Kinesis Data Firehose returns an error during run time.

For Elasticsearch 7.x, don't specify a TypeName.

$sel:s3BackupMode:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_s3BackupMode - Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Kinesis Data Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with elasticsearch-failed/ appended to the key prefix. When set to AllDocuments, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents with elasticsearch-failed/ appended to the prefix. For more information, see Amazon S3 Backup for the Amazon ES Destination. Default value is FailedDocumentsOnly.

You can't change this backup mode after you create the delivery stream.

$sel:domainARN:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_domainARN - The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeElasticsearchDomain, DescribeElasticsearchDomains, and DescribeElasticsearchDomainConfig after assuming the role specified in RoleARN. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Specify either ClusterEndpoint or DomainARN.

$sel:cloudWatchLoggingOptions:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:vpcConfiguration:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_vpcConfiguration - The details of the VPC of the Amazon ES destination.

$sel:bufferingHints:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_bufferingHints - The buffering options. If no value is specified, the default values for ElasticsearchBufferingHints are used.

$sel:retryOptions:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES. The default value is 300 (5 minutes).

$sel:processingConfiguration:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_processingConfiguration - The data processing configuration.

$sel:clusterEndpoint:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_clusterEndpoint - The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.

$sel:roleARN:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_roleARN - The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination and Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:indexName:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_indexName - The Elasticsearch index name.

$sel:s3Configuration:ElasticsearchDestinationConfiguration', elasticsearchDestinationConfiguration_s3Configuration - The configuration for the backup Amazon S3 location.

ElasticsearchDestinationDescription

data ElasticsearchDestinationDescription Source #

The destination description in Amazon ES.

See: newElasticsearchDestinationDescription smart constructor.

Instances

Instances details
Eq ElasticsearchDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationDescription

Read ElasticsearchDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationDescription

Show ElasticsearchDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationDescription

Generic ElasticsearchDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationDescription

NFData ElasticsearchDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationDescription

Hashable ElasticsearchDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationDescription

FromJSON ElasticsearchDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationDescription

type Rep ElasticsearchDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationDescription

type Rep ElasticsearchDestinationDescription = D1 ('MetaData "ElasticsearchDestinationDescription" "Amazonka.Firehose.Types.ElasticsearchDestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ElasticsearchDestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "indexRotationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchIndexRotationPeriod)) :*: (S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchS3BackupMode)))) :*: (S1 ('MetaSel ('Just "domainARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcConfigurationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfigurationDescription)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))))) :*: ((S1 ('MetaSel ('Just "s3DestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationDescription)) :*: (S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchBufferingHints)) :*: S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchRetryOptions)))) :*: ((S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "clusterEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newElasticsearchDestinationDescription :: ElasticsearchDestinationDescription Source #

Create a value of ElasticsearchDestinationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:indexRotationPeriod:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_indexRotationPeriod - The Elasticsearch index rotation period

$sel:typeName:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_typeName - The Elasticsearch type name. This applies to Elasticsearch 6.x and lower versions. For Elasticsearch 7.x, there's no value for TypeName.

$sel:s3BackupMode:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_s3BackupMode - The Amazon S3 backup mode.

$sel:domainARN:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_domainARN - The ARN of the Amazon ES domain. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Kinesis Data Firehose uses either ClusterEndpoint or DomainARN to send data to Amazon ES.

$sel:vpcConfigurationDescription:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_vpcConfigurationDescription - The details of the VPC of the Amazon ES destination.

$sel:cloudWatchLoggingOptions:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_cloudWatchLoggingOptions - The Amazon CloudWatch logging options.

$sel:s3DestinationDescription:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_s3DestinationDescription - The Amazon S3 destination.

$sel:bufferingHints:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_bufferingHints - The buffering options.

$sel:retryOptions:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_retryOptions - The Amazon ES retry options.

$sel:processingConfiguration:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_processingConfiguration - The data processing configuration.

$sel:roleARN:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:clusterEndpoint:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_clusterEndpoint - The endpoint to use when communicating with the cluster. Kinesis Data Firehose uses either this ClusterEndpoint or the DomainARN field to send data to Amazon ES.

$sel:indexName:ElasticsearchDestinationDescription', elasticsearchDestinationDescription_indexName - The Elasticsearch index name.

ElasticsearchDestinationUpdate

data ElasticsearchDestinationUpdate Source #

Describes an update for a destination in Amazon ES.

See: newElasticsearchDestinationUpdate smart constructor.

Instances

Instances details
Eq ElasticsearchDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationUpdate

Read ElasticsearchDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationUpdate

Show ElasticsearchDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationUpdate

Generic ElasticsearchDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationUpdate

Associated Types

type Rep ElasticsearchDestinationUpdate :: Type -> Type #

NFData ElasticsearchDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationUpdate

Hashable ElasticsearchDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationUpdate

ToJSON ElasticsearchDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationUpdate

type Rep ElasticsearchDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchDestinationUpdate

type Rep ElasticsearchDestinationUpdate = D1 ('MetaData "ElasticsearchDestinationUpdate" "Amazonka.Firehose.Types.ElasticsearchDestinationUpdate" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ElasticsearchDestinationUpdate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "indexRotationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchIndexRotationPeriod)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)) :*: S1 ('MetaSel ('Just "s3Update") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate))))) :*: ((S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchBufferingHints)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clusterEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newElasticsearchDestinationUpdate :: ElasticsearchDestinationUpdate Source #

Create a value of ElasticsearchDestinationUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:indexRotationPeriod:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_indexRotationPeriod - The Elasticsearch index rotation period. Index rotation appends a timestamp to IndexName to facilitate the expiration of old data. For more information, see Index Rotation for the Amazon ES Destination. Default value is OneDay.

$sel:typeName:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_typeName - The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Kinesis Data Firehose returns an error during runtime.

If you upgrade Elasticsearch from 6.x to 7.x and don’t update your delivery stream, Kinesis Data Firehose still delivers data to Elasticsearch with the old index name and type name. If you want to update your delivery stream with a new index name, provide an empty string for TypeName.

$sel:domainARN:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_domainARN - The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeElasticsearchDomain, DescribeElasticsearchDomains, and DescribeElasticsearchDomainConfig after assuming the IAM role specified in RoleARN. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Specify either ClusterEndpoint or DomainARN.

$sel:cloudWatchLoggingOptions:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_cloudWatchLoggingOptions - The CloudWatch logging options for your delivery stream.

$sel:s3Update:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_s3Update - The Amazon S3 destination.

$sel:bufferingHints:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_bufferingHints - The buffering options. If no value is specified, ElasticsearchBufferingHints object default values are used.

$sel:retryOptions:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES. The default value is 300 (5 minutes).

$sel:processingConfiguration:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_processingConfiguration - The data processing configuration.

$sel:roleARN:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_roleARN - The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Grant Kinesis Data Firehose Access to an Amazon S3 Destination and Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:clusterEndpoint:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_clusterEndpoint - The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.

$sel:indexName:ElasticsearchDestinationUpdate', elasticsearchDestinationUpdate_indexName - The Elasticsearch index name.

ElasticsearchRetryOptions

data ElasticsearchRetryOptions Source #

Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES.

See: newElasticsearchRetryOptions smart constructor.

Instances

Instances details
Eq ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

Read ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

Show ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

Generic ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

Associated Types

type Rep ElasticsearchRetryOptions :: Type -> Type #

NFData ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

Hashable ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

ToJSON ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

FromJSON ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

type Rep ElasticsearchRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.ElasticsearchRetryOptions

type Rep ElasticsearchRetryOptions = D1 ('MetaData "ElasticsearchRetryOptions" "Amazonka.Firehose.Types.ElasticsearchRetryOptions" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ElasticsearchRetryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newElasticsearchRetryOptions :: ElasticsearchRetryOptions Source #

Create a value of ElasticsearchRetryOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:durationInSeconds:ElasticsearchRetryOptions', elasticsearchRetryOptions_durationInSeconds - After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.

EncryptionConfiguration

data EncryptionConfiguration Source #

Describes the encryption for a destination in Amazon S3.

See: newEncryptionConfiguration smart constructor.

Instances

Instances details
Eq EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

Read EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

Show EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

Generic EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

Associated Types

type Rep EncryptionConfiguration :: Type -> Type #

NFData EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

Methods

rnf :: EncryptionConfiguration -> () #

Hashable EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

ToJSON EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

FromJSON EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

type Rep EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.EncryptionConfiguration

type Rep EncryptionConfiguration = D1 ('MetaData "EncryptionConfiguration" "Amazonka.Firehose.Types.EncryptionConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "EncryptionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "noEncryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NoEncryptionConfig)) :*: S1 ('MetaSel ('Just "kmsEncryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KMSEncryptionConfig))))

newEncryptionConfiguration :: EncryptionConfiguration Source #

Create a value of EncryptionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:noEncryptionConfig:EncryptionConfiguration', encryptionConfiguration_noEncryptionConfig - Specifically override existing encryption information to ensure that no encryption is used.

$sel:kmsEncryptionConfig:EncryptionConfiguration', encryptionConfiguration_kmsEncryptionConfig - The encryption key.

ExtendedS3DestinationConfiguration

data ExtendedS3DestinationConfiguration Source #

Describes the configuration of a destination in Amazon S3.

See: newExtendedS3DestinationConfiguration smart constructor.

Instances

Instances details
Eq ExtendedS3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration

Read ExtendedS3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration

Show ExtendedS3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration

Generic ExtendedS3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration

Associated Types

type Rep ExtendedS3DestinationConfiguration :: Type -> Type #

NFData ExtendedS3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration

Hashable ExtendedS3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration

ToJSON ExtendedS3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration

type Rep ExtendedS3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration

type Rep ExtendedS3DestinationConfiguration = D1 ('MetaData "ExtendedS3DestinationConfiguration" "Amazonka.Firehose.Types.ExtendedS3DestinationConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ExtendedS3DestinationConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3BackupMode)) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)))) :*: (S1 ('MetaSel ('Just "s3BackupConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationConfiguration)) :*: (S1 ('MetaSel ('Just "errorOutputPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfiguration))))) :*: ((S1 ('MetaSel ('Just "dynamicPartitioningConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicPartitioningConfiguration)) :*: (S1 ('MetaSel ('Just "compressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionFormat)) :*: S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BufferingHints)))) :*: ((S1 ('MetaSel ('Just "dataFormatConversionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataFormatConversionConfiguration)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bucketARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newExtendedS3DestinationConfiguration Source #

Create a value of ExtendedS3DestinationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_s3BackupMode - The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.

$sel:prefix:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_prefix - The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.

$sel:cloudWatchLoggingOptions:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:s3BackupConfiguration:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_s3BackupConfiguration - The configuration for backup in Amazon S3.

$sel:errorOutputPrefix:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_errorOutputPrefix - A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.

$sel:encryptionConfiguration:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_encryptionConfiguration - The encryption configuration. If no value is specified, the default is no encryption.

$sel:dynamicPartitioningConfiguration:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_dynamicPartitioningConfiguration - The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations. For more information, see https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html

$sel:compressionFormat:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_compressionFormat - The compression format. If no value is specified, the default is UNCOMPRESSED.

$sel:bufferingHints:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_bufferingHints - The buffering option.

$sel:dataFormatConversionConfiguration:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_dataFormatConversionConfiguration - The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.

$sel:processingConfiguration:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_processingConfiguration - The data processing configuration.

$sel:roleARN:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:bucketARN:ExtendedS3DestinationConfiguration', extendedS3DestinationConfiguration_bucketARN - The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

ExtendedS3DestinationDescription

data ExtendedS3DestinationDescription Source #

Describes a destination in Amazon S3.

See: newExtendedS3DestinationDescription smart constructor.

Instances

Instances details
Eq ExtendedS3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationDescription

Read ExtendedS3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationDescription

Show ExtendedS3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationDescription

Generic ExtendedS3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationDescription

Associated Types

type Rep ExtendedS3DestinationDescription :: Type -> Type #

NFData ExtendedS3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationDescription

Hashable ExtendedS3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationDescription

FromJSON ExtendedS3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationDescription

type Rep ExtendedS3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationDescription

type Rep ExtendedS3DestinationDescription = D1 ('MetaData "ExtendedS3DestinationDescription" "Amazonka.Firehose.Types.ExtendedS3DestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ExtendedS3DestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3BackupMode)) :*: (S1 ('MetaSel ('Just "s3BackupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationDescription)) :*: S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)) :*: (S1 ('MetaSel ('Just "errorOutputPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dynamicPartitioningConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicPartitioningConfiguration))))) :*: ((S1 ('MetaSel ('Just "dataFormatConversionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataFormatConversionConfiguration)) :*: (S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "bucketARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BufferingHints)) :*: (S1 ('MetaSel ('Just "compressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CompressionFormat) :*: S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionConfiguration))))))

newExtendedS3DestinationDescription Source #

Create a value of ExtendedS3DestinationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:ExtendedS3DestinationDescription', extendedS3DestinationDescription_s3BackupMode - The Amazon S3 backup mode.

$sel:s3BackupDescription:ExtendedS3DestinationDescription', extendedS3DestinationDescription_s3BackupDescription - The configuration for backup in Amazon S3.

$sel:prefix:ExtendedS3DestinationDescription', extendedS3DestinationDescription_prefix - The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.

$sel:cloudWatchLoggingOptions:ExtendedS3DestinationDescription', extendedS3DestinationDescription_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:errorOutputPrefix:ExtendedS3DestinationDescription', extendedS3DestinationDescription_errorOutputPrefix - A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.

$sel:dynamicPartitioningConfiguration:ExtendedS3DestinationDescription', extendedS3DestinationDescription_dynamicPartitioningConfiguration - The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations. For more information, see https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html

$sel:dataFormatConversionConfiguration:ExtendedS3DestinationDescription', extendedS3DestinationDescription_dataFormatConversionConfiguration - The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.

$sel:processingConfiguration:ExtendedS3DestinationDescription', extendedS3DestinationDescription_processingConfiguration - The data processing configuration.

$sel:roleARN:ExtendedS3DestinationDescription', extendedS3DestinationDescription_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:bucketARN:ExtendedS3DestinationDescription', extendedS3DestinationDescription_bucketARN - The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:bufferingHints:ExtendedS3DestinationDescription', extendedS3DestinationDescription_bufferingHints - The buffering option.

$sel:compressionFormat:ExtendedS3DestinationDescription', extendedS3DestinationDescription_compressionFormat - The compression format. If no value is specified, the default is UNCOMPRESSED.

$sel:encryptionConfiguration:ExtendedS3DestinationDescription', extendedS3DestinationDescription_encryptionConfiguration - The encryption configuration. If no value is specified, the default is no encryption.

ExtendedS3DestinationUpdate

data ExtendedS3DestinationUpdate Source #

Describes an update for a destination in Amazon S3.

See: newExtendedS3DestinationUpdate smart constructor.

Instances

Instances details
Eq ExtendedS3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationUpdate

Read ExtendedS3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationUpdate

Show ExtendedS3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationUpdate

Generic ExtendedS3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationUpdate

Associated Types

type Rep ExtendedS3DestinationUpdate :: Type -> Type #

NFData ExtendedS3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationUpdate

Hashable ExtendedS3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationUpdate

ToJSON ExtendedS3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationUpdate

type Rep ExtendedS3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.ExtendedS3DestinationUpdate

type Rep ExtendedS3DestinationUpdate = D1 ('MetaData "ExtendedS3DestinationUpdate" "Amazonka.Firehose.Types.ExtendedS3DestinationUpdate" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ExtendedS3DestinationUpdate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3BackupMode)) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)))) :*: (S1 ('MetaSel ('Just "errorOutputPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3BackupUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate)) :*: S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfiguration))))) :*: ((S1 ('MetaSel ('Just "dynamicPartitioningConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicPartitioningConfiguration)) :*: (S1 ('MetaSel ('Just "compressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionFormat)) :*: S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BufferingHints)))) :*: ((S1 ('MetaSel ('Just "dataFormatConversionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataFormatConversionConfiguration)) :*: S1 ('MetaSel ('Just "bucketARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newExtendedS3DestinationUpdate :: ExtendedS3DestinationUpdate Source #

Create a value of ExtendedS3DestinationUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_s3BackupMode - You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.

$sel:prefix:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_prefix - The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.

$sel:cloudWatchLoggingOptions:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:errorOutputPrefix:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_errorOutputPrefix - A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.

$sel:s3BackupUpdate:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_s3BackupUpdate - The Amazon S3 destination for backup.

$sel:encryptionConfiguration:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_encryptionConfiguration - The encryption configuration. If no value is specified, the default is no encryption.

$sel:dynamicPartitioningConfiguration:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_dynamicPartitioningConfiguration - The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations. For more information, see https://docs.aws.amazon.com/firehose/latest/dev/dynamic-partitioning.html

$sel:compressionFormat:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_compressionFormat - The compression format. If no value is specified, the default is UNCOMPRESSED.

$sel:bufferingHints:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_bufferingHints - The buffering option.

$sel:dataFormatConversionConfiguration:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_dataFormatConversionConfiguration - The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.

$sel:bucketARN:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_bucketARN - The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:processingConfiguration:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_processingConfiguration - The data processing configuration.

$sel:roleARN:ExtendedS3DestinationUpdate', extendedS3DestinationUpdate_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

FailureDescription

data FailureDescription Source #

Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.

See: newFailureDescription smart constructor.

Instances

Instances details
Eq FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Read FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Show FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Generic FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Associated Types

type Rep FailureDescription :: Type -> Type #

NFData FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Methods

rnf :: FailureDescription -> () #

Hashable FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

FromJSON FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

type Rep FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

type Rep FailureDescription = D1 ('MetaData "FailureDescription" "Amazonka.Firehose.Types.FailureDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "FailureDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryStreamFailureType) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFailureDescription Source #

Create a value of FailureDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':FailureDescription', failureDescription_type - The type of error that caused the failure.

$sel:details:FailureDescription', failureDescription_details - A message providing details about the error that caused the failure.

HiveJsonSerDe

data HiveJsonSerDe Source #

The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.

See: newHiveJsonSerDe smart constructor.

Constructors

HiveJsonSerDe' (Maybe [Text]) 

Instances

Instances details
Eq HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

Read HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

Show HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

Generic HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

Associated Types

type Rep HiveJsonSerDe :: Type -> Type #

NFData HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

Methods

rnf :: HiveJsonSerDe -> () #

Hashable HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

ToJSON HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

FromJSON HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

type Rep HiveJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.HiveJsonSerDe

type Rep HiveJsonSerDe = D1 ('MetaData "HiveJsonSerDe" "Amazonka.Firehose.Types.HiveJsonSerDe" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HiveJsonSerDe'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timestampFormats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newHiveJsonSerDe :: HiveJsonSerDe Source #

Create a value of HiveJsonSerDe with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timestampFormats:HiveJsonSerDe', hiveJsonSerDe_timestampFormats - Indicates how you want Kinesis Data Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat. You can also use the special value millis to parse timestamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose uses java.sql.Timestamp::valueOf by default.

HttpEndpointBufferingHints

data HttpEndpointBufferingHints Source #

Describes the buffering options that can be applied before data is delivered to the HTTP endpoint destination. Kinesis Data Firehose treats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if specify a value for one of them, you must also provide a value for the other.

See: newHttpEndpointBufferingHints smart constructor.

Instances

Instances details
Eq HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

Read HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

Show HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

Generic HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

Associated Types

type Rep HttpEndpointBufferingHints :: Type -> Type #

NFData HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

Hashable HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

ToJSON HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

FromJSON HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

type Rep HttpEndpointBufferingHints Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointBufferingHints

type Rep HttpEndpointBufferingHints = D1 ('MetaData "HttpEndpointBufferingHints" "Amazonka.Firehose.Types.HttpEndpointBufferingHints" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointBufferingHints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sizeInMBs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "intervalInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newHttpEndpointBufferingHints :: HttpEndpointBufferingHints Source #

Create a value of HttpEndpointBufferingHints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sizeInMBs:HttpEndpointBufferingHints', httpEndpointBufferingHints_sizeInMBs - Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

$sel:intervalInSeconds:HttpEndpointBufferingHints', httpEndpointBufferingHints_intervalInSeconds - Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).

HttpEndpointCommonAttribute

data HttpEndpointCommonAttribute Source #

Describes the metadata that's delivered to the specified HTTP endpoint destination.

See: newHttpEndpointCommonAttribute smart constructor.

Instances

Instances details
Eq HttpEndpointCommonAttribute Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointCommonAttribute

Show HttpEndpointCommonAttribute Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointCommonAttribute

Generic HttpEndpointCommonAttribute Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointCommonAttribute

Associated Types

type Rep HttpEndpointCommonAttribute :: Type -> Type #

NFData HttpEndpointCommonAttribute Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointCommonAttribute

Hashable HttpEndpointCommonAttribute Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointCommonAttribute

ToJSON HttpEndpointCommonAttribute Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointCommonAttribute

FromJSON HttpEndpointCommonAttribute Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointCommonAttribute

type Rep HttpEndpointCommonAttribute Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointCommonAttribute

type Rep HttpEndpointCommonAttribute = D1 ('MetaData "HttpEndpointCommonAttribute" "Amazonka.Firehose.Types.HttpEndpointCommonAttribute" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointCommonAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "attributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newHttpEndpointCommonAttribute Source #

Create a value of HttpEndpointCommonAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributeName:HttpEndpointCommonAttribute', httpEndpointCommonAttribute_attributeName - The name of the HTTP endpoint common attribute.

$sel:attributeValue:HttpEndpointCommonAttribute', httpEndpointCommonAttribute_attributeValue - The value of the HTTP endpoint common attribute.

HttpEndpointConfiguration

data HttpEndpointConfiguration Source #

Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data.

See: newHttpEndpointConfiguration smart constructor.

Instances

Instances details
Eq HttpEndpointConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointConfiguration

Show HttpEndpointConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointConfiguration

Generic HttpEndpointConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointConfiguration

Associated Types

type Rep HttpEndpointConfiguration :: Type -> Type #

NFData HttpEndpointConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointConfiguration

Hashable HttpEndpointConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointConfiguration

ToJSON HttpEndpointConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointConfiguration

type Rep HttpEndpointConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointConfiguration

type Rep HttpEndpointConfiguration = D1 ('MetaData "HttpEndpointConfiguration" "Amazonka.Firehose.Types.HttpEndpointConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "accessKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newHttpEndpointConfiguration Source #

Create a value of HttpEndpointConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:HttpEndpointConfiguration', httpEndpointConfiguration_name - The name of the HTTP endpoint selected as the destination.

$sel:accessKey:HttpEndpointConfiguration', httpEndpointConfiguration_accessKey - The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.

$sel:url:HttpEndpointConfiguration', httpEndpointConfiguration_url - The URL of the HTTP endpoint selected as the destination.

If you choose an HTTP endpoint as your destination, review and follow the instructions in the Appendix - HTTP Endpoint Delivery Request and Response Specifications.

HttpEndpointDescription

data HttpEndpointDescription Source #

Describes the HTTP endpoint selected as the destination.

See: newHttpEndpointDescription smart constructor.

Instances

Instances details
Eq HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

Show HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

Generic HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

Associated Types

type Rep HttpEndpointDescription :: Type -> Type #

NFData HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

Methods

rnf :: HttpEndpointDescription -> () #

Hashable HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

FromJSON HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

type Rep HttpEndpointDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDescription

type Rep HttpEndpointDescription = D1 ('MetaData "HttpEndpointDescription" "Amazonka.Firehose.Types.HttpEndpointDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHttpEndpointDescription :: HttpEndpointDescription Source #

Create a value of HttpEndpointDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:url:HttpEndpointDescription', httpEndpointDescription_url - The URL of the HTTP endpoint selected as the destination.

$sel:name:HttpEndpointDescription', httpEndpointDescription_name - The name of the HTTP endpoint selected as the destination.

HttpEndpointDestinationConfiguration

data HttpEndpointDestinationConfiguration Source #

Describes the configuration of the HTTP endpoint destination.

See: newHttpEndpointDestinationConfiguration smart constructor.

Instances

Instances details
Eq HttpEndpointDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationConfiguration

Show HttpEndpointDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationConfiguration

Generic HttpEndpointDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationConfiguration

NFData HttpEndpointDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationConfiguration

Hashable HttpEndpointDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationConfiguration

ToJSON HttpEndpointDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationConfiguration

type Rep HttpEndpointDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationConfiguration

type Rep HttpEndpointDestinationConfiguration = D1 ('MetaData "HttpEndpointDestinationConfiguration" "Amazonka.Firehose.Types.HttpEndpointDestinationConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointDestinationConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointS3BackupMode)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointBufferingHints)) :*: S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointRetryOptions)))) :*: ((S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: S1 ('MetaSel ('Just "requestConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointRequestConfiguration))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpEndpointConfiguration) :*: S1 ('MetaSel ('Just "s3Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DestinationConfiguration))))))

newHttpEndpointDestinationConfiguration Source #

Create a value of HttpEndpointDestinationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_s3BackupMode - Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination. You can back up all documents (AllData) or only the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).

$sel:cloudWatchLoggingOptions:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_cloudWatchLoggingOptions - Undocumented member.

$sel:bufferingHints:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_bufferingHints - The buffering options that can be used before data is delivered to the specified destination. Kinesis Data Firehose treats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if you specify a value for one of them, you must also provide a value for the other.

$sel:retryOptions:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_retryOptions - Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.

$sel:processingConfiguration:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_processingConfiguration - Undocumented member.

$sel:requestConfiguration:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_requestConfiguration - The configuration of the requeste sent to the HTTP endpoint specified as the destination.

$sel:roleARN:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_roleARN - Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.

$sel:endpointConfiguration:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_endpointConfiguration - The configuration of the HTTP endpoint selected as the destination.

$sel:s3Configuration:HttpEndpointDestinationConfiguration', httpEndpointDestinationConfiguration_s3Configuration - Undocumented member.

HttpEndpointDestinationDescription

data HttpEndpointDestinationDescription Source #

Describes the HTTP endpoint destination.

See: newHttpEndpointDestinationDescription smart constructor.

Instances

Instances details
Eq HttpEndpointDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationDescription

Show HttpEndpointDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationDescription

Generic HttpEndpointDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationDescription

Associated Types

type Rep HttpEndpointDestinationDescription :: Type -> Type #

NFData HttpEndpointDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationDescription

Hashable HttpEndpointDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationDescription

FromJSON HttpEndpointDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationDescription

type Rep HttpEndpointDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationDescription

type Rep HttpEndpointDestinationDescription = D1 ('MetaData "HttpEndpointDestinationDescription" "Amazonka.Firehose.Types.HttpEndpointDestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointDestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointS3BackupMode)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "s3DestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationDescription)) :*: S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointBufferingHints)))) :*: ((S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointRetryOptions)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointDescription))) :*: (S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: (S1 ('MetaSel ('Just "requestConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointRequestConfiguration)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newHttpEndpointDestinationDescription :: HttpEndpointDestinationDescription Source #

Create a value of HttpEndpointDestinationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_s3BackupMode - Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint destination. You can back up all documents (AllData) or only the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).

$sel:cloudWatchLoggingOptions:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_cloudWatchLoggingOptions - Undocumented member.

$sel:s3DestinationDescription:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_s3DestinationDescription - Undocumented member.

$sel:bufferingHints:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_bufferingHints - Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination. Kinesis Data Firehose teats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if specify a value for one of them, you must also provide a value for the other.

$sel:retryOptions:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_retryOptions - Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.

$sel:endpointConfiguration:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_endpointConfiguration - The configuration of the specified HTTP endpoint destination.

$sel:processingConfiguration:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_processingConfiguration - Undocumented member.

$sel:requestConfiguration:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_requestConfiguration - The configuration of request sent to the HTTP endpoint specified as the destination.

$sel:roleARN:HttpEndpointDestinationDescription', httpEndpointDestinationDescription_roleARN - Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.

HttpEndpointDestinationUpdate

data HttpEndpointDestinationUpdate Source #

Updates the specified HTTP endpoint destination.

See: newHttpEndpointDestinationUpdate smart constructor.

Instances

Instances details
Eq HttpEndpointDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationUpdate

Show HttpEndpointDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationUpdate

Generic HttpEndpointDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationUpdate

Associated Types

type Rep HttpEndpointDestinationUpdate :: Type -> Type #

NFData HttpEndpointDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationUpdate

Hashable HttpEndpointDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationUpdate

ToJSON HttpEndpointDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationUpdate

type Rep HttpEndpointDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointDestinationUpdate

type Rep HttpEndpointDestinationUpdate = D1 ('MetaData "HttpEndpointDestinationUpdate" "Amazonka.Firehose.Types.HttpEndpointDestinationUpdate" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointDestinationUpdate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointS3BackupMode)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "s3Update") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate)) :*: S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointBufferingHints)))) :*: ((S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointRetryOptions)) :*: S1 ('MetaSel ('Just "endpointConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointConfiguration))) :*: (S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: (S1 ('MetaSel ('Just "requestConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpEndpointRequestConfiguration)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newHttpEndpointDestinationUpdate :: HttpEndpointDestinationUpdate Source #

Create a value of HttpEndpointDestinationUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_s3BackupMode - Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint destination. You can back up all documents (AllData) or only the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).

$sel:cloudWatchLoggingOptions:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_cloudWatchLoggingOptions - Undocumented member.

$sel:s3Update:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_s3Update - Undocumented member.

$sel:bufferingHints:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_bufferingHints - Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination. Kinesis Data Firehose teats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if specify a value for one of them, you must also provide a value for the other.

$sel:retryOptions:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_retryOptions - Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.

$sel:endpointConfiguration:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_endpointConfiguration - Describes the configuration of the HTTP endpoint destination.

$sel:processingConfiguration:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_processingConfiguration - Undocumented member.

$sel:requestConfiguration:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_requestConfiguration - The configuration of the request sent to the HTTP endpoint specified as the destination.

$sel:roleARN:HttpEndpointDestinationUpdate', httpEndpointDestinationUpdate_roleARN - Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.

HttpEndpointRequestConfiguration

data HttpEndpointRequestConfiguration Source #

The configuration of the HTTP endpoint request.

See: newHttpEndpointRequestConfiguration smart constructor.

Instances

Instances details
Eq HttpEndpointRequestConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRequestConfiguration

Show HttpEndpointRequestConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRequestConfiguration

Generic HttpEndpointRequestConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRequestConfiguration

Associated Types

type Rep HttpEndpointRequestConfiguration :: Type -> Type #

NFData HttpEndpointRequestConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRequestConfiguration

Hashable HttpEndpointRequestConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRequestConfiguration

ToJSON HttpEndpointRequestConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRequestConfiguration

FromJSON HttpEndpointRequestConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRequestConfiguration

type Rep HttpEndpointRequestConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRequestConfiguration

type Rep HttpEndpointRequestConfiguration = D1 ('MetaData "HttpEndpointRequestConfiguration" "Amazonka.Firehose.Types.HttpEndpointRequestConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointRequestConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commonAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HttpEndpointCommonAttribute])) :*: S1 ('MetaSel ('Just "contentEncoding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContentEncoding))))

newHttpEndpointRequestConfiguration :: HttpEndpointRequestConfiguration Source #

Create a value of HttpEndpointRequestConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:commonAttributes:HttpEndpointRequestConfiguration', httpEndpointRequestConfiguration_commonAttributes - Describes the metadata sent to the HTTP endpoint destination.

$sel:contentEncoding:HttpEndpointRequestConfiguration', httpEndpointRequestConfiguration_contentEncoding - Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.

HttpEndpointRetryOptions

data HttpEndpointRetryOptions Source #

Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.

See: newHttpEndpointRetryOptions smart constructor.

Instances

Instances details
Eq HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

Read HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

Show HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

Generic HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

Associated Types

type Rep HttpEndpointRetryOptions :: Type -> Type #

NFData HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

Hashable HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

ToJSON HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

FromJSON HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

type Rep HttpEndpointRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.HttpEndpointRetryOptions

type Rep HttpEndpointRetryOptions = D1 ('MetaData "HttpEndpointRetryOptions" "Amazonka.Firehose.Types.HttpEndpointRetryOptions" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "HttpEndpointRetryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newHttpEndpointRetryOptions :: HttpEndpointRetryOptions Source #

Create a value of HttpEndpointRetryOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:durationInSeconds:HttpEndpointRetryOptions', httpEndpointRetryOptions_durationInSeconds - The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.

InputFormatConfiguration

data InputFormatConfiguration Source #

Specifies the deserializer you want to use to convert the format of the input data. This parameter is required if Enabled is set to true.

See: newInputFormatConfiguration smart constructor.

Instances

Instances details
Eq InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

Read InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

Show InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

Generic InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

Associated Types

type Rep InputFormatConfiguration :: Type -> Type #

NFData InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

Hashable InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

ToJSON InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

FromJSON InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

type Rep InputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.InputFormatConfiguration

type Rep InputFormatConfiguration = D1 ('MetaData "InputFormatConfiguration" "Amazonka.Firehose.Types.InputFormatConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "InputFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deserializer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Deserializer))))

newInputFormatConfiguration :: InputFormatConfiguration Source #

Create a value of InputFormatConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deserializer:InputFormatConfiguration', inputFormatConfiguration_deserializer - Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.

KMSEncryptionConfig

data KMSEncryptionConfig Source #

Describes an encryption key for a destination in Amazon S3.

See: newKMSEncryptionConfig smart constructor.

Instances

Instances details
Eq KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

Read KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

Show KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

Generic KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

Associated Types

type Rep KMSEncryptionConfig :: Type -> Type #

NFData KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

Methods

rnf :: KMSEncryptionConfig -> () #

Hashable KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

ToJSON KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

FromJSON KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

type Rep KMSEncryptionConfig Source # 
Instance details

Defined in Amazonka.Firehose.Types.KMSEncryptionConfig

type Rep KMSEncryptionConfig = D1 ('MetaData "KMSEncryptionConfig" "Amazonka.Firehose.Types.KMSEncryptionConfig" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "KMSEncryptionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aWSKMSKeyARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newKMSEncryptionConfig Source #

Create a value of KMSEncryptionConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:aWSKMSKeyARN:KMSEncryptionConfig', kmsEncryptionConfig_aWSKMSKeyARN - The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

KinesisStreamSourceConfiguration

data KinesisStreamSourceConfiguration Source #

The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a delivery stream.

See: newKinesisStreamSourceConfiguration smart constructor.

Instances

Instances details
Eq KinesisStreamSourceConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceConfiguration

Read KinesisStreamSourceConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceConfiguration

Show KinesisStreamSourceConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceConfiguration

Generic KinesisStreamSourceConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceConfiguration

Associated Types

type Rep KinesisStreamSourceConfiguration :: Type -> Type #

NFData KinesisStreamSourceConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceConfiguration

Hashable KinesisStreamSourceConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceConfiguration

ToJSON KinesisStreamSourceConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceConfiguration

type Rep KinesisStreamSourceConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceConfiguration

type Rep KinesisStreamSourceConfiguration = D1 ('MetaData "KinesisStreamSourceConfiguration" "Amazonka.Firehose.Types.KinesisStreamSourceConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "KinesisStreamSourceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kinesisStreamARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newKinesisStreamSourceConfiguration Source #

Create a value of KinesisStreamSourceConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kinesisStreamARN:KinesisStreamSourceConfiguration', kinesisStreamSourceConfiguration_kinesisStreamARN - The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.

$sel:roleARN:KinesisStreamSourceConfiguration', kinesisStreamSourceConfiguration_roleARN - The ARN of the role that provides access to the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.

KinesisStreamSourceDescription

data KinesisStreamSourceDescription Source #

Details about a Kinesis data stream used as the source for a Kinesis Data Firehose delivery stream.

See: newKinesisStreamSourceDescription smart constructor.

Instances

Instances details
Eq KinesisStreamSourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceDescription

Read KinesisStreamSourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceDescription

Show KinesisStreamSourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceDescription

Generic KinesisStreamSourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceDescription

Associated Types

type Rep KinesisStreamSourceDescription :: Type -> Type #

NFData KinesisStreamSourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceDescription

Hashable KinesisStreamSourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceDescription

FromJSON KinesisStreamSourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceDescription

type Rep KinesisStreamSourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.KinesisStreamSourceDescription

type Rep KinesisStreamSourceDescription = D1 ('MetaData "KinesisStreamSourceDescription" "Amazonka.Firehose.Types.KinesisStreamSourceDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "KinesisStreamSourceDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveryStartTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "kinesisStreamARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newKinesisStreamSourceDescription :: KinesisStreamSourceDescription Source #

Create a value of KinesisStreamSourceDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deliveryStartTimestamp:KinesisStreamSourceDescription', kinesisStreamSourceDescription_deliveryStartTimestamp - Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.

$sel:kinesisStreamARN:KinesisStreamSourceDescription', kinesisStreamSourceDescription_kinesisStreamARN - The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.

$sel:roleARN:KinesisStreamSourceDescription', kinesisStreamSourceDescription_roleARN - The ARN of the role used by the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.

OpenXJsonSerDe

data OpenXJsonSerDe Source #

The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.

See: newOpenXJsonSerDe smart constructor.

Instances

Instances details
Eq OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

Read OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

Show OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

Generic OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

Associated Types

type Rep OpenXJsonSerDe :: Type -> Type #

NFData OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

Methods

rnf :: OpenXJsonSerDe -> () #

Hashable OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

ToJSON OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

FromJSON OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

type Rep OpenXJsonSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OpenXJsonSerDe

type Rep OpenXJsonSerDe = D1 ('MetaData "OpenXJsonSerDe" "Amazonka.Firehose.Types.OpenXJsonSerDe" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "OpenXJsonSerDe'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnToJsonKeyMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "caseInsensitive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "convertDotsInJsonKeysToUnderscores") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newOpenXJsonSerDe :: OpenXJsonSerDe Source #

Create a value of OpenXJsonSerDe with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:columnToJsonKeyMappings:OpenXJsonSerDe', openXJsonSerDe_columnToJsonKeyMappings - Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, timestamp is a Hive keyword. If you have a JSON key named timestamp, set this parameter to {"ts": "timestamp"} to map this key to a column named ts.

$sel:caseInsensitive:OpenXJsonSerDe', openXJsonSerDe_caseInsensitive - When set to true, which is the default, Kinesis Data Firehose converts JSON keys to lowercase before deserializing them.

$sel:convertDotsInJsonKeysToUnderscores:OpenXJsonSerDe', openXJsonSerDe_convertDotsInJsonKeysToUnderscores - When set to true, specifies that the names of the keys include dots and that you want Kinesis Data Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.

The default is false.

OrcSerDe

data OrcSerDe Source #

A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC.

See: newOrcSerDe smart constructor.

Instances

Instances details
Eq OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

Read OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

Show OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

Generic OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

Associated Types

type Rep OrcSerDe :: Type -> Type #

Methods

from :: OrcSerDe -> Rep OrcSerDe x #

to :: Rep OrcSerDe x -> OrcSerDe #

NFData OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

Methods

rnf :: OrcSerDe -> () #

Hashable OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

Methods

hashWithSalt :: Int -> OrcSerDe -> Int #

hash :: OrcSerDe -> Int #

ToJSON OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

FromJSON OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

type Rep OrcSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.OrcSerDe

type Rep OrcSerDe = D1 ('MetaData "OrcSerDe" "Amazonka.Firehose.Types.OrcSerDe" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "OrcSerDe'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bloomFilterFalsePositiveProbability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "dictionaryKeyThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "enablePadding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "compression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrcCompression)) :*: S1 ('MetaSel ('Just "bloomFilterColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "rowIndexStride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "formatVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrcFormatVersion))) :*: (S1 ('MetaSel ('Just "blockSizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "stripeSizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "paddingTolerance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))))

newOrcSerDe :: OrcSerDe Source #

Create a value of OrcSerDe with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bloomFilterFalsePositiveProbability:OrcSerDe', orcSerDe_bloomFilterFalsePositiveProbability - The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.

$sel:dictionaryKeyThreshold:OrcSerDe', orcSerDe_dictionaryKeyThreshold - Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.

$sel:enablePadding:OrcSerDe', orcSerDe_enablePadding - Set this to true to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is false.

$sel:compression:OrcSerDe', orcSerDe_compression - The compression code to use over data blocks. The default is SNAPPY.

$sel:bloomFilterColumns:OrcSerDe', orcSerDe_bloomFilterColumns - The column names for which you want Kinesis Data Firehose to create bloom filters. The default is null.

$sel:rowIndexStride:OrcSerDe', orcSerDe_rowIndexStride - The number of rows between index entries. The default is 10,000 and the minimum is 1,000.

$sel:formatVersion:OrcSerDe', orcSerDe_formatVersion - The version of the file to write. The possible values are V0_11 and V0_12. The default is V0_12.

$sel:blockSizeBytes:OrcSerDe', orcSerDe_blockSizeBytes - The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.

$sel:stripeSizeBytes:OrcSerDe', orcSerDe_stripeSizeBytes - The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.

$sel:paddingTolerance:OrcSerDe', orcSerDe_paddingTolerance - A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.

For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.

Kinesis Data Firehose ignores this parameter when OrcSerDe$EnablePadding is false.

OutputFormatConfiguration

data OutputFormatConfiguration Source #

Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data before it writes it to Amazon S3. This parameter is required if Enabled is set to true.

See: newOutputFormatConfiguration smart constructor.

Instances

Instances details
Eq OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Read OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Show OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Generic OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Associated Types

type Rep OutputFormatConfiguration :: Type -> Type #

NFData OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Hashable OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

ToJSON OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

FromJSON OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

type Rep OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

type Rep OutputFormatConfiguration = D1 ('MetaData "OutputFormatConfiguration" "Amazonka.Firehose.Types.OutputFormatConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "OutputFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serializer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Serializer))))

newOutputFormatConfiguration :: OutputFormatConfiguration Source #

Create a value of OutputFormatConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serializer:OutputFormatConfiguration', outputFormatConfiguration_serializer - Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

ParquetSerDe

data ParquetSerDe Source #

A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet.

See: newParquetSerDe smart constructor.

Instances

Instances details
Eq ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

Read ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

Show ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

Generic ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

Associated Types

type Rep ParquetSerDe :: Type -> Type #

NFData ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

Methods

rnf :: ParquetSerDe -> () #

Hashable ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

ToJSON ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

FromJSON ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

type Rep ParquetSerDe Source # 
Instance details

Defined in Amazonka.Firehose.Types.ParquetSerDe

type Rep ParquetSerDe = D1 ('MetaData "ParquetSerDe" "Amazonka.Firehose.Types.ParquetSerDe" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ParquetSerDe'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "writerVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParquetWriterVersion)) :*: (S1 ('MetaSel ('Just "compression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParquetCompression)) :*: S1 ('MetaSel ('Just "maxPaddingBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "enableDictionaryCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "pageSizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "blockSizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newParquetSerDe :: ParquetSerDe Source #

Create a value of ParquetSerDe with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:writerVersion:ParquetSerDe', parquetSerDe_writerVersion - Indicates the version of row format to output. The possible values are V1 and V2. The default is V1.

$sel:compression:ParquetSerDe', parquetSerDe_compression - The compression code to use over data blocks. The possible values are UNCOMPRESSED, SNAPPY, and GZIP, with the default being SNAPPY. Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.

$sel:maxPaddingBytes:ParquetSerDe', parquetSerDe_maxPaddingBytes - The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.

$sel:enableDictionaryCompression:ParquetSerDe', parquetSerDe_enableDictionaryCompression - Indicates whether to enable dictionary compression.

$sel:pageSizeBytes:ParquetSerDe', parquetSerDe_pageSizeBytes - The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.

$sel:blockSizeBytes:ParquetSerDe', parquetSerDe_blockSizeBytes - The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.

ProcessingConfiguration

data ProcessingConfiguration Source #

Describes a data processing configuration.

See: newProcessingConfiguration smart constructor.

Instances

Instances details
Eq ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

Read ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

Show ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

Generic ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

Associated Types

type Rep ProcessingConfiguration :: Type -> Type #

NFData ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

Methods

rnf :: ProcessingConfiguration -> () #

Hashable ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

ToJSON ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

FromJSON ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

type Rep ProcessingConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessingConfiguration

type Rep ProcessingConfiguration = D1 ('MetaData "ProcessingConfiguration" "Amazonka.Firehose.Types.ProcessingConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ProcessingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "processors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Processor]))))

newProcessingConfiguration :: ProcessingConfiguration Source #

Create a value of ProcessingConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:ProcessingConfiguration', processingConfiguration_enabled - Enables or disables data processing.

$sel:processors:ProcessingConfiguration', processingConfiguration_processors - The data processors.

Processor

data Processor Source #

Describes a data processor.

See: newProcessor smart constructor.

Instances

Instances details
Eq Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

Read Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

Show Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

Generic Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

Associated Types

type Rep Processor :: Type -> Type #

NFData Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

Methods

rnf :: Processor -> () #

Hashable Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

ToJSON Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

FromJSON Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

type Rep Processor Source # 
Instance details

Defined in Amazonka.Firehose.Types.Processor

type Rep Processor = D1 ('MetaData "Processor" "Amazonka.Firehose.Types.Processor" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "Processor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessorParameter])) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessorType)))

newProcessor Source #

Create a value of Processor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameters:Processor', processor_parameters - The processor parameters.

$sel:type':Processor', processor_type - The type of processor.

ProcessorParameter

data ProcessorParameter Source #

Describes the processor parameter.

See: newProcessorParameter smart constructor.

Instances

Instances details
Eq ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Read ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Show ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Generic ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Associated Types

type Rep ProcessorParameter :: Type -> Type #

NFData ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Methods

rnf :: ProcessorParameter -> () #

Hashable ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

ToJSON ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

FromJSON ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

type Rep ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

type Rep ProcessorParameter = D1 ('MetaData "ProcessorParameter" "Amazonka.Firehose.Types.ProcessorParameter" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "ProcessorParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessorParameterName) :*: S1 ('MetaSel ('Just "parameterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProcessorParameter Source #

Create a value of ProcessorParameter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parameterName:ProcessorParameter', processorParameter_parameterName - The name of the parameter.

$sel:parameterValue:ProcessorParameter', processorParameter_parameterValue - The parameter value.

PutRecordBatchResponseEntry

data PutRecordBatchResponseEntry Source #

Contains the result for an individual record from a PutRecordBatch request. If the record is successfully added to your delivery stream, it receives a record ID. If the record fails to be added to your delivery stream, the result includes an error code and an error message.

See: newPutRecordBatchResponseEntry smart constructor.

Instances

Instances details
Eq PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Read PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Show PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Generic PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Associated Types

type Rep PutRecordBatchResponseEntry :: Type -> Type #

NFData PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

Hashable PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

FromJSON PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

type Rep PutRecordBatchResponseEntry Source # 
Instance details

Defined in Amazonka.Firehose.Types.PutRecordBatchResponseEntry

type Rep PutRecordBatchResponseEntry = D1 ('MetaData "PutRecordBatchResponseEntry" "Amazonka.Firehose.Types.PutRecordBatchResponseEntry" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "PutRecordBatchResponseEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPutRecordBatchResponseEntry :: PutRecordBatchResponseEntry Source #

Create a value of PutRecordBatchResponseEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:recordId:PutRecordBatchResponseEntry', putRecordBatchResponseEntry_recordId - The ID of the record.

$sel:errorCode:PutRecordBatchResponseEntry', putRecordBatchResponseEntry_errorCode - The error code for an individual record result.

$sel:errorMessage:PutRecordBatchResponseEntry', putRecordBatchResponseEntry_errorMessage - The error message for an individual record result.

Record

data Record Source #

The unit of data in a delivery stream.

See: newRecord smart constructor.

Constructors

Record' Base64 

Instances

Instances details
Eq Record Source # 
Instance details

Defined in Amazonka.Firehose.Types.Record

Methods

(==) :: Record -> Record -> Bool #

(/=) :: Record -> Record -> Bool #

Read Record Source # 
Instance details

Defined in Amazonka.Firehose.Types.Record

Show Record Source # 
Instance details

Defined in Amazonka.Firehose.Types.Record

Generic Record Source # 
Instance details

Defined in Amazonka.Firehose.Types.Record

Associated Types

type Rep Record :: Type -> Type #

Methods

from :: Record -> Rep Record x #

to :: Rep Record x -> Record #

NFData Record Source # 
Instance details

Defined in Amazonka.Firehose.Types.Record

Methods

rnf :: Record -> () #

Hashable Record Source # 
Instance details

Defined in Amazonka.Firehose.Types.Record

Methods

hashWithSalt :: Int -> Record -> Int #

hash :: Record -> Int #

ToJSON Record Source # 
Instance details

Defined in Amazonka.Firehose.Types.Record

type Rep Record Source # 
Instance details

Defined in Amazonka.Firehose.Types.Record

type Rep Record = D1 ('MetaData "Record" "Amazonka.Firehose.Types.Record" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "Record'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64)))

newRecord Source #

Create a value of Record with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:data':Record', record_data - The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KiB.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

RedshiftDestinationConfiguration

data RedshiftDestinationConfiguration Source #

Describes the configuration of a destination in Amazon Redshift.

See: newRedshiftDestinationConfiguration smart constructor.

Instances

Instances details
Eq RedshiftDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationConfiguration

Show RedshiftDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationConfiguration

Generic RedshiftDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationConfiguration

Associated Types

type Rep RedshiftDestinationConfiguration :: Type -> Type #

NFData RedshiftDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationConfiguration

Hashable RedshiftDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationConfiguration

ToJSON RedshiftDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationConfiguration

type Rep RedshiftDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationConfiguration

type Rep RedshiftDestinationConfiguration = D1 ('MetaData "RedshiftDestinationConfiguration" "Amazonka.Firehose.Types.RedshiftDestinationConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "RedshiftDestinationConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftS3BackupMode)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "s3BackupConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationConfiguration)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration))))) :*: ((S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "clusterJDBCURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "copyCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CopyCommand))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "s3Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DestinationConfiguration))))))

newRedshiftDestinationConfiguration Source #

Create a value of RedshiftDestinationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_s3BackupMode - The Amazon S3 backup mode. After you create a delivery stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.

$sel:cloudWatchLoggingOptions:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_cloudWatchLoggingOptions - The CloudWatch logging options for your delivery stream.

$sel:s3BackupConfiguration:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_s3BackupConfiguration - The configuration for backup in Amazon S3.

$sel:retryOptions:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).

$sel:processingConfiguration:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_processingConfiguration - The data processing configuration.

$sel:roleARN:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:clusterJDBCURL:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_clusterJDBCURL - The database connection string.

$sel:copyCommand:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_copyCommand - The COPY command.

$sel:username:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_username - The name of the user.

$sel:password:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_password - The user password.

$sel:s3Configuration:RedshiftDestinationConfiguration', redshiftDestinationConfiguration_s3Configuration - The configuration for the intermediate Amazon S3 location from which Amazon Redshift obtains data. Restrictions are described in the topic for CreateDeliveryStream.

The compression formats SNAPPY or ZIP cannot be specified in RedshiftDestinationConfiguration.S3Configuration because the Amazon Redshift COPY operation that reads from the S3 bucket doesn't support these compression formats.

RedshiftDestinationDescription

data RedshiftDestinationDescription Source #

Describes a destination in Amazon Redshift.

See: newRedshiftDestinationDescription smart constructor.

Instances

Instances details
Eq RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

Show RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

Generic RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

Associated Types

type Rep RedshiftDestinationDescription :: Type -> Type #

NFData RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

Hashable RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

FromJSON RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

type Rep RedshiftDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationDescription

type Rep RedshiftDestinationDescription = D1 ('MetaData "RedshiftDestinationDescription" "Amazonka.Firehose.Types.RedshiftDestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "RedshiftDestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftS3BackupMode)) :*: S1 ('MetaSel ('Just "s3BackupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationDescription))) :*: (S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration))))) :*: ((S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clusterJDBCURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "copyCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CopyCommand) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "s3DestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DestinationDescription))))))

newRedshiftDestinationDescription Source #

Create a value of RedshiftDestinationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:RedshiftDestinationDescription', redshiftDestinationDescription_s3BackupMode - The Amazon S3 backup mode.

$sel:s3BackupDescription:RedshiftDestinationDescription', redshiftDestinationDescription_s3BackupDescription - The configuration for backup in Amazon S3.

$sel:cloudWatchLoggingOptions:RedshiftDestinationDescription', redshiftDestinationDescription_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:retryOptions:RedshiftDestinationDescription', redshiftDestinationDescription_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).

$sel:processingConfiguration:RedshiftDestinationDescription', redshiftDestinationDescription_processingConfiguration - The data processing configuration.

$sel:roleARN:RedshiftDestinationDescription', redshiftDestinationDescription_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:clusterJDBCURL:RedshiftDestinationDescription', redshiftDestinationDescription_clusterJDBCURL - The database connection string.

$sel:copyCommand:RedshiftDestinationDescription', redshiftDestinationDescription_copyCommand - The COPY command.

$sel:username:RedshiftDestinationDescription', redshiftDestinationDescription_username - The name of the user.

$sel:s3DestinationDescription:RedshiftDestinationDescription', redshiftDestinationDescription_s3DestinationDescription - The Amazon S3 destination.

RedshiftDestinationUpdate

data RedshiftDestinationUpdate Source #

Describes an update for a destination in Amazon Redshift.

See: newRedshiftDestinationUpdate smart constructor.

Instances

Instances details
Eq RedshiftDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationUpdate

Show RedshiftDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationUpdate

Generic RedshiftDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationUpdate

Associated Types

type Rep RedshiftDestinationUpdate :: Type -> Type #

NFData RedshiftDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationUpdate

Hashable RedshiftDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationUpdate

ToJSON RedshiftDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationUpdate

type Rep RedshiftDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftDestinationUpdate

type Rep RedshiftDestinationUpdate = D1 ('MetaData "RedshiftDestinationUpdate" "Amazonka.Firehose.Types.RedshiftDestinationUpdate" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "RedshiftDestinationUpdate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftS3BackupMode)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "s3Update") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "s3BackupUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate)) :*: (S1 ('MetaSel ('Just "copyCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CopyCommand)) :*: S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftRetryOptions)))) :*: (S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: (S1 ('MetaSel ('Just "clusterJDBCURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newRedshiftDestinationUpdate :: RedshiftDestinationUpdate Source #

Create a value of RedshiftDestinationUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:RedshiftDestinationUpdate', redshiftDestinationUpdate_s3BackupMode - You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.

$sel:cloudWatchLoggingOptions:RedshiftDestinationUpdate', redshiftDestinationUpdate_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:username:RedshiftDestinationUpdate', redshiftDestinationUpdate_username - The name of the user.

$sel:s3Update:RedshiftDestinationUpdate', redshiftDestinationUpdate_s3Update - The Amazon S3 destination.

The compression formats SNAPPY or ZIP cannot be specified in RedshiftDestinationUpdate.S3Update because the Amazon Redshift COPY operation that reads from the S3 bucket doesn't support these compression formats.

$sel:password:RedshiftDestinationUpdate', redshiftDestinationUpdate_password - The user password.

$sel:s3BackupUpdate:RedshiftDestinationUpdate', redshiftDestinationUpdate_s3BackupUpdate - The Amazon S3 destination for backup.

$sel:copyCommand:RedshiftDestinationUpdate', redshiftDestinationUpdate_copyCommand - The COPY command.

$sel:retryOptions:RedshiftDestinationUpdate', redshiftDestinationUpdate_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).

$sel:processingConfiguration:RedshiftDestinationUpdate', redshiftDestinationUpdate_processingConfiguration - The data processing configuration.

$sel:clusterJDBCURL:RedshiftDestinationUpdate', redshiftDestinationUpdate_clusterJDBCURL - The database connection string.

$sel:roleARN:RedshiftDestinationUpdate', redshiftDestinationUpdate_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

RedshiftRetryOptions

data RedshiftRetryOptions Source #

Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.

See: newRedshiftRetryOptions smart constructor.

Instances

Instances details
Eq RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

Read RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

Show RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

Generic RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

Associated Types

type Rep RedshiftRetryOptions :: Type -> Type #

NFData RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

Methods

rnf :: RedshiftRetryOptions -> () #

Hashable RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

ToJSON RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

FromJSON RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

type Rep RedshiftRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RedshiftRetryOptions

type Rep RedshiftRetryOptions = D1 ('MetaData "RedshiftRetryOptions" "Amazonka.Firehose.Types.RedshiftRetryOptions" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "RedshiftRetryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newRedshiftRetryOptions :: RedshiftRetryOptions Source #

Create a value of RedshiftRetryOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:durationInSeconds:RedshiftRetryOptions', redshiftRetryOptions_durationInSeconds - The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.

RetryOptions

data RetryOptions Source #

The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.

See: newRetryOptions smart constructor.

Constructors

RetryOptions' (Maybe Natural) 

Instances

Instances details
Eq RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Read RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Show RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Generic RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Associated Types

type Rep RetryOptions :: Type -> Type #

NFData RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Methods

rnf :: RetryOptions -> () #

Hashable RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

ToJSON RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

FromJSON RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

type Rep RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

type Rep RetryOptions = D1 ('MetaData "RetryOptions" "Amazonka.Firehose.Types.RetryOptions" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "RetryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newRetryOptions :: RetryOptions Source #

Create a value of RetryOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:durationInSeconds:RetryOptions', retryOptions_durationInSeconds - The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.

S3DestinationConfiguration

data S3DestinationConfiguration Source #

Describes the configuration of a destination in Amazon S3.

See: newS3DestinationConfiguration smart constructor.

Instances

Instances details
Eq S3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationConfiguration

Read S3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationConfiguration

Show S3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationConfiguration

Generic S3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationConfiguration

Associated Types

type Rep S3DestinationConfiguration :: Type -> Type #

NFData S3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationConfiguration

Hashable S3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationConfiguration

ToJSON S3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationConfiguration

type Rep S3DestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationConfiguration

type Rep S3DestinationConfiguration = D1 ('MetaData "S3DestinationConfiguration" "Amazonka.Firehose.Types.S3DestinationConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "S3DestinationConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "errorOutputPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfiguration)))) :*: ((S1 ('MetaSel ('Just "compressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionFormat)) :*: S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BufferingHints))) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bucketARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newS3DestinationConfiguration Source #

Create a value of S3DestinationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:prefix:S3DestinationConfiguration', s3DestinationConfiguration_prefix - The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.

$sel:cloudWatchLoggingOptions:S3DestinationConfiguration', s3DestinationConfiguration_cloudWatchLoggingOptions - The CloudWatch logging options for your delivery stream.

$sel:errorOutputPrefix:S3DestinationConfiguration', s3DestinationConfiguration_errorOutputPrefix - A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.

$sel:encryptionConfiguration:S3DestinationConfiguration', s3DestinationConfiguration_encryptionConfiguration - The encryption configuration. If no value is specified, the default is no encryption.

$sel:compressionFormat:S3DestinationConfiguration', s3DestinationConfiguration_compressionFormat - The compression format. If no value is specified, the default is UNCOMPRESSED.

The compression formats SNAPPY or ZIP cannot be specified for Amazon Redshift destinations because they are not supported by the Amazon Redshift COPY operation that reads from the S3 bucket.

$sel:bufferingHints:S3DestinationConfiguration', s3DestinationConfiguration_bufferingHints - The buffering option. If no value is specified, BufferingHints object default values are used.

$sel:roleARN:S3DestinationConfiguration', s3DestinationConfiguration_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:bucketARN:S3DestinationConfiguration', s3DestinationConfiguration_bucketARN - The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

S3DestinationDescription

data S3DestinationDescription Source #

Describes a destination in Amazon S3.

See: newS3DestinationDescription smart constructor.

Instances

Instances details
Eq S3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationDescription

Read S3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationDescription

Show S3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationDescription

Generic S3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationDescription

Associated Types

type Rep S3DestinationDescription :: Type -> Type #

NFData S3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationDescription

Hashable S3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationDescription

FromJSON S3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationDescription

type Rep S3DestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationDescription

type Rep S3DestinationDescription = D1 ('MetaData "S3DestinationDescription" "Amazonka.Firehose.Types.S3DestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "S3DestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "errorOutputPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "bucketARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BufferingHints)) :*: (S1 ('MetaSel ('Just "compressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CompressionFormat) :*: S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionConfiguration)))))

newS3DestinationDescription Source #

Create a value of S3DestinationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:prefix:S3DestinationDescription', s3DestinationDescription_prefix - The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.

$sel:cloudWatchLoggingOptions:S3DestinationDescription', s3DestinationDescription_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:errorOutputPrefix:S3DestinationDescription', s3DestinationDescription_errorOutputPrefix - A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.

$sel:roleARN:S3DestinationDescription', s3DestinationDescription_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:bucketARN:S3DestinationDescription', s3DestinationDescription_bucketARN - The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:bufferingHints:S3DestinationDescription', s3DestinationDescription_bufferingHints - The buffering option. If no value is specified, BufferingHints object default values are used.

$sel:compressionFormat:S3DestinationDescription', s3DestinationDescription_compressionFormat - The compression format. If no value is specified, the default is UNCOMPRESSED.

$sel:encryptionConfiguration:S3DestinationDescription', s3DestinationDescription_encryptionConfiguration - The encryption configuration. If no value is specified, the default is no encryption.

S3DestinationUpdate

data S3DestinationUpdate Source #

Describes an update for a destination in Amazon S3.

See: newS3DestinationUpdate smart constructor.

Instances

Instances details
Eq S3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationUpdate

Read S3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationUpdate

Show S3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationUpdate

Generic S3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationUpdate

Associated Types

type Rep S3DestinationUpdate :: Type -> Type #

NFData S3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationUpdate

Methods

rnf :: S3DestinationUpdate -> () #

Hashable S3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationUpdate

ToJSON S3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationUpdate

type Rep S3DestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.S3DestinationUpdate

type Rep S3DestinationUpdate = D1 ('MetaData "S3DestinationUpdate" "Amazonka.Firehose.Types.S3DestinationUpdate" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "S3DestinationUpdate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "errorOutputPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfiguration)))) :*: ((S1 ('MetaSel ('Just "compressionFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionFormat)) :*: S1 ('MetaSel ('Just "bufferingHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BufferingHints))) :*: (S1 ('MetaSel ('Just "bucketARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newS3DestinationUpdate :: S3DestinationUpdate Source #

Create a value of S3DestinationUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:prefix:S3DestinationUpdate', s3DestinationUpdate_prefix - The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.

$sel:cloudWatchLoggingOptions:S3DestinationUpdate', s3DestinationUpdate_cloudWatchLoggingOptions - The CloudWatch logging options for your delivery stream.

$sel:errorOutputPrefix:S3DestinationUpdate', s3DestinationUpdate_errorOutputPrefix - A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.

$sel:encryptionConfiguration:S3DestinationUpdate', s3DestinationUpdate_encryptionConfiguration - The encryption configuration. If no value is specified, the default is no encryption.

$sel:compressionFormat:S3DestinationUpdate', s3DestinationUpdate_compressionFormat - The compression format. If no value is specified, the default is UNCOMPRESSED.

The compression formats SNAPPY or ZIP cannot be specified for Amazon Redshift destinations because they are not supported by the Amazon Redshift COPY operation that reads from the S3 bucket.

$sel:bufferingHints:S3DestinationUpdate', s3DestinationUpdate_bufferingHints - The buffering option. If no value is specified, BufferingHints object default values are used.

$sel:bucketARN:S3DestinationUpdate', s3DestinationUpdate_bucketARN - The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

$sel:roleARN:S3DestinationUpdate', s3DestinationUpdate_roleARN - The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

SchemaConfiguration

data SchemaConfiguration Source #

Specifies the schema to which you want Kinesis Data Firehose to configure your data before it writes it to Amazon S3. This parameter is required if Enabled is set to true.

See: newSchemaConfiguration smart constructor.

Instances

Instances details
Eq SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

Read SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

Show SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

Generic SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

Associated Types

type Rep SchemaConfiguration :: Type -> Type #

NFData SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

Methods

rnf :: SchemaConfiguration -> () #

Hashable SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

ToJSON SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

FromJSON SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

type Rep SchemaConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SchemaConfiguration

type Rep SchemaConfiguration = D1 ('MetaData "SchemaConfiguration" "Amazonka.Firehose.Types.SchemaConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "SchemaConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSchemaConfiguration :: SchemaConfiguration Source #

Create a value of SchemaConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:versionId:SchemaConfiguration', schemaConfiguration_versionId - Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to LATEST, Kinesis Data Firehose uses the most recent version. This means that any updates to the table are automatically picked up.

$sel:catalogId:SchemaConfiguration', schemaConfiguration_catalogId - The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.

$sel:databaseName:SchemaConfiguration', schemaConfiguration_databaseName - Specifies the name of the AWS Glue database that contains the schema for the output data.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.

$sel:region:SchemaConfiguration', schemaConfiguration_region - If you don't specify an AWS Region, the default is the current Region.

$sel:tableName:SchemaConfiguration', schemaConfiguration_tableName - Specifies the AWS Glue table that contains the column information that constitutes your data schema.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.

$sel:roleARN:SchemaConfiguration', schemaConfiguration_roleARN - The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.

If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.

Serializer

data Serializer Source #

The serializer that you want Kinesis Data Firehose to use to convert data to the target format before writing it to Amazon S3. Kinesis Data Firehose supports two types of serializers: the ORC SerDe and the Parquet SerDe.

See: newSerializer smart constructor.

Instances

Instances details
Eq Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

Read Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

Show Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

Generic Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

Associated Types

type Rep Serializer :: Type -> Type #

NFData Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

Methods

rnf :: Serializer -> () #

Hashable Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

ToJSON Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

FromJSON Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

type Rep Serializer Source # 
Instance details

Defined in Amazonka.Firehose.Types.Serializer

type Rep Serializer = D1 ('MetaData "Serializer" "Amazonka.Firehose.Types.Serializer" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "Serializer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "orcSerDe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrcSerDe)) :*: S1 ('MetaSel ('Just "parquetSerDe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParquetSerDe))))

newSerializer :: Serializer Source #

Create a value of Serializer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:orcSerDe:Serializer', serializer_orcSerDe - A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC.

$sel:parquetSerDe:Serializer', serializer_parquetSerDe - A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet.

SourceDescription

data SourceDescription Source #

Details about a Kinesis data stream used as the source for a Kinesis Data Firehose delivery stream.

See: newSourceDescription smart constructor.

Instances

Instances details
Eq SourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SourceDescription

Read SourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SourceDescription

Show SourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SourceDescription

Generic SourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SourceDescription

Associated Types

type Rep SourceDescription :: Type -> Type #

NFData SourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SourceDescription

Methods

rnf :: SourceDescription -> () #

Hashable SourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SourceDescription

FromJSON SourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SourceDescription

type Rep SourceDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SourceDescription

type Rep SourceDescription = D1 ('MetaData "SourceDescription" "Amazonka.Firehose.Types.SourceDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "SourceDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kinesisStreamSourceDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisStreamSourceDescription))))

newSourceDescription :: SourceDescription Source #

Create a value of SourceDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kinesisStreamSourceDescription:SourceDescription', sourceDescription_kinesisStreamSourceDescription - The KinesisStreamSourceDescription value for the source Kinesis data stream.

SplunkDestinationConfiguration

data SplunkDestinationConfiguration Source #

Describes the configuration of a destination in Splunk.

See: newSplunkDestinationConfiguration smart constructor.

Instances

Instances details
Eq SplunkDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationConfiguration

Read SplunkDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationConfiguration

Show SplunkDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationConfiguration

Generic SplunkDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationConfiguration

Associated Types

type Rep SplunkDestinationConfiguration :: Type -> Type #

NFData SplunkDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationConfiguration

Hashable SplunkDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationConfiguration

ToJSON SplunkDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationConfiguration

type Rep SplunkDestinationConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationConfiguration

type Rep SplunkDestinationConfiguration = D1 ('MetaData "SplunkDestinationConfiguration" "Amazonka.Firehose.Types.SplunkDestinationConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "SplunkDestinationConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkS3BackupMode)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions))) :*: (S1 ('MetaSel ('Just "hECAcknowledgmentTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkRetryOptions)))) :*: ((S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)) :*: S1 ('MetaSel ('Just "hECEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "hECEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HECEndpointType) :*: (S1 ('MetaSel ('Just "hECToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DestinationConfiguration))))))

newSplunkDestinationConfiguration Source #

Create a value of SplunkDestinationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:SplunkDestinationConfiguration', splunkDestinationConfiguration_s3BackupMode - Defines how documents should be delivered to Amazon S3. When set to FailedEventsOnly, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly.

You can update this backup mode from FailedEventsOnly to AllEvents. You can't update it from AllEvents to FailedEventsOnly.

$sel:cloudWatchLoggingOptions:SplunkDestinationConfiguration', splunkDestinationConfiguration_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:hECAcknowledgmentTimeoutInSeconds:SplunkDestinationConfiguration', splunkDestinationConfiguration_hECAcknowledgmentTimeoutInSeconds - The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Kinesis Data Firehose either tries to send the data again or considers it an error, based on your retry settings.

$sel:retryOptions:SplunkDestinationConfiguration', splunkDestinationConfiguration_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.

$sel:processingConfiguration:SplunkDestinationConfiguration', splunkDestinationConfiguration_processingConfiguration - The data processing configuration.

$sel:hECEndpoint:SplunkDestinationConfiguration', splunkDestinationConfiguration_hECEndpoint - The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.

$sel:hECEndpointType:SplunkDestinationConfiguration', splunkDestinationConfiguration_hECEndpointType - This type can be either "Raw" or "Event."

$sel:hECToken:SplunkDestinationConfiguration', splunkDestinationConfiguration_hECToken - This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.

$sel:s3Configuration:SplunkDestinationConfiguration', splunkDestinationConfiguration_s3Configuration - The configuration for the backup Amazon S3 location.

SplunkDestinationDescription

data SplunkDestinationDescription Source #

Describes a destination in Splunk.

See: newSplunkDestinationDescription smart constructor.

Instances

Instances details
Eq SplunkDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationDescription

Read SplunkDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationDescription

Show SplunkDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationDescription

Generic SplunkDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationDescription

Associated Types

type Rep SplunkDestinationDescription :: Type -> Type #

NFData SplunkDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationDescription

Hashable SplunkDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationDescription

FromJSON SplunkDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationDescription

type Rep SplunkDestinationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationDescription

type Rep SplunkDestinationDescription = D1 ('MetaData "SplunkDestinationDescription" "Amazonka.Firehose.Types.SplunkDestinationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "SplunkDestinationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkS3BackupMode)) :*: S1 ('MetaSel ('Just "hECToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hECEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HECEndpointType)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)))) :*: ((S1 ('MetaSel ('Just "hECAcknowledgmentTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "s3DestinationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationDescription))) :*: (S1 ('MetaSel ('Just "hECEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)))))))

newSplunkDestinationDescription :: SplunkDestinationDescription Source #

Create a value of SplunkDestinationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:SplunkDestinationDescription', splunkDestinationDescription_s3BackupMode - Defines how documents should be delivered to Amazon S3. When set to FailedDocumentsOnly, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllDocuments, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. Default value is FailedDocumentsOnly.

$sel:hECToken:SplunkDestinationDescription', splunkDestinationDescription_hECToken - A GUID you obtain from your Splunk cluster when you create a new HEC endpoint.

$sel:hECEndpointType:SplunkDestinationDescription', splunkDestinationDescription_hECEndpointType - This type can be either "Raw" or "Event."

$sel:cloudWatchLoggingOptions:SplunkDestinationDescription', splunkDestinationDescription_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:hECAcknowledgmentTimeoutInSeconds:SplunkDestinationDescription', splunkDestinationDescription_hECAcknowledgmentTimeoutInSeconds - The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Kinesis Data Firehose either tries to send the data again or considers it an error, based on your retry settings.

$sel:s3DestinationDescription:SplunkDestinationDescription', splunkDestinationDescription_s3DestinationDescription - The Amazon S3 destination.>

$sel:hECEndpoint:SplunkDestinationDescription', splunkDestinationDescription_hECEndpoint - The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.

$sel:retryOptions:SplunkDestinationDescription', splunkDestinationDescription_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.

$sel:processingConfiguration:SplunkDestinationDescription', splunkDestinationDescription_processingConfiguration - The data processing configuration.

SplunkDestinationUpdate

data SplunkDestinationUpdate Source #

Describes an update for a destination in Splunk.

See: newSplunkDestinationUpdate smart constructor.

Instances

Instances details
Eq SplunkDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationUpdate

Read SplunkDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationUpdate

Show SplunkDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationUpdate

Generic SplunkDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationUpdate

Associated Types

type Rep SplunkDestinationUpdate :: Type -> Type #

NFData SplunkDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationUpdate

Methods

rnf :: SplunkDestinationUpdate -> () #

Hashable SplunkDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationUpdate

ToJSON SplunkDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationUpdate

type Rep SplunkDestinationUpdate Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkDestinationUpdate

type Rep SplunkDestinationUpdate = D1 ('MetaData "SplunkDestinationUpdate" "Amazonka.Firehose.Types.SplunkDestinationUpdate" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "SplunkDestinationUpdate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3BackupMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkS3BackupMode)) :*: S1 ('MetaSel ('Just "hECToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hECEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HECEndpointType)) :*: S1 ('MetaSel ('Just "cloudWatchLoggingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLoggingOptions)))) :*: ((S1 ('MetaSel ('Just "hECAcknowledgmentTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "s3Update") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationUpdate))) :*: (S1 ('MetaSel ('Just "hECEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplunkRetryOptions)) :*: S1 ('MetaSel ('Just "processingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingConfiguration)))))))

newSplunkDestinationUpdate :: SplunkDestinationUpdate Source #

Create a value of SplunkDestinationUpdate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3BackupMode:SplunkDestinationUpdate', splunkDestinationUpdate_s3BackupMode - Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3. When set to FailedDocumentsOnly, Kinesis Data Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to AllEvents, Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is FailedEventsOnly.

You can update this backup mode from FailedEventsOnly to AllEvents. You can't update it from AllEvents to FailedEventsOnly.

$sel:hECToken:SplunkDestinationUpdate', splunkDestinationUpdate_hECToken - A GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.

$sel:hECEndpointType:SplunkDestinationUpdate', splunkDestinationUpdate_hECEndpointType - This type can be either "Raw" or "Event."

$sel:cloudWatchLoggingOptions:SplunkDestinationUpdate', splunkDestinationUpdate_cloudWatchLoggingOptions - The Amazon CloudWatch logging options for your delivery stream.

$sel:hECAcknowledgmentTimeoutInSeconds:SplunkDestinationUpdate', splunkDestinationUpdate_hECAcknowledgmentTimeoutInSeconds - The amount of time that Kinesis Data Firehose waits to receive an acknowledgment from Splunk after it sends data. At the end of the timeout period, Kinesis Data Firehose either tries to send the data again or considers it an error, based on your retry settings.

$sel:s3Update:SplunkDestinationUpdate', splunkDestinationUpdate_s3Update - Your update to the configuration of the backup Amazon S3 location.

$sel:hECEndpoint:SplunkDestinationUpdate', splunkDestinationUpdate_hECEndpoint - The HTTP Event Collector (HEC) endpoint to which Kinesis Data Firehose sends your data.

$sel:retryOptions:SplunkDestinationUpdate', splunkDestinationUpdate_retryOptions - The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.

$sel:processingConfiguration:SplunkDestinationUpdate', splunkDestinationUpdate_processingConfiguration - The data processing configuration.

SplunkRetryOptions

data SplunkRetryOptions Source #

Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Splunk, or if it doesn't receive an acknowledgment from Splunk.

See: newSplunkRetryOptions smart constructor.

Instances

Instances details
Eq SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

Read SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

Show SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

Generic SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

Associated Types

type Rep SplunkRetryOptions :: Type -> Type #

NFData SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

Methods

rnf :: SplunkRetryOptions -> () #

Hashable SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

ToJSON SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

FromJSON SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

type Rep SplunkRetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.SplunkRetryOptions

type Rep SplunkRetryOptions = D1 ('MetaData "SplunkRetryOptions" "Amazonka.Firehose.Types.SplunkRetryOptions" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "SplunkRetryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newSplunkRetryOptions :: SplunkRetryOptions Source #

Create a value of SplunkRetryOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:durationInSeconds:SplunkRetryOptions', splunkRetryOptions_durationInSeconds - The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from Splunk after each attempt.

Tag

data Tag Source #

Metadata that you can assign to a delivery stream, consisting of a key-value pair.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.Firehose.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Firehose.Types.Tag" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Arguments

:: Text

$sel:key:Tag'

-> Tag 

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Tag', tag_value - An optional string, which you can use to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

$sel:key:Tag', tag_key - A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

VpcConfiguration

data VpcConfiguration Source #

The details of the VPC of the Amazon ES destination.

See: newVpcConfiguration smart constructor.

Instances

Instances details
Eq VpcConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfiguration

Read VpcConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfiguration

Show VpcConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfiguration

Generic VpcConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfiguration

Associated Types

type Rep VpcConfiguration :: Type -> Type #

NFData VpcConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfiguration

Methods

rnf :: VpcConfiguration -> () #

Hashable VpcConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfiguration

ToJSON VpcConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfiguration

type Rep VpcConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfiguration

type Rep VpcConfiguration = D1 ('MetaData "VpcConfiguration" "Amazonka.Firehose.Types.VpcConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "VpcConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newVpcConfiguration Source #

Create a value of VpcConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subnetIds:VpcConfiguration', vpcConfiguration_subnetIds - The IDs of the subnets that you want Kinesis Data Firehose to use to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.

The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here. For more information about ENI quota, see Network Interfaces in the Amazon VPC Quotas topic.

$sel:roleARN:VpcConfiguration', vpcConfiguration_roleARN - The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:

  • ec2:DescribeVpcs
  • ec2:DescribeVpcAttribute
  • ec2:DescribeSubnets
  • ec2:DescribeSecurityGroups
  • ec2:DescribeNetworkInterfaces
  • ec2:CreateNetworkInterface
  • ec2:CreateNetworkInterfacePermission
  • ec2:DeleteNetworkInterface

If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.

$sel:securityGroupIds:VpcConfiguration', vpcConfiguration_securityGroupIds - The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic. For more information about security group rules, see Security group rules in the Amazon VPC documentation.

VpcConfigurationDescription

data VpcConfigurationDescription Source #

The details of the VPC of the Amazon ES destination.

See: newVpcConfigurationDescription smart constructor.

Instances

Instances details
Eq VpcConfigurationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfigurationDescription

Read VpcConfigurationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfigurationDescription

Show VpcConfigurationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfigurationDescription

Generic VpcConfigurationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfigurationDescription

Associated Types

type Rep VpcConfigurationDescription :: Type -> Type #

NFData VpcConfigurationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfigurationDescription

Hashable VpcConfigurationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfigurationDescription

FromJSON VpcConfigurationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfigurationDescription

type Rep VpcConfigurationDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.VpcConfigurationDescription

type Rep VpcConfigurationDescription = D1 ('MetaData "VpcConfigurationDescription" "Amazonka.Firehose.Types.VpcConfigurationDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "VpcConfigurationDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newVpcConfigurationDescription Source #

Create a value of VpcConfigurationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subnetIds:VpcConfigurationDescription', vpcConfigurationDescription_subnetIds - The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.

The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here. For more information about ENI quota, see Network Interfaces in the Amazon VPC Quotas topic.

$sel:roleARN:VpcConfigurationDescription', vpcConfigurationDescription_roleARN - The ARN of the IAM role that the delivery stream uses to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:

  • ec2:DescribeVpcs
  • ec2:DescribeVpcAttribute
  • ec2:DescribeSubnets
  • ec2:DescribeSecurityGroups
  • ec2:DescribeNetworkInterfaces
  • ec2:CreateNetworkInterface
  • ec2:CreateNetworkInterfacePermission
  • ec2:DeleteNetworkInterface

If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.

$sel:securityGroupIds:VpcConfigurationDescription', vpcConfigurationDescription_securityGroupIds - The IDs of the security groups that Kinesis Data Firehose uses when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic. For more information about security group rules, see Security group rules in the Amazon VPC documentation.

$sel:vpcId:VpcConfigurationDescription', vpcConfigurationDescription_vpcId - The ID of the Amazon ES destination's VPC.