diff --git a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts index 3ac707df16712..7c9d9643c80dc 100644 --- a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts @@ -33,8 +33,8 @@ export interface DescribeTaskExecutionCommandOutput extends DescribeTaskExecutio * results of the transfer.

* *

Some DescribeTaskExecution response elements are only relevant to a - * specific task mode. For information, see Understanding task mode differences and Understanding data - * transfer performance metrics.

+ * specific task mode. For information, see Understanding task mode differences and Understanding data + * transfer performance counters.

*
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-datasync/src/models/models_0.ts b/clients/client-datasync/src/models/models_0.ts index 806051af98808..d815f0ab8e58a 100644 --- a/clients/client-datasync/src/models/models_0.ts +++ b/clients/client-datasync/src/models/models_0.ts @@ -2777,7 +2777,10 @@ export interface CreateTaskRequest { * *

For more information, see Understanding task mode differences.

@@ -4904,7 +4909,7 @@ export interface TaskExecutionFilesListedDetail { AtSource?: number | undefined; /** - *

The number of objects that DataSync finds at your destination location. This metric is only applicable if you configure your task to delete data in the destination that isn't in the source.

+ *

The number of objects that DataSync finds at your destination location. This counter is only applicable if you configure your task to delete data in the destination that isn't in the source.

* @public */ AtDestinationForDelete?: number | undefined; @@ -5117,9 +5122,7 @@ export interface DescribeTaskExecutionResponse { /** *

The number of files, objects, and directories that DataSync expects to - * transfer over the network. This value is calculated during the task execution's - * PREPARING - * step before the TRANSFERRING step.

+ * transfer over the network. This value is calculated while DataSync prepares the transfer.

*

How this gets calculated depends primarily on your task’s transfer * mode configuration:

*