| 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.Greengrass.Types.DefinitionInformation
Description
Synopsis
- data DefinitionInformation = DefinitionInformation' {}
- newDefinitionInformation :: DefinitionInformation
- definitionInformation_arn :: Lens' DefinitionInformation (Maybe Text)
- definitionInformation_creationTimestamp :: Lens' DefinitionInformation (Maybe Text)
- definitionInformation_id :: Lens' DefinitionInformation (Maybe Text)
- definitionInformation_lastUpdatedTimestamp :: Lens' DefinitionInformation (Maybe Text)
- definitionInformation_latestVersion :: Lens' DefinitionInformation (Maybe Text)
- definitionInformation_latestVersionArn :: Lens' DefinitionInformation (Maybe Text)
- definitionInformation_name :: Lens' DefinitionInformation (Maybe Text)
- definitionInformation_tags :: Lens' DefinitionInformation (Maybe (HashMap Text Text))
Documentation
data DefinitionInformation Source #
Information about a definition.
See: newDefinitionInformation smart constructor.
Constructors
| DefinitionInformation' | |
Fields
| |
Instances
newDefinitionInformation :: DefinitionInformation Source #
Create a value of DefinitionInformation 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:DefinitionInformation', definitionInformation_arn - The ARN of the definition.
$sel:creationTimestamp:DefinitionInformation', definitionInformation_creationTimestamp - The time, in milliseconds since the epoch, when the definition was
created.
$sel:id:DefinitionInformation', definitionInformation_id - The ID of the definition.
$sel:lastUpdatedTimestamp:DefinitionInformation', definitionInformation_lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the definition was last
updated.
$sel:latestVersion:DefinitionInformation', definitionInformation_latestVersion - The ID of the latest version associated with the definition.
$sel:latestVersionArn:DefinitionInformation', definitionInformation_latestVersionArn - The ARN of the latest version associated with the definition.
$sel:name:DefinitionInformation', definitionInformation_name - The name of the definition.
$sel:tags:DefinitionInformation', definitionInformation_tags - Tag(s) attached to the resource arn.
definitionInformation_arn :: Lens' DefinitionInformation (Maybe Text) Source #
The ARN of the definition.
definitionInformation_creationTimestamp :: Lens' DefinitionInformation (Maybe Text) Source #
The time, in milliseconds since the epoch, when the definition was created.
definitionInformation_id :: Lens' DefinitionInformation (Maybe Text) Source #
The ID of the definition.
definitionInformation_lastUpdatedTimestamp :: Lens' DefinitionInformation (Maybe Text) Source #
The time, in milliseconds since the epoch, when the definition was last updated.
definitionInformation_latestVersion :: Lens' DefinitionInformation (Maybe Text) Source #
The ID of the latest version associated with the definition.
definitionInformation_latestVersionArn :: Lens' DefinitionInformation (Maybe Text) Source #
The ARN of the latest version associated with the definition.
definitionInformation_name :: Lens' DefinitionInformation (Maybe Text) Source #
The name of the definition.
definitionInformation_tags :: Lens' DefinitionInformation (Maybe (HashMap Text Text)) Source #
Tag(s) attached to the resource arn.