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
Documentation
data WorldSummary Source #
Information about a world.
See: newWorldSummary
smart constructor.
WorldSummary' | |
|
Instances
newWorldSummary :: WorldSummary Source #
Create a value of WorldSummary
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:arn:WorldSummary'
, worldSummary_arn
- The Amazon Resource Name (ARN) of the world.
$sel:createdAt:WorldSummary'
, worldSummary_createdAt
- The time, in milliseconds since the epoch, when the world was created.
$sel:template:WorldSummary'
, worldSummary_template
- The Amazon Resource Name (arn) of the world template.
$sel:generationJob:WorldSummary'
, worldSummary_generationJob
- The Amazon Resource Name (arn) of the world generation job.
worldSummary_arn :: Lens' WorldSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the world.
worldSummary_createdAt :: Lens' WorldSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the world was created.
worldSummary_template :: Lens' WorldSummary (Maybe Text) Source #
The Amazon Resource Name (arn) of the world template.
worldSummary_generationJob :: Lens' WorldSummary (Maybe Text) Source #
The Amazon Resource Name (arn) of the world generation job.