stratosphere-networkmanager-1.0.0: Stratosphere integration for AWS NetworkManager.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.NetworkManager.Site

Documentation

data Site Source #

Instances

Instances details
ToJSON Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

Show Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

Methods

showsPrec :: Int -> Site -> ShowS #

show :: Site -> String #

showList :: [Site] -> ShowS #

Eq Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

Methods

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

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

ToResourceProperties Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

Property "Description" Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

Associated Types

type PropertyType "Description" Site 
Instance details

Defined in Stratosphere.NetworkManager.Site

type PropertyType "Description" Site = Value Text

Methods

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

Property "GlobalNetworkId" Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

Associated Types

type PropertyType "GlobalNetworkId" Site 
Instance details

Defined in Stratosphere.NetworkManager.Site

type PropertyType "GlobalNetworkId" Site = Value Text

Methods

set :: PropertyType "GlobalNetworkId" Site -> Site -> Site #

Property "Location" Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

Associated Types

type PropertyType "Location" Site 
Instance details

Defined in Stratosphere.NetworkManager.Site

Methods

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

Property "Tags" Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

Associated Types

type PropertyType "Tags" Site 
Instance details

Defined in Stratosphere.NetworkManager.Site

type PropertyType "Tags" Site = [Tag]

Methods

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

type PropertyType "Description" Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

type PropertyType "Description" Site = Value Text
type PropertyType "GlobalNetworkId" Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

type PropertyType "GlobalNetworkId" Site = Value Text
type PropertyType "Location" Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

type PropertyType "Tags" Site Source # 
Instance details

Defined in Stratosphere.NetworkManager.Site

type PropertyType "Tags" Site = [Tag]