@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
@@ -15,6 +15,7 @@ import {
15
15
  DataProductResultItem,
16
16
  DataProductRevision,
17
17
  DataSourceRunActivity,
18
+ DataZoneEntityType,
18
19
  Deployment,
19
20
  DeploymentProperties,
20
21
  EnvironmentParameter,
@@ -22,14 +23,18 @@ import {
22
23
  FailureCause,
23
24
  FilterStatus,
24
25
  FormEntryOutput,
26
+ FormOutput,
25
27
  FormTypeStatus,
26
28
  GlossaryStatus,
27
29
  GlossaryTermStatus,
28
30
  GrantedEntity,
29
31
  GroupProfileStatus,
30
- Import,
31
32
  ListingStatus,
33
+ ManagedPolicyType,
32
34
  Model,
35
+ OwnerProperties,
36
+ PolicyGrantDetail,
37
+ PolicyGrantPrincipal,
33
38
  ProjectDeletionError,
34
39
  ProjectStatus,
35
40
  ProvisioningProperties,
@@ -43,8 +48,8 @@ import {
43
48
  SubscriptionRequestStatus,
44
49
  SubscriptionStatus,
45
50
  SubscriptionTargetForm,
51
+ TargetEntityType,
46
52
  TermRelations,
47
- TimeSeriesDataPointFormOutput,
48
53
  TimeSeriesDataPointSummaryFormOutput,
49
54
  TimeSeriesEntityType,
50
55
  UserDesignation,
@@ -52,6 +57,373 @@ import {
52
57
  UserProfileStatus,
53
58
  UserProfileType,
54
59
  } from "./models_0";
60
+ export interface DeleteEnvironmentBlueprintConfigurationOutput {}
61
+ export interface GetEnvironmentBlueprintConfigurationInput {
62
+ domainIdentifier: string | undefined;
63
+ environmentBlueprintIdentifier: string | undefined;
64
+ }
65
+ export interface LakeFormationConfiguration {
66
+ locationRegistrationRole?: string;
67
+ locationRegistrationExcludeS3Locations?: string[];
68
+ }
69
+ export type ProvisioningConfiguration =
70
+ | ProvisioningConfiguration.LakeFormationConfigurationMember
71
+ | ProvisioningConfiguration.$UnknownMember;
72
+ export declare namespace ProvisioningConfiguration {
73
+ interface LakeFormationConfigurationMember {
74
+ lakeFormationConfiguration: LakeFormationConfiguration;
75
+ $unknown?: never;
76
+ }
77
+ interface $UnknownMember {
78
+ lakeFormationConfiguration?: never;
79
+ $unknown: [string, any];
80
+ }
81
+ interface Visitor<T> {
82
+ lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
83
+ _: (name: string, value: any) => T;
84
+ }
85
+ const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
86
+ }
87
+ export interface GetEnvironmentBlueprintConfigurationOutput {
88
+ domainId: string | undefined;
89
+ environmentBlueprintId: string | undefined;
90
+ provisioningRoleArn?: string;
91
+ manageAccessRoleArn?: string;
92
+ enabledRegions?: string[];
93
+ regionalParameters?: Record<string, Record<string, string>>;
94
+ createdAt?: Date;
95
+ updatedAt?: Date;
96
+ provisioningConfigurations?: ProvisioningConfiguration[];
97
+ }
98
+ export interface ListEnvironmentBlueprintConfigurationsInput {
99
+ domainIdentifier: string | undefined;
100
+ maxResults?: number;
101
+ nextToken?: string;
102
+ }
103
+ export interface EnvironmentBlueprintConfigurationItem {
104
+ domainId: string | undefined;
105
+ environmentBlueprintId: string | undefined;
106
+ provisioningRoleArn?: string;
107
+ manageAccessRoleArn?: string;
108
+ enabledRegions?: string[];
109
+ regionalParameters?: Record<string, Record<string, string>>;
110
+ createdAt?: Date;
111
+ updatedAt?: Date;
112
+ provisioningConfigurations?: ProvisioningConfiguration[];
113
+ }
114
+ export interface ListEnvironmentBlueprintConfigurationsOutput {
115
+ items?: EnvironmentBlueprintConfigurationItem[];
116
+ nextToken?: string;
117
+ }
118
+ export interface PutEnvironmentBlueprintConfigurationInput {
119
+ domainIdentifier: string | undefined;
120
+ environmentBlueprintIdentifier: string | undefined;
121
+ provisioningRoleArn?: string;
122
+ manageAccessRoleArn?: string;
123
+ enabledRegions: string[] | undefined;
124
+ regionalParameters?: Record<string, Record<string, string>>;
125
+ provisioningConfigurations?: ProvisioningConfiguration[];
126
+ }
127
+ export interface PutEnvironmentBlueprintConfigurationOutput {
128
+ domainId: string | undefined;
129
+ environmentBlueprintId: string | undefined;
130
+ provisioningRoleArn?: string;
131
+ manageAccessRoleArn?: string;
132
+ enabledRegions?: string[];
133
+ regionalParameters?: Record<string, Record<string, string>>;
134
+ createdAt?: Date;
135
+ updatedAt?: Date;
136
+ provisioningConfigurations?: ProvisioningConfiguration[];
137
+ }
138
+ export interface DeleteFormTypeInput {
139
+ domainIdentifier: string | undefined;
140
+ formTypeIdentifier: string | undefined;
141
+ }
142
+ export interface DeleteFormTypeOutput {}
143
+ export interface GetFormTypeInput {
144
+ domainIdentifier: string | undefined;
145
+ formTypeIdentifier: string | undefined;
146
+ revision?: string;
147
+ }
148
+ export interface Import {
149
+ name: string | undefined;
150
+ revision: string | undefined;
151
+ }
152
+ export interface GetFormTypeOutput {
153
+ domainId: string | undefined;
154
+ name: string | undefined;
155
+ revision: string | undefined;
156
+ model: Model | undefined;
157
+ owningProjectId?: string;
158
+ originDomainId?: string;
159
+ originProjectId?: string;
160
+ status?: FormTypeStatus;
161
+ createdAt?: Date;
162
+ createdBy?: string;
163
+ description?: string;
164
+ imports?: Import[];
165
+ }
166
+ export interface GetAssetFilterInput {
167
+ domainIdentifier: string | undefined;
168
+ assetIdentifier: string | undefined;
169
+ identifier: string | undefined;
170
+ }
171
+ export interface GetEnvironmentInput {
172
+ domainIdentifier: string | undefined;
173
+ identifier: string | undefined;
174
+ }
175
+ export interface GetEnvironmentOutput {
176
+ projectId: string | undefined;
177
+ id?: string;
178
+ domainId: string | undefined;
179
+ createdBy: string | undefined;
180
+ createdAt?: Date;
181
+ updatedAt?: Date;
182
+ name: string | undefined;
183
+ description?: string;
184
+ environmentProfileId?: string;
185
+ awsAccountId?: string;
186
+ awsAccountRegion?: string;
187
+ provider: string | undefined;
188
+ provisionedResources?: Resource[];
189
+ status?: EnvironmentStatus;
190
+ environmentActions?: ConfigurableEnvironmentAction[];
191
+ glossaryTerms?: string[];
192
+ userParameters?: CustomParameter[];
193
+ lastDeployment?: Deployment;
194
+ provisioningProperties?: ProvisioningProperties;
195
+ deploymentProperties?: DeploymentProperties;
196
+ environmentBlueprintId?: string;
197
+ }
198
+ export interface GetEnvironmentActionInput {
199
+ domainIdentifier: string | undefined;
200
+ environmentIdentifier: string | undefined;
201
+ identifier: string | undefined;
202
+ }
203
+ export interface GetEnvironmentActionOutput {
204
+ domainId: string | undefined;
205
+ environmentId: string | undefined;
206
+ id: string | undefined;
207
+ name: string | undefined;
208
+ parameters: ActionParameters | undefined;
209
+ description?: string;
210
+ }
211
+ export interface GetEnvironmentBlueprintInput {
212
+ domainIdentifier: string | undefined;
213
+ identifier: string | undefined;
214
+ }
215
+ export interface GetEnvironmentBlueprintOutput {
216
+ id: string | undefined;
217
+ name: string | undefined;
218
+ description?: string;
219
+ provider: string | undefined;
220
+ provisioningProperties: ProvisioningProperties | undefined;
221
+ deploymentProperties?: DeploymentProperties;
222
+ userParameters?: CustomParameter[];
223
+ glossaryTerms?: string[];
224
+ createdAt?: Date;
225
+ updatedAt?: Date;
226
+ }
227
+ export interface GetEnvironmentCredentialsInput {
228
+ domainIdentifier: string | undefined;
229
+ environmentIdentifier: string | undefined;
230
+ }
231
+ export interface GetEnvironmentCredentialsOutput {
232
+ accessKeyId?: string;
233
+ secretAccessKey?: string;
234
+ sessionToken?: string;
235
+ expiration?: Date;
236
+ }
237
+ export interface GetEnvironmentProfileInput {
238
+ domainIdentifier: string | undefined;
239
+ identifier: string | undefined;
240
+ }
241
+ export interface GetEnvironmentProfileOutput {
242
+ id: string | undefined;
243
+ domainId: string | undefined;
244
+ awsAccountId?: string;
245
+ awsAccountRegion?: string;
246
+ createdBy: string | undefined;
247
+ createdAt?: Date;
248
+ updatedAt?: Date;
249
+ name: string | undefined;
250
+ description?: string;
251
+ environmentBlueprintId: string | undefined;
252
+ projectId?: string;
253
+ userParameters?: CustomParameter[];
254
+ }
255
+ export interface GetGroupProfileInput {
256
+ domainIdentifier: string | undefined;
257
+ groupIdentifier: string | undefined;
258
+ }
259
+ export interface GetGroupProfileOutput {
260
+ domainId?: string;
261
+ id?: string;
262
+ status?: GroupProfileStatus;
263
+ groupName?: string;
264
+ }
265
+ export interface GetIamPortalLoginUrlInput {
266
+ domainIdentifier: string | undefined;
267
+ }
268
+ export interface GetIamPortalLoginUrlOutput {
269
+ authCodeUrl?: string;
270
+ userProfileId: string | undefined;
271
+ }
272
+ export interface GetLineageNodeInput {
273
+ domainIdentifier: string | undefined;
274
+ identifier: string | undefined;
275
+ eventTimestamp?: Date;
276
+ }
277
+ export interface LineageNodeReference {
278
+ id?: string;
279
+ eventTimestamp?: Date;
280
+ }
281
+ export interface GetLineageNodeOutput {
282
+ domainId: string | undefined;
283
+ name?: string;
284
+ description?: string;
285
+ createdAt?: Date;
286
+ createdBy?: string;
287
+ updatedAt?: Date;
288
+ updatedBy?: string;
289
+ id: string | undefined;
290
+ typeName: string | undefined;
291
+ typeRevision?: string;
292
+ sourceIdentifier?: string;
293
+ eventTimestamp?: Date;
294
+ formsOutput?: FormOutput[];
295
+ upstreamNodes?: LineageNodeReference[];
296
+ downstreamNodes?: LineageNodeReference[];
297
+ }
298
+ export interface GetProjectInput {
299
+ domainIdentifier: string | undefined;
300
+ identifier: string | undefined;
301
+ }
302
+ export interface GetProjectOutput {
303
+ domainId: string | undefined;
304
+ id: string | undefined;
305
+ name: string | undefined;
306
+ description?: string;
307
+ projectStatus?: ProjectStatus;
308
+ failureReasons?: ProjectDeletionError[];
309
+ createdBy: string | undefined;
310
+ createdAt?: Date;
311
+ lastUpdatedAt?: Date;
312
+ glossaryTerms?: string[];
313
+ domainUnitId?: string;
314
+ }
315
+ export interface GetSubscriptionInput {
316
+ domainIdentifier: string | undefined;
317
+ identifier: string | undefined;
318
+ }
319
+ export interface GetSubscriptionOutput {
320
+ id: string | undefined;
321
+ createdBy: string | undefined;
322
+ updatedBy?: string;
323
+ domainId: string | undefined;
324
+ status: SubscriptionStatus | undefined;
325
+ createdAt: Date | undefined;
326
+ updatedAt: Date | undefined;
327
+ subscribedPrincipal: SubscribedPrincipal | undefined;
328
+ subscribedListing: SubscribedListing | undefined;
329
+ subscriptionRequestId?: string;
330
+ retainPermissions?: boolean;
331
+ }
332
+ export interface GetSubscriptionGrantInput {
333
+ domainIdentifier: string | undefined;
334
+ identifier: string | undefined;
335
+ }
336
+ export interface GetSubscriptionGrantOutput {
337
+ id: string | undefined;
338
+ createdBy: string | undefined;
339
+ updatedBy?: string;
340
+ domainId: string | undefined;
341
+ createdAt: Date | undefined;
342
+ updatedAt: Date | undefined;
343
+ subscriptionTargetId: string | undefined;
344
+ grantedEntity: GrantedEntity | undefined;
345
+ status: SubscriptionGrantOverallStatus | undefined;
346
+ assets?: SubscribedAsset[];
347
+ subscriptionId?: string;
348
+ }
349
+ export interface GetSubscriptionRequestDetailsInput {
350
+ domainIdentifier: string | undefined;
351
+ identifier: string | undefined;
352
+ }
353
+ export interface GetSubscriptionRequestDetailsOutput {
354
+ id: string | undefined;
355
+ createdBy: string | undefined;
356
+ updatedBy?: string;
357
+ domainId: string | undefined;
358
+ status: SubscriptionRequestStatus | undefined;
359
+ createdAt: Date | undefined;
360
+ updatedAt: Date | undefined;
361
+ requestReason: string | undefined;
362
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
363
+ subscribedListings: SubscribedListing[] | undefined;
364
+ reviewerId?: string;
365
+ decisionComment?: string;
366
+ }
367
+ export interface GetSubscriptionTargetInput {
368
+ domainIdentifier: string | undefined;
369
+ environmentIdentifier: string | undefined;
370
+ identifier: string | undefined;
371
+ }
372
+ export interface GetSubscriptionTargetOutput {
373
+ id: string | undefined;
374
+ authorizedPrincipals: string[] | undefined;
375
+ domainId: string | undefined;
376
+ projectId: string | undefined;
377
+ environmentId: string | undefined;
378
+ name: string | undefined;
379
+ type: string | undefined;
380
+ createdBy: string | undefined;
381
+ updatedBy?: string;
382
+ createdAt: Date | undefined;
383
+ updatedAt?: Date;
384
+ manageAccessRole: string | undefined;
385
+ applicableAssetTypes: string[] | undefined;
386
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
387
+ provider: string | undefined;
388
+ }
389
+ export interface GetTimeSeriesDataPointInput {
390
+ domainIdentifier: string | undefined;
391
+ entityIdentifier: string | undefined;
392
+ entityType: TimeSeriesEntityType | undefined;
393
+ identifier: string | undefined;
394
+ formName: string | undefined;
395
+ }
396
+ export interface TimeSeriesDataPointFormOutput {
397
+ formName: string | undefined;
398
+ typeIdentifier: string | undefined;
399
+ typeRevision?: string;
400
+ timestamp: Date | undefined;
401
+ content?: string;
402
+ id?: string;
403
+ }
404
+ export interface GetTimeSeriesDataPointOutput {
405
+ domainId?: string;
406
+ entityId?: string;
407
+ entityType?: TimeSeriesEntityType;
408
+ formName?: string;
409
+ form?: TimeSeriesDataPointFormOutput;
410
+ }
411
+ export interface GetUserProfileInput {
412
+ domainIdentifier: string | undefined;
413
+ userIdentifier: string | undefined;
414
+ type?: UserProfileType;
415
+ }
416
+ export interface GetUserProfileOutput {
417
+ domainId?: string;
418
+ id?: string;
419
+ type?: UserProfileType;
420
+ status?: UserProfileStatus;
421
+ details?: UserProfileDetails;
422
+ }
423
+ export interface DeleteGlossaryInput {
424
+ domainIdentifier: string | undefined;
425
+ identifier: string | undefined;
426
+ }
55
427
  export interface DeleteGlossaryOutput {}
56
428
  export interface GetGlossaryInput {
57
429
  domainIdentifier: string | undefined;
@@ -170,6 +542,50 @@ export interface ListDataSourceRunActivitiesOutput {
170
542
  items: DataSourceRunActivity[] | undefined;
171
543
  nextToken?: string;
172
544
  }
545
+ export interface ListEntityOwnersInput {
546
+ domainIdentifier: string | undefined;
547
+ entityType: DataZoneEntityType | undefined;
548
+ entityIdentifier: string | undefined;
549
+ maxResults?: number;
550
+ nextToken?: string;
551
+ }
552
+ export interface OwnerGroupPropertiesOutput {
553
+ groupId?: string;
554
+ }
555
+ export interface OwnerUserPropertiesOutput {
556
+ userId?: string;
557
+ }
558
+ export type OwnerPropertiesOutput =
559
+ | OwnerPropertiesOutput.GroupMember
560
+ | OwnerPropertiesOutput.UserMember
561
+ | OwnerPropertiesOutput.$UnknownMember;
562
+ export declare namespace OwnerPropertiesOutput {
563
+ interface UserMember {
564
+ user: OwnerUserPropertiesOutput;
565
+ group?: never;
566
+ $unknown?: never;
567
+ }
568
+ interface GroupMember {
569
+ user?: never;
570
+ group: OwnerGroupPropertiesOutput;
571
+ $unknown?: never;
572
+ }
573
+ interface $UnknownMember {
574
+ user?: never;
575
+ group?: never;
576
+ $unknown: [string, any];
577
+ }
578
+ interface Visitor<T> {
579
+ user: (value: OwnerUserPropertiesOutput) => T;
580
+ group: (value: OwnerGroupPropertiesOutput) => T;
581
+ _: (name: string, value: any) => T;
582
+ }
583
+ const visit: <T>(value: OwnerPropertiesOutput, visitor: Visitor<T>) => T;
584
+ }
585
+ export interface ListEntityOwnersOutput {
586
+ owners: OwnerPropertiesOutput[] | undefined;
587
+ nextToken?: string;
588
+ }
173
589
  export interface ListEnvironmentActionsInput {
174
590
  domainIdentifier: string | undefined;
175
591
  environmentIdentifier: string | undefined;
@@ -417,6 +833,24 @@ export interface ListNotificationsOutput {
417
833
  notifications?: NotificationOutput[];
418
834
  nextToken?: string;
419
835
  }
836
+ export interface ListPolicyGrantsInput {
837
+ domainIdentifier: string | undefined;
838
+ entityType: TargetEntityType | undefined;
839
+ entityIdentifier: string | undefined;
840
+ policyType: ManagedPolicyType | undefined;
841
+ maxResults?: number;
842
+ nextToken?: string;
843
+ }
844
+ export interface PolicyGrantMember {
845
+ principal?: PolicyGrantPrincipal;
846
+ detail?: PolicyGrantDetail;
847
+ createdAt?: Date;
848
+ createdBy?: string;
849
+ }
850
+ export interface ListPolicyGrantsOutput {
851
+ grantList: PolicyGrantMember[] | undefined;
852
+ nextToken?: string;
853
+ }
420
854
  export declare const SortFieldProject: {
421
855
  readonly NAME: "NAME";
422
856
  };
@@ -489,6 +923,7 @@ export interface ProjectSummary {
489
923
  createdBy: string | undefined;
490
924
  createdAt?: Date;
491
925
  updatedAt?: Date;
926
+ domainUnitId?: string;
492
927
  }
493
928
  export interface ListProjectsOutput {
494
929
  items?: ProjectSummary[];
@@ -782,6 +1217,23 @@ export interface RejectSubscriptionRequestOutput {
782
1217
  reviewerId?: string;
783
1218
  decisionComment?: string;
784
1219
  }
1220
+ export interface RemoveEntityOwnerInput {
1221
+ domainIdentifier: string | undefined;
1222
+ entityType: DataZoneEntityType | undefined;
1223
+ entityIdentifier: string | undefined;
1224
+ owner: OwnerProperties | undefined;
1225
+ clientToken?: string;
1226
+ }
1227
+ export interface RemoveEntityOwnerOutput {}
1228
+ export interface RemovePolicyGrantInput {
1229
+ domainIdentifier: string | undefined;
1230
+ entityType: TargetEntityType | undefined;
1231
+ entityIdentifier: string | undefined;
1232
+ policyType: ManagedPolicyType | undefined;
1233
+ principal: PolicyGrantPrincipal | undefined;
1234
+ clientToken?: string;
1235
+ }
1236
+ export interface RemovePolicyGrantOutput {}
785
1237
  export interface RevokeSubscriptionInput {
786
1238
  domainIdentifier: string | undefined;
787
1239
  identifier: string | undefined;
@@ -1171,6 +1623,7 @@ export interface UpdateProjectOutput {
1171
1623
  createdAt?: Date;
1172
1624
  lastUpdatedAt?: Date;
1173
1625
  glossaryTerms?: string[];
1626
+ domainUnitId?: string;
1174
1627
  }
1175
1628
  export interface UpdateSubscriptionGrantStatusInput {
1176
1629
  domainIdentifier: string | undefined;
@@ -1448,6 +1901,43 @@ export interface UpdateAssetFilterOutput {
1448
1901
  effectiveColumnNames?: string[];
1449
1902
  effectiveRowFilter?: string;
1450
1903
  }
1904
+ export declare const ImportFilterSensitiveLog: (obj: Import) => any;
1905
+ export declare const GetFormTypeOutputFilterSensitiveLog: (
1906
+ obj: GetFormTypeOutput
1907
+ ) => any;
1908
+ export declare const GetEnvironmentOutputFilterSensitiveLog: (
1909
+ obj: GetEnvironmentOutput
1910
+ ) => any;
1911
+ export declare const GetEnvironmentBlueprintOutputFilterSensitiveLog: (
1912
+ obj: GetEnvironmentBlueprintOutput
1913
+ ) => any;
1914
+ export declare const GetEnvironmentCredentialsOutputFilterSensitiveLog: (
1915
+ obj: GetEnvironmentCredentialsOutput
1916
+ ) => any;
1917
+ export declare const GetEnvironmentProfileOutputFilterSensitiveLog: (
1918
+ obj: GetEnvironmentProfileOutput
1919
+ ) => any;
1920
+ export declare const GetGroupProfileOutputFilterSensitiveLog: (
1921
+ obj: GetGroupProfileOutput
1922
+ ) => any;
1923
+ export declare const GetLineageNodeOutputFilterSensitiveLog: (
1924
+ obj: GetLineageNodeOutput
1925
+ ) => any;
1926
+ export declare const GetProjectOutputFilterSensitiveLog: (
1927
+ obj: GetProjectOutput
1928
+ ) => any;
1929
+ export declare const GetSubscriptionOutputFilterSensitiveLog: (
1930
+ obj: GetSubscriptionOutput
1931
+ ) => any;
1932
+ export declare const GetSubscriptionRequestDetailsOutputFilterSensitiveLog: (
1933
+ obj: GetSubscriptionRequestDetailsOutput
1934
+ ) => any;
1935
+ export declare const GetSubscriptionTargetOutputFilterSensitiveLog: (
1936
+ obj: GetSubscriptionTargetOutput
1937
+ ) => any;
1938
+ export declare const GetUserProfileOutputFilterSensitiveLog: (
1939
+ obj: GetUserProfileOutput
1940
+ ) => any;
1451
1941
  export declare const GetGlossaryOutputFilterSensitiveLog: (
1452
1942
  obj: GetGlossaryOutput
1453
1943
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListDomainUnitsForParentCommandInput,
4
+ ListDomainUnitsForParentCommandOutput,
5
+ } from "../commands/ListDomainUnitsForParentCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListDomainUnitsForParent: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListDomainUnitsForParentCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListDomainUnitsForParentCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListEntityOwnersCommandInput,
4
+ ListEntityOwnersCommandOutput,
5
+ } from "../commands/ListEntityOwnersCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListEntityOwners: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListEntityOwnersCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListEntityOwnersCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListPolicyGrantsCommandInput,
4
+ ListPolicyGrantsCommandOutput,
5
+ } from "../commands/ListPolicyGrantsCommand";
6
+ import { DataZonePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListPolicyGrants: (
8
+ config: DataZonePaginationConfiguration,
9
+ input: ListPolicyGrantsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListPolicyGrantsCommandOutput>;
@@ -5,7 +5,9 @@ export * from "./ListDataProductRevisionsPaginator";
5
5
  export * from "./ListDataSourceRunActivitiesPaginator";
6
6
  export * from "./ListDataSourceRunsPaginator";
7
7
  export * from "./ListDataSourcesPaginator";
8
+ export * from "./ListDomainUnitsForParentPaginator";
8
9
  export * from "./ListDomainsPaginator";
10
+ export * from "./ListEntityOwnersPaginator";
9
11
  export * from "./ListEnvironmentActionsPaginator";
10
12
  export * from "./ListEnvironmentBlueprintConfigurationsPaginator";
11
13
  export * from "./ListEnvironmentBlueprintsPaginator";
@@ -14,6 +16,7 @@ export * from "./ListEnvironmentsPaginator";
14
16
  export * from "./ListLineageNodeHistoryPaginator";
15
17
  export * from "./ListMetadataGenerationRunsPaginator";
16
18
  export * from "./ListNotificationsPaginator";
19
+ export * from "./ListPolicyGrantsPaginator";
17
20
  export * from "./ListProjectMembershipsPaginator";
18
21
  export * from "./ListProjectsPaginator";
19
22
  export * from "./ListSubscriptionGrantsPaginator";