@aws-sdk/client-datazone 3.934.0 → 3.936.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +837 -648
  3. package/dist-es/DataZone.js +6 -0
  4. package/dist-es/commands/BatchGetAttributesMetadataCommand.js +16 -0
  5. package/dist-es/commands/BatchPutAttributesMetadataCommand.js +16 -0
  6. package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/index.js +2 -1
  9. package/dist-es/models/enums.js +569 -0
  10. package/dist-es/models/errors.js +99 -0
  11. package/dist-es/models/models_0.js +1 -446
  12. package/dist-es/models/models_1.js +1 -174
  13. package/dist-es/models/models_2.js +1 -43
  14. package/dist-es/schemas/schemas_0.js +150 -6
  15. package/dist-types/DataZone.d.ts +21 -0
  16. package/dist-types/DataZoneClient.d.ts +5 -2
  17. package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +117 -0
  18. package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +122 -0
  19. package/dist-types/commands/CreateProjectCommand.d.ts +1 -2
  20. package/dist-types/commands/CreateProjectMembershipCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateProjectProfileCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateRuleCommand.d.ts +12 -2
  23. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  29. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  30. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
  31. package/dist-types/commands/GetRuleCommand.d.ts +7 -2
  32. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  34. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -2
  35. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
  40. package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
  41. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  42. package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
  43. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  44. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  45. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  46. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  47. package/dist-types/commands/SearchCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
  49. package/dist-types/commands/SearchListingsCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchTypesCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +96 -0
  59. package/dist-types/commands/UpdateRuleCommand.d.ts +12 -2
  60. package/dist-types/commands/index.d.ts +3 -0
  61. package/dist-types/index.d.ts +5 -1
  62. package/dist-types/models/enums.d.ts +1297 -0
  63. package/dist-types/models/errors.d.ts +100 -0
  64. package/dist-types/models/models_0.d.ts +1716 -820
  65. package/dist-types/models/models_1.d.ts +5037 -4324
  66. package/dist-types/models/models_2.d.ts +33 -2816
  67. package/dist-types/schemas/schemas_0.d.ts +21 -1
  68. package/dist-types/ts3.4/DataZone.d.ts +51 -0
  69. package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
  70. package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -2
  73. package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +4 -2
  88. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  114. package/dist-types/ts3.4/index.d.ts +5 -1
  115. package/dist-types/ts3.4/models/enums.d.ts +728 -0
  116. package/dist-types/ts3.4/models/errors.d.ts +58 -0
  117. package/dist-types/ts3.4/models/models_0.d.ts +560 -490
  118. package/dist-types/ts3.4/models/models_1.d.ts +845 -788
  119. package/dist-types/ts3.4/models/models_2.d.ts +31 -810
  120. package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -1
  121. package/package.json +19 -19
  122. package/dist-es/models/index.js +0 -3
  123. package/dist-types/models/index.d.ts +0 -3
  124. package/dist-types/ts3.4/models/index.d.ts +0 -3
@@ -0,0 +1,99 @@
1
+ import { DataZoneServiceException as __BaseException } from "./DataZoneServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "AccessDeniedException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
+ }
13
+ }
14
+ export class ConflictException extends __BaseException {
15
+ name = "ConflictException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "ConflictException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, ConflictException.prototype);
24
+ }
25
+ }
26
+ export class InternalServerException extends __BaseException {
27
+ name = "InternalServerException";
28
+ $fault = "server";
29
+ $retryable = {};
30
+ constructor(opts) {
31
+ super({
32
+ name: "InternalServerException",
33
+ $fault: "server",
34
+ ...opts,
35
+ });
36
+ Object.setPrototypeOf(this, InternalServerException.prototype);
37
+ }
38
+ }
39
+ export class ResourceNotFoundException extends __BaseException {
40
+ name = "ResourceNotFoundException";
41
+ $fault = "client";
42
+ constructor(opts) {
43
+ super({
44
+ name: "ResourceNotFoundException",
45
+ $fault: "client",
46
+ ...opts,
47
+ });
48
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
49
+ }
50
+ }
51
+ export class ThrottlingException extends __BaseException {
52
+ name = "ThrottlingException";
53
+ $fault = "client";
54
+ $retryable = {};
55
+ constructor(opts) {
56
+ super({
57
+ name: "ThrottlingException",
58
+ $fault: "client",
59
+ ...opts,
60
+ });
61
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
62
+ }
63
+ }
64
+ export class UnauthorizedException extends __BaseException {
65
+ name = "UnauthorizedException";
66
+ $fault = "client";
67
+ constructor(opts) {
68
+ super({
69
+ name: "UnauthorizedException",
70
+ $fault: "client",
71
+ ...opts,
72
+ });
73
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
74
+ }
75
+ }
76
+ export class ValidationException extends __BaseException {
77
+ name = "ValidationException";
78
+ $fault = "client";
79
+ constructor(opts) {
80
+ super({
81
+ name: "ValidationException",
82
+ $fault: "client",
83
+ ...opts,
84
+ });
85
+ Object.setPrototypeOf(this, ValidationException.prototype);
86
+ }
87
+ }
88
+ export class ServiceQuotaExceededException extends __BaseException {
89
+ name = "ServiceQuotaExceededException";
90
+ $fault = "client";
91
+ constructor(opts) {
92
+ super({
93
+ name: "ServiceQuotaExceededException",
94
+ $fault: "client",
95
+ ...opts,
96
+ });
97
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
98
+ }
99
+ }
@@ -1,446 +1 @@
1
- import { DataZoneServiceException as __BaseException } from "./DataZoneServiceException";
2
- export const AcceptRuleBehavior = {
3
- ALL: "ALL",
4
- NONE: "NONE",
5
- };
6
- export class AccessDeniedException extends __BaseException {
7
- name = "AccessDeniedException";
8
- $fault = "client";
9
- constructor(opts) {
10
- super({
11
- name: "AccessDeniedException",
12
- $fault: "client",
13
- ...opts,
14
- });
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- }
17
- }
18
- export class ConflictException extends __BaseException {
19
- name = "ConflictException";
20
- $fault = "client";
21
- constructor(opts) {
22
- super({
23
- name: "ConflictException",
24
- $fault: "client",
25
- ...opts,
26
- });
27
- Object.setPrototypeOf(this, ConflictException.prototype);
28
- }
29
- }
30
- export class InternalServerException extends __BaseException {
31
- name = "InternalServerException";
32
- $fault = "server";
33
- $retryable = {};
34
- constructor(opts) {
35
- super({
36
- name: "InternalServerException",
37
- $fault: "server",
38
- ...opts,
39
- });
40
- Object.setPrototypeOf(this, InternalServerException.prototype);
41
- }
42
- }
43
- export class ResourceNotFoundException extends __BaseException {
44
- name = "ResourceNotFoundException";
45
- $fault = "client";
46
- constructor(opts) {
47
- super({
48
- name: "ResourceNotFoundException",
49
- $fault: "client",
50
- ...opts,
51
- });
52
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
53
- }
54
- }
55
- export class ThrottlingException extends __BaseException {
56
- name = "ThrottlingException";
57
- $fault = "client";
58
- $retryable = {};
59
- constructor(opts) {
60
- super({
61
- name: "ThrottlingException",
62
- $fault: "client",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, ThrottlingException.prototype);
66
- }
67
- }
68
- export class UnauthorizedException extends __BaseException {
69
- name = "UnauthorizedException";
70
- $fault = "client";
71
- constructor(opts) {
72
- super({
73
- name: "UnauthorizedException",
74
- $fault: "client",
75
- ...opts,
76
- });
77
- Object.setPrototypeOf(this, UnauthorizedException.prototype);
78
- }
79
- }
80
- export class ValidationException extends __BaseException {
81
- name = "ValidationException";
82
- $fault = "client";
83
- constructor(opts) {
84
- super({
85
- name: "ValidationException",
86
- $fault: "client",
87
- ...opts,
88
- });
89
- Object.setPrototypeOf(this, ValidationException.prototype);
90
- }
91
- }
92
- export const S3Permission = {
93
- READ: "READ",
94
- WRITE: "WRITE",
95
- };
96
- export const SubscriptionRequestStatus = {
97
- ACCEPTED: "ACCEPTED",
98
- PENDING: "PENDING",
99
- REJECTED: "REJECTED",
100
- };
101
- export class ServiceQuotaExceededException extends __BaseException {
102
- name = "ServiceQuotaExceededException";
103
- $fault = "client";
104
- constructor(opts) {
105
- super({
106
- name: "ServiceQuotaExceededException",
107
- $fault: "client",
108
- ...opts,
109
- });
110
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
111
- }
112
- }
113
- export const ResolutionStrategy = {
114
- MANUAL: "MANUAL",
115
- };
116
- export const DataZoneEntityType = {
117
- DOMAIN_UNIT: "DOMAIN_UNIT",
118
- };
119
- export const TargetEntityType = {
120
- ASSET_TYPE: "ASSET_TYPE",
121
- DOMAIN_UNIT: "DOMAIN_UNIT",
122
- ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION",
123
- ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE",
124
- };
125
- export const ManagedPolicyType = {
126
- ADD_TO_PROJECT_MEMBER_POOL: "ADD_TO_PROJECT_MEMBER_POOL",
127
- CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE",
128
- CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT",
129
- CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT",
130
- CREATE_ENVIRONMENT_FROM_BLUEPRINT: "CREATE_ENVIRONMENT_FROM_BLUEPRINT",
131
- CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE",
132
- CREATE_FORM_TYPE: "CREATE_FORM_TYPE",
133
- CREATE_GLOSSARY: "CREATE_GLOSSARY",
134
- CREATE_PROJECT: "CREATE_PROJECT",
135
- CREATE_PROJECT_FROM_PROJECT_PROFILE: "CREATE_PROJECT_FROM_PROJECT_PROFILE",
136
- DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE",
137
- OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS",
138
- OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS",
139
- USE_ASSET_TYPE: "USE_ASSET_TYPE",
140
- };
141
- export const DomainUnitDesignation = {
142
- OWNER: "OWNER",
143
- };
144
- export const ProjectDesignation = {
145
- CONTRIBUTOR: "CONTRIBUTOR",
146
- OWNER: "OWNER",
147
- PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
148
- };
149
- export const ListingStatus = {
150
- ACTIVE: "ACTIVE",
151
- CREATING: "CREATING",
152
- INACTIVE: "INACTIVE",
153
- };
154
- export const FilterStatus = {
155
- INVALID: "INVALID",
156
- VALID: "VALID",
157
- };
158
- export const RuleScopeSelectionMode = {
159
- ALL: "ALL",
160
- SPECIFIC: "SPECIFIC",
161
- };
162
- export const GovernedEntityType = {
163
- ASSET: "ASSET",
164
- };
165
- export const AuthenticationType = {
166
- BASIC: "BASIC",
167
- CUSTOM: "CUSTOM",
168
- OAUTH2: "OAUTH2",
169
- };
170
- export const OAuth2GrantType = {
171
- AUTHORIZATION_CODE: "AUTHORIZATION_CODE",
172
- CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS",
173
- JWT_BEARER: "JWT_BEARER",
174
- };
175
- export const AuthType = {
176
- DISABLED: "DISABLED",
177
- IAM_IDC: "IAM_IDC",
178
- };
179
- export const SubscriptionStatus = {
180
- APPROVED: "APPROVED",
181
- CANCELLED: "CANCELLED",
182
- REVOKED: "REVOKED",
183
- };
184
- export const ChangeAction = {
185
- PUBLISH: "PUBLISH",
186
- UNPUBLISH: "UNPUBLISH",
187
- };
188
- export const ComputeEnvironments = {
189
- ATHENA: "ATHENA",
190
- PYTHON: "PYTHON",
191
- SPARK: "SPARK",
192
- };
193
- export const ConfigurableActionTypeAuthorization = {
194
- HTTPS: "HTTPS",
195
- IAM: "IAM",
196
- };
197
- export const GlueConnectionType = {
198
- BIGQUERY: "BIGQUERY",
199
- DOCUMENTDB: "DOCUMENTDB",
200
- DYNAMODB: "DYNAMODB",
201
- MYSQL: "MYSQL",
202
- OPENSEARCH: "OPENSEARCH",
203
- ORACLE: "ORACLE",
204
- POSTGRESQL: "POSTGRESQL",
205
- REDSHIFT: "REDSHIFT",
206
- SAPHANA: "SAPHANA",
207
- SNOWFLAKE: "SNOWFLAKE",
208
- SQLSERVER: "SQLSERVER",
209
- TERADATA: "TERADATA",
210
- VERTICA: "VERTICA",
211
- };
212
- export const ConnectionStatus = {
213
- CREATE_FAILED: "CREATE_FAILED",
214
- CREATING: "CREATING",
215
- DELETED: "DELETED",
216
- DELETE_FAILED: "DELETE_FAILED",
217
- DELETING: "DELETING",
218
- READY: "READY",
219
- UPDATE_FAILED: "UPDATE_FAILED",
220
- UPDATING: "UPDATING",
221
- };
222
- export const HyperPodOrchestrator = {
223
- EKS: "EKS",
224
- SLURM: "SLURM",
225
- };
226
- export const GovernanceType = {
227
- AWS_MANAGED: "AWS_MANAGED",
228
- USER_MANAGED: "USER_MANAGED",
229
- };
230
- export const ConnectionScope = {
231
- DOMAIN: "DOMAIN",
232
- PROJECT: "PROJECT",
233
- };
234
- export const ConnectionType = {
235
- AMAZON_Q: "AMAZON_Q",
236
- ATHENA: "ATHENA",
237
- BIGQUERY: "BIGQUERY",
238
- DATABRICKS: "DATABRICKS",
239
- DOCUMENTDB: "DOCUMENTDB",
240
- DYNAMODB: "DYNAMODB",
241
- HYPERPOD: "HYPERPOD",
242
- IAM: "IAM",
243
- MLFLOW: "MLFLOW",
244
- MYSQL: "MYSQL",
245
- OPENSEARCH: "OPENSEARCH",
246
- ORACLE: "ORACLE",
247
- POSTGRESQL: "POSTGRESQL",
248
- REDSHIFT: "REDSHIFT",
249
- S3: "S3",
250
- SAPHANA: "SAPHANA",
251
- SNOWFLAKE: "SNOWFLAKE",
252
- SPARK: "SPARK",
253
- SQLSERVER: "SQLSERVER",
254
- TERADATA: "TERADATA",
255
- VERTICA: "VERTICA",
256
- WORKFLOWS_MWAA: "WORKFLOWS_MWAA",
257
- };
258
- export const Protocol = {
259
- ATHENA: "ATHENA",
260
- GLUE_INTERACTIVE_SESSION: "GLUE_INTERACTIVE_SESSION",
261
- HTTPS: "HTTPS",
262
- JDBC: "JDBC",
263
- LIVY: "LIVY",
264
- ODBC: "ODBC",
265
- PRISM: "PRISM",
266
- };
267
- export const DataProductItemType = {
268
- ASSET: "ASSET",
269
- };
270
- export const DataProductStatus = {
271
- CREATED: "CREATED",
272
- CREATE_FAILED: "CREATE_FAILED",
273
- CREATING: "CREATING",
274
- };
275
- export const FilterExpressionType = {
276
- EXCLUDE: "EXCLUDE",
277
- INCLUDE: "INCLUDE",
278
- };
279
- export const EnableSetting = {
280
- DISABLED: "DISABLED",
281
- ENABLED: "ENABLED",
282
- };
283
- export const Timezone = {
284
- AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG",
285
- AMERICA_MONTREAL: "AMERICA_MONTREAL",
286
- AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO",
287
- ASIA_BAHRAIN: "ASIA_BAHRAIN",
288
- ASIA_BANGKOK: "ASIA_BANGKOK",
289
- ASIA_CALCUTTA: "ASIA_CALCUTTA",
290
- ASIA_DUBAI: "ASIA_DUBAI",
291
- ASIA_HONG_KONG: "ASIA_HONG_KONG",
292
- ASIA_JAKARTA: "ASIA_JAKARTA",
293
- ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR",
294
- ASIA_SEOUL: "ASIA_SEOUL",
295
- ASIA_SHANGHAI: "ASIA_SHANGHAI",
296
- ASIA_SINGAPORE: "ASIA_SINGAPORE",
297
- ASIA_TAIPEI: "ASIA_TAIPEI",
298
- ASIA_TOKYO: "ASIA_TOKYO",
299
- AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE",
300
- AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY",
301
- CANADA_CENTRAL: "CANADA_CENTRAL",
302
- CET: "CET",
303
- CST6CDT: "CST6CDT",
304
- ETC_GMT: "ETC_GMT",
305
- ETC_GMT0: "ETC_GMT0",
306
- ETC_GMT_ADD_0: "ETC_GMT_ADD_0",
307
- ETC_GMT_ADD_1: "ETC_GMT_ADD_1",
308
- ETC_GMT_ADD_10: "ETC_GMT_ADD_10",
309
- ETC_GMT_ADD_11: "ETC_GMT_ADD_11",
310
- ETC_GMT_ADD_12: "ETC_GMT_ADD_12",
311
- ETC_GMT_ADD_2: "ETC_GMT_ADD_2",
312
- ETC_GMT_ADD_3: "ETC_GMT_ADD_3",
313
- ETC_GMT_ADD_4: "ETC_GMT_ADD_4",
314
- ETC_GMT_ADD_5: "ETC_GMT_ADD_5",
315
- ETC_GMT_ADD_6: "ETC_GMT_ADD_6",
316
- ETC_GMT_ADD_7: "ETC_GMT_ADD_7",
317
- ETC_GMT_ADD_8: "ETC_GMT_ADD_8",
318
- ETC_GMT_ADD_9: "ETC_GMT_ADD_9",
319
- ETC_GMT_NEG_0: "ETC_GMT_NEG_0",
320
- ETC_GMT_NEG_1: "ETC_GMT_NEG_1",
321
- ETC_GMT_NEG_10: "ETC_GMT_NEG_10",
322
- ETC_GMT_NEG_11: "ETC_GMT_NEG_11",
323
- ETC_GMT_NEG_12: "ETC_GMT_NEG_12",
324
- ETC_GMT_NEG_13: "ETC_GMT_NEG_13",
325
- ETC_GMT_NEG_14: "ETC_GMT_NEG_14",
326
- ETC_GMT_NEG_2: "ETC_GMT_NEG_2",
327
- ETC_GMT_NEG_3: "ETC_GMT_NEG_3",
328
- ETC_GMT_NEG_4: "ETC_GMT_NEG_4",
329
- ETC_GMT_NEG_5: "ETC_GMT_NEG_5",
330
- ETC_GMT_NEG_6: "ETC_GMT_NEG_6",
331
- ETC_GMT_NEG_7: "ETC_GMT_NEG_7",
332
- ETC_GMT_NEG_8: "ETC_GMT_NEG_8",
333
- ETC_GMT_NEG_9: "ETC_GMT_NEG_9",
334
- EUROPE_DUBLIN: "EUROPE_DUBLIN",
335
- EUROPE_LONDON: "EUROPE_LONDON",
336
- EUROPE_PARIS: "EUROPE_PARIS",
337
- EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM",
338
- EUROPE_ZURICH: "EUROPE_ZURICH",
339
- ISRAEL: "ISRAEL",
340
- MEXICO_GENERAL: "MEXICO_GENERAL",
341
- MST7MDT: "MST7MDT",
342
- PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND",
343
- US_CENTRAL: "US_CENTRAL",
344
- US_EASTERN: "US_EASTERN",
345
- US_MOUNTAIN: "US_MOUNTAIN",
346
- US_PACIFIC: "US_PACIFIC",
347
- UTC: "UTC",
348
- };
349
- export const DataSourceErrorType = {
350
- ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
351
- CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION",
352
- INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION",
353
- RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION",
354
- SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
355
- THROTTLING_EXCEPTION: "THROTTLING_EXCEPTION",
356
- VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION",
357
- };
358
- export const DataSourceRunStatus = {
359
- FAILED: "FAILED",
360
- PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
361
- REQUESTED: "REQUESTED",
362
- RUNNING: "RUNNING",
363
- SUCCESS: "SUCCESS",
364
- };
365
- export const DataSourceStatus = {
366
- CREATING: "CREATING",
367
- DELETING: "DELETING",
368
- FAILED_CREATION: "FAILED_CREATION",
369
- FAILED_DELETION: "FAILED_DELETION",
370
- FAILED_UPDATE: "FAILED_UPDATE",
371
- READY: "READY",
372
- RUNNING: "RUNNING",
373
- UPDATING: "UPDATING",
374
- };
375
- export const DomainVersion = {
376
- V1: "V1",
377
- V2: "V2",
378
- };
379
- export const UserAssignment = {
380
- AUTOMATIC: "AUTOMATIC",
381
- MANUAL: "MANUAL",
382
- };
383
- export const DomainStatus = {
384
- AVAILABLE: "AVAILABLE",
385
- CREATING: "CREATING",
386
- CREATION_FAILED: "CREATION_FAILED",
387
- DELETED: "DELETED",
388
- DELETING: "DELETING",
389
- DELETION_FAILED: "DELETION_FAILED",
390
- };
391
- export const DeploymentStatus = {
392
- FAILED: "FAILED",
393
- IN_PROGRESS: "IN_PROGRESS",
394
- PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT",
395
- SUCCESSFUL: "SUCCESSFUL",
396
- };
397
- export const DeploymentType = {
398
- CREATE: "CREATE",
399
- DELETE: "DELETE",
400
- UPDATE: "UPDATE",
401
- };
402
- export const EnvironmentStatus = {
403
- ACTIVE: "ACTIVE",
404
- CREATE_FAILED: "CREATE_FAILED",
405
- CREATING: "CREATING",
406
- DELETED: "DELETED",
407
- DELETE_FAILED: "DELETE_FAILED",
408
- DELETING: "DELETING",
409
- DISABLED: "DISABLED",
410
- EXPIRED: "EXPIRED",
411
- INACCESSIBLE: "INACCESSIBLE",
412
- SUSPENDED: "SUSPENDED",
413
- UPDATE_FAILED: "UPDATE_FAILED",
414
- UPDATING: "UPDATING",
415
- VALIDATION_FAILED: "VALIDATION_FAILED",
416
- };
417
- export const FormTypeStatus = {
418
- DISABLED: "DISABLED",
419
- ENABLED: "ENABLED",
420
- };
421
- export const GlossaryStatus = {
422
- DISABLED: "DISABLED",
423
- ENABLED: "ENABLED",
424
- };
425
- export const GlossaryUsageRestriction = {
426
- ASSET_GOVERNED_TERMS: "ASSET_GOVERNED_TERMS",
427
- };
428
- export const GlossaryTermStatus = {
429
- DISABLED: "DISABLED",
430
- ENABLED: "ENABLED",
431
- };
432
- export const GroupProfileStatus = {
433
- ASSIGNED: "ASSIGNED",
434
- NOT_ASSIGNED: "NOT_ASSIGNED",
435
- };
436
- export const EntityType = {
437
- ASSET: "ASSET",
438
- DATA_PRODUCT: "DATA_PRODUCT",
439
- };
440
- export const OverallDeploymentStatus = {
441
- FAILED_DEPLOYMENT: "FAILED_DEPLOYMENT",
442
- FAILED_VALIDATION: "FAILED_VALIDATION",
443
- IN_PROGRESS: "IN_PROGRESS",
444
- PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT",
445
- SUCCESSFUL: "SUCCESSFUL",
446
- };
1
+ export {};