stratosphere-connect-1.0.0: Stratosphere integration for AWS Connect.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Connect.View

Documentation

data View Source #

Instances

Instances details
ToJSON View Source # 
Instance details

Defined in Stratosphere.Connect.View

Show View Source # 
Instance details

Defined in Stratosphere.Connect.View

Methods

showsPrec :: Int -> View -> ShowS #

show :: View -> String #

showList :: [View] -> ShowS #

Eq View Source # 
Instance details

Defined in Stratosphere.Connect.View

Methods

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

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

ToResourceProperties View Source # 
Instance details

Defined in Stratosphere.Connect.View

Property "Actions" View Source # 
Instance details

Defined in Stratosphere.Connect.View

Associated Types

type PropertyType "Actions" View 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Actions" View = ValueList Text

Methods

set :: PropertyType "Actions" View -> View -> View #

Property "Description" View Source # 
Instance details

Defined in Stratosphere.Connect.View

Associated Types

type PropertyType "Description" View 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Description" View = Value Text

Methods

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

Property "InstanceArn" View Source # 
Instance details

Defined in Stratosphere.Connect.View

Associated Types

type PropertyType "InstanceArn" View 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "InstanceArn" View = Value Text

Methods

set :: PropertyType "InstanceArn" View -> View -> View #

Property "Name" View Source # 
Instance details

Defined in Stratosphere.Connect.View

Associated Types

type PropertyType "Name" View 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Name" View = Value Text

Methods

set :: PropertyType "Name" View -> View -> View #

Property "Tags" View Source # 
Instance details

Defined in Stratosphere.Connect.View

Associated Types

type PropertyType "Tags" View 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Tags" View = [Tag]

Methods

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

Property "Template" View Source # 
Instance details

Defined in Stratosphere.Connect.View

Associated Types

type PropertyType "Template" View 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Template" View = Object

Methods

set :: PropertyType "Template" View -> View -> View #

type PropertyType "Actions" View Source # 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Actions" View = ValueList Text
type PropertyType "Description" View Source # 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Description" View = Value Text
type PropertyType "InstanceArn" View Source # 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "InstanceArn" View = Value Text
type PropertyType "Name" View Source # 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Name" View = Value Text
type PropertyType "Tags" View Source # 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Tags" View = [Tag]
type PropertyType "Template" View Source # 
Instance details

Defined in Stratosphere.Connect.View

type PropertyType "Template" View = Object