@aws-sdk/client-datazone 3.641.0 → 3.643.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 (127) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +894 -99
  3. package/dist-es/DataZone.js +22 -0
  4. package/dist-es/commands/AddEntityOwnerCommand.js +24 -0
  5. package/dist-es/commands/AddPolicyGrantCommand.js +24 -0
  6. package/dist-es/commands/CreateDomainUnitCommand.js +25 -0
  7. package/dist-es/commands/DeleteDomainUnitCommand.js +24 -0
  8. package/dist-es/commands/GetDomainUnitCommand.js +25 -0
  9. package/dist-es/commands/GetEnvironmentBlueprintCommand.js +1 -1
  10. package/dist-es/commands/GetEnvironmentCommand.js +1 -1
  11. package/dist-es/commands/GetEnvironmentCredentialsCommand.js +1 -1
  12. package/dist-es/commands/GetEnvironmentProfileCommand.js +1 -1
  13. package/dist-es/commands/GetFormTypeCommand.js +1 -1
  14. package/dist-es/commands/GetGroupProfileCommand.js +1 -1
  15. package/dist-es/commands/GetLineageNodeCommand.js +1 -1
  16. package/dist-es/commands/GetProjectCommand.js +1 -1
  17. package/dist-es/commands/GetSubscriptionCommand.js +1 -1
  18. package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +1 -1
  19. package/dist-es/commands/GetSubscriptionTargetCommand.js +1 -1
  20. package/dist-es/commands/GetUserProfileCommand.js +1 -1
  21. package/dist-es/commands/ListDomainUnitsForParentCommand.js +24 -0
  22. package/dist-es/commands/ListEntityOwnersCommand.js +24 -0
  23. package/dist-es/commands/ListPolicyGrantsCommand.js +24 -0
  24. package/dist-es/commands/RemoveEntityOwnerCommand.js +24 -0
  25. package/dist-es/commands/RemovePolicyGrantCommand.js +24 -0
  26. package/dist-es/commands/UpdateDomainUnitCommand.js +25 -0
  27. package/dist-es/commands/index.js +11 -0
  28. package/dist-es/models/models_0.js +144 -78
  29. package/dist-es/models/models_1.js +97 -1
  30. package/dist-es/pagination/ListDomainUnitsForParentPaginator.js +4 -0
  31. package/dist-es/pagination/ListEntityOwnersPaginator.js +4 -0
  32. package/dist-es/pagination/ListPolicyGrantsPaginator.js +4 -0
  33. package/dist-es/pagination/index.js +3 -0
  34. package/dist-es/protocols/Aws_restJson1.js +358 -0
  35. package/dist-types/DataZone.d.ts +77 -0
  36. package/dist-types/DataZoneClient.d.ts +13 -2
  37. package/dist-types/commands/AddEntityOwnerCommand.d.ts +93 -0
  38. package/dist-types/commands/AddPolicyGrantCommand.d.ts +141 -0
  39. package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
  40. package/dist-types/commands/CreateDomainUnitCommand.d.ts +104 -0
  41. package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
  42. package/dist-types/commands/DeleteDomainUnitCommand.d.ts +80 -0
  43. package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -2
  45. package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -2
  46. package/dist-types/commands/GetDomainCommand.d.ts +1 -0
  47. package/dist-types/commands/GetDomainUnitCommand.d.ts +97 -0
  48. package/dist-types/commands/GetEnvironmentActionCommand.d.ts +1 -1
  49. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
  50. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
  51. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
  52. package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
  53. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -1
  54. package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
  55. package/dist-types/commands/GetGroupProfileCommand.d.ts +1 -1
  56. package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
  57. package/dist-types/commands/GetLineageNodeCommand.d.ts +1 -1
  58. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  59. package/dist-types/commands/GetSubscriptionCommand.d.ts +1 -1
  60. package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +1 -1
  61. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
  62. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  63. package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
  64. package/dist-types/commands/GetUserProfileCommand.d.ts +1 -1
  65. package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +84 -0
  66. package/dist-types/commands/ListEntityOwnersCommand.d.ts +89 -0
  67. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
  68. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +143 -0
  69. package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
  70. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +87 -0
  72. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +103 -0
  73. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
  74. package/dist-types/commands/UpdateDomainUnitCommand.d.ts +102 -0
  75. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
  76. package/dist-types/commands/index.d.ts +11 -0
  77. package/dist-types/models/models_0.d.ts +4741 -5090
  78. package/dist-types/models/models_1.d.ts +1919 -2
  79. package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +7 -0
  80. package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +7 -0
  81. package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +7 -0
  82. package/dist-types/pagination/index.d.ts +3 -0
  83. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  84. package/dist-types/ts3.4/DataZone.d.ts +187 -0
  85. package/dist-types/ts3.4/DataZoneClient.d.ts +66 -0
  86. package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +36 -0
  87. package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +36 -0
  88. package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +39 -0
  89. package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +1 -2
  92. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +1 -2
  93. package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +36 -0
  94. package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -4
  97. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +40 -0
  112. package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +39 -0
  113. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +39 -0
  115. package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +39 -0
  117. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +39 -0
  118. package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +39 -0
  119. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  120. package/dist-types/ts3.4/models/models_0.d.ts +575 -380
  121. package/dist-types/ts3.4/models/models_1.d.ts +487 -2
  122. package/dist-types/ts3.4/pagination/ListDomainUnitsForParentPaginator.d.ts +11 -0
  123. package/dist-types/ts3.4/pagination/ListEntityOwnersPaginator.d.ts +11 -0
  124. package/dist-types/ts3.4/pagination/ListPolicyGrantsPaginator.d.ts +11 -0
  125. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  126. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  127. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.