stratosphere-panorama-1.0.0: Stratosphere integration for AWS Panorama.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Panorama.Package

Documentation

data Package Source #

Instances

Instances details
ToJSON Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

Show Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

Eq Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

Methods

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

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

ToResourceProperties Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

Property "PackageName" Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

Associated Types

type PropertyType "PackageName" Package 
Instance details

Defined in Stratosphere.Panorama.Package

type PropertyType "PackageName" Package = Value Text

Methods

set :: PropertyType "PackageName" Package -> Package -> Package #

Property "StorageLocation" Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

Associated Types

type PropertyType "StorageLocation" Package 
Instance details

Defined in Stratosphere.Panorama.Package

Methods

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

Property "Tags" Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

Associated Types

type PropertyType "Tags" Package 
Instance details

Defined in Stratosphere.Panorama.Package

type PropertyType "Tags" Package = [Tag]

Methods

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

type PropertyType "PackageName" Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

type PropertyType "PackageName" Package = Value Text
type PropertyType "StorageLocation" Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

type PropertyType "Tags" Package Source # 
Instance details

Defined in Stratosphere.Panorama.Package

type PropertyType "Tags" Package = [Tag]