| 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.Denied
Description
Synopsis
Documentation
Contains information that denied the authorization.
See: newDenied smart constructor.
Constructors
| Denied' | |
Fields
| |
Instances
| FromJSON Denied Source # | |
| Generic Denied Source # | |
| Read Denied Source # | |
| Show Denied Source # | |
| NFData Denied Source # | |
Defined in Amazonka.IoT.Types.Denied | |
| Eq Denied Source # | |
| Hashable Denied Source # | |
Defined in Amazonka.IoT.Types.Denied | |
| type Rep Denied Source # | |
Defined in Amazonka.IoT.Types.Denied type Rep Denied = D1 ('MetaData "Denied" "Amazonka.IoT.Types.Denied" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "Denied'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explicitDeny") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExplicitDeny)) :*: S1 ('MetaSel ('Just "implicitDeny") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImplicitDeny)))) | |
Create a value of Denied 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:explicitDeny:Denied', denied_explicitDeny - Information that explicitly denies the authorization.
$sel:implicitDeny:Denied', denied_implicitDeny - Information that implicitly denies the authorization. When a policy
doesn't explicitly deny or allow an action on a resource it is
considered an implicit deny.
denied_explicitDeny :: Lens' Denied (Maybe ExplicitDeny) Source #
Information that explicitly denies the authorization.
denied_implicitDeny :: Lens' Denied (Maybe ImplicitDeny) Source #
Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.