name: amazonka-storagegateway version: 1.2.0 synopsis: Amazon Storage Gateway SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense license-file: LICENSE author: Brendan Hay maintainer: Brendan Hay copyright: Copyright (c) 2013-2015 Brendan Hay category: Network, AWS, Cloud, Distributed Computing build-type: Simple extra-source-files: README.md cabal-version: >= 1.10 description: AWS Storage Gateway Service AWS Storage Gateway is the service that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization\'s on-premises IT environment and AWS\'s storage infrastructure. The service enables you to securely upload data to the AWS cloud for cost effective backup and rapid disaster recovery. Use the following links to get started using the /AWS Storage Gateway Service API Reference/: - : Describes the required headers that you must send with every POST request to AWS Storage Gateway. - : AWS Storage Gateway requires that you authenticate every request you send; this topic describes how sign such a request. - : Provides reference information about AWS Storage Gateway errors. - : Contains detailed descriptions of all AWS Storage Gateway operations, their request parameters, response elements, possible errors, and examples of requests and responses. - : Provides a list of each of the regions and endpoints available for use with AWS Storage Gateway. . The types from this library are intended to be used with , which provides mechanisms for specifying AuthN/AuthZ information and sending requests. . Use of lenses is required for constructing and manipulating types. This is due to the amount of nesting of AWS types and transparency regarding de/serialisation into more palatable Haskell values. The provided lenses should be compatible with any of the major lens libraries such as or . . See "Network.AWS.StorageGateway" and the to get started. source-repository head type: git location: git://github.com/brendanhay/amazonka.git library default-language: Haskell2010 hs-source-dirs: src gen ghc-options: -Wall exposed-modules: Network.AWS.StorageGateway , Network.AWS.StorageGateway.ActivateGateway , Network.AWS.StorageGateway.AddCache , Network.AWS.StorageGateway.AddUploadBuffer , Network.AWS.StorageGateway.AddWorkingStorage , Network.AWS.StorageGateway.CancelArchival , Network.AWS.StorageGateway.CancelRetrieval , Network.AWS.StorageGateway.CreateCachediSCSIVolume , Network.AWS.StorageGateway.CreateSnapshot , Network.AWS.StorageGateway.CreateSnapshotFromVolumeRecoveryPoint , Network.AWS.StorageGateway.CreateStorediSCSIVolume , Network.AWS.StorageGateway.CreateTapes , Network.AWS.StorageGateway.DeleteBandwidthRateLimit , Network.AWS.StorageGateway.DeleteChapCredentials , Network.AWS.StorageGateway.DeleteGateway , Network.AWS.StorageGateway.DeleteSnapshotSchedule , Network.AWS.StorageGateway.DeleteTape , Network.AWS.StorageGateway.DeleteTapeArchive , Network.AWS.StorageGateway.DeleteVolume , Network.AWS.StorageGateway.DescribeBandwidthRateLimit , Network.AWS.StorageGateway.DescribeCache , Network.AWS.StorageGateway.DescribeCachediSCSIVolumes , Network.AWS.StorageGateway.DescribeChapCredentials , Network.AWS.StorageGateway.DescribeGatewayInformation , Network.AWS.StorageGateway.DescribeMaintenanceStartTime , Network.AWS.StorageGateway.DescribeSnapshotSchedule , Network.AWS.StorageGateway.DescribeStorediSCSIVolumes , Network.AWS.StorageGateway.DescribeTapeArchives , Network.AWS.StorageGateway.DescribeTapeRecoveryPoints , Network.AWS.StorageGateway.DescribeTapes , Network.AWS.StorageGateway.DescribeUploadBuffer , Network.AWS.StorageGateway.DescribeVTLDevices , Network.AWS.StorageGateway.DescribeWorkingStorage , Network.AWS.StorageGateway.DisableGateway , Network.AWS.StorageGateway.ListGateways , Network.AWS.StorageGateway.ListLocalDisks , Network.AWS.StorageGateway.ListVolumeInitiators , Network.AWS.StorageGateway.ListVolumeRecoveryPoints , Network.AWS.StorageGateway.ListVolumes , Network.AWS.StorageGateway.ResetCache , Network.AWS.StorageGateway.RetrieveTapeArchive , Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint , Network.AWS.StorageGateway.ShutdownGateway , Network.AWS.StorageGateway.StartGateway , Network.AWS.StorageGateway.Types , Network.AWS.StorageGateway.UpdateBandwidthRateLimit , Network.AWS.StorageGateway.UpdateChapCredentials , Network.AWS.StorageGateway.UpdateGatewayInformation , Network.AWS.StorageGateway.UpdateGatewaySoftwareNow , Network.AWS.StorageGateway.UpdateMaintenanceStartTime , Network.AWS.StorageGateway.UpdateSnapshotSchedule , Network.AWS.StorageGateway.UpdateVTLDeviceType , Network.AWS.StorageGateway.Waiters other-modules: Network.AWS.StorageGateway.Types.Product , Network.AWS.StorageGateway.Types.Sum build-depends: amazonka-core == 1.2.0.* , base >= 4.7 && < 5 test-suite amazonka-storagegateway-test type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test main-is: Main.hs ghc-options: -Wall -threaded -- This is not comprehensive if modules have manually been added. -- It exists to ensure cabal 'somewhat' detects test module changes. other-modules: Test.AWS.StorageGateway , Test.AWS.Gen.StorageGateway , Test.AWS.StorageGateway.Internal build-depends: amazonka-core == 1.2.0 , amazonka-test == 1.2.0 , amazonka-storagegateway == 1.2.0 , base , bytestring , lens , tasty , tasty-hunit , text , time , unordered-containers