DataSync#
Client#
- class DataSync.Client#
- A low-level client representing AWS DataSync - DataSync is a managed data transfer service that makes it simpler for you to automate moving data between on-premises storage and Amazon Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services. - This API interface reference includes documentation for using DataSync programmatically. For complete information, see the DataSync User Guide . - import boto3 client = boto3.client('datasync') 
These are the available methods:
- can_paginate
- cancel_task_execution
- close
- create_agent
- create_location_efs
- create_location_fsx_lustre
- create_location_fsx_ontap
- create_location_fsx_open_zfs
- create_location_fsx_windows
- create_location_hdfs
- create_location_nfs
- create_location_object_storage
- create_location_s3
- create_location_smb
- create_task
- delete_agent
- delete_location
- delete_task
- describe_agent
- describe_location_efs
- describe_location_fsx_lustre
- describe_location_fsx_ontap
- describe_location_fsx_open_zfs
- describe_location_fsx_windows
- describe_location_hdfs
- describe_location_nfs
- describe_location_object_storage
- describe_location_s3
- describe_location_smb
- describe_task
- describe_task_execution
- get_paginator
- get_waiter
- list_agents
- list_locations
- list_tags_for_resource
- list_task_executions
- list_tasks
- start_task_execution
- tag_resource
- untag_resource
- update_agent
- update_location_hdfs
- update_location_nfs
- update_location_object_storage
- update_location_smb
- update_task
- 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.
The available paginators are: