| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Bedrock.KnowledgeBase
Documentation
data QueryGenerationContextProperty Source #
Constructors
| QueryGenerationContextProperty | |
Fields | |
Instances
data S3LocationProperty Source #
Constructors
| S3LocationProperty | |
Instances
| ToJSON S3LocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.S3LocationProperty Methods toJSON :: S3LocationProperty -> Value # toEncoding :: S3LocationProperty -> Encoding # toJSONList :: [S3LocationProperty] -> Value # toEncodingList :: [S3LocationProperty] -> Encoding # omitField :: S3LocationProperty -> Bool # | |||||
| Show S3LocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.S3LocationProperty Methods showsPrec :: Int -> S3LocationProperty -> ShowS # show :: S3LocationProperty -> String # showList :: [S3LocationProperty] -> ShowS # | |||||
| Eq S3LocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.S3LocationProperty Methods (==) :: S3LocationProperty -> S3LocationProperty -> Bool # (/=) :: S3LocationProperty -> S3LocationProperty -> Bool # | |||||
| ToResourceProperties S3LocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.S3LocationProperty Methods toResourceProperties :: S3LocationProperty -> ResourceProperties # | |||||
| Property "URI" S3LocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.S3LocationProperty Associated Types
Methods set :: PropertyType "URI" S3LocationProperty -> S3LocationProperty -> S3LocationProperty # | |||||
| type PropertyType "URI" S3LocationProperty Source # | |||||
data KnowledgeBaseConfigurationProperty Source #
Constructors
| KnowledgeBaseConfigurationProperty | |
Instances
| ToJSON KnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KnowledgeBaseConfigurationProperty | |||||
| Show KnowledgeBaseConfigurationProperty Source # | |||||
| Eq KnowledgeBaseConfigurationProperty Source # | |||||
| ToResourceProperties KnowledgeBaseConfigurationProperty Source # | |||||
| Property "KendraKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KnowledgeBaseConfigurationProperty Associated Types
Methods set :: PropertyType "KendraKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty -> KnowledgeBaseConfigurationProperty -> KnowledgeBaseConfigurationProperty # | |||||
| Property "SqlKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KnowledgeBaseConfigurationProperty Associated Types
Methods set :: PropertyType "SqlKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty -> KnowledgeBaseConfigurationProperty -> KnowledgeBaseConfigurationProperty # | |||||
| Property "Type" KnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KnowledgeBaseConfigurationProperty Associated Types
| |||||
| Property "VectorKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KnowledgeBaseConfigurationProperty Associated Types
Methods set :: PropertyType "VectorKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty -> KnowledgeBaseConfigurationProperty -> KnowledgeBaseConfigurationProperty # | |||||
| type PropertyType "KendraKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KnowledgeBaseConfigurationProperty type PropertyType "KendraKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty = KendraKnowledgeBaseConfigurationProperty | |||||
| type PropertyType "SqlKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KnowledgeBaseConfigurationProperty type PropertyType "SqlKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty = SqlKnowledgeBaseConfigurationProperty | |||||
| type PropertyType "Type" KnowledgeBaseConfigurationProperty Source # | |||||
| type PropertyType "VectorKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KnowledgeBaseConfigurationProperty type PropertyType "VectorKnowledgeBaseConfiguration" KnowledgeBaseConfigurationProperty = VectorKnowledgeBaseConfigurationProperty | |||||
data BedrockEmbeddingModelConfigurationProperty Source #
Constructors
| BedrockEmbeddingModelConfigurationProperty | |
Fields
| |
Instances
| ToJSON BedrockEmbeddingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.BedrockEmbeddingModelConfigurationProperty Methods toJSON :: BedrockEmbeddingModelConfigurationProperty -> Value # toEncoding :: BedrockEmbeddingModelConfigurationProperty -> Encoding # toJSONList :: [BedrockEmbeddingModelConfigurationProperty] -> Value # toEncodingList :: [BedrockEmbeddingModelConfigurationProperty] -> Encoding # omitField :: BedrockEmbeddingModelConfigurationProperty -> Bool # | |||||
| Show BedrockEmbeddingModelConfigurationProperty Source # | |||||
| Eq BedrockEmbeddingModelConfigurationProperty Source # | |||||
| ToResourceProperties BedrockEmbeddingModelConfigurationProperty Source # | |||||
| Property "Dimensions" BedrockEmbeddingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.BedrockEmbeddingModelConfigurationProperty Associated Types
| |||||
| Property "EmbeddingDataType" BedrockEmbeddingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.BedrockEmbeddingModelConfigurationProperty Associated Types
Methods set :: PropertyType "EmbeddingDataType" BedrockEmbeddingModelConfigurationProperty -> BedrockEmbeddingModelConfigurationProperty -> BedrockEmbeddingModelConfigurationProperty # | |||||
| type PropertyType "Dimensions" BedrockEmbeddingModelConfigurationProperty Source # | |||||
| type PropertyType "EmbeddingDataType" BedrockEmbeddingModelConfigurationProperty Source # | |||||
data CuratedQueryProperty Source #
Constructors
| CuratedQueryProperty | |
Fields
| |
Instances
| ToJSON CuratedQueryProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.CuratedQueryProperty Methods toJSON :: CuratedQueryProperty -> Value # toEncoding :: CuratedQueryProperty -> Encoding # toJSONList :: [CuratedQueryProperty] -> Value # toEncodingList :: [CuratedQueryProperty] -> Encoding # omitField :: CuratedQueryProperty -> Bool # | |||||
| Show CuratedQueryProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.CuratedQueryProperty Methods showsPrec :: Int -> CuratedQueryProperty -> ShowS # show :: CuratedQueryProperty -> String # showList :: [CuratedQueryProperty] -> ShowS # | |||||
| Eq CuratedQueryProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.CuratedQueryProperty Methods (==) :: CuratedQueryProperty -> CuratedQueryProperty -> Bool # (/=) :: CuratedQueryProperty -> CuratedQueryProperty -> Bool # | |||||
| ToResourceProperties CuratedQueryProperty Source # | |||||
| Property "NaturalLanguage" CuratedQueryProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.CuratedQueryProperty Associated Types
Methods set :: PropertyType "NaturalLanguage" CuratedQueryProperty -> CuratedQueryProperty -> CuratedQueryProperty # | |||||
| Property "Sql" CuratedQueryProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.CuratedQueryProperty Associated Types
Methods set :: PropertyType "Sql" CuratedQueryProperty -> CuratedQueryProperty -> CuratedQueryProperty # | |||||
| type PropertyType "NaturalLanguage" CuratedQueryProperty Source # | |||||
| type PropertyType "Sql" CuratedQueryProperty Source # | |||||
data EmbeddingModelConfigurationProperty Source #
Constructors
| EmbeddingModelConfigurationProperty | |
Fields | |
Instances
| ToJSON EmbeddingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.EmbeddingModelConfigurationProperty | |||||
| Show EmbeddingModelConfigurationProperty Source # | |||||
| Eq EmbeddingModelConfigurationProperty Source # | |||||
| ToResourceProperties EmbeddingModelConfigurationProperty Source # | |||||
| Property "BedrockEmbeddingModelConfiguration" EmbeddingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.EmbeddingModelConfigurationProperty Associated Types
Methods set :: PropertyType "BedrockEmbeddingModelConfiguration" EmbeddingModelConfigurationProperty -> EmbeddingModelConfigurationProperty -> EmbeddingModelConfigurationProperty # | |||||
| type PropertyType "BedrockEmbeddingModelConfiguration" EmbeddingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.EmbeddingModelConfigurationProperty type PropertyType "BedrockEmbeddingModelConfiguration" EmbeddingModelConfigurationProperty = BedrockEmbeddingModelConfigurationProperty | |||||
data KendraKnowledgeBaseConfigurationProperty Source #
Constructors
| KendraKnowledgeBaseConfigurationProperty | |
Instances
| ToJSON KendraKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KendraKnowledgeBaseConfigurationProperty Methods toJSON :: KendraKnowledgeBaseConfigurationProperty -> Value # toEncoding :: KendraKnowledgeBaseConfigurationProperty -> Encoding # toJSONList :: [KendraKnowledgeBaseConfigurationProperty] -> Value # toEncodingList :: [KendraKnowledgeBaseConfigurationProperty] -> Encoding # omitField :: KendraKnowledgeBaseConfigurationProperty -> Bool # | |||||
| Show KendraKnowledgeBaseConfigurationProperty Source # | |||||
| Eq KendraKnowledgeBaseConfigurationProperty Source # | |||||
| ToResourceProperties KendraKnowledgeBaseConfigurationProperty Source # | |||||
| Property "KendraIndexArn" KendraKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.KendraKnowledgeBaseConfigurationProperty Associated Types
Methods set :: PropertyType "KendraIndexArn" KendraKnowledgeBaseConfigurationProperty -> KendraKnowledgeBaseConfigurationProperty -> KendraKnowledgeBaseConfigurationProperty # | |||||
| type PropertyType "KendraIndexArn" KendraKnowledgeBaseConfigurationProperty Source # | |||||
data SqlKnowledgeBaseConfigurationProperty Source #
Constructors
| SqlKnowledgeBaseConfigurationProperty | |
Fields | |
Instances
| ToJSON SqlKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SqlKnowledgeBaseConfigurationProperty Methods toJSON :: SqlKnowledgeBaseConfigurationProperty -> Value # toEncoding :: SqlKnowledgeBaseConfigurationProperty -> Encoding # toJSONList :: [SqlKnowledgeBaseConfigurationProperty] -> Value # toEncodingList :: [SqlKnowledgeBaseConfigurationProperty] -> Encoding # omitField :: SqlKnowledgeBaseConfigurationProperty -> Bool # | |||||
| Show SqlKnowledgeBaseConfigurationProperty Source # | |||||
| Eq SqlKnowledgeBaseConfigurationProperty Source # | |||||
| ToResourceProperties SqlKnowledgeBaseConfigurationProperty Source # | |||||
| Property "RedshiftConfiguration" SqlKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SqlKnowledgeBaseConfigurationProperty Associated Types
Methods set :: PropertyType "RedshiftConfiguration" SqlKnowledgeBaseConfigurationProperty -> SqlKnowledgeBaseConfigurationProperty -> SqlKnowledgeBaseConfigurationProperty # | |||||
| Property "Type" SqlKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SqlKnowledgeBaseConfigurationProperty Associated Types
| |||||
| type PropertyType "RedshiftConfiguration" SqlKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SqlKnowledgeBaseConfigurationProperty type PropertyType "RedshiftConfiguration" SqlKnowledgeBaseConfigurationProperty = RedshiftConfigurationProperty | |||||
| type PropertyType "Type" SqlKnowledgeBaseConfigurationProperty Source # | |||||
data VectorKnowledgeBaseConfigurationProperty Source #
Constructors
| VectorKnowledgeBaseConfigurationProperty | |
Instances
| ToJSON VectorKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.VectorKnowledgeBaseConfigurationProperty Methods toJSON :: VectorKnowledgeBaseConfigurationProperty -> Value # toEncoding :: VectorKnowledgeBaseConfigurationProperty -> Encoding # toJSONList :: [VectorKnowledgeBaseConfigurationProperty] -> Value # toEncodingList :: [VectorKnowledgeBaseConfigurationProperty] -> Encoding # omitField :: VectorKnowledgeBaseConfigurationProperty -> Bool # | |||||
| Show VectorKnowledgeBaseConfigurationProperty Source # | |||||
| Eq VectorKnowledgeBaseConfigurationProperty Source # | |||||
| ToResourceProperties VectorKnowledgeBaseConfigurationProperty Source # | |||||
| Property "EmbeddingModelArn" VectorKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.VectorKnowledgeBaseConfigurationProperty Associated Types
Methods set :: PropertyType "EmbeddingModelArn" VectorKnowledgeBaseConfigurationProperty -> VectorKnowledgeBaseConfigurationProperty -> VectorKnowledgeBaseConfigurationProperty # | |||||
| Property "EmbeddingModelConfiguration" VectorKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.VectorKnowledgeBaseConfigurationProperty Associated Types
Methods set :: PropertyType "EmbeddingModelConfiguration" VectorKnowledgeBaseConfigurationProperty -> VectorKnowledgeBaseConfigurationProperty -> VectorKnowledgeBaseConfigurationProperty # | |||||
| Property "SupplementalDataStorageConfiguration" VectorKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.VectorKnowledgeBaseConfigurationProperty Associated Types
Methods set :: PropertyType "SupplementalDataStorageConfiguration" VectorKnowledgeBaseConfigurationProperty -> VectorKnowledgeBaseConfigurationProperty -> VectorKnowledgeBaseConfigurationProperty # | |||||
| type PropertyType "EmbeddingModelArn" VectorKnowledgeBaseConfigurationProperty Source # | |||||
| type PropertyType "EmbeddingModelConfiguration" VectorKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.VectorKnowledgeBaseConfigurationProperty type PropertyType "EmbeddingModelConfiguration" VectorKnowledgeBaseConfigurationProperty = EmbeddingModelConfigurationProperty | |||||
| type PropertyType "SupplementalDataStorageConfiguration" VectorKnowledgeBaseConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.VectorKnowledgeBaseConfigurationProperty type PropertyType "SupplementalDataStorageConfiguration" VectorKnowledgeBaseConfigurationProperty = SupplementalDataStorageConfigurationProperty | |||||
data QueryGenerationColumnProperty Source #
Constructors
| QueryGenerationColumnProperty | |
Fields | |
Instances
| ToJSON QueryGenerationColumnProperty Source # | |||||
| Show QueryGenerationColumnProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationColumnProperty Methods showsPrec :: Int -> QueryGenerationColumnProperty -> ShowS # show :: QueryGenerationColumnProperty -> String # showList :: [QueryGenerationColumnProperty] -> ShowS # | |||||
| Eq QueryGenerationColumnProperty Source # | |||||
| ToResourceProperties QueryGenerationColumnProperty Source # | |||||
| Property "Description" QueryGenerationColumnProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationColumnProperty Associated Types
Methods set :: PropertyType "Description" QueryGenerationColumnProperty -> QueryGenerationColumnProperty -> QueryGenerationColumnProperty # | |||||
| Property "Inclusion" QueryGenerationColumnProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationColumnProperty Associated Types
Methods set :: PropertyType "Inclusion" QueryGenerationColumnProperty -> QueryGenerationColumnProperty -> QueryGenerationColumnProperty # | |||||
| Property "Name" QueryGenerationColumnProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationColumnProperty Associated Types
Methods set :: PropertyType "Name" QueryGenerationColumnProperty -> QueryGenerationColumnProperty -> QueryGenerationColumnProperty # | |||||
| type PropertyType "Description" QueryGenerationColumnProperty Source # | |||||
| type PropertyType "Inclusion" QueryGenerationColumnProperty Source # | |||||
| type PropertyType "Name" QueryGenerationColumnProperty Source # | |||||
data QueryGenerationConfigurationProperty Source #
Constructors
| QueryGenerationConfigurationProperty | |
Fields | |
Instances
| ToJSON QueryGenerationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationConfigurationProperty | |||||
| Show QueryGenerationConfigurationProperty Source # | |||||
| Eq QueryGenerationConfigurationProperty Source # | |||||
| ToResourceProperties QueryGenerationConfigurationProperty Source # | |||||
| Property "ExecutionTimeoutSeconds" QueryGenerationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationConfigurationProperty Associated Types
Methods set :: PropertyType "ExecutionTimeoutSeconds" QueryGenerationConfigurationProperty -> QueryGenerationConfigurationProperty -> QueryGenerationConfigurationProperty # | |||||
| Property "GenerationContext" QueryGenerationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationConfigurationProperty Associated Types
Methods set :: PropertyType "GenerationContext" QueryGenerationConfigurationProperty -> QueryGenerationConfigurationProperty -> QueryGenerationConfigurationProperty # | |||||
| type PropertyType "ExecutionTimeoutSeconds" QueryGenerationConfigurationProperty Source # | |||||
| type PropertyType "GenerationContext" QueryGenerationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationConfigurationProperty type PropertyType "GenerationContext" QueryGenerationConfigurationProperty = QueryGenerationContextProperty | |||||
data QueryGenerationTableProperty Source #
Constructors
| QueryGenerationTableProperty | |
Fields
| |
Instances
| ToJSON QueryGenerationTableProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationTableProperty Methods toJSON :: QueryGenerationTableProperty -> Value # toEncoding :: QueryGenerationTableProperty -> Encoding # toJSONList :: [QueryGenerationTableProperty] -> Value # toEncodingList :: [QueryGenerationTableProperty] -> Encoding # | |||||
| Show QueryGenerationTableProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationTableProperty Methods showsPrec :: Int -> QueryGenerationTableProperty -> ShowS # show :: QueryGenerationTableProperty -> String # showList :: [QueryGenerationTableProperty] -> ShowS # | |||||
| Eq QueryGenerationTableProperty Source # | |||||
| ToResourceProperties QueryGenerationTableProperty Source # | |||||
| Property "Columns" QueryGenerationTableProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationTableProperty Associated Types
Methods set :: PropertyType "Columns" QueryGenerationTableProperty -> QueryGenerationTableProperty -> QueryGenerationTableProperty # | |||||
| Property "Description" QueryGenerationTableProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationTableProperty Associated Types
Methods set :: PropertyType "Description" QueryGenerationTableProperty -> QueryGenerationTableProperty -> QueryGenerationTableProperty # | |||||
| Property "Inclusion" QueryGenerationTableProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationTableProperty Associated Types
Methods set :: PropertyType "Inclusion" QueryGenerationTableProperty -> QueryGenerationTableProperty -> QueryGenerationTableProperty # | |||||
| Property "Name" QueryGenerationTableProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.QueryGenerationTableProperty Associated Types
Methods set :: PropertyType "Name" QueryGenerationTableProperty -> QueryGenerationTableProperty -> QueryGenerationTableProperty # | |||||
| type PropertyType "Columns" QueryGenerationTableProperty Source # | |||||
| type PropertyType "Description" QueryGenerationTableProperty Source # | |||||
| type PropertyType "Inclusion" QueryGenerationTableProperty Source # | |||||
| type PropertyType "Name" QueryGenerationTableProperty Source # | |||||
data RedshiftConfigurationProperty Source #
Constructors
| RedshiftConfigurationProperty | |
Fields | |
Instances
| ToJSON RedshiftConfigurationProperty Source # | |||||
| Show RedshiftConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftConfigurationProperty Methods showsPrec :: Int -> RedshiftConfigurationProperty -> ShowS # show :: RedshiftConfigurationProperty -> String # showList :: [RedshiftConfigurationProperty] -> ShowS # | |||||
| Eq RedshiftConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftConfigurationProperty Source # | |||||
| Property "QueryEngineConfiguration" RedshiftConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftConfigurationProperty Associated Types
Methods set :: PropertyType "QueryEngineConfiguration" RedshiftConfigurationProperty -> RedshiftConfigurationProperty -> RedshiftConfigurationProperty # | |||||
| Property "QueryGenerationConfiguration" RedshiftConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftConfigurationProperty Associated Types
Methods set :: PropertyType "QueryGenerationConfiguration" RedshiftConfigurationProperty -> RedshiftConfigurationProperty -> RedshiftConfigurationProperty # | |||||
| Property "StorageConfigurations" RedshiftConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftConfigurationProperty Associated Types
Methods set :: PropertyType "StorageConfigurations" RedshiftConfigurationProperty -> RedshiftConfigurationProperty -> RedshiftConfigurationProperty # | |||||
| type PropertyType "QueryEngineConfiguration" RedshiftConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftConfigurationProperty type PropertyType "QueryEngineConfiguration" RedshiftConfigurationProperty = RedshiftQueryEngineConfigurationProperty | |||||
| type PropertyType "QueryGenerationConfiguration" RedshiftConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftConfigurationProperty type PropertyType "QueryGenerationConfiguration" RedshiftConfigurationProperty = QueryGenerationConfigurationProperty | |||||
| type PropertyType "StorageConfigurations" RedshiftConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftConfigurationProperty type PropertyType "StorageConfigurations" RedshiftConfigurationProperty = [RedshiftQueryEngineStorageConfigurationProperty] | |||||
data RedshiftQueryEngineConfigurationProperty Source #
Constructors
| RedshiftQueryEngineConfigurationProperty | |
Fields | |
Instances
| ToJSON RedshiftQueryEngineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineConfigurationProperty Methods toJSON :: RedshiftQueryEngineConfigurationProperty -> Value # toEncoding :: RedshiftQueryEngineConfigurationProperty -> Encoding # toJSONList :: [RedshiftQueryEngineConfigurationProperty] -> Value # toEncodingList :: [RedshiftQueryEngineConfigurationProperty] -> Encoding # omitField :: RedshiftQueryEngineConfigurationProperty -> Bool # | |||||
| Show RedshiftQueryEngineConfigurationProperty Source # | |||||
| Eq RedshiftQueryEngineConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftQueryEngineConfigurationProperty Source # | |||||
| Property "ProvisionedConfiguration" RedshiftQueryEngineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineConfigurationProperty Associated Types
Methods set :: PropertyType "ProvisionedConfiguration" RedshiftQueryEngineConfigurationProperty -> RedshiftQueryEngineConfigurationProperty -> RedshiftQueryEngineConfigurationProperty # | |||||
| Property "ServerlessConfiguration" RedshiftQueryEngineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineConfigurationProperty Associated Types
Methods set :: PropertyType "ServerlessConfiguration" RedshiftQueryEngineConfigurationProperty -> RedshiftQueryEngineConfigurationProperty -> RedshiftQueryEngineConfigurationProperty # | |||||
| Property "Type" RedshiftQueryEngineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineConfigurationProperty Associated Types
| |||||
| type PropertyType "ProvisionedConfiguration" RedshiftQueryEngineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineConfigurationProperty type PropertyType "ProvisionedConfiguration" RedshiftQueryEngineConfigurationProperty = RedshiftProvisionedConfigurationProperty | |||||
| type PropertyType "ServerlessConfiguration" RedshiftQueryEngineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineConfigurationProperty type PropertyType "ServerlessConfiguration" RedshiftQueryEngineConfigurationProperty = RedshiftServerlessConfigurationProperty | |||||
| type PropertyType "Type" RedshiftQueryEngineConfigurationProperty Source # | |||||
data RedshiftQueryEngineStorageConfigurationProperty Source #
Constructors
| RedshiftQueryEngineStorageConfigurationProperty | |
Fields | |
Instances
| ToJSON RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineStorageConfigurationProperty Methods toJSON :: RedshiftQueryEngineStorageConfigurationProperty -> Value # toEncoding :: RedshiftQueryEngineStorageConfigurationProperty -> Encoding # toJSONList :: [RedshiftQueryEngineStorageConfigurationProperty] -> Value # toEncodingList :: [RedshiftQueryEngineStorageConfigurationProperty] -> Encoding # omitField :: RedshiftQueryEngineStorageConfigurationProperty -> Bool # | |||||
| Show RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
| Eq RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
| Property "AwsDataCatalogConfiguration" RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineStorageConfigurationProperty Associated Types
Methods set :: PropertyType "AwsDataCatalogConfiguration" RedshiftQueryEngineStorageConfigurationProperty -> RedshiftQueryEngineStorageConfigurationProperty -> RedshiftQueryEngineStorageConfigurationProperty # | |||||
| Property "RedshiftConfiguration" RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineStorageConfigurationProperty Associated Types
Methods set :: PropertyType "RedshiftConfiguration" RedshiftQueryEngineStorageConfigurationProperty -> RedshiftQueryEngineStorageConfigurationProperty -> RedshiftQueryEngineStorageConfigurationProperty # | |||||
| Property "Type" RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineStorageConfigurationProperty Associated Types
| |||||
| type PropertyType "AwsDataCatalogConfiguration" RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineStorageConfigurationProperty type PropertyType "AwsDataCatalogConfiguration" RedshiftQueryEngineStorageConfigurationProperty = RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty | |||||
| type PropertyType "RedshiftConfiguration" RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
| type PropertyType "Type" RedshiftQueryEngineStorageConfigurationProperty Source # | |||||
data RedshiftProvisionedAuthConfigurationProperty Source #
Constructors
| RedshiftProvisionedAuthConfigurationProperty | |
Fields
| |
Instances
| ToJSON RedshiftProvisionedAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftProvisionedAuthConfigurationProperty Methods toJSON :: RedshiftProvisionedAuthConfigurationProperty -> Value # toEncoding :: RedshiftProvisionedAuthConfigurationProperty -> Encoding # toJSONList :: [RedshiftProvisionedAuthConfigurationProperty] -> Value # toEncodingList :: [RedshiftProvisionedAuthConfigurationProperty] -> Encoding # omitField :: RedshiftProvisionedAuthConfigurationProperty -> Bool # | |||||
| Show RedshiftProvisionedAuthConfigurationProperty Source # | |||||
| Eq RedshiftProvisionedAuthConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftProvisionedAuthConfigurationProperty Source # | |||||
| Property "DatabaseUser" RedshiftProvisionedAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftProvisionedAuthConfigurationProperty Associated Types
| |||||
| Property "Type" RedshiftProvisionedAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftProvisionedAuthConfigurationProperty Associated Types
| |||||
| Property "UsernamePasswordSecretArn" RedshiftProvisionedAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftProvisionedAuthConfigurationProperty Associated Types
Methods set :: PropertyType "UsernamePasswordSecretArn" RedshiftProvisionedAuthConfigurationProperty -> RedshiftProvisionedAuthConfigurationProperty -> RedshiftProvisionedAuthConfigurationProperty # | |||||
| type PropertyType "DatabaseUser" RedshiftProvisionedAuthConfigurationProperty Source # | |||||
| type PropertyType "Type" RedshiftProvisionedAuthConfigurationProperty Source # | |||||
| type PropertyType "UsernamePasswordSecretArn" RedshiftProvisionedAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftProvisionedAuthConfigurationProperty type PropertyType "UsernamePasswordSecretArn" RedshiftProvisionedAuthConfigurationProperty = Value Text | |||||
data RedshiftProvisionedConfigurationProperty Source #
Constructors
| RedshiftProvisionedConfigurationProperty | |
Fields | |
Instances
| ToJSON RedshiftProvisionedConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftProvisionedConfigurationProperty Methods toJSON :: RedshiftProvisionedConfigurationProperty -> Value # toEncoding :: RedshiftProvisionedConfigurationProperty -> Encoding # toJSONList :: [RedshiftProvisionedConfigurationProperty] -> Value # toEncodingList :: [RedshiftProvisionedConfigurationProperty] -> Encoding # omitField :: RedshiftProvisionedConfigurationProperty -> Bool # | |||||
| Show RedshiftProvisionedConfigurationProperty Source # | |||||
| Eq RedshiftProvisionedConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftProvisionedConfigurationProperty Source # | |||||
| Property "AuthConfiguration" RedshiftProvisionedConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftProvisionedConfigurationProperty Associated Types
Methods set :: PropertyType "AuthConfiguration" RedshiftProvisionedConfigurationProperty -> RedshiftProvisionedConfigurationProperty -> RedshiftProvisionedConfigurationProperty # | |||||
| Property "ClusterIdentifier" RedshiftProvisionedConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftProvisionedConfigurationProperty Associated Types
Methods set :: PropertyType "ClusterIdentifier" RedshiftProvisionedConfigurationProperty -> RedshiftProvisionedConfigurationProperty -> RedshiftProvisionedConfigurationProperty # | |||||
| type PropertyType "AuthConfiguration" RedshiftProvisionedConfigurationProperty Source # | |||||
| type PropertyType "ClusterIdentifier" RedshiftProvisionedConfigurationProperty Source # | |||||
data RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Source #
Constructors
| RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty | |
Fields
| |
Instances
| ToJSON RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Methods toJSON :: RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty -> Value # toEncoding :: RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty -> Encoding # toJSONList :: [RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty] -> Value # toEncodingList :: [RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty] -> Encoding # omitField :: RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty -> Bool # | |||||
| Show RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Source # | |||||
| Eq RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Source # | |||||
| Property "TableNames" RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Associated Types
| |||||
| type PropertyType "TableNames" RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Source # | |||||
data RedshiftServerlessConfigurationProperty Source #
Constructors
| RedshiftServerlessConfigurationProperty | |
Fields | |
Instances
| ToJSON RedshiftServerlessConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftServerlessConfigurationProperty Methods toJSON :: RedshiftServerlessConfigurationProperty -> Value # toEncoding :: RedshiftServerlessConfigurationProperty -> Encoding # toJSONList :: [RedshiftServerlessConfigurationProperty] -> Value # toEncodingList :: [RedshiftServerlessConfigurationProperty] -> Encoding # omitField :: RedshiftServerlessConfigurationProperty -> Bool # | |||||
| Show RedshiftServerlessConfigurationProperty Source # | |||||
| Eq RedshiftServerlessConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftServerlessConfigurationProperty Source # | |||||
| Property "AuthConfiguration" RedshiftServerlessConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftServerlessConfigurationProperty Associated Types
Methods set :: PropertyType "AuthConfiguration" RedshiftServerlessConfigurationProperty -> RedshiftServerlessConfigurationProperty -> RedshiftServerlessConfigurationProperty # | |||||
| Property "WorkgroupArn" RedshiftServerlessConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftServerlessConfigurationProperty Associated Types
Methods set :: PropertyType "WorkgroupArn" RedshiftServerlessConfigurationProperty -> RedshiftServerlessConfigurationProperty -> RedshiftServerlessConfigurationProperty # | |||||
| type PropertyType "AuthConfiguration" RedshiftServerlessConfigurationProperty Source # | |||||
| type PropertyType "WorkgroupArn" RedshiftServerlessConfigurationProperty Source # | |||||
data RedshiftQueryEngineRedshiftStorageConfigurationProperty Source #
Constructors
| RedshiftQueryEngineRedshiftStorageConfigurationProperty | |
Fields
| |
Instances
| ToJSON RedshiftQueryEngineRedshiftStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty Methods toJSON :: RedshiftQueryEngineRedshiftStorageConfigurationProperty -> Value # toEncoding :: RedshiftQueryEngineRedshiftStorageConfigurationProperty -> Encoding # toJSONList :: [RedshiftQueryEngineRedshiftStorageConfigurationProperty] -> Value # toEncodingList :: [RedshiftQueryEngineRedshiftStorageConfigurationProperty] -> Encoding # omitField :: RedshiftQueryEngineRedshiftStorageConfigurationProperty -> Bool # | |||||
| Show RedshiftQueryEngineRedshiftStorageConfigurationProperty Source # | |||||
| Eq RedshiftQueryEngineRedshiftStorageConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftQueryEngineRedshiftStorageConfigurationProperty Source # | |||||
| Property "DatabaseName" RedshiftQueryEngineRedshiftStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftQueryEngineRedshiftStorageConfigurationProperty Associated Types
| |||||
| type PropertyType "DatabaseName" RedshiftQueryEngineRedshiftStorageConfigurationProperty Source # | |||||
data RedshiftServerlessAuthConfigurationProperty Source #
Constructors
| RedshiftServerlessAuthConfigurationProperty | |
Fields
| |
Instances
| ToJSON RedshiftServerlessAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftServerlessAuthConfigurationProperty Methods toJSON :: RedshiftServerlessAuthConfigurationProperty -> Value # toEncoding :: RedshiftServerlessAuthConfigurationProperty -> Encoding # toJSONList :: [RedshiftServerlessAuthConfigurationProperty] -> Value # toEncodingList :: [RedshiftServerlessAuthConfigurationProperty] -> Encoding # omitField :: RedshiftServerlessAuthConfigurationProperty -> Bool # | |||||
| Show RedshiftServerlessAuthConfigurationProperty Source # | |||||
| Eq RedshiftServerlessAuthConfigurationProperty Source # | |||||
| ToResourceProperties RedshiftServerlessAuthConfigurationProperty Source # | |||||
| Property "Type" RedshiftServerlessAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftServerlessAuthConfigurationProperty Associated Types
| |||||
| Property "UsernamePasswordSecretArn" RedshiftServerlessAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftServerlessAuthConfigurationProperty Associated Types
Methods set :: PropertyType "UsernamePasswordSecretArn" RedshiftServerlessAuthConfigurationProperty -> RedshiftServerlessAuthConfigurationProperty -> RedshiftServerlessAuthConfigurationProperty # | |||||
| type PropertyType "Type" RedshiftServerlessAuthConfigurationProperty Source # | |||||
| type PropertyType "UsernamePasswordSecretArn" RedshiftServerlessAuthConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.RedshiftServerlessAuthConfigurationProperty type PropertyType "UsernamePasswordSecretArn" RedshiftServerlessAuthConfigurationProperty = Value Text | |||||
data SupplementalDataStorageConfigurationProperty Source #
Constructors
| SupplementalDataStorageConfigurationProperty | |
Instances
| ToJSON SupplementalDataStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SupplementalDataStorageConfigurationProperty Methods toJSON :: SupplementalDataStorageConfigurationProperty -> Value # toEncoding :: SupplementalDataStorageConfigurationProperty -> Encoding # toJSONList :: [SupplementalDataStorageConfigurationProperty] -> Value # toEncodingList :: [SupplementalDataStorageConfigurationProperty] -> Encoding # omitField :: SupplementalDataStorageConfigurationProperty -> Bool # | |||||
| Show SupplementalDataStorageConfigurationProperty Source # | |||||
| Eq SupplementalDataStorageConfigurationProperty Source # | |||||
| ToResourceProperties SupplementalDataStorageConfigurationProperty Source # | |||||
| Property "SupplementalDataStorageLocations" SupplementalDataStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SupplementalDataStorageConfigurationProperty Associated Types
Methods set :: PropertyType "SupplementalDataStorageLocations" SupplementalDataStorageConfigurationProperty -> SupplementalDataStorageConfigurationProperty -> SupplementalDataStorageConfigurationProperty # | |||||
| type PropertyType "SupplementalDataStorageLocations" SupplementalDataStorageConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SupplementalDataStorageConfigurationProperty type PropertyType "SupplementalDataStorageLocations" SupplementalDataStorageConfigurationProperty = [SupplementalDataStorageLocationProperty] | |||||
data SupplementalDataStorageLocationProperty Source #
Constructors
| SupplementalDataStorageLocationProperty | |
Fields | |
Instances
| ToJSON SupplementalDataStorageLocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SupplementalDataStorageLocationProperty Methods toJSON :: SupplementalDataStorageLocationProperty -> Value # toEncoding :: SupplementalDataStorageLocationProperty -> Encoding # toJSONList :: [SupplementalDataStorageLocationProperty] -> Value # toEncodingList :: [SupplementalDataStorageLocationProperty] -> Encoding # omitField :: SupplementalDataStorageLocationProperty -> Bool # | |||||
| Show SupplementalDataStorageLocationProperty Source # | |||||
| Eq SupplementalDataStorageLocationProperty Source # | |||||
| ToResourceProperties SupplementalDataStorageLocationProperty Source # | |||||
| Property "S3Location" SupplementalDataStorageLocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SupplementalDataStorageLocationProperty Associated Types
Methods set :: PropertyType "S3Location" SupplementalDataStorageLocationProperty -> SupplementalDataStorageLocationProperty -> SupplementalDataStorageLocationProperty # | |||||
| Property "SupplementalDataStorageLocationType" SupplementalDataStorageLocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SupplementalDataStorageLocationProperty Associated Types
Methods set :: PropertyType "SupplementalDataStorageLocationType" SupplementalDataStorageLocationProperty -> SupplementalDataStorageLocationProperty -> SupplementalDataStorageLocationProperty # | |||||
| type PropertyType "S3Location" SupplementalDataStorageLocationProperty Source # | |||||
| type PropertyType "SupplementalDataStorageLocationType" SupplementalDataStorageLocationProperty Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase.SupplementalDataStorageLocationProperty type PropertyType "SupplementalDataStorageLocationType" SupplementalDataStorageLocationProperty = Value Text | |||||
mkKendraKnowledgeBaseConfigurationProperty :: Value Text -> KendraKnowledgeBaseConfigurationProperty Source #
mkRedshiftConfigurationProperty :: RedshiftQueryEngineConfigurationProperty -> [RedshiftQueryEngineStorageConfigurationProperty] -> RedshiftConfigurationProperty Source #
mkRedshiftProvisionedAuthConfigurationProperty :: Value Text -> RedshiftProvisionedAuthConfigurationProperty Source #
mkRedshiftProvisionedConfigurationProperty :: RedshiftProvisionedAuthConfigurationProperty -> Value Text -> RedshiftProvisionedConfigurationProperty Source #
mkRedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty :: ValueList Text -> RedshiftQueryEngineAwsDataCatalogStorageConfigurationProperty Source #
mkRedshiftQueryEngineConfigurationProperty :: Value Text -> RedshiftQueryEngineConfigurationProperty Source #
mkRedshiftQueryEngineRedshiftStorageConfigurationProperty :: Value Text -> RedshiftQueryEngineRedshiftStorageConfigurationProperty Source #
mkRedshiftQueryEngineStorageConfigurationProperty :: Value Text -> RedshiftQueryEngineStorageConfigurationProperty Source #
mkRedshiftServerlessAuthConfigurationProperty :: Value Text -> RedshiftServerlessAuthConfigurationProperty Source #
mkRedshiftServerlessConfigurationProperty :: RedshiftServerlessAuthConfigurationProperty -> Value Text -> RedshiftServerlessConfigurationProperty Source #
mkSqlKnowledgeBaseConfigurationProperty :: Value Text -> SqlKnowledgeBaseConfigurationProperty Source #
mkSupplementalDataStorageConfigurationProperty :: [SupplementalDataStorageLocationProperty] -> SupplementalDataStorageConfigurationProperty Source #
mkSupplementalDataStorageLocationProperty :: Value Text -> SupplementalDataStorageLocationProperty Source #
mkVectorKnowledgeBaseConfigurationProperty :: Value Text -> VectorKnowledgeBaseConfigurationProperty Source #
data KnowledgeBase Source #
Constructors
| KnowledgeBase | |
Fields | |
Instances
| ToJSON KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Methods toJSON :: KnowledgeBase -> Value # toEncoding :: KnowledgeBase -> Encoding # toJSONList :: [KnowledgeBase] -> Value # toEncodingList :: [KnowledgeBase] -> Encoding # omitField :: KnowledgeBase -> Bool # | |||||
| Show KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Methods showsPrec :: Int -> KnowledgeBase -> ShowS # show :: KnowledgeBase -> String # showList :: [KnowledgeBase] -> ShowS # | |||||
| Eq KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Methods (==) :: KnowledgeBase -> KnowledgeBase -> Bool # (/=) :: KnowledgeBase -> KnowledgeBase -> Bool # | |||||
| ToResourceProperties KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Methods toResourceProperties :: KnowledgeBase -> ResourceProperties # | |||||
| Property "Description" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Associated Types
Methods set :: PropertyType "Description" KnowledgeBase -> KnowledgeBase -> KnowledgeBase # | |||||
| Property "KnowledgeBaseConfiguration" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Associated Types
Methods set :: PropertyType "KnowledgeBaseConfiguration" KnowledgeBase -> KnowledgeBase -> KnowledgeBase # | |||||
| Property "Name" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Associated Types
Methods set :: PropertyType "Name" KnowledgeBase -> KnowledgeBase -> KnowledgeBase # | |||||
| Property "RoleArn" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Associated Types
Methods set :: PropertyType "RoleArn" KnowledgeBase -> KnowledgeBase -> KnowledgeBase # | |||||
| Property "StorageConfiguration" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Associated Types
Methods set :: PropertyType "StorageConfiguration" KnowledgeBase -> KnowledgeBase -> KnowledgeBase # | |||||
| Property "Tags" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase Associated Types
Methods set :: PropertyType "Tags" KnowledgeBase -> KnowledgeBase -> KnowledgeBase # | |||||
| type PropertyType "Description" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase | |||||
| type PropertyType "KnowledgeBaseConfiguration" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase | |||||
| type PropertyType "Name" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase | |||||
| type PropertyType "RoleArn" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase | |||||
| type PropertyType "StorageConfiguration" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase | |||||
| type PropertyType "Tags" KnowledgeBase Source # | |||||
Defined in Stratosphere.Bedrock.KnowledgeBase | |||||