@aws-sdk/client-datasync 3.810.0 → 3.814.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.
Files changed (96) hide show
  1. package/README.md +3 -107
  2. package/dist-cjs/index.js +26 -890
  3. package/dist-es/DataSync.js +0 -26
  4. package/dist-es/commands/index.js +0 -13
  5. package/dist-es/models/models_0.js +18 -62
  6. package/dist-es/pagination/index.js +0 -4
  7. package/dist-es/protocols/Aws_json1_1.js +2 -554
  8. package/dist-types/DataSync.d.ts +3 -96
  9. package/dist-types/DataSyncClient.d.ts +5 -18
  10. package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +5 -4
  13. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateLocationS3Command.d.ts +4 -2
  17. package/dist-types/commands/CreateTaskCommand.d.ts +4 -3
  18. package/dist-types/commands/DescribeAgentCommand.d.ts +2 -2
  19. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateLocationEfsCommand.d.ts +4 -2
  23. package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +4 -2
  24. package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +4 -2
  25. package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +5 -3
  26. package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -2
  27. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
  28. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -3
  29. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +4 -2
  30. package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -2
  31. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
  32. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
  34. package/dist-types/commands/index.d.ts +0 -13
  35. package/dist-types/index.d.ts +3 -3
  36. package/dist-types/models/models_0.d.ts +368 -1499
  37. package/dist-types/pagination/index.d.ts +0 -4
  38. package/dist-types/protocols/Aws_json1_1.d.ts +0 -117
  39. package/dist-types/ts3.4/DataSync.d.ts +0 -229
  40. package/dist-types/ts3.4/DataSyncClient.d.ts +0 -78
  41. package/dist-types/ts3.4/commands/index.d.ts +0 -13
  42. package/dist-types/ts3.4/models/models_0.d.ts +18 -307
  43. package/dist-types/ts3.4/pagination/index.d.ts +0 -4
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -156
  45. package/package.json +6 -8
  46. package/dist-es/commands/AddStorageSystemCommand.js +0 -23
  47. package/dist-es/commands/DescribeDiscoveryJobCommand.js +0 -22
  48. package/dist-es/commands/DescribeStorageSystemCommand.js +0 -22
  49. package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +0 -22
  50. package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +0 -22
  51. package/dist-es/commands/GenerateRecommendationsCommand.js +0 -22
  52. package/dist-es/commands/ListDiscoveryJobsCommand.js +0 -22
  53. package/dist-es/commands/ListStorageSystemsCommand.js +0 -22
  54. package/dist-es/commands/RemoveStorageSystemCommand.js +0 -22
  55. package/dist-es/commands/StartDiscoveryJobCommand.js +0 -22
  56. package/dist-es/commands/StopDiscoveryJobCommand.js +0 -22
  57. package/dist-es/commands/UpdateDiscoveryJobCommand.js +0 -22
  58. package/dist-es/commands/UpdateStorageSystemCommand.js +0 -23
  59. package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +0 -4
  60. package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +0 -4
  61. package/dist-es/pagination/ListDiscoveryJobsPaginator.js +0 -4
  62. package/dist-es/pagination/ListStorageSystemsPaginator.js +0 -4
  63. package/dist-types/commands/AddStorageSystemCommand.d.ts +0 -100
  64. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +0 -84
  65. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +0 -94
  66. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -118
  67. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -208
  68. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +0 -85
  69. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +0 -88
  70. package/dist-types/commands/ListStorageSystemsCommand.d.ts +0 -86
  71. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +0 -78
  72. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +0 -89
  73. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +0 -80
  74. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +0 -78
  75. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +0 -91
  76. package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -7
  77. package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -7
  78. package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +0 -7
  79. package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +0 -7
  80. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +0 -50
  81. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +0 -51
  82. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +0 -51
  83. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -51
  84. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -51
  85. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +0 -51
  86. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +0 -51
  87. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +0 -51
  88. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +0 -51
  89. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +0 -51
  90. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +0 -50
  91. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +0 -51
  92. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +0 -51
  93. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -11
  94. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -11
  95. package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +0 -11
  96. package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +0 -11
@@ -27,14 +27,15 @@ declare const UpdateLocationS3Command_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies the following configuration parameters of the Amazon S3 transfer location that you're using with DataSync.</p>
30
+ * <p>Modifies the following configuration parameters of the Amazon S3 transfer location
31
+ * that you're using with DataSync.</p>
31
32
  * <important>
32
33
  * <p>Before you begin, make sure that you read the following topics:</p>
33
34
  * <ul>
34
35
  * <li>
35
36
  * <p>
36
37
  * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#using-storage-classes">Storage
37
- * class considerations with Amazon S3 locations</a>
38
+ * class considerations with Amazon S3 locations</a>
38
39
  * </p>
39
40
  * </li>
40
41
  * <li>
@@ -27,9 +27,10 @@ declare const UpdateLocationSmbCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies the following configuration parameters of the Server Message Block
31
- * (SMB) transfer location that you're using with DataSync.</p>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html">Configuring DataSync transfers with an SMB file server</a>.</p>
30
+ * <p>Modifies the following configuration parameters of the Server Message Block (SMB) transfer
31
+ * location that you're using with DataSync.</p>
32
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html">Configuring DataSync
33
+ * transfers with an SMB file server</a>.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -27,7 +27,8 @@ declare const UpdateTaskCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the configuration of a <i>task</i>, which defines where and how DataSync transfers your data.</p>
30
+ * <p>Updates the configuration of a <i>task</i>, which defines where and how
31
+ * DataSync transfers your data.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -32,8 +32,8 @@ declare const UpdateTaskExecutionCommand_base: {
32
32
  * <p>Currently, the only <code>Option</code> that you can modify with
33
33
  * <code>UpdateTaskExecution</code> is <code>
34
34
  * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/API_Options.html#DataSync-Type-Options-BytesPerSecond">BytesPerSecond</a>
35
- * </code>, which throttles bandwidth for a running or queued
36
- * task execution.</p>
35
+ * </code>, which throttles bandwidth for a running or queued task
36
+ * execution.</p>
37
37
  * </note>
38
38
  * @example
39
39
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,4 +1,3 @@
1
- export * from "./AddStorageSystemCommand";
2
1
  export * from "./CancelTaskExecutionCommand";
3
2
  export * from "./CreateAgentCommand";
4
3
  export * from "./CreateLocationAzureBlobCommand";
@@ -17,7 +16,6 @@ export * from "./DeleteAgentCommand";
17
16
  export * from "./DeleteLocationCommand";
18
17
  export * from "./DeleteTaskCommand";
19
18
  export * from "./DescribeAgentCommand";
20
- export * from "./DescribeDiscoveryJobCommand";
21
19
  export * from "./DescribeLocationAzureBlobCommand";
22
20
  export * from "./DescribeLocationEfsCommand";
23
21
  export * from "./DescribeLocationFsxLustreCommand";
@@ -29,27 +27,17 @@ export * from "./DescribeLocationNfsCommand";
29
27
  export * from "./DescribeLocationObjectStorageCommand";
30
28
  export * from "./DescribeLocationS3Command";
31
29
  export * from "./DescribeLocationSmbCommand";
32
- export * from "./DescribeStorageSystemCommand";
33
- export * from "./DescribeStorageSystemResourceMetricsCommand";
34
- export * from "./DescribeStorageSystemResourcesCommand";
35
30
  export * from "./DescribeTaskCommand";
36
31
  export * from "./DescribeTaskExecutionCommand";
37
- export * from "./GenerateRecommendationsCommand";
38
32
  export * from "./ListAgentsCommand";
39
- export * from "./ListDiscoveryJobsCommand";
40
33
  export * from "./ListLocationsCommand";
41
- export * from "./ListStorageSystemsCommand";
42
34
  export * from "./ListTagsForResourceCommand";
43
35
  export * from "./ListTaskExecutionsCommand";
44
36
  export * from "./ListTasksCommand";
45
- export * from "./RemoveStorageSystemCommand";
46
- export * from "./StartDiscoveryJobCommand";
47
37
  export * from "./StartTaskExecutionCommand";
48
- export * from "./StopDiscoveryJobCommand";
49
38
  export * from "./TagResourceCommand";
50
39
  export * from "./UntagResourceCommand";
51
40
  export * from "./UpdateAgentCommand";
52
- export * from "./UpdateDiscoveryJobCommand";
53
41
  export * from "./UpdateLocationAzureBlobCommand";
54
42
  export * from "./UpdateLocationEfsCommand";
55
43
  export * from "./UpdateLocationFsxLustreCommand";
@@ -61,6 +49,5 @@ export * from "./UpdateLocationNfsCommand";
61
49
  export * from "./UpdateLocationObjectStorageCommand";
62
50
  export * from "./UpdateLocationS3Command";
63
51
  export * from "./UpdateLocationSmbCommand";
64
- export * from "./UpdateStorageSystemCommand";
65
52
  export * from "./UpdateTaskCommand";
66
53
  export * from "./UpdateTaskExecutionCommand";
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * <fullname>DataSync</fullname>
3
- * <p>DataSync is an online data movement and discovery service that simplifies data migration
4
- * and helps you quickly, easily, and securely transfer your file or object data to, from, and
5
- * between Amazon Web Services storage services.</p>
3
+ * <p>DataSync is an online data movement and discovery service that simplifies
4
+ * data migration and helps you quickly, easily, and securely transfer your file or object data
5
+ * to, from, and between Amazon Web Services storage services.</p>
6
6
  * <p>This API interface reference includes documentation for using DataSync
7
7
  * programmatically. For complete information, see the <i>
8
8
  * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html">DataSync User