amazonka-cloudtrail 0.0.4 → 0.0.5
raw patch · 11 files changed
+22/−2 lines, 11 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +2/−0
- amazonka-cloudtrail.cabal +2/−2
- gen/Network/AWS/CloudTrail.hs +2/−0
- gen/Network/AWS/CloudTrail/CreateTrail.hs +2/−0
- gen/Network/AWS/CloudTrail/DeleteTrail.hs +2/−0
- gen/Network/AWS/CloudTrail/DescribeTrails.hs +2/−0
- gen/Network/AWS/CloudTrail/GetTrailStatus.hs +2/−0
- gen/Network/AWS/CloudTrail/StartLogging.hs +2/−0
- gen/Network/AWS/CloudTrail/StopLogging.hs +2/−0
- gen/Network/AWS/CloudTrail/Types.hs +2/−0
- gen/Network/AWS/CloudTrail/UpdateTrail.hs +2/−0
README.md view
@@ -28,3 +28,5 @@ ## Licence `amazonka-cloudtrail` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).++Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0.
amazonka-cloudtrail.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cloudtrail-version: 0.0.4+version: 0.0.5 synopsis: Amazon CloudTrail SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -49,5 +49,5 @@ other-modules: build-depends:- amazonka-core == 0.0.4.*+ amazonka-core == 0.0.5.* , base >= 4.7 && < 5
gen/Network/AWS/CloudTrail.hs view
@@ -7,6 +7,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | CloudTrail is a web service that records AWS API calls for your AWS account -- and delivers log files to an Amazon S3 bucket. The recorded information
gen/Network/AWS/CloudTrail/CreateTrail.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | From the command line, use 'create-subscription'. --
gen/Network/AWS/CloudTrail/DeleteTrail.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes a trail. --
gen/Network/AWS/CloudTrail/DescribeTrails.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Retrieves settings for the trail associated with the current region for your -- account.
gen/Network/AWS/CloudTrail/GetTrailStatus.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Returns a JSON-formatted list of information about the specified trail. -- Fields include information on delivery errors, Amazon SNS and Amazon S3
gen/Network/AWS/CloudTrail/StartLogging.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Starts the recording of AWS API calls and log file delivery for a trail. --
gen/Network/AWS/CloudTrail/StopLogging.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Suspends the recording of AWS API calls and log file delivery for the -- specified trail. Under most circumstances, there is no need to use this
gen/Network/AWS/CloudTrail/Types.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. module Network.AWS.CloudTrail.Types (
gen/Network/AWS/CloudTrail/UpdateTrail.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | From the command line, use 'update-subscription'. --