| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.RefreshSchedule
Documentation
data RefreshScheduleMapProperty Source #
Constructors
| RefreshScheduleMapProperty | |
Fields
| |
Instances
data RefreshOnDayProperty Source #
Constructors
| RefreshOnDayProperty | |
Fields
| |
Instances
| ToJSON RefreshOnDayProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.RefreshOnDayProperty Methods toJSON :: RefreshOnDayProperty -> Value # toEncoding :: RefreshOnDayProperty -> Encoding # toJSONList :: [RefreshOnDayProperty] -> Value # toEncodingList :: [RefreshOnDayProperty] -> Encoding # omitField :: RefreshOnDayProperty -> Bool # | |||||
| Show RefreshOnDayProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.RefreshOnDayProperty Methods showsPrec :: Int -> RefreshOnDayProperty -> ShowS # show :: RefreshOnDayProperty -> String # showList :: [RefreshOnDayProperty] -> ShowS # | |||||
| Eq RefreshOnDayProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.RefreshOnDayProperty Methods (==) :: RefreshOnDayProperty -> RefreshOnDayProperty -> Bool # (/=) :: RefreshOnDayProperty -> RefreshOnDayProperty -> Bool # | |||||
| ToResourceProperties RefreshOnDayProperty Source # | |||||
| Property "DayOfMonth" RefreshOnDayProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.RefreshOnDayProperty Associated Types
Methods set :: PropertyType "DayOfMonth" RefreshOnDayProperty -> RefreshOnDayProperty -> RefreshOnDayProperty # | |||||
| Property "DayOfWeek" RefreshOnDayProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.RefreshOnDayProperty Associated Types
Methods set :: PropertyType "DayOfWeek" RefreshOnDayProperty -> RefreshOnDayProperty -> RefreshOnDayProperty # | |||||
| type PropertyType "DayOfMonth" RefreshOnDayProperty Source # | |||||
| type PropertyType "DayOfWeek" RefreshOnDayProperty Source # | |||||
data ScheduleFrequencyProperty Source #
Constructors
| ScheduleFrequencyProperty | |
Fields
| |
Instances
| ToJSON ScheduleFrequencyProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.ScheduleFrequencyProperty Methods toJSON :: ScheduleFrequencyProperty -> Value # toEncoding :: ScheduleFrequencyProperty -> Encoding # toJSONList :: [ScheduleFrequencyProperty] -> Value # | |||||
| Show ScheduleFrequencyProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.ScheduleFrequencyProperty Methods showsPrec :: Int -> ScheduleFrequencyProperty -> ShowS # show :: ScheduleFrequencyProperty -> String # showList :: [ScheduleFrequencyProperty] -> ShowS # | |||||
| Eq ScheduleFrequencyProperty Source # | |||||
| ToResourceProperties ScheduleFrequencyProperty Source # | |||||
| Property "Interval" ScheduleFrequencyProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.ScheduleFrequencyProperty Associated Types
Methods set :: PropertyType "Interval" ScheduleFrequencyProperty -> ScheduleFrequencyProperty -> ScheduleFrequencyProperty # | |||||
| Property "RefreshOnDay" ScheduleFrequencyProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.ScheduleFrequencyProperty Associated Types
Methods set :: PropertyType "RefreshOnDay" ScheduleFrequencyProperty -> ScheduleFrequencyProperty -> ScheduleFrequencyProperty # | |||||
| Property "TimeOfTheDay" ScheduleFrequencyProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.ScheduleFrequencyProperty Associated Types
Methods set :: PropertyType "TimeOfTheDay" ScheduleFrequencyProperty -> ScheduleFrequencyProperty -> ScheduleFrequencyProperty # | |||||
| Property "TimeZone" ScheduleFrequencyProperty Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule.ScheduleFrequencyProperty Associated Types
Methods set :: PropertyType "TimeZone" ScheduleFrequencyProperty -> ScheduleFrequencyProperty -> ScheduleFrequencyProperty # | |||||
| type PropertyType "Interval" ScheduleFrequencyProperty Source # | |||||
| type PropertyType "RefreshOnDay" ScheduleFrequencyProperty Source # | |||||
| type PropertyType "TimeOfTheDay" ScheduleFrequencyProperty Source # | |||||
| type PropertyType "TimeZone" ScheduleFrequencyProperty Source # | |||||
data RefreshSchedule Source #
Constructors
| RefreshSchedule | |
Fields
| |
Instances
| ToJSON RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule Methods toJSON :: RefreshSchedule -> Value # toEncoding :: RefreshSchedule -> Encoding # toJSONList :: [RefreshSchedule] -> Value # toEncodingList :: [RefreshSchedule] -> Encoding # omitField :: RefreshSchedule -> Bool # | |||||
| Show RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule Methods showsPrec :: Int -> RefreshSchedule -> ShowS # show :: RefreshSchedule -> String # showList :: [RefreshSchedule] -> ShowS # | |||||
| Eq RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule Methods (==) :: RefreshSchedule -> RefreshSchedule -> Bool # (/=) :: RefreshSchedule -> RefreshSchedule -> Bool # | |||||
| ToResourceProperties RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule Methods toResourceProperties :: RefreshSchedule -> ResourceProperties # | |||||
| Property "AwsAccountId" RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule Associated Types
Methods set :: PropertyType "AwsAccountId" RefreshSchedule -> RefreshSchedule -> RefreshSchedule # | |||||
| Property "DataSetId" RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule Associated Types
Methods set :: PropertyType "DataSetId" RefreshSchedule -> RefreshSchedule -> RefreshSchedule # | |||||
| Property "Schedule" RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule Associated Types
Methods set :: PropertyType "Schedule" RefreshSchedule -> RefreshSchedule -> RefreshSchedule # | |||||
| type PropertyType "AwsAccountId" RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule | |||||
| type PropertyType "DataSetId" RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule | |||||
| type PropertyType "Schedule" RefreshSchedule Source # | |||||
Defined in Stratosphere.QuickSight.RefreshSchedule | |||||