Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Stops an DataSync task execution that's in progress. The transfer of some files are abruptly interrupted. File contents that're transferred to the destination might be incomplete or inconsistent with the source files.

Link copied to clipboard
inline suspend fun DataSyncClient.createAgent(crossinline block: CreateAgentRequest.Builder.() -> Unit): CreateAgentResponse

Activates an DataSync agent that you deploy in your storage environment. The activation process associates the agent with your Amazon Web Services account.

Link copied to clipboard

Creates a transfer location for a Microsoft Azure Blob Storage container. DataSync can use this location as a transfer source or destination. You can make transfers with or without a DataSync agent that connects to your container.

Link copied to clipboard

Creates a transfer location for an Amazon EFS file system. DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard

Creates a transfer location for an Amazon FSx for Lustre file system. DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard

Creates a transfer location for an Amazon FSx for NetApp ONTAP file system. DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard

Creates a transfer location for an Amazon FSx for OpenZFS file system. DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard

Creates a transfer location for an Amazon FSx for Windows File Server file system. DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard

Creates a transfer location for a Hadoop Distributed File System (HDFS). DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard

Creates a transfer location for a Network File System (NFS) file server. DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard

Creates a transfer location for an object storage system. DataSync can use this location as a source or destination for transferring data. You can make transfers with or without a DataSync agent.

Link copied to clipboard

Creates a transfer location for an Amazon S3 bucket. DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard

Creates a transfer location for a Server Message Block (SMB) file server. DataSync can use this location as a source or destination for transferring data.

Link copied to clipboard
inline suspend fun DataSyncClient.createTask(crossinline block: CreateTaskRequest.Builder.() -> Unit): CreateTaskResponse

Configures a task, which defines where and how DataSync transfers your data.

Link copied to clipboard
inline suspend fun DataSyncClient.deleteAgent(crossinline block: DeleteAgentRequest.Builder.() -> Unit): DeleteAgentResponse

Removes an DataSync agent resource from your Amazon Web Services account.

Link copied to clipboard

Deletes a transfer location resource from DataSync.

Link copied to clipboard
inline suspend fun DataSyncClient.deleteTask(crossinline block: DeleteTaskRequest.Builder.() -> Unit): DeleteTaskResponse

Deletes a transfer task resource from DataSync.

Link copied to clipboard

Returns information about an DataSync agent, such as its name, service endpoint type, and status.

Link copied to clipboard

Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for an object storage system is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for an S3 bucket is configured.

Link copied to clipboard

Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is configured.

Link copied to clipboard

Provides information about a task, which defines where and how DataSync transfers your data.

Link copied to clipboard

Provides information about an execution of your DataSync task. You can use this operation to help monitor the progress of an ongoing data transfer or check the results of the transfer.

Link copied to clipboard
inline suspend fun DataSyncClient.listAgents(crossinline block: ListAgentsRequest.Builder.() -> Unit): ListAgentsResponse

Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.

Link copied to clipboard

Returns a list of source and destination locations.

Link copied to clipboard

Returns all the tags associated with an Amazon Web Services resource.

Link copied to clipboard

Returns a list of executions for an DataSync transfer task.

Link copied to clipboard
inline suspend fun DataSyncClient.listTasks(crossinline block: ListTasksRequest.Builder.() -> Unit): ListTasksResponse

Returns a list of the DataSync tasks you created.

Link copied to clipboard

Starts an DataSync transfer task. For each task, you can only run one task execution at a time.

Link copied to clipboard
inline suspend fun DataSyncClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Applies a tag to an Amazon Web Services resource. Tags are key-value pairs that can help you manage, filter, and search for your resources.

Link copied to clipboard

Removes tags from an Amazon Web Services resource.

Link copied to clipboard
inline suspend fun DataSyncClient.updateAgent(crossinline block: UpdateAgentRequest.Builder.() -> Unit): UpdateAgentResponse

Updates the name of an DataSync agent.

Link copied to clipboard

Modifies the following configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Amazon EFS transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Amazon FSx for Lustre transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Amazon FSx for NetApp ONTAP transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Amazon FSx for OpenZFS transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Amazon FSx for Windows File Server transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Hadoop Distributed File System (HDFS) transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Network File System (NFS) transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the object storage transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync.

Link copied to clipboard

Modifies the following configuration parameters of the Server Message Block (SMB) transfer location that you're using with DataSync.

Link copied to clipboard
inline suspend fun DataSyncClient.updateTask(crossinline block: UpdateTaskRequest.Builder.() -> Unit): UpdateTaskResponse

Updates the configuration of a task, which defines where and how DataSync transfers your data.

Link copied to clipboard

Updates the configuration of a running DataSync task execution.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.