@aws-sdk/client-datasync 3.369.0 → 3.377.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 (39) hide show
  1. package/README.md +27 -3
  2. package/dist-cjs/DataSync.js +6 -0
  3. package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +47 -0
  4. package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +46 -0
  5. package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +47 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +28 -2
  8. package/dist-cjs/protocols/Aws_json1_1.js +146 -3
  9. package/dist-es/DataSync.js +6 -0
  10. package/dist-es/commands/CreateLocationAzureBlobCommand.js +43 -0
  11. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +42 -0
  12. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +43 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +23 -0
  15. package/dist-es/protocols/Aws_json1_1.js +137 -0
  16. package/dist-types/DataSync.d.ts +24 -3
  17. package/dist-types/DataSyncClient.d.ts +8 -5
  18. package/dist-types/commands/CreateAgentCommand.d.ts +19 -12
  19. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +98 -0
  20. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
  21. package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -1
  22. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +88 -0
  23. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeTaskCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +88 -0
  27. package/dist-types/commands/index.d.ts +3 -0
  28. package/dist-types/index.d.ts +3 -3
  29. package/dist-types/models/models_0.d.ts +295 -87
  30. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  31. package/dist-types/ts3.4/DataSync.d.ts +51 -0
  32. package/dist-types/ts3.4/DataSyncClient.d.ts +18 -0
  33. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +42 -0
  34. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +42 -0
  35. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +42 -0
  36. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  37. package/dist-types/ts3.4/models/models_0.d.ts +66 -0
  38. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  39. package/package.json +16 -17
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.369.0",
4
+ "version": "3.377.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,29 +21,29 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.369.0",
25
- "@aws-sdk/credential-provider-node": "3.369.0",
26
- "@aws-sdk/middleware-host-header": "3.369.0",
27
- "@aws-sdk/middleware-logger": "3.369.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.369.0",
29
- "@aws-sdk/middleware-signing": "3.369.0",
30
- "@aws-sdk/middleware-user-agent": "3.369.0",
31
- "@aws-sdk/types": "3.369.0",
32
- "@aws-sdk/util-endpoints": "3.369.0",
33
- "@aws-sdk/util-user-agent-browser": "3.369.0",
34
- "@aws-sdk/util-user-agent-node": "3.369.0",
24
+ "@aws-sdk/client-sts": "3.377.0",
25
+ "@aws-sdk/credential-provider-node": "3.370.0",
26
+ "@aws-sdk/middleware-host-header": "3.370.0",
27
+ "@aws-sdk/middleware-logger": "3.370.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.370.0",
29
+ "@aws-sdk/middleware-signing": "3.370.0",
30
+ "@aws-sdk/middleware-user-agent": "3.370.0",
31
+ "@aws-sdk/types": "3.370.0",
32
+ "@aws-sdk/util-endpoints": "3.370.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.370.0",
34
+ "@aws-sdk/util-user-agent-node": "3.370.0",
35
35
  "@smithy/config-resolver": "^1.0.1",
36
36
  "@smithy/fetch-http-handler": "^1.0.1",
37
37
  "@smithy/hash-node": "^1.0.1",
38
38
  "@smithy/invalid-dependency": "^1.0.1",
39
39
  "@smithy/middleware-content-length": "^1.0.1",
40
- "@smithy/middleware-endpoint": "^1.0.1",
41
- "@smithy/middleware-retry": "^1.0.2",
40
+ "@smithy/middleware-endpoint": "^1.0.2",
41
+ "@smithy/middleware-retry": "^1.0.3",
42
42
  "@smithy/middleware-serde": "^1.0.1",
43
43
  "@smithy/middleware-stack": "^1.0.1",
44
44
  "@smithy/node-config-provider": "^1.0.1",
45
45
  "@smithy/node-http-handler": "^1.0.2",
46
- "@smithy/protocol-http": "^1.0.1",
46
+ "@smithy/protocol-http": "^1.1.0",
47
47
  "@smithy/smithy-client": "^1.0.3",
48
48
  "@smithy/types": "^1.1.0",
49
49
  "@smithy/url-parser": "^1.0.1",
@@ -52,13 +52,12 @@
52
52
  "@smithy/util-body-length-node": "^1.0.1",
53
53
  "@smithy/util-defaults-mode-browser": "^1.0.1",
54
54
  "@smithy/util-defaults-mode-node": "^1.0.1",
55
- "@smithy/util-retry": "^1.0.2",
55
+ "@smithy/util-retry": "^1.0.3",
56
56
  "@smithy/util-utf8": "^1.0.1",
57
57
  "tslib": "^2.5.0",
58
58
  "uuid": "^8.3.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-sdk/service-client-documentation-generator": "3.310.0",
62
61
  "@smithy/service-client-documentation-generator": "^1.0.1",
63
62
  "@tsconfig/node14": "1.0.3",
64
63
  "@types/node": "^14.14.31",