stratosphere-gamelift-1.0.0: Stratosphere integration for AWS GameLift.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.GameLift.Location

Documentation

data Location Source #

Instances

Instances details
ToJSON Location Source # 
Instance details

Defined in Stratosphere.GameLift.Location

Show Location Source # 
Instance details

Defined in Stratosphere.GameLift.Location

Eq Location Source # 
Instance details

Defined in Stratosphere.GameLift.Location

ToResourceProperties Location Source # 
Instance details

Defined in Stratosphere.GameLift.Location

Property "LocationName" Location Source # 
Instance details

Defined in Stratosphere.GameLift.Location

Associated Types

type PropertyType "LocationName" Location 
Instance details

Defined in Stratosphere.GameLift.Location

type PropertyType "LocationName" Location = Value Text

Methods

set :: PropertyType "LocationName" Location -> Location -> Location #

Property "Tags" Location Source # 
Instance details

Defined in Stratosphere.GameLift.Location

Associated Types

type PropertyType "Tags" Location 
Instance details

Defined in Stratosphere.GameLift.Location

type PropertyType "Tags" Location = [Tag]

Methods

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

type PropertyType "LocationName" Location Source # 
Instance details

Defined in Stratosphere.GameLift.Location

type PropertyType "LocationName" Location = Value Text
type PropertyType "Tags" Location Source # 
Instance details

Defined in Stratosphere.GameLift.Location

type PropertyType "Tags" Location = [Tag]