| 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.RecipeSummary
Description
Synopsis
- data RecipeSummary = RecipeSummary' {}
- newRecipeSummary :: RecipeSummary
- recipeSummary_creationDateTime :: Lens' RecipeSummary (Maybe UTCTime)
- recipeSummary_domain :: Lens' RecipeSummary (Maybe Domain)
- recipeSummary_lastUpdatedDateTime :: Lens' RecipeSummary (Maybe UTCTime)
- recipeSummary_name :: Lens' RecipeSummary (Maybe Text)
- recipeSummary_recipeArn :: Lens' RecipeSummary (Maybe Text)
- recipeSummary_status :: Lens' RecipeSummary (Maybe Text)
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
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:creationDateTime:RecipeSummary', recipeSummary_creationDateTime - The date and time (in Unix time) that the recipe was created.
$sel:domain:RecipeSummary', recipeSummary_domain - The domain of the recipe (if the recipe is a Domain dataset group use
case).
$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:recipeArn:RecipeSummary', recipeSummary_recipeArn - The Amazon Resource Name (ARN) of the recipe.
$sel:status:RecipeSummary', recipeSummary_status - The status of the recipe.
recipeSummary_creationDateTime :: Lens' RecipeSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the recipe was created.
recipeSummary_domain :: Lens' RecipeSummary (Maybe Domain) Source #
The domain of the recipe (if the recipe is a Domain dataset group use case).
recipeSummary_lastUpdatedDateTime :: Lens' RecipeSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the recipe was last updated.
recipeSummary_name :: Lens' RecipeSummary (Maybe Text) Source #
The name of the recipe.
recipeSummary_recipeArn :: Lens' RecipeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the recipe.
recipeSummary_status :: Lens' RecipeSummary (Maybe Text) Source #
The status of the recipe.