stratosphere-kendra-1.0.0: Stratosphere integration for AWS Kendra.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Kendra.Faq

Documentation

data Faq Source #

Instances

Instances details
ToJSON Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Show Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Methods

showsPrec :: Int -> Faq -> ShowS #

show :: Faq -> String #

showList :: [Faq] -> ShowS #

Eq Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Methods

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

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

ToResourceProperties Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Property "Description" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Associated Types

type PropertyType "Description" Faq 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "Description" Faq = Value Text

Methods

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

Property "FileFormat" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Associated Types

type PropertyType "FileFormat" Faq 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "FileFormat" Faq = Value Text

Methods

set :: PropertyType "FileFormat" Faq -> Faq -> Faq #

Property "IndexId" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Associated Types

type PropertyType "IndexId" Faq 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "IndexId" Faq = Value Text

Methods

set :: PropertyType "IndexId" Faq -> Faq -> Faq #

Property "LanguageCode" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Associated Types

type PropertyType "LanguageCode" Faq 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "LanguageCode" Faq = Value Text

Methods

set :: PropertyType "LanguageCode" Faq -> Faq -> Faq #

Property "Name" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Associated Types

type PropertyType "Name" Faq 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "Name" Faq = Value Text

Methods

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

Property "RoleArn" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Associated Types

type PropertyType "RoleArn" Faq 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "RoleArn" Faq = Value Text

Methods

set :: PropertyType "RoleArn" Faq -> Faq -> Faq #

Property "S3Path" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Associated Types

type PropertyType "S3Path" Faq 
Instance details

Defined in Stratosphere.Kendra.Faq

Methods

set :: PropertyType "S3Path" Faq -> Faq -> Faq #

Property "Tags" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

Associated Types

type PropertyType "Tags" Faq 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "Tags" Faq = [Tag]

Methods

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

type PropertyType "Description" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "Description" Faq = Value Text
type PropertyType "FileFormat" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "FileFormat" Faq = Value Text
type PropertyType "IndexId" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "IndexId" Faq = Value Text
type PropertyType "LanguageCode" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "LanguageCode" Faq = Value Text
type PropertyType "Name" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "Name" Faq = Value Text
type PropertyType "RoleArn" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "RoleArn" Faq = Value Text
type PropertyType "S3Path" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "Tags" Faq Source # 
Instance details

Defined in Stratosphere.Kendra.Faq

type PropertyType "Tags" Faq = [Tag]