@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.
Files changed (61) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/DataSync.d.ts +0 -205
  4. package/dist-types/ts3.4/DataSyncClient.d.ts +0 -113
  5. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +0 -40
  46. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  47. package/dist-types/ts3.4/index.d.ts +0 -5
  48. package/dist-types/ts3.4/models/index.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -1461
  50. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  51. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +0 -4
  52. package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +0 -4
  53. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  54. package/dist-types/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +0 -4
  55. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +0 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +0 -6
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -122
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  61. 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,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./DataSync";
2
- export * from "./DataSyncClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";