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 |
Synopsis
- data FeatureGroupSummary = FeatureGroupSummary' {}
- newFeatureGroupSummary :: Text -> Text -> UTCTime -> FeatureGroupSummary
- featureGroupSummary_featureGroupStatus :: Lens' FeatureGroupSummary (Maybe FeatureGroupStatus)
- featureGroupSummary_offlineStoreStatus :: Lens' FeatureGroupSummary (Maybe OfflineStoreStatus)
- featureGroupSummary_featureGroupName :: Lens' FeatureGroupSummary Text
- featureGroupSummary_featureGroupArn :: Lens' FeatureGroupSummary Text
- featureGroupSummary_creationTime :: Lens' FeatureGroupSummary UTCTime
Documentation
data FeatureGroupSummary Source #
The name, Arn, CreationTime
, FeatureGroup
values, LastUpdatedTime
and EnableOnlineStorage
status of a FeatureGroup
.
See: newFeatureGroupSummary
smart constructor.
FeatureGroupSummary' | |
|
Instances
newFeatureGroupSummary Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> FeatureGroupSummary |
Create a value of FeatureGroupSummary
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:featureGroupStatus:FeatureGroupSummary'
, featureGroupSummary_featureGroupStatus
- The status of a FeatureGroup. The status can be any of the following:
Creating
, Created
, CreateFail
, Deleting
or DetailFail
.
$sel:offlineStoreStatus:FeatureGroupSummary'
, featureGroupSummary_offlineStoreStatus
- Notifies you if replicating data into the OfflineStore
has failed.
Returns either: Active
or Blocked
.
$sel:featureGroupName:FeatureGroupSummary'
, featureGroupSummary_featureGroupName
- The name of FeatureGroup
.
$sel:featureGroupArn:FeatureGroupSummary'
, featureGroupSummary_featureGroupArn
- Unique identifier for the FeatureGroup
.
$sel:creationTime:FeatureGroupSummary'
, featureGroupSummary_creationTime
- A timestamp indicating the time of creation time of the FeatureGroup
.
featureGroupSummary_featureGroupStatus :: Lens' FeatureGroupSummary (Maybe FeatureGroupStatus) Source #
The status of a FeatureGroup. The status can be any of the following:
Creating
, Created
, CreateFail
, Deleting
or DetailFail
.
featureGroupSummary_offlineStoreStatus :: Lens' FeatureGroupSummary (Maybe OfflineStoreStatus) Source #
Notifies you if replicating data into the OfflineStore
has failed.
Returns either: Active
or Blocked
.
featureGroupSummary_featureGroupName :: Lens' FeatureGroupSummary Text Source #
The name of FeatureGroup
.
featureGroupSummary_featureGroupArn :: Lens' FeatureGroupSummary Text Source #
Unique identifier for the FeatureGroup
.
featureGroupSummary_creationTime :: Lens' FeatureGroupSummary UTCTime Source #
A timestamp indicating the time of creation time of the FeatureGroup
.