| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Personalize.DescribeBatchSegmentJob
Description
Gets the properties of a batch segment job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate segments.
Synopsis
- data DescribeBatchSegmentJob = DescribeBatchSegmentJob' {}
- newDescribeBatchSegmentJob :: Text -> DescribeBatchSegmentJob
- describeBatchSegmentJob_batchSegmentJobArn :: Lens' DescribeBatchSegmentJob Text
- data DescribeBatchSegmentJobResponse = DescribeBatchSegmentJobResponse' {}
- newDescribeBatchSegmentJobResponse :: Int -> DescribeBatchSegmentJobResponse
- describeBatchSegmentJobResponse_batchSegmentJob :: Lens' DescribeBatchSegmentJobResponse (Maybe BatchSegmentJob)
- describeBatchSegmentJobResponse_httpStatus :: Lens' DescribeBatchSegmentJobResponse Int
Creating a Request
data DescribeBatchSegmentJob Source #
See: newDescribeBatchSegmentJob smart constructor.
Constructors
| DescribeBatchSegmentJob' | |
Fields
| |
Instances
newDescribeBatchSegmentJob Source #
Arguments
| :: Text | |
| -> DescribeBatchSegmentJob |
Create a value of DescribeBatchSegmentJob 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:
DescribeBatchSegmentJob, describeBatchSegmentJob_batchSegmentJobArn - The ARN of the batch segment job to describe.
Request Lenses
describeBatchSegmentJob_batchSegmentJobArn :: Lens' DescribeBatchSegmentJob Text Source #
The ARN of the batch segment job to describe.
Destructuring the Response
data DescribeBatchSegmentJobResponse Source #
See: newDescribeBatchSegmentJobResponse smart constructor.
Constructors
| DescribeBatchSegmentJobResponse' | |
Fields
| |
Instances
newDescribeBatchSegmentJobResponse Source #
Create a value of DescribeBatchSegmentJobResponse 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:batchSegmentJob:DescribeBatchSegmentJobResponse', describeBatchSegmentJobResponse_batchSegmentJob - Information on the specified batch segment job.
$sel:httpStatus:DescribeBatchSegmentJobResponse', describeBatchSegmentJobResponse_httpStatus - The response's http status code.
Response Lenses
describeBatchSegmentJobResponse_batchSegmentJob :: Lens' DescribeBatchSegmentJobResponse (Maybe BatchSegmentJob) Source #
Information on the specified batch segment job.
describeBatchSegmentJobResponse_httpStatus :: Lens' DescribeBatchSegmentJobResponse Int Source #
The response's http status code.