amazonka-personalize-2.0: Amazon Personalize SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Personalize.Types.RecommenderUpdateSummary

Description

 
Synopsis

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

  • creationDateTime :: Maybe POSIX

    The date and time (in Unix format) that the recommender update was created.

  • failureReason :: Maybe Text

    If a recommender update fails, the reason behind the failure.

  • lastUpdatedDateTime :: Maybe POSIX

    The date and time (in Unix time) that the recommender update was last updated.

  • recommenderConfig :: Maybe RecommenderConfig

    The configuration details of the recommender update.

  • status :: Maybe Text

    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

Instances

Instances details
FromJSON RecommenderUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecommenderUpdateSummary

Generic RecommenderUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecommenderUpdateSummary

Associated Types

type Rep RecommenderUpdateSummary :: Type -> Type #

Read RecommenderUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecommenderUpdateSummary

Show RecommenderUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecommenderUpdateSummary

NFData RecommenderUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecommenderUpdateSummary

Eq RecommenderUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecommenderUpdateSummary

Hashable RecommenderUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecommenderUpdateSummary

type Rep RecommenderUpdateSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecommenderUpdateSummary

type Rep RecommenderUpdateSummary = D1 ('MetaData "RecommenderUpdateSummary" "Amazonka.Personalize.Types.RecommenderUpdateSummary" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "RecommenderUpdateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "recommenderConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommenderConfig)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_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