amazonka-importexport 1.4.4 → 1.4.5
raw patch · 11 files changed
+104/−102 lines, 11 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 +9/−6
- amazonka-importexport.cabal +10/−11
- gen/Network/AWS/ImportExport.hs +1/−1
- gen/Network/AWS/ImportExport/CancelJob.hs +5/−5
- gen/Network/AWS/ImportExport/CreateJob.hs +13/−13
- gen/Network/AWS/ImportExport/GetShippingLabel.hs +16/−16
- gen/Network/AWS/ImportExport/GetStatus.hs +20/−20
- gen/Network/AWS/ImportExport/ListJobs.hs +8/−8
- gen/Network/AWS/ImportExport/Types.hs +6/−6
- gen/Network/AWS/ImportExport/Types/Product.hs +6/−6
- gen/Network/AWS/ImportExport/UpdateJob.hs +10/−10
README.md view
@@ -8,24 +8,27 @@ ## Version -`1.4.4`+`1.4.5` ## 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.- Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-importexport) and the [AWS API Reference](https://aws.amazon.com/documentation/). The types from this library are intended to be used with [amazonka](http://hackage.haskell.org/package/amazonka),-which provides mechanisms for specifying AuthN/AuthZ information and sending requests.+which provides mechanisms for specifying AuthN/AuthZ information, sending requests,+and receiving responses. -Use of lenses is required for constructing and manipulating types.-This is due to the amount of nesting of AWS types and transparency regarding+Lenses are used for constructing and manipulating types,+due to the depth of nesting of AWS types and transparency regarding de/serialisation into more palatable Haskell values. The provided lenses should be compatible with any of the major lens libraries [lens](http://hackage.haskell.org/package/lens) or [lens-family-core](http://hackage.haskell.org/package/lens-family-core).++See [Network.AWS.ImportExport](http://hackage.haskell.org/package/amazonka-importexport/docs/Network-AWS-ImportExport.html)+or [the AWS documentation](https://aws.amazon.com/documentation/) to get started.+ ## Contribute
amazonka-importexport.cabal view
@@ -1,5 +1,5 @@ name: amazonka-importexport-version: 1.4.4+version: 1.4.5 synopsis: Amazon Import/Export SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -13,20 +13,19 @@ cabal-version: >= 1.10 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.- . The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>, which provides- mechanisms for specifying AuthN/AuthZ information and sending requests.+ mechanisms for specifying AuthN/AuthZ information, sending requests,+ and receiving responses. .- Use of lenses is required for constructing and manipulating types.- This is due to the amount of nesting of AWS types and transparency regarding+ Lenses are used for constructing and manipulating types,+ due to the depth of nesting of AWS types and transparency regarding de/serialisation into more palatable Haskell values. The provided lenses should be compatible with any of the major lens libraries such as <http://hackage.haskell.org/package/lens lens> or <http://hackage.haskell.org/package/lens-family-core lens-family-core>. .- See "Network.AWS.ImportExport" or <https://aws.amazon.com/documentation/ the AWS Documentation>+ See "Network.AWS.ImportExport" or <https://aws.amazon.com/documentation/ the AWS documentation> to get started. source-repository head@@ -55,7 +54,7 @@ , Network.AWS.ImportExport.Types.Sum build-depends:- amazonka-core == 1.4.4.*+ amazonka-core == 1.4.5.* , base >= 4.7 && < 5 test-suite amazonka-importexport-test@@ -75,9 +74,9 @@ , Test.AWS.ImportExport.Internal build-depends:- amazonka-core == 1.4.4.*- , amazonka-test == 1.4.4.*- , amazonka-importexport == 1.4.4.*+ amazonka-core == 1.4.5.*+ , amazonka-test == 1.4.5.*+ , amazonka-importexport == 1.4.5.* , base , bytestring , tasty
gen/Network/AWS/ImportExport.hs view
@@ -11,7 +11,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- 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.+-- __AWS Import/Export Service__ module Network.AWS.ImportExport ( -- * Service Configuration
gen/Network/AWS/ImportExport/CancelJob.hs view
@@ -55,9 +55,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'cAPIVersion'+-- * 'cAPIVersion' - Undocumented member. ----- * 'cJobId'+-- * 'cJobId' - Undocumented member. cancelJob :: Text -- ^ 'cJobId' -> CancelJob@@ -114,9 +114,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'crsSuccess'+-- * 'crsSuccess' - Undocumented member. ----- * 'crsResponseStatus'+-- * 'crsResponseStatus' - -- | The response status code. cancelJobResponse :: Int -- ^ 'crsResponseStatus' -> CancelJobResponse@@ -130,7 +130,7 @@ crsSuccess :: Lens' CancelJobResponse (Maybe Bool) crsSuccess = lens _crsSuccess (\ s a -> s{_crsSuccess = a}); --- | The response status code.+-- | -- | The response status code. crsResponseStatus :: Lens' CancelJobResponse Int crsResponseStatus = lens _crsResponseStatus (\ s a -> s{_crsResponseStatus = a});
gen/Network/AWS/ImportExport/CreateJob.hs view
@@ -66,15 +66,15 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'cjAPIVersion'+-- * 'cjAPIVersion' - Undocumented member. ----- * 'cjManifestAddendum'+-- * 'cjManifestAddendum' - Undocumented member. ----- * 'cjJobType'+-- * 'cjJobType' - Undocumented member. ----- * 'cjManifest'+-- * 'cjManifest' - Undocumented member. ----- * 'cjValidateOnly'+-- * 'cjValidateOnly' - Undocumented member. createJob :: JobType -- ^ 'cjJobType' -> Text -- ^ 'cjManifest'@@ -163,19 +163,19 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'cjrsSignature'+-- * 'cjrsSignature' - Undocumented member. ----- * 'cjrsJobType'+-- * 'cjrsJobType' - Undocumented member. ----- * 'cjrsJobId'+-- * 'cjrsJobId' - Undocumented member. ----- * 'cjrsSignatureFileContents'+-- * 'cjrsSignatureFileContents' - Undocumented member. ----- * 'cjrsWarningMessage'+-- * 'cjrsWarningMessage' - Undocumented member. ----- * 'cjrsArtifactList'+-- * 'cjrsArtifactList' - Undocumented member. ----- * 'cjrsResponseStatus'+-- * 'cjrsResponseStatus' - -- | The response status code. createJobResponse :: Int -- ^ 'cjrsResponseStatus' -> CreateJobResponse@@ -214,7 +214,7 @@ cjrsArtifactList :: Lens' CreateJobResponse [Artifact] cjrsArtifactList = lens _cjrsArtifactList (\ s a -> s{_cjrsArtifactList = a}) . _Default . _Coerce; --- | The response status code.+-- | -- | The response status code. cjrsResponseStatus :: Lens' CreateJobResponse Int cjrsResponseStatus = lens _cjrsResponseStatus (\ s a -> s{_cjrsResponseStatus = a});
gen/Network/AWS/ImportExport/GetShippingLabel.hs view
@@ -74,29 +74,29 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'gslStreet3'+-- * 'gslStreet3' - Undocumented member. ----- * 'gslAPIVersion'+-- * 'gslAPIVersion' - Undocumented member. ----- * 'gslCountry'+-- * 'gslCountry' - Undocumented member. ----- * 'gslStateOrProvince'+-- * 'gslStateOrProvince' - Undocumented member. ----- * 'gslPostalCode'+-- * 'gslPostalCode' - Undocumented member. ----- * 'gslStreet2'+-- * 'gslStreet2' - Undocumented member. ----- * 'gslName'+-- * 'gslName' - Undocumented member. ----- * 'gslCompany'+-- * 'gslCompany' - Undocumented member. ----- * 'gslPhoneNumber'+-- * 'gslPhoneNumber' - Undocumented member. ----- * 'gslCity'+-- * 'gslCity' - Undocumented member. ----- * 'gslStreet1'+-- * 'gslStreet1' - Undocumented member. ----- * 'gslJobIds'+-- * 'gslJobIds' - Undocumented member. getShippingLabel :: GetShippingLabel getShippingLabel =@@ -211,11 +211,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'gslrsShippingLabelURL'+-- * 'gslrsShippingLabelURL' - Undocumented member. ----- * 'gslrsWarning'+-- * 'gslrsWarning' - Undocumented member. ----- * 'gslrsResponseStatus'+-- * 'gslrsResponseStatus' - -- | The response status code. getShippingLabelResponse :: Int -- ^ 'gslrsResponseStatus' -> GetShippingLabelResponse@@ -234,7 +234,7 @@ gslrsWarning :: Lens' GetShippingLabelResponse (Maybe Text) gslrsWarning = lens _gslrsWarning (\ s a -> s{_gslrsWarning = a}); --- | The response status code.+-- | -- | The response status code. gslrsResponseStatus :: Lens' GetShippingLabelResponse Int gslrsResponseStatus = lens _gslrsResponseStatus (\ s a -> s{_gslrsResponseStatus = a});
gen/Network/AWS/ImportExport/GetStatus.hs view
@@ -70,9 +70,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'gsAPIVersion'+-- * 'gsAPIVersion' - Undocumented member. ----- * 'gsJobId'+-- * 'gsJobId' - Undocumented member. getStatus :: Text -- ^ 'gsJobId' -> GetStatus@@ -161,39 +161,39 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'gsrsCarrier'+-- * 'gsrsCarrier' - Undocumented member. ----- * 'gsrsTrackingNumber'+-- * 'gsrsTrackingNumber' - Undocumented member. ----- * 'gsrsSignature'+-- * 'gsrsSignature' - Undocumented member. ----- * 'gsrsJobType'+-- * 'gsrsJobType' - Undocumented member. ----- * 'gsrsJobId'+-- * 'gsrsJobId' - Undocumented member. ----- * 'gsrsSignatureFileContents'+-- * 'gsrsSignatureFileContents' - Undocumented member. ----- * 'gsrsErrorCount'+-- * 'gsrsErrorCount' - Undocumented member. ----- * 'gsrsCurrentManifest'+-- * 'gsrsCurrentManifest' - Undocumented member. ----- * 'gsrsArtifactList'+-- * 'gsrsArtifactList' - Undocumented member. ----- * 'gsrsLogBucket'+-- * 'gsrsLogBucket' - Undocumented member. ----- * 'gsrsCreationDate'+-- * 'gsrsCreationDate' - Undocumented member. ----- * 'gsrsProgressCode'+-- * 'gsrsProgressCode' - Undocumented member. ----- * 'gsrsLocationCode'+-- * 'gsrsLocationCode' - Undocumented member. ----- * 'gsrsLogKey'+-- * 'gsrsLogKey' - Undocumented member. ----- * 'gsrsLocationMessage'+-- * 'gsrsLocationMessage' - Undocumented member. ----- * 'gsrsProgressMessage'+-- * 'gsrsProgressMessage' - Undocumented member. ----- * 'gsrsResponseStatus'+-- * 'gsrsResponseStatus' - -- | The response status code. getStatusResponse :: Int -- ^ 'gsrsResponseStatus' -> GetStatusResponse@@ -282,7 +282,7 @@ gsrsProgressMessage :: Lens' GetStatusResponse (Maybe Text) gsrsProgressMessage = lens _gsrsProgressMessage (\ s a -> s{_gsrsProgressMessage = a}); --- | The response status code.+-- | -- | The response status code. gsrsResponseStatus :: Lens' GetStatusResponse Int gsrsResponseStatus = lens _gsrsResponseStatus (\ s a -> s{_gsrsResponseStatus = a});
gen/Network/AWS/ImportExport/ListJobs.hs view
@@ -18,7 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- This operation returns the jobs associated with the requester. AWS Import\/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1.+-- This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1. -- -- This operation returns paginated results. module Network.AWS.ImportExport.ListJobs@@ -61,11 +61,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ljAPIVersion'+-- * 'ljAPIVersion' - Undocumented member. ----- * 'ljMarker'+-- * 'ljMarker' - Undocumented member. ----- * 'ljMaxJobs'+-- * 'ljMaxJobs' - Undocumented member. listJobs :: ListJobs listJobs =@@ -140,11 +140,11 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ljrsJobs'+-- * 'ljrsJobs' - Undocumented member. ----- * 'ljrsIsTruncated'+-- * 'ljrsIsTruncated' - Undocumented member. ----- * 'ljrsResponseStatus'+-- * 'ljrsResponseStatus' - -- | The response status code. listJobsResponse :: Int -- ^ 'ljrsResponseStatus' -> ListJobsResponse@@ -163,7 +163,7 @@ ljrsIsTruncated :: Lens' ListJobsResponse (Maybe Bool) ljrsIsTruncated = lens _ljrsIsTruncated (\ s a -> s{_ljrsIsTruncated = a}); --- | The response status code.+-- | -- | The response status code. ljrsResponseStatus :: Lens' ListJobsResponse Int ljrsResponseStatus = lens _ljrsResponseStatus (\ s a -> s{_ljrsResponseStatus = a});
gen/Network/AWS/ImportExport/Types.hs view
@@ -61,7 +61,7 @@ import Network.AWS.Prelude import Network.AWS.Sign.V2 --- | API version '2010-06-01' of the Amazon Import/Export SDK configuration.+-- | API version @2010-06-01@ of the Amazon Import/Export SDK configuration. importExport :: Service importExport = Service@@ -113,17 +113,17 @@ _InvalidFileSystemException = _ServiceError . hasCode "InvalidFileSystemException" --- | The AWS Access Key ID specified in the request did not match the manifest\'s accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.+-- | The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID. _InvalidAccessKeyIdException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidAccessKeyIdException = _ServiceError . hasCode "InvalidAccessKeyIdException" --- | AWS Import\/Export cannot update the job+-- | AWS Import/Export cannot update the job _UnableToUpdateJobIdException :: AsError a => Getting (First ServiceError) a ServiceError _UnableToUpdateJobIdException = _ServiceError . hasCode "UnableToUpdateJobIdException" --- | AWS Import\/Export cannot cancel the job+-- | AWS Import/Export cannot cancel the job _UnableToCancelJobIdException :: AsError a => Getting (First ServiceError) a ServiceError _UnableToCancelJobIdException = _ServiceError . hasCode "UnableToCancelJobIdException"@@ -155,7 +155,7 @@ _BucketPermissionException = _ServiceError . hasCode "BucketPermissionException" --- | The specified bucket does not exist. Create the specified bucket or change the manifest\'s bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest\'s Access Key ID, has write permissions to.+-- | The specified bucket does not exist. Create the specified bucket or change the manifest's bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest's Access Key ID, has write permissions to. _NoSuchBucketException :: AsError a => Getting (First ServiceError) a ServiceError _NoSuchBucketException = _ServiceError . hasCode "NoSuchBucketException" @@ -181,7 +181,7 @@ _MissingManifestFieldException = _ServiceError . hasCode "MissingManifestFieldException" --- | Each account can create only a certain number of jobs per day. If you need to create more than this, please contact awsimportexport\'amazon.com to explain your particular use case.+-- | Each account can create only a certain number of jobs per day. If you need to create more than this, please contact awsimportexport@amazon.com to explain your particular use case. _CreateJobQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError _CreateJobQuotaExceededException = _ServiceError . hasCode "CreateJobQuotaExceededException"
gen/Network/AWS/ImportExport/Types/Product.hs view
@@ -33,9 +33,9 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'aURL'+-- * 'aURL' - Undocumented member. ----- * 'aDescription'+-- * 'aDescription' - Undocumented member. artifact :: Artifact artifact =@@ -75,13 +75,13 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'jobJobType'+-- * 'jobJobType' - Undocumented member. ----- * 'jobJobId'+-- * 'jobJobId' - Undocumented member. ----- * 'jobIsCanceled'+-- * 'jobIsCanceled' - Undocumented member. ----- * 'jobCreationDate'+-- * 'jobCreationDate' - Undocumented member. job :: JobType -- ^ 'jobJobType' -> Text -- ^ 'jobJobId'
gen/Network/AWS/ImportExport/UpdateJob.hs view
@@ -63,15 +63,15 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ujAPIVersion'+-- * 'ujAPIVersion' - Undocumented member. ----- * 'ujJobId'+-- * 'ujJobId' - Undocumented member. ----- * 'ujManifest'+-- * 'ujManifest' - Undocumented member. ----- * 'ujJobType'+-- * 'ujJobType' - Undocumented member. ----- * 'ujValidateOnly'+-- * 'ujValidateOnly' - Undocumented member. updateJob :: Text -- ^ 'ujJobId' -> Text -- ^ 'ujManifest'@@ -153,13 +153,13 @@ -- -- Use one of the following lenses to modify other fields as desired: ----- * 'ujrsSuccess'+-- * 'ujrsSuccess' - Undocumented member. ----- * 'ujrsWarningMessage'+-- * 'ujrsWarningMessage' - Undocumented member. ----- * 'ujrsArtifactList'+-- * 'ujrsArtifactList' - Undocumented member. ----- * 'ujrsResponseStatus'+-- * 'ujrsResponseStatus' - -- | The response status code. updateJobResponse :: Int -- ^ 'ujrsResponseStatus' -> UpdateJobResponse@@ -183,7 +183,7 @@ ujrsArtifactList :: Lens' UpdateJobResponse [Artifact] ujrsArtifactList = lens _ujrsArtifactList (\ s a -> s{_ujrsArtifactList = a}) . _Default . _Coerce; --- | The response status code.+-- | -- | The response status code. ujrsResponseStatus :: Lens' UpdateJobResponse Int ujrsResponseStatus = lens _ujrsResponseStatus (\ s a -> s{_ujrsResponseStatus = a});