| 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.Personalize.Types.RecommenderUpdateSummary
Description
Synopsis
- data RecommenderUpdateSummary = RecommenderUpdateSummary' {}
- newRecommenderUpdateSummary :: RecommenderUpdateSummary
- recommenderUpdateSummary_creationDateTime :: Lens' RecommenderUpdateSummary (Maybe UTCTime)
- recommenderUpdateSummary_failureReason :: Lens' RecommenderUpdateSummary (Maybe Text)
- recommenderUpdateSummary_lastUpdatedDateTime :: Lens' RecommenderUpdateSummary (Maybe UTCTime)
- recommenderUpdateSummary_recommenderConfig :: Lens' RecommenderUpdateSummary (Maybe RecommenderConfig)
- recommenderUpdateSummary_status :: Lens' RecommenderUpdateSummary (Maybe Text)
Documentation
data RecommenderUpdateSummary Source #
Provides a summary of the properties of a recommender update. For a complete listing, call the DescribeRecommender API.
See: newRecommenderUpdateSummary smart constructor.
Constructors
| RecommenderUpdateSummary' | |
Fields
| |
Instances
newRecommenderUpdateSummary :: RecommenderUpdateSummary Source #
Create a value of RecommenderUpdateSummary 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:creationDateTime:RecommenderUpdateSummary', recommenderUpdateSummary_creationDateTime - The date and time (in Unix format) that the recommender update was
created.
$sel:failureReason:RecommenderUpdateSummary', recommenderUpdateSummary_failureReason - If a recommender update fails, the reason behind the failure.
$sel:lastUpdatedDateTime:RecommenderUpdateSummary', recommenderUpdateSummary_lastUpdatedDateTime - The date and time (in Unix time) that the recommender update was last
updated.
$sel:recommenderConfig:RecommenderUpdateSummary', recommenderUpdateSummary_recommenderConfig - The configuration details of the recommender update.
$sel:status:RecommenderUpdateSummary', recommenderUpdateSummary_status - The status of the recommender update.
A recommender can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
- DELETE PENDING > DELETE IN_PROGRESS
recommenderUpdateSummary_creationDateTime :: Lens' RecommenderUpdateSummary (Maybe UTCTime) Source #
The date and time (in Unix format) that the recommender update was created.
recommenderUpdateSummary_failureReason :: Lens' RecommenderUpdateSummary (Maybe Text) Source #
If a recommender update fails, the reason behind the failure.
recommenderUpdateSummary_lastUpdatedDateTime :: Lens' RecommenderUpdateSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the recommender update was last updated.
recommenderUpdateSummary_recommenderConfig :: Lens' RecommenderUpdateSummary (Maybe RecommenderConfig) Source #
The configuration details of the recommender update.
recommenderUpdateSummary_status :: Lens' RecommenderUpdateSummary (Maybe Text) Source #
The status of the recommender update.
A recommender can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
- DELETE PENDING > DELETE IN_PROGRESS