python-botocore/botocore/data/datasync/2018-11-09/service-2.json
2022-12-12 08:14:19 -08:00

3421 lines
161 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Stops an DataSync task execution that's in progress. The transfer of some files are abruptly interrupted. File contents that're transferred to the destination might be incomplete or inconsistent with the source files.</p> <p>However, if you start a new task execution using the same task and allow it to finish, file content on the destination will be complete and consistent. This applies to other unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully completes the transfer when you start the next task execution.</p>"
},
"CreateAgent":{
"name":"CreateAgent",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateAgentRequest"},
"output":{"shape":"CreateAgentResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Activates an DataSync agent that you have deployed in your storage environment. 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>"
},
"CreateLocationEfs":{
"name":"CreateLocationEfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationEfsRequest"},
"output":{"shape":"CreateLocationEfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-efs-location.html\">Creating a location for Amazon EFS</a>.</p>"
},
"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>"
},
"CreateLocationFsxOntap":{
"name":"CreateLocationFsxOntap",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationFsxOntapRequest"},
"output":{"shape":"CreateLocationFsxOntapResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can access for a transfer. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-ontap-location.html\">Creating a location for FSx for ONTAP</a>.</p>"
},
"CreateLocationFsxOpenZfs":{
"name":"CreateLocationFsxOpenZfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationFsxOpenZfsRequest"},
"output":{"shape":"CreateLocationFsxOpenZfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-openzfs-location.html\">Creating a location for FSx for OpenZFS</a>.</p> <note> <p>Request parameters related to <code>SMB</code> aren't supported with the <code>CreateLocationFsxOpenZfs</code> operation.</p> </note>"
},
"CreateLocationFsxWindows":{
"name":"CreateLocationFsxWindows",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationFsxWindowsRequest"},
"output":{"shape":"CreateLocationFsxWindowsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Creates an endpoint for an Amazon FSx for Windows File Server file system.</p>"
},
"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>"
},
"CreateLocationNfs":{
"name":"CreateLocationNfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationNfsRequest"},
"output":{"shape":"CreateLocationNfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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"}
],
"documentation":"<p>Creates an endpoint for an object storage system that DataSync can access for a transfer. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-object-location.html\">Creating a location for object storage</a>.</p>"
},
"CreateLocationS3":{
"name":"CreateLocationS3",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationS3Request"},
"output":{"shape":"CreateLocationS3Response"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer.</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>"
},
"CreateLocationSmb":{
"name":"CreateLocationSmb",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLocationSmbRequest"},
"output":{"shape":"CreateLocationSmbResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Defines a file system on a Server Message Block (SMB) server that can be read from or written to.</p>"
},
"CreateTask":{
"name":"CreateTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateTaskRequest"},
"output":{"shape":"CreateTaskResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Configures a task, which defines where and how DataSync transfers your data.</p> <p>A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).</p> <p>When you create a task that transfers data between Amazon Web Services services in different Amazon Web Services Regions, one of your locations must reside in the Region where you're using DataSync.</p> <p>For more information, see the following topics:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/working-with-locations.html\">Working with DataSync locations</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html\">Configure DataSync task settings</a> </p> </li> </ul>"
},
"DeleteAgent":{
"name":"DeleteAgent",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteAgentRequest"},
"output":{"shape":"DeleteAgentResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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>"
},
"DeleteLocation":{
"name":"DeleteLocation",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLocationRequest"},
"output":{"shape":"DeleteLocationResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Deletes the configuration of a location used by DataSync. </p>"
},
"DeleteTask":{
"name":"DeleteTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteTaskRequest"},
"output":{"shape":"DeleteTaskResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Deletes a task.</p>"
},
"DescribeAgent":{
"name":"DescribeAgent",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAgentRequest"},
"output":{"shape":"DescribeAgentResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns metadata about your DataSync location for an Amazon EFS file system.</p>"
},
"DescribeLocationFsxLustre":{
"name":"DescribeLocationFsxLustre",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationFsxLustreRequest"},
"output":{"shape":"DescribeLocationFsxLustreResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.</p>"
},
"DescribeLocationFsxOntap":{
"name":"DescribeLocationFsxOntap",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationFsxOntapRequest"},
"output":{"shape":"DescribeLocationFsxOntapResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Provides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.</p> <note> <p>If your location uses SMB, the <code>DescribeLocationFsxOntap</code> operation doesn't actually return a <code>Password</code>.</p> </note>"
},
"DescribeLocationFsxOpenZfs":{
"name":"DescribeLocationFsxOpenZfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationFsxOpenZfsRequest"},
"output":{"shape":"DescribeLocationFsxOpenZfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Provides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.</p> <note> <p>Response elements related to <code>SMB</code> aren't supported with the <code>DescribeLocationFsxOpenZfs</code> operation.</p> </note>"
},
"DescribeLocationFsxWindows":{
"name":"DescribeLocationFsxWindows",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationFsxWindowsRequest"},
"output":{"shape":"DescribeLocationFsxWindowsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.</p>"
},
"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>"
},
"DescribeLocationNfs":{
"name":"DescribeLocationNfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationNfsRequest"},
"output":{"shape":"DescribeLocationNfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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"}
],
"documentation":"<p>Returns metadata about your DataSync location for an object storage system.</p>"
},
"DescribeLocationS3":{
"name":"DescribeLocationS3",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationS3Request"},
"output":{"shape":"DescribeLocationS3Response"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns metadata, such as bucket name, about an Amazon S3 bucket location.</p>"
},
"DescribeLocationSmb":{
"name":"DescribeLocationSmb",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLocationSmbRequest"},
"output":{"shape":"DescribeLocationSmbResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns metadata, such as the path and user information about an SMB location.</p>"
},
"DescribeTask":{
"name":"DescribeTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTaskRequest"},
"output":{"shape":"DescribeTaskResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns metadata about a task.</p>"
},
"DescribeTaskExecution":{
"name":"DescribeTaskExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTaskExecutionRequest"},
"output":{"shape":"DescribeTaskExecutionResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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>"
},
"ListLocations":{
"name":"ListLocations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLocationsRequest"},
"output":{"shape":"ListLocationsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns all the tags associated with a specified resource. </p>"
},
"ListTaskExecutions":{
"name":"ListTaskExecutions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTaskExecutionsRequest"},
"output":{"shape":"ListTaskExecutionsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns a list of executed tasks.</p>"
},
"ListTasks":{
"name":"ListTasks",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTasksRequest"},
"output":{"shape":"ListTasksResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Returns a list of the DataSync tasks you created.</p>"
},
"StartTaskExecution":{
"name":"StartTaskExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartTaskExecutionRequest"},
"output":{"shape":"StartTaskExecutionResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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>"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Applies a key-value pair to an Amazon Web Services resource.</p>"
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Removes a tag from an Amazon Web Services resource.</p>"
},
"UpdateAgent":{
"name":"UpdateAgent",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateAgentRequest"},
"output":{"shape":"UpdateAgentResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Updates the name of an agent.</p>"
},
"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>"
},
"UpdateLocationNfs":{
"name":"UpdateLocationNfs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationNfsRequest"},
"output":{"shape":"UpdateLocationNfsResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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>"
},
"UpdateLocationObjectStorage":{
"name":"UpdateLocationObjectStorage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationObjectStorageRequest"},
"output":{"shape":"UpdateLocationObjectStorageResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Updates some parameters of an existing object storage location that DataSync accesses for a transfer. 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>"
},
"UpdateLocationSmb":{
"name":"UpdateLocationSmb",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLocationSmbRequest"},
"output":{"shape":"UpdateLocationSmbResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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>"
},
"UpdateTask":{
"name":"UpdateTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateTaskRequest"},
"output":{"shape":"UpdateTaskResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"documentation":"<p>Updates the metadata associated with a task.</p>"
},
"UpdateTaskExecution":{
"name":"UpdateTaskExecution",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateTaskExecutionRequest"},
"output":{"shape":"UpdateTaskExecutionResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalException"}
],
"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>"
}
},
"shapes":{
"ActivationKey":{
"type":"string",
"max":29,
"pattern":"[A-Z0-9]{5}(-[A-Z0-9]{5}){4}"
},
"AgentArn":{
"type":"string",
"max":128,
"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}$"
},
"AgentArnList":{
"type":"list",
"member":{"shape":"AgentArn"},
"max":4,
"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>"
}
},
"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>"
},
"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 stop.</p>"
}
},
"documentation":"<p>CancelTaskExecutionRequest</p>"
},
"CancelTaskExecutionResponse":{
"type":"structure",
"members":{
}
},
"CreateAgentRequest":{
"type":"structure",
"required":["ActivationKey"],
"members":{
"ActivationKey":{
"shape":"ActivationKey",
"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>"
},
"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":{
"shape":"InputTagList",
"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>"
},
"VpcEndpointId":{
"shape":"VpcEndpointId",
"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>"
},
"SubnetArns":{
"shape":"PLSubnetArnList",
"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>"
},
"SecurityGroupArns":{
"shape":"PLSecurityGroupArnList",
"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>"
}
},
"documentation":"<p>CreateAgentRequest</p>"
},
"CreateAgentResponse":{
"type":"structure",
"members":{
"AgentArn":{
"shape":"AgentArn",
"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>"
}
},
"documentation":"<p>CreateAgentResponse</p>"
},
"CreateLocationEfsRequest":{
"type":"structure",
"required":[
"EfsFilesystemArn",
"Ec2Config"
],
"members":{
"Subdirectory":{
"shape":"EfsSubdirectory",
"documentation":"<p>Specifies a mount path for your Amazon EFS file system. This is where DataSync reads or writes data (depending on if this is a source or destination location). By default, DataSync uses the root directory, but you can also include subdirectories.</p> <note> <p>You must specify a value with forward slashes (for example, <code>/path/to/folder</code>).</p> </note>"
},
"EfsFilesystemArn":{
"shape":"EfsFilesystemArn",
"documentation":"<p>Specifies the ARN for the Amazon EFS file system.</p>"
},
"Ec2Config":{
"shape":"Ec2Config",
"documentation":"<p>Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.</p>"
},
"Tags":{
"shape":"InputTagList",
"documentation":"<p>Specifies 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>"
},
"AccessPointArn":{
"shape":"EfsAccessPointArn",
"documentation":"<p>Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.</p>"
},
"FileSystemAccessRoleArn":{
"shape":"IamRoleArn",
"documentation":"<p>Specifies an Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.</p>"
},
"InTransitEncryption":{
"shape":"EfsInTransitEncryption",
"documentation":"<p>Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it copies data to or from the Amazon EFS file system.</p> <p>If you specify an access point using <code>AccessPointArn</code> or an IAM role using <code>FileSystemAccessRoleArn</code>, you must set this parameter to <code>TLS1_2</code>.</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 you create.</p>"
}
},
"documentation":"<p>CreateLocationEfs</p>"
},
"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>"
}
}
},
"CreateLocationFsxOntapRequest":{
"type":"structure",
"required":[
"Protocol",
"SecurityGroupArns",
"StorageVirtualMachineArn"
],
"members":{
"Protocol":{"shape":"FsxProtocol"},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.</p> <p>The security groups must allow outbound traffic on the following ports (depending on the protocol you use):</p> <ul> <li> <p> <b>Network File System (NFS)</b>: TCP ports 111, 635, and 2049</p> </li> <li> <p> <b>Server Message Block (SMB)</b>: TCP port 445</p> </li> </ul> <p>Your file system's security groups must also allow inbound traffic on the same ports.</p>"
},
"StorageVirtualMachineArn":{
"shape":"StorageVirtualMachineArn",
"documentation":"<p>Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.</p>"
},
"Subdirectory":{
"shape":"FsxOntapSubdirectory",
"documentation":"<p>Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from (for example, <code>/vol1</code>).</p> <note> <p>Don't specify a junction path in the SVM's root volume. For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html\">Managing FSx for ONTAP storage virtual machines</a> in the <i>Amazon FSx for NetApp ONTAP User Guide</i>.</p> </note>"
},
"Tags":{
"shape":"InputTagList",
"documentation":"<p>Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.</p>"
}
}
},
"CreateLocationFsxOntapResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>Specifies the ARN of the FSx for ONTAP file system location that you create.</p>"
}
}
},
"CreateLocationFsxOpenZfsRequest":{
"type":"structure",
"required":[
"FsxFilesystemArn",
"Protocol",
"SecurityGroupArns"
],
"members":{
"FsxFilesystemArn":{
"shape":"FsxFilesystemArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.</p>"
},
"Protocol":{
"shape":"FsxProtocol",
"documentation":"<p>The type of protocol that DataSync uses to access your file system.</p>"
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.</p>"
},
"Subdirectory":{
"shape":"FsxOpenZfsSubdirectory",
"documentation":"<p>A subdirectory in the location's path that must begin with <code>/fsx</code>. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).</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>"
}
}
},
"CreateLocationFsxOpenZfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The ARN of the FSx for OpenZFS file system location that you created.</p>"
}
}
},
"CreateLocationFsxWindowsRequest":{
"type":"structure",
"required":[
"FsxFilesystemArn",
"SecurityGroupArns",
"User",
"Password"
],
"members":{
"Subdirectory":{
"shape":"FsxWindowsSubdirectory",
"documentation":"<p>Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).</p>"
},
"FsxFilesystemArn":{
"shape":"FsxFilesystemArn",
"documentation":"<p>Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.</p>"
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.</p> <note> <p>If you choose a security group that doesn't allow connections from within itself, do one of the following:</p> <ul> <li> <p>Configure the security group to allow it to communicate within itself.</p> </li> <li> <p>Choose a different security group that can communicate with the mount target's security group.</p> </li> </ul> </note>"
},
"Tags":{
"shape":"InputTagList",
"documentation":"<p>Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.</p>"
},
"User":{
"shape":"SmbUser",
"documentation":"<p>Specifies the user who has the permissions to access files and folders in the 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>"
},
"Domain":{
"shape":"SmbDomain",
"documentation":"<p>Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.</p>"
},
"Password":{
"shape":"SmbPassword",
"documentation":"<p>Specifies the password of the user who has the permissions to access files and folders in the file system.</p>"
}
}
},
"CreateLocationFsxWindowsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The ARN of the FSx for Windows File Server file system location you created.</p>"
}
}
},
"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>"
}
}
},
"CreateLocationNfsRequest":{
"type":"structure",
"required":[
"Subdirectory",
"ServerHostname",
"OnPremConfig"
],
"members":{
"Subdirectory":{
"shape":"NfsSubdirectory",
"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>"
},
"ServerHostname":{
"shape":"ServerHostname",
"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 hostname 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>"
},
"OnPremConfig":{
"shape":"OnPremConfig",
"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>"
},
"MountOptions":{
"shape":"NfsMountOptions",
"documentation":"<p>The NFS mount options that DataSync can use to mount your NFS share.</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>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>"
},
"CreateLocationObjectStorageRequest":{
"type":"structure",
"required":[
"ServerHostname",
"BucketName",
"AgentArns"
],
"members":{
"ServerHostname":{
"shape":"ServerHostname",
"documentation":"<p>Specifies the domain name or IP address of the object storage server. A DataSync agent uses this hostname to mount the object storage server in a network.</p>"
},
"ServerPort":{
"shape":"ObjectStorageServerPort",
"documentation":"<p>Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).</p>"
},
"ServerProtocol":{
"shape":"ObjectStorageServerProtocol",
"documentation":"<p>Specifies the protocol that your object storage server uses to communicate.</p>"
},
"Subdirectory":{
"shape":"S3Subdirectory",
"documentation":"<p>Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix. </p>"
},
"BucketName":{
"shape":"ObjectStorageBucketName",
"documentation":"<p>Specifies the name of the object storage bucket involved in the transfer.</p>"
},
"AccessKey":{
"shape":"ObjectStorageAccessKey",
"documentation":"<p>Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.</p>"
},
"SecretKey":{
"shape":"ObjectStorageSecretKey",
"documentation":"<p>Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.</p>"
},
"Tags":{
"shape":"InputTagList",
"documentation":"<p>Specifies the key-value pair that represents a tag that you want to add to the resource. Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.</p>"
},
"ServerCertificate":{
"shape":"ObjectStorageCertificate",
"documentation":"<p>Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded <code>.pem</code> file (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>). The certificate can be up to 32768 bytes (before Base64 encoding).</p> <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p>"
}
},
"documentation":"<p>CreateLocationObjectStorageRequest</p>"
},
"CreateLocationObjectStorageResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>Specifies the ARN of the object storage system location that you create.</p>"
}
},
"documentation":"<p>CreateLocationObjectStorageResponse</p>"
},
"CreateLocationS3Request":{
"type":"structure",
"required":[
"S3BucketArn",
"S3Config"
],
"members":{
"Subdirectory":{
"shape":"S3Subdirectory",
"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",
"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>"
},
"S3StorageClass":{
"shape":"S3StorageClass",
"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>"
},
"S3Config":{"shape":"S3Config"},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>If you're 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>"
},
"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>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>"
},
"CreateLocationSmbRequest":{
"type":"structure",
"required":[
"Subdirectory",
"ServerHostname",
"User",
"Password",
"AgentArns"
],
"members":{
"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 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>"
},
"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",
"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 the <a href=\"create-smb-location.html#SMBuser\">User setting</a> for SMB locations.</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",
"documentation":"<p>The mount options used by DataSync to access the SMB server.</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>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>"
},
"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",
"documentation":"<p>The Amazon Resource Name (ARN) of an Amazon Web Services storage resource's location. </p>"
},
"CloudWatchLogGroupArn":{
"shape":"LogGroupArn",
"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>"
},
"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",
"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>"
},
"Excludes":{
"shape":"FilterList",
"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>"
},
"Schedule":{
"shape":"TaskSchedule",
"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>"
},
"Tags":{
"shape":"InputTagList",
"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>"
},
"Includes":{
"shape":"FilterList",
"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>"
}
},
"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",
"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>"
}
},
"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",
"documentation":"<p>The time that the agent last connected to DataSync.</p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the agent was activated (that is, created in your account).</p>"
},
"EndpointType":{
"shape":"EndpointType",
"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>"
},
"PrivateLinkConfig":{
"shape":"PrivateLinkConfig",
"documentation":"<p>The subnet and the security group that DataSync used to access a VPC endpoint.</p>"
}
},
"documentation":"<p>DescribeAgentResponse</p>"
},
"DescribeLocationEfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.</p>"
}
},
"documentation":"<p>DescribeLocationEfsRequest</p>"
},
"DescribeLocationEfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The ARN of the Amazon EFS file system location.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the Amazon EFS file system location.</p>"
},
"Ec2Config":{"shape":"Ec2Config"},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the location was created.</p>"
},
"AccessPointArn":{
"shape":"EfsAccessPointArn",
"documentation":"<p>The ARN of the access point that DataSync uses to access the Amazon EFS file system.</p>"
},
"FileSystemAccessRoleArn":{
"shape":"IamRoleArn",
"documentation":"<p>The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.</p>"
},
"InTransitEncryption":{
"shape":"EfsInTransitEncryption",
"documentation":"<p>Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.</p>"
}
},
"documentation":"<p>DescribeLocationEfsResponse</p>"
},
"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>"
}
}
},
"DescribeLocationFsxOntapRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.</p>"
}
}
},
"DescribeLocationFsxOntapResponse":{
"type":"structure",
"members":{
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the location was created.</p>"
},
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The ARN of the FSx for ONTAP file system location.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The uniform resource identifier (URI) of the FSx for ONTAP file system location.</p>"
},
"Protocol":{"shape":"FsxProtocol"},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>The security groups that DataSync uses to access your FSx for ONTAP file system.</p>"
},
"StorageVirtualMachineArn":{
"shape":"StorageVirtualMachineArn",
"documentation":"<p>The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.</p>"
},
"FsxFilesystemArn":{
"shape":"FsxFilesystemArn",
"documentation":"<p>The ARN of the FSx for ONTAP file system.</p>"
}
}
},
"DescribeLocationFsxOpenZfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for OpenZFS location to describe.</p>"
}
}
},
"DescribeLocationFsxOpenZfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The ARN of the FSx for OpenZFS location that was described.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.</p> <p>Example: <code>fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder</code> </p>"
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>The ARNs of the security groups that are configured for the FSx for OpenZFS file system.</p>"
},
"Protocol":{
"shape":"FsxProtocol",
"documentation":"<p>The type of protocol that DataSync uses to access your file system.</p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the FSx for OpenZFS location was created.</p>"
}
}
},
"DescribeLocationFsxWindowsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.</p>"
}
}
},
"DescribeLocationFsxWindowsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the FSx for Windows File Server 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 Windows File Server file system.</p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the FSx for Windows File Server location was created.</p>"
},
"User":{
"shape":"SmbUser",
"documentation":"<p>The user who has the permissions to access files and folders in the FSx for Windows File Server file system.</p>"
},
"Domain":{
"shape":"SmbDomain",
"documentation":"<p>The name of the Windows domain that the FSx for Windows File Server belongs to.</p>"
}
}
},
"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>"
}
}
},
"DescribeLocationNfsRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the NFS location to describe.</p>"
}
},
"documentation":"<p>DescribeLocationNfsRequest</p>"
},
"DescribeLocationNfsResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the NFS location that was described.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the source NFS location that was described.</p>"
},
"OnPremConfig":{"shape":"OnPremConfig"},
"MountOptions":{
"shape":"NfsMountOptions",
"documentation":"<p>The NFS mount options that DataSync used to mount your NFS share.</p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the NFS location was created.</p>"
}
},
"documentation":"<p>DescribeLocationNfsResponse</p>"
},
"DescribeLocationObjectStorageRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the object storage system location that you want information about.</p>"
}
},
"documentation":"<p>DescribeLocationObjectStorageRequest</p>"
},
"DescribeLocationObjectStorageResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The ARN of the object storage system location.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the object storage system location.</p>"
},
"AccessKey":{
"shape":"ObjectStorageAccessKey",
"documentation":"<p>The access key (for example, a user name) required to authenticate with the object storage system.</p>"
},
"ServerPort":{
"shape":"ObjectStorageServerPort",
"documentation":"<p>The port that your object storage server accepts inbound network traffic on (for example, port 443).</p>"
},
"ServerProtocol":{
"shape":"ObjectStorageServerProtocol",
"documentation":"<p>The protocol that your object storage system uses to communicate.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>The ARNs of the DataSync agents that can securely connect with your location.</p>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the location was created.</p>"
},
"ServerCertificate":{
"shape":"ObjectStorageCertificate",
"documentation":"<p>The self-signed certificate that DataSync uses to securely authenticate with your object storage system.</p>"
}
},
"documentation":"<p>DescribeLocationObjectStorageResponse</p>"
},
"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",
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the Amazon S3 location that was described.</p>"
},
"S3StorageClass":{
"shape":"S3StorageClass",
"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>"
},
"S3Config":{"shape":"S3Config"},
"AgentArns":{
"shape":"AgentArnList",
"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>"
},
"CreationTime":{
"shape":"Time",
"documentation":"<p>The time that the Amazon S3 bucket location was created.</p>"
}
},
"documentation":"<p>DescribeLocationS3Response</p>"
},
"DescribeLocationSmbRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the SMB location to describe.</p>"
}
},
"documentation":"<p>DescribeLocationSmbRequest</p>"
},
"DescribeLocationSmbResponse":{
"type":"structure",
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the SMB location that was described.</p>"
},
"LocationUri":{
"shape":"LocationUri",
"documentation":"<p>The URL of the source SMB location that was described.</p>"
},
"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>"
},
"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",
"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>"
},
"Status":{
"shape":"TaskExecutionStatus",
"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>"
},
"Options":{"shape":"Options"},
"Excludes":{
"shape":"FilterList",
"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>"
},
"Includes":{
"shape":"FilterList",
"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>"
},
"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",
"documentation":"<p>The number of logical bytes written to the destination Amazon Web Services storage resource.</p>"
},
"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>"
},
"BytesCompressed":{
"shape":"long",
"documentation":"<p>The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than <code>BytesTransferred</code>.</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",
"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>"
},
"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",
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.</p>"
},
"CloudWatchLogGroupArn":{
"shape":"LogGroupArn",
"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",
"documentation":"<p>The Amazon Resource Names (ARNs) of the source elastic network interfaces (ENIs) that were created for your subnet.</p>"
},
"DestinationNetworkInterfaceArns":{
"shape":"DestinationNetworkInterfaceArns",
"documentation":"<p>The Amazon Resource Names (ARNs) of the destination elastic network interfaces (ENIs) that were created for your subnet.</p>"
},
"Options":{
"shape":"Options",
"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>"
},
"Excludes":{
"shape":"FilterList",
"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>"
},
"Schedule":{
"shape":"TaskSchedule",
"documentation":"<p>The schedule used to periodically transfer files from a source to a destination location.</p>"
},
"ErrorCode":{
"shape":"string",
"documentation":"<p>Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.</p>"
},
"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>"
},
"Includes":{
"shape":"FilterList",
"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>"
}
},
"documentation":"<p>DescribeTaskResponse</p>"
},
"DestinationNetworkInterfaceArns":{
"type":"list",
"member":{"shape":"NetworkInterfaceArn"}
},
"Duration":{
"type":"long",
"min":0
},
"Ec2Config":{
"type":"structure",
"required":[
"SubnetArn",
"SecurityGroupArns"
],
"members":{
"SubnetArn":{
"shape":"Ec2SubnetArn",
"documentation":"<p>Specifies the ARN of a subnet where DataSync creates the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces\">network interfaces</a> for managing traffic during your transfer.</p> <p>The subnet must be located:</p> <ul> <li> <p>In the same virtual private cloud (VPC) as the Amazon EFS file system.</p> </li> <li> <p>In the same Availability Zone as at least one mount target for the Amazon EFS file system.</p> </li> </ul> <note> <p>You don't need to specify a subnet that includes a file system mount target.</p> </note>"
},
"SecurityGroupArns":{
"shape":"Ec2SecurityGroupArnList",
"documentation":"<p>Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.</p>"
}
},
"documentation":"<p>The subnet and security groups that DataSync uses to access your Amazon EFS file system.</p>"
},
"Ec2SecurityGroupArn":{
"type":"string",
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:security-group/.*$"
},
"Ec2SecurityGroupArnList":{
"type":"list",
"member":{"shape":"Ec2SecurityGroupArn"},
"max":5,
"min":1
},
"Ec2SubnetArn":{
"type":"string",
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$"
},
"EfsAccessPointArn":{
"type":"string",
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]+:[0-9]{12}:access-point/fsap-[0-9a-f]{8,40}$"
},
"EfsFilesystemArn":{
"type":"string",
"max":128,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
},
"EfsInTransitEncryption":{
"type":"string",
"enum":[
"NONE",
"TLS1_2"
]
},
"EfsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
},
"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",
"PRIVATE_LINK",
"FIPS"
]
},
"FilterAttributeValue":{
"type":"string",
"max":255,
"min":1,
"pattern":"^[0-9a-zA-Z_\\ \\-\\:\\*\\.\\\\/\\?-]*$"
},
"FilterList":{
"type":"list",
"member":{"shape":"FilterRule"},
"max":1,
"min":0
},
"FilterRule":{
"type":"structure",
"members":{
"FilterType":{
"shape":"FilterType",
"documentation":"<p>The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.</p>"
},
"Value":{
"shape":"FilterValue",
"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>"
}
},
"documentation":"<p>Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.</p>"
},
"FilterType":{
"type":"string",
"enum":["SIMPLE_PATTERN"],
"max":128,
"pattern":"^[A-Z0-9_]+$"
},
"FilterValue":{
"type":"string",
"max":102400,
"pattern":"^[^\\x00]+$"
},
"FilterValues":{
"type":"list",
"member":{"shape":"FilterAttributeValue"}
},
"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-.*$"
},
"FsxLustreSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"FsxOntapSubdirectory":{
"type":"string",
"max":255,
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,255}$"
},
"FsxOpenZfsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,4096}$"
},
"FsxProtocol":{
"type":"structure",
"members":{
"NFS":{
"shape":"FsxProtocolNfs",
"documentation":"<p>Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).</p>"
},
"SMB":{
"shape":"FsxProtocolSmb",
"documentation":"<p>Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.</p>"
}
},
"documentation":"<p>Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.</p>"
},
"FsxProtocolNfs":{
"type":"structure",
"members":{
"MountOptions":{"shape":"NfsMountOptions"}
},
"documentation":"<p>Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your Amazon FSx for OpenZFS or Amazon FSx for NetApp ONTAP file system.</p>"
},
"FsxProtocolSmb":{
"type":"structure",
"required":[
"Password",
"User"
],
"members":{
"Domain":{
"shape":"SmbDomain",
"documentation":"<p>Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.</p>"
},
"MountOptions":{"shape":"SmbMountOptions"},
"Password":{
"shape":"SmbPassword",
"documentation":"<p>Specifies the password of a user who has permission to access your SVM.</p>"
},
"User":{
"shape":"SmbUser",
"documentation":"<p>Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.</p> <p>If you provide a user in your Active Directory, note the following:</p> <ul> <li> <p>If you're using Directory Service for Microsoft Active Directory, the user must be a member of the Amazon Web Services Delegated FSx Administrators group.</p> </li> <li> <p>If you're using a self-managed Active Directory, the user must be a member of either the Domain Admins group or a custom group that you specified for file system administration when you created your file system.</p> </li> </ul> <p>Make sure that the user has the permissions it needs to copy the data you want:</p> <ul> <li> <p> <code>SE_TCB_NAME</code>: Required to set object ownership and file metadata. With this privilege, you also can copy NTFS discretionary access lists (DACLs).</p> </li> <li> <p> <code>SE_SECURITY_NAME</code>: May be needed to copy NTFS system access control lists (SACLs). This operation specifically requires the Windows privilege, which is granted to members of the Domain Admins group. If you configure your task to copy SACLs, make sure that the user has the required privileges. For information about copying SACLs, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html#configure-ownership-and-permissions\">Ownership and permissions-related options</a>.</p> </li> </ul>"
}
},
"documentation":"<p>Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your Amazon FSx for NetApp ONTAP file system. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-ontap-location.html#create-ontap-location-access\">Accessing FSx for ONTAP file systems</a>.</p>"
},
"FsxWindowsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"Gid":{
"type":"string",
"enum":[
"NONE",
"INT_VALUE",
"NAME",
"BOTH"
]
},
"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]*$"
},
"IamRoleArn":{
"type":"string",
"max":2048,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$"
},
"InputTagList":{
"type":"list",
"member":{"shape":"TagListEntry"},
"max":50,
"min":0
},
"InternalException":{
"type":"structure",
"members":{
"message":{"shape":"string"},
"errorCode":{"shape":"string"}
},
"documentation":"<p>This exception is thrown when an error occurs in the DataSync service.</p>",
"exception":true,
"fault":true
},
"InvalidRequestException":{
"type":"structure",
"members":{
"message":{"shape":"string"},
"errorCode":{"shape":"string"},
"datasyncErrorCode":{"shape":"string"}
},
"documentation":"<p>This exception is thrown when the client submits a malformed request.</p>",
"exception":true
},
"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$"
},
"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>"
},
"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>"
}
},
"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":{
"shape":"OutputTagList",
"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>"
},
"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>"
}
},
"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,
"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}$"
},
"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",
"documentation":"<p>The operator that is used to compare filter values (for example, <code>Equals</code> or <code>Contains</code>).</p>"
}
},
"documentation":"<p>Narrow down the list of resources returned by <code>ListLocations</code>. For example, to see all your Amazon S3 locations, create a filter using <code>\"Name\": \"LocationType\"</code>, <code>\"Operator\": \"Equals\"</code>, and <code>\"Values\": \"S3\"</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html\">filtering resources</a>.</p>"
},
"LocationFilterName":{
"type":"string",
"enum":[
"LocationUri",
"LocationType",
"CreationTime"
]
},
"LocationFilters":{
"type":"list",
"member":{"shape":"LocationFilter"}
},
"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",
"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 (for example, <code>nfs</code> or <code>s3</code>).</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 hostname that is 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/>"
}
},
"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>"
},
"LocationUri":{
"type":"string",
"max":4360,
"pattern":"^(efs|nfs|s3|smb|hdfs|fsx[a-z0-9-]+)://[a-zA-Z0-9.:/\\-]+$"
},
"LogGroupArn":{
"type":"string",
"max":562,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)(:\\*)?$"
},
"LogLevel":{
"type":"string",
"enum":[
"OFF",
"BASIC",
"TRANSFER"
]
},
"MaxResults":{
"type":"integer",
"max":100,
"min":0
},
"Mtime":{
"type":"string",
"enum":[
"NONE",
"PRESERVE"
]
},
"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]+$"
},
"NextToken":{
"type":"string",
"max":65535,
"pattern":"[a-zA-Z0-9=_-]+"
},
"NfsMountOptions":{
"type":"structure",
"members":{
"Version":{
"shape":"NfsVersion",
"documentation":"<p>Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.</p> <p>You can specify the following options:</p> <ul> <li> <p> <code>AUTOMATIC</code> (default): DataSync chooses NFS version 4.1.</p> </li> <li> <p> <code>NFS3</code>: Stateless protocol version that allows for asynchronous writes on the server.</p> </li> <li> <p> <code>NFSv4_0</code>: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.</p> </li> <li> <p> <code>NFSv4_1</code>: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.</p> </li> </ul> <note> <p>DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.</p> </note>"
}
},
"documentation":"<p>Specifies how DataSync can access a location using the NFS protocol.</p>"
},
"NfsSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$"
},
"NfsVersion":{
"type":"string",
"enum":[
"AUTOMATIC",
"NFS3",
"NFS4_0",
"NFS4_1"
]
},
"ObjectStorageAccessKey":{
"type":"string",
"max":200,
"min":8,
"pattern":"^.+$"
},
"ObjectStorageBucketName":{
"type":"string",
"max":63,
"min":3,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"ObjectStorageCertificate":{
"type":"blob",
"max":32768
},
"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"
]
},
"ObjectTags":{
"type":"string",
"enum":[
"PRESERVE",
"NONE"
]
},
"OnPremConfig":{
"type":"structure",
"required":["AgentArns"],
"members":{
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>ARNs of the agents to use for an NFS location.</p>"
}
},
"documentation":"<p>A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.</p>"
},
"Operator":{
"type":"string",
"enum":[
"Equals",
"NotEquals",
"In",
"LessThanOrEqual",
"LessThan",
"GreaterThanOrEqual",
"GreaterThan",
"Contains",
"NotContains",
"BeginsWith"
]
},
"Options":{
"type":"structure",
"members":{
"VerifyMode":{
"shape":"VerifyMode",
"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: <code>POINT_IN_TIME_CONSISTENT</code> </p> <p> <code>ONLY_FILES_TRANSFERRED</code> (recommended): Perform verification only on files that were transferred. </p> <p> <code>POINT_IN_TIME_CONSISTENT</code>: 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 Flexible Retrieval or S3 Glacier Deep Archive storage classes.</p> <p> <code>NONE</code>: 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>"
},
"OverwriteMode":{
"shape":"OverwriteMode",
"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>"
},
"Atime":{
"shape":"Atime",
"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 <code>BEST_EFFORT</code>, DataSync attempts to preserve the original <code>Atime</code> attribute on all source files (that is, the version before the <code>PREPARING</code> 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: <code>BEST_EFFORT</code> </p> <p> <code>BEST_EFFORT</code>: Attempt to preserve the per-file <code>Atime</code> value (recommended).</p> <p> <code>NONE</code>: Ignore <code>Atime</code>.</p> <note> <p>If <code>Atime</code> is set to <code>BEST_EFFORT</code>, <code>Mtime</code> must be set to <code>PRESERVE</code>. </p> <p>If <code>Atime</code> is set to <code>NONE</code>, <code>Mtime</code> must also be <code>NONE</code>. </p> </note>"
},
"Mtime":{
"shape":"Mtime",
"documentation":"<p>A value that indicates the last time that a file was modified (that is, a file was written to) before the <code>PREPARING</code> phase. This option is required for cases when you need to run the same task more than one time. </p> <p>Default Value: <code>PRESERVE</code> </p> <p> <code>PRESERVE</code>: Preserve original <code>Mtime</code> (recommended)</p> <p> <code>NONE</code>: Ignore <code>Mtime</code>. </p> <note> <p>If <code>Mtime</code> is set to <code>PRESERVE</code>, <code>Atime</code> must be set to <code>BEST_EFFORT</code>.</p> <p>If <code>Mtime</code> is set to <code>NONE</code>, <code>Atime</code> must also be set to <code>NONE</code>. </p> </note>"
},
"Uid":{
"shape":"Uid",
"documentation":"<p>The POSIX user ID (UID) of the file's owner.</p> <p>For more information, 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: <code>INT_VALUE</code>. This preserves the integer value of the ID.</p> <p> <code>INT_VALUE</code>: Preserve the integer value of UID and group ID (GID) (recommended).</p> <p> <code>NONE</code>: Ignore UID and GID. </p>"
},
"Gid":{
"shape":"Gid",
"documentation":"<p>The POSIX group ID (GID) of the file's owners.</p> <p>For more information, 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: <code>INT_VALUE</code>. This preserves the integer value of the ID.</p> <p> <code>INT_VALUE</code>: Preserve the integer value of user ID (UID) and GID (recommended).</p> <p> <code>NONE</code>: Ignore UID and GID.</p>"
},
"PreserveDeletedFiles":{
"shape":"PreserveDeletedFiles",
"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: <code>PRESERVE</code> </p> <p> <code>PRESERVE</code>: Ignore such destination files (recommended). </p> <p> <code>REMOVE</code>: Delete destination files that arent present in the source.</p>"
},
"PreserveDevices":{
"shape":"PreserveDevices",
"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: <code>NONE</code> </p> <p> <code>NONE</code>: Ignore special devices (recommended). </p> <p> <code>PRESERVE</code>: Preserve character and block device metadata. This option isn't currently supported for Amazon EFS. </p>"
},
"PosixPermissions":{
"shape":"PosixPermissions",
"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.</p> <p>For more information, 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: <code>PRESERVE</code> </p> <p> <code>PRESERVE</code>: Preserve POSIX-style permissions (recommended).</p> <p> <code>NONE</code>: Ignore permissions. </p> <note> <p>DataSync can preserve extant permissions of a source location.</p> </note>"
},
"BytesPerSecond":{
"shape":"BytesPerSecond",
"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>"
},
"TaskQueueing":{
"shape":"TaskQueueing",
"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>"
},
"LogLevel":{
"shape":"LogLevel",
"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> <code>CHANGED</code>: DataSync copies only data or metadata that is new or different content from the source location to the destination location.</p> <p> <code>ALL</code>: DataSync copies all source location content to the destination, without comparing to existing content on the destination.</p>"
},
"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: <code>OWNER_DACL</code> </p> <p> <code>OWNER_DACL</code>: 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> <code>OWNER_DACL_SACL</code>: 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> <code>NONE</code>: 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>"
},
"ObjectTags":{
"shape":"ObjectTags",
"documentation":"<p>Specifies whether object tags are maintained when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the <code>NONE</code> value.</p> <p>Default Value: <code>PRESERVE</code> </p>"
}
},
"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>"
},
"OutputTagList":{
"type":"list",
"member":{"shape":"TagListEntry"},
"max":55,
"min":0
},
"OverwriteMode":{
"type":"string",
"enum":[
"ALWAYS",
"NEVER"
]
},
"PLSecurityGroupArnList":{
"type":"list",
"member":{"shape":"Ec2SecurityGroupArn"},
"max":1,
"min":1
},
"PLSubnetArnList":{
"type":"list",
"member":{"shape":"Ec2SubnetArn"},
"max":1,
"min":1
},
"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"
]
},
"PrivateLinkConfig":{
"type":"structure",
"members":{
"VpcEndpointId":{
"shape":"VpcEndpointId",
"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>"
},
"PrivateLinkEndpoint":{
"shape":"Endpoint",
"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>"
},
"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>"
}
},
"documentation":"<p>The VPC endpoint, subnet, and security group that an agent uses to access IP addresses in a VPC (Virtual Private Cloud).</p>"
},
"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>"
},
"S3BucketArn":{
"type":"string",
"max":156,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\\-0-9]*:[0-9]*:.*$"
},
"S3Config":{
"type":"structure",
"required":["BucketAccessRoleArn"],
"members":{
"BucketAccessRoleArn":{
"shape":"IamRoleArn",
"documentation":"<p>The ARN of the IAM role for accessing the S3 bucket. </p>"
}
},
"documentation":"<p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role 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>"
},
"S3StorageClass":{
"type":"string",
"enum":[
"STANDARD",
"STANDARD_IA",
"ONEZONE_IA",
"INTELLIGENT_TIERING",
"GLACIER",
"DEEP_ARCHIVE",
"OUTPOSTS"
]
},
"S3Subdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
},
"ScheduleExpressionCron":{
"type":"string",
"max":256,
"pattern":"^[a-zA-Z0-9\\ \\_\\*\\?\\,\\|\\^\\-\\/\\#\\s\\(\\)\\+]*$"
},
"ServerHostname":{
"type":"string",
"max":255,
"pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$"
},
"SmbDomain":{
"type":"string",
"max":253,
"pattern":"^[A-Za-z0-9]((\\.|-+)?[A-Za-z0-9]){0,252}$"
},
"SmbMountOptions":{
"type":"structure",
"members":{
"Version":{
"shape":"SmbVersion",
"documentation":"<p>Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to <code>AUTOMATIC</code> and chooses a version based on negotiation with the SMB server.</p>"
}
},
"documentation":"<p>Specifies how DataSync can access a location using the SMB protocol.</p>"
},
"SmbPassword":{
"type":"string",
"max":104,
"pattern":"^.{0,104}$",
"sensitive":true
},
"SmbSecurityDescriptorCopyFlags":{
"type":"string",
"enum":[
"NONE",
"OWNER_DACL",
"OWNER_DACL_SACL"
]
},
"SmbSubdirectory":{
"type":"string",
"max":4096,
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
},
"SmbUser":{
"type":"string",
"max":104,
"pattern":"^[^\\x5B\\x5D\\\\/:;|=,+*?]{1,104}$"
},
"SmbVersion":{
"type":"string",
"enum":[
"AUTOMATIC",
"SMB2",
"SMB3"
]
},
"SourceNetworkInterfaceArns":{
"type":"list",
"member":{"shape":"NetworkInterfaceArn"}
},
"StartTaskExecutionRequest":{
"type":"structure",
"required":["TaskArn"],
"members":{
"TaskArn":{
"shape":"TaskArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the task to start.</p>"
},
"OverrideOptions":{"shape":"Options"},
"Includes":{
"shape":"FilterList",
"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>"
},
"Excludes":{
"shape":"FilterList",
"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>"
}
},
"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>"
},
"StorageVirtualMachineArn":{
"type":"string",
"max":162,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\\-0-9]+:[0-9]{12}:storage-virtual-machine/fs-[0-9a-f]+/svm-[0-9a-f]{17,}$"
},
"TagKey":{
"type":"string",
"max":256,
"min":1,
"pattern":"^[a-zA-Z0-9\\s+=._:/-]+$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"min":1
},
"TagListEntry":{
"type":"structure",
"required":["Key"],
"members":{
"Key":{
"shape":"TagKey",
"documentation":"<p>The key for an Amazon Web Services resource tag.</p>"
},
"Value":{
"shape":"TagValue",
"documentation":"<p>The value for an Amazon Web Services resource tag.</p>"
}
},
"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>"
},
"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":{
"shape":"InputTagList",
"documentation":"<p>The tags to apply.</p>"
}
},
"documentation":"<p>TagResourceRequest</p>"
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":1,
"pattern":"^[a-zA-Z0-9\\s+=._:@/-]+$"
},
"TaggableResourceArn":{
"type":"string",
"max":128,
"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}$"
},
"TaskArn":{
"type":"string",
"max":128,
"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}$"
},
"TaskExecutionArn":{
"type":"string",
"max":128,
"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}$"
},
"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>"
}
},
"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>"
},
"TaskExecutionResultDetail":{
"type":"structure",
"members":{
"PrepareDuration":{
"shape":"Duration",
"documentation":"<p>The total time in milliseconds that DataSync spent in the PREPARING phase. </p>"
},
"PrepareStatus":{
"shape":"PhaseStatus",
"documentation":"<p>The status of the PREPARING phase.</p>"
},
"TotalDuration":{
"shape":"Duration",
"documentation":"<p>The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.</p>"
},
"TransferDuration":{
"shape":"Duration",
"documentation":"<p>The total time in milliseconds that DataSync spent in the TRANSFERRING phase.</p>"
},
"TransferStatus":{
"shape":"PhaseStatus",
"documentation":"<p>The status of the TRANSFERRING phase.</p>"
},
"VerifyDuration":{
"shape":"Duration",
"documentation":"<p>The total time in milliseconds that DataSync spent in the VERIFYING phase.</p>"
},
"VerifyStatus":{
"shape":"PhaseStatus",
"documentation":"<p>The status of the VERIFYING phase.</p>"
},
"ErrorCode":{
"shape":"string",
"documentation":"<p>Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.</p>"
},
"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":[
"QUEUED",
"LAUNCHING",
"PREPARING",
"TRANSFERRING",
"VERIFYING",
"SUCCESS",
"ERROR"
]
},
"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",
"documentation":"<p>The operator that is used to compare filter values (for example, <code>Equals</code> or <code>Contains</code>).</p>"
}
},
"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> <p>For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html\">filtering DataSync resources</a>.</p>"
},
"TaskFilterName":{
"type":"string",
"enum":[
"LocationId",
"CreationTime"
]
},
"TaskFilters":{
"type":"list",
"member":{"shape":"TaskFilter"}
},
"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>"
}
},
"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>"
},
"TaskQueueing":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"TaskSchedule":{
"type":"structure",
"required":["ScheduleExpression"],
"members":{
"ScheduleExpression":{
"shape":"ScheduleExpressionCron",
"documentation":"<p>A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location. </p>"
}
},
"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>"
},
"TaskStatus":{
"type":"string",
"enum":[
"AVAILABLE",
"CREATING",
"QUEUED",
"RUNNING",
"UNAVAILABLE"
]
},
"Time":{"type":"timestamp"},
"TransferMode":{
"type":"string",
"enum":[
"CHANGED",
"ALL"
]
},
"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":{
}
},
"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 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 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":{
}
},
"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",
"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>"
},
"OnPremConfig":{"shape":"OnPremConfig"},
"MountOptions":{"shape":"NfsMountOptions"}
}
},
"UpdateLocationNfsResponse":{
"type":"structure",
"members":{
}
},
"UpdateLocationObjectStorageRequest":{
"type":"structure",
"required":["LocationArn"],
"members":{
"LocationArn":{
"shape":"LocationArn",
"documentation":"<p>Specifies the ARN of the object storage system location that you're updating.</p>"
},
"ServerPort":{
"shape":"ObjectStorageServerPort",
"documentation":"<p>Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).</p>"
},
"ServerProtocol":{
"shape":"ObjectStorageServerProtocol",
"documentation":"<p>Specifies the protocol that your object storage server uses to communicate.</p>"
},
"Subdirectory":{
"shape":"S3Subdirectory",
"documentation":"<p>Specifies the object prefix for your object storage server. If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.</p>"
},
"AccessKey":{
"shape":"ObjectStorageAccessKey",
"documentation":"<p>Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.</p>"
},
"SecretKey":{
"shape":"ObjectStorageSecretKey",
"documentation":"<p>Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.</p>"
},
"AgentArns":{
"shape":"AgentArnList",
"documentation":"<p>Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.</p>"
},
"ServerCertificate":{
"shape":"ObjectStorageCertificate",
"documentation":"<p>Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded <code>.pem</code> file (for example, <code>file:///home/user/.ssh/storage_sys_certificate.pem</code>). The certificate can be up to 32768 bytes (before Base64 encoding).</p> <p>To use this parameter, configure <code>ServerProtocol</code> to <code>HTTPS</code>.</p> <p>Updating the certificate doesn't interfere with tasks that you have in progress.</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":{
}
},
"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":{
}
},
"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"},
"Excludes":{
"shape":"FilterList",
"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>"
},
"Schedule":{
"shape":"TaskSchedule",
"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>"
},
"Name":{
"shape":"TagValue",
"documentation":"<p>The name of the task to update.</p>"
},
"CloudWatchLogGroupArn":{
"shape":"LogGroupArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource name of the Amazon CloudWatch log group.</p>"
},
"Includes":{
"shape":"FilterList",
"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>"
}
},
"documentation":"<p>UpdateTaskResponse</p>"
},
"UpdateTaskResponse":{
"type":"structure",
"members":{
}
},
"VerifyMode":{
"type":"string",
"enum":[
"POINT_IN_TIME_CONSISTENT",
"ONLY_FILES_TRANSFERRED",
"NONE"
]
},
"VpcEndpointId":{
"type":"string",
"pattern":"^vpce-[0-9a-f]{17}$"
},
"long":{"type":"long"},
"string":{"type":"string"}
},
"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 Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.</p> <p>This API interface reference includes documentation for using DataSync programmatically. For complete information, see the <i> <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html\">DataSync User Guide</a> </i>.</p>"
}