amazonka-importexport-1.0.1: Amazon Import/Export SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ImportExport.ListJobs

Contents

Description

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.

See: AWS API Reference for ListJobs.

This operation returns paginated results.

Synopsis

Creating a Request

listJobs :: ListJobs Source

Creates a value of ListJobs with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ljAPIVersion :: Lens' ListJobs (Maybe Text) Source

Undocumented member.

ljMarker :: Lens' ListJobs (Maybe Text) Source

Undocumented member.

ljMaxJobs :: Lens' ListJobs (Maybe Int) Source

Undocumented member.

Destructuring the Response

listJobsResponse Source

Creates a value of ListJobsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

ljrsJobs :: Lens' ListJobsResponse [Job] Source

Undocumented member.

ljrsStatus :: Lens' ListJobsResponse Int Source

The response status code.