@aws-sdk/client-datazone 3.934.0 → 3.936.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 (124) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +837 -648
  3. package/dist-es/DataZone.js +6 -0
  4. package/dist-es/commands/BatchGetAttributesMetadataCommand.js +16 -0
  5. package/dist-es/commands/BatchPutAttributesMetadataCommand.js +16 -0
  6. package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/index.js +2 -1
  9. package/dist-es/models/enums.js +569 -0
  10. package/dist-es/models/errors.js +99 -0
  11. package/dist-es/models/models_0.js +1 -446
  12. package/dist-es/models/models_1.js +1 -174
  13. package/dist-es/models/models_2.js +1 -43
  14. package/dist-es/schemas/schemas_0.js +150 -6
  15. package/dist-types/DataZone.d.ts +21 -0
  16. package/dist-types/DataZoneClient.d.ts +5 -2
  17. package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +117 -0
  18. package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +122 -0
  19. package/dist-types/commands/CreateProjectCommand.d.ts +1 -2
  20. package/dist-types/commands/CreateProjectMembershipCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateProjectProfileCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateRuleCommand.d.ts +12 -2
  23. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  29. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  30. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
  31. package/dist-types/commands/GetRuleCommand.d.ts +7 -2
  32. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  34. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -2
  35. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
  40. package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
  41. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  42. package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
  43. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  44. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  45. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  46. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  47. package/dist-types/commands/SearchCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
  49. package/dist-types/commands/SearchListingsCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchTypesCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +96 -0
  59. package/dist-types/commands/UpdateRuleCommand.d.ts +12 -2
  60. package/dist-types/commands/index.d.ts +3 -0
  61. package/dist-types/index.d.ts +5 -1
  62. package/dist-types/models/enums.d.ts +1297 -0
  63. package/dist-types/models/errors.d.ts +100 -0
  64. package/dist-types/models/models_0.d.ts +1716 -820
  65. package/dist-types/models/models_1.d.ts +5037 -4324
  66. package/dist-types/models/models_2.d.ts +33 -2816
  67. package/dist-types/schemas/schemas_0.d.ts +21 -1
  68. package/dist-types/ts3.4/DataZone.d.ts +51 -0
  69. package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
  70. package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -2
  73. package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +4 -2
  88. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  114. package/dist-types/ts3.4/index.d.ts +5 -1
  115. package/dist-types/ts3.4/models/enums.d.ts +728 -0
  116. package/dist-types/ts3.4/models/errors.d.ts +58 -0
  117. package/dist-types/ts3.4/models/models_0.d.ts +560 -490
  118. package/dist-types/ts3.4/models/models_1.d.ts +845 -788
  119. package/dist-types/ts3.4/models/models_2.d.ts +31 -810
  120. package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -1
  121. package/package.json +19 -19
  122. package/dist-es/models/index.js +0 -3
  123. package/dist-types/models/index.d.ts +0 -3
  124. package/dist-types/ts3.4/models/index.d.ts +0 -3
@@ -1,828 +1,42 @@
1
1
  import {
2
- AccountSource,
2
+ FilterStatus,
3
+ GroupProfileStatus,
4
+ InventorySearchScope,
5
+ ProjectStatus,
6
+ SearchOutputAdditionalAttribute,
7
+ Status,
8
+ SubscriptionGrantOverallStatus,
9
+ SubscriptionGrantStatus,
10
+ SubscriptionRequestStatus,
11
+ TypesSearchScope,
12
+ UserProfileStatus,
13
+ UserProfileType,
14
+ } from "./enums";
15
+ import {
3
16
  ActionParameters,
4
17
  AggregationListItem,
5
- AggregationOutput,
6
- AssetItem,
7
- AssetListingItem,
8
- AssetTypeItem,
9
- AwsLocation,
10
18
  ColumnFilterConfiguration,
11
- ConfigurableEnvironmentAction,
12
- ConnectionPropertiesOutput,
13
- ConnectionPropertiesPatch,
14
- ConnectionScope,
15
- ConnectionType,
16
19
  CustomParameter,
17
- DataZoneEntityType,
18
- Deployment,
19
20
  DeploymentProperties,
20
- EnvironmentConfigurationUserParameter,
21
- EnvironmentParameter,
22
- EnvironmentStatus,
23
- FilterStatus,
24
- FormEntryOutput,
25
- FormOutput,
26
- FormTypeStatus,
27
- GlossaryStatus,
28
- GlossaryTermStatus,
29
- GlossaryUsageRestriction,
30
- GroupProfileStatus,
31
- ManagedPolicyType,
32
- MatchRationaleItem,
33
- Model,
34
- OwnerProperties,
35
- PhysicalEndpoint,
36
- PolicyGrantPrincipal,
37
- ProvisioningProperties,
38
- ResolutionStrategy,
39
- Resource,
40
- RowFilterExpression,
41
- SubscribedListing,
42
- SubscribedPrincipal,
43
- SubscriptionRequestStatus,
44
- SubscriptionStatus,
45
- TargetEntityType,
46
- TermRelations,
47
- TimeSeriesDataPointSummaryFormOutput,
48
- UserProfileDetails,
49
- } from "./models_0";
50
- import {
51
- DataProductListingItem,
52
- DataProductResultItem,
53
21
  EnvironmentConfiguration,
22
+ EnvironmentConfigurationUserParameter,
54
23
  EnvironmentDeploymentDetails,
24
+ EnvironmentParameter,
55
25
  FailureCause,
26
+ FormOutput,
56
27
  GrantedEntity,
57
- Import,
58
28
  ProjectDeletionError,
59
- ProjectStatus,
29
+ ProvisioningProperties,
60
30
  ResourceTag,
61
31
  ResourceTagParameter,
62
- RuleAction,
63
- RuleDetail,
64
- RuleScope,
65
- RuleTarget,
66
- RuleTargetType,
67
- RuleType,
68
- SortKey,
69
- SortOrder,
70
- Status,
32
+ RowFilterExpression,
71
33
  SubscribedAsset,
72
- SubscriptionGrantOverallStatus,
73
- SubscriptionGrantStatus,
74
- SubscriptionGrantSummary,
34
+ SubscribedListing,
35
+ SubscribedPrincipal,
75
36
  SubscriptionTargetForm,
76
- TimeSeriesDataPointFormOutput,
77
- TimeSeriesEntityType,
78
- UserProfileStatus,
79
- UserProfileType,
80
- } from "./models_1";
81
- export interface ListSubscriptionGrantsOutput {
82
- items: SubscriptionGrantSummary[] | undefined;
83
- nextToken?: string | undefined;
84
- }
85
- export interface ListSubscriptionRequestsInput {
86
- domainIdentifier: string | undefined;
87
- status?: SubscriptionRequestStatus | undefined;
88
- subscribedListingId?: string | undefined;
89
- owningProjectId?: string | undefined;
90
- approverProjectId?: string | undefined;
91
- owningUserId?: string | undefined;
92
- owningGroupId?: string | undefined;
93
- sortBy?: SortKey | undefined;
94
- sortOrder?: SortOrder | undefined;
95
- maxResults?: number | undefined;
96
- nextToken?: string | undefined;
97
- }
98
- export interface MetadataFormSummary {
99
- formName?: string | undefined;
100
- typeName: string | undefined;
101
- typeRevision: string | undefined;
102
- }
103
- export interface SubscriptionRequestSummary {
104
- id: string | undefined;
105
- createdBy: string | undefined;
106
- updatedBy?: string | undefined;
107
- domainId: string | undefined;
108
- status: SubscriptionRequestStatus | undefined;
109
- createdAt: Date | undefined;
110
- updatedAt: Date | undefined;
111
- requestReason: string | undefined;
112
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
113
- subscribedListings: SubscribedListing[] | undefined;
114
- reviewerId?: string | undefined;
115
- decisionComment?: string | undefined;
116
- existingSubscriptionId?: string | undefined;
117
- metadataFormsSummary?: MetadataFormSummary[] | undefined;
118
- }
119
- export interface ListSubscriptionRequestsOutput {
120
- items: SubscriptionRequestSummary[] | undefined;
121
- nextToken?: string | undefined;
122
- }
123
- export interface ListSubscriptionsInput {
124
- domainIdentifier: string | undefined;
125
- subscriptionRequestIdentifier?: string | undefined;
126
- status?: SubscriptionStatus | undefined;
127
- subscribedListingId?: string | undefined;
128
- owningProjectId?: string | undefined;
129
- owningUserId?: string | undefined;
130
- owningGroupId?: string | undefined;
131
- approverProjectId?: string | undefined;
132
- sortBy?: SortKey | undefined;
133
- sortOrder?: SortOrder | undefined;
134
- maxResults?: number | undefined;
135
- nextToken?: string | undefined;
136
- }
137
- export interface SubscriptionSummary {
138
- id: string | undefined;
139
- createdBy: string | undefined;
140
- updatedBy?: string | undefined;
141
- domainId: string | undefined;
142
- status: SubscriptionStatus | undefined;
143
- createdAt: Date | undefined;
144
- updatedAt: Date | undefined;
145
- subscribedPrincipal: SubscribedPrincipal | undefined;
146
- subscribedListing: SubscribedListing | undefined;
147
- subscriptionRequestId?: string | undefined;
148
- retainPermissions?: boolean | undefined;
149
- }
150
- export interface ListSubscriptionsOutput {
151
- items: SubscriptionSummary[] | undefined;
152
- nextToken?: string | undefined;
153
- }
154
- export interface ListSubscriptionTargetsInput {
155
- domainIdentifier: string | undefined;
156
- environmentIdentifier: string | undefined;
157
- sortBy?: SortKey | undefined;
158
- sortOrder?: SortOrder | undefined;
159
- maxResults?: number | undefined;
160
- nextToken?: string | undefined;
161
- }
162
- export interface SubscriptionTargetSummary {
163
- id: string | undefined;
164
- authorizedPrincipals: string[] | undefined;
165
- domainId: string | undefined;
166
- projectId: string | undefined;
167
- environmentId: string | undefined;
168
- name: string | undefined;
169
- type: string | undefined;
170
- createdBy: string | undefined;
171
- updatedBy?: string | undefined;
172
- createdAt: Date | undefined;
173
- updatedAt?: Date | undefined;
174
- manageAccessRole?: string | undefined;
175
- applicableAssetTypes: string[] | undefined;
176
- subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
177
- provider: string | undefined;
178
- }
179
- export interface ListSubscriptionTargetsOutput {
180
- items: SubscriptionTargetSummary[] | undefined;
181
- nextToken?: string | undefined;
182
- }
183
- export interface ListTagsForResourceRequest {
184
- resourceArn: string | undefined;
185
- }
186
- export interface ListTagsForResourceResponse {
187
- tags?: Record<string, string> | undefined;
188
- }
189
- export interface ListTimeSeriesDataPointsInput {
190
- domainIdentifier: string | undefined;
191
- entityIdentifier: string | undefined;
192
- entityType: TimeSeriesEntityType | undefined;
193
- formName: string | undefined;
194
- startedAt?: Date | undefined;
195
- endedAt?: Date | undefined;
196
- nextToken?: string | undefined;
197
- maxResults?: number | undefined;
198
- }
199
- export interface ListTimeSeriesDataPointsOutput {
200
- items?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
201
- nextToken?: string | undefined;
202
- }
203
- export interface GetMetadataGenerationRunInput {
204
- domainIdentifier: string | undefined;
205
- identifier: string | undefined;
206
- }
207
- export declare const MetadataGenerationRunStatus: {
208
- readonly CANCELED: "CANCELED";
209
- readonly FAILED: "FAILED";
210
- readonly IN_PROGRESS: "IN_PROGRESS";
211
- readonly SUBMITTED: "SUBMITTED";
212
- readonly SUCCEEDED: "SUCCEEDED";
213
- };
214
- export type MetadataGenerationRunStatus =
215
- (typeof MetadataGenerationRunStatus)[keyof typeof MetadataGenerationRunStatus];
216
- export declare const MetadataGenerationTargetType: {
217
- readonly ASSET: "ASSET";
218
- };
219
- export type MetadataGenerationTargetType =
220
- (typeof MetadataGenerationTargetType)[keyof typeof MetadataGenerationTargetType];
221
- export interface MetadataGenerationRunTarget {
222
- type: MetadataGenerationTargetType | undefined;
223
- identifier: string | undefined;
224
- revision?: string | undefined;
225
- }
226
- export declare const MetadataGenerationRunType: {
227
- readonly BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS";
228
- };
229
- export type MetadataGenerationRunType =
230
- (typeof MetadataGenerationRunType)[keyof typeof MetadataGenerationRunType];
231
- export interface GetMetadataGenerationRunOutput {
232
- domainId: string | undefined;
233
- id: string | undefined;
234
- target?: MetadataGenerationRunTarget | undefined;
235
- status?: MetadataGenerationRunStatus | undefined;
236
- type?: MetadataGenerationRunType | undefined;
237
- createdAt?: Date | undefined;
238
- createdBy?: string | undefined;
239
- owningProjectId: string | undefined;
240
- }
241
- export interface ListMetadataGenerationRunsInput {
242
- domainIdentifier: string | undefined;
243
- status?: MetadataGenerationRunStatus | undefined;
244
- type?: MetadataGenerationRunType | undefined;
245
- nextToken?: string | undefined;
246
- maxResults?: number | undefined;
247
- }
248
- export interface MetadataGenerationRunItem {
249
- domainId: string | undefined;
250
- id: string | undefined;
251
- target?: MetadataGenerationRunTarget | undefined;
252
- status?: MetadataGenerationRunStatus | undefined;
253
- type?: MetadataGenerationRunType | undefined;
254
- createdAt?: Date | undefined;
255
- createdBy?: string | undefined;
256
- owningProjectId: string | undefined;
257
- }
258
- export interface ListMetadataGenerationRunsOutput {
259
- items?: MetadataGenerationRunItem[] | undefined;
260
- nextToken?: string | undefined;
261
- }
262
- export interface StartMetadataGenerationRunInput {
263
- domainIdentifier: string | undefined;
264
- type: MetadataGenerationRunType | undefined;
265
- target: MetadataGenerationRunTarget | undefined;
266
- clientToken?: string | undefined;
267
- owningProjectIdentifier: string | undefined;
268
- }
269
- export interface StartMetadataGenerationRunOutput {
270
- domainId: string | undefined;
271
- id: string | undefined;
272
- status?: MetadataGenerationRunStatus | undefined;
273
- type?: MetadataGenerationRunType | undefined;
274
- createdAt?: Date | undefined;
275
- createdBy?: string | undefined;
276
- owningProjectId?: string | undefined;
277
- }
278
- export interface PostLineageEventInput {
279
- domainIdentifier: string | undefined;
280
- event: Uint8Array | undefined;
281
- clientToken?: string | undefined;
282
- }
283
- export interface PostLineageEventOutput {
284
- id?: string | undefined;
285
- domainId?: string | undefined;
286
- }
287
- export interface TimeSeriesDataPointFormInput {
288
- formName: string | undefined;
289
- typeIdentifier: string | undefined;
290
- typeRevision?: string | undefined;
291
- timestamp: Date | undefined;
292
- content?: string | undefined;
293
- }
294
- export interface PostTimeSeriesDataPointsInput {
295
- domainIdentifier: string | undefined;
296
- entityIdentifier: string | undefined;
297
- entityType: TimeSeriesEntityType | undefined;
298
- forms: TimeSeriesDataPointFormInput[] | undefined;
299
- clientToken?: string | undefined;
300
- }
301
- export interface PostTimeSeriesDataPointsOutput {
302
- domainId?: string | undefined;
303
- entityId?: string | undefined;
304
- entityType?: TimeSeriesEntityType | undefined;
305
- forms?: TimeSeriesDataPointFormOutput[] | undefined;
306
- }
307
- export interface RejectChoice {
308
- predictionTarget: string | undefined;
309
- predictionChoices?: number[] | undefined;
310
- }
311
- export declare const RejectRuleBehavior: {
312
- readonly ALL: "ALL";
313
- readonly NONE: "NONE";
314
- };
315
- export type RejectRuleBehavior =
316
- (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
317
- export interface RejectRule {
318
- rule?: RejectRuleBehavior | undefined;
319
- threshold?: number | undefined;
320
- }
321
- export interface RejectPredictionsInput {
322
- domainIdentifier: string | undefined;
323
- identifier: string | undefined;
324
- revision?: string | undefined;
325
- rejectRule?: RejectRule | undefined;
326
- rejectChoices?: RejectChoice[] | undefined;
327
- clientToken?: string | undefined;
328
- }
329
- export interface RejectPredictionsOutput {
330
- domainId: string | undefined;
331
- assetId: string | undefined;
332
- assetRevision: string | undefined;
333
- }
334
- export interface RejectSubscriptionRequestInput {
335
- domainIdentifier: string | undefined;
336
- identifier: string | undefined;
337
- decisionComment?: string | undefined;
338
- }
339
- export interface RejectSubscriptionRequestOutput {
340
- id: string | undefined;
341
- createdBy: string | undefined;
342
- updatedBy?: string | undefined;
343
- domainId: string | undefined;
344
- status: SubscriptionRequestStatus | undefined;
345
- createdAt: Date | undefined;
346
- updatedAt: Date | undefined;
347
- requestReason: string | undefined;
348
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
349
- subscribedListings: SubscribedListing[] | undefined;
350
- reviewerId?: string | undefined;
351
- decisionComment?: string | undefined;
352
- existingSubscriptionId?: string | undefined;
353
- metadataForms?: FormOutput[] | undefined;
354
- }
355
- export interface RemoveEntityOwnerInput {
356
- domainIdentifier: string | undefined;
357
- entityType: DataZoneEntityType | undefined;
358
- entityIdentifier: string | undefined;
359
- owner: OwnerProperties | undefined;
360
- clientToken?: string | undefined;
361
- }
362
- export interface RemoveEntityOwnerOutput {}
363
- export interface RemovePolicyGrantInput {
364
- domainIdentifier: string | undefined;
365
- entityType: TargetEntityType | undefined;
366
- entityIdentifier: string | undefined;
367
- policyType: ManagedPolicyType | undefined;
368
- principal: PolicyGrantPrincipal | undefined;
369
- grantIdentifier?: string | undefined;
370
- clientToken?: string | undefined;
371
- }
372
- export interface RemovePolicyGrantOutput {}
373
- export interface RevokeSubscriptionInput {
374
- domainIdentifier: string | undefined;
375
- identifier: string | undefined;
376
- retainPermissions?: boolean | undefined;
377
- }
378
- export interface RevokeSubscriptionOutput {
379
- id: string | undefined;
380
- createdBy: string | undefined;
381
- updatedBy?: string | undefined;
382
- domainId: string | undefined;
383
- status: SubscriptionStatus | undefined;
384
- createdAt: Date | undefined;
385
- updatedAt: Date | undefined;
386
- subscribedPrincipal: SubscribedPrincipal | undefined;
387
- subscribedListing: SubscribedListing | undefined;
388
- subscriptionRequestId?: string | undefined;
389
- retainPermissions?: boolean | undefined;
390
- }
391
- export interface DeleteRuleInput {
392
- domainIdentifier: string | undefined;
393
- identifier: string | undefined;
394
- }
395
- export interface DeleteRuleOutput {}
396
- export interface GetRuleInput {
397
- domainIdentifier: string | undefined;
398
- identifier: string | undefined;
399
- revision?: string | undefined;
400
- }
401
- export interface GetRuleOutput {
402
- identifier: string | undefined;
403
- revision: string | undefined;
404
- name: string | undefined;
405
- ruleType: RuleType | undefined;
406
- target: RuleTarget | undefined;
407
- action: RuleAction | undefined;
408
- scope: RuleScope | undefined;
409
- detail: RuleDetail | undefined;
410
- targetType?: RuleTargetType | undefined;
411
- description?: string | undefined;
412
- createdAt: Date | undefined;
413
- updatedAt: Date | undefined;
414
- createdBy: string | undefined;
415
- lastUpdatedBy: string | undefined;
416
- }
417
- export interface ListRulesInput {
418
- domainIdentifier: string | undefined;
419
- targetType: RuleTargetType | undefined;
420
- targetIdentifier: string | undefined;
421
- ruleType?: RuleType | undefined;
422
- action?: RuleAction | undefined;
423
- projectIds?: string[] | undefined;
424
- assetTypes?: string[] | undefined;
425
- dataProduct?: boolean | undefined;
426
- includeCascaded?: boolean | undefined;
427
- maxResults?: number | undefined;
428
- nextToken?: string | undefined;
429
- }
430
- export interface RuleSummary {
431
- identifier?: string | undefined;
432
- revision?: string | undefined;
433
- ruleType?: RuleType | undefined;
434
- name?: string | undefined;
435
- targetType?: RuleTargetType | undefined;
436
- target?: RuleTarget | undefined;
437
- action?: RuleAction | undefined;
438
- scope?: RuleScope | undefined;
439
- updatedAt?: Date | undefined;
440
- lastUpdatedBy?: string | undefined;
441
- }
442
- export interface ListRulesOutput {
443
- items: RuleSummary[] | undefined;
444
- nextToken?: string | undefined;
445
- }
446
- export interface UpdateRuleInput {
447
- domainIdentifier: string | undefined;
448
- identifier: string | undefined;
449
- name?: string | undefined;
450
- description?: string | undefined;
451
- scope?: RuleScope | undefined;
452
- detail?: RuleDetail | undefined;
453
- includeChildDomainUnits?: boolean | undefined;
454
- }
455
- export interface UpdateRuleOutput {
456
- identifier: string | undefined;
457
- revision: string | undefined;
458
- name: string | undefined;
459
- ruleType: RuleType | undefined;
460
- target: RuleTarget | undefined;
461
- action: RuleAction | undefined;
462
- scope: RuleScope | undefined;
463
- detail: RuleDetail | undefined;
464
- description?: string | undefined;
465
- createdAt: Date | undefined;
466
- updatedAt: Date | undefined;
467
- createdBy: string | undefined;
468
- lastUpdatedBy: string | undefined;
469
- }
470
- export declare const SearchOutputAdditionalAttribute: {
471
- readonly FORMS: "FORMS";
472
- readonly TEXT_MATCH_RATIONALE: "TEXT_MATCH_RATIONALE";
473
- readonly TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS";
474
- };
475
- export type SearchOutputAdditionalAttribute =
476
- (typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
477
- export interface Filter {
478
- attribute: string | undefined;
479
- value: string | undefined;
480
- }
481
- export interface SearchInItem {
482
- attribute: string | undefined;
483
- }
484
- export declare const InventorySearchScope: {
485
- readonly ASSET: "ASSET";
486
- readonly DATA_PRODUCT: "DATA_PRODUCT";
487
- readonly GLOSSARY: "GLOSSARY";
488
- readonly GLOSSARY_TERM: "GLOSSARY_TERM";
489
- };
490
- export type InventorySearchScope =
491
- (typeof InventorySearchScope)[keyof typeof InventorySearchScope];
492
- export interface SearchSort {
493
- attribute: string | undefined;
494
- order?: SortOrder | undefined;
495
- }
496
- export interface GlossaryItemAdditionalAttributes {
497
- matchRationale?: MatchRationaleItem[] | undefined;
498
- }
499
- export interface GlossaryItem {
500
- domainId: string | undefined;
501
- id: string | undefined;
502
- name: string | undefined;
503
- owningProjectId: string | undefined;
504
- description?: string | undefined;
505
- status: GlossaryStatus | undefined;
506
- usageRestrictions?: GlossaryUsageRestriction[] | undefined;
507
- createdAt?: Date | undefined;
508
- createdBy?: string | undefined;
509
- updatedAt?: Date | undefined;
510
- updatedBy?: string | undefined;
511
- additionalAttributes?: GlossaryItemAdditionalAttributes | undefined;
512
- }
513
- export interface GlossaryTermItemAdditionalAttributes {
514
- matchRationale?: MatchRationaleItem[] | undefined;
515
- }
516
- export interface GlossaryTermItem {
517
- domainId: string | undefined;
518
- glossaryId: string | undefined;
519
- id: string | undefined;
520
- name: string | undefined;
521
- shortDescription?: string | undefined;
522
- usageRestrictions?: GlossaryUsageRestriction[] | undefined;
523
- longDescription?: string | undefined;
524
- termRelations?: TermRelations | undefined;
525
- status: GlossaryTermStatus | undefined;
526
- createdAt?: Date | undefined;
527
- createdBy?: string | undefined;
528
- updatedAt?: Date | undefined;
529
- updatedBy?: string | undefined;
530
- additionalAttributes?: GlossaryTermItemAdditionalAttributes | undefined;
531
- }
532
- export type SearchInventoryResultItem =
533
- | SearchInventoryResultItem.AssetItemMember
534
- | SearchInventoryResultItem.DataProductItemMember
535
- | SearchInventoryResultItem.GlossaryItemMember
536
- | SearchInventoryResultItem.GlossaryTermItemMember
537
- | SearchInventoryResultItem.$UnknownMember;
538
- export declare namespace SearchInventoryResultItem {
539
- interface GlossaryItemMember {
540
- glossaryItem: GlossaryItem;
541
- glossaryTermItem?: never;
542
- assetItem?: never;
543
- dataProductItem?: never;
544
- $unknown?: never;
545
- }
546
- interface GlossaryTermItemMember {
547
- glossaryItem?: never;
548
- glossaryTermItem: GlossaryTermItem;
549
- assetItem?: never;
550
- dataProductItem?: never;
551
- $unknown?: never;
552
- }
553
- interface AssetItemMember {
554
- glossaryItem?: never;
555
- glossaryTermItem?: never;
556
- assetItem: AssetItem;
557
- dataProductItem?: never;
558
- $unknown?: never;
559
- }
560
- interface DataProductItemMember {
561
- glossaryItem?: never;
562
- glossaryTermItem?: never;
563
- assetItem?: never;
564
- dataProductItem: DataProductResultItem;
565
- $unknown?: never;
566
- }
567
- interface $UnknownMember {
568
- glossaryItem?: never;
569
- glossaryTermItem?: never;
570
- assetItem?: never;
571
- dataProductItem?: never;
572
- $unknown: [string, any];
573
- }
574
- interface Visitor<T> {
575
- glossaryItem: (value: GlossaryItem) => T;
576
- glossaryTermItem: (value: GlossaryTermItem) => T;
577
- assetItem: (value: AssetItem) => T;
578
- dataProductItem: (value: DataProductResultItem) => T;
579
- _: (name: string, value: any) => T;
580
- }
581
- }
582
- export interface SearchOutput {
583
- items?: SearchInventoryResultItem[] | undefined;
584
- nextToken?: string | undefined;
585
- totalMatchCount?: number | undefined;
586
- }
587
- export declare const GroupSearchType: {
588
- readonly DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP";
589
- readonly SSO_GROUP: "SSO_GROUP";
590
- };
591
- export type GroupSearchType =
592
- (typeof GroupSearchType)[keyof typeof GroupSearchType];
593
- export interface SearchGroupProfilesInput {
594
- domainIdentifier: string | undefined;
595
- groupType: GroupSearchType | undefined;
596
- searchText?: string | undefined;
597
- maxResults?: number | undefined;
598
- nextToken?: string | undefined;
599
- }
600
- export interface GroupProfileSummary {
601
- domainId?: string | undefined;
602
- id?: string | undefined;
603
- status?: GroupProfileStatus | undefined;
604
- groupName?: string | undefined;
605
- }
606
- export interface SearchGroupProfilesOutput {
607
- items?: GroupProfileSummary[] | undefined;
608
- nextToken?: string | undefined;
609
- }
610
- export type SearchResultItem =
611
- | SearchResultItem.AssetListingMember
612
- | SearchResultItem.DataProductListingMember
613
- | SearchResultItem.$UnknownMember;
614
- export declare namespace SearchResultItem {
615
- interface AssetListingMember {
616
- assetListing: AssetListingItem;
617
- dataProductListing?: never;
618
- $unknown?: never;
619
- }
620
- interface DataProductListingMember {
621
- assetListing?: never;
622
- dataProductListing: DataProductListingItem;
623
- $unknown?: never;
624
- }
625
- interface $UnknownMember {
626
- assetListing?: never;
627
- dataProductListing?: never;
628
- $unknown: [string, any];
629
- }
630
- interface Visitor<T> {
631
- assetListing: (value: AssetListingItem) => T;
632
- dataProductListing: (value: DataProductListingItem) => T;
633
- _: (name: string, value: any) => T;
634
- }
635
- }
636
- export interface SearchListingsOutput {
637
- items?: SearchResultItem[] | undefined;
638
- nextToken?: string | undefined;
639
- totalMatchCount?: number | undefined;
640
- aggregates?: AggregationOutput[] | undefined;
641
- }
642
- export declare const TypesSearchScope: {
643
- readonly ASSET_TYPE: "ASSET_TYPE";
644
- readonly FORM_TYPE: "FORM_TYPE";
645
- readonly LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE";
646
- };
647
- export type TypesSearchScope =
648
- (typeof TypesSearchScope)[keyof typeof TypesSearchScope];
649
- export interface FormTypeData {
650
- domainId: string | undefined;
651
- name: string | undefined;
652
- revision: string | undefined;
653
- model?: Model | undefined;
654
- status?: FormTypeStatus | undefined;
655
- owningProjectId?: string | undefined;
656
- originDomainId?: string | undefined;
657
- originProjectId?: string | undefined;
658
- createdAt?: Date | undefined;
659
- createdBy?: string | undefined;
660
- description?: string | undefined;
661
- imports?: Import[] | undefined;
662
- }
663
- export interface LineageNodeTypeItem {
664
- domainId: string | undefined;
665
- name?: string | undefined;
666
- description?: string | undefined;
667
- createdAt?: Date | undefined;
668
- createdBy?: string | undefined;
669
- updatedAt?: Date | undefined;
670
- updatedBy?: string | undefined;
671
- revision: string | undefined;
672
- formsOutput: Record<string, FormEntryOutput> | undefined;
673
- }
674
- export type SearchTypesResultItem =
675
- | SearchTypesResultItem.AssetTypeItemMember
676
- | SearchTypesResultItem.FormTypeItemMember
677
- | SearchTypesResultItem.LineageNodeTypeItemMember
678
- | SearchTypesResultItem.$UnknownMember;
679
- export declare namespace SearchTypesResultItem {
680
- interface AssetTypeItemMember {
681
- assetTypeItem: AssetTypeItem;
682
- formTypeItem?: never;
683
- lineageNodeTypeItem?: never;
684
- $unknown?: never;
685
- }
686
- interface FormTypeItemMember {
687
- assetTypeItem?: never;
688
- formTypeItem: FormTypeData;
689
- lineageNodeTypeItem?: never;
690
- $unknown?: never;
691
- }
692
- interface LineageNodeTypeItemMember {
693
- assetTypeItem?: never;
694
- formTypeItem?: never;
695
- lineageNodeTypeItem: LineageNodeTypeItem;
696
- $unknown?: never;
697
- }
698
- interface $UnknownMember {
699
- assetTypeItem?: never;
700
- formTypeItem?: never;
701
- lineageNodeTypeItem?: never;
702
- $unknown: [string, any];
703
- }
704
- interface Visitor<T> {
705
- assetTypeItem: (value: AssetTypeItem) => T;
706
- formTypeItem: (value: FormTypeData) => T;
707
- lineageNodeTypeItem: (value: LineageNodeTypeItem) => T;
708
- _: (name: string, value: any) => T;
709
- }
710
- }
711
- export interface SearchTypesOutput {
712
- items?: SearchTypesResultItem[] | undefined;
713
- nextToken?: string | undefined;
714
- totalMatchCount?: number | undefined;
715
- }
716
- export declare const UserSearchType: {
717
- readonly DATAZONE_IAM_USER: "DATAZONE_IAM_USER";
718
- readonly DATAZONE_SSO_USER: "DATAZONE_SSO_USER";
719
- readonly DATAZONE_USER: "DATAZONE_USER";
720
- readonly SSO_USER: "SSO_USER";
721
- };
722
- export type UserSearchType =
723
- (typeof UserSearchType)[keyof typeof UserSearchType];
724
- export interface SearchUserProfilesInput {
725
- domainIdentifier: string | undefined;
726
- userType: UserSearchType | undefined;
727
- searchText?: string | undefined;
728
- maxResults?: number | undefined;
729
- nextToken?: string | undefined;
730
- }
731
- export interface UserProfileSummary {
732
- domainId?: string | undefined;
733
- id?: string | undefined;
734
- type?: UserProfileType | undefined;
735
- status?: UserProfileStatus | undefined;
736
- details?: UserProfileDetails | undefined;
737
- }
738
- export interface SearchUserProfilesOutput {
739
- items?: UserProfileSummary[] | undefined;
740
- nextToken?: string | undefined;
741
- }
742
- export interface TagResourceRequest {
743
- resourceArn: string | undefined;
744
- tags: Record<string, string> | undefined;
745
- }
746
- export interface TagResourceResponse {}
747
- export interface UntagResourceRequest {
748
- resourceArn: string | undefined;
749
- tagKeys: string[] | undefined;
750
- }
751
- export interface UntagResourceResponse {}
752
- export interface UpdateAccountPoolInput {
753
- domainIdentifier: string | undefined;
754
- identifier: string | undefined;
755
- name?: string | undefined;
756
- description?: string | undefined;
757
- resolutionStrategy?: ResolutionStrategy | undefined;
758
- accountSource?: AccountSource | undefined;
759
- }
760
- export interface UpdateAccountPoolOutput {
761
- domainId?: string | undefined;
762
- name?: string | undefined;
763
- id?: string | undefined;
764
- description?: string | undefined;
765
- resolutionStrategy?: ResolutionStrategy | undefined;
766
- accountSource: AccountSource | undefined;
767
- createdBy: string | undefined;
768
- createdAt?: Date | undefined;
769
- lastUpdatedAt?: Date | undefined;
770
- updatedBy?: string | undefined;
771
- domainUnitId?: string | undefined;
772
- }
773
- export interface UpdateConnectionInput {
774
- domainIdentifier: string | undefined;
775
- identifier: string | undefined;
776
- description?: string | undefined;
777
- awsLocation?: AwsLocation | undefined;
778
- props?: ConnectionPropertiesPatch | undefined;
779
- }
780
- export interface UpdateConnectionOutput {
781
- connectionId: string | undefined;
782
- description?: string | undefined;
783
- domainId: string | undefined;
784
- domainUnitId: string | undefined;
785
- environmentId?: string | undefined;
786
- name: string | undefined;
787
- physicalEndpoints: PhysicalEndpoint[] | undefined;
788
- projectId?: string | undefined;
789
- props?: ConnectionPropertiesOutput | undefined;
790
- type: ConnectionType | undefined;
791
- scope?: ConnectionScope | undefined;
792
- }
793
- export interface UpdateEnvironmentInput {
794
- domainIdentifier: string | undefined;
795
- identifier: string | undefined;
796
- name?: string | undefined;
797
- description?: string | undefined;
798
- glossaryTerms?: string[] | undefined;
799
- blueprintVersion?: string | undefined;
800
- userParameters?: EnvironmentParameter[] | undefined;
801
- }
802
- export interface UpdateEnvironmentOutput {
803
- projectId: string | undefined;
804
- id?: string | undefined;
805
- domainId: string | undefined;
806
- createdBy: string | undefined;
807
- createdAt?: Date | undefined;
808
- updatedAt?: Date | undefined;
809
- name: string | undefined;
810
- description?: string | undefined;
811
- environmentProfileId?: string | undefined;
812
- awsAccountId?: string | undefined;
813
- awsAccountRegion?: string | undefined;
814
- provider: string | undefined;
815
- provisionedResources?: Resource[] | undefined;
816
- status?: EnvironmentStatus | undefined;
817
- environmentActions?: ConfigurableEnvironmentAction[] | undefined;
818
- glossaryTerms?: string[] | undefined;
819
- userParameters?: CustomParameter[] | undefined;
820
- lastDeployment?: Deployment | undefined;
821
- provisioningProperties?: ProvisioningProperties | undefined;
822
- deploymentProperties?: DeploymentProperties | undefined;
823
- environmentBlueprintId?: string | undefined;
824
- environmentConfigurationId?: string | undefined;
825
- }
37
+ UserProfileDetails,
38
+ } from "./models_0";
39
+ import { Filter, SearchInItem, SearchSort } from "./models_1";
826
40
  export interface UpdateEnvironmentActionInput {
827
41
  domainIdentifier: string | undefined;
828
42
  environmentIdentifier: string | undefined;
@@ -948,6 +162,13 @@ export interface UpdateProjectProfileOutput {
948
162
  lastUpdatedAt?: Date | undefined;
949
163
  domainUnitId?: string | undefined;
950
164
  }
165
+ export interface UpdateRootDomainUnitOwnerInput {
166
+ domainIdentifier: string | undefined;
167
+ currentOwner: string | undefined;
168
+ newOwner: string | undefined;
169
+ clientToken?: string | undefined;
170
+ }
171
+ export interface UpdateRootDomainUnitOwnerOutput {}
951
172
  export interface UpdateSubscriptionGrantStatusInput {
952
173
  domainIdentifier: string | undefined;
953
174
  identifier: string | undefined;