@aws-sdk/client-datazone 3.641.0 → 3.644.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 (141) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +896 -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 +360 -0
  35. package/dist-types/DataZone.d.ts +77 -0
  36. package/dist-types/DataZoneClient.d.ts +13 -2
  37. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +16 -0
  38. package/dist-types/commands/AddEntityOwnerCommand.d.ts +93 -0
  39. package/dist-types/commands/AddPolicyGrantCommand.d.ts +141 -0
  40. package/dist-types/commands/CancelSubscriptionCommand.d.ts +8 -0
  41. package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
  42. package/dist-types/commands/CreateDomainUnitCommand.d.ts +104 -0
  43. package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
  44. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +8 -0
  45. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +8 -0
  46. package/dist-types/commands/DeleteDomainUnitCommand.d.ts +80 -0
  47. package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
  48. package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -2
  50. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +8 -0
  51. package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -2
  52. package/dist-types/commands/GetDomainCommand.d.ts +1 -0
  53. package/dist-types/commands/GetDomainUnitCommand.d.ts +97 -0
  54. package/dist-types/commands/GetEnvironmentActionCommand.d.ts +1 -1
  55. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
  56. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  57. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
  58. package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
  59. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -1
  60. package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
  61. package/dist-types/commands/GetGroupProfileCommand.d.ts +1 -1
  62. package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
  63. package/dist-types/commands/GetLineageNodeCommand.d.ts +1 -1
  64. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  65. package/dist-types/commands/GetSubscriptionCommand.d.ts +9 -1
  66. package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +9 -1
  67. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +9 -1
  68. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
  70. package/dist-types/commands/GetUserProfileCommand.d.ts +1 -1
  71. package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +84 -0
  72. package/dist-types/commands/ListEntityOwnersCommand.d.ts +89 -0
  73. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +143 -0
  75. package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
  76. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +8 -0
  77. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +8 -0
  78. package/dist-types/commands/ListSubscriptionsCommand.d.ts +8 -0
  79. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  80. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +8 -0
  81. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +87 -0
  82. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +103 -0
  83. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +8 -0
  84. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
  85. package/dist-types/commands/UpdateDomainUnitCommand.d.ts +102 -0
  86. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
  87. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +8 -0
  88. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +8 -0
  89. package/dist-types/commands/index.d.ts +11 -0
  90. package/dist-types/models/models_0.d.ts +4782 -5094
  91. package/dist-types/models/models_1.d.ts +1939 -2
  92. package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +7 -0
  93. package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +7 -0
  94. package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +7 -0
  95. package/dist-types/pagination/index.d.ts +3 -0
  96. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  97. package/dist-types/ts3.4/DataZone.d.ts +187 -0
  98. package/dist-types/ts3.4/DataZoneClient.d.ts +66 -0
  99. package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +36 -0
  100. package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +36 -0
  101. package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +39 -0
  102. package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -4
  104. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +1 -2
  107. package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +36 -0
  108. package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +40 -0
  126. package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +39 -0
  127. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +39 -0
  129. package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +39 -0
  131. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +39 -0
  132. package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +39 -0
  133. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  134. package/dist-types/ts3.4/models/models_0.d.ts +585 -382
  135. package/dist-types/ts3.4/models/models_1.d.ts +492 -2
  136. package/dist-types/ts3.4/pagination/ListDomainUnitsForParentPaginator.d.ts +11 -0
  137. package/dist-types/ts3.4/pagination/ListEntityOwnersPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/ListPolicyGrantsPaginator.d.ts +11 -0
  139. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  140. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  141. package/package.json +1 -1
@@ -0,0 +1,104 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
+ import { CreateDomainUnitInput, CreateDomainUnitOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateDomainUnitCommand}.
14
+ */
15
+ export interface CreateDomainUnitCommandInput extends CreateDomainUnitInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateDomainUnitCommand}.
21
+ */
22
+ export interface CreateDomainUnitCommandOutput extends CreateDomainUnitOutput, __MetadataBearer {
23
+ }
24
+ declare const CreateDomainUnitCommand_base: {
25
+ new (input: CreateDomainUnitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: CreateDomainUnitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a domain unit in Amazon DataZone.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DataZoneClient, CreateDomainUnitCommand } from "@aws-sdk/client-datazone"; // ES Modules import
35
+ * // const { DataZoneClient, CreateDomainUnitCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
36
+ * const client = new DataZoneClient(config);
37
+ * const input = { // CreateDomainUnitInput
38
+ * domainIdentifier: "STRING_VALUE", // required
39
+ * name: "STRING_VALUE", // required
40
+ * parentDomainUnitIdentifier: "STRING_VALUE", // required
41
+ * description: "STRING_VALUE",
42
+ * clientToken: "STRING_VALUE",
43
+ * };
44
+ * const command = new CreateDomainUnitCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // CreateDomainUnitOutput
47
+ * // id: "STRING_VALUE", // required
48
+ * // domainId: "STRING_VALUE", // required
49
+ * // name: "STRING_VALUE", // required
50
+ * // parentDomainUnitId: "STRING_VALUE",
51
+ * // description: "STRING_VALUE",
52
+ * // owners: [ // DomainUnitOwners // required
53
+ * // { // DomainUnitOwnerProperties Union: only one key present
54
+ * // user: { // DomainUnitUserProperties
55
+ * // userId: "STRING_VALUE",
56
+ * // },
57
+ * // group: { // DomainUnitGroupProperties
58
+ * // groupId: "STRING_VALUE",
59
+ * // },
60
+ * // },
61
+ * // ],
62
+ * // ancestorDomainUnitIds: [ // DomainUnitIds // required
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // createdAt: new Date("TIMESTAMP"),
66
+ * // createdBy: "STRING_VALUE",
67
+ * // };
68
+ *
69
+ * ```
70
+ *
71
+ * @param CreateDomainUnitCommandInput - {@link CreateDomainUnitCommandInput}
72
+ * @returns {@link CreateDomainUnitCommandOutput}
73
+ * @see {@link CreateDomainUnitCommandInput} for command's `input` shape.
74
+ * @see {@link CreateDomainUnitCommandOutput} for command's `response` shape.
75
+ * @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
76
+ *
77
+ * @throws {@link AccessDeniedException} (client fault)
78
+ * <p>You do not have sufficient access to perform this action.</p>
79
+ *
80
+ * @throws {@link ConflictException} (client fault)
81
+ * <p>There is a conflict while performing this action.</p>
82
+ *
83
+ * @throws {@link InternalServerException} (server fault)
84
+ * <p>The request has failed because of an unknown error, exception or failure.</p>
85
+ *
86
+ * @throws {@link ServiceQuotaExceededException} (client fault)
87
+ * <p>The request has exceeded the specified service quota.</p>
88
+ *
89
+ * @throws {@link ThrottlingException} (client fault)
90
+ * <p>The request was denied due to request throttling.</p>
91
+ *
92
+ * @throws {@link ValidationException} (client fault)
93
+ * <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
94
+ *
95
+ * @throws {@link UnauthorizedException} (client fault)
96
+ * <p>You do not have permission to perform this action.</p>
97
+ *
98
+ * @throws {@link DataZoneServiceException}
99
+ * <p>Base exception class for all service exceptions from DataZone service.</p>
100
+ *
101
+ * @public
102
+ */
103
+ export declare class CreateDomainUnitCommand extends CreateDomainUnitCommand_base {
104
+ }
@@ -41,6 +41,7 @@ declare const CreateProjectCommand_base: {
41
41
  * glossaryTerms: [ // GlossaryTerms
42
42
  * "STRING_VALUE",
43
43
  * ],
44
+ * domainUnitId: "STRING_VALUE",
44
45
  * };
45
46
  * const command = new CreateProjectCommand(input);
46
47
  * const response = await client.send(command);
@@ -62,6 +63,7 @@ declare const CreateProjectCommand_base: {
62
63
  * // glossaryTerms: [ // GlossaryTerms
63
64
  * // "STRING_VALUE",
64
65
  * // ],
66
+ * // domainUnitId: "STRING_VALUE",
65
67
  * // };
66
68
  *
67
69
  * ```
@@ -80,6 +80,14 @@ declare const CreateSubscriptionGrantCommand_base: {
80
80
  * // },
81
81
  * // grantedTimestamp: new Date("TIMESTAMP"),
82
82
  * // failureTimestamp: new Date("TIMESTAMP"),
83
+ * // assetScope: { // AssetScope
84
+ * // assetId: "STRING_VALUE", // required
85
+ * // filterIds: [ // FilterIds // required
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // status: "STRING_VALUE", // required
89
+ * // errorMessage: "STRING_VALUE",
90
+ * // },
83
91
  * // },
84
92
  * // ],
85
93
  * // subscriptionId: "STRING_VALUE",
@@ -88,6 +88,14 @@ declare const CreateSubscriptionRequestCommand_base: {
88
88
  * // shortDescription: "STRING_VALUE",
89
89
  * // },
90
90
  * // ],
91
+ * // assetScope: { // AssetScope
92
+ * // assetId: "STRING_VALUE", // required
93
+ * // filterIds: [ // FilterIds // required
94
+ * // "STRING_VALUE",
95
+ * // ],
96
+ * // status: "STRING_VALUE", // required
97
+ * // errorMessage: "STRING_VALUE",
98
+ * // },
91
99
  * // },
92
100
  * // productListing: { // SubscribedProductListing
93
101
  * // entityId: "STRING_VALUE",
@@ -0,0 +1,80 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
+ import { DeleteDomainUnitInput, DeleteDomainUnitOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteDomainUnitCommand}.
14
+ */
15
+ export interface DeleteDomainUnitCommandInput extends DeleteDomainUnitInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteDomainUnitCommand}.
21
+ */
22
+ export interface DeleteDomainUnitCommandOutput extends DeleteDomainUnitOutput, __MetadataBearer {
23
+ }
24
+ declare const DeleteDomainUnitCommand_base: {
25
+ new (input: DeleteDomainUnitCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteDomainUnitCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes a domain unit.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DataZoneClient, DeleteDomainUnitCommand } from "@aws-sdk/client-datazone"; // ES Modules import
35
+ * // const { DataZoneClient, DeleteDomainUnitCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
36
+ * const client = new DataZoneClient(config);
37
+ * const input = { // DeleteDomainUnitInput
38
+ * domainIdentifier: "STRING_VALUE", // required
39
+ * identifier: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new DeleteDomainUnitCommand(input);
42
+ * const response = await client.send(command);
43
+ * // {};
44
+ *
45
+ * ```
46
+ *
47
+ * @param DeleteDomainUnitCommandInput - {@link DeleteDomainUnitCommandInput}
48
+ * @returns {@link DeleteDomainUnitCommandOutput}
49
+ * @see {@link DeleteDomainUnitCommandInput} for command's `input` shape.
50
+ * @see {@link DeleteDomainUnitCommandOutput} for command's `response` shape.
51
+ * @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
52
+ *
53
+ * @throws {@link AccessDeniedException} (client fault)
54
+ * <p>You do not have sufficient access to perform this action.</p>
55
+ *
56
+ * @throws {@link ConflictException} (client fault)
57
+ * <p>There is a conflict while performing this action.</p>
58
+ *
59
+ * @throws {@link InternalServerException} (server fault)
60
+ * <p>The request has failed because of an unknown error, exception or failure.</p>
61
+ *
62
+ * @throws {@link ResourceNotFoundException} (client fault)
63
+ * <p>The specified resource cannot be found.</p>
64
+ *
65
+ * @throws {@link ThrottlingException} (client fault)
66
+ * <p>The request was denied due to request throttling.</p>
67
+ *
68
+ * @throws {@link ValidationException} (client fault)
69
+ * <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
70
+ *
71
+ * @throws {@link UnauthorizedException} (client fault)
72
+ * <p>You do not have permission to perform this action.</p>
73
+ *
74
+ * @throws {@link DataZoneServiceException}
75
+ * <p>Base exception class for all service exceptions from DataZone service.</p>
76
+ *
77
+ * @public
78
+ */
79
+ export declare class DeleteDomainUnitCommand extends DeleteDomainUnitCommand_base {
80
+ }
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { DeleteEnvironmentBlueprintConfigurationInput, DeleteEnvironmentBlueprintConfigurationOutput } from "../models/models_0";
4
+ import { DeleteEnvironmentBlueprintConfigurationInput } from "../models/models_0";
5
+ import { DeleteEnvironmentBlueprintConfigurationOutput } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { DeleteFormTypeInput, DeleteFormTypeOutput } from "../models/models_0";
4
+ import { DeleteFormTypeInput, DeleteFormTypeOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { DeleteGlossaryInput } from "../models/models_0";
5
- import { DeleteGlossaryOutput } from "../models/models_1";
4
+ import { DeleteGlossaryInput, DeleteGlossaryOutput } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -66,6 +66,14 @@ declare const DeleteSubscriptionGrantCommand_base: {
66
66
  * // },
67
67
  * // grantedTimestamp: new Date("TIMESTAMP"),
68
68
  * // failureTimestamp: new Date("TIMESTAMP"),
69
+ * // assetScope: { // AssetScope
70
+ * // assetId: "STRING_VALUE", // required
71
+ * // filterIds: [ // FilterIds // required
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // status: "STRING_VALUE", // required
75
+ * // errorMessage: "STRING_VALUE",
76
+ * // },
69
77
  * // },
70
78
  * // ],
71
79
  * // subscriptionId: "STRING_VALUE",
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetAssetFilterInput } from "../models/models_0";
5
- import { GetAssetFilterOutput } from "../models/models_1";
4
+ import { GetAssetFilterInput, GetAssetFilterOutput } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -41,6 +41,7 @@ declare const GetDomainCommand_base: {
41
41
  * const response = await client.send(command);
42
42
  * // { // GetDomainOutput
43
43
  * // id: "STRING_VALUE", // required
44
+ * // rootDomainUnitId: "STRING_VALUE",
44
45
  * // name: "STRING_VALUE",
45
46
  * // description: "STRING_VALUE",
46
47
  * // singleSignOn: { // SingleSignOn
@@ -0,0 +1,97 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
+ import { GetDomainUnitInput, GetDomainUnitOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetDomainUnitCommand}.
14
+ */
15
+ export interface GetDomainUnitCommandInput extends GetDomainUnitInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetDomainUnitCommand}.
21
+ */
22
+ export interface GetDomainUnitCommandOutput extends GetDomainUnitOutput, __MetadataBearer {
23
+ }
24
+ declare const GetDomainUnitCommand_base: {
25
+ new (input: GetDomainUnitCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainUnitCommandInput, GetDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: GetDomainUnitCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainUnitCommandInput, GetDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Gets the details of the specified domain unit.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DataZoneClient, GetDomainUnitCommand } from "@aws-sdk/client-datazone"; // ES Modules import
35
+ * // const { DataZoneClient, GetDomainUnitCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
36
+ * const client = new DataZoneClient(config);
37
+ * const input = { // GetDomainUnitInput
38
+ * domainIdentifier: "STRING_VALUE", // required
39
+ * identifier: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new GetDomainUnitCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // GetDomainUnitOutput
44
+ * // id: "STRING_VALUE", // required
45
+ * // domainId: "STRING_VALUE", // required
46
+ * // name: "STRING_VALUE", // required
47
+ * // parentDomainUnitId: "STRING_VALUE",
48
+ * // description: "STRING_VALUE",
49
+ * // owners: [ // DomainUnitOwners // required
50
+ * // { // DomainUnitOwnerProperties Union: only one key present
51
+ * // user: { // DomainUnitUserProperties
52
+ * // userId: "STRING_VALUE",
53
+ * // },
54
+ * // group: { // DomainUnitGroupProperties
55
+ * // groupId: "STRING_VALUE",
56
+ * // },
57
+ * // },
58
+ * // ],
59
+ * // createdAt: new Date("TIMESTAMP"),
60
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
61
+ * // createdBy: "STRING_VALUE",
62
+ * // lastUpdatedBy: "STRING_VALUE",
63
+ * // };
64
+ *
65
+ * ```
66
+ *
67
+ * @param GetDomainUnitCommandInput - {@link GetDomainUnitCommandInput}
68
+ * @returns {@link GetDomainUnitCommandOutput}
69
+ * @see {@link GetDomainUnitCommandInput} for command's `input` shape.
70
+ * @see {@link GetDomainUnitCommandOutput} for command's `response` shape.
71
+ * @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
72
+ *
73
+ * @throws {@link AccessDeniedException} (client fault)
74
+ * <p>You do not have sufficient access to perform this action.</p>
75
+ *
76
+ * @throws {@link InternalServerException} (server fault)
77
+ * <p>The request has failed because of an unknown error, exception or failure.</p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>The specified resource cannot be found.</p>
81
+ *
82
+ * @throws {@link ThrottlingException} (client fault)
83
+ * <p>The request was denied due to request throttling.</p>
84
+ *
85
+ * @throws {@link ValidationException} (client fault)
86
+ * <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
87
+ *
88
+ * @throws {@link UnauthorizedException} (client fault)
89
+ * <p>You do not have permission to perform this action.</p>
90
+ *
91
+ * @throws {@link DataZoneServiceException}
92
+ * <p>Base exception class for all service exceptions from DataZone service.</p>
93
+ *
94
+ * @public
95
+ */
96
+ export declare class GetDomainUnitCommand extends GetDomainUnitCommand_base {
97
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetEnvironmentActionInput, GetEnvironmentActionOutput } from "../models/models_0";
4
+ import { GetEnvironmentActionInput, GetEnvironmentActionOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetEnvironmentBlueprintInput, GetEnvironmentBlueprintOutput } from "../models/models_0";
4
+ import { GetEnvironmentBlueprintInput, GetEnvironmentBlueprintOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetEnvironmentBlueprintConfigurationInput, GetEnvironmentBlueprintConfigurationOutput } from "../models/models_0";
4
+ import { GetEnvironmentBlueprintConfigurationInput, GetEnvironmentBlueprintConfigurationOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetEnvironmentInput, GetEnvironmentOutput } from "../models/models_0";
4
+ import { GetEnvironmentInput, GetEnvironmentOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetEnvironmentCredentialsInput, GetEnvironmentCredentialsOutput } from "../models/models_0";
4
+ import { GetEnvironmentCredentialsInput, GetEnvironmentCredentialsOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetEnvironmentProfileInput, GetEnvironmentProfileOutput } from "../models/models_0";
4
+ import { GetEnvironmentProfileInput, GetEnvironmentProfileOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetFormTypeInput, GetFormTypeOutput } from "../models/models_0";
4
+ import { GetFormTypeInput, GetFormTypeOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetGroupProfileInput, GetGroupProfileOutput } from "../models/models_0";
4
+ import { GetGroupProfileInput, GetGroupProfileOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetIamPortalLoginUrlInput, GetIamPortalLoginUrlOutput } from "../models/models_0";
4
+ import { GetIamPortalLoginUrlInput, GetIamPortalLoginUrlOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetLineageNodeInput, GetLineageNodeOutput } from "../models/models_0";
4
+ import { GetLineageNodeInput, GetLineageNodeOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetProjectInput, GetProjectOutput } from "../models/models_0";
4
+ import { GetProjectInput, GetProjectOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -58,6 +58,7 @@ declare const GetProjectCommand_base: {
58
58
  * // glossaryTerms: [ // GlossaryTerms
59
59
  * // "STRING_VALUE",
60
60
  * // ],
61
+ * // domainUnitId: "STRING_VALUE",
61
62
  * // };
62
63
  *
63
64
  * ```
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetSubscriptionInput, GetSubscriptionOutput } from "../models/models_0";
4
+ import { GetSubscriptionInput, GetSubscriptionOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -71,6 +71,14 @@ declare const GetSubscriptionCommand_base: {
71
71
  * // shortDescription: "STRING_VALUE",
72
72
  * // },
73
73
  * // ],
74
+ * // assetScope: { // AssetScope
75
+ * // assetId: "STRING_VALUE", // required
76
+ * // filterIds: [ // FilterIds // required
77
+ * // "STRING_VALUE",
78
+ * // ],
79
+ * // status: "STRING_VALUE", // required
80
+ * // errorMessage: "STRING_VALUE",
81
+ * // },
74
82
  * // },
75
83
  * // productListing: { // SubscribedProductListing
76
84
  * // entityId: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetSubscriptionGrantInput, GetSubscriptionGrantOutput } from "../models/models_0";
4
+ import { GetSubscriptionGrantInput, GetSubscriptionGrantOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -66,6 +66,14 @@ declare const GetSubscriptionGrantCommand_base: {
66
66
  * // },
67
67
  * // grantedTimestamp: new Date("TIMESTAMP"),
68
68
  * // failureTimestamp: new Date("TIMESTAMP"),
69
+ * // assetScope: { // AssetScope
70
+ * // assetId: "STRING_VALUE", // required
71
+ * // filterIds: [ // FilterIds // required
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // status: "STRING_VALUE", // required
75
+ * // errorMessage: "STRING_VALUE",
76
+ * // },
69
77
  * // },
70
78
  * // ],
71
79
  * // subscriptionId: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetSubscriptionRequestDetailsInput, GetSubscriptionRequestDetailsOutput } from "../models/models_0";
4
+ import { GetSubscriptionRequestDetailsInput, GetSubscriptionRequestDetailsOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -75,6 +75,14 @@ declare const GetSubscriptionRequestDetailsCommand_base: {
75
75
  * // shortDescription: "STRING_VALUE",
76
76
  * // },
77
77
  * // ],
78
+ * // assetScope: { // AssetScope
79
+ * // assetId: "STRING_VALUE", // required
80
+ * // filterIds: [ // FilterIds // required
81
+ * // "STRING_VALUE",
82
+ * // ],
83
+ * // status: "STRING_VALUE", // required
84
+ * // errorMessage: "STRING_VALUE",
85
+ * // },
78
86
  * // },
79
87
  * // productListing: { // SubscribedProductListing
80
88
  * // entityId: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetSubscriptionTargetInput, GetSubscriptionTargetOutput } from "../models/models_0";
4
+ import { GetSubscriptionTargetInput, GetSubscriptionTargetOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetTimeSeriesDataPointInput, GetTimeSeriesDataPointOutput } from "../models/models_0";
4
+ import { GetTimeSeriesDataPointInput, GetTimeSeriesDataPointOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { GetUserProfileInput, GetUserProfileOutput } from "../models/models_0";
4
+ import { GetUserProfileInput, GetUserProfileOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */