module Stratosphere.Kendra.Faq (
        module Exports, Faq(..), mkFaq
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.Kendra.Faq.S3PathProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Faq
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html>
    Faq {Faq -> ()
haddock_workaround_ :: (),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html#cfn-kendra-faq-description>
         Faq -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html#cfn-kendra-faq-fileformat>
         Faq -> Maybe (Value Text)
fileFormat :: (Prelude.Maybe (Value Prelude.Text)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html#cfn-kendra-faq-indexid>
         Faq -> Value Text
indexId :: (Value Prelude.Text),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html#cfn-kendra-faq-languagecode>
         Faq -> Maybe (Value Text)
languageCode :: (Prelude.Maybe (Value Prelude.Text)),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html#cfn-kendra-faq-name>
         Faq -> Value Text
name :: (Value Prelude.Text),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html#cfn-kendra-faq-rolearn>
         Faq -> Value Text
roleArn :: (Value Prelude.Text),
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html#cfn-kendra-faq-s3path>
         Faq -> S3PathProperty
s3Path :: S3PathProperty,
         -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html#cfn-kendra-faq-tags>
         Faq -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag])}
  deriving stock (Faq -> Faq -> Bool
(Faq -> Faq -> Bool) -> (Faq -> Faq -> Bool) -> Eq Faq
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Faq -> Faq -> Bool
== :: Faq -> Faq -> Bool
$c/= :: Faq -> Faq -> Bool
/= :: Faq -> Faq -> Bool
Prelude.Eq, Int -> Faq -> ShowS
[Faq] -> ShowS
Faq -> String
(Int -> Faq -> ShowS)
-> (Faq -> String) -> ([Faq] -> ShowS) -> Show Faq
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Faq -> ShowS
showsPrec :: Int -> Faq -> ShowS
$cshow :: Faq -> String
show :: Faq -> String
$cshowList :: [Faq] -> ShowS
showList :: [Faq] -> ShowS
Prelude.Show)
mkFaq ::
  Value Prelude.Text
  -> Value Prelude.Text
     -> Value Prelude.Text -> S3PathProperty -> Faq
mkFaq :: Value Text -> Value Text -> Value Text -> S3PathProperty -> Faq
mkFaq Value Text
indexId Value Text
name Value Text
roleArn S3PathProperty
s3Path
  = Faq
      {haddock_workaround_ :: ()
haddock_workaround_ = (), indexId :: Value Text
indexId = Value Text
indexId, name :: Value Text
name = Value Text
name,
       roleArn :: Value Text
roleArn = Value Text
roleArn, s3Path :: S3PathProperty
s3Path = S3PathProperty
s3Path, description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       fileFormat :: Maybe (Value Text)
fileFormat = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, languageCode :: Maybe (Value Text)
languageCode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Faq where
  toResourceProperties :: Faq -> ResourceProperties
toResourceProperties Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::Kendra::Faq", supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"IndexId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
indexId, Key
"Name" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
name,
                            Key
"RoleArn" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
roleArn, Key
"S3Path" Key -> S3PathProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= S3PathProperty
s3Path]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FileFormat" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
fileFormat,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LanguageCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
languageCode,
                               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags]))}
instance JSON.ToJSON Faq where
  toJSON :: Faq -> Value
toJSON Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"IndexId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
indexId, Key
"Name" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
name,
               Key
"RoleArn" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
roleArn, Key
"S3Path" Key -> S3PathProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= S3PathProperty
s3Path]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FileFormat" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
fileFormat,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LanguageCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
languageCode,
                  Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags])))
instance Property "Description" Faq where
  type PropertyType "Description" Faq = Value Prelude.Text
  set :: PropertyType "Description" Faq -> Faq -> Faq
set PropertyType "Description" Faq
newValue Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
    = Faq {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" Faq
Value Text
newValue, Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: ()
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
instance Property "FileFormat" Faq where
  type PropertyType "FileFormat" Faq = Value Prelude.Text
  set :: PropertyType "FileFormat" Faq -> Faq -> Faq
set PropertyType "FileFormat" Faq
newValue Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
    = Faq {fileFormat :: Maybe (Value Text)
fileFormat = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FileFormat" Faq
Value Text
newValue, Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
instance Property "IndexId" Faq where
  type PropertyType "IndexId" Faq = Value Prelude.Text
  set :: PropertyType "IndexId" Faq -> Faq -> Faq
set PropertyType "IndexId" Faq
newValue Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..} = Faq {indexId :: Value Text
indexId = PropertyType "IndexId" Faq
Value Text
newValue, Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
instance Property "LanguageCode" Faq where
  type PropertyType "LanguageCode" Faq = Value Prelude.Text
  set :: PropertyType "LanguageCode" Faq -> Faq -> Faq
set PropertyType "LanguageCode" Faq
newValue Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
    = Faq {languageCode :: Maybe (Value Text)
languageCode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LanguageCode" Faq
Value Text
newValue, Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
instance Property "Name" Faq where
  type PropertyType "Name" Faq = Value Prelude.Text
  set :: PropertyType "Name" Faq -> Faq -> Faq
set PropertyType "Name" Faq
newValue Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..} = Faq {name :: Value Text
name = PropertyType "Name" Faq
Value Text
newValue, Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
instance Property "RoleArn" Faq where
  type PropertyType "RoleArn" Faq = Value Prelude.Text
  set :: PropertyType "RoleArn" Faq -> Faq -> Faq
set PropertyType "RoleArn" Faq
newValue Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..} = Faq {roleArn :: Value Text
roleArn = PropertyType "RoleArn" Faq
Value Text
newValue, Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..}
instance Property "S3Path" Faq where
  type PropertyType "S3Path" Faq = S3PathProperty
  set :: PropertyType "S3Path" Faq -> Faq -> Faq
set PropertyType "S3Path" Faq
newValue Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..} = Faq {s3Path :: S3PathProperty
s3Path = PropertyType "S3Path" Faq
S3PathProperty
newValue, Maybe [Tag]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
tags :: Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
tags :: Maybe [Tag]
..}
instance Property "Tags" Faq where
  type PropertyType "Tags" Faq = [Tag]
  set :: PropertyType "Tags" Faq -> Faq -> Faq
set PropertyType "Tags" Faq
newValue Faq {Maybe [Tag]
Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: Faq -> ()
description :: Faq -> Maybe (Value Text)
fileFormat :: Faq -> Maybe (Value Text)
indexId :: Faq -> Value Text
languageCode :: Faq -> Maybe (Value Text)
name :: Faq -> Value Text
roleArn :: Faq -> Value Text
s3Path :: Faq -> S3PathProperty
tags :: Faq -> Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
tags :: Maybe [Tag]
..} = Faq {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" Faq
newValue, Maybe (Value Text)
()
Value Text
S3PathProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
fileFormat :: Maybe (Value Text)
indexId :: Value Text
languageCode :: Maybe (Value Text)
name :: Value Text
roleArn :: Value Text
s3Path :: S3PathProperty
..}