Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
ManifestPayload' | |
|
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.