|
32 | 32 | "TagResource": "<p>Applies a key-value pair to an AWS resource.</p>",
|
33 | 33 | "UntagResource": "<p>Removes a tag from an AWS resource.</p>",
|
34 | 34 | "UpdateAgent": "<p>Updates the name of an agent.</p>",
|
35 |
| - "UpdateTask": "<p>Updates the metadata associated with a task.</p>" |
| 35 | + "UpdateTask": "<p>Updates the metadata associated with a task.</p>", |
| 36 | + "UpdateTaskExecution": "<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/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>" |
36 | 37 | },
|
37 | 38 | "shapes": {
|
38 | 39 | "ActivationKey": {
|
|
57 | 58 | "base": null,
|
58 | 59 | "refs": {
|
59 | 60 | "CreateLocationObjectStorageRequest$AgentArns": "<p>The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.</p>",
|
60 |
| - "CreateLocationS3Request$AgentArns": "<p>If you are using DataSync on an AWS Outpost, specify the Amazon Resource Names (ARNs) of the DataSync agents deployed on your AWS Outpost. For more information about launching a DataSync agent on an Amazon Outpost, see <a>outposts-agent</a>.</p>", |
| 61 | + "CreateLocationS3Request$AgentArns": "<p>If you are using DataSync on an AWS 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 AWS Outpost, see <a>outposts-agent</a>.</p>", |
61 | 62 | "CreateLocationSmbRequest$AgentArns": "<p>The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location. </p>",
|
62 | 63 | "DescribeLocationObjectStorageResponse$AgentArns": "<p>The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.</p>",
|
63 |
| - "DescribeLocationS3Response$AgentArns": "<p>If you are using DataSync on an Amazon Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your AWS Outpost. For more information about launching a DataSync agent on an Amazon Outpost, see <a>outposts-agent</a>.</p>", |
| 64 | + "DescribeLocationS3Response$AgentArns": "<p>If you are using DataSync on an AWS Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an AWS Outpost, see <a>outposts-agent</a>.</p>", |
64 | 65 | "DescribeLocationSmbResponse$AgentArns": "<p>The Amazon Resource Name (ARN) of the source SMB file system location that is created.</p>",
|
65 | 66 | "OnPremConfig$AgentArns": "<p>ARNs of the agents to use for an NFS location.</p>"
|
66 | 67 | }
|
|
383 | 384 | "FilterList": {
|
384 | 385 | "base": null,
|
385 | 386 | "refs": {
|
386 |
| - "CreateTaskRequest$Excludes": "<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>", |
| 387 | + "CreateTaskRequest$Excludes": "<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>", |
387 | 388 | "DescribeTaskExecutionResponse$Excludes": "<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>",
|
388 | 389 | "DescribeTaskExecutionResponse$Includes": "<p>A list of filter rules that determines which files to include when running a task. The list should contain a single filter string that consists of the patterns to include. The patterns are delimited by \"|\" (that is, a pipe), for example: <code>\"/folder1|/folder2\"</code> </p> <p> </p>",
|
389 | 390 | "DescribeTaskResponse$Excludes": "<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>",
|
|
647 | 648 | "NfsSubdirectory": {
|
648 | 649 | "base": null,
|
649 | 650 | "refs": {
|
650 |
| - "CreateLocationNfsRequest$Subdirectory": "<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 AWS Snowcone device, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone\">NFS Server on AWS 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>" |
| 651 | + "CreateLocationNfsRequest$Subdirectory": "<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 AWS Snowcone device, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone\">NFS Server on AWS 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>" |
651 | 652 | }
|
652 | 653 | },
|
653 | 654 | "NfsVersion": {
|
|
710 | 711 | "DescribeTaskExecutionResponse$Options": null,
|
711 | 712 | "DescribeTaskResponse$Options": "<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 operation. </p>",
|
712 | 713 | "StartTaskExecutionRequest$OverrideOptions": null,
|
| 714 | + "UpdateTaskExecutionRequest$Options": null, |
713 | 715 | "UpdateTaskRequest$Options": null
|
714 | 716 | }
|
715 | 717 | },
|
|
743 | 745 | "base": null,
|
744 | 746 | "refs": {
|
745 | 747 | "TaskExecutionResultDetail$PrepareStatus": "<p>The status of the PREPARING phase.</p>",
|
746 |
| - "TaskExecutionResultDetail$TransferStatus": "<p>The status of the TRANSFERRING Phase.</p>", |
747 |
| - "TaskExecutionResultDetail$VerifyStatus": "<p>The status of the VERIFYING Phase.</p>" |
| 748 | + "TaskExecutionResultDetail$TransferStatus": "<p>The status of the TRANSFERRING phase.</p>", |
| 749 | + "TaskExecutionResultDetail$VerifyStatus": "<p>The status of the VERIFYING phase.</p>" |
748 | 750 | }
|
749 | 751 | },
|
750 | 752 | "PosixPermissions": {
|
|
774 | 776 | "S3BucketArn": {
|
775 | 777 | "base": null,
|
776 | 778 | "refs": {
|
777 |
| - "CreateLocationS3Request$S3BucketArn": "<p>The Amazon Resource Name (ARN) of the Amazon S3 bucket. If the bucket is on an AWS Outpost, this must be an access point ARN.</p>" |
| 779 | + "CreateLocationS3Request$S3BucketArn": "<p>The ARN of the Amazon S3 bucket. If the bucket is on an AWS Outpost, this must be an access point ARN.</p>" |
778 | 780 | }
|
779 | 781 | },
|
780 | 782 | "S3Config": {
|
|
787 | 789 | "S3StorageClass": {
|
788 | 790 | "base": null,
|
789 | 791 | "refs": {
|
790 |
| - "CreateLocationS3Request$S3StorageClass": "<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 AWS Regions, the storage class defaults to Standard. For buckets on AWS Outposts, the storage class defaults to AWS S3 Outposts.</p> <p>For more information about S3 storage classes, see <a href=\"https://aws.amazon.com/s3/storage-classes/\">Amazon S3 Storage Classes</a> in the <i>Amazon Simple Storage Service Developer Guide</i>. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see <a>using-storage-classes</a>.</p>", |
791 |
| - "DescribeLocationS3Response$S3StorageClass": "<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=\"https://aws.amazon.com/s3/storage-classes/\">Amazon S3 Storage Classes</a> in the <i>Amazon Simple Storage Service Developer Guide</i>. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see <a>using-storage-classes</a>.</p>" |
| 792 | + "CreateLocationS3Request$S3StorageClass": "<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 AWS Regions, the storage class defaults to Standard. For buckets on AWS Outposts, the storage class defaults to AWS 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>using-storage-classes</a>.</p>", |
| 793 | + "DescribeLocationS3Response$S3StorageClass": "<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>using-storage-classes</a>.</p>" |
792 | 794 | }
|
793 | 795 | },
|
794 | 796 | "S3Subdirectory": {
|
|
945 | 947 | "DescribeTaskExecutionResponse$TaskExecutionArn": "<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>",
|
946 | 948 | "DescribeTaskResponse$CurrentTaskExecutionArn": "<p>The Amazon Resource Name (ARN) of the task execution that is syncing files.</p>",
|
947 | 949 | "StartTaskExecutionResponse$TaskExecutionArn": "<p>The Amazon Resource Name (ARN) of the specific task execution that was started.</p>",
|
948 |
| - "TaskExecutionListEntry$TaskExecutionArn": "<p>The Amazon Resource Name (ARN) of the task that was executed.</p>" |
| 950 | + "TaskExecutionListEntry$TaskExecutionArn": "<p>The Amazon Resource Name (ARN) of the task that was executed.</p>", |
| 951 | + "UpdateTaskExecutionRequest$TaskExecutionArn": "<p>The Amazon Resource Name (ARN) of the specific task execution that is being updated. </p>" |
949 | 952 | }
|
950 | 953 | },
|
951 | 954 | "TaskExecutionList": {
|
|
1020 | 1023 | "TaskStatus": {
|
1021 | 1024 | "base": null,
|
1022 | 1025 | "refs": {
|
1023 |
| - "DescribeTaskResponse$Status": "<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>AWS DataSync User Guide.</i> </p>", |
| 1026 | + "DescribeTaskResponse$Status": "<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>AWS DataSync User Guide</i>.</p>", |
1024 | 1027 | "TaskListEntry$Status": "<p>The status of the task.</p>"
|
1025 | 1028 | }
|
1026 | 1029 | },
|
|
1071 | 1074 | "refs": {
|
1072 | 1075 | }
|
1073 | 1076 | },
|
| 1077 | + "UpdateTaskExecutionRequest": { |
| 1078 | + "base": null, |
| 1079 | + "refs": { |
| 1080 | + } |
| 1081 | + }, |
| 1082 | + "UpdateTaskExecutionResponse": { |
| 1083 | + "base": null, |
| 1084 | + "refs": { |
| 1085 | + } |
| 1086 | + }, |
1074 | 1087 | "UpdateTaskRequest": {
|
1075 | 1088 | "base": "<p>UpdateTaskResponse</p>",
|
1076 | 1089 | "refs": {
|
|
0 commit comments