@aws-sdk/client-datazone 3.623.0 → 3.629.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/README.md +40 -0
- package/dist-cjs/index.js +530 -50
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/CreateDataProductCommand.js +25 -0
- package/dist-es/commands/CreateDataProductRevisionCommand.js +25 -0
- package/dist-es/commands/DeleteDataProductCommand.js +24 -0
- package/dist-es/commands/GetDataProductCommand.js +25 -0
- package/dist-es/commands/GetGlossaryCommand.js +1 -1
- package/dist-es/commands/GetGlossaryTermCommand.js +1 -1
- package/dist-es/commands/ListAssetFiltersCommand.js +1 -1
- package/dist-es/commands/ListDataProductRevisionsCommand.js +24 -0
- package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +1 -1
- package/dist-es/commands/UpdateGlossaryCommand.js +1 -1
- package/dist-es/commands/UpdateGlossaryTermCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +80 -41
- package/dist-es/models/models_1.js +55 -1
- package/dist-es/pagination/ListDataProductRevisionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +258 -0
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +7 -2
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/CreateDataProductCommand.d.ts +140 -0
- package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +137 -0
- package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +4 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +80 -0
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +111 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetListingCommand.d.ts +27 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +19 -0
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +90 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +19 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +19 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/SearchCommand.d.ts +15 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +33 -0
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +2313 -2177
- package/dist-types/models/models_1.d.ts +763 -5
- package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +208 -150
- package/dist-types/ts3.4/models/models_1.d.ts +201 -0
- package/dist-types/ts3.4/pagination/ListDataProductRevisionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +5 -5
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { UpdateGlossaryInput, UpdateGlossaryOutput } from "../models/
|
|
8
|
+
import { UpdateGlossaryInput, UpdateGlossaryOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateGlossaryCommandInput extends UpdateGlossaryInput {}
|
|
@@ -7,6 +7,8 @@ export * from "./CreateAssetCommand";
|
|
|
7
7
|
export * from "./CreateAssetFilterCommand";
|
|
8
8
|
export * from "./CreateAssetRevisionCommand";
|
|
9
9
|
export * from "./CreateAssetTypeCommand";
|
|
10
|
+
export * from "./CreateDataProductCommand";
|
|
11
|
+
export * from "./CreateDataProductRevisionCommand";
|
|
10
12
|
export * from "./CreateDataSourceCommand";
|
|
11
13
|
export * from "./CreateDomainCommand";
|
|
12
14
|
export * from "./CreateEnvironmentActionCommand";
|
|
@@ -26,6 +28,7 @@ export * from "./CreateUserProfileCommand";
|
|
|
26
28
|
export * from "./DeleteAssetCommand";
|
|
27
29
|
export * from "./DeleteAssetFilterCommand";
|
|
28
30
|
export * from "./DeleteAssetTypeCommand";
|
|
31
|
+
export * from "./DeleteDataProductCommand";
|
|
29
32
|
export * from "./DeleteDataSourceCommand";
|
|
30
33
|
export * from "./DeleteDomainCommand";
|
|
31
34
|
export * from "./DeleteEnvironmentActionCommand";
|
|
@@ -46,6 +49,7 @@ export * from "./DisassociateEnvironmentRoleCommand";
|
|
|
46
49
|
export * from "./GetAssetCommand";
|
|
47
50
|
export * from "./GetAssetFilterCommand";
|
|
48
51
|
export * from "./GetAssetTypeCommand";
|
|
52
|
+
export * from "./GetDataProductCommand";
|
|
49
53
|
export * from "./GetDataSourceCommand";
|
|
50
54
|
export * from "./GetDataSourceRunCommand";
|
|
51
55
|
export * from "./GetDomainCommand";
|
|
@@ -72,6 +76,7 @@ export * from "./GetTimeSeriesDataPointCommand";
|
|
|
72
76
|
export * from "./GetUserProfileCommand";
|
|
73
77
|
export * from "./ListAssetFiltersCommand";
|
|
74
78
|
export * from "./ListAssetRevisionsCommand";
|
|
79
|
+
export * from "./ListDataProductRevisionsCommand";
|
|
75
80
|
export * from "./ListDataSourceRunActivitiesCommand";
|
|
76
81
|
export * from "./ListDataSourceRunsCommand";
|
|
77
82
|
export * from "./ListDataSourcesCommand";
|
|
@@ -100,20 +100,42 @@ export interface SubscribedAssetListing {
|
|
|
100
100
|
forms?: string;
|
|
101
101
|
glossaryTerms?: DetailedGlossaryTerm[];
|
|
102
102
|
}
|
|
103
|
+
export interface AssetInDataProductListingItem {
|
|
104
|
+
entityId?: string;
|
|
105
|
+
entityRevision?: string;
|
|
106
|
+
entityType?: string;
|
|
107
|
+
}
|
|
108
|
+
export interface SubscribedProductListing {
|
|
109
|
+
entityId?: string;
|
|
110
|
+
entityRevision?: string;
|
|
111
|
+
glossaryTerms?: DetailedGlossaryTerm[];
|
|
112
|
+
name?: string;
|
|
113
|
+
description?: string;
|
|
114
|
+
assetListings?: AssetInDataProductListingItem[];
|
|
115
|
+
}
|
|
103
116
|
export type SubscribedListingItem =
|
|
104
117
|
| SubscribedListingItem.AssetListingMember
|
|
118
|
+
| SubscribedListingItem.ProductListingMember
|
|
105
119
|
| SubscribedListingItem.$UnknownMember;
|
|
106
120
|
export declare namespace SubscribedListingItem {
|
|
107
121
|
interface AssetListingMember {
|
|
108
122
|
assetListing: SubscribedAssetListing;
|
|
123
|
+
productListing?: never;
|
|
124
|
+
$unknown?: never;
|
|
125
|
+
}
|
|
126
|
+
interface ProductListingMember {
|
|
127
|
+
assetListing?: never;
|
|
128
|
+
productListing: SubscribedProductListing;
|
|
109
129
|
$unknown?: never;
|
|
110
130
|
}
|
|
111
131
|
interface $UnknownMember {
|
|
112
132
|
assetListing?: never;
|
|
133
|
+
productListing?: never;
|
|
113
134
|
$unknown: [string, any];
|
|
114
135
|
}
|
|
115
136
|
interface Visitor<T> {
|
|
116
137
|
assetListing: (value: SubscribedAssetListing) => T;
|
|
138
|
+
productListing: (value: SubscribedProductListing) => T;
|
|
117
139
|
_: (name: string, value: any) => T;
|
|
118
140
|
}
|
|
119
141
|
const visit: <T>(value: SubscribedListingItem, visitor: Visitor<T>) => T;
|
|
@@ -809,6 +831,76 @@ export interface ConfigurableEnvironmentAction {
|
|
|
809
831
|
auth?: ConfigurableActionTypeAuthorization;
|
|
810
832
|
parameters: ConfigurableActionParameter[] | undefined;
|
|
811
833
|
}
|
|
834
|
+
export declare const DataProductItemType: {
|
|
835
|
+
readonly ASSET: "ASSET";
|
|
836
|
+
};
|
|
837
|
+
export type DataProductItemType =
|
|
838
|
+
(typeof DataProductItemType)[keyof typeof DataProductItemType];
|
|
839
|
+
export interface DataProductItem {
|
|
840
|
+
itemType: DataProductItemType | undefined;
|
|
841
|
+
identifier: string | undefined;
|
|
842
|
+
revision?: string;
|
|
843
|
+
glossaryTerms?: string[];
|
|
844
|
+
}
|
|
845
|
+
export interface CreateDataProductInput {
|
|
846
|
+
domainIdentifier: string | undefined;
|
|
847
|
+
name: string | undefined;
|
|
848
|
+
owningProjectIdentifier: string | undefined;
|
|
849
|
+
description?: string;
|
|
850
|
+
glossaryTerms?: string[];
|
|
851
|
+
formsInput?: FormInput[];
|
|
852
|
+
items?: DataProductItem[];
|
|
853
|
+
clientToken?: string;
|
|
854
|
+
}
|
|
855
|
+
export declare const DataProductStatus: {
|
|
856
|
+
readonly CREATED: "CREATED";
|
|
857
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
858
|
+
readonly CREATING: "CREATING";
|
|
859
|
+
};
|
|
860
|
+
export type DataProductStatus =
|
|
861
|
+
(typeof DataProductStatus)[keyof typeof DataProductStatus];
|
|
862
|
+
export interface CreateDataProductOutput {
|
|
863
|
+
domainId: string | undefined;
|
|
864
|
+
id: string | undefined;
|
|
865
|
+
revision: string | undefined;
|
|
866
|
+
owningProjectId: string | undefined;
|
|
867
|
+
name: string | undefined;
|
|
868
|
+
status: DataProductStatus | undefined;
|
|
869
|
+
description?: string;
|
|
870
|
+
glossaryTerms?: string[];
|
|
871
|
+
items?: DataProductItem[];
|
|
872
|
+
formsOutput?: FormOutput[];
|
|
873
|
+
createdAt?: Date;
|
|
874
|
+
createdBy?: string;
|
|
875
|
+
firstRevisionCreatedAt?: Date;
|
|
876
|
+
firstRevisionCreatedBy?: string;
|
|
877
|
+
}
|
|
878
|
+
export interface CreateDataProductRevisionInput {
|
|
879
|
+
domainIdentifier: string | undefined;
|
|
880
|
+
identifier: string | undefined;
|
|
881
|
+
name: string | undefined;
|
|
882
|
+
description?: string;
|
|
883
|
+
glossaryTerms?: string[];
|
|
884
|
+
items?: DataProductItem[];
|
|
885
|
+
formsInput?: FormInput[];
|
|
886
|
+
clientToken?: string;
|
|
887
|
+
}
|
|
888
|
+
export interface CreateDataProductRevisionOutput {
|
|
889
|
+
domainId: string | undefined;
|
|
890
|
+
id: string | undefined;
|
|
891
|
+
revision: string | undefined;
|
|
892
|
+
owningProjectId: string | undefined;
|
|
893
|
+
name: string | undefined;
|
|
894
|
+
status: DataProductStatus | undefined;
|
|
895
|
+
description?: string;
|
|
896
|
+
glossaryTerms?: string[];
|
|
897
|
+
items?: DataProductItem[];
|
|
898
|
+
formsOutput?: FormOutput[];
|
|
899
|
+
createdAt?: Date;
|
|
900
|
+
createdBy?: string;
|
|
901
|
+
firstRevisionCreatedAt?: Date;
|
|
902
|
+
firstRevisionCreatedBy?: string;
|
|
903
|
+
}
|
|
812
904
|
export declare const FilterExpressionType: {
|
|
813
905
|
readonly EXCLUDE: "EXCLUDE";
|
|
814
906
|
readonly INCLUDE: "INCLUDE";
|
|
@@ -1406,6 +1498,7 @@ export interface CreateGroupProfileOutput {
|
|
|
1406
1498
|
}
|
|
1407
1499
|
export declare const EntityType: {
|
|
1408
1500
|
readonly ASSET: "ASSET";
|
|
1501
|
+
readonly DATA_PRODUCT: "DATA_PRODUCT";
|
|
1409
1502
|
};
|
|
1410
1503
|
export type EntityType = (typeof EntityType)[keyof typeof EntityType];
|
|
1411
1504
|
export interface CreateListingChangeSetInput {
|
|
@@ -1747,6 +1840,88 @@ export declare const DataAssetActivityStatus: {
|
|
|
1747
1840
|
};
|
|
1748
1841
|
export type DataAssetActivityStatus =
|
|
1749
1842
|
(typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
|
|
1843
|
+
export interface DeleteDataProductInput {
|
|
1844
|
+
domainIdentifier: string | undefined;
|
|
1845
|
+
identifier: string | undefined;
|
|
1846
|
+
}
|
|
1847
|
+
export interface DeleteDataProductOutput {}
|
|
1848
|
+
export interface GetDataProductInput {
|
|
1849
|
+
domainIdentifier: string | undefined;
|
|
1850
|
+
identifier: string | undefined;
|
|
1851
|
+
revision?: string;
|
|
1852
|
+
}
|
|
1853
|
+
export interface GetDataProductOutput {
|
|
1854
|
+
domainId: string | undefined;
|
|
1855
|
+
id: string | undefined;
|
|
1856
|
+
revision: string | undefined;
|
|
1857
|
+
owningProjectId: string | undefined;
|
|
1858
|
+
name: string | undefined;
|
|
1859
|
+
status: DataProductStatus | undefined;
|
|
1860
|
+
description?: string;
|
|
1861
|
+
glossaryTerms?: string[];
|
|
1862
|
+
items?: DataProductItem[];
|
|
1863
|
+
formsOutput?: FormOutput[];
|
|
1864
|
+
createdAt?: Date;
|
|
1865
|
+
createdBy?: string;
|
|
1866
|
+
firstRevisionCreatedAt?: Date;
|
|
1867
|
+
firstRevisionCreatedBy?: string;
|
|
1868
|
+
}
|
|
1869
|
+
export interface ListingSummary {
|
|
1870
|
+
listingId?: string;
|
|
1871
|
+
listingRevision?: string;
|
|
1872
|
+
glossaryTerms?: DetailedGlossaryTerm[];
|
|
1873
|
+
}
|
|
1874
|
+
export interface DataProductListing {
|
|
1875
|
+
dataProductId?: string;
|
|
1876
|
+
dataProductRevision?: string;
|
|
1877
|
+
createdAt?: Date;
|
|
1878
|
+
forms?: string;
|
|
1879
|
+
glossaryTerms?: DetailedGlossaryTerm[];
|
|
1880
|
+
owningProjectId?: string;
|
|
1881
|
+
items?: ListingSummary[];
|
|
1882
|
+
}
|
|
1883
|
+
export interface DataProductListingItemAdditionalAttributes {
|
|
1884
|
+
forms?: string;
|
|
1885
|
+
}
|
|
1886
|
+
export interface ListingSummaryItem {
|
|
1887
|
+
listingId?: string;
|
|
1888
|
+
listingRevision?: string;
|
|
1889
|
+
glossaryTerms?: DetailedGlossaryTerm[];
|
|
1890
|
+
}
|
|
1891
|
+
export interface DataProductListingItem {
|
|
1892
|
+
listingId?: string;
|
|
1893
|
+
listingRevision?: string;
|
|
1894
|
+
name?: string;
|
|
1895
|
+
entityId?: string;
|
|
1896
|
+
entityRevision?: string;
|
|
1897
|
+
description?: string;
|
|
1898
|
+
createdAt?: Date;
|
|
1899
|
+
listingCreatedBy?: string;
|
|
1900
|
+
listingUpdatedBy?: string;
|
|
1901
|
+
glossaryTerms?: DetailedGlossaryTerm[];
|
|
1902
|
+
owningProjectId?: string;
|
|
1903
|
+
additionalAttributes?: DataProductListingItemAdditionalAttributes;
|
|
1904
|
+
items?: ListingSummaryItem[];
|
|
1905
|
+
}
|
|
1906
|
+
export interface DataProductResultItem {
|
|
1907
|
+
domainId: string | undefined;
|
|
1908
|
+
id: string | undefined;
|
|
1909
|
+
name: string | undefined;
|
|
1910
|
+
owningProjectId: string | undefined;
|
|
1911
|
+
description?: string;
|
|
1912
|
+
glossaryTerms?: string[];
|
|
1913
|
+
createdAt?: Date;
|
|
1914
|
+
createdBy?: string;
|
|
1915
|
+
firstRevisionCreatedAt?: Date;
|
|
1916
|
+
firstRevisionCreatedBy?: string;
|
|
1917
|
+
}
|
|
1918
|
+
export interface DataProductRevision {
|
|
1919
|
+
domainId?: string;
|
|
1920
|
+
id?: string;
|
|
1921
|
+
revision?: string;
|
|
1922
|
+
createdAt?: Date;
|
|
1923
|
+
createdBy?: string;
|
|
1924
|
+
}
|
|
1750
1925
|
export interface DeleteDataSourceInput {
|
|
1751
1926
|
domainIdentifier: string | undefined;
|
|
1752
1927
|
identifier: string | undefined;
|
|
@@ -2516,132 +2691,6 @@ export interface DeleteGlossaryInput {
|
|
|
2516
2691
|
domainIdentifier: string | undefined;
|
|
2517
2692
|
identifier: string | undefined;
|
|
2518
2693
|
}
|
|
2519
|
-
export interface DeleteGlossaryOutput {}
|
|
2520
|
-
export interface GetGlossaryInput {
|
|
2521
|
-
domainIdentifier: string | undefined;
|
|
2522
|
-
identifier: string | undefined;
|
|
2523
|
-
}
|
|
2524
|
-
export interface GetGlossaryOutput {
|
|
2525
|
-
domainId: string | undefined;
|
|
2526
|
-
id: string | undefined;
|
|
2527
|
-
owningProjectId: string | undefined;
|
|
2528
|
-
name: string | undefined;
|
|
2529
|
-
description?: string;
|
|
2530
|
-
status: GlossaryStatus | undefined;
|
|
2531
|
-
createdAt?: Date;
|
|
2532
|
-
createdBy?: string;
|
|
2533
|
-
updatedAt?: Date;
|
|
2534
|
-
updatedBy?: string;
|
|
2535
|
-
}
|
|
2536
|
-
export interface UpdateGlossaryInput {
|
|
2537
|
-
domainIdentifier: string | undefined;
|
|
2538
|
-
identifier: string | undefined;
|
|
2539
|
-
name?: string;
|
|
2540
|
-
description?: string;
|
|
2541
|
-
status?: GlossaryStatus;
|
|
2542
|
-
clientToken?: string;
|
|
2543
|
-
}
|
|
2544
|
-
export interface UpdateGlossaryOutput {
|
|
2545
|
-
domainId: string | undefined;
|
|
2546
|
-
id: string | undefined;
|
|
2547
|
-
name: string | undefined;
|
|
2548
|
-
owningProjectId: string | undefined;
|
|
2549
|
-
description?: string;
|
|
2550
|
-
status?: GlossaryStatus;
|
|
2551
|
-
}
|
|
2552
|
-
export interface DeleteGlossaryTermInput {
|
|
2553
|
-
domainIdentifier: string | undefined;
|
|
2554
|
-
identifier: string | undefined;
|
|
2555
|
-
}
|
|
2556
|
-
export interface DeleteGlossaryTermOutput {}
|
|
2557
|
-
export interface GetGlossaryTermInput {
|
|
2558
|
-
domainIdentifier: string | undefined;
|
|
2559
|
-
identifier: string | undefined;
|
|
2560
|
-
}
|
|
2561
|
-
export interface GetGlossaryTermOutput {
|
|
2562
|
-
domainId: string | undefined;
|
|
2563
|
-
glossaryId: string | undefined;
|
|
2564
|
-
id: string | undefined;
|
|
2565
|
-
name: string | undefined;
|
|
2566
|
-
shortDescription?: string;
|
|
2567
|
-
longDescription?: string;
|
|
2568
|
-
termRelations?: TermRelations;
|
|
2569
|
-
status: GlossaryTermStatus | undefined;
|
|
2570
|
-
createdAt?: Date;
|
|
2571
|
-
createdBy?: string;
|
|
2572
|
-
updatedAt?: Date;
|
|
2573
|
-
updatedBy?: string;
|
|
2574
|
-
}
|
|
2575
|
-
export interface UpdateGlossaryTermInput {
|
|
2576
|
-
domainIdentifier: string | undefined;
|
|
2577
|
-
glossaryIdentifier?: string;
|
|
2578
|
-
identifier: string | undefined;
|
|
2579
|
-
name?: string;
|
|
2580
|
-
shortDescription?: string;
|
|
2581
|
-
longDescription?: string;
|
|
2582
|
-
termRelations?: TermRelations;
|
|
2583
|
-
status?: GlossaryTermStatus;
|
|
2584
|
-
}
|
|
2585
|
-
export interface UpdateGlossaryTermOutput {
|
|
2586
|
-
id: string | undefined;
|
|
2587
|
-
domainId: string | undefined;
|
|
2588
|
-
glossaryId: string | undefined;
|
|
2589
|
-
name: string | undefined;
|
|
2590
|
-
status: GlossaryTermStatus | undefined;
|
|
2591
|
-
shortDescription?: string;
|
|
2592
|
-
longDescription?: string;
|
|
2593
|
-
termRelations?: TermRelations;
|
|
2594
|
-
}
|
|
2595
|
-
export interface ListAssetFiltersInput {
|
|
2596
|
-
domainIdentifier: string | undefined;
|
|
2597
|
-
assetIdentifier: string | undefined;
|
|
2598
|
-
status?: FilterStatus;
|
|
2599
|
-
nextToken?: string;
|
|
2600
|
-
maxResults?: number;
|
|
2601
|
-
}
|
|
2602
|
-
export interface ListAssetFiltersOutput {
|
|
2603
|
-
items: AssetFilterSummary[] | undefined;
|
|
2604
|
-
nextToken?: string;
|
|
2605
|
-
}
|
|
2606
|
-
export interface ListAssetRevisionsInput {
|
|
2607
|
-
domainIdentifier: string | undefined;
|
|
2608
|
-
identifier: string | undefined;
|
|
2609
|
-
nextToken?: string;
|
|
2610
|
-
maxResults?: number;
|
|
2611
|
-
}
|
|
2612
|
-
export interface ListAssetRevisionsOutput {
|
|
2613
|
-
items?: AssetRevision[];
|
|
2614
|
-
nextToken?: string;
|
|
2615
|
-
}
|
|
2616
|
-
export interface ListDataSourceRunActivitiesInput {
|
|
2617
|
-
domainIdentifier: string | undefined;
|
|
2618
|
-
identifier: string | undefined;
|
|
2619
|
-
status?: DataAssetActivityStatus;
|
|
2620
|
-
nextToken?: string;
|
|
2621
|
-
maxResults?: number;
|
|
2622
|
-
}
|
|
2623
|
-
export interface ListDataSourceRunActivitiesOutput {
|
|
2624
|
-
items: DataSourceRunActivity[] | undefined;
|
|
2625
|
-
nextToken?: string;
|
|
2626
|
-
}
|
|
2627
|
-
export interface ListEnvironmentActionsInput {
|
|
2628
|
-
domainIdentifier: string | undefined;
|
|
2629
|
-
environmentIdentifier: string | undefined;
|
|
2630
|
-
nextToken?: string;
|
|
2631
|
-
maxResults?: number;
|
|
2632
|
-
}
|
|
2633
|
-
export interface EnvironmentActionSummary {
|
|
2634
|
-
domainId: string | undefined;
|
|
2635
|
-
environmentId: string | undefined;
|
|
2636
|
-
id: string | undefined;
|
|
2637
|
-
name: string | undefined;
|
|
2638
|
-
parameters: ActionParameters | undefined;
|
|
2639
|
-
description?: string;
|
|
2640
|
-
}
|
|
2641
|
-
export interface ListEnvironmentActionsOutput {
|
|
2642
|
-
items?: EnvironmentActionSummary[];
|
|
2643
|
-
nextToken?: string;
|
|
2644
|
-
}
|
|
2645
2694
|
export declare const AcceptChoiceFilterSensitiveLog: (obj: AcceptChoice) => any;
|
|
2646
2695
|
export declare const AcceptPredictionsInputFilterSensitiveLog: (
|
|
2647
2696
|
obj: AcceptPredictionsInput
|
|
@@ -2655,6 +2704,9 @@ export declare const DetailedGlossaryTermFilterSensitiveLog: (
|
|
|
2655
2704
|
export declare const SubscribedAssetListingFilterSensitiveLog: (
|
|
2656
2705
|
obj: SubscribedAssetListing
|
|
2657
2706
|
) => any;
|
|
2707
|
+
export declare const SubscribedProductListingFilterSensitiveLog: (
|
|
2708
|
+
obj: SubscribedProductListing
|
|
2709
|
+
) => any;
|
|
2658
2710
|
export declare const SubscribedListingItemFilterSensitiveLog: (
|
|
2659
2711
|
obj: SubscribedListingItem
|
|
2660
2712
|
) => any;
|
|
@@ -2716,6 +2768,18 @@ export declare const AssetTypeItemFilterSensitiveLog: (
|
|
|
2716
2768
|
export declare const CancelSubscriptionOutputFilterSensitiveLog: (
|
|
2717
2769
|
obj: CancelSubscriptionOutput
|
|
2718
2770
|
) => any;
|
|
2771
|
+
export declare const CreateDataProductInputFilterSensitiveLog: (
|
|
2772
|
+
obj: CreateDataProductInput
|
|
2773
|
+
) => any;
|
|
2774
|
+
export declare const CreateDataProductOutputFilterSensitiveLog: (
|
|
2775
|
+
obj: CreateDataProductOutput
|
|
2776
|
+
) => any;
|
|
2777
|
+
export declare const CreateDataProductRevisionInputFilterSensitiveLog: (
|
|
2778
|
+
obj: CreateDataProductRevisionInput
|
|
2779
|
+
) => any;
|
|
2780
|
+
export declare const CreateDataProductRevisionOutputFilterSensitiveLog: (
|
|
2781
|
+
obj: CreateDataProductRevisionOutput
|
|
2782
|
+
) => any;
|
|
2719
2783
|
export declare const ScheduleConfigurationFilterSensitiveLog: (
|
|
2720
2784
|
obj: ScheduleConfiguration
|
|
2721
2785
|
) => any;
|
|
@@ -2786,6 +2850,24 @@ export declare const UserProfileDetailsFilterSensitiveLog: (
|
|
|
2786
2850
|
export declare const CreateUserProfileOutputFilterSensitiveLog: (
|
|
2787
2851
|
obj: CreateUserProfileOutput
|
|
2788
2852
|
) => any;
|
|
2853
|
+
export declare const GetDataProductOutputFilterSensitiveLog: (
|
|
2854
|
+
obj: GetDataProductOutput
|
|
2855
|
+
) => any;
|
|
2856
|
+
export declare const ListingSummaryFilterSensitiveLog: (
|
|
2857
|
+
obj: ListingSummary
|
|
2858
|
+
) => any;
|
|
2859
|
+
export declare const DataProductListingFilterSensitiveLog: (
|
|
2860
|
+
obj: DataProductListing
|
|
2861
|
+
) => any;
|
|
2862
|
+
export declare const ListingSummaryItemFilterSensitiveLog: (
|
|
2863
|
+
obj: ListingSummaryItem
|
|
2864
|
+
) => any;
|
|
2865
|
+
export declare const DataProductListingItemFilterSensitiveLog: (
|
|
2866
|
+
obj: DataProductListingItem
|
|
2867
|
+
) => any;
|
|
2868
|
+
export declare const DataProductResultItemFilterSensitiveLog: (
|
|
2869
|
+
obj: DataProductResultItem
|
|
2870
|
+
) => any;
|
|
2789
2871
|
export declare const DeleteDataSourceOutputFilterSensitiveLog: (
|
|
2790
2872
|
obj: DeleteDataSourceOutput
|
|
2791
2873
|
) => any;
|
|
@@ -2853,27 +2935,3 @@ export declare const GetSubscriptionTargetOutputFilterSensitiveLog: (
|
|
|
2853
2935
|
export declare const GetUserProfileOutputFilterSensitiveLog: (
|
|
2854
2936
|
obj: GetUserProfileOutput
|
|
2855
2937
|
) => any;
|
|
2856
|
-
export declare const GetGlossaryOutputFilterSensitiveLog: (
|
|
2857
|
-
obj: GetGlossaryOutput
|
|
2858
|
-
) => any;
|
|
2859
|
-
export declare const UpdateGlossaryInputFilterSensitiveLog: (
|
|
2860
|
-
obj: UpdateGlossaryInput
|
|
2861
|
-
) => any;
|
|
2862
|
-
export declare const UpdateGlossaryOutputFilterSensitiveLog: (
|
|
2863
|
-
obj: UpdateGlossaryOutput
|
|
2864
|
-
) => any;
|
|
2865
|
-
export declare const GetGlossaryTermOutputFilterSensitiveLog: (
|
|
2866
|
-
obj: GetGlossaryTermOutput
|
|
2867
|
-
) => any;
|
|
2868
|
-
export declare const UpdateGlossaryTermInputFilterSensitiveLog: (
|
|
2869
|
-
obj: UpdateGlossaryTermInput
|
|
2870
|
-
) => any;
|
|
2871
|
-
export declare const UpdateGlossaryTermOutputFilterSensitiveLog: (
|
|
2872
|
-
obj: UpdateGlossaryTermOutput
|
|
2873
|
-
) => any;
|
|
2874
|
-
export declare const ListAssetFiltersOutputFilterSensitiveLog: (
|
|
2875
|
-
obj: ListAssetFiltersOutput
|
|
2876
|
-
) => any;
|
|
2877
|
-
export declare const ListDataSourceRunActivitiesOutputFilterSensitiveLog: (
|
|
2878
|
-
obj: ListDataSourceRunActivitiesOutput
|
|
2879
|
-
) => any;
|