File: DynamoDb.hs

package info (click to toggle)
haskell-aws 0.24.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: haskell: 9,593; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-----------------------------------------------------------------------------
-- |
-- Module      :  Aws.DynaboDb
-- Copyright   :  Ozgun Ataman, Soostone Inc.
-- License     :  BSD3
--
-- Maintainer  :  Ozgun Ataman <oz@soostone.com>
-- Stability   :  experimental
--
----------------------------------------------------------------------------

module Aws.DynamoDb
    ( module Aws.DynamoDb.Core
    , module Aws.DynamoDb.Commands
    ) where

-------------------------------------------------------------------------------
import           Aws.DynamoDb.Commands
import           Aws.DynamoDb.Core
-------------------------------------------------------------------------------