libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.Types.Denied

Description

 
Synopsis

Documentation

data Denied Source #

Contains information that denied the authorization.

See: newDenied smart constructor.

Constructors

Denied' 

Fields

Instances

Instances details
Eq Denied Source # 
Instance details

Defined in Amazonka.IoT.Types.Denied

Methods

(==) :: Denied -> Denied -> Bool #

(/=) :: Denied -> Denied -> Bool #

Read Denied Source # 
Instance details

Defined in Amazonka.IoT.Types.Denied

Show Denied Source # 
Instance details

Defined in Amazonka.IoT.Types.Denied

Generic Denied Source # 
Instance details

Defined in Amazonka.IoT.Types.Denied

Associated Types

type Rep Denied :: Type -> Type #

Methods

from :: Denied -> Rep Denied x #

to :: Rep Denied x -> Denied #

NFData Denied Source # 
Instance details

Defined in Amazonka.IoT.Types.Denied

Methods

rnf :: Denied -> () #

Hashable Denied Source # 
Instance details

Defined in Amazonka.IoT.Types.Denied

Methods

hashWithSalt :: Int -> Denied -> Int #

hash :: Denied -> Int #

FromJSON Denied Source # 
Instance details

Defined in Amazonka.IoT.Types.Denied

type Rep Denied Source # 
Instance details

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))))

newDenied :: Denied Source #

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.