

************
NeptuneGraph
************



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



.. py:class:: NeptuneGraph.Client

  A low-level client representing Amazon Neptune Graph
  

  Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.

  ::

    
    import boto3
    
    client = boto3.client('neptune-graph')

  

These are the available methods:

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

  neptune-graph/client/can_paginate
  neptune-graph/client/cancel_export_task
  neptune-graph/client/cancel_import_task
  neptune-graph/client/cancel_query
  neptune-graph/client/close
  neptune-graph/client/create_graph
  neptune-graph/client/create_graph_snapshot
  neptune-graph/client/create_graph_using_import_task
  neptune-graph/client/create_private_graph_endpoint
  neptune-graph/client/delete_graph
  neptune-graph/client/delete_graph_snapshot
  neptune-graph/client/delete_private_graph_endpoint
  neptune-graph/client/execute_query
  neptune-graph/client/get_export_task
  neptune-graph/client/get_graph
  neptune-graph/client/get_graph_snapshot
  neptune-graph/client/get_graph_summary
  neptune-graph/client/get_import_task
  neptune-graph/client/get_paginator
  neptune-graph/client/get_private_graph_endpoint
  neptune-graph/client/get_query
  neptune-graph/client/get_waiter
  neptune-graph/client/list_export_tasks
  neptune-graph/client/list_graph_snapshots
  neptune-graph/client/list_graphs
  neptune-graph/client/list_import_tasks
  neptune-graph/client/list_private_graph_endpoints
  neptune-graph/client/list_queries
  neptune-graph/client/list_tags_for_resource
  neptune-graph/client/reset_graph
  neptune-graph/client/restore_graph_from_snapshot
  neptune-graph/client/start_export_task
  neptune-graph/client/start_graph
  neptune-graph/client/start_import_task
  neptune-graph/client/stop_graph
  neptune-graph/client/tag_resource
  neptune-graph/client/untag_resource
  neptune-graph/client/update_graph


==========
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:

  neptune-graph/paginator/ListExportTasks
  neptune-graph/paginator/ListGraphSnapshots
  neptune-graph/paginator/ListGraphs
  neptune-graph/paginator/ListImportTasks
  neptune-graph/paginator/ListPrivateGraphEndpoints


=======
Waiters
=======


Waiters are available on a client instance via the ``get_waiter`` method. For more detailed instructions and examples on the usage or waiters, see the waiters `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#waiters>`_.

The available waiters are:

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

  neptune-graph/waiter/ExportTaskCancelled
  neptune-graph/waiter/ExportTaskSuccessful
  neptune-graph/waiter/GraphAvailable
  neptune-graph/waiter/GraphDeleted
  neptune-graph/waiter/GraphSnapshotAvailable
  neptune-graph/waiter/GraphSnapshotDeleted
  neptune-graph/waiter/GraphStopped
  neptune-graph/waiter/ImportTaskCancelled
  neptune-graph/waiter/ImportTaskSuccessful
  neptune-graph/waiter/PrivateGraphEndpointAvailable
  neptune-graph/waiter/PrivateGraphEndpointDeleted
