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

Stratosphere.AmplifyUIBuilder.Component

Documentation

data ComponentDataConfigurationProperty Source #

Instances

Instances details
ToJSON ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

Show ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

Eq ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

ToResourceProperties ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

Property "Identifiers" ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

Property "Model" ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

Property "Predicate" ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

Property "Sort" ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

type PropertyType "Identifiers" ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

type PropertyType "Model" ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

type PropertyType "Predicate" ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

type PropertyType "Sort" ComponentDataConfigurationProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.ComponentDataConfigurationProperty

data SortPropertyProperty Source #

Instances

Instances details
ToJSON SortPropertyProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty

Show SortPropertyProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty

Eq SortPropertyProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty

ToResourceProperties SortPropertyProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty

Property "Direction" SortPropertyProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty

Property "Field" SortPropertyProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty

type PropertyType "Direction" SortPropertyProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty

type PropertyType "Field" SortPropertyProperty Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component.SortPropertyProperty

data Component Source #

Constructors

Component

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-component.html

Fields

Instances

Instances details
ToJSON Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Show Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Eq Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

ToResourceProperties Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Property "AppId" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "AppId" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Methods

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

Property "BindingProperties" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "BindingProperties" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Methods

set :: PropertyType "BindingProperties" Component -> Component -> Component #

Property "Children" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "Children" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Methods

set :: PropertyType "Children" Component -> Component -> Component #

Property "CollectionProperties" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "CollectionProperties" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Methods

set :: PropertyType "CollectionProperties" Component -> Component -> Component #

Property "ComponentType" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "ComponentType" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "ComponentType" Component = Value Text

Methods

set :: PropertyType "ComponentType" Component -> Component -> Component #

Property "EnvironmentName" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "EnvironmentName" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "EnvironmentName" Component = Value Text

Methods

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

Property "Events" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "Events" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Methods

set :: PropertyType "Events" Component -> Component -> Component #

Property "Name" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "Name" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Property "Overrides" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "Overrides" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "Overrides" Component = Object

Methods

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

Property "Properties" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "Properties" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Methods

set :: PropertyType "Properties" Component -> Component -> Component #

Property "SchemaVersion" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "SchemaVersion" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "SchemaVersion" Component = Value Text

Methods

set :: PropertyType "SchemaVersion" Component -> Component -> Component #

Property "SourceId" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "SourceId" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "SourceId" Component = Value Text

Methods

set :: PropertyType "SourceId" Component -> Component -> Component #

Property "Tags" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "Tags" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Property "Variants" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Associated Types

type PropertyType "Variants" Component 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

Methods

set :: PropertyType "Variants" Component -> Component -> Component #

type PropertyType "AppId" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "BindingProperties" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "Children" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "CollectionProperties" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "ComponentType" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "ComponentType" Component = Value Text
type PropertyType "EnvironmentName" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "EnvironmentName" Component = Value Text
type PropertyType "Events" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "Name" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "Overrides" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "Overrides" Component = Object
type PropertyType "Properties" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "SchemaVersion" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "SchemaVersion" Component = Value Text
type PropertyType "SourceId" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "SourceId" Component = Value Text
type PropertyType "Tags" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component

type PropertyType "Variants" Component Source # 
Instance details

Defined in Stratosphere.AmplifyUIBuilder.Component