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 OtherMetadataValueListItem Source #
A structure containing other metadata for a schema version belonging to the same metadata key.
See: newOtherMetadataValueListItem
smart constructor.
OtherMetadataValueListItem' | |
|
Instances
newOtherMetadataValueListItem :: OtherMetadataValueListItem Source #
Create a value of OtherMetadataValueListItem
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:OtherMetadataValueListItem'
, otherMetadataValueListItem_createdTime
- The time at which the entry was created.
$sel:metadataValue:OtherMetadataValueListItem'
, otherMetadataValueListItem_metadataValue
- The metadata key’s corresponding value for the other metadata belonging
to the same metadata key.
otherMetadataValueListItem_createdTime :: Lens' OtherMetadataValueListItem (Maybe Text) Source #
The time at which the entry was created.
otherMetadataValueListItem_metadataValue :: Lens' OtherMetadataValueListItem (Maybe Text) Source #
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.