@aws-sdk/client-datasync 3.693.0 → 3.696.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-
|
|
36
|
-
* transfer performance
|
|
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
|
|
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
|
|
2505
|
-
* <a href="https://docs.aws.amazon.com/datasync/latest/userguide/datasync-limits.html">quotas</a>
|
|
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
|
|
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
|
|
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
|
|
4591
|
-
*
|
|
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">
|
|
4637
|
-
*
|
|
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">
|
|
4668
|
-
*
|
|
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
|
|
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.
|
|
4
|
+
"version": "3.696.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",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.7.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.696.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.696.0",
|
|
25
|
+
"@aws-sdk/core": "3.696.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.696.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.696.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.696.0",
|
|
32
|
+
"@aws-sdk/types": "3.696.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.696.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.696.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.696.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.12",
|
|
37
|
+
"@smithy/core": "^2.5.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.1",
|
|
39
|
+
"@smithy/hash-node": "^3.0.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.12",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.27",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.10",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.11",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.7",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.4",
|
|
50
|
+
"@smithy/types": "^3.7.1",
|
|
51
|
+
"@smithy/url-parser": "^3.0.10",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.27",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.27",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.6",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.10",
|
|
59
|
+
"@smithy/util-retry": "^3.0.10",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|