name: amazonka-cloudwatch-events
version: 1.4.2
synopsis: Amazon CloudWatch Events SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
license: OtherLicense
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <brendan.g.hay@gmail.com>
copyright: Copyright (c) 2013-2016 Brendan Hay
category: Network, AWS, Cloud, Distributed Computing
build-type: Simple
cabal-version: >= 1.10
extra-source-files: README.md fixture/*.yaml fixture/*.proto
description:
Amazon CloudWatch Events helps you to respond to state changes in your
AWS resources. When your resources change state they automatically send
events into an event stream. You can create rules that match selected
events in the stream and route them to targets to take action. You can
also use rules to take action on a pre-determined schedule. For example,
you can configure rules to:
- Automatically invoke an AWS Lambda function to update DNS entries
when an event notifies you that Amazon EC2 instance enters the
running state.
- Direct specific API records from CloudTrail to an Amazon Kinesis
stream for detailed analysis of potential security or availability
risks.
- Periodically invoke a built-in target to create a snapshot of an
Amazon EBS volume.
For more information about Amazon CloudWatch Events features, see the
<http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide Amazon CloudWatch Developer Guide>.
.
The types from this library are intended to be used with
<http://hackage.haskell.org/package/amazonka amazonka>, 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 <http://hackage.haskell.org/package/lens lens> or
<http://hackage.haskell.org/package/lens-family-core lens-family-core>.
.
See "Network.AWS.CloudWatchEvents" or <https://aws.amazon.com/documentation/ the AWS Documentation>
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.CloudWatchEvents
, Network.AWS.CloudWatchEvents.DeleteRule
, Network.AWS.CloudWatchEvents.DescribeRule
, Network.AWS.CloudWatchEvents.DisableRule
, Network.AWS.CloudWatchEvents.EnableRule
, Network.AWS.CloudWatchEvents.ListRuleNamesByTarget
, Network.AWS.CloudWatchEvents.ListRules
, Network.AWS.CloudWatchEvents.ListTargetsByRule
, Network.AWS.CloudWatchEvents.PutEvents
, Network.AWS.CloudWatchEvents.PutRule
, Network.AWS.CloudWatchEvents.PutTargets
, Network.AWS.CloudWatchEvents.RemoveTargets
, Network.AWS.CloudWatchEvents.TestEventPattern
, Network.AWS.CloudWatchEvents.Types
, Network.AWS.CloudWatchEvents.Waiters
other-modules:
Network.AWS.CloudWatchEvents.Types.Product
, Network.AWS.CloudWatchEvents.Types.Sum
build-depends:
amazonka-core == 1.4.2.*
, base >= 4.7 && < 5
test-suite amazonka-cloudwatch-events-test
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: test
main-is: Main.hs
ghc-options: -Wall -threaded
-- This section is encoded by the template and any modules added by
-- hand outside these namespaces will not correctly be added to the
-- distribution package.
other-modules:
Test.AWS.CloudWatchEvents
, Test.AWS.Gen.CloudWatchEvents
, Test.AWS.CloudWatchEvents.Internal
build-depends:
amazonka-core == 1.4.2.*
, amazonka-test == 1.4.2.*
, amazonka-cloudwatch-events == 1.4.2.*
, base
, bytestring
, tasty
, tasty-hunit
, text
, time
, unordered-containers