stratosphere-fms-1.0.0: Stratosphere integration for AWS FMS.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.FMS.ResourceSet

Documentation

data ResourceSet Source #

Instances

Instances details
ToJSON ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Show ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Eq ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

ToResourceProperties ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Property "Description" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Associated Types

type PropertyType "Description" ResourceSet 
Instance details

Defined in Stratosphere.FMS.ResourceSet

type PropertyType "Description" ResourceSet = Value Text

Methods

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

Property "Name" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Associated Types

type PropertyType "Name" ResourceSet 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Property "ResourceTypeList" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Associated Types

type PropertyType "ResourceTypeList" ResourceSet 
Instance details

Defined in Stratosphere.FMS.ResourceSet

type PropertyType "ResourceTypeList" ResourceSet = ValueList Text

Methods

set :: PropertyType "ResourceTypeList" ResourceSet -> ResourceSet -> ResourceSet #

Property "Resources" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Associated Types

type PropertyType "Resources" ResourceSet 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Methods

set :: PropertyType "Resources" ResourceSet -> ResourceSet -> ResourceSet #

Property "Tags" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

Associated Types

type PropertyType "Tags" ResourceSet 
Instance details

Defined in Stratosphere.FMS.ResourceSet

type PropertyType "Tags" ResourceSet = [Tag]
type PropertyType "Description" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

type PropertyType "Description" ResourceSet = Value Text
type PropertyType "Name" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

type PropertyType "ResourceTypeList" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

type PropertyType "ResourceTypeList" ResourceSet = ValueList Text
type PropertyType "Resources" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

type PropertyType "Tags" ResourceSet Source # 
Instance details

Defined in Stratosphere.FMS.ResourceSet

type PropertyType "Tags" ResourceSet = [Tag]