@aws-sdk/client-datasync 3.504.0 → 3.509.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 (34) hide show
  1. package/dist-cjs/index.js +99 -1385
  2. package/dist-es/models/models_0.js +6 -0
  3. package/dist-es/protocols/Aws_json1_1.js +67 -1363
  4. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +3 -1
  5. package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -2
  6. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +5 -1
  7. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +4 -2
  8. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +5 -1
  9. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -2
  10. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -1
  11. package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -3
  12. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +4 -3
  13. package/dist-types/commands/CreateLocationS3Command.d.ts +4 -3
  14. package/dist-types/commands/CreateLocationSmbCommand.d.ts +5 -2
  15. package/dist-types/commands/CreateTaskCommand.d.ts +12 -0
  16. package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteTaskCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +1 -2
  19. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +1 -2
  23. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -2
  24. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -1
  26. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeTaskCommand.d.ts +12 -0
  28. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +13 -1
  29. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +1 -1
  30. package/dist-types/commands/StartTaskExecutionCommand.d.ts +17 -5
  31. package/dist-types/commands/UpdateTaskCommand.d.ts +13 -1
  32. package/dist-types/models/models_0.d.ts +484 -276
  33. package/dist-types/ts3.4/models/models_0.d.ts +31 -2
  34. package/package.json +3 -3
@@ -99,6 +99,12 @@ export const S3StorageClass = {
99
99
  export const FilterType = {
100
100
  SIMPLE_PATTERN: "SIMPLE_PATTERN",
101
101
  };
102
+ export const ManifestAction = {
103
+ TRANSFER: "TRANSFER",
104
+ };
105
+ export const ManifestFormat = {
106
+ CSV: "CSV",
107
+ };
102
108
  export const Gid = {
103
109
  BOTH: "BOTH",
104
110
  INT_VALUE: "INT_VALUE",