Copyright | (c) 2013-2021 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 |
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.
GetExportJob' | |
|
Instances
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:
$sel:applicationId: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.
GetExportJobResponse' | |
|
Instances
newGetExportJobResponse Source #
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.