| 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.CreateExportJob
Description
Creates an export job.
- createExportJob :: Text -> ExportJobRequest -> CreateExportJob
- data CreateExportJob
- cejApplicationId :: Lens' CreateExportJob Text
- cejExportJobRequest :: Lens' CreateExportJob ExportJobRequest
- createExportJobResponse :: Int -> ExportJobResponse -> CreateExportJobResponse
- data CreateExportJobResponse
- cejrsResponseStatus :: Lens' CreateExportJobResponse Int
- cejrsExportJobResponse :: Lens' CreateExportJobResponse ExportJobResponse
Creating a Request
Arguments
| :: Text | |
| -> ExportJobRequest | |
| -> CreateExportJob |
Creates a value of CreateExportJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cejApplicationId- Undocumented member.cejExportJobRequest- Undocumented member.
data CreateExportJob Source #
See: createExportJob smart constructor.
Instances
Request Lenses
cejApplicationId :: Lens' CreateExportJob Text Source #
Undocumented member.
cejExportJobRequest :: Lens' CreateExportJob ExportJobRequest Source #
Undocumented member.
Destructuring the Response
createExportJobResponse Source #
Arguments
| :: Int | |
| -> ExportJobResponse | |
| -> CreateExportJobResponse |
Creates a value of CreateExportJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cejrsResponseStatus- -- | The response status code.cejrsExportJobResponse- Undocumented member.
data CreateExportJobResponse Source #
See: createExportJobResponse smart constructor.
Response Lenses
cejrsResponseStatus :: Lens' CreateExportJobResponse Int Source #
- - | The response status code.
cejrsExportJobResponse :: Lens' CreateExportJobResponse ExportJobResponse Source #
Undocumented member.