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 NonCompliantResource = NonCompliantResource' {}
- newNonCompliantResource :: NonCompliantResource
- nonCompliantResource_additionalInfo :: Lens' NonCompliantResource (Maybe (HashMap Text Text))
- nonCompliantResource_resourceType :: Lens' NonCompliantResource (Maybe ResourceType)
- nonCompliantResource_resourceIdentifier :: Lens' NonCompliantResource (Maybe ResourceIdentifier)
Documentation
data NonCompliantResource Source #
Information about the resource that was noncompliant with the audit check.
See: newNonCompliantResource
smart constructor.
NonCompliantResource' | |
|
Instances
newNonCompliantResource :: NonCompliantResource Source #
Create a value of NonCompliantResource
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:additionalInfo:NonCompliantResource'
, nonCompliantResource_additionalInfo
- Other information about the noncompliant resource.
$sel:resourceType:NonCompliantResource'
, nonCompliantResource_resourceType
- The type of the noncompliant resource.
$sel:resourceIdentifier:NonCompliantResource'
, nonCompliantResource_resourceIdentifier
- Information that identifies the noncompliant resource.
nonCompliantResource_additionalInfo :: Lens' NonCompliantResource (Maybe (HashMap Text Text)) Source #
Other information about the noncompliant resource.
nonCompliantResource_resourceType :: Lens' NonCompliantResource (Maybe ResourceType) Source #
The type of the noncompliant resource.
nonCompliantResource_resourceIdentifier :: Lens' NonCompliantResource (Maybe ResourceIdentifier) Source #
Information that identifies the noncompliant resource.