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

Stratosphere.MemoryDB.User

Documentation

data User Source #

Instances

Instances details
ToJSON User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

Show User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Eq User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

Methods

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

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

ToResourceProperties User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

Property "AccessString" User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

Associated Types

type PropertyType "AccessString" User 
Instance details

Defined in Stratosphere.MemoryDB.User

type PropertyType "AccessString" User = Value Text

Methods

set :: PropertyType "AccessString" User -> User -> User #

Property "AuthenticationMode" User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

Associated Types

type PropertyType "AuthenticationMode" User 
Instance details

Defined in Stratosphere.MemoryDB.User

type PropertyType "AuthenticationMode" User = AuthenticationModeProperty

Methods

set :: PropertyType "AuthenticationMode" User -> User -> User #

Property "Tags" User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

Associated Types

type PropertyType "Tags" User 
Instance details

Defined in Stratosphere.MemoryDB.User

type PropertyType "Tags" User = [Tag]

Methods

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

Property "UserName" User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

Associated Types

type PropertyType "UserName" User 
Instance details

Defined in Stratosphere.MemoryDB.User

type PropertyType "UserName" User = Value Text

Methods

set :: PropertyType "UserName" User -> User -> User #

type PropertyType "AccessString" User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

type PropertyType "AccessString" User = Value Text
type PropertyType "AuthenticationMode" User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

type PropertyType "AuthenticationMode" User = AuthenticationModeProperty
type PropertyType "Tags" User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

type PropertyType "Tags" User = [Tag]
type PropertyType "UserName" User Source # 
Instance details

Defined in Stratosphere.MemoryDB.User

type PropertyType "UserName" User = Value Text