stratosphere-location-1.0.0: Stratosphere integration for AWS Location.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Location.Tracker

Documentation

data Tracker Source #

Instances

Instances details
ToJSON Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Show Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Eq Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Methods

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

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

ToResourceProperties Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Property "Description" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Associated Types

type PropertyType "Description" Tracker 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "Description" Tracker = Value Text

Methods

set :: PropertyType "Description" Tracker -> Tracker -> Tracker #

Property "EventBridgeEnabled" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Associated Types

type PropertyType "EventBridgeEnabled" Tracker 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "EventBridgeEnabled" Tracker = Value Bool

Methods

set :: PropertyType "EventBridgeEnabled" Tracker -> Tracker -> Tracker #

Property "KmsKeyEnableGeospatialQueries" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Associated Types

type PropertyType "KmsKeyEnableGeospatialQueries" Tracker 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "KmsKeyEnableGeospatialQueries" Tracker = Value Bool

Methods

set :: PropertyType "KmsKeyEnableGeospatialQueries" Tracker -> Tracker -> Tracker #

Property "KmsKeyId" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Associated Types

type PropertyType "KmsKeyId" Tracker 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "KmsKeyId" Tracker = Value Text

Methods

set :: PropertyType "KmsKeyId" Tracker -> Tracker -> Tracker #

Property "PositionFiltering" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Associated Types

type PropertyType "PositionFiltering" Tracker 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "PositionFiltering" Tracker = Value Text

Methods

set :: PropertyType "PositionFiltering" Tracker -> Tracker -> Tracker #

Property "Tags" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Associated Types

type PropertyType "Tags" Tracker 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "Tags" Tracker = [Tag]

Methods

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

Property "TrackerName" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

Associated Types

type PropertyType "TrackerName" Tracker 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "TrackerName" Tracker = Value Text

Methods

set :: PropertyType "TrackerName" Tracker -> Tracker -> Tracker #

type PropertyType "Description" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "Description" Tracker = Value Text
type PropertyType "EventBridgeEnabled" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "EventBridgeEnabled" Tracker = Value Bool
type PropertyType "KmsKeyEnableGeospatialQueries" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "KmsKeyEnableGeospatialQueries" Tracker = Value Bool
type PropertyType "KmsKeyId" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "KmsKeyId" Tracker = Value Text
type PropertyType "PositionFiltering" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "PositionFiltering" Tracker = Value Text
type PropertyType "Tags" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "Tags" Tracker = [Tag]
type PropertyType "TrackerName" Tracker Source # 
Instance details

Defined in Stratosphere.Location.Tracker

type PropertyType "TrackerName" Tracker = Value Text