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

Stratosphere.Location.Map

Documentation

data Map Source #

Instances

Instances details
ToJSON Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Show Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Methods

showsPrec :: Int -> Map -> ShowS #

show :: Map -> String #

showList :: [Map] -> ShowS #

Eq Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Methods

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

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

ToResourceProperties Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Property "Configuration" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Associated Types

type PropertyType "Configuration" Map 
Instance details

Defined in Stratosphere.Location.Map

Methods

set :: PropertyType "Configuration" Map -> Map -> Map #

Property "Description" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Associated Types

type PropertyType "Description" Map 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "Description" Map = Value Text

Methods

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

Property "MapName" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Associated Types

type PropertyType "MapName" Map 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "MapName" Map = Value Text

Methods

set :: PropertyType "MapName" Map -> Map -> Map #

Property "PricingPlan" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Associated Types

type PropertyType "PricingPlan" Map 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "PricingPlan" Map = Value Text

Methods

set :: PropertyType "PricingPlan" Map -> Map -> Map #

Property "Tags" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

Associated Types

type PropertyType "Tags" Map 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "Tags" Map = [Tag]

Methods

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

type PropertyType "Configuration" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "Description" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "Description" Map = Value Text
type PropertyType "MapName" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "MapName" Map = Value Text
type PropertyType "PricingPlan" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "PricingPlan" Map = Value Text
type PropertyType "Tags" Map Source # 
Instance details

Defined in Stratosphere.Location.Map

type PropertyType "Tags" Map = [Tag]