@aws-sdk/client-datazone 3.623.0 → 3.624.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 (83) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +530 -50
  3. package/dist-es/DataZone.js +10 -0
  4. package/dist-es/commands/CreateDataProductCommand.js +25 -0
  5. package/dist-es/commands/CreateDataProductRevisionCommand.js +25 -0
  6. package/dist-es/commands/DeleteDataProductCommand.js +24 -0
  7. package/dist-es/commands/GetDataProductCommand.js +25 -0
  8. package/dist-es/commands/GetGlossaryCommand.js +1 -1
  9. package/dist-es/commands/GetGlossaryTermCommand.js +1 -1
  10. package/dist-es/commands/ListAssetFiltersCommand.js +1 -1
  11. package/dist-es/commands/ListDataProductRevisionsCommand.js +24 -0
  12. package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +1 -1
  13. package/dist-es/commands/UpdateGlossaryCommand.js +1 -1
  14. package/dist-es/commands/UpdateGlossaryTermCommand.js +1 -1
  15. package/dist-es/commands/index.js +5 -0
  16. package/dist-es/models/models_0.js +80 -41
  17. package/dist-es/models/models_1.js +55 -1
  18. package/dist-es/pagination/ListDataProductRevisionsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +1 -0
  20. package/dist-es/protocols/Aws_restJson1.js +258 -0
  21. package/dist-types/DataZone.d.ts +35 -0
  22. package/dist-types/DataZoneClient.d.ts +7 -2
  23. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +19 -0
  24. package/dist-types/commands/CancelSubscriptionCommand.d.ts +19 -0
  25. package/dist-types/commands/CreateDataProductCommand.d.ts +140 -0
  26. package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +137 -0
  27. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +19 -0
  29. package/dist-types/commands/DeleteAssetCommand.d.ts +4 -1
  30. package/dist-types/commands/DeleteDataProductCommand.d.ts +80 -0
  31. package/dist-types/commands/DeleteGlossaryCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
  33. package/dist-types/commands/GetDataProductCommand.d.ts +111 -0
  34. package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
  35. package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
  36. package/dist-types/commands/GetListingCommand.d.ts +27 -1
  37. package/dist-types/commands/GetSubscriptionCommand.d.ts +19 -0
  38. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +19 -0
  39. package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
  40. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +90 -0
  42. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
  43. package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -0
  45. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +19 -0
  46. package/dist-types/commands/ListSubscriptionsCommand.d.ts +19 -0
  47. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +19 -0
  48. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +19 -0
  49. package/dist-types/commands/SearchCommand.d.ts +15 -1
  50. package/dist-types/commands/SearchListingsCommand.d.ts +33 -0
  51. package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +19 -0
  54. package/dist-types/commands/index.d.ts +5 -0
  55. package/dist-types/models/models_0.d.ts +2313 -2177
  56. package/dist-types/models/models_1.d.ts +763 -5
  57. package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +7 -0
  58. package/dist-types/pagination/index.d.ts +1 -0
  59. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  60. package/dist-types/ts3.4/DataZone.d.ts +85 -0
  61. package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
  62. package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +39 -0
  63. package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +40 -0
  64. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +39 -0
  65. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +36 -0
  68. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +40 -0
  73. package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +208 -150
  79. package/dist-types/ts3.4/models/models_1.d.ts +201 -0
  80. package/dist-types/ts3.4/pagination/ListDataProductRevisionsPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  83. package/package.json +5 -5
@@ -1,4 +1,672 @@
1
- import { ActionParameters, AssetItem, AssetListing, AssetListingItem, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, ListingStatus, Model, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointFormOutput, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
1
+ import { ActionParameters, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, DataAssetActivityStatus, DataProductListing, DataProductListingItem, DataProductResultItem, DataProductRevision, DataSourceRunActivity, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, ListingStatus, Model, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointFormOutput, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface DeleteGlossaryOutput {
6
+ }
7
+ /**
8
+ * @public
9
+ */
10
+ export interface GetGlossaryInput {
11
+ /**
12
+ * <p>The ID of the Amazon DataZone domain in which this business glossary exists.</p>
13
+ * @public
14
+ */
15
+ domainIdentifier: string | undefined;
16
+ /**
17
+ * <p>The ID of the business glossary.</p>
18
+ * @public
19
+ */
20
+ identifier: string | undefined;
21
+ }
22
+ /**
23
+ * @public
24
+ */
25
+ export interface GetGlossaryOutput {
26
+ /**
27
+ * <p>The ID of the Amazon DataZone domain in which this business glossary exists.</p>
28
+ * @public
29
+ */
30
+ domainId: string | undefined;
31
+ /**
32
+ * <p>The ID of the business glossary.</p>
33
+ * @public
34
+ */
35
+ id: string | undefined;
36
+ /**
37
+ * <p>The ID of the project that owns this business glossary.</p>
38
+ * @public
39
+ */
40
+ owningProjectId: string | undefined;
41
+ /**
42
+ * <p>The name of the business glossary.</p>
43
+ * @public
44
+ */
45
+ name: string | undefined;
46
+ /**
47
+ * <p>The description of the business glossary.</p>
48
+ * @public
49
+ */
50
+ description?: string;
51
+ /**
52
+ * <p>The status of the business glossary.</p>
53
+ * @public
54
+ */
55
+ status: GlossaryStatus | undefined;
56
+ /**
57
+ * <p>The timestamp of when this business glossary was created.</p>
58
+ * @public
59
+ */
60
+ createdAt?: Date;
61
+ /**
62
+ * <p>The Amazon DataZone user who created this business glossary.</p>
63
+ * @public
64
+ */
65
+ createdBy?: string;
66
+ /**
67
+ * <p>The timestamp of when the business glossary was updated.</p>
68
+ * @public
69
+ */
70
+ updatedAt?: Date;
71
+ /**
72
+ * <p>The Amazon DataZone user who updated the business glossary.</p>
73
+ * @public
74
+ */
75
+ updatedBy?: string;
76
+ }
77
+ /**
78
+ * @public
79
+ */
80
+ export interface UpdateGlossaryInput {
81
+ /**
82
+ * <p>The identifier of the Amazon DataZone domain in which a business glossary is to be
83
+ * updated.</p>
84
+ * @public
85
+ */
86
+ domainIdentifier: string | undefined;
87
+ /**
88
+ * <p>The identifier of the business glossary to be updated.</p>
89
+ * @public
90
+ */
91
+ identifier: string | undefined;
92
+ /**
93
+ * <p>The name to be updated as part of the <code>UpdateGlossary</code> action.</p>
94
+ * @public
95
+ */
96
+ name?: string;
97
+ /**
98
+ * <p>The description to be updated as part of the <code>UpdateGlossary</code> action.</p>
99
+ * @public
100
+ */
101
+ description?: string;
102
+ /**
103
+ * <p>The status to be updated as part of the <code>UpdateGlossary</code> action.</p>
104
+ * @public
105
+ */
106
+ status?: GlossaryStatus;
107
+ /**
108
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
109
+ * request.</p>
110
+ * @public
111
+ */
112
+ clientToken?: string;
113
+ }
114
+ /**
115
+ * @public
116
+ */
117
+ export interface UpdateGlossaryOutput {
118
+ /**
119
+ * <p>The identifier of the Amazon DataZone domain in which a business glossary is to be
120
+ * updated.</p>
121
+ * @public
122
+ */
123
+ domainId: string | undefined;
124
+ /**
125
+ * <p>The identifier of the business glossary that is to be updated.</p>
126
+ * @public
127
+ */
128
+ id: string | undefined;
129
+ /**
130
+ * <p>The name to be updated as part of the <code>UpdateGlossary</code> action.</p>
131
+ * @public
132
+ */
133
+ name: string | undefined;
134
+ /**
135
+ * <p>The identifier of the project in which to update a business glossary.</p>
136
+ * @public
137
+ */
138
+ owningProjectId: string | undefined;
139
+ /**
140
+ * <p>The description to be updated as part of the <code>UpdateGlossary</code> action.</p>
141
+ * @public
142
+ */
143
+ description?: string;
144
+ /**
145
+ * <p>The status to be updated as part of the <code>UpdateGlossary</code> action.</p>
146
+ * @public
147
+ */
148
+ status?: GlossaryStatus;
149
+ }
150
+ /**
151
+ * @public
152
+ */
153
+ export interface DeleteGlossaryTermInput {
154
+ /**
155
+ * <p>The ID of the Amazon DataZone domain in which the business glossary term is deleted.</p>
156
+ * @public
157
+ */
158
+ domainIdentifier: string | undefined;
159
+ /**
160
+ * <p>The ID of the business glossary term that is deleted.</p>
161
+ * @public
162
+ */
163
+ identifier: string | undefined;
164
+ }
165
+ /**
166
+ * @public
167
+ */
168
+ export interface DeleteGlossaryTermOutput {
169
+ }
170
+ /**
171
+ * @public
172
+ */
173
+ export interface GetGlossaryTermInput {
174
+ /**
175
+ * <p>The ID of the Amazon DataZone domain in which this business glossary term exists.</p>
176
+ * @public
177
+ */
178
+ domainIdentifier: string | undefined;
179
+ /**
180
+ * <p>The ID of the business glossary term.</p>
181
+ * @public
182
+ */
183
+ identifier: string | undefined;
184
+ }
185
+ /**
186
+ * @public
187
+ */
188
+ export interface GetGlossaryTermOutput {
189
+ /**
190
+ * <p>The ID of the Amazon DataZone domain in which this business glossary term exists.</p>
191
+ * @public
192
+ */
193
+ domainId: string | undefined;
194
+ /**
195
+ * <p>The ID of the business glossary to which this term belongs.</p>
196
+ * @public
197
+ */
198
+ glossaryId: string | undefined;
199
+ /**
200
+ * <p>The ID of the business glossary term.</p>
201
+ * @public
202
+ */
203
+ id: string | undefined;
204
+ /**
205
+ * <p>The name of the business glossary term.</p>
206
+ * @public
207
+ */
208
+ name: string | undefined;
209
+ /**
210
+ * <p>The short decription of the business glossary term.</p>
211
+ * @public
212
+ */
213
+ shortDescription?: string;
214
+ /**
215
+ * <p>The long description of the business glossary term.</p>
216
+ * @public
217
+ */
218
+ longDescription?: string;
219
+ /**
220
+ * <p>The relations of the business glossary term.</p>
221
+ * @public
222
+ */
223
+ termRelations?: TermRelations;
224
+ /**
225
+ * <p>The status of the business glossary term.</p>
226
+ * @public
227
+ */
228
+ status: GlossaryTermStatus | undefined;
229
+ /**
230
+ * <p>The timestamp of when the business glossary term was created.</p>
231
+ * @public
232
+ */
233
+ createdAt?: Date;
234
+ /**
235
+ * <p>The Amazon DataZone user who created the business glossary.</p>
236
+ * @public
237
+ */
238
+ createdBy?: string;
239
+ /**
240
+ * <p>The timestamp of when the business glossary term was updated.</p>
241
+ * @public
242
+ */
243
+ updatedAt?: Date;
244
+ /**
245
+ * <p>The Amazon DataZone user who updated the business glossary term.</p>
246
+ * @public
247
+ */
248
+ updatedBy?: string;
249
+ }
250
+ /**
251
+ * @public
252
+ */
253
+ export interface UpdateGlossaryTermInput {
254
+ /**
255
+ * <p>The identifier of the Amazon DataZone domain in which a business glossary term is to be
256
+ * updated.</p>
257
+ * @public
258
+ */
259
+ domainIdentifier: string | undefined;
260
+ /**
261
+ * <p>The identifier of the business glossary in which a term is to be updated.</p>
262
+ * @public
263
+ */
264
+ glossaryIdentifier?: string;
265
+ /**
266
+ * <p>The identifier of the business glossary term that is to be updated.</p>
267
+ * @public
268
+ */
269
+ identifier: string | undefined;
270
+ /**
271
+ * <p>The name to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>
272
+ * @public
273
+ */
274
+ name?: string;
275
+ /**
276
+ * <p>The short description to be updated as part of the <code>UpdateGlossaryTerm</code>
277
+ * action.</p>
278
+ * @public
279
+ */
280
+ shortDescription?: string;
281
+ /**
282
+ * <p>The long description to be updated as part of the <code>UpdateGlossaryTerm</code>
283
+ * action.</p>
284
+ * @public
285
+ */
286
+ longDescription?: string;
287
+ /**
288
+ * <p>The term relations to be updated as part of the <code>UpdateGlossaryTerm</code>
289
+ * action.</p>
290
+ * @public
291
+ */
292
+ termRelations?: TermRelations;
293
+ /**
294
+ * <p>The status to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>
295
+ * @public
296
+ */
297
+ status?: GlossaryTermStatus;
298
+ }
299
+ /**
300
+ * @public
301
+ */
302
+ export interface UpdateGlossaryTermOutput {
303
+ /**
304
+ * <p>The identifier of the business glossary term that is to be updated.</p>
305
+ * @public
306
+ */
307
+ id: string | undefined;
308
+ /**
309
+ * <p>The identifier of the Amazon DataZone domain in which a business glossary term is to be
310
+ * updated.</p>
311
+ * @public
312
+ */
313
+ domainId: string | undefined;
314
+ /**
315
+ * <p>The identifier of the business glossary in which a term is to be updated.</p>
316
+ * @public
317
+ */
318
+ glossaryId: string | undefined;
319
+ /**
320
+ * <p>The name to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>
321
+ * @public
322
+ */
323
+ name: string | undefined;
324
+ /**
325
+ * <p>The status to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>
326
+ * @public
327
+ */
328
+ status: GlossaryTermStatus | undefined;
329
+ /**
330
+ * <p>The short description to be updated as part of the <code>UpdateGlossaryTerm</code>
331
+ * action.</p>
332
+ * @public
333
+ */
334
+ shortDescription?: string;
335
+ /**
336
+ * <p>The long description to be updated as part of the <code>UpdateGlossaryTerm</code>
337
+ * action.</p>
338
+ * @public
339
+ */
340
+ longDescription?: string;
341
+ /**
342
+ * <p>The term relations to be updated as part of the <code>UpdateGlossaryTerm</code>
343
+ * action.</p>
344
+ * @public
345
+ */
346
+ termRelations?: TermRelations;
347
+ }
348
+ /**
349
+ * @public
350
+ */
351
+ export interface ListAssetFiltersInput {
352
+ /**
353
+ * <p>The ID of the domain where you want to list asset filters.</p>
354
+ * @public
355
+ */
356
+ domainIdentifier: string | undefined;
357
+ /**
358
+ * <p>The ID of the data asset.</p>
359
+ * @public
360
+ */
361
+ assetIdentifier: string | undefined;
362
+ /**
363
+ * <p>The status of the asset filter.</p>
364
+ * @public
365
+ */
366
+ status?: FilterStatus;
367
+ /**
368
+ * <p>When the number of asset filters is greater than the default value for the
369
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
370
+ * <code>MaxResults</code> that is less than the number of asset filters, the response
371
+ * includes a pagination token named <code>NextToken</code>. You can specify this
372
+ * <code>NextToken</code> value in a subsequent call to <code>ListAssetFilters</code> to
373
+ * list the next set of asset filters.</p>
374
+ * @public
375
+ */
376
+ nextToken?: string;
377
+ /**
378
+ * <p>The maximum number of asset filters to return in a single call to
379
+ * <code>ListAssetFilters</code>. When the number of asset filters to be listed is greater
380
+ * than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
381
+ * value that you can use in a subsequent call to <code>ListAssetFilters</code> to list the
382
+ * next set of asset filters.</p>
383
+ * @public
384
+ */
385
+ maxResults?: number;
386
+ }
387
+ /**
388
+ * @public
389
+ */
390
+ export interface ListAssetFiltersOutput {
391
+ /**
392
+ * <p>The results of the <code>ListAssetFilters</code> action.</p>
393
+ * @public
394
+ */
395
+ items: AssetFilterSummary[] | undefined;
396
+ /**
397
+ * <p>When the number of asset filters is greater than the default value for the
398
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
399
+ * <code>MaxResults</code> that is less than the number of asset filters, the response
400
+ * includes a pagination token named <code>NextToken</code>. You can specify this
401
+ * <code>NextToken</code> value in a subsequent call to <code>ListAssetFilters</code> to
402
+ * list the next set of asset filters.</p>
403
+ * @public
404
+ */
405
+ nextToken?: string;
406
+ }
407
+ /**
408
+ * @public
409
+ */
410
+ export interface ListAssetRevisionsInput {
411
+ /**
412
+ * <p>The identifier of the domain.</p>
413
+ * @public
414
+ */
415
+ domainIdentifier: string | undefined;
416
+ /**
417
+ * <p>The identifier of the asset.</p>
418
+ * @public
419
+ */
420
+ identifier: string | undefined;
421
+ /**
422
+ * <p>When the number of revisions is greater than the default value for the
423
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
424
+ * <code>MaxResults</code> that is less than the number of revisions, the response includes
425
+ * a pagination token named <code>NextToken</code>. You can specify this
426
+ * <code>NextToken</code> value in a subsequent call to <code>ListAssetRevisions</code> to
427
+ * list the next set of revisions.</p>
428
+ * @public
429
+ */
430
+ nextToken?: string;
431
+ /**
432
+ * <p>The maximum number of revisions to return in a single call to
433
+ * <code>ListAssetRevisions</code>. When the number of revisions to be listed is greater
434
+ * than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
435
+ * value that you can use in a subsequent call to <code>ListAssetRevisions</code> to list the
436
+ * next set of revisions.</p>
437
+ * @public
438
+ */
439
+ maxResults?: number;
440
+ }
441
+ /**
442
+ * @public
443
+ */
444
+ export interface ListAssetRevisionsOutput {
445
+ /**
446
+ * <p>The results of the <code>ListAssetRevisions</code> action.</p>
447
+ * @public
448
+ */
449
+ items?: AssetRevision[];
450
+ /**
451
+ * <p>When the number of revisions is greater than the default value for the
452
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
453
+ * <code>MaxResults</code> that is less than the number of revisions, the response includes
454
+ * a pagination token named <code>NextToken</code>. You can specify this
455
+ * <code>NextToken</code> value in a subsequent call to <code>ListAssetRevisions</code> to
456
+ * list the next set of revisions.</p>
457
+ * @public
458
+ */
459
+ nextToken?: string;
460
+ }
461
+ /**
462
+ * @public
463
+ */
464
+ export interface ListDataProductRevisionsInput {
465
+ /**
466
+ * <p>The ID of the domain of the data product revisions that you want to list.</p>
467
+ * @public
468
+ */
469
+ domainIdentifier: string | undefined;
470
+ /**
471
+ * <p>The ID of the data product revision.</p>
472
+ * @public
473
+ */
474
+ identifier: string | undefined;
475
+ /**
476
+ * <p>The maximum number of asset filters to return in a single call to
477
+ * <code>ListDataProductRevisions</code>. When the number of data product revisions to be
478
+ * listed is greater than the value of <code>MaxResults</code>, the response contains a
479
+ * <code>NextToken</code> value that you can use in a subsequent call to
480
+ * <code>ListDataProductRevisions</code> to list the next set of data product
481
+ * revisions.</p>
482
+ * @public
483
+ */
484
+ maxResults?: number;
485
+ /**
486
+ * <p>When the number of data product revisions is greater than the default value for the
487
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
488
+ * <code>MaxResults</code> that is less than the number of data product revisions, the
489
+ * response includes a pagination token named <code>NextToken</code>. You can specify this
490
+ * <code>NextToken</code> value in a subsequent call to
491
+ * <code>ListDataProductRevisions</code> to list the next set of data product
492
+ * revisions.</p>
493
+ * @public
494
+ */
495
+ nextToken?: string;
496
+ }
497
+ /**
498
+ * @public
499
+ */
500
+ export interface ListDataProductRevisionsOutput {
501
+ /**
502
+ * <p>The results of the <code>ListDataProductRevisions</code> action.</p>
503
+ * @public
504
+ */
505
+ items: DataProductRevision[] | undefined;
506
+ /**
507
+ * <p>When the number of data product revisions is greater than the default value for the
508
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
509
+ * <code>MaxResults</code> that is less than the number of data product revisions, the
510
+ * response includes a pagination token named <code>NextToken</code>. You can specify this
511
+ * <code>NextToken</code> value in a subsequent call to
512
+ * <code>ListDataProductRevisions</code> to list the next set of data product
513
+ * revisions.</p>
514
+ * @public
515
+ */
516
+ nextToken?: string;
517
+ }
518
+ /**
519
+ * @public
520
+ */
521
+ export interface ListDataSourceRunActivitiesInput {
522
+ /**
523
+ * <p>The identifier of the Amazon DataZone domain in which to list data source run
524
+ * activities.</p>
525
+ * @public
526
+ */
527
+ domainIdentifier: string | undefined;
528
+ /**
529
+ * <p>The identifier of the data source run.</p>
530
+ * @public
531
+ */
532
+ identifier: string | undefined;
533
+ /**
534
+ * <p>The status of the data source run.</p>
535
+ * @public
536
+ */
537
+ status?: DataAssetActivityStatus;
538
+ /**
539
+ * <p>When the number of activities is greater than the default value for the
540
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
541
+ * <code>MaxResults</code> that is less than the number of activities, the response
542
+ * includes a pagination token named <code>NextToken</code>. You can specify this
543
+ * <code>NextToken</code> value in a subsequent call to
544
+ * <code>ListDataSourceRunActivities</code> to list the next set of activities.</p>
545
+ * @public
546
+ */
547
+ nextToken?: string;
548
+ /**
549
+ * <p>The maximum number of activities to return in a single call to
550
+ * <code>ListDataSourceRunActivities</code>. When the number of activities to be listed is
551
+ * greater than the value of <code>MaxResults</code>, the response contains a
552
+ * <code>NextToken</code> value that you can use in a subsequent call to
553
+ * <code>ListDataSourceRunActivities</code> to list the next set of activities.</p>
554
+ * @public
555
+ */
556
+ maxResults?: number;
557
+ }
558
+ /**
559
+ * @public
560
+ */
561
+ export interface ListDataSourceRunActivitiesOutput {
562
+ /**
563
+ * <p>The results of the <code>ListDataSourceRunActivities</code> action.</p>
564
+ * @public
565
+ */
566
+ items: DataSourceRunActivity[] | undefined;
567
+ /**
568
+ * <p>When the number of activities is greater than the default value for the
569
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
570
+ * <code>MaxResults</code> that is less than the number of activities, the response
571
+ * includes a pagination token named <code>NextToken</code>. You can specify this
572
+ * <code>NextToken</code> value in a subsequent call to
573
+ * <code>ListDataSourceRunActivities</code> to list the next set of activities.</p>
574
+ * @public
575
+ */
576
+ nextToken?: string;
577
+ }
578
+ /**
579
+ * @public
580
+ */
581
+ export interface ListEnvironmentActionsInput {
582
+ /**
583
+ * <p>The ID of the Amazon DataZone domain in which the environment actions are listed.</p>
584
+ * @public
585
+ */
586
+ domainIdentifier: string | undefined;
587
+ /**
588
+ * <p>The ID of the envrironment whose environment actions are listed.</p>
589
+ * @public
590
+ */
591
+ environmentIdentifier: string | undefined;
592
+ /**
593
+ * <p>When the number of environment actions is greater than the default value for the
594
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
595
+ * <code>MaxResults</code> that is less than the number of environment actions, the
596
+ * response includes a pagination token named <code>NextToken</code>. You can specify this
597
+ * <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentActions</code>
598
+ * to list the next set of environment actions.</p>
599
+ * @public
600
+ */
601
+ nextToken?: string;
602
+ /**
603
+ * <p>The maximum number of environment actions to return in a single call to
604
+ * <code>ListEnvironmentActions</code>. When the number of environment actions to be listed
605
+ * is greater than the value of <code>MaxResults</code>, the response contains a
606
+ * <code>NextToken</code> value that you can use in a subsequent call to
607
+ * <code>ListEnvironmentActions</code> to list the next set of environment actions.</p>
608
+ * @public
609
+ */
610
+ maxResults?: number;
611
+ }
612
+ /**
613
+ * <p>The details about the specified action configured for an environment. For example, the
614
+ * details of the specified console links for an analytics tool that is available in this
615
+ * environment.</p>
616
+ * @public
617
+ */
618
+ export interface EnvironmentActionSummary {
619
+ /**
620
+ * <p>The Amazon DataZone domain ID of the environment action.</p>
621
+ * @public
622
+ */
623
+ domainId: string | undefined;
624
+ /**
625
+ * <p>The environment ID of the environment action.</p>
626
+ * @public
627
+ */
628
+ environmentId: string | undefined;
629
+ /**
630
+ * <p>The ID of the environment action.</p>
631
+ * @public
632
+ */
633
+ id: string | undefined;
634
+ /**
635
+ * <p>The name of the environment action.</p>
636
+ * @public
637
+ */
638
+ name: string | undefined;
639
+ /**
640
+ * <p>The parameters of the environment action.</p>
641
+ * @public
642
+ */
643
+ parameters: ActionParameters | undefined;
644
+ /**
645
+ * <p>The environment action description.</p>
646
+ * @public
647
+ */
648
+ description?: string;
649
+ }
650
+ /**
651
+ * @public
652
+ */
653
+ export interface ListEnvironmentActionsOutput {
654
+ /**
655
+ * <p>The results of <code>ListEnvironmentActions</code>.</p>
656
+ * @public
657
+ */
658
+ items?: EnvironmentActionSummary[];
659
+ /**
660
+ * <p>When the number of environment actions is greater than the default value for the
661
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
662
+ * <code>MaxResults</code> that is less than the number of environment actions, the
663
+ * response includes a pagination token named <code>NextToken</code>. You can specify this
664
+ * <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentActions</code>
665
+ * to list the next set of environment actions.</p>
666
+ * @public
667
+ */
668
+ nextToken?: string;
669
+ }
2
670
  /**
3
671
  * @public
4
672
  */
@@ -444,7 +1112,7 @@ export interface GetListingInput {
444
1112
  * <p>The details of a listing (aka asset published in a Amazon DataZone catalog).</p>
445
1113
  * @public
446
1114
  */
447
- export type ListingItem = ListingItem.AssetListingMember | ListingItem.$UnknownMember;
1115
+ export type ListingItem = ListingItem.AssetListingMember | ListingItem.DataProductListingMember | ListingItem.$UnknownMember;
448
1116
  /**
449
1117
  * @public
450
1118
  */
@@ -455,6 +1123,16 @@ export declare namespace ListingItem {
455
1123
  */
456
1124
  interface AssetListingMember {
457
1125
  assetListing: AssetListing;
1126
+ dataProductListing?: never;
1127
+ $unknown?: never;
1128
+ }
1129
+ /**
1130
+ * <p>The data product listing.</p>
1131
+ * @public
1132
+ */
1133
+ interface DataProductListingMember {
1134
+ assetListing?: never;
1135
+ dataProductListing: DataProductListing;
458
1136
  $unknown?: never;
459
1137
  }
460
1138
  /**
@@ -462,10 +1140,12 @@ export declare namespace ListingItem {
462
1140
  */
463
1141
  interface $UnknownMember {
464
1142
  assetListing?: never;
1143
+ dataProductListing?: never;
465
1144
  $unknown: [string, any];
466
1145
  }
467
1146
  interface Visitor<T> {
468
1147
  assetListing: (value: AssetListing) => T;
1148
+ dataProductListing: (value: DataProductListing) => T;
469
1149
  _: (name: string, value: any) => T;
470
1150
  }
471
1151
  const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
@@ -1237,6 +1917,11 @@ export interface ListSubscriptionGrantsInput {
1237
1917
  * @public
1238
1918
  */
1239
1919
  subscriptionId?: string;
1920
+ /**
1921
+ * <p>The ID of the owning project of the subscription grants.</p>
1922
+ * @public
1923
+ */
1924
+ owningProjectId?: string;
1240
1925
  /**
1241
1926
  * <p>Specifies the way of sorting the results of this action.</p>
1242
1927
  * @public
@@ -1323,7 +2008,9 @@ export interface SubscriptionGrantSummary {
1323
2008
  */
1324
2009
  assets?: SubscribedAsset[];
1325
2010
  /**
1326
- * <p>The ID of the subscription grant.</p>
2011
+ * @deprecated
2012
+ *
2013
+ * <p>The ID of the subscription.</p>
1327
2014
  * @public
1328
2015
  */
1329
2016
  subscriptionId?: string;
@@ -1359,6 +2046,10 @@ export interface ListSubscriptionRequestsInput {
1359
2046
  domainIdentifier: string | undefined;
1360
2047
  /**
1361
2048
  * <p>Specifies the status of the subscription requests.</p>
2049
+ * <note>
2050
+ * <p>This is not a required parameter, but if not specified, by default, Amazon DataZone
2051
+ * returns only <code>PENDING</code> subscription requests. </p>
2052
+ * </note>
1362
2053
  * @public
1363
2054
  */
1364
2055
  status?: SubscriptionRequestStatus;
@@ -1513,6 +2204,10 @@ export interface ListSubscriptionsInput {
1513
2204
  subscriptionRequestIdentifier?: string;
1514
2205
  /**
1515
2206
  * <p>The status of the subscriptions that you want to list.</p>
2207
+ * <note>
2208
+ * <p>This is not a required parameter, but if not provided, by default, Amazon DataZone
2209
+ * returns only <code>APPROVED</code> subscriptions. </p>
2210
+ * </note>
1516
2211
  * @public
1517
2212
  */
1518
2213
  status?: SubscriptionStatus;
@@ -2617,6 +3312,7 @@ export interface SearchInItem {
2617
3312
  */
2618
3313
  export declare const InventorySearchScope: {
2619
3314
  readonly ASSET: "ASSET";
3315
+ readonly DATA_PRODUCT: "DATA_PRODUCT";
2620
3316
  readonly GLOSSARY: "GLOSSARY";
2621
3317
  readonly GLOSSARY_TERM: "GLOSSARY_TERM";
2622
3318
  };
@@ -2766,7 +3462,7 @@ export interface GlossaryTermItem {
2766
3462
  * <p>The details of the search results.</p>
2767
3463
  * @public
2768
3464
  */
2769
- export type SearchInventoryResultItem = SearchInventoryResultItem.AssetItemMember | SearchInventoryResultItem.GlossaryItemMember | SearchInventoryResultItem.GlossaryTermItemMember | SearchInventoryResultItem.$UnknownMember;
3465
+ export type SearchInventoryResultItem = SearchInventoryResultItem.AssetItemMember | SearchInventoryResultItem.DataProductItemMember | SearchInventoryResultItem.GlossaryItemMember | SearchInventoryResultItem.GlossaryTermItemMember | SearchInventoryResultItem.$UnknownMember;
2770
3466
  /**
2771
3467
  * @public
2772
3468
  */
@@ -2779,6 +3475,7 @@ export declare namespace SearchInventoryResultItem {
2779
3475
  glossaryItem: GlossaryItem;
2780
3476
  glossaryTermItem?: never;
2781
3477
  assetItem?: never;
3478
+ dataProductItem?: never;
2782
3479
  $unknown?: never;
2783
3480
  }
2784
3481
  /**
@@ -2789,6 +3486,7 @@ export declare namespace SearchInventoryResultItem {
2789
3486
  glossaryItem?: never;
2790
3487
  glossaryTermItem: GlossaryTermItem;
2791
3488
  assetItem?: never;
3489
+ dataProductItem?: never;
2792
3490
  $unknown?: never;
2793
3491
  }
2794
3492
  /**
@@ -2799,6 +3497,18 @@ export declare namespace SearchInventoryResultItem {
2799
3497
  glossaryItem?: never;
2800
3498
  glossaryTermItem?: never;
2801
3499
  assetItem: AssetItem;
3500
+ dataProductItem?: never;
3501
+ $unknown?: never;
3502
+ }
3503
+ /**
3504
+ * <p>The data product.</p>
3505
+ * @public
3506
+ */
3507
+ interface DataProductItemMember {
3508
+ glossaryItem?: never;
3509
+ glossaryTermItem?: never;
3510
+ assetItem?: never;
3511
+ dataProductItem: DataProductResultItem;
2802
3512
  $unknown?: never;
2803
3513
  }
2804
3514
  /**
@@ -2808,12 +3518,14 @@ export declare namespace SearchInventoryResultItem {
2808
3518
  glossaryItem?: never;
2809
3519
  glossaryTermItem?: never;
2810
3520
  assetItem?: never;
3521
+ dataProductItem?: never;
2811
3522
  $unknown: [string, any];
2812
3523
  }
2813
3524
  interface Visitor<T> {
2814
3525
  glossaryItem: (value: GlossaryItem) => T;
2815
3526
  glossaryTermItem: (value: GlossaryTermItem) => T;
2816
3527
  assetItem: (value: AssetItem) => T;
3528
+ dataProductItem: (value: DataProductResultItem) => T;
2817
3529
  _: (name: string, value: any) => T;
2818
3530
  }
2819
3531
  const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
@@ -2944,7 +3656,7 @@ export interface SearchGroupProfilesOutput {
2944
3656
  * <p>The details of the results of the <code>SearchListings</code> action.</p>
2945
3657
  * @public
2946
3658
  */
2947
- export type SearchResultItem = SearchResultItem.AssetListingMember | SearchResultItem.$UnknownMember;
3659
+ export type SearchResultItem = SearchResultItem.AssetListingMember | SearchResultItem.DataProductListingMember | SearchResultItem.$UnknownMember;
2948
3660
  /**
2949
3661
  * @public
2950
3662
  */
@@ -2956,6 +3668,16 @@ export declare namespace SearchResultItem {
2956
3668
  */
2957
3669
  interface AssetListingMember {
2958
3670
  assetListing: AssetListingItem;
3671
+ dataProductListing?: never;
3672
+ $unknown?: never;
3673
+ }
3674
+ /**
3675
+ * <p>The data product listing.</p>
3676
+ * @public
3677
+ */
3678
+ interface DataProductListingMember {
3679
+ assetListing?: never;
3680
+ dataProductListing: DataProductListingItem;
2959
3681
  $unknown?: never;
2960
3682
  }
2961
3683
  /**
@@ -2963,10 +3685,12 @@ export declare namespace SearchResultItem {
2963
3685
  */
2964
3686
  interface $UnknownMember {
2965
3687
  assetListing?: never;
3688
+ dataProductListing?: never;
2966
3689
  $unknown: [string, any];
2967
3690
  }
2968
3691
  interface Visitor<T> {
2969
3692
  assetListing: (value: AssetListingItem) => T;
3693
+ dataProductListing: (value: DataProductListingItem) => T;
2970
3694
  _: (name: string, value: any) => T;
2971
3695
  }
2972
3696
  const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
@@ -3921,6 +4645,8 @@ export interface UpdateSubscriptionGrantStatusOutput {
3921
4645
  */
3922
4646
  assets?: SubscribedAsset[];
3923
4647
  /**
4648
+ * @deprecated
4649
+ *
3924
4650
  * <p>The identifier of the subscription.</p>
3925
4651
  * @public
3926
4652
  */
@@ -4813,6 +5539,38 @@ export interface UpdateAssetFilterOutput {
4813
5539
  */
4814
5540
  effectiveRowFilter?: string;
4815
5541
  }
5542
+ /**
5543
+ * @internal
5544
+ */
5545
+ export declare const GetGlossaryOutputFilterSensitiveLog: (obj: GetGlossaryOutput) => any;
5546
+ /**
5547
+ * @internal
5548
+ */
5549
+ export declare const UpdateGlossaryInputFilterSensitiveLog: (obj: UpdateGlossaryInput) => any;
5550
+ /**
5551
+ * @internal
5552
+ */
5553
+ export declare const UpdateGlossaryOutputFilterSensitiveLog: (obj: UpdateGlossaryOutput) => any;
5554
+ /**
5555
+ * @internal
5556
+ */
5557
+ export declare const GetGlossaryTermOutputFilterSensitiveLog: (obj: GetGlossaryTermOutput) => any;
5558
+ /**
5559
+ * @internal
5560
+ */
5561
+ export declare const UpdateGlossaryTermInputFilterSensitiveLog: (obj: UpdateGlossaryTermInput) => any;
5562
+ /**
5563
+ * @internal
5564
+ */
5565
+ export declare const UpdateGlossaryTermOutputFilterSensitiveLog: (obj: UpdateGlossaryTermOutput) => any;
5566
+ /**
5567
+ * @internal
5568
+ */
5569
+ export declare const ListAssetFiltersOutputFilterSensitiveLog: (obj: ListAssetFiltersOutput) => any;
5570
+ /**
5571
+ * @internal
5572
+ */
5573
+ export declare const ListDataSourceRunActivitiesOutputFilterSensitiveLog: (obj: ListDataSourceRunActivitiesOutput) => any;
4816
5574
  /**
4817
5575
  * @internal
4818
5576
  */