@aws-sdk/client-datasync 3.1087.0 → 3.1088.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 (74) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DataSync.d.ts +173 -200
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +24 -61
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
  43. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  61. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  62. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  63. package/dist-types/ts3.4/models/enums.d.ts +15 -30
  64. package/dist-types/ts3.4/models/errors.d.ts +1 -3
  65. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  66. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -4
  67. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  74. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75