| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.DeleteFeatureGroup
Description
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.
Creating a Request
data DeleteFeatureGroup Source #
See: newDeleteFeatureGroup smart constructor.
Constructors
| DeleteFeatureGroup' | |
Fields
| |
Instances
newDeleteFeatureGroup Source #
Arguments
| :: Text | |
| -> DeleteFeatureGroup |
Create a value of DeleteFeatureGroup 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:
DeleteFeatureGroup, deleteFeatureGroup_featureGroupName - 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.
Request Lenses
deleteFeatureGroup_featureGroupName :: Lens' DeleteFeatureGroup Text Source #
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.
Destructuring the Response
data DeleteFeatureGroupResponse Source #
See: newDeleteFeatureGroupResponse smart constructor.
Constructors
| DeleteFeatureGroupResponse' | |
Instances
newDeleteFeatureGroupResponse :: DeleteFeatureGroupResponse Source #
Create a value of DeleteFeatureGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.