| 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.Panorama.Types.ManifestPayload
Description
Synopsis
Documentation
data ManifestPayload Source #
A application verion's manifest file. This is a JSON document that has
a single key (PayloadData) where the value is an escaped string
representation of the application manifest (graph.json). This file is
located in the graphs folder in your application source.
See: newManifestPayload smart constructor.
Constructors
| ManifestPayload' | |
Fields
| |
Instances
newManifestPayload :: ManifestPayload Source #
Create a value of ManifestPayload 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:payloadData:ManifestPayload', manifestPayload_payloadData - The application manifest.
manifestPayload_payloadData :: Lens' ManifestPayload (Maybe Text) Source #
The application manifest.