@aws-sdk/client-repostspace 3.840.0 → 3.845.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 (66) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +644 -14
  3. package/dist-es/Repostspace.js +12 -0
  4. package/dist-es/commands/BatchAddChannelRoleToAccessorsCommand.js +22 -0
  5. package/dist-es/commands/BatchRemoveChannelRoleFromAccessorsCommand.js +22 -0
  6. package/dist-es/commands/CreateChannelCommand.js +23 -0
  7. package/dist-es/commands/GetChannelCommand.js +23 -0
  8. package/dist-es/commands/ListChannelsCommand.js +23 -0
  9. package/dist-es/commands/UpdateChannelCommand.js +23 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/index.js +1 -0
  12. package/dist-es/models/models_0.js +73 -6
  13. package/dist-es/pagination/ListChannelsPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +1 -0
  15. package/dist-es/protocols/Aws_restJson1.js +203 -0
  16. package/dist-es/waiters/index.js +4 -0
  17. package/dist-es/waiters/waitForChannelCreated.js +49 -0
  18. package/dist-es/waiters/waitForChannelDeleted.js +52 -0
  19. package/dist-es/waiters/waitForSpaceCreated.js +49 -0
  20. package/dist-es/waiters/waitForSpaceDeleted.js +52 -0
  21. package/dist-types/Repostspace.d.ts +42 -0
  22. package/dist-types/RepostspaceClient.d.ts +8 -2
  23. package/dist-types/commands/BatchAddChannelRoleToAccessorsCommand.d.ts +124 -0
  24. package/dist-types/commands/BatchAddRoleCommand.d.ts +23 -1
  25. package/dist-types/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +124 -0
  26. package/dist-types/commands/BatchRemoveRoleCommand.d.ts +23 -1
  27. package/dist-types/commands/CreateChannelCommand.d.ts +112 -0
  28. package/dist-types/commands/CreateSpaceCommand.d.ts +6 -0
  29. package/dist-types/commands/GetChannelCommand.d.ts +125 -0
  30. package/dist-types/commands/GetSpaceCommand.d.ts +8 -0
  31. package/dist-types/commands/ListChannelsCommand.d.ts +135 -0
  32. package/dist-types/commands/ListSpacesCommand.d.ts +6 -0
  33. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateChannelCommand.d.ts +107 -0
  35. package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -0
  36. package/dist-types/commands/index.d.ts +6 -0
  37. package/dist-types/index.d.ts +1 -0
  38. package/dist-types/models/models_0.d.ts +464 -33
  39. package/dist-types/pagination/ListChannelsPaginator.d.ts +7 -0
  40. package/dist-types/pagination/index.d.ts +1 -0
  41. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  42. package/dist-types/ts3.4/Repostspace.d.ts +108 -0
  43. package/dist-types/ts3.4/RepostspaceClient.d.ts +36 -0
  44. package/dist-types/ts3.4/commands/BatchAddChannelRoleToAccessorsCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +47 -0
  47. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +47 -0
  48. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +47 -0
  49. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +47 -0
  50. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  51. package/dist-types/ts3.4/index.d.ts +1 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +148 -17
  53. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -0
  54. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  56. package/dist-types/ts3.4/waiters/index.d.ts +4 -0
  57. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +11 -0
  58. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +11 -0
  59. package/dist-types/ts3.4/waiters/waitForSpaceCreated.d.ts +11 -0
  60. package/dist-types/ts3.4/waiters/waitForSpaceDeleted.d.ts +11 -0
  61. package/dist-types/waiters/index.d.ts +4 -0
  62. package/dist-types/waiters/waitForChannelCreated.d.ts +14 -0
  63. package/dist-types/waiters/waitForChannelDeleted.d.ts +14 -0
  64. package/dist-types/waiters/waitForSpaceCreated.d.ts +14 -0
  65. package/dist-types/waiters/waitForSpaceDeleted.d.ts +14 -0
  66. package/package.json +15 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-repostspace",
3
3
  "description": "AWS SDK for JavaScript Repostspace Client for Node.js, Browser and React Native",
4
- "version": "3.840.0",
4
+ "version": "3.845.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-repostspace",
@@ -20,42 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.840.0",
24
- "@aws-sdk/credential-provider-node": "3.840.0",
23
+ "@aws-sdk/core": "3.845.0",
24
+ "@aws-sdk/credential-provider-node": "3.845.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.840.0",
28
+ "@aws-sdk/middleware-user-agent": "3.845.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.840.0",
31
+ "@aws-sdk/util-endpoints": "3.845.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.840.0",
33
+ "@aws-sdk/util-user-agent-node": "3.845.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.6.0",
36
- "@smithy/fetch-http-handler": "^5.0.4",
35
+ "@smithy/core": "^3.7.0",
36
+ "@smithy/fetch-http-handler": "^5.1.0",
37
37
  "@smithy/hash-node": "^4.0.4",
38
38
  "@smithy/invalid-dependency": "^4.0.4",
39
39
  "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.13",
41
- "@smithy/middleware-retry": "^4.1.14",
40
+ "@smithy/middleware-endpoint": "^4.1.15",
41
+ "@smithy/middleware-retry": "^4.1.16",
42
42
  "@smithy/middleware-serde": "^4.0.8",
43
43
  "@smithy/middleware-stack": "^4.0.4",
44
44
  "@smithy/node-config-provider": "^4.1.3",
45
- "@smithy/node-http-handler": "^4.0.6",
45
+ "@smithy/node-http-handler": "^4.1.0",
46
46
  "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.5",
47
+ "@smithy/smithy-client": "^4.4.7",
48
48
  "@smithy/types": "^4.3.1",
49
49
  "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.21",
54
- "@smithy/util-defaults-mode-node": "^4.0.21",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.23",
54
+ "@smithy/util-defaults-mode-node": "^4.0.23",
55
55
  "@smithy/util-endpoints": "^3.0.6",
56
56
  "@smithy/util-middleware": "^4.0.4",
57
57
  "@smithy/util-retry": "^4.0.6",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
+ "@smithy/util-waiter": "^4.0.6",
59
60
  "tslib": "^2.6.2"
60
61
  },
61
62
  "devDependencies": {