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