Module Awso_nova_act.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 String_ : sig ... end
Sourcemodule NonBlankString : sig ... end
Sourcemodule TraceLocationType : sig ... end
Sourcemodule ModelStatus : sig ... end
Sourcemodule CallResultContent : sig ... end

Content returned from a tool call execution.

Sourcemodule ToolInputSchemaDocument : sig ... end
Sourcemodule ValidationExceptionField : sig ... end

Information about a field that failed validation.

Sourcemodule DateTimestamp : sig ... end
Sourcemodule TraceLocation : sig ... end

Information about where trace data is stored for debugging and monitoring.

Sourcemodule UuidString : sig ... end
Sourcemodule WorkflowRunArn : sig ... end
Sourcemodule WorkflowRunStatus : sig ... end
Sourcemodule WorkflowDefinitionArn : sig ... end
Sourcemodule WorkflowDefinitionName : sig ... end
Sourcemodule WorkflowDefinitionStatus : sig ... end
Sourcemodule ModelId : sig ... end
Sourcemodule Integer : sig ... end
Sourcemodule ModelLifecycle : sig ... end

Lifecycle information for an AI model.

Sourcemodule ActStatus : sig ... end
Sourcemodule CallId : sig ... end
Sourcemodule SensitiveDocument : sig ... end
Sourcemodule CallResultContents : sig ... end
Sourcemodule ToolDescription : sig ... end
Sourcemodule ToolInputSchema : sig ... end

The schema definition for tool input parameters.

Sourcemodule ToolName : sig ... end
Sourcemodule ValidationExceptionReason : sig ... end
Sourcemodule ActErrorMessageString : sig ... end
Sourcemodule ActErrorTypeString : sig ... end
Sourcemodule WorkflowRunSummary : sig ... end

Summary information about a workflow run, including execution status and timing.

Sourcemodule WorkflowDefinitionSummary : sig ... end

Summary information about a workflow definition, used in list operations.

Sourcemodule SessionSummary : sig ... end

Summary information about a session within a workflow run.

Sourcemodule ModelIdList : sig ... end
Sourcemodule ModelAlias : sig ... end

An alias that provides a stable reference to a model version.

Sourcemodule ModelSummary : sig ... end

Summary information about an available AI model.

Sourcemodule ActSummary : sig ... end

Summary information about an act, including its status and execution timing.

Sourcemodule Call : sig ... end

A request for the client to execute a specific tool with given parameters.

Sourcemodule CallResult : sig ... end

The result returned from executing a tool call.

Sourcemodule S3BucketName : sig ... end
Sourcemodule S3KeyPrefix : sig ... end

A prefix for S3 object keys that will be prepended to 'step_{N}.json'. Must follow S3 object key naming guidelines and cannot end with a forward slash as it will be directly concatenated with the filename.

Sourcemodule ToolSpec : sig ... end

Specification for a tool that acts can invoke, including its name, description, and input schema.

Sourcemodule AccessDeniedException : sig ... end

You don't have sufficient permissions to perform this action.

Sourcemodule ConflictException : sig ... end

The request could not be completed due to a conflict with the current state of the resource.

Sourcemodule InternalServerException : sig ... end

An internal server error occurred. Please try again later.

Sourcemodule ResourceNotFoundException : sig ... end

The requested resource was not found.

Sourcemodule ThrottlingException : sig ... end

The request was throttled due to too many requests. Please try again later.

Sourcemodule ValidationException : sig ... end

The input parameters for the request are invalid.

Sourcemodule ActError : sig ... end

Error information when an act fails to execute successfully.

Sourcemodule NextToken : sig ... end
Sourcemodule WorkflowRunSummaries : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule SortOrder : sig ... end
Sourcemodule SessionSummaries : sig ... end
Sourcemodule CompatibilityInformation : sig ... end

Information about client compatibility and supported model versions.

Sourcemodule ModelAliases : sig ... end
Sourcemodule ModelSummaries : sig ... end
Sourcemodule ActSummaries : sig ... end
Sourcemodule Calls : sig ... end

The request would exceed a service quota limit.

Sourcemodule CallResults : sig ... end
Sourcemodule CloudWatchLogGroupName : sig ... end
Sourcemodule WorkflowDescription : sig ... end
Sourcemodule WorkflowExportConfig : sig ... end

Configuration settings for exporting workflow execution data and logs to Amazon Simple Storage Service (Amazon S3).

Sourcemodule ClientInfo : sig ... end

Information about the client making API requests, used for compatibility checking.

Sourcemodule ClientToken : sig ... end
Sourcemodule Task : sig ... end
Sourcemodule ToolSpecs : sig ... end
Sourcemodule UpdateWorkflowRunResponse : sig ... end

Updates the configuration or state of an active workflow run.

Sourcemodule UpdateWorkflowRunRequest : sig ... end

Updates the configuration or state of an active workflow run.

Sourcemodule UpdateActResponse : sig ... end

Updates an existing act's configuration, status, or error information.

Sourcemodule UpdateActRequest : sig ... end

Updates an existing act's configuration, status, or error information.

Sourcemodule ListWorkflowRunsResponse : sig ... end

Lists all workflow runs for a specific workflow definition with optional filtering and pagination.

Sourcemodule ListWorkflowRunsRequest : sig ... end

Lists all workflow runs for a specific workflow definition with optional filtering and pagination.

Lists all workflow definitions in your account with optional filtering and pagination.

Lists all workflow definitions in your account with optional filtering and pagination.

Sourcemodule ListSessionsResponse : sig ... end

Lists all sessions within a specific workflow run.

Sourcemodule ListSessionsRequest : sig ... end

Lists all sessions within a specific workflow run.

Sourcemodule ListModelsResponse : sig ... end

Lists all available AI models that can be used for workflow execution, including their status and compatibility information.

Sourcemodule ListModelsRequest : sig ... end

Lists all available AI models that can be used for workflow execution, including their status and compatibility information.

Sourcemodule ListActsResponse : sig ... end

Lists all acts within a specific session with their current status and execution details.

Sourcemodule ListActsRequest : sig ... end

Lists all acts within a specific session with their current status and execution details.

Sourcemodule InvokeActStepResponse : sig ... end

Executes the next step of an act, processing tool call results and returning new tool calls if needed.

Sourcemodule InvokeActStepRequest : sig ... end

Executes the next step of an act, processing tool call results and returning new tool calls if needed.

Sourcemodule GetWorkflowRunResponse : sig ... end

Retrieves the current state, configuration, and execution details of a workflow run.

Sourcemodule GetWorkflowRunRequest : sig ... end

Retrieves the current state, configuration, and execution details of a workflow run.

Retrieves the details and configuration of a specific workflow definition.

Retrieves the details and configuration of a specific workflow definition.

Sourcemodule DeleteWorkflowRunResponse : sig ... end

Terminates and cleans up a workflow run, stopping all associated acts and sessions.

Sourcemodule DeleteWorkflowRunRequest : sig ... end

Terminates and cleans up a workflow run, stopping all associated acts and sessions.

Deletes a workflow definition and all associated resources. This operation cannot be undone.

Deletes a workflow definition and all associated resources. This operation cannot be undone.

Sourcemodule CreateWorkflowRunResponse : sig ... end

Creates a new execution instance of a workflow definition with specified parameters.

Sourcemodule CreateWorkflowRunRequest : sig ... end

Creates a new execution instance of a workflow definition with specified parameters.

Creates a new workflow definition template that can be used to execute multiple workflow runs.

Creates a new workflow definition template that can be used to execute multiple workflow runs.

Sourcemodule CreateSessionResponse : sig ... end

Creates a new session context within a workflow run to manage conversation state and acts.

Sourcemodule CreateSessionRequest : sig ... end

Creates a new session context within a workflow run to manage conversation state and acts.

Sourcemodule CreateActResponse : sig ... end

Creates a new AI task (act) within a session that can interact with tools and perform specific actions.

Sourcemodule CreateActRequest : sig ... end

Creates a new AI task (act) within a session that can interact with tools and perform specific actions.