@aws-sdk/client-datazone 3.616.0 → 3.618.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 (64) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +567 -104
  3. package/dist-es/DataZone.js +10 -0
  4. package/dist-es/commands/CreateAssetFilterCommand.js +25 -0
  5. package/dist-es/commands/DeleteAssetFilterCommand.js +24 -0
  6. package/dist-es/commands/GetAssetFilterCommand.js +25 -0
  7. package/dist-es/commands/GetListingCommand.js +1 -1
  8. package/dist-es/commands/ListAssetFiltersCommand.js +25 -0
  9. package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +1 -1
  10. package/dist-es/commands/ListEnvironmentProfilesCommand.js +1 -1
  11. package/dist-es/commands/ListEnvironmentsCommand.js +1 -1
  12. package/dist-es/commands/ListNotificationsCommand.js +1 -1
  13. package/dist-es/commands/UpdateAssetFilterCommand.js +25 -0
  14. package/dist-es/commands/index.js +5 -0
  15. package/dist-es/models/models_0.js +49 -64
  16. package/dist-es/models/models_1.js +113 -5
  17. package/dist-es/pagination/ListAssetFiltersPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_restJson1.js +270 -21
  20. package/dist-types/DataZone.d.ts +35 -0
  21. package/dist-types/DataZoneClient.d.ts +7 -2
  22. package/dist-types/commands/CreateAssetFilterCommand.d.ts +357 -0
  23. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +81 -0
  24. package/dist-types/commands/DeleteListingCommand.d.ts +1 -1
  25. package/dist-types/commands/GetAssetFilterCommand.d.ts +221 -0
  26. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +10 -0
  27. package/dist-types/commands/GetListingCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAssetFiltersCommand.d.ts +98 -0
  29. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +10 -0
  30. package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
  34. package/dist-types/commands/ListNotificationsCommand.d.ts +1 -2
  35. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +20 -0
  36. package/dist-types/commands/SearchCommand.d.ts +0 -20
  37. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +354 -0
  38. package/dist-types/commands/index.d.ts +5 -0
  39. package/dist-types/models/models_0.d.ts +722 -829
  40. package/dist-types/models/models_1.d.ts +1116 -20
  41. package/dist-types/pagination/ListAssetFiltersPaginator.d.ts +7 -0
  42. package/dist-types/pagination/index.d.ts +1 -0
  43. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  44. package/dist-types/ts3.4/DataZone.d.ts +85 -0
  45. package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
  46. package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +39 -0
  47. package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +34 -0
  48. package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +37 -0
  50. package/dist-types/ts3.4/commands/GetListingCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +39 -0
  52. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +39 -0
  58. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +346 -205
  60. package/dist-types/ts3.4/models/models_1.d.ts +330 -17
  61. package/dist-types/ts3.4/pagination/ListAssetFiltersPaginator.d.ts +11 -0
  62. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  64. package/package.json +1 -1
@@ -1,4 +1,700 @@
1
- import { ActionParameters, AssetItem, AssetListingItem, AssetTypeItem, ConfigurableEnvironmentAction, CustomParameter, DataProductSummary, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, Model, NotificationType, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, SortOrder, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TaskStatus, TermRelations, TimeSeriesDataPointFormOutput, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
1
+ import { ActionParameters, AssetItem, AssetListing, AssetListingItem, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, Deployment, DeploymentProperties, EnvironmentBlueprintSummary, 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";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface ListEnvironmentBlueprintsOutput {
6
+ /**
7
+ * <p>The results of the <code>ListEnvironmentBlueprints</code> action.</p>
8
+ * @public
9
+ */
10
+ items: EnvironmentBlueprintSummary[] | undefined;
11
+ /**
12
+ * <p>When the number of blueprints in the environment is greater than the default value for
13
+ * the <code>MaxResults</code> parameter, or if you explicitly specify a value for
14
+ * <code>MaxResults</code> that is less than the number of blueprints in the environment,
15
+ * the response includes a pagination token named <code>NextToken</code>. You can specify this
16
+ * <code>NextToken</code> value in a subsequent call to
17
+ * <code>ListEnvironmentBlueprints</code>to list the next set of blueprints.</p>
18
+ * @public
19
+ */
20
+ nextToken?: string;
21
+ }
22
+ /**
23
+ * @public
24
+ */
25
+ export interface ListEnvironmentProfilesInput {
26
+ /**
27
+ * <p>The identifier of the Amazon DataZone domain.</p>
28
+ * @public
29
+ */
30
+ domainIdentifier: string | undefined;
31
+ /**
32
+ * <p>The identifier of the Amazon Web Services account where you want to list environment
33
+ * profiles.</p>
34
+ * @public
35
+ */
36
+ awsAccountId?: string;
37
+ /**
38
+ * <p>The Amazon Web Services region where you want to list environment profiles.</p>
39
+ * @public
40
+ */
41
+ awsAccountRegion?: string;
42
+ /**
43
+ * <p>The identifier of the blueprint that was used to create the environment profiles that
44
+ * you want to list.</p>
45
+ * @public
46
+ */
47
+ environmentBlueprintIdentifier?: string;
48
+ /**
49
+ * <p>The identifier of the Amazon DataZone project.</p>
50
+ * @public
51
+ */
52
+ projectIdentifier?: string;
53
+ /**
54
+ * <p/>
55
+ * @public
56
+ */
57
+ name?: string;
58
+ /**
59
+ * <p>When the number of environment profiles is greater than the default value for the
60
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
61
+ * <code>MaxResults</code> that is less than the number of environment profiles, the
62
+ * response includes a pagination token named <code>NextToken</code>. You can specify this
63
+ * <code>NextToken</code> value in a subsequent call to
64
+ * <code>ListEnvironmentProfiles</code> to list the next set of environment
65
+ * profiles.</p>
66
+ * @public
67
+ */
68
+ nextToken?: string;
69
+ /**
70
+ * <p>The maximum number of environment profiles to return in a single call to
71
+ * <code>ListEnvironmentProfiles</code>. When the number of environment profiles to be
72
+ * listed is greater than the value of <code>MaxResults</code>, the response contains a
73
+ * <code>NextToken</code> value that you can use in a subsequent call to
74
+ * <code>ListEnvironmentProfiles</code> to list the next set of environment
75
+ * profiles.</p>
76
+ * @public
77
+ */
78
+ maxResults?: number;
79
+ }
80
+ /**
81
+ * <p>The details of an environment profile.</p>
82
+ * @public
83
+ */
84
+ export interface EnvironmentProfileSummary {
85
+ /**
86
+ * <p>The identifier of the environment profile.</p>
87
+ * @public
88
+ */
89
+ id: string | undefined;
90
+ /**
91
+ * <p>The identifier of the Amazon DataZone domain in which the environment profile exists.</p>
92
+ * @public
93
+ */
94
+ domainId: string | undefined;
95
+ /**
96
+ * <p>The identifier of an Amazon Web Services account in which an environment profile exists.</p>
97
+ * @public
98
+ */
99
+ awsAccountId?: string;
100
+ /**
101
+ * <p>The Amazon Web Services Region in which an environment profile exists.</p>
102
+ * @public
103
+ */
104
+ awsAccountRegion?: string;
105
+ /**
106
+ * <p>The Amazon DataZone user who created the environment profile.</p>
107
+ * @public
108
+ */
109
+ createdBy: string | undefined;
110
+ /**
111
+ * <p>The timestamp of when an environment profile was created.</p>
112
+ * @public
113
+ */
114
+ createdAt?: Date;
115
+ /**
116
+ * <p>The timestamp of when the environment profile was updated.</p>
117
+ * @public
118
+ */
119
+ updatedAt?: Date;
120
+ /**
121
+ * <p>The name of the environment profile.</p>
122
+ * @public
123
+ */
124
+ name: string | undefined;
125
+ /**
126
+ * <p>The description of the environment profile.</p>
127
+ * @public
128
+ */
129
+ description?: string;
130
+ /**
131
+ * <p>The identifier of a blueprint with which an environment profile is created.</p>
132
+ * @public
133
+ */
134
+ environmentBlueprintId: string | undefined;
135
+ /**
136
+ * <p>The identifier of a project in which an environment profile exists.</p>
137
+ * @public
138
+ */
139
+ projectId?: string;
140
+ }
141
+ /**
142
+ * @public
143
+ */
144
+ export interface ListEnvironmentProfilesOutput {
145
+ /**
146
+ * <p>The results of the <code>ListEnvironmentProfiles</code> action. </p>
147
+ * @public
148
+ */
149
+ items: EnvironmentProfileSummary[] | undefined;
150
+ /**
151
+ * <p>When the number of environment profiles is greater than the default value for the
152
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
153
+ * <code>MaxResults</code> that is less than the number of environment profiles, the
154
+ * response includes a pagination token named <code>NextToken</code>. You can specify this
155
+ * <code>NextToken</code> value in a subsequent call to
156
+ * <code>ListEnvironmentProfiles</code> to list the next set of environment
157
+ * profiles.</p>
158
+ * @public
159
+ */
160
+ nextToken?: string;
161
+ }
162
+ /**
163
+ * @public
164
+ */
165
+ export interface ListEnvironmentsInput {
166
+ /**
167
+ * <p>The identifier of the Amazon DataZone domain.</p>
168
+ * @public
169
+ */
170
+ domainIdentifier: string | undefined;
171
+ /**
172
+ * <p>The identifier of the Amazon Web Services account where you want to list
173
+ * environments.</p>
174
+ * @public
175
+ */
176
+ awsAccountId?: string;
177
+ /**
178
+ * <p>The status of the environments that you want to list.</p>
179
+ * @public
180
+ */
181
+ status?: EnvironmentStatus;
182
+ /**
183
+ * <p>The Amazon Web Services region where you want to list environments.</p>
184
+ * @public
185
+ */
186
+ awsAccountRegion?: string;
187
+ /**
188
+ * <p>The identifier of the Amazon DataZone project.</p>
189
+ * @public
190
+ */
191
+ projectIdentifier: string | undefined;
192
+ /**
193
+ * <p>The identifier of the environment profile.</p>
194
+ * @public
195
+ */
196
+ environmentProfileIdentifier?: string;
197
+ /**
198
+ * <p>The identifier of the Amazon DataZone blueprint.</p>
199
+ * @public
200
+ */
201
+ environmentBlueprintIdentifier?: string;
202
+ /**
203
+ * <p>The provider of the environment.</p>
204
+ * @public
205
+ */
206
+ provider?: string;
207
+ /**
208
+ * <p>The name of the environment.</p>
209
+ * @public
210
+ */
211
+ name?: string;
212
+ /**
213
+ * <p>The maximum number of environments to return in a single call to
214
+ * <code>ListEnvironments</code>. When the number of environments to be listed is greater
215
+ * than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
216
+ * value that you can use in a subsequent call to <code>ListEnvironments</code> to list the
217
+ * next set of environments.</p>
218
+ * @public
219
+ */
220
+ maxResults?: number;
221
+ /**
222
+ * <p>When the number of environments is greater than the default value for the
223
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
224
+ * <code>MaxResults</code> that is less than the number of environments, the response
225
+ * includes a pagination token named <code>NextToken</code>. You can specify this
226
+ * <code>NextToken</code> value in a subsequent call to <code>ListEnvironments</code> to
227
+ * list the next set of environments.</p>
228
+ * @public
229
+ */
230
+ nextToken?: string;
231
+ }
232
+ /**
233
+ * <p>The details of an environment.</p>
234
+ * @public
235
+ */
236
+ export interface EnvironmentSummary {
237
+ /**
238
+ * <p>The identifier of the project in which the environment exists.</p>
239
+ * @public
240
+ */
241
+ projectId: string | undefined;
242
+ /**
243
+ * <p>The identifier of the environment.</p>
244
+ * @public
245
+ */
246
+ id?: string;
247
+ /**
248
+ * <p>The identifier of the Amazon DataZone domain in which the environment exists.</p>
249
+ * @public
250
+ */
251
+ domainId: string | undefined;
252
+ /**
253
+ * <p>The Amazon DataZone user who created the environment.</p>
254
+ * @public
255
+ */
256
+ createdBy: string | undefined;
257
+ /**
258
+ * <p>The timestamp of when the environment was created.</p>
259
+ * @public
260
+ */
261
+ createdAt?: Date;
262
+ /**
263
+ * <p>The timestamp of when the environment was updated.</p>
264
+ * @public
265
+ */
266
+ updatedAt?: Date;
267
+ /**
268
+ * <p>The name of the environment.</p>
269
+ * @public
270
+ */
271
+ name: string | undefined;
272
+ /**
273
+ * <p>The description of the environment.</p>
274
+ * @public
275
+ */
276
+ description?: string;
277
+ /**
278
+ * <p>The identifier of the environment profile with which the environment was created.</p>
279
+ * @public
280
+ */
281
+ environmentProfileId?: string;
282
+ /**
283
+ * <p>The identifier of the Amazon Web Services account in which an environment exists.</p>
284
+ * @public
285
+ */
286
+ awsAccountId?: string;
287
+ /**
288
+ * <p>The Amazon Web Services Region in which an environment exists.</p>
289
+ * @public
290
+ */
291
+ awsAccountRegion?: string;
292
+ /**
293
+ * <p>The provider of the environment.</p>
294
+ * @public
295
+ */
296
+ provider: string | undefined;
297
+ /**
298
+ * <p>The status of the environment.</p>
299
+ * @public
300
+ */
301
+ status?: EnvironmentStatus;
302
+ }
303
+ /**
304
+ * @public
305
+ */
306
+ export interface ListEnvironmentsOutput {
307
+ /**
308
+ * <p>The results of the <code>ListEnvironments</code> action.</p>
309
+ * @public
310
+ */
311
+ items: EnvironmentSummary[] | undefined;
312
+ /**
313
+ * <p>When the number of environments is greater than the default value for the
314
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
315
+ * <code>MaxResults</code> that is less than the number of environments, the response
316
+ * includes a pagination token named <code>NextToken</code>. You can specify this
317
+ * <code>NextToken</code> value in a subsequent call to <code>ListEnvironments</code> to
318
+ * list the next set of environments.</p>
319
+ * @public
320
+ */
321
+ nextToken?: string;
322
+ }
323
+ /**
324
+ * @public
325
+ */
326
+ export interface DeleteListingInput {
327
+ /**
328
+ * <p>The ID of the Amazon DataZone domain.</p>
329
+ * @public
330
+ */
331
+ domainIdentifier: string | undefined;
332
+ /**
333
+ * <p>The ID of the listing to be deleted.</p>
334
+ * @public
335
+ */
336
+ identifier: string | undefined;
337
+ }
338
+ /**
339
+ * @public
340
+ */
341
+ export interface DeleteListingOutput {
342
+ }
343
+ /**
344
+ * @public
345
+ */
346
+ export interface GetListingInput {
347
+ /**
348
+ * <p>The ID of the Amazon DataZone domain.</p>
349
+ * @public
350
+ */
351
+ domainIdentifier: string | undefined;
352
+ /**
353
+ * <p>The ID of the listing.</p>
354
+ * @public
355
+ */
356
+ identifier: string | undefined;
357
+ /**
358
+ * <p>The revision of the listing.</p>
359
+ * @public
360
+ */
361
+ listingRevision?: string;
362
+ }
363
+ /**
364
+ * <p>The details of a listing (aka asset published in a Amazon DataZone catalog).</p>
365
+ * @public
366
+ */
367
+ export type ListingItem = ListingItem.AssetListingMember | ListingItem.$UnknownMember;
368
+ /**
369
+ * @public
370
+ */
371
+ export declare namespace ListingItem {
372
+ /**
373
+ * <p>An asset published in an Amazon DataZone catalog.</p>
374
+ * @public
375
+ */
376
+ interface AssetListingMember {
377
+ assetListing: AssetListing;
378
+ $unknown?: never;
379
+ }
380
+ /**
381
+ * @public
382
+ */
383
+ interface $UnknownMember {
384
+ assetListing?: never;
385
+ $unknown: [string, any];
386
+ }
387
+ interface Visitor<T> {
388
+ assetListing: (value: AssetListing) => T;
389
+ _: (name: string, value: any) => T;
390
+ }
391
+ const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
392
+ }
393
+ /**
394
+ * @public
395
+ */
396
+ export interface GetListingOutput {
397
+ /**
398
+ * <p>The ID of the Amazon DataZone domain.</p>
399
+ * @public
400
+ */
401
+ domainId: string | undefined;
402
+ /**
403
+ * <p>The ID of the listing.</p>
404
+ * @public
405
+ */
406
+ id: string | undefined;
407
+ /**
408
+ * <p>The revision of a listing.</p>
409
+ * @public
410
+ */
411
+ listingRevision: string | undefined;
412
+ /**
413
+ * <p>The timestamp of when the listing was created.</p>
414
+ * @public
415
+ */
416
+ createdAt?: Date;
417
+ /**
418
+ * <p>The timestamp of when the listing was updated.</p>
419
+ * @public
420
+ */
421
+ updatedAt?: Date;
422
+ /**
423
+ * <p>The Amazon DataZone user who created the listing.</p>
424
+ * @public
425
+ */
426
+ createdBy?: string;
427
+ /**
428
+ * <p>The Amazon DataZone user who updated the listing.</p>
429
+ * @public
430
+ */
431
+ updatedBy?: string;
432
+ /**
433
+ * <p>The details of a listing.</p>
434
+ * @public
435
+ */
436
+ item?: ListingItem;
437
+ /**
438
+ * <p>The name of the listing.</p>
439
+ * @public
440
+ */
441
+ name?: string;
442
+ /**
443
+ * <p>The description of the listing.</p>
444
+ * @public
445
+ */
446
+ description?: string;
447
+ /**
448
+ * <p>The status of the listing.</p>
449
+ * @public
450
+ */
451
+ status?: ListingStatus;
452
+ }
453
+ /**
454
+ * @public
455
+ * @enum
456
+ */
457
+ export declare const EdgeDirection: {
458
+ readonly DOWNSTREAM: "DOWNSTREAM";
459
+ readonly UPSTREAM: "UPSTREAM";
460
+ };
461
+ /**
462
+ * @public
463
+ */
464
+ export type EdgeDirection = (typeof EdgeDirection)[keyof typeof EdgeDirection];
465
+ /**
466
+ * @public
467
+ * @enum
468
+ */
469
+ export declare const SortOrder: {
470
+ readonly ASCENDING: "ASCENDING";
471
+ readonly DESCENDING: "DESCENDING";
472
+ };
473
+ /**
474
+ * @public
475
+ */
476
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
477
+ /**
478
+ * @public
479
+ */
480
+ export interface ListLineageNodeHistoryInput {
481
+ /**
482
+ * <p>The ID of the domain where you want to list the history of the specified data lineage
483
+ * node.</p>
484
+ * @public
485
+ */
486
+ domainIdentifier: string | undefined;
487
+ /**
488
+ * <p>The maximum number of history items to return in a single call to
489
+ * ListLineageNodeHistory. When the number of memberships to be listed is greater than the
490
+ * value of MaxResults, the response contains a NextToken value that you can use in a
491
+ * subsequent call to ListLineageNodeHistory to list the next set of items.</p>
492
+ * @public
493
+ */
494
+ maxResults?: number;
495
+ /**
496
+ * <p>When the number of history items is greater than the default value for the MaxResults
497
+ * parameter, or if you explicitly specify a value for MaxResults that is less than the number
498
+ * of items, the response includes a pagination token named NextToken. You can specify this
499
+ * NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of
500
+ * items.</p>
501
+ * @public
502
+ */
503
+ nextToken?: string;
504
+ /**
505
+ * <p>The ID of the data lineage node whose history you want to list.</p>
506
+ * @public
507
+ */
508
+ identifier: string | undefined;
509
+ /**
510
+ * <p>The direction of the data lineage node refers to the lineage node having neighbors in
511
+ * that direction. For example, if direction is <code>UPSTREAM</code>, the
512
+ * <code>ListLineageNodeHistory</code> API responds with historical versions with upstream
513
+ * neighbors only.</p>
514
+ * @public
515
+ */
516
+ direction?: EdgeDirection;
517
+ /**
518
+ * <p>Specifies whether the action is to return data lineage node history from the time after
519
+ * the event timestamp.</p>
520
+ * @public
521
+ */
522
+ eventTimestampGTE?: Date;
523
+ /**
524
+ * <p>Specifies whether the action is to return data lineage node history from the time prior
525
+ * of the event timestamp.</p>
526
+ * @public
527
+ */
528
+ eventTimestampLTE?: Date;
529
+ /**
530
+ * <p>The order by which you want data lineage node history to be sorted.</p>
531
+ * @public
532
+ */
533
+ sortOrder?: SortOrder;
534
+ }
535
+ /**
536
+ * <p>The summary of the data lineage node.</p>
537
+ * @public
538
+ */
539
+ export interface LineageNodeSummary {
540
+ /**
541
+ * <p>The ID of the domain of the data lineage node.</p>
542
+ * @public
543
+ */
544
+ domainId: string | undefined;
545
+ /**
546
+ * <p>The name of the data lineage node.</p>
547
+ * @public
548
+ */
549
+ name?: string;
550
+ /**
551
+ * <p>The description of the data lineage node.</p>
552
+ * @public
553
+ */
554
+ description?: string;
555
+ /**
556
+ * <p>The timestamp at which the data lineage node was created.</p>
557
+ * @public
558
+ */
559
+ createdAt?: Date;
560
+ /**
561
+ * <p>The user who created the data lineage node.</p>
562
+ * @public
563
+ */
564
+ createdBy?: string;
565
+ /**
566
+ * <p>The timestamp at which the data lineage node was updated.</p>
567
+ * @public
568
+ */
569
+ updatedAt?: Date;
570
+ /**
571
+ * <p>The user who updated the data lineage node.</p>
572
+ * @public
573
+ */
574
+ updatedBy?: string;
575
+ /**
576
+ * <p>The ID of the data lineage node.</p>
577
+ * @public
578
+ */
579
+ id: string | undefined;
580
+ /**
581
+ * <p>The name of the type of the data lineage node.</p>
582
+ * @public
583
+ */
584
+ typeName: string | undefined;
585
+ /**
586
+ * <p>The type of the revision of the data lineage node.</p>
587
+ * @public
588
+ */
589
+ typeRevision?: string;
590
+ /**
591
+ * <p>The alternate ID of the data lineage node.</p>
592
+ * @public
593
+ */
594
+ sourceIdentifier?: string;
595
+ /**
596
+ * <p>The event timestamp of the data lineage node.</p>
597
+ * @public
598
+ */
599
+ eventTimestamp?: Date;
600
+ }
601
+ /**
602
+ * @public
603
+ */
604
+ export interface ListLineageNodeHistoryOutput {
605
+ /**
606
+ * <p>The nodes returned by the ListLineageNodeHistory action.</p>
607
+ * @public
608
+ */
609
+ nodes?: LineageNodeSummary[];
610
+ /**
611
+ * <p>When the number of history items is greater than the default value for the MaxResults
612
+ * parameter, or if you explicitly specify a value for MaxResults that is less than the number
613
+ * of items, the response includes a pagination token named NextToken. You can specify this
614
+ * NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of
615
+ * items.</p>
616
+ * @public
617
+ */
618
+ nextToken?: string;
619
+ }
620
+ /**
621
+ * @public
622
+ * @enum
623
+ */
624
+ export declare const TaskStatus: {
625
+ readonly ACTIVE: "ACTIVE";
626
+ readonly INACTIVE: "INACTIVE";
627
+ };
628
+ /**
629
+ * @public
630
+ */
631
+ export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
632
+ /**
633
+ * @public
634
+ * @enum
635
+ */
636
+ export declare const NotificationType: {
637
+ readonly EVENT: "EVENT";
638
+ readonly TASK: "TASK";
639
+ };
640
+ /**
641
+ * @public
642
+ */
643
+ export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
644
+ /**
645
+ * @public
646
+ */
647
+ export interface ListNotificationsInput {
648
+ /**
649
+ * <p>The identifier of the Amazon DataZone domain.</p>
650
+ * @public
651
+ */
652
+ domainIdentifier: string | undefined;
653
+ /**
654
+ * <p>The type of notifications.</p>
655
+ * @public
656
+ */
657
+ type: NotificationType | undefined;
658
+ /**
659
+ * <p>The time after which you want to list notifications.</p>
660
+ * @public
661
+ */
662
+ afterTimestamp?: Date;
663
+ /**
664
+ * <p>The time before which you want to list notifications.</p>
665
+ * @public
666
+ */
667
+ beforeTimestamp?: Date;
668
+ /**
669
+ * <p>The subjects of notifications.</p>
670
+ * @public
671
+ */
672
+ subjects?: string[];
673
+ /**
674
+ * <p>The task status of notifications.</p>
675
+ * @public
676
+ */
677
+ taskStatus?: TaskStatus;
678
+ /**
679
+ * <p>The maximum number of notifications to return in a single call to
680
+ * <code>ListNotifications</code>. When the number of notifications to be listed is greater
681
+ * than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
682
+ * value that you can use in a subsequent call to <code>ListNotifications</code> to list the
683
+ * next set of notifications.</p>
684
+ * @public
685
+ */
686
+ maxResults?: number;
687
+ /**
688
+ * <p>When the number of notifications is greater than the default value for the
689
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
690
+ * <code>MaxResults</code> that is less than the number of notifications, the response
691
+ * includes a pagination token named <code>NextToken</code>. You can specify this
692
+ * <code>NextToken</code> value in a subsequent call to <code>ListNotifications</code> to
693
+ * list the next set of notifications.</p>
694
+ * @public
695
+ */
696
+ nextToken?: string;
697
+ }
2
698
  /**
3
699
  * @public
4
700
  * @enum
@@ -1990,7 +2686,7 @@ export interface GlossaryTermItem {
1990
2686
  * <p>The details of the search results.</p>
1991
2687
  * @public
1992
2688
  */
1993
- export type SearchInventoryResultItem = SearchInventoryResultItem.AssetItemMember | SearchInventoryResultItem.DataProductItemMember | SearchInventoryResultItem.GlossaryItemMember | SearchInventoryResultItem.GlossaryTermItemMember | SearchInventoryResultItem.$UnknownMember;
2689
+ export type SearchInventoryResultItem = SearchInventoryResultItem.AssetItemMember | SearchInventoryResultItem.GlossaryItemMember | SearchInventoryResultItem.GlossaryTermItemMember | SearchInventoryResultItem.$UnknownMember;
1994
2690
  /**
1995
2691
  * @public
1996
2692
  */
@@ -2003,7 +2699,6 @@ export declare namespace SearchInventoryResultItem {
2003
2699
  glossaryItem: GlossaryItem;
2004
2700
  glossaryTermItem?: never;
2005
2701
  assetItem?: never;
2006
- dataProductItem?: never;
2007
2702
  $unknown?: never;
2008
2703
  }
2009
2704
  /**
@@ -2014,7 +2709,6 @@ export declare namespace SearchInventoryResultItem {
2014
2709
  glossaryItem?: never;
2015
2710
  glossaryTermItem: GlossaryTermItem;
2016
2711
  assetItem?: never;
2017
- dataProductItem?: never;
2018
2712
  $unknown?: never;
2019
2713
  }
2020
2714
  /**
@@ -2025,20 +2719,6 @@ export declare namespace SearchInventoryResultItem {
2025
2719
  glossaryItem?: never;
2026
2720
  glossaryTermItem?: never;
2027
2721
  assetItem: AssetItem;
2028
- dataProductItem?: never;
2029
- $unknown?: never;
2030
- }
2031
- /**
2032
- * @deprecated
2033
- *
2034
- * <p>The data product item included in the search results.</p>
2035
- * @public
2036
- */
2037
- interface DataProductItemMember {
2038
- glossaryItem?: never;
2039
- glossaryTermItem?: never;
2040
- assetItem?: never;
2041
- dataProductItem: DataProductSummary;
2042
2722
  $unknown?: never;
2043
2723
  }
2044
2724
  /**
@@ -2048,14 +2728,12 @@ export declare namespace SearchInventoryResultItem {
2048
2728
  glossaryItem?: never;
2049
2729
  glossaryTermItem?: never;
2050
2730
  assetItem?: never;
2051
- dataProductItem?: never;
2052
2731
  $unknown: [string, any];
2053
2732
  }
2054
2733
  interface Visitor<T> {
2055
2734
  glossaryItem: (value: GlossaryItem) => T;
2056
2735
  glossaryTermItem: (value: GlossaryTermItem) => T;
2057
2736
  assetItem: (value: AssetItem) => T;
2058
- dataProductItem: (value: DataProductSummary) => T;
2059
2737
  _: (name: string, value: any) => T;
2060
2738
  }
2061
2739
  const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
@@ -3513,6 +4191,78 @@ export declare namespace FilterClause {
3513
4191
  }
3514
4192
  const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
3515
4193
  }
4194
+ /**
4195
+ * <p>The row filter.</p>
4196
+ * @public
4197
+ */
4198
+ export type RowFilter = RowFilter.AndMember | RowFilter.ExpressionMember | RowFilter.OrMember | RowFilter.$UnknownMember;
4199
+ /**
4200
+ * @public
4201
+ */
4202
+ export declare namespace RowFilter {
4203
+ /**
4204
+ * <p>The expression of the row filter.</p>
4205
+ * @public
4206
+ */
4207
+ interface ExpressionMember {
4208
+ expression: RowFilterExpression;
4209
+ and?: never;
4210
+ or?: never;
4211
+ $unknown?: never;
4212
+ }
4213
+ /**
4214
+ * <p>The 'and' clause of the row filter.</p>
4215
+ * @public
4216
+ */
4217
+ interface AndMember {
4218
+ expression?: never;
4219
+ and: RowFilter[];
4220
+ or?: never;
4221
+ $unknown?: never;
4222
+ }
4223
+ /**
4224
+ * <p>The 'or' clause of the row filter.</p>
4225
+ * @public
4226
+ */
4227
+ interface OrMember {
4228
+ expression?: never;
4229
+ and?: never;
4230
+ or: RowFilter[];
4231
+ $unknown?: never;
4232
+ }
4233
+ /**
4234
+ * @public
4235
+ */
4236
+ interface $UnknownMember {
4237
+ expression?: never;
4238
+ and?: never;
4239
+ or?: never;
4240
+ $unknown: [string, any];
4241
+ }
4242
+ interface Visitor<T> {
4243
+ expression: (value: RowFilterExpression) => T;
4244
+ and: (value: RowFilter[]) => T;
4245
+ or: (value: RowFilter[]) => T;
4246
+ _: (name: string, value: any) => T;
4247
+ }
4248
+ const visit: <T>(value: RowFilter, visitor: Visitor<T>) => T;
4249
+ }
4250
+ /**
4251
+ * <p>The row filter configuration details.</p>
4252
+ * @public
4253
+ */
4254
+ export interface RowFilterConfiguration {
4255
+ /**
4256
+ * <p>The row filter.</p>
4257
+ * @public
4258
+ */
4259
+ rowFilter: RowFilter | undefined;
4260
+ /**
4261
+ * <p>Specifies whether the row filter is sensitive.</p>
4262
+ * @public
4263
+ */
4264
+ sensitive?: boolean;
4265
+ }
3516
4266
  /**
3517
4267
  * @public
3518
4268
  */
@@ -3689,6 +4439,332 @@ export interface SearchTypesInput {
3689
4439
  */
3690
4440
  managed: boolean | undefined;
3691
4441
  }
4442
+ /**
4443
+ * <p>The configuration details of the asset filter.</p>
4444
+ * @public
4445
+ */
4446
+ export type AssetFilterConfiguration = AssetFilterConfiguration.ColumnConfigurationMember | AssetFilterConfiguration.RowConfigurationMember | AssetFilterConfiguration.$UnknownMember;
4447
+ /**
4448
+ * @public
4449
+ */
4450
+ export declare namespace AssetFilterConfiguration {
4451
+ /**
4452
+ * <p>The column configuration of the asset filter.</p>
4453
+ * @public
4454
+ */
4455
+ interface ColumnConfigurationMember {
4456
+ columnConfiguration: ColumnFilterConfiguration;
4457
+ rowConfiguration?: never;
4458
+ $unknown?: never;
4459
+ }
4460
+ /**
4461
+ * <p>The row configuration of the asset filter.</p>
4462
+ * @public
4463
+ */
4464
+ interface RowConfigurationMember {
4465
+ columnConfiguration?: never;
4466
+ rowConfiguration: RowFilterConfiguration;
4467
+ $unknown?: never;
4468
+ }
4469
+ /**
4470
+ * @public
4471
+ */
4472
+ interface $UnknownMember {
4473
+ columnConfiguration?: never;
4474
+ rowConfiguration?: never;
4475
+ $unknown: [string, any];
4476
+ }
4477
+ interface Visitor<T> {
4478
+ columnConfiguration: (value: ColumnFilterConfiguration) => T;
4479
+ rowConfiguration: (value: RowFilterConfiguration) => T;
4480
+ _: (name: string, value: any) => T;
4481
+ }
4482
+ const visit: <T>(value: AssetFilterConfiguration, visitor: Visitor<T>) => T;
4483
+ }
4484
+ /**
4485
+ * @public
4486
+ */
4487
+ export interface CreateAssetFilterInput {
4488
+ /**
4489
+ * <p>The ID of the domain in which you want to create an asset filter.</p>
4490
+ * @public
4491
+ */
4492
+ domainIdentifier: string | undefined;
4493
+ /**
4494
+ * <p>The ID of the data asset.</p>
4495
+ * @public
4496
+ */
4497
+ assetIdentifier: string | undefined;
4498
+ /**
4499
+ * <p>The name of the asset filter.</p>
4500
+ * @public
4501
+ */
4502
+ name: string | undefined;
4503
+ /**
4504
+ * <p>The description of the asset filter.</p>
4505
+ * @public
4506
+ */
4507
+ description?: string;
4508
+ /**
4509
+ * <p>The configuration of the asset filter.</p>
4510
+ * @public
4511
+ */
4512
+ configuration: AssetFilterConfiguration | undefined;
4513
+ /**
4514
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
4515
+ * request.</p>
4516
+ * @public
4517
+ */
4518
+ clientToken?: string;
4519
+ }
4520
+ /**
4521
+ * @public
4522
+ */
4523
+ export interface CreateAssetFilterOutput {
4524
+ /**
4525
+ * <p>The ID of the asset filter.</p>
4526
+ * @public
4527
+ */
4528
+ id: string | undefined;
4529
+ /**
4530
+ * <p>The ID of the domain where the asset filter is created.</p>
4531
+ * @public
4532
+ */
4533
+ domainId: string | undefined;
4534
+ /**
4535
+ * <p>The ID of the asset.</p>
4536
+ * @public
4537
+ */
4538
+ assetId: string | undefined;
4539
+ /**
4540
+ * <p>The name of the asset filter.</p>
4541
+ * @public
4542
+ */
4543
+ name: string | undefined;
4544
+ /**
4545
+ * <p>The description of the asset filter.</p>
4546
+ * @public
4547
+ */
4548
+ description?: string;
4549
+ /**
4550
+ * <p>The status of the asset filter.</p>
4551
+ * @public
4552
+ */
4553
+ status?: FilterStatus;
4554
+ /**
4555
+ * <p>The configuration of the asset filter.</p>
4556
+ * @public
4557
+ */
4558
+ configuration: AssetFilterConfiguration | undefined;
4559
+ /**
4560
+ * <p>The timestamp at which the asset filter was created.</p>
4561
+ * @public
4562
+ */
4563
+ createdAt?: Date;
4564
+ /**
4565
+ * <p>The error message that is displayed if the asset filter is not created
4566
+ * successfully.</p>
4567
+ * @public
4568
+ */
4569
+ errorMessage?: string;
4570
+ /**
4571
+ * <p>The column names in the asset filter.</p>
4572
+ * @public
4573
+ */
4574
+ effectiveColumnNames?: string[];
4575
+ /**
4576
+ * <p>The row filter in the asset filter.</p>
4577
+ * @public
4578
+ */
4579
+ effectiveRowFilter?: string;
4580
+ }
4581
+ /**
4582
+ * @public
4583
+ */
4584
+ export interface GetAssetFilterOutput {
4585
+ /**
4586
+ * <p>The ID of the asset filter.</p>
4587
+ * @public
4588
+ */
4589
+ id: string | undefined;
4590
+ /**
4591
+ * <p>The ID of the domain where you want to get an asset filter.</p>
4592
+ * @public
4593
+ */
4594
+ domainId: string | undefined;
4595
+ /**
4596
+ * <p>The ID of the data asset.</p>
4597
+ * @public
4598
+ */
4599
+ assetId: string | undefined;
4600
+ /**
4601
+ * <p>The name of the asset filter.</p>
4602
+ * @public
4603
+ */
4604
+ name: string | undefined;
4605
+ /**
4606
+ * <p>The description of the asset filter.</p>
4607
+ * @public
4608
+ */
4609
+ description?: string;
4610
+ /**
4611
+ * <p>The status of the asset filter.</p>
4612
+ * @public
4613
+ */
4614
+ status?: FilterStatus;
4615
+ /**
4616
+ * <p>The configuration of the asset filter.</p>
4617
+ * @public
4618
+ */
4619
+ configuration: AssetFilterConfiguration | undefined;
4620
+ /**
4621
+ * <p>The timestamp at which the asset filter was created.</p>
4622
+ * @public
4623
+ */
4624
+ createdAt?: Date;
4625
+ /**
4626
+ * <p>The error message that is displayed if the action does not complete successfully.</p>
4627
+ * @public
4628
+ */
4629
+ errorMessage?: string;
4630
+ /**
4631
+ * <p>The column names of the asset filter.</p>
4632
+ * @public
4633
+ */
4634
+ effectiveColumnNames?: string[];
4635
+ /**
4636
+ * <p>The row filter of the asset filter.</p>
4637
+ * @public
4638
+ */
4639
+ effectiveRowFilter?: string;
4640
+ }
4641
+ /**
4642
+ * @public
4643
+ */
4644
+ export interface UpdateAssetFilterInput {
4645
+ /**
4646
+ * <p>The ID of the domain where you want to update an asset filter.</p>
4647
+ * @public
4648
+ */
4649
+ domainIdentifier: string | undefined;
4650
+ /**
4651
+ * <p>The ID of the data asset.</p>
4652
+ * @public
4653
+ */
4654
+ assetIdentifier: string | undefined;
4655
+ /**
4656
+ * <p>The ID of the asset filter.</p>
4657
+ * @public
4658
+ */
4659
+ identifier: string | undefined;
4660
+ /**
4661
+ * <p>The name of the asset filter.</p>
4662
+ * @public
4663
+ */
4664
+ name?: string;
4665
+ /**
4666
+ * <p>The description of the asset filter.</p>
4667
+ * @public
4668
+ */
4669
+ description?: string;
4670
+ /**
4671
+ * <p>The configuration of the asset filter.</p>
4672
+ * @public
4673
+ */
4674
+ configuration?: AssetFilterConfiguration;
4675
+ }
4676
+ /**
4677
+ * @public
4678
+ */
4679
+ export interface UpdateAssetFilterOutput {
4680
+ /**
4681
+ * <p>The ID of the asset filter.</p>
4682
+ * @public
4683
+ */
4684
+ id: string | undefined;
4685
+ /**
4686
+ * <p>The ID of the domain where the asset filter was created.</p>
4687
+ * @public
4688
+ */
4689
+ domainId: string | undefined;
4690
+ /**
4691
+ * <p>The ID of the data asset.</p>
4692
+ * @public
4693
+ */
4694
+ assetId: string | undefined;
4695
+ /**
4696
+ * <p>The name of the asset filter.</p>
4697
+ * @public
4698
+ */
4699
+ name: string | undefined;
4700
+ /**
4701
+ * <p>The description of the asset filter.</p>
4702
+ * @public
4703
+ */
4704
+ description?: string;
4705
+ /**
4706
+ * <p>The status of the asset filter.</p>
4707
+ * @public
4708
+ */
4709
+ status?: FilterStatus;
4710
+ /**
4711
+ * <p>The configuration of the asset filter.</p>
4712
+ * @public
4713
+ */
4714
+ configuration: AssetFilterConfiguration | undefined;
4715
+ /**
4716
+ * <p>The timestamp at which the asset filter was created.</p>
4717
+ * @public
4718
+ */
4719
+ createdAt?: Date;
4720
+ /**
4721
+ * <p>The error message that is displayed if the action is not completed successfully.</p>
4722
+ * @public
4723
+ */
4724
+ errorMessage?: string;
4725
+ /**
4726
+ * <p>The column names of the asset filter.</p>
4727
+ * @public
4728
+ */
4729
+ effectiveColumnNames?: string[];
4730
+ /**
4731
+ * <p>The row filter of the asset filter.</p>
4732
+ * @public
4733
+ */
4734
+ effectiveRowFilter?: string;
4735
+ }
4736
+ /**
4737
+ * @internal
4738
+ */
4739
+ export declare const ListEnvironmentBlueprintsOutputFilterSensitiveLog: (obj: ListEnvironmentBlueprintsOutput) => any;
4740
+ /**
4741
+ * @internal
4742
+ */
4743
+ export declare const ListEnvironmentProfilesInputFilterSensitiveLog: (obj: ListEnvironmentProfilesInput) => any;
4744
+ /**
4745
+ * @internal
4746
+ */
4747
+ export declare const EnvironmentProfileSummaryFilterSensitiveLog: (obj: EnvironmentProfileSummary) => any;
4748
+ /**
4749
+ * @internal
4750
+ */
4751
+ export declare const ListEnvironmentProfilesOutputFilterSensitiveLog: (obj: ListEnvironmentProfilesOutput) => any;
4752
+ /**
4753
+ * @internal
4754
+ */
4755
+ export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
4756
+ /**
4757
+ * @internal
4758
+ */
4759
+ export declare const ListEnvironmentsOutputFilterSensitiveLog: (obj: ListEnvironmentsOutput) => any;
4760
+ /**
4761
+ * @internal
4762
+ */
4763
+ export declare const ListingItemFilterSensitiveLog: (obj: ListingItem) => any;
4764
+ /**
4765
+ * @internal
4766
+ */
4767
+ export declare const GetListingOutputFilterSensitiveLog: (obj: GetListingOutput) => any;
3692
4768
  /**
3693
4769
  * @internal
3694
4770
  */
@@ -3857,3 +4933,23 @@ export declare const UpdateSubscriptionTargetOutputFilterSensitiveLog: (obj: Upd
3857
4933
  * @internal
3858
4934
  */
3859
4935
  export declare const UpdateUserProfileOutputFilterSensitiveLog: (obj: UpdateUserProfileOutput) => any;
4936
+ /**
4937
+ * @internal
4938
+ */
4939
+ export declare const CreateAssetFilterInputFilterSensitiveLog: (obj: CreateAssetFilterInput) => any;
4940
+ /**
4941
+ * @internal
4942
+ */
4943
+ export declare const CreateAssetFilterOutputFilterSensitiveLog: (obj: CreateAssetFilterOutput) => any;
4944
+ /**
4945
+ * @internal
4946
+ */
4947
+ export declare const GetAssetFilterOutputFilterSensitiveLog: (obj: GetAssetFilterOutput) => any;
4948
+ /**
4949
+ * @internal
4950
+ */
4951
+ export declare const UpdateAssetFilterInputFilterSensitiveLog: (obj: UpdateAssetFilterInput) => any;
4952
+ /**
4953
+ * @internal
4954
+ */
4955
+ export declare const UpdateAssetFilterOutputFilterSensitiveLog: (obj: UpdateAssetFilterOutput) => any;