@aws-sdk/client-datasync 3.47.1 → 3.50.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 +32 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/DataSync.d.ts +0 -205
- package/dist-types/ts3.4/DataSyncClient.d.ts +0 -113
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -40
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1461
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -6
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -122
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export * from "./CancelTaskExecutionCommand";
|
|
2
|
-
export * from "./CreateAgentCommand";
|
|
3
|
-
export * from "./CreateLocationEfsCommand";
|
|
4
|
-
export * from "./CreateLocationFsxLustreCommand";
|
|
5
|
-
export * from "./CreateLocationFsxWindowsCommand";
|
|
6
|
-
export * from "./CreateLocationHdfsCommand";
|
|
7
|
-
export * from "./CreateLocationNfsCommand";
|
|
8
|
-
export * from "./CreateLocationObjectStorageCommand";
|
|
9
|
-
export * from "./CreateLocationS3Command";
|
|
10
|
-
export * from "./CreateLocationSmbCommand";
|
|
11
|
-
export * from "./CreateTaskCommand";
|
|
12
|
-
export * from "./DeleteAgentCommand";
|
|
13
|
-
export * from "./DeleteLocationCommand";
|
|
14
|
-
export * from "./DeleteTaskCommand";
|
|
15
|
-
export * from "./DescribeAgentCommand";
|
|
16
|
-
export * from "./DescribeLocationEfsCommand";
|
|
17
|
-
export * from "./DescribeLocationFsxLustreCommand";
|
|
18
|
-
export * from "./DescribeLocationFsxWindowsCommand";
|
|
19
|
-
export * from "./DescribeLocationHdfsCommand";
|
|
20
|
-
export * from "./DescribeLocationNfsCommand";
|
|
21
|
-
export * from "./DescribeLocationObjectStorageCommand";
|
|
22
|
-
export * from "./DescribeLocationS3Command";
|
|
23
|
-
export * from "./DescribeLocationSmbCommand";
|
|
24
|
-
export * from "./DescribeTaskCommand";
|
|
25
|
-
export * from "./DescribeTaskExecutionCommand";
|
|
26
|
-
export * from "./ListAgentsCommand";
|
|
27
|
-
export * from "./ListLocationsCommand";
|
|
28
|
-
export * from "./ListTagsForResourceCommand";
|
|
29
|
-
export * from "./ListTaskExecutionsCommand";
|
|
30
|
-
export * from "./ListTasksCommand";
|
|
31
|
-
export * from "./StartTaskExecutionCommand";
|
|
32
|
-
export * from "./TagResourceCommand";
|
|
33
|
-
export * from "./UntagResourceCommand";
|
|
34
|
-
export * from "./UpdateAgentCommand";
|
|
35
|
-
export * from "./UpdateLocationHdfsCommand";
|
|
36
|
-
export * from "./UpdateLocationNfsCommand";
|
|
37
|
-
export * from "./UpdateLocationObjectStorageCommand";
|
|
38
|
-
export * from "./UpdateLocationSmbCommand";
|
|
39
|
-
export * from "./UpdateTaskCommand";
|
|
40
|
-
export * from "./UpdateTaskExecutionCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|