| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.GetExportJob
Description
Retrieves information about the status and settings of a specific export job for an application.
Synopsis
- data GetExportJob = GetExportJob' {
- applicationId :: Text
- jobId :: Text
- newGetExportJob :: Text -> Text -> GetExportJob
- getExportJob_applicationId :: Lens' GetExportJob Text
- getExportJob_jobId :: Lens' GetExportJob Text
- data GetExportJobResponse = GetExportJobResponse' {}
- newGetExportJobResponse :: Int -> ExportJobResponse -> GetExportJobResponse
- getExportJobResponse_httpStatus :: Lens' GetExportJobResponse Int
- getExportJobResponse_exportJobResponse :: Lens' GetExportJobResponse ExportJobResponse
Creating a Request
data GetExportJob Source #
See: newGetExportJob smart constructor.
Constructors
| GetExportJob' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> GetExportJob |
Create a value of GetExportJob with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetExportJob, getExportJob_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
$sel:jobId:GetExportJob', getExportJob_jobId - The unique identifier for the job.
Request Lenses
getExportJob_applicationId :: Lens' GetExportJob Text Source #
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
getExportJob_jobId :: Lens' GetExportJob Text Source #
The unique identifier for the job.
Destructuring the Response
data GetExportJobResponse Source #
See: newGetExportJobResponse smart constructor.
Constructors
| GetExportJobResponse' | |
Fields
| |
Instances
newGetExportJobResponse Source #
Arguments
| :: Int | |
| -> ExportJobResponse | |
| -> GetExportJobResponse |
Create a value of GetExportJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:GetExportJobResponse', getExportJobResponse_httpStatus - The response's http status code.
$sel:exportJobResponse:GetExportJobResponse', getExportJobResponse_exportJobResponse - Undocumented member.
Response Lenses
getExportJobResponse_httpStatus :: Lens' GetExportJobResponse Int Source #
The response's http status code.
getExportJobResponse_exportJobResponse :: Lens' GetExportJobResponse ExportJobResponse Source #
Undocumented member.