Module Awso_datasync_eioSource

include module type of struct include Awso_datasync.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Specifies the S3 bucket where you're hosting the manifest that you want DataSync to use. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.

Specifies the Amazon S3 bucket where DataSync uploads your task report.

Specifies the level of detail for a particular aspect of your DataSync task report.

Specifies how DataSync can access a location using the NFS protocol.

Specifies configuration information for a DataSync-managed secret, such as an authentication token, secret key, password, or Kerberos keytab that DataSync uses to access a specific storage location, with a customer-managed KMS key. You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

Specifies configuration information for a customer-managed Secrets Manager secret where a storage location credentials is stored in Secrets Manager as plain text (for authentication token, secret key, or password) or as binary (for Kerberos keytab). This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location. DataSync uses the default Amazon Web Services-managed KMS key to encrypt this secret in Secrets Manager.

Specifies the version of the Server Message Block (SMB) protocol that DataSync uses to access an SMB file server.

The platform-related details about the DataSync agent, such as the version number.

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

Specifies the manifest that you want DataSync to use and where it's hosted. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.

Sourcemodule SmbSecurityDescriptorCopyFlags = Awso_datasync.Values.SmbSecurityDescriptorCopyFlags

Specifies where DataSync uploads your task report.

The level of detail included in each aspect of your DataSync task report.

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.

Sourcemodule HdfsDataTransferProtection = Awso_datasync.Values.HdfsDataTransferProtection

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).

Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your Amazon FSx for NetApp ONTAP file system's storage virtual machine (SVM). For more information, see Providing DataSync access to FSx for ONTAP file systems.

Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your Amazon FSx for NetApp ONTAP file system's storage virtual machine (SVM). For more information, see Providing DataSync access to FSx for ONTAP file systems.

A key-value pair representing a single tag that's been applied to an Amazon Web Services resource.

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.

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. For more information, see filtering DataSync resources.

Represents a single entry in a list of DataSync task executions that's returned with the ListTaskExecutions operation.

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.

Narrow down the list of resources returned by ListLocations. For example, to see all your Amazon S3 locations, create a filter using "Name": "LocationType", "Operator": "Equals", and "Values": "S3". For more information, see filtering resources.

Represents a single entry in a list (or array) of DataSync agents when you call the ListAgents operation.

This exception is thrown when an error occurs in the DataSync service.

This exception is thrown when the client submits a malformed request.

Configures a manifest, which is a list of files or objects that you want DataSync to transfer. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.

Indicates how your transfer task is configured. These options include how DataSync handles files, objects, and their associated metadata during your transfer. You also can specify how to verify data integrity, set bandwidth limits for your task, among other options. Each option has a default value. Unless you need to, you don't have to configure any option before calling StartTaskExecution. You also can override your task options for each task execution. For example, you might want to adjust the LogLevel for an individual execution.

Specifies how you want to configure a task report, which provides detailed information about for your DataSync transfer. For more information, see Task reports.

Configures your DataSync task to run on a schedule (at a minimum interval of 1 hour).

Specifies the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket. For more information, see Providing DataSync access to S3 buckets.

Sourcemodule ObjectStorageCertificate = Awso_datasync.Values.ObjectStorageCertificate
Sourcemodule ObjectStorageServerProtocol = Awso_datasync.Values.ObjectStorageServerProtocol

The DataSync agents that can connect to your Network File System (NFS) file server.

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.

Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.

Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system. You can't update the Network File System (NFS) protocol configuration for FSx for ONTAP locations. DataSync currently only supports NFS version 3 with this location type.

Sourcemodule UpdatedEfsAccessPointArn = Awso_datasync.Values.UpdatedEfsAccessPointArn
Sourcemodule AzureBlobAuthenticationType = Awso_datasync.Values.AzureBlobAuthenticationType
Sourcemodule AzureBlobSasConfiguration = Awso_datasync.Values.AzureBlobSasConfiguration

The shared access signature (SAS) configuration that allows DataSync to access your Microsoft Azure Blob Storage. For more information, see SAS tokens for accessing your Azure Blob Storage.

Sourcemodule DestinationNetworkInterfaceArns = Awso_datasync.Values.DestinationNetworkInterfaceArns
Sourcemodule SourceNetworkInterfaceArns = Awso_datasync.Values.SourceNetworkInterfaceArns

Provides information about your DataSync task schedule.

Indicates whether DataSync created a complete task report for your transfer.

Sourcemodule TaskExecutionFilesFailedDetail = Awso_datasync.Values.TaskExecutionFilesFailedDetail

The number of files or objects that DataSync fails to prepare, transfer, verify, and delete during your task execution. Applies only to Enhanced mode tasks.

Sourcemodule TaskExecutionFilesListedDetail = Awso_datasync.Values.TaskExecutionFilesListedDetail

The number of files or objects that DataSync finds at your locations. Applies only to Enhanced mode tasks.

Sourcemodule TaskExecutionFoldersFailedDetail = Awso_datasync.Values.TaskExecutionFoldersFailedDetail

The number of directories that DataSync fails to list, prepare, transfer, verify, and delete during your task execution. Applies only to Enhanced mode tasks.

Sourcemodule TaskExecutionFoldersListedDetail = Awso_datasync.Values.TaskExecutionFoldersListedDetail

The number of directories that DataSync finds at your locations. Applies only to Enhanced mode tasks.

Sourcemodule TaskExecutionResultDetail = Awso_datasync.Values.TaskExecutionResultDetail

Provides detailed information about the result of your DataSync task execution.

Sourcemodule StorageVirtualMachineArn = Awso_datasync.Values.StorageVirtualMachineArn

The subnet and security groups that DataSync uses to connect to one of your Amazon EFS file system's mount targets.

Specifies how your DataSync agent connects to Amazon Web Services using a virtual private cloud (VPC) service endpoint. An agent that uses a VPC endpoint isn't accessible over the public internet.

Updates the configuration of a task, which defines where and how DataSync transfers your data.

UpdateTaskResponse

Sourcemodule UpdateTaskExecutionResponse = Awso_datasync.Values.UpdateTaskExecutionResponse

Updates the configuration of a running DataSync task execution. Currently, the only Option that you can modify with UpdateTaskExecution is BytesPerSecond , which throttles bandwidth for a running or queued task execution.

Sourcemodule UpdateTaskExecutionRequest = Awso_datasync.Values.UpdateTaskExecutionRequest

Updates the configuration of a running DataSync task execution. Currently, the only Option that you can modify with UpdateTaskExecution is BytesPerSecond , which throttles bandwidth for a running or queued task execution.

Sourcemodule UpdateLocationSmbResponse = Awso_datasync.Values.UpdateLocationSmbResponse

Modifies the following configuration parameters of the Server Message Block (SMB) transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with an SMB file server.

Sourcemodule UpdateLocationSmbRequest = Awso_datasync.Values.UpdateLocationSmbRequest

Modifies the following configuration parameters of the Server Message Block (SMB) transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with an SMB file server.

Sourcemodule UpdateLocationS3Response = Awso_datasync.Values.UpdateLocationS3Response

Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync. Before you begin, make sure that you read the following topics: Storage class considerations with Amazon S3 locations Evaluating S3 request costs when using DataSync

Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync. Before you begin, make sure that you read the following topics: Storage class considerations with Amazon S3 locations Evaluating S3 request costs when using DataSync

Sourcemodule UpdateLocationObjectStorageResponse = Awso_datasync.Values.UpdateLocationObjectStorageResponse

Modifies the following configuration parameters of the object storage transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with an object storage system.

Sourcemodule UpdateLocationObjectStorageRequest = Awso_datasync.Values.UpdateLocationObjectStorageRequest

Modifies the following configuration parameters of the object storage transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with an object storage system.

Sourcemodule UpdateLocationNfsResponse = Awso_datasync.Values.UpdateLocationNfsResponse

Modifies the following configuration parameters of the Network File System (NFS) transfer location that you're using with DataSync. For more information, see Configuring transfers with an NFS file server.

Sourcemodule UpdateLocationNfsRequest = Awso_datasync.Values.UpdateLocationNfsRequest

Modifies the following configuration parameters of the Network File System (NFS) transfer location that you're using with DataSync. For more information, see Configuring transfers with an NFS file server.

Sourcemodule UpdateLocationHdfsResponse = Awso_datasync.Values.UpdateLocationHdfsResponse

Modifies the following configuration parameters of the Hadoop Distributed File System (HDFS) transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with an HDFS cluster.

Sourcemodule UpdateLocationHdfsRequest = Awso_datasync.Values.UpdateLocationHdfsRequest

Modifies the following configuration parameters of the Hadoop Distributed File System (HDFS) transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with an HDFS cluster.

Sourcemodule UpdateLocationFsxWindowsResponse = Awso_datasync.Values.UpdateLocationFsxWindowsResponse

Modifies the following configuration parameters of the Amazon FSx for Windows File Server transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for Windows File Server.

Sourcemodule UpdateLocationFsxWindowsRequest = Awso_datasync.Values.UpdateLocationFsxWindowsRequest

Modifies the following configuration parameters of the Amazon FSx for Windows File Server transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for Windows File Server.

Sourcemodule UpdateLocationFsxOpenZfsResponse = Awso_datasync.Values.UpdateLocationFsxOpenZfsResponse

Modifies the following configuration parameters of the Amazon FSx for OpenZFS transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for OpenZFS. Request parameters related to SMB aren't supported with the UpdateLocationFsxOpenZfs operation.

Sourcemodule UpdateLocationFsxOpenZfsRequest = Awso_datasync.Values.UpdateLocationFsxOpenZfsRequest

Modifies the following configuration parameters of the Amazon FSx for OpenZFS transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for OpenZFS. Request parameters related to SMB aren't supported with the UpdateLocationFsxOpenZfs operation.

Sourcemodule UpdateLocationFsxOntapResponse = Awso_datasync.Values.UpdateLocationFsxOntapResponse

Modifies the following configuration parameters of the Amazon FSx for NetApp ONTAP transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for ONTAP.

Sourcemodule UpdateLocationFsxOntapRequest = Awso_datasync.Values.UpdateLocationFsxOntapRequest

Modifies the following configuration parameters of the Amazon FSx for NetApp ONTAP transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for ONTAP.

Sourcemodule UpdateLocationFsxLustreResponse = Awso_datasync.Values.UpdateLocationFsxLustreResponse

Modifies the following configuration parameters of the Amazon FSx for Lustre transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for Lustre.

Sourcemodule UpdateLocationFsxLustreRequest = Awso_datasync.Values.UpdateLocationFsxLustreRequest

Modifies the following configuration parameters of the Amazon FSx for Lustre transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for Lustre.

Sourcemodule UpdateLocationEfsResponse = Awso_datasync.Values.UpdateLocationEfsResponse

Modifies the following configuration parameters of the Amazon EFS transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with Amazon EFS.

Sourcemodule UpdateLocationEfsRequest = Awso_datasync.Values.UpdateLocationEfsRequest

Modifies the following configuration parameters of the Amazon EFS transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with Amazon EFS.

Sourcemodule UpdateLocationAzureBlobResponse = Awso_datasync.Values.UpdateLocationAzureBlobResponse

Modifies the following configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with Azure Blob Storage.

Sourcemodule UpdateLocationAzureBlobRequest = Awso_datasync.Values.UpdateLocationAzureBlobRequest

Modifies the following configurations of the Microsoft Azure Blob Storage transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with Azure Blob Storage.

Updates the name of an DataSync agent.

UpdateAgentRequest

Removes tags from an Amazon Web Services resource.

UntagResourceRequest

Applies a tag to an Amazon Web Services resource. Tags are key-value pairs that can help you manage, filter, and search for your resources. These include DataSync resources, such as locations, tasks, and task executions.

TagResourceRequest

Sourcemodule StartTaskExecutionResponse = Awso_datasync.Values.StartTaskExecutionResponse

StartTaskExecutionResponse

Sourcemodule StartTaskExecutionRequest = Awso_datasync.Values.StartTaskExecutionRequest

StartTaskExecutionRequest

ListTasksResponse

ListTasksRequest

Sourcemodule ListTaskExecutionsResponse = Awso_datasync.Values.ListTaskExecutionsResponse

ListTaskExecutionsResponse

Sourcemodule ListTaskExecutionsRequest = Awso_datasync.Values.ListTaskExecutionsRequest

ListTaskExecutions

Sourcemodule ListTagsForResourceResponse = Awso_datasync.Values.ListTagsForResourceResponse

ListTagsForResourceResponse

Sourcemodule ListTagsForResourceRequest = Awso_datasync.Values.ListTagsForResourceRequest

ListTagsForResourceRequest

ListLocationsResponse

ListLocationsRequest

ListAgentsResponse

ListAgentsRequest

DescribeTaskResponse

DescribeTaskRequest

Sourcemodule DescribeTaskExecutionResponse = Awso_datasync.Values.DescribeTaskExecutionResponse

DescribeTaskExecutionResponse

Sourcemodule DescribeTaskExecutionRequest = Awso_datasync.Values.DescribeTaskExecutionRequest

DescribeTaskExecutionRequest

Sourcemodule DescribeLocationSmbResponse = Awso_datasync.Values.DescribeLocationSmbResponse

DescribeLocationSmbResponse

Sourcemodule DescribeLocationSmbRequest = Awso_datasync.Values.DescribeLocationSmbRequest

DescribeLocationSmbRequest

Sourcemodule DescribeLocationS3Response = Awso_datasync.Values.DescribeLocationS3Response

DescribeLocationS3Response

Sourcemodule DescribeLocationS3Request = Awso_datasync.Values.DescribeLocationS3Request

DescribeLocationS3Request

Sourcemodule DescribeLocationObjectStorageResponse = Awso_datasync.Values.DescribeLocationObjectStorageResponse

DescribeLocationObjectStorageResponse

Sourcemodule DescribeLocationObjectStorageRequest = Awso_datasync.Values.DescribeLocationObjectStorageRequest

DescribeLocationObjectStorageRequest

Sourcemodule DescribeLocationNfsResponse = Awso_datasync.Values.DescribeLocationNfsResponse

DescribeLocationNfsResponse

Sourcemodule DescribeLocationNfsRequest = Awso_datasync.Values.DescribeLocationNfsRequest

DescribeLocationNfsRequest

Sourcemodule DescribeLocationHdfsResponse = Awso_datasync.Values.DescribeLocationHdfsResponse

Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.

Sourcemodule DescribeLocationHdfsRequest = Awso_datasync.Values.DescribeLocationHdfsRequest

Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.

Sourcemodule DescribeLocationFsxWindowsResponse = Awso_datasync.Values.DescribeLocationFsxWindowsResponse

Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.

Sourcemodule DescribeLocationFsxWindowsRequest = Awso_datasync.Values.DescribeLocationFsxWindowsRequest

Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.

Sourcemodule DescribeLocationFsxOpenZfsResponse = Awso_datasync.Values.DescribeLocationFsxOpenZfsResponse

Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured. Response elements related to SMB aren't supported with the DescribeLocationFsxOpenZfs operation.

Sourcemodule DescribeLocationFsxOpenZfsRequest = Awso_datasync.Values.DescribeLocationFsxOpenZfsRequest

Provides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured. Response elements related to SMB aren't supported with the DescribeLocationFsxOpenZfs operation.

Sourcemodule DescribeLocationFsxOntapResponse = Awso_datasync.Values.DescribeLocationFsxOntapResponse

Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured. If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.

Sourcemodule DescribeLocationFsxOntapRequest = Awso_datasync.Values.DescribeLocationFsxOntapRequest

Provides details about how an DataSync transfer location for an Amazon FSx for NetApp ONTAP file system is configured. If your location uses SMB, the DescribeLocationFsxOntap operation doesn't actually return a Password.

Sourcemodule DescribeLocationFsxLustreResponse = Awso_datasync.Values.DescribeLocationFsxLustreResponse

Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.

Sourcemodule DescribeLocationFsxLustreRequest = Awso_datasync.Values.DescribeLocationFsxLustreRequest

Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.

Sourcemodule DescribeLocationEfsResponse = Awso_datasync.Values.DescribeLocationEfsResponse

DescribeLocationEfsResponse

Sourcemodule DescribeLocationEfsRequest = Awso_datasync.Values.DescribeLocationEfsRequest

DescribeLocationEfsRequest

Sourcemodule DescribeLocationAzureBlobResponse = Awso_datasync.Values.DescribeLocationAzureBlobResponse

Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.

Sourcemodule DescribeLocationAzureBlobRequest = Awso_datasync.Values.DescribeLocationAzureBlobRequest

Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.

DescribeAgentResponse

DescribeAgent

Deletes a transfer task resource from DataSync.

DeleteTask

Deletes a transfer location resource from DataSync.

DeleteLocation

Removes an DataSync agent resource from your Amazon Web Services account. Keep in mind that this operation (which can't be undone) doesn't remove the agent's virtual machine (VM) or Amazon EC2 instance from your storage environment. For next steps, you can delete the VM or instance from your storage environment or reuse it to activate a new agent.

DeleteAgentRequest

CreateTaskResponse

CreateTaskRequest

Sourcemodule CreateLocationSmbResponse = Awso_datasync.Values.CreateLocationSmbResponse

CreateLocationSmbResponse

Sourcemodule CreateLocationSmbRequest = Awso_datasync.Values.CreateLocationSmbRequest

CreateLocationSmbRequest

Sourcemodule CreateLocationS3Response = Awso_datasync.Values.CreateLocationS3Response

CreateLocationS3Response

CreateLocationS3Request

Sourcemodule CreateLocationObjectStorageResponse = Awso_datasync.Values.CreateLocationObjectStorageResponse

CreateLocationObjectStorageResponse

Sourcemodule CreateLocationObjectStorageRequest = Awso_datasync.Values.CreateLocationObjectStorageRequest

CreateLocationObjectStorageRequest

Sourcemodule CreateLocationNfsResponse = Awso_datasync.Values.CreateLocationNfsResponse

CreateLocationNfsResponse

Sourcemodule CreateLocationNfsRequest = Awso_datasync.Values.CreateLocationNfsRequest

CreateLocationNfsRequest

Sourcemodule CreateLocationHdfsResponse = Awso_datasync.Values.CreateLocationHdfsResponse

Creates a transfer location for a Hadoop Distributed File System (HDFS). DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses HDFS clusters.

Sourcemodule CreateLocationHdfsRequest = Awso_datasync.Values.CreateLocationHdfsRequest

Creates a transfer location for a Hadoop Distributed File System (HDFS). DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses HDFS clusters.

Sourcemodule CreateLocationFsxWindowsResponse = Awso_datasync.Values.CreateLocationFsxWindowsResponse

Creates a transfer location for an Amazon FSx for Windows File Server file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for Windows File Server file systems.

Sourcemodule CreateLocationFsxWindowsRequest = Awso_datasync.Values.CreateLocationFsxWindowsRequest

Creates a transfer location for an Amazon FSx for Windows File Server file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for Windows File Server file systems.

Sourcemodule CreateLocationFsxOpenZfsResponse = Awso_datasync.Values.CreateLocationFsxOpenZfsResponse

Creates a transfer location for an Amazon FSx for OpenZFS file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for OpenZFS file systems. Request parameters related to SMB aren't supported with the CreateLocationFsxOpenZfs operation.

Sourcemodule CreateLocationFsxOpenZfsRequest = Awso_datasync.Values.CreateLocationFsxOpenZfsRequest

Creates a transfer location for an Amazon FSx for OpenZFS file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for OpenZFS file systems. Request parameters related to SMB aren't supported with the CreateLocationFsxOpenZfs operation.

Sourcemodule CreateLocationFsxOntapResponse = Awso_datasync.Values.CreateLocationFsxOntapResponse

Creates a transfer location for an Amazon FSx for NetApp ONTAP file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for ONTAP file systems.

Sourcemodule CreateLocationFsxOntapRequest = Awso_datasync.Values.CreateLocationFsxOntapRequest

Creates a transfer location for an Amazon FSx for NetApp ONTAP file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for ONTAP file systems.

Sourcemodule CreateLocationFsxLustreResponse = Awso_datasync.Values.CreateLocationFsxLustreResponse

Creates a transfer location for an Amazon FSx for Lustre file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for Lustre file systems.

Sourcemodule CreateLocationFsxLustreRequest = Awso_datasync.Values.CreateLocationFsxLustreRequest

Creates a transfer location for an Amazon FSx for Lustre file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for Lustre file systems.

Sourcemodule CreateLocationEfsResponse = Awso_datasync.Values.CreateLocationEfsResponse

CreateLocationEfs

Sourcemodule CreateLocationEfsRequest = Awso_datasync.Values.CreateLocationEfsRequest

CreateLocationEfsRequest

Sourcemodule CreateLocationAzureBlobResponse = Awso_datasync.Values.CreateLocationAzureBlobResponse

Creates a transfer location for a Microsoft Azure Blob Storage container. DataSync can use this location as a transfer source or destination. You can make transfers with or without a DataSync agent that connects to your container. Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types.

Sourcemodule CreateLocationAzureBlobRequest = Awso_datasync.Values.CreateLocationAzureBlobRequest

Creates a transfer location for a Microsoft Azure Blob Storage container. DataSync can use this location as a transfer source or destination. You can make transfers with or without a DataSync agent that connects to your container. Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types.

CreateAgentResponse

CreateAgentRequest

Sourcemodule CancelTaskExecutionResponse = Awso_datasync.Values.CancelTaskExecutionResponse

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. 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.

Sourcemodule CancelTaskExecutionRequest = Awso_datasync.Values.CancelTaskExecutionRequest

CancelTaskExecutionRequest