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.ExplicitDeny

Description

 
Synopsis

Documentation

data ExplicitDeny Source #

Information that explicitly denies authorization.

See: newExplicitDeny smart constructor.

Constructors

ExplicitDeny' 

Fields

Instances

Instances details
Eq ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

Read ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

Show 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 #

NFData ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

Methods

rnf :: ExplicitDeny -> () #

Hashable ExplicitDeny Source # 
Instance details

Defined in Amazonka.IoT.Types.ExplicitDeny

FromJSON 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" "libZSservicesZSamazonka-iotZSamazonka-iot" '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.