stratosphere-appstream-1.0.0: Stratosphere integration for AWS AppStream.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppStream.User

Documentation

data User Source #

Instances

Instances details
ToJSON User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Show User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Eq User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Methods

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

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

ToResourceProperties User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Property "AuthenticationType" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Associated Types

type PropertyType "AuthenticationType" User 
Instance details

Defined in Stratosphere.AppStream.User

type PropertyType "AuthenticationType" User = Value Text

Methods

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

Property "FirstName" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Associated Types

type PropertyType "FirstName" User 
Instance details

Defined in Stratosphere.AppStream.User

type PropertyType "FirstName" User = Value Text

Methods

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

Property "LastName" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Associated Types

type PropertyType "LastName" User 
Instance details

Defined in Stratosphere.AppStream.User

type PropertyType "LastName" User = Value Text

Methods

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

Property "MessageAction" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Associated Types

type PropertyType "MessageAction" User 
Instance details

Defined in Stratosphere.AppStream.User

type PropertyType "MessageAction" User = Value Text

Methods

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

Property "UserName" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

Associated Types

type PropertyType "UserName" User 
Instance details

Defined in Stratosphere.AppStream.User

type PropertyType "UserName" User = Value Text

Methods

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

type PropertyType "AuthenticationType" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

type PropertyType "AuthenticationType" User = Value Text
type PropertyType "FirstName" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

type PropertyType "FirstName" User = Value Text
type PropertyType "LastName" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

type PropertyType "LastName" User = Value Text
type PropertyType "MessageAction" User Source # 
Instance details

Defined in Stratosphere.AppStream.User

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

Defined in Stratosphere.AppStream.User

type PropertyType "UserName" User = Value Text