amazonka-kms 0.1.1 → 0.1.2
raw patch · 2 files changed
+3/−3 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-kms.cabal +2/−2
- gen/Network/AWS/KMS/Types.hs +1/−1
amazonka-kms.cabal view
@@ -1,5 +1,5 @@ name: amazonka-kms-version: 0.1.1+version: 0.1.2 synopsis: Amazon Key Management Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -69,5 +69,5 @@ other-modules: build-depends:- amazonka-core == 0.1.1.*+ amazonka-core == 0.1.2.* , base >= 4.7 && < 5
gen/Network/AWS/KMS/Types.hs view
@@ -153,7 +153,7 @@ data KeyMetadata = KeyMetadata { _kmAWSAccountId :: Maybe Text , _kmArn :: Maybe Text- , _kmCreationDate :: Maybe ISO8601+ , _kmCreationDate :: Maybe POSIX , _kmDescription :: Maybe Text , _kmEnabled :: Maybe Bool , _kmKeyId :: Text