stratosphere-bedrock-1.0.0: Stratosphere integration for AWS Bedrock.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Bedrock.Agent.FunctionSchemaProperty

Documentation

data FunctionProperty Source #

Instances

Instances details
ToJSON FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Show FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Eq FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

ToResourceProperties FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Property "Description" FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Associated Types

type PropertyType "Description" FunctionProperty 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Property "Name" FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Associated Types

type PropertyType "Name" FunctionProperty 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Property "Parameters" FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Associated Types

type PropertyType "Parameters" FunctionProperty 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Property "RequireConfirmation" FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

Associated Types

type PropertyType "RequireConfirmation" FunctionProperty 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

type PropertyType "RequireConfirmation" FunctionProperty = Value Text

Methods

set :: PropertyType "RequireConfirmation" FunctionProperty -> FunctionProperty -> FunctionProperty #

type PropertyType "Description" FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

type PropertyType "Name" FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

type PropertyType "Parameters" FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

type PropertyType "RequireConfirmation" FunctionProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionProperty

type PropertyType "RequireConfirmation" FunctionProperty = Value Text

data ParameterDetailProperty Source #

Instances

Instances details
ToJSON ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

Show ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

Eq ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

ToResourceProperties ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

Property "Description" ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

Associated Types

type PropertyType "Description" ParameterDetailProperty 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

Property "Required" ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

Property "Type" ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

type PropertyType "Description" ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

type PropertyType "Required" ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

type PropertyType "Type" ParameterDetailProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.ParameterDetailProperty

data FunctionSchemaProperty Source #

Instances

Instances details
ToJSON FunctionSchemaProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionSchemaProperty

Show FunctionSchemaProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionSchemaProperty

Eq FunctionSchemaProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionSchemaProperty

ToResourceProperties FunctionSchemaProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionSchemaProperty

Property "Functions" FunctionSchemaProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionSchemaProperty

type PropertyType "Functions" FunctionSchemaProperty Source # 
Instance details

Defined in Stratosphere.Bedrock.Agent.FunctionSchemaProperty