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 |
Documentation
data MetadataInfo Source #
A structure containing metadata information for a schema version.
See: newMetadataInfo
smart constructor.
MetadataInfo' | |
|
Instances
newMetadataInfo :: MetadataInfo Source #
Create a value of MetadataInfo
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:createdTime:MetadataInfo'
, metadataInfo_createdTime
- The time at which the entry was created.
$sel:otherMetadataValueList:MetadataInfo'
, metadataInfo_otherMetadataValueList
- Other metadata belonging to the same metadata key.
$sel:metadataValue:MetadataInfo'
, metadataInfo_metadataValue
- The metadata key’s corresponding value.
metadataInfo_createdTime :: Lens' MetadataInfo (Maybe Text) Source #
The time at which the entry was created.
metadataInfo_otherMetadataValueList :: Lens' MetadataInfo (Maybe [OtherMetadataValueListItem]) Source #
Other metadata belonging to the same metadata key.
metadataInfo_metadataValue :: Lens' MetadataInfo (Maybe Text) Source #
The metadata key’s corresponding value.