@aws-sdk/client-efs 3.306.0 → 3.309.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 (65) hide show
  1. package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
  2. package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
  3. package/dist-cjs/commands/CreateMountTargetCommand.js +2 -2
  4. package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateTagsCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAccessPointCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteMountTargetCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -2
  24. package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -2
  25. package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -2
  27. package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
  31. package/dist-cjs/protocols/Aws_restJson1.js +442 -456
  32. package/dist-es/commands/CreateAccessPointCommand.js +3 -3
  33. package/dist-es/commands/CreateFileSystemCommand.js +3 -3
  34. package/dist-es/commands/CreateMountTargetCommand.js +3 -3
  35. package/dist-es/commands/CreateReplicationConfigurationCommand.js +3 -3
  36. package/dist-es/commands/CreateTagsCommand.js +3 -3
  37. package/dist-es/commands/DeleteAccessPointCommand.js +3 -3
  38. package/dist-es/commands/DeleteFileSystemCommand.js +3 -3
  39. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +3 -3
  40. package/dist-es/commands/DeleteMountTargetCommand.js +3 -3
  41. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +3 -3
  42. package/dist-es/commands/DeleteTagsCommand.js +3 -3
  43. package/dist-es/commands/DescribeAccessPointsCommand.js +3 -3
  44. package/dist-es/commands/DescribeAccountPreferencesCommand.js +3 -3
  45. package/dist-es/commands/DescribeBackupPolicyCommand.js +3 -3
  46. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +3 -3
  47. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
  48. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +3 -3
  49. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +3 -3
  50. package/dist-es/commands/DescribeMountTargetsCommand.js +3 -3
  51. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +3 -3
  52. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  53. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  54. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +3 -3
  55. package/dist-es/commands/PutAccountPreferencesCommand.js +3 -3
  56. package/dist-es/commands/PutBackupPolicyCommand.js +3 -3
  57. package/dist-es/commands/PutFileSystemPolicyCommand.js +3 -3
  58. package/dist-es/commands/PutLifecycleConfigurationCommand.js +3 -3
  59. package/dist-es/commands/TagResourceCommand.js +3 -3
  60. package/dist-es/commands/UntagResourceCommand.js +3 -3
  61. package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
  62. package/dist-es/protocols/Aws_restJson1.js +380 -394
  63. package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
  65. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-efs",
3
3
  "description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.309.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,9 +21,9 @@
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.306.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
45
  "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.306.0",