@aws-sdk/client-datasync 3.181.0 → 3.183.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.
- package/CHANGELOG.md +8 -0
- package/dist-es/DataSync.js +178 -185
- package/dist-es/DataSyncClient.js +22 -28
- package/dist-es/commands/CancelTaskExecutionCommand.js +21 -28
- package/dist-es/commands/CreateAgentCommand.js +21 -28
- package/dist-es/commands/CreateLocationEfsCommand.js +21 -28
- package/dist-es/commands/CreateLocationFsxLustreCommand.js +21 -28
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +21 -28
- package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +21 -28
- package/dist-es/commands/CreateLocationFsxWindowsCommand.js +21 -28
- package/dist-es/commands/CreateLocationHdfsCommand.js +21 -28
- package/dist-es/commands/CreateLocationNfsCommand.js +21 -28
- package/dist-es/commands/CreateLocationObjectStorageCommand.js +21 -28
- package/dist-es/commands/CreateLocationS3Command.js +21 -28
- package/dist-es/commands/CreateLocationSmbCommand.js +21 -28
- package/dist-es/commands/CreateTaskCommand.js +21 -28
- package/dist-es/commands/DeleteAgentCommand.js +21 -28
- package/dist-es/commands/DeleteLocationCommand.js +21 -28
- package/dist-es/commands/DeleteTaskCommand.js +21 -28
- package/dist-es/commands/DescribeAgentCommand.js +21 -28
- package/dist-es/commands/DescribeLocationEfsCommand.js +21 -28
- package/dist-es/commands/DescribeLocationFsxLustreCommand.js +21 -28
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +21 -28
- package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +21 -28
- package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +21 -28
- package/dist-es/commands/DescribeLocationHdfsCommand.js +21 -28
- package/dist-es/commands/DescribeLocationNfsCommand.js +21 -28
- package/dist-es/commands/DescribeLocationObjectStorageCommand.js +21 -28
- package/dist-es/commands/DescribeLocationS3Command.js +21 -28
- package/dist-es/commands/DescribeLocationSmbCommand.js +21 -28
- package/dist-es/commands/DescribeTaskCommand.js +21 -28
- package/dist-es/commands/DescribeTaskExecutionCommand.js +21 -28
- package/dist-es/commands/ListAgentsCommand.js +21 -28
- package/dist-es/commands/ListLocationsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTaskExecutionsCommand.js +21 -28
- package/dist-es/commands/ListTasksCommand.js +21 -28
- package/dist-es/commands/StartTaskExecutionCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateAgentCommand.js +21 -28
- package/dist-es/commands/UpdateLocationHdfsCommand.js +21 -28
- package/dist-es/commands/UpdateLocationNfsCommand.js +21 -28
- package/dist-es/commands/UpdateLocationObjectStorageCommand.js +21 -28
- package/dist-es/commands/UpdateLocationSmbCommand.js +21 -28
- package/dist-es/commands/UpdateTaskCommand.js +21 -28
- package/dist-es/commands/UpdateTaskExecutionCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DataSyncServiceException.js +5 -10
- package/dist-es/models/models_0.js +366 -136
- package/dist-es/pagination/ListAgentsPaginator.js +25 -68
- package/dist-es/pagination/ListLocationsPaginator.js +25 -68
- package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
- package/dist-es/pagination/ListTaskExecutionsPaginator.js +25 -68
- package/dist-es/pagination/ListTasksPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +2608 -3288
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-datasync
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
|
|
7
15
|
|
|
8
16
|
|