| 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.MQ.Types.SanitizationWarning
Description
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.
Constructors
| SanitizationWarning' | |
Fields
| |
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.