amazonka-cloudtrail 0.1.1 → 0.1.2
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
amazonka-cloudtrail.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cloudtrail-version: 0.1.1+version: 0.1.2 synopsis: Amazon CloudTrail SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -49,5 +49,5 @@ other-modules: build-depends:- amazonka-core == 0.1.1.*+ amazonka-core == 0.1.2.* , base >= 4.7 && < 5
gen/Network/AWS/CloudTrail/GetTrailStatus.hs view
@@ -80,13 +80,13 @@ data GetTrailStatusResponse = GetTrailStatusResponse { _gtsrIsLogging :: Maybe Bool , _gtsrLatestCloudWatchLogsDeliveryError :: Maybe Text- , _gtsrLatestCloudWatchLogsDeliveryTime :: Maybe ISO8601+ , _gtsrLatestCloudWatchLogsDeliveryTime :: Maybe POSIX , _gtsrLatestDeliveryError :: Maybe Text- , _gtsrLatestDeliveryTime :: Maybe ISO8601+ , _gtsrLatestDeliveryTime :: Maybe POSIX , _gtsrLatestNotificationError :: Maybe Text- , _gtsrLatestNotificationTime :: Maybe ISO8601- , _gtsrStartLoggingTime :: Maybe ISO8601- , _gtsrStopLoggingTime :: Maybe ISO8601+ , _gtsrLatestNotificationTime :: Maybe POSIX+ , _gtsrStartLoggingTime :: Maybe POSIX+ , _gtsrStopLoggingTime :: Maybe POSIX } deriving (Eq, Ord, Show) -- | 'GetTrailStatusResponse' constructor.