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 |
Documentation
data FeatureDefinition Source #
A list of features. You must include FeatureName
and FeatureType
.
Valid feature FeatureType
s are Integral
, Fractional
and String
.
See: newFeatureDefinition
smart constructor.
FeatureDefinition' | |
|
Instances
newFeatureDefinition :: FeatureDefinition Source #
Create a value of FeatureDefinition
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:featureType:FeatureDefinition'
, featureDefinition_featureType
- The value type of a feature. Valid values are Integral, Fractional, or
String.
$sel:featureName:FeatureDefinition'
, featureDefinition_featureName
- The name of a feature. The type must be a string. FeatureName
cannot
be any of the following: is_deleted
, write_time
,
api_invocation_time
.
featureDefinition_featureType :: Lens' FeatureDefinition (Maybe FeatureType) Source #
The value type of a feature. Valid values are Integral, Fractional, or String.
featureDefinition_featureName :: Lens' FeatureDefinition (Maybe Text) Source #
The name of a feature. The type must be a string. FeatureName
cannot
be any of the following: is_deleted
, write_time
,
api_invocation_time
.