@aws-sdk/client-datazone 3.929.0 → 3.930.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.
- package/dist-cjs/index.js +5 -539
- package/dist-es/models/models_0.js +0 -340
- package/dist-es/models/models_1.js +0 -124
- package/dist-es/models/models_2.js +0 -70
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/models/models_0.d.ts +104 -26
- package/dist-types/models/models_1.d.ts +56 -14
- package/dist-types/models/models_2.d.ts +24 -6
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -32
- package/dist-types/ts3.4/models/models_1.d.ts +0 -14
- package/dist-types/ts3.4/models/models_2.d.ts +0 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -1
- package/package.json +34 -34
|
@@ -94,58 +94,12 @@ export const SubscriptionRequestStatus = {
|
|
|
94
94
|
PENDING: "PENDING",
|
|
95
95
|
REJECTED: "REJECTED",
|
|
96
96
|
};
|
|
97
|
-
export var SubscribedListingItem;
|
|
98
|
-
(function (SubscribedListingItem) {
|
|
99
|
-
SubscribedListingItem.visit = (value, visitor) => {
|
|
100
|
-
if (value.assetListing !== undefined)
|
|
101
|
-
return visitor.assetListing(value.assetListing);
|
|
102
|
-
if (value.productListing !== undefined)
|
|
103
|
-
return visitor.productListing(value.productListing);
|
|
104
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
105
|
-
};
|
|
106
|
-
})(SubscribedListingItem || (SubscribedListingItem = {}));
|
|
107
|
-
export var SubscribedPrincipal;
|
|
108
|
-
(function (SubscribedPrincipal) {
|
|
109
|
-
SubscribedPrincipal.visit = (value, visitor) => {
|
|
110
|
-
if (value.project !== undefined)
|
|
111
|
-
return visitor.project(value.project);
|
|
112
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
113
|
-
};
|
|
114
|
-
})(SubscribedPrincipal || (SubscribedPrincipal = {}));
|
|
115
97
|
export const ResolutionStrategy = {
|
|
116
98
|
MANUAL: "MANUAL",
|
|
117
99
|
};
|
|
118
|
-
export var AccountSource;
|
|
119
|
-
(function (AccountSource) {
|
|
120
|
-
AccountSource.visit = (value, visitor) => {
|
|
121
|
-
if (value.accounts !== undefined)
|
|
122
|
-
return visitor.accounts(value.accounts);
|
|
123
|
-
if (value.customAccountPoolHandler !== undefined)
|
|
124
|
-
return visitor.customAccountPoolHandler(value.customAccountPoolHandler);
|
|
125
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
126
|
-
};
|
|
127
|
-
})(AccountSource || (AccountSource = {}));
|
|
128
|
-
export var ActionParameters;
|
|
129
|
-
(function (ActionParameters) {
|
|
130
|
-
ActionParameters.visit = (value, visitor) => {
|
|
131
|
-
if (value.awsConsoleLink !== undefined)
|
|
132
|
-
return visitor.awsConsoleLink(value.awsConsoleLink);
|
|
133
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
134
|
-
};
|
|
135
|
-
})(ActionParameters || (ActionParameters = {}));
|
|
136
100
|
export const DataZoneEntityType = {
|
|
137
101
|
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
138
102
|
};
|
|
139
|
-
export var OwnerProperties;
|
|
140
|
-
(function (OwnerProperties) {
|
|
141
|
-
OwnerProperties.visit = (value, visitor) => {
|
|
142
|
-
if (value.user !== undefined)
|
|
143
|
-
return visitor.user(value.user);
|
|
144
|
-
if (value.group !== undefined)
|
|
145
|
-
return visitor.group(value.group);
|
|
146
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
147
|
-
};
|
|
148
|
-
})(OwnerProperties || (OwnerProperties = {}));
|
|
149
103
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
150
104
|
name = "ServiceQuotaExceededException";
|
|
151
105
|
$fault = "client";
|
|
@@ -158,40 +112,6 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
158
112
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
159
113
|
}
|
|
160
114
|
}
|
|
161
|
-
export var PolicyGrantDetail;
|
|
162
|
-
(function (PolicyGrantDetail) {
|
|
163
|
-
PolicyGrantDetail.visit = (value, visitor) => {
|
|
164
|
-
if (value.createDomainUnit !== undefined)
|
|
165
|
-
return visitor.createDomainUnit(value.createDomainUnit);
|
|
166
|
-
if (value.overrideDomainUnitOwners !== undefined)
|
|
167
|
-
return visitor.overrideDomainUnitOwners(value.overrideDomainUnitOwners);
|
|
168
|
-
if (value.addToProjectMemberPool !== undefined)
|
|
169
|
-
return visitor.addToProjectMemberPool(value.addToProjectMemberPool);
|
|
170
|
-
if (value.overrideProjectOwners !== undefined)
|
|
171
|
-
return visitor.overrideProjectOwners(value.overrideProjectOwners);
|
|
172
|
-
if (value.createGlossary !== undefined)
|
|
173
|
-
return visitor.createGlossary(value.createGlossary);
|
|
174
|
-
if (value.createFormType !== undefined)
|
|
175
|
-
return visitor.createFormType(value.createFormType);
|
|
176
|
-
if (value.createAssetType !== undefined)
|
|
177
|
-
return visitor.createAssetType(value.createAssetType);
|
|
178
|
-
if (value.createProject !== undefined)
|
|
179
|
-
return visitor.createProject(value.createProject);
|
|
180
|
-
if (value.createEnvironmentProfile !== undefined)
|
|
181
|
-
return visitor.createEnvironmentProfile(value.createEnvironmentProfile);
|
|
182
|
-
if (value.delegateCreateEnvironmentProfile !== undefined)
|
|
183
|
-
return visitor.delegateCreateEnvironmentProfile(value.delegateCreateEnvironmentProfile);
|
|
184
|
-
if (value.createEnvironment !== undefined)
|
|
185
|
-
return visitor.createEnvironment(value.createEnvironment);
|
|
186
|
-
if (value.createEnvironmentFromBlueprint !== undefined)
|
|
187
|
-
return visitor.createEnvironmentFromBlueprint(value.createEnvironmentFromBlueprint);
|
|
188
|
-
if (value.createProjectFromProjectProfile !== undefined)
|
|
189
|
-
return visitor.createProjectFromProjectProfile(value.createProjectFromProjectProfile);
|
|
190
|
-
if (value.useAssetType !== undefined)
|
|
191
|
-
return visitor.useAssetType(value.useAssetType);
|
|
192
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
193
|
-
};
|
|
194
|
-
})(PolicyGrantDetail || (PolicyGrantDetail = {}));
|
|
195
115
|
export const TargetEntityType = {
|
|
196
116
|
ASSET_TYPE: "ASSET_TYPE",
|
|
197
117
|
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
@@ -217,106 +137,20 @@ export const ManagedPolicyType = {
|
|
|
217
137
|
export const DomainUnitDesignation = {
|
|
218
138
|
OWNER: "OWNER",
|
|
219
139
|
};
|
|
220
|
-
export var DomainUnitGrantFilter;
|
|
221
|
-
(function (DomainUnitGrantFilter) {
|
|
222
|
-
DomainUnitGrantFilter.visit = (value, visitor) => {
|
|
223
|
-
if (value.allDomainUnitsGrantFilter !== undefined)
|
|
224
|
-
return visitor.allDomainUnitsGrantFilter(value.allDomainUnitsGrantFilter);
|
|
225
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
226
|
-
};
|
|
227
|
-
})(DomainUnitGrantFilter || (DomainUnitGrantFilter = {}));
|
|
228
|
-
export var GroupPolicyGrantPrincipal;
|
|
229
|
-
(function (GroupPolicyGrantPrincipal) {
|
|
230
|
-
GroupPolicyGrantPrincipal.visit = (value, visitor) => {
|
|
231
|
-
if (value.groupIdentifier !== undefined)
|
|
232
|
-
return visitor.groupIdentifier(value.groupIdentifier);
|
|
233
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
234
|
-
};
|
|
235
|
-
})(GroupPolicyGrantPrincipal || (GroupPolicyGrantPrincipal = {}));
|
|
236
140
|
export const ProjectDesignation = {
|
|
237
141
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
238
142
|
OWNER: "OWNER",
|
|
239
143
|
PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
|
|
240
144
|
};
|
|
241
|
-
export var ProjectGrantFilter;
|
|
242
|
-
(function (ProjectGrantFilter) {
|
|
243
|
-
ProjectGrantFilter.visit = (value, visitor) => {
|
|
244
|
-
if (value.domainUnitFilter !== undefined)
|
|
245
|
-
return visitor.domainUnitFilter(value.domainUnitFilter);
|
|
246
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
247
|
-
};
|
|
248
|
-
})(ProjectGrantFilter || (ProjectGrantFilter = {}));
|
|
249
|
-
export var UserPolicyGrantPrincipal;
|
|
250
|
-
(function (UserPolicyGrantPrincipal) {
|
|
251
|
-
UserPolicyGrantPrincipal.visit = (value, visitor) => {
|
|
252
|
-
if (value.userIdentifier !== undefined)
|
|
253
|
-
return visitor.userIdentifier(value.userIdentifier);
|
|
254
|
-
if (value.allUsersGrantFilter !== undefined)
|
|
255
|
-
return visitor.allUsersGrantFilter(value.allUsersGrantFilter);
|
|
256
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
257
|
-
};
|
|
258
|
-
})(UserPolicyGrantPrincipal || (UserPolicyGrantPrincipal = {}));
|
|
259
|
-
export var PolicyGrantPrincipal;
|
|
260
|
-
(function (PolicyGrantPrincipal) {
|
|
261
|
-
PolicyGrantPrincipal.visit = (value, visitor) => {
|
|
262
|
-
if (value.user !== undefined)
|
|
263
|
-
return visitor.user(value.user);
|
|
264
|
-
if (value.group !== undefined)
|
|
265
|
-
return visitor.group(value.group);
|
|
266
|
-
if (value.project !== undefined)
|
|
267
|
-
return visitor.project(value.project);
|
|
268
|
-
if (value.domainUnit !== undefined)
|
|
269
|
-
return visitor.domainUnit(value.domainUnit);
|
|
270
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
271
|
-
};
|
|
272
|
-
})(PolicyGrantPrincipal || (PolicyGrantPrincipal = {}));
|
|
273
145
|
export const ListingStatus = {
|
|
274
146
|
ACTIVE: "ACTIVE",
|
|
275
147
|
CREATING: "CREATING",
|
|
276
148
|
INACTIVE: "INACTIVE",
|
|
277
149
|
};
|
|
278
|
-
export var RowFilterExpression;
|
|
279
|
-
(function (RowFilterExpression) {
|
|
280
|
-
RowFilterExpression.visit = (value, visitor) => {
|
|
281
|
-
if (value.equalTo !== undefined)
|
|
282
|
-
return visitor.equalTo(value.equalTo);
|
|
283
|
-
if (value.notEqualTo !== undefined)
|
|
284
|
-
return visitor.notEqualTo(value.notEqualTo);
|
|
285
|
-
if (value.greaterThan !== undefined)
|
|
286
|
-
return visitor.greaterThan(value.greaterThan);
|
|
287
|
-
if (value.lessThan !== undefined)
|
|
288
|
-
return visitor.lessThan(value.lessThan);
|
|
289
|
-
if (value.greaterThanOrEqualTo !== undefined)
|
|
290
|
-
return visitor.greaterThanOrEqualTo(value.greaterThanOrEqualTo);
|
|
291
|
-
if (value.lessThanOrEqualTo !== undefined)
|
|
292
|
-
return visitor.lessThanOrEqualTo(value.lessThanOrEqualTo);
|
|
293
|
-
if (value.isNull !== undefined)
|
|
294
|
-
return visitor.isNull(value.isNull);
|
|
295
|
-
if (value.isNotNull !== undefined)
|
|
296
|
-
return visitor.isNotNull(value.isNotNull);
|
|
297
|
-
if (value.in !== undefined)
|
|
298
|
-
return visitor.in(value.in);
|
|
299
|
-
if (value.notIn !== undefined)
|
|
300
|
-
return visitor.notIn(value.notIn);
|
|
301
|
-
if (value.like !== undefined)
|
|
302
|
-
return visitor.like(value.like);
|
|
303
|
-
if (value.notLike !== undefined)
|
|
304
|
-
return visitor.notLike(value.notLike);
|
|
305
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
306
|
-
};
|
|
307
|
-
})(RowFilterExpression || (RowFilterExpression = {}));
|
|
308
150
|
export const FilterStatus = {
|
|
309
151
|
INVALID: "INVALID",
|
|
310
152
|
VALID: "VALID",
|
|
311
153
|
};
|
|
312
|
-
export var MatchRationaleItem;
|
|
313
|
-
(function (MatchRationaleItem) {
|
|
314
|
-
MatchRationaleItem.visit = (value, visitor) => {
|
|
315
|
-
if (value.textMatches !== undefined)
|
|
316
|
-
return visitor.textMatches(value.textMatches);
|
|
317
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
318
|
-
};
|
|
319
|
-
})(MatchRationaleItem || (MatchRationaleItem = {}));
|
|
320
154
|
export const RuleScopeSelectionMode = {
|
|
321
155
|
ALL: "ALL",
|
|
322
156
|
SPECIFIC: "SPECIFIC",
|
|
@@ -338,16 +172,6 @@ export const AuthType = {
|
|
|
338
172
|
DISABLED: "DISABLED",
|
|
339
173
|
IAM_IDC: "IAM_IDC",
|
|
340
174
|
};
|
|
341
|
-
export var AwsAccount;
|
|
342
|
-
(function (AwsAccount) {
|
|
343
|
-
AwsAccount.visit = (value, visitor) => {
|
|
344
|
-
if (value.awsAccountId !== undefined)
|
|
345
|
-
return visitor.awsAccountId(value.awsAccountId);
|
|
346
|
-
if (value.awsAccountIdPath !== undefined)
|
|
347
|
-
return visitor.awsAccountIdPath(value.awsAccountIdPath);
|
|
348
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
349
|
-
};
|
|
350
|
-
})(AwsAccount || (AwsAccount = {}));
|
|
351
175
|
export const SubscriptionStatus = {
|
|
352
176
|
APPROVED: "APPROVED",
|
|
353
177
|
CANCELLED: "CANCELLED",
|
|
@@ -381,52 +205,6 @@ export const GlueConnectionType = {
|
|
|
381
205
|
TERADATA: "TERADATA",
|
|
382
206
|
VERTICA: "VERTICA",
|
|
383
207
|
};
|
|
384
|
-
export var RedshiftCredentials;
|
|
385
|
-
(function (RedshiftCredentials) {
|
|
386
|
-
RedshiftCredentials.visit = (value, visitor) => {
|
|
387
|
-
if (value.secretArn !== undefined)
|
|
388
|
-
return visitor.secretArn(value.secretArn);
|
|
389
|
-
if (value.usernamePassword !== undefined)
|
|
390
|
-
return visitor.usernamePassword(value.usernamePassword);
|
|
391
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
392
|
-
};
|
|
393
|
-
})(RedshiftCredentials || (RedshiftCredentials = {}));
|
|
394
|
-
export var RedshiftStorageProperties;
|
|
395
|
-
(function (RedshiftStorageProperties) {
|
|
396
|
-
RedshiftStorageProperties.visit = (value, visitor) => {
|
|
397
|
-
if (value.clusterName !== undefined)
|
|
398
|
-
return visitor.clusterName(value.clusterName);
|
|
399
|
-
if (value.workgroupName !== undefined)
|
|
400
|
-
return visitor.workgroupName(value.workgroupName);
|
|
401
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
402
|
-
};
|
|
403
|
-
})(RedshiftStorageProperties || (RedshiftStorageProperties = {}));
|
|
404
|
-
export var ConnectionPropertiesInput;
|
|
405
|
-
(function (ConnectionPropertiesInput) {
|
|
406
|
-
ConnectionPropertiesInput.visit = (value, visitor) => {
|
|
407
|
-
if (value.athenaProperties !== undefined)
|
|
408
|
-
return visitor.athenaProperties(value.athenaProperties);
|
|
409
|
-
if (value.glueProperties !== undefined)
|
|
410
|
-
return visitor.glueProperties(value.glueProperties);
|
|
411
|
-
if (value.hyperPodProperties !== undefined)
|
|
412
|
-
return visitor.hyperPodProperties(value.hyperPodProperties);
|
|
413
|
-
if (value.iamProperties !== undefined)
|
|
414
|
-
return visitor.iamProperties(value.iamProperties);
|
|
415
|
-
if (value.redshiftProperties !== undefined)
|
|
416
|
-
return visitor.redshiftProperties(value.redshiftProperties);
|
|
417
|
-
if (value.sparkEmrProperties !== undefined)
|
|
418
|
-
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
419
|
-
if (value.sparkGlueProperties !== undefined)
|
|
420
|
-
return visitor.sparkGlueProperties(value.sparkGlueProperties);
|
|
421
|
-
if (value.s3Properties !== undefined)
|
|
422
|
-
return visitor.s3Properties(value.s3Properties);
|
|
423
|
-
if (value.amazonQProperties !== undefined)
|
|
424
|
-
return visitor.amazonQProperties(value.amazonQProperties);
|
|
425
|
-
if (value.mlflowProperties !== undefined)
|
|
426
|
-
return visitor.mlflowProperties(value.mlflowProperties);
|
|
427
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
428
|
-
};
|
|
429
|
-
})(ConnectionPropertiesInput || (ConnectionPropertiesInput = {}));
|
|
430
208
|
export const ConnectionStatus = {
|
|
431
209
|
CREATE_FAILED: "CREATE_FAILED",
|
|
432
210
|
CREATING: "CREATING",
|
|
@@ -445,54 +223,6 @@ export const GovernanceType = {
|
|
|
445
223
|
AWS_MANAGED: "AWS_MANAGED",
|
|
446
224
|
USER_MANAGED: "USER_MANAGED",
|
|
447
225
|
};
|
|
448
|
-
export var ConnectionPropertiesOutput;
|
|
449
|
-
(function (ConnectionPropertiesOutput) {
|
|
450
|
-
ConnectionPropertiesOutput.visit = (value, visitor) => {
|
|
451
|
-
if (value.athenaProperties !== undefined)
|
|
452
|
-
return visitor.athenaProperties(value.athenaProperties);
|
|
453
|
-
if (value.glueProperties !== undefined)
|
|
454
|
-
return visitor.glueProperties(value.glueProperties);
|
|
455
|
-
if (value.hyperPodProperties !== undefined)
|
|
456
|
-
return visitor.hyperPodProperties(value.hyperPodProperties);
|
|
457
|
-
if (value.iamProperties !== undefined)
|
|
458
|
-
return visitor.iamProperties(value.iamProperties);
|
|
459
|
-
if (value.redshiftProperties !== undefined)
|
|
460
|
-
return visitor.redshiftProperties(value.redshiftProperties);
|
|
461
|
-
if (value.sparkEmrProperties !== undefined)
|
|
462
|
-
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
463
|
-
if (value.sparkGlueProperties !== undefined)
|
|
464
|
-
return visitor.sparkGlueProperties(value.sparkGlueProperties);
|
|
465
|
-
if (value.s3Properties !== undefined)
|
|
466
|
-
return visitor.s3Properties(value.s3Properties);
|
|
467
|
-
if (value.amazonQProperties !== undefined)
|
|
468
|
-
return visitor.amazonQProperties(value.amazonQProperties);
|
|
469
|
-
if (value.mlflowProperties !== undefined)
|
|
470
|
-
return visitor.mlflowProperties(value.mlflowProperties);
|
|
471
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
472
|
-
};
|
|
473
|
-
})(ConnectionPropertiesOutput || (ConnectionPropertiesOutput = {}));
|
|
474
|
-
export var ConnectionPropertiesPatch;
|
|
475
|
-
(function (ConnectionPropertiesPatch) {
|
|
476
|
-
ConnectionPropertiesPatch.visit = (value, visitor) => {
|
|
477
|
-
if (value.athenaProperties !== undefined)
|
|
478
|
-
return visitor.athenaProperties(value.athenaProperties);
|
|
479
|
-
if (value.glueProperties !== undefined)
|
|
480
|
-
return visitor.glueProperties(value.glueProperties);
|
|
481
|
-
if (value.iamProperties !== undefined)
|
|
482
|
-
return visitor.iamProperties(value.iamProperties);
|
|
483
|
-
if (value.redshiftProperties !== undefined)
|
|
484
|
-
return visitor.redshiftProperties(value.redshiftProperties);
|
|
485
|
-
if (value.sparkEmrProperties !== undefined)
|
|
486
|
-
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
487
|
-
if (value.s3Properties !== undefined)
|
|
488
|
-
return visitor.s3Properties(value.s3Properties);
|
|
489
|
-
if (value.amazonQProperties !== undefined)
|
|
490
|
-
return visitor.amazonQProperties(value.amazonQProperties);
|
|
491
|
-
if (value.mlflowProperties !== undefined)
|
|
492
|
-
return visitor.mlflowProperties(value.mlflowProperties);
|
|
493
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
494
|
-
};
|
|
495
|
-
})(ConnectionPropertiesPatch || (ConnectionPropertiesPatch = {}));
|
|
496
226
|
export const ConnectionScope = {
|
|
497
227
|
DOMAIN: "DOMAIN",
|
|
498
228
|
PROJECT: "PROJECT",
|
|
@@ -542,28 +272,6 @@ export const FilterExpressionType = {
|
|
|
542
272
|
EXCLUDE: "EXCLUDE",
|
|
543
273
|
INCLUDE: "INCLUDE",
|
|
544
274
|
};
|
|
545
|
-
export var RedshiftStorage;
|
|
546
|
-
(function (RedshiftStorage) {
|
|
547
|
-
RedshiftStorage.visit = (value, visitor) => {
|
|
548
|
-
if (value.redshiftClusterSource !== undefined)
|
|
549
|
-
return visitor.redshiftClusterSource(value.redshiftClusterSource);
|
|
550
|
-
if (value.redshiftServerlessSource !== undefined)
|
|
551
|
-
return visitor.redshiftServerlessSource(value.redshiftServerlessSource);
|
|
552
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
553
|
-
};
|
|
554
|
-
})(RedshiftStorage || (RedshiftStorage = {}));
|
|
555
|
-
export var DataSourceConfigurationInput;
|
|
556
|
-
(function (DataSourceConfigurationInput) {
|
|
557
|
-
DataSourceConfigurationInput.visit = (value, visitor) => {
|
|
558
|
-
if (value.glueRunConfiguration !== undefined)
|
|
559
|
-
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
560
|
-
if (value.redshiftRunConfiguration !== undefined)
|
|
561
|
-
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
562
|
-
if (value.sageMakerRunConfiguration !== undefined)
|
|
563
|
-
return visitor.sageMakerRunConfiguration(value.sageMakerRunConfiguration);
|
|
564
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
565
|
-
};
|
|
566
|
-
})(DataSourceConfigurationInput || (DataSourceConfigurationInput = {}));
|
|
567
275
|
export const EnableSetting = {
|
|
568
276
|
DISABLED: "DISABLED",
|
|
569
277
|
ENABLED: "ENABLED",
|
|
@@ -634,18 +342,6 @@ export const Timezone = {
|
|
|
634
342
|
US_PACIFIC: "US_PACIFIC",
|
|
635
343
|
UTC: "UTC",
|
|
636
344
|
};
|
|
637
|
-
export var DataSourceConfigurationOutput;
|
|
638
|
-
(function (DataSourceConfigurationOutput) {
|
|
639
|
-
DataSourceConfigurationOutput.visit = (value, visitor) => {
|
|
640
|
-
if (value.glueRunConfiguration !== undefined)
|
|
641
|
-
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
642
|
-
if (value.redshiftRunConfiguration !== undefined)
|
|
643
|
-
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
644
|
-
if (value.sageMakerRunConfiguration !== undefined)
|
|
645
|
-
return visitor.sageMakerRunConfiguration(value.sageMakerRunConfiguration);
|
|
646
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
647
|
-
};
|
|
648
|
-
})(DataSourceConfigurationOutput || (DataSourceConfigurationOutput = {}));
|
|
649
345
|
export const DataSourceErrorType = {
|
|
650
346
|
ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
|
|
651
347
|
CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION",
|
|
@@ -688,16 +384,6 @@ export const DomainStatus = {
|
|
|
688
384
|
DELETING: "DELETING",
|
|
689
385
|
DELETION_FAILED: "DELETION_FAILED",
|
|
690
386
|
};
|
|
691
|
-
export var DomainUnitOwnerProperties;
|
|
692
|
-
(function (DomainUnitOwnerProperties) {
|
|
693
|
-
DomainUnitOwnerProperties.visit = (value, visitor) => {
|
|
694
|
-
if (value.user !== undefined)
|
|
695
|
-
return visitor.user(value.user);
|
|
696
|
-
if (value.group !== undefined)
|
|
697
|
-
return visitor.group(value.group);
|
|
698
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
699
|
-
};
|
|
700
|
-
})(DomainUnitOwnerProperties || (DomainUnitOwnerProperties = {}));
|
|
701
387
|
export const DeploymentStatus = {
|
|
702
388
|
FAILED: "FAILED",
|
|
703
389
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -709,14 +395,6 @@ export const DeploymentType = {
|
|
|
709
395
|
DELETE: "DELETE",
|
|
710
396
|
UPDATE: "UPDATE",
|
|
711
397
|
};
|
|
712
|
-
export var ProvisioningProperties;
|
|
713
|
-
(function (ProvisioningProperties) {
|
|
714
|
-
ProvisioningProperties.visit = (value, visitor) => {
|
|
715
|
-
if (value.cloudFormation !== undefined)
|
|
716
|
-
return visitor.cloudFormation(value.cloudFormation);
|
|
717
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
718
|
-
};
|
|
719
|
-
})(ProvisioningProperties || (ProvisioningProperties = {}));
|
|
720
398
|
export const EnvironmentStatus = {
|
|
721
399
|
ACTIVE: "ACTIVE",
|
|
722
400
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -732,14 +410,6 @@ export const EnvironmentStatus = {
|
|
|
732
410
|
UPDATING: "UPDATING",
|
|
733
411
|
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
734
412
|
};
|
|
735
|
-
export var Model;
|
|
736
|
-
(function (Model) {
|
|
737
|
-
Model.visit = (value, visitor) => {
|
|
738
|
-
if (value.smithy !== undefined)
|
|
739
|
-
return visitor.smithy(value.smithy);
|
|
740
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
741
|
-
};
|
|
742
|
-
})(Model || (Model = {}));
|
|
743
413
|
export const FormTypeStatus = {
|
|
744
414
|
DISABLED: "DISABLED",
|
|
745
415
|
ENABLED: "ENABLED",
|
|
@@ -789,13 +459,3 @@ export const UserDesignation = {
|
|
|
789
459
|
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
790
460
|
PROJECT_OWNER: "PROJECT_OWNER",
|
|
791
461
|
};
|
|
792
|
-
export var Member;
|
|
793
|
-
(function (Member) {
|
|
794
|
-
Member.visit = (value, visitor) => {
|
|
795
|
-
if (value.userIdentifier !== undefined)
|
|
796
|
-
return visitor.userIdentifier(value.userIdentifier);
|
|
797
|
-
if (value.groupIdentifier !== undefined)
|
|
798
|
-
return visitor.groupIdentifier(value.groupIdentifier);
|
|
799
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
800
|
-
};
|
|
801
|
-
})(Member || (Member = {}));
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
export var Region;
|
|
2
|
-
(function (Region) {
|
|
3
|
-
Region.visit = (value, visitor) => {
|
|
4
|
-
if (value.regionName !== undefined)
|
|
5
|
-
return visitor.regionName(value.regionName);
|
|
6
|
-
if (value.regionNamePath !== undefined)
|
|
7
|
-
return visitor.regionNamePath(value.regionNamePath);
|
|
8
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
9
|
-
};
|
|
10
|
-
})(Region || (Region = {}));
|
|
11
1
|
export const DeploymentMode = {
|
|
12
2
|
ON_CREATE: "ON_CREATE",
|
|
13
3
|
ON_DEMAND: "ON_DEMAND",
|
|
@@ -20,36 +10,12 @@ export const RuleAction = {
|
|
|
20
10
|
CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
|
|
21
11
|
CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST",
|
|
22
12
|
};
|
|
23
|
-
export var RuleDetail;
|
|
24
|
-
(function (RuleDetail) {
|
|
25
|
-
RuleDetail.visit = (value, visitor) => {
|
|
26
|
-
if (value.metadataFormEnforcementDetail !== undefined)
|
|
27
|
-
return visitor.metadataFormEnforcementDetail(value.metadataFormEnforcementDetail);
|
|
28
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
29
|
-
};
|
|
30
|
-
})(RuleDetail || (RuleDetail = {}));
|
|
31
|
-
export var RuleTarget;
|
|
32
|
-
(function (RuleTarget) {
|
|
33
|
-
RuleTarget.visit = (value, visitor) => {
|
|
34
|
-
if (value.domainUnitTarget !== undefined)
|
|
35
|
-
return visitor.domainUnitTarget(value.domainUnitTarget);
|
|
36
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
37
|
-
};
|
|
38
|
-
})(RuleTarget || (RuleTarget = {}));
|
|
39
13
|
export const RuleType = {
|
|
40
14
|
METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT",
|
|
41
15
|
};
|
|
42
16
|
export const RuleTargetType = {
|
|
43
17
|
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
44
18
|
};
|
|
45
|
-
export var GrantedEntityInput;
|
|
46
|
-
(function (GrantedEntityInput) {
|
|
47
|
-
GrantedEntityInput.visit = (value, visitor) => {
|
|
48
|
-
if (value.listing !== undefined)
|
|
49
|
-
return visitor.listing(value.listing);
|
|
50
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
51
|
-
};
|
|
52
|
-
})(GrantedEntityInput || (GrantedEntityInput = {}));
|
|
53
19
|
export const SubscriptionGrantStatus = {
|
|
54
20
|
GRANTED: "GRANTED",
|
|
55
21
|
GRANT_FAILED: "GRANT_FAILED",
|
|
@@ -60,14 +26,6 @@ export const SubscriptionGrantStatus = {
|
|
|
60
26
|
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
61
27
|
REVOKE_PENDING: "REVOKE_PENDING",
|
|
62
28
|
};
|
|
63
|
-
export var GrantedEntity;
|
|
64
|
-
(function (GrantedEntity) {
|
|
65
|
-
GrantedEntity.visit = (value, visitor) => {
|
|
66
|
-
if (value.listing !== undefined)
|
|
67
|
-
return visitor.listing(value.listing);
|
|
68
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
69
|
-
};
|
|
70
|
-
})(GrantedEntity || (GrantedEntity = {}));
|
|
71
29
|
export const SubscriptionGrantOverallStatus = {
|
|
72
30
|
COMPLETED: "COMPLETED",
|
|
73
31
|
GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED",
|
|
@@ -77,29 +35,11 @@ export const SubscriptionGrantOverallStatus = {
|
|
|
77
35
|
PENDING: "PENDING",
|
|
78
36
|
REVOKE_FAILED: "REVOKE_FAILED",
|
|
79
37
|
};
|
|
80
|
-
export var SubscribedPrincipalInput;
|
|
81
|
-
(function (SubscribedPrincipalInput) {
|
|
82
|
-
SubscribedPrincipalInput.visit = (value, visitor) => {
|
|
83
|
-
if (value.project !== undefined)
|
|
84
|
-
return visitor.project(value.project);
|
|
85
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
86
|
-
};
|
|
87
|
-
})(SubscribedPrincipalInput || (SubscribedPrincipalInput = {}));
|
|
88
38
|
export const UserType = {
|
|
89
39
|
IAM_ROLE: "IAM_ROLE",
|
|
90
40
|
IAM_USER: "IAM_USER",
|
|
91
41
|
SSO_USER: "SSO_USER",
|
|
92
42
|
};
|
|
93
|
-
export var UserProfileDetails;
|
|
94
|
-
(function (UserProfileDetails) {
|
|
95
|
-
UserProfileDetails.visit = (value, visitor) => {
|
|
96
|
-
if (value.iam !== undefined)
|
|
97
|
-
return visitor.iam(value.iam);
|
|
98
|
-
if (value.sso !== undefined)
|
|
99
|
-
return visitor.sso(value.sso);
|
|
100
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
101
|
-
};
|
|
102
|
-
})(UserProfileDetails || (UserProfileDetails = {}));
|
|
103
43
|
export const UserProfileStatus = {
|
|
104
44
|
ACTIVATED: "ACTIVATED",
|
|
105
45
|
ASSIGNED: "ASSIGNED",
|
|
@@ -129,16 +69,6 @@ export const SelfGrantStatus = {
|
|
|
129
69
|
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
130
70
|
REVOKE_PENDING: "REVOKE_PENDING",
|
|
131
71
|
};
|
|
132
|
-
export var SelfGrantStatusOutput;
|
|
133
|
-
(function (SelfGrantStatusOutput) {
|
|
134
|
-
SelfGrantStatusOutput.visit = (value, visitor) => {
|
|
135
|
-
if (value.glueSelfGrantStatus !== undefined)
|
|
136
|
-
return visitor.glueSelfGrantStatus(value.glueSelfGrantStatus);
|
|
137
|
-
if (value.redshiftSelfGrantStatus !== undefined)
|
|
138
|
-
return visitor.redshiftSelfGrantStatus(value.redshiftSelfGrantStatus);
|
|
139
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
140
|
-
};
|
|
141
|
-
})(SelfGrantStatusOutput || (SelfGrantStatusOutput = {}));
|
|
142
72
|
export const LineageImportStatus = {
|
|
143
73
|
FAILED: "FAILED",
|
|
144
74
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -159,22 +89,6 @@ export const TimeSeriesEntityType = {
|
|
|
159
89
|
ASSET: "ASSET",
|
|
160
90
|
LISTING: "LISTING",
|
|
161
91
|
};
|
|
162
|
-
export var ProvisioningConfiguration;
|
|
163
|
-
(function (ProvisioningConfiguration) {
|
|
164
|
-
ProvisioningConfiguration.visit = (value, visitor) => {
|
|
165
|
-
if (value.lakeFormationConfiguration !== undefined)
|
|
166
|
-
return visitor.lakeFormationConfiguration(value.lakeFormationConfiguration);
|
|
167
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
168
|
-
};
|
|
169
|
-
})(ProvisioningConfiguration || (ProvisioningConfiguration = {}));
|
|
170
|
-
export var JobRunDetails;
|
|
171
|
-
(function (JobRunDetails) {
|
|
172
|
-
JobRunDetails.visit = (value, visitor) => {
|
|
173
|
-
if (value.lineageRunDetails !== undefined)
|
|
174
|
-
return visitor.lineageRunDetails(value.lineageRunDetails);
|
|
175
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
176
|
-
};
|
|
177
|
-
})(JobRunDetails || (JobRunDetails = {}));
|
|
178
92
|
export const JobType = {
|
|
179
93
|
LINEAGE: "LINEAGE",
|
|
180
94
|
};
|
|
@@ -202,26 +116,6 @@ export const SortOrder = {
|
|
|
202
116
|
export const SortFieldConnection = {
|
|
203
117
|
NAME: "NAME",
|
|
204
118
|
};
|
|
205
|
-
export var OwnerPropertiesOutput;
|
|
206
|
-
(function (OwnerPropertiesOutput) {
|
|
207
|
-
OwnerPropertiesOutput.visit = (value, visitor) => {
|
|
208
|
-
if (value.user !== undefined)
|
|
209
|
-
return visitor.user(value.user);
|
|
210
|
-
if (value.group !== undefined)
|
|
211
|
-
return visitor.group(value.group);
|
|
212
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
213
|
-
};
|
|
214
|
-
})(OwnerPropertiesOutput || (OwnerPropertiesOutput = {}));
|
|
215
|
-
export var ListingItem;
|
|
216
|
-
(function (ListingItem) {
|
|
217
|
-
ListingItem.visit = (value, visitor) => {
|
|
218
|
-
if (value.assetListing !== undefined)
|
|
219
|
-
return visitor.assetListing(value.assetListing);
|
|
220
|
-
if (value.dataProductListing !== undefined)
|
|
221
|
-
return visitor.dataProductListing(value.dataProductListing);
|
|
222
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
223
|
-
};
|
|
224
|
-
})(ListingItem || (ListingItem = {}));
|
|
225
119
|
export const OpenLineageRunState = {
|
|
226
120
|
ABORT: "ABORT",
|
|
227
121
|
COMPLETE: "COMPLETE",
|
|
@@ -230,14 +124,6 @@ export const OpenLineageRunState = {
|
|
|
230
124
|
RUNNING: "RUNNING",
|
|
231
125
|
START: "START",
|
|
232
126
|
};
|
|
233
|
-
export var EventSummary;
|
|
234
|
-
(function (EventSummary) {
|
|
235
|
-
EventSummary.visit = (value, visitor) => {
|
|
236
|
-
if (value.openLineageRunEventSummary !== undefined)
|
|
237
|
-
return visitor.openLineageRunEventSummary(value.openLineageRunEventSummary);
|
|
238
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
239
|
-
};
|
|
240
|
-
})(EventSummary || (EventSummary = {}));
|
|
241
127
|
export const EdgeDirection = {
|
|
242
128
|
DOWNSTREAM: "DOWNSTREAM",
|
|
243
129
|
UPSTREAM: "UPSTREAM",
|
|
@@ -263,16 +149,6 @@ export const NotificationRole = {
|
|
|
263
149
|
export const SortFieldProject = {
|
|
264
150
|
NAME: "NAME",
|
|
265
151
|
};
|
|
266
|
-
export var MemberDetails;
|
|
267
|
-
(function (MemberDetails) {
|
|
268
|
-
MemberDetails.visit = (value, visitor) => {
|
|
269
|
-
if (value.user !== undefined)
|
|
270
|
-
return visitor.user(value.user);
|
|
271
|
-
if (value.group !== undefined)
|
|
272
|
-
return visitor.group(value.group);
|
|
273
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
274
|
-
};
|
|
275
|
-
})(MemberDetails || (MemberDetails = {}));
|
|
276
152
|
export const SortKey = {
|
|
277
153
|
CREATED_AT: "CREATED_AT",
|
|
278
154
|
UPDATED_AT: "UPDATED_AT",
|