@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
package/dist-cjs/index.js
CHANGED
|
@@ -210,58 +210,12 @@ const SubscriptionRequestStatus = {
|
|
|
210
210
|
PENDING: "PENDING",
|
|
211
211
|
REJECTED: "REJECTED",
|
|
212
212
|
};
|
|
213
|
-
exports.SubscribedListingItem = void 0;
|
|
214
|
-
(function (SubscribedListingItem) {
|
|
215
|
-
SubscribedListingItem.visit = (value, visitor) => {
|
|
216
|
-
if (value.assetListing !== undefined)
|
|
217
|
-
return visitor.assetListing(value.assetListing);
|
|
218
|
-
if (value.productListing !== undefined)
|
|
219
|
-
return visitor.productListing(value.productListing);
|
|
220
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
221
|
-
};
|
|
222
|
-
})(exports.SubscribedListingItem || (exports.SubscribedListingItem = {}));
|
|
223
|
-
exports.SubscribedPrincipal = void 0;
|
|
224
|
-
(function (SubscribedPrincipal) {
|
|
225
|
-
SubscribedPrincipal.visit = (value, visitor) => {
|
|
226
|
-
if (value.project !== undefined)
|
|
227
|
-
return visitor.project(value.project);
|
|
228
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
229
|
-
};
|
|
230
|
-
})(exports.SubscribedPrincipal || (exports.SubscribedPrincipal = {}));
|
|
231
213
|
const ResolutionStrategy = {
|
|
232
214
|
MANUAL: "MANUAL",
|
|
233
215
|
};
|
|
234
|
-
exports.AccountSource = void 0;
|
|
235
|
-
(function (AccountSource) {
|
|
236
|
-
AccountSource.visit = (value, visitor) => {
|
|
237
|
-
if (value.accounts !== undefined)
|
|
238
|
-
return visitor.accounts(value.accounts);
|
|
239
|
-
if (value.customAccountPoolHandler !== undefined)
|
|
240
|
-
return visitor.customAccountPoolHandler(value.customAccountPoolHandler);
|
|
241
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
242
|
-
};
|
|
243
|
-
})(exports.AccountSource || (exports.AccountSource = {}));
|
|
244
|
-
exports.ActionParameters = void 0;
|
|
245
|
-
(function (ActionParameters) {
|
|
246
|
-
ActionParameters.visit = (value, visitor) => {
|
|
247
|
-
if (value.awsConsoleLink !== undefined)
|
|
248
|
-
return visitor.awsConsoleLink(value.awsConsoleLink);
|
|
249
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
250
|
-
};
|
|
251
|
-
})(exports.ActionParameters || (exports.ActionParameters = {}));
|
|
252
216
|
const DataZoneEntityType = {
|
|
253
217
|
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
254
218
|
};
|
|
255
|
-
exports.OwnerProperties = void 0;
|
|
256
|
-
(function (OwnerProperties) {
|
|
257
|
-
OwnerProperties.visit = (value, visitor) => {
|
|
258
|
-
if (value.user !== undefined)
|
|
259
|
-
return visitor.user(value.user);
|
|
260
|
-
if (value.group !== undefined)
|
|
261
|
-
return visitor.group(value.group);
|
|
262
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
263
|
-
};
|
|
264
|
-
})(exports.OwnerProperties || (exports.OwnerProperties = {}));
|
|
265
219
|
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends DataZoneServiceException$1 {
|
|
266
220
|
name = "ServiceQuotaExceededException";
|
|
267
221
|
$fault = "client";
|
|
@@ -274,40 +228,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
274
228
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
275
229
|
}
|
|
276
230
|
};
|
|
277
|
-
exports.PolicyGrantDetail = void 0;
|
|
278
|
-
(function (PolicyGrantDetail) {
|
|
279
|
-
PolicyGrantDetail.visit = (value, visitor) => {
|
|
280
|
-
if (value.createDomainUnit !== undefined)
|
|
281
|
-
return visitor.createDomainUnit(value.createDomainUnit);
|
|
282
|
-
if (value.overrideDomainUnitOwners !== undefined)
|
|
283
|
-
return visitor.overrideDomainUnitOwners(value.overrideDomainUnitOwners);
|
|
284
|
-
if (value.addToProjectMemberPool !== undefined)
|
|
285
|
-
return visitor.addToProjectMemberPool(value.addToProjectMemberPool);
|
|
286
|
-
if (value.overrideProjectOwners !== undefined)
|
|
287
|
-
return visitor.overrideProjectOwners(value.overrideProjectOwners);
|
|
288
|
-
if (value.createGlossary !== undefined)
|
|
289
|
-
return visitor.createGlossary(value.createGlossary);
|
|
290
|
-
if (value.createFormType !== undefined)
|
|
291
|
-
return visitor.createFormType(value.createFormType);
|
|
292
|
-
if (value.createAssetType !== undefined)
|
|
293
|
-
return visitor.createAssetType(value.createAssetType);
|
|
294
|
-
if (value.createProject !== undefined)
|
|
295
|
-
return visitor.createProject(value.createProject);
|
|
296
|
-
if (value.createEnvironmentProfile !== undefined)
|
|
297
|
-
return visitor.createEnvironmentProfile(value.createEnvironmentProfile);
|
|
298
|
-
if (value.delegateCreateEnvironmentProfile !== undefined)
|
|
299
|
-
return visitor.delegateCreateEnvironmentProfile(value.delegateCreateEnvironmentProfile);
|
|
300
|
-
if (value.createEnvironment !== undefined)
|
|
301
|
-
return visitor.createEnvironment(value.createEnvironment);
|
|
302
|
-
if (value.createEnvironmentFromBlueprint !== undefined)
|
|
303
|
-
return visitor.createEnvironmentFromBlueprint(value.createEnvironmentFromBlueprint);
|
|
304
|
-
if (value.createProjectFromProjectProfile !== undefined)
|
|
305
|
-
return visitor.createProjectFromProjectProfile(value.createProjectFromProjectProfile);
|
|
306
|
-
if (value.useAssetType !== undefined)
|
|
307
|
-
return visitor.useAssetType(value.useAssetType);
|
|
308
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
309
|
-
};
|
|
310
|
-
})(exports.PolicyGrantDetail || (exports.PolicyGrantDetail = {}));
|
|
311
231
|
const TargetEntityType = {
|
|
312
232
|
ASSET_TYPE: "ASSET_TYPE",
|
|
313
233
|
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
@@ -333,106 +253,20 @@ const ManagedPolicyType = {
|
|
|
333
253
|
const DomainUnitDesignation = {
|
|
334
254
|
OWNER: "OWNER",
|
|
335
255
|
};
|
|
336
|
-
exports.DomainUnitGrantFilter = void 0;
|
|
337
|
-
(function (DomainUnitGrantFilter) {
|
|
338
|
-
DomainUnitGrantFilter.visit = (value, visitor) => {
|
|
339
|
-
if (value.allDomainUnitsGrantFilter !== undefined)
|
|
340
|
-
return visitor.allDomainUnitsGrantFilter(value.allDomainUnitsGrantFilter);
|
|
341
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
342
|
-
};
|
|
343
|
-
})(exports.DomainUnitGrantFilter || (exports.DomainUnitGrantFilter = {}));
|
|
344
|
-
exports.GroupPolicyGrantPrincipal = void 0;
|
|
345
|
-
(function (GroupPolicyGrantPrincipal) {
|
|
346
|
-
GroupPolicyGrantPrincipal.visit = (value, visitor) => {
|
|
347
|
-
if (value.groupIdentifier !== undefined)
|
|
348
|
-
return visitor.groupIdentifier(value.groupIdentifier);
|
|
349
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
350
|
-
};
|
|
351
|
-
})(exports.GroupPolicyGrantPrincipal || (exports.GroupPolicyGrantPrincipal = {}));
|
|
352
256
|
const ProjectDesignation = {
|
|
353
257
|
CONTRIBUTOR: "CONTRIBUTOR",
|
|
354
258
|
OWNER: "OWNER",
|
|
355
259
|
PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
|
|
356
260
|
};
|
|
357
|
-
exports.ProjectGrantFilter = void 0;
|
|
358
|
-
(function (ProjectGrantFilter) {
|
|
359
|
-
ProjectGrantFilter.visit = (value, visitor) => {
|
|
360
|
-
if (value.domainUnitFilter !== undefined)
|
|
361
|
-
return visitor.domainUnitFilter(value.domainUnitFilter);
|
|
362
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
363
|
-
};
|
|
364
|
-
})(exports.ProjectGrantFilter || (exports.ProjectGrantFilter = {}));
|
|
365
|
-
exports.UserPolicyGrantPrincipal = void 0;
|
|
366
|
-
(function (UserPolicyGrantPrincipal) {
|
|
367
|
-
UserPolicyGrantPrincipal.visit = (value, visitor) => {
|
|
368
|
-
if (value.userIdentifier !== undefined)
|
|
369
|
-
return visitor.userIdentifier(value.userIdentifier);
|
|
370
|
-
if (value.allUsersGrantFilter !== undefined)
|
|
371
|
-
return visitor.allUsersGrantFilter(value.allUsersGrantFilter);
|
|
372
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
373
|
-
};
|
|
374
|
-
})(exports.UserPolicyGrantPrincipal || (exports.UserPolicyGrantPrincipal = {}));
|
|
375
|
-
exports.PolicyGrantPrincipal = void 0;
|
|
376
|
-
(function (PolicyGrantPrincipal) {
|
|
377
|
-
PolicyGrantPrincipal.visit = (value, visitor) => {
|
|
378
|
-
if (value.user !== undefined)
|
|
379
|
-
return visitor.user(value.user);
|
|
380
|
-
if (value.group !== undefined)
|
|
381
|
-
return visitor.group(value.group);
|
|
382
|
-
if (value.project !== undefined)
|
|
383
|
-
return visitor.project(value.project);
|
|
384
|
-
if (value.domainUnit !== undefined)
|
|
385
|
-
return visitor.domainUnit(value.domainUnit);
|
|
386
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
387
|
-
};
|
|
388
|
-
})(exports.PolicyGrantPrincipal || (exports.PolicyGrantPrincipal = {}));
|
|
389
261
|
const ListingStatus = {
|
|
390
262
|
ACTIVE: "ACTIVE",
|
|
391
263
|
CREATING: "CREATING",
|
|
392
264
|
INACTIVE: "INACTIVE",
|
|
393
265
|
};
|
|
394
|
-
exports.RowFilterExpression = void 0;
|
|
395
|
-
(function (RowFilterExpression) {
|
|
396
|
-
RowFilterExpression.visit = (value, visitor) => {
|
|
397
|
-
if (value.equalTo !== undefined)
|
|
398
|
-
return visitor.equalTo(value.equalTo);
|
|
399
|
-
if (value.notEqualTo !== undefined)
|
|
400
|
-
return visitor.notEqualTo(value.notEqualTo);
|
|
401
|
-
if (value.greaterThan !== undefined)
|
|
402
|
-
return visitor.greaterThan(value.greaterThan);
|
|
403
|
-
if (value.lessThan !== undefined)
|
|
404
|
-
return visitor.lessThan(value.lessThan);
|
|
405
|
-
if (value.greaterThanOrEqualTo !== undefined)
|
|
406
|
-
return visitor.greaterThanOrEqualTo(value.greaterThanOrEqualTo);
|
|
407
|
-
if (value.lessThanOrEqualTo !== undefined)
|
|
408
|
-
return visitor.lessThanOrEqualTo(value.lessThanOrEqualTo);
|
|
409
|
-
if (value.isNull !== undefined)
|
|
410
|
-
return visitor.isNull(value.isNull);
|
|
411
|
-
if (value.isNotNull !== undefined)
|
|
412
|
-
return visitor.isNotNull(value.isNotNull);
|
|
413
|
-
if (value.in !== undefined)
|
|
414
|
-
return visitor.in(value.in);
|
|
415
|
-
if (value.notIn !== undefined)
|
|
416
|
-
return visitor.notIn(value.notIn);
|
|
417
|
-
if (value.like !== undefined)
|
|
418
|
-
return visitor.like(value.like);
|
|
419
|
-
if (value.notLike !== undefined)
|
|
420
|
-
return visitor.notLike(value.notLike);
|
|
421
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
422
|
-
};
|
|
423
|
-
})(exports.RowFilterExpression || (exports.RowFilterExpression = {}));
|
|
424
266
|
const FilterStatus = {
|
|
425
267
|
INVALID: "INVALID",
|
|
426
268
|
VALID: "VALID",
|
|
427
269
|
};
|
|
428
|
-
exports.MatchRationaleItem = void 0;
|
|
429
|
-
(function (MatchRationaleItem) {
|
|
430
|
-
MatchRationaleItem.visit = (value, visitor) => {
|
|
431
|
-
if (value.textMatches !== undefined)
|
|
432
|
-
return visitor.textMatches(value.textMatches);
|
|
433
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
434
|
-
};
|
|
435
|
-
})(exports.MatchRationaleItem || (exports.MatchRationaleItem = {}));
|
|
436
270
|
const RuleScopeSelectionMode = {
|
|
437
271
|
ALL: "ALL",
|
|
438
272
|
SPECIFIC: "SPECIFIC",
|
|
@@ -454,16 +288,6 @@ const AuthType = {
|
|
|
454
288
|
DISABLED: "DISABLED",
|
|
455
289
|
IAM_IDC: "IAM_IDC",
|
|
456
290
|
};
|
|
457
|
-
exports.AwsAccount = void 0;
|
|
458
|
-
(function (AwsAccount) {
|
|
459
|
-
AwsAccount.visit = (value, visitor) => {
|
|
460
|
-
if (value.awsAccountId !== undefined)
|
|
461
|
-
return visitor.awsAccountId(value.awsAccountId);
|
|
462
|
-
if (value.awsAccountIdPath !== undefined)
|
|
463
|
-
return visitor.awsAccountIdPath(value.awsAccountIdPath);
|
|
464
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
465
|
-
};
|
|
466
|
-
})(exports.AwsAccount || (exports.AwsAccount = {}));
|
|
467
291
|
const SubscriptionStatus = {
|
|
468
292
|
APPROVED: "APPROVED",
|
|
469
293
|
CANCELLED: "CANCELLED",
|
|
@@ -497,52 +321,6 @@ const GlueConnectionType = {
|
|
|
497
321
|
TERADATA: "TERADATA",
|
|
498
322
|
VERTICA: "VERTICA",
|
|
499
323
|
};
|
|
500
|
-
exports.RedshiftCredentials = void 0;
|
|
501
|
-
(function (RedshiftCredentials) {
|
|
502
|
-
RedshiftCredentials.visit = (value, visitor) => {
|
|
503
|
-
if (value.secretArn !== undefined)
|
|
504
|
-
return visitor.secretArn(value.secretArn);
|
|
505
|
-
if (value.usernamePassword !== undefined)
|
|
506
|
-
return visitor.usernamePassword(value.usernamePassword);
|
|
507
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
508
|
-
};
|
|
509
|
-
})(exports.RedshiftCredentials || (exports.RedshiftCredentials = {}));
|
|
510
|
-
exports.RedshiftStorageProperties = void 0;
|
|
511
|
-
(function (RedshiftStorageProperties) {
|
|
512
|
-
RedshiftStorageProperties.visit = (value, visitor) => {
|
|
513
|
-
if (value.clusterName !== undefined)
|
|
514
|
-
return visitor.clusterName(value.clusterName);
|
|
515
|
-
if (value.workgroupName !== undefined)
|
|
516
|
-
return visitor.workgroupName(value.workgroupName);
|
|
517
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
518
|
-
};
|
|
519
|
-
})(exports.RedshiftStorageProperties || (exports.RedshiftStorageProperties = {}));
|
|
520
|
-
exports.ConnectionPropertiesInput = void 0;
|
|
521
|
-
(function (ConnectionPropertiesInput) {
|
|
522
|
-
ConnectionPropertiesInput.visit = (value, visitor) => {
|
|
523
|
-
if (value.athenaProperties !== undefined)
|
|
524
|
-
return visitor.athenaProperties(value.athenaProperties);
|
|
525
|
-
if (value.glueProperties !== undefined)
|
|
526
|
-
return visitor.glueProperties(value.glueProperties);
|
|
527
|
-
if (value.hyperPodProperties !== undefined)
|
|
528
|
-
return visitor.hyperPodProperties(value.hyperPodProperties);
|
|
529
|
-
if (value.iamProperties !== undefined)
|
|
530
|
-
return visitor.iamProperties(value.iamProperties);
|
|
531
|
-
if (value.redshiftProperties !== undefined)
|
|
532
|
-
return visitor.redshiftProperties(value.redshiftProperties);
|
|
533
|
-
if (value.sparkEmrProperties !== undefined)
|
|
534
|
-
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
535
|
-
if (value.sparkGlueProperties !== undefined)
|
|
536
|
-
return visitor.sparkGlueProperties(value.sparkGlueProperties);
|
|
537
|
-
if (value.s3Properties !== undefined)
|
|
538
|
-
return visitor.s3Properties(value.s3Properties);
|
|
539
|
-
if (value.amazonQProperties !== undefined)
|
|
540
|
-
return visitor.amazonQProperties(value.amazonQProperties);
|
|
541
|
-
if (value.mlflowProperties !== undefined)
|
|
542
|
-
return visitor.mlflowProperties(value.mlflowProperties);
|
|
543
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
544
|
-
};
|
|
545
|
-
})(exports.ConnectionPropertiesInput || (exports.ConnectionPropertiesInput = {}));
|
|
546
324
|
const ConnectionStatus = {
|
|
547
325
|
CREATE_FAILED: "CREATE_FAILED",
|
|
548
326
|
CREATING: "CREATING",
|
|
@@ -561,54 +339,6 @@ const GovernanceType = {
|
|
|
561
339
|
AWS_MANAGED: "AWS_MANAGED",
|
|
562
340
|
USER_MANAGED: "USER_MANAGED",
|
|
563
341
|
};
|
|
564
|
-
exports.ConnectionPropertiesOutput = void 0;
|
|
565
|
-
(function (ConnectionPropertiesOutput) {
|
|
566
|
-
ConnectionPropertiesOutput.visit = (value, visitor) => {
|
|
567
|
-
if (value.athenaProperties !== undefined)
|
|
568
|
-
return visitor.athenaProperties(value.athenaProperties);
|
|
569
|
-
if (value.glueProperties !== undefined)
|
|
570
|
-
return visitor.glueProperties(value.glueProperties);
|
|
571
|
-
if (value.hyperPodProperties !== undefined)
|
|
572
|
-
return visitor.hyperPodProperties(value.hyperPodProperties);
|
|
573
|
-
if (value.iamProperties !== undefined)
|
|
574
|
-
return visitor.iamProperties(value.iamProperties);
|
|
575
|
-
if (value.redshiftProperties !== undefined)
|
|
576
|
-
return visitor.redshiftProperties(value.redshiftProperties);
|
|
577
|
-
if (value.sparkEmrProperties !== undefined)
|
|
578
|
-
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
579
|
-
if (value.sparkGlueProperties !== undefined)
|
|
580
|
-
return visitor.sparkGlueProperties(value.sparkGlueProperties);
|
|
581
|
-
if (value.s3Properties !== undefined)
|
|
582
|
-
return visitor.s3Properties(value.s3Properties);
|
|
583
|
-
if (value.amazonQProperties !== undefined)
|
|
584
|
-
return visitor.amazonQProperties(value.amazonQProperties);
|
|
585
|
-
if (value.mlflowProperties !== undefined)
|
|
586
|
-
return visitor.mlflowProperties(value.mlflowProperties);
|
|
587
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
588
|
-
};
|
|
589
|
-
})(exports.ConnectionPropertiesOutput || (exports.ConnectionPropertiesOutput = {}));
|
|
590
|
-
exports.ConnectionPropertiesPatch = void 0;
|
|
591
|
-
(function (ConnectionPropertiesPatch) {
|
|
592
|
-
ConnectionPropertiesPatch.visit = (value, visitor) => {
|
|
593
|
-
if (value.athenaProperties !== undefined)
|
|
594
|
-
return visitor.athenaProperties(value.athenaProperties);
|
|
595
|
-
if (value.glueProperties !== undefined)
|
|
596
|
-
return visitor.glueProperties(value.glueProperties);
|
|
597
|
-
if (value.iamProperties !== undefined)
|
|
598
|
-
return visitor.iamProperties(value.iamProperties);
|
|
599
|
-
if (value.redshiftProperties !== undefined)
|
|
600
|
-
return visitor.redshiftProperties(value.redshiftProperties);
|
|
601
|
-
if (value.sparkEmrProperties !== undefined)
|
|
602
|
-
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
603
|
-
if (value.s3Properties !== undefined)
|
|
604
|
-
return visitor.s3Properties(value.s3Properties);
|
|
605
|
-
if (value.amazonQProperties !== undefined)
|
|
606
|
-
return visitor.amazonQProperties(value.amazonQProperties);
|
|
607
|
-
if (value.mlflowProperties !== undefined)
|
|
608
|
-
return visitor.mlflowProperties(value.mlflowProperties);
|
|
609
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
610
|
-
};
|
|
611
|
-
})(exports.ConnectionPropertiesPatch || (exports.ConnectionPropertiesPatch = {}));
|
|
612
342
|
const ConnectionScope = {
|
|
613
343
|
DOMAIN: "DOMAIN",
|
|
614
344
|
PROJECT: "PROJECT",
|
|
@@ -658,28 +388,6 @@ const FilterExpressionType = {
|
|
|
658
388
|
EXCLUDE: "EXCLUDE",
|
|
659
389
|
INCLUDE: "INCLUDE",
|
|
660
390
|
};
|
|
661
|
-
exports.RedshiftStorage = void 0;
|
|
662
|
-
(function (RedshiftStorage) {
|
|
663
|
-
RedshiftStorage.visit = (value, visitor) => {
|
|
664
|
-
if (value.redshiftClusterSource !== undefined)
|
|
665
|
-
return visitor.redshiftClusterSource(value.redshiftClusterSource);
|
|
666
|
-
if (value.redshiftServerlessSource !== undefined)
|
|
667
|
-
return visitor.redshiftServerlessSource(value.redshiftServerlessSource);
|
|
668
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
669
|
-
};
|
|
670
|
-
})(exports.RedshiftStorage || (exports.RedshiftStorage = {}));
|
|
671
|
-
exports.DataSourceConfigurationInput = void 0;
|
|
672
|
-
(function (DataSourceConfigurationInput) {
|
|
673
|
-
DataSourceConfigurationInput.visit = (value, visitor) => {
|
|
674
|
-
if (value.glueRunConfiguration !== undefined)
|
|
675
|
-
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
676
|
-
if (value.redshiftRunConfiguration !== undefined)
|
|
677
|
-
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
678
|
-
if (value.sageMakerRunConfiguration !== undefined)
|
|
679
|
-
return visitor.sageMakerRunConfiguration(value.sageMakerRunConfiguration);
|
|
680
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
681
|
-
};
|
|
682
|
-
})(exports.DataSourceConfigurationInput || (exports.DataSourceConfigurationInput = {}));
|
|
683
391
|
const EnableSetting = {
|
|
684
392
|
DISABLED: "DISABLED",
|
|
685
393
|
ENABLED: "ENABLED",
|
|
@@ -750,18 +458,6 @@ const Timezone = {
|
|
|
750
458
|
US_PACIFIC: "US_PACIFIC",
|
|
751
459
|
UTC: "UTC",
|
|
752
460
|
};
|
|
753
|
-
exports.DataSourceConfigurationOutput = void 0;
|
|
754
|
-
(function (DataSourceConfigurationOutput) {
|
|
755
|
-
DataSourceConfigurationOutput.visit = (value, visitor) => {
|
|
756
|
-
if (value.glueRunConfiguration !== undefined)
|
|
757
|
-
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
758
|
-
if (value.redshiftRunConfiguration !== undefined)
|
|
759
|
-
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
760
|
-
if (value.sageMakerRunConfiguration !== undefined)
|
|
761
|
-
return visitor.sageMakerRunConfiguration(value.sageMakerRunConfiguration);
|
|
762
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
763
|
-
};
|
|
764
|
-
})(exports.DataSourceConfigurationOutput || (exports.DataSourceConfigurationOutput = {}));
|
|
765
461
|
const DataSourceErrorType = {
|
|
766
462
|
ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION",
|
|
767
463
|
CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION",
|
|
@@ -804,16 +500,6 @@ const DomainStatus = {
|
|
|
804
500
|
DELETING: "DELETING",
|
|
805
501
|
DELETION_FAILED: "DELETION_FAILED",
|
|
806
502
|
};
|
|
807
|
-
exports.DomainUnitOwnerProperties = void 0;
|
|
808
|
-
(function (DomainUnitOwnerProperties) {
|
|
809
|
-
DomainUnitOwnerProperties.visit = (value, visitor) => {
|
|
810
|
-
if (value.user !== undefined)
|
|
811
|
-
return visitor.user(value.user);
|
|
812
|
-
if (value.group !== undefined)
|
|
813
|
-
return visitor.group(value.group);
|
|
814
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
815
|
-
};
|
|
816
|
-
})(exports.DomainUnitOwnerProperties || (exports.DomainUnitOwnerProperties = {}));
|
|
817
503
|
const DeploymentStatus = {
|
|
818
504
|
FAILED: "FAILED",
|
|
819
505
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -825,14 +511,6 @@ const DeploymentType = {
|
|
|
825
511
|
DELETE: "DELETE",
|
|
826
512
|
UPDATE: "UPDATE",
|
|
827
513
|
};
|
|
828
|
-
exports.ProvisioningProperties = void 0;
|
|
829
|
-
(function (ProvisioningProperties) {
|
|
830
|
-
ProvisioningProperties.visit = (value, visitor) => {
|
|
831
|
-
if (value.cloudFormation !== undefined)
|
|
832
|
-
return visitor.cloudFormation(value.cloudFormation);
|
|
833
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
834
|
-
};
|
|
835
|
-
})(exports.ProvisioningProperties || (exports.ProvisioningProperties = {}));
|
|
836
514
|
const EnvironmentStatus = {
|
|
837
515
|
ACTIVE: "ACTIVE",
|
|
838
516
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -848,14 +526,6 @@ const EnvironmentStatus = {
|
|
|
848
526
|
UPDATING: "UPDATING",
|
|
849
527
|
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
850
528
|
};
|
|
851
|
-
exports.Model = void 0;
|
|
852
|
-
(function (Model) {
|
|
853
|
-
Model.visit = (value, visitor) => {
|
|
854
|
-
if (value.smithy !== undefined)
|
|
855
|
-
return visitor.smithy(value.smithy);
|
|
856
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
857
|
-
};
|
|
858
|
-
})(exports.Model || (exports.Model = {}));
|
|
859
529
|
const FormTypeStatus = {
|
|
860
530
|
DISABLED: "DISABLED",
|
|
861
531
|
ENABLED: "ENABLED",
|
|
@@ -905,27 +575,7 @@ const UserDesignation = {
|
|
|
905
575
|
PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
|
|
906
576
|
PROJECT_OWNER: "PROJECT_OWNER",
|
|
907
577
|
};
|
|
908
|
-
|
|
909
|
-
(function (Member) {
|
|
910
|
-
Member.visit = (value, visitor) => {
|
|
911
|
-
if (value.userIdentifier !== undefined)
|
|
912
|
-
return visitor.userIdentifier(value.userIdentifier);
|
|
913
|
-
if (value.groupIdentifier !== undefined)
|
|
914
|
-
return visitor.groupIdentifier(value.groupIdentifier);
|
|
915
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
916
|
-
};
|
|
917
|
-
})(exports.Member || (exports.Member = {}));
|
|
918
|
-
|
|
919
|
-
exports.Region = void 0;
|
|
920
|
-
(function (Region) {
|
|
921
|
-
Region.visit = (value, visitor) => {
|
|
922
|
-
if (value.regionName !== undefined)
|
|
923
|
-
return visitor.regionName(value.regionName);
|
|
924
|
-
if (value.regionNamePath !== undefined)
|
|
925
|
-
return visitor.regionNamePath(value.regionNamePath);
|
|
926
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
927
|
-
};
|
|
928
|
-
})(exports.Region || (exports.Region = {}));
|
|
578
|
+
|
|
929
579
|
const DeploymentMode = {
|
|
930
580
|
ON_CREATE: "ON_CREATE",
|
|
931
581
|
ON_DEMAND: "ON_DEMAND",
|
|
@@ -938,36 +588,12 @@ const RuleAction = {
|
|
|
938
588
|
CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
|
|
939
589
|
CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST",
|
|
940
590
|
};
|
|
941
|
-
exports.RuleDetail = void 0;
|
|
942
|
-
(function (RuleDetail) {
|
|
943
|
-
RuleDetail.visit = (value, visitor) => {
|
|
944
|
-
if (value.metadataFormEnforcementDetail !== undefined)
|
|
945
|
-
return visitor.metadataFormEnforcementDetail(value.metadataFormEnforcementDetail);
|
|
946
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
947
|
-
};
|
|
948
|
-
})(exports.RuleDetail || (exports.RuleDetail = {}));
|
|
949
|
-
exports.RuleTarget = void 0;
|
|
950
|
-
(function (RuleTarget) {
|
|
951
|
-
RuleTarget.visit = (value, visitor) => {
|
|
952
|
-
if (value.domainUnitTarget !== undefined)
|
|
953
|
-
return visitor.domainUnitTarget(value.domainUnitTarget);
|
|
954
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
955
|
-
};
|
|
956
|
-
})(exports.RuleTarget || (exports.RuleTarget = {}));
|
|
957
591
|
const RuleType = {
|
|
958
592
|
METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT",
|
|
959
593
|
};
|
|
960
594
|
const RuleTargetType = {
|
|
961
595
|
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
962
596
|
};
|
|
963
|
-
exports.GrantedEntityInput = void 0;
|
|
964
|
-
(function (GrantedEntityInput) {
|
|
965
|
-
GrantedEntityInput.visit = (value, visitor) => {
|
|
966
|
-
if (value.listing !== undefined)
|
|
967
|
-
return visitor.listing(value.listing);
|
|
968
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
969
|
-
};
|
|
970
|
-
})(exports.GrantedEntityInput || (exports.GrantedEntityInput = {}));
|
|
971
597
|
const SubscriptionGrantStatus = {
|
|
972
598
|
GRANTED: "GRANTED",
|
|
973
599
|
GRANT_FAILED: "GRANT_FAILED",
|
|
@@ -978,14 +604,6 @@ const SubscriptionGrantStatus = {
|
|
|
978
604
|
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
979
605
|
REVOKE_PENDING: "REVOKE_PENDING",
|
|
980
606
|
};
|
|
981
|
-
exports.GrantedEntity = void 0;
|
|
982
|
-
(function (GrantedEntity) {
|
|
983
|
-
GrantedEntity.visit = (value, visitor) => {
|
|
984
|
-
if (value.listing !== undefined)
|
|
985
|
-
return visitor.listing(value.listing);
|
|
986
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
987
|
-
};
|
|
988
|
-
})(exports.GrantedEntity || (exports.GrantedEntity = {}));
|
|
989
607
|
const SubscriptionGrantOverallStatus = {
|
|
990
608
|
COMPLETED: "COMPLETED",
|
|
991
609
|
GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED",
|
|
@@ -995,29 +613,11 @@ const SubscriptionGrantOverallStatus = {
|
|
|
995
613
|
PENDING: "PENDING",
|
|
996
614
|
REVOKE_FAILED: "REVOKE_FAILED",
|
|
997
615
|
};
|
|
998
|
-
exports.SubscribedPrincipalInput = void 0;
|
|
999
|
-
(function (SubscribedPrincipalInput) {
|
|
1000
|
-
SubscribedPrincipalInput.visit = (value, visitor) => {
|
|
1001
|
-
if (value.project !== undefined)
|
|
1002
|
-
return visitor.project(value.project);
|
|
1003
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1004
|
-
};
|
|
1005
|
-
})(exports.SubscribedPrincipalInput || (exports.SubscribedPrincipalInput = {}));
|
|
1006
616
|
const UserType = {
|
|
1007
617
|
IAM_ROLE: "IAM_ROLE",
|
|
1008
618
|
IAM_USER: "IAM_USER",
|
|
1009
619
|
SSO_USER: "SSO_USER",
|
|
1010
620
|
};
|
|
1011
|
-
exports.UserProfileDetails = void 0;
|
|
1012
|
-
(function (UserProfileDetails) {
|
|
1013
|
-
UserProfileDetails.visit = (value, visitor) => {
|
|
1014
|
-
if (value.iam !== undefined)
|
|
1015
|
-
return visitor.iam(value.iam);
|
|
1016
|
-
if (value.sso !== undefined)
|
|
1017
|
-
return visitor.sso(value.sso);
|
|
1018
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1019
|
-
};
|
|
1020
|
-
})(exports.UserProfileDetails || (exports.UserProfileDetails = {}));
|
|
1021
621
|
const UserProfileStatus = {
|
|
1022
622
|
ACTIVATED: "ACTIVATED",
|
|
1023
623
|
ASSIGNED: "ASSIGNED",
|
|
@@ -1047,16 +647,6 @@ const SelfGrantStatus = {
|
|
|
1047
647
|
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
1048
648
|
REVOKE_PENDING: "REVOKE_PENDING",
|
|
1049
649
|
};
|
|
1050
|
-
exports.SelfGrantStatusOutput = void 0;
|
|
1051
|
-
(function (SelfGrantStatusOutput) {
|
|
1052
|
-
SelfGrantStatusOutput.visit = (value, visitor) => {
|
|
1053
|
-
if (value.glueSelfGrantStatus !== undefined)
|
|
1054
|
-
return visitor.glueSelfGrantStatus(value.glueSelfGrantStatus);
|
|
1055
|
-
if (value.redshiftSelfGrantStatus !== undefined)
|
|
1056
|
-
return visitor.redshiftSelfGrantStatus(value.redshiftSelfGrantStatus);
|
|
1057
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1058
|
-
};
|
|
1059
|
-
})(exports.SelfGrantStatusOutput || (exports.SelfGrantStatusOutput = {}));
|
|
1060
650
|
const LineageImportStatus = {
|
|
1061
651
|
FAILED: "FAILED",
|
|
1062
652
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -1077,22 +667,6 @@ const TimeSeriesEntityType = {
|
|
|
1077
667
|
ASSET: "ASSET",
|
|
1078
668
|
LISTING: "LISTING",
|
|
1079
669
|
};
|
|
1080
|
-
exports.ProvisioningConfiguration = void 0;
|
|
1081
|
-
(function (ProvisioningConfiguration) {
|
|
1082
|
-
ProvisioningConfiguration.visit = (value, visitor) => {
|
|
1083
|
-
if (value.lakeFormationConfiguration !== undefined)
|
|
1084
|
-
return visitor.lakeFormationConfiguration(value.lakeFormationConfiguration);
|
|
1085
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1086
|
-
};
|
|
1087
|
-
})(exports.ProvisioningConfiguration || (exports.ProvisioningConfiguration = {}));
|
|
1088
|
-
exports.JobRunDetails = void 0;
|
|
1089
|
-
(function (JobRunDetails) {
|
|
1090
|
-
JobRunDetails.visit = (value, visitor) => {
|
|
1091
|
-
if (value.lineageRunDetails !== undefined)
|
|
1092
|
-
return visitor.lineageRunDetails(value.lineageRunDetails);
|
|
1093
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1094
|
-
};
|
|
1095
|
-
})(exports.JobRunDetails || (exports.JobRunDetails = {}));
|
|
1096
670
|
const JobType = {
|
|
1097
671
|
LINEAGE: "LINEAGE",
|
|
1098
672
|
};
|
|
@@ -1120,26 +694,6 @@ const SortOrder = {
|
|
|
1120
694
|
const SortFieldConnection = {
|
|
1121
695
|
NAME: "NAME",
|
|
1122
696
|
};
|
|
1123
|
-
exports.OwnerPropertiesOutput = void 0;
|
|
1124
|
-
(function (OwnerPropertiesOutput) {
|
|
1125
|
-
OwnerPropertiesOutput.visit = (value, visitor) => {
|
|
1126
|
-
if (value.user !== undefined)
|
|
1127
|
-
return visitor.user(value.user);
|
|
1128
|
-
if (value.group !== undefined)
|
|
1129
|
-
return visitor.group(value.group);
|
|
1130
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1131
|
-
};
|
|
1132
|
-
})(exports.OwnerPropertiesOutput || (exports.OwnerPropertiesOutput = {}));
|
|
1133
|
-
exports.ListingItem = void 0;
|
|
1134
|
-
(function (ListingItem) {
|
|
1135
|
-
ListingItem.visit = (value, visitor) => {
|
|
1136
|
-
if (value.assetListing !== undefined)
|
|
1137
|
-
return visitor.assetListing(value.assetListing);
|
|
1138
|
-
if (value.dataProductListing !== undefined)
|
|
1139
|
-
return visitor.dataProductListing(value.dataProductListing);
|
|
1140
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1141
|
-
};
|
|
1142
|
-
})(exports.ListingItem || (exports.ListingItem = {}));
|
|
1143
697
|
const OpenLineageRunState = {
|
|
1144
698
|
ABORT: "ABORT",
|
|
1145
699
|
COMPLETE: "COMPLETE",
|
|
@@ -1148,14 +702,6 @@ const OpenLineageRunState = {
|
|
|
1148
702
|
RUNNING: "RUNNING",
|
|
1149
703
|
START: "START",
|
|
1150
704
|
};
|
|
1151
|
-
exports.EventSummary = void 0;
|
|
1152
|
-
(function (EventSummary) {
|
|
1153
|
-
EventSummary.visit = (value, visitor) => {
|
|
1154
|
-
if (value.openLineageRunEventSummary !== undefined)
|
|
1155
|
-
return visitor.openLineageRunEventSummary(value.openLineageRunEventSummary);
|
|
1156
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1157
|
-
};
|
|
1158
|
-
})(exports.EventSummary || (exports.EventSummary = {}));
|
|
1159
705
|
const EdgeDirection = {
|
|
1160
706
|
DOWNSTREAM: "DOWNSTREAM",
|
|
1161
707
|
UPSTREAM: "UPSTREAM",
|
|
@@ -1181,16 +727,6 @@ const NotificationRole = {
|
|
|
1181
727
|
const SortFieldProject = {
|
|
1182
728
|
NAME: "NAME",
|
|
1183
729
|
};
|
|
1184
|
-
exports.MemberDetails = void 0;
|
|
1185
|
-
(function (MemberDetails) {
|
|
1186
|
-
MemberDetails.visit = (value, visitor) => {
|
|
1187
|
-
if (value.user !== undefined)
|
|
1188
|
-
return visitor.user(value.user);
|
|
1189
|
-
if (value.group !== undefined)
|
|
1190
|
-
return visitor.group(value.group);
|
|
1191
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1192
|
-
};
|
|
1193
|
-
})(exports.MemberDetails || (exports.MemberDetails = {}));
|
|
1194
730
|
const SortKey = {
|
|
1195
731
|
CREATED_AT: "CREATED_AT",
|
|
1196
732
|
UPDATED_AT: "UPDATED_AT",
|
|
@@ -1224,91 +760,21 @@ const InventorySearchScope = {
|
|
|
1224
760
|
GLOSSARY: "GLOSSARY",
|
|
1225
761
|
GLOSSARY_TERM: "GLOSSARY_TERM",
|
|
1226
762
|
};
|
|
1227
|
-
exports.SearchInventoryResultItem = void 0;
|
|
1228
|
-
(function (SearchInventoryResultItem) {
|
|
1229
|
-
SearchInventoryResultItem.visit = (value, visitor) => {
|
|
1230
|
-
if (value.glossaryItem !== undefined)
|
|
1231
|
-
return visitor.glossaryItem(value.glossaryItem);
|
|
1232
|
-
if (value.glossaryTermItem !== undefined)
|
|
1233
|
-
return visitor.glossaryTermItem(value.glossaryTermItem);
|
|
1234
|
-
if (value.assetItem !== undefined)
|
|
1235
|
-
return visitor.assetItem(value.assetItem);
|
|
1236
|
-
if (value.dataProductItem !== undefined)
|
|
1237
|
-
return visitor.dataProductItem(value.dataProductItem);
|
|
1238
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1239
|
-
};
|
|
1240
|
-
})(exports.SearchInventoryResultItem || (exports.SearchInventoryResultItem = {}));
|
|
1241
763
|
const GroupSearchType = {
|
|
1242
764
|
DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP",
|
|
1243
765
|
SSO_GROUP: "SSO_GROUP",
|
|
1244
766
|
};
|
|
1245
|
-
exports.SearchResultItem = void 0;
|
|
1246
|
-
(function (SearchResultItem) {
|
|
1247
|
-
SearchResultItem.visit = (value, visitor) => {
|
|
1248
|
-
if (value.assetListing !== undefined)
|
|
1249
|
-
return visitor.assetListing(value.assetListing);
|
|
1250
|
-
if (value.dataProductListing !== undefined)
|
|
1251
|
-
return visitor.dataProductListing(value.dataProductListing);
|
|
1252
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1253
|
-
};
|
|
1254
|
-
})(exports.SearchResultItem || (exports.SearchResultItem = {}));
|
|
1255
767
|
const TypesSearchScope = {
|
|
1256
768
|
ASSET_TYPE: "ASSET_TYPE",
|
|
1257
769
|
FORM_TYPE: "FORM_TYPE",
|
|
1258
770
|
LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE",
|
|
1259
771
|
};
|
|
1260
|
-
exports.SearchTypesResultItem = void 0;
|
|
1261
|
-
(function (SearchTypesResultItem) {
|
|
1262
|
-
SearchTypesResultItem.visit = (value, visitor) => {
|
|
1263
|
-
if (value.assetTypeItem !== undefined)
|
|
1264
|
-
return visitor.assetTypeItem(value.assetTypeItem);
|
|
1265
|
-
if (value.formTypeItem !== undefined)
|
|
1266
|
-
return visitor.formTypeItem(value.formTypeItem);
|
|
1267
|
-
if (value.lineageNodeTypeItem !== undefined)
|
|
1268
|
-
return visitor.lineageNodeTypeItem(value.lineageNodeTypeItem);
|
|
1269
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1270
|
-
};
|
|
1271
|
-
})(exports.SearchTypesResultItem || (exports.SearchTypesResultItem = {}));
|
|
1272
772
|
const UserSearchType = {
|
|
1273
773
|
DATAZONE_IAM_USER: "DATAZONE_IAM_USER",
|
|
1274
774
|
DATAZONE_SSO_USER: "DATAZONE_SSO_USER",
|
|
1275
775
|
DATAZONE_USER: "DATAZONE_USER",
|
|
1276
776
|
SSO_USER: "SSO_USER",
|
|
1277
777
|
};
|
|
1278
|
-
exports.FilterClause = void 0;
|
|
1279
|
-
(function (FilterClause) {
|
|
1280
|
-
FilterClause.visit = (value, visitor) => {
|
|
1281
|
-
if (value.filter !== undefined)
|
|
1282
|
-
return visitor.filter(value.filter);
|
|
1283
|
-
if (value.and !== undefined)
|
|
1284
|
-
return visitor.and(value.and);
|
|
1285
|
-
if (value.or !== undefined)
|
|
1286
|
-
return visitor.or(value.or);
|
|
1287
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1288
|
-
};
|
|
1289
|
-
})(exports.FilterClause || (exports.FilterClause = {}));
|
|
1290
|
-
exports.RowFilter = void 0;
|
|
1291
|
-
(function (RowFilter) {
|
|
1292
|
-
RowFilter.visit = (value, visitor) => {
|
|
1293
|
-
if (value.expression !== undefined)
|
|
1294
|
-
return visitor.expression(value.expression);
|
|
1295
|
-
if (value.and !== undefined)
|
|
1296
|
-
return visitor.and(value.and);
|
|
1297
|
-
if (value.or !== undefined)
|
|
1298
|
-
return visitor.or(value.or);
|
|
1299
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1300
|
-
};
|
|
1301
|
-
})(exports.RowFilter || (exports.RowFilter = {}));
|
|
1302
|
-
exports.AssetFilterConfiguration = void 0;
|
|
1303
|
-
(function (AssetFilterConfiguration) {
|
|
1304
|
-
AssetFilterConfiguration.visit = (value, visitor) => {
|
|
1305
|
-
if (value.columnConfiguration !== undefined)
|
|
1306
|
-
return visitor.columnConfiguration(value.columnConfiguration);
|
|
1307
|
-
if (value.rowConfiguration !== undefined)
|
|
1308
|
-
return visitor.rowConfiguration(value.rowConfiguration);
|
|
1309
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1310
|
-
};
|
|
1311
|
-
})(exports.AssetFilterConfiguration || (exports.AssetFilterConfiguration = {}));
|
|
1312
778
|
|
|
1313
779
|
const _AA = "AwsAccount";
|
|
1314
780
|
const _AAN = "AwsAccountName";
|
|
@@ -8149,7 +7615,7 @@ var UnauthorizedException = [
|
|
|
8149
7615
|
[0],
|
|
8150
7616
|
];
|
|
8151
7617
|
schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
|
|
8152
|
-
var
|
|
7618
|
+
var Unit_n0 = [3, n0, _U, 0, [], []];
|
|
8153
7619
|
var UntagResourceRequest = [
|
|
8154
7620
|
3,
|
|
8155
7621
|
n0,
|
|
@@ -9031,9 +8497,9 @@ var PolicyGrantDetail = [
|
|
|
9031
8497
|
() => CreateAssetTypePolicyGrantDetail,
|
|
9032
8498
|
() => CreateProjectPolicyGrantDetail,
|
|
9033
8499
|
() => CreateEnvironmentProfilePolicyGrantDetail,
|
|
9034
|
-
() =>
|
|
9035
|
-
() =>
|
|
9036
|
-
() =>
|
|
8500
|
+
() => Unit_n0,
|
|
8501
|
+
() => Unit_n0,
|
|
8502
|
+
() => Unit_n0,
|
|
9037
8503
|
() => CreateProjectFromProjectProfilePolicyGrantDetail,
|
|
9038
8504
|
() => UseAssetTypePolicyGrantDetail,
|
|
9039
8505
|
],
|