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 RecipeSummary = RecipeSummary' {}
- newRecipeSummary :: RecipeSummary
- recipeSummary_status :: Lens' RecipeSummary (Maybe Text)
- recipeSummary_recipeArn :: Lens' RecipeSummary (Maybe Text)
- recipeSummary_lastUpdatedDateTime :: Lens' RecipeSummary (Maybe UTCTime)
- recipeSummary_name :: Lens' RecipeSummary (Maybe Text)
- recipeSummary_creationDateTime :: Lens' RecipeSummary (Maybe UTCTime)
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.
RecipeSummary' | |
|
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: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_name :: Lens' RecipeSummary (Maybe Text) Source #
The name of the recipe.
recipeSummary_creationDateTime :: Lens' RecipeSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the recipe was created.