| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Pinpoint.Segment.SegmentGroupsProperty
Documentation
data SourceSegmentsProperty Source #
Constructors
| SourceSegmentsProperty | |
Instances
data SetDimensionProperty Source #
Constructors
| SetDimensionProperty | |
Fields
| |
Instances
| ToJSON SetDimensionProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SetDimensionProperty Methods toJSON :: SetDimensionProperty -> Value # toEncoding :: SetDimensionProperty -> Encoding # toJSONList :: [SetDimensionProperty] -> Value # toEncodingList :: [SetDimensionProperty] -> Encoding # omitField :: SetDimensionProperty -> Bool # | |||||
| Show SetDimensionProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SetDimensionProperty Methods showsPrec :: Int -> SetDimensionProperty -> ShowS # show :: SetDimensionProperty -> String # showList :: [SetDimensionProperty] -> ShowS # | |||||
| Eq SetDimensionProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SetDimensionProperty Methods (==) :: SetDimensionProperty -> SetDimensionProperty -> Bool # (/=) :: SetDimensionProperty -> SetDimensionProperty -> Bool # | |||||
| ToResourceProperties SetDimensionProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SetDimensionProperty Methods toResourceProperties :: SetDimensionProperty -> ResourceProperties # | |||||
| Property "DimensionType" SetDimensionProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SetDimensionProperty Associated Types
Methods set :: PropertyType "DimensionType" SetDimensionProperty -> SetDimensionProperty -> SetDimensionProperty # | |||||
| Property "Values" SetDimensionProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SetDimensionProperty Associated Types
Methods set :: PropertyType "Values" SetDimensionProperty -> SetDimensionProperty -> SetDimensionProperty # | |||||
| type PropertyType "DimensionType" SetDimensionProperty Source # | |||||
| type PropertyType "Values" SetDimensionProperty Source # | |||||
data SegmentDimensionsProperty Source #
Constructors
| SegmentDimensionsProperty | |
Fields | |
Instances
| ToJSON SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Methods toJSON :: SegmentDimensionsProperty -> Value # toEncoding :: SegmentDimensionsProperty -> Encoding # toJSONList :: [SegmentDimensionsProperty] -> Value # | |||||
| Show SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Methods showsPrec :: Int -> SegmentDimensionsProperty -> ShowS # show :: SegmentDimensionsProperty -> String # showList :: [SegmentDimensionsProperty] -> ShowS # | |||||
| Eq SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Methods (==) :: SegmentDimensionsProperty -> SegmentDimensionsProperty -> Bool # (/=) :: SegmentDimensionsProperty -> SegmentDimensionsProperty -> Bool # | |||||
| ToResourceProperties SegmentDimensionsProperty Source # | |||||
| Property "Attributes" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Attributes" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "Behavior" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Behavior" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "Demographic" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Demographic" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "Location" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Location" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "Metrics" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "Metrics" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| Property "UserAttributes" SegmentDimensionsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentDimensionsProperty Associated Types
Methods set :: PropertyType "UserAttributes" SegmentDimensionsProperty -> SegmentDimensionsProperty -> SegmentDimensionsProperty # | |||||
| type PropertyType "Attributes" SegmentDimensionsProperty Source # | |||||
| type PropertyType "Behavior" SegmentDimensionsProperty Source # | |||||
| type PropertyType "Demographic" SegmentDimensionsProperty Source # | |||||
| type PropertyType "Location" SegmentDimensionsProperty Source # | |||||
| type PropertyType "Metrics" SegmentDimensionsProperty Source # | |||||
| type PropertyType "UserAttributes" SegmentDimensionsProperty Source # | |||||
data BehaviorProperty Source #
Constructors
| BehaviorProperty | |
Instances
| ToJSON BehaviorProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.BehaviorProperty Methods toJSON :: BehaviorProperty -> Value # toEncoding :: BehaviorProperty -> Encoding # toJSONList :: [BehaviorProperty] -> Value # toEncodingList :: [BehaviorProperty] -> Encoding # omitField :: BehaviorProperty -> Bool # | |||||
| Show BehaviorProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.BehaviorProperty Methods showsPrec :: Int -> BehaviorProperty -> ShowS # show :: BehaviorProperty -> String # showList :: [BehaviorProperty] -> ShowS # | |||||
| Eq BehaviorProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.BehaviorProperty Methods (==) :: BehaviorProperty -> BehaviorProperty -> Bool # (/=) :: BehaviorProperty -> BehaviorProperty -> Bool # | |||||
| ToResourceProperties BehaviorProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.BehaviorProperty Methods toResourceProperties :: BehaviorProperty -> ResourceProperties # | |||||
| Property "Recency" BehaviorProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.BehaviorProperty Associated Types
Methods set :: PropertyType "Recency" BehaviorProperty -> BehaviorProperty -> BehaviorProperty # | |||||
| type PropertyType "Recency" BehaviorProperty Source # | |||||
data RecencyProperty Source #
Constructors
| RecencyProperty | |
Fields
| |
Instances
| ToJSON RecencyProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.RecencyProperty Methods toJSON :: RecencyProperty -> Value # toEncoding :: RecencyProperty -> Encoding # toJSONList :: [RecencyProperty] -> Value # toEncodingList :: [RecencyProperty] -> Encoding # omitField :: RecencyProperty -> Bool # | |||||
| Show RecencyProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.RecencyProperty Methods showsPrec :: Int -> RecencyProperty -> ShowS # show :: RecencyProperty -> String # showList :: [RecencyProperty] -> ShowS # | |||||
| Eq RecencyProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.RecencyProperty Methods (==) :: RecencyProperty -> RecencyProperty -> Bool # (/=) :: RecencyProperty -> RecencyProperty -> Bool # | |||||
| ToResourceProperties RecencyProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.RecencyProperty Methods toResourceProperties :: RecencyProperty -> ResourceProperties # | |||||
| Property "Duration" RecencyProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.RecencyProperty Associated Types
Methods set :: PropertyType "Duration" RecencyProperty -> RecencyProperty -> RecencyProperty # | |||||
| Property "RecencyType" RecencyProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.RecencyProperty Associated Types
Methods set :: PropertyType "RecencyType" RecencyProperty -> RecencyProperty -> RecencyProperty # | |||||
| type PropertyType "Duration" RecencyProperty Source # | |||||
| type PropertyType "RecencyType" RecencyProperty Source # | |||||
data CoordinatesProperty Source #
Constructors
| CoordinatesProperty | |
Fields | |
Instances
| ToJSON CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Methods toJSON :: CoordinatesProperty -> Value # toEncoding :: CoordinatesProperty -> Encoding # toJSONList :: [CoordinatesProperty] -> Value # toEncodingList :: [CoordinatesProperty] -> Encoding # omitField :: CoordinatesProperty -> Bool # | |||||
| Show CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Methods showsPrec :: Int -> CoordinatesProperty -> ShowS # show :: CoordinatesProperty -> String # showList :: [CoordinatesProperty] -> ShowS # | |||||
| Eq CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Methods (==) :: CoordinatesProperty -> CoordinatesProperty -> Bool # (/=) :: CoordinatesProperty -> CoordinatesProperty -> Bool # | |||||
| ToResourceProperties CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Methods toResourceProperties :: CoordinatesProperty -> ResourceProperties # | |||||
| Property "Latitude" CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Associated Types
Methods set :: PropertyType "Latitude" CoordinatesProperty -> CoordinatesProperty -> CoordinatesProperty # | |||||
| Property "Longitude" CoordinatesProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.CoordinatesProperty Associated Types
Methods set :: PropertyType "Longitude" CoordinatesProperty -> CoordinatesProperty -> CoordinatesProperty # | |||||
| type PropertyType "Latitude" CoordinatesProperty Source # | |||||
| type PropertyType "Longitude" CoordinatesProperty Source # | |||||
data DemographicProperty Source #
Constructors
| DemographicProperty | |
Instances
| ToJSON DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Methods toJSON :: DemographicProperty -> Value # toEncoding :: DemographicProperty -> Encoding # toJSONList :: [DemographicProperty] -> Value # toEncodingList :: [DemographicProperty] -> Encoding # omitField :: DemographicProperty -> Bool # | |||||
| Show DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Methods showsPrec :: Int -> DemographicProperty -> ShowS # show :: DemographicProperty -> String # showList :: [DemographicProperty] -> ShowS # | |||||
| Eq DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Methods (==) :: DemographicProperty -> DemographicProperty -> Bool # (/=) :: DemographicProperty -> DemographicProperty -> Bool # | |||||
| ToResourceProperties DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Methods toResourceProperties :: DemographicProperty -> ResourceProperties # | |||||
| Property "AppVersion" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "AppVersion" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "Channel" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "Channel" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "DeviceType" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "DeviceType" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "Make" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "Make" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "Model" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "Model" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| Property "Platform" DemographicProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.DemographicProperty Associated Types
Methods set :: PropertyType "Platform" DemographicProperty -> DemographicProperty -> DemographicProperty # | |||||
| type PropertyType "AppVersion" DemographicProperty Source # | |||||
| type PropertyType "Channel" DemographicProperty Source # | |||||
| type PropertyType "DeviceType" DemographicProperty Source # | |||||
| type PropertyType "Make" DemographicProperty Source # | |||||
| type PropertyType "Model" DemographicProperty Source # | |||||
| type PropertyType "Platform" DemographicProperty Source # | |||||
data GPSPointProperty Source #
Constructors
| GPSPointProperty | |
Fields | |
Instances
| ToJSON GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Methods toJSON :: GPSPointProperty -> Value # toEncoding :: GPSPointProperty -> Encoding # toJSONList :: [GPSPointProperty] -> Value # toEncodingList :: [GPSPointProperty] -> Encoding # omitField :: GPSPointProperty -> Bool # | |||||
| Show GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Methods showsPrec :: Int -> GPSPointProperty -> ShowS # show :: GPSPointProperty -> String # showList :: [GPSPointProperty] -> ShowS # | |||||
| Eq GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Methods (==) :: GPSPointProperty -> GPSPointProperty -> Bool # (/=) :: GPSPointProperty -> GPSPointProperty -> Bool # | |||||
| ToResourceProperties GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Methods toResourceProperties :: GPSPointProperty -> ResourceProperties # | |||||
| Property "Coordinates" GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Associated Types
Methods set :: PropertyType "Coordinates" GPSPointProperty -> GPSPointProperty -> GPSPointProperty # | |||||
| Property "RangeInKilometers" GPSPointProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GPSPointProperty Associated Types
Methods set :: PropertyType "RangeInKilometers" GPSPointProperty -> GPSPointProperty -> GPSPointProperty # | |||||
| type PropertyType "Coordinates" GPSPointProperty Source # | |||||
| type PropertyType "RangeInKilometers" GPSPointProperty Source # | |||||
data GroupsProperty Source #
Constructors
| GroupsProperty | |
Fields
| |
Instances
| ToJSON GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty Methods toJSON :: GroupsProperty -> Value # toEncoding :: GroupsProperty -> Encoding # toJSONList :: [GroupsProperty] -> Value # toEncodingList :: [GroupsProperty] -> Encoding # omitField :: GroupsProperty -> Bool # | |||||
| Show GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty Methods showsPrec :: Int -> GroupsProperty -> ShowS # show :: GroupsProperty -> String # showList :: [GroupsProperty] -> ShowS # | |||||
| Eq GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty Methods (==) :: GroupsProperty -> GroupsProperty -> Bool # (/=) :: GroupsProperty -> GroupsProperty -> Bool # | |||||
| ToResourceProperties GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty Methods toResourceProperties :: GroupsProperty -> ResourceProperties # | |||||
| Property "Dimensions" GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty Associated Types
Methods set :: PropertyType "Dimensions" GroupsProperty -> GroupsProperty -> GroupsProperty # | |||||
| Property "SourceSegments" GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty Associated Types
Methods set :: PropertyType "SourceSegments" GroupsProperty -> GroupsProperty -> GroupsProperty # | |||||
| Property "SourceType" GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty Associated Types
Methods set :: PropertyType "SourceType" GroupsProperty -> GroupsProperty -> GroupsProperty # | |||||
| Property "Type" GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty Associated Types
Methods set :: PropertyType "Type" GroupsProperty -> GroupsProperty -> GroupsProperty # | |||||
| type PropertyType "Dimensions" GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty | |||||
| type PropertyType "SourceSegments" GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty | |||||
| type PropertyType "SourceType" GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty | |||||
| type PropertyType "Type" GroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.GroupsProperty | |||||
data LocationProperty Source #
Constructors
| LocationProperty | |
Fields | |
Instances
| ToJSON LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Methods toJSON :: LocationProperty -> Value # toEncoding :: LocationProperty -> Encoding # toJSONList :: [LocationProperty] -> Value # toEncodingList :: [LocationProperty] -> Encoding # omitField :: LocationProperty -> Bool # | |||||
| Show LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Methods showsPrec :: Int -> LocationProperty -> ShowS # show :: LocationProperty -> String # showList :: [LocationProperty] -> ShowS # | |||||
| Eq LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Methods (==) :: LocationProperty -> LocationProperty -> Bool # (/=) :: LocationProperty -> LocationProperty -> Bool # | |||||
| ToResourceProperties LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Methods toResourceProperties :: LocationProperty -> ResourceProperties # | |||||
| Property "Country" LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Associated Types
Methods set :: PropertyType "Country" LocationProperty -> LocationProperty -> LocationProperty # | |||||
| Property "GPSPoint" LocationProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.LocationProperty Associated Types
Methods set :: PropertyType "GPSPoint" LocationProperty -> LocationProperty -> LocationProperty # | |||||
| type PropertyType "Country" LocationProperty Source # | |||||
| type PropertyType "GPSPoint" LocationProperty Source # | |||||
mkRecencyProperty :: Value Text -> Value Text -> RecencyProperty Source #
data SegmentGroupsProperty Source #
Constructors
| SegmentGroupsProperty | |
Fields
| |
Instances
| ToJSON SegmentGroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentGroupsProperty Methods toJSON :: SegmentGroupsProperty -> Value # toEncoding :: SegmentGroupsProperty -> Encoding # toJSONList :: [SegmentGroupsProperty] -> Value # toEncodingList :: [SegmentGroupsProperty] -> Encoding # omitField :: SegmentGroupsProperty -> Bool # | |||||
| Show SegmentGroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentGroupsProperty Methods showsPrec :: Int -> SegmentGroupsProperty -> ShowS # show :: SegmentGroupsProperty -> String # showList :: [SegmentGroupsProperty] -> ShowS # | |||||
| Eq SegmentGroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentGroupsProperty Methods (==) :: SegmentGroupsProperty -> SegmentGroupsProperty -> Bool # (/=) :: SegmentGroupsProperty -> SegmentGroupsProperty -> Bool # | |||||
| ToResourceProperties SegmentGroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentGroupsProperty Methods toResourceProperties :: SegmentGroupsProperty -> ResourceProperties # | |||||
| Property "Groups" SegmentGroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentGroupsProperty Associated Types
Methods set :: PropertyType "Groups" SegmentGroupsProperty -> SegmentGroupsProperty -> SegmentGroupsProperty # | |||||
| Property "Include" SegmentGroupsProperty Source # | |||||
Defined in Stratosphere.Pinpoint.Segment.SegmentGroupsProperty Associated Types
Methods set :: PropertyType "Include" SegmentGroupsProperty -> SegmentGroupsProperty -> SegmentGroupsProperty # | |||||
| type PropertyType "Groups" SegmentGroupsProperty Source # | |||||
| type PropertyType "Include" SegmentGroupsProperty Source # | |||||