Module Awso_nova_act_asyncSource

include module type of struct include Awso_nova_act.Values end
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 ]

Content returned from a tool call execution.

Sourcemodule ValidationExceptionField = Awso_nova_act.Values.ValidationExceptionField

Information about a field that failed validation.

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

Sourcemodule WorkflowDefinitionStatus = Awso_nova_act.Values.WorkflowDefinitionStatus

Lifecycle information for an AI model.

The schema definition for tool input parameters.

Sourcemodule InternalServerExceptionReason = Awso_nova_act.Values.InternalServerExceptionReason
Sourcemodule ValidationExceptionFieldList = Awso_nova_act.Values.ValidationExceptionFieldList
Sourcemodule ValidationExceptionReason = Awso_nova_act.Values.ValidationExceptionReason

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

Sourcemodule WorkflowDefinitionSummary = Awso_nova_act.Values.WorkflowDefinitionSummary

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

Summary information about a session within a workflow run.

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

Summary information about an available AI model.

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

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

The result returned from executing a tool call.

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.

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

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

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

An internal server error occurred. Please try again later.

Sourcemodule ResourceNotFoundException = Awso_nova_act.Values.ResourceNotFoundException

The requested resource was not found.

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

The input parameters for the request are invalid.

Error information when an act fails to execute successfully.

Sourcemodule WorkflowDefinitionSummaries = Awso_nova_act.Values.WorkflowDefinitionSummaries
Sourcemodule CompatibilityInformation = Awso_nova_act.Values.CompatibilityInformation

Information about client compatibility and supported model versions.

Sourcemodule ServiceQuotaExceededException = Awso_nova_act.Values.ServiceQuotaExceededException

The request would exceed a service quota limit.

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

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

Sourcemodule UpdateWorkflowRunResponse = Awso_nova_act.Values.UpdateWorkflowRunResponse

Updates the configuration or state of an active workflow run.

Sourcemodule UpdateWorkflowRunRequest = Awso_nova_act.Values.UpdateWorkflowRunRequest

Updates the configuration or state of an active workflow run.

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

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

Sourcemodule ListWorkflowRunsResponse = Awso_nova_act.Values.ListWorkflowRunsResponse

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

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

Sourcemodule ListWorkflowDefinitionsResponse = Awso_nova_act.Values.ListWorkflowDefinitionsResponse

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

Sourcemodule ListWorkflowDefinitionsRequest = Awso_nova_act.Values.ListWorkflowDefinitionsRequest

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

Lists all sessions within a specific workflow run.

Lists all sessions within a specific workflow run.

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

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

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

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

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

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

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

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

Sourcemodule GetWorkflowDefinitionResponse = Awso_nova_act.Values.GetWorkflowDefinitionResponse

Retrieves the details and configuration of a specific workflow definition.

Sourcemodule GetWorkflowDefinitionRequest = Awso_nova_act.Values.GetWorkflowDefinitionRequest

Retrieves the details and configuration of a specific workflow definition.

Sourcemodule DeleteWorkflowRunResponse = Awso_nova_act.Values.DeleteWorkflowRunResponse

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

Sourcemodule DeleteWorkflowRunRequest = Awso_nova_act.Values.DeleteWorkflowRunRequest

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

Sourcemodule DeleteWorkflowDefinitionResponse = Awso_nova_act.Values.DeleteWorkflowDefinitionResponse

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

Sourcemodule DeleteWorkflowDefinitionRequest = Awso_nova_act.Values.DeleteWorkflowDefinitionRequest

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

Sourcemodule CreateWorkflowRunResponse = Awso_nova_act.Values.CreateWorkflowRunResponse

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

Sourcemodule CreateWorkflowRunRequest = Awso_nova_act.Values.CreateWorkflowRunRequest

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

Sourcemodule CreateWorkflowDefinitionResponse = Awso_nova_act.Values.CreateWorkflowDefinitionResponse

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

Sourcemodule CreateWorkflowDefinitionRequest = Awso_nova_act.Values.CreateWorkflowDefinitionRequest

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

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

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

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

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

Sourcemodule Cli : sig ... end