Copyright | (c) 2013-2021 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 |
Describes the given feature transformation.
Synopsis
- data DescribeFeatureTransformation = DescribeFeatureTransformation' {}
- newDescribeFeatureTransformation :: Text -> DescribeFeatureTransformation
- describeFeatureTransformation_featureTransformationArn :: Lens' DescribeFeatureTransformation Text
- data DescribeFeatureTransformationResponse = DescribeFeatureTransformationResponse' {}
- newDescribeFeatureTransformationResponse :: Int -> DescribeFeatureTransformationResponse
- describeFeatureTransformationResponse_featureTransformation :: Lens' DescribeFeatureTransformationResponse (Maybe FeatureTransformation)
- describeFeatureTransformationResponse_httpStatus :: Lens' DescribeFeatureTransformationResponse Int
Creating a Request
data DescribeFeatureTransformation Source #
See: newDescribeFeatureTransformation
smart constructor.
DescribeFeatureTransformation' | |
|
Instances
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:
$sel:featureTransformationArn: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 #
See: newDescribeFeatureTransformationResponse
smart constructor.
DescribeFeatureTransformationResponse' | |
|
Instances
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
describeFeatureTransformationResponse_featureTransformation :: Lens' DescribeFeatureTransformationResponse (Maybe FeatureTransformation) Source #
A listing of the FeatureTransformation properties.
describeFeatureTransformationResponse_httpStatus :: Lens' DescribeFeatureTransformationResponse Int Source #
The response's http status code.