| 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.IoT.Types.ExplicitDeny
Description
Synopsis
- data ExplicitDeny = ExplicitDeny' {}
- newExplicitDeny :: ExplicitDeny
- explicitDeny_policies :: Lens' ExplicitDeny (Maybe [Policy])
Documentation
data ExplicitDeny Source #
Information that explicitly denies authorization.
See: newExplicitDeny smart constructor.
Constructors
| ExplicitDeny' | |
Instances
newExplicitDeny :: ExplicitDeny Source #
Create a value of ExplicitDeny 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:policies:ExplicitDeny', explicitDeny_policies - The policies that denied the authorization.
explicitDeny_policies :: Lens' ExplicitDeny (Maybe [Policy]) Source #
The policies that denied the authorization.