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

Description

 
Synopsis

Documentation

data Allowed Source #

Contains information that allowed the authorization.

See: newAllowed smart constructor.

Constructors

Allowed' 

Fields

Instances

Instances details
Eq Allowed Source # 
Instance details

Defined in Amazonka.IoT.Types.Allowed

Methods

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

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

Read Allowed Source # 
Instance details

Defined in Amazonka.IoT.Types.Allowed

Show Allowed Source # 
Instance details

Defined in Amazonka.IoT.Types.Allowed

Generic Allowed Source # 
Instance details

Defined in Amazonka.IoT.Types.Allowed

Associated Types

type Rep Allowed :: Type -> Type #

Methods

from :: Allowed -> Rep Allowed x #

to :: Rep Allowed x -> Allowed #

NFData Allowed Source # 
Instance details

Defined in Amazonka.IoT.Types.Allowed

Methods

rnf :: Allowed -> () #

Hashable Allowed Source # 
Instance details

Defined in Amazonka.IoT.Types.Allowed

Methods

hashWithSalt :: Int -> Allowed -> Int #

hash :: Allowed -> Int #

FromJSON Allowed Source # 
Instance details

Defined in Amazonka.IoT.Types.Allowed

type Rep Allowed Source # 
Instance details

Defined in Amazonka.IoT.Types.Allowed

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

newAllowed :: Allowed Source #

Create a value of Allowed 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:Allowed', allowed_policies - A list of policies that allowed the authentication.

allowed_policies :: Lens' Allowed (Maybe [Policy]) Source #

A list of policies that allowed the authentication.