stratosphere-managedblockchain-1.0.0: Stratosphere integration for AWS ManagedBlockchain.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ManagedBlockchain.Node

Documentation

data Node Source #

Instances

Instances details
ToJSON Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

Show Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

Methods

showsPrec :: Int -> Node -> ShowS #

show :: Node -> String #

showList :: [Node] -> ShowS #

Eq Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

Methods

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

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

ToResourceProperties Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

Property "MemberId" Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

Associated Types

type PropertyType "MemberId" Node 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

type PropertyType "MemberId" Node = Value Text

Methods

set :: PropertyType "MemberId" Node -> Node -> Node #

Property "NetworkId" Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

Associated Types

type PropertyType "NetworkId" Node 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

type PropertyType "NetworkId" Node = Value Text

Methods

set :: PropertyType "NetworkId" Node -> Node -> Node #

Property "NodeConfiguration" Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

Associated Types

type PropertyType "NodeConfiguration" Node 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

type PropertyType "NodeConfiguration" Node = NodeConfigurationProperty

Methods

set :: PropertyType "NodeConfiguration" Node -> Node -> Node #

type PropertyType "MemberId" Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

type PropertyType "MemberId" Node = Value Text
type PropertyType "NetworkId" Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

type PropertyType "NetworkId" Node = Value Text
type PropertyType "NodeConfiguration" Node Source # 
Instance details

Defined in Stratosphere.ManagedBlockchain.Node

type PropertyType "NodeConfiguration" Node = NodeConfigurationProperty