@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
@@ -1,4 +1,1589 @@
1
- import { ActionParameters, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, DataAssetActivityStatus, DataProductListing, DataProductListingItem, DataProductResultItem, DataProductRevision, DataSourceRunActivity, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, ListingStatus, Model, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointFormOutput, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
1
+ import { ActionParameters, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, DataAssetActivityStatus, DataProductListing, DataProductListingItem, DataProductResultItem, DataProductRevision, DataSourceRunActivity, DataZoneEntityType, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, ListingStatus, ManagedPolicyType, Model, OwnerProperties, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TargetEntityType, TermRelations, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface DeleteEnvironmentBlueprintConfigurationOutput {
6
+ }
7
+ /**
8
+ * @public
9
+ */
10
+ export interface GetEnvironmentBlueprintConfigurationInput {
11
+ /**
12
+ * <p>The ID of the Amazon DataZone domain where this blueprint exists.</p>
13
+ * @public
14
+ */
15
+ domainIdentifier: string | undefined;
16
+ /**
17
+ * <p>He ID of the blueprint.</p>
18
+ * @public
19
+ */
20
+ environmentBlueprintIdentifier: string | undefined;
21
+ }
22
+ /**
23
+ * <p>The Lake Formation configuration of the Data Lake blueprint.</p>
24
+ * @public
25
+ */
26
+ export interface LakeFormationConfiguration {
27
+ /**
28
+ * <p>The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for
29
+ * Data Lake using AWS Lake Formation hybrid access mode.</p>
30
+ * @public
31
+ */
32
+ locationRegistrationRole?: string;
33
+ /**
34
+ * <p>Specifies certain Amazon S3 locations if you do not want Amazon DataZone to
35
+ * automatically register them in hybrid mode. </p>
36
+ * @public
37
+ */
38
+ locationRegistrationExcludeS3Locations?: string[];
39
+ }
40
+ /**
41
+ * <p>The provisioning configuration of the blueprint.</p>
42
+ * @public
43
+ */
44
+ export type ProvisioningConfiguration = ProvisioningConfiguration.LakeFormationConfigurationMember | ProvisioningConfiguration.$UnknownMember;
45
+ /**
46
+ * @public
47
+ */
48
+ export declare namespace ProvisioningConfiguration {
49
+ /**
50
+ * <p>The Lake Formation configuration of the Data Lake blueprint.</p>
51
+ * @public
52
+ */
53
+ interface LakeFormationConfigurationMember {
54
+ lakeFormationConfiguration: LakeFormationConfiguration;
55
+ $unknown?: never;
56
+ }
57
+ /**
58
+ * @public
59
+ */
60
+ interface $UnknownMember {
61
+ lakeFormationConfiguration?: never;
62
+ $unknown: [string, any];
63
+ }
64
+ interface Visitor<T> {
65
+ lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
66
+ _: (name: string, value: any) => T;
67
+ }
68
+ const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
69
+ }
70
+ /**
71
+ * @public
72
+ */
73
+ export interface GetEnvironmentBlueprintConfigurationOutput {
74
+ /**
75
+ * <p>The ID of the Amazon DataZone domain where this blueprint exists.</p>
76
+ * @public
77
+ */
78
+ domainId: string | undefined;
79
+ /**
80
+ * <p>The ID of the blueprint.</p>
81
+ * @public
82
+ */
83
+ environmentBlueprintId: string | undefined;
84
+ /**
85
+ * <p>The ARN of the provisioning role with which this blueprint is created.</p>
86
+ * @public
87
+ */
88
+ provisioningRoleArn?: string;
89
+ /**
90
+ * <p>The ARN of the manage access role with which this blueprint is created.</p>
91
+ * @public
92
+ */
93
+ manageAccessRoleArn?: string;
94
+ /**
95
+ * <p>The Amazon Web Services regions in which this blueprint is enabled.</p>
96
+ * @public
97
+ */
98
+ enabledRegions?: string[];
99
+ /**
100
+ * <p>The regional parameters of the blueprint.</p>
101
+ * @public
102
+ */
103
+ regionalParameters?: Record<string, Record<string, string>>;
104
+ /**
105
+ * <p>The timestamp of when this blueprint was created.</p>
106
+ * @public
107
+ */
108
+ createdAt?: Date;
109
+ /**
110
+ * <p>The timestamp of when this blueprint was upated.</p>
111
+ * @public
112
+ */
113
+ updatedAt?: Date;
114
+ /**
115
+ * <p>The provisioning configuration of a blueprint.</p>
116
+ * @public
117
+ */
118
+ provisioningConfigurations?: ProvisioningConfiguration[];
119
+ }
120
+ /**
121
+ * @public
122
+ */
123
+ export interface ListEnvironmentBlueprintConfigurationsInput {
124
+ /**
125
+ * <p>The identifier of the Amazon DataZone domain.</p>
126
+ * @public
127
+ */
128
+ domainIdentifier: string | undefined;
129
+ /**
130
+ * <p>The maximum number of blueprint configurations to return in a single call to
131
+ * <code>ListEnvironmentBlueprintConfigurations</code>. When the number of configurations
132
+ * to be listed is greater than the value of <code>MaxResults</code>, the response contains a
133
+ * <code>NextToken</code> value that you can use in a subsequent call to
134
+ * <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of
135
+ * configurations.</p>
136
+ * @public
137
+ */
138
+ maxResults?: number;
139
+ /**
140
+ * <p>When the number of blueprint configurations is greater than the default value for the
141
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
142
+ * <code>MaxResults</code> that is less than the number of configurations, the response
143
+ * includes a pagination token named <code>NextToken</code>. You can specify this
144
+ * <code>NextToken</code> value in a subsequent call to
145
+ * <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of
146
+ * configurations.</p>
147
+ * @public
148
+ */
149
+ nextToken?: string;
150
+ }
151
+ /**
152
+ * <p>The configuration details of an environment blueprint.</p>
153
+ * @public
154
+ */
155
+ export interface EnvironmentBlueprintConfigurationItem {
156
+ /**
157
+ * <p>The identifier of the Amazon DataZone domain in which an environment blueprint exists.</p>
158
+ * @public
159
+ */
160
+ domainId: string | undefined;
161
+ /**
162
+ * <p>The identifier of the environment blueprint.</p>
163
+ * @public
164
+ */
165
+ environmentBlueprintId: string | undefined;
166
+ /**
167
+ * <p>The ARN of the provisioning role specified in the environment blueprint
168
+ * configuration.</p>
169
+ * @public
170
+ */
171
+ provisioningRoleArn?: string;
172
+ /**
173
+ * <p>The ARN of the manage access role specified in the environment blueprint
174
+ * configuration.</p>
175
+ * @public
176
+ */
177
+ manageAccessRoleArn?: string;
178
+ /**
179
+ * <p>The enabled Amazon Web Services Regions specified in a blueprint configuration.</p>
180
+ * @public
181
+ */
182
+ enabledRegions?: string[];
183
+ /**
184
+ * <p>The regional parameters of the environment blueprint.</p>
185
+ * @public
186
+ */
187
+ regionalParameters?: Record<string, Record<string, string>>;
188
+ /**
189
+ * <p>The timestamp of when an environment blueprint was created.</p>
190
+ * @public
191
+ */
192
+ createdAt?: Date;
193
+ /**
194
+ * <p>The timestamp of when the environment blueprint was updated.</p>
195
+ * @public
196
+ */
197
+ updatedAt?: Date;
198
+ /**
199
+ * <p>The provisioning configuration of a blueprint.</p>
200
+ * @public
201
+ */
202
+ provisioningConfigurations?: ProvisioningConfiguration[];
203
+ }
204
+ /**
205
+ * @public
206
+ */
207
+ export interface ListEnvironmentBlueprintConfigurationsOutput {
208
+ /**
209
+ * <p>The results of the <code>ListEnvironmentBlueprintConfigurations</code> action.</p>
210
+ * @public
211
+ */
212
+ items?: EnvironmentBlueprintConfigurationItem[];
213
+ /**
214
+ * <p>When the number of blueprint configurations is greater than the default value for the
215
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
216
+ * <code>MaxResults</code> that is less than the number of configurations, the response
217
+ * includes a pagination token named <code>NextToken</code>. You can specify this
218
+ * <code>NextToken</code> value in a subsequent call to
219
+ * <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of
220
+ * configurations.</p>
221
+ * @public
222
+ */
223
+ nextToken?: string;
224
+ }
225
+ /**
226
+ * @public
227
+ */
228
+ export interface PutEnvironmentBlueprintConfigurationInput {
229
+ /**
230
+ * <p>The identifier of the Amazon DataZone domain.</p>
231
+ * @public
232
+ */
233
+ domainIdentifier: string | undefined;
234
+ /**
235
+ * <p>The identifier of the environment blueprint.</p>
236
+ * @public
237
+ */
238
+ environmentBlueprintIdentifier: string | undefined;
239
+ /**
240
+ * <p>The ARN of the provisioning role.</p>
241
+ * @public
242
+ */
243
+ provisioningRoleArn?: string;
244
+ /**
245
+ * <p>The ARN of the manage access role.</p>
246
+ * @public
247
+ */
248
+ manageAccessRoleArn?: string;
249
+ /**
250
+ * <p>Specifies the enabled Amazon Web Services Regions.</p>
251
+ * @public
252
+ */
253
+ enabledRegions: string[] | undefined;
254
+ /**
255
+ * <p>The regional parameters in the environment blueprint.</p>
256
+ * @public
257
+ */
258
+ regionalParameters?: Record<string, Record<string, string>>;
259
+ /**
260
+ * <p>The provisioning configuration of a blueprint.</p>
261
+ * @public
262
+ */
263
+ provisioningConfigurations?: ProvisioningConfiguration[];
264
+ }
265
+ /**
266
+ * @public
267
+ */
268
+ export interface PutEnvironmentBlueprintConfigurationOutput {
269
+ /**
270
+ * <p>The identifier of the Amazon DataZone domain.</p>
271
+ * @public
272
+ */
273
+ domainId: string | undefined;
274
+ /**
275
+ * <p>The identifier of the environment blueprint.</p>
276
+ * @public
277
+ */
278
+ environmentBlueprintId: string | undefined;
279
+ /**
280
+ * <p>The ARN of the provisioning role.</p>
281
+ * @public
282
+ */
283
+ provisioningRoleArn?: string;
284
+ /**
285
+ * <p>The ARN of the manage access role.</p>
286
+ * @public
287
+ */
288
+ manageAccessRoleArn?: string;
289
+ /**
290
+ * <p>Specifies the enabled Amazon Web Services Regions.</p>
291
+ * @public
292
+ */
293
+ enabledRegions?: string[];
294
+ /**
295
+ * <p>The regional parameters in the environment blueprint.</p>
296
+ * @public
297
+ */
298
+ regionalParameters?: Record<string, Record<string, string>>;
299
+ /**
300
+ * <p>The timestamp of when the environment blueprint was created.</p>
301
+ * @public
302
+ */
303
+ createdAt?: Date;
304
+ /**
305
+ * <p>The timestamp of when the environment blueprint was updated.</p>
306
+ * @public
307
+ */
308
+ updatedAt?: Date;
309
+ /**
310
+ * <p>The provisioning configuration of a blueprint.</p>
311
+ * @public
312
+ */
313
+ provisioningConfigurations?: ProvisioningConfiguration[];
314
+ }
315
+ /**
316
+ * @public
317
+ */
318
+ export interface DeleteFormTypeInput {
319
+ /**
320
+ * <p>The ID of the Amazon DataZone domain in which the metadata form type is deleted.</p>
321
+ * @public
322
+ */
323
+ domainIdentifier: string | undefined;
324
+ /**
325
+ * <p>The ID of the metadata form type that is deleted.</p>
326
+ * @public
327
+ */
328
+ formTypeIdentifier: string | undefined;
329
+ }
330
+ /**
331
+ * @public
332
+ */
333
+ export interface DeleteFormTypeOutput {
334
+ }
335
+ /**
336
+ * @public
337
+ */
338
+ export interface GetFormTypeInput {
339
+ /**
340
+ * <p>The ID of the Amazon DataZone domain in which this metadata form type exists.</p>
341
+ * @public
342
+ */
343
+ domainIdentifier: string | undefined;
344
+ /**
345
+ * <p>The ID of the metadata form type.</p>
346
+ * @public
347
+ */
348
+ formTypeIdentifier: string | undefined;
349
+ /**
350
+ * <p>The revision of this metadata form type.</p>
351
+ * @public
352
+ */
353
+ revision?: string;
354
+ }
355
+ /**
356
+ * <p>The details of the import of the metadata form type.</p>
357
+ * @public
358
+ */
359
+ export interface Import {
360
+ /**
361
+ * <p>The name of the import.</p>
362
+ * @public
363
+ */
364
+ name: string | undefined;
365
+ /**
366
+ * <p>The revision of the import.</p>
367
+ * @public
368
+ */
369
+ revision: string | undefined;
370
+ }
371
+ /**
372
+ * @public
373
+ */
374
+ export interface GetFormTypeOutput {
375
+ /**
376
+ * <p>The ID of the Amazon DataZone domain in which this metadata form type exists.</p>
377
+ * @public
378
+ */
379
+ domainId: string | undefined;
380
+ /**
381
+ * <p>The name of the metadata form type.</p>
382
+ * @public
383
+ */
384
+ name: string | undefined;
385
+ /**
386
+ * <p>The revision of the metadata form type.</p>
387
+ * @public
388
+ */
389
+ revision: string | undefined;
390
+ /**
391
+ * <p>The model of the metadata form type.</p>
392
+ * @public
393
+ */
394
+ model: Model | undefined;
395
+ /**
396
+ * <p>The ID of the project that owns this metadata form type.</p>
397
+ * @public
398
+ */
399
+ owningProjectId?: string;
400
+ /**
401
+ * <p>The ID of the Amazon DataZone domain in which the metadata form type was originally
402
+ * created.</p>
403
+ * @public
404
+ */
405
+ originDomainId?: string;
406
+ /**
407
+ * <p>The ID of the project in which this metadata form type was originally created.</p>
408
+ * @public
409
+ */
410
+ originProjectId?: string;
411
+ /**
412
+ * <p>The status of the metadata form type.</p>
413
+ * @public
414
+ */
415
+ status?: FormTypeStatus;
416
+ /**
417
+ * <p>The timestamp of when this metadata form type was created.</p>
418
+ * @public
419
+ */
420
+ createdAt?: Date;
421
+ /**
422
+ * <p>The Amazon DataZone user who created this metadata form type.</p>
423
+ * @public
424
+ */
425
+ createdBy?: string;
426
+ /**
427
+ * <p>The description of the metadata form type.</p>
428
+ * @public
429
+ */
430
+ description?: string;
431
+ /**
432
+ * <p>The imports of the metadata form type.</p>
433
+ * @public
434
+ */
435
+ imports?: Import[];
436
+ }
437
+ /**
438
+ * @public
439
+ */
440
+ export interface GetAssetFilterInput {
441
+ /**
442
+ * <p>The ID of the domain where you want to get an asset filter.</p>
443
+ * @public
444
+ */
445
+ domainIdentifier: string | undefined;
446
+ /**
447
+ * <p>The ID of the data asset.</p>
448
+ * @public
449
+ */
450
+ assetIdentifier: string | undefined;
451
+ /**
452
+ * <p>The ID of the asset filter.</p>
453
+ * @public
454
+ */
455
+ identifier: string | undefined;
456
+ }
457
+ /**
458
+ * @public
459
+ */
460
+ export interface GetEnvironmentInput {
461
+ /**
462
+ * <p>The ID of the Amazon DataZone domain where the environment exists.</p>
463
+ * @public
464
+ */
465
+ domainIdentifier: string | undefined;
466
+ /**
467
+ * <p>The ID of the Amazon DataZone environment.</p>
468
+ * @public
469
+ */
470
+ identifier: string | undefined;
471
+ }
472
+ /**
473
+ * @public
474
+ */
475
+ export interface GetEnvironmentOutput {
476
+ /**
477
+ * <p>The ID of the Amazon DataZone project in which this environment is created.</p>
478
+ * @public
479
+ */
480
+ projectId: string | undefined;
481
+ /**
482
+ * <p>The ID of the environment.</p>
483
+ * @public
484
+ */
485
+ id?: string;
486
+ /**
487
+ * <p>The ID of the Amazon DataZone domain where the environment exists.</p>
488
+ * @public
489
+ */
490
+ domainId: string | undefined;
491
+ /**
492
+ * <p>The Amazon DataZone user who created the environment.</p>
493
+ * @public
494
+ */
495
+ createdBy: string | undefined;
496
+ /**
497
+ * <p>The timestamp of when the environment was created.</p>
498
+ * @public
499
+ */
500
+ createdAt?: Date;
501
+ /**
502
+ * <p>The timestamp of when this environment was updated.</p>
503
+ * @public
504
+ */
505
+ updatedAt?: Date;
506
+ /**
507
+ * <p>The name of the environment.</p>
508
+ * @public
509
+ */
510
+ name: string | undefined;
511
+ /**
512
+ * <p>The description of the environment.</p>
513
+ * @public
514
+ */
515
+ description?: string;
516
+ /**
517
+ * <p>The ID of the environment profile with which the environment is created.</p>
518
+ * @public
519
+ */
520
+ environmentProfileId?: string;
521
+ /**
522
+ * <p>The ID of the Amazon Web Services account where the environment exists.</p>
523
+ * @public
524
+ */
525
+ awsAccountId?: string;
526
+ /**
527
+ * <p>The Amazon Web Services region where the environment exists.</p>
528
+ * @public
529
+ */
530
+ awsAccountRegion?: string;
531
+ /**
532
+ * <p>The provider of this Amazon DataZone environment.</p>
533
+ * @public
534
+ */
535
+ provider: string | undefined;
536
+ /**
537
+ * <p>The provisioned resources of this Amazon DataZone environment.</p>
538
+ * @public
539
+ */
540
+ provisionedResources?: Resource[];
541
+ /**
542
+ * <p>The status of this Amazon DataZone environment.</p>
543
+ * @public
544
+ */
545
+ status?: EnvironmentStatus;
546
+ /**
547
+ * <p>The actions of the environment.</p>
548
+ * @public
549
+ */
550
+ environmentActions?: ConfigurableEnvironmentAction[];
551
+ /**
552
+ * <p>The business glossary terms that can be used in this environment.</p>
553
+ * @public
554
+ */
555
+ glossaryTerms?: string[];
556
+ /**
557
+ * <p>The user parameters of this Amazon DataZone environment.</p>
558
+ * @public
559
+ */
560
+ userParameters?: CustomParameter[];
561
+ /**
562
+ * <p>The details of the last deployment of the environment.</p>
563
+ * @public
564
+ */
565
+ lastDeployment?: Deployment;
566
+ /**
567
+ * <p>The provisioning properties of this Amazon DataZone environment.</p>
568
+ * @public
569
+ */
570
+ provisioningProperties?: ProvisioningProperties;
571
+ /**
572
+ * <p>The deployment properties of the environment.</p>
573
+ * @public
574
+ */
575
+ deploymentProperties?: DeploymentProperties;
576
+ /**
577
+ * <p>The blueprint with which the environment is created.</p>
578
+ * @public
579
+ */
580
+ environmentBlueprintId?: string;
581
+ }
582
+ /**
583
+ * @public
584
+ */
585
+ export interface GetEnvironmentActionInput {
586
+ /**
587
+ * <p>The ID of the Amazon DataZone domain in which the <code>GetEnvironmentAction</code> API is
588
+ * invoked. </p>
589
+ * @public
590
+ */
591
+ domainIdentifier: string | undefined;
592
+ /**
593
+ * <p>The environment ID of the environment action.</p>
594
+ * @public
595
+ */
596
+ environmentIdentifier: string | undefined;
597
+ /**
598
+ * <p>The ID of the environment action</p>
599
+ * @public
600
+ */
601
+ identifier: string | undefined;
602
+ }
603
+ /**
604
+ * @public
605
+ */
606
+ export interface GetEnvironmentActionOutput {
607
+ /**
608
+ * <p>The ID of the Amazon DataZone domain in which the environment action lives.</p>
609
+ * @public
610
+ */
611
+ domainId: string | undefined;
612
+ /**
613
+ * <p>The environment ID of the environment action.</p>
614
+ * @public
615
+ */
616
+ environmentId: string | undefined;
617
+ /**
618
+ * <p>The ID of the environment action.</p>
619
+ * @public
620
+ */
621
+ id: string | undefined;
622
+ /**
623
+ * <p>The name of the environment action.</p>
624
+ * @public
625
+ */
626
+ name: string | undefined;
627
+ /**
628
+ * <p>The parameters of the environment action.</p>
629
+ * @public
630
+ */
631
+ parameters: ActionParameters | undefined;
632
+ /**
633
+ * <p>The description of the environment action.</p>
634
+ * @public
635
+ */
636
+ description?: string;
637
+ }
638
+ /**
639
+ * @public
640
+ */
641
+ export interface GetEnvironmentBlueprintInput {
642
+ /**
643
+ * <p>The identifier of the domain in which this blueprint exists.</p>
644
+ * @public
645
+ */
646
+ domainIdentifier: string | undefined;
647
+ /**
648
+ * <p>The ID of this Amazon DataZone blueprint.</p>
649
+ * @public
650
+ */
651
+ identifier: string | undefined;
652
+ }
653
+ /**
654
+ * @public
655
+ */
656
+ export interface GetEnvironmentBlueprintOutput {
657
+ /**
658
+ * <p>The ID of this Amazon DataZone blueprint.</p>
659
+ * @public
660
+ */
661
+ id: string | undefined;
662
+ /**
663
+ * <p>The name of this Amazon DataZone blueprint.</p>
664
+ * @public
665
+ */
666
+ name: string | undefined;
667
+ /**
668
+ * <p>The description of this Amazon DataZone blueprint.</p>
669
+ * @public
670
+ */
671
+ description?: string;
672
+ /**
673
+ * <p>The provider of this Amazon DataZone blueprint.</p>
674
+ * @public
675
+ */
676
+ provider: string | undefined;
677
+ /**
678
+ * <p>The provisioning properties of this Amazon DataZone blueprint.</p>
679
+ * @public
680
+ */
681
+ provisioningProperties: ProvisioningProperties | undefined;
682
+ /**
683
+ * <p>The deployment properties of this Amazon DataZone blueprint.</p>
684
+ * @public
685
+ */
686
+ deploymentProperties?: DeploymentProperties;
687
+ /**
688
+ * <p>The user parameters of this blueprint.</p>
689
+ * @public
690
+ */
691
+ userParameters?: CustomParameter[];
692
+ /**
693
+ * <p>The glossary terms attached to this Amazon DataZone blueprint.</p>
694
+ * @public
695
+ */
696
+ glossaryTerms?: string[];
697
+ /**
698
+ * <p>A timestamp of when this blueprint was created.</p>
699
+ * @public
700
+ */
701
+ createdAt?: Date;
702
+ /**
703
+ * <p>The timestamp of when this blueprint was updated.</p>
704
+ * @public
705
+ */
706
+ updatedAt?: Date;
707
+ }
708
+ /**
709
+ * @public
710
+ */
711
+ export interface GetEnvironmentCredentialsInput {
712
+ /**
713
+ * <p>The ID of the Amazon DataZone domain in which this environment and its credentials
714
+ * exist.</p>
715
+ * @public
716
+ */
717
+ domainIdentifier: string | undefined;
718
+ /**
719
+ * <p>The ID of the environment whose credentials this operation gets.</p>
720
+ * @public
721
+ */
722
+ environmentIdentifier: string | undefined;
723
+ }
724
+ /**
725
+ * @public
726
+ */
727
+ export interface GetEnvironmentCredentialsOutput {
728
+ /**
729
+ * <p>The access key ID of the environment.</p>
730
+ * @public
731
+ */
732
+ accessKeyId?: string;
733
+ /**
734
+ * <p>The secret access key of the environment credentials.</p>
735
+ * @public
736
+ */
737
+ secretAccessKey?: string;
738
+ /**
739
+ * <p>The session token of the environment credentials.</p>
740
+ * @public
741
+ */
742
+ sessionToken?: string;
743
+ /**
744
+ * <p>The expiration timestamp of the environment credentials.</p>
745
+ * @public
746
+ */
747
+ expiration?: Date;
748
+ }
749
+ /**
750
+ * @public
751
+ */
752
+ export interface GetEnvironmentProfileInput {
753
+ /**
754
+ * <p>The ID of the Amazon DataZone domain in which this environment profile exists.</p>
755
+ * @public
756
+ */
757
+ domainIdentifier: string | undefined;
758
+ /**
759
+ * <p>The ID of the environment profile.</p>
760
+ * @public
761
+ */
762
+ identifier: string | undefined;
763
+ }
764
+ /**
765
+ * @public
766
+ */
767
+ export interface GetEnvironmentProfileOutput {
768
+ /**
769
+ * <p>The ID of the environment profile.</p>
770
+ * @public
771
+ */
772
+ id: string | undefined;
773
+ /**
774
+ * <p>The ID of the Amazon DataZone domain in which this environment profile exists.</p>
775
+ * @public
776
+ */
777
+ domainId: string | undefined;
778
+ /**
779
+ * <p>The ID of the Amazon Web Services account where this environment profile exists.</p>
780
+ * @public
781
+ */
782
+ awsAccountId?: string;
783
+ /**
784
+ * <p>The Amazon Web Services region where this environment profile exists.</p>
785
+ * @public
786
+ */
787
+ awsAccountRegion?: string;
788
+ /**
789
+ * <p>The Amazon DataZone user who created this environment profile.</p>
790
+ * @public
791
+ */
792
+ createdBy: string | undefined;
793
+ /**
794
+ * <p>The timestamp of when this environment profile was created.</p>
795
+ * @public
796
+ */
797
+ createdAt?: Date;
798
+ /**
799
+ * <p>The timestamp of when this environment profile was upated.</p>
800
+ * @public
801
+ */
802
+ updatedAt?: Date;
803
+ /**
804
+ * <p>The name of the environment profile.</p>
805
+ * @public
806
+ */
807
+ name: string | undefined;
808
+ /**
809
+ * <p>The description of the environment profile.</p>
810
+ * @public
811
+ */
812
+ description?: string;
813
+ /**
814
+ * <p>The ID of the blueprint with which this environment profile is created.</p>
815
+ * @public
816
+ */
817
+ environmentBlueprintId: string | undefined;
818
+ /**
819
+ * <p>The ID of the Amazon DataZone project in which this environment profile is created.</p>
820
+ * @public
821
+ */
822
+ projectId?: string;
823
+ /**
824
+ * <p>The user parameters of the environment profile.</p>
825
+ * @public
826
+ */
827
+ userParameters?: CustomParameter[];
828
+ }
829
+ /**
830
+ * @public
831
+ */
832
+ export interface GetGroupProfileInput {
833
+ /**
834
+ * <p>The identifier of the Amazon DataZone domain in which the group profile exists.</p>
835
+ * @public
836
+ */
837
+ domainIdentifier: string | undefined;
838
+ /**
839
+ * <p>The identifier of the group profile.</p>
840
+ * @public
841
+ */
842
+ groupIdentifier: string | undefined;
843
+ }
844
+ /**
845
+ * @public
846
+ */
847
+ export interface GetGroupProfileOutput {
848
+ /**
849
+ * <p>The identifier of the Amazon DataZone domain in which the group profile exists.</p>
850
+ * @public
851
+ */
852
+ domainId?: string;
853
+ /**
854
+ * <p>The identifier of the group profile.</p>
855
+ * @public
856
+ */
857
+ id?: string;
858
+ /**
859
+ * <p>The identifier of the group profile.</p>
860
+ * @public
861
+ */
862
+ status?: GroupProfileStatus;
863
+ /**
864
+ * <p>The name of the group for which the specified group profile exists.</p>
865
+ * @public
866
+ */
867
+ groupName?: string;
868
+ }
869
+ /**
870
+ * @public
871
+ */
872
+ export interface GetIamPortalLoginUrlInput {
873
+ /**
874
+ * <p>the ID of the Amazon DataZone domain the data portal of which you want to get.</p>
875
+ * @public
876
+ */
877
+ domainIdentifier: string | undefined;
878
+ }
879
+ /**
880
+ * @public
881
+ */
882
+ export interface GetIamPortalLoginUrlOutput {
883
+ /**
884
+ * <p>The data portal URL of the specified Amazon DataZone domain.</p>
885
+ * @public
886
+ */
887
+ authCodeUrl?: string;
888
+ /**
889
+ * <p>The ID of the user profile.</p>
890
+ * @public
891
+ */
892
+ userProfileId: string | undefined;
893
+ }
894
+ /**
895
+ * @public
896
+ */
897
+ export interface GetLineageNodeInput {
898
+ /**
899
+ * <p>The ID of the domain in which you want to get the data lineage node.</p>
900
+ * @public
901
+ */
902
+ domainIdentifier: string | undefined;
903
+ /**
904
+ * <p>The ID of the data lineage node that you want to get.</p>
905
+ * <p>Both, a lineage node identifier generated by Amazon DataZone and a
906
+ * <code>sourceIdentifier</code> of the lineage node are supported. If
907
+ * <code>sourceIdentifier</code> is greater than 1800 characters, you can use lineage node
908
+ * identifier generated by Amazon DataZone to get the node details.</p>
909
+ * @public
910
+ */
911
+ identifier: string | undefined;
912
+ /**
913
+ * <p>The event time stamp for which you want to get the data lineage node.</p>
914
+ * @public
915
+ */
916
+ eventTimestamp?: Date;
917
+ }
918
+ /**
919
+ * <p>The reference details for the data lineage node.</p>
920
+ * @public
921
+ */
922
+ export interface LineageNodeReference {
923
+ /**
924
+ * <p>The ID of the data lineage node.</p>
925
+ * @public
926
+ */
927
+ id?: string;
928
+ /**
929
+ * <p>The event timestamp of the data lineage node.</p>
930
+ * @public
931
+ */
932
+ eventTimestamp?: Date;
933
+ }
934
+ /**
935
+ * @public
936
+ */
937
+ export interface GetLineageNodeOutput {
938
+ /**
939
+ * <p>The ID of the domain where you're getting the data lineage node.</p>
940
+ * @public
941
+ */
942
+ domainId: string | undefined;
943
+ /**
944
+ * <p>The name of the data lineage node.</p>
945
+ * @public
946
+ */
947
+ name?: string;
948
+ /**
949
+ * <p>The description of the data lineage node.</p>
950
+ * @public
951
+ */
952
+ description?: string;
953
+ /**
954
+ * <p>The timestamp at which the data lineage node was created.</p>
955
+ * @public
956
+ */
957
+ createdAt?: Date;
958
+ /**
959
+ * <p>The user who created the data lineage node.</p>
960
+ * @public
961
+ */
962
+ createdBy?: string;
963
+ /**
964
+ * <p>The timestamp at which the data lineage node was updated.</p>
965
+ * @public
966
+ */
967
+ updatedAt?: Date;
968
+ /**
969
+ * <p>The user who updated the data lineage node.</p>
970
+ * @public
971
+ */
972
+ updatedBy?: string;
973
+ /**
974
+ * <p>The ID of the data lineage node.</p>
975
+ * @public
976
+ */
977
+ id: string | undefined;
978
+ /**
979
+ * <p>The name of the type of the specified data lineage node.</p>
980
+ * @public
981
+ */
982
+ typeName: string | undefined;
983
+ /**
984
+ * <p>The revision type of the specified data lineage node.</p>
985
+ * @public
986
+ */
987
+ typeRevision?: string;
988
+ /**
989
+ * <p>The source identifier of the data lineage node.</p>
990
+ * @public
991
+ */
992
+ sourceIdentifier?: string;
993
+ /**
994
+ * <p>The timestamp of the event described in the data lineage node.</p>
995
+ * @public
996
+ */
997
+ eventTimestamp?: Date;
998
+ /**
999
+ * <p>The metadata of the specified data lineage node.</p>
1000
+ * @public
1001
+ */
1002
+ formsOutput?: FormOutput[];
1003
+ /**
1004
+ * <p>The upstream nodes of the specified data lineage node.</p>
1005
+ * @public
1006
+ */
1007
+ upstreamNodes?: LineageNodeReference[];
1008
+ /**
1009
+ * <p>The downsteam nodes of the specified data lineage node.</p>
1010
+ * @public
1011
+ */
1012
+ downstreamNodes?: LineageNodeReference[];
1013
+ }
1014
+ /**
1015
+ * @public
1016
+ */
1017
+ export interface GetProjectInput {
1018
+ /**
1019
+ * <p>The ID of the Amazon DataZone domain in which the project exists.</p>
1020
+ * @public
1021
+ */
1022
+ domainIdentifier: string | undefined;
1023
+ /**
1024
+ * <p>The ID of the project.</p>
1025
+ * @public
1026
+ */
1027
+ identifier: string | undefined;
1028
+ }
1029
+ /**
1030
+ * @public
1031
+ */
1032
+ export interface GetProjectOutput {
1033
+ /**
1034
+ * <p>The ID of the Amazon DataZone domain in which the project exists.</p>
1035
+ * @public
1036
+ */
1037
+ domainId: string | undefined;
1038
+ /**
1039
+ * <p>&gt;The ID of the project.</p>
1040
+ * @public
1041
+ */
1042
+ id: string | undefined;
1043
+ /**
1044
+ * <p>The name of the project.</p>
1045
+ * @public
1046
+ */
1047
+ name: string | undefined;
1048
+ /**
1049
+ * <p>The description of the project.</p>
1050
+ * @public
1051
+ */
1052
+ description?: string;
1053
+ /**
1054
+ * <p>The status of the project.</p>
1055
+ * @public
1056
+ */
1057
+ projectStatus?: ProjectStatus;
1058
+ /**
1059
+ * <p>Specifies the error message that is returned if the operation cannot be successfully
1060
+ * completed.</p>
1061
+ * @public
1062
+ */
1063
+ failureReasons?: ProjectDeletionError[];
1064
+ /**
1065
+ * <p>The Amazon DataZone user who created the project.</p>
1066
+ * @public
1067
+ */
1068
+ createdBy: string | undefined;
1069
+ /**
1070
+ * <p>The timestamp of when the project was created.</p>
1071
+ * @public
1072
+ */
1073
+ createdAt?: Date;
1074
+ /**
1075
+ * <p>The timestamp of when the project was last updated.</p>
1076
+ * @public
1077
+ */
1078
+ lastUpdatedAt?: Date;
1079
+ /**
1080
+ * <p>The business glossary terms that can be used in the project.</p>
1081
+ * @public
1082
+ */
1083
+ glossaryTerms?: string[];
1084
+ /**
1085
+ * <p>The ID of the domain unit.</p>
1086
+ * @public
1087
+ */
1088
+ domainUnitId?: string;
1089
+ }
1090
+ /**
1091
+ * @public
1092
+ */
1093
+ export interface GetSubscriptionInput {
1094
+ /**
1095
+ * <p>The ID of the Amazon DataZone domain in which the subscription exists.</p>
1096
+ * @public
1097
+ */
1098
+ domainIdentifier: string | undefined;
1099
+ /**
1100
+ * <p>The ID of the subscription.</p>
1101
+ * @public
1102
+ */
1103
+ identifier: string | undefined;
1104
+ }
1105
+ /**
1106
+ * @public
1107
+ */
1108
+ export interface GetSubscriptionOutput {
1109
+ /**
1110
+ * <p>The ID of the subscription.</p>
1111
+ * @public
1112
+ */
1113
+ id: string | undefined;
1114
+ /**
1115
+ * <p>The Amazon DataZone user who created the subscription.</p>
1116
+ * @public
1117
+ */
1118
+ createdBy: string | undefined;
1119
+ /**
1120
+ * <p>The Amazon DataZone user who updated the subscription.</p>
1121
+ * @public
1122
+ */
1123
+ updatedBy?: string;
1124
+ /**
1125
+ * <p>The ID of the Amazon DataZone domain in which the subscription exists.</p>
1126
+ * @public
1127
+ */
1128
+ domainId: string | undefined;
1129
+ /**
1130
+ * <p>The status of the subscription.</p>
1131
+ * @public
1132
+ */
1133
+ status: SubscriptionStatus | undefined;
1134
+ /**
1135
+ * <p>The timestamp of when the subscription was created.</p>
1136
+ * @public
1137
+ */
1138
+ createdAt: Date | undefined;
1139
+ /**
1140
+ * <p>The timestamp of when the subscription was updated.</p>
1141
+ * @public
1142
+ */
1143
+ updatedAt: Date | undefined;
1144
+ /**
1145
+ * <p>The principal that owns the subscription.</p>
1146
+ * @public
1147
+ */
1148
+ subscribedPrincipal: SubscribedPrincipal | undefined;
1149
+ /**
1150
+ * <p>The details of the published asset for which the subscription grant is created.</p>
1151
+ * @public
1152
+ */
1153
+ subscribedListing: SubscribedListing | undefined;
1154
+ /**
1155
+ * <p>The ID of the subscription request.</p>
1156
+ * @public
1157
+ */
1158
+ subscriptionRequestId?: string;
1159
+ /**
1160
+ * <p>The retain permissions of the subscription.</p>
1161
+ * @public
1162
+ */
1163
+ retainPermissions?: boolean;
1164
+ }
1165
+ /**
1166
+ * @public
1167
+ */
1168
+ export interface GetSubscriptionGrantInput {
1169
+ /**
1170
+ * <p>The ID of the Amazon DataZone domain in which the subscription grant exists.</p>
1171
+ * @public
1172
+ */
1173
+ domainIdentifier: string | undefined;
1174
+ /**
1175
+ * <p>The ID of the subscription grant.</p>
1176
+ * @public
1177
+ */
1178
+ identifier: string | undefined;
1179
+ }
1180
+ /**
1181
+ * @public
1182
+ */
1183
+ export interface GetSubscriptionGrantOutput {
1184
+ /**
1185
+ * <p>The ID of the subscription grant.</p>
1186
+ * @public
1187
+ */
1188
+ id: string | undefined;
1189
+ /**
1190
+ * <p>The Amazon DataZone user who created the subscription grant.</p>
1191
+ * @public
1192
+ */
1193
+ createdBy: string | undefined;
1194
+ /**
1195
+ * <p>The Amazon DataZone user who updated the subscription grant.</p>
1196
+ * @public
1197
+ */
1198
+ updatedBy?: string;
1199
+ /**
1200
+ * <p>The ID of the Amazon DataZone domain in which the subscription grant exists.</p>
1201
+ * @public
1202
+ */
1203
+ domainId: string | undefined;
1204
+ /**
1205
+ * <p>The timestamp of when the subscription grant is created.</p>
1206
+ * @public
1207
+ */
1208
+ createdAt: Date | undefined;
1209
+ /**
1210
+ * <p>The timestamp of when the subscription grant was upated.</p>
1211
+ * @public
1212
+ */
1213
+ updatedAt: Date | undefined;
1214
+ /**
1215
+ * <p>The subscription target ID associated with the subscription grant.</p>
1216
+ * @public
1217
+ */
1218
+ subscriptionTargetId: string | undefined;
1219
+ /**
1220
+ * <p>The entity to which the subscription is granted.</p>
1221
+ * @public
1222
+ */
1223
+ grantedEntity: GrantedEntity | undefined;
1224
+ /**
1225
+ * <p>The status of the subscription grant.</p>
1226
+ * @public
1227
+ */
1228
+ status: SubscriptionGrantOverallStatus | undefined;
1229
+ /**
1230
+ * <p>The assets for which the subscription grant is created.</p>
1231
+ * @public
1232
+ */
1233
+ assets?: SubscribedAsset[];
1234
+ /**
1235
+ * @deprecated
1236
+ *
1237
+ * <p>The identifier of the subscription.</p>
1238
+ * @public
1239
+ */
1240
+ subscriptionId?: string;
1241
+ }
1242
+ /**
1243
+ * @public
1244
+ */
1245
+ export interface GetSubscriptionRequestDetailsInput {
1246
+ /**
1247
+ * <p>The identifier of the Amazon DataZone domain in which to get the subscription request
1248
+ * details.</p>
1249
+ * @public
1250
+ */
1251
+ domainIdentifier: string | undefined;
1252
+ /**
1253
+ * <p>The identifier of the subscription request the details of which to get.</p>
1254
+ * @public
1255
+ */
1256
+ identifier: string | undefined;
1257
+ }
1258
+ /**
1259
+ * @public
1260
+ */
1261
+ export interface GetSubscriptionRequestDetailsOutput {
1262
+ /**
1263
+ * <p>The identifier of the subscription request.</p>
1264
+ * @public
1265
+ */
1266
+ id: string | undefined;
1267
+ /**
1268
+ * <p>The Amazon DataZone user who created the subscription request.</p>
1269
+ * @public
1270
+ */
1271
+ createdBy: string | undefined;
1272
+ /**
1273
+ * <p>The Amazon DataZone user who updated the subscription request.</p>
1274
+ * @public
1275
+ */
1276
+ updatedBy?: string;
1277
+ /**
1278
+ * <p>The Amazon DataZone domain of the subscription request.</p>
1279
+ * @public
1280
+ */
1281
+ domainId: string | undefined;
1282
+ /**
1283
+ * <p>The status of the subscription request.</p>
1284
+ * @public
1285
+ */
1286
+ status: SubscriptionRequestStatus | undefined;
1287
+ /**
1288
+ * <p>The timestamp of when the specified subscription request was created.</p>
1289
+ * @public
1290
+ */
1291
+ createdAt: Date | undefined;
1292
+ /**
1293
+ * <p>The timestamp of when the subscription request was updated.</p>
1294
+ * @public
1295
+ */
1296
+ updatedAt: Date | undefined;
1297
+ /**
1298
+ * <p>The reason for the subscription request.</p>
1299
+ * @public
1300
+ */
1301
+ requestReason: string | undefined;
1302
+ /**
1303
+ * <p>The subscribed principals in the subscription request.</p>
1304
+ * @public
1305
+ */
1306
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
1307
+ /**
1308
+ * <p>The subscribed listings in the subscription request.</p>
1309
+ * @public
1310
+ */
1311
+ subscribedListings: SubscribedListing[] | undefined;
1312
+ /**
1313
+ * <p>The identifier of the Amazon DataZone user who reviewed the subscription request.</p>
1314
+ * @public
1315
+ */
1316
+ reviewerId?: string;
1317
+ /**
1318
+ * <p>The decision comment of the subscription request.</p>
1319
+ * @public
1320
+ */
1321
+ decisionComment?: string;
1322
+ }
1323
+ /**
1324
+ * @public
1325
+ */
1326
+ export interface GetSubscriptionTargetInput {
1327
+ /**
1328
+ * <p>The ID of the Amazon DataZone domain in which the subscription target exists.</p>
1329
+ * @public
1330
+ */
1331
+ domainIdentifier: string | undefined;
1332
+ /**
1333
+ * <p>The ID of the environment associated with the subscription target.</p>
1334
+ * @public
1335
+ */
1336
+ environmentIdentifier: string | undefined;
1337
+ /**
1338
+ * <p>The ID of the subscription target.</p>
1339
+ * @public
1340
+ */
1341
+ identifier: string | undefined;
1342
+ }
1343
+ /**
1344
+ * @public
1345
+ */
1346
+ export interface GetSubscriptionTargetOutput {
1347
+ /**
1348
+ * <p>The ID of the subscription target.</p>
1349
+ * @public
1350
+ */
1351
+ id: string | undefined;
1352
+ /**
1353
+ * <p>The authorized principals of the subscription target.</p>
1354
+ * @public
1355
+ */
1356
+ authorizedPrincipals: string[] | undefined;
1357
+ /**
1358
+ * <p>The ID of the Amazon DataZone domain in which the subscription target exists.</p>
1359
+ * @public
1360
+ */
1361
+ domainId: string | undefined;
1362
+ /**
1363
+ * <p>The ID of the project associated with the subscription target.</p>
1364
+ * @public
1365
+ */
1366
+ projectId: string | undefined;
1367
+ /**
1368
+ * <p>The ID of the environment associated with the subscription target.</p>
1369
+ * @public
1370
+ */
1371
+ environmentId: string | undefined;
1372
+ /**
1373
+ * <p>The name of the subscription target.</p>
1374
+ * @public
1375
+ */
1376
+ name: string | undefined;
1377
+ /**
1378
+ * <p>The type of the subscription target.</p>
1379
+ * @public
1380
+ */
1381
+ type: string | undefined;
1382
+ /**
1383
+ * <p>The Amazon DataZone user who created the subscription target.</p>
1384
+ * @public
1385
+ */
1386
+ createdBy: string | undefined;
1387
+ /**
1388
+ * <p>The Amazon DataZone user who updated the subscription target.</p>
1389
+ * @public
1390
+ */
1391
+ updatedBy?: string;
1392
+ /**
1393
+ * <p>The timestamp of when the subscription target was created.</p>
1394
+ * @public
1395
+ */
1396
+ createdAt: Date | undefined;
1397
+ /**
1398
+ * <p>The timestamp of when the subscription target was updated.</p>
1399
+ * @public
1400
+ */
1401
+ updatedAt?: Date;
1402
+ /**
1403
+ * <p>The manage access role with which the subscription target was created.</p>
1404
+ * @public
1405
+ */
1406
+ manageAccessRole: string | undefined;
1407
+ /**
1408
+ * <p>The asset types associated with the subscription target.</p>
1409
+ * @public
1410
+ */
1411
+ applicableAssetTypes: string[] | undefined;
1412
+ /**
1413
+ * <p>The configuration of teh subscription target.</p>
1414
+ * @public
1415
+ */
1416
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
1417
+ /**
1418
+ * <p>The provider of the subscription target.</p>
1419
+ * @public
1420
+ */
1421
+ provider: string | undefined;
1422
+ }
1423
+ /**
1424
+ * @public
1425
+ */
1426
+ export interface GetTimeSeriesDataPointInput {
1427
+ /**
1428
+ * <p>The ID of the Amazon DataZone domain that houses the asset for which you want to get the
1429
+ * data point.</p>
1430
+ * @public
1431
+ */
1432
+ domainIdentifier: string | undefined;
1433
+ /**
1434
+ * <p>The ID of the asset for which you want to get the data point.</p>
1435
+ * @public
1436
+ */
1437
+ entityIdentifier: string | undefined;
1438
+ /**
1439
+ * <p>The type of the asset for which you want to get the data point.</p>
1440
+ * @public
1441
+ */
1442
+ entityType: TimeSeriesEntityType | undefined;
1443
+ /**
1444
+ * <p>The ID of the data point that you want to get.</p>
1445
+ * @public
1446
+ */
1447
+ identifier: string | undefined;
1448
+ /**
1449
+ * <p>The name of the time series form that houses the data point that you want to get.</p>
1450
+ * @public
1451
+ */
1452
+ formName: string | undefined;
1453
+ }
1454
+ /**
1455
+ * <p>The time series data points form.</p>
1456
+ * @public
1457
+ */
1458
+ export interface TimeSeriesDataPointFormOutput {
1459
+ /**
1460
+ * <p>The name of the time series data points form.</p>
1461
+ * @public
1462
+ */
1463
+ formName: string | undefined;
1464
+ /**
1465
+ * <p>The ID of the type of the time series data points form.</p>
1466
+ * @public
1467
+ */
1468
+ typeIdentifier: string | undefined;
1469
+ /**
1470
+ * <p>The revision type of the time series data points form.</p>
1471
+ * @public
1472
+ */
1473
+ typeRevision?: string;
1474
+ /**
1475
+ * <p>The timestamp of the time series data points form.</p>
1476
+ * @public
1477
+ */
1478
+ timestamp: Date | undefined;
1479
+ /**
1480
+ * <p>The content of the time series data points form.</p>
1481
+ * @public
1482
+ */
1483
+ content?: string;
1484
+ /**
1485
+ * <p>The ID of the time series data points form.</p>
1486
+ * @public
1487
+ */
1488
+ id?: string;
1489
+ }
1490
+ /**
1491
+ * @public
1492
+ */
1493
+ export interface GetTimeSeriesDataPointOutput {
1494
+ /**
1495
+ * <p>The ID of the Amazon DataZone domain that houses the asset data point that you want to
1496
+ * get.</p>
1497
+ * @public
1498
+ */
1499
+ domainId?: string;
1500
+ /**
1501
+ * <p>The ID of the asset for which you want to get the data point.</p>
1502
+ * @public
1503
+ */
1504
+ entityId?: string;
1505
+ /**
1506
+ * <p>The type of the asset for which you want to get the data point.</p>
1507
+ * @public
1508
+ */
1509
+ entityType?: TimeSeriesEntityType;
1510
+ /**
1511
+ * <p>The name of the time series form that houses the data point that you want to get.</p>
1512
+ * @public
1513
+ */
1514
+ formName?: string;
1515
+ /**
1516
+ * <p>The time series form that houses the data point that you want to get.</p>
1517
+ * @public
1518
+ */
1519
+ form?: TimeSeriesDataPointFormOutput;
1520
+ }
1521
+ /**
1522
+ * @public
1523
+ */
1524
+ export interface GetUserProfileInput {
1525
+ /**
1526
+ * <p>the ID of the Amazon DataZone domain the data portal of which you want to get.</p>
1527
+ * @public
1528
+ */
1529
+ domainIdentifier: string | undefined;
1530
+ /**
1531
+ * <p>The identifier of the user for which you want to get the user profile.</p>
1532
+ * @public
1533
+ */
1534
+ userIdentifier: string | undefined;
1535
+ /**
1536
+ * <p>The type of the user profile.</p>
1537
+ * @public
1538
+ */
1539
+ type?: UserProfileType;
1540
+ }
1541
+ /**
1542
+ * @public
1543
+ */
1544
+ export interface GetUserProfileOutput {
1545
+ /**
1546
+ * <p>the identifier of the Amazon DataZone domain of which you want to get the user
1547
+ * profile.</p>
1548
+ * @public
1549
+ */
1550
+ domainId?: string;
1551
+ /**
1552
+ * <p>The identifier of the user profile.</p>
1553
+ * @public
1554
+ */
1555
+ id?: string;
1556
+ /**
1557
+ * <p>The type of the user profile.</p>
1558
+ * @public
1559
+ */
1560
+ type?: UserProfileType;
1561
+ /**
1562
+ * <p>The status of the user profile.</p>
1563
+ * @public
1564
+ */
1565
+ status?: UserProfileStatus;
1566
+ /**
1567
+ * <p>The details of the user profile in Amazon DataZone.</p>
1568
+ * @public
1569
+ */
1570
+ details?: UserProfileDetails;
1571
+ }
1572
+ /**
1573
+ * @public
1574
+ */
1575
+ export interface DeleteGlossaryInput {
1576
+ /**
1577
+ * <p>The ID of the Amazon DataZone domain in which the business glossary is deleted.</p>
1578
+ * @public
1579
+ */
1580
+ domainIdentifier: string | undefined;
1581
+ /**
1582
+ * <p>The ID of the business glossary that is deleted.</p>
1583
+ * @public
1584
+ */
1585
+ identifier: string | undefined;
1586
+ }
2
1587
  /**
3
1588
  * @public
4
1589
  */
@@ -575,6 +2160,129 @@ export interface ListDataSourceRunActivitiesOutput {
575
2160
  */
576
2161
  nextToken?: string;
577
2162
  }
2163
+ /**
2164
+ * @public
2165
+ */
2166
+ export interface ListEntityOwnersInput {
2167
+ /**
2168
+ * <p>The ID of the domain where you want to list entity owners.</p>
2169
+ * @public
2170
+ */
2171
+ domainIdentifier: string | undefined;
2172
+ /**
2173
+ * <p>The type of the entity that you want to list.</p>
2174
+ * @public
2175
+ */
2176
+ entityType: DataZoneEntityType | undefined;
2177
+ /**
2178
+ * <p>The ID of the entity that you want to list.</p>
2179
+ * @public
2180
+ */
2181
+ entityIdentifier: string | undefined;
2182
+ /**
2183
+ * <p>The maximum number of entities to return in a single call to
2184
+ * <code>ListEntityOwners</code>. When the number of entities to be listed is greater than
2185
+ * the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value
2186
+ * that you can use in a subsequent call to <code>ListEntityOwners</code> to list the next set
2187
+ * of entities.</p>
2188
+ * @public
2189
+ */
2190
+ maxResults?: number;
2191
+ /**
2192
+ * <p>When the number of entities is greater than the default value for the
2193
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
2194
+ * <code>MaxResults</code> that is less than the number of entities, the response includes
2195
+ * a pagination token named <code>NextToken</code>. You can specify this
2196
+ * <code>NextToken</code> value in a subsequent call to <code>ListEntityOwners</code> to
2197
+ * list the next set of entities.</p>
2198
+ * @public
2199
+ */
2200
+ nextToken?: string;
2201
+ }
2202
+ /**
2203
+ * <p>The properties of the domain unit owners group.</p>
2204
+ * @public
2205
+ */
2206
+ export interface OwnerGroupPropertiesOutput {
2207
+ /**
2208
+ * <p>The ID of the domain unit owners group.</p>
2209
+ * @public
2210
+ */
2211
+ groupId?: string;
2212
+ }
2213
+ /**
2214
+ * <p>The properties of the owner user.</p>
2215
+ * @public
2216
+ */
2217
+ export interface OwnerUserPropertiesOutput {
2218
+ /**
2219
+ * <p>The ID of the owner user.</p>
2220
+ * @public
2221
+ */
2222
+ userId?: string;
2223
+ }
2224
+ /**
2225
+ * <p>The ID of the domain unit owners group.</p>
2226
+ * @public
2227
+ */
2228
+ export type OwnerPropertiesOutput = OwnerPropertiesOutput.GroupMember | OwnerPropertiesOutput.UserMember | OwnerPropertiesOutput.$UnknownMember;
2229
+ /**
2230
+ * @public
2231
+ */
2232
+ export declare namespace OwnerPropertiesOutput {
2233
+ /**
2234
+ * <p>Specifies that the domain unit owner is a user.</p>
2235
+ * @public
2236
+ */
2237
+ interface UserMember {
2238
+ user: OwnerUserPropertiesOutput;
2239
+ group?: never;
2240
+ $unknown?: never;
2241
+ }
2242
+ /**
2243
+ * <p>Specifies that the domain unit owner is a group.</p>
2244
+ * @public
2245
+ */
2246
+ interface GroupMember {
2247
+ user?: never;
2248
+ group: OwnerGroupPropertiesOutput;
2249
+ $unknown?: never;
2250
+ }
2251
+ /**
2252
+ * @public
2253
+ */
2254
+ interface $UnknownMember {
2255
+ user?: never;
2256
+ group?: never;
2257
+ $unknown: [string, any];
2258
+ }
2259
+ interface Visitor<T> {
2260
+ user: (value: OwnerUserPropertiesOutput) => T;
2261
+ group: (value: OwnerGroupPropertiesOutput) => T;
2262
+ _: (name: string, value: any) => T;
2263
+ }
2264
+ const visit: <T>(value: OwnerPropertiesOutput, visitor: Visitor<T>) => T;
2265
+ }
2266
+ /**
2267
+ * @public
2268
+ */
2269
+ export interface ListEntityOwnersOutput {
2270
+ /**
2271
+ * <p>The owners of the entity.</p>
2272
+ * @public
2273
+ */
2274
+ owners: OwnerPropertiesOutput[] | undefined;
2275
+ /**
2276
+ * <p>When the number of entities is greater than the default value for the
2277
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
2278
+ * <code>MaxResults</code> that is less than the number of entities, the response includes
2279
+ * a pagination token named <code>NextToken</code>. You can specify this
2280
+ * <code>NextToken</code> value in a subsequent call to <code>ListEntityOwners</code> to
2281
+ * list the next set of entities.</p>
2282
+ * @public
2283
+ */
2284
+ nextToken?: string;
2285
+ }
578
2286
  /**
579
2287
  * @public
580
2288
  */
@@ -1604,6 +3312,96 @@ export interface ListNotificationsOutput {
1604
3312
  */
1605
3313
  nextToken?: string;
1606
3314
  }
3315
+ /**
3316
+ * @public
3317
+ */
3318
+ export interface ListPolicyGrantsInput {
3319
+ /**
3320
+ * <p>The ID of the domain where you want to list policy grants.</p>
3321
+ * @public
3322
+ */
3323
+ domainIdentifier: string | undefined;
3324
+ /**
3325
+ * <p>The type of entity for which you want to list policy grants.</p>
3326
+ * @public
3327
+ */
3328
+ entityType: TargetEntityType | undefined;
3329
+ /**
3330
+ * <p>The ID of the entity for which you want to list policy grants.</p>
3331
+ * @public
3332
+ */
3333
+ entityIdentifier: string | undefined;
3334
+ /**
3335
+ * <p>The type of policy that you want to list.</p>
3336
+ * @public
3337
+ */
3338
+ policyType: ManagedPolicyType | undefined;
3339
+ /**
3340
+ * <p>The maximum number of grants to return in a single call to
3341
+ * <code>ListPolicyGrants</code>. When the number of grants to be listed is greater than the
3342
+ * value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that
3343
+ * you can use in a subsequent call to <code>ListPolicyGrants</code> to list the next set of
3344
+ * grants.</p>
3345
+ * @public
3346
+ */
3347
+ maxResults?: number;
3348
+ /**
3349
+ * <p>When the number of grants is greater than the default value for the
3350
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
3351
+ * <code>MaxResults</code> that is less than the number of grants, the response includes a
3352
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
3353
+ * value in a subsequent call to <code>ListPolicyGrants</code> to list the next set of
3354
+ * grants.</p>
3355
+ * @public
3356
+ */
3357
+ nextToken?: string;
3358
+ }
3359
+ /**
3360
+ * <p>A member of the policy grant list.</p>
3361
+ * @public
3362
+ */
3363
+ export interface PolicyGrantMember {
3364
+ /**
3365
+ * <p>The principal of the policy grant member.</p>
3366
+ * @public
3367
+ */
3368
+ principal?: PolicyGrantPrincipal;
3369
+ /**
3370
+ * <p>The details of the policy grant member.</p>
3371
+ * @public
3372
+ */
3373
+ detail?: PolicyGrantDetail;
3374
+ /**
3375
+ * <p>Specifies the timestamp at which policy grant member was created.</p>
3376
+ * @public
3377
+ */
3378
+ createdAt?: Date;
3379
+ /**
3380
+ * <p>Specifies the user who created the policy grant member.</p>
3381
+ * @public
3382
+ */
3383
+ createdBy?: string;
3384
+ }
3385
+ /**
3386
+ * @public
3387
+ */
3388
+ export interface ListPolicyGrantsOutput {
3389
+ /**
3390
+ * <p>The results of this action - the listed grants.</p>
3391
+ * @public
3392
+ */
3393
+ grantList: PolicyGrantMember[] | undefined;
3394
+ /**
3395
+ * <p>When the number of grants is greater than the default value for the
3396
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
3397
+ * <code>MaxResults</code> that is less than the number of grants, the response includes a
3398
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
3399
+ * value in a subsequent call to <code>ListPolicyGrants</code> to list the next set of
3400
+ * grants.</p>
3401
+ * @public
3402
+ */
3403
+ nextToken?: string;
3404
+ }
1607
3405
  /**
1608
3406
  * @public
1609
3407
  * @enum
@@ -1855,6 +3653,11 @@ export interface ProjectSummary {
1855
3653
  * @public
1856
3654
  */
1857
3655
  updatedAt?: Date;
3656
+ /**
3657
+ * <p>The ID of the domain unit.</p>
3658
+ * @public
3659
+ */
3660
+ domainUnitId?: string;
1858
3661
  }
1859
3662
  /**
1860
3663
  * @public
@@ -3187,6 +4990,83 @@ export interface RejectSubscriptionRequestOutput {
3187
4990
  */
3188
4991
  decisionComment?: string;
3189
4992
  }
4993
+ /**
4994
+ * @public
4995
+ */
4996
+ export interface RemoveEntityOwnerInput {
4997
+ /**
4998
+ * <p>The ID of the domain where you want to remove an owner from an entity.</p>
4999
+ * @public
5000
+ */
5001
+ domainIdentifier: string | undefined;
5002
+ /**
5003
+ * <p>The type of the entity from which you want to remove an owner.</p>
5004
+ * @public
5005
+ */
5006
+ entityType: DataZoneEntityType | undefined;
5007
+ /**
5008
+ * <p>The ID of the entity from which you want to remove an owner.</p>
5009
+ * @public
5010
+ */
5011
+ entityIdentifier: string | undefined;
5012
+ /**
5013
+ * <p>The owner that you want to remove from an entity.</p>
5014
+ * @public
5015
+ */
5016
+ owner: OwnerProperties | undefined;
5017
+ /**
5018
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
5019
+ * request.</p>
5020
+ * @public
5021
+ */
5022
+ clientToken?: string;
5023
+ }
5024
+ /**
5025
+ * @public
5026
+ */
5027
+ export interface RemoveEntityOwnerOutput {
5028
+ }
5029
+ /**
5030
+ * @public
5031
+ */
5032
+ export interface RemovePolicyGrantInput {
5033
+ /**
5034
+ * <p>The ID of the domain where you want to remove a policy grant.</p>
5035
+ * @public
5036
+ */
5037
+ domainIdentifier: string | undefined;
5038
+ /**
5039
+ * <p>The type of the entity from which you want to remove a policy grant.</p>
5040
+ * @public
5041
+ */
5042
+ entityType: TargetEntityType | undefined;
5043
+ /**
5044
+ * <p>The ID of the entity from which you want to remove a policy grant.</p>
5045
+ * @public
5046
+ */
5047
+ entityIdentifier: string | undefined;
5048
+ /**
5049
+ * <p>The type of the policy that you want to remove.</p>
5050
+ * @public
5051
+ */
5052
+ policyType: ManagedPolicyType | undefined;
5053
+ /**
5054
+ * <p>The principal from which you want to remove a policy grant.</p>
5055
+ * @public
5056
+ */
5057
+ principal: PolicyGrantPrincipal | undefined;
5058
+ /**
5059
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
5060
+ * request.</p>
5061
+ * @public
5062
+ */
5063
+ clientToken?: string;
5064
+ }
5065
+ /**
5066
+ * @public
5067
+ */
5068
+ export interface RemovePolicyGrantOutput {
5069
+ }
3190
5070
  /**
3191
5071
  * @public
3192
5072
  */
@@ -4464,7 +6344,7 @@ export interface UpdateGroupProfileOutput {
4464
6344
  */
4465
6345
  export interface UpdateProjectInput {
4466
6346
  /**
4467
- * <p>The identifier of the Amazon DataZone domain in which a project is to be updated.</p>
6347
+ * <p>The ID of the Amazon DataZone domain where a project is being updated.</p>
4468
6348
  * @public
4469
6349
  */
4470
6350
  domainIdentifier: string | undefined;
@@ -4545,6 +6425,11 @@ export interface UpdateProjectOutput {
4545
6425
  * @public
4546
6426
  */
4547
6427
  glossaryTerms?: string[];
6428
+ /**
6429
+ * <p>The ID of the domain unit.</p>
6430
+ * @public
6431
+ */
6432
+ domainUnitId?: string;
4548
6433
  }
4549
6434
  /**
4550
6435
  * @public
@@ -5539,6 +7424,58 @@ export interface UpdateAssetFilterOutput {
5539
7424
  */
5540
7425
  effectiveRowFilter?: string;
5541
7426
  }
7427
+ /**
7428
+ * @internal
7429
+ */
7430
+ export declare const ImportFilterSensitiveLog: (obj: Import) => any;
7431
+ /**
7432
+ * @internal
7433
+ */
7434
+ export declare const GetFormTypeOutputFilterSensitiveLog: (obj: GetFormTypeOutput) => any;
7435
+ /**
7436
+ * @internal
7437
+ */
7438
+ export declare const GetEnvironmentOutputFilterSensitiveLog: (obj: GetEnvironmentOutput) => any;
7439
+ /**
7440
+ * @internal
7441
+ */
7442
+ export declare const GetEnvironmentBlueprintOutputFilterSensitiveLog: (obj: GetEnvironmentBlueprintOutput) => any;
7443
+ /**
7444
+ * @internal
7445
+ */
7446
+ export declare const GetEnvironmentCredentialsOutputFilterSensitiveLog: (obj: GetEnvironmentCredentialsOutput) => any;
7447
+ /**
7448
+ * @internal
7449
+ */
7450
+ export declare const GetEnvironmentProfileOutputFilterSensitiveLog: (obj: GetEnvironmentProfileOutput) => any;
7451
+ /**
7452
+ * @internal
7453
+ */
7454
+ export declare const GetGroupProfileOutputFilterSensitiveLog: (obj: GetGroupProfileOutput) => any;
7455
+ /**
7456
+ * @internal
7457
+ */
7458
+ export declare const GetLineageNodeOutputFilterSensitiveLog: (obj: GetLineageNodeOutput) => any;
7459
+ /**
7460
+ * @internal
7461
+ */
7462
+ export declare const GetProjectOutputFilterSensitiveLog: (obj: GetProjectOutput) => any;
7463
+ /**
7464
+ * @internal
7465
+ */
7466
+ export declare const GetSubscriptionOutputFilterSensitiveLog: (obj: GetSubscriptionOutput) => any;
7467
+ /**
7468
+ * @internal
7469
+ */
7470
+ export declare const GetSubscriptionRequestDetailsOutputFilterSensitiveLog: (obj: GetSubscriptionRequestDetailsOutput) => any;
7471
+ /**
7472
+ * @internal
7473
+ */
7474
+ export declare const GetSubscriptionTargetOutputFilterSensitiveLog: (obj: GetSubscriptionTargetOutput) => any;
7475
+ /**
7476
+ * @internal
7477
+ */
7478
+ export declare const GetUserProfileOutputFilterSensitiveLog: (obj: GetUserProfileOutput) => any;
5542
7479
  /**
5543
7480
  * @internal
5544
7481
  */