stratosphere-iot-1.0.0: Stratosphere integration for AWS IoT.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoT.Policy

Documentation

data Policy Source #

Instances

Instances details
ToJSON Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

Show Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

Eq Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

Methods

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

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

ToResourceProperties Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

Property "PolicyDocument" Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

Associated Types

type PropertyType "PolicyDocument" Policy 
Instance details

Defined in Stratosphere.IoT.Policy

type PropertyType "PolicyDocument" Policy = Object

Methods

set :: PropertyType "PolicyDocument" Policy -> Policy -> Policy #

Property "PolicyName" Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

Associated Types

type PropertyType "PolicyName" Policy 
Instance details

Defined in Stratosphere.IoT.Policy

type PropertyType "PolicyName" Policy = Value Text

Methods

set :: PropertyType "PolicyName" Policy -> Policy -> Policy #

Property "Tags" Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

Associated Types

type PropertyType "Tags" Policy 
Instance details

Defined in Stratosphere.IoT.Policy

type PropertyType "Tags" Policy = [Tag]

Methods

set :: PropertyType "Tags" Policy -> Policy -> Policy #

type PropertyType "PolicyDocument" Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

type PropertyType "PolicyDocument" Policy = Object
type PropertyType "PolicyName" Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

type PropertyType "PolicyName" Policy = Value Text
type PropertyType "Tags" Policy Source # 
Instance details

Defined in Stratosphere.IoT.Policy

type PropertyType "Tags" Policy = [Tag]