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

Stratosphere.GameLift.Script

Documentation

data Script Source #

Instances

Instances details
ToJSON Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

Show Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

Eq Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

Methods

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

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

ToResourceProperties Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

Property "Name" Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

Associated Types

type PropertyType "Name" Script 
Instance details

Defined in Stratosphere.GameLift.Script

Methods

set :: PropertyType "Name" Script -> Script -> Script #

Property "StorageLocation" Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

Associated Types

type PropertyType "StorageLocation" Script 
Instance details

Defined in Stratosphere.GameLift.Script

type PropertyType "StorageLocation" Script = S3LocationProperty

Methods

set :: PropertyType "StorageLocation" Script -> Script -> Script #

Property "Tags" Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

Associated Types

type PropertyType "Tags" Script 
Instance details

Defined in Stratosphere.GameLift.Script

type PropertyType "Tags" Script = [Tag]

Methods

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

Property "Version" Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

Associated Types

type PropertyType "Version" Script 
Instance details

Defined in Stratosphere.GameLift.Script

type PropertyType "Version" Script = Value Text

Methods

set :: PropertyType "Version" Script -> Script -> Script #

type PropertyType "Name" Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

type PropertyType "StorageLocation" Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

type PropertyType "StorageLocation" Script = S3LocationProperty
type PropertyType "Tags" Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

type PropertyType "Tags" Script = [Tag]
type PropertyType "Version" Script Source # 
Instance details

Defined in Stratosphere.GameLift.Script

type PropertyType "Version" Script = Value Text