Crate rusoto_datasync

Source
Expand description

AWS DataSync

AWS DataSync is a managed data transfer service that makes it simpler for you to automate moving data between on-premises storage and Amazon Simple Storage Service (Amazon S3) or Amazon Elastic File System (Amazon EFS).

This API interface reference for AWS DataSync contains documentation for a programming interface that you can use to manage AWS DataSync.

If you’re using the service, you’re probably looking for DataSyncClient and DataSync.

Structs§

AgentListEntry

Represents a single entry in a list of agents. AgentListEntry returns an array that contains a list of agents when the ListAgents operation is called.

CancelTaskExecutionRequest

CancelTaskExecutionRequest

CancelTaskExecutionResponse
CreateAgentRequest

CreateAgentRequest

CreateAgentResponse

CreateAgentResponse

CreateLocationEfsRequest

CreateLocationEfsRequest

CreateLocationEfsResponse

CreateLocationEfs

CreateLocationFsxWindowsRequest
CreateLocationFsxWindowsResponse
CreateLocationNfsRequest

CreateLocationNfsRequest

CreateLocationNfsResponse

CreateLocationNfsResponse

CreateLocationObjectStorageRequest

CreateLocationObjectStorageRequest

CreateLocationObjectStorageResponse

CreateLocationObjectStorageResponse

CreateLocationS3Request

CreateLocationS3Request

CreateLocationS3Response

CreateLocationS3Response

CreateLocationSmbRequest

CreateLocationSmbRequest

CreateLocationSmbResponse

CreateLocationSmbResponse

CreateTaskRequest

CreateTaskRequest

CreateTaskResponse

CreateTaskResponse

DataSyncClient
A client for the DataSync API.
DeleteAgentRequest

DeleteAgentRequest

DeleteAgentResponse
DeleteLocationRequest

DeleteLocation

DeleteLocationResponse
DeleteTaskRequest

DeleteTask

DeleteTaskResponse
DescribeAgentRequest

DescribeAgent

DescribeAgentResponse

DescribeAgentResponse

DescribeLocationEfsRequest

DescribeLocationEfsRequest

DescribeLocationEfsResponse

DescribeLocationEfsResponse

DescribeLocationFsxWindowsRequest
DescribeLocationFsxWindowsResponse
DescribeLocationNfsRequest

DescribeLocationNfsRequest

DescribeLocationNfsResponse

DescribeLocationNfsResponse

DescribeLocationObjectStorageRequest

DescribeLocationObjectStorageRequest

DescribeLocationObjectStorageResponse

DescribeLocationObjectStorageResponse

DescribeLocationS3Request

DescribeLocationS3Request

DescribeLocationS3Response

DescribeLocationS3Response

DescribeLocationSmbRequest

DescribeLocationSmbRequest

DescribeLocationSmbResponse

DescribeLocationSmbResponse

DescribeTaskExecutionRequest

DescribeTaskExecutionRequest

DescribeTaskExecutionResponse

DescribeTaskExecutionResponse

DescribeTaskRequest

DescribeTaskRequest

DescribeTaskResponse

DescribeTaskResponse

Ec2Config

The subnet and the security group that DataSync uses to access target EFS file system. The subnet must have at least one mount target for that file system. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.

FilterRule

Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.

ListAgentsRequest

ListAgentsRequest

ListAgentsResponse

ListAgentsResponse

ListLocationsRequest

ListLocationsRequest

ListLocationsResponse

ListLocationsResponse

ListTagsForResourceRequest

ListTagsForResourceRequest

ListTagsForResourceResponse

ListTagsForResourceResponse

ListTaskExecutionsRequest

ListTaskExecutions

ListTaskExecutionsResponse

ListTaskExecutionsResponse

ListTasksRequest

ListTasksRequest

ListTasksResponse

ListTasksResponse

LocationFilter

You can use API filters to narrow down the list of resources returned by ListLocations. For example, to retrieve all your Amazon S3 locations, you can use ListLocations with filter name LocationType S3 and Operator Equals.

LocationListEntry

Represents a single entry in a list of locations. LocationListEntry returns an array that contains a list of locations when the ListLocations operation is called.

NfsMountOptions

Represents the mount options that are available for DataSync to access an NFS location.

OnPremConfig

A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.

Options

Represents the options that are available to control the behavior of a StartTaskExecution 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.

A task has a set of default options associated with it. If you don't specify an option in StartTaskExecution, the default value is used. You can override the defaults options on each task execution by specifying an overriding Options value to StartTaskExecution.

PrivateLinkConfig

The VPC endpoint, subnet, and security group that an agent uses to access IP addresses in a VPC (Virtual Private Cloud).

S3Config

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.

For detailed information about using such a role, see Creating a Location for Amazon S3 in the AWS DataSync User Guide.

SmbMountOptions

Represents the mount options that are available for DataSync to access an SMB location.

StartTaskExecutionRequest

StartTaskExecutionRequest

StartTaskExecutionResponse

StartTaskExecutionResponse

TagListEntry

Represents a single entry in a list of AWS resource tags. TagListEntry returns an array that contains a list of tasks when the ListTagsForResource operation is called.

TagResourceRequest

TagResourceRequest

TagResourceResponse
TaskExecutionListEntry

Represents a single entry in a list of task executions. TaskExecutionListEntry returns an array that contains a list of specific invocations of a task when the ListTaskExecutions operation is called.

TaskExecutionResultDetail

Describes the detailed result of a TaskExecution operation. This result includes the time in milliseconds spent in each phase, the status of the task execution, and the errors encountered.

TaskFilter

You can use API filters to narrow down the list of resources returned by ListTasks. For example, to retrieve all tasks on a source location, you can use ListTasks with filter name LocationId and Operator Equals with the ARN for the location.

TaskListEntry

Represents a single entry in a list of tasks. TaskListEntry returns an array that contains a list of tasks when the ListTasks operation is called. A task includes the source and destination file systems to sync and the options to use for the tasks.

TaskSchedule

Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.

UntagResourceRequest

UntagResourceRequest

UntagResourceResponse
UpdateAgentRequest

UpdateAgentRequest

UpdateAgentResponse
UpdateLocationNfsRequest
UpdateLocationNfsResponse
UpdateLocationObjectStorageRequest
UpdateLocationObjectStorageResponse
UpdateLocationSmbRequest
UpdateLocationSmbResponse
UpdateTaskExecutionRequest
UpdateTaskExecutionResponse
UpdateTaskRequest

UpdateTaskResponse

UpdateTaskResponse

Enums§

CancelTaskExecutionError
Errors returned by CancelTaskExecution
CreateAgentError
Errors returned by CreateAgent
CreateLocationEfsError
Errors returned by CreateLocationEfs
CreateLocationFsxWindowsError
Errors returned by CreateLocationFsxWindows
CreateLocationNfsError
Errors returned by CreateLocationNfs
CreateLocationObjectStorageError
Errors returned by CreateLocationObjectStorage
CreateLocationS3Error
Errors returned by CreateLocationS3
CreateLocationSmbError
Errors returned by CreateLocationSmb
CreateTaskError
Errors returned by CreateTask
DeleteAgentError
Errors returned by DeleteAgent
DeleteLocationError
Errors returned by DeleteLocation
DeleteTaskError
Errors returned by DeleteTask
DescribeAgentError
Errors returned by DescribeAgent
DescribeLocationEfsError
Errors returned by DescribeLocationEfs
DescribeLocationFsxWindowsError
Errors returned by DescribeLocationFsxWindows
DescribeLocationNfsError
Errors returned by DescribeLocationNfs
DescribeLocationObjectStorageError
Errors returned by DescribeLocationObjectStorage
DescribeLocationS3Error
Errors returned by DescribeLocationS3
DescribeLocationSmbError
Errors returned by DescribeLocationSmb
DescribeTaskError
Errors returned by DescribeTask
DescribeTaskExecutionError
Errors returned by DescribeTaskExecution
ListAgentsError
Errors returned by ListAgents
ListLocationsError
Errors returned by ListLocations
ListTagsForResourceError
Errors returned by ListTagsForResource
ListTaskExecutionsError
Errors returned by ListTaskExecutions
ListTasksError
Errors returned by ListTasks
StartTaskExecutionError
Errors returned by StartTaskExecution
TagResourceError
Errors returned by TagResource
UntagResourceError
Errors returned by UntagResource
UpdateAgentError
Errors returned by UpdateAgent
UpdateLocationNfsError
Errors returned by UpdateLocationNfs
UpdateLocationObjectStorageError
Errors returned by UpdateLocationObjectStorage
UpdateLocationSmbError
Errors returned by UpdateLocationSmb
UpdateTaskError
Errors returned by UpdateTask
UpdateTaskExecutionError
Errors returned by UpdateTaskExecution

Traits§

DataSync
Trait representing the capabilities of the DataSync API. DataSync clients implement this trait.