amazonka-iot-2.0: Amazon IoT SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoT.Types.ExplicitDeny

Description

 
Synopsis

Documentation

data ExplicitDeny Source #

Information that explicitly denies authorization.

See: newExplicitDeny smart constructor.

Constructors

ExplicitDeny' 

Fields

Instances

Instances details
FromJSON ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

Generic ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

Associated Types

type Rep ExplicitDeny :: Type -> Type #

Read ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

Show ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

NFData ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

Methods

rnf :: ExplicitDeny -> () #

Eq ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

Hashable ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

type Rep ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

type Rep ExplicitDeny = D1 ('MetaData "ExplicitDeny" "Amazonka.IoT.Types.ExplicitDeny" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "ExplicitDeny'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Policy]))))

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.