| 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.PutMetadataFlag
Description
Stores the metadata information about a feature on a form or view.
Synopsis
- data PutMetadataFlag = PutMetadataFlag' {}
- newPutMetadataFlag :: Text -> PutMetadataFlagBody -> Text -> Text -> PutMetadataFlag
- putMetadataFlag_appId :: Lens' PutMetadataFlag Text
- putMetadataFlag_body :: Lens' PutMetadataFlag PutMetadataFlagBody
- putMetadataFlag_environmentName :: Lens' PutMetadataFlag Text
- putMetadataFlag_featureName :: Lens' PutMetadataFlag Text
- data PutMetadataFlagResponse = PutMetadataFlagResponse' {
- newPutMetadataFlagResponse :: PutMetadataFlagResponse
Creating a Request
data PutMetadataFlag Source #
See: newPutMetadataFlag smart constructor.
Constructors
| PutMetadataFlag' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> PutMetadataFlagBody | |
| -> Text | |
| -> Text | |
| -> PutMetadataFlag |
Create a value of PutMetadataFlag 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:
PutMetadataFlag, putMetadataFlag_appId - The unique ID for the Amplify app.
$sel:body:PutMetadataFlag', putMetadataFlag_body - The metadata information to store.
PutMetadataFlag, putMetadataFlag_environmentName - The name of the backend environment that is part of the Amplify app.
$sel:featureName:PutMetadataFlag', putMetadataFlag_featureName - The name of the feature associated with the metadata.
Request Lenses
putMetadataFlag_appId :: Lens' PutMetadataFlag Text Source #
The unique ID for the Amplify app.
putMetadataFlag_body :: Lens' PutMetadataFlag PutMetadataFlagBody Source #
The metadata information to store.
putMetadataFlag_environmentName :: Lens' PutMetadataFlag Text Source #
The name of the backend environment that is part of the Amplify app.
putMetadataFlag_featureName :: Lens' PutMetadataFlag Text Source #
The name of the feature associated with the metadata.
Destructuring the Response
data PutMetadataFlagResponse Source #
See: newPutMetadataFlagResponse smart constructor.
Constructors
| PutMetadataFlagResponse' | |
Instances
newPutMetadataFlagResponse :: PutMetadataFlagResponse Source #
Create a value of PutMetadataFlagResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.