| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.BedrockAgentCore.GatewayTarget.McpTargetConfigurationProperty
Documentation
data S3ConfigurationProperty Source #
Constructors
| S3ConfigurationProperty | |
Fields
| |
Instances
data SchemaDefinitionProperty Source #
Constructors
| SchemaDefinitionProperty | |
Fields
| |
Instances
| ToJSON SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.SchemaDefinitionProperty Methods toJSON :: SchemaDefinitionProperty -> Value # toEncoding :: SchemaDefinitionProperty -> Encoding # toJSONList :: [SchemaDefinitionProperty] -> Value # | |||||
| Show SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.SchemaDefinitionProperty Methods showsPrec :: Int -> SchemaDefinitionProperty -> ShowS # show :: SchemaDefinitionProperty -> String # showList :: [SchemaDefinitionProperty] -> ShowS # | |||||
| Eq SchemaDefinitionProperty Source # | |||||
| ToResourceProperties SchemaDefinitionProperty Source # | |||||
| Property "Description" SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.SchemaDefinitionProperty Associated Types
Methods set :: PropertyType "Description" SchemaDefinitionProperty -> SchemaDefinitionProperty -> SchemaDefinitionProperty # | |||||
| Property "Items" SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.SchemaDefinitionProperty Associated Types
Methods set :: PropertyType "Items" SchemaDefinitionProperty -> SchemaDefinitionProperty -> SchemaDefinitionProperty # | |||||
| Property "Properties" SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.SchemaDefinitionProperty Associated Types
Methods set :: PropertyType "Properties" SchemaDefinitionProperty -> SchemaDefinitionProperty -> SchemaDefinitionProperty # | |||||
| Property "Required" SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.SchemaDefinitionProperty Associated Types
Methods set :: PropertyType "Required" SchemaDefinitionProperty -> SchemaDefinitionProperty -> SchemaDefinitionProperty # | |||||
| Property "Type" SchemaDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.SchemaDefinitionProperty Associated Types
Methods set :: PropertyType "Type" SchemaDefinitionProperty -> SchemaDefinitionProperty -> SchemaDefinitionProperty # | |||||
| type PropertyType "Description" SchemaDefinitionProperty Source # | |||||
| type PropertyType "Items" SchemaDefinitionProperty Source # | |||||
| type PropertyType "Properties" SchemaDefinitionProperty Source # | |||||
| type PropertyType "Required" SchemaDefinitionProperty Source # | |||||
| type PropertyType "Type" SchemaDefinitionProperty Source # | |||||
data ApiSchemaConfigurationProperty Source #
Constructors
| ApiSchemaConfigurationProperty | |
Fields
| |
Instances
| ToJSON ApiSchemaConfigurationProperty Source # | |||||
| Show ApiSchemaConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ApiSchemaConfigurationProperty Methods showsPrec :: Int -> ApiSchemaConfigurationProperty -> ShowS # show :: ApiSchemaConfigurationProperty -> String # showList :: [ApiSchemaConfigurationProperty] -> ShowS # | |||||
| Eq ApiSchemaConfigurationProperty Source # | |||||
| ToResourceProperties ApiSchemaConfigurationProperty Source # | |||||
| Property "InlinePayload" ApiSchemaConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ApiSchemaConfigurationProperty Associated Types
Methods set :: PropertyType "InlinePayload" ApiSchemaConfigurationProperty -> ApiSchemaConfigurationProperty -> ApiSchemaConfigurationProperty # | |||||
| Property "S3" ApiSchemaConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ApiSchemaConfigurationProperty Associated Types
| |||||
| type PropertyType "InlinePayload" ApiSchemaConfigurationProperty Source # | |||||
| type PropertyType "S3" ApiSchemaConfigurationProperty Source # | |||||
data McpLambdaTargetConfigurationProperty Source #
Constructors
| McpLambdaTargetConfigurationProperty | |
Fields
| |
Instances
| ToJSON McpLambdaTargetConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.McpLambdaTargetConfigurationProperty | |||||
| Show McpLambdaTargetConfigurationProperty Source # | |||||
| Eq McpLambdaTargetConfigurationProperty Source # | |||||
| ToResourceProperties McpLambdaTargetConfigurationProperty Source # | |||||
| Property "LambdaArn" McpLambdaTargetConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.McpLambdaTargetConfigurationProperty Associated Types
Methods set :: PropertyType "LambdaArn" McpLambdaTargetConfigurationProperty -> McpLambdaTargetConfigurationProperty -> McpLambdaTargetConfigurationProperty # | |||||
| Property "ToolSchema" McpLambdaTargetConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.McpLambdaTargetConfigurationProperty Associated Types
Methods set :: PropertyType "ToolSchema" McpLambdaTargetConfigurationProperty -> McpLambdaTargetConfigurationProperty -> McpLambdaTargetConfigurationProperty # | |||||
| type PropertyType "LambdaArn" McpLambdaTargetConfigurationProperty Source # | |||||
| type PropertyType "ToolSchema" McpLambdaTargetConfigurationProperty Source # | |||||
data ToolSchemaProperty Source #
Constructors
| ToolSchemaProperty | |
Fields | |
Instances
| ToJSON ToolSchemaProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolSchemaProperty Methods toJSON :: ToolSchemaProperty -> Value # toEncoding :: ToolSchemaProperty -> Encoding # toJSONList :: [ToolSchemaProperty] -> Value # toEncodingList :: [ToolSchemaProperty] -> Encoding # omitField :: ToolSchemaProperty -> Bool # | |||||
| Show ToolSchemaProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolSchemaProperty Methods showsPrec :: Int -> ToolSchemaProperty -> ShowS # show :: ToolSchemaProperty -> String # showList :: [ToolSchemaProperty] -> ShowS # | |||||
| Eq ToolSchemaProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolSchemaProperty Methods (==) :: ToolSchemaProperty -> ToolSchemaProperty -> Bool # (/=) :: ToolSchemaProperty -> ToolSchemaProperty -> Bool # | |||||
| ToResourceProperties ToolSchemaProperty Source # | |||||
| Property "InlinePayload" ToolSchemaProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolSchemaProperty Associated Types
Methods set :: PropertyType "InlinePayload" ToolSchemaProperty -> ToolSchemaProperty -> ToolSchemaProperty # | |||||
| Property "S3" ToolSchemaProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolSchemaProperty Associated Types
Methods set :: PropertyType "S3" ToolSchemaProperty -> ToolSchemaProperty -> ToolSchemaProperty # | |||||
| type PropertyType "InlinePayload" ToolSchemaProperty Source # | |||||
| type PropertyType "S3" ToolSchemaProperty Source # | |||||
data ToolDefinitionProperty Source #
Constructors
| ToolDefinitionProperty | |
Fields | |
Instances
| ToJSON ToolDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolDefinitionProperty Methods toJSON :: ToolDefinitionProperty -> Value # toEncoding :: ToolDefinitionProperty -> Encoding # toJSONList :: [ToolDefinitionProperty] -> Value # toEncodingList :: [ToolDefinitionProperty] -> Encoding # omitField :: ToolDefinitionProperty -> Bool # | |||||
| Show ToolDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolDefinitionProperty Methods showsPrec :: Int -> ToolDefinitionProperty -> ShowS # show :: ToolDefinitionProperty -> String # showList :: [ToolDefinitionProperty] -> ShowS # | |||||
| Eq ToolDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolDefinitionProperty Methods (==) :: ToolDefinitionProperty -> ToolDefinitionProperty -> Bool # (/=) :: ToolDefinitionProperty -> ToolDefinitionProperty -> Bool # | |||||
| ToResourceProperties ToolDefinitionProperty Source # | |||||
| Property "Description" ToolDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolDefinitionProperty Associated Types
Methods set :: PropertyType "Description" ToolDefinitionProperty -> ToolDefinitionProperty -> ToolDefinitionProperty # | |||||
| Property "InputSchema" ToolDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolDefinitionProperty Associated Types
Methods set :: PropertyType "InputSchema" ToolDefinitionProperty -> ToolDefinitionProperty -> ToolDefinitionProperty # | |||||
| Property "Name" ToolDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolDefinitionProperty Associated Types
Methods set :: PropertyType "Name" ToolDefinitionProperty -> ToolDefinitionProperty -> ToolDefinitionProperty # | |||||
| Property "OutputSchema" ToolDefinitionProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.ToolDefinitionProperty Associated Types
Methods set :: PropertyType "OutputSchema" ToolDefinitionProperty -> ToolDefinitionProperty -> ToolDefinitionProperty # | |||||
| type PropertyType "Description" ToolDefinitionProperty Source # | |||||
| type PropertyType "InputSchema" ToolDefinitionProperty Source # | |||||
| type PropertyType "Name" ToolDefinitionProperty Source # | |||||
| type PropertyType "OutputSchema" ToolDefinitionProperty Source # | |||||
mkMcpLambdaTargetConfigurationProperty :: Value Text -> ToolSchemaProperty -> McpLambdaTargetConfigurationProperty Source #
mkToolDefinitionProperty :: Value Text -> SchemaDefinitionProperty -> Value Text -> ToolDefinitionProperty Source #
data McpTargetConfigurationProperty Source #
Constructors
| McpTargetConfigurationProperty | |
Fields | |
Instances
| ToJSON McpTargetConfigurationProperty Source # | |||||
| Show McpTargetConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.McpTargetConfigurationProperty Methods showsPrec :: Int -> McpTargetConfigurationProperty -> ShowS # show :: McpTargetConfigurationProperty -> String # showList :: [McpTargetConfigurationProperty] -> ShowS # | |||||
| Eq McpTargetConfigurationProperty Source # | |||||
| ToResourceProperties McpTargetConfigurationProperty Source # | |||||
| Property "Lambda" McpTargetConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.McpTargetConfigurationProperty Associated Types
Methods set :: PropertyType "Lambda" McpTargetConfigurationProperty -> McpTargetConfigurationProperty -> McpTargetConfigurationProperty # | |||||
| Property "OpenApiSchema" McpTargetConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.McpTargetConfigurationProperty Associated Types
Methods set :: PropertyType "OpenApiSchema" McpTargetConfigurationProperty -> McpTargetConfigurationProperty -> McpTargetConfigurationProperty # | |||||
| Property "SmithyModel" McpTargetConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.GatewayTarget.McpTargetConfigurationProperty Associated Types
Methods set :: PropertyType "SmithyModel" McpTargetConfigurationProperty -> McpTargetConfigurationProperty -> McpTargetConfigurationProperty # | |||||
| type PropertyType "Lambda" McpTargetConfigurationProperty Source # | |||||
| type PropertyType "OpenApiSchema" McpTargetConfigurationProperty Source # | |||||
| type PropertyType "SmithyModel" McpTargetConfigurationProperty Source # | |||||