

********
DataSync
********



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



.. py:class:: DataSync.Client

  A low-level client representing AWS DataSync
   

  DataSync is an online data movement service that simplifies data migration and helps you quickly, easily, and securely transfer your file or object data to, from, and between Amazon Web Services storage services.

   

  This API interface reference includes documentation for using DataSync programmatically. For complete information, see the `DataSync User Guide <https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html>`__ .

  ::

    
    import boto3
    
    client = boto3.client('datasync')

  

These are the available methods:

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

  datasync/client/can_paginate
  datasync/client/cancel_task_execution
  datasync/client/close
  datasync/client/create_agent
  datasync/client/create_location_azure_blob
  datasync/client/create_location_efs
  datasync/client/create_location_fsx_lustre
  datasync/client/create_location_fsx_ontap
  datasync/client/create_location_fsx_open_zfs
  datasync/client/create_location_fsx_windows
  datasync/client/create_location_hdfs
  datasync/client/create_location_nfs
  datasync/client/create_location_object_storage
  datasync/client/create_location_s3
  datasync/client/create_location_smb
  datasync/client/create_task
  datasync/client/delete_agent
  datasync/client/delete_location
  datasync/client/delete_task
  datasync/client/describe_agent
  datasync/client/describe_location_azure_blob
  datasync/client/describe_location_efs
  datasync/client/describe_location_fsx_lustre
  datasync/client/describe_location_fsx_ontap
  datasync/client/describe_location_fsx_open_zfs
  datasync/client/describe_location_fsx_windows
  datasync/client/describe_location_hdfs
  datasync/client/describe_location_nfs
  datasync/client/describe_location_object_storage
  datasync/client/describe_location_s3
  datasync/client/describe_location_smb
  datasync/client/describe_task
  datasync/client/describe_task_execution
  datasync/client/get_paginator
  datasync/client/get_waiter
  datasync/client/list_agents
  datasync/client/list_locations
  datasync/client/list_tags_for_resource
  datasync/client/list_task_executions
  datasync/client/list_tasks
  datasync/client/start_task_execution
  datasync/client/tag_resource
  datasync/client/untag_resource
  datasync/client/update_agent
  datasync/client/update_location_azure_blob
  datasync/client/update_location_efs
  datasync/client/update_location_fsx_lustre
  datasync/client/update_location_fsx_ontap
  datasync/client/update_location_fsx_open_zfs
  datasync/client/update_location_fsx_windows
  datasync/client/update_location_hdfs
  datasync/client/update_location_nfs
  datasync/client/update_location_object_storage
  datasync/client/update_location_s3
  datasync/client/update_location_smb
  datasync/client/update_task
  datasync/client/update_task_execution


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

  datasync/paginator/ListAgents
  datasync/paginator/ListLocations
  datasync/paginator/ListTagsForResource
  datasync/paginator/ListTaskExecutions
  datasync/paginator/ListTasks
