DataSync#
Client#
- class DataSync.Client#
A low-level client representing AWS DataSync
DataSync is an online data movement and discovery 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 .
import boto3 client = boto3.client('datasync')
These are the available methods:
- add_storage_system
- can_paginate
- cancel_task_execution
- close
- create_agent
- create_location_azure_blob
- 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_discovery_job
- describe_location_azure_blob
- 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_storage_system
- describe_storage_system_resource_metrics
- describe_storage_system_resources
- describe_task
- describe_task_execution
- generate_recommendations
- get_paginator
- get_waiter
- list_agents
- list_discovery_jobs
- list_locations
- list_storage_systems
- list_tags_for_resource
- list_task_executions
- list_tasks
- remove_storage_system
- start_discovery_job
- start_task_execution
- stop_discovery_job
- tag_resource
- untag_resource
- update_agent
- update_discovery_job
- update_location_azure_blob
- update_location_hdfs
- update_location_nfs
- update_location_object_storage
- update_location_smb
- update_storage_system
- 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: