@aws-sdk/client-cleanrooms 3.876.0 → 3.881.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 (46) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +221 -15
  3. package/dist-es/CleanRooms.js +6 -0
  4. package/dist-es/commands/CreateCollaborationChangeRequestCommand.js +22 -0
  5. package/dist-es/commands/GetCollaborationChangeRequestCommand.js +22 -0
  6. package/dist-es/commands/ListCollaborationChangeRequestsCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +24 -15
  9. package/dist-es/models/models_1.js +15 -0
  10. package/dist-es/pagination/ListCollaborationChangeRequestsPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/protocols/Aws_restJson1.js +113 -0
  13. package/dist-types/CleanRooms.d.ts +21 -0
  14. package/dist-types/CleanRoomsClient.d.ts +5 -2
  15. package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +131 -0
  16. package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
  19. package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +112 -0
  20. package/dist-types/commands/GetCollaborationCommand.d.ts +3 -0
  21. package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
  22. package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -2
  23. package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +117 -0
  24. package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -0
  25. package/dist-types/commands/index.d.ts +3 -0
  26. package/dist-types/models/models_0.d.ts +318 -317
  27. package/dist-types/models/models_1.d.ts +318 -1
  28. package/dist-types/pagination/ListCollaborationChangeRequestsPaginator.d.ts +7 -0
  29. package/dist-types/pagination/index.d.ts +1 -0
  30. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  31. package/dist-types/ts3.4/CleanRooms.d.ts +51 -0
  32. package/dist-types/ts3.4/CleanRoomsClient.d.ts +18 -0
  33. package/dist-types/ts3.4/commands/CreateCollaborationChangeRequestCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/GetCollaborationChangeRequestCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +4 -2
  39. package/dist-types/ts3.4/commands/ListCollaborationChangeRequestsCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  41. package/dist-types/ts3.4/models/models_0.d.ts +101 -106
  42. package/dist-types/ts3.4/models/models_1.d.ts +106 -6
  43. package/dist-types/ts3.4/pagination/ListCollaborationChangeRequestsPaginator.d.ts +11 -0
  44. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  45. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  46. package/package.json +12 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.876.0",
4
+ "version": "3.881.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-cleanrooms",
@@ -20,38 +20,38 @@
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.876.0",
24
- "@aws-sdk/credential-provider-node": "3.876.0",
23
+ "@aws-sdk/core": "3.879.0",
24
+ "@aws-sdk/credential-provider-node": "3.879.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
26
  "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
- "@aws-sdk/middleware-user-agent": "3.876.0",
28
+ "@aws-sdk/middleware-user-agent": "3.879.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
- "@aws-sdk/util-endpoints": "3.873.0",
31
+ "@aws-sdk/util-endpoints": "3.879.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.876.0",
33
+ "@aws-sdk/util-user-agent-node": "3.879.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
- "@smithy/core": "^3.8.0",
35
+ "@smithy/core": "^3.9.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",
37
37
  "@smithy/hash-node": "^4.0.5",
38
38
  "@smithy/invalid-dependency": "^4.0.5",
39
39
  "@smithy/middleware-content-length": "^4.0.5",
40
- "@smithy/middleware-endpoint": "^4.1.18",
41
- "@smithy/middleware-retry": "^4.1.19",
40
+ "@smithy/middleware-endpoint": "^4.1.19",
41
+ "@smithy/middleware-retry": "^4.1.20",
42
42
  "@smithy/middleware-serde": "^4.0.9",
43
43
  "@smithy/middleware-stack": "^4.0.5",
44
44
  "@smithy/node-config-provider": "^4.1.4",
45
45
  "@smithy/node-http-handler": "^4.1.1",
46
46
  "@smithy/protocol-http": "^5.1.3",
47
- "@smithy/smithy-client": "^4.4.10",
47
+ "@smithy/smithy-client": "^4.5.0",
48
48
  "@smithy/types": "^4.3.2",
49
49
  "@smithy/url-parser": "^4.0.5",
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.26",
54
- "@smithy/util-defaults-mode-node": "^4.0.26",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.27",
54
+ "@smithy/util-defaults-mode-node": "^4.0.27",
55
55
  "@smithy/util-endpoints": "^3.0.7",
56
56
  "@smithy/util-middleware": "^4.0.5",
57
57
  "@smithy/util-retry": "^4.0.7",