{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.Kinesis.Lens
(
putRecord_explicitHashKey,
putRecord_sequenceNumberForOrdering,
putRecord_streamName,
putRecord_data,
putRecord_partitionKey,
putRecordResponse_encryptionType,
putRecordResponse_httpStatus,
putRecordResponse_shardId,
putRecordResponse_sequenceNumber,
subscribeToShard_consumerARN,
subscribeToShard_shardId,
subscribeToShard_startingPosition,
subscribeToShardResponse_httpStatus,
subscribeToShardResponse_eventStream,
decreaseStreamRetentionPeriod_streamName,
decreaseStreamRetentionPeriod_retentionPeriodHours,
mergeShards_streamName,
mergeShards_shardToMerge,
mergeShards_adjacentShardToMerge,
deregisterStreamConsumer_consumerARN,
deregisterStreamConsumer_streamARN,
deregisterStreamConsumer_consumerName,
describeStreamSummary_streamName,
describeStreamSummaryResponse_httpStatus,
describeStreamSummaryResponse_streamDescriptionSummary,
getShardIterator_startingSequenceNumber,
getShardIterator_timestamp,
getShardIterator_streamName,
getShardIterator_shardId,
getShardIterator_shardIteratorType,
getShardIteratorResponse_shardIterator,
getShardIteratorResponse_httpStatus,
getRecords_limit,
getRecords_shardIterator,
getRecordsResponse_nextShardIterator,
getRecordsResponse_millisBehindLatest,
getRecordsResponse_childShards,
getRecordsResponse_httpStatus,
getRecordsResponse_records,
stopStreamEncryption_streamName,
stopStreamEncryption_encryptionType,
stopStreamEncryption_keyId,
enableEnhancedMonitoring_streamName,
enableEnhancedMonitoring_shardLevelMetrics,
enhancedMonitoringOutput_desiredShardLevelMetrics,
enhancedMonitoringOutput_currentShardLevelMetrics,
enhancedMonitoringOutput_streamName,
describeLimitsResponse_httpStatus,
describeLimitsResponse_shardLimit,
describeLimitsResponse_openShardCount,
registerStreamConsumer_streamARN,
registerStreamConsumer_consumerName,
registerStreamConsumerResponse_httpStatus,
registerStreamConsumerResponse_consumer,
disableEnhancedMonitoring_streamName,
disableEnhancedMonitoring_shardLevelMetrics,
enhancedMonitoringOutput_desiredShardLevelMetrics,
enhancedMonitoringOutput_currentShardLevelMetrics,
enhancedMonitoringOutput_streamName,
updateShardCount_streamName,
updateShardCount_targetShardCount,
updateShardCount_scalingType,
updateShardCountResponse_targetShardCount,
updateShardCountResponse_streamName,
updateShardCountResponse_currentShardCount,
updateShardCountResponse_httpStatus,
listTagsForStream_limit,
listTagsForStream_exclusiveStartTagKey,
listTagsForStream_streamName,
listTagsForStreamResponse_httpStatus,
listTagsForStreamResponse_tags,
listTagsForStreamResponse_hasMoreTags,
describeStreamConsumer_consumerARN,
describeStreamConsumer_streamARN,
describeStreamConsumer_consumerName,
describeStreamConsumerResponse_httpStatus,
describeStreamConsumerResponse_consumerDescription,
addTagsToStream_streamName,
addTagsToStream_tags,
putRecords_records,
putRecords_streamName,
putRecordsResponse_encryptionType,
putRecordsResponse_failedRecordCount,
putRecordsResponse_httpStatus,
putRecordsResponse_records,
listShards_shardFilter,
listShards_nextToken,
listShards_exclusiveStartShardId,
listShards_streamCreationTimestamp,
listShards_streamName,
listShards_maxResults,
listShardsResponse_nextToken,
listShardsResponse_shards,
listShardsResponse_httpStatus,
deleteStream_enforceConsumerDeletion,
deleteStream_streamName,
removeTagsFromStream_streamName,
removeTagsFromStream_tagKeys,
listStreams_limit,
listStreams_exclusiveStartStreamName,
listStreamsResponse_httpStatus,
listStreamsResponse_streamNames,
listStreamsResponse_hasMoreStreams,
createStream_streamName,
createStream_shardCount,
startStreamEncryption_streamName,
startStreamEncryption_encryptionType,
startStreamEncryption_keyId,
listStreamConsumers_nextToken,
listStreamConsumers_streamCreationTimestamp,
listStreamConsumers_maxResults,
listStreamConsumers_streamARN,
listStreamConsumersResponse_nextToken,
listStreamConsumersResponse_consumers,
listStreamConsumersResponse_httpStatus,
splitShard_streamName,
splitShard_shardToSplit,
splitShard_newStartingHashKey,
increaseStreamRetentionPeriod_streamName,
increaseStreamRetentionPeriod_retentionPeriodHours,
describeStream_exclusiveStartShardId,
describeStream_limit,
describeStream_streamName,
describeStreamResponse_httpStatus,
describeStreamResponse_streamDescription,
childShard_shardId,
childShard_parentShards,
childShard_hashKeyRange,
consumer_consumerName,
consumer_consumerARN,
consumer_consumerStatus,
consumer_consumerCreationTimestamp,
consumerDescription_consumerName,
consumerDescription_consumerARN,
consumerDescription_consumerStatus,
consumerDescription_consumerCreationTimestamp,
consumerDescription_streamARN,
enhancedMetrics_shardLevelMetrics,
enhancedMonitoringOutput_desiredShardLevelMetrics,
enhancedMonitoringOutput_currentShardLevelMetrics,
enhancedMonitoringOutput_streamName,
hashKeyRange_startingHashKey,
hashKeyRange_endingHashKey,
putRecordsRequestEntry_explicitHashKey,
putRecordsRequestEntry_data,
putRecordsRequestEntry_partitionKey,
putRecordsResultEntry_sequenceNumber,
putRecordsResultEntry_errorCode,
putRecordsResultEntry_errorMessage,
putRecordsResultEntry_shardId,
record_encryptionType,
record_approximateArrivalTimestamp,
record_sequenceNumber,
record_data,
record_partitionKey,
sequenceNumberRange_endingSequenceNumber,
sequenceNumberRange_startingSequenceNumber,
shard_adjacentParentShardId,
shard_parentShardId,
shard_shardId,
shard_hashKeyRange,
shard_sequenceNumberRange,
shardFilter_timestamp,
shardFilter_shardId,
shardFilter_type,
startingPosition_sequenceNumber,
startingPosition_timestamp,
startingPosition_type,
streamDescription_encryptionType,
streamDescription_keyId,
streamDescription_streamName,
streamDescription_streamARN,
streamDescription_streamStatus,
streamDescription_shards,
streamDescription_hasMoreShards,
streamDescription_retentionPeriodHours,
streamDescription_streamCreationTimestamp,
streamDescription_enhancedMonitoring,
streamDescriptionSummary_encryptionType,
streamDescriptionSummary_keyId,
streamDescriptionSummary_consumerCount,
streamDescriptionSummary_streamName,
streamDescriptionSummary_streamARN,
streamDescriptionSummary_streamStatus,
streamDescriptionSummary_retentionPeriodHours,
streamDescriptionSummary_streamCreationTimestamp,
streamDescriptionSummary_enhancedMonitoring,
streamDescriptionSummary_openShardCount,
subscribeToShardEvent_childShards,
subscribeToShardEvent_records,
subscribeToShardEvent_continuationSequenceNumber,
subscribeToShardEvent_millisBehindLatest,
tag_value,
tag_key,
)
where
import Amazonka.Kinesis.AddTagsToStream
import Amazonka.Kinesis.CreateStream
import Amazonka.Kinesis.DecreaseStreamRetentionPeriod
import Amazonka.Kinesis.DeleteStream
import Amazonka.Kinesis.DeregisterStreamConsumer
import Amazonka.Kinesis.DescribeLimits
import Amazonka.Kinesis.DescribeStream
import Amazonka.Kinesis.DescribeStreamConsumer
import Amazonka.Kinesis.DescribeStreamSummary
import Amazonka.Kinesis.DisableEnhancedMonitoring
import Amazonka.Kinesis.EnableEnhancedMonitoring
import Amazonka.Kinesis.GetRecords
import Amazonka.Kinesis.GetShardIterator
import Amazonka.Kinesis.IncreaseStreamRetentionPeriod
import Amazonka.Kinesis.ListShards
import Amazonka.Kinesis.ListStreamConsumers
import Amazonka.Kinesis.ListStreams
import Amazonka.Kinesis.ListTagsForStream
import Amazonka.Kinesis.MergeShards
import Amazonka.Kinesis.PutRecord
import Amazonka.Kinesis.PutRecords
import Amazonka.Kinesis.RegisterStreamConsumer
import Amazonka.Kinesis.RemoveTagsFromStream
import Amazonka.Kinesis.SplitShard
import Amazonka.Kinesis.StartStreamEncryption
import Amazonka.Kinesis.StopStreamEncryption
import Amazonka.Kinesis.SubscribeToShard
import Amazonka.Kinesis.Types.ChildShard
import Amazonka.Kinesis.Types.Consumer
import Amazonka.Kinesis.Types.ConsumerDescription
import Amazonka.Kinesis.Types.EnhancedMetrics
import Amazonka.Kinesis.Types.EnhancedMonitoringOutput
import Amazonka.Kinesis.Types.HashKeyRange
import Amazonka.Kinesis.Types.PutRecordsRequestEntry
import Amazonka.Kinesis.Types.PutRecordsResultEntry
import Amazonka.Kinesis.Types.Record
import Amazonka.Kinesis.Types.SequenceNumberRange
import Amazonka.Kinesis.Types.Shard
import Amazonka.Kinesis.Types.ShardFilter
import Amazonka.Kinesis.Types.StartingPosition
import Amazonka.Kinesis.Types.StreamDescription
import Amazonka.Kinesis.Types.StreamDescriptionSummary
import Amazonka.Kinesis.Types.SubscribeToShardEvent
import Amazonka.Kinesis.Types.Tag
import Amazonka.Kinesis.UpdateShardCount