amazonka-personalize-2.0: Amazon Personalize SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data DescribeBatchSegmentJob Source #

See: newDescribeBatchSegmentJob smart constructor.

Constructors

DescribeBatchSegmentJob' 

Fields

Instances

Instances details
ToJSON DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

ToHeaders DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

ToPath DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

ToQuery DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

AWSRequest DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

Generic DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

Associated Types

type Rep DescribeBatchSegmentJob :: Type -> Type #

Read DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

Show DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

NFData DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

Methods

rnf :: DescribeBatchSegmentJob -> () #

Eq DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

Hashable DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

type AWSResponse DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

type Rep DescribeBatchSegmentJob Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

type Rep DescribeBatchSegmentJob = D1 ('MetaData "DescribeBatchSegmentJob" "Amazonka.Personalize.DescribeBatchSegmentJob" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "DescribeBatchSegmentJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchSegmentJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeBatchSegmentJob Source #

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

Destructuring the Response

data DescribeBatchSegmentJobResponse Source #

See: newDescribeBatchSegmentJobResponse smart constructor.

Constructors

DescribeBatchSegmentJobResponse' 

Fields

Instances

Instances details
Generic DescribeBatchSegmentJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

Associated Types

type Rep DescribeBatchSegmentJobResponse :: Type -> Type #

Read DescribeBatchSegmentJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

Show DescribeBatchSegmentJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

NFData DescribeBatchSegmentJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

Eq DescribeBatchSegmentJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

type Rep DescribeBatchSegmentJobResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeBatchSegmentJob

type Rep DescribeBatchSegmentJobResponse = D1 ('MetaData "DescribeBatchSegmentJobResponse" "Amazonka.Personalize.DescribeBatchSegmentJob" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "DescribeBatchSegmentJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchSegmentJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchSegmentJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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