forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amazonka-config.cabal
59 lines (51 loc) · 2.33 KB
/
amazonka-config.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: amazonka-config
version: 0.2.1
synopsis: Amazon Config SDK.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <[email protected]>
copyright: Copyright (c) 2013-2014 Brendan Hay
category: Network, AWS, Cloud, Distributed Computing
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
description:
Amazon Config is a fully managed service that provides you with an Amazon
resource inventory, configuration history, and configuration change
notifications to enable security and governance. With Amazon Config you can
discover existing Amazon resources, export a complete inventory of your
Amazon resources with all configuration details, and determine how a resource
was configured at any point in time. These capabilities enable compliance
auditing, security analysis, resource change tracking, and troubleshooting.
.
/See:/ <http://docs.aws.amazon.com/config/latest/APIReference/Welcome.html AWS API Reference>
.
/Warning:/ This is an experimental preview release which is still under
heavy development and not intended for public consumption, caveat emptor!
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.Config
, Network.AWS.Config.DeleteDeliveryChannel
, Network.AWS.Config.DeliverConfigSnapshot
, Network.AWS.Config.DescribeConfigurationRecorderStatus
, Network.AWS.Config.DescribeConfigurationRecorders
, Network.AWS.Config.DescribeDeliveryChannelStatus
, Network.AWS.Config.DescribeDeliveryChannels
, Network.AWS.Config.GetResourceConfigHistory
, Network.AWS.Config.PutConfigurationRecorder
, Network.AWS.Config.PutDeliveryChannel
, Network.AWS.Config.StartConfigurationRecorder
, Network.AWS.Config.StopConfigurationRecorder
, Network.AWS.Config.Types
other-modules:
build-depends:
amazonka-core == 0.2.1.*
, base >= 4.7 && < 5