stratosphere-neptunegraph-1.0.0: Stratosphere integration for AWS NeptuneGraph.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.NeptuneGraph.Graph

Documentation

data Graph Source #

Instances

Instances details
ToJSON Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Show Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Methods

showsPrec :: Int -> Graph -> ShowS #

show :: Graph -> String #

showList :: [Graph] -> ShowS #

Eq Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Methods

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

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

ToResourceProperties Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Property "DeletionProtection" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Associated Types

type PropertyType "DeletionProtection" Graph 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "DeletionProtection" Graph = Value Bool

Methods

set :: PropertyType "DeletionProtection" Graph -> Graph -> Graph #

Property "GraphName" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Associated Types

type PropertyType "GraphName" Graph 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "GraphName" Graph = Value Text

Methods

set :: PropertyType "GraphName" Graph -> Graph -> Graph #

Property "ProvisionedMemory" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Associated Types

type PropertyType "ProvisionedMemory" Graph 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "ProvisionedMemory" Graph = Value Integer

Methods

set :: PropertyType "ProvisionedMemory" Graph -> Graph -> Graph #

Property "PublicConnectivity" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Associated Types

type PropertyType "PublicConnectivity" Graph 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "PublicConnectivity" Graph = Value Bool

Methods

set :: PropertyType "PublicConnectivity" Graph -> Graph -> Graph #

Property "ReplicaCount" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Associated Types

type PropertyType "ReplicaCount" Graph 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "ReplicaCount" Graph = Value Integer

Methods

set :: PropertyType "ReplicaCount" Graph -> Graph -> Graph #

Property "Tags" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Associated Types

type PropertyType "Tags" Graph 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "Tags" Graph = [Tag]

Methods

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

Property "VectorSearchConfiguration" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

Associated Types

type PropertyType "VectorSearchConfiguration" Graph 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "VectorSearchConfiguration" Graph = VectorSearchConfigurationProperty

Methods

set :: PropertyType "VectorSearchConfiguration" Graph -> Graph -> Graph #

type PropertyType "DeletionProtection" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "DeletionProtection" Graph = Value Bool
type PropertyType "GraphName" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "GraphName" Graph = Value Text
type PropertyType "ProvisionedMemory" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "ProvisionedMemory" Graph = Value Integer
type PropertyType "PublicConnectivity" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "PublicConnectivity" Graph = Value Bool
type PropertyType "ReplicaCount" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "ReplicaCount" Graph = Value Integer
type PropertyType "Tags" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "Tags" Graph = [Tag]
type PropertyType "VectorSearchConfiguration" Graph Source # 
Instance details

Defined in Stratosphere.NeptuneGraph.Graph

type PropertyType "VectorSearchConfiguration" Graph = VectorSearchConfigurationProperty