stratosphere-elasticache-1.0.0: Stratosphere integration for AWS ElastiCache.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ElastiCache.User

Documentation

data User Source #

Instances

Instances details
ToJSON User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Show User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Eq User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Methods

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

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

ToResourceProperties User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Property "AccessString" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Associated Types

type PropertyType "AccessString" User 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "AccessString" User = Value Text

Methods

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

Property "AuthenticationMode" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Associated Types

type PropertyType "AuthenticationMode" User 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "AuthenticationMode" User = AuthenticationModeProperty

Methods

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

Property "Engine" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Associated Types

type PropertyType "Engine" User 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "Engine" User = Value Text

Methods

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

Property "NoPasswordRequired" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Associated Types

type PropertyType "NoPasswordRequired" User 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "NoPasswordRequired" User = Value Bool

Methods

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

Property "Passwords" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Associated Types

type PropertyType "Passwords" User 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "Passwords" User = ValueList Text

Methods

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

Property "Tags" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Associated Types

type PropertyType "Tags" User 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "Tags" User = [Tag]

Methods

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

Property "UserId" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Associated Types

type PropertyType "UserId" User 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "UserId" User = Value Text

Methods

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

Property "UserName" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

Associated Types

type PropertyType "UserName" User 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "UserName" User = Value Text

Methods

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

type PropertyType "AccessString" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

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

Defined in Stratosphere.ElastiCache.User

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

Defined in Stratosphere.ElastiCache.User

type PropertyType "Engine" User = Value Text
type PropertyType "NoPasswordRequired" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "NoPasswordRequired" User = Value Bool
type PropertyType "Passwords" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "Passwords" User = ValueList Text
type PropertyType "Tags" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

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

Defined in Stratosphere.ElastiCache.User

type PropertyType "UserId" User = Value Text
type PropertyType "UserName" User Source # 
Instance details

Defined in Stratosphere.ElastiCache.User

type PropertyType "UserName" User = Value Text