| 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.AmplifyUiBuilder.Types.PutMetadataFlagBody
Description
Documentation
data PutMetadataFlagBody Source #
Stores the metadata information about a feature on a form or view.
See: newPutMetadataFlagBody smart constructor.
Constructors
| PutMetadataFlagBody' | |
Instances
newPutMetadataFlagBody Source #
Arguments
| :: Text | |
| -> PutMetadataFlagBody |
Create a value of PutMetadataFlagBody 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:newValue':PutMetadataFlagBody', putMetadataFlagBody_newValue - The new information to store.
putMetadataFlagBody_newValue :: Lens' PutMetadataFlagBody Text Source #
The new information to store.