You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aws/generated/data_sync.ex
+40-22Lines changed: 40 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,15 @@ defmodule AWS.DataSync do
6
6
DataSync
7
7
8
8
DataSync is a managed data transfer service that makes it simpler for you to
9
-
automate moving data between on-premises storage and Amazon Simple Storage
10
-
Service (Amazon S3) or Amazon Elastic File System (Amazon EFS).
9
+
automate moving data between on-premises storage and Amazon Web Services storage
10
+
services.
11
11
12
-
This API interface reference for DataSync contains documentation for a
13
-
programming interface that you can use to manage DataSync.
12
+
You also can use DataSync to transfer data between other cloud providers and
13
+
Amazon Web Services storage services.
14
+
15
+
This API interface reference includes documentation for using DataSync
16
+
programmatically. For complete information, see the * [DataSync User Guide](https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html)
17
+
*.
14
18
"""
15
19
16
20
aliasAWS.Client
@@ -33,16 +37,17 @@ defmodule AWS.DataSync do
33
37
end
34
38
35
39
@doc"""
36
-
Cancels execution of a task.
40
+
Stops an DataSync task execution that's in progress.
41
+
42
+
The transfer of some files are abruptly interrupted. File contents that're
43
+
transferred to the destination might be incomplete or inconsistent with the
44
+
source files.
37
45
38
-
When you cancel a task execution, the transfer of some files is abruptly
39
-
interrupted. The contents of files that are transferred to the destination might
40
-
be incomplete or inconsistent with the source files. However, if you start a new
41
-
task execution on the same task and you allow the task execution to complete,
42
-
file content on the destination is complete and consistent. This applies to
43
-
other unexpected failures that interrupt a task execution. In all of these
44
-
cases, DataSync successfully complete the transfer when you start the next task
45
-
execution.
46
+
However, if you start a new task execution using the same task and allow it to
47
+
finish, file content on the destination will be complete and consistent. This
48
+
applies to other unexpected failures that interrupt a task execution. In all of
49
+
these cases, DataSync successfully completes the transfer when you start the
Activates an DataSync agent that you have deployed on your host.
59
+
Activates an DataSync agent that you have deployed in your storage environment.
55
60
56
61
The activation process associates your agent with your account. In the
57
62
activation process, you specify information such as the Amazon Web Services
@@ -111,7 +116,13 @@ defmodule AWS.DataSync do
111
116
end
112
117
113
118
@doc"""
114
-
Creates an endpoint for an Amazon FSx for OpenZFS file system.
119
+
Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can
120
+
access for a transfer.
121
+
122
+
For more information, see [Creating a location for FSx for OpenZFS](https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html).
123
+
124
+
Request parameters related to `SMB` aren't supported with the
Creates an endpoint for an Amazon S3 bucket that DataSync can access for a
175
+
transfer.
164
176
165
177
For more information, see [Create an Amazon S3 location](https://docs.aws.amazon.com/datasync/latest/userguide/create-locations-cli.html#create-location-s3-cli)
166
178
in the *DataSync User Guide*.
@@ -259,8 +271,8 @@ defmodule AWS.DataSync do
259
271
end
260
272
261
273
@doc"""
262
-
Returns metadata about an Amazon FSx for Lustre location, such as information
263
-
about its path.
274
+
Provides details about how an DataSync location for an Amazon FSx for Lustre
0 commit comments