Module Values_1.DeleteFeatureGroupRequestSource

Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called. Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted. Note that it can take approximately 10-15 minutes to delete an OnlineStore FeatureGroup with the InMemory StorageType.

Sourcetype nonrec t = {
  1. featureGroupName : Values_0.FeatureGroupName.t;
    (*

    The name of the FeatureGroup you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

    *)
}
Sourceval context_ : string
Sourceval make : featureGroupName:Values_0.FeatureGroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.FeatureGroupName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t