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 |
Creates an export job for an application.
Synopsis
- data CreateExportJob = CreateExportJob' {}
- newCreateExportJob :: Text -> ExportJobRequest -> CreateExportJob
- createExportJob_applicationId :: Lens' CreateExportJob Text
- createExportJob_exportJobRequest :: Lens' CreateExportJob ExportJobRequest
- data CreateExportJobResponse = CreateExportJobResponse' {}
- newCreateExportJobResponse :: Int -> ExportJobResponse -> CreateExportJobResponse
- createExportJobResponse_httpStatus :: Lens' CreateExportJobResponse Int
- createExportJobResponse_exportJobResponse :: Lens' CreateExportJobResponse ExportJobResponse
Creating a Request
data CreateExportJob Source #
See: newCreateExportJob
smart constructor.
CreateExportJob' | |
|
Instances
:: Text | |
-> ExportJobRequest | |
-> CreateExportJob |
Create a value of CreateExportJob
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:CreateExportJob'
, createExportJob_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
$sel:exportJobRequest:CreateExportJob'
, createExportJob_exportJobRequest
- Undocumented member.
Request Lenses
createExportJob_applicationId :: Lens' CreateExportJob Text Source #
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
createExportJob_exportJobRequest :: Lens' CreateExportJob ExportJobRequest Source #
Undocumented member.
Destructuring the Response
data CreateExportJobResponse Source #
See: newCreateExportJobResponse
smart constructor.
CreateExportJobResponse' | |
|
Instances
newCreateExportJobResponse Source #
Create a value of CreateExportJobResponse
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:CreateExportJobResponse'
, createExportJobResponse_httpStatus
- The response's http status code.
$sel:exportJobResponse:CreateExportJobResponse'
, createExportJobResponse_exportJobResponse
- Undocumented member.
Response Lenses
createExportJobResponse_httpStatus :: Lens' CreateExportJobResponse Int Source #
The response's http status code.
createExportJobResponse_exportJobResponse :: Lens' CreateExportJobResponse ExportJobResponse Source #
Undocumented member.