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
- data SanitizationWarning = SanitizationWarning' {}
- newSanitizationWarning :: SanitizationWarningReason -> SanitizationWarning
- sanitizationWarning_attributeName :: Lens' SanitizationWarning (Maybe Text)
- sanitizationWarning_elementName :: Lens' SanitizationWarning (Maybe Text)
- sanitizationWarning_reason :: Lens' SanitizationWarning SanitizationWarningReason
Documentation
data SanitizationWarning Source #
Returns information about the XML element or attribute that was sanitized in the configuration.
See: newSanitizationWarning
smart constructor.
SanitizationWarning' | |
|
Instances
newSanitizationWarning Source #
Create a value of SanitizationWarning
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:attributeName:SanitizationWarning'
, sanitizationWarning_attributeName
- The name of the XML attribute that has been sanitized.
$sel:elementName:SanitizationWarning'
, sanitizationWarning_elementName
- The name of the XML element that has been sanitized.
$sel:reason:SanitizationWarning'
, sanitizationWarning_reason
- Required. The reason for which the XML elements or attributes were
sanitized.
sanitizationWarning_attributeName :: Lens' SanitizationWarning (Maybe Text) Source #
The name of the XML attribute that has been sanitized.
sanitizationWarning_elementName :: Lens' SanitizationWarning (Maybe Text) Source #
The name of the XML element that has been sanitized.
sanitizationWarning_reason :: Lens' SanitizationWarning SanitizationWarningReason Source #
Required. The reason for which the XML elements or attributes were sanitized.