| 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.Batch.DescribeJobs
Description
Describes a list of AWS Batch jobs.
Creating a Request
describeJobs :: DescribeJobs Source #
Creates a value of DescribeJobs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
djJobs- A space-separated list of up to 100 job IDs.
data DescribeJobs Source #
See: describeJobs smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> DescribeJobsResponse |
Creates a value of DescribeJobsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
djrsJobs- The list of jobs.djrsResponseStatus- -- | The response status code.
data DescribeJobsResponse Source #
See: describeJobsResponse smart constructor.
Response Lenses
djrsResponseStatus :: Lens' DescribeJobsResponse Int Source #
- - | The response status code.