amazonka-importexport 1.4.3 → 1.4.4
raw patch · 4 files changed
+8/−8 lines, 4 filesdep ~amazonka-coredep ~amazonka-importexportdep ~amazonka-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core, amazonka-importexport, amazonka-test
API changes (from Hackage documentation)
Files
- README.md +1/−1
- amazonka-importexport.cabal +6/−6
- gen/Network/AWS/ImportExport/Types/Sum.hs +1/−1
- src/.gitkeep +0/−0
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.4.3`+`1.4.4` ## Description
amazonka-importexport.cabal view
@@ -1,5 +1,5 @@ name: amazonka-importexport-version: 1.4.3+version: 1.4.4 synopsis: Amazon Import/Export SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -11,7 +11,7 @@ category: Network, AWS, Cloud, Distributed Computing build-type: Simple cabal-version: >= 1.10-extra-source-files: README.md fixture/*.yaml fixture/*.proto+extra-source-files: README.md fixture/*.yaml fixture/*.proto src/.gitkeep description: AWS Import\/Export Service AWS Import\/Export accelerates transferring large amounts of data between the AWS cloud and portable storage devices that you mail to us. AWS Import\/Export transfers data directly onto and off of your storage devices using Amazon\'s high-speed internal network and bypassing the Internet. For large data sets, AWS Import\/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity. .@@ -55,7 +55,7 @@ , Network.AWS.ImportExport.Types.Sum build-depends:- amazonka-core == 1.4.3.*+ amazonka-core == 1.4.4.* , base >= 4.7 && < 5 test-suite amazonka-importexport-test@@ -75,9 +75,9 @@ , Test.AWS.ImportExport.Internal build-depends:- amazonka-core == 1.4.3.*- , amazonka-test == 1.4.3.*- , amazonka-importexport == 1.4.3.*+ amazonka-core == 1.4.4.*+ , amazonka-test == 1.4.4.*+ , amazonka-importexport == 1.4.4.* , base , bytestring , tasty
gen/Network/AWS/ImportExport/Types/Sum.hs view
@@ -30,7 +30,7 @@ "export" -> pure Export "import" -> pure Import e -> fromTextError $ "Failure parsing JobType from value: '" <> e- <> "'. Accepted values: Export, Import"+ <> "'. Accepted values: export, import" instance ToText JobType where toText = \case
+ src/.gitkeep view