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 |
Returns information about an import job.
Synopsis
- getImportJob :: Text -> Text -> GetImportJob
- data GetImportJob
- gijApplicationId :: Lens' GetImportJob Text
- gijJobId :: Lens' GetImportJob Text
- getImportJobResponse :: Int -> ImportJobResponse -> GetImportJobResponse
- data GetImportJobResponse
- gijrsResponseStatus :: Lens' GetImportJobResponse Int
- gijrsImportJobResponse :: Lens' GetImportJobResponse ImportJobResponse
Creating a Request
Creates a value of GetImportJob
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gijApplicationId
- Undocumented member.gijJobId
- Undocumented member.
data GetImportJob Source #
See: getImportJob
smart constructor.
Instances
Request Lenses
gijApplicationId :: Lens' GetImportJob Text Source #
Undocumented member.
Destructuring the Response
Creates a value of GetImportJobResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gijrsResponseStatus
- -- | The response status code.gijrsImportJobResponse
- Undocumented member.
data GetImportJobResponse Source #
See: getImportJobResponse
smart constructor.
Instances
Response Lenses
gijrsResponseStatus :: Lens' GetImportJobResponse Int Source #
- - | The response status code.
gijrsImportJobResponse :: Lens' GetImportJobResponse ImportJobResponse Source #
Undocumented member.