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 |
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.
DeleteFeatureGroup' | |
|
Instances
newDeleteFeatureGroup Source #
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:
$sel:featureGroupName: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.
Instances
newDeleteFeatureGroupResponse :: DeleteFeatureGroupResponse Source #
Create a value of DeleteFeatureGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.