libZSservicesZSamazonka-personalizeZSamazonka-personalize
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Personalize.Types.RecipeSummary

Description

 
Synopsis

Documentation

data RecipeSummary Source #

Provides a summary of the properties of a recipe. For a complete listing, call the DescribeRecipe API.

See: newRecipeSummary smart constructor.

Constructors

RecipeSummary' 

Fields

Instances

Instances details
Eq RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Read RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Show RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Generic RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Associated Types

type Rep RecipeSummary :: Type -> Type #

NFData RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

Methods

rnf :: RecipeSummary -> () #

Hashable RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

FromJSON RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

type Rep RecipeSummary Source # 
Instance details

Defined in Amazonka.Personalize.Types.RecipeSummary

type Rep RecipeSummary = D1 ('MetaData "RecipeSummary" "Amazonka.Personalize.Types.RecipeSummary" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "RecipeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recipeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newRecipeSummary :: RecipeSummary Source #

Create a value of RecipeSummary 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:status:RecipeSummary', recipeSummary_status - The status of the recipe.

$sel:recipeArn:RecipeSummary', recipeSummary_recipeArn - The Amazon Resource Name (ARN) of the recipe.

$sel:lastUpdatedDateTime:RecipeSummary', recipeSummary_lastUpdatedDateTime - The date and time (in Unix time) that the recipe was last updated.

$sel:name:RecipeSummary', recipeSummary_name - The name of the recipe.

$sel:creationDateTime:RecipeSummary', recipeSummary_creationDateTime - The date and time (in Unix time) that the recipe was created.

recipeSummary_status :: Lens' RecipeSummary (Maybe Text) Source #

The status of the recipe.

recipeSummary_recipeArn :: Lens' RecipeSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the recipe.

recipeSummary_lastUpdatedDateTime :: Lens' RecipeSummary (Maybe UTCTime) Source #

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

recipeSummary_creationDateTime :: Lens' RecipeSummary (Maybe UTCTime) Source #

The date and time (in Unix time) that the recipe was created.