@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
|
@@ -64,12 +64,15 @@ export declare namespace Region {
|
|
|
64
64
|
regionNamePath?: never;
|
|
65
65
|
$unknown: [string, any];
|
|
66
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* @deprecated unused in schema-serde mode.
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
67
71
|
interface Visitor<T> {
|
|
68
72
|
regionName: (value: string) => T;
|
|
69
73
|
regionNamePath: (value: string) => T;
|
|
70
74
|
_: (name: string, value: any) => T;
|
|
71
75
|
}
|
|
72
|
-
const visit: <T>(value: Region, visitor: Visitor<T>) => T;
|
|
73
76
|
}
|
|
74
77
|
/**
|
|
75
78
|
* <p>The environment configuration parameter.</p>
|
|
@@ -397,11 +400,14 @@ export declare namespace RuleDetail {
|
|
|
397
400
|
metadataFormEnforcementDetail?: never;
|
|
398
401
|
$unknown: [string, any];
|
|
399
402
|
}
|
|
403
|
+
/**
|
|
404
|
+
* @deprecated unused in schema-serde mode.
|
|
405
|
+
*
|
|
406
|
+
*/
|
|
400
407
|
interface Visitor<T> {
|
|
401
408
|
metadataFormEnforcementDetail: (value: MetadataFormEnforcementDetail) => T;
|
|
402
409
|
_: (name: string, value: any) => T;
|
|
403
410
|
}
|
|
404
|
-
const visit: <T>(value: RuleDetail, visitor: Visitor<T>) => T;
|
|
405
411
|
}
|
|
406
412
|
/**
|
|
407
413
|
* <p>Specifies projects in which the rule is created.</p>
|
|
@@ -480,11 +486,14 @@ export declare namespace RuleTarget {
|
|
|
480
486
|
domainUnitTarget?: never;
|
|
481
487
|
$unknown: [string, any];
|
|
482
488
|
}
|
|
489
|
+
/**
|
|
490
|
+
* @deprecated unused in schema-serde mode.
|
|
491
|
+
*
|
|
492
|
+
*/
|
|
483
493
|
interface Visitor<T> {
|
|
484
494
|
domainUnitTarget: (value: DomainUnitTarget) => T;
|
|
485
495
|
_: (name: string, value: any) => T;
|
|
486
496
|
}
|
|
487
|
-
const visit: <T>(value: RuleTarget, visitor: Visitor<T>) => T;
|
|
488
497
|
}
|
|
489
498
|
/**
|
|
490
499
|
* @public
|
|
@@ -653,11 +662,14 @@ export declare namespace GrantedEntityInput {
|
|
|
653
662
|
listing?: never;
|
|
654
663
|
$unknown: [string, any];
|
|
655
664
|
}
|
|
665
|
+
/**
|
|
666
|
+
* @deprecated unused in schema-serde mode.
|
|
667
|
+
*
|
|
668
|
+
*/
|
|
656
669
|
interface Visitor<T> {
|
|
657
670
|
listing: (value: ListingRevisionInput) => T;
|
|
658
671
|
_: (name: string, value: any) => T;
|
|
659
672
|
}
|
|
660
|
-
const visit: <T>(value: GrantedEntityInput, visitor: Visitor<T>) => T;
|
|
661
673
|
}
|
|
662
674
|
/**
|
|
663
675
|
* @public
|
|
@@ -809,11 +821,14 @@ export declare namespace GrantedEntity {
|
|
|
809
821
|
listing?: never;
|
|
810
822
|
$unknown: [string, any];
|
|
811
823
|
}
|
|
824
|
+
/**
|
|
825
|
+
* @deprecated unused in schema-serde mode.
|
|
826
|
+
*
|
|
827
|
+
*/
|
|
812
828
|
interface Visitor<T> {
|
|
813
829
|
listing: (value: ListingRevision) => T;
|
|
814
830
|
_: (name: string, value: any) => T;
|
|
815
831
|
}
|
|
816
|
-
const visit: <T>(value: GrantedEntity, visitor: Visitor<T>) => T;
|
|
817
832
|
}
|
|
818
833
|
/**
|
|
819
834
|
* @public
|
|
@@ -940,11 +955,14 @@ export declare namespace SubscribedPrincipalInput {
|
|
|
940
955
|
project?: never;
|
|
941
956
|
$unknown: [string, any];
|
|
942
957
|
}
|
|
958
|
+
/**
|
|
959
|
+
* @deprecated unused in schema-serde mode.
|
|
960
|
+
*
|
|
961
|
+
*/
|
|
943
962
|
interface Visitor<T> {
|
|
944
963
|
project: (value: SubscribedProjectInput) => T;
|
|
945
964
|
_: (name: string, value: any) => T;
|
|
946
965
|
}
|
|
947
|
-
const visit: <T>(value: SubscribedPrincipalInput, visitor: Visitor<T>) => T;
|
|
948
966
|
}
|
|
949
967
|
/**
|
|
950
968
|
* @public
|
|
@@ -1317,12 +1335,15 @@ export declare namespace UserProfileDetails {
|
|
|
1317
1335
|
sso?: never;
|
|
1318
1336
|
$unknown: [string, any];
|
|
1319
1337
|
}
|
|
1338
|
+
/**
|
|
1339
|
+
* @deprecated unused in schema-serde mode.
|
|
1340
|
+
*
|
|
1341
|
+
*/
|
|
1320
1342
|
interface Visitor<T> {
|
|
1321
1343
|
iam: (value: IamUserProfileDetails) => T;
|
|
1322
1344
|
sso: (value: SsoUserProfileDetails) => T;
|
|
1323
1345
|
_: (name: string, value: any) => T;
|
|
1324
1346
|
}
|
|
1325
|
-
const visit: <T>(value: UserProfileDetails, visitor: Visitor<T>) => T;
|
|
1326
1347
|
}
|
|
1327
1348
|
/**
|
|
1328
1349
|
* @public
|
|
@@ -1913,12 +1934,15 @@ export declare namespace SelfGrantStatusOutput {
|
|
|
1913
1934
|
redshiftSelfGrantStatus?: never;
|
|
1914
1935
|
$unknown: [string, any];
|
|
1915
1936
|
}
|
|
1937
|
+
/**
|
|
1938
|
+
* @deprecated unused in schema-serde mode.
|
|
1939
|
+
*
|
|
1940
|
+
*/
|
|
1916
1941
|
interface Visitor<T> {
|
|
1917
1942
|
glueSelfGrantStatus: (value: GlueSelfGrantStatusOutput) => T;
|
|
1918
1943
|
redshiftSelfGrantStatus: (value: RedshiftSelfGrantStatusOutput) => T;
|
|
1919
1944
|
_: (name: string, value: any) => T;
|
|
1920
1945
|
}
|
|
1921
|
-
const visit: <T>(value: SelfGrantStatusOutput, visitor: Visitor<T>) => T;
|
|
1922
1946
|
}
|
|
1923
1947
|
/**
|
|
1924
1948
|
* @public
|
|
@@ -3967,11 +3991,14 @@ export declare namespace ProvisioningConfiguration {
|
|
|
3967
3991
|
lakeFormationConfiguration?: never;
|
|
3968
3992
|
$unknown: [string, any];
|
|
3969
3993
|
}
|
|
3994
|
+
/**
|
|
3995
|
+
* @deprecated unused in schema-serde mode.
|
|
3996
|
+
*
|
|
3997
|
+
*/
|
|
3970
3998
|
interface Visitor<T> {
|
|
3971
3999
|
lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
|
|
3972
4000
|
_: (name: string, value: any) => T;
|
|
3973
4001
|
}
|
|
3974
|
-
const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
|
|
3975
4002
|
}
|
|
3976
4003
|
/**
|
|
3977
4004
|
* @public
|
|
@@ -5051,11 +5078,14 @@ export declare namespace JobRunDetails {
|
|
|
5051
5078
|
lineageRunDetails?: never;
|
|
5052
5079
|
$unknown: [string, any];
|
|
5053
5080
|
}
|
|
5081
|
+
/**
|
|
5082
|
+
* @deprecated unused in schema-serde mode.
|
|
5083
|
+
*
|
|
5084
|
+
*/
|
|
5054
5085
|
interface Visitor<T> {
|
|
5055
5086
|
lineageRunDetails: (value: LineageRunDetails) => T;
|
|
5056
5087
|
_: (name: string, value: any) => T;
|
|
5057
5088
|
}
|
|
5058
|
-
const visit: <T>(value: JobRunDetails, visitor: Visitor<T>) => T;
|
|
5059
5089
|
}
|
|
5060
5090
|
/**
|
|
5061
5091
|
* <p>The job run error.</p>
|
|
@@ -6834,12 +6864,15 @@ export declare namespace OwnerPropertiesOutput {
|
|
|
6834
6864
|
group?: never;
|
|
6835
6865
|
$unknown: [string, any];
|
|
6836
6866
|
}
|
|
6867
|
+
/**
|
|
6868
|
+
* @deprecated unused in schema-serde mode.
|
|
6869
|
+
*
|
|
6870
|
+
*/
|
|
6837
6871
|
interface Visitor<T> {
|
|
6838
6872
|
user: (value: OwnerUserPropertiesOutput) => T;
|
|
6839
6873
|
group: (value: OwnerGroupPropertiesOutput) => T;
|
|
6840
6874
|
_: (name: string, value: any) => T;
|
|
6841
6875
|
}
|
|
6842
|
-
const visit: <T>(value: OwnerPropertiesOutput, visitor: Visitor<T>) => T;
|
|
6843
6876
|
}
|
|
6844
6877
|
/**
|
|
6845
6878
|
* @public
|
|
@@ -7365,12 +7398,15 @@ export declare namespace ListingItem {
|
|
|
7365
7398
|
dataProductListing?: never;
|
|
7366
7399
|
$unknown: [string, any];
|
|
7367
7400
|
}
|
|
7401
|
+
/**
|
|
7402
|
+
* @deprecated unused in schema-serde mode.
|
|
7403
|
+
*
|
|
7404
|
+
*/
|
|
7368
7405
|
interface Visitor<T> {
|
|
7369
7406
|
assetListing: (value: AssetListing) => T;
|
|
7370
7407
|
dataProductListing: (value: DataProductListing) => T;
|
|
7371
7408
|
_: (name: string, value: any) => T;
|
|
7372
7409
|
}
|
|
7373
|
-
const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
|
|
7374
7410
|
}
|
|
7375
7411
|
/**
|
|
7376
7412
|
* @public
|
|
@@ -7670,11 +7706,14 @@ export declare namespace EventSummary {
|
|
|
7670
7706
|
openLineageRunEventSummary?: never;
|
|
7671
7707
|
$unknown: [string, any];
|
|
7672
7708
|
}
|
|
7709
|
+
/**
|
|
7710
|
+
* @deprecated unused in schema-serde mode.
|
|
7711
|
+
*
|
|
7712
|
+
*/
|
|
7673
7713
|
interface Visitor<T> {
|
|
7674
7714
|
openLineageRunEventSummary: (value: OpenLineageRunEventSummary) => T;
|
|
7675
7715
|
_: (name: string, value: any) => T;
|
|
7676
7716
|
}
|
|
7677
|
-
const visit: <T>(value: EventSummary, visitor: Visitor<T>) => T;
|
|
7678
7717
|
}
|
|
7679
7718
|
/**
|
|
7680
7719
|
* <p>The data lineage event summary.</p>
|
|
@@ -8267,12 +8306,15 @@ export declare namespace MemberDetails {
|
|
|
8267
8306
|
group?: never;
|
|
8268
8307
|
$unknown: [string, any];
|
|
8269
8308
|
}
|
|
8309
|
+
/**
|
|
8310
|
+
* @deprecated unused in schema-serde mode.
|
|
8311
|
+
*
|
|
8312
|
+
*/
|
|
8270
8313
|
interface Visitor<T> {
|
|
8271
8314
|
user: (value: UserDetails) => T;
|
|
8272
8315
|
group: (value: GroupDetails) => T;
|
|
8273
8316
|
_: (name: string, value: any) => T;
|
|
8274
8317
|
}
|
|
8275
|
-
const visit: <T>(value: MemberDetails, visitor: Visitor<T>) => T;
|
|
8276
8318
|
}
|
|
8277
8319
|
/**
|
|
8278
8320
|
* <p>The details of a project member.</p>
|
|
@@ -1633,6 +1633,10 @@ export declare namespace SearchInventoryResultItem {
|
|
|
1633
1633
|
dataProductItem?: never;
|
|
1634
1634
|
$unknown: [string, any];
|
|
1635
1635
|
}
|
|
1636
|
+
/**
|
|
1637
|
+
* @deprecated unused in schema-serde mode.
|
|
1638
|
+
*
|
|
1639
|
+
*/
|
|
1636
1640
|
interface Visitor<T> {
|
|
1637
1641
|
glossaryItem: (value: GlossaryItem) => T;
|
|
1638
1642
|
glossaryTermItem: (value: GlossaryTermItem) => T;
|
|
@@ -1640,7 +1644,6 @@ export declare namespace SearchInventoryResultItem {
|
|
|
1640
1644
|
dataProductItem: (value: DataProductResultItem) => T;
|
|
1641
1645
|
_: (name: string, value: any) => T;
|
|
1642
1646
|
}
|
|
1643
|
-
const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
|
|
1644
1647
|
}
|
|
1645
1648
|
/**
|
|
1646
1649
|
* @public
|
|
@@ -1780,12 +1783,15 @@ export declare namespace SearchResultItem {
|
|
|
1780
1783
|
dataProductListing?: never;
|
|
1781
1784
|
$unknown: [string, any];
|
|
1782
1785
|
}
|
|
1786
|
+
/**
|
|
1787
|
+
* @deprecated unused in schema-serde mode.
|
|
1788
|
+
*
|
|
1789
|
+
*/
|
|
1783
1790
|
interface Visitor<T> {
|
|
1784
1791
|
assetListing: (value: AssetListingItem) => T;
|
|
1785
1792
|
dataProductListing: (value: DataProductListingItem) => T;
|
|
1786
1793
|
_: (name: string, value: any) => T;
|
|
1787
1794
|
}
|
|
1788
|
-
const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
|
|
1789
1795
|
}
|
|
1790
1796
|
/**
|
|
1791
1797
|
* @public
|
|
@@ -1990,13 +1996,16 @@ export declare namespace SearchTypesResultItem {
|
|
|
1990
1996
|
lineageNodeTypeItem?: never;
|
|
1991
1997
|
$unknown: [string, any];
|
|
1992
1998
|
}
|
|
1999
|
+
/**
|
|
2000
|
+
* @deprecated unused in schema-serde mode.
|
|
2001
|
+
*
|
|
2002
|
+
*/
|
|
1993
2003
|
interface Visitor<T> {
|
|
1994
2004
|
assetTypeItem: (value: AssetTypeItem) => T;
|
|
1995
2005
|
formTypeItem: (value: FormTypeData) => T;
|
|
1996
2006
|
lineageNodeTypeItem: (value: LineageNodeTypeItem) => T;
|
|
1997
2007
|
_: (name: string, value: any) => T;
|
|
1998
2008
|
}
|
|
1999
|
-
const visit: <T>(value: SearchTypesResultItem, visitor: Visitor<T>) => T;
|
|
2000
2009
|
}
|
|
2001
2010
|
/**
|
|
2002
2011
|
* @public
|
|
@@ -3478,13 +3487,16 @@ export declare namespace FilterClause {
|
|
|
3478
3487
|
or?: never;
|
|
3479
3488
|
$unknown: [string, any];
|
|
3480
3489
|
}
|
|
3490
|
+
/**
|
|
3491
|
+
* @deprecated unused in schema-serde mode.
|
|
3492
|
+
*
|
|
3493
|
+
*/
|
|
3481
3494
|
interface Visitor<T> {
|
|
3482
3495
|
filter: (value: Filter) => T;
|
|
3483
3496
|
and: (value: FilterClause[]) => T;
|
|
3484
3497
|
or: (value: FilterClause[]) => T;
|
|
3485
3498
|
_: (name: string, value: any) => T;
|
|
3486
3499
|
}
|
|
3487
|
-
const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
|
|
3488
3500
|
}
|
|
3489
3501
|
/**
|
|
3490
3502
|
* <p>The row filter.</p>
|
|
@@ -3534,13 +3546,16 @@ export declare namespace RowFilter {
|
|
|
3534
3546
|
or?: never;
|
|
3535
3547
|
$unknown: [string, any];
|
|
3536
3548
|
}
|
|
3549
|
+
/**
|
|
3550
|
+
* @deprecated unused in schema-serde mode.
|
|
3551
|
+
*
|
|
3552
|
+
*/
|
|
3537
3553
|
interface Visitor<T> {
|
|
3538
3554
|
expression: (value: RowFilterExpression) => T;
|
|
3539
3555
|
and: (value: RowFilter[]) => T;
|
|
3540
3556
|
or: (value: RowFilter[]) => T;
|
|
3541
3557
|
_: (name: string, value: any) => T;
|
|
3542
3558
|
}
|
|
3543
|
-
const visit: <T>(value: RowFilter, visitor: Visitor<T>) => T;
|
|
3544
3559
|
}
|
|
3545
3560
|
/**
|
|
3546
3561
|
* <p>The row filter configuration details.</p>
|
|
@@ -3748,12 +3763,15 @@ export declare namespace AssetFilterConfiguration {
|
|
|
3748
3763
|
rowConfiguration?: never;
|
|
3749
3764
|
$unknown: [string, any];
|
|
3750
3765
|
}
|
|
3766
|
+
/**
|
|
3767
|
+
* @deprecated unused in schema-serde mode.
|
|
3768
|
+
*
|
|
3769
|
+
*/
|
|
3751
3770
|
interface Visitor<T> {
|
|
3752
3771
|
columnConfiguration: (value: ColumnFilterConfiguration) => T;
|
|
3753
3772
|
rowConfiguration: (value: RowFilterConfiguration) => T;
|
|
3754
3773
|
_: (name: string, value: any) => T;
|
|
3755
3774
|
}
|
|
3756
|
-
const visit: <T>(value: AssetFilterConfiguration, visitor: Visitor<T>) => T;
|
|
3757
3775
|
}
|
|
3758
3776
|
/**
|
|
3759
3777
|
* @public
|
|
@@ -570,7 +570,7 @@ export declare var TimeSeriesDataPointFormOutput: StaticStructureSchema;
|
|
|
570
570
|
export declare var TimeSeriesDataPointSummaryFormOutput: StaticStructureSchema;
|
|
571
571
|
export declare var Topic: StaticStructureSchema;
|
|
572
572
|
export declare var UnauthorizedException: StaticErrorSchema;
|
|
573
|
-
export declare var
|
|
573
|
+
export declare var Unit_n0: StaticStructureSchema;
|
|
574
574
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
575
575
|
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
576
576
|
export declare var UpdateAccountPoolInput: StaticStructureSchema;
|
|
@@ -156,7 +156,6 @@ export declare namespace SubscribedListingItem {
|
|
|
156
156
|
productListing: (value: SubscribedProductListing) => T;
|
|
157
157
|
_: (name: string, value: any) => T;
|
|
158
158
|
}
|
|
159
|
-
const visit: <T>(value: SubscribedListingItem, visitor: Visitor<T>) => T;
|
|
160
159
|
}
|
|
161
160
|
export interface SubscribedListing {
|
|
162
161
|
id: string | undefined;
|
|
@@ -187,7 +186,6 @@ export declare namespace SubscribedPrincipal {
|
|
|
187
186
|
project: (value: SubscribedProject) => T;
|
|
188
187
|
_: (name: string, value: any) => T;
|
|
189
188
|
}
|
|
190
|
-
const visit: <T>(value: SubscribedPrincipal, visitor: Visitor<T>) => T;
|
|
191
189
|
}
|
|
192
190
|
export interface AcceptSubscriptionRequestOutput {
|
|
193
191
|
id: string | undefined;
|
|
@@ -253,7 +251,6 @@ export declare namespace AccountSource {
|
|
|
253
251
|
customAccountPoolHandler: (value: CustomAccountPoolHandler) => T;
|
|
254
252
|
_: (name: string, value: any) => T;
|
|
255
253
|
}
|
|
256
|
-
const visit: <T>(value: AccountSource, visitor: Visitor<T>) => T;
|
|
257
254
|
}
|
|
258
255
|
export interface AwsConsoleLinkParameters {
|
|
259
256
|
uri?: string | undefined;
|
|
@@ -274,7 +271,6 @@ export declare namespace ActionParameters {
|
|
|
274
271
|
awsConsoleLink: (value: AwsConsoleLinkParameters) => T;
|
|
275
272
|
_: (name: string, value: any) => T;
|
|
276
273
|
}
|
|
277
|
-
const visit: <T>(value: ActionParameters, visitor: Visitor<T>) => T;
|
|
278
274
|
}
|
|
279
275
|
export declare const DataZoneEntityType: {
|
|
280
276
|
readonly DOMAIN_UNIT: "DOMAIN_UNIT";
|
|
@@ -312,7 +308,6 @@ export declare namespace OwnerProperties {
|
|
|
312
308
|
group: (value: OwnerGroupProperties) => T;
|
|
313
309
|
_: (name: string, value: any) => T;
|
|
314
310
|
}
|
|
315
|
-
const visit: <T>(value: OwnerProperties, visitor: Visitor<T>) => T;
|
|
316
311
|
}
|
|
317
312
|
export interface AddEntityOwnerInput {
|
|
318
313
|
domainIdentifier: string | undefined;
|
|
@@ -661,7 +656,6 @@ export declare namespace PolicyGrantDetail {
|
|
|
661
656
|
useAssetType: (value: UseAssetTypePolicyGrantDetail) => T;
|
|
662
657
|
_: (name: string, value: any) => T;
|
|
663
658
|
}
|
|
664
|
-
const visit: <T>(value: PolicyGrantDetail, visitor: Visitor<T>) => T;
|
|
665
659
|
}
|
|
666
660
|
export declare const TargetEntityType: {
|
|
667
661
|
readonly ASSET_TYPE: "ASSET_TYPE";
|
|
@@ -711,7 +705,6 @@ export declare namespace DomainUnitGrantFilter {
|
|
|
711
705
|
allDomainUnitsGrantFilter: (value: AllDomainUnitsGrantFilter) => T;
|
|
712
706
|
_: (name: string, value: any) => T;
|
|
713
707
|
}
|
|
714
|
-
const visit: <T>(value: DomainUnitGrantFilter, visitor: Visitor<T>) => T;
|
|
715
708
|
}
|
|
716
709
|
export interface DomainUnitPolicyGrantPrincipal {
|
|
717
710
|
domainUnitDesignation: DomainUnitDesignation | undefined;
|
|
@@ -734,7 +727,6 @@ export declare namespace GroupPolicyGrantPrincipal {
|
|
|
734
727
|
groupIdentifier: (value: string) => T;
|
|
735
728
|
_: (name: string, value: any) => T;
|
|
736
729
|
}
|
|
737
|
-
const visit: <T>(value: GroupPolicyGrantPrincipal, visitor: Visitor<T>) => T;
|
|
738
730
|
}
|
|
739
731
|
export declare const ProjectDesignation: {
|
|
740
732
|
readonly CONTRIBUTOR: "CONTRIBUTOR";
|
|
@@ -763,7 +755,6 @@ export declare namespace ProjectGrantFilter {
|
|
|
763
755
|
domainUnitFilter: (value: DomainUnitFilterForProject) => T;
|
|
764
756
|
_: (name: string, value: any) => T;
|
|
765
757
|
}
|
|
766
|
-
const visit: <T>(value: ProjectGrantFilter, visitor: Visitor<T>) => T;
|
|
767
758
|
}
|
|
768
759
|
export interface ProjectPolicyGrantPrincipal {
|
|
769
760
|
projectDesignation: ProjectDesignation | undefined;
|
|
@@ -796,7 +787,6 @@ export declare namespace UserPolicyGrantPrincipal {
|
|
|
796
787
|
allUsersGrantFilter: (value: AllUsersGrantFilter) => T;
|
|
797
788
|
_: (name: string, value: any) => T;
|
|
798
789
|
}
|
|
799
|
-
const visit: <T>(value: UserPolicyGrantPrincipal, visitor: Visitor<T>) => T;
|
|
800
790
|
}
|
|
801
791
|
export type PolicyGrantPrincipal =
|
|
802
792
|
| PolicyGrantPrincipal.DomainUnitMember
|
|
@@ -847,7 +837,6 @@ export declare namespace PolicyGrantPrincipal {
|
|
|
847
837
|
domainUnit: (value: DomainUnitPolicyGrantPrincipal) => T;
|
|
848
838
|
_: (name: string, value: any) => T;
|
|
849
839
|
}
|
|
850
|
-
const visit: <T>(value: PolicyGrantPrincipal, visitor: Visitor<T>) => T;
|
|
851
840
|
}
|
|
852
841
|
export interface AddPolicyGrantInput {
|
|
853
842
|
domainIdentifier: string | undefined;
|
|
@@ -1299,7 +1288,6 @@ export declare namespace RowFilterExpression {
|
|
|
1299
1288
|
notLike: (value: NotLikeExpression) => T;
|
|
1300
1289
|
_: (name: string, value: any) => T;
|
|
1301
1290
|
}
|
|
1302
|
-
const visit: <T>(value: RowFilterExpression, visitor: Visitor<T>) => T;
|
|
1303
1291
|
}
|
|
1304
1292
|
export declare const FilterStatus: {
|
|
1305
1293
|
readonly INVALID: "INVALID";
|
|
@@ -1343,7 +1331,6 @@ export declare namespace MatchRationaleItem {
|
|
|
1343
1331
|
textMatches: (value: TextMatchItem[]) => T;
|
|
1344
1332
|
_: (name: string, value: any) => T;
|
|
1345
1333
|
}
|
|
1346
|
-
const visit: <T>(value: MatchRationaleItem, visitor: Visitor<T>) => T;
|
|
1347
1334
|
}
|
|
1348
1335
|
export interface AssetItemAdditionalAttributes {
|
|
1349
1336
|
formsOutput?: FormOutput[] | undefined;
|
|
@@ -1610,7 +1597,6 @@ export declare namespace AwsAccount {
|
|
|
1610
1597
|
awsAccountIdPath: (value: string) => T;
|
|
1611
1598
|
_: (name: string, value: any) => T;
|
|
1612
1599
|
}
|
|
1613
|
-
const visit: <T>(value: AwsAccount, visitor: Visitor<T>) => T;
|
|
1614
1600
|
}
|
|
1615
1601
|
export interface AwsLocation {
|
|
1616
1602
|
accessRole?: string | undefined;
|
|
@@ -1761,7 +1747,6 @@ export declare namespace RedshiftCredentials {
|
|
|
1761
1747
|
usernamePassword: (value: UsernamePassword) => T;
|
|
1762
1748
|
_: (name: string, value: any) => T;
|
|
1763
1749
|
}
|
|
1764
|
-
const visit: <T>(value: RedshiftCredentials, visitor: Visitor<T>) => T;
|
|
1765
1750
|
}
|
|
1766
1751
|
export interface LineageSyncSchedule {
|
|
1767
1752
|
schedule?: string | undefined;
|
|
@@ -1795,7 +1780,6 @@ export declare namespace RedshiftStorageProperties {
|
|
|
1795
1780
|
workgroupName: (value: string) => T;
|
|
1796
1781
|
_: (name: string, value: any) => T;
|
|
1797
1782
|
}
|
|
1798
|
-
const visit: <T>(value: RedshiftStorageProperties, visitor: Visitor<T>) => T;
|
|
1799
1783
|
}
|
|
1800
1784
|
export interface RedshiftPropertiesInput {
|
|
1801
1785
|
storage?: RedshiftStorageProperties | undefined;
|
|
@@ -2001,7 +1985,6 @@ export declare namespace ConnectionPropertiesInput {
|
|
|
2001
1985
|
mlflowProperties: (value: MlflowPropertiesInput) => T;
|
|
2002
1986
|
_: (name: string, value: any) => T;
|
|
2003
1987
|
}
|
|
2004
|
-
const visit: <T>(value: ConnectionPropertiesInput, visitor: Visitor<T>) => T;
|
|
2005
1988
|
}
|
|
2006
1989
|
export declare const ConnectionStatus: {
|
|
2007
1990
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
@@ -2264,7 +2247,6 @@ export declare namespace ConnectionPropertiesOutput {
|
|
|
2264
2247
|
mlflowProperties: (value: MlflowPropertiesOutput) => T;
|
|
2265
2248
|
_: (name: string, value: any) => T;
|
|
2266
2249
|
}
|
|
2267
|
-
const visit: <T>(value: ConnectionPropertiesOutput, visitor: Visitor<T>) => T;
|
|
2268
2250
|
}
|
|
2269
2251
|
export interface GlueConnectionPatch {
|
|
2270
2252
|
description?: string | undefined;
|
|
@@ -2423,7 +2405,6 @@ export declare namespace ConnectionPropertiesPatch {
|
|
|
2423
2405
|
mlflowProperties: (value: MlflowPropertiesPatch) => T;
|
|
2424
2406
|
_: (name: string, value: any) => T;
|
|
2425
2407
|
}
|
|
2426
|
-
const visit: <T>(value: ConnectionPropertiesPatch, visitor: Visitor<T>) => T;
|
|
2427
2408
|
}
|
|
2428
2409
|
export declare const ConnectionScope: {
|
|
2429
2410
|
readonly DOMAIN: "DOMAIN";
|
|
@@ -2678,7 +2659,6 @@ export declare namespace RedshiftStorage {
|
|
|
2678
2659
|
redshiftServerlessSource: (value: RedshiftServerlessStorage) => T;
|
|
2679
2660
|
_: (name: string, value: any) => T;
|
|
2680
2661
|
}
|
|
2681
|
-
const visit: <T>(value: RedshiftStorage, visitor: Visitor<T>) => T;
|
|
2682
2662
|
}
|
|
2683
2663
|
export interface RedshiftRunConfigurationInput {
|
|
2684
2664
|
dataAccessRole?: string | undefined;
|
|
@@ -2725,10 +2705,6 @@ export declare namespace DataSourceConfigurationInput {
|
|
|
2725
2705
|
sageMakerRunConfiguration: (value: SageMakerRunConfigurationInput) => T;
|
|
2726
2706
|
_: (name: string, value: any) => T;
|
|
2727
2707
|
}
|
|
2728
|
-
const visit: <T>(
|
|
2729
|
-
value: DataSourceConfigurationInput,
|
|
2730
|
-
visitor: Visitor<T>
|
|
2731
|
-
) => T;
|
|
2732
2708
|
}
|
|
2733
2709
|
export declare const EnableSetting: {
|
|
2734
2710
|
readonly DISABLED: "DISABLED";
|
|
@@ -2882,10 +2858,6 @@ export declare namespace DataSourceConfigurationOutput {
|
|
|
2882
2858
|
sageMakerRunConfiguration: (value: SageMakerRunConfigurationOutput) => T;
|
|
2883
2859
|
_: (name: string, value: any) => T;
|
|
2884
2860
|
}
|
|
2885
|
-
const visit: <T>(
|
|
2886
|
-
value: DataSourceConfigurationOutput,
|
|
2887
|
-
visitor: Visitor<T>
|
|
2888
|
-
) => T;
|
|
2889
2861
|
}
|
|
2890
2862
|
export declare const DataSourceErrorType: {
|
|
2891
2863
|
readonly ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION";
|
|
@@ -3035,7 +3007,6 @@ export declare namespace DomainUnitOwnerProperties {
|
|
|
3035
3007
|
group: (value: DomainUnitGroupProperties) => T;
|
|
3036
3008
|
_: (name: string, value: any) => T;
|
|
3037
3009
|
}
|
|
3038
|
-
const visit: <T>(value: DomainUnitOwnerProperties, visitor: Visitor<T>) => T;
|
|
3039
3010
|
}
|
|
3040
3011
|
export interface CreateDomainUnitOutput {
|
|
3041
3012
|
id: string | undefined;
|
|
@@ -3119,7 +3090,6 @@ export declare namespace ProvisioningProperties {
|
|
|
3119
3090
|
cloudFormation: (value: CloudFormationProperties) => T;
|
|
3120
3091
|
_: (name: string, value: any) => T;
|
|
3121
3092
|
}
|
|
3122
|
-
const visit: <T>(value: ProvisioningProperties, visitor: Visitor<T>) => T;
|
|
3123
3093
|
}
|
|
3124
3094
|
export declare const EnvironmentStatus: {
|
|
3125
3095
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -3243,7 +3213,6 @@ export declare namespace Model {
|
|
|
3243
3213
|
smithy: (value: string) => T;
|
|
3244
3214
|
_: (name: string, value: any) => T;
|
|
3245
3215
|
}
|
|
3246
|
-
const visit: <T>(value: Model, visitor: Visitor<T>) => T;
|
|
3247
3216
|
}
|
|
3248
3217
|
export declare const FormTypeStatus: {
|
|
3249
3218
|
readonly DISABLED: "DISABLED";
|
|
@@ -3472,5 +3441,4 @@ export declare namespace Member {
|
|
|
3472
3441
|
groupIdentifier: (value: string) => T;
|
|
3473
3442
|
_: (name: string, value: any) => T;
|
|
3474
3443
|
}
|
|
3475
|
-
const visit: <T>(value: Member, visitor: Visitor<T>) => T;
|
|
3476
3444
|
}
|
|
@@ -102,7 +102,6 @@ export declare namespace Region {
|
|
|
102
102
|
regionNamePath: (value: string) => T;
|
|
103
103
|
_: (name: string, value: any) => T;
|
|
104
104
|
}
|
|
105
|
-
const visit: <T>(value: Region, visitor: Visitor<T>) => T;
|
|
106
105
|
}
|
|
107
106
|
export interface EnvironmentConfigurationParameter {
|
|
108
107
|
name?: string | undefined;
|
|
@@ -198,7 +197,6 @@ export declare namespace RuleDetail {
|
|
|
198
197
|
metadataFormEnforcementDetail: (value: MetadataFormEnforcementDetail) => T;
|
|
199
198
|
_: (name: string, value: any) => T;
|
|
200
199
|
}
|
|
201
|
-
const visit: <T>(value: RuleDetail, visitor: Visitor<T>) => T;
|
|
202
200
|
}
|
|
203
201
|
export interface ProjectsForRule {
|
|
204
202
|
selectionMode: RuleScopeSelectionMode | undefined;
|
|
@@ -229,7 +227,6 @@ export declare namespace RuleTarget {
|
|
|
229
227
|
domainUnitTarget: (value: DomainUnitTarget) => T;
|
|
230
228
|
_: (name: string, value: any) => T;
|
|
231
229
|
}
|
|
232
|
-
const visit: <T>(value: RuleTarget, visitor: Visitor<T>) => T;
|
|
233
230
|
}
|
|
234
231
|
export interface CreateRuleInput {
|
|
235
232
|
domainIdentifier: string | undefined;
|
|
@@ -283,7 +280,6 @@ export declare namespace GrantedEntityInput {
|
|
|
283
280
|
listing: (value: ListingRevisionInput) => T;
|
|
284
281
|
_: (name: string, value: any) => T;
|
|
285
282
|
}
|
|
286
|
-
const visit: <T>(value: GrantedEntityInput, visitor: Visitor<T>) => T;
|
|
287
283
|
}
|
|
288
284
|
export interface CreateSubscriptionGrantInput {
|
|
289
285
|
domainIdentifier: string | undefined;
|
|
@@ -338,7 +334,6 @@ export declare namespace GrantedEntity {
|
|
|
338
334
|
listing: (value: ListingRevision) => T;
|
|
339
335
|
_: (name: string, value: any) => T;
|
|
340
336
|
}
|
|
341
|
-
const visit: <T>(value: GrantedEntity, visitor: Visitor<T>) => T;
|
|
342
337
|
}
|
|
343
338
|
export declare const SubscriptionGrantOverallStatus: {
|
|
344
339
|
readonly COMPLETED: "COMPLETED";
|
|
@@ -386,7 +381,6 @@ export declare namespace SubscribedPrincipalInput {
|
|
|
386
381
|
project: (value: SubscribedProjectInput) => T;
|
|
387
382
|
_: (name: string, value: any) => T;
|
|
388
383
|
}
|
|
389
|
-
const visit: <T>(value: SubscribedPrincipalInput, visitor: Visitor<T>) => T;
|
|
390
384
|
}
|
|
391
385
|
export interface CreateSubscriptionRequestInput {
|
|
392
386
|
domainIdentifier: string | undefined;
|
|
@@ -491,7 +485,6 @@ export declare namespace UserProfileDetails {
|
|
|
491
485
|
sso: (value: SsoUserProfileDetails) => T;
|
|
492
486
|
_: (name: string, value: any) => T;
|
|
493
487
|
}
|
|
494
|
-
const visit: <T>(value: UserProfileDetails, visitor: Visitor<T>) => T;
|
|
495
488
|
}
|
|
496
489
|
export declare const UserProfileStatus: {
|
|
497
490
|
readonly ACTIVATED: "ACTIVATED";
|
|
@@ -667,7 +660,6 @@ export declare namespace SelfGrantStatusOutput {
|
|
|
667
660
|
redshiftSelfGrantStatus: (value: RedshiftSelfGrantStatusOutput) => T;
|
|
668
661
|
_: (name: string, value: any) => T;
|
|
669
662
|
}
|
|
670
|
-
const visit: <T>(value: SelfGrantStatusOutput, visitor: Visitor<T>) => T;
|
|
671
663
|
}
|
|
672
664
|
export interface DeleteDataSourceOutput {
|
|
673
665
|
id: string | undefined;
|
|
@@ -1162,7 +1154,6 @@ export declare namespace ProvisioningConfiguration {
|
|
|
1162
1154
|
lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
|
|
1163
1155
|
_: (name: string, value: any) => T;
|
|
1164
1156
|
}
|
|
1165
|
-
const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
|
|
1166
1157
|
}
|
|
1167
1158
|
export interface GetEnvironmentBlueprintConfigurationOutput {
|
|
1168
1159
|
domainId: string | undefined;
|
|
@@ -1422,7 +1413,6 @@ export declare namespace JobRunDetails {
|
|
|
1422
1413
|
lineageRunDetails: (value: LineageRunDetails) => T;
|
|
1423
1414
|
_: (name: string, value: any) => T;
|
|
1424
1415
|
}
|
|
1425
|
-
const visit: <T>(value: JobRunDetails, visitor: Visitor<T>) => T;
|
|
1426
1416
|
}
|
|
1427
1417
|
export interface JobRunError {
|
|
1428
1418
|
message: string | undefined;
|
|
@@ -1867,7 +1857,6 @@ export declare namespace OwnerPropertiesOutput {
|
|
|
1867
1857
|
group: (value: OwnerGroupPropertiesOutput) => T;
|
|
1868
1858
|
_: (name: string, value: any) => T;
|
|
1869
1859
|
}
|
|
1870
|
-
const visit: <T>(value: OwnerPropertiesOutput, visitor: Visitor<T>) => T;
|
|
1871
1860
|
}
|
|
1872
1861
|
export interface ListEntityOwnersOutput {
|
|
1873
1862
|
owners: OwnerPropertiesOutput[] | undefined;
|
|
@@ -2006,7 +1995,6 @@ export declare namespace ListingItem {
|
|
|
2006
1995
|
dataProductListing: (value: DataProductListing) => T;
|
|
2007
1996
|
_: (name: string, value: any) => T;
|
|
2008
1997
|
}
|
|
2009
|
-
const visit: <T>(value: ListingItem, visitor: Visitor<T>) => T;
|
|
2010
1998
|
}
|
|
2011
1999
|
export interface GetListingOutput {
|
|
2012
2000
|
domainId: string | undefined;
|
|
@@ -2092,7 +2080,6 @@ export declare namespace EventSummary {
|
|
|
2092
2080
|
openLineageRunEventSummary: (value: OpenLineageRunEventSummary) => T;
|
|
2093
2081
|
_: (name: string, value: any) => T;
|
|
2094
2082
|
}
|
|
2095
|
-
const visit: <T>(value: EventSummary, visitor: Visitor<T>) => T;
|
|
2096
2083
|
}
|
|
2097
2084
|
export interface LineageEventSummary {
|
|
2098
2085
|
id?: string | undefined;
|
|
@@ -2265,7 +2252,6 @@ export declare namespace MemberDetails {
|
|
|
2265
2252
|
group: (value: GroupDetails) => T;
|
|
2266
2253
|
_: (name: string, value: any) => T;
|
|
2267
2254
|
}
|
|
2268
|
-
const visit: <T>(value: MemberDetails, visitor: Visitor<T>) => T;
|
|
2269
2255
|
}
|
|
2270
2256
|
export interface ProjectMember {
|
|
2271
2257
|
memberDetails: MemberDetails | undefined;
|
|
@@ -509,7 +509,6 @@ export declare namespace SearchInventoryResultItem {
|
|
|
509
509
|
dataProductItem: (value: DataProductResultItem) => T;
|
|
510
510
|
_: (name: string, value: any) => T;
|
|
511
511
|
}
|
|
512
|
-
const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
|
|
513
512
|
}
|
|
514
513
|
export interface SearchOutput {
|
|
515
514
|
items?: SearchInventoryResultItem[] | undefined;
|
|
@@ -564,7 +563,6 @@ export declare namespace SearchResultItem {
|
|
|
564
563
|
dataProductListing: (value: DataProductListingItem) => T;
|
|
565
564
|
_: (name: string, value: any) => T;
|
|
566
565
|
}
|
|
567
|
-
const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
|
|
568
566
|
}
|
|
569
567
|
export interface SearchListingsOutput {
|
|
570
568
|
items?: SearchResultItem[] | undefined;
|
|
@@ -640,7 +638,6 @@ export declare namespace SearchTypesResultItem {
|
|
|
640
638
|
lineageNodeTypeItem: (value: LineageNodeTypeItem) => T;
|
|
641
639
|
_: (name: string, value: any) => T;
|
|
642
640
|
}
|
|
643
|
-
const visit: <T>(value: SearchTypesResultItem, visitor: Visitor<T>) => T;
|
|
644
641
|
}
|
|
645
642
|
export interface SearchTypesOutput {
|
|
646
643
|
items?: SearchTypesResultItem[] | undefined;
|
|
@@ -1001,7 +998,6 @@ export declare namespace FilterClause {
|
|
|
1001
998
|
or: (value: FilterClause[]) => T;
|
|
1002
999
|
_: (name: string, value: any) => T;
|
|
1003
1000
|
}
|
|
1004
|
-
const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
|
|
1005
1001
|
}
|
|
1006
1002
|
export type RowFilter =
|
|
1007
1003
|
| RowFilter.AndMember
|
|
@@ -1039,7 +1035,6 @@ export declare namespace RowFilter {
|
|
|
1039
1035
|
or: (value: RowFilter[]) => T;
|
|
1040
1036
|
_: (name: string, value: any) => T;
|
|
1041
1037
|
}
|
|
1042
|
-
const visit: <T>(value: RowFilter, visitor: Visitor<T>) => T;
|
|
1043
1038
|
}
|
|
1044
1039
|
export interface RowFilterConfiguration {
|
|
1045
1040
|
rowFilter: RowFilter | undefined;
|
|
@@ -1104,7 +1099,6 @@ export declare namespace AssetFilterConfiguration {
|
|
|
1104
1099
|
rowConfiguration: (value: RowFilterConfiguration) => T;
|
|
1105
1100
|
_: (name: string, value: any) => T;
|
|
1106
1101
|
}
|
|
1107
|
-
const visit: <T>(value: AssetFilterConfiguration, visitor: Visitor<T>) => T;
|
|
1108
1102
|
}
|
|
1109
1103
|
export interface CreateAssetFilterInput {
|
|
1110
1104
|
domainIdentifier: string | undefined;
|