-- Copyright (c) 2013-2014 PivotCloud, Inc. -- -- Aws.DynamoDb.Streams -- -- Please feel free to contact us at licensing@pivotmail.com with any -- contributions, additions, or other feedback; we would love to hear from -- you. -- -- Licensed under the Apache License, Version 2.0 (the "License"); you may -- not use this file except in compliance with the License. You may obtain a -- copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agreed to in writing, software -- distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -- WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -- License for the specific language governing permissions and limitations -- under the License. -- | -- Copyright: Copyright (c) 2013-2014 PivotCloud, Inc. -- License: Apache-2.0 -- module Aws.DynamoDb.Streams ( module Aws.DynamoDb.Streams.Core , module Aws.DynamoDb.Streams.Types , module Aws.DynamoDb.Streams.Commands.ListStreams , module Aws.DynamoDb.Streams.Commands.DescribeStream , module Aws.DynamoDb.Streams.Commands.GetShardIterator , module Aws.DynamoDb.Streams.Commands.GetRecords ) where import Aws.DynamoDb.Streams.Core import Aws.DynamoDb.Streams.Types import Aws.DynamoDb.Streams.Commands.ListStreams import Aws.DynamoDb.Streams.Commands.DescribeStream import Aws.DynamoDb.Streams.Commands.GetShardIterator import Aws.DynamoDb.Streams.Commands.GetRecords