@aws-sdk/client-datazone 3.1039.0 → 3.1041.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 (54) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +85 -0
  3. package/dist-cjs/schemas/schemas_0.js +214 -42
  4. package/dist-es/DataZone.js +10 -0
  5. package/dist-es/commands/GetNotebookRunCommand.js +16 -0
  6. package/dist-es/commands/ListNotebookRunsCommand.js +16 -0
  7. package/dist-es/commands/StartNotebookRunCommand.js +16 -0
  8. package/dist-es/commands/StopNotebookRunCommand.js +16 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/enums.js +21 -0
  11. package/dist-es/pagination/ListNotebookRunsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +197 -26
  14. package/dist-types/DataZone.d.ts +35 -0
  15. package/dist-types/DataZoneClient.d.ts +6 -2
  16. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  17. package/dist-types/commands/GetNotebookRunCommand.d.ts +148 -0
  18. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  19. package/dist-types/commands/ListNotebookRunsCommand.d.ts +116 -0
  20. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  21. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +2 -1
  22. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  23. package/dist-types/commands/StartNotebookRunCommand.d.ts +184 -0
  24. package/dist-types/commands/StopNotebookRunCommand.d.ts +100 -0
  25. package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
  26. package/dist-types/commands/index.d.ts +4 -0
  27. package/dist-types/models/enums.d.ts +92 -0
  28. package/dist-types/models/models_0.d.ts +22 -22
  29. package/dist-types/models/models_1.d.ts +557 -574
  30. package/dist-types/models/models_2.d.ts +635 -3
  31. package/dist-types/pagination/ListNotebookRunsPaginator.d.ts +7 -0
  32. package/dist-types/pagination/index.d.ts +1 -0
  33. package/dist-types/schemas/schemas_0.d.ts +22 -0
  34. package/dist-types/ts3.4/DataZone.d.ts +75 -0
  35. package/dist-types/ts3.4/DataZoneClient.d.ts +24 -0
  36. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +47 -0
  38. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +50 -0
  40. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +50 -0
  44. package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +50 -0
  45. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  47. package/dist-types/ts3.4/models/enums.d.ts +29 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +5 -6
  49. package/dist-types/ts3.4/models/models_1.d.ts +145 -149
  50. package/dist-types/ts3.4/models/models_2.d.ts +154 -4
  51. package/dist-types/ts3.4/pagination/ListNotebookRunsPaginator.d.ts +11 -0
  52. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  53. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  54. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datazone",
3
3
  "description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
4
- "version": "3.1039.0",
4
+ "version": "3.1041.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-datazone",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.38",
24
+ "@aws-sdk/core": "^3.974.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.39",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.10",
27
27
  "@aws-sdk/middleware-logger": "^3.972.10",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.11",
29
- "@aws-sdk/middleware-user-agent": "^3.972.37",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.38",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.13",
31
31
  "@aws-sdk/types": "^3.973.8",
32
32
  "@aws-sdk/util-endpoints": "^3.996.8",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.10",
34
- "@aws-sdk/util-user-agent-node": "^3.973.23",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.24",
35
35
  "@smithy/config-resolver": "^4.4.17",
36
36
  "@smithy/core": "^3.23.17",
37
37
  "@smithy/fetch-http-handler": "^5.3.17",