@aws-sdk/client-datazone 3.933.0 → 3.935.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 +12 -12
  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
@@ -0,0 +1,1297 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AcceptRuleBehavior: {
6
+ readonly ALL: "ALL";
7
+ readonly NONE: "NONE";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type AcceptRuleBehavior = (typeof AcceptRuleBehavior)[keyof typeof AcceptRuleBehavior];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const S3Permission: {
18
+ readonly READ: "READ";
19
+ readonly WRITE: "WRITE";
20
+ };
21
+ /**
22
+ * @public
23
+ */
24
+ export type S3Permission = (typeof S3Permission)[keyof typeof S3Permission];
25
+ /**
26
+ * @public
27
+ * @enum
28
+ */
29
+ export declare const SubscriptionRequestStatus: {
30
+ readonly ACCEPTED: "ACCEPTED";
31
+ readonly PENDING: "PENDING";
32
+ readonly REJECTED: "REJECTED";
33
+ };
34
+ /**
35
+ * @public
36
+ */
37
+ export type SubscriptionRequestStatus = (typeof SubscriptionRequestStatus)[keyof typeof SubscriptionRequestStatus];
38
+ /**
39
+ * @public
40
+ * @enum
41
+ */
42
+ export declare const ResolutionStrategy: {
43
+ readonly MANUAL: "MANUAL";
44
+ };
45
+ /**
46
+ * @public
47
+ */
48
+ export type ResolutionStrategy = (typeof ResolutionStrategy)[keyof typeof ResolutionStrategy];
49
+ /**
50
+ * @public
51
+ * @enum
52
+ */
53
+ export declare const DataZoneEntityType: {
54
+ readonly DOMAIN_UNIT: "DOMAIN_UNIT";
55
+ };
56
+ /**
57
+ * @public
58
+ */
59
+ export type DataZoneEntityType = (typeof DataZoneEntityType)[keyof typeof DataZoneEntityType];
60
+ /**
61
+ * @public
62
+ * @enum
63
+ */
64
+ export declare const TargetEntityType: {
65
+ readonly ASSET_TYPE: "ASSET_TYPE";
66
+ readonly DOMAIN_UNIT: "DOMAIN_UNIT";
67
+ readonly ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION";
68
+ readonly ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE";
69
+ };
70
+ /**
71
+ * @public
72
+ */
73
+ export type TargetEntityType = (typeof TargetEntityType)[keyof typeof TargetEntityType];
74
+ /**
75
+ * @public
76
+ * @enum
77
+ */
78
+ export declare const ManagedPolicyType: {
79
+ readonly ADD_TO_PROJECT_MEMBER_POOL: "ADD_TO_PROJECT_MEMBER_POOL";
80
+ readonly CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE";
81
+ readonly CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT";
82
+ readonly CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT";
83
+ readonly CREATE_ENVIRONMENT_FROM_BLUEPRINT: "CREATE_ENVIRONMENT_FROM_BLUEPRINT";
84
+ readonly CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE";
85
+ readonly CREATE_FORM_TYPE: "CREATE_FORM_TYPE";
86
+ readonly CREATE_GLOSSARY: "CREATE_GLOSSARY";
87
+ readonly CREATE_PROJECT: "CREATE_PROJECT";
88
+ readonly CREATE_PROJECT_FROM_PROJECT_PROFILE: "CREATE_PROJECT_FROM_PROJECT_PROFILE";
89
+ readonly DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE";
90
+ readonly OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS";
91
+ readonly OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS";
92
+ readonly USE_ASSET_TYPE: "USE_ASSET_TYPE";
93
+ };
94
+ /**
95
+ * @public
96
+ */
97
+ export type ManagedPolicyType = (typeof ManagedPolicyType)[keyof typeof ManagedPolicyType];
98
+ /**
99
+ * @public
100
+ * @enum
101
+ */
102
+ export declare const DomainUnitDesignation: {
103
+ readonly OWNER: "OWNER";
104
+ };
105
+ /**
106
+ * @public
107
+ */
108
+ export type DomainUnitDesignation = (typeof DomainUnitDesignation)[keyof typeof DomainUnitDesignation];
109
+ /**
110
+ * @public
111
+ * @enum
112
+ */
113
+ export declare const ProjectDesignation: {
114
+ readonly CONTRIBUTOR: "CONTRIBUTOR";
115
+ readonly OWNER: "OWNER";
116
+ readonly PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD";
117
+ };
118
+ /**
119
+ * @public
120
+ */
121
+ export type ProjectDesignation = (typeof ProjectDesignation)[keyof typeof ProjectDesignation];
122
+ /**
123
+ * @public
124
+ * @enum
125
+ */
126
+ export declare const ListingStatus: {
127
+ readonly ACTIVE: "ACTIVE";
128
+ readonly CREATING: "CREATING";
129
+ readonly INACTIVE: "INACTIVE";
130
+ };
131
+ /**
132
+ * @public
133
+ */
134
+ export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
135
+ /**
136
+ * @public
137
+ * @enum
138
+ */
139
+ export declare const FilterStatus: {
140
+ readonly INVALID: "INVALID";
141
+ readonly VALID: "VALID";
142
+ };
143
+ /**
144
+ * @public
145
+ */
146
+ export type FilterStatus = (typeof FilterStatus)[keyof typeof FilterStatus];
147
+ /**
148
+ * @public
149
+ * @enum
150
+ */
151
+ export declare const RuleScopeSelectionMode: {
152
+ readonly ALL: "ALL";
153
+ readonly SPECIFIC: "SPECIFIC";
154
+ };
155
+ /**
156
+ * @public
157
+ */
158
+ export type RuleScopeSelectionMode = (typeof RuleScopeSelectionMode)[keyof typeof RuleScopeSelectionMode];
159
+ /**
160
+ * @public
161
+ * @enum
162
+ */
163
+ export declare const GovernedEntityType: {
164
+ readonly ASSET: "ASSET";
165
+ };
166
+ /**
167
+ * @public
168
+ */
169
+ export type GovernedEntityType = (typeof GovernedEntityType)[keyof typeof GovernedEntityType];
170
+ /**
171
+ * @public
172
+ * @enum
173
+ */
174
+ export declare const AttributeEntityType: {
175
+ readonly ASSET: "ASSET";
176
+ readonly LISTING: "LISTING";
177
+ };
178
+ /**
179
+ * @public
180
+ */
181
+ export type AttributeEntityType = (typeof AttributeEntityType)[keyof typeof AttributeEntityType];
182
+ /**
183
+ * @public
184
+ * @enum
185
+ */
186
+ export declare const AuthenticationType: {
187
+ readonly BASIC: "BASIC";
188
+ readonly CUSTOM: "CUSTOM";
189
+ readonly OAUTH2: "OAUTH2";
190
+ };
191
+ /**
192
+ * @public
193
+ */
194
+ export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
195
+ /**
196
+ * @public
197
+ * @enum
198
+ */
199
+ export declare const OAuth2GrantType: {
200
+ readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
201
+ readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
202
+ readonly JWT_BEARER: "JWT_BEARER";
203
+ };
204
+ /**
205
+ * @public
206
+ */
207
+ export type OAuth2GrantType = (typeof OAuth2GrantType)[keyof typeof OAuth2GrantType];
208
+ /**
209
+ * @public
210
+ * @enum
211
+ */
212
+ export declare const AuthType: {
213
+ readonly DISABLED: "DISABLED";
214
+ readonly IAM_IDC: "IAM_IDC";
215
+ };
216
+ /**
217
+ * @public
218
+ */
219
+ export type AuthType = (typeof AuthType)[keyof typeof AuthType];
220
+ /**
221
+ * @public
222
+ * @enum
223
+ */
224
+ export declare const SubscriptionStatus: {
225
+ readonly APPROVED: "APPROVED";
226
+ readonly CANCELLED: "CANCELLED";
227
+ readonly REVOKED: "REVOKED";
228
+ };
229
+ /**
230
+ * @public
231
+ */
232
+ export type SubscriptionStatus = (typeof SubscriptionStatus)[keyof typeof SubscriptionStatus];
233
+ /**
234
+ * @public
235
+ * @enum
236
+ */
237
+ export declare const ChangeAction: {
238
+ readonly PUBLISH: "PUBLISH";
239
+ readonly UNPUBLISH: "UNPUBLISH";
240
+ };
241
+ /**
242
+ * @public
243
+ */
244
+ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
245
+ /**
246
+ * @public
247
+ * @enum
248
+ */
249
+ export declare const ComputeEnvironments: {
250
+ readonly ATHENA: "ATHENA";
251
+ readonly PYTHON: "PYTHON";
252
+ readonly SPARK: "SPARK";
253
+ };
254
+ /**
255
+ * @public
256
+ */
257
+ export type ComputeEnvironments = (typeof ComputeEnvironments)[keyof typeof ComputeEnvironments];
258
+ /**
259
+ * @public
260
+ * @enum
261
+ */
262
+ export declare const ConfigurableActionTypeAuthorization: {
263
+ readonly HTTPS: "HTTPS";
264
+ readonly IAM: "IAM";
265
+ };
266
+ /**
267
+ * @public
268
+ */
269
+ export type ConfigurableActionTypeAuthorization = (typeof ConfigurableActionTypeAuthorization)[keyof typeof ConfigurableActionTypeAuthorization];
270
+ /**
271
+ * @public
272
+ * @enum
273
+ */
274
+ export declare const GlueConnectionType: {
275
+ readonly BIGQUERY: "BIGQUERY";
276
+ readonly DOCUMENTDB: "DOCUMENTDB";
277
+ readonly DYNAMODB: "DYNAMODB";
278
+ readonly MYSQL: "MYSQL";
279
+ readonly OPENSEARCH: "OPENSEARCH";
280
+ readonly ORACLE: "ORACLE";
281
+ readonly POSTGRESQL: "POSTGRESQL";
282
+ readonly REDSHIFT: "REDSHIFT";
283
+ readonly SAPHANA: "SAPHANA";
284
+ readonly SNOWFLAKE: "SNOWFLAKE";
285
+ readonly SQLSERVER: "SQLSERVER";
286
+ readonly TERADATA: "TERADATA";
287
+ readonly VERTICA: "VERTICA";
288
+ };
289
+ /**
290
+ * @public
291
+ */
292
+ export type GlueConnectionType = (typeof GlueConnectionType)[keyof typeof GlueConnectionType];
293
+ /**
294
+ * @public
295
+ * @enum
296
+ */
297
+ export declare const ConnectionStatus: {
298
+ readonly CREATE_FAILED: "CREATE_FAILED";
299
+ readonly CREATING: "CREATING";
300
+ readonly DELETED: "DELETED";
301
+ readonly DELETE_FAILED: "DELETE_FAILED";
302
+ readonly DELETING: "DELETING";
303
+ readonly READY: "READY";
304
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
305
+ readonly UPDATING: "UPDATING";
306
+ };
307
+ /**
308
+ * @public
309
+ */
310
+ export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
311
+ /**
312
+ * @public
313
+ * @enum
314
+ */
315
+ export declare const HyperPodOrchestrator: {
316
+ readonly EKS: "EKS";
317
+ readonly SLURM: "SLURM";
318
+ };
319
+ /**
320
+ * @public
321
+ */
322
+ export type HyperPodOrchestrator = (typeof HyperPodOrchestrator)[keyof typeof HyperPodOrchestrator];
323
+ /**
324
+ * @public
325
+ * @enum
326
+ */
327
+ export declare const GovernanceType: {
328
+ readonly AWS_MANAGED: "AWS_MANAGED";
329
+ readonly USER_MANAGED: "USER_MANAGED";
330
+ };
331
+ /**
332
+ * @public
333
+ */
334
+ export type GovernanceType = (typeof GovernanceType)[keyof typeof GovernanceType];
335
+ /**
336
+ * @public
337
+ * @enum
338
+ */
339
+ export declare const ConnectionScope: {
340
+ readonly DOMAIN: "DOMAIN";
341
+ readonly PROJECT: "PROJECT";
342
+ };
343
+ /**
344
+ * @public
345
+ */
346
+ export type ConnectionScope = (typeof ConnectionScope)[keyof typeof ConnectionScope];
347
+ /**
348
+ * @public
349
+ * @enum
350
+ */
351
+ export declare const ConnectionType: {
352
+ readonly AMAZON_Q: "AMAZON_Q";
353
+ readonly ATHENA: "ATHENA";
354
+ readonly BIGQUERY: "BIGQUERY";
355
+ readonly DATABRICKS: "DATABRICKS";
356
+ readonly DOCUMENTDB: "DOCUMENTDB";
357
+ readonly DYNAMODB: "DYNAMODB";
358
+ readonly HYPERPOD: "HYPERPOD";
359
+ readonly IAM: "IAM";
360
+ readonly MLFLOW: "MLFLOW";
361
+ readonly MYSQL: "MYSQL";
362
+ readonly OPENSEARCH: "OPENSEARCH";
363
+ readonly ORACLE: "ORACLE";
364
+ readonly POSTGRESQL: "POSTGRESQL";
365
+ readonly REDSHIFT: "REDSHIFT";
366
+ readonly S3: "S3";
367
+ readonly SAPHANA: "SAPHANA";
368
+ readonly SNOWFLAKE: "SNOWFLAKE";
369
+ readonly SPARK: "SPARK";
370
+ readonly SQLSERVER: "SQLSERVER";
371
+ readonly TERADATA: "TERADATA";
372
+ readonly VERTICA: "VERTICA";
373
+ readonly WORKFLOWS_MWAA: "WORKFLOWS_MWAA";
374
+ };
375
+ /**
376
+ * @public
377
+ */
378
+ export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
379
+ /**
380
+ * @public
381
+ * @enum
382
+ */
383
+ export declare const Protocol: {
384
+ readonly ATHENA: "ATHENA";
385
+ readonly GLUE_INTERACTIVE_SESSION: "GLUE_INTERACTIVE_SESSION";
386
+ readonly HTTPS: "HTTPS";
387
+ readonly JDBC: "JDBC";
388
+ readonly LIVY: "LIVY";
389
+ readonly ODBC: "ODBC";
390
+ readonly PRISM: "PRISM";
391
+ };
392
+ /**
393
+ * @public
394
+ */
395
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
396
+ /**
397
+ * @public
398
+ * @enum
399
+ */
400
+ export declare const DataProductItemType: {
401
+ readonly ASSET: "ASSET";
402
+ };
403
+ /**
404
+ * @public
405
+ */
406
+ export type DataProductItemType = (typeof DataProductItemType)[keyof typeof DataProductItemType];
407
+ /**
408
+ * @public
409
+ * @enum
410
+ */
411
+ export declare const DataProductStatus: {
412
+ readonly CREATED: "CREATED";
413
+ readonly CREATE_FAILED: "CREATE_FAILED";
414
+ readonly CREATING: "CREATING";
415
+ };
416
+ /**
417
+ * @public
418
+ */
419
+ export type DataProductStatus = (typeof DataProductStatus)[keyof typeof DataProductStatus];
420
+ /**
421
+ * @public
422
+ * @enum
423
+ */
424
+ export declare const FilterExpressionType: {
425
+ readonly EXCLUDE: "EXCLUDE";
426
+ readonly INCLUDE: "INCLUDE";
427
+ };
428
+ /**
429
+ * @public
430
+ */
431
+ export type FilterExpressionType = (typeof FilterExpressionType)[keyof typeof FilterExpressionType];
432
+ /**
433
+ * @public
434
+ * @enum
435
+ */
436
+ export declare const EnableSetting: {
437
+ readonly DISABLED: "DISABLED";
438
+ readonly ENABLED: "ENABLED";
439
+ };
440
+ /**
441
+ * @public
442
+ */
443
+ export type EnableSetting = (typeof EnableSetting)[keyof typeof EnableSetting];
444
+ /**
445
+ * @public
446
+ * @enum
447
+ */
448
+ export declare const Timezone: {
449
+ readonly AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG";
450
+ readonly AMERICA_MONTREAL: "AMERICA_MONTREAL";
451
+ readonly AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO";
452
+ readonly ASIA_BAHRAIN: "ASIA_BAHRAIN";
453
+ readonly ASIA_BANGKOK: "ASIA_BANGKOK";
454
+ readonly ASIA_CALCUTTA: "ASIA_CALCUTTA";
455
+ readonly ASIA_DUBAI: "ASIA_DUBAI";
456
+ readonly ASIA_HONG_KONG: "ASIA_HONG_KONG";
457
+ readonly ASIA_JAKARTA: "ASIA_JAKARTA";
458
+ readonly ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR";
459
+ readonly ASIA_SEOUL: "ASIA_SEOUL";
460
+ readonly ASIA_SHANGHAI: "ASIA_SHANGHAI";
461
+ readonly ASIA_SINGAPORE: "ASIA_SINGAPORE";
462
+ readonly ASIA_TAIPEI: "ASIA_TAIPEI";
463
+ readonly ASIA_TOKYO: "ASIA_TOKYO";
464
+ readonly AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE";
465
+ readonly AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY";
466
+ readonly CANADA_CENTRAL: "CANADA_CENTRAL";
467
+ readonly CET: "CET";
468
+ readonly CST6CDT: "CST6CDT";
469
+ readonly ETC_GMT: "ETC_GMT";
470
+ readonly ETC_GMT0: "ETC_GMT0";
471
+ readonly ETC_GMT_ADD_0: "ETC_GMT_ADD_0";
472
+ readonly ETC_GMT_ADD_1: "ETC_GMT_ADD_1";
473
+ readonly ETC_GMT_ADD_10: "ETC_GMT_ADD_10";
474
+ readonly ETC_GMT_ADD_11: "ETC_GMT_ADD_11";
475
+ readonly ETC_GMT_ADD_12: "ETC_GMT_ADD_12";
476
+ readonly ETC_GMT_ADD_2: "ETC_GMT_ADD_2";
477
+ readonly ETC_GMT_ADD_3: "ETC_GMT_ADD_3";
478
+ readonly ETC_GMT_ADD_4: "ETC_GMT_ADD_4";
479
+ readonly ETC_GMT_ADD_5: "ETC_GMT_ADD_5";
480
+ readonly ETC_GMT_ADD_6: "ETC_GMT_ADD_6";
481
+ readonly ETC_GMT_ADD_7: "ETC_GMT_ADD_7";
482
+ readonly ETC_GMT_ADD_8: "ETC_GMT_ADD_8";
483
+ readonly ETC_GMT_ADD_9: "ETC_GMT_ADD_9";
484
+ readonly ETC_GMT_NEG_0: "ETC_GMT_NEG_0";
485
+ readonly ETC_GMT_NEG_1: "ETC_GMT_NEG_1";
486
+ readonly ETC_GMT_NEG_10: "ETC_GMT_NEG_10";
487
+ readonly ETC_GMT_NEG_11: "ETC_GMT_NEG_11";
488
+ readonly ETC_GMT_NEG_12: "ETC_GMT_NEG_12";
489
+ readonly ETC_GMT_NEG_13: "ETC_GMT_NEG_13";
490
+ readonly ETC_GMT_NEG_14: "ETC_GMT_NEG_14";
491
+ readonly ETC_GMT_NEG_2: "ETC_GMT_NEG_2";
492
+ readonly ETC_GMT_NEG_3: "ETC_GMT_NEG_3";
493
+ readonly ETC_GMT_NEG_4: "ETC_GMT_NEG_4";
494
+ readonly ETC_GMT_NEG_5: "ETC_GMT_NEG_5";
495
+ readonly ETC_GMT_NEG_6: "ETC_GMT_NEG_6";
496
+ readonly ETC_GMT_NEG_7: "ETC_GMT_NEG_7";
497
+ readonly ETC_GMT_NEG_8: "ETC_GMT_NEG_8";
498
+ readonly ETC_GMT_NEG_9: "ETC_GMT_NEG_9";
499
+ readonly EUROPE_DUBLIN: "EUROPE_DUBLIN";
500
+ readonly EUROPE_LONDON: "EUROPE_LONDON";
501
+ readonly EUROPE_PARIS: "EUROPE_PARIS";
502
+ readonly EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM";
503
+ readonly EUROPE_ZURICH: "EUROPE_ZURICH";
504
+ readonly ISRAEL: "ISRAEL";
505
+ readonly MEXICO_GENERAL: "MEXICO_GENERAL";
506
+ readonly MST7MDT: "MST7MDT";
507
+ readonly PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND";
508
+ readonly US_CENTRAL: "US_CENTRAL";
509
+ readonly US_EASTERN: "US_EASTERN";
510
+ readonly US_MOUNTAIN: "US_MOUNTAIN";
511
+ readonly US_PACIFIC: "US_PACIFIC";
512
+ readonly UTC: "UTC";
513
+ };
514
+ /**
515
+ * @public
516
+ */
517
+ export type Timezone = (typeof Timezone)[keyof typeof Timezone];
518
+ /**
519
+ * @public
520
+ * @enum
521
+ */
522
+ export declare const DataSourceErrorType: {
523
+ readonly ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION";
524
+ readonly CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION";
525
+ readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION";
526
+ readonly RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION";
527
+ readonly SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION";
528
+ readonly THROTTLING_EXCEPTION: "THROTTLING_EXCEPTION";
529
+ readonly VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION";
530
+ };
531
+ /**
532
+ * @public
533
+ */
534
+ export type DataSourceErrorType = (typeof DataSourceErrorType)[keyof typeof DataSourceErrorType];
535
+ /**
536
+ * @public
537
+ * @enum
538
+ */
539
+ export declare const DataSourceRunStatus: {
540
+ readonly FAILED: "FAILED";
541
+ readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
542
+ readonly REQUESTED: "REQUESTED";
543
+ readonly RUNNING: "RUNNING";
544
+ readonly SUCCESS: "SUCCESS";
545
+ };
546
+ /**
547
+ * @public
548
+ */
549
+ export type DataSourceRunStatus = (typeof DataSourceRunStatus)[keyof typeof DataSourceRunStatus];
550
+ /**
551
+ * @public
552
+ * @enum
553
+ */
554
+ export declare const DataSourceStatus: {
555
+ readonly CREATING: "CREATING";
556
+ readonly DELETING: "DELETING";
557
+ readonly FAILED_CREATION: "FAILED_CREATION";
558
+ readonly FAILED_DELETION: "FAILED_DELETION";
559
+ readonly FAILED_UPDATE: "FAILED_UPDATE";
560
+ readonly READY: "READY";
561
+ readonly RUNNING: "RUNNING";
562
+ readonly UPDATING: "UPDATING";
563
+ };
564
+ /**
565
+ * @public
566
+ */
567
+ export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
568
+ /**
569
+ * @public
570
+ * @enum
571
+ */
572
+ export declare const DomainVersion: {
573
+ readonly V1: "V1";
574
+ readonly V2: "V2";
575
+ };
576
+ /**
577
+ * @public
578
+ */
579
+ export type DomainVersion = (typeof DomainVersion)[keyof typeof DomainVersion];
580
+ /**
581
+ * @public
582
+ * @enum
583
+ */
584
+ export declare const UserAssignment: {
585
+ readonly AUTOMATIC: "AUTOMATIC";
586
+ readonly MANUAL: "MANUAL";
587
+ };
588
+ /**
589
+ * @public
590
+ */
591
+ export type UserAssignment = (typeof UserAssignment)[keyof typeof UserAssignment];
592
+ /**
593
+ * @public
594
+ * @enum
595
+ */
596
+ export declare const DomainStatus: {
597
+ readonly AVAILABLE: "AVAILABLE";
598
+ readonly CREATING: "CREATING";
599
+ readonly CREATION_FAILED: "CREATION_FAILED";
600
+ readonly DELETED: "DELETED";
601
+ readonly DELETING: "DELETING";
602
+ readonly DELETION_FAILED: "DELETION_FAILED";
603
+ };
604
+ /**
605
+ * @public
606
+ */
607
+ export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
608
+ /**
609
+ * @public
610
+ * @enum
611
+ */
612
+ export declare const DeploymentStatus: {
613
+ readonly FAILED: "FAILED";
614
+ readonly IN_PROGRESS: "IN_PROGRESS";
615
+ readonly PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT";
616
+ readonly SUCCESSFUL: "SUCCESSFUL";
617
+ };
618
+ /**
619
+ * @public
620
+ */
621
+ export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
622
+ /**
623
+ * @public
624
+ * @enum
625
+ */
626
+ export declare const DeploymentType: {
627
+ readonly CREATE: "CREATE";
628
+ readonly DELETE: "DELETE";
629
+ readonly UPDATE: "UPDATE";
630
+ };
631
+ /**
632
+ * @public
633
+ */
634
+ export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
635
+ /**
636
+ * @public
637
+ * @enum
638
+ */
639
+ export declare const EnvironmentStatus: {
640
+ readonly ACTIVE: "ACTIVE";
641
+ readonly CREATE_FAILED: "CREATE_FAILED";
642
+ readonly CREATING: "CREATING";
643
+ readonly DELETED: "DELETED";
644
+ readonly DELETE_FAILED: "DELETE_FAILED";
645
+ readonly DELETING: "DELETING";
646
+ readonly DISABLED: "DISABLED";
647
+ readonly EXPIRED: "EXPIRED";
648
+ readonly INACCESSIBLE: "INACCESSIBLE";
649
+ readonly SUSPENDED: "SUSPENDED";
650
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
651
+ readonly UPDATING: "UPDATING";
652
+ readonly VALIDATION_FAILED: "VALIDATION_FAILED";
653
+ };
654
+ /**
655
+ * @public
656
+ */
657
+ export type EnvironmentStatus = (typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
658
+ /**
659
+ * @public
660
+ * @enum
661
+ */
662
+ export declare const FormTypeStatus: {
663
+ readonly DISABLED: "DISABLED";
664
+ readonly ENABLED: "ENABLED";
665
+ };
666
+ /**
667
+ * @public
668
+ */
669
+ export type FormTypeStatus = (typeof FormTypeStatus)[keyof typeof FormTypeStatus];
670
+ /**
671
+ * @public
672
+ * @enum
673
+ */
674
+ export declare const GlossaryStatus: {
675
+ readonly DISABLED: "DISABLED";
676
+ readonly ENABLED: "ENABLED";
677
+ };
678
+ /**
679
+ * @public
680
+ */
681
+ export type GlossaryStatus = (typeof GlossaryStatus)[keyof typeof GlossaryStatus];
682
+ /**
683
+ * @public
684
+ * @enum
685
+ */
686
+ export declare const GlossaryUsageRestriction: {
687
+ readonly ASSET_GOVERNED_TERMS: "ASSET_GOVERNED_TERMS";
688
+ };
689
+ /**
690
+ * @public
691
+ */
692
+ export type GlossaryUsageRestriction = (typeof GlossaryUsageRestriction)[keyof typeof GlossaryUsageRestriction];
693
+ /**
694
+ * @public
695
+ * @enum
696
+ */
697
+ export declare const GlossaryTermStatus: {
698
+ readonly DISABLED: "DISABLED";
699
+ readonly ENABLED: "ENABLED";
700
+ };
701
+ /**
702
+ * @public
703
+ */
704
+ export type GlossaryTermStatus = (typeof GlossaryTermStatus)[keyof typeof GlossaryTermStatus];
705
+ /**
706
+ * @public
707
+ * @enum
708
+ */
709
+ export declare const GroupProfileStatus: {
710
+ readonly ASSIGNED: "ASSIGNED";
711
+ readonly NOT_ASSIGNED: "NOT_ASSIGNED";
712
+ };
713
+ /**
714
+ * @public
715
+ */
716
+ export type GroupProfileStatus = (typeof GroupProfileStatus)[keyof typeof GroupProfileStatus];
717
+ /**
718
+ * @public
719
+ * @enum
720
+ */
721
+ export declare const EntityType: {
722
+ readonly ASSET: "ASSET";
723
+ readonly DATA_PRODUCT: "DATA_PRODUCT";
724
+ };
725
+ /**
726
+ * @public
727
+ */
728
+ export type EntityType = (typeof EntityType)[keyof typeof EntityType];
729
+ /**
730
+ * @public
731
+ * @enum
732
+ */
733
+ export declare const OverallDeploymentStatus: {
734
+ readonly FAILED_DEPLOYMENT: "FAILED_DEPLOYMENT";
735
+ readonly FAILED_VALIDATION: "FAILED_VALIDATION";
736
+ readonly IN_PROGRESS: "IN_PROGRESS";
737
+ readonly PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT";
738
+ readonly SUCCESSFUL: "SUCCESSFUL";
739
+ };
740
+ /**
741
+ * @public
742
+ */
743
+ export type OverallDeploymentStatus = (typeof OverallDeploymentStatus)[keyof typeof OverallDeploymentStatus];
744
+ /**
745
+ * @public
746
+ * @enum
747
+ */
748
+ export declare const ProjectStatus: {
749
+ readonly ACTIVE: "ACTIVE";
750
+ readonly DELETE_FAILED: "DELETE_FAILED";
751
+ readonly DELETING: "DELETING";
752
+ readonly MOVING: "MOVING";
753
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
754
+ readonly UPDATING: "UPDATING";
755
+ };
756
+ /**
757
+ * @public
758
+ */
759
+ export type ProjectStatus = (typeof ProjectStatus)[keyof typeof ProjectStatus];
760
+ /**
761
+ * @public
762
+ * @enum
763
+ */
764
+ export declare const ResourceTagSource: {
765
+ readonly PROJECT: "PROJECT";
766
+ readonly PROJECT_PROFILE: "PROJECT_PROFILE";
767
+ };
768
+ /**
769
+ * @public
770
+ */
771
+ export type ResourceTagSource = (typeof ResourceTagSource)[keyof typeof ResourceTagSource];
772
+ /**
773
+ * @public
774
+ * @enum
775
+ */
776
+ export declare const UserDesignation: {
777
+ readonly PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER";
778
+ readonly PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD";
779
+ readonly PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER";
780
+ readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
781
+ readonly PROJECT_OWNER: "PROJECT_OWNER";
782
+ };
783
+ /**
784
+ * @public
785
+ */
786
+ export type UserDesignation = (typeof UserDesignation)[keyof typeof UserDesignation];
787
+ /**
788
+ * @public
789
+ * @enum
790
+ */
791
+ export declare const DeploymentMode: {
792
+ readonly ON_CREATE: "ON_CREATE";
793
+ readonly ON_DEMAND: "ON_DEMAND";
794
+ };
795
+ /**
796
+ * @public
797
+ */
798
+ export type DeploymentMode = (typeof DeploymentMode)[keyof typeof DeploymentMode];
799
+ /**
800
+ * @public
801
+ * @enum
802
+ */
803
+ export declare const Status: {
804
+ readonly DISABLED: "DISABLED";
805
+ readonly ENABLED: "ENABLED";
806
+ };
807
+ /**
808
+ * @public
809
+ */
810
+ export type Status = (typeof Status)[keyof typeof Status];
811
+ /**
812
+ * @public
813
+ * @enum
814
+ */
815
+ export declare const RuleAction: {
816
+ readonly CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET";
817
+ readonly CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST";
818
+ };
819
+ /**
820
+ * @public
821
+ */
822
+ export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
823
+ /**
824
+ * @public
825
+ * @enum
826
+ */
827
+ export declare const RuleType: {
828
+ readonly GLOSSARY_TERM_ENFORCEMENT: "GLOSSARY_TERM_ENFORCEMENT";
829
+ readonly METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT";
830
+ };
831
+ /**
832
+ * @public
833
+ */
834
+ export type RuleType = (typeof RuleType)[keyof typeof RuleType];
835
+ /**
836
+ * @public
837
+ * @enum
838
+ */
839
+ export declare const RuleTargetType: {
840
+ readonly DOMAIN_UNIT: "DOMAIN_UNIT";
841
+ };
842
+ /**
843
+ * @public
844
+ */
845
+ export type RuleTargetType = (typeof RuleTargetType)[keyof typeof RuleTargetType];
846
+ /**
847
+ * @public
848
+ * @enum
849
+ */
850
+ export declare const SubscriptionGrantStatus: {
851
+ readonly GRANTED: "GRANTED";
852
+ readonly GRANT_FAILED: "GRANT_FAILED";
853
+ readonly GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS";
854
+ readonly GRANT_PENDING: "GRANT_PENDING";
855
+ readonly REVOKED: "REVOKED";
856
+ readonly REVOKE_FAILED: "REVOKE_FAILED";
857
+ readonly REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS";
858
+ readonly REVOKE_PENDING: "REVOKE_PENDING";
859
+ };
860
+ /**
861
+ * @public
862
+ */
863
+ export type SubscriptionGrantStatus = (typeof SubscriptionGrantStatus)[keyof typeof SubscriptionGrantStatus];
864
+ /**
865
+ * @public
866
+ * @enum
867
+ */
868
+ export declare const SubscriptionGrantOverallStatus: {
869
+ readonly COMPLETED: "COMPLETED";
870
+ readonly GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED";
871
+ readonly GRANT_FAILED: "GRANT_FAILED";
872
+ readonly INACCESSIBLE: "INACCESSIBLE";
873
+ readonly IN_PROGRESS: "IN_PROGRESS";
874
+ readonly PENDING: "PENDING";
875
+ readonly REVOKE_FAILED: "REVOKE_FAILED";
876
+ };
877
+ /**
878
+ * @public
879
+ */
880
+ export type SubscriptionGrantOverallStatus = (typeof SubscriptionGrantOverallStatus)[keyof typeof SubscriptionGrantOverallStatus];
881
+ /**
882
+ * @public
883
+ * @enum
884
+ */
885
+ export declare const UserType: {
886
+ readonly IAM_ROLE: "IAM_ROLE";
887
+ readonly IAM_USER: "IAM_USER";
888
+ readonly SSO_USER: "SSO_USER";
889
+ };
890
+ /**
891
+ * @public
892
+ */
893
+ export type UserType = (typeof UserType)[keyof typeof UserType];
894
+ /**
895
+ * @public
896
+ * @enum
897
+ */
898
+ export declare const UserProfileStatus: {
899
+ readonly ACTIVATED: "ACTIVATED";
900
+ readonly ASSIGNED: "ASSIGNED";
901
+ readonly DEACTIVATED: "DEACTIVATED";
902
+ readonly NOT_ASSIGNED: "NOT_ASSIGNED";
903
+ };
904
+ /**
905
+ * @public
906
+ */
907
+ export type UserProfileStatus = (typeof UserProfileStatus)[keyof typeof UserProfileStatus];
908
+ /**
909
+ * @public
910
+ * @enum
911
+ */
912
+ export declare const UserProfileType: {
913
+ readonly IAM: "IAM";
914
+ readonly SSO: "SSO";
915
+ };
916
+ /**
917
+ * @public
918
+ */
919
+ export type UserProfileType = (typeof UserProfileType)[keyof typeof UserProfileType];
920
+ /**
921
+ * @public
922
+ * @enum
923
+ */
924
+ export declare const DataAssetActivityStatus: {
925
+ readonly FAILED: "FAILED";
926
+ readonly PUBLISHING_FAILED: "PUBLISHING_FAILED";
927
+ readonly SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED";
928
+ readonly SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED";
929
+ readonly SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS";
930
+ readonly SUCCEEDED_CREATED: "SUCCEEDED_CREATED";
931
+ readonly SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED";
932
+ readonly UNCHANGED: "UNCHANGED";
933
+ };
934
+ /**
935
+ * @public
936
+ */
937
+ export type DataAssetActivityStatus = (typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
938
+ /**
939
+ * @public
940
+ * @enum
941
+ */
942
+ export declare const SelfGrantStatus: {
943
+ readonly GRANTED: "GRANTED";
944
+ readonly GRANT_FAILED: "GRANT_FAILED";
945
+ readonly GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS";
946
+ readonly GRANT_PENDING: "GRANT_PENDING";
947
+ readonly REVOKE_FAILED: "REVOKE_FAILED";
948
+ readonly REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS";
949
+ readonly REVOKE_PENDING: "REVOKE_PENDING";
950
+ };
951
+ /**
952
+ * @public
953
+ */
954
+ export type SelfGrantStatus = (typeof SelfGrantStatus)[keyof typeof SelfGrantStatus];
955
+ /**
956
+ * @public
957
+ * @enum
958
+ */
959
+ export declare const LineageImportStatus: {
960
+ readonly FAILED: "FAILED";
961
+ readonly IN_PROGRESS: "IN_PROGRESS";
962
+ readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
963
+ readonly SUCCESS: "SUCCESS";
964
+ };
965
+ /**
966
+ * @public
967
+ */
968
+ export type LineageImportStatus = (typeof LineageImportStatus)[keyof typeof LineageImportStatus];
969
+ /**
970
+ * @public
971
+ * @enum
972
+ */
973
+ export declare const DataSourceRunType: {
974
+ readonly PRIORITIZED: "PRIORITIZED";
975
+ readonly SCHEDULED: "SCHEDULED";
976
+ };
977
+ /**
978
+ * @public
979
+ */
980
+ export type DataSourceRunType = (typeof DataSourceRunType)[keyof typeof DataSourceRunType];
981
+ /**
982
+ * @public
983
+ * @enum
984
+ */
985
+ export declare const LineageEventProcessingStatus: {
986
+ readonly FAILED: "FAILED";
987
+ readonly PROCESSING: "PROCESSING";
988
+ readonly REQUESTED: "REQUESTED";
989
+ readonly SUCCESS: "SUCCESS";
990
+ };
991
+ /**
992
+ * @public
993
+ */
994
+ export type LineageEventProcessingStatus = (typeof LineageEventProcessingStatus)[keyof typeof LineageEventProcessingStatus];
995
+ /**
996
+ * @public
997
+ * @enum
998
+ */
999
+ export declare const TimeSeriesEntityType: {
1000
+ readonly ASSET: "ASSET";
1001
+ readonly LISTING: "LISTING";
1002
+ };
1003
+ /**
1004
+ * @public
1005
+ */
1006
+ export type TimeSeriesEntityType = (typeof TimeSeriesEntityType)[keyof typeof TimeSeriesEntityType];
1007
+ /**
1008
+ * @public
1009
+ * @enum
1010
+ */
1011
+ export declare const JobType: {
1012
+ readonly LINEAGE: "LINEAGE";
1013
+ };
1014
+ /**
1015
+ * @public
1016
+ */
1017
+ export type JobType = (typeof JobType)[keyof typeof JobType];
1018
+ /**
1019
+ * @public
1020
+ * @enum
1021
+ */
1022
+ export declare const JobRunMode: {
1023
+ readonly ON_DEMAND: "ON_DEMAND";
1024
+ readonly SCHEDULED: "SCHEDULED";
1025
+ };
1026
+ /**
1027
+ * @public
1028
+ */
1029
+ export type JobRunMode = (typeof JobRunMode)[keyof typeof JobRunMode];
1030
+ /**
1031
+ * @public
1032
+ * @enum
1033
+ */
1034
+ export declare const JobRunStatus: {
1035
+ readonly ABORTED: "ABORTED";
1036
+ readonly CANCELED: "CANCELED";
1037
+ readonly FAILED: "FAILED";
1038
+ readonly IN_PROGRESS: "IN_PROGRESS";
1039
+ readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
1040
+ readonly SCHEDULED: "SCHEDULED";
1041
+ readonly SUCCESS: "SUCCESS";
1042
+ readonly TIMED_OUT: "TIMED_OUT";
1043
+ };
1044
+ /**
1045
+ * @public
1046
+ */
1047
+ export type JobRunStatus = (typeof JobRunStatus)[keyof typeof JobRunStatus];
1048
+ /**
1049
+ * @public
1050
+ * @enum
1051
+ */
1052
+ export declare const SortFieldAccountPool: {
1053
+ readonly NAME: "NAME";
1054
+ };
1055
+ /**
1056
+ * @public
1057
+ */
1058
+ export type SortFieldAccountPool = (typeof SortFieldAccountPool)[keyof typeof SortFieldAccountPool];
1059
+ /**
1060
+ * @public
1061
+ * @enum
1062
+ */
1063
+ export declare const SortOrder: {
1064
+ readonly ASCENDING: "ASCENDING";
1065
+ readonly DESCENDING: "DESCENDING";
1066
+ };
1067
+ /**
1068
+ * @public
1069
+ */
1070
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1071
+ /**
1072
+ * @public
1073
+ * @enum
1074
+ */
1075
+ export declare const SortFieldConnection: {
1076
+ readonly NAME: "NAME";
1077
+ };
1078
+ /**
1079
+ * @public
1080
+ */
1081
+ export type SortFieldConnection = (typeof SortFieldConnection)[keyof typeof SortFieldConnection];
1082
+ /**
1083
+ * @public
1084
+ * @enum
1085
+ */
1086
+ export declare const OpenLineageRunState: {
1087
+ readonly ABORT: "ABORT";
1088
+ readonly COMPLETE: "COMPLETE";
1089
+ readonly FAIL: "FAIL";
1090
+ readonly OTHER: "OTHER";
1091
+ readonly RUNNING: "RUNNING";
1092
+ readonly START: "START";
1093
+ };
1094
+ /**
1095
+ * @public
1096
+ */
1097
+ export type OpenLineageRunState = (typeof OpenLineageRunState)[keyof typeof OpenLineageRunState];
1098
+ /**
1099
+ * @public
1100
+ * @enum
1101
+ */
1102
+ export declare const EdgeDirection: {
1103
+ readonly DOWNSTREAM: "DOWNSTREAM";
1104
+ readonly UPSTREAM: "UPSTREAM";
1105
+ };
1106
+ /**
1107
+ * @public
1108
+ */
1109
+ export type EdgeDirection = (typeof EdgeDirection)[keyof typeof EdgeDirection];
1110
+ /**
1111
+ * @public
1112
+ * @enum
1113
+ */
1114
+ export declare const TaskStatus: {
1115
+ readonly ACTIVE: "ACTIVE";
1116
+ readonly INACTIVE: "INACTIVE";
1117
+ };
1118
+ /**
1119
+ * @public
1120
+ */
1121
+ export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
1122
+ /**
1123
+ * @public
1124
+ * @enum
1125
+ */
1126
+ export declare const NotificationType: {
1127
+ readonly EVENT: "EVENT";
1128
+ readonly TASK: "TASK";
1129
+ };
1130
+ /**
1131
+ * @public
1132
+ */
1133
+ export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
1134
+ /**
1135
+ * @public
1136
+ * @enum
1137
+ */
1138
+ export declare const NotificationResourceType: {
1139
+ readonly PROJECT: "PROJECT";
1140
+ };
1141
+ /**
1142
+ * @public
1143
+ */
1144
+ export type NotificationResourceType = (typeof NotificationResourceType)[keyof typeof NotificationResourceType];
1145
+ /**
1146
+ * @public
1147
+ * @enum
1148
+ */
1149
+ export declare const NotificationRole: {
1150
+ readonly DOMAIN_OWNER: "DOMAIN_OWNER";
1151
+ readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
1152
+ readonly PROJECT_OWNER: "PROJECT_OWNER";
1153
+ readonly PROJECT_SUBSCRIBER: "PROJECT_SUBSCRIBER";
1154
+ readonly PROJECT_VIEWER: "PROJECT_VIEWER";
1155
+ };
1156
+ /**
1157
+ * @public
1158
+ */
1159
+ export type NotificationRole = (typeof NotificationRole)[keyof typeof NotificationRole];
1160
+ /**
1161
+ * @public
1162
+ * @enum
1163
+ */
1164
+ export declare const SortFieldProject: {
1165
+ readonly NAME: "NAME";
1166
+ };
1167
+ /**
1168
+ * @public
1169
+ */
1170
+ export type SortFieldProject = (typeof SortFieldProject)[keyof typeof SortFieldProject];
1171
+ /**
1172
+ * @public
1173
+ * @enum
1174
+ */
1175
+ export declare const SortKey: {
1176
+ readonly CREATED_AT: "CREATED_AT";
1177
+ readonly UPDATED_AT: "UPDATED_AT";
1178
+ };
1179
+ /**
1180
+ * @public
1181
+ */
1182
+ export type SortKey = (typeof SortKey)[keyof typeof SortKey];
1183
+ /**
1184
+ * @public
1185
+ * @enum
1186
+ */
1187
+ export declare const MetadataGenerationRunStatus: {
1188
+ readonly CANCELED: "CANCELED";
1189
+ readonly FAILED: "FAILED";
1190
+ readonly IN_PROGRESS: "IN_PROGRESS";
1191
+ readonly SUBMITTED: "SUBMITTED";
1192
+ readonly SUCCEEDED: "SUCCEEDED";
1193
+ };
1194
+ /**
1195
+ * @public
1196
+ */
1197
+ export type MetadataGenerationRunStatus = (typeof MetadataGenerationRunStatus)[keyof typeof MetadataGenerationRunStatus];
1198
+ /**
1199
+ * @public
1200
+ * @enum
1201
+ */
1202
+ export declare const MetadataGenerationTargetType: {
1203
+ readonly ASSET: "ASSET";
1204
+ };
1205
+ /**
1206
+ * @public
1207
+ */
1208
+ export type MetadataGenerationTargetType = (typeof MetadataGenerationTargetType)[keyof typeof MetadataGenerationTargetType];
1209
+ /**
1210
+ * @public
1211
+ * @enum
1212
+ */
1213
+ export declare const MetadataGenerationRunType: {
1214
+ readonly BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS";
1215
+ };
1216
+ /**
1217
+ * @public
1218
+ */
1219
+ export type MetadataGenerationRunType = (typeof MetadataGenerationRunType)[keyof typeof MetadataGenerationRunType];
1220
+ /**
1221
+ * @public
1222
+ * @enum
1223
+ */
1224
+ export declare const RejectRuleBehavior: {
1225
+ readonly ALL: "ALL";
1226
+ readonly NONE: "NONE";
1227
+ };
1228
+ /**
1229
+ * @public
1230
+ */
1231
+ export type RejectRuleBehavior = (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
1232
+ /**
1233
+ * @public
1234
+ * @enum
1235
+ */
1236
+ export declare const SearchOutputAdditionalAttribute: {
1237
+ readonly FORMS: "FORMS";
1238
+ readonly TEXT_MATCH_RATIONALE: "TEXT_MATCH_RATIONALE";
1239
+ readonly TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS";
1240
+ };
1241
+ /**
1242
+ * @public
1243
+ */
1244
+ export type SearchOutputAdditionalAttribute = (typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
1245
+ /**
1246
+ * @public
1247
+ * @enum
1248
+ */
1249
+ export declare const InventorySearchScope: {
1250
+ readonly ASSET: "ASSET";
1251
+ readonly DATA_PRODUCT: "DATA_PRODUCT";
1252
+ readonly GLOSSARY: "GLOSSARY";
1253
+ readonly GLOSSARY_TERM: "GLOSSARY_TERM";
1254
+ };
1255
+ /**
1256
+ * @public
1257
+ */
1258
+ export type InventorySearchScope = (typeof InventorySearchScope)[keyof typeof InventorySearchScope];
1259
+ /**
1260
+ * @public
1261
+ * @enum
1262
+ */
1263
+ export declare const GroupSearchType: {
1264
+ readonly DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP";
1265
+ readonly SSO_GROUP: "SSO_GROUP";
1266
+ };
1267
+ /**
1268
+ * @public
1269
+ */
1270
+ export type GroupSearchType = (typeof GroupSearchType)[keyof typeof GroupSearchType];
1271
+ /**
1272
+ * @public
1273
+ * @enum
1274
+ */
1275
+ export declare const TypesSearchScope: {
1276
+ readonly ASSET_TYPE: "ASSET_TYPE";
1277
+ readonly FORM_TYPE: "FORM_TYPE";
1278
+ readonly LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE";
1279
+ };
1280
+ /**
1281
+ * @public
1282
+ */
1283
+ export type TypesSearchScope = (typeof TypesSearchScope)[keyof typeof TypesSearchScope];
1284
+ /**
1285
+ * @public
1286
+ * @enum
1287
+ */
1288
+ export declare const UserSearchType: {
1289
+ readonly DATAZONE_IAM_USER: "DATAZONE_IAM_USER";
1290
+ readonly DATAZONE_SSO_USER: "DATAZONE_SSO_USER";
1291
+ readonly DATAZONE_USER: "DATAZONE_USER";
1292
+ readonly SSO_USER: "SSO_USER";
1293
+ };
1294
+ /**
1295
+ * @public
1296
+ */
1297
+ export type UserSearchType = (typeof UserSearchType)[keyof typeof UserSearchType];