| 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.LicenseManager.Types.Metadata
Description
Documentation
Describes key/value pairs.
See: newMetadata smart constructor.
Instances
| FromJSON Metadata Source # | |
| ToJSON Metadata Source # | |
Defined in Amazonka.LicenseManager.Types.Metadata | |
| Generic Metadata Source # | |
| Read Metadata Source # | |
| Show Metadata Source # | |
| NFData Metadata Source # | |
Defined in Amazonka.LicenseManager.Types.Metadata | |
| Eq Metadata Source # | |
| Hashable Metadata Source # | |
Defined in Amazonka.LicenseManager.Types.Metadata | |
| type Rep Metadata Source # | |
Defined in Amazonka.LicenseManager.Types.Metadata type Rep Metadata = D1 ('MetaData "Metadata" "Amazonka.LicenseManager.Types.Metadata" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "Metadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newMetadata :: Metadata Source #
Create a value of Metadata 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:name:Metadata', metadata_name - The key name.
$sel:value:Metadata', metadata_value - The value.