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
+75-50Lines changed: 75 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,9 @@ defmodule AWS.DataSync do
84
84
end
85
85
86
86
@doc"""
87
-
Creates an endpoint for a Microsoft Azure Blob Storage container that DataSync
88
-
can use as a transfer source or destination.
87
+
Creates a transfer *location* for a Microsoft Azure Blob Storage container.
88
+
89
+
DataSync can use this location as a transfer source or destination.
89
90
90
91
Before you begin, make sure you know [how DataSync accesses Azure Blob Storage](https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-access)
91
92
and works with [access tiers](https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-access-tiers)
@@ -100,10 +101,12 @@ defmodule AWS.DataSync do
100
101
end
101
102
102
103
@doc"""
103
-
Creates an endpoint for an Amazon EFS file system that DataSync can access for a
104
-
transfer.
104
+
Creates a transfer *location* for an Amazon EFS file system.
105
+
106
+
DataSync can use this location as a source or destination for transferring data.
105
107
106
-
For more information, see [Creating a location for Amazon EFS](https://docs.aws.amazon.com/datasync/latest/userguide/create-efs-location.html).
108
+
Before you begin, make sure that you understand how DataSync [accesses Amazon EFS file
Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can
138
-
access for a transfer.
146
+
Creates a transfer *location* for an Amazon FSx for OpenZFS file system.
147
+
148
+
DataSync can use this location as a source or destination for transferring data.
139
149
140
-
For more information, see [Creating a location for FSx for OpenZFS](https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html).
150
+
Before you begin, make sure that you understand how DataSync [accesses FSx for OpenZFS file
Creates an endpoint for a Hadoop Distributed File System (HDFS).
178
+
Creates a transfer *location* for a Hadoop Distributed File System (HDFS).
179
+
180
+
DataSync can use this location as a source or destination for transferring data.
181
+
182
+
Before you begin, make sure that you understand how DataSync [accesses HDFS clusters](https://docs.aws.amazon.com/datasync/latest/userguide/create-hdfs-location.html#accessing-hdfs).
Creates an endpoint for a Network File System (NFS) file server that DataSync
175
-
can use for a data transfer.
191
+
Creates a transfer *location* for a Network File System (NFS) file server.
176
192
177
-
For more information, see [Configuring transfers to or from an NFS file server](https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html).
193
+
DataSync can use this location as a source or destination for transferring data.
194
+
195
+
Before you begin, make sure that you understand how DataSync [accesses NFS file servers](https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs).
178
196
179
197
If you're copying data to or from an Snowcone device, you can also use
180
198
`CreateLocationNfs` to create your transfer location. For more information, see
@@ -187,10 +205,13 @@ defmodule AWS.DataSync do
187
205
end
188
206
189
207
@doc"""
190
-
Creates an endpoint for an object storage system that DataSync can access for a
191
-
transfer.
208
+
Creates a transfer *location* for an object storage system.
209
+
210
+
DataSync can use this location as a source or destination for transferring data.
192
211
193
-
For more information, see [Creating a location for object storage](https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html).
212
+
Before you begin, make sure that you understand the
A *location* is an endpoint for an Amazon S3 bucket.
223
+
Creates a transfer *location* for an Amazon S3 bucket.
203
224
204
-
DataSync can use the location as a source or destination for copying data.
225
+
DataSync can use this location as a source or destination for transferring data.
205
226
206
-
Before you create your location, make sure that you read the following sections:
227
+
Before you begin, make sure that you read the following topics:
207
228
208
229
[Storage class considerations with Amazon S3 locations](https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes)
209
230
210
231
[Evaluating S3 request costs when using DataSync](https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#create-s3-location-s3-requests)
211
232
212
-
For more information, see [Creating an Amazon S3 location](https://docs.aws.amazon.com/datasync/latest/userguide/create-locations-cli.html#create-location-s3-cli).
233
+
For more information, see [Configuring transfers with Amazon S3](https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html).
Before you begin, make sure that you understand how DataSync [accesses SMB file servers](https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb).
0 commit comments