| 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.ExportForms
Description
Exports form configurations to code that is ready to integrate into an Amplify app.
This operation returns paginated results.
Synopsis
- data ExportForms = ExportForms' {}
- newExportForms :: Text -> Text -> ExportForms
- exportForms_nextToken :: Lens' ExportForms (Maybe Text)
- exportForms_appId :: Lens' ExportForms Text
- exportForms_environmentName :: Lens' ExportForms Text
- data ExportFormsResponse = ExportFormsResponse' {}
- newExportFormsResponse :: Int -> ExportFormsResponse
- exportFormsResponse_nextToken :: Lens' ExportFormsResponse (Maybe Text)
- exportFormsResponse_httpStatus :: Lens' ExportFormsResponse Int
- exportFormsResponse_entities :: Lens' ExportFormsResponse [Form]
Creating a Request
data ExportForms Source #
See: newExportForms smart constructor.
Constructors
| ExportForms' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ExportForms |
Create a value of ExportForms 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:
ExportForms, exportForms_nextToken - The token to request the next page of results.
ExportForms, exportForms_appId - The unique ID of the Amplify app to export forms to.
ExportForms, exportForms_environmentName - The name of the backend environment that is a part of the Amplify app.
Request Lenses
exportForms_nextToken :: Lens' ExportForms (Maybe Text) Source #
The token to request the next page of results.
exportForms_appId :: Lens' ExportForms Text Source #
The unique ID of the Amplify app to export forms to.
exportForms_environmentName :: Lens' ExportForms Text Source #
The name of the backend environment that is a part of the Amplify app.
Destructuring the Response
data ExportFormsResponse Source #
See: newExportFormsResponse smart constructor.
Constructors
| ExportFormsResponse' | |
Instances
newExportFormsResponse Source #
Arguments
| :: Int | |
| -> ExportFormsResponse |
Create a value of ExportFormsResponse 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:
ExportForms, exportFormsResponse_nextToken - The pagination token that's included if more results are available.
$sel:httpStatus:ExportFormsResponse', exportFormsResponse_httpStatus - The response's http status code.
$sel:entities:ExportFormsResponse', exportFormsResponse_entities - Represents the configuration of the exported forms.
Response Lenses
exportFormsResponse_nextToken :: Lens' ExportFormsResponse (Maybe Text) Source #
The pagination token that's included if more results are available.
exportFormsResponse_httpStatus :: Lens' ExportFormsResponse Int Source #
The response's http status code.
exportFormsResponse_entities :: Lens' ExportFormsResponse [Form] Source #
Represents the configuration of the exported forms.