

**************
NovaActService
**************



======
Client
======



.. py:class:: NovaActService.Client

  A low-level client representing Nova Act Service
  

  The Nova Act service provides a REST API for managing AI-powered workflow automation. It enables users to create workflow definitions, execute workflow runs, manage sessions, and orchestrate acts (individual AI tasks) with tool integrations.

  ::

    
    import boto3
    
    client = boto3.client('nova-act')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  nova-act/client/can_paginate
  nova-act/client/close
  nova-act/client/create_act
  nova-act/client/create_session
  nova-act/client/create_workflow_definition
  nova-act/client/create_workflow_run
  nova-act/client/delete_workflow_definition
  nova-act/client/delete_workflow_run
  nova-act/client/get_paginator
  nova-act/client/get_waiter
  nova-act/client/get_workflow_definition
  nova-act/client/get_workflow_run
  nova-act/client/invoke_act_step
  nova-act/client/list_acts
  nova-act/client/list_models
  nova-act/client/list_sessions
  nova-act/client/list_workflow_definitions
  nova-act/client/list_workflow_runs
  nova-act/client/update_act
  nova-act/client/update_workflow_run


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  nova-act/paginator/ListActs
  nova-act/paginator/ListSessions
  nova-act/paginator/ListWorkflowDefinitions
  nova-act/paginator/ListWorkflowRuns
