Values_2.UpdateFeatureMetadataRequestSourceUpdates the description and parameters of the feature group.
type nonrec t = {featureGroupName : Values_1.FeatureGroupNameOrArn.t;The name or Amazon Resource Name (ARN) of the feature group containing the feature that you're updating.
*)featureName : Values_0.FeatureName.t;The name of the feature that you're updating.
*)description : Values_1.FeatureDescription.t option;A description that you can write to better describe the feature.
*)parameterAdditions : FeatureParameterAdditions.t option;A list of key-value pairs that you can add to better describe the feature.
*)parameterRemovals : FeatureParameterRemovals.t option;A list of parameter keys that you can specify to remove parameters that describe your feature.
*)}val make :
?description:??? ->
?parameterAdditions:??? ->
?parameterRemovals:??? ->
featureGroupName:Values_1.FeatureGroupNameOrArn.t ->
featureName:Values_0.FeatureName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Values_1.FeatureParameterKey.t
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_1.FeatureGroupNameOrArn.t ])
list ]