@aws-sdk/client-datazone 3.623.0 → 3.624.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
package/dist-cjs/index.js
CHANGED
|
@@ -57,6 +57,12 @@ __export(src_exports, {
|
|
|
57
57
|
CreateAssetTypeCommand: () => CreateAssetTypeCommand,
|
|
58
58
|
CreateAssetTypeInputFilterSensitiveLog: () => CreateAssetTypeInputFilterSensitiveLog,
|
|
59
59
|
CreateAssetTypeOutputFilterSensitiveLog: () => CreateAssetTypeOutputFilterSensitiveLog,
|
|
60
|
+
CreateDataProductCommand: () => CreateDataProductCommand,
|
|
61
|
+
CreateDataProductInputFilterSensitiveLog: () => CreateDataProductInputFilterSensitiveLog,
|
|
62
|
+
CreateDataProductOutputFilterSensitiveLog: () => CreateDataProductOutputFilterSensitiveLog,
|
|
63
|
+
CreateDataProductRevisionCommand: () => CreateDataProductRevisionCommand,
|
|
64
|
+
CreateDataProductRevisionInputFilterSensitiveLog: () => CreateDataProductRevisionInputFilterSensitiveLog,
|
|
65
|
+
CreateDataProductRevisionOutputFilterSensitiveLog: () => CreateDataProductRevisionOutputFilterSensitiveLog,
|
|
60
66
|
CreateDataSourceCommand: () => CreateDataSourceCommand,
|
|
61
67
|
CreateDataSourceInputFilterSensitiveLog: () => CreateDataSourceInputFilterSensitiveLog,
|
|
62
68
|
CreateDataSourceOutputFilterSensitiveLog: () => CreateDataSourceOutputFilterSensitiveLog,
|
|
@@ -94,6 +100,11 @@ __export(src_exports, {
|
|
|
94
100
|
CreateUserProfileOutputFilterSensitiveLog: () => CreateUserProfileOutputFilterSensitiveLog,
|
|
95
101
|
CustomParameterFilterSensitiveLog: () => CustomParameterFilterSensitiveLog,
|
|
96
102
|
DataAssetActivityStatus: () => DataAssetActivityStatus,
|
|
103
|
+
DataProductItemType: () => DataProductItemType,
|
|
104
|
+
DataProductListingFilterSensitiveLog: () => DataProductListingFilterSensitiveLog,
|
|
105
|
+
DataProductListingItemFilterSensitiveLog: () => DataProductListingItemFilterSensitiveLog,
|
|
106
|
+
DataProductResultItemFilterSensitiveLog: () => DataProductResultItemFilterSensitiveLog,
|
|
107
|
+
DataProductStatus: () => DataProductStatus,
|
|
97
108
|
DataSourceConfigurationInput: () => DataSourceConfigurationInput,
|
|
98
109
|
DataSourceConfigurationOutput: () => DataSourceConfigurationOutput,
|
|
99
110
|
DataSourceErrorType: () => DataSourceErrorType,
|
|
@@ -108,6 +119,7 @@ __export(src_exports, {
|
|
|
108
119
|
DeleteAssetCommand: () => DeleteAssetCommand,
|
|
109
120
|
DeleteAssetFilterCommand: () => DeleteAssetFilterCommand,
|
|
110
121
|
DeleteAssetTypeCommand: () => DeleteAssetTypeCommand,
|
|
122
|
+
DeleteDataProductCommand: () => DeleteDataProductCommand,
|
|
111
123
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
112
124
|
DeleteDataSourceOutputFilterSensitiveLog: () => DeleteDataSourceOutputFilterSensitiveLog,
|
|
113
125
|
DeleteDomainCommand: () => DeleteDomainCommand,
|
|
@@ -152,6 +164,8 @@ __export(src_exports, {
|
|
|
152
164
|
GetAssetOutputFilterSensitiveLog: () => GetAssetOutputFilterSensitiveLog,
|
|
153
165
|
GetAssetTypeCommand: () => GetAssetTypeCommand,
|
|
154
166
|
GetAssetTypeOutputFilterSensitiveLog: () => GetAssetTypeOutputFilterSensitiveLog,
|
|
167
|
+
GetDataProductCommand: () => GetDataProductCommand,
|
|
168
|
+
GetDataProductOutputFilterSensitiveLog: () => GetDataProductOutputFilterSensitiveLog,
|
|
155
169
|
GetDataSourceCommand: () => GetDataSourceCommand,
|
|
156
170
|
GetDataSourceOutputFilterSensitiveLog: () => GetDataSourceOutputFilterSensitiveLog,
|
|
157
171
|
GetDataSourceRunCommand: () => GetDataSourceRunCommand,
|
|
@@ -208,6 +222,7 @@ __export(src_exports, {
|
|
|
208
222
|
ListAssetFiltersCommand: () => ListAssetFiltersCommand,
|
|
209
223
|
ListAssetFiltersOutputFilterSensitiveLog: () => ListAssetFiltersOutputFilterSensitiveLog,
|
|
210
224
|
ListAssetRevisionsCommand: () => ListAssetRevisionsCommand,
|
|
225
|
+
ListDataProductRevisionsCommand: () => ListDataProductRevisionsCommand,
|
|
211
226
|
ListDataSourceRunActivitiesCommand: () => ListDataSourceRunActivitiesCommand,
|
|
212
227
|
ListDataSourceRunActivitiesOutputFilterSensitiveLog: () => ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
213
228
|
ListDataSourceRunsCommand: () => ListDataSourceRunsCommand,
|
|
@@ -245,6 +260,8 @@ __export(src_exports, {
|
|
|
245
260
|
ListingItem: () => ListingItem,
|
|
246
261
|
ListingItemFilterSensitiveLog: () => ListingItemFilterSensitiveLog,
|
|
247
262
|
ListingStatus: () => ListingStatus,
|
|
263
|
+
ListingSummaryFilterSensitiveLog: () => ListingSummaryFilterSensitiveLog,
|
|
264
|
+
ListingSummaryItemFilterSensitiveLog: () => ListingSummaryItemFilterSensitiveLog,
|
|
248
265
|
Member: () => Member,
|
|
249
266
|
MemberDetails: () => MemberDetails,
|
|
250
267
|
MetadataGenerationRunStatus: () => MetadataGenerationRunStatus,
|
|
@@ -311,6 +328,7 @@ __export(src_exports, {
|
|
|
311
328
|
SubscribedPrincipal: () => SubscribedPrincipal,
|
|
312
329
|
SubscribedPrincipalFilterSensitiveLog: () => SubscribedPrincipalFilterSensitiveLog,
|
|
313
330
|
SubscribedPrincipalInput: () => SubscribedPrincipalInput,
|
|
331
|
+
SubscribedProductListingFilterSensitiveLog: () => SubscribedProductListingFilterSensitiveLog,
|
|
314
332
|
SubscribedProjectFilterSensitiveLog: () => SubscribedProjectFilterSensitiveLog,
|
|
315
333
|
SubscriptionGrantOverallStatus: () => SubscriptionGrantOverallStatus,
|
|
316
334
|
SubscriptionGrantStatus: () => SubscriptionGrantStatus,
|
|
@@ -373,6 +391,7 @@ __export(src_exports, {
|
|
|
373
391
|
__Client: () => import_smithy_client.Client,
|
|
374
392
|
paginateListAssetFilters: () => paginateListAssetFilters,
|
|
375
393
|
paginateListAssetRevisions: () => paginateListAssetRevisions,
|
|
394
|
+
paginateListDataProductRevisions: () => paginateListDataProductRevisions,
|
|
376
395
|
paginateListDataSourceRunActivities: () => paginateListDataSourceRunActivities,
|
|
377
396
|
paginateListDataSourceRuns: () => paginateListDataSourceRuns,
|
|
378
397
|
paginateListDataSources: () => paginateListDataSources,
|
|
@@ -696,6 +715,8 @@ var SubscribedListingItem;
|
|
|
696
715
|
SubscribedListingItem2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
697
716
|
if (value.assetListing !== void 0)
|
|
698
717
|
return visitor.assetListing(value.assetListing);
|
|
718
|
+
if (value.productListing !== void 0)
|
|
719
|
+
return visitor.productListing(value.productListing);
|
|
699
720
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
700
721
|
}, "visit");
|
|
701
722
|
})(SubscribedListingItem || (SubscribedListingItem = {}));
|
|
@@ -788,6 +809,14 @@ var ConfigurableActionTypeAuthorization = {
|
|
|
788
809
|
HTTPS: "HTTPS",
|
|
789
810
|
IAM: "IAM"
|
|
790
811
|
};
|
|
812
|
+
var DataProductItemType = {
|
|
813
|
+
ASSET: "ASSET"
|
|
814
|
+
};
|
|
815
|
+
var DataProductStatus = {
|
|
816
|
+
CREATED: "CREATED",
|
|
817
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
818
|
+
CREATING: "CREATING"
|
|
819
|
+
};
|
|
791
820
|
var FilterExpressionType = {
|
|
792
821
|
EXCLUDE: "EXCLUDE",
|
|
793
822
|
INCLUDE: "INCLUDE"
|
|
@@ -989,7 +1018,8 @@ var GroupProfileStatus = {
|
|
|
989
1018
|
NOT_ASSIGNED: "NOT_ASSIGNED"
|
|
990
1019
|
};
|
|
991
1020
|
var EntityType = {
|
|
992
|
-
ASSET: "ASSET"
|
|
1021
|
+
ASSET: "ASSET",
|
|
1022
|
+
DATA_PRODUCT: "DATA_PRODUCT"
|
|
993
1023
|
};
|
|
994
1024
|
var ProjectStatus = {
|
|
995
1025
|
ACTIVE: "ACTIVE",
|
|
@@ -1146,9 +1176,17 @@ var SubscribedAssetListingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
1146
1176
|
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1147
1177
|
}
|
|
1148
1178
|
}), "SubscribedAssetListingFilterSensitiveLog");
|
|
1179
|
+
var SubscribedProductListingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1180
|
+
...obj,
|
|
1181
|
+
...obj.glossaryTerms && {
|
|
1182
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1183
|
+
}
|
|
1184
|
+
}), "SubscribedProductListingFilterSensitiveLog");
|
|
1149
1185
|
var SubscribedListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1150
1186
|
if (obj.assetListing !== void 0)
|
|
1151
1187
|
return { assetListing: SubscribedAssetListingFilterSensitiveLog(obj.assetListing) };
|
|
1188
|
+
if (obj.productListing !== void 0)
|
|
1189
|
+
return { productListing: SubscribedProductListingFilterSensitiveLog(obj.productListing) };
|
|
1152
1190
|
if (obj.$unknown !== void 0)
|
|
1153
1191
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1154
1192
|
}, "SubscribedListingItemFilterSensitiveLog");
|
|
@@ -1308,6 +1346,30 @@ var CancelSubscriptionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1308
1346
|
},
|
|
1309
1347
|
...obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }
|
|
1310
1348
|
}), "CancelSubscriptionOutputFilterSensitiveLog");
|
|
1349
|
+
var CreateDataProductInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1350
|
+
...obj,
|
|
1351
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1352
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1353
|
+
...obj.formsInput && { formsInput: import_smithy_client.SENSITIVE_STRING }
|
|
1354
|
+
}), "CreateDataProductInputFilterSensitiveLog");
|
|
1355
|
+
var CreateDataProductOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1356
|
+
...obj,
|
|
1357
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1358
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1359
|
+
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
1360
|
+
}), "CreateDataProductOutputFilterSensitiveLog");
|
|
1361
|
+
var CreateDataProductRevisionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1362
|
+
...obj,
|
|
1363
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1364
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1365
|
+
...obj.formsInput && { formsInput: import_smithy_client.SENSITIVE_STRING }
|
|
1366
|
+
}), "CreateDataProductRevisionInputFilterSensitiveLog");
|
|
1367
|
+
var CreateDataProductRevisionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1368
|
+
...obj,
|
|
1369
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1370
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1371
|
+
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
1372
|
+
}), "CreateDataProductRevisionOutputFilterSensitiveLog");
|
|
1311
1373
|
var ScheduleConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1312
1374
|
...obj
|
|
1313
1375
|
}), "ScheduleConfigurationFilterSensitiveLog");
|
|
@@ -1450,6 +1512,43 @@ var CreateUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1450
1512
|
...obj,
|
|
1451
1513
|
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
1452
1514
|
}), "CreateUserProfileOutputFilterSensitiveLog");
|
|
1515
|
+
var GetDataProductOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1516
|
+
...obj,
|
|
1517
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1518
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1519
|
+
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
1520
|
+
}), "GetDataProductOutputFilterSensitiveLog");
|
|
1521
|
+
var ListingSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1522
|
+
...obj,
|
|
1523
|
+
...obj.glossaryTerms && {
|
|
1524
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1525
|
+
}
|
|
1526
|
+
}), "ListingSummaryFilterSensitiveLog");
|
|
1527
|
+
var DataProductListingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1528
|
+
...obj,
|
|
1529
|
+
...obj.glossaryTerms && {
|
|
1530
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1531
|
+
}
|
|
1532
|
+
}), "DataProductListingFilterSensitiveLog");
|
|
1533
|
+
var ListingSummaryItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1534
|
+
...obj,
|
|
1535
|
+
...obj.glossaryTerms && {
|
|
1536
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1537
|
+
}
|
|
1538
|
+
}), "ListingSummaryItemFilterSensitiveLog");
|
|
1539
|
+
var DataProductListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1540
|
+
...obj,
|
|
1541
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1542
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1543
|
+
...obj.glossaryTerms && {
|
|
1544
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1545
|
+
}
|
|
1546
|
+
}), "DataProductListingItemFilterSensitiveLog");
|
|
1547
|
+
var DataProductResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1548
|
+
...obj,
|
|
1549
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1550
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1551
|
+
}), "DataProductResultItemFilterSensitiveLog");
|
|
1453
1552
|
var DeleteDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1454
1553
|
...obj,
|
|
1455
1554
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1597,47 +1696,6 @@ var GetUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1597
1696
|
...obj,
|
|
1598
1697
|
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
1599
1698
|
}), "GetUserProfileOutputFilterSensitiveLog");
|
|
1600
|
-
var GetGlossaryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1601
|
-
...obj,
|
|
1602
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1603
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1604
|
-
}), "GetGlossaryOutputFilterSensitiveLog");
|
|
1605
|
-
var UpdateGlossaryInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1606
|
-
...obj,
|
|
1607
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1608
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1609
|
-
}), "UpdateGlossaryInputFilterSensitiveLog");
|
|
1610
|
-
var UpdateGlossaryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1611
|
-
...obj,
|
|
1612
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1613
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1614
|
-
}), "UpdateGlossaryOutputFilterSensitiveLog");
|
|
1615
|
-
var GetGlossaryTermOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1616
|
-
...obj,
|
|
1617
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1618
|
-
...obj.shortDescription && { shortDescription: import_smithy_client.SENSITIVE_STRING },
|
|
1619
|
-
...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1620
|
-
}), "GetGlossaryTermOutputFilterSensitiveLog");
|
|
1621
|
-
var UpdateGlossaryTermInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1622
|
-
...obj,
|
|
1623
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1624
|
-
...obj.shortDescription && { shortDescription: import_smithy_client.SENSITIVE_STRING },
|
|
1625
|
-
...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1626
|
-
}), "UpdateGlossaryTermInputFilterSensitiveLog");
|
|
1627
|
-
var UpdateGlossaryTermOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1628
|
-
...obj,
|
|
1629
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1630
|
-
...obj.shortDescription && { shortDescription: import_smithy_client.SENSITIVE_STRING },
|
|
1631
|
-
...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1632
|
-
}), "UpdateGlossaryTermOutputFilterSensitiveLog");
|
|
1633
|
-
var ListAssetFiltersOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1634
|
-
...obj,
|
|
1635
|
-
...obj.items && { items: obj.items.map((item) => AssetFilterSummaryFilterSensitiveLog(item)) }
|
|
1636
|
-
}), "ListAssetFiltersOutputFilterSensitiveLog");
|
|
1637
|
-
var ListDataSourceRunActivitiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1638
|
-
...obj,
|
|
1639
|
-
...obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }
|
|
1640
|
-
}), "ListDataSourceRunActivitiesOutputFilterSensitiveLog");
|
|
1641
1699
|
|
|
1642
1700
|
// src/protocols/Aws_restJson1.ts
|
|
1643
1701
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1652,6 +1710,8 @@ var ListingItem;
|
|
|
1652
1710
|
ListingItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1653
1711
|
if (value.assetListing !== void 0)
|
|
1654
1712
|
return visitor.assetListing(value.assetListing);
|
|
1713
|
+
if (value.dataProductListing !== void 0)
|
|
1714
|
+
return visitor.dataProductListing(value.dataProductListing);
|
|
1655
1715
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1656
1716
|
}, "visit");
|
|
1657
1717
|
})(ListingItem || (ListingItem = {}));
|
|
@@ -1721,6 +1781,7 @@ var SearchOutputAdditionalAttribute = {
|
|
|
1721
1781
|
};
|
|
1722
1782
|
var InventorySearchScope = {
|
|
1723
1783
|
ASSET: "ASSET",
|
|
1784
|
+
DATA_PRODUCT: "DATA_PRODUCT",
|
|
1724
1785
|
GLOSSARY: "GLOSSARY",
|
|
1725
1786
|
GLOSSARY_TERM: "GLOSSARY_TERM"
|
|
1726
1787
|
};
|
|
@@ -1733,6 +1794,8 @@ var SearchInventoryResultItem;
|
|
|
1733
1794
|
return visitor.glossaryTermItem(value.glossaryTermItem);
|
|
1734
1795
|
if (value.assetItem !== void 0)
|
|
1735
1796
|
return visitor.assetItem(value.assetItem);
|
|
1797
|
+
if (value.dataProductItem !== void 0)
|
|
1798
|
+
return visitor.dataProductItem(value.dataProductItem);
|
|
1736
1799
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1737
1800
|
}, "visit");
|
|
1738
1801
|
})(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
|
|
@@ -1745,6 +1808,8 @@ var SearchResultItem;
|
|
|
1745
1808
|
SearchResultItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1746
1809
|
if (value.assetListing !== void 0)
|
|
1747
1810
|
return visitor.assetListing(value.assetListing);
|
|
1811
|
+
if (value.dataProductListing !== void 0)
|
|
1812
|
+
return visitor.dataProductListing(value.dataProductListing);
|
|
1748
1813
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1749
1814
|
}, "visit");
|
|
1750
1815
|
})(SearchResultItem || (SearchResultItem = {}));
|
|
@@ -1805,6 +1870,47 @@ var AssetFilterConfiguration;
|
|
|
1805
1870
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1806
1871
|
}, "visit");
|
|
1807
1872
|
})(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
|
|
1873
|
+
var GetGlossaryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1874
|
+
...obj,
|
|
1875
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1876
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1877
|
+
}), "GetGlossaryOutputFilterSensitiveLog");
|
|
1878
|
+
var UpdateGlossaryInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1879
|
+
...obj,
|
|
1880
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1881
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1882
|
+
}), "UpdateGlossaryInputFilterSensitiveLog");
|
|
1883
|
+
var UpdateGlossaryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1884
|
+
...obj,
|
|
1885
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1886
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1887
|
+
}), "UpdateGlossaryOutputFilterSensitiveLog");
|
|
1888
|
+
var GetGlossaryTermOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1889
|
+
...obj,
|
|
1890
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1891
|
+
...obj.shortDescription && { shortDescription: import_smithy_client.SENSITIVE_STRING },
|
|
1892
|
+
...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1893
|
+
}), "GetGlossaryTermOutputFilterSensitiveLog");
|
|
1894
|
+
var UpdateGlossaryTermInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1895
|
+
...obj,
|
|
1896
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1897
|
+
...obj.shortDescription && { shortDescription: import_smithy_client.SENSITIVE_STRING },
|
|
1898
|
+
...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1899
|
+
}), "UpdateGlossaryTermInputFilterSensitiveLog");
|
|
1900
|
+
var UpdateGlossaryTermOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1901
|
+
...obj,
|
|
1902
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1903
|
+
...obj.shortDescription && { shortDescription: import_smithy_client.SENSITIVE_STRING },
|
|
1904
|
+
...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1905
|
+
}), "UpdateGlossaryTermOutputFilterSensitiveLog");
|
|
1906
|
+
var ListAssetFiltersOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1907
|
+
...obj,
|
|
1908
|
+
...obj.items && { items: obj.items.map((item) => AssetFilterSummaryFilterSensitiveLog(item)) }
|
|
1909
|
+
}), "ListAssetFiltersOutputFilterSensitiveLog");
|
|
1910
|
+
var ListDataSourceRunActivitiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1911
|
+
...obj,
|
|
1912
|
+
...obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }
|
|
1913
|
+
}), "ListDataSourceRunActivitiesOutputFilterSensitiveLog");
|
|
1808
1914
|
var EnvironmentBlueprintSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1809
1915
|
...obj,
|
|
1810
1916
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1839,6 +1945,8 @@ var ListEnvironmentsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
1839
1945
|
var ListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1840
1946
|
if (obj.assetListing !== void 0)
|
|
1841
1947
|
return { assetListing: AssetListingFilterSensitiveLog(obj.assetListing) };
|
|
1948
|
+
if (obj.dataProductListing !== void 0)
|
|
1949
|
+
return { dataProductListing: DataProductListingFilterSensitiveLog(obj.dataProductListing) };
|
|
1842
1950
|
if (obj.$unknown !== void 0)
|
|
1843
1951
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1844
1952
|
}, "ListingItemFilterSensitiveLog");
|
|
@@ -1950,6 +2058,8 @@ var SearchInventoryResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
1950
2058
|
return { glossaryTermItem: GlossaryTermItemFilterSensitiveLog(obj.glossaryTermItem) };
|
|
1951
2059
|
if (obj.assetItem !== void 0)
|
|
1952
2060
|
return { assetItem: AssetItemFilterSensitiveLog(obj.assetItem) };
|
|
2061
|
+
if (obj.dataProductItem !== void 0)
|
|
2062
|
+
return { dataProductItem: DataProductResultItemFilterSensitiveLog(obj.dataProductItem) };
|
|
1953
2063
|
if (obj.$unknown !== void 0)
|
|
1954
2064
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1955
2065
|
}, "SearchInventoryResultItemFilterSensitiveLog");
|
|
@@ -1972,6 +2082,8 @@ var SearchGroupProfilesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
1972
2082
|
var SearchResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1973
2083
|
if (obj.assetListing !== void 0)
|
|
1974
2084
|
return { assetListing: AssetListingItemFilterSensitiveLog(obj.assetListing) };
|
|
2085
|
+
if (obj.dataProductListing !== void 0)
|
|
2086
|
+
return { dataProductListing: DataProductListingItemFilterSensitiveLog(obj.dataProductListing) };
|
|
1975
2087
|
if (obj.$unknown !== void 0)
|
|
1976
2088
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1977
2089
|
}, "SearchResultItemFilterSensitiveLog");
|
|
@@ -2271,6 +2383,50 @@ var se_CreateAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2271
2383
|
b.m("POST").h(headers).b(body);
|
|
2272
2384
|
return b.build();
|
|
2273
2385
|
}, "se_CreateAssetTypeCommand");
|
|
2386
|
+
var se_CreateDataProductCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2387
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2388
|
+
const headers = {
|
|
2389
|
+
"content-type": "application/json"
|
|
2390
|
+
};
|
|
2391
|
+
b.bp("/v2/domains/{domainIdentifier}/data-products");
|
|
2392
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2393
|
+
let body;
|
|
2394
|
+
body = JSON.stringify(
|
|
2395
|
+
(0, import_smithy_client.take)(input, {
|
|
2396
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2397
|
+
description: [],
|
|
2398
|
+
formsInput: (_) => (0, import_smithy_client._json)(_),
|
|
2399
|
+
glossaryTerms: (_) => (0, import_smithy_client._json)(_),
|
|
2400
|
+
items: (_) => (0, import_smithy_client._json)(_),
|
|
2401
|
+
name: [],
|
|
2402
|
+
owningProjectIdentifier: []
|
|
2403
|
+
})
|
|
2404
|
+
);
|
|
2405
|
+
b.m("POST").h(headers).b(body);
|
|
2406
|
+
return b.build();
|
|
2407
|
+
}, "se_CreateDataProductCommand");
|
|
2408
|
+
var se_CreateDataProductRevisionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2409
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2410
|
+
const headers = {
|
|
2411
|
+
"content-type": "application/json"
|
|
2412
|
+
};
|
|
2413
|
+
b.bp("/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions");
|
|
2414
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2415
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2416
|
+
let body;
|
|
2417
|
+
body = JSON.stringify(
|
|
2418
|
+
(0, import_smithy_client.take)(input, {
|
|
2419
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2420
|
+
description: [],
|
|
2421
|
+
formsInput: (_) => (0, import_smithy_client._json)(_),
|
|
2422
|
+
glossaryTerms: (_) => (0, import_smithy_client._json)(_),
|
|
2423
|
+
items: (_) => (0, import_smithy_client._json)(_),
|
|
2424
|
+
name: []
|
|
2425
|
+
})
|
|
2426
|
+
);
|
|
2427
|
+
b.m("POST").h(headers).b(body);
|
|
2428
|
+
return b.build();
|
|
2429
|
+
}, "se_CreateDataProductRevisionCommand");
|
|
2274
2430
|
var se_CreateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2275
2431
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2276
2432
|
const headers = {
|
|
@@ -2631,6 +2787,16 @@ var se_DeleteAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2631
2787
|
b.m("DELETE").h(headers).b(body);
|
|
2632
2788
|
return b.build();
|
|
2633
2789
|
}, "se_DeleteAssetTypeCommand");
|
|
2790
|
+
var se_DeleteDataProductCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2791
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2792
|
+
const headers = {};
|
|
2793
|
+
b.bp("/v2/domains/{domainIdentifier}/data-products/{identifier}");
|
|
2794
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2795
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2796
|
+
let body;
|
|
2797
|
+
b.m("DELETE").h(headers).b(body);
|
|
2798
|
+
return b.build();
|
|
2799
|
+
}, "se_DeleteDataProductCommand");
|
|
2634
2800
|
var se_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2635
2801
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2636
2802
|
const headers = {};
|
|
@@ -2868,6 +3034,19 @@ var se_GetAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2868
3034
|
b.m("GET").h(headers).q(query).b(body);
|
|
2869
3035
|
return b.build();
|
|
2870
3036
|
}, "se_GetAssetTypeCommand");
|
|
3037
|
+
var se_GetDataProductCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3038
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3039
|
+
const headers = {};
|
|
3040
|
+
b.bp("/v2/domains/{domainIdentifier}/data-products/{identifier}");
|
|
3041
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3042
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
3043
|
+
const query = (0, import_smithy_client.map)({
|
|
3044
|
+
[_r]: [, input[_r]]
|
|
3045
|
+
});
|
|
3046
|
+
let body;
|
|
3047
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3048
|
+
return b.build();
|
|
3049
|
+
}, "se_GetDataProductCommand");
|
|
2871
3050
|
var se_GetDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2872
3051
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2873
3052
|
const headers = {};
|
|
@@ -3159,6 +3338,20 @@ var se_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3159
3338
|
b.m("GET").h(headers).q(query).b(body);
|
|
3160
3339
|
return b.build();
|
|
3161
3340
|
}, "se_ListAssetRevisionsCommand");
|
|
3341
|
+
var se_ListDataProductRevisionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3342
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3343
|
+
const headers = {};
|
|
3344
|
+
b.bp("/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions");
|
|
3345
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3346
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
3347
|
+
const query = (0, import_smithy_client.map)({
|
|
3348
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
3349
|
+
[_nT]: [, input[_nT]]
|
|
3350
|
+
});
|
|
3351
|
+
let body;
|
|
3352
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3353
|
+
return b.build();
|
|
3354
|
+
}, "se_ListDataProductRevisionsCommand");
|
|
3162
3355
|
var se_ListDataSourceRunActivitiesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3163
3356
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3164
3357
|
const headers = {};
|
|
@@ -3394,6 +3587,7 @@ var se_ListSubscriptionGrantsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
3394
3587
|
[_sTI]: [, input[_sTI]],
|
|
3395
3588
|
[_sLI]: [, input[_sLI]],
|
|
3396
3589
|
[_sI]: [, input[_sI]],
|
|
3590
|
+
[_oPI]: [, input[_oPI]],
|
|
3397
3591
|
[_sB]: [, input[_sB]],
|
|
3398
3592
|
[_sO]: [, input[_sO]],
|
|
3399
3593
|
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
@@ -4258,6 +4452,60 @@ var de_CreateAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
4258
4452
|
Object.assign(contents, doc);
|
|
4259
4453
|
return contents;
|
|
4260
4454
|
}, "de_CreateAssetTypeCommand");
|
|
4455
|
+
var de_CreateDataProductCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4456
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4457
|
+
return de_CommandError(output, context);
|
|
4458
|
+
}
|
|
4459
|
+
const contents = (0, import_smithy_client.map)({
|
|
4460
|
+
$metadata: deserializeMetadata(output)
|
|
4461
|
+
});
|
|
4462
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4463
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4464
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4465
|
+
createdBy: import_smithy_client.expectString,
|
|
4466
|
+
description: import_smithy_client.expectString,
|
|
4467
|
+
domainId: import_smithy_client.expectString,
|
|
4468
|
+
firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4469
|
+
firstRevisionCreatedBy: import_smithy_client.expectString,
|
|
4470
|
+
formsOutput: import_smithy_client._json,
|
|
4471
|
+
glossaryTerms: import_smithy_client._json,
|
|
4472
|
+
id: import_smithy_client.expectString,
|
|
4473
|
+
items: import_smithy_client._json,
|
|
4474
|
+
name: import_smithy_client.expectString,
|
|
4475
|
+
owningProjectId: import_smithy_client.expectString,
|
|
4476
|
+
revision: import_smithy_client.expectString,
|
|
4477
|
+
status: import_smithy_client.expectString
|
|
4478
|
+
});
|
|
4479
|
+
Object.assign(contents, doc);
|
|
4480
|
+
return contents;
|
|
4481
|
+
}, "de_CreateDataProductCommand");
|
|
4482
|
+
var de_CreateDataProductRevisionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4483
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4484
|
+
return de_CommandError(output, context);
|
|
4485
|
+
}
|
|
4486
|
+
const contents = (0, import_smithy_client.map)({
|
|
4487
|
+
$metadata: deserializeMetadata(output)
|
|
4488
|
+
});
|
|
4489
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4490
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4491
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4492
|
+
createdBy: import_smithy_client.expectString,
|
|
4493
|
+
description: import_smithy_client.expectString,
|
|
4494
|
+
domainId: import_smithy_client.expectString,
|
|
4495
|
+
firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4496
|
+
firstRevisionCreatedBy: import_smithy_client.expectString,
|
|
4497
|
+
formsOutput: import_smithy_client._json,
|
|
4498
|
+
glossaryTerms: import_smithy_client._json,
|
|
4499
|
+
id: import_smithy_client.expectString,
|
|
4500
|
+
items: import_smithy_client._json,
|
|
4501
|
+
name: import_smithy_client.expectString,
|
|
4502
|
+
owningProjectId: import_smithy_client.expectString,
|
|
4503
|
+
revision: import_smithy_client.expectString,
|
|
4504
|
+
status: import_smithy_client.expectString
|
|
4505
|
+
});
|
|
4506
|
+
Object.assign(contents, doc);
|
|
4507
|
+
return contents;
|
|
4508
|
+
}, "de_CreateDataProductRevisionCommand");
|
|
4261
4509
|
var de_CreateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4262
4510
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4263
4511
|
return de_CommandError(output, context);
|
|
@@ -4643,6 +4891,16 @@ var de_DeleteAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
4643
4891
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4644
4892
|
return contents;
|
|
4645
4893
|
}, "de_DeleteAssetTypeCommand");
|
|
4894
|
+
var de_DeleteDataProductCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4895
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
4896
|
+
return de_CommandError(output, context);
|
|
4897
|
+
}
|
|
4898
|
+
const contents = (0, import_smithy_client.map)({
|
|
4899
|
+
$metadata: deserializeMetadata(output)
|
|
4900
|
+
});
|
|
4901
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4902
|
+
return contents;
|
|
4903
|
+
}, "de_DeleteDataProductCommand");
|
|
4646
4904
|
var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4647
4905
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4648
4906
|
return de_CommandError(output, context);
|
|
@@ -4935,6 +5193,33 @@ var de_GetAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4935
5193
|
Object.assign(contents, doc);
|
|
4936
5194
|
return contents;
|
|
4937
5195
|
}, "de_GetAssetTypeCommand");
|
|
5196
|
+
var de_GetDataProductCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5197
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5198
|
+
return de_CommandError(output, context);
|
|
5199
|
+
}
|
|
5200
|
+
const contents = (0, import_smithy_client.map)({
|
|
5201
|
+
$metadata: deserializeMetadata(output)
|
|
5202
|
+
});
|
|
5203
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5204
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5205
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5206
|
+
createdBy: import_smithy_client.expectString,
|
|
5207
|
+
description: import_smithy_client.expectString,
|
|
5208
|
+
domainId: import_smithy_client.expectString,
|
|
5209
|
+
firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5210
|
+
firstRevisionCreatedBy: import_smithy_client.expectString,
|
|
5211
|
+
formsOutput: import_smithy_client._json,
|
|
5212
|
+
glossaryTerms: import_smithy_client._json,
|
|
5213
|
+
id: import_smithy_client.expectString,
|
|
5214
|
+
items: import_smithy_client._json,
|
|
5215
|
+
name: import_smithy_client.expectString,
|
|
5216
|
+
owningProjectId: import_smithy_client.expectString,
|
|
5217
|
+
revision: import_smithy_client.expectString,
|
|
5218
|
+
status: import_smithy_client.expectString
|
|
5219
|
+
});
|
|
5220
|
+
Object.assign(contents, doc);
|
|
5221
|
+
return contents;
|
|
5222
|
+
}, "de_GetDataProductCommand");
|
|
4938
5223
|
var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4939
5224
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4940
5225
|
return de_CommandError(output, context);
|
|
@@ -5529,6 +5814,21 @@ var de_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
5529
5814
|
Object.assign(contents, doc);
|
|
5530
5815
|
return contents;
|
|
5531
5816
|
}, "de_ListAssetRevisionsCommand");
|
|
5817
|
+
var de_ListDataProductRevisionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5818
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5819
|
+
return de_CommandError(output, context);
|
|
5820
|
+
}
|
|
5821
|
+
const contents = (0, import_smithy_client.map)({
|
|
5822
|
+
$metadata: deserializeMetadata(output)
|
|
5823
|
+
});
|
|
5824
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5825
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5826
|
+
items: (_) => de_DataProductRevisions(_, context),
|
|
5827
|
+
nextToken: import_smithy_client.expectString
|
|
5828
|
+
});
|
|
5829
|
+
Object.assign(contents, doc);
|
|
5830
|
+
return contents;
|
|
5831
|
+
}, "de_ListDataProductRevisionsCommand");
|
|
5532
5832
|
var de_ListDataSourceRunActivitiesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5533
5833
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5534
5834
|
return de_CommandError(output, context);
|
|
@@ -6751,6 +7051,63 @@ var de_AssetTypeItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
6751
7051
|
updatedBy: import_smithy_client.expectString
|
|
6752
7052
|
});
|
|
6753
7053
|
}, "de_AssetTypeItem");
|
|
7054
|
+
var de_DataProductListing = /* @__PURE__ */ __name((output, context) => {
|
|
7055
|
+
return (0, import_smithy_client.take)(output, {
|
|
7056
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7057
|
+
dataProductId: import_smithy_client.expectString,
|
|
7058
|
+
dataProductRevision: import_smithy_client.expectString,
|
|
7059
|
+
forms: import_smithy_client.expectString,
|
|
7060
|
+
glossaryTerms: import_smithy_client._json,
|
|
7061
|
+
items: import_smithy_client._json,
|
|
7062
|
+
owningProjectId: import_smithy_client.expectString
|
|
7063
|
+
});
|
|
7064
|
+
}, "de_DataProductListing");
|
|
7065
|
+
var de_DataProductListingItem = /* @__PURE__ */ __name((output, context) => {
|
|
7066
|
+
return (0, import_smithy_client.take)(output, {
|
|
7067
|
+
additionalAttributes: import_smithy_client._json,
|
|
7068
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7069
|
+
description: import_smithy_client.expectString,
|
|
7070
|
+
entityId: import_smithy_client.expectString,
|
|
7071
|
+
entityRevision: import_smithy_client.expectString,
|
|
7072
|
+
glossaryTerms: import_smithy_client._json,
|
|
7073
|
+
items: import_smithy_client._json,
|
|
7074
|
+
listingCreatedBy: import_smithy_client.expectString,
|
|
7075
|
+
listingId: import_smithy_client.expectString,
|
|
7076
|
+
listingRevision: import_smithy_client.expectString,
|
|
7077
|
+
listingUpdatedBy: import_smithy_client.expectString,
|
|
7078
|
+
name: import_smithy_client.expectString,
|
|
7079
|
+
owningProjectId: import_smithy_client.expectString
|
|
7080
|
+
});
|
|
7081
|
+
}, "de_DataProductListingItem");
|
|
7082
|
+
var de_DataProductResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
7083
|
+
return (0, import_smithy_client.take)(output, {
|
|
7084
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7085
|
+
createdBy: import_smithy_client.expectString,
|
|
7086
|
+
description: import_smithy_client.expectString,
|
|
7087
|
+
domainId: import_smithy_client.expectString,
|
|
7088
|
+
firstRevisionCreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7089
|
+
firstRevisionCreatedBy: import_smithy_client.expectString,
|
|
7090
|
+
glossaryTerms: import_smithy_client._json,
|
|
7091
|
+
id: import_smithy_client.expectString,
|
|
7092
|
+
name: import_smithy_client.expectString,
|
|
7093
|
+
owningProjectId: import_smithy_client.expectString
|
|
7094
|
+
});
|
|
7095
|
+
}, "de_DataProductResultItem");
|
|
7096
|
+
var de_DataProductRevision = /* @__PURE__ */ __name((output, context) => {
|
|
7097
|
+
return (0, import_smithy_client.take)(output, {
|
|
7098
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7099
|
+
createdBy: import_smithy_client.expectString,
|
|
7100
|
+
domainId: import_smithy_client.expectString,
|
|
7101
|
+
id: import_smithy_client.expectString,
|
|
7102
|
+
revision: import_smithy_client.expectString
|
|
7103
|
+
});
|
|
7104
|
+
}, "de_DataProductRevision");
|
|
7105
|
+
var de_DataProductRevisions = /* @__PURE__ */ __name((output, context) => {
|
|
7106
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7107
|
+
return de_DataProductRevision(entry, context);
|
|
7108
|
+
});
|
|
7109
|
+
return retVal;
|
|
7110
|
+
}, "de_DataProductRevisions");
|
|
6754
7111
|
var de_DataSourceRunActivities = /* @__PURE__ */ __name((output, context) => {
|
|
6755
7112
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6756
7113
|
return de_DataSourceRunActivity(entry, context);
|
|
@@ -7014,6 +7371,11 @@ var de_ListingItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
7014
7371
|
assetListing: de_AssetListing(output.assetListing, context)
|
|
7015
7372
|
};
|
|
7016
7373
|
}
|
|
7374
|
+
if (output.dataProductListing != null) {
|
|
7375
|
+
return {
|
|
7376
|
+
dataProductListing: de_DataProductListing(output.dataProductListing, context)
|
|
7377
|
+
};
|
|
7378
|
+
}
|
|
7017
7379
|
return { $unknown: Object.entries(output)[0] };
|
|
7018
7380
|
}, "de_ListingItem");
|
|
7019
7381
|
var de_MetadataGenerationRunItem = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -7110,6 +7472,11 @@ var de_SearchInventoryResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
7110
7472
|
assetItem: de_AssetItem(output.assetItem, context)
|
|
7111
7473
|
};
|
|
7112
7474
|
}
|
|
7475
|
+
if (output.dataProductItem != null) {
|
|
7476
|
+
return {
|
|
7477
|
+
dataProductItem: de_DataProductResultItem(output.dataProductItem, context)
|
|
7478
|
+
};
|
|
7479
|
+
}
|
|
7113
7480
|
if (output.glossaryItem != null) {
|
|
7114
7481
|
return {
|
|
7115
7482
|
glossaryItem: de_GlossaryItem(output.glossaryItem, context)
|
|
@@ -7134,6 +7501,11 @@ var de_SearchResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
7134
7501
|
assetListing: de_AssetListingItem(output.assetListing, context)
|
|
7135
7502
|
};
|
|
7136
7503
|
}
|
|
7504
|
+
if (output.dataProductListing != null) {
|
|
7505
|
+
return {
|
|
7506
|
+
dataProductListing: de_DataProductListingItem(output.dataProductListing, context)
|
|
7507
|
+
};
|
|
7508
|
+
}
|
|
7137
7509
|
return { $unknown: Object.entries(output)[0] };
|
|
7138
7510
|
}, "de_SearchResultItem");
|
|
7139
7511
|
var de_SearchResultItems = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -7496,6 +7868,38 @@ var _CreateAssetTypeCommand = class _CreateAssetTypeCommand extends import_smith
|
|
|
7496
7868
|
__name(_CreateAssetTypeCommand, "CreateAssetTypeCommand");
|
|
7497
7869
|
var CreateAssetTypeCommand = _CreateAssetTypeCommand;
|
|
7498
7870
|
|
|
7871
|
+
// src/commands/CreateDataProductCommand.ts
|
|
7872
|
+
|
|
7873
|
+
|
|
7874
|
+
|
|
7875
|
+
var _CreateDataProductCommand = class _CreateDataProductCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7876
|
+
...commonParams
|
|
7877
|
+
}).m(function(Command, cs, config, o) {
|
|
7878
|
+
return [
|
|
7879
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7880
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7881
|
+
];
|
|
7882
|
+
}).s("DataZone", "CreateDataProduct", {}).n("DataZoneClient", "CreateDataProductCommand").f(CreateDataProductInputFilterSensitiveLog, CreateDataProductOutputFilterSensitiveLog).ser(se_CreateDataProductCommand).de(de_CreateDataProductCommand).build() {
|
|
7883
|
+
};
|
|
7884
|
+
__name(_CreateDataProductCommand, "CreateDataProductCommand");
|
|
7885
|
+
var CreateDataProductCommand = _CreateDataProductCommand;
|
|
7886
|
+
|
|
7887
|
+
// src/commands/CreateDataProductRevisionCommand.ts
|
|
7888
|
+
|
|
7889
|
+
|
|
7890
|
+
|
|
7891
|
+
var _CreateDataProductRevisionCommand = class _CreateDataProductRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7892
|
+
...commonParams
|
|
7893
|
+
}).m(function(Command, cs, config, o) {
|
|
7894
|
+
return [
|
|
7895
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7896
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7897
|
+
];
|
|
7898
|
+
}).s("DataZone", "CreateDataProductRevision", {}).n("DataZoneClient", "CreateDataProductRevisionCommand").f(CreateDataProductRevisionInputFilterSensitiveLog, CreateDataProductRevisionOutputFilterSensitiveLog).ser(se_CreateDataProductRevisionCommand).de(de_CreateDataProductRevisionCommand).build() {
|
|
7899
|
+
};
|
|
7900
|
+
__name(_CreateDataProductRevisionCommand, "CreateDataProductRevisionCommand");
|
|
7901
|
+
var CreateDataProductRevisionCommand = _CreateDataProductRevisionCommand;
|
|
7902
|
+
|
|
7499
7903
|
// src/commands/CreateDataSourceCommand.ts
|
|
7500
7904
|
|
|
7501
7905
|
|
|
@@ -7800,6 +8204,22 @@ var _DeleteAssetTypeCommand = class _DeleteAssetTypeCommand extends import_smith
|
|
|
7800
8204
|
__name(_DeleteAssetTypeCommand, "DeleteAssetTypeCommand");
|
|
7801
8205
|
var DeleteAssetTypeCommand = _DeleteAssetTypeCommand;
|
|
7802
8206
|
|
|
8207
|
+
// src/commands/DeleteDataProductCommand.ts
|
|
8208
|
+
|
|
8209
|
+
|
|
8210
|
+
|
|
8211
|
+
var _DeleteDataProductCommand = class _DeleteDataProductCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8212
|
+
...commonParams
|
|
8213
|
+
}).m(function(Command, cs, config, o) {
|
|
8214
|
+
return [
|
|
8215
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8216
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8217
|
+
];
|
|
8218
|
+
}).s("DataZone", "DeleteDataProduct", {}).n("DataZoneClient", "DeleteDataProductCommand").f(void 0, void 0).ser(se_DeleteDataProductCommand).de(de_DeleteDataProductCommand).build() {
|
|
8219
|
+
};
|
|
8220
|
+
__name(_DeleteDataProductCommand, "DeleteDataProductCommand");
|
|
8221
|
+
var DeleteDataProductCommand = _DeleteDataProductCommand;
|
|
8222
|
+
|
|
7803
8223
|
// src/commands/DeleteDataSourceCommand.ts
|
|
7804
8224
|
|
|
7805
8225
|
|
|
@@ -8120,6 +8540,22 @@ var _GetAssetTypeCommand = class _GetAssetTypeCommand extends import_smithy_clie
|
|
|
8120
8540
|
__name(_GetAssetTypeCommand, "GetAssetTypeCommand");
|
|
8121
8541
|
var GetAssetTypeCommand = _GetAssetTypeCommand;
|
|
8122
8542
|
|
|
8543
|
+
// src/commands/GetDataProductCommand.ts
|
|
8544
|
+
|
|
8545
|
+
|
|
8546
|
+
|
|
8547
|
+
var _GetDataProductCommand = class _GetDataProductCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8548
|
+
...commonParams
|
|
8549
|
+
}).m(function(Command, cs, config, o) {
|
|
8550
|
+
return [
|
|
8551
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8552
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8553
|
+
];
|
|
8554
|
+
}).s("DataZone", "GetDataProduct", {}).n("DataZoneClient", "GetDataProductCommand").f(void 0, GetDataProductOutputFilterSensitiveLog).ser(se_GetDataProductCommand).de(de_GetDataProductCommand).build() {
|
|
8555
|
+
};
|
|
8556
|
+
__name(_GetDataProductCommand, "GetDataProductCommand");
|
|
8557
|
+
var GetDataProductCommand = _GetDataProductCommand;
|
|
8558
|
+
|
|
8123
8559
|
// src/commands/GetDataSourceCommand.ts
|
|
8124
8560
|
|
|
8125
8561
|
|
|
@@ -8536,6 +8972,22 @@ var _ListAssetRevisionsCommand = class _ListAssetRevisionsCommand extends import
|
|
|
8536
8972
|
__name(_ListAssetRevisionsCommand, "ListAssetRevisionsCommand");
|
|
8537
8973
|
var ListAssetRevisionsCommand = _ListAssetRevisionsCommand;
|
|
8538
8974
|
|
|
8975
|
+
// src/commands/ListDataProductRevisionsCommand.ts
|
|
8976
|
+
|
|
8977
|
+
|
|
8978
|
+
|
|
8979
|
+
var _ListDataProductRevisionsCommand = class _ListDataProductRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8980
|
+
...commonParams
|
|
8981
|
+
}).m(function(Command, cs, config, o) {
|
|
8982
|
+
return [
|
|
8983
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8984
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8985
|
+
];
|
|
8986
|
+
}).s("DataZone", "ListDataProductRevisions", {}).n("DataZoneClient", "ListDataProductRevisionsCommand").f(void 0, void 0).ser(se_ListDataProductRevisionsCommand).de(de_ListDataProductRevisionsCommand).build() {
|
|
8987
|
+
};
|
|
8988
|
+
__name(_ListDataProductRevisionsCommand, "ListDataProductRevisionsCommand");
|
|
8989
|
+
var ListDataProductRevisionsCommand = _ListDataProductRevisionsCommand;
|
|
8990
|
+
|
|
8539
8991
|
// src/commands/ListDataSourceRunActivitiesCommand.ts
|
|
8540
8992
|
|
|
8541
8993
|
|
|
@@ -9331,6 +9783,8 @@ var commands = {
|
|
|
9331
9783
|
CreateAssetFilterCommand,
|
|
9332
9784
|
CreateAssetRevisionCommand,
|
|
9333
9785
|
CreateAssetTypeCommand,
|
|
9786
|
+
CreateDataProductCommand,
|
|
9787
|
+
CreateDataProductRevisionCommand,
|
|
9334
9788
|
CreateDataSourceCommand,
|
|
9335
9789
|
CreateDomainCommand,
|
|
9336
9790
|
CreateEnvironmentCommand,
|
|
@@ -9350,6 +9804,7 @@ var commands = {
|
|
|
9350
9804
|
DeleteAssetCommand,
|
|
9351
9805
|
DeleteAssetFilterCommand,
|
|
9352
9806
|
DeleteAssetTypeCommand,
|
|
9807
|
+
DeleteDataProductCommand,
|
|
9353
9808
|
DeleteDataSourceCommand,
|
|
9354
9809
|
DeleteDomainCommand,
|
|
9355
9810
|
DeleteEnvironmentCommand,
|
|
@@ -9370,6 +9825,7 @@ var commands = {
|
|
|
9370
9825
|
GetAssetCommand,
|
|
9371
9826
|
GetAssetFilterCommand,
|
|
9372
9827
|
GetAssetTypeCommand,
|
|
9828
|
+
GetDataProductCommand,
|
|
9373
9829
|
GetDataSourceCommand,
|
|
9374
9830
|
GetDataSourceRunCommand,
|
|
9375
9831
|
GetDomainCommand,
|
|
@@ -9396,6 +9852,7 @@ var commands = {
|
|
|
9396
9852
|
GetUserProfileCommand,
|
|
9397
9853
|
ListAssetFiltersCommand,
|
|
9398
9854
|
ListAssetRevisionsCommand,
|
|
9855
|
+
ListDataProductRevisionsCommand,
|
|
9399
9856
|
ListDataSourceRunActivitiesCommand,
|
|
9400
9857
|
ListDataSourceRunsCommand,
|
|
9401
9858
|
ListDataSourcesCommand,
|
|
@@ -9460,6 +9917,10 @@ var paginateListAssetFilters = (0, import_core.createPaginator)(DataZoneClient,
|
|
|
9460
9917
|
|
|
9461
9918
|
var paginateListAssetRevisions = (0, import_core.createPaginator)(DataZoneClient, ListAssetRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
9462
9919
|
|
|
9920
|
+
// src/pagination/ListDataProductRevisionsPaginator.ts
|
|
9921
|
+
|
|
9922
|
+
var paginateListDataProductRevisions = (0, import_core.createPaginator)(DataZoneClient, ListDataProductRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
9923
|
+
|
|
9463
9924
|
// src/pagination/ListDataSourceRunActivitiesPaginator.ts
|
|
9464
9925
|
|
|
9465
9926
|
var paginateListDataSourceRunActivities = (0, import_core.createPaginator)(DataZoneClient, ListDataSourceRunActivitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -9572,6 +10033,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9572
10033
|
CreateAssetFilterCommand,
|
|
9573
10034
|
CreateAssetRevisionCommand,
|
|
9574
10035
|
CreateAssetTypeCommand,
|
|
10036
|
+
CreateDataProductCommand,
|
|
10037
|
+
CreateDataProductRevisionCommand,
|
|
9575
10038
|
CreateDataSourceCommand,
|
|
9576
10039
|
CreateDomainCommand,
|
|
9577
10040
|
CreateEnvironmentActionCommand,
|
|
@@ -9591,6 +10054,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9591
10054
|
DeleteAssetCommand,
|
|
9592
10055
|
DeleteAssetFilterCommand,
|
|
9593
10056
|
DeleteAssetTypeCommand,
|
|
10057
|
+
DeleteDataProductCommand,
|
|
9594
10058
|
DeleteDataSourceCommand,
|
|
9595
10059
|
DeleteDomainCommand,
|
|
9596
10060
|
DeleteEnvironmentActionCommand,
|
|
@@ -9611,6 +10075,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9611
10075
|
GetAssetCommand,
|
|
9612
10076
|
GetAssetFilterCommand,
|
|
9613
10077
|
GetAssetTypeCommand,
|
|
10078
|
+
GetDataProductCommand,
|
|
9614
10079
|
GetDataSourceCommand,
|
|
9615
10080
|
GetDataSourceRunCommand,
|
|
9616
10081
|
GetDomainCommand,
|
|
@@ -9637,6 +10102,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9637
10102
|
GetUserProfileCommand,
|
|
9638
10103
|
ListAssetFiltersCommand,
|
|
9639
10104
|
ListAssetRevisionsCommand,
|
|
10105
|
+
ListDataProductRevisionsCommand,
|
|
9640
10106
|
ListDataSourceRunActivitiesCommand,
|
|
9641
10107
|
ListDataSourceRunsCommand,
|
|
9642
10108
|
ListDataSourcesCommand,
|
|
@@ -9688,6 +10154,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9688
10154
|
UpdateUserProfileCommand,
|
|
9689
10155
|
paginateListAssetFilters,
|
|
9690
10156
|
paginateListAssetRevisions,
|
|
10157
|
+
paginateListDataProductRevisions,
|
|
9691
10158
|
paginateListDataSourceRunActivities,
|
|
9692
10159
|
paginateListDataSourceRuns,
|
|
9693
10160
|
paginateListDataSources,
|
|
@@ -9732,6 +10199,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9732
10199
|
SubscriptionStatus,
|
|
9733
10200
|
ChangeAction,
|
|
9734
10201
|
ConfigurableActionTypeAuthorization,
|
|
10202
|
+
DataProductItemType,
|
|
10203
|
+
DataProductStatus,
|
|
9735
10204
|
FilterExpressionType,
|
|
9736
10205
|
RedshiftStorage,
|
|
9737
10206
|
DataSourceConfigurationInput,
|
|
@@ -9776,6 +10245,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9776
10245
|
AcceptSubscriptionRequestInputFilterSensitiveLog,
|
|
9777
10246
|
DetailedGlossaryTermFilterSensitiveLog,
|
|
9778
10247
|
SubscribedAssetListingFilterSensitiveLog,
|
|
10248
|
+
SubscribedProductListingFilterSensitiveLog,
|
|
9779
10249
|
SubscribedListingItemFilterSensitiveLog,
|
|
9780
10250
|
SubscribedListingFilterSensitiveLog,
|
|
9781
10251
|
SubscribedProjectFilterSensitiveLog,
|
|
@@ -9799,6 +10269,10 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9799
10269
|
GetAssetTypeOutputFilterSensitiveLog,
|
|
9800
10270
|
AssetTypeItemFilterSensitiveLog,
|
|
9801
10271
|
CancelSubscriptionOutputFilterSensitiveLog,
|
|
10272
|
+
CreateDataProductInputFilterSensitiveLog,
|
|
10273
|
+
CreateDataProductOutputFilterSensitiveLog,
|
|
10274
|
+
CreateDataProductRevisionInputFilterSensitiveLog,
|
|
10275
|
+
CreateDataProductRevisionOutputFilterSensitiveLog,
|
|
9802
10276
|
ScheduleConfigurationFilterSensitiveLog,
|
|
9803
10277
|
CreateDataSourceInputFilterSensitiveLog,
|
|
9804
10278
|
CreateDataSourceOutputFilterSensitiveLog,
|
|
@@ -9823,6 +10297,12 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9823
10297
|
SsoUserProfileDetailsFilterSensitiveLog,
|
|
9824
10298
|
UserProfileDetailsFilterSensitiveLog,
|
|
9825
10299
|
CreateUserProfileOutputFilterSensitiveLog,
|
|
10300
|
+
GetDataProductOutputFilterSensitiveLog,
|
|
10301
|
+
ListingSummaryFilterSensitiveLog,
|
|
10302
|
+
DataProductListingFilterSensitiveLog,
|
|
10303
|
+
ListingSummaryItemFilterSensitiveLog,
|
|
10304
|
+
DataProductListingItemFilterSensitiveLog,
|
|
10305
|
+
DataProductResultItemFilterSensitiveLog,
|
|
9826
10306
|
DeleteDataSourceOutputFilterSensitiveLog,
|
|
9827
10307
|
GetDataSourceOutputFilterSensitiveLog,
|
|
9828
10308
|
ListDataSourcesInputFilterSensitiveLog,
|
|
@@ -9846,14 +10326,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9846
10326
|
GetSubscriptionRequestDetailsOutputFilterSensitiveLog,
|
|
9847
10327
|
GetSubscriptionTargetOutputFilterSensitiveLog,
|
|
9848
10328
|
GetUserProfileOutputFilterSensitiveLog,
|
|
9849
|
-
GetGlossaryOutputFilterSensitiveLog,
|
|
9850
|
-
UpdateGlossaryInputFilterSensitiveLog,
|
|
9851
|
-
UpdateGlossaryOutputFilterSensitiveLog,
|
|
9852
|
-
GetGlossaryTermOutputFilterSensitiveLog,
|
|
9853
|
-
UpdateGlossaryTermInputFilterSensitiveLog,
|
|
9854
|
-
UpdateGlossaryTermOutputFilterSensitiveLog,
|
|
9855
|
-
ListAssetFiltersOutputFilterSensitiveLog,
|
|
9856
|
-
ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
9857
10329
|
ListingItem,
|
|
9858
10330
|
EdgeDirection,
|
|
9859
10331
|
SortOrder,
|
|
@@ -9879,6 +10351,14 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9879
10351
|
FilterClause,
|
|
9880
10352
|
RowFilter,
|
|
9881
10353
|
AssetFilterConfiguration,
|
|
10354
|
+
GetGlossaryOutputFilterSensitiveLog,
|
|
10355
|
+
UpdateGlossaryInputFilterSensitiveLog,
|
|
10356
|
+
UpdateGlossaryOutputFilterSensitiveLog,
|
|
10357
|
+
GetGlossaryTermOutputFilterSensitiveLog,
|
|
10358
|
+
UpdateGlossaryTermInputFilterSensitiveLog,
|
|
10359
|
+
UpdateGlossaryTermOutputFilterSensitiveLog,
|
|
10360
|
+
ListAssetFiltersOutputFilterSensitiveLog,
|
|
10361
|
+
ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
9882
10362
|
EnvironmentBlueprintSummaryFilterSensitiveLog,
|
|
9883
10363
|
ListEnvironmentBlueprintsOutputFilterSensitiveLog,
|
|
9884
10364
|
ListEnvironmentProfilesInputFilterSensitiveLog,
|