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

Stratosphere.Connect.Prompt

Documentation

data Prompt Source #

Instances

Instances details
ToJSON Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Show Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Eq Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Methods

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

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

ToResourceProperties Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Property "Description" Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Associated Types

type PropertyType "Description" Prompt 
Instance details

Defined in Stratosphere.Connect.Prompt

type PropertyType "Description" Prompt = Value Text

Methods

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

Property "InstanceArn" Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Associated Types

type PropertyType "InstanceArn" Prompt 
Instance details

Defined in Stratosphere.Connect.Prompt

type PropertyType "InstanceArn" Prompt = Value Text

Methods

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

Property "Name" Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Associated Types

type PropertyType "Name" Prompt 
Instance details

Defined in Stratosphere.Connect.Prompt

Methods

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

Property "S3Uri" Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Associated Types

type PropertyType "S3Uri" Prompt 
Instance details

Defined in Stratosphere.Connect.Prompt

type PropertyType "S3Uri" Prompt = Value Text

Methods

set :: PropertyType "S3Uri" Prompt -> Prompt -> Prompt #

Property "Tags" Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

Associated Types

type PropertyType "Tags" Prompt 
Instance details

Defined in Stratosphere.Connect.Prompt

type PropertyType "Tags" Prompt = [Tag]

Methods

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

type PropertyType "Description" Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

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

Defined in Stratosphere.Connect.Prompt

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

Defined in Stratosphere.Connect.Prompt

type PropertyType "S3Uri" Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

type PropertyType "S3Uri" Prompt = Value Text
type PropertyType "Tags" Prompt Source # 
Instance details

Defined in Stratosphere.Connect.Prompt

type PropertyType "Tags" Prompt = [Tag]