Module Awso_bedrock_agent.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule S3ObjectKey : sig ... end
Sourcemodule S3BucketName : sig ... end
Sourcemodule S3Identifier : sig ... end

The identifier information for an Amazon S3 bucket.

Sourcemodule Payload : sig ... end
Sourcemodule APISchema : sig ... end

Contains details about the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas. You can either include the schema directly in the payload field or you can upload it to an S3 bucket and specify the S3 bucket location in the s3 field.

Sourcemodule NonBlankString : sig ... end
Sourcemodule AccessDeniedException : sig ... end

The request is denied because of missing access permissions.

Sourcemodule LambdaArn : sig ... end
Sourcemodule CustomControlMethod : sig ... end
Sourcemodule ActionGroupExecutor : sig ... end

Contains details about the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.

Sourcemodule ActionGroupSignature : sig ... end
Sourcemodule ActionGroupState : sig ... end
Sourcemodule Name : sig ... end
Sourcemodule Id : sig ... end
Sourcemodule Description : sig ... end
Sourcemodule DateTimestamp : sig ... end
Sourcemodule ActionGroupSummary : sig ... end

Contains details about an action group.

Sourcemodule ActionGroupSummaries : sig ... end
Sourcemodule SessionTTL : sig ... end
Sourcemodule RecommendedAction : sig ... end
Sourcemodule RecommendedActions : sig ... end
Sourcemodule PromptType : sig ... end
Sourcemodule PromptState : sig ... end
Sourcemodule ModelIdentifier : sig ... end
Sourcemodule TopP : sig ... end
Sourcemodule TopK : sig ... end
Sourcemodule Temperature : sig ... end
Sourcemodule String_ : sig ... end
Sourcemodule StopSequences : sig ... end
Sourcemodule MaximumLength : sig ... end
Sourcemodule InferenceConfiguration : sig ... end

Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the promptType. For more information, see Inference parameters for foundation models.

Sourcemodule Document : sig ... end
Sourcemodule CreationMode : sig ... end
Sourcemodule BasePromptTemplate : sig ... end
Sourcemodule PromptConfiguration : sig ... end

Contains configurations to override a prompt template in one part of an agent sequence. For more information, see Advanced prompts.

Sourcemodule PromptConfigurations : sig ... end

Contains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts.

Sourcemodule OrchestrationType : sig ... end
Sourcemodule StorageDays : sig ... end
Sourcemodule MaxRecentSessions : sig ... end

Configuration for SESSION_SUMMARY memory type enabled for the agent.

Sourcemodule MemoryType : sig ... end
Sourcemodule EnabledMemoryTypes : sig ... end
Sourcemodule MemoryConfiguration : sig ... end

Details of the memory configuration.

Sourcemodule KmsKeyArn : sig ... end
Sourcemodule Instruction : sig ... end
Sourcemodule GuardrailVersion : sig ... end
Sourcemodule GuardrailIdentifier : sig ... end
Sourcemodule GuardrailConfiguration : sig ... end

Details about a guardrail associated with a resource.

Sourcemodule FailureReason : sig ... end
Sourcemodule FailureReasons : sig ... end
Sourcemodule DraftVersion : sig ... end
Sourcemodule OrchestrationExecutor : sig ... end

Contains details about the Lambda function containing the orchestration logic carried out upon invoking the custom orchestration.

Sourcemodule CustomOrchestration : sig ... end

Details of custom orchestration.

Sourcemodule ClientToken : sig ... end
Sourcemodule AgentStatus : sig ... end
Sourcemodule AgentRoleArn : sig ... end
Sourcemodule AgentCollaboration : sig ... end
Sourcemodule AgentArn : sig ... end
Sourcemodule Agent : sig ... end

Contains details about an agent.

Sourcemodule Version : sig ... end
Sourcemodule RequireConfirmation : sig ... end
Sourcemodule Type : sig ... end
Sourcemodule ParameterDescription : sig ... end
Sourcemodule Boolean : sig ... end
Sourcemodule ParameterDetail : sig ... end

Contains details about a parameter in a function for an action group. This data type is used in the following API operations: CreateAgentActionGroup request CreateAgentActionGroup response UpdateAgentActionGroup request UpdateAgentActionGroup response GetAgentActionGroup response

Sourcemodule ParameterMap : sig ... end
Sourcemodule FunctionDescription : sig ... end
Sourcemodule Function : sig ... end

Defines parameters that the agent needs to invoke from the user to complete the function. Corresponds to an action in an action group. This data type is used in the following API operations: CreateAgentActionGroup request CreateAgentActionGroup response UpdateAgentActionGroup request UpdateAgentActionGroup response GetAgentActionGroup response

Sourcemodule Functions : sig ... end
Sourcemodule FunctionSchema : sig ... end

Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group. This data type is used in the following API operations: CreateAgentActionGroup request CreateAgentActionGroup response UpdateAgentActionGroup request UpdateAgentActionGroup response GetAgentActionGroup response

Sourcemodule AgentActionGroup : sig ... end

Contains details about an action group.

Sourcemodule AliasInvocationState : sig ... end
Sourcemodule AgentAliasStatus : sig ... end

Contains details about the routing configuration of the alias.

Sourcemodule AgentAliasId : sig ... end
Sourcemodule AgentAliasHistoryEvent : sig ... end

Contains details about the history of the alias.

Sourcemodule AgentAliasHistoryEvents : sig ... end
Sourcemodule AgentAliasArn : sig ... end
Sourcemodule AgentAlias : sig ... end

Contains details about an alias of an agent.

Sourcemodule AgentAliasSummary : sig ... end

Contains details about an alias of an agent.

Sourcemodule AgentAliasSummaries : sig ... end
Sourcemodule RelayConversationHistory : sig ... end
Sourcemodule CollaborationInstruction : sig ... end
Sourcemodule AgentDescriptor : sig ... end

An agent descriptor.

Sourcemodule AgentCollaborator : sig ... end

An agent collaborator.

Sourcemodule AgentCollaboratorSummary : sig ... end

An agent collaborator summary.

Sourcemodule FlowAgentAliasArn : sig ... end

Defines an agent node in your flow. You specify the agent to invoke at this point in the flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Sourcemodule KnowledgeBaseState : sig ... end
Sourcemodule AgentKnowledgeBase : sig ... end

Contains details about a knowledge base that is associated with an agent.

Sourcemodule AgentKnowledgeBaseSummary : sig ... end

Contains details about a knowledge base associated with an agent.

Sourcemodule AgentSummary : sig ... end

Contains details about an agent.

Sourcemodule AgentSummaries : sig ... end
Sourcemodule NumericalVersion : sig ... end
Sourcemodule AgentVersion : sig ... end

Contains details about a version of an agent.

Sourcemodule AgentVersionSummary : sig ... end

Contains details about a version of an agent.

Sourcemodule AgentVersionSummaries : sig ... end
Sourcemodule AnyToolChoice : sig ... end

Defines tools, at least one of which must be requested by the model. No text is generated but the results of tool use are sent back to the model to help generate a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Makes an agent a collaborator for another agent.

Sourcemodule ValidationExceptionField : sig ... end

Stores information about a field passed inside a request that resulted in an validation error.

Sourcemodule ValidationException : sig ... end

Input validation failed. Check your request parameters and retry the request.

Sourcemodule ThrottlingException : sig ... end

The number of requests exceeds the limit. Resubmit your request later.

The number of requests exceeds the service quota. Resubmit your request later.

Sourcemodule ResourceNotFoundException : sig ... end

The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.

Sourcemodule InternalServerException : sig ... end

An internal server error occurred. Retry your request.

Sourcemodule ConflictException : sig ... end

There was a conflict performing an operation.

Makes an agent a collaborator for another agent.

Associates a knowledge base with an agent. If a knowledge base is associated and its indexState is set to Enabled, the agent queries the knowledge base for information to augment its response to the user.

Associates a knowledge base with an agent. If a knowledge base is associated and its indexState is set to Enabled, the agent queries the knowledge base for information to augment its response to the user.

Configuration for segmenting audio content during multimodal knowledge base ingestion. Determines how audio files are divided into chunks for processing.

Sourcemodule AudioConfiguration : sig ... end

Configuration settings for processing audio content in multimodal knowledge bases.

Sourcemodule AudioConfigurations : sig ... end
Sourcemodule AutoToolChoice : sig ... end

Defines tools. The model automatically decides whether to call a tool or to generate text instead. For more information, see Use a tool to complete an Amazon Bedrock model response.

Sourcemodule AwsDataCatalogTableName : sig ... end
Sourcemodule AwsDataCatalogTableNames : sig ... end
Sourcemodule ParsingModality : sig ... end

Contains configurations for using Amazon Bedrock Data Automation as the parser for ingesting your data sources.

Sourcemodule BedrockEmbeddingModelArn : sig ... end

Configuration for segmenting video content during multimodal knowledge base ingestion. Determines how video files are divided into chunks for processing.

Sourcemodule VideoConfiguration : sig ... end

Configuration settings for processing video content in multimodal knowledge bases.

Sourcemodule VideoConfigurations : sig ... end
Sourcemodule EmbeddingDataType : sig ... end
Sourcemodule Dimensions : sig ... end

The vector configuration details for the Bedrock embeddings model.

Sourcemodule ParsingPromptText : sig ... end
Sourcemodule ParsingPrompt : sig ... end

Instructions for interpreting the contents of a document.

Sourcemodule BedrockModelArn : sig ... end

Settings for a foundation model used to parse documents for a data source.

Sourcemodule EnrichmentStrategyMethod : sig ... end

The strategy used for performing context enrichment.

Context enrichment configuration is used to provide additional context to the RAG application using Amazon Bedrock foundation models.

Sourcemodule BedrockRerankingModelArn : sig ... end
Sourcemodule BucketOwnerAccountId : sig ... end
Sourcemodule ByteContentBlob : sig ... end
Sourcemodule ByteContentDoc : sig ... end

Contains information about content defined inline in bytes.

Sourcemodule CachePointType : sig ... end
Sourcemodule CachePointBlock : sig ... end

Indicates where a cache checkpoint is located. All information before this checkpoint is cached to be accessed on subsequent requests.

Sourcemodule ToolName : sig ... end
Sourcemodule ToolInputSchema : sig ... end

The input schema for the tool. For more information, see Use a tool to complete an Amazon Bedrock model response.

Sourcemodule NonEmptyString : sig ... end
Sourcemodule ToolSpecification : sig ... end

Contains a specification for a tool. For more information, see Use a tool to complete an Amazon Bedrock model response.

Sourcemodule Tool : sig ... end

Contains configurations for a tool that a model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Sourcemodule SpecificToolChoice : sig ... end

Defines a specific tool that the model must request. No text is generated but the results of tool use are sent back to the model to help generate a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Sourcemodule ToolChoice : sig ... end

Defines which tools the model should request when invoked. For more information, see Use a tool to complete an Amazon Bedrock model response.

Sourcemodule ToolConfiguration : sig ... end

Configuration information for the tools that the model can use when generating a response. For more information, see Use a tool to complete an Amazon Bedrock model response.

Sourcemodule SystemContentBlock : sig ... end

Contains a system prompt to provide context to the model or to describe how it should behave. For more information, see Create a prompt using Prompt management.

Sourcemodule SystemContentBlocks : sig ... end
Sourcemodule PromptInputVariableName : sig ... end
Sourcemodule PromptInputVariable : sig ... end

Contains information about a variable in the prompt.

Sourcemodule PromptInputVariablesList : sig ... end
Sourcemodule ConversationRole : sig ... end
Sourcemodule ContentBlock : sig ... end

Contains the content for the message you pass to, or receive from a model. For more information, see Create a prompt using Prompt management.

Sourcemodule ContentBlocks : sig ... end
Sourcemodule Message : sig ... end

A message input or response from a model. For more information, see Create a prompt using Prompt management.

Sourcemodule Messages : sig ... end

Contains configurations to use a prompt in a conversational format. For more information, see Create a prompt using Prompt management.

Settings for semantic document chunking for a data source. Semantic chunking splits a document into into smaller documents based on groups of similar content derived from the text with natural language processing. With semantic chunking, each sentence is compared to the next to determine how similar they are. You specify a threshold in the form of a percentile, where adjacent sentences that are less similar than that percentage of sentence pairs are divided into separate chunks. For example, if you set the threshold to 90, then the 10 percent of sentence pairs that are least similar are split. So if you have 101 sentences, 100 sentence pairs are compared, and the 10 with the least similarity are split, creating 11 chunks. These chunks are further split if they exceed the max token size. You must also specify a buffer size, which determines whether sentences are compared in isolation, or within a moving context window that includes the previous and following sentence. For example, if you set the buffer size to 1, the embedding for sentence 10 is derived from sentences 9, 10, and 11 combined.

Token settings for a layer in a hierarchical chunking configuration.

Settings for hierarchical document chunking for a data source. Hierarchical chunking splits documents into layers of chunks where the first layer contains large chunks, and the second layer contains smaller chunks derived from the first layer. You configure the number of tokens to overlap, or repeat across adjacent chunks. For example, if you set overlap tokens to 60, the last 60 tokens in the first chunk are also included at the beginning of the second chunk. For each layer, you must also configure the maximum number of tokens in a chunk.

Configurations for when you choose fixed-size chunking. If you set the chunkingStrategy as NONE, exclude this field.

Sourcemodule ChunkingStrategy : sig ... end
Sourcemodule ChunkingConfiguration : sig ... end

Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.

Defines a collector node in your flow. This node takes an iteration of inputs and consolidates them into an array in the output. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Sourcemodule ColumnName : sig ... end
Sourcemodule ConcurrencyType : sig ... end
Sourcemodule FlowConditionName : sig ... end
Sourcemodule FlowConditionExpression : sig ... end
Sourcemodule FlowCondition : sig ... end

Defines a condition in the condition node.

Sourcemodule FlowConditions : sig ... end

Defines a condition node in your flow. You can specify conditions that determine which node comes next in the flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Sourcemodule ConfluenceAuthType : sig ... end
Sourcemodule FilteredObjectType : sig ... end
Sourcemodule FilterPattern : sig ... end
Sourcemodule FilterList : sig ... end
Sourcemodule PatternObjectFilter : sig ... end

The specific filters applied to your data source content. You can filter out or include certain content.

Sourcemodule PatternObjectFilterList : sig ... end

The configuration of filtering certain objects or content types of the data source.

Sourcemodule CrawlFilterConfiguration : sig ... end

The configuration of filtering the data source content. For example, configuring regular expression patterns to include or exclude certain content.

The configuration of the Confluence content. For example, configuring specific types of Confluence content.

Sourcemodule SecretArn : sig ... end
Sourcemodule HttpsUrl : sig ... end
Sourcemodule ConfluenceHostType : sig ... end

The endpoint information to connect to your Confluence data source.

The configuration information to connect to Confluence as your data source.

Sourcemodule ContentDataSourceType : sig ... end
Sourcemodule ContextEnrichmentType : sig ... end

Context enrichment configuration is used to provide additional context to the RAG application.

Creates an action group for an agent. An action group represents the actions that an agent can carry out for the customer by defining the APIs that an agent can call and the logic for calling them. To allow your agent to request the user for additional information when trying to complete a task, add an action group with the parentActionGroupSignature field set to AMAZON.UserInput. To allow your agent to generate, run, and troubleshoot code when trying to complete a task, add an action group with the parentActionGroupSignature field set to AMAZON.CodeInterpreter. You must leave the description, apiSchema, and actionGroupExecutor fields blank for this action group. During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.

Creates an action group for an agent. An action group represents the actions that an agent can carry out for the customer by defining the APIs that an agent can call and the logic for calling them. To allow your agent to request the user for additional information when trying to complete a task, add an action group with the parentActionGroupSignature field set to AMAZON.UserInput. To allow your agent to generate, run, and troubleshoot code when trying to complete a task, add an action group with the parentActionGroupSignature field set to AMAZON.CodeInterpreter. You must leave the description, apiSchema, and actionGroupExecutor fields blank for this action group. During orchestration, if your agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.

Sourcemodule TagValue : sig ... end
Sourcemodule TagKey : sig ... end
Sourcemodule TagsMap : sig ... end
Sourcemodule CreateAgentAliasRequest : sig ... end

Creates an alias of an agent that can be used to deploy the agent.

Sourcemodule CreateAgentAliasResponse : sig ... end

Creates an alias of an agent that can be used to deploy the agent.

Sourcemodule CreateAgentRequest : sig ... end

Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent. (Optional) customerEncryptionKeyArn – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To enable your agent to retain conversational context across multiple sessions, include a memoryConfiguration object. For more information, see Configure memory. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If your agent fails to be created, the response returns a list of failureReasons alongside a list of recommendedActions for you to troubleshoot. The agent instructions will not be honored if your agent has only one knowledge base, uses default prompts, has no action group, and user input is disabled.

Sourcemodule CreateAgentResponse : sig ... end

Creates an agent that orchestrates interactions between foundation models, data sources, software applications, user conversations, and APIs to carry out tasks to help customers. Specify the following fields for security purposes. agentResourceRoleArn – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent. (Optional) customerEncryptionKeyArn – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent. (Optional) idleSessionTTLinSeconds – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeAgent request begins a new session. To enable your agent to retain conversational context across multiple sessions, include a memoryConfiguration object. For more information, see Configure memory. To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration object. For more information, see Advanced prompts. If your agent fails to be created, the response returns a list of failureReasons alongside a list of recommendedActions for you to troubleshoot. The agent instructions will not be honored if your agent has only one knowledge base, uses default prompts, has no action group, and user input is disabled.

Sourcemodule ParsingStrategy : sig ... end
Sourcemodule ParsingConfiguration : sig ... end

Settings for parsing document contents. If you exclude this field, the default parser converts the contents of each document into text before splitting it into chunks. Specify the parsing strategy to use in the parsingStrategy field and include the relevant configuration, or omit it to use the Amazon Bedrock default parser. For more information, see Parsing options for your data source. If you specify BEDROCK_DATA_AUTOMATION or BEDROCK_FOUNDATION_MODEL and it fails to parse a file, the Amazon Bedrock default parser will be used instead.

A Lambda function that processes documents.

Sourcemodule TransformationFunction : sig ... end

A Lambda function that processes documents.

Sourcemodule StepType : sig ... end
Sourcemodule Transformation : sig ... end

A custom processing step for documents moving through a data source ingestion pipeline. To process documents after they have been converted into chunks, set the step to apply to POST_CHUNKING.

Sourcemodule Transformations : sig ... end
Sourcemodule S3BucketUri : sig ... end
Sourcemodule S3Location : sig ... end

An Amazon S3 location.

Sourcemodule IntermediateStorage : sig ... end

A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.

Settings for customizing steps in the data source content ingestion pipeline. You can configure the data source to process documents with a Lambda function after they are parsed and converted into chunks. When you add a post-chunking transformation, the service stores chunked documents in an S3 bucket and invokes a Lambda function to process them. To process chunked documents with a Lambda function, define an S3 bucket path for input and output objects, and a transformation that specifies the Lambda function to invoke. You can use the Lambda function to customize how chunks are split, and the metadata for each chunk.

Contains details about how to ingest the documents in a data source.

Contains the configuration for server-side encryption.

Sourcemodule Url : sig ... end
Sourcemodule SeedUrl : sig ... end

The seed or starting point URL. You should be authorized to crawl the URL.

Sourcemodule SeedUrls : sig ... end
Sourcemodule UrlConfiguration : sig ... end

The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.

Sourcemodule WebSourceConfiguration : sig ... end

The configuration of the URL/URLs for the web content that you want to crawl. You should be authorized to crawl the URLs.

Sourcemodule WebScopeType : sig ... end
Sourcemodule WebCrawlerLimits : sig ... end

The rate limits for the URLs that you want to crawl. You should be authorized to crawl the URLs.

Sourcemodule UserAgentHeader : sig ... end
Sourcemodule UserAgent : sig ... end
Sourcemodule WebCrawlerConfiguration : sig ... end

The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.

The configuration details for the web data source.

Sourcemodule SharePointSiteUrls : sig ... end
Sourcemodule SharePointHostType : sig ... end
Sourcemodule SharePointDomain : sig ... end
Sourcemodule SharePointAuthType : sig ... end
Sourcemodule Microsoft365TenantId : sig ... end

The endpoint information to connect to your SharePoint data source.

The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.

The configuration information to connect to SharePoint as your data source.

Sourcemodule SalesforceAuthType : sig ... end

The endpoint information to connect to your Salesforce data source.

The configuration of the Salesforce content. For example, configuring specific types of Salesforce content.

The configuration information to connect to Salesforce as your data source.

Sourcemodule S3Prefix : sig ... end
Sourcemodule S3Prefixes : sig ... end
Sourcemodule S3BucketArn : sig ... end
Sourcemodule S3DataSourceConfiguration : sig ... end

The configuration information to connect to Amazon S3 as your data source.

Sourcemodule DataSourceType : sig ... end
Sourcemodule DataSourceConfiguration : sig ... end

The connection configuration for the data source.

Sourcemodule DataDeletionPolicy : sig ... end
Sourcemodule CreateDataSourceRequest : sig ... end

Connects a knowledge base to a data source. You specify the configuration for the specific data source service in the dataSourceConfiguration field. You can't change the chunkingConfiguration after you create the data source connector.

Sourcemodule DataSourceStatus : sig ... end
Sourcemodule DataSource : sig ... end

Contains details about a data source.

Sourcemodule CreateDataSourceResponse : sig ... end

Connects a knowledge base to a data source. You specify the configuration for the specific data source service in the dataSourceConfiguration field. You can't change the chunkingConfiguration after you create the data source connector.

Sourcemodule FlowIdentifier : sig ... end

Contains information about a version that the alias maps to.

Determines how multiple nodes in a flow can run in parallel. Running nodes concurrently can improve your flow's performance.

Sourcemodule CreateFlowAliasRequest : sig ... end

Creates an alias of a flow for deployment. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule FlowId : sig ... end
Sourcemodule FlowAliasId : sig ... end
Sourcemodule FlowAliasArn : sig ... end
Sourcemodule CreateFlowAliasResponse : sig ... end

Creates an alias of a flow for deployment. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule FlowName : sig ... end
Sourcemodule FlowExecutionRoleArn : sig ... end
Sourcemodule FlowDescription : sig ... end
Sourcemodule FlowNodeType : sig ... end
Sourcemodule FlowNodeOutputName : sig ... end
Sourcemodule FlowNodeIODataType : sig ... end
Sourcemodule FlowNodeOutput : sig ... end

Contains configurations for an output from a node.

Sourcemodule FlowNodeOutputs : sig ... end
Sourcemodule FlowNodeName : sig ... end
Sourcemodule FlowNodeInputName : sig ... end
Sourcemodule FlowNodeInputExpression : sig ... end
Sourcemodule FlowNodeInputCategory : sig ... end
Sourcemodule FlowNodeInput : sig ... end

Contains configurations for an input in an Amazon Bedrock Flows node.

Sourcemodule FlowNodeInputs : sig ... end
Sourcemodule FlowS3BucketName : sig ... end

Contains configurations for the Amazon S3 location in which to store the input into the node.

Contains configurations for the service to use for storing the input into the node.

Contains configurations for a Storage node in a flow. This node stores the input in an Amazon S3 location that you specify.

Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.

Contains configurations for the service to use for retrieving data to return as the output from the node.

Contains configurations for a Retrieval node in a flow. This node retrieves data from the Amazon S3 location that you specify and returns it as the output.

Sourcemodule FlowPromptArn : sig ... end

Contains configurations for a prompt from Prompt management to use in a node.

Sourcemodule PromptTemplateType : sig ... end
Sourcemodule TextPrompt : sig ... end

Contains configurations for a text prompt template. To include a variable, enclose a word in double curly braces as in {{variable}}.

Contains the message for a prompt. For more information, see Construct and store reusable prompts with Prompt management in Amazon Bedrock.

Contains inference configurations related to model inference for a prompt. For more information, see Inference parameters.

Contains inference configurations for the prompt.

Sourcemodule FlowPromptModelIdentifier : sig ... end

Contains configurations for a prompt defined inline in the node.

Contains configurations for a prompt and whether it is from Prompt management or defined inline.

Contains configurations for a prompt node in the flow. You can use a prompt from Prompt management or you can define one in this node. If the prompt contains variables, the inputs into this node will fill in the variables. The output from this node is the response generated by the model. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Contains configurations for an output flow node in the flow. You specify the data type expected for the input into the node in the type field and how to return the final output in the expression field.

Contains configurations for the input node of a DoWhile loop in the flow.

Contains configurations for the controller node of a DoWhile loop in the flow.

Sourcemodule FlowLexBotLocaleId : sig ... end
Sourcemodule FlowLexBotAliasArn : sig ... end
Sourcemodule LexFlowNodeConfiguration : sig ... end

Contains configurations for a Lex node in the flow. You specify a Amazon Lex bot to invoke. This node takes an utterance as the input and returns as the output the intent identified by the Amazon Lex bot. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Sourcemodule FlowLambdaArn : sig ... end

Contains configurations for a Lambda function node in the flow. You specify the Lambda function to invoke and the inputs into the function. The output is the response that is defined in the Lambda function. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Configures the Amazon Bedrock model used for reranking retrieved results.

Sourcemodule FieldForReranking : sig ... end

Specifies a metadata field to include or exclude during the reranking process.

Sourcemodule FieldsForReranking : sig ... end

Configures the metadata fields to include or exclude during the reranking process when using selective mode.

Specifies how metadata fields should be handled during the reranking process.

Configures the Amazon Bedrock reranker model to improve the relevance of retrieved results.

Specifies how retrieved results from a knowledge base are reranked to improve relevance.

Sourcemodule KnowledgeBaseTextPrompt : sig ... end

Defines a custom prompt template for orchestrating the retrieval and generation process.

Sourcemodule PerformanceConfigLatency : sig ... end
Sourcemodule PerformanceConfiguration : sig ... end

The performance-related configuration options for the knowledge base retrieval and generation process.

Configures how the knowledge base orchestrates the retrieval and generation process, allowing for customization of prompts, inference parameters, and performance settings.

Sourcemodule FlowKnowledgeBaseId : sig ... end

Contains configurations for a knowledge base node in a flow. This node takes a query as the input and returns, as the output, the retrieved responses directly (as an array) or a response generated based on the retrieved responses. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Contains configurations for an iterator node in a flow. Takes an input that is an array and iteratively sends each item of the array as an output to the following node. The size of the array is also returned in the output. The output flow node at the end of the flow iteration will return a response for each member of the array. To return only one response, you can include a collector node downstream from the iterator node.

Contains configurations for the input flow node for a flow. This node takes the input from flow invocation and passes it to the next node in the data type that you specify.

Sourcemodule SupportedLanguages : sig ... end
Sourcemodule InlineCode : sig ... end

Contains configurations for an inline code node in your flow. Inline code nodes let you write and execute code directly within your flow, enabling data transformations, custom logic, and integrations without needing an external Lambda function.

Sourcemodule FlowConnectionType : sig ... end
Sourcemodule FlowConnectionName : sig ... end

The configuration of a connection originating from a node that isn't a Condition node.

The configuration of a connection between a condition node and another node.

The configuration of the connection.

Sourcemodule FlowConnection : sig ... end

Contains information about a connection between two nodes in the flow.

Sourcemodule FlowConnections : sig ... end
module FlowDefinition : sig ... end

The definition of the nodes and connections between nodes in the flow.

module FlowNode : sig ... end

Contains configurations about a node in the flow.

module FlowNodeConfiguration : sig ... end

Contains configurations for a node in your flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

module FlowNodes : sig ... end
module LoopFlowNodeConfiguration : sig ... end

Contains configurations for the nodes of a DoWhile loop in your flow. A DoWhile loop is made up of the following nodes: Loop - The container node that holds the loop's flow definition. This node encompasses the entire loop structure. LoopInput - The entry point node for the loop. This node receives inputs from nodes outside the loop and from previous loop iterations. Body nodes - The processing nodes that execute within each loop iteration. These can be nodes for handling data in your flow, such as a prompt or Lambda function nodes. Some node types aren't supported inside a DoWhile loop body. For more information, see LoopIncompatibleNodeTypeFlowValidationDetails. LoopController - The node that evaluates whether the loop should continue or exit based on a condition. These nodes work together to create a loop that runs at least once and continues until a specified condition is met or a maximum number of iterations is reached.

Sourcemodule CreateFlowRequest : sig ... end

Creates a prompt flow that you can use to send an input through various steps to yield an output. Configure nodes, each of which corresponds to a step of the flow, and create connections between the nodes to create paths to different outputs. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule FlowStatus : sig ... end
Sourcemodule FlowArn : sig ... end
Sourcemodule CreateFlowResponse : sig ... end

Creates a prompt flow that you can use to send an input through various steps to yield an output. Configure nodes, each of which corresponds to a step of the flow, and create connections between the nodes to create paths to different outputs. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule CreateFlowVersionRequest : sig ... end

Creates a version of the flow that you can deploy. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule CreateFlowVersionResponse : sig ... end

Creates a version of the flow that you can deploy. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule VectorBucketArn : sig ... end
Sourcemodule IndexName : sig ... end
Sourcemodule IndexArn : sig ... end
Sourcemodule S3VectorsConfiguration : sig ... end

Contains the storage configuration of the knowledge base for S3 vectors.

Sourcemodule FieldName : sig ... end

Contains the names of the fields to which to map information about the vector store.

Contains details about the storage configuration of the knowledge base in Redis Enterprise Cloud. For more information, see Create a vector index in Redis Enterprise Cloud.

Sourcemodule RdsTableName : sig ... end
Sourcemodule RdsFieldMapping : sig ... end

Contains the names of the fields to which to map information about the vector store.

Sourcemodule RdsDatabaseName : sig ... end
Sourcemodule RdsArn : sig ... end
Sourcemodule RdsConfiguration : sig ... end

Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.

Sourcemodule PineconeNamespace : sig ... end
Sourcemodule PineconeFieldMapping : sig ... end

Contains the names of the fields to which to map information about the vector store.

Sourcemodule PineconeConnectionString : sig ... end
Sourcemodule PineconeConfiguration : sig ... end

Contains details about the storage configuration of the knowledge base in Pinecone. For more information, see Create a vector index in Pinecone.

Contains the names of the fields to which to map information about the vector store.

Contains details about the storage configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in Amazon OpenSearch Service.

Contains the names of the fields to which to map information about the vector store.

Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in OpenSearch Managed Cluster.

Contains the names of the fields to which to map information about the vector store.

Sourcemodule GraphArn : sig ... end

ARN for Neptune Analytics graph database

Contains details about the storage configuration of the knowledge base in Amazon Neptune Analytics. For more information, see Create a vector index in Amazon Neptune Analytics.

Sourcemodule MongoDbAtlasIndexName : sig ... end
Sourcemodule MongoDbAtlasFieldMapping : sig ... end

Contains the names of the fields to which to map information about the vector store.

Sourcemodule MongoDbAtlasEndpoint : sig ... end
Sourcemodule MongoDbAtlasDatabaseName : sig ... end
Sourcemodule MongoDbAtlasConfiguration : sig ... end

Contains details about the storage configuration of the knowledge base in MongoDB Atlas.

Sourcemodule KnowledgeBaseStorageType : sig ... end
Sourcemodule StorageConfiguration : sig ... end

Contains the storage configuration of the knowledge base.

Sourcemodule KnowledgeBaseRoleArn : sig ... end

Contains information about a storage location for images extracted from multimodal documents in your data source.

Specifies configurations for the storage location of the images extracted from multimodal documents in your data source. These images can be retrieved and returned to the end user.

The configuration details for the embeddings model.

Contains details about the model used to create vector embeddings for the knowledge base.

Sourcemodule RedshiftDatabase : sig ... end

Contains configurations for storage in Amazon Redshift.

Contains configurations for storage in Glue Data Catalog.

Contains configurations for Amazon Redshift data storage. Specify the data storage service to use in the type field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Sourcemodule WorkgroupArn : sig ... end

Specifies configurations for authentication to a Redshift Serverless. Specify the type of authentication to use in the type field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.

Contains configurations for authentication to Amazon Redshift Serverless.

Sourcemodule RedshiftQueryEngineType : sig ... end

Contains configurations for authentication to an Amazon Redshift provisioned data warehouse. Specify the type of authentication to use in the type field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.

Sourcemodule RedshiftClusterIdentifier : sig ... end

Contains configurations for a provisioned Amazon Redshift query engine.

Contains configurations for an Amazon Redshift query engine. Specify the type of query engine in type and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Sourcemodule QueryGenerationTableName : sig ... end
Sourcemodule QueryGenerationColumnName : sig ... end
Sourcemodule IncludeExclude : sig ... end
Sourcemodule DescriptionString : sig ... end
Sourcemodule QueryGenerationColumn : sig ... end

Contains information about a column in the current table for the query engine to consider.

Sourcemodule QueryGenerationColumns : sig ... end
Sourcemodule QueryGenerationTable : sig ... end

Contains information about a table for the query engine to consider.

Sourcemodule QueryGenerationTables : sig ... end
Sourcemodule SqlString : sig ... end
Sourcemodule NaturalLanguageString : sig ... end
Sourcemodule CuratedQuery : sig ... end

Contains configurations for a query, each of which defines information about example queries to help the query engine generate appropriate SQL queries.

Sourcemodule CuratedQueries : sig ... end
Sourcemodule QueryGenerationContext : sig ... end

>Contains configurations for context to use during query generation.

Contains configurations for query generation. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide..

Sourcemodule RedshiftConfiguration : sig ... end

Contains configurations for an Amazon Redshift database. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Sourcemodule QueryEngineType : sig ... end

Contains configurations for a knowledge base connected to an SQL database. Specify the SQL database type in the type field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

Sourcemodule KnowledgeBaseType : sig ... end
Sourcemodule KendraIndexArn : sig ... end

Settings for an Amazon Kendra knowledge base.

Contains details about the vector embeddings configuration of the knowledge base.

Creates a knowledge base. A knowledge base contains your data sources so that Large Language Models (LLMs) can use your data. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up a knowledge base. If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base. Provide the name and an optional description. Provide the Amazon Resource Name (ARN) with permissions to create a knowledge base in the roleArn field. Provide the embedding model to use in the embeddingModelArn field in the knowledgeBaseConfiguration object. Provide the configuration for your vector store in the storageConfiguration object. For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration object. For more information, see Create a vector store in Amazon OpenSearch Service. For an Amazon Aurora database, use the RdsConfiguration object. For more information, see Create a vector store in Amazon Aurora. For a Pinecone database, use the pineconeConfiguration object. For more information, see Create a vector store in Pinecone. For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration object. For more information, see Create a vector store in Redis Enterprise Cloud.

Sourcemodule KnowledgeBaseStatus : sig ... end
Sourcemodule KnowledgeBaseArn : sig ... end
Sourcemodule KnowledgeBase : sig ... end

Contains information about a knowledge base.

Creates a knowledge base. A knowledge base contains your data sources so that Large Language Models (LLMs) can use your data. To create a knowledge base, you must first set up your data sources and configure a supported vector store. For more information, see Set up a knowledge base. If you prefer to let Amazon Bedrock create and manage a vector store for you in Amazon OpenSearch Service, use the console. For more information, see Create a knowledge base. Provide the name and an optional description. Provide the Amazon Resource Name (ARN) with permissions to create a knowledge base in the roleArn field. Provide the embedding model to use in the embeddingModelArn field in the knowledgeBaseConfiguration object. Provide the configuration for your vector store in the storageConfiguration object. For an Amazon OpenSearch Service database, use the opensearchServerlessConfiguration object. For more information, see Create a vector store in Amazon OpenSearch Service. For an Amazon Aurora database, use the RdsConfiguration object. For more information, see Create a vector store in Amazon Aurora. For a Pinecone database, use the pineconeConfiguration object. For more information, see Create a vector store in Pinecone. For a Redis Enterprise Cloud database, use the redisEnterpriseCloudConfiguration object. For more information, see Create a vector store in Redis Enterprise Cloud.

Sourcemodule PromptVariantName : sig ... end
Sourcemodule PromptModelIdentifier : sig ... end
Sourcemodule PromptMetadataValue : sig ... end
Sourcemodule PromptMetadataKey : sig ... end
Sourcemodule PromptMetadataEntry : sig ... end

Contains a key-value pair that defines a metadata tag and value to attach to a prompt variant. For more information, see Create a prompt using Prompt management.

Sourcemodule PromptMetadataList : sig ... end
Sourcemodule PromptAgentResource : sig ... end

Contains specifications for an Amazon Bedrock agent with which to use the prompt. For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents.

Sourcemodule PromptGenAiResource : sig ... end

Contains specifications for a generative AI resource with which to use the prompt. For more information, see Create a prompt using Prompt management.

Sourcemodule PromptVariant : sig ... end

Contains details about a variant of the prompt.

Sourcemodule PromptVariantList : sig ... end
Sourcemodule PromptName : sig ... end
Sourcemodule PromptDescription : sig ... end
Sourcemodule CreatePromptRequest : sig ... end

Creates a prompt in your prompt library that you can add to a flow. For more information, see Prompt management in Amazon Bedrock, Create a prompt using Prompt management and Prompt flows in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule PromptId : sig ... end
Sourcemodule PromptArn : sig ... end
Sourcemodule CreatePromptResponse : sig ... end

Creates a prompt in your prompt library that you can add to a flow. For more information, see Prompt management in Amazon Bedrock, Create a prompt using Prompt management and Prompt flows in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule PromptIdentifier : sig ... end

Creates a static snapshot of your prompt that can be deployed to production. For more information, see Deploy prompts using Prompt management by creating versions in the Amazon Bedrock User Guide.

Creates a static snapshot of your prompt that can be deployed to production. For more information, see Deploy prompts using Prompt management by creating versions in the Amazon Bedrock User Guide.

Sourcemodule Data : sig ... end
Sourcemodule TextContentDoc : sig ... end

Contains information about content defined inline in text.

Sourcemodule InlineContentType : sig ... end
Sourcemodule InlineContent : sig ... end

Contains information about content defined inline to ingest into a data source. Choose a type and include the field that corresponds to it.

Sourcemodule CustomSourceType : sig ... end
Sourcemodule S3ObjectUri : sig ... end
Sourcemodule CustomS3Location : sig ... end

Contains information about the Amazon S3 location of the file containing the content to ingest into a knowledge base connected to a custom data source.

Sourcemodule CustomDocumentIdentifier : sig ... end

Contains information about the identifier of the document to ingest into a custom data source.

Sourcemodule CustomContent : sig ... end

Contains information about the content to ingest into a knowledge base connected to a custom data source. Choose a sourceType and include the field that corresponds to it.

Details about a cyclic connection detected in the flow.

Sourcemodule DataSourceSummary : sig ... end

Contains details about a data source.

Sourcemodule DataSourceSummaries : sig ... end

Deletes an action group in an agent.

Deletes an action group in an agent.

Sourcemodule DeleteAgentAliasRequest : sig ... end

Deletes an alias of an agent.

Sourcemodule DeleteAgentAliasResponse : sig ... end

Deletes an alias of an agent.

Sourcemodule DeleteAgentRequest : sig ... end

Deletes an agent.

Sourcemodule DeleteAgentResponse : sig ... end

Deletes an agent.

Sourcemodule DeleteAgentVersionRequest : sig ... end

Deletes a version of an agent.

Deletes a version of an agent.

Sourcemodule DeleteDataSourceRequest : sig ... end

Deletes a data source from a knowledge base.

Sourcemodule DeleteDataSourceResponse : sig ... end

Deletes a data source from a knowledge base.

Sourcemodule FlowAliasIdentifier : sig ... end
Sourcemodule DeleteFlowAliasRequest : sig ... end

Deletes an alias of a flow.

Sourcemodule DeleteFlowAliasResponse : sig ... end

Deletes an alias of a flow.

Sourcemodule DeleteFlowRequest : sig ... end

Deletes a flow.

Sourcemodule DeleteFlowResponse : sig ... end

Deletes a flow.

Sourcemodule DeleteFlowVersionRequest : sig ... end

Deletes a version of a flow.

Sourcemodule DeleteFlowVersionResponse : sig ... end

Deletes a version of a flow.

Sourcemodule DocumentIdentifier : sig ... end

Contains information that identifies the document.

Sourcemodule DocumentIdentifiers : sig ... end

Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.

Sourcemodule DocumentStatus : sig ... end

Contains the details for a document that was ingested or deleted.

Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.

Deletes a knowledge base. Before deleting a knowledge base, you should disassociate the knowledge base from any agents that it is associated with by making a DisassociateAgentKnowledgeBase request.

Deletes a knowledge base. Before deleting a knowledge base, you should disassociate the knowledge base from any agents that it is associated with by making a DisassociateAgentKnowledgeBase request.

Sourcemodule DeletePromptRequest : sig ... end

Deletes a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see Delete prompts from the Prompt management tool and Delete a version of a prompt from the Prompt management tool in the Amazon Bedrock User Guide.

Sourcemodule DeletePromptResponse : sig ... end

Deletes a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see Delete prompts from the Prompt management tool and Delete a version of a prompt from the Prompt management tool in the Amazon Bedrock User Guide.

Disassociates an agent collaborator.

Disassociates an agent collaborator.

Disassociates a knowledge base from an agent.

Disassociates a knowledge base from an agent.

Sourcemodule S3Content : sig ... end

Contains information about the content to ingest into a knowledge base connected to an Amazon S3 data source.

Sourcemodule DocumentContent : sig ... end

Contains information about the content of a document. Choose a dataSourceType and include the field that corresponds to it.

Sourcemodule MetadataSourceType : sig ... end
Sourcemodule StringValue : sig ... end
Sourcemodule NumberValue : sig ... end
Sourcemodule MetadataValueType : sig ... end
Sourcemodule MetadataAttributeValue : sig ... end

Contains the value of the metadata attribute. Choose a type and include the field that corresponds to it.

Sourcemodule Key : sig ... end
Sourcemodule MetadataAttribute : sig ... end

Contains information about a metadata attribute.

Sourcemodule DocumentMetadata : sig ... end

Contains information about the metadata associate with the content to ingest into a knowledge base. Choose a type and include the field that corresponds to it.

Details about duplicate condition expressions found in a condition node.

Details about duplicate connections found between two nodes in the flow.

Sourcemodule ErrorMessage : sig ... end
Sourcemodule FlowAliasSummary : sig ... end

Contains information about an alias of a flow. This data type is used in the following API operations: ListFlowAliases response

Sourcemodule FlowAliasSummaries : sig ... end
Sourcemodule FlowSummary : sig ... end

Contains the definition of a flow.

Sourcemodule FlowSummaries : sig ... end
Sourcemodule FlowValidationType : sig ... end
Sourcemodule FlowValidationSeverity : sig ... end

Details about an unspecified validation that doesn't fit other categories.

Details about unsatisfied conditions for a connection. A condition is unsatisfied if it can never be true, for example two branches of condition node cannot be simultaneously true.

Details about an unreachable node in the flow. A node is unreachable when there are no paths to it from any starting node.

Details about an unknown output for a node.

Details about an unknown input for a node.

Details about an unknown target input for a connection.

Details about an unknown target node for a connection.

Details about an unknown source output for a connection.

Details about an unknown source node for a connection.

Details about an unknown condition for a connection.

Details about an unfulfilled node input with no valid connections.

Details about multiple connections to a single node input.

Details about a flow that contains multiple LoopInput nodes in a DoWhile loop.

Details about a flow that contains multiple LoopController nodes in a DoWhile loop.

Details about missing starting nodes (such as FlowInputNode) in the flow.

Details about a missing required output in a node.

Details about a missing required input in a node.

Details about a node missing a required configuration.

Details about a flow that's missing a required LoopInput node in a DoWhile loop.

Details about a flow that's missing a required LoopController node in a DoWhile loop.

Details about missing ending nodes (such as FlowOutputNode) in the flow.

Details about a missing default condition in a conditional node.

Details about a connection missing required configuration.

Details about mismatched output data types in a node.

Details about mismatched input data types in a node.

Details about a malformed input expression in a node.

Details about a malformed condition expression in a node.

Sourcemodule IncompatibleLoopNodeType : sig ... end

Details about a flow that contains an incompatible node in a DoWhile loop.

Details about a flow that contains connections that violate loop boundary rules.

Details about incompatible data types in a connection between nodes.

Sourcemodule FlowValidationDetails : sig ... end

A union type containing various possible validation issues in the flow.

Sourcemodule FlowValidation : sig ... end

Contains information about validation of the flow. This data type is used in the following API operations: GetFlow response GetFlowVersion response

Sourcemodule FlowValidations : sig ... end
Sourcemodule FlowVersionSummary : sig ... end

Contains information about a version of a flow. This data type is used in the following API operations: ListFlowVersions response

Sourcemodule FlowVersionSummaries : sig ... end

Gets information about an action group for an agent.

Gets information about an action group for an agent.

Sourcemodule GetAgentAliasRequest : sig ... end

Gets information about an alias of an agent.

Sourcemodule GetAgentAliasResponse : sig ... end

Gets information about an alias of an agent.

Retrieves information about an agent's collaborator.

Retrieves information about an agent's collaborator.

Gets information about a knowledge base associated with an agent.

Gets information about a knowledge base associated with an agent.

Sourcemodule GetAgentRequest : sig ... end

Gets information about an agent.

Sourcemodule GetAgentResponse : sig ... end

Gets information about an agent.

Sourcemodule GetAgentVersionRequest : sig ... end

Gets details about a version of an agent.

Sourcemodule GetAgentVersionResponse : sig ... end

Gets details about a version of an agent.

Sourcemodule GetDataSourceRequest : sig ... end

Gets information about a data source.

Sourcemodule GetDataSourceResponse : sig ... end

Gets information about a data source.

Sourcemodule GetFlowAliasRequest : sig ... end

Retrieves information about a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule GetFlowAliasResponse : sig ... end

Retrieves information about a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule GetFlowRequest : sig ... end

Retrieves information about a flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule GetFlowResponse : sig ... end

Retrieves information about a flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule GetFlowVersionRequest : sig ... end

Retrieves information about a version of a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule GetFlowVersionResponse : sig ... end

Retrieves information about a version of a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule GetIngestionJobRequest : sig ... end

Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.

Sourcemodule IngestionJobStatus : sig ... end
Sourcemodule PrimitiveLong : sig ... end
Sourcemodule IngestionJobStatistics : sig ... end

Contains the statistics for the data ingestion job.

Sourcemodule IngestionJob : sig ... end

Contains details about a data ingestion job. Data sources are ingested into a knowledge base so that Large Language Models (LLMs) can use your data. This data type is used in the following API operations: StartIngestionJob response GetIngestionJob response ListIngestionJob response

Sourcemodule GetIngestionJobResponse : sig ... end

Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.

Retrieves specific documents from a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.

Retrieves specific documents from a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.

Sourcemodule GetKnowledgeBaseRequest : sig ... end

Gets information about a knowledge base.

Sourcemodule GetKnowledgeBaseResponse : sig ... end

Gets information about a knowledge base.

Sourcemodule GetPromptRequest : sig ... end

Retrieves information about the working draft (DRAFT version) of a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.

Sourcemodule GetPromptResponse : sig ... end

Retrieves information about the working draft (DRAFT version) of a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.

Sourcemodule KnowledgeBaseDocument : sig ... end

Contains information about a document to ingest into a knowledge base and metadata to associate with it.

Sourcemodule KnowledgeBaseDocuments : sig ... end

Ingests documents directly into the knowledge base that is connected to the data source. The dataSourceType specified in the content for each document must match the type of the data source that you specify in the header. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.

Ingests documents directly into the knowledge base that is connected to the data source. The dataSourceType specified in the content for each document must match the type of the data source that you specify in the header. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.

Sourcemodule IngestionJobFilterValue : sig ... end
Sourcemodule IngestionJobFilterValues : sig ... end
Sourcemodule IngestionJobFilter : sig ... end

The definition of a filter to filter the data.

Sourcemodule IngestionJobFilters : sig ... end
Sourcemodule SortOrder : sig ... end
Sourcemodule IngestionJobSortBy : sig ... end

The parameters of sorting the data.

Sourcemodule IngestionJobSummary : sig ... end

Contains details about a data ingestion job.

Sourcemodule IngestionJobSummaries : sig ... end
Sourcemodule KnowledgeBaseSummary : sig ... end

Contains details about a knowledge base.

Sourcemodule KnowledgeBaseSummaries : sig ... end
Sourcemodule NextToken : sig ... end
Sourcemodule MaxResults : sig ... end

Lists the action groups for an agent and information about each one.

Lists the action groups for an agent and information about each one.

Sourcemodule ListAgentAliasesRequest : sig ... end

Lists the aliases of an agent and information about each one.

Sourcemodule ListAgentAliasesResponse : sig ... end

Lists the aliases of an agent and information about each one.

Retrieve a list of an agent's collaborators.

Retrieve a list of an agent's collaborators.

Lists knowledge bases associated with an agent and information about each one.

Lists knowledge bases associated with an agent and information about each one.

Sourcemodule ListAgentVersionsRequest : sig ... end

Lists the versions of an agent and information about each version.

Sourcemodule ListAgentVersionsResponse : sig ... end

Lists the versions of an agent and information about each version.

Sourcemodule ListAgentsRequest : sig ... end

Lists the agents belonging to an account and information about each agent.

Sourcemodule ListAgentsResponse : sig ... end

Lists the agents belonging to an account and information about each agent.

Sourcemodule ListDataSourcesRequest : sig ... end

Lists the data sources in a knowledge base and information about each one.

Sourcemodule ListDataSourcesResponse : sig ... end

Lists the data sources in a knowledge base and information about each one.

Sourcemodule ListFlowAliasesRequest : sig ... end

Returns a list of aliases for a flow.

Sourcemodule ListFlowAliasesResponse : sig ... end

Returns a list of aliases for a flow.

Sourcemodule ListFlowVersionsRequest : sig ... end

Returns a list of information about each flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule ListFlowVersionsResponse : sig ... end

Returns a list of information about each flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule ListFlowsRequest : sig ... end

Returns a list of flows and information about each flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule ListFlowsResponse : sig ... end

Returns a list of flows and information about each flow. For more information, see Manage a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule ListIngestionJobsRequest : sig ... end

Lists the data ingestion jobs for a data source. The list also includes information about each job.

Sourcemodule ListIngestionJobsResponse : sig ... end

Lists the data ingestion jobs for a data source. The list also includes information about each job.

Retrieves all the documents contained in a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.

Retrieves all the documents contained in a data source that is connected to a knowledge base. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.

Sourcemodule ListKnowledgeBasesRequest : sig ... end

Lists the knowledge bases in an account. The list also includesinformation about each knowledge base.

Lists the knowledge bases in an account. The list also includesinformation about each knowledge base.

Sourcemodule ListPromptsRequest : sig ... end

Returns either information about the working draft (DRAFT version) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include the promptIdentifier field or not. For more information, see View information about prompts using Prompt management in the Amazon Bedrock User Guide.

Sourcemodule PromptSummary : sig ... end

Contains information about a prompt in your Prompt management tool. This data type is used in the following API operations: ListPrompts response

Sourcemodule PromptSummaries : sig ... end
Sourcemodule ListPromptsResponse : sig ... end

Returns either information about the working draft (DRAFT version) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include the promptIdentifier field or not. For more information, see View information about prompts using Prompt management in the Amazon Bedrock User Guide.

Sourcemodule TaggableResourcesArn : sig ... end

List all the tags for the resource you specify.

List all the tags for the resource you specify.

Sourcemodule PrepareAgentRequest : sig ... end

Creates a DRAFT version of the agent that can be used for internal testing.

Sourcemodule PrepareAgentResponse : sig ... end

Creates a DRAFT version of the agent that can be used for internal testing.

Sourcemodule PrepareFlowRequest : sig ... end

Prepares the DRAFT version of a flow so that it can be invoked. For more information, see Test a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule PrepareFlowResponse : sig ... end

Prepares the DRAFT version of a flow so that it can be invoked. For more information, see Test a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule StartIngestionJobRequest : sig ... end

Begins a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.

Sourcemodule StartIngestionJobResponse : sig ... end

Begins a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.

Sourcemodule StopIngestionJobRequest : sig ... end

Stops a currently running data ingestion job. You can send a StartIngestionJob request again to ingest the rest of your data when you are ready.

Sourcemodule StopIngestionJobResponse : sig ... end

Stops a currently running data ingestion job. You can send a StartIngestionJob request again to ingest the rest of your data when you are ready.

Sourcemodule TagKeyList : sig ... end
Sourcemodule TagResourceRequest : sig ... end

Associate tags with a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.

Sourcemodule TagResourceResponse : sig ... end

Associate tags with a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.

Sourcemodule UntagResourceRequest : sig ... end

Remove tags from a resource.

Sourcemodule UntagResourceResponse : sig ... end

Remove tags from a resource.

Updates the configuration for an action group for an agent.

Updates the configuration for an action group for an agent.

Sourcemodule UpdateAgentAliasRequest : sig ... end

Updates configurations for an alias of an agent.

Sourcemodule UpdateAgentAliasResponse : sig ... end

Updates configurations for an alias of an agent.

Updates an agent's collaborator.

Updates an agent's collaborator.

Updates the configuration for a knowledge base that has been associated with an agent.

Updates the configuration for a knowledge base that has been associated with an agent.

Sourcemodule UpdateAgentRequest : sig ... end

Updates the configuration of an agent.

Sourcemodule UpdateAgentResponse : sig ... end

Updates the configuration of an agent.

Sourcemodule UpdateDataSourceRequest : sig ... end

Updates the configurations for a data source connector. You can't change the chunkingConfiguration after you create the data source connector. Specify the existing chunkingConfiguration.

Sourcemodule UpdateDataSourceResponse : sig ... end

Updates the configurations for a data source connector. You can't change the chunkingConfiguration after you create the data source connector. Specify the existing chunkingConfiguration.

Sourcemodule UpdateFlowAliasRequest : sig ... end

Modifies the alias of a flow. Include both fields that you want to keep and ones that you want to change. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule UpdateFlowAliasResponse : sig ... end

Modifies the alias of a flow. Include both fields that you want to keep and ones that you want to change. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule UpdateFlowRequest : sig ... end

Modifies a flow. Include both fields that you want to keep and fields that you want to change. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcemodule UpdateFlowResponse : sig ... end

Modifies a flow. Include both fields that you want to keep and fields that you want to change. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Updates the configuration of a knowledge base with the fields that you specify. Because all fields will be overwritten, you must include the same values for fields that you want to keep the same. You can change the following fields: name description roleArn You can't change the knowledgeBaseConfiguration or storageConfiguration fields, so you must specify the same configurations as when you created the knowledge base. You can send a GetKnowledgeBase request and copy the same configurations.

Updates the configuration of a knowledge base with the fields that you specify. Because all fields will be overwritten, you must include the same values for fields that you want to keep the same. You can change the following fields: name description roleArn You can't change the knowledgeBaseConfiguration or storageConfiguration fields, so you must specify the same configurations as when you created the knowledge base. You can send a GetKnowledgeBase request and copy the same configurations.

Sourcemodule UpdatePromptRequest : sig ... end

Modifies a prompt in your prompt library. Include both fields that you want to keep and fields that you want to replace. For more information, see Prompt management in Amazon Bedrock and Edit prompts in your prompt library in the Amazon Bedrock User Guide.

Sourcemodule UpdatePromptResponse : sig ... end

Modifies a prompt in your prompt library. Include both fields that you want to keep and fields that you want to replace. For more information, see Prompt management in Amazon Bedrock and Edit prompts in your prompt library in the Amazon Bedrock User Guide.

Validates the definition of a flow.

Validates the definition of a flow.