stratosphere-memorydb-1.0.0: Stratosphere integration for AWS MemoryDB.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.MemoryDB.ACL

Documentation

data ACL Source #

Instances

Instances details
ToJSON ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

Show ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

Methods

showsPrec :: Int -> ACL -> ShowS #

show :: ACL -> String #

showList :: [ACL] -> ShowS #

Eq ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

Methods

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

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

ToResourceProperties ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

Property "ACLName" ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

Associated Types

type PropertyType "ACLName" ACL 
Instance details

Defined in Stratosphere.MemoryDB.ACL

type PropertyType "ACLName" ACL = Value Text

Methods

set :: PropertyType "ACLName" ACL -> ACL -> ACL #

Property "Tags" ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

Associated Types

type PropertyType "Tags" ACL 
Instance details

Defined in Stratosphere.MemoryDB.ACL

type PropertyType "Tags" ACL = [Tag]

Methods

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

Property "UserNames" ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

Associated Types

type PropertyType "UserNames" ACL 
Instance details

Defined in Stratosphere.MemoryDB.ACL

type PropertyType "UserNames" ACL = ValueList Text

Methods

set :: PropertyType "UserNames" ACL -> ACL -> ACL #

type PropertyType "ACLName" ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

type PropertyType "ACLName" ACL = Value Text
type PropertyType "Tags" ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

type PropertyType "Tags" ACL = [Tag]
type PropertyType "UserNames" ACL Source # 
Instance details

Defined in Stratosphere.MemoryDB.ACL

type PropertyType "UserNames" ACL = ValueList Text