| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Analysis.FilterGroupProperty
Documentation
data NumericEqualityFilterProperty Source #
Constructors
Instances
data TimeEqualityFilterProperty Source #
Constructors
| TimeEqualityFilterProperty | |
Fields
| |
Instances
| ToJSON TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Methods toJSON :: TimeEqualityFilterProperty -> Value # toEncoding :: TimeEqualityFilterProperty -> Encoding # toJSONList :: [TimeEqualityFilterProperty] -> Value # toEncodingList :: [TimeEqualityFilterProperty] -> Encoding # | |||||
| Show TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Methods showsPrec :: Int -> TimeEqualityFilterProperty -> ShowS # show :: TimeEqualityFilterProperty -> String # showList :: [TimeEqualityFilterProperty] -> ShowS # | |||||
| Eq TimeEqualityFilterProperty Source # | |||||
| ToResourceProperties TimeEqualityFilterProperty Source # | |||||
| Property "Column" TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Associated Types
Methods set :: PropertyType "Column" TimeEqualityFilterProperty -> TimeEqualityFilterProperty -> TimeEqualityFilterProperty # | |||||
| Property "DefaultFilterControlConfiguration" TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Associated Types
Methods set :: PropertyType "DefaultFilterControlConfiguration" TimeEqualityFilterProperty -> TimeEqualityFilterProperty -> TimeEqualityFilterProperty # | |||||
| Property "FilterId" TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Associated Types
Methods set :: PropertyType "FilterId" TimeEqualityFilterProperty -> TimeEqualityFilterProperty -> TimeEqualityFilterProperty # | |||||
| Property "ParameterName" TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Associated Types
Methods set :: PropertyType "ParameterName" TimeEqualityFilterProperty -> TimeEqualityFilterProperty -> TimeEqualityFilterProperty # | |||||
| Property "RollingDate" TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Associated Types
Methods set :: PropertyType "RollingDate" TimeEqualityFilterProperty -> TimeEqualityFilterProperty -> TimeEqualityFilterProperty # | |||||
| Property "TimeGranularity" TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Associated Types
Methods set :: PropertyType "TimeGranularity" TimeEqualityFilterProperty -> TimeEqualityFilterProperty -> TimeEqualityFilterProperty # | |||||
| Property "Value" TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty Associated Types
Methods set :: PropertyType "Value" TimeEqualityFilterProperty -> TimeEqualityFilterProperty -> TimeEqualityFilterProperty # | |||||
| type PropertyType "Column" TimeEqualityFilterProperty Source # | |||||
| type PropertyType "DefaultFilterControlConfiguration" TimeEqualityFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeEqualityFilterProperty type PropertyType "DefaultFilterControlConfiguration" TimeEqualityFilterProperty = DefaultFilterControlConfigurationProperty | |||||
| type PropertyType "FilterId" TimeEqualityFilterProperty Source # | |||||
| type PropertyType "ParameterName" TimeEqualityFilterProperty Source # | |||||
| type PropertyType "RollingDate" TimeEqualityFilterProperty Source # | |||||
| type PropertyType "TimeGranularity" TimeEqualityFilterProperty Source # | |||||
| type PropertyType "Value" TimeEqualityFilterProperty Source # | |||||
data DefaultTextAreaControlOptionsProperty Source #
Constructors
| DefaultTextAreaControlOptionsProperty | |
Fields | |
Instances
| ToJSON DefaultTextAreaControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultTextAreaControlOptionsProperty Methods toJSON :: DefaultTextAreaControlOptionsProperty -> Value # toEncoding :: DefaultTextAreaControlOptionsProperty -> Encoding # toJSONList :: [DefaultTextAreaControlOptionsProperty] -> Value # toEncodingList :: [DefaultTextAreaControlOptionsProperty] -> Encoding # omitField :: DefaultTextAreaControlOptionsProperty -> Bool # | |||||
| Show DefaultTextAreaControlOptionsProperty Source # | |||||
| Eq DefaultTextAreaControlOptionsProperty Source # | |||||
| ToResourceProperties DefaultTextAreaControlOptionsProperty Source # | |||||
| Property "Delimiter" DefaultTextAreaControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultTextAreaControlOptionsProperty Associated Types
Methods set :: PropertyType "Delimiter" DefaultTextAreaControlOptionsProperty -> DefaultTextAreaControlOptionsProperty -> DefaultTextAreaControlOptionsProperty # | |||||
| Property "DisplayOptions" DefaultTextAreaControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultTextAreaControlOptionsProperty Associated Types
Methods set :: PropertyType "DisplayOptions" DefaultTextAreaControlOptionsProperty -> DefaultTextAreaControlOptionsProperty -> DefaultTextAreaControlOptionsProperty # | |||||
| type PropertyType "Delimiter" DefaultTextAreaControlOptionsProperty Source # | |||||
| type PropertyType "DisplayOptions" DefaultTextAreaControlOptionsProperty Source # | |||||
data AggregationFunctionProperty Source #
Constructors
| AggregationFunctionProperty | |
Instances
| ToJSON AggregationFunctionProperty Source # | |||||
| Show AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Methods showsPrec :: Int -> AggregationFunctionProperty -> ShowS # show :: AggregationFunctionProperty -> String # showList :: [AggregationFunctionProperty] -> ShowS # | |||||
| Eq AggregationFunctionProperty Source # | |||||
| ToResourceProperties AggregationFunctionProperty Source # | |||||
| Property "AttributeAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "AttributeAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "CategoricalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "DateAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "DateAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "NumericalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "NumericalAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| type PropertyType "AttributeAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty type PropertyType "AttributeAggregationFunction" AggregationFunctionProperty = AttributeAggregationFunctionProperty | |||||
| type PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty Source # | |||||
| type PropertyType "DateAggregationFunction" AggregationFunctionProperty Source # | |||||
| type PropertyType "NumericalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty type PropertyType "NumericalAggregationFunction" AggregationFunctionProperty = NumericalAggregationFunctionProperty | |||||
data AttributeAggregationFunctionProperty Source #
Constructors
| AttributeAggregationFunctionProperty | |
Fields | |
Instances
| ToJSON AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AttributeAggregationFunctionProperty | |||||
| Show AttributeAggregationFunctionProperty Source # | |||||
| Eq AttributeAggregationFunctionProperty Source # | |||||
| ToResourceProperties AttributeAggregationFunctionProperty Source # | |||||
| Property "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| Property "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| type PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
| type PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
data NumericalAggregationFunctionProperty Source #
Constructors
| NumericalAggregationFunctionProperty | |
Instances
| ToJSON NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericalAggregationFunctionProperty | |||||
| Show NumericalAggregationFunctionProperty Source # | |||||
| Eq NumericalAggregationFunctionProperty Source # | |||||
| ToResourceProperties NumericalAggregationFunctionProperty Source # | |||||
| Property "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| Property "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericalAggregationFunctionProperty type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty = PercentileAggregationProperty | |||||
| type PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
data AggregationSortConfigurationProperty Source #
Constructors
| AggregationSortConfigurationProperty | |
Fields | |
Instances
| ToJSON AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationSortConfigurationProperty | |||||
| Show AggregationSortConfigurationProperty Source # | |||||
| Eq AggregationSortConfigurationProperty Source # | |||||
| ToResourceProperties AggregationSortConfigurationProperty Source # | |||||
| Property "AggregationFunction" AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationSortConfigurationProperty Associated Types
Methods set :: PropertyType "AggregationFunction" AggregationSortConfigurationProperty -> AggregationSortConfigurationProperty -> AggregationSortConfigurationProperty # | |||||
| Property "Column" AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationSortConfigurationProperty Associated Types
| |||||
| Property "SortDirection" AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationSortConfigurationProperty Associated Types
Methods set :: PropertyType "SortDirection" AggregationSortConfigurationProperty -> AggregationSortConfigurationProperty -> AggregationSortConfigurationProperty # | |||||
| type PropertyType "AggregationFunction" AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationSortConfigurationProperty type PropertyType "AggregationFunction" AggregationSortConfigurationProperty = AggregationFunctionProperty | |||||
| type PropertyType "Column" AggregationSortConfigurationProperty Source # | |||||
| type PropertyType "SortDirection" AggregationSortConfigurationProperty Source # | |||||
data ColumnIdentifierProperty Source #
Constructors
| ColumnIdentifierProperty | |
Fields
| |
Instances
| ToJSON ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnIdentifierProperty Methods toJSON :: ColumnIdentifierProperty -> Value # toEncoding :: ColumnIdentifierProperty -> Encoding # toJSONList :: [ColumnIdentifierProperty] -> Value # | |||||
| Show ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnIdentifierProperty Methods showsPrec :: Int -> ColumnIdentifierProperty -> ShowS # show :: ColumnIdentifierProperty -> String # showList :: [ColumnIdentifierProperty] -> ShowS # | |||||
| Eq ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnIdentifierProperty Methods (==) :: ColumnIdentifierProperty -> ColumnIdentifierProperty -> Bool # (/=) :: ColumnIdentifierProperty -> ColumnIdentifierProperty -> Bool # | |||||
| ToResourceProperties ColumnIdentifierProperty Source # | |||||
| Property "ColumnName" ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnIdentifierProperty Associated Types
Methods set :: PropertyType "ColumnName" ColumnIdentifierProperty -> ColumnIdentifierProperty -> ColumnIdentifierProperty # | |||||
| Property "DataSetIdentifier" ColumnIdentifierProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnIdentifierProperty Associated Types
Methods set :: PropertyType "DataSetIdentifier" ColumnIdentifierProperty -> ColumnIdentifierProperty -> ColumnIdentifierProperty # | |||||
| type PropertyType "ColumnName" ColumnIdentifierProperty Source # | |||||
| type PropertyType "DataSetIdentifier" ColumnIdentifierProperty Source # | |||||
data AnchorDateConfigurationProperty Source #
Constructors
| AnchorDateConfigurationProperty | |
Fields
| |
Instances
| ToJSON AnchorDateConfigurationProperty Source # | |||||
| Show AnchorDateConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AnchorDateConfigurationProperty Methods showsPrec :: Int -> AnchorDateConfigurationProperty -> ShowS # | |||||
| Eq AnchorDateConfigurationProperty Source # | |||||
| ToResourceProperties AnchorDateConfigurationProperty Source # | |||||
| Property "AnchorOption" AnchorDateConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AnchorDateConfigurationProperty Associated Types
Methods set :: PropertyType "AnchorOption" AnchorDateConfigurationProperty -> AnchorDateConfigurationProperty -> AnchorDateConfigurationProperty # | |||||
| Property "ParameterName" AnchorDateConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AnchorDateConfigurationProperty Associated Types
Methods set :: PropertyType "ParameterName" AnchorDateConfigurationProperty -> AnchorDateConfigurationProperty -> AnchorDateConfigurationProperty # | |||||
| type PropertyType "AnchorOption" AnchorDateConfigurationProperty Source # | |||||
| type PropertyType "ParameterName" AnchorDateConfigurationProperty Source # | |||||
data FontConfigurationProperty Source #
Constructors
| FontConfigurationProperty | |
Fields
| |
Instances
| ToJSON FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Methods toJSON :: FontConfigurationProperty -> Value # toEncoding :: FontConfigurationProperty -> Encoding # toJSONList :: [FontConfigurationProperty] -> Value # | |||||
| Show FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Methods showsPrec :: Int -> FontConfigurationProperty -> ShowS # show :: FontConfigurationProperty -> String # showList :: [FontConfigurationProperty] -> ShowS # | |||||
| Eq FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Methods (==) :: FontConfigurationProperty -> FontConfigurationProperty -> Bool # (/=) :: FontConfigurationProperty -> FontConfigurationProperty -> Bool # | |||||
| ToResourceProperties FontConfigurationProperty Source # | |||||
| Property "FontColor" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontColor" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontDecoration" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontDecoration" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontFamily" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontFamily" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontSize" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontSize" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontStyle" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontStyle" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| Property "FontWeight" FontConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontConfigurationProperty Associated Types
Methods set :: PropertyType "FontWeight" FontConfigurationProperty -> FontConfigurationProperty -> FontConfigurationProperty # | |||||
| type PropertyType "FontColor" FontConfigurationProperty Source # | |||||
| type PropertyType "FontDecoration" FontConfigurationProperty Source # | |||||
| type PropertyType "FontFamily" FontConfigurationProperty Source # | |||||
| type PropertyType "FontSize" FontConfigurationProperty Source # | |||||
| type PropertyType "FontStyle" FontConfigurationProperty Source # | |||||
| type PropertyType "FontWeight" FontConfigurationProperty Source # | |||||
data LabelOptionsProperty Source #
Constructors
| LabelOptionsProperty | |
Fields
| |
Instances
| ToJSON LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.LabelOptionsProperty Methods toJSON :: LabelOptionsProperty -> Value # toEncoding :: LabelOptionsProperty -> Encoding # toJSONList :: [LabelOptionsProperty] -> Value # toEncodingList :: [LabelOptionsProperty] -> Encoding # omitField :: LabelOptionsProperty -> Bool # | |||||
| Show LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.LabelOptionsProperty Methods showsPrec :: Int -> LabelOptionsProperty -> ShowS # show :: LabelOptionsProperty -> String # showList :: [LabelOptionsProperty] -> ShowS # | |||||
| Eq LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.LabelOptionsProperty Methods (==) :: LabelOptionsProperty -> LabelOptionsProperty -> Bool # (/=) :: LabelOptionsProperty -> LabelOptionsProperty -> Bool # | |||||
| ToResourceProperties LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.LabelOptionsProperty Methods toResourceProperties :: LabelOptionsProperty -> ResourceProperties # | |||||
| Property "CustomLabel" LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.LabelOptionsProperty Associated Types
Methods set :: PropertyType "CustomLabel" LabelOptionsProperty -> LabelOptionsProperty -> LabelOptionsProperty # | |||||
| Property "FontConfiguration" LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.LabelOptionsProperty Associated Types
Methods set :: PropertyType "FontConfiguration" LabelOptionsProperty -> LabelOptionsProperty -> LabelOptionsProperty # | |||||
| Property "Visibility" LabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.LabelOptionsProperty Associated Types
Methods set :: PropertyType "Visibility" LabelOptionsProperty -> LabelOptionsProperty -> LabelOptionsProperty # | |||||
| type PropertyType "CustomLabel" LabelOptionsProperty Source # | |||||
| type PropertyType "FontConfiguration" LabelOptionsProperty Source # | |||||
| type PropertyType "Visibility" LabelOptionsProperty Source # | |||||
data CategoryFilterConfigurationProperty Source #
Constructors
| CategoryFilterConfigurationProperty | |
Fields | |
Instances
| ToJSON CategoryFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterConfigurationProperty | |||||
| Show CategoryFilterConfigurationProperty Source # | |||||
| Eq CategoryFilterConfigurationProperty Source # | |||||
| ToResourceProperties CategoryFilterConfigurationProperty Source # | |||||
| Property "CustomFilterConfiguration" CategoryFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterConfigurationProperty Associated Types
Methods set :: PropertyType "CustomFilterConfiguration" CategoryFilterConfigurationProperty -> CategoryFilterConfigurationProperty -> CategoryFilterConfigurationProperty # | |||||
| Property "CustomFilterListConfiguration" CategoryFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterConfigurationProperty Associated Types
Methods set :: PropertyType "CustomFilterListConfiguration" CategoryFilterConfigurationProperty -> CategoryFilterConfigurationProperty -> CategoryFilterConfigurationProperty # | |||||
| Property "FilterListConfiguration" CategoryFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterConfigurationProperty Associated Types
Methods set :: PropertyType "FilterListConfiguration" CategoryFilterConfigurationProperty -> CategoryFilterConfigurationProperty -> CategoryFilterConfigurationProperty # | |||||
| type PropertyType "CustomFilterConfiguration" CategoryFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterConfigurationProperty type PropertyType "CustomFilterConfiguration" CategoryFilterConfigurationProperty = CustomFilterConfigurationProperty | |||||
| type PropertyType "CustomFilterListConfiguration" CategoryFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterConfigurationProperty type PropertyType "CustomFilterListConfiguration" CategoryFilterConfigurationProperty = CustomFilterListConfigurationProperty | |||||
| type PropertyType "FilterListConfiguration" CategoryFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterConfigurationProperty type PropertyType "FilterListConfiguration" CategoryFilterConfigurationProperty = FilterListConfigurationProperty | |||||
data CustomFilterConfigurationProperty Source #
Constructors
| CustomFilterConfigurationProperty | |
Fields
| |
Instances
| ToJSON CustomFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterConfigurationProperty | |||||
| Show CustomFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterConfigurationProperty Methods showsPrec :: Int -> CustomFilterConfigurationProperty -> ShowS # | |||||
| Eq CustomFilterConfigurationProperty Source # | |||||
| ToResourceProperties CustomFilterConfigurationProperty Source # | |||||
| Property "CategoryValue" CustomFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterConfigurationProperty Associated Types
Methods set :: PropertyType "CategoryValue" CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty # | |||||
| Property "MatchOperator" CustomFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterConfigurationProperty Associated Types
Methods set :: PropertyType "MatchOperator" CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty # | |||||
| Property "NullOption" CustomFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterConfigurationProperty Associated Types
Methods set :: PropertyType "NullOption" CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty # | |||||
| Property "ParameterName" CustomFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterConfigurationProperty Associated Types
Methods set :: PropertyType "ParameterName" CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty # | |||||
| Property "SelectAllOptions" CustomFilterConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterConfigurationProperty Associated Types
Methods set :: PropertyType "SelectAllOptions" CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty -> CustomFilterConfigurationProperty # | |||||
| type PropertyType "CategoryValue" CustomFilterConfigurationProperty Source # | |||||
| type PropertyType "MatchOperator" CustomFilterConfigurationProperty Source # | |||||
| type PropertyType "NullOption" CustomFilterConfigurationProperty Source # | |||||
| type PropertyType "ParameterName" CustomFilterConfigurationProperty Source # | |||||
| type PropertyType "SelectAllOptions" CustomFilterConfigurationProperty Source # | |||||
data CustomFilterListConfigurationProperty Source #
Constructors
| CustomFilterListConfigurationProperty | |
Fields
| |
Instances
| ToJSON CustomFilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterListConfigurationProperty Methods toJSON :: CustomFilterListConfigurationProperty -> Value # toEncoding :: CustomFilterListConfigurationProperty -> Encoding # toJSONList :: [CustomFilterListConfigurationProperty] -> Value # toEncodingList :: [CustomFilterListConfigurationProperty] -> Encoding # omitField :: CustomFilterListConfigurationProperty -> Bool # | |||||
| Show CustomFilterListConfigurationProperty Source # | |||||
| Eq CustomFilterListConfigurationProperty Source # | |||||
| ToResourceProperties CustomFilterListConfigurationProperty Source # | |||||
| Property "CategoryValues" CustomFilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterListConfigurationProperty Associated Types
Methods set :: PropertyType "CategoryValues" CustomFilterListConfigurationProperty -> CustomFilterListConfigurationProperty -> CustomFilterListConfigurationProperty # | |||||
| Property "MatchOperator" CustomFilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterListConfigurationProperty Associated Types
Methods set :: PropertyType "MatchOperator" CustomFilterListConfigurationProperty -> CustomFilterListConfigurationProperty -> CustomFilterListConfigurationProperty # | |||||
| Property "NullOption" CustomFilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterListConfigurationProperty Associated Types
Methods set :: PropertyType "NullOption" CustomFilterListConfigurationProperty -> CustomFilterListConfigurationProperty -> CustomFilterListConfigurationProperty # | |||||
| Property "SelectAllOptions" CustomFilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CustomFilterListConfigurationProperty Associated Types
Methods set :: PropertyType "SelectAllOptions" CustomFilterListConfigurationProperty -> CustomFilterListConfigurationProperty -> CustomFilterListConfigurationProperty # | |||||
| type PropertyType "CategoryValues" CustomFilterListConfigurationProperty Source # | |||||
| type PropertyType "MatchOperator" CustomFilterListConfigurationProperty Source # | |||||
| type PropertyType "NullOption" CustomFilterListConfigurationProperty Source # | |||||
| type PropertyType "SelectAllOptions" CustomFilterListConfigurationProperty Source # | |||||
data FilterListConfigurationProperty Source #
Constructors
| FilterListConfigurationProperty | |
Fields
| |
Instances
| ToJSON FilterListConfigurationProperty Source # | |||||
| Show FilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterListConfigurationProperty Methods showsPrec :: Int -> FilterListConfigurationProperty -> ShowS # | |||||
| Eq FilterListConfigurationProperty Source # | |||||
| ToResourceProperties FilterListConfigurationProperty Source # | |||||
| Property "CategoryValues" FilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterListConfigurationProperty Associated Types
Methods set :: PropertyType "CategoryValues" FilterListConfigurationProperty -> FilterListConfigurationProperty -> FilterListConfigurationProperty # | |||||
| Property "MatchOperator" FilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterListConfigurationProperty Associated Types
Methods set :: PropertyType "MatchOperator" FilterListConfigurationProperty -> FilterListConfigurationProperty -> FilterListConfigurationProperty # | |||||
| Property "NullOption" FilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterListConfigurationProperty Associated Types
Methods set :: PropertyType "NullOption" FilterListConfigurationProperty -> FilterListConfigurationProperty -> FilterListConfigurationProperty # | |||||
| Property "SelectAllOptions" FilterListConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterListConfigurationProperty Associated Types
Methods set :: PropertyType "SelectAllOptions" FilterListConfigurationProperty -> FilterListConfigurationProperty -> FilterListConfigurationProperty # | |||||
| type PropertyType "CategoryValues" FilterListConfigurationProperty Source # | |||||
| type PropertyType "MatchOperator" FilterListConfigurationProperty Source # | |||||
| type PropertyType "NullOption" FilterListConfigurationProperty Source # | |||||
| type PropertyType "SelectAllOptions" FilterListConfigurationProperty Source # | |||||
data CategoryFilterProperty Source #
Constructors
| CategoryFilterProperty | |
Fields | |
Instances
| ToJSON CategoryFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterProperty Methods toJSON :: CategoryFilterProperty -> Value # toEncoding :: CategoryFilterProperty -> Encoding # toJSONList :: [CategoryFilterProperty] -> Value # toEncodingList :: [CategoryFilterProperty] -> Encoding # omitField :: CategoryFilterProperty -> Bool # | |||||
| Show CategoryFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterProperty Methods showsPrec :: Int -> CategoryFilterProperty -> ShowS # show :: CategoryFilterProperty -> String # showList :: [CategoryFilterProperty] -> ShowS # | |||||
| Eq CategoryFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterProperty Methods (==) :: CategoryFilterProperty -> CategoryFilterProperty -> Bool # (/=) :: CategoryFilterProperty -> CategoryFilterProperty -> Bool # | |||||
| ToResourceProperties CategoryFilterProperty Source # | |||||
| Property "Column" CategoryFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterProperty Associated Types
Methods set :: PropertyType "Column" CategoryFilterProperty -> CategoryFilterProperty -> CategoryFilterProperty # | |||||
| Property "Configuration" CategoryFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterProperty Associated Types
Methods set :: PropertyType "Configuration" CategoryFilterProperty -> CategoryFilterProperty -> CategoryFilterProperty # | |||||
| Property "DefaultFilterControlConfiguration" CategoryFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterProperty Associated Types
Methods set :: PropertyType "DefaultFilterControlConfiguration" CategoryFilterProperty -> CategoryFilterProperty -> CategoryFilterProperty # | |||||
| Property "FilterId" CategoryFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterProperty Associated Types
Methods set :: PropertyType "FilterId" CategoryFilterProperty -> CategoryFilterProperty -> CategoryFilterProperty # | |||||
| type PropertyType "Column" CategoryFilterProperty Source # | |||||
| type PropertyType "Configuration" CategoryFilterProperty Source # | |||||
| type PropertyType "DefaultFilterControlConfiguration" CategoryFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryFilterProperty type PropertyType "DefaultFilterControlConfiguration" CategoryFilterProperty = DefaultFilterControlConfigurationProperty | |||||
| type PropertyType "FilterId" CategoryFilterProperty Source # | |||||
data DefaultFilterControlConfigurationProperty Source #
Constructors
| DefaultFilterControlConfigurationProperty | |
Fields | |
Instances
| ToJSON DefaultFilterControlConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlConfigurationProperty Methods toJSON :: DefaultFilterControlConfigurationProperty -> Value # toEncoding :: DefaultFilterControlConfigurationProperty -> Encoding # toJSONList :: [DefaultFilterControlConfigurationProperty] -> Value # toEncodingList :: [DefaultFilterControlConfigurationProperty] -> Encoding # omitField :: DefaultFilterControlConfigurationProperty -> Bool # | |||||
| Show DefaultFilterControlConfigurationProperty Source # | |||||
| Eq DefaultFilterControlConfigurationProperty Source # | |||||
| ToResourceProperties DefaultFilterControlConfigurationProperty Source # | |||||
| Property "ControlOptions" DefaultFilterControlConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlConfigurationProperty Associated Types
Methods set :: PropertyType "ControlOptions" DefaultFilterControlConfigurationProperty -> DefaultFilterControlConfigurationProperty -> DefaultFilterControlConfigurationProperty # | |||||
| Property "Title" DefaultFilterControlConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlConfigurationProperty Associated Types
| |||||
| type PropertyType "ControlOptions" DefaultFilterControlConfigurationProperty Source # | |||||
| type PropertyType "Title" DefaultFilterControlConfigurationProperty Source # | |||||
data CategoryInnerFilterProperty Source #
Constructors
| CategoryInnerFilterProperty | |
Fields | |
Instances
| ToJSON CategoryInnerFilterProperty Source # | |||||
| Show CategoryInnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryInnerFilterProperty Methods showsPrec :: Int -> CategoryInnerFilterProperty -> ShowS # show :: CategoryInnerFilterProperty -> String # showList :: [CategoryInnerFilterProperty] -> ShowS # | |||||
| Eq CategoryInnerFilterProperty Source # | |||||
| ToResourceProperties CategoryInnerFilterProperty Source # | |||||
| Property "Column" CategoryInnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryInnerFilterProperty Associated Types
Methods set :: PropertyType "Column" CategoryInnerFilterProperty -> CategoryInnerFilterProperty -> CategoryInnerFilterProperty # | |||||
| Property "Configuration" CategoryInnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryInnerFilterProperty Associated Types
Methods set :: PropertyType "Configuration" CategoryInnerFilterProperty -> CategoryInnerFilterProperty -> CategoryInnerFilterProperty # | |||||
| Property "DefaultFilterControlConfiguration" CategoryInnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryInnerFilterProperty Associated Types
Methods set :: PropertyType "DefaultFilterControlConfiguration" CategoryInnerFilterProperty -> CategoryInnerFilterProperty -> CategoryInnerFilterProperty # | |||||
| type PropertyType "Column" CategoryInnerFilterProperty Source # | |||||
| type PropertyType "Configuration" CategoryInnerFilterProperty Source # | |||||
| type PropertyType "DefaultFilterControlConfiguration" CategoryInnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.CategoryInnerFilterProperty type PropertyType "DefaultFilterControlConfiguration" CategoryInnerFilterProperty = DefaultFilterControlConfigurationProperty | |||||
data RollingDateConfigurationProperty Source #
Constructors
| RollingDateConfigurationProperty | |
Fields
| |
Instances
| ToJSON RollingDateConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RollingDateConfigurationProperty | |||||
| Show RollingDateConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RollingDateConfigurationProperty Methods showsPrec :: Int -> RollingDateConfigurationProperty -> ShowS # | |||||
| Eq RollingDateConfigurationProperty Source # | |||||
| ToResourceProperties RollingDateConfigurationProperty Source # | |||||
| Property "DataSetIdentifier" RollingDateConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RollingDateConfigurationProperty Associated Types
Methods set :: PropertyType "DataSetIdentifier" RollingDateConfigurationProperty -> RollingDateConfigurationProperty -> RollingDateConfigurationProperty # | |||||
| Property "Expression" RollingDateConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RollingDateConfigurationProperty Associated Types
Methods set :: PropertyType "Expression" RollingDateConfigurationProperty -> RollingDateConfigurationProperty -> RollingDateConfigurationProperty # | |||||
| type PropertyType "DataSetIdentifier" RollingDateConfigurationProperty Source # | |||||
| type PropertyType "Expression" RollingDateConfigurationProperty Source # | |||||
data DateTimePickerControlDisplayOptionsProperty Source #
Constructors
| DateTimePickerControlDisplayOptionsProperty | |
Instances
| ToJSON DateTimePickerControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimePickerControlDisplayOptionsProperty Methods toJSON :: DateTimePickerControlDisplayOptionsProperty -> Value # toEncoding :: DateTimePickerControlDisplayOptionsProperty -> Encoding # toJSONList :: [DateTimePickerControlDisplayOptionsProperty] -> Value # toEncodingList :: [DateTimePickerControlDisplayOptionsProperty] -> Encoding # omitField :: DateTimePickerControlDisplayOptionsProperty -> Bool # | |||||
| Show DateTimePickerControlDisplayOptionsProperty Source # | |||||
| Eq DateTimePickerControlDisplayOptionsProperty Source # | |||||
| ToResourceProperties DateTimePickerControlDisplayOptionsProperty Source # | |||||
| Property "DateIconVisibility" DateTimePickerControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimePickerControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "DateIconVisibility" DateTimePickerControlDisplayOptionsProperty -> DateTimePickerControlDisplayOptionsProperty -> DateTimePickerControlDisplayOptionsProperty # | |||||
| Property "DateTimeFormat" DateTimePickerControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimePickerControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "DateTimeFormat" DateTimePickerControlDisplayOptionsProperty -> DateTimePickerControlDisplayOptionsProperty -> DateTimePickerControlDisplayOptionsProperty # | |||||
| Property "HelperTextVisibility" DateTimePickerControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimePickerControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "HelperTextVisibility" DateTimePickerControlDisplayOptionsProperty -> DateTimePickerControlDisplayOptionsProperty -> DateTimePickerControlDisplayOptionsProperty # | |||||
| Property "InfoIconLabelOptions" DateTimePickerControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimePickerControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "InfoIconLabelOptions" DateTimePickerControlDisplayOptionsProperty -> DateTimePickerControlDisplayOptionsProperty -> DateTimePickerControlDisplayOptionsProperty # | |||||
| Property "TitleOptions" DateTimePickerControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimePickerControlDisplayOptionsProperty Associated Types
| |||||
| type PropertyType "DateIconVisibility" DateTimePickerControlDisplayOptionsProperty Source # | |||||
| type PropertyType "DateTimeFormat" DateTimePickerControlDisplayOptionsProperty Source # | |||||
| type PropertyType "HelperTextVisibility" DateTimePickerControlDisplayOptionsProperty Source # | |||||
| type PropertyType "InfoIconLabelOptions" DateTimePickerControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DateTimePickerControlDisplayOptionsProperty type PropertyType "InfoIconLabelOptions" DateTimePickerControlDisplayOptionsProperty = SheetControlInfoIconLabelOptionsProperty | |||||
| type PropertyType "TitleOptions" DateTimePickerControlDisplayOptionsProperty Source # | |||||
data SheetControlInfoIconLabelOptionsProperty Source #
Constructors
| SheetControlInfoIconLabelOptionsProperty | |
Fields
| |
Instances
| ToJSON SheetControlInfoIconLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SheetControlInfoIconLabelOptionsProperty Methods toJSON :: SheetControlInfoIconLabelOptionsProperty -> Value # toEncoding :: SheetControlInfoIconLabelOptionsProperty -> Encoding # toJSONList :: [SheetControlInfoIconLabelOptionsProperty] -> Value # toEncodingList :: [SheetControlInfoIconLabelOptionsProperty] -> Encoding # omitField :: SheetControlInfoIconLabelOptionsProperty -> Bool # | |||||
| Show SheetControlInfoIconLabelOptionsProperty Source # | |||||
| Eq SheetControlInfoIconLabelOptionsProperty Source # | |||||
| ToResourceProperties SheetControlInfoIconLabelOptionsProperty Source # | |||||
| Property "InfoIconText" SheetControlInfoIconLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SheetControlInfoIconLabelOptionsProperty Associated Types
Methods set :: PropertyType "InfoIconText" SheetControlInfoIconLabelOptionsProperty -> SheetControlInfoIconLabelOptionsProperty -> SheetControlInfoIconLabelOptionsProperty # | |||||
| Property "Visibility" SheetControlInfoIconLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SheetControlInfoIconLabelOptionsProperty Associated Types
Methods set :: PropertyType "Visibility" SheetControlInfoIconLabelOptionsProperty -> SheetControlInfoIconLabelOptionsProperty -> SheetControlInfoIconLabelOptionsProperty # | |||||
| type PropertyType "InfoIconText" SheetControlInfoIconLabelOptionsProperty Source # | |||||
| type PropertyType "Visibility" SheetControlInfoIconLabelOptionsProperty Source # | |||||
data DefaultDateTimePickerControlOptionsProperty Source #
Constructors
| DefaultDateTimePickerControlOptionsProperty | |
Fields | |
Instances
| ToJSON DefaultDateTimePickerControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultDateTimePickerControlOptionsProperty Methods toJSON :: DefaultDateTimePickerControlOptionsProperty -> Value # toEncoding :: DefaultDateTimePickerControlOptionsProperty -> Encoding # toJSONList :: [DefaultDateTimePickerControlOptionsProperty] -> Value # toEncodingList :: [DefaultDateTimePickerControlOptionsProperty] -> Encoding # omitField :: DefaultDateTimePickerControlOptionsProperty -> Bool # | |||||
| Show DefaultDateTimePickerControlOptionsProperty Source # | |||||
| Eq DefaultDateTimePickerControlOptionsProperty Source # | |||||
| ToResourceProperties DefaultDateTimePickerControlOptionsProperty Source # | |||||
| Property "CommitMode" DefaultDateTimePickerControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultDateTimePickerControlOptionsProperty Associated Types
| |||||
| Property "DisplayOptions" DefaultDateTimePickerControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultDateTimePickerControlOptionsProperty Associated Types
Methods set :: PropertyType "DisplayOptions" DefaultDateTimePickerControlOptionsProperty -> DefaultDateTimePickerControlOptionsProperty -> DefaultDateTimePickerControlOptionsProperty # | |||||
| Property "Type" DefaultDateTimePickerControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultDateTimePickerControlOptionsProperty Associated Types
| |||||
| type PropertyType "CommitMode" DefaultDateTimePickerControlOptionsProperty Source # | |||||
| type PropertyType "DisplayOptions" DefaultDateTimePickerControlOptionsProperty Source # | |||||
| type PropertyType "Type" DefaultDateTimePickerControlOptionsProperty Source # | |||||
data DefaultFilterControlOptionsProperty Source #
Constructors
| DefaultFilterControlOptionsProperty | |
Fields
| |
Instances
| ToJSON DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty | |||||
| Show DefaultFilterControlOptionsProperty Source # | |||||
| Eq DefaultFilterControlOptionsProperty Source # | |||||
| ToResourceProperties DefaultFilterControlOptionsProperty Source # | |||||
| Property "DefaultDateTimePickerOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty Associated Types
Methods set :: PropertyType "DefaultDateTimePickerOptions" DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty # | |||||
| Property "DefaultDropdownOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty Associated Types
Methods set :: PropertyType "DefaultDropdownOptions" DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty # | |||||
| Property "DefaultListOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty Associated Types
Methods set :: PropertyType "DefaultListOptions" DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty # | |||||
| Property "DefaultRelativeDateTimeOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty Associated Types
Methods set :: PropertyType "DefaultRelativeDateTimeOptions" DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty # | |||||
| Property "DefaultSliderOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty Associated Types
Methods set :: PropertyType "DefaultSliderOptions" DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty # | |||||
| Property "DefaultTextAreaOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty Associated Types
Methods set :: PropertyType "DefaultTextAreaOptions" DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty # | |||||
| Property "DefaultTextFieldOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty Associated Types
Methods set :: PropertyType "DefaultTextFieldOptions" DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty -> DefaultFilterControlOptionsProperty # | |||||
| type PropertyType "DefaultDateTimePickerOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty type PropertyType "DefaultDateTimePickerOptions" DefaultFilterControlOptionsProperty = DefaultDateTimePickerControlOptionsProperty | |||||
| type PropertyType "DefaultDropdownOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty type PropertyType "DefaultDropdownOptions" DefaultFilterControlOptionsProperty = DefaultFilterDropDownControlOptionsProperty | |||||
| type PropertyType "DefaultListOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty type PropertyType "DefaultListOptions" DefaultFilterControlOptionsProperty = DefaultFilterListControlOptionsProperty | |||||
| type PropertyType "DefaultRelativeDateTimeOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty type PropertyType "DefaultRelativeDateTimeOptions" DefaultFilterControlOptionsProperty = DefaultRelativeDateTimeControlOptionsProperty | |||||
| type PropertyType "DefaultSliderOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty type PropertyType "DefaultSliderOptions" DefaultFilterControlOptionsProperty = DefaultSliderControlOptionsProperty | |||||
| type PropertyType "DefaultTextAreaOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty type PropertyType "DefaultTextAreaOptions" DefaultFilterControlOptionsProperty = DefaultTextAreaControlOptionsProperty | |||||
| type PropertyType "DefaultTextFieldOptions" DefaultFilterControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterControlOptionsProperty type PropertyType "DefaultTextFieldOptions" DefaultFilterControlOptionsProperty = DefaultTextFieldControlOptionsProperty | |||||
data DefaultFilterDropDownControlOptionsProperty Source #
Constructors
| DefaultFilterDropDownControlOptionsProperty | |
Instances
| ToJSON DefaultFilterDropDownControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterDropDownControlOptionsProperty Methods toJSON :: DefaultFilterDropDownControlOptionsProperty -> Value # toEncoding :: DefaultFilterDropDownControlOptionsProperty -> Encoding # toJSONList :: [DefaultFilterDropDownControlOptionsProperty] -> Value # toEncodingList :: [DefaultFilterDropDownControlOptionsProperty] -> Encoding # omitField :: DefaultFilterDropDownControlOptionsProperty -> Bool # | |||||
| Show DefaultFilterDropDownControlOptionsProperty Source # | |||||
| Eq DefaultFilterDropDownControlOptionsProperty Source # | |||||
| ToResourceProperties DefaultFilterDropDownControlOptionsProperty Source # | |||||
| Property "CommitMode" DefaultFilterDropDownControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterDropDownControlOptionsProperty Associated Types
| |||||
| Property "DisplayOptions" DefaultFilterDropDownControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterDropDownControlOptionsProperty Associated Types
Methods set :: PropertyType "DisplayOptions" DefaultFilterDropDownControlOptionsProperty -> DefaultFilterDropDownControlOptionsProperty -> DefaultFilterDropDownControlOptionsProperty # | |||||
| Property "SelectableValues" DefaultFilterDropDownControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterDropDownControlOptionsProperty Associated Types
Methods set :: PropertyType "SelectableValues" DefaultFilterDropDownControlOptionsProperty -> DefaultFilterDropDownControlOptionsProperty -> DefaultFilterDropDownControlOptionsProperty # | |||||
| Property "Type" DefaultFilterDropDownControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterDropDownControlOptionsProperty Associated Types
| |||||
| type PropertyType "CommitMode" DefaultFilterDropDownControlOptionsProperty Source # | |||||
| type PropertyType "DisplayOptions" DefaultFilterDropDownControlOptionsProperty Source # | |||||
| type PropertyType "SelectableValues" DefaultFilterDropDownControlOptionsProperty Source # | |||||
| type PropertyType "Type" DefaultFilterDropDownControlOptionsProperty Source # | |||||
data DefaultFilterListControlOptionsProperty Source #
Constructors
| DefaultFilterListControlOptionsProperty | |
Instances
| ToJSON DefaultFilterListControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterListControlOptionsProperty Methods toJSON :: DefaultFilterListControlOptionsProperty -> Value # toEncoding :: DefaultFilterListControlOptionsProperty -> Encoding # toJSONList :: [DefaultFilterListControlOptionsProperty] -> Value # toEncodingList :: [DefaultFilterListControlOptionsProperty] -> Encoding # omitField :: DefaultFilterListControlOptionsProperty -> Bool # | |||||
| Show DefaultFilterListControlOptionsProperty Source # | |||||
| Eq DefaultFilterListControlOptionsProperty Source # | |||||
| ToResourceProperties DefaultFilterListControlOptionsProperty Source # | |||||
| Property "DisplayOptions" DefaultFilterListControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterListControlOptionsProperty Associated Types
Methods set :: PropertyType "DisplayOptions" DefaultFilterListControlOptionsProperty -> DefaultFilterListControlOptionsProperty -> DefaultFilterListControlOptionsProperty # | |||||
| Property "SelectableValues" DefaultFilterListControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterListControlOptionsProperty Associated Types
Methods set :: PropertyType "SelectableValues" DefaultFilterListControlOptionsProperty -> DefaultFilterListControlOptionsProperty -> DefaultFilterListControlOptionsProperty # | |||||
| Property "Type" DefaultFilterListControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterListControlOptionsProperty Associated Types
| |||||
| type PropertyType "DisplayOptions" DefaultFilterListControlOptionsProperty Source # | |||||
| type PropertyType "SelectableValues" DefaultFilterListControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultFilterListControlOptionsProperty type PropertyType "SelectableValues" DefaultFilterListControlOptionsProperty = FilterSelectableValuesProperty | |||||
| type PropertyType "Type" DefaultFilterListControlOptionsProperty Source # | |||||
data DefaultRelativeDateTimeControlOptionsProperty Source #
Constructors
| DefaultRelativeDateTimeControlOptionsProperty | |
Fields | |
Instances
| ToJSON DefaultRelativeDateTimeControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultRelativeDateTimeControlOptionsProperty Methods toJSON :: DefaultRelativeDateTimeControlOptionsProperty -> Value # toEncoding :: DefaultRelativeDateTimeControlOptionsProperty -> Encoding # toJSONList :: [DefaultRelativeDateTimeControlOptionsProperty] -> Value # toEncodingList :: [DefaultRelativeDateTimeControlOptionsProperty] -> Encoding # omitField :: DefaultRelativeDateTimeControlOptionsProperty -> Bool # | |||||
| Show DefaultRelativeDateTimeControlOptionsProperty Source # | |||||
| Eq DefaultRelativeDateTimeControlOptionsProperty Source # | |||||
| ToResourceProperties DefaultRelativeDateTimeControlOptionsProperty Source # | |||||
| Property "CommitMode" DefaultRelativeDateTimeControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultRelativeDateTimeControlOptionsProperty Associated Types
| |||||
| Property "DisplayOptions" DefaultRelativeDateTimeControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultRelativeDateTimeControlOptionsProperty Associated Types
Methods set :: PropertyType "DisplayOptions" DefaultRelativeDateTimeControlOptionsProperty -> DefaultRelativeDateTimeControlOptionsProperty -> DefaultRelativeDateTimeControlOptionsProperty # | |||||
| type PropertyType "CommitMode" DefaultRelativeDateTimeControlOptionsProperty Source # | |||||
| type PropertyType "DisplayOptions" DefaultRelativeDateTimeControlOptionsProperty Source # | |||||
data DefaultSliderControlOptionsProperty Source #
Constructors
| DefaultSliderControlOptionsProperty | |
Fields | |
Instances
| ToJSON DefaultSliderControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultSliderControlOptionsProperty | |||||
| Show DefaultSliderControlOptionsProperty Source # | |||||
| Eq DefaultSliderControlOptionsProperty Source # | |||||
| ToResourceProperties DefaultSliderControlOptionsProperty Source # | |||||
| Property "DisplayOptions" DefaultSliderControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultSliderControlOptionsProperty Associated Types
Methods set :: PropertyType "DisplayOptions" DefaultSliderControlOptionsProperty -> DefaultSliderControlOptionsProperty -> DefaultSliderControlOptionsProperty # | |||||
| Property "MaximumValue" DefaultSliderControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultSliderControlOptionsProperty Associated Types
Methods set :: PropertyType "MaximumValue" DefaultSliderControlOptionsProperty -> DefaultSliderControlOptionsProperty -> DefaultSliderControlOptionsProperty # | |||||
| Property "MinimumValue" DefaultSliderControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultSliderControlOptionsProperty Associated Types
Methods set :: PropertyType "MinimumValue" DefaultSliderControlOptionsProperty -> DefaultSliderControlOptionsProperty -> DefaultSliderControlOptionsProperty # | |||||
| Property "StepSize" DefaultSliderControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultSliderControlOptionsProperty Associated Types
Methods set :: PropertyType "StepSize" DefaultSliderControlOptionsProperty -> DefaultSliderControlOptionsProperty -> DefaultSliderControlOptionsProperty # | |||||
| Property "Type" DefaultSliderControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultSliderControlOptionsProperty Associated Types
| |||||
| type PropertyType "DisplayOptions" DefaultSliderControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultSliderControlOptionsProperty type PropertyType "DisplayOptions" DefaultSliderControlOptionsProperty = SliderControlDisplayOptionsProperty | |||||
| type PropertyType "MaximumValue" DefaultSliderControlOptionsProperty Source # | |||||
| type PropertyType "MinimumValue" DefaultSliderControlOptionsProperty Source # | |||||
| type PropertyType "StepSize" DefaultSliderControlOptionsProperty Source # | |||||
| type PropertyType "Type" DefaultSliderControlOptionsProperty Source # | |||||
data DefaultTextFieldControlOptionsProperty Source #
Constructors
| DefaultTextFieldControlOptionsProperty | |
Instances
| ToJSON DefaultTextFieldControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultTextFieldControlOptionsProperty Methods toJSON :: DefaultTextFieldControlOptionsProperty -> Value # toEncoding :: DefaultTextFieldControlOptionsProperty -> Encoding # toJSONList :: [DefaultTextFieldControlOptionsProperty] -> Value # toEncodingList :: [DefaultTextFieldControlOptionsProperty] -> Encoding # omitField :: DefaultTextFieldControlOptionsProperty -> Bool # | |||||
| Show DefaultTextFieldControlOptionsProperty Source # | |||||
| Eq DefaultTextFieldControlOptionsProperty Source # | |||||
| ToResourceProperties DefaultTextFieldControlOptionsProperty Source # | |||||
| Property "DisplayOptions" DefaultTextFieldControlOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DefaultTextFieldControlOptionsProperty Associated Types
Methods set :: PropertyType "DisplayOptions" DefaultTextFieldControlOptionsProperty -> DefaultTextFieldControlOptionsProperty -> DefaultTextFieldControlOptionsProperty # | |||||
| type PropertyType "DisplayOptions" DefaultTextFieldControlOptionsProperty Source # | |||||
data DropDownControlDisplayOptionsProperty Source #
Constructors
| DropDownControlDisplayOptionsProperty | |
Instances
| ToJSON DropDownControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DropDownControlDisplayOptionsProperty Methods toJSON :: DropDownControlDisplayOptionsProperty -> Value # toEncoding :: DropDownControlDisplayOptionsProperty -> Encoding # toJSONList :: [DropDownControlDisplayOptionsProperty] -> Value # toEncodingList :: [DropDownControlDisplayOptionsProperty] -> Encoding # omitField :: DropDownControlDisplayOptionsProperty -> Bool # | |||||
| Show DropDownControlDisplayOptionsProperty Source # | |||||
| Eq DropDownControlDisplayOptionsProperty Source # | |||||
| ToResourceProperties DropDownControlDisplayOptionsProperty Source # | |||||
| Property "InfoIconLabelOptions" DropDownControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DropDownControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "InfoIconLabelOptions" DropDownControlDisplayOptionsProperty -> DropDownControlDisplayOptionsProperty -> DropDownControlDisplayOptionsProperty # | |||||
| Property "SelectAllOptions" DropDownControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DropDownControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "SelectAllOptions" DropDownControlDisplayOptionsProperty -> DropDownControlDisplayOptionsProperty -> DropDownControlDisplayOptionsProperty # | |||||
| Property "TitleOptions" DropDownControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DropDownControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "TitleOptions" DropDownControlDisplayOptionsProperty -> DropDownControlDisplayOptionsProperty -> DropDownControlDisplayOptionsProperty # | |||||
| type PropertyType "InfoIconLabelOptions" DropDownControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DropDownControlDisplayOptionsProperty type PropertyType "InfoIconLabelOptions" DropDownControlDisplayOptionsProperty = SheetControlInfoIconLabelOptionsProperty | |||||
| type PropertyType "SelectAllOptions" DropDownControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.DropDownControlDisplayOptionsProperty type PropertyType "SelectAllOptions" DropDownControlDisplayOptionsProperty = ListControlSelectAllOptionsProperty | |||||
| type PropertyType "TitleOptions" DropDownControlDisplayOptionsProperty Source # | |||||
data FilterSelectableValuesProperty Source #
Constructors
| FilterSelectableValuesProperty | |
Fields
| |
Instances
| ToJSON FilterSelectableValuesProperty Source # | |||||
| Show FilterSelectableValuesProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterSelectableValuesProperty Methods showsPrec :: Int -> FilterSelectableValuesProperty -> ShowS # show :: FilterSelectableValuesProperty -> String # showList :: [FilterSelectableValuesProperty] -> ShowS # | |||||
| Eq FilterSelectableValuesProperty Source # | |||||
| ToResourceProperties FilterSelectableValuesProperty Source # | |||||
| Property "Values" FilterSelectableValuesProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterSelectableValuesProperty Associated Types
Methods set :: PropertyType "Values" FilterSelectableValuesProperty -> FilterSelectableValuesProperty -> FilterSelectableValuesProperty # | |||||
| type PropertyType "Values" FilterSelectableValuesProperty Source # | |||||
data ListControlDisplayOptionsProperty Source #
Constructors
| ListControlDisplayOptionsProperty | |
Instances
| ToJSON ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty | |||||
| Show ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty Methods showsPrec :: Int -> ListControlDisplayOptionsProperty -> ShowS # | |||||
| Eq ListControlDisplayOptionsProperty Source # | |||||
| ToResourceProperties ListControlDisplayOptionsProperty Source # | |||||
| Property "InfoIconLabelOptions" ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "InfoIconLabelOptions" ListControlDisplayOptionsProperty -> ListControlDisplayOptionsProperty -> ListControlDisplayOptionsProperty # | |||||
| Property "SearchOptions" ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "SearchOptions" ListControlDisplayOptionsProperty -> ListControlDisplayOptionsProperty -> ListControlDisplayOptionsProperty # | |||||
| Property "SelectAllOptions" ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "SelectAllOptions" ListControlDisplayOptionsProperty -> ListControlDisplayOptionsProperty -> ListControlDisplayOptionsProperty # | |||||
| Property "TitleOptions" ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "TitleOptions" ListControlDisplayOptionsProperty -> ListControlDisplayOptionsProperty -> ListControlDisplayOptionsProperty # | |||||
| type PropertyType "InfoIconLabelOptions" ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty type PropertyType "InfoIconLabelOptions" ListControlDisplayOptionsProperty = SheetControlInfoIconLabelOptionsProperty | |||||
| type PropertyType "SearchOptions" ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty type PropertyType "SearchOptions" ListControlDisplayOptionsProperty = ListControlSearchOptionsProperty | |||||
| type PropertyType "SelectAllOptions" ListControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlDisplayOptionsProperty type PropertyType "SelectAllOptions" ListControlDisplayOptionsProperty = ListControlSelectAllOptionsProperty | |||||
| type PropertyType "TitleOptions" ListControlDisplayOptionsProperty Source # | |||||
data RelativeDateTimeControlDisplayOptionsProperty Source #
Constructors
| RelativeDateTimeControlDisplayOptionsProperty | |
Instances
| ToJSON RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDateTimeControlDisplayOptionsProperty Methods toJSON :: RelativeDateTimeControlDisplayOptionsProperty -> Value # toEncoding :: RelativeDateTimeControlDisplayOptionsProperty -> Encoding # toJSONList :: [RelativeDateTimeControlDisplayOptionsProperty] -> Value # toEncodingList :: [RelativeDateTimeControlDisplayOptionsProperty] -> Encoding # omitField :: RelativeDateTimeControlDisplayOptionsProperty -> Bool # | |||||
| Show RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
| Eq RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
| ToResourceProperties RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
| Property "DateTimeFormat" RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDateTimeControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "DateTimeFormat" RelativeDateTimeControlDisplayOptionsProperty -> RelativeDateTimeControlDisplayOptionsProperty -> RelativeDateTimeControlDisplayOptionsProperty # | |||||
| Property "InfoIconLabelOptions" RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDateTimeControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "InfoIconLabelOptions" RelativeDateTimeControlDisplayOptionsProperty -> RelativeDateTimeControlDisplayOptionsProperty -> RelativeDateTimeControlDisplayOptionsProperty # | |||||
| Property "TitleOptions" RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDateTimeControlDisplayOptionsProperty Associated Types
| |||||
| type PropertyType "DateTimeFormat" RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
| type PropertyType "InfoIconLabelOptions" RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDateTimeControlDisplayOptionsProperty type PropertyType "InfoIconLabelOptions" RelativeDateTimeControlDisplayOptionsProperty = SheetControlInfoIconLabelOptionsProperty | |||||
| type PropertyType "TitleOptions" RelativeDateTimeControlDisplayOptionsProperty Source # | |||||
data SliderControlDisplayOptionsProperty Source #
Constructors
| SliderControlDisplayOptionsProperty | |
Instances
| ToJSON SliderControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SliderControlDisplayOptionsProperty | |||||
| Show SliderControlDisplayOptionsProperty Source # | |||||
| Eq SliderControlDisplayOptionsProperty Source # | |||||
| ToResourceProperties SliderControlDisplayOptionsProperty Source # | |||||
| Property "InfoIconLabelOptions" SliderControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SliderControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "InfoIconLabelOptions" SliderControlDisplayOptionsProperty -> SliderControlDisplayOptionsProperty -> SliderControlDisplayOptionsProperty # | |||||
| Property "TitleOptions" SliderControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SliderControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "TitleOptions" SliderControlDisplayOptionsProperty -> SliderControlDisplayOptionsProperty -> SliderControlDisplayOptionsProperty # | |||||
| type PropertyType "InfoIconLabelOptions" SliderControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SliderControlDisplayOptionsProperty type PropertyType "InfoIconLabelOptions" SliderControlDisplayOptionsProperty = SheetControlInfoIconLabelOptionsProperty | |||||
| type PropertyType "TitleOptions" SliderControlDisplayOptionsProperty Source # | |||||
data TextAreaControlDisplayOptionsProperty Source #
Constructors
| TextAreaControlDisplayOptionsProperty | |
Instances
| ToJSON TextAreaControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextAreaControlDisplayOptionsProperty Methods toJSON :: TextAreaControlDisplayOptionsProperty -> Value # toEncoding :: TextAreaControlDisplayOptionsProperty -> Encoding # toJSONList :: [TextAreaControlDisplayOptionsProperty] -> Value # toEncodingList :: [TextAreaControlDisplayOptionsProperty] -> Encoding # omitField :: TextAreaControlDisplayOptionsProperty -> Bool # | |||||
| Show TextAreaControlDisplayOptionsProperty Source # | |||||
| Eq TextAreaControlDisplayOptionsProperty Source # | |||||
| ToResourceProperties TextAreaControlDisplayOptionsProperty Source # | |||||
| Property "InfoIconLabelOptions" TextAreaControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextAreaControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "InfoIconLabelOptions" TextAreaControlDisplayOptionsProperty -> TextAreaControlDisplayOptionsProperty -> TextAreaControlDisplayOptionsProperty # | |||||
| Property "PlaceholderOptions" TextAreaControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextAreaControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "PlaceholderOptions" TextAreaControlDisplayOptionsProperty -> TextAreaControlDisplayOptionsProperty -> TextAreaControlDisplayOptionsProperty # | |||||
| Property "TitleOptions" TextAreaControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextAreaControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "TitleOptions" TextAreaControlDisplayOptionsProperty -> TextAreaControlDisplayOptionsProperty -> TextAreaControlDisplayOptionsProperty # | |||||
| type PropertyType "InfoIconLabelOptions" TextAreaControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextAreaControlDisplayOptionsProperty type PropertyType "InfoIconLabelOptions" TextAreaControlDisplayOptionsProperty = SheetControlInfoIconLabelOptionsProperty | |||||
| type PropertyType "PlaceholderOptions" TextAreaControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextAreaControlDisplayOptionsProperty type PropertyType "PlaceholderOptions" TextAreaControlDisplayOptionsProperty = TextControlPlaceholderOptionsProperty | |||||
| type PropertyType "TitleOptions" TextAreaControlDisplayOptionsProperty Source # | |||||
data TextFieldControlDisplayOptionsProperty Source #
Constructors
| TextFieldControlDisplayOptionsProperty | |
Instances
| ToJSON TextFieldControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextFieldControlDisplayOptionsProperty Methods toJSON :: TextFieldControlDisplayOptionsProperty -> Value # toEncoding :: TextFieldControlDisplayOptionsProperty -> Encoding # toJSONList :: [TextFieldControlDisplayOptionsProperty] -> Value # toEncodingList :: [TextFieldControlDisplayOptionsProperty] -> Encoding # omitField :: TextFieldControlDisplayOptionsProperty -> Bool # | |||||
| Show TextFieldControlDisplayOptionsProperty Source # | |||||
| Eq TextFieldControlDisplayOptionsProperty Source # | |||||
| ToResourceProperties TextFieldControlDisplayOptionsProperty Source # | |||||
| Property "InfoIconLabelOptions" TextFieldControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextFieldControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "InfoIconLabelOptions" TextFieldControlDisplayOptionsProperty -> TextFieldControlDisplayOptionsProperty -> TextFieldControlDisplayOptionsProperty # | |||||
| Property "PlaceholderOptions" TextFieldControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextFieldControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "PlaceholderOptions" TextFieldControlDisplayOptionsProperty -> TextFieldControlDisplayOptionsProperty -> TextFieldControlDisplayOptionsProperty # | |||||
| Property "TitleOptions" TextFieldControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextFieldControlDisplayOptionsProperty Associated Types
Methods set :: PropertyType "TitleOptions" TextFieldControlDisplayOptionsProperty -> TextFieldControlDisplayOptionsProperty -> TextFieldControlDisplayOptionsProperty # | |||||
| type PropertyType "InfoIconLabelOptions" TextFieldControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextFieldControlDisplayOptionsProperty type PropertyType "InfoIconLabelOptions" TextFieldControlDisplayOptionsProperty = SheetControlInfoIconLabelOptionsProperty | |||||
| type PropertyType "PlaceholderOptions" TextFieldControlDisplayOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextFieldControlDisplayOptionsProperty type PropertyType "PlaceholderOptions" TextFieldControlDisplayOptionsProperty = TextControlPlaceholderOptionsProperty | |||||
| type PropertyType "TitleOptions" TextFieldControlDisplayOptionsProperty Source # | |||||
data ListControlSelectAllOptionsProperty Source #
Constructors
| ListControlSelectAllOptionsProperty | |
Fields
| |
Instances
| ToJSON ListControlSelectAllOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlSelectAllOptionsProperty | |||||
| Show ListControlSelectAllOptionsProperty Source # | |||||
| Eq ListControlSelectAllOptionsProperty Source # | |||||
| ToResourceProperties ListControlSelectAllOptionsProperty Source # | |||||
| Property "Visibility" ListControlSelectAllOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlSelectAllOptionsProperty Associated Types
Methods set :: PropertyType "Visibility" ListControlSelectAllOptionsProperty -> ListControlSelectAllOptionsProperty -> ListControlSelectAllOptionsProperty # | |||||
| type PropertyType "Visibility" ListControlSelectAllOptionsProperty Source # | |||||
data ExcludePeriodConfigurationProperty Source #
Constructors
| ExcludePeriodConfigurationProperty | |
Fields | |
Instances
| ToJSON ExcludePeriodConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ExcludePeriodConfigurationProperty | |||||
| Show ExcludePeriodConfigurationProperty Source # | |||||
| Eq ExcludePeriodConfigurationProperty Source # | |||||
| ToResourceProperties ExcludePeriodConfigurationProperty Source # | |||||
| Property "Amount" ExcludePeriodConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ExcludePeriodConfigurationProperty Associated Types
Methods set :: PropertyType "Amount" ExcludePeriodConfigurationProperty -> ExcludePeriodConfigurationProperty -> ExcludePeriodConfigurationProperty # | |||||
| Property "Granularity" ExcludePeriodConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ExcludePeriodConfigurationProperty Associated Types
Methods set :: PropertyType "Granularity" ExcludePeriodConfigurationProperty -> ExcludePeriodConfigurationProperty -> ExcludePeriodConfigurationProperty # | |||||
| Property "Status" ExcludePeriodConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ExcludePeriodConfigurationProperty Associated Types
Methods set :: PropertyType "Status" ExcludePeriodConfigurationProperty -> ExcludePeriodConfigurationProperty -> ExcludePeriodConfigurationProperty # | |||||
| type PropertyType "Amount" ExcludePeriodConfigurationProperty Source # | |||||
| type PropertyType "Granularity" ExcludePeriodConfigurationProperty Source # | |||||
| type PropertyType "Status" ExcludePeriodConfigurationProperty Source # | |||||
data FilterProperty Source #
Constructors
| FilterProperty | |
Fields
| |
Instances
| ToJSON FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Methods toJSON :: FilterProperty -> Value # toEncoding :: FilterProperty -> Encoding # toJSONList :: [FilterProperty] -> Value # toEncodingList :: [FilterProperty] -> Encoding # omitField :: FilterProperty -> Bool # | |||||
| Show FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Methods showsPrec :: Int -> FilterProperty -> ShowS # show :: FilterProperty -> String # showList :: [FilterProperty] -> ShowS # | |||||
| Eq FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Methods (==) :: FilterProperty -> FilterProperty -> Bool # (/=) :: FilterProperty -> FilterProperty -> Bool # | |||||
| ToResourceProperties FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Methods toResourceProperties :: FilterProperty -> ResourceProperties # | |||||
| Property "CategoryFilter" FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Associated Types
Methods set :: PropertyType "CategoryFilter" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "NestedFilter" FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Associated Types
Methods set :: PropertyType "NestedFilter" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "NumericEqualityFilter" FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Associated Types
Methods set :: PropertyType "NumericEqualityFilter" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "NumericRangeFilter" FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Associated Types
Methods set :: PropertyType "NumericRangeFilter" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "RelativeDatesFilter" FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Associated Types
Methods set :: PropertyType "RelativeDatesFilter" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "TimeEqualityFilter" FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Associated Types
Methods set :: PropertyType "TimeEqualityFilter" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "TimeRangeFilter" FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Associated Types
Methods set :: PropertyType "TimeRangeFilter" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "TopBottomFilter" FilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterProperty Associated Types
Methods set :: PropertyType "TopBottomFilter" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| type PropertyType "CategoryFilter" FilterProperty Source # | |||||
| type PropertyType "NestedFilter" FilterProperty Source # | |||||
| type PropertyType "NumericEqualityFilter" FilterProperty Source # | |||||
| type PropertyType "NumericRangeFilter" FilterProperty Source # | |||||
| type PropertyType "RelativeDatesFilter" FilterProperty Source # | |||||
| type PropertyType "TimeEqualityFilter" FilterProperty Source # | |||||
| type PropertyType "TimeRangeFilter" FilterProperty Source # | |||||
| type PropertyType "TopBottomFilter" FilterProperty Source # | |||||
data FilterScopeConfigurationProperty Source #
Constructors
| FilterScopeConfigurationProperty | |
Instances
| ToJSON FilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterScopeConfigurationProperty | |||||
| Show FilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterScopeConfigurationProperty Methods showsPrec :: Int -> FilterScopeConfigurationProperty -> ShowS # | |||||
| Eq FilterScopeConfigurationProperty Source # | |||||
| ToResourceProperties FilterScopeConfigurationProperty Source # | |||||
| Property "AllSheets" FilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterScopeConfigurationProperty Associated Types
Methods set :: PropertyType "AllSheets" FilterScopeConfigurationProperty -> FilterScopeConfigurationProperty -> FilterScopeConfigurationProperty # | |||||
| Property "SelectedSheets" FilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterScopeConfigurationProperty Associated Types
Methods set :: PropertyType "SelectedSheets" FilterScopeConfigurationProperty -> FilterScopeConfigurationProperty -> FilterScopeConfigurationProperty # | |||||
| type PropertyType "AllSheets" FilterScopeConfigurationProperty Source # | |||||
| type PropertyType "SelectedSheets" FilterScopeConfigurationProperty Source # | |||||
data NestedFilterProperty Source #
Constructors
| NestedFilterProperty | |
Fields | |
Instances
| ToJSON NestedFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NestedFilterProperty Methods toJSON :: NestedFilterProperty -> Value # toEncoding :: NestedFilterProperty -> Encoding # toJSONList :: [NestedFilterProperty] -> Value # toEncodingList :: [NestedFilterProperty] -> Encoding # omitField :: NestedFilterProperty -> Bool # | |||||
| Show NestedFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NestedFilterProperty Methods showsPrec :: Int -> NestedFilterProperty -> ShowS # show :: NestedFilterProperty -> String # showList :: [NestedFilterProperty] -> ShowS # | |||||
| Eq NestedFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NestedFilterProperty Methods (==) :: NestedFilterProperty -> NestedFilterProperty -> Bool # (/=) :: NestedFilterProperty -> NestedFilterProperty -> Bool # | |||||
| ToResourceProperties NestedFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NestedFilterProperty Methods toResourceProperties :: NestedFilterProperty -> ResourceProperties # | |||||
| Property "Column" NestedFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NestedFilterProperty Associated Types
Methods set :: PropertyType "Column" NestedFilterProperty -> NestedFilterProperty -> NestedFilterProperty # | |||||
| Property "FilterId" NestedFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NestedFilterProperty Associated Types
Methods set :: PropertyType "FilterId" NestedFilterProperty -> NestedFilterProperty -> NestedFilterProperty # | |||||
| Property "IncludeInnerSet" NestedFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NestedFilterProperty Associated Types
Methods set :: PropertyType "IncludeInnerSet" NestedFilterProperty -> NestedFilterProperty -> NestedFilterProperty # | |||||
| Property "InnerFilter" NestedFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NestedFilterProperty Associated Types
Methods set :: PropertyType "InnerFilter" NestedFilterProperty -> NestedFilterProperty -> NestedFilterProperty # | |||||
| type PropertyType "Column" NestedFilterProperty Source # | |||||
| type PropertyType "FilterId" NestedFilterProperty Source # | |||||
| type PropertyType "IncludeInnerSet" NestedFilterProperty Source # | |||||
| type PropertyType "InnerFilter" NestedFilterProperty Source # | |||||
data NumericRangeFilterProperty Source #
Constructors
| NumericRangeFilterProperty | |
Fields
| |
Instances
| ToJSON NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Methods toJSON :: NumericRangeFilterProperty -> Value # toEncoding :: NumericRangeFilterProperty -> Encoding # toJSONList :: [NumericRangeFilterProperty] -> Value # toEncodingList :: [NumericRangeFilterProperty] -> Encoding # | |||||
| Show NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Methods showsPrec :: Int -> NumericRangeFilterProperty -> ShowS # show :: NumericRangeFilterProperty -> String # showList :: [NumericRangeFilterProperty] -> ShowS # | |||||
| Eq NumericRangeFilterProperty Source # | |||||
| ToResourceProperties NumericRangeFilterProperty Source # | |||||
| Property "AggregationFunction" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "AggregationFunction" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "Column" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "Column" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "DefaultFilterControlConfiguration" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "DefaultFilterControlConfiguration" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "FilterId" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "FilterId" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "IncludeMaximum" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "IncludeMaximum" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "IncludeMinimum" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "IncludeMinimum" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "NullOption" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "NullOption" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "RangeMaximum" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "RangeMaximum" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "RangeMinimum" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "RangeMinimum" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| Property "SelectAllOptions" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty Associated Types
Methods set :: PropertyType "SelectAllOptions" NumericRangeFilterProperty -> NumericRangeFilterProperty -> NumericRangeFilterProperty # | |||||
| type PropertyType "AggregationFunction" NumericRangeFilterProperty Source # | |||||
| type PropertyType "Column" NumericRangeFilterProperty Source # | |||||
| type PropertyType "DefaultFilterControlConfiguration" NumericRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterProperty type PropertyType "DefaultFilterControlConfiguration" NumericRangeFilterProperty = DefaultFilterControlConfigurationProperty | |||||
| type PropertyType "FilterId" NumericRangeFilterProperty Source # | |||||
| type PropertyType "IncludeMaximum" NumericRangeFilterProperty Source # | |||||
| type PropertyType "IncludeMinimum" NumericRangeFilterProperty Source # | |||||
| type PropertyType "NullOption" NumericRangeFilterProperty Source # | |||||
| type PropertyType "RangeMaximum" NumericRangeFilterProperty Source # | |||||
| type PropertyType "RangeMinimum" NumericRangeFilterProperty Source # | |||||
| type PropertyType "SelectAllOptions" NumericRangeFilterProperty Source # | |||||
data RelativeDatesFilterProperty Source #
Constructors
| RelativeDatesFilterProperty | |
Fields
| |
Instances
| ToJSON RelativeDatesFilterProperty Source # | |||||
| Show RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Methods showsPrec :: Int -> RelativeDatesFilterProperty -> ShowS # show :: RelativeDatesFilterProperty -> String # showList :: [RelativeDatesFilterProperty] -> ShowS # | |||||
| Eq RelativeDatesFilterProperty Source # | |||||
| ToResourceProperties RelativeDatesFilterProperty Source # | |||||
| Property "AnchorDateConfiguration" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "AnchorDateConfiguration" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "Column" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "Column" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "DefaultFilterControlConfiguration" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "DefaultFilterControlConfiguration" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "ExcludePeriodConfiguration" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "ExcludePeriodConfiguration" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "FilterId" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "FilterId" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "MinimumGranularity" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "MinimumGranularity" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "NullOption" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "NullOption" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "ParameterName" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "ParameterName" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "RelativeDateType" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "RelativeDateType" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "RelativeDateValue" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "RelativeDateValue" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| Property "TimeGranularity" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty Associated Types
Methods set :: PropertyType "TimeGranularity" RelativeDatesFilterProperty -> RelativeDatesFilterProperty -> RelativeDatesFilterProperty # | |||||
| type PropertyType "AnchorDateConfiguration" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty type PropertyType "AnchorDateConfiguration" RelativeDatesFilterProperty = AnchorDateConfigurationProperty | |||||
| type PropertyType "Column" RelativeDatesFilterProperty Source # | |||||
| type PropertyType "DefaultFilterControlConfiguration" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty type PropertyType "DefaultFilterControlConfiguration" RelativeDatesFilterProperty = DefaultFilterControlConfigurationProperty | |||||
| type PropertyType "ExcludePeriodConfiguration" RelativeDatesFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.RelativeDatesFilterProperty type PropertyType "ExcludePeriodConfiguration" RelativeDatesFilterProperty = ExcludePeriodConfigurationProperty | |||||
| type PropertyType "FilterId" RelativeDatesFilterProperty Source # | |||||
| type PropertyType "MinimumGranularity" RelativeDatesFilterProperty Source # | |||||
| type PropertyType "NullOption" RelativeDatesFilterProperty Source # | |||||
| type PropertyType "ParameterName" RelativeDatesFilterProperty Source # | |||||
| type PropertyType "RelativeDateType" RelativeDatesFilterProperty Source # | |||||
| type PropertyType "RelativeDateValue" RelativeDatesFilterProperty Source # | |||||
| type PropertyType "TimeGranularity" RelativeDatesFilterProperty Source # | |||||
data TimeRangeFilterProperty Source #
Constructors
| TimeRangeFilterProperty | |
Fields
| |
Instances
| ToJSON TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Methods toJSON :: TimeRangeFilterProperty -> Value # toEncoding :: TimeRangeFilterProperty -> Encoding # toJSONList :: [TimeRangeFilterProperty] -> Value # | |||||
| Show TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Methods showsPrec :: Int -> TimeRangeFilterProperty -> ShowS # show :: TimeRangeFilterProperty -> String # showList :: [TimeRangeFilterProperty] -> ShowS # | |||||
| Eq TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Methods (==) :: TimeRangeFilterProperty -> TimeRangeFilterProperty -> Bool # (/=) :: TimeRangeFilterProperty -> TimeRangeFilterProperty -> Bool # | |||||
| ToResourceProperties TimeRangeFilterProperty Source # | |||||
| Property "Column" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "Column" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "DefaultFilterControlConfiguration" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "DefaultFilterControlConfiguration" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "ExcludePeriodConfiguration" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "ExcludePeriodConfiguration" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "FilterId" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "FilterId" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "IncludeMaximum" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "IncludeMaximum" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "IncludeMinimum" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "IncludeMinimum" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "NullOption" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "NullOption" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "RangeMaximumValue" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "RangeMaximumValue" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "RangeMinimumValue" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "RangeMinimumValue" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| Property "TimeGranularity" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty Associated Types
Methods set :: PropertyType "TimeGranularity" TimeRangeFilterProperty -> TimeRangeFilterProperty -> TimeRangeFilterProperty # | |||||
| type PropertyType "Column" TimeRangeFilterProperty Source # | |||||
| type PropertyType "DefaultFilterControlConfiguration" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty type PropertyType "DefaultFilterControlConfiguration" TimeRangeFilterProperty = DefaultFilterControlConfigurationProperty | |||||
| type PropertyType "ExcludePeriodConfiguration" TimeRangeFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterProperty type PropertyType "ExcludePeriodConfiguration" TimeRangeFilterProperty = ExcludePeriodConfigurationProperty | |||||
| type PropertyType "FilterId" TimeRangeFilterProperty Source # | |||||
| type PropertyType "IncludeMaximum" TimeRangeFilterProperty Source # | |||||
| type PropertyType "IncludeMinimum" TimeRangeFilterProperty Source # | |||||
| type PropertyType "NullOption" TimeRangeFilterProperty Source # | |||||
| type PropertyType "RangeMaximumValue" TimeRangeFilterProperty Source # | |||||
| type PropertyType "RangeMinimumValue" TimeRangeFilterProperty Source # | |||||
| type PropertyType "TimeGranularity" TimeRangeFilterProperty Source # | |||||
data TopBottomFilterProperty Source #
Constructors
| TopBottomFilterProperty | |
Fields
| |
Instances
| ToJSON TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Methods toJSON :: TopBottomFilterProperty -> Value # toEncoding :: TopBottomFilterProperty -> Encoding # toJSONList :: [TopBottomFilterProperty] -> Value # | |||||
| Show TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Methods showsPrec :: Int -> TopBottomFilterProperty -> ShowS # show :: TopBottomFilterProperty -> String # showList :: [TopBottomFilterProperty] -> ShowS # | |||||
| Eq TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Methods (==) :: TopBottomFilterProperty -> TopBottomFilterProperty -> Bool # (/=) :: TopBottomFilterProperty -> TopBottomFilterProperty -> Bool # | |||||
| ToResourceProperties TopBottomFilterProperty Source # | |||||
| Property "AggregationSortConfigurations" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Associated Types
Methods set :: PropertyType "AggregationSortConfigurations" TopBottomFilterProperty -> TopBottomFilterProperty -> TopBottomFilterProperty # | |||||
| Property "Column" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Associated Types
Methods set :: PropertyType "Column" TopBottomFilterProperty -> TopBottomFilterProperty -> TopBottomFilterProperty # | |||||
| Property "DefaultFilterControlConfiguration" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Associated Types
Methods set :: PropertyType "DefaultFilterControlConfiguration" TopBottomFilterProperty -> TopBottomFilterProperty -> TopBottomFilterProperty # | |||||
| Property "FilterId" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Associated Types
Methods set :: PropertyType "FilterId" TopBottomFilterProperty -> TopBottomFilterProperty -> TopBottomFilterProperty # | |||||
| Property "Limit" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Associated Types
Methods set :: PropertyType "Limit" TopBottomFilterProperty -> TopBottomFilterProperty -> TopBottomFilterProperty # | |||||
| Property "ParameterName" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Associated Types
Methods set :: PropertyType "ParameterName" TopBottomFilterProperty -> TopBottomFilterProperty -> TopBottomFilterProperty # | |||||
| Property "TimeGranularity" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty Associated Types
Methods set :: PropertyType "TimeGranularity" TopBottomFilterProperty -> TopBottomFilterProperty -> TopBottomFilterProperty # | |||||
| type PropertyType "AggregationSortConfigurations" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty type PropertyType "AggregationSortConfigurations" TopBottomFilterProperty = [AggregationSortConfigurationProperty] | |||||
| type PropertyType "Column" TopBottomFilterProperty Source # | |||||
| type PropertyType "DefaultFilterControlConfiguration" TopBottomFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TopBottomFilterProperty type PropertyType "DefaultFilterControlConfiguration" TopBottomFilterProperty = DefaultFilterControlConfigurationProperty | |||||
| type PropertyType "FilterId" TopBottomFilterProperty Source # | |||||
| type PropertyType "Limit" TopBottomFilterProperty Source # | |||||
| type PropertyType "ParameterName" TopBottomFilterProperty Source # | |||||
| type PropertyType "TimeGranularity" TopBottomFilterProperty Source # | |||||
data SelectedSheetsFilterScopeConfigurationProperty Source #
Constructors
| SelectedSheetsFilterScopeConfigurationProperty | |
Instances
| ToJSON SelectedSheetsFilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SelectedSheetsFilterScopeConfigurationProperty Methods toJSON :: SelectedSheetsFilterScopeConfigurationProperty -> Value # toEncoding :: SelectedSheetsFilterScopeConfigurationProperty -> Encoding # toJSONList :: [SelectedSheetsFilterScopeConfigurationProperty] -> Value # toEncodingList :: [SelectedSheetsFilterScopeConfigurationProperty] -> Encoding # omitField :: SelectedSheetsFilterScopeConfigurationProperty -> Bool # | |||||
| Show SelectedSheetsFilterScopeConfigurationProperty Source # | |||||
| Eq SelectedSheetsFilterScopeConfigurationProperty Source # | |||||
| ToResourceProperties SelectedSheetsFilterScopeConfigurationProperty Source # | |||||
| Property "SheetVisualScopingConfigurations" SelectedSheetsFilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SelectedSheetsFilterScopeConfigurationProperty Associated Types
Methods set :: PropertyType "SheetVisualScopingConfigurations" SelectedSheetsFilterScopeConfigurationProperty -> SelectedSheetsFilterScopeConfigurationProperty -> SelectedSheetsFilterScopeConfigurationProperty # | |||||
| type PropertyType "SheetVisualScopingConfigurations" SelectedSheetsFilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SelectedSheetsFilterScopeConfigurationProperty type PropertyType "SheetVisualScopingConfigurations" SelectedSheetsFilterScopeConfigurationProperty = [SheetVisualScopingConfigurationProperty] | |||||
data FontSizeProperty Source #
Constructors
| FontSizeProperty | |
Instances
| ToJSON FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Methods toJSON :: FontSizeProperty -> Value # toEncoding :: FontSizeProperty -> Encoding # toJSONList :: [FontSizeProperty] -> Value # toEncodingList :: [FontSizeProperty] -> Encoding # omitField :: FontSizeProperty -> Bool # | |||||
| Show FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Methods showsPrec :: Int -> FontSizeProperty -> ShowS # show :: FontSizeProperty -> String # showList :: [FontSizeProperty] -> ShowS # | |||||
| Eq FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Methods (==) :: FontSizeProperty -> FontSizeProperty -> Bool # (/=) :: FontSizeProperty -> FontSizeProperty -> Bool # | |||||
| ToResourceProperties FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Methods toResourceProperties :: FontSizeProperty -> ResourceProperties # | |||||
| Property "Absolute" FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Associated Types
Methods set :: PropertyType "Absolute" FontSizeProperty -> FontSizeProperty -> FontSizeProperty # | |||||
| Property "Relative" FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Associated Types
Methods set :: PropertyType "Relative" FontSizeProperty -> FontSizeProperty -> FontSizeProperty # | |||||
| type PropertyType "Absolute" FontSizeProperty Source # | |||||
| type PropertyType "Relative" FontSizeProperty Source # | |||||
data FontWeightProperty Source #
Constructors
| FontWeightProperty | |
Fields
| |
Instances
| ToJSON FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Methods toJSON :: FontWeightProperty -> Value # toEncoding :: FontWeightProperty -> Encoding # toJSONList :: [FontWeightProperty] -> Value # toEncodingList :: [FontWeightProperty] -> Encoding # omitField :: FontWeightProperty -> Bool # | |||||
| Show FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Methods showsPrec :: Int -> FontWeightProperty -> ShowS # show :: FontWeightProperty -> String # showList :: [FontWeightProperty] -> ShowS # | |||||
| Eq FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Methods (==) :: FontWeightProperty -> FontWeightProperty -> Bool # (/=) :: FontWeightProperty -> FontWeightProperty -> Bool # | |||||
| ToResourceProperties FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Methods toResourceProperties :: FontWeightProperty -> ResourceProperties # | |||||
| Property "Name" FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Associated Types
Methods set :: PropertyType "Name" FontWeightProperty -> FontWeightProperty -> FontWeightProperty # | |||||
| type PropertyType "Name" FontWeightProperty Source # | |||||
data InnerFilterProperty Source #
Constructors
| InnerFilterProperty | |
Fields | |
Instances
| ToJSON InnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.InnerFilterProperty Methods toJSON :: InnerFilterProperty -> Value # toEncoding :: InnerFilterProperty -> Encoding # toJSONList :: [InnerFilterProperty] -> Value # toEncodingList :: [InnerFilterProperty] -> Encoding # omitField :: InnerFilterProperty -> Bool # | |||||
| Show InnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.InnerFilterProperty Methods showsPrec :: Int -> InnerFilterProperty -> ShowS # show :: InnerFilterProperty -> String # showList :: [InnerFilterProperty] -> ShowS # | |||||
| Eq InnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.InnerFilterProperty Methods (==) :: InnerFilterProperty -> InnerFilterProperty -> Bool # (/=) :: InnerFilterProperty -> InnerFilterProperty -> Bool # | |||||
| ToResourceProperties InnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.InnerFilterProperty Methods toResourceProperties :: InnerFilterProperty -> ResourceProperties # | |||||
| Property "CategoryInnerFilter" InnerFilterProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.InnerFilterProperty Associated Types
Methods set :: PropertyType "CategoryInnerFilter" InnerFilterProperty -> InnerFilterProperty -> InnerFilterProperty # | |||||
| type PropertyType "CategoryInnerFilter" InnerFilterProperty Source # | |||||
data ListControlSearchOptionsProperty Source #
Constructors
| ListControlSearchOptionsProperty | |
Fields
| |
Instances
| ToJSON ListControlSearchOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlSearchOptionsProperty | |||||
| Show ListControlSearchOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlSearchOptionsProperty Methods showsPrec :: Int -> ListControlSearchOptionsProperty -> ShowS # | |||||
| Eq ListControlSearchOptionsProperty Source # | |||||
| ToResourceProperties ListControlSearchOptionsProperty Source # | |||||
| Property "Visibility" ListControlSearchOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ListControlSearchOptionsProperty Associated Types
Methods set :: PropertyType "Visibility" ListControlSearchOptionsProperty -> ListControlSearchOptionsProperty -> ListControlSearchOptionsProperty # | |||||
| type PropertyType "Visibility" ListControlSearchOptionsProperty Source # | |||||
data PercentileAggregationProperty Source #
Constructors
| PercentileAggregationProperty | |
Fields
| |
Instances
| ToJSON PercentileAggregationProperty Source # | |||||
| Show PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentileAggregationProperty Methods showsPrec :: Int -> PercentileAggregationProperty -> ShowS # show :: PercentileAggregationProperty -> String # showList :: [PercentileAggregationProperty] -> ShowS # | |||||
| Eq PercentileAggregationProperty Source # | |||||
| ToResourceProperties PercentileAggregationProperty Source # | |||||
| Property "PercentileValue" PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentileAggregationProperty Associated Types
Methods set :: PropertyType "PercentileValue" PercentileAggregationProperty -> PercentileAggregationProperty -> PercentileAggregationProperty # | |||||
| type PropertyType "PercentileValue" PercentileAggregationProperty Source # | |||||
data NumericRangeFilterValueProperty Source #
Constructors
| NumericRangeFilterValueProperty | |
Fields
| |
Instances
| ToJSON NumericRangeFilterValueProperty Source # | |||||
| Show NumericRangeFilterValueProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterValueProperty Methods showsPrec :: Int -> NumericRangeFilterValueProperty -> ShowS # | |||||
| Eq NumericRangeFilterValueProperty Source # | |||||
| ToResourceProperties NumericRangeFilterValueProperty Source # | |||||
| Property "Parameter" NumericRangeFilterValueProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterValueProperty Associated Types
Methods set :: PropertyType "Parameter" NumericRangeFilterValueProperty -> NumericRangeFilterValueProperty -> NumericRangeFilterValueProperty # | |||||
| Property "StaticValue" NumericRangeFilterValueProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericRangeFilterValueProperty Associated Types
Methods set :: PropertyType "StaticValue" NumericRangeFilterValueProperty -> NumericRangeFilterValueProperty -> NumericRangeFilterValueProperty # | |||||
| type PropertyType "Parameter" NumericRangeFilterValueProperty Source # | |||||
| type PropertyType "StaticValue" NumericRangeFilterValueProperty Source # | |||||
data SheetVisualScopingConfigurationProperty Source #
Constructors
| SheetVisualScopingConfigurationProperty | |
Instances
| ToJSON SheetVisualScopingConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SheetVisualScopingConfigurationProperty Methods toJSON :: SheetVisualScopingConfigurationProperty -> Value # toEncoding :: SheetVisualScopingConfigurationProperty -> Encoding # toJSONList :: [SheetVisualScopingConfigurationProperty] -> Value # toEncodingList :: [SheetVisualScopingConfigurationProperty] -> Encoding # omitField :: SheetVisualScopingConfigurationProperty -> Bool # | |||||
| Show SheetVisualScopingConfigurationProperty Source # | |||||
| Eq SheetVisualScopingConfigurationProperty Source # | |||||
| ToResourceProperties SheetVisualScopingConfigurationProperty Source # | |||||
| Property "Scope" SheetVisualScopingConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SheetVisualScopingConfigurationProperty Associated Types
| |||||
| Property "SheetId" SheetVisualScopingConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SheetVisualScopingConfigurationProperty Associated Types
| |||||
| Property "VisualIds" SheetVisualScopingConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.SheetVisualScopingConfigurationProperty Associated Types
| |||||
| type PropertyType "Scope" SheetVisualScopingConfigurationProperty Source # | |||||
| type PropertyType "SheetId" SheetVisualScopingConfigurationProperty Source # | |||||
| type PropertyType "VisualIds" SheetVisualScopingConfigurationProperty Source # | |||||
data TextControlPlaceholderOptionsProperty Source #
Constructors
| TextControlPlaceholderOptionsProperty | |
Fields
| |
Instances
| ToJSON TextControlPlaceholderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextControlPlaceholderOptionsProperty Methods toJSON :: TextControlPlaceholderOptionsProperty -> Value # toEncoding :: TextControlPlaceholderOptionsProperty -> Encoding # toJSONList :: [TextControlPlaceholderOptionsProperty] -> Value # toEncodingList :: [TextControlPlaceholderOptionsProperty] -> Encoding # omitField :: TextControlPlaceholderOptionsProperty -> Bool # | |||||
| Show TextControlPlaceholderOptionsProperty Source # | |||||
| Eq TextControlPlaceholderOptionsProperty Source # | |||||
| ToResourceProperties TextControlPlaceholderOptionsProperty Source # | |||||
| Property "Visibility" TextControlPlaceholderOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TextControlPlaceholderOptionsProperty Associated Types
Methods set :: PropertyType "Visibility" TextControlPlaceholderOptionsProperty -> TextControlPlaceholderOptionsProperty -> TextControlPlaceholderOptionsProperty # | |||||
| type PropertyType "Visibility" TextControlPlaceholderOptionsProperty Source # | |||||
data TimeRangeFilterValueProperty Source #
Constructors
| TimeRangeFilterValueProperty | |
Fields
| |
Instances
| ToJSON TimeRangeFilterValueProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterValueProperty Methods toJSON :: TimeRangeFilterValueProperty -> Value # toEncoding :: TimeRangeFilterValueProperty -> Encoding # toJSONList :: [TimeRangeFilterValueProperty] -> Value # toEncodingList :: [TimeRangeFilterValueProperty] -> Encoding # | |||||
| Show TimeRangeFilterValueProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterValueProperty Methods showsPrec :: Int -> TimeRangeFilterValueProperty -> ShowS # show :: TimeRangeFilterValueProperty -> String # showList :: [TimeRangeFilterValueProperty] -> ShowS # | |||||
| Eq TimeRangeFilterValueProperty Source # | |||||
| ToResourceProperties TimeRangeFilterValueProperty Source # | |||||
| Property "Parameter" TimeRangeFilterValueProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterValueProperty Associated Types
Methods set :: PropertyType "Parameter" TimeRangeFilterValueProperty -> TimeRangeFilterValueProperty -> TimeRangeFilterValueProperty # | |||||
| Property "RollingDate" TimeRangeFilterValueProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterValueProperty Associated Types
Methods set :: PropertyType "RollingDate" TimeRangeFilterValueProperty -> TimeRangeFilterValueProperty -> TimeRangeFilterValueProperty # | |||||
| Property "StaticValue" TimeRangeFilterValueProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.TimeRangeFilterValueProperty Associated Types
Methods set :: PropertyType "StaticValue" TimeRangeFilterValueProperty -> TimeRangeFilterValueProperty -> TimeRangeFilterValueProperty # | |||||
| type PropertyType "Parameter" TimeRangeFilterValueProperty Source # | |||||
| type PropertyType "RollingDate" TimeRangeFilterValueProperty Source # | |||||
| type PropertyType "StaticValue" TimeRangeFilterValueProperty Source # | |||||
mkAggregationSortConfigurationProperty :: ColumnIdentifierProperty -> Value Text -> AggregationSortConfigurationProperty Source #
mkCategoryFilterProperty :: ColumnIdentifierProperty -> CategoryFilterConfigurationProperty -> Value Text -> CategoryFilterProperty Source #
mkCategoryInnerFilterProperty :: ColumnIdentifierProperty -> CategoryFilterConfigurationProperty -> CategoryInnerFilterProperty Source #
mkCustomFilterConfigurationProperty :: Value Text -> Value Text -> CustomFilterConfigurationProperty Source #
mkCustomFilterListConfigurationProperty :: Value Text -> Value Text -> CustomFilterListConfigurationProperty Source #
mkDateTimePickerControlDisplayOptionsProperty :: DateTimePickerControlDisplayOptionsProperty Source #
mkDefaultDateTimePickerControlOptionsProperty :: DefaultDateTimePickerControlOptionsProperty Source #
mkDefaultFilterControlConfigurationProperty :: DefaultFilterControlOptionsProperty -> Value Text -> DefaultFilterControlConfigurationProperty Source #
mkDefaultFilterDropDownControlOptionsProperty :: DefaultFilterDropDownControlOptionsProperty Source #
mkDefaultRelativeDateTimeControlOptionsProperty :: DefaultRelativeDateTimeControlOptionsProperty Source #
mkDefaultSliderControlOptionsProperty :: Value Double -> Value Double -> Value Double -> DefaultSliderControlOptionsProperty Source #
mkExcludePeriodConfigurationProperty :: Value Double -> Value Text -> ExcludePeriodConfigurationProperty Source #
mkNestedFilterProperty :: ColumnIdentifierProperty -> Value Text -> Value Bool -> InnerFilterProperty -> NestedFilterProperty Source #
mkNumericEqualityFilterProperty :: ColumnIdentifierProperty -> Value Text -> Value Text -> Value Text -> NumericEqualityFilterProperty Source #
mkNumericRangeFilterProperty :: ColumnIdentifierProperty -> Value Text -> Value Text -> NumericRangeFilterProperty Source #
mkRelativeDatesFilterProperty :: AnchorDateConfigurationProperty -> ColumnIdentifierProperty -> Value Text -> Value Text -> Value Text -> Value Text -> RelativeDatesFilterProperty Source #
mkRelativeDateTimeControlDisplayOptionsProperty :: RelativeDateTimeControlDisplayOptionsProperty Source #
mkSelectedSheetsFilterScopeConfigurationProperty :: SelectedSheetsFilterScopeConfigurationProperty Source #
mkSheetVisualScopingConfigurationProperty :: Value Text -> Value Text -> SheetVisualScopingConfigurationProperty Source #
mkTimeEqualityFilterProperty :: ColumnIdentifierProperty -> Value Text -> TimeEqualityFilterProperty Source #
mkTimeRangeFilterProperty :: ColumnIdentifierProperty -> Value Text -> Value Text -> TimeRangeFilterProperty Source #
mkTopBottomFilterProperty :: [AggregationSortConfigurationProperty] -> ColumnIdentifierProperty -> Value Text -> TopBottomFilterProperty Source #
data FilterGroupProperty Source #
Constructors
| FilterGroupProperty | |
Fields | |
Instances
| ToJSON FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Methods toJSON :: FilterGroupProperty -> Value # toEncoding :: FilterGroupProperty -> Encoding # toJSONList :: [FilterGroupProperty] -> Value # toEncodingList :: [FilterGroupProperty] -> Encoding # omitField :: FilterGroupProperty -> Bool # | |||||
| Show FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Methods showsPrec :: Int -> FilterGroupProperty -> ShowS # show :: FilterGroupProperty -> String # showList :: [FilterGroupProperty] -> ShowS # | |||||
| Eq FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Methods (==) :: FilterGroupProperty -> FilterGroupProperty -> Bool # (/=) :: FilterGroupProperty -> FilterGroupProperty -> Bool # | |||||
| ToResourceProperties FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Methods toResourceProperties :: FilterGroupProperty -> ResourceProperties # | |||||
| Property "CrossDataset" FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Associated Types
Methods set :: PropertyType "CrossDataset" FilterGroupProperty -> FilterGroupProperty -> FilterGroupProperty # | |||||
| Property "FilterGroupId" FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Associated Types
Methods set :: PropertyType "FilterGroupId" FilterGroupProperty -> FilterGroupProperty -> FilterGroupProperty # | |||||
| Property "Filters" FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Associated Types
Methods set :: PropertyType "Filters" FilterGroupProperty -> FilterGroupProperty -> FilterGroupProperty # | |||||
| Property "ScopeConfiguration" FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Associated Types
Methods set :: PropertyType "ScopeConfiguration" FilterGroupProperty -> FilterGroupProperty -> FilterGroupProperty # | |||||
| Property "Status" FilterGroupProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FilterGroupProperty Associated Types
Methods set :: PropertyType "Status" FilterGroupProperty -> FilterGroupProperty -> FilterGroupProperty # | |||||
| type PropertyType "CrossDataset" FilterGroupProperty Source # | |||||
| type PropertyType "FilterGroupId" FilterGroupProperty Source # | |||||
| type PropertyType "Filters" FilterGroupProperty Source # | |||||
| type PropertyType "ScopeConfiguration" FilterGroupProperty Source # | |||||
| type PropertyType "Status" FilterGroupProperty Source # | |||||