amazonka-importexport 0.0.4 → 0.0.5
raw patch · 9 files changed
+19/−3 lines, 9 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-importexport.cabal +2/−2
- gen/Network/AWS/ImportExport.hs +2/−0
- gen/Network/AWS/ImportExport/CancelJob.hs +2/−0
- gen/Network/AWS/ImportExport/CreateJob.hs +2/−0
- gen/Network/AWS/ImportExport/GetStatus.hs +2/−0
- gen/Network/AWS/ImportExport/ListJobs.hs +3/−1
- gen/Network/AWS/ImportExport/Types.hs +2/−0
- gen/Network/AWS/ImportExport/UpdateJob.hs +2/−0
README.md view
@@ -29,3 +29,5 @@ ## Licence `amazonka-importexport` 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-importexport.cabal view
@@ -1,5 +1,5 @@ name: amazonka-importexport-version: 0.0.4+version: 0.0.5 synopsis: Amazon Import/Export SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -48,5 +48,5 @@ other-modules: build-depends:- amazonka-core == 0.0.4.*+ amazonka-core == 0.0.5.* , base >= 4.7 && < 5
gen/Network/AWS/ImportExport.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. -- | AWS Import/Export accelerates moving large amounts of data into and out of -- AWS using portable storage devices for transport. AWS transfers your data
gen/Network/AWS/ImportExport/CancelJob.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. -- | This operation cancels a specified job. Only the job owner can cancel it. The -- operation fails if the job has already started or is complete.
gen/Network/AWS/ImportExport/CreateJob.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. -- | This operation initiates the process of scheduling an upload or download of -- your data. You include in the request a manifest that describes the data
gen/Network/AWS/ImportExport/GetStatus.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. -- | This operation returns information about a job, including where the job is in -- the processing pipeline, the status of the results, and the signature value
gen/Network/AWS/ImportExport/ListJobs.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. -- | This operation returns the jobs associated with the requester. AWS -- Import/Export lists the jobs in reverse chronological order based on the date@@ -78,7 +80,7 @@ data ListJobsResponse = ListJobsResponse { _ljrIsTruncated :: Maybe Bool- , _ljrJobs :: List "Jobs" Job+ , _ljrJobs :: List "member" Job } deriving (Eq, Show) -- | 'ListJobsResponse' constructor.
gen/Network/AWS/ImportExport/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.ImportExport.Types (
gen/Network/AWS/ImportExport/UpdateJob.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. -- | You use this operation to change the parameters specified in the original -- manifest file by supplying a new manifest file. The manifest file attached to