stratosphere-ram-1.0.0: Stratosphere integration for AWS RAM.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.RAM.Permission

Documentation

data Permission Source #

Instances

Instances details
ToJSON Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

Show Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

Eq Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

ToResourceProperties Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

Property "Name" Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

Associated Types

type PropertyType "Name" Permission 
Instance details

Defined in Stratosphere.RAM.Permission

Property "PolicyTemplate" Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

Associated Types

type PropertyType "PolicyTemplate" Permission 
Instance details

Defined in Stratosphere.RAM.Permission

type PropertyType "PolicyTemplate" Permission = Object

Methods

set :: PropertyType "PolicyTemplate" Permission -> Permission -> Permission #

Property "ResourceType" Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

Associated Types

type PropertyType "ResourceType" Permission 
Instance details

Defined in Stratosphere.RAM.Permission

type PropertyType "ResourceType" Permission = Value Text

Methods

set :: PropertyType "ResourceType" Permission -> Permission -> Permission #

Property "Tags" Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

Associated Types

type PropertyType "Tags" Permission 
Instance details

Defined in Stratosphere.RAM.Permission

type PropertyType "Tags" Permission = [Tag]
type PropertyType "Name" Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

type PropertyType "PolicyTemplate" Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

type PropertyType "PolicyTemplate" Permission = Object
type PropertyType "ResourceType" Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

type PropertyType "ResourceType" Permission = Value Text
type PropertyType "Tags" Permission Source # 
Instance details

Defined in Stratosphere.RAM.Permission

type PropertyType "Tags" Permission = [Tag]