stratosphere-amplifyuibuilder-1.0.0: Stratosphere integration for AWS AmplifyUIBuilder.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AmplifyUIBuilder.Theme

Documentation

data Theme Source #

Instances

Instances details
ToJSON Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Show Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Methods

showsPrec :: Int -> Theme -> ShowS #

show :: Theme -> String #

showList :: [Theme] -> ShowS #

Eq Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Methods

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

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

ToResourceProperties Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Property "AppId" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Associated Types

type PropertyType "AppId" Theme 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

type PropertyType "AppId" Theme = Value Text

Methods

set :: PropertyType "AppId" Theme -> Theme -> Theme #

Property "EnvironmentName" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Associated Types

type PropertyType "EnvironmentName" Theme 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

type PropertyType "EnvironmentName" Theme = Value Text

Methods

set :: PropertyType "EnvironmentName" Theme -> Theme -> Theme #

Property "Name" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Associated Types

type PropertyType "Name" Theme 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Methods

set :: PropertyType "Name" Theme -> Theme -> Theme #

Property "Overrides" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Associated Types

type PropertyType "Overrides" Theme 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Methods

set :: PropertyType "Overrides" Theme -> Theme -> Theme #

Property "Tags" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Associated Types

type PropertyType "Tags" Theme 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Methods

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

Property "Values" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Associated Types

type PropertyType "Values" Theme 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

Methods

set :: PropertyType "Values" Theme -> Theme -> Theme #

type PropertyType "AppId" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

type PropertyType "AppId" Theme = Value Text
type PropertyType "EnvironmentName" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

type PropertyType "EnvironmentName" Theme = Value Text
type PropertyType "Name" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

type PropertyType "Overrides" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

type PropertyType "Tags" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme

type PropertyType "Values" Theme Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Theme