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.DescribeFeatureTransformation

Description

Describes the given feature transformation.

Synopsis

Creating a Request

data DescribeFeatureTransformation Source #

See: newDescribeFeatureTransformation smart constructor.

Constructors

DescribeFeatureTransformation' 

Fields

Instances

Instances details
ToJSON DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

ToHeaders DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

ToPath DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

ToQuery DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

AWSRequest DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Generic DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Associated Types

type Rep DescribeFeatureTransformation :: Type -> Type #

Read DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Show DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

NFData DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Eq DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Hashable DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

type AWSResponse DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

type Rep DescribeFeatureTransformation Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

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

newDescribeFeatureTransformation Source #

Create a value of DescribeFeatureTransformation 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:

DescribeFeatureTransformation, describeFeatureTransformation_featureTransformationArn - The Amazon Resource Name (ARN) of the feature transformation to describe.

Request Lenses

describeFeatureTransformation_featureTransformationArn :: Lens' DescribeFeatureTransformation Text Source #

The Amazon Resource Name (ARN) of the feature transformation to describe.

Destructuring the Response

data DescribeFeatureTransformationResponse Source #

Constructors

DescribeFeatureTransformationResponse' 

Fields

Instances

Instances details
Generic DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Read DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Show DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

NFData DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

Eq DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

type Rep DescribeFeatureTransformationResponse Source # 
Instance details

Defined in Amazonka.Personalize.DescribeFeatureTransformation

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

newDescribeFeatureTransformationResponse Source #

Create a value of DescribeFeatureTransformationResponse 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:featureTransformation:DescribeFeatureTransformationResponse', describeFeatureTransformationResponse_featureTransformation - A listing of the FeatureTransformation properties.

$sel:httpStatus:DescribeFeatureTransformationResponse', describeFeatureTransformationResponse_httpStatus - The response's http status code.

Response Lenses