| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Pinpoint.GetExportJobs
Description
Returns information about your export jobs.
Synopsis
- getExportJobs :: Text -> GetExportJobs
- data GetExportJobs
- gejsToken :: Lens' GetExportJobs (Maybe Text)
- gejsPageSize :: Lens' GetExportJobs (Maybe Text)
- gejsApplicationId :: Lens' GetExportJobs Text
- getExportJobsResponse :: Int -> ExportJobsResponse -> GetExportJobsResponse
- data GetExportJobsResponse
- gejrsResponseStatus :: Lens' GetExportJobsResponse Int
- gejrsExportJobsResponse :: Lens' GetExportJobsResponse ExportJobsResponse
Creating a Request
Arguments
| :: Text | |
| -> GetExportJobs |
Creates a value of GetExportJobs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gejsToken- The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.gejsPageSize- The number of entries you want on each page in the response.gejsApplicationId- Undocumented member.
data GetExportJobs Source #
See: getExportJobs smart constructor.
Instances
Request Lenses
gejsToken :: Lens' GetExportJobs (Maybe Text) Source #
The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.
gejsPageSize :: Lens' GetExportJobs (Maybe Text) Source #
The number of entries you want on each page in the response.
gejsApplicationId :: Lens' GetExportJobs Text Source #
Undocumented member.
Destructuring the Response
getExportJobsResponse Source #
Arguments
| :: Int | |
| -> ExportJobsResponse | |
| -> GetExportJobsResponse |
Creates a value of GetExportJobsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gejrsResponseStatus- -- | The response status code.gejrsExportJobsResponse- Undocumented member.
data GetExportJobsResponse Source #
See: getExportJobsResponse smart constructor.
Instances
Response Lenses
gejrsResponseStatus :: Lens' GetExportJobsResponse Int Source #
- - | The response status code.
gejrsExportJobsResponse :: Lens' GetExportJobsResponse ExportJobsResponse Source #
Undocumented member.