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 UiTemplateInfo Source #
Container for user interface template information.
See: newUiTemplateInfo
smart constructor.
Instances
newUiTemplateInfo :: UiTemplateInfo Source #
Create a value of UiTemplateInfo
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:url:UiTemplateInfo'
, uiTemplateInfo_url
- The URL for the user interface template.
$sel:contentSha256:UiTemplateInfo'
, uiTemplateInfo_contentSha256
- The SHA-256 digest of the contents of the template.
uiTemplateInfo_url :: Lens' UiTemplateInfo (Maybe Text) Source #
The URL for the user interface template.
uiTemplateInfo_contentSha256 :: Lens' UiTemplateInfo (Maybe Text) Source #
The SHA-256 digest of the contents of the template.