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
Documentation
Contains information that denied the authorization.
See: newDenied
smart constructor.
Denied' | |
|
Instances
Eq Denied Source # | |
Read Denied Source # | |
Show Denied Source # | |
Generic Denied Source # | |
NFData Denied Source # | |
Defined in Amazonka.IoT.Types.Denied | |
Hashable Denied Source # | |
Defined in Amazonka.IoT.Types.Denied | |
FromJSON Denied Source # | |
type Rep Denied Source # | |
Defined in Amazonka.IoT.Types.Denied type Rep Denied = D1 ('MetaData "Denied" "Amazonka.IoT.Types.Denied" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "Denied'" 'PrefixI 'True) (S1 ('MetaSel ('Just "implicitDeny") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImplicitDeny)) :*: S1 ('MetaSel ('Just "explicitDeny") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExplicitDeny)))) |
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: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.
$sel:explicitDeny:Denied'
, denied_explicitDeny
- 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.
denied_explicitDeny :: Lens' Denied (Maybe ExplicitDeny) Source #
Information that explicitly denies the authorization.