@aws-sdk/client-datazone 3.883.0 → 3.886.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 (76) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +209 -11
  3. package/dist-es/DataZone.js +6 -0
  4. package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +23 -0
  5. package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +22 -0
  6. package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +23 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +16 -4
  9. package/dist-es/models/models_1.js +4 -3
  10. package/dist-es/models/models_2.js +18 -0
  11. package/dist-es/protocols/Aws_restJson1.js +101 -0
  12. package/dist-types/DataZone.d.ts +21 -0
  13. package/dist-types/DataZoneClient.d.ts +5 -2
  14. package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateAssetCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateAssetRevisionCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAssetTypeCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDataProductCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +142 -0
  22. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateFormTypeCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateGlossaryCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +92 -0
  32. package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
  35. package/dist-types/commands/GetAssetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -1
  37. package/dist-types/commands/GetAssetTypeCommand.d.ts +1 -1
  38. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  39. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -0
  40. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -0
  41. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -0
  42. package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
  43. package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
  44. package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +3 -2
  46. package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
  47. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  50. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +3 -0
  51. package/dist-types/commands/SearchCommand.d.ts +1 -1
  52. package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
  53. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +142 -0
  56. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -0
  57. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -0
  58. package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
  60. package/dist-types/commands/index.d.ts +3 -0
  61. package/dist-types/models/models_0.d.ts +99 -29
  62. package/dist-types/models/models_1.d.ts +50 -79
  63. package/dist-types/models/models_2.d.ts +172 -2
  64. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  65. package/dist-types/ts3.4/DataZone.d.ts +51 -0
  66. package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
  67. package/dist-types/ts3.4/commands/CreateEnvironmentBlueprintCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintCommand.d.ts +47 -0
  69. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +2 -4
  70. package/dist-types/ts3.4/commands/UpdateEnvironmentBlueprintCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +26 -9
  73. package/dist-types/ts3.4/models/models_1.d.ts +14 -22
  74. package/dist-types/ts3.4/models/models_2.d.ts +47 -3
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  76. package/package.json +3 -3
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.883.0",
4
+ "version": "3.886.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-datazone",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.883.0",
24
- "@aws-sdk/credential-provider-node": "3.883.0",
24
+ "@aws-sdk/credential-provider-node": "3.886.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
26
  "@aws-sdk/middleware-logger": "3.876.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.873.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.886.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.883.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",