python-botocore/botocore/data/datasync/2018-11-09/service-2.json

3088 lines
145 KiB
JSON
Raw Normal View History

2018-11-28 09:58:03 +01:00
{
"version":"2.0",
"metadata":{
"apiVersion":"2018-11-09",
"endpointPrefix":"datasync",
"jsonVersion":"1.1",
"protocol":"json",
"serviceAbbreviation":"DataSync",
"serviceFullName":"AWS DataSync",
"serviceId":"DataSync",
"signatureVersion":"v4",
"signingName":"datasync",
"targetPrefix":"FmrsService",
"uid":"datasync-2018-11-09"
},
"operations":{
"CancelTaskExecution":{
"name":"CancelTaskExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CancelTaskExecutionRequest"},
"output":{"shape":"CancelTaskExecutionResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Cancels execution of a task. </p> <p>When you cancel a task execution, the transfer of some files is abruptly interrupted. The contents of files that are transferred to the destination might be incomplete or inconsistent with the source files. However, if you start a new task execution on the same task and you allow the task execution to complete, file content on the destination is complete and consistent. This applies to other unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully complete the transfer when you start the next task execution.</p>"
2018-11-28 09:58:03 +01:00
},
"CreateAgent":{
"name":"CreateAgent",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateAgentRequest"},
"output":{"shape":"CreateAgentResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Activates an DataSync agent that you have deployed on your host. The activation process associates your agent with your account. In the activation process, you specify information such as the Amazon Web Services Region that you want to activate the agent in. You activate the agent in the Amazon Web Services Region where your target locations (in Amazon S3 or Amazon EFS) reside. Your tasks are created in this Amazon Web Services Region.</p> <p>You can activate the agent in a VPC (virtual private cloud) or provide the agent access to a VPC endpoint so you can run tasks without going over the public internet.</p> <p>You can use an agent for more than one location. If a task uses multiple agents, all of them need to have status AVAILABLE for the task to run. If you use multiple agents for a source location, the status of all the agents must be AVAILABLE for the task to run. </p> <p>Agents are automatically updated by Amazon Web Services on a regular basis, using a mechanism that ensures minimal interruption to your tasks.</p> <p/>"
2018-11-28 09:58:03 +01:00
},
"CreateLocationEfs":{
"name":"CreateLocationEfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationEfsRequest"},
"output":{"shape":"CreateLocationEfsResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Creates an endpoint for an Amazon EFS file system.</p>"
},
2022-01-12 23:38:07 +01:00
"CreateLocationFsxLustre":{
"name":"CreateLocationFsxLustre",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationFsxLustreRequest"},
"output":{"shape":"CreateLocationFsxLustreResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Creates an endpoint for an Amazon FSx for Lustre file system.</p>"
},
2020-02-11 03:48:00 +01:00
"CreateLocationFsxWindows":{
"name":"CreateLocationFsxWindows",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationFsxWindowsRequest"},
"output":{"shape":"CreateLocationFsxWindowsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-03-24 00:16:10 +01:00
"documentation":"<p>Creates an endpoint for an Amazon FSx for Windows File Server file system.</p>"
2020-02-11 03:48:00 +01:00
},
2022-01-12 23:38:07 +01:00
"CreateLocationHdfs":{
"name":"CreateLocationHdfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationHdfsRequest"},
"output":{"shape":"CreateLocationHdfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Creates an endpoint for a Hadoop Distributed File System (HDFS). </p>"
},
2018-11-28 09:58:03 +01:00
"CreateLocationNfs":{
"name":"CreateLocationNfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationNfsRequest"},
"output":{"shape":"CreateLocationNfsResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-01-26 16:12:20 +01:00
"documentation":"<p>Defines a file system on a Network File System (NFS) server that can be read from or written to.</p>"
},
"CreateLocationObjectStorage":{
"name":"CreateLocationObjectStorage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationObjectStorageRequest"},
"output":{"shape":"CreateLocationObjectStorageResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-08-18 17:45:16 +02:00
"documentation":"<p>Creates an endpoint for a self-managed object storage bucket. For more information about self-managed object storage locations, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html\">Creating a location for object storage</a>.</p>"
2018-11-28 09:58:03 +01:00
},
"CreateLocationS3":{
"name":"CreateLocationS3",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationS3Request"},
"output":{"shape":"CreateLocationS3Response"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Creates an endpoint for an Amazon S3 bucket.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-locations-cli.html#create-location-s3-cli\">Create an Amazon S3 location</a> in the <i>DataSync User Guide</i>.</p>"
2019-10-03 12:21:31 +02:00
},
"CreateLocationSmb":{
"name":"CreateLocationSmb",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationSmbRequest"},
"output":{"shape":"CreateLocationSmbResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-01-26 16:12:20 +01:00
"documentation":"<p>Defines a file system on a Server Message Block (SMB) server that can be read from or written to.</p>"
2018-11-28 09:58:03 +01:00
},
"CreateTask":{
"name":"CreateTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateTaskRequest"},
"output":{"shape":"CreateTaskResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Creates a task.</p> <p>A task includes a source location and a destination location, and a configuration that specifies how data is transferred. A task always transfers data from the source location to the destination location. The configuration specifies options such as task scheduling, bandwidth limits, etc. A task is the complete definition of a data transfer.</p> <p>When you create a task that transfers data between Amazon Web Services services in different Amazon Web Services Regions, one of the two locations that you specify must reside in the Region where DataSync is being used. The other location must be specified in a different Region.</p> <p>You can transfer data between commercial Amazon Web Services Regions except for China, or between Amazon Web Services GovCloud (US) Regions.</p> <important> <p>When you use DataSync to copy files or objects between Amazon Web Services Regions, you pay for data transfer between Regions. This is billed as data transfer OUT from your source Region to your destination Region. For more information, see <a href=\"http://aws.amazon.com/ec2/pricing/on-demand/#Data_Transfer\">Data Transfer pricing</a>. </p> </important>"
2018-11-28 09:58:03 +01:00
},
"DeleteAgent":{
"name":"DeleteAgent",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteAgentRequest"},
"output":{"shape":"DeleteAgentResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Deletes an agent. To specify which agent to delete, use the Amazon Resource Name (ARN) of the agent in your request. The operation disassociates the agent from your Amazon Web Services account. However, it doesn't delete the agent virtual machine (VM) from your on-premises environment.</p>"
2018-11-28 09:58:03 +01:00
},
"DeleteLocation":{
"name":"DeleteLocation",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLocationRequest"},
"output":{"shape":"DeleteLocationResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Deletes the configuration of a location used by DataSync. </p>"
2018-11-28 09:58:03 +01:00
},
"DeleteTask":{
"name":"DeleteTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteTaskRequest"},
"output":{"shape":"DeleteTaskResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Deletes a task.</p>"
},
"DescribeAgent":{
"name":"DescribeAgent",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAgentRequest"},
"output":{"shape":"DescribeAgentResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running or not) for an agent. To specify which agent to describe, use the Amazon Resource Name (ARN) of the agent in your request. </p>"
},
"DescribeLocationEfs":{
"name":"DescribeLocationEfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationEfsRequest"},
"output":{"shape":"DescribeLocationEfsResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Returns metadata, such as the path information about an Amazon EFS location.</p>"
},
2022-01-12 23:38:07 +01:00
"DescribeLocationFsxLustre":{
"name":"DescribeLocationFsxLustre",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationFsxLustreRequest"},
"output":{"shape":"DescribeLocationFsxLustreResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns metadata, such as the path information about an Amazon FSx for Lustre location.</p>"
},
2020-02-11 03:48:00 +01:00
"DescribeLocationFsxWindows":{
"name":"DescribeLocationFsxWindows",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationFsxWindowsRequest"},
"output":{"shape":"DescribeLocationFsxWindowsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-03-24 00:16:10 +01:00
"documentation":"<p>Returns metadata, such as the path information about an Amazon FSx for Windows File Server location.</p>"
2020-02-11 03:48:00 +01:00
},
2022-01-12 23:38:07 +01:00
"DescribeLocationHdfs":{
"name":"DescribeLocationHdfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationHdfsRequest"},
"output":{"shape":"DescribeLocationHdfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location. </p>"
},
2018-11-28 09:58:03 +01:00
"DescribeLocationNfs":{
"name":"DescribeLocationNfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationNfsRequest"},
"output":{"shape":"DescribeLocationNfsResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-01-26 16:12:20 +01:00
"documentation":"<p>Returns metadata, such as the path information, about an NFS location.</p>"
},
"DescribeLocationObjectStorage":{
"name":"DescribeLocationObjectStorage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationObjectStorageRequest"},
"output":{"shape":"DescribeLocationObjectStorageResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-08-18 17:45:16 +02:00
"documentation":"<p>Returns metadata about a self-managed object storage server location. For more information about self-managed object storage locations, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html\">Creating a location for object storage</a>.</p>"
2018-11-28 09:58:03 +01:00
},
"DescribeLocationS3":{
"name":"DescribeLocationS3",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationS3Request"},
"output":{"shape":"DescribeLocationS3Response"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Returns metadata, such as bucket name, about an Amazon S3 bucket location.</p>"
},
2019-10-03 12:21:31 +02:00
"DescribeLocationSmb":{
"name":"DescribeLocationSmb",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationSmbRequest"},
"output":{"shape":"DescribeLocationSmbResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-01-26 16:12:20 +01:00
"documentation":"<p>Returns metadata, such as the path and user information about an SMB location.</p>"
2019-10-03 12:21:31 +02:00
},
2018-11-28 09:58:03 +01:00
"DescribeTask":{
"name":"DescribeTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTaskRequest"},
"output":{"shape":"DescribeTaskResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Returns metadata about a task.</p>"
},
"DescribeTaskExecution":{
"name":"DescribeTaskExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTaskExecutionRequest"},
"output":{"shape":"DescribeTaskExecutionResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Returns detailed metadata about a task that is being executed.</p>"
},
"ListAgents":{
"name":"ListAgents",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListAgentsRequest"},
"output":{"shape":"ListAgentsResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Returns a list of agents owned by an Amazon Web Services account in the Amazon Web Services Region specified in the request. The returned list is ordered by agent Amazon Resource Name (ARN).</p> <p>By default, this operation returns a maximum of 100 agents. This operation supports pagination that enables you to optionally reduce the number of agents returned in a response.</p> <p>If you have more agents than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a marker that you can specify in your next request to fetch the next page of agents.</p>"
2018-11-28 09:58:03 +01:00
},
"ListLocations":{
"name":"ListLocations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLocationsRequest"},
"output":{"shape":"ListLocationsResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-01-26 16:12:20 +01:00
"documentation":"<p>Returns a list of source and destination locations.</p> <p>If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.</p>"
2018-11-28 09:58:03 +01:00
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-01-26 16:12:20 +01:00
"documentation":"<p>Returns all the tags associated with a specified resource. </p>"
2018-11-28 09:58:03 +01:00
},
"ListTaskExecutions":{
"name":"ListTaskExecutions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTaskExecutionsRequest"},
"output":{"shape":"ListTaskExecutionsResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Returns a list of executed tasks.</p>"
},
"ListTasks":{
"name":"ListTasks",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTasksRequest"},
"output":{"shape":"ListTasksResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Returns a list of all the tasks.</p>"
},
"StartTaskExecution":{
"name":"StartTaskExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartTaskExecutionRequest"},
"output":{"shape":"StartTaskExecutionResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Starts a specific invocation of a task. A <code>TaskExecution</code> value represents an individual run of a task. Each task can have at most one <code>TaskExecution</code> at a time.</p> <p> <code>TaskExecution</code> has the following transition phases: INITIALIZING | PREPARING | TRANSFERRING | VERIFYING | SUCCESS/FAILURE. </p> <p>For detailed information, see the Task Execution section in the Components and Terminology topic in the <i>DataSync User Guide</i>.</p>"
2018-11-28 09:58:03 +01:00
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Applies a key-value pair to an Amazon Web Services resource.</p>"
2018-11-28 09:58:03 +01:00
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
2021-09-22 22:53:42 +02:00
"documentation":"<p>Removes a tag from an Amazon Web Services resource.</p>"
2018-11-28 09:58:03 +01:00
},
"UpdateAgent":{
"name":"UpdateAgent",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateAgentRequest"},
"output":{"shape":"UpdateAgentResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Updates the name of an agent.</p>"
},
2022-01-12 23:38:07 +01:00
"UpdateLocationHdfs":{
"name":"UpdateLocationHdfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationHdfsRequest"},
"output":{"shape":"UpdateLocationHdfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Updates some parameters of a previously created location for a Hadoop Distributed File System cluster.</p>"
},
2021-03-24 00:16:10 +01:00
"UpdateLocationNfs":{
"name":"UpdateLocationNfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationNfsRequest"},
"output":{"shape":"UpdateLocationNfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-08-18 17:45:16 +02:00
"documentation":"<p>Updates some of the parameters of a previously created location for Network File System (NFS) access. For information about creating an NFS location, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html\">Creating a location for NFS</a>.</p>"
2021-03-24 00:16:10 +01:00
},
"UpdateLocationObjectStorage":{
"name":"UpdateLocationObjectStorage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationObjectStorageRequest"},
"output":{"shape":"UpdateLocationObjectStorageResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-08-18 17:45:16 +02:00
"documentation":"<p>Updates some of the parameters of a previously created location for self-managed object storage server access. For information about creating a self-managed object storage location, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html\">Creating a location for object storage</a>.</p>"
2021-03-24 00:16:10 +01:00
},
"UpdateLocationSmb":{
"name":"UpdateLocationSmb",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationSmbRequest"},
"output":{"shape":"UpdateLocationSmbResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-08-18 17:45:16 +02:00
"documentation":"<p>Updates some of the parameters of a previously created location for Server Message Block (SMB) file system access. For information about creating an SMB location, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html\">Creating a location for SMB</a>.</p>"
2021-03-24 00:16:10 +01:00
},
2018-11-28 09:58:03 +01:00
"UpdateTask":{
"name":"UpdateTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateTaskRequest"},
"output":{"shape":"UpdateTaskResponse"},
"errors":[
2019-08-03 07:08:36 +02:00
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
2018-11-28 09:58:03 +01:00
],
"documentation":"<p>Updates the metadata associated with a task.</p>"
2021-01-26 16:12:20 +01:00
},
"UpdateTaskExecution":{
"name":"UpdateTaskExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateTaskExecutionRequest"},
"output":{"shape":"UpdateTaskExecutionResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
2021-03-24 00:16:10 +01:00
"documentation":"<p>Updates execution of a task.</p> <p>You can modify bandwidth throttling for a task execution that is running or queued. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/working-with-task-executions.html#adjust-bandwidth-throttling\">Adjusting Bandwidth Throttling for a Task Execution</a>.</p> <note> <p>The only <code>Option</code> that can be modified by <code>UpdateTaskExecution</code> is <code> <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_Options.html#DataSync-Type-Options-BytesPerSecond\">BytesPerSecond</a> </code>.</p> </note>"
2018-11-28 09:58:03 +01:00
}
},
"shapes":{
"ActivationKey":{
"type":"string",
"max":29,
"pattern":"[A-Z0-9]{5}(-[A-Z0-9]{5}){4}"
},
"AgentArn":{
"type":"string",
"max":128,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$"
2018-11-28 09:58:03 +01:00
},
"AgentArnList":{
"type":"list",
"member":{"shape":"AgentArn"},
2021-01-26 16:12:20 +01:00
"max":4,
2018-11-28 09:58:03 +01:00
"min":1
},
"AgentList":{
"type":"list",
"member":{"shape":"AgentListEntry"}
},
"AgentListEntry":{
"type":"structure",
"members":{
"AgentArn":{
"shape":"AgentArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the agent.</p>"
},
"Name":{
"shape":"TagValue",
"documentation":"<p>The name of the agent.</p>"
},
"Status":{
"shape":"AgentStatus",
"documentation":"<p>The status of the agent.</p>"
}
},
2021-08-18 17:45:16 +02:00
"documentation":"<p>Represents a single entry in a list of agents. <code>AgentListEntry</code> returns an array that contains a list of agents when the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_ListAgents.html\">ListAgents</a> operation is called.</p>"
2018-11-28 09:58:03 +01:00
},
"AgentStatus":{
"type":"string",
"enum":[
"ONLINE",
"OFFLINE"
]
},
"Atime":{
"type":"string",
"enum":[
"NONE",
"BEST_EFFORT"
]
},
"BytesPerSecond":{
"type":"long",
"min":-1
},
"CancelTaskExecutionRequest":{
"type":"structure",
"required":["TaskExecutionArn"],
"members":{
"TaskExecutionArn":{
"shape":"TaskExecutionArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task execution to cancel.</p>"
}
},
"documentation":"<p>CancelTaskExecutionRequest</p>"
},
"CancelTaskExecutionResponse":{
"type":"structure",
"members":{
}
},
"CreateAgentRequest":{
"type":"structure",
"required":["ActivationKey"],
"members":{
"ActivationKey":{
"shape":"ActivationKey",
2021-09-22 22:53:42 +02:00
"documentation":"<p>Your agent activation key. You can get the activation key either by sending an HTTP GET request with redirects that enable you to get the agent IP address (port 80). Alternatively, you can get it from the DataSync console.</p> <p>The redirect URL returned in the response provides you the activation key for your agent in the query string parameter <code>activationKey</code>. It might also include other activation-related parameters; however, these are merely defaults. The arguments you pass to this API call determine the actual configuration of your agent.</p> <p>For more information, see Activating an Agent in the <i>DataSync User Guide.</i> </p>"
2018-11-28 09:58:03 +01:00
},
"AgentName":{
"shape":"TagValue",
"documentation":"<p>The name you configured for your agent. This value is a text reference that is used to identify the agent in the console.</p>"
},
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"InputTagList",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The key-value pair that represents the tag that you want to associate with the agent. The value can be an empty string. This value helps you manage, filter, and search for your agents.</p> <note> <p>Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. </p> </note>"
2019-08-15 10:33:42 +02:00
},
"VpcEndpointId":{
"shape":"VpcEndpointId",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The ID of the VPC (virtual private cloud) endpoint that the agent has access to. This is the client-side VPC endpoint, also called a PrivateLink. If you don't have a PrivateLink VPC endpoint, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html#create-endpoint-service\">Creating a VPC Endpoint Service Configuration</a> in the Amazon VPC User Guide.</p> <p>VPC endpoint ID looks like this: <code>vpce-01234d5aff67890e1</code>.</p>"
2019-08-15 10:33:42 +02:00
},
"SubnetArns":{
"shape":"PLSubnetArnList",
2019-10-03 12:21:31 +02:00
"documentation":"<p>The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task. The agent that runs a task must be private. When you start a task that is associated with an agent created in a VPC, or one that has access to an IP address in a VPC, then the task is also private. In this case, DataSync creates four network interfaces for each task in your subnet. For a data transfer to work, the agent must be able to route to all these four network interfaces.</p>"
2019-08-15 10:33:42 +02:00
},
"SecurityGroupArns":{
"shape":"PLSecurityGroupArnList",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The ARNs of the security groups used to protect your data transfer task subnets. See <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_Ec2Config.html#DataSync-Type-Ec2Config-SecurityGroupArns\">SecurityGroupArns</a>.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>CreateAgentRequest</p>"
},
"CreateAgentResponse":{
"type":"structure",
"members":{
"AgentArn":{
"shape":"AgentArn",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the agent. Use the <code>ListAgents</code> operation to return a list of agents for your account and Amazon Web Services Region.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>CreateAgentResponse</p>"
},
"CreateLocationEfsRequest":{
"type":"structure",
"required":[
"EfsFilesystemArn",
"Ec2Config"
],
"members":{
"Subdirectory":{
2020-02-11 03:48:00 +01:00
"shape":"EfsSubdirectory",
2021-09-22 22:53:42 +02:00
"documentation":"<p>A subdirectory in the locations path. This subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination. By default, DataSync uses the root directory.</p> <note> <p> <code>Subdirectory</code> must be specified with forward slashes. For example, <code>/path/to/folder</code>.</p> </note>"
2018-11-28 09:58:03 +01:00
},
"EfsFilesystemArn":{
"shape":"EfsFilesystemArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the Amazon EFS file system.</p>"
},
"Ec2Config":{
"shape":"Ec2Config",
2019-08-15 10:33:42 +02:00
"documentation":"<p>The subnet and security group that the Amazon EFS file system uses. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.</p> <p>The exact relationship between security group M (of the mount target) and security group S (which you provide for DataSync to use at this stage) is as follows: </p> <ul> <li> <p> Security group M (which you associate with the mount target) must allow inbound access for the Transmission Control Protocol (TCP) on the NFS port (2049) from security group S. You can enable inbound connections either by IP address (CIDR range) or security group. </p> </li> <li> <p>Security group S (provided to DataSync to access EFS) should have a rule that enables outbound connections to the NFS port on one of the file systems mount targets. You can enable outbound connections either by IP address (CIDR range) or security group.</p> <p>For information about security groups and mount targets, see Security Groups for Amazon EC2 Instances and Mount Targets in the <i>Amazon EFS User Guide.</i> </p> </li> </ul>"
2018-11-28 09:58:03 +01:00
},
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"InputTagList",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.</p>"
}
},
"documentation":"<p>CreateLocationEfsRequest</p>"
},
"CreateLocationEfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.</p>"
}
},
"documentation":"<p>CreateLocationEfs</p>"
},
2022-01-12 23:38:07 +01:00
"CreateLocationFsxLustreRequest":{
"type":"structure",
"required":[
"FsxFilesystemArn",
"SecurityGroupArns"
],
"members":{
"FsxFilesystemArn":{
"shape":"FsxFilesystemArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the FSx for Lustre file system.</p>"
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.</p>"
},
"Subdirectory":{
"shape":"FsxLustreSubdirectory",
"documentation":"<p>A subdirectory in the location's path. This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.</p>"
},
"Tags":{
"shape":"InputTagList",
"documentation":"<p>The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.</p>"
}
}
},
"CreateLocationFsxLustreResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for Lustre file system location that's created. </p>"
}
}
},
2020-02-11 03:48:00 +01:00
"CreateLocationFsxWindowsRequest":{
"type":"structure",
"required":[
"FsxFilesystemArn",
"SecurityGroupArns",
"User",
"Password"
],
"members":{
"Subdirectory":{
"shape":"FsxWindowsSubdirectory",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A subdirectory in the location's path. This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination.</p>"
2020-02-11 03:48:00 +01:00
},
"FsxFilesystemArn":{
"shape":"FsxFilesystemArn",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.</p>"
2020-02-11 03:48:00 +01:00
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.</p>"
2020-02-11 03:48:00 +01:00
},
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"InputTagList",
2020-02-11 03:48:00 +01:00
"documentation":"<p>The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.</p>"
},
"User":{
"shape":"SmbUser",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The user who has the permissions to access files and folders in the FSx for Windows File Server file system.</p> <p>For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see <a href=\"create-fsx-location.html#FSxWuser\">user</a>.</p>"
2020-02-11 03:48:00 +01:00
},
"Domain":{
"shape":"SmbDomain",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The name of the Windows domain that the FSx for Windows File Server belongs to.</p>"
2020-02-11 03:48:00 +01:00
},
"Password":{
"shape":"SmbPassword",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.</p>"
2020-02-11 03:48:00 +01:00
}
}
},
"CreateLocationFsxWindowsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location that is created.</p>"
2020-02-11 03:48:00 +01:00
}
}
},
2022-01-12 23:38:07 +01:00
"CreateLocationHdfsRequest":{
"type":"structure",
"required":[
"NameNodes",
"AuthenticationType",
"AgentArns"
],
"members":{
"Subdirectory":{
"shape":"HdfsSubdirectory",
"documentation":"<p>A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to <code>/</code>.</p>"
},
"NameNodes":{
"shape":"HdfsNameNodeList",
"documentation":"<p>The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.</p>"
},
"BlockSize":{
"shape":"HdfsBlockSize",
"documentation":"<p>The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).</p>"
},
"ReplicationFactor":{
"shape":"HdfsReplicationFactor",
"documentation":"<p>The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.</p>"
},
"KmsKeyProviderUri":{
"shape":"KmsKeyProviderUri",
"documentation":"<p>The URI of the HDFS cluster's Key Management Server (KMS). </p>"
},
"QopConfiguration":{
"shape":"QopConfiguration",
"documentation":"<p>The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster. If <code>QopConfiguration</code> isn't specified, <code>RpcProtection</code> and <code>DataTransferProtection</code> default to <code>PRIVACY</code>. If you set <code>RpcProtection</code> or <code>DataTransferProtection</code>, the other parameter assumes the same value. </p>"
},
"AuthenticationType":{
"shape":"HdfsAuthenticationType",
"documentation":"<p>The type of authentication used to determine the identity of the user. </p>"
},
"SimpleUser":{
"shape":"HdfsUser",
"documentation":"<p>The user name used to identify the client on the host operating system. </p> <note> <p>If <code>SIMPLE</code> is specified for <code>AuthenticationType</code>, this parameter is required. </p> </note>"
},
"KerberosPrincipal":{
"shape":"KerberosPrincipal",
"documentation":"<p>The Kerberos principal with access to the files and folders on the HDFS cluster. </p> <note> <p>If <code>KERBEROS</code> is specified for <code>AuthenticationType</code>, this parameter is required.</p> </note>"
},
"KerberosKeytab":{
"shape":"KerberosKeytabFile",
"documentation":"<p>The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address. If you're using the CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text. </p> <note> <p>If <code>KERBEROS</code> is specified for <code>AuthenticationType</code>, this parameter is required. </p> </note>"
},
"KerberosKrb5Conf":{
"shape":"KerberosKrb5ConfFile",
"documentation":"<p>The <code>krb5.conf</code> file that contains the Kerberos configuration information. You can load the <code>krb5.conf</code> file by providing the file's address. If you're using the CLI, it performs the base64 encoding for you. Otherwise, provide the base64-encoded text. </p> <note> <p>If <code>KERBEROS</code> is specified for <code>AuthenticationType</code>, this parameter is required.</p> </note>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.</p>"
},
"Tags":{
"shape":"InputTagList",
"documentation":"<p>The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources. </p>"
}
}
},
"CreateLocationHdfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The ARN of the source HDFS cluster location that's created. </p>"
}
}
},
2018-11-28 09:58:03 +01:00
"CreateLocationNfsRequest":{
"type":"structure",
"required":[
"Subdirectory",
"ServerHostname",
"OnPremConfig"
],
"members":{
"Subdirectory":{
2020-02-11 03:48:00 +01:00
"shape":"NfsSubdirectory",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination. The NFS path should be a path that's exported by the NFS server, or a subdirectory of that path. The path should be such that it can be mounted by other NFS clients in your network. </p> <p>To see all the paths exported by your NFS server, run \"<code>showmount -e nfs-server-name</code>\" from an NFS client that has access to your server. You can specify any directory that appears in the results, and any subdirectory of that directory. Ensure that the NFS export is accessible without Kerberos authentication. </p> <p>To transfer all the data in the folder you specified, DataSync needs to have permissions to read all the data. To ensure this, either configure the NFS export with <code>no_root_squash,</code> or ensure that the permissions for all of the files that you want DataSync allow read access for all users. Doing either enables the agent to read the files. For the agent to access directories, you must additionally enable all execute access.</p> <p>If you are copying data to or from your Snowcone device, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone\">NFS Server on Snowcone</a> for more information.</p> <p>For information about NFS export configuration, see 18.7. The /etc/exports Configuration File in the Red Hat Enterprise Linux documentation.</p>"
2018-11-28 09:58:03 +01:00
},
"ServerHostname":{
"shape":"ServerHostname",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The name of the NFS server. This value is the IP address or Domain Name Service (DNS) name of the NFS server. An agent that is installed on-premises uses this host name to mount the NFS server in a network. </p> <p>If you are copying data to or from your Snowcone device, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone\">NFS Server on Snowcone</a> for more information.</p> <note> <p>This name must either be DNS-compliant or must be an IP version 4 (IPv4) address.</p> </note>"
2018-11-28 09:58:03 +01:00
},
"OnPremConfig":{
"shape":"OnPremConfig",
2021-09-22 22:53:42 +02:00
"documentation":"<p>Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server. </p> <p>If you are copying data to or from your Snowcone device, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone\">NFS Server on Snowcone</a> for more information.</p>"
2018-11-28 09:58:03 +01:00
},
2019-08-03 07:08:36 +02:00
"MountOptions":{
"shape":"NfsMountOptions",
"documentation":"<p>The NFS mount options that DataSync can use to mount your NFS share.</p>"
},
2018-11-28 09:58:03 +01:00
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"InputTagList",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.</p>"
}
},
"documentation":"<p>CreateLocationNfsRequest</p>"
},
"CreateLocationNfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the source NFS file system location that is created.</p>"
}
},
"documentation":"<p>CreateLocationNfsResponse</p>"
},
2021-01-26 16:12:20 +01:00
"CreateLocationObjectStorageRequest":{
"type":"structure",
"required":[
"ServerHostname",
"BucketName",
"AgentArns"
],
"members":{
"ServerHostname":{
"shape":"ServerHostname",
"documentation":"<p>The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server. An agent uses this host name to mount the object storage server in a network. </p>"
},
"ServerPort":{
"shape":"ObjectStorageServerPort",
"documentation":"<p>The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one.</p>"
},
"ServerProtocol":{
"shape":"ObjectStorageServerProtocol",
"documentation":"<p>The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.</p>"
},
"Subdirectory":{
"shape":"S3Subdirectory",
"documentation":"<p>The subdirectory in the self-managed object storage server that is used to read data from.</p>"
},
"BucketName":{
"shape":"ObjectStorageBucketName",
"documentation":"<p>The bucket on the self-managed object storage server that is used to read data from.</p>"
},
"AccessKey":{
"shape":"ObjectStorageAccessKey",
"documentation":"<p>Optional. The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name and password, respectively.</p>"
},
"SecretKey":{
"shape":"ObjectStorageSecretKey",
"documentation":"<p>Optional. The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name and password, respectively.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.</p>"
},
"Tags":{
"shape":"InputTagList",
"documentation":"<p>The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.</p>"
}
},
"documentation":"<p>CreateLocationObjectStorageRequest</p>"
},
"CreateLocationObjectStorageResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.</p>"
}
},
"documentation":"<p>CreateLocationObjectStorageResponse</p>"
},
2018-11-28 09:58:03 +01:00
"CreateLocationS3Request":{
"type":"structure",
"required":[
"S3BucketArn",
"S3Config"
],
"members":{
"Subdirectory":{
2020-02-11 03:48:00 +01:00
"shape":"S3Subdirectory",
2018-11-28 09:58:03 +01:00
"documentation":"<p>A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.</p>"
},
"S3BucketArn":{
"shape":"S3BucketArn",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The ARN of the Amazon S3 bucket. If the bucket is on an Amazon Web Services Outpost, this must be an access point ARN.</p>"
2018-11-28 09:58:03 +01:00
},
2019-10-03 12:21:31 +02:00
"S3StorageClass":{
"shape":"S3StorageClass",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. For buckets in Amazon Web Services Regions, the storage class defaults to Standard. For buckets on Outposts, the storage class defaults to Amazon Web Services S3 Outposts.</p> <p>For more information about S3 storage classes, see <a href=\"http://aws.amazon.com/s3/storage-classes/\">Amazon S3 Storage Classes</a>. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes\">Considerations when working with S3 storage classes in DataSync</a>.</p>"
2019-10-03 12:21:31 +02:00
},
2018-11-28 09:58:03 +01:00
"S3Config":{"shape":"S3Config"},
2021-01-26 16:12:20 +01:00
"AgentArns":{
"shape":"AgentArnList",
2021-09-22 22:53:42 +02:00
"documentation":"<p>If you are using DataSync on an Amazon Web Services Outpost, specify the Amazon Resource Names (ARNs) of the DataSync agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/deploy-agents.html#outposts-agent\">Deploy your DataSync agent on Outposts</a>.</p>"
2021-01-26 16:12:20 +01:00
},
2018-11-28 09:58:03 +01:00
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"InputTagList",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.</p>"
}
},
"documentation":"<p>CreateLocationS3Request</p>"
},
"CreateLocationS3Response":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.</p>"
}
},
"documentation":"<p>CreateLocationS3Response</p>"
},
2019-10-03 12:21:31 +02:00
"CreateLocationSmbRequest":{
"type":"structure",
"required":[
"Subdirectory",
"ServerHostname",
"User",
"Password",
"AgentArns"
],
"members":{
"Subdirectory":{
2020-02-11 03:48:00 +01:00
"shape":"SmbSubdirectory",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network.</p> <note> <p> <code>Subdirectory</code> must be specified with forward slashes. For example, <code>/path/to/folder</code>.</p> </note> <p>To transfer all the data in the folder you specified, DataSync needs to have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either ensure that the user/password specified belongs to the user who can mount the share, and who has the appropriate permissions for all of the files and directories that you want DataSync to access, or use credentials of a member of the Backup Operators group to mount the share. Doing either enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access.</p>"
2019-10-03 12:21:31 +02:00
},
"ServerHostname":{
"shape":"ServerHostname",
"documentation":"<p>The name of the SMB server. This value is the IP address or Domain Name Service (DNS) name of the SMB server. An agent that is installed on-premises uses this hostname to mount the SMB server in a network.</p> <note> <p>This name must either be DNS-compliant or must be an IP version 4 (IPv4) address.</p> </note>"
},
"User":{
"shape":"SmbUser",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The user who can mount the share, has the permissions to access files and folders in the SMB share.</p> <p>For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see <a href=\"create-smb-location.html#SMBuser\">user</a>.</p>"
2019-10-03 12:21:31 +02:00
},
"Domain":{
"shape":"SmbDomain",
"documentation":"<p>The name of the Windows domain that the SMB server belongs to.</p>"
},
"Password":{
"shape":"SmbPassword",
"documentation":"<p>The password of the user who can mount the share, has the permissions to access files and folders in the SMB share.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location. </p>"
},
"MountOptions":{
"shape":"SmbMountOptions",
"documentation":"<p>The mount options used by DataSync to access the SMB server.</p>"
},
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"InputTagList",
2019-10-03 12:21:31 +02:00
"documentation":"<p>The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.</p>"
}
},
"documentation":"<p>CreateLocationSmbRequest</p>"
},
"CreateLocationSmbResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the source SMB file system location that is created.</p>"
}
},
"documentation":"<p>CreateLocationSmbResponse</p>"
},
2018-11-28 09:58:03 +01:00
"CreateTaskRequest":{
"type":"structure",
"required":[
"SourceLocationArn",
"DestinationLocationArn"
],
"members":{
"SourceLocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the source location for the task.</p>"
},
"DestinationLocationArn":{
"shape":"LocationArn",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of an Amazon Web Services storage resource's location. </p>"
2018-11-28 09:58:03 +01:00
},
"CloudWatchLogGroupArn":{
"shape":"LogGroupArn",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task. </p>"
2018-11-28 09:58:03 +01:00
},
"Name":{
"shape":"TagValue",
"documentation":"<p>The name of a task. This value is a text reference that is used to identify the task in the console. </p>"
},
"Options":{
"shape":"Options",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The set of configuration options that control the behavior of a single execution of the task that occurs when you call <code>StartTaskExecution</code>. You can configure these options to preserve metadata such as user ID (UID) and group ID (GID), file permissions, data integrity verification, and so on.</p> <p>For each individual task execution, you can override these options by specifying the <code>OverrideOptions</code> before starting the task execution. For more information, see the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html\">StartTaskExecution</a> operation. </p>"
2018-11-28 09:58:03 +01:00
},
2019-08-03 07:08:36 +02:00
"Excludes":{
"shape":"FilterList",
2021-01-26 16:12:20 +01:00
"documentation":"<p>A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, <code>\"/folder1|/folder2\"</code>. </p> <p> </p>"
2019-08-03 07:08:36 +02:00
},
2019-12-12 10:04:05 +01:00
"Schedule":{
"shape":"TaskSchedule",
2021-08-18 17:45:16 +02:00
"documentation":"<p>Specifies a schedule used to periodically transfer files from a source to a destination location. The schedule should be specified in UTC time. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html\">Scheduling your task</a>.</p>"
2019-12-12 10:04:05 +01:00
},
2018-11-28 09:58:03 +01:00
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"InputTagList",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The key-value pair that represents the tag that you want to add to the resource. The value can be an empty string. </p>"
2021-09-22 22:53:42 +02:00
},
"Includes":{
"shape":"FilterList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, <code>\"/folder1|/folder2\"</code>.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>CreateTaskRequest</p>"
},
"CreateTaskResponse":{
"type":"structure",
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task.</p>"
}
},
"documentation":"<p>CreateTaskResponse</p>"
},
"DeleteAgentRequest":{
"type":"structure",
"required":["AgentArn"],
"members":{
"AgentArn":{
"shape":"AgentArn",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the agent to delete. Use the <code>ListAgents</code> operation to return a list of agents for your account and Amazon Web Services Region.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>DeleteAgentRequest</p>"
},
"DeleteAgentResponse":{
"type":"structure",
"members":{
}
},
"DeleteLocationRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the location to delete.</p>"
}
},
"documentation":"<p>DeleteLocation</p>"
},
"DeleteLocationResponse":{
"type":"structure",
"members":{
}
},
"DeleteTaskRequest":{
"type":"structure",
"required":["TaskArn"],
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task to delete.</p>"
}
},
"documentation":"<p>DeleteTask</p>"
},
"DeleteTaskResponse":{
"type":"structure",
"members":{
}
},
"DescribeAgentRequest":{
"type":"structure",
"required":["AgentArn"],
"members":{
"AgentArn":{
"shape":"AgentArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the agent to describe.</p>"
}
},
"documentation":"<p>DescribeAgent</p>"
},
"DescribeAgentResponse":{
"type":"structure",
"members":{
"AgentArn":{
"shape":"AgentArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the agent.</p>"
},
"Name":{
"shape":"TagValue",
"documentation":"<p>The name of the agent.</p>"
},
"Status":{
"shape":"AgentStatus",
"documentation":"<p>The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.</p>"
},
"LastConnectionTime":{
"shape":"Time",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The time that the agent last connected to DataSync.</p>"
2018-11-28 09:58:03 +01:00
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the agent was activated (that is, created in your account).</p>"
2019-08-03 07:08:36 +02:00
},
2019-08-15 10:33:42 +02:00
"EndpointType":{
"shape":"EndpointType",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet. </p>"
2019-08-15 10:33:42 +02:00
},
"PrivateLinkConfig":{
"shape":"PrivateLinkConfig",
"documentation":"<p>The subnet and the security group that DataSync used to access a VPC endpoint.</p>"
}
2018-11-28 09:58:03 +01:00
},
"documentation":"<p>DescribeAgentResponse</p>"
},
"DescribeLocationEfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the EFS location to describe.</p>"
}
},
"documentation":"<p>DescribeLocationEfsRequest</p>"
},
"DescribeLocationEfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the EFS location that was described.</p>"
2018-11-28 09:58:03 +01:00
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the EFS location that was described.</p>"
},
"Ec2Config":{"shape":"Ec2Config"},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the EFS location was created.</p>"
}
},
"documentation":"<p>DescribeLocationEfsResponse</p>"
},
2022-01-12 23:38:07 +01:00
"DescribeLocationFsxLustreRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for Lustre location to describe. </p>"
}
}
},
"DescribeLocationFsxLustreResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URI of the FSx for Lustre location that was described.</p>"
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.</p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the FSx for Lustre location was created.</p>"
}
}
},
2020-02-11 03:48:00 +01:00
"DescribeLocationFsxWindowsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.</p>"
2020-02-11 03:48:00 +01:00
}
}
},
"DescribeLocationFsxWindowsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.</p>"
2020-02-11 03:48:00 +01:00
},
"LocationUri":{
"shape":"LocationUri",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The URL of the FSx for Windows File Server location that was described.</p>"
2020-02-11 03:48:00 +01:00
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.</p>"
2020-02-11 03:48:00 +01:00
},
"CreationTime":{
"shape":"Time",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The time that the FSx for Windows File Server location was created.</p>"
2020-02-11 03:48:00 +01:00
},
"User":{
"shape":"SmbUser",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The user who has the permissions to access files and folders in the FSx for Windows File Server file system.</p>"
2020-02-11 03:48:00 +01:00
},
"Domain":{
"shape":"SmbDomain",
2021-03-24 00:16:10 +01:00
"documentation":"<p>The name of the Windows domain that the FSx for Windows File Server belongs to.</p>"
2020-02-11 03:48:00 +01:00
}
}
},
2022-01-12 23:38:07 +01:00
"DescribeLocationHdfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the HDFS cluster location to describe.</p>"
}
}
},
"DescribeLocationHdfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The ARN of the HDFS cluster location.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URI of the HDFS cluster location.</p>"
},
"NameNodes":{
"shape":"HdfsNameNodeList",
"documentation":"<p>The NameNode that manage the HDFS namespace. </p>"
},
"BlockSize":{
"shape":"HdfsBlockSize",
"documentation":"<p>The size of the data blocks to write into the HDFS cluster. </p>"
},
"ReplicationFactor":{
"shape":"HdfsReplicationFactor",
"documentation":"<p>The number of DataNodes to replicate the data to when writing to the HDFS cluster. </p>"
},
"KmsKeyProviderUri":{
"shape":"KmsKeyProviderUri",
"documentation":"<p> The URI of the HDFS cluster's Key Management Server (KMS). </p>"
},
"QopConfiguration":{
"shape":"QopConfiguration",
"documentation":"<p>The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster. </p>"
},
"AuthenticationType":{
"shape":"HdfsAuthenticationType",
"documentation":"<p>The type of authentication used to determine the identity of the user. </p>"
},
"SimpleUser":{
"shape":"HdfsUser",
"documentation":"<p>The user name used to identify the client on the host operating system. This parameter is used if the <code>AuthenticationType</code> is defined as <code>SIMPLE</code>.</p>"
},
"KerberosPrincipal":{
"shape":"KerberosPrincipal",
"documentation":"<p>The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the <code>AuthenticationType</code> is defined as <code>KERBEROS</code>.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The ARNs of the agents that are used to connect to the HDFS cluster. </p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the HDFS location was created.</p>"
}
}
},
2018-11-28 09:58:03 +01:00
"DescribeLocationNfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the NFS location to describe.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>DescribeLocationNfsRequest</p>"
},
"DescribeLocationNfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the NFS location that was described.</p>"
2018-11-28 09:58:03 +01:00
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the source NFS location that was described.</p>"
},
"OnPremConfig":{"shape":"OnPremConfig"},
2019-08-03 07:08:36 +02:00
"MountOptions":{
"shape":"NfsMountOptions",
"documentation":"<p>The NFS mount options that DataSync used to mount your NFS share.</p>"
},
2018-11-28 09:58:03 +01:00
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the NFS location was created.</p>"
}
},
"documentation":"<p>DescribeLocationNfsResponse</p>"
},
2021-01-26 16:12:20 +01:00
"DescribeLocationObjectStorageRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the self-managed object storage server location that was described.</p>"
}
},
"documentation":"<p>DescribeLocationObjectStorageRequest</p>"
},
"DescribeLocationObjectStorageResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the self-managed object storage server location to describe.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the source self-managed object storage server location that was described.</p>"
},
"AccessKey":{
"shape":"ObjectStorageAccessKey",
"documentation":"<p>Optional. The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name and password, respectively.</p>"
},
"ServerPort":{
"shape":"ObjectStorageServerPort",
"documentation":"<p>The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS).</p>"
},
"ServerProtocol":{
"shape":"ObjectStorageServerProtocol",
"documentation":"<p>The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.</p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the self-managed object storage server agent was created.</p>"
}
},
"documentation":"<p>DescribeLocationObjectStorageResponse</p>"
},
2018-11-28 09:58:03 +01:00
"DescribeLocationS3Request":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon S3 bucket location to describe.</p>"
}
},
"documentation":"<p>DescribeLocationS3Request</p>"
},
"DescribeLocationS3Response":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.</p>"
2018-11-28 09:58:03 +01:00
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the Amazon S3 location that was described.</p>"
},
2019-10-03 12:21:31 +02:00
"S3StorageClass":{
"shape":"S3StorageClass",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see <a href=\"http://aws.amazon.com/s3/storage-classes/\">Amazon S3 Storage Classes</a>. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes\">Considerations when working with S3 storage classes in DataSync</a>.</p>"
2019-10-03 12:21:31 +02:00
},
2018-11-28 09:58:03 +01:00
"S3Config":{"shape":"S3Config"},
2021-01-26 16:12:20 +01:00
"AgentArns":{
"shape":"AgentArnList",
2021-09-22 22:53:42 +02:00
"documentation":"<p>If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/deploy-agents.html#outposts-agent\">Deploy your DataSync agent on Outposts</a>.</p>"
2021-01-26 16:12:20 +01:00
},
2018-11-28 09:58:03 +01:00
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the Amazon S3 bucket location was created.</p>"
}
},
"documentation":"<p>DescribeLocationS3Response</p>"
},
2019-10-03 12:21:31 +02:00
"DescribeLocationSmbRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the SMB location to describe.</p>"
2019-10-03 12:21:31 +02:00
}
},
"documentation":"<p>DescribeLocationSmbRequest</p>"
},
"DescribeLocationSmbResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the SMB location that was described.</p>"
2019-10-03 12:21:31 +02:00
},
"LocationUri":{
"shape":"LocationUri",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The URL of the source SMB location that was described.</p>"
2019-10-03 12:21:31 +02:00
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The Amazon Resource Name (ARN) of the source SMB file system location that is created.</p>"
},
"User":{
"shape":"SmbUser",
"documentation":"<p>The user who can mount the share, has the permissions to access files and folders in the SMB share.</p>"
},
"Domain":{
"shape":"SmbDomain",
"documentation":"<p>The name of the Windows domain that the SMB server belongs to.</p>"
},
"MountOptions":{
"shape":"SmbMountOptions",
"documentation":"<p>The mount options that are available for DataSync to use to access an SMB location.</p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the SMB location was created.</p>"
}
},
"documentation":"<p>DescribeLocationSmbResponse</p>"
},
2018-11-28 09:58:03 +01:00
"DescribeTaskExecutionRequest":{
"type":"structure",
"required":["TaskExecutionArn"],
"members":{
"TaskExecutionArn":{
"shape":"TaskExecutionArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task that is being executed.</p>"
}
},
"documentation":"<p>DescribeTaskExecutionRequest</p>"
},
"DescribeTaskExecutionResponse":{
"type":"structure",
"members":{
"TaskExecutionArn":{
"shape":"TaskExecutionArn",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the task execution that was described. <code>TaskExecutionArn</code> is hierarchical and includes <code>TaskArn</code> for the task that was executed. </p> <p>For example, a <code>TaskExecution</code> value with the ARN <code>arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b</code> executed the task with the ARN <code>arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2</code>. </p>"
2018-11-28 09:58:03 +01:00
},
"Status":{
"shape":"TaskExecutionStatus",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The status of the task execution. </p> <p>For detailed information about task execution statuses, see Understanding Task Statuses in the <i>DataSync User Guide.</i> </p>"
2018-11-28 09:58:03 +01:00
},
"Options":{"shape":"Options"},
2019-08-03 07:08:36 +02:00
"Excludes":{
"shape":"FilterList",
2019-08-15 10:33:42 +02:00
"documentation":"<p>A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example: <code>\"/folder1|/folder2\"</code> </p> <p> </p>"
2019-08-03 07:08:36 +02:00
},
"Includes":{
"shape":"FilterList",
2019-08-15 10:33:42 +02:00
"documentation":"<p>A list of filter rules that determines which files to include when running a task. The list should contain a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example: <code>\"/folder1|/folder2\"</code> </p> <p> </p>"
2019-08-03 07:08:36 +02:00
},
2018-11-28 09:58:03 +01:00
"StartTime":{
"shape":"Time",
"documentation":"<p>The time that the task execution was started.</p>"
},
"EstimatedFilesToTransfer":{
"shape":"long",
"documentation":"<p>The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING phase, before the TRANSFERRING phase. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred. </p>"
},
"EstimatedBytesToTransfer":{
"shape":"long",
"documentation":"<p>The estimated physical number of bytes that is to be transferred over the network.</p>"
},
"FilesTransferred":{
"shape":"long",
"documentation":"<p>The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING phase. It's updated periodically when each file is read from the source and sent over the network. </p> <p>If failures occur during a transfer, this value can be less than <code>EstimatedFilesToTransfer</code>. This value can also be greater than <code>EstimatedFilesTransferred</code> in some cases. This element is implementation-specific for some location types, so don't use it as an indicator for a correct file number or to monitor your task execution.</p>"
},
"BytesWritten":{
"shape":"long",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The number of logical bytes written to the destination Amazon Web Services storage resource.</p>"
2018-11-28 09:58:03 +01:00
},
"BytesTransferred":{
"shape":"long",
"documentation":"<p>The physical number of bytes transferred over the network.</p>"
},
"Result":{
"shape":"TaskExecutionResultDetail",
"documentation":"<p>The result of the task execution.</p>"
}
},
"documentation":"<p>DescribeTaskExecutionResponse</p>"
},
"DescribeTaskRequest":{
"type":"structure",
"required":["TaskArn"],
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task to describe.</p>"
}
},
"documentation":"<p>DescribeTaskRequest</p>"
},
"DescribeTaskResponse":{
"type":"structure",
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task that was described.</p>"
},
"Status":{
"shape":"TaskStatus",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The status of the task that was described.</p> <p>For detailed information about task execution statuses, see Understanding Task Statuses in the <i>DataSync User Guide</i>.</p>"
2018-11-28 09:58:03 +01:00
},
"Name":{
"shape":"TagValue",
"documentation":"<p>The name of the task that was described.</p>"
},
"CurrentTaskExecutionArn":{
"shape":"TaskExecutionArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task execution that is syncing files.</p>"
},
"SourceLocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the source file system's location.</p>"
},
"DestinationLocationArn":{
"shape":"LocationArn",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.</p>"
2018-11-28 09:58:03 +01:00
},
"CloudWatchLogGroupArn":{
"shape":"LogGroupArn",
2019-08-15 10:33:42 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in the task.</p> <p>For more information on these groups, see Working with Log Groups and Log Streams in the <i>Amazon CloudWatch User Guide</i>.</p>"
},
"SourceNetworkInterfaceArns":{
"shape":"SourceNetworkInterfaceArns",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The Amazon Resource Names (ARNs) of the source elastic network interfaces (ENIs) that were created for your subnet.</p>"
2019-08-15 10:33:42 +02:00
},
"DestinationNetworkInterfaceArns":{
"shape":"DestinationNetworkInterfaceArns",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The Amazon Resource Names (ARNs) of the destination elastic network interfaces (ENIs) that were created for your subnet.</p>"
2018-11-28 09:58:03 +01:00
},
"Options":{
"shape":"Options",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The set of configuration options that control the behavior of a single execution of the task that occurs when you call <code>StartTaskExecution</code>. You can configure these options to preserve metadata such as user ID (UID) and group (GID), file permissions, data integrity verification, and so on.</p> <p>For each individual task execution, you can override these options by specifying the overriding <code>OverrideOptions</code> value to <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html\">StartTaskExecution</a> operation. </p>"
2018-11-28 09:58:03 +01:00
},
2019-08-03 07:08:36 +02:00
"Excludes":{
"shape":"FilterList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, <code>\"/folder1|/folder2\"</code>. </p> <p> </p>"
2019-08-03 07:08:36 +02:00
},
2019-12-12 10:04:05 +01:00
"Schedule":{
"shape":"TaskSchedule",
"documentation":"<p>The schedule used to periodically transfer files from a source to a destination location.</p>"
},
2018-11-28 09:58:03 +01:00
"ErrorCode":{
"shape":"string",
2021-09-22 22:53:42 +02:00
"documentation":"<p>Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.</p>"
2018-11-28 09:58:03 +01:00
},
"ErrorDetail":{
"shape":"string",
"documentation":"<p>Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues. </p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the task was created.</p>"
2021-09-22 22:53:42 +02:00
},
"Includes":{
"shape":"FilterList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, <code>\"/folder1|/folder2</code>\".</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>DescribeTaskResponse</p>"
},
2019-08-15 10:33:42 +02:00
"DestinationNetworkInterfaceArns":{
"type":"list",
"member":{"shape":"NetworkInterfaceArn"}
},
2018-11-28 09:58:03 +01:00
"Duration":{
"type":"long",
"min":0
},
"Ec2Config":{
"type":"structure",
"required":[
"SubnetArn",
"SecurityGroupArns"
],
"members":{
"SubnetArn":{
"shape":"Ec2SubnetArn",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The ARN of the subnet and the security group that DataSync uses to access the target EFS file system.</p>"
2018-11-28 09:58:03 +01:00
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.</p>"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>The subnet and the security group that DataSync uses to access target EFS file system. The subnet must have at least one mount target for that file system. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified. </p>"
2018-11-28 09:58:03 +01:00
},
"Ec2SecurityGroupArn":{
"type":"string",
"max":128,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:security-group/.*$"
2018-11-28 09:58:03 +01:00
},
"Ec2SecurityGroupArnList":{
"type":"list",
"member":{"shape":"Ec2SecurityGroupArn"},
"max":5,
"min":1
},
"Ec2SubnetArn":{
"type":"string",
"max":128,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$"
2018-11-28 09:58:03 +01:00
},
"EfsFilesystemArn":{
"type":"string",
"max":128,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
},
2020-02-11 03:48:00 +01:00
"EfsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
},
2019-08-15 10:33:42 +02:00
"Endpoint":{
"type":"string",
"max":15,
"min":7,
"pattern":"\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z"
},
"EndpointType":{
"type":"string",
"enum":[
"PUBLIC",
2019-12-12 10:04:05 +01:00
"PRIVATE_LINK",
"FIPS"
2019-08-15 10:33:42 +02:00
]
2019-08-03 07:08:36 +02:00
},
2021-01-26 16:12:20 +01:00
"FilterAttributeValue":{
"type":"string",
"max":255,
"min":1,
"pattern":"^[0-9a-zA-Z_\\ \\-\\:\\*\\.\\\\/\\?-]*$"
},
2019-08-03 07:08:36 +02:00
"FilterList":{
"type":"list",
"member":{"shape":"FilterRule"},
"max":1,
"min":0
},
"FilterRule":{
"type":"structure",
"members":{
"FilterType":{
"shape":"FilterType",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.</p>"
2019-08-03 07:08:36 +02:00
},
"Value":{
"shape":"FilterValue",
2019-08-15 10:33:42 +02:00
"documentation":"<p>A single filter string that consists of the patterns to include or exclude. The patterns are delimited by \"|\" (that is, a pipe), for example: <code>/folder1|/folder2</code> </p> <p> </p>"
2019-08-03 07:08:36 +02:00
}
},
2021-08-18 17:45:16 +02:00
"documentation":"<p>Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.</p>"
2019-08-03 07:08:36 +02:00
},
"FilterType":{
"type":"string",
"enum":["SIMPLE_PATTERN"],
"max":128,
"pattern":"^[A-Z0-9_]+$"
},
"FilterValue":{
"type":"string",
"max":409600,
"pattern":"^[^\\x00]+$"
2018-11-28 09:58:03 +01:00
},
2021-01-26 16:12:20 +01:00
"FilterValues":{
"type":"list",
"member":{"shape":"FilterAttributeValue"}
},
2020-02-11 03:48:00 +01:00
"FsxFilesystemArn":{
"type":"string",
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
},
2022-01-12 23:38:07 +01:00
"FsxLustreSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
2020-02-11 03:48:00 +01:00
"FsxWindowsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
2018-11-28 09:58:03 +01:00
"Gid":{
"type":"string",
"enum":[
"NONE",
"INT_VALUE",
"NAME",
"BOTH"
]
},
2022-01-12 23:38:07 +01:00
"HdfsAuthenticationType":{
"type":"string",
"enum":[
"SIMPLE",
"KERBEROS"
]
},
"HdfsBlockSize":{
"type":"integer",
"box":true,
"max":1073741824,
"min":1048576
},
"HdfsDataTransferProtection":{
"type":"string",
"enum":[
"DISABLED",
"AUTHENTICATION",
"INTEGRITY",
"PRIVACY"
]
},
"HdfsNameNode":{
"type":"structure",
"required":[
"Hostname",
"Port"
],
"members":{
"Hostname":{
"shape":"HdfsServerHostname",
"documentation":"<p>The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.</p>"
},
"Port":{
"shape":"HdfsServerPort",
"documentation":"<p>The port that the NameNode uses to listen to client requests.</p>"
}
},
"documentation":"<p>The NameNode of the Hadoop Distributed File System (HDFS). The NameNode manages the file system's namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes.</p>"
},
"HdfsNameNodeList":{
"type":"list",
"member":{"shape":"HdfsNameNode"},
"min":1
},
"HdfsReplicationFactor":{
"type":"integer",
"box":true,
"max":512,
"min":1
},
"HdfsRpcProtection":{
"type":"string",
"enum":[
"DISABLED",
"AUTHENTICATION",
"INTEGRITY",
"PRIVACY"
]
},
"HdfsServerHostname":{
"type":"string",
"max":255,
"min":1,
"pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$"
},
"HdfsServerPort":{
"type":"integer",
"box":true,
"max":65536,
"min":1
},
"HdfsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"HdfsUser":{
"type":"string",
"max":256,
"min":1,
"pattern":"^[_.A-Za-z0-9][-_.A-Za-z0-9]*$"
},
2018-11-28 09:58:03 +01:00
"IamRoleArn":{
"type":"string",
"max":2048,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$"
},
2021-01-26 16:12:20 +01:00
"InputTagList":{
"type":"list",
"member":{"shape":"TagListEntry"},
"max":50,
"min":0
},
2019-08-03 07:08:36 +02:00
"InternalException":{
"type":"structure",
"members":{
"message":{"shape":"string"},
"errorCode":{"shape":"string"}
},
2021-09-22 22:53:42 +02:00
"documentation":"<p>This exception is thrown when an error occurs in the DataSync service.</p>",
2019-08-03 07:08:36 +02:00
"exception":true,
"fault":true
2018-11-28 09:58:03 +01:00
},
"InvalidRequestException":{
"type":"structure",
"members":{
"message":{"shape":"string"},
"errorCode":{"shape":"string"}
},
"documentation":"<p>This exception is thrown when the client submits a malformed request.</p>",
"exception":true
},
2022-01-12 23:38:07 +01:00
"KerberosKeytabFile":{
"type":"blob",
"max":65536
},
"KerberosKrb5ConfFile":{
"type":"blob",
"max":131072
},
"KerberosPrincipal":{
"type":"string",
"max":256,
"min":1,
"pattern":"^.+$"
},
"KmsKeyProviderUri":{
"type":"string",
"max":255,
"min":1,
"pattern":"^kms:\\/\\/http[s]?@(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])(;(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9]))*:[0-9]{1,5}\\/kms$"
},
2018-11-28 09:58:03 +01:00
"ListAgentsRequest":{
"type":"structure",
"members":{
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of agents to list.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin the next list of agents.</p>"
}
},
"documentation":"<p>ListAgentsRequest</p>"
},
"ListAgentsResponse":{
"type":"structure",
"members":{
"Agents":{
"shape":"AgentList",
"documentation":"<p>A list of agents in your account.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin returning the next list of agents.</p>"
}
},
"documentation":"<p>ListAgentsResponse</p>"
},
"ListLocationsRequest":{
"type":"structure",
"members":{
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of locations to return.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin the next list of locations.</p>"
2021-01-26 16:12:20 +01:00
},
"Filters":{
"shape":"LocationFilters",
"documentation":"<p>You can use API filters to narrow down the list of resources returned by <code>ListLocations</code>. For example, to retrieve all tasks on a specific source location, you can use <code>ListLocations</code> with filter name <code>LocationType S3</code> and <code>Operator Equals</code>.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>ListLocationsRequest</p>"
},
"ListLocationsResponse":{
"type":"structure",
"members":{
"Locations":{
"shape":"LocationList",
"documentation":"<p>An array that contains a list of locations.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin returning the next list of locations.</p>"
}
},
"documentation":"<p>ListLocationsResponse</p>"
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
"members":{
"ResourceArn":{
"shape":"TaggableResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource whose tags to list.</p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of locations to return.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin the next list of locations.</p>"
}
},
"documentation":"<p>ListTagsForResourceRequest</p>"
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"OutputTagList",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Array of resource tags.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin returning the next list of resource tags.</p>"
}
},
"documentation":"<p>ListTagsForResourceResponse</p>"
},
"ListTaskExecutionsRequest":{
"type":"structure",
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task whose tasks you want to list.</p>"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of executed tasks to list.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin the next list of the executed tasks.</p>"
}
},
"documentation":"<p>ListTaskExecutions</p>"
},
"ListTaskExecutionsResponse":{
"type":"structure",
"members":{
"TaskExecutions":{
"shape":"TaskExecutionList",
"documentation":"<p>A list of executed tasks.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin returning the next list of executed tasks.</p>"
}
},
"documentation":"<p>ListTaskExecutionsResponse</p>"
},
"ListTasksRequest":{
"type":"structure",
"members":{
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of tasks to return.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin the next list of tasks.</p>"
2021-01-26 16:12:20 +01:00
},
"Filters":{
"shape":"TaskFilters",
"documentation":"<p>You can use API filters to narrow down the list of resources returned by <code>ListTasks</code>. For example, to retrieve all tasks on a specific source location, you can use <code>ListTasks</code> with filter name <code>LocationId</code> and <code>Operator Equals</code> with the ARN for the location.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>ListTasksRequest</p>"
},
"ListTasksResponse":{
"type":"structure",
"members":{
"Tasks":{
"shape":"TaskList",
"documentation":"<p>A list of all the tasks that are returned.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque string that indicates the position at which to begin returning the next list of tasks.</p>"
}
},
"documentation":"<p>ListTasksResponse</p>"
},
"LocationArn":{
"type":"string",
"max":128,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$"
2018-11-28 09:58:03 +01:00
},
2021-01-26 16:12:20 +01:00
"LocationFilter":{
"type":"structure",
"required":[
"Name",
"Values",
"Operator"
],
"members":{
"Name":{
"shape":"LocationFilterName",
"documentation":"<p>The name of the filter being used. Each API call supports a list of filters that are available for it (for example, <code>LocationType</code> for <code>ListLocations</code>).</p>"
},
"Values":{
"shape":"FilterValues",
"documentation":"<p>The values that you want to filter for. For example, you might want to display only Amazon S3 locations.</p>"
},
"Operator":{
"shape":"Operator",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The operator that is used to compare filter values (for example, <code>Equals</code> or <code>Contains</code>). For more about API filtering operators, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html\">API filters for ListTasks and ListLocations</a>.</p>"
2021-01-26 16:12:20 +01:00
}
},
"documentation":"<p>You can use API filters to narrow down the list of resources returned by <code>ListLocations</code>. For example, to retrieve all your Amazon S3 locations, you can use <code>ListLocations</code> with filter name <code>LocationType S3</code> and <code>Operator Equals</code>.</p>"
},
"LocationFilterName":{
"type":"string",
"enum":[
"LocationUri",
"LocationType",
"CreationTime"
]
},
"LocationFilters":{
"type":"list",
"member":{"shape":"LocationFilter"}
},
2018-11-28 09:58:03 +01:00
"LocationList":{
"type":"list",
"member":{"shape":"LocationListEntry"}
},
"LocationListEntry":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the location. For Network File System (NFS) or Amazon EFS, the location is the export path. For Amazon S3, the location is the prefix path that you want to mount and use as the root of the location.</p>"
},
"LocationUri":{
"shape":"LocationUri",
2022-01-12 23:38:07 +01:00
"documentation":"<p>Represents a list of URIs of a location. <code>LocationUri</code> returns an array that contains a list of locations when the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_ListLocations.html\">ListLocations</a> operation is called.</p> <p>Format: <code>TYPE://GLOBAL_ID/SUBDIR</code>.</p> <p>TYPE designates the type of location. Valid values: NFS | EFS | S3.</p> <p>GLOBAL_ID is the globally unique identifier of the resource that backs the location. An example for EFS is <code>us-east-2.fs-abcd1234</code>. An example for Amazon S3 is the bucket name, such as <code>myBucket</code>. An example for NFS is a valid IPv4 address or a host name compliant with Domain Name Service (DNS).</p> <p>SUBDIR is a valid file system path, delimited by forward slashes as is the *nix convention. For NFS and Amazon EFS, it's the export path to mount the location. For Amazon S3, it's the prefix path that you mount to and treat as the root of the location.</p> <p/>"
2018-11-28 09:58:03 +01:00
}
},
2021-08-18 17:45:16 +02:00
"documentation":"<p>Represents a single entry in a list of locations. <code>LocationListEntry</code> returns an array that contains a list of locations when the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_ListLocations.html\">ListLocations</a> operation is called.</p>"
2018-11-28 09:58:03 +01:00
},
"LocationUri":{
"type":"string",
2020-02-11 03:48:00 +01:00
"max":4356,
2022-01-12 23:38:07 +01:00
"pattern":"^(efs|nfs|s3|smb|fsxw|fsxl)://[a-zA-Z0-9.\\-]+$"
2018-11-28 09:58:03 +01:00
},
"LogGroupArn":{
"type":"string",
"max":562,
2021-01-26 16:12:20 +01:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)(:\\*)?$"
2018-11-28 09:58:03 +01:00
},
2020-02-11 03:48:00 +01:00
"LogLevel":{
"type":"string",
"enum":[
"OFF",
"BASIC",
"TRANSFER"
]
},
2018-11-28 09:58:03 +01:00
"MaxResults":{
"type":"integer",
"max":100,
"min":0
},
"Mtime":{
"type":"string",
"enum":[
"NONE",
"PRESERVE"
]
},
2019-08-15 10:33:42 +02:00
"NetworkInterfaceArn":{
"type":"string",
"max":128,
"pattern":"^arn:aws[\\-a-z]{0,}:ec2:[a-z\\-0-9]*:[0-9]{12}:network-interface/eni-[0-9a-f]+$"
},
2018-11-28 09:58:03 +01:00
"NextToken":{
"type":"string",
2019-08-03 07:08:36 +02:00
"max":65535,
2018-11-28 09:58:03 +01:00
"pattern":"[a-zA-Z0-9=_-]+"
},
2019-08-03 07:08:36 +02:00
"NfsMountOptions":{
"type":"structure",
"members":{
"Version":{
"shape":"NfsVersion",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The specific NFS version that you want DataSync to use to mount your NFS share. If the server refuses to use the version specified, the sync will fail. If you don't specify a version, DataSync defaults to <code>AUTOMATIC</code>. That is, DataSync automatically selects a version based on negotiation with the NFS server.</p> <p>You can specify the following NFS versions:</p> <ul> <li> <p> <b> <a href=\"https://tools.ietf.org/html/rfc1813\">NFSv3</a> </b> - stateless protocol version that allows for asynchronous writes on the server.</p> </li> <li> <p> <b> <a href=\"https://tools.ietf.org/html/rfc3530\">NFSv4.0</a> </b> - stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.</p> </li> <li> <p> <b> <a href=\"https://tools.ietf.org/html/rfc5661\">NFSv4.1</a> </b> - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.</p> </li> </ul>"
2019-08-03 07:08:36 +02:00
}
},
"documentation":"<p>Represents the mount options that are available for DataSync to access an NFS location.</p>"
},
2020-02-11 03:48:00 +01:00
"NfsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$"
},
2019-08-03 07:08:36 +02:00
"NfsVersion":{
"type":"string",
"enum":[
"AUTOMATIC",
"NFS3",
"NFS4_0",
"NFS4_1"
]
},
2021-01-26 16:12:20 +01:00
"ObjectStorageAccessKey":{
"type":"string",
"max":200,
"min":8,
"pattern":"^.+$"
},
"ObjectStorageBucketName":{
"type":"string",
"max":63,
"min":3,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"ObjectStorageSecretKey":{
"type":"string",
"max":200,
"min":8,
"pattern":"^.+$",
"sensitive":true
},
"ObjectStorageServerPort":{
"type":"integer",
"box":true,
"max":65536,
"min":1
},
"ObjectStorageServerProtocol":{
"type":"string",
"enum":[
"HTTPS",
"HTTP"
]
},
2018-11-28 09:58:03 +01:00
"OnPremConfig":{
"type":"structure",
"required":["AgentArns"],
"members":{
"AgentArns":{
"shape":"AgentArnList",
2021-01-26 16:12:20 +01:00
"documentation":"<p>ARNs of the agents to use for an NFS location.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.</p>"
},
2021-01-26 16:12:20 +01:00
"Operator":{
"type":"string",
"enum":[
"Equals",
"NotEquals",
"In",
"LessThanOrEqual",
"LessThan",
"GreaterThanOrEqual",
"GreaterThan",
"Contains",
"NotContains",
"BeginsWith"
]
},
2018-11-28 09:58:03 +01:00
"Options":{
"type":"structure",
"members":{
"VerifyMode":{
"shape":"VerifyMode",
2021-08-18 17:45:16 +02:00
"documentation":"<p>A value that determines whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html\">Configure task settings</a>. </p> <p>Default value: POINT_IN_TIME_CONSISTENT.</p> <p>ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files that were transferred. </p> <p>POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination at the end of the transfer to verify that source and destination are fully synchronized. This option isn't supported when transferring to S3 Glacier or S3 Glacier Deep Archive storage classes.</p> <p>NONE: No additional verification is done at the end of the transfer, but all data transmissions are integrity-checked with checksum verification during the transfer.</p>"
2019-10-03 12:21:31 +02:00
},
"OverwriteMode":{
"shape":"OverwriteMode",
2021-09-22 22:53:42 +02:00
"documentation":"<p>A value that determines whether files at the destination should be overwritten or preserved when copying files. If set to <code>NEVER</code> a destination file will not be replaced by a source file, even if the destination file differs from the source file. If you modify files in the destination and you sync the files, you can use this value to protect against overwriting those changes. </p> <p>Some storage classes have specific behaviors that can affect your S3 storage cost. For detailed information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes\">Considerations when working with Amazon S3 storage classes in DataSync </a> in the <i>DataSync User Guide</i>.</p>"
2018-11-28 09:58:03 +01:00
},
"Atime":{
"shape":"Atime",
2021-09-22 22:53:42 +02:00
"documentation":"<p>A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to). If you set <code>Atime</code> to BEST_EFFORT, DataSync attempts to preserve the original <code>Atime</code> attribute on all source files (that is, the version before the PREPARING phase). However, <code>Atime</code>'s behavior is not fully standard across platforms, so DataSync can only do this on a best-effort basis. </p> <p>Default value: BEST_EFFORT.</p> <p>BEST_EFFORT: Attempt to preserve the per-file <code>Atime</code> value (recommended).</p> <p>NONE: Ignore <code>Atime</code>.</p> <note> <p>If <code>Atime</code> is set to BEST_EFFORT, <code>Mtime</code> must be set to PRESERVE. </p> <p>If <code>Atime</code> is set to NONE, <code>Mtime</code> must also be NONE. </p> </note>"
2018-11-28 09:58:03 +01:00
},
"Mtime":{
"shape":"Mtime",
2021-08-18 17:45:16 +02:00
"documentation":"<p>A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase. This option is required for cases when you need to run the same task more than one time. </p> <p>Default value: PRESERVE. </p> <p>PRESERVE: Preserve original <code>Mtime</code> (recommended)</p> <p> NONE: Ignore <code>Mtime</code>. </p> <note> <p>If <code>Mtime</code> is set to PRESERVE, <code>Atime</code> must be set to BEST_EFFORT.</p> <p>If <code>Mtime</code> is set to NONE, <code>Atime</code> must also be set to NONE. </p> </note>"
2018-11-28 09:58:03 +01:00
},
"Uid":{
"shape":"Uid",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The POSIX user ID (UID) of the file's owner. This option should only be set for NFS, EFS, and S3 locations. To learn more about what metadata is copied by DataSync, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html#metadata-copied\">Metadata Copied by DataSync</a>.</p> <p>Default value: INT_VALUE. This preserves the integer value of the ID.</p> <p>INT_VALUE: Preserve the integer value of UID and group ID (GID) (recommended).</p> <p>NONE: Ignore UID and GID. </p>"
2018-11-28 09:58:03 +01:00
},
"Gid":{
"shape":"Gid",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The POSIX group ID (GID) of the file's owners. This option should only be set for NFS, EFS, and S3 locations. For more information about what metadata is copied by DataSync, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html#metadata-copied\">Metadata Copied by DataSync</a>. </p> <p>Default value: INT_VALUE. This preserves the integer value of the ID.</p> <p>INT_VALUE: Preserve the integer value of user ID (UID) and GID (recommended).</p> <p>NONE: Ignore UID and GID. </p>"
2018-11-28 09:58:03 +01:00
},
"PreserveDeletedFiles":{
"shape":"PreserveDeletedFiles",
2021-09-22 22:53:42 +02:00
"documentation":"<p>A value that specifies whether files in the destination that don't exist in the source file system should be preserved. This option can affect your storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes\">Considerations when working with Amazon S3 storage classes in DataSync </a> in the <i>DataSync User Guide</i>.</p> <p>Default value: PRESERVE.</p> <p>PRESERVE: Ignore such destination files (recommended). </p> <p>REMOVE: Delete destination files that arent present in the source.</p>"
2018-11-28 09:58:03 +01:00
},
"PreserveDevices":{
"shape":"PreserveDevices",
2021-09-22 22:53:42 +02:00
"documentation":"<p>A value that determines whether DataSync should preserve the metadata of block and character devices in the source file system, and re-create the files with that device name and metadata on the destination. DataSync does not copy the contents of such devices, only the name and metadata. </p> <note> <p>DataSync can't sync the actual contents of such devices, because they are nonterminal and don't return an end-of-file (EOF) marker.</p> </note> <p>Default value: NONE.</p> <p>NONE: Ignore special devices (recommended). </p> <p>PRESERVE: Preserve character and block device metadata. This option isn't currently supported for Amazon EFS. </p>"
2018-11-28 09:58:03 +01:00
},
"PosixPermissions":{
"shape":"PosixPermissions",
2021-09-22 22:53:42 +02:00
"documentation":"<p>A value that determines which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file. This option should only be set for NFS, EFS, and S3 locations. For more information about what metadata is copied by DataSync, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html#metadata-copied\">Metadata Copied by DataSync</a>. </p> <p>Default value: PRESERVE.</p> <p>PRESERVE: Preserve POSIX-style permissions (recommended).</p> <p>NONE: Ignore permissions. </p> <note> <p>DataSync can preserve extant permissions of a source location.</p> </note>"
2018-11-28 09:58:03 +01:00
},
"BytesPerSecond":{
"shape":"BytesPerSecond",
2021-09-22 22:53:42 +02:00
"documentation":"<p>A value that limits the bandwidth used by DataSync. For example, if you want DataSync to use a maximum of 1 MB, set this value to <code>1048576</code> (<code>=1024*1024</code>).</p>"
2019-11-18 09:46:14 +01:00
},
"TaskQueueing":{
"shape":"TaskQueueing",
2021-08-18 17:45:16 +02:00
"documentation":"<p>A value that determines whether tasks should be queued before executing the tasks. If set to <code>ENABLED</code>, the tasks will be queued. The default is <code>ENABLED</code>.</p> <p>If you use the same agent to run multiple tasks, you can enable the tasks to run in series. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#queue-task-execution\">Queueing task executions</a>.</p>"
2020-02-11 03:48:00 +01:00
},
"LogLevel":{
"shape":"LogLevel",
2021-01-26 16:12:20 +01:00
"documentation":"<p>A value that determines the type of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide. For more information about providing a log group for DataSync, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_CreateTask.html#DataSync-CreateTask-request-CloudWatchLogGroupArn\">CloudWatchLogGroupArn</a>. If set to <code>OFF</code>, no logs are published. <code>BASIC</code> publishes logs on errors for individual files transferred, and <code>TRANSFER</code> publishes logs for every file or object that is transferred and integrity checked.</p>"
},
"TransferMode":{
"shape":"TransferMode",
"documentation":"<p>A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location. </p> <p>CHANGED: DataSync copies only data or metadata that is new or different content from the source location to the destination location.</p> <p>ALL: DataSync copies all source location content to the destination, without comparing to existing content on the destination.</p>"
2021-08-18 17:45:16 +02:00
},
"SecurityDescriptorCopyFlags":{
"shape":"SmbSecurityDescriptorCopyFlags",
"documentation":"<p>A value that determines which components of the SMB security descriptor are copied from source to destination objects. </p> <p>This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. For more information about how DataSync handles metadata, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html\">How DataSync Handles Metadata and Special Files</a>. </p> <p>Default value: OWNER_DACL.</p> <p> <b>OWNER_DACL</b>: For each copied object, DataSync copies the following metadata:</p> <ul> <li> <p>Object owner.</p> </li> <li> <p>NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.</p> </li> </ul> <p>When choosing this option, DataSync does NOT copy the NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object.</p> <p> <b>OWNER_DACL_SACL</b>: For each copied object, DataSync copies the following metadata:</p> <ul> <li> <p>Object owner.</p> </li> <li> <p>NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.</p> </li> <li> <p>NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object.</p> </li> </ul> <p>Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see <a href=\"create-smb-location.html#SMBuser\">user</a>.</p> <p> <b>NONE</b>: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination servers configuration. </p>"
2018-11-28 09:58:03 +01:00
}
},
2021-08-18 17:45:16 +02:00
"documentation":"<p>Represents the options that are available to control the behavior of a <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html\">StartTaskExecution</a> operation. Behavior includes preserving metadata such as user ID (UID), group ID (GID), and file permissions, and also overwriting files in the destination, data integrity verification, and so on.</p> <p>A task has a set of default options associated with it. If you don't specify an option in <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html\">StartTaskExecution</a>, the default value is used. You can override the defaults options on each task execution by specifying an overriding <code>Options</code> value to <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html\">StartTaskExecution</a>.</p>"
2018-11-28 09:58:03 +01:00
},
2021-01-26 16:12:20 +01:00
"OutputTagList":{
"type":"list",
"member":{"shape":"TagListEntry"},
"max":55,
"min":0
},
2019-10-03 12:21:31 +02:00
"OverwriteMode":{
"type":"string",
"enum":[
"ALWAYS",
"NEVER"
]
},
2019-08-03 07:08:36 +02:00
"PLSecurityGroupArnList":{
"type":"list",
"member":{"shape":"Ec2SecurityGroupArn"},
"max":1,
"min":1
},
"PLSubnetArnList":{
"type":"list",
"member":{"shape":"Ec2SubnetArn"},
"max":1,
"min":1
},
2018-11-28 09:58:03 +01:00
"PhaseStatus":{
"type":"string",
"enum":[
"PENDING",
"SUCCESS",
"ERROR"
]
},
"PosixPermissions":{
"type":"string",
"enum":[
"NONE",
"PRESERVE"
]
},
"PreserveDeletedFiles":{
"type":"string",
"enum":[
"PRESERVE",
"REMOVE"
]
},
"PreserveDevices":{
"type":"string",
"enum":[
"NONE",
"PRESERVE"
]
},
2019-08-03 07:08:36 +02:00
"PrivateLinkConfig":{
"type":"structure",
"members":{
2019-08-15 10:33:42 +02:00
"VpcEndpointId":{
"shape":"VpcEndpointId",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The ID of the VPC endpoint that is configured for an agent. An agent that is configured with a VPC endpoint will not be accessible over the public internet.</p>"
2019-08-15 10:33:42 +02:00
},
"PrivateLinkEndpoint":{
"shape":"Endpoint",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The private endpoint that is configured for an agent that has access to IP addresses in a <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html\">PrivateLink</a>. An agent that is configured with this endpoint will not be accessible over the public internet.</p>"
2019-08-15 10:33:42 +02:00
},
"SubnetArns":{
"shape":"PLSubnetArnList",
"documentation":"<p>The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent that has access to a VPC endpoint.</p>"
},
"SecurityGroupArns":{
"shape":"PLSecurityGroupArnList",
"documentation":"<p>The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an agent activated in a VPC or an agent that has access to a VPC endpoint.</p>"
}
},
2021-01-26 16:12:20 +01:00
"documentation":"<p>The VPC endpoint, subnet, and security group that an agent uses to access IP addresses in a VPC (Virtual Private Cloud).</p>"
2019-08-03 07:08:36 +02:00
},
2022-01-12 23:38:07 +01:00
"QopConfiguration":{
"type":"structure",
"members":{
"RpcProtection":{
"shape":"HdfsRpcProtection",
"documentation":"<p>The RPC protection setting configured on the HDFS cluster. This setting corresponds to your <code>hadoop.rpc.protection</code> setting in your <code>core-site.xml</code> file on your Hadoop cluster.</p>"
},
"DataTransferProtection":{
"shape":"HdfsDataTransferProtection",
"documentation":"<p>The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your <code>dfs.data.transfer.protection</code> setting in the <code>hdfs-site.xml</code> file on your Hadoop cluster.</p>"
}
},
"documentation":"<p>The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.</p>"
},
2018-11-28 09:58:03 +01:00
"S3BucketArn":{
"type":"string",
2021-01-26 16:12:20 +01:00
"max":156,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\\-0-9]*:[0-9]*:.*$"
2018-11-28 09:58:03 +01:00
},
"S3Config":{
"type":"structure",
"required":["BucketAccessRoleArn"],
"members":{
"BucketAccessRoleArn":{
"shape":"IamRoleArn",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The Amazon S3 bucket to access. This bucket is used as a parameter in the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_CreateLocationS3.html\">CreateLocationS3</a> operation. </p>"
2018-11-28 09:58:03 +01:00
}
},
2021-09-22 22:53:42 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.</p> <p>For detailed information about using such a role, see Creating a Location for Amazon S3 in the <i>DataSync User Guide</i>.</p>"
2018-11-28 09:58:03 +01:00
},
2019-10-03 12:21:31 +02:00
"S3StorageClass":{
"type":"string",
"enum":[
"STANDARD",
"STANDARD_IA",
"ONEZONE_IA",
"INTELLIGENT_TIERING",
"GLACIER",
2021-01-26 16:12:20 +01:00
"DEEP_ARCHIVE",
"OUTPOSTS"
2019-10-03 12:21:31 +02:00
]
},
2020-02-11 03:48:00 +01:00
"S3Subdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
},
2019-12-12 10:04:05 +01:00
"ScheduleExpressionCron":{
"type":"string",
"max":256,
"pattern":"^[a-zA-Z0-9\\ \\_\\*\\?\\,\\|\\^\\-\\/\\#\\s\\(\\)\\+]*$"
},
2018-11-28 09:58:03 +01:00
"ServerHostname":{
"type":"string",
"max":255,
"pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$"
},
2019-10-03 12:21:31 +02:00
"SmbDomain":{
"type":"string",
"max":253,
"pattern":"^([A-Za-z0-9]+[A-Za-z0-9-.]*)*[A-Za-z0-9-]*[A-Za-z0-9]$"
},
"SmbMountOptions":{
"type":"structure",
"members":{
"Version":{
"shape":"SmbVersion",
"documentation":"<p>The specific SMB version that you want DataSync to use to mount your SMB share. If you don't specify a version, DataSync defaults to <code>AUTOMATIC</code>. That is, DataSync automatically selects a version based on negotiation with the SMB server.</p>"
}
},
"documentation":"<p>Represents the mount options that are available for DataSync to access an SMB location.</p>"
},
"SmbPassword":{
"type":"string",
"max":104,
2019-12-12 10:04:05 +01:00
"pattern":"^.{0,104}$",
"sensitive":true
2019-10-03 12:21:31 +02:00
},
2021-08-18 17:45:16 +02:00
"SmbSecurityDescriptorCopyFlags":{
"type":"string",
"enum":[
"NONE",
"OWNER_DACL",
"OWNER_DACL_SACL"
]
},
2020-02-11 03:48:00 +01:00
"SmbSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
2019-10-03 12:21:31 +02:00
"SmbUser":{
"type":"string",
"max":104,
2019-12-12 10:04:05 +01:00
"pattern":"^[^\\x5B\\x5D\\\\/:;|=,+*?]{1,104}$"
2019-10-03 12:21:31 +02:00
},
"SmbVersion":{
"type":"string",
"enum":[
"AUTOMATIC",
"SMB2",
"SMB3"
]
},
2019-08-15 10:33:42 +02:00
"SourceNetworkInterfaceArns":{
"type":"list",
"member":{"shape":"NetworkInterfaceArn"}
},
2018-11-28 09:58:03 +01:00
"StartTaskExecutionRequest":{
"type":"structure",
"required":["TaskArn"],
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task to start.</p>"
},
2019-08-03 07:08:36 +02:00
"OverrideOptions":{"shape":"Options"},
"Includes":{
"shape":"FilterList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, <code>\"/folder1|/folder2\"</code>. </p> <p> </p>"
2021-09-22 22:53:42 +02:00
},
"Excludes":{
"shape":"FilterList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A list of filter rules that determines which files to exclude from a task. The list contains a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, <code>\"/folder1|/folder2\"</code>. </p>"
2019-08-03 07:08:36 +02:00
}
2018-11-28 09:58:03 +01:00
},
"documentation":"<p>StartTaskExecutionRequest</p>"
},
"StartTaskExecutionResponse":{
"type":"structure",
"members":{
"TaskExecutionArn":{
"shape":"TaskExecutionArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the specific task execution that was started.</p>"
}
},
"documentation":"<p>StartTaskExecutionResponse</p>"
},
"TagKey":{
"type":"string",
"max":256,
"min":1,
2019-08-03 07:08:36 +02:00
"pattern":"^[a-zA-Z0-9\\s+=._:/-]+$"
2018-11-28 09:58:03 +01:00
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"min":1
},
"TagListEntry":{
"type":"structure",
2019-08-03 07:08:36 +02:00
"required":["Key"],
2018-11-28 09:58:03 +01:00
"members":{
"Key":{
"shape":"TagKey",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The key for an Amazon Web Services resource tag.</p>"
2018-11-28 09:58:03 +01:00
},
"Value":{
"shape":"TagValue",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The value for an Amazon Web Services resource tag.</p>"
2018-11-28 09:58:03 +01:00
}
},
2022-01-12 23:38:07 +01:00
"documentation":"<p>Represents a single entry in a list of Amazon Web Services resource tags. <code>TagListEntry</code> returns an array that contains a list of tasks when the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_ListTagsForResource.html\">ListTagsForResource</a> operation is called.</p>"
2018-11-28 09:58:03 +01:00
},
"TagResourceRequest":{
"type":"structure",
"required":[
"ResourceArn",
"Tags"
],
"members":{
"ResourceArn":{
"shape":"TaggableResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource to apply the tag to.</p>"
},
"Tags":{
2021-01-26 16:12:20 +01:00
"shape":"InputTagList",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The tags to apply.</p>"
}
},
"documentation":"<p>TagResourceRequest</p>"
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":1,
2020-02-11 03:48:00 +01:00
"pattern":"^[a-zA-Z0-9\\s+=._:@/-]+$"
2018-11-28 09:58:03 +01:00
},
"TaggableResourceArn":{
"type":"string",
"max":128,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:(agent|task|location)/(agent|task|loc)-[0-9a-z]{17}$"
2018-11-28 09:58:03 +01:00
},
"TaskArn":{
"type":"string",
"max":128,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$"
2018-11-28 09:58:03 +01:00
},
"TaskExecutionArn":{
"type":"string",
"max":128,
2019-08-03 07:08:36 +02:00
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}/execution/exec-[0-9a-f]{17}$"
2018-11-28 09:58:03 +01:00
},
"TaskExecutionList":{
"type":"list",
"member":{"shape":"TaskExecutionListEntry"}
},
"TaskExecutionListEntry":{
"type":"structure",
"members":{
"TaskExecutionArn":{
"shape":"TaskExecutionArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task that was executed.</p>"
},
"Status":{
"shape":"TaskExecutionStatus",
"documentation":"<p>The status of a task execution.</p>"
}
},
2021-08-18 17:45:16 +02:00
"documentation":"<p>Represents a single entry in a list of task executions. <code>TaskExecutionListEntry</code> returns an array that contains a list of specific invocations of a task when the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_ListTaskExecutions.html\">ListTaskExecutions</a> operation is called.</p>"
2018-11-28 09:58:03 +01:00
},
"TaskExecutionResultDetail":{
"type":"structure",
"members":{
"PrepareDuration":{
"shape":"Duration",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The total time in milliseconds that DataSync spent in the PREPARING phase. </p>"
2018-11-28 09:58:03 +01:00
},
"PrepareStatus":{
"shape":"PhaseStatus",
"documentation":"<p>The status of the PREPARING phase.</p>"
},
2019-12-12 10:04:05 +01:00
"TotalDuration":{
"shape":"Duration",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.</p>"
2019-12-12 10:04:05 +01:00
},
2018-11-28 09:58:03 +01:00
"TransferDuration":{
"shape":"Duration",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The total time in milliseconds that DataSync spent in the TRANSFERRING phase.</p>"
2018-11-28 09:58:03 +01:00
},
"TransferStatus":{
"shape":"PhaseStatus",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The status of the TRANSFERRING phase.</p>"
2018-11-28 09:58:03 +01:00
},
"VerifyDuration":{
"shape":"Duration",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The total time in milliseconds that DataSync spent in the VERIFYING phase.</p>"
2018-11-28 09:58:03 +01:00
},
"VerifyStatus":{
"shape":"PhaseStatus",
2021-01-26 16:12:20 +01:00
"documentation":"<p>The status of the VERIFYING phase.</p>"
2018-11-28 09:58:03 +01:00
},
"ErrorCode":{
"shape":"string",
2021-09-22 22:53:42 +02:00
"documentation":"<p>Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.</p>"
2018-11-28 09:58:03 +01:00
},
"ErrorDetail":{
"shape":"string",
"documentation":"<p>Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues. </p>"
}
},
"documentation":"<p>Describes the detailed result of a <code>TaskExecution</code> operation. This result includes the time in milliseconds spent in each phase, the status of the task execution, and the errors encountered.</p>"
},
"TaskExecutionStatus":{
"type":"string",
"enum":[
2019-11-18 09:46:14 +01:00
"QUEUED",
2018-11-28 09:58:03 +01:00
"LAUNCHING",
"PREPARING",
"TRANSFERRING",
"VERIFYING",
"SUCCESS",
"ERROR"
]
},
2021-01-26 16:12:20 +01:00
"TaskFilter":{
"type":"structure",
"required":[
"Name",
"Values",
"Operator"
],
"members":{
"Name":{
"shape":"TaskFilterName",
"documentation":"<p>The name of the filter being used. Each API call supports a list of filters that are available for it. For example, <code>LocationId</code> for <code>ListTasks</code>.</p>"
},
"Values":{
"shape":"FilterValues",
"documentation":"<p>The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.</p>"
},
"Operator":{
"shape":"Operator",
2021-08-18 17:45:16 +02:00
"documentation":"<p>The operator that is used to compare filter values (for example, <code>Equals</code> or <code>Contains</code>). For more about API filtering operators, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html\">API filters for ListTasks and ListLocations</a>.</p>"
2021-01-26 16:12:20 +01:00
}
},
"documentation":"<p>You can use API filters to narrow down the list of resources returned by <code>ListTasks</code>. For example, to retrieve all tasks on a source location, you can use <code>ListTasks</code> with filter name <code>LocationId</code> and <code>Operator Equals</code> with the ARN for the location.</p>"
},
"TaskFilterName":{
"type":"string",
"enum":[
"LocationId",
"CreationTime"
]
},
"TaskFilters":{
"type":"list",
"member":{"shape":"TaskFilter"}
},
2018-11-28 09:58:03 +01:00
"TaskList":{
"type":"list",
"member":{"shape":"TaskListEntry"}
},
"TaskListEntry":{
"type":"structure",
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task.</p>"
},
"Status":{
"shape":"TaskStatus",
"documentation":"<p>The status of the task.</p>"
},
"Name":{
"shape":"TagValue",
"documentation":"<p>The name of the task.</p>"
}
},
2021-08-18 17:45:16 +02:00
"documentation":"<p>Represents a single entry in a list of tasks. <code>TaskListEntry</code> returns an array that contains a list of tasks when the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_ListTasks.html\">ListTasks</a> operation is called. A task includes the source and destination file systems to sync and the options to use for the tasks.</p>"
2018-11-28 09:58:03 +01:00
},
2019-11-18 09:46:14 +01:00
"TaskQueueing":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
2019-12-12 10:04:05 +01:00
"TaskSchedule":{
"type":"structure",
"required":["ScheduleExpression"],
"members":{
"ScheduleExpression":{
"shape":"ScheduleExpressionCron",
2021-09-22 22:53:42 +02:00
"documentation":"<p>A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location. </p>"
2019-12-12 10:04:05 +01:00
}
},
"documentation":"<p>Specifies the schedule you want your task to use for repeated executions. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html\">Schedule Expressions for Rules</a>.</p>"
},
2018-11-28 09:58:03 +01:00
"TaskStatus":{
"type":"string",
"enum":[
"AVAILABLE",
"CREATING",
2019-11-18 09:46:14 +01:00
"QUEUED",
2018-11-28 09:58:03 +01:00
"RUNNING",
"UNAVAILABLE"
]
},
"Time":{"type":"timestamp"},
2021-01-26 16:12:20 +01:00
"TransferMode":{
"type":"string",
"enum":[
"CHANGED",
"ALL"
]
},
2018-11-28 09:58:03 +01:00
"Uid":{
"type":"string",
"enum":[
"NONE",
"INT_VALUE",
"NAME",
"BOTH"
]
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"ResourceArn",
"Keys"
],
"members":{
"ResourceArn":{
"shape":"TaggableResourceArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource to remove the tag from.</p>"
},
"Keys":{
"shape":"TagKeyList",
"documentation":"<p>The keys in the key-value pair in the tag to remove.</p>"
}
},
"documentation":"<p>UntagResourceRequest</p>"
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateAgentRequest":{
"type":"structure",
"required":["AgentArn"],
"members":{
"AgentArn":{
"shape":"AgentArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the agent to update.</p>"
},
"Name":{
"shape":"TagValue",
"documentation":"<p>The name that you want to use to configure the agent.</p>"
}
},
"documentation":"<p>UpdateAgentRequest</p>"
},
"UpdateAgentResponse":{
"type":"structure",
"members":{
}
},
2022-01-12 23:38:07 +01:00
"UpdateLocationHdfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the source HDFS cluster location.</p>"
},
"Subdirectory":{
"shape":"HdfsSubdirectory",
"documentation":"<p>A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster.</p>"
},
"NameNodes":{
"shape":"HdfsNameNodeList",
"documentation":"<p>The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.</p>"
},
"BlockSize":{
"shape":"HdfsBlockSize",
"documentation":"<p>The size of the data blocks to write into the HDFS cluster. </p>"
},
"ReplicationFactor":{
"shape":"HdfsReplicationFactor",
"documentation":"<p>The number of DataNodes to replicate the data to when writing to the HDFS cluster. </p>"
},
"KmsKeyProviderUri":{
"shape":"KmsKeyProviderUri",
"documentation":"<p>The URI of the HDFS cluster's Key Management Server (KMS). </p>"
},
"QopConfiguration":{
"shape":"QopConfiguration",
"documentation":"<p>The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster. </p>"
},
"AuthenticationType":{
"shape":"HdfsAuthenticationType",
"documentation":"<p>The type of authentication used to determine the identity of the user. </p>"
},
"SimpleUser":{
"shape":"HdfsUser",
"documentation":"<p>The user name used to identify the client on the host operating system.</p>"
},
"KerberosPrincipal":{
"shape":"KerberosPrincipal",
"documentation":"<p>The Kerberos principal with access to the files and folders on the HDFS cluster. </p>"
},
"KerberosKeytab":{
"shape":"KerberosKeytabFile",
"documentation":"<p>The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address. If you use the AWS CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.</p>"
},
"KerberosKrb5Conf":{
"shape":"KerberosKrb5ConfFile",
"documentation":"<p>The <code>krb5.conf</code> file that contains the Kerberos configuration information. You can load the <code>krb5.conf</code> file by providing the file's address. If you're using the AWS CLI, it performs the base64 encoding for you. Otherwise, provide the base64-encoded text.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The ARNs of the agents that are used to connect to the HDFS cluster. </p>"
}
}
},
"UpdateLocationHdfsResponse":{
"type":"structure",
"members":{
}
},
2021-03-24 00:16:10 +01:00
"UpdateLocationNfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the NFS location to update.</p>"
},
"Subdirectory":{
"shape":"NfsSubdirectory",
2021-09-22 22:53:42 +02:00
"documentation":"<p>The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination. The NFS path should be a path that's exported by the NFS server, or a subdirectory of that path. The path should be such that it can be mounted by other NFS clients in your network.</p> <p>To see all the paths exported by your NFS server, run \"<code>showmount -e nfs-server-name</code>\" from an NFS client that has access to your server. You can specify any directory that appears in the results, and any subdirectory of that directory. Ensure that the NFS export is accessible without Kerberos authentication. </p> <p>To transfer all the data in the folder that you specified, DataSync must have permissions to read all the data. To ensure this, either configure the NFS export with <code>no_root_squash</code>, or ensure that the files you want DataSync to access have permissions that allow read access for all users. Doing either option enables the agent to read the files. For the agent to access directories, you must additionally enable all execute access.</p> <p>If you are copying data to or from your Snowcone device, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone\">NFS Server on Snowcone</a> for more information.</p> <p>For information about NFS export configuration, see 18.7. The /etc/exports Configuration File in the Red Hat Enterprise Linux documentation.</p>"
2021-03-24 00:16:10 +01:00
},
"OnPremConfig":{"shape":"OnPremConfig"},
"MountOptions":{"shape":"NfsMountOptions"}
}
},
"UpdateLocationNfsResponse":{
"type":"structure",
"members":{
}
},
"UpdateLocationObjectStorageRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.</p>"
},
"ServerPort":{
"shape":"ObjectStorageServerPort",
"documentation":"<p>The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one.</p>"
},
"ServerProtocol":{
"shape":"ObjectStorageServerProtocol",
"documentation":"<p>The protocol that the object storage server uses to communicate. Valid values are <code>HTTP</code> or <code>HTTPS</code>.</p>"
},
"Subdirectory":{
"shape":"S3Subdirectory",
"documentation":"<p>The subdirectory in the self-managed object storage server that is used to read data from.</p>"
},
"AccessKey":{
"shape":"ObjectStorageAccessKey",
"documentation":"<p>Optional. The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name and password, respectively.</p>"
},
"SecretKey":{
"shape":"ObjectStorageSecretKey",
"documentation":"<p>Optional. The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use <code>AccessKey</code> and <code>SecretKey</code> to provide the user name and password, respectively.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.</p>"
}
}
},
"UpdateLocationObjectStorageResponse":{
"type":"structure",
"members":{
}
},
"UpdateLocationSmbRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the SMB location to update.</p>"
},
"Subdirectory":{
"shape":"SmbSubdirectory",
"documentation":"<p>The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network.</p> <note> <p> <code>Subdirectory</code> must be specified with forward slashes. For example, <code>/path/to/folder</code>.</p> </note> <p>To transfer all the data in the folder that you specified, DataSync must have permissions to mount the SMB share and to access all the data in that share. To ensure this, do either of the following:</p> <ul> <li> <p>Ensure that the user/password specified belongs to the user who can mount the share and who has the appropriate permissions for all of the files and directories that you want DataSync to access.</p> </li> <li> <p>Use credentials of a member of the Backup Operators group to mount the share. </p> </li> </ul> <p>Doing either of these options enables the agent to access the data. For the agent to access directories, you must also enable all execute access.</p>"
},
"User":{
"shape":"SmbUser",
"documentation":"<p>The user who can mount the share has the permissions to access files and folders in the SMB share.</p>"
},
"Domain":{
"shape":"SmbDomain",
"documentation":"<p>The name of the Windows domain that the SMB server belongs to.</p>"
},
"Password":{
"shape":"SmbPassword",
"documentation":"<p>The password of the user who can mount the share has the permissions to access files and folders in the SMB share.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.</p>"
},
"MountOptions":{"shape":"SmbMountOptions"}
}
},
"UpdateLocationSmbResponse":{
"type":"structure",
"members":{
}
},
2021-01-26 16:12:20 +01:00
"UpdateTaskExecutionRequest":{
"type":"structure",
"required":[
"TaskExecutionArn",
"Options"
],
"members":{
"TaskExecutionArn":{
"shape":"TaskExecutionArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the specific task execution that is being updated. </p>"
},
"Options":{"shape":"Options"}
}
},
"UpdateTaskExecutionResponse":{
"type":"structure",
"members":{
}
},
2018-11-28 09:58:03 +01:00
"UpdateTaskRequest":{
"type":"structure",
"required":["TaskArn"],
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource name of the task to update.</p>"
},
"Options":{"shape":"Options"},
2019-08-03 07:08:36 +02:00
"Excludes":{
"shape":"FilterList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by \"|\" (that is, a pipe), for example, <code>\"/folder1|/folder2\"</code>.</p> <p> </p>"
2019-08-03 07:08:36 +02:00
},
2019-12-12 10:04:05 +01:00
"Schedule":{
"shape":"TaskSchedule",
2021-08-18 17:45:16 +02:00
"documentation":"<p>Specifies a schedule used to periodically transfer files from a source to a destination location. You can configure your task to execute hourly, daily, weekly or on specific days of the week. You control when in the day or hour you want the task to execute. The time you specify is UTC time. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html\">Scheduling your task</a>.</p>"
2019-12-12 10:04:05 +01:00
},
2018-11-28 09:58:03 +01:00
"Name":{
"shape":"TagValue",
"documentation":"<p>The name of the task to update.</p>"
2019-08-03 07:08:36 +02:00
},
"CloudWatchLogGroupArn":{
"shape":"LogGroupArn",
2022-01-12 23:38:07 +01:00
"documentation":"<p>The Amazon Resource Name (ARN) of the resource name of the Amazon CloudWatch log group.</p>"
2021-09-22 22:53:42 +02:00
},
"Includes":{
"shape":"FilterList",
2022-01-12 23:38:07 +01:00
"documentation":"<p>A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example, <code>\"/folder1|/folder2\"</code>.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>UpdateTaskResponse</p>"
},
"UpdateTaskResponse":{
"type":"structure",
"members":{
}
},
"VerifyMode":{
"type":"string",
"enum":[
"POINT_IN_TIME_CONSISTENT",
2019-10-03 12:21:31 +02:00
"ONLY_FILES_TRANSFERRED",
2018-11-28 09:58:03 +01:00
"NONE"
]
},
2019-08-15 10:33:42 +02:00
"VpcEndpointId":{
"type":"string",
"pattern":"^vpce-[0-9a-f]{17}$"
},
2018-11-28 09:58:03 +01:00
"long":{"type":"long"},
"string":{"type":"string"}
},
2021-09-22 22:53:42 +02:00
"documentation":"<fullname>DataSync</fullname> <p>DataSync is a managed data transfer service that makes it simpler for you to automate moving data between on-premises storage and Amazon Simple Storage Service (Amazon S3) or Amazon Elastic File System (Amazon EFS). </p> <p>This API interface reference for DataSync contains documentation for a programming interface that you can use to manage DataSync.</p>"
2018-11-28 09:58:03 +01:00
}