@aws-sdk/client-datasync 3.693.0 → 3.694.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,8 +32,8 @@ declare const DescribeTaskExecutionCommand_base: {
32
32
  * results of the transfer.</p>
33
33
  * <note>
34
34
  * <p>Some <code>DescribeTaskExecution</code> response elements are only relevant to a
35
- * specific task mode. For information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/choosing-task-mode.html#task-mode-differences">Understanding task mode differences</a> and <a href="https://docs.aws.amazon.com/datasync/latest/userguide/transfer-performance-metrics.html">Understanding data
36
- * transfer performance metrics</a>.</p>
35
+ * specific task mode. For information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/choosing-task-mode.html#task-mode-differences">Understanding task mode differences</a> and <a href="https://docs.aws.amazon.com/datasync/latest/userguide/transfer-performance-counters.html">Understanding data
36
+ * transfer performance counters</a>.</p>
37
37
  * </note>
38
38
  * @example
39
39
  * Use a bare-bones client and the command you need to make an API call.
@@ -2491,7 +2491,10 @@ export interface CreateTaskRequest {
2491
2491
  * <ul>
2492
2492
  * <li>
2493
2493
  * <p>
2494
- * <code>ENHANCED</code> - Transfer virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. Currently available for transfers between Amazon S3 locations.</p>
2494
+ * <code>ENHANCED</code> - Transfer virtually unlimited numbers of objects with higher
2495
+ * performance than Basic mode. Enhanced mode tasks optimize the data transfer process by
2496
+ * listing, preparing, transferring, and verifying data in parallel. Enhanced mode is
2497
+ * currently available for transfers between Amazon S3 locations.</p>
2495
2498
  * <note>
2496
2499
  * <p>To create an Enhanced mode task, the IAM role that you use to call
2497
2500
  * the <code>CreateTask</code> operation must have the
@@ -2501,8 +2504,10 @@ export interface CreateTaskRequest {
2501
2504
  * <li>
2502
2505
  * <p>
2503
2506
  * <code>BASIC</code> (default) - Transfer files or objects between Amazon Web Services
2504
- * storage and on-premises, edge, or other cloud storage. DataSync
2505
- * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/datasync-limits.html">quotas</a> apply.</p>
2507
+ * storage and all other supported DataSync locations. Basic mode tasks are subject
2508
+ * to <a href="https://docs.aws.amazon.com/datasync/latest/userguide/datasync-limits.html">quotas</a> on the number of files, objects, and directories in a dataset. Basic
2509
+ * mode sequentially prepares, transfers, and verifies data, making it slower than Enhanced
2510
+ * mode for most workloads.</p>
2506
2511
  * </li>
2507
2512
  * </ul>
2508
2513
  * <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/choosing-task-mode.html#task-mode-differences">Understanding task mode differences</a>.</p>
@@ -4356,7 +4361,7 @@ export interface TaskExecutionFilesListedDetail {
4356
4361
  */
4357
4362
  AtSource?: number | undefined;
4358
4363
  /**
4359
- * <p>The number of objects that DataSync finds at your destination location. This metric is only applicable if you <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-metadata.html#task-option-file-object-handling">configure your task</a> to delete data in the destination that isn't in the source.</p>
4364
+ * <p>The number of objects that DataSync finds at your destination location. This counter is only applicable if you <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-metadata.html#task-option-file-object-handling">configure your task</a> to delete data in the destination that isn't in the source.</p>
4360
4365
  * @public
4361
4366
  */
4362
4367
  AtDestinationForDelete?: number | undefined;
@@ -4545,9 +4550,7 @@ export interface DescribeTaskExecutionResponse {
4545
4550
  StartTime?: Date | undefined;
4546
4551
  /**
4547
4552
  * <p>The number of files, objects, and directories that DataSync expects to
4548
- * transfer over the network. This value is calculated during the task execution's
4549
- * <code>PREPARING</code>
4550
- * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#understand-task-execution-statuses">step</a> before the <code>TRANSFERRING</code> step.</p>
4553
+ * transfer over the network. This value is calculated while DataSync <a href="https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#understand-task-execution-statuses">prepares</a> the transfer.</p>
4551
4554
  * <p>How this gets calculated depends primarily on your task’s <a href="https://docs.aws.amazon.com/datasync/latest/userguide/API_Options.html#DataSync-Type-Options-TransferMode">transfer
4552
4555
  * mode</a> configuration:</p>
4553
4556
  * <ul>
@@ -4587,9 +4590,8 @@ export interface DescribeTaskExecutionResponse {
4587
4590
  EstimatedBytesToTransfer?: number | undefined;
4588
4591
  /**
4589
4592
  * <p>The number of files, objects, and directories that DataSync actually
4590
- * transfers over the network. This value is updated periodically during the task execution's
4591
- * <code>TRANSFERRING</code>
4592
- * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/run-task.html#understand-task-execution-statuses">step</a> when something is read from the source and sent over the network.</p>
4593
+ * transfers over the network. This value is updated periodically during your task execution when
4594
+ * something is read from the source and sent over the network.</p>
4593
4595
  * <p>If DataSync fails to transfer something, this value can be less than
4594
4596
  * <code>EstimatedFilesToTransfer</code>. In some cases, this value can also be greater than
4595
4597
  * <code>EstimatedFilesToTransfer</code>. This element is implementation-specific for some
@@ -4613,10 +4615,6 @@ export interface DescribeTaskExecutionResponse {
4613
4615
  /**
4614
4616
  * <p>The number of physical bytes that DataSync transfers over the network after
4615
4617
  * compression (if compression is possible). This number is typically less than <a href="https://docs.aws.amazon.com/datasync/latest/userguide/API_DescribeTaskExecution.html#DataSync-DescribeTaskExecution-response-BytesTransferred">BytesTransferred</a> unless the data isn't compressible.</p>
4616
- * <note>
4617
- * <p>Not currently supported with <a href="https://docs.aws.amazon.com/datasync/latest/userguide/choosing-task-mode.html">Enhanced mode
4618
- * tasks</a>.</p>
4619
- * </note>
4620
4618
  * @public
4621
4619
  */
4622
4620
  BytesCompressed?: number | undefined;
@@ -4633,9 +4631,8 @@ export interface DescribeTaskExecutionResponse {
4633
4631
  TaskReportConfig?: TaskReportConfig | undefined;
4634
4632
  /**
4635
4633
  * <p>The number of files, objects, and directories that DataSync actually deletes in
4636
- * your destination location. If you don't <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-metadata.html">configure your task</a> to
4637
- * delete data in the destination that isn't in the source, the value is always
4638
- * <code>0</code>.</p>
4634
+ * your destination location. If you don't configure your task to <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-metadata.html">delete data in the destination that
4635
+ * isn't in the source</a>, the value is always <code>0</code>.</p>
4639
4636
  * @public
4640
4637
  */
4641
4638
  FilesDeleted?: number | undefined;
@@ -4664,9 +4661,8 @@ export interface DescribeTaskExecutionResponse {
4664
4661
  ReportResult?: ReportResult | undefined;
4665
4662
  /**
4666
4663
  * <p>The number of files, objects, and directories that DataSync expects to delete in
4667
- * your destination location. If you don't <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-metadata.html">configure your task</a> to
4668
- * delete data in the destination that isn't in the source, the value is always
4669
- * <code>0</code>.</p>
4664
+ * your destination location. If you don't configure your task to <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-metadata.html">delete data in the destination that
4665
+ * isn't in the source</a>, the value is always <code>0</code>.</p>
4670
4666
  * @public
4671
4667
  */
4672
4668
  EstimatedFilesToDelete?: number | undefined;
@@ -4682,7 +4678,9 @@ export interface DescribeTaskExecutionResponse {
4682
4678
  * <p>Applies only to <a href="https://docs.aws.amazon.com/datasync/latest/userguide/choosing-task-mode.html">Enhanced mode
4683
4679
  * tasks</a>.</p>
4684
4680
  * </note>
4685
- * <p>This metric isn't applicable if you configure your task to <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-metadata.html#task-option-transfer-mode">transfer all data</a>. In that scenario, DataSync copies everything from the source to the destination without comparing differences between the locations.</p>
4681
+ * <p>This counter isn't applicable if you configure your task to <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-metadata.html#task-option-transfer-mode">transfer
4682
+ * all data</a>. In that scenario, DataSync copies everything from the source to
4683
+ * the destination without comparing differences between the locations.</p>
4686
4684
  * @public
4687
4685
  */
4688
4686
  FilesPrepared?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.693.0",
4
+ "version": "3.694.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-datasync",