@aws-sdk/client-datazone 3.616.0 → 3.618.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 +567 -104
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/CreateAssetFilterCommand.js +25 -0
- package/dist-es/commands/DeleteAssetFilterCommand.js +24 -0
- package/dist-es/commands/GetAssetFilterCommand.js +25 -0
- package/dist-es/commands/GetListingCommand.js +1 -1
- package/dist-es/commands/ListAssetFiltersCommand.js +25 -0
- package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +1 -1
- package/dist-es/commands/ListEnvironmentProfilesCommand.js +1 -1
- package/dist-es/commands/ListEnvironmentsCommand.js +1 -1
- package/dist-es/commands/ListNotificationsCommand.js +1 -1
- package/dist-es/commands/UpdateAssetFilterCommand.js +25 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +49 -64
- package/dist-es/models/models_1.js +113 -5
- package/dist-es/pagination/ListAssetFiltersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +270 -21
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +7 -2
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +357 -0
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +81 -0
- package/dist-types/commands/DeleteListingCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +221 -0
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/GetListingCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +98 -0
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +10 -0
- package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListNotificationsCommand.d.ts +1 -2
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/SearchCommand.d.ts +0 -20
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +354 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +722 -829
- package/dist-types/models/models_1.d.ts +1116 -20
- package/dist-types/pagination/ListAssetFiltersPaginator.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/CreateAssetFilterCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +346 -205
- package/dist-types/ts3.4/models/models_1.d.ts +330 -17
- package/dist-types/ts3.4/pagination/ListAssetFiltersPaginator.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 +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -30,6 +30,8 @@ __export(src_exports, {
|
|
|
30
30
|
AcceptSubscriptionRequestOutputFilterSensitiveLog: () => AcceptSubscriptionRequestOutputFilterSensitiveLog,
|
|
31
31
|
AccessDeniedException: () => AccessDeniedException,
|
|
32
32
|
ActionParameters: () => ActionParameters,
|
|
33
|
+
AssetFilterConfiguration: () => AssetFilterConfiguration,
|
|
34
|
+
AssetFilterSummaryFilterSensitiveLog: () => AssetFilterSummaryFilterSensitiveLog,
|
|
33
35
|
AssetItemAdditionalAttributesFilterSensitiveLog: () => AssetItemAdditionalAttributesFilterSensitiveLog,
|
|
34
36
|
AssetItemFilterSensitiveLog: () => AssetItemFilterSensitiveLog,
|
|
35
37
|
AssetListingFilterSensitiveLog: () => AssetListingFilterSensitiveLog,
|
|
@@ -44,6 +46,9 @@ __export(src_exports, {
|
|
|
44
46
|
ConfigurableActionTypeAuthorization: () => ConfigurableActionTypeAuthorization,
|
|
45
47
|
ConflictException: () => ConflictException,
|
|
46
48
|
CreateAssetCommand: () => CreateAssetCommand,
|
|
49
|
+
CreateAssetFilterCommand: () => CreateAssetFilterCommand,
|
|
50
|
+
CreateAssetFilterInputFilterSensitiveLog: () => CreateAssetFilterInputFilterSensitiveLog,
|
|
51
|
+
CreateAssetFilterOutputFilterSensitiveLog: () => CreateAssetFilterOutputFilterSensitiveLog,
|
|
47
52
|
CreateAssetInputFilterSensitiveLog: () => CreateAssetInputFilterSensitiveLog,
|
|
48
53
|
CreateAssetOutputFilterSensitiveLog: () => CreateAssetOutputFilterSensitiveLog,
|
|
49
54
|
CreateAssetRevisionCommand: () => CreateAssetRevisionCommand,
|
|
@@ -89,7 +94,6 @@ __export(src_exports, {
|
|
|
89
94
|
CreateUserProfileOutputFilterSensitiveLog: () => CreateUserProfileOutputFilterSensitiveLog,
|
|
90
95
|
CustomParameterFilterSensitiveLog: () => CustomParameterFilterSensitiveLog,
|
|
91
96
|
DataAssetActivityStatus: () => DataAssetActivityStatus,
|
|
92
|
-
DataProductSummaryFilterSensitiveLog: () => DataProductSummaryFilterSensitiveLog,
|
|
93
97
|
DataSourceConfigurationInput: () => DataSourceConfigurationInput,
|
|
94
98
|
DataSourceConfigurationOutput: () => DataSourceConfigurationOutput,
|
|
95
99
|
DataSourceErrorType: () => DataSourceErrorType,
|
|
@@ -102,6 +106,7 @@ __export(src_exports, {
|
|
|
102
106
|
DataZoneClient: () => DataZoneClient,
|
|
103
107
|
DataZoneServiceException: () => DataZoneServiceException,
|
|
104
108
|
DeleteAssetCommand: () => DeleteAssetCommand,
|
|
109
|
+
DeleteAssetFilterCommand: () => DeleteAssetFilterCommand,
|
|
105
110
|
DeleteAssetTypeCommand: () => DeleteAssetTypeCommand,
|
|
106
111
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
107
112
|
DeleteDataSourceOutputFilterSensitiveLog: () => DeleteDataSourceOutputFilterSensitiveLog,
|
|
@@ -135,12 +140,15 @@ __export(src_exports, {
|
|
|
135
140
|
EnvironmentSummaryFilterSensitiveLog: () => EnvironmentSummaryFilterSensitiveLog,
|
|
136
141
|
FilterClause: () => FilterClause,
|
|
137
142
|
FilterExpressionType: () => FilterExpressionType,
|
|
143
|
+
FilterStatus: () => FilterStatus,
|
|
138
144
|
FormEntryOutputFilterSensitiveLog: () => FormEntryOutputFilterSensitiveLog,
|
|
139
145
|
FormInputFilterSensitiveLog: () => FormInputFilterSensitiveLog,
|
|
140
146
|
FormOutputFilterSensitiveLog: () => FormOutputFilterSensitiveLog,
|
|
141
147
|
FormTypeDataFilterSensitiveLog: () => FormTypeDataFilterSensitiveLog,
|
|
142
148
|
FormTypeStatus: () => FormTypeStatus,
|
|
143
149
|
GetAssetCommand: () => GetAssetCommand,
|
|
150
|
+
GetAssetFilterCommand: () => GetAssetFilterCommand,
|
|
151
|
+
GetAssetFilterOutputFilterSensitiveLog: () => GetAssetFilterOutputFilterSensitiveLog,
|
|
144
152
|
GetAssetOutputFilterSensitiveLog: () => GetAssetOutputFilterSensitiveLog,
|
|
145
153
|
GetAssetTypeCommand: () => GetAssetTypeCommand,
|
|
146
154
|
GetAssetTypeOutputFilterSensitiveLog: () => GetAssetTypeOutputFilterSensitiveLog,
|
|
@@ -195,6 +203,8 @@ __export(src_exports, {
|
|
|
195
203
|
InternalServerException: () => InternalServerException,
|
|
196
204
|
InventorySearchScope: () => InventorySearchScope,
|
|
197
205
|
LineageNodeTypeItemFilterSensitiveLog: () => LineageNodeTypeItemFilterSensitiveLog,
|
|
206
|
+
ListAssetFiltersCommand: () => ListAssetFiltersCommand,
|
|
207
|
+
ListAssetFiltersOutputFilterSensitiveLog: () => ListAssetFiltersOutputFilterSensitiveLog,
|
|
198
208
|
ListAssetRevisionsCommand: () => ListAssetRevisionsCommand,
|
|
199
209
|
ListDataSourceRunActivitiesCommand: () => ListDataSourceRunActivitiesCommand,
|
|
200
210
|
ListDataSourceRunActivitiesOutputFilterSensitiveLog: () => ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
@@ -249,6 +259,7 @@ __export(src_exports, {
|
|
|
249
259
|
PostTimeSeriesDataPointsCommand: () => PostTimeSeriesDataPointsCommand,
|
|
250
260
|
ProjectStatus: () => ProjectStatus,
|
|
251
261
|
ProjectSummaryFilterSensitiveLog: () => ProjectSummaryFilterSensitiveLog,
|
|
262
|
+
ProvisioningConfiguration: () => ProvisioningConfiguration,
|
|
252
263
|
ProvisioningProperties: () => ProvisioningProperties,
|
|
253
264
|
PutEnvironmentBlueprintConfigurationCommand: () => PutEnvironmentBlueprintConfigurationCommand,
|
|
254
265
|
RedshiftStorage: () => RedshiftStorage,
|
|
@@ -260,6 +271,8 @@ __export(src_exports, {
|
|
|
260
271
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
261
272
|
RevokeSubscriptionCommand: () => RevokeSubscriptionCommand,
|
|
262
273
|
RevokeSubscriptionOutputFilterSensitiveLog: () => RevokeSubscriptionOutputFilterSensitiveLog,
|
|
274
|
+
RowFilter: () => RowFilter,
|
|
275
|
+
RowFilterExpression: () => RowFilterExpression,
|
|
263
276
|
ScheduleConfigurationFilterSensitiveLog: () => ScheduleConfigurationFilterSensitiveLog,
|
|
264
277
|
SearchCommand: () => SearchCommand,
|
|
265
278
|
SearchGroupProfilesCommand: () => SearchGroupProfilesCommand,
|
|
@@ -312,6 +325,9 @@ __export(src_exports, {
|
|
|
312
325
|
TypesSearchScope: () => TypesSearchScope,
|
|
313
326
|
UnauthorizedException: () => UnauthorizedException,
|
|
314
327
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
328
|
+
UpdateAssetFilterCommand: () => UpdateAssetFilterCommand,
|
|
329
|
+
UpdateAssetFilterInputFilterSensitiveLog: () => UpdateAssetFilterInputFilterSensitiveLog,
|
|
330
|
+
UpdateAssetFilterOutputFilterSensitiveLog: () => UpdateAssetFilterOutputFilterSensitiveLog,
|
|
315
331
|
UpdateDataSourceCommand: () => UpdateDataSourceCommand,
|
|
316
332
|
UpdateDataSourceInputFilterSensitiveLog: () => UpdateDataSourceInputFilterSensitiveLog,
|
|
317
333
|
UpdateDataSourceOutputFilterSensitiveLog: () => UpdateDataSourceOutputFilterSensitiveLog,
|
|
@@ -353,6 +369,7 @@ __export(src_exports, {
|
|
|
353
369
|
UserType: () => UserType,
|
|
354
370
|
ValidationException: () => ValidationException,
|
|
355
371
|
__Client: () => import_smithy_client.Client,
|
|
372
|
+
paginateListAssetFilters: () => paginateListAssetFilters,
|
|
356
373
|
paginateListAssetRevisions: () => paginateListAssetRevisions,
|
|
357
374
|
paginateListDataSourceRunActivities: () => paginateListDataSourceRunActivities,
|
|
358
375
|
paginateListDataSourceRuns: () => paginateListDataSourceRuns,
|
|
@@ -724,6 +741,40 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
724
741
|
};
|
|
725
742
|
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
726
743
|
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
744
|
+
var RowFilterExpression;
|
|
745
|
+
((RowFilterExpression4) => {
|
|
746
|
+
RowFilterExpression4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
747
|
+
if (value.equalTo !== void 0)
|
|
748
|
+
return visitor.equalTo(value.equalTo);
|
|
749
|
+
if (value.notEqualTo !== void 0)
|
|
750
|
+
return visitor.notEqualTo(value.notEqualTo);
|
|
751
|
+
if (value.greaterThan !== void 0)
|
|
752
|
+
return visitor.greaterThan(value.greaterThan);
|
|
753
|
+
if (value.lessThan !== void 0)
|
|
754
|
+
return visitor.lessThan(value.lessThan);
|
|
755
|
+
if (value.greaterThanOrEqualTo !== void 0)
|
|
756
|
+
return visitor.greaterThanOrEqualTo(value.greaterThanOrEqualTo);
|
|
757
|
+
if (value.lessThanOrEqualTo !== void 0)
|
|
758
|
+
return visitor.lessThanOrEqualTo(value.lessThanOrEqualTo);
|
|
759
|
+
if (value.isNull !== void 0)
|
|
760
|
+
return visitor.isNull(value.isNull);
|
|
761
|
+
if (value.isNotNull !== void 0)
|
|
762
|
+
return visitor.isNotNull(value.isNotNull);
|
|
763
|
+
if (value.in !== void 0)
|
|
764
|
+
return visitor.in(value.in);
|
|
765
|
+
if (value.notIn !== void 0)
|
|
766
|
+
return visitor.notIn(value.notIn);
|
|
767
|
+
if (value.like !== void 0)
|
|
768
|
+
return visitor.like(value.like);
|
|
769
|
+
if (value.notLike !== void 0)
|
|
770
|
+
return visitor.notLike(value.notLike);
|
|
771
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
772
|
+
}, "visit");
|
|
773
|
+
})(RowFilterExpression || (RowFilterExpression = {}));
|
|
774
|
+
var FilterStatus = {
|
|
775
|
+
INVALID: "INVALID",
|
|
776
|
+
VALID: "VALID"
|
|
777
|
+
};
|
|
727
778
|
var AuthType = {
|
|
728
779
|
DISABLED: "DISABLED",
|
|
729
780
|
IAM_IDC: "IAM_IDC"
|
|
@@ -1068,30 +1119,14 @@ var TimeSeriesEntityType = {
|
|
|
1068
1119
|
ASSET: "ASSET",
|
|
1069
1120
|
LISTING: "LISTING"
|
|
1070
1121
|
};
|
|
1071
|
-
var
|
|
1072
|
-
((
|
|
1073
|
-
|
|
1074
|
-
if (value.
|
|
1075
|
-
return visitor.
|
|
1122
|
+
var ProvisioningConfiguration;
|
|
1123
|
+
((ProvisioningConfiguration3) => {
|
|
1124
|
+
ProvisioningConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1125
|
+
if (value.lakeFormationConfiguration !== void 0)
|
|
1126
|
+
return visitor.lakeFormationConfiguration(value.lakeFormationConfiguration);
|
|
1076
1127
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1077
1128
|
}, "visit");
|
|
1078
|
-
})(
|
|
1079
|
-
var EdgeDirection = {
|
|
1080
|
-
DOWNSTREAM: "DOWNSTREAM",
|
|
1081
|
-
UPSTREAM: "UPSTREAM"
|
|
1082
|
-
};
|
|
1083
|
-
var SortOrder = {
|
|
1084
|
-
ASCENDING: "ASCENDING",
|
|
1085
|
-
DESCENDING: "DESCENDING"
|
|
1086
|
-
};
|
|
1087
|
-
var TaskStatus = {
|
|
1088
|
-
ACTIVE: "ACTIVE",
|
|
1089
|
-
INACTIVE: "INACTIVE"
|
|
1090
|
-
};
|
|
1091
|
-
var NotificationType = {
|
|
1092
|
-
EVENT: "EVENT",
|
|
1093
|
-
TASK: "TASK"
|
|
1094
|
-
};
|
|
1129
|
+
})(ProvisioningConfiguration || (ProvisioningConfiguration = {}));
|
|
1095
1130
|
var AcceptChoiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1096
1131
|
...obj,
|
|
1097
1132
|
...obj.editedValue && { editedValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1197,6 +1232,11 @@ var GetAssetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1197
1232
|
readOnlyFormsOutput: obj.readOnlyFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
1198
1233
|
}
|
|
1199
1234
|
}), "GetAssetOutputFilterSensitiveLog");
|
|
1235
|
+
var AssetFilterSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1236
|
+
...obj,
|
|
1237
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1238
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1239
|
+
}), "AssetFilterSummaryFilterSensitiveLog");
|
|
1200
1240
|
var AssetItemAdditionalAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1201
1241
|
...obj,
|
|
1202
1242
|
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) },
|
|
@@ -1414,11 +1454,6 @@ var CreateUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1414
1454
|
...obj,
|
|
1415
1455
|
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
1416
1456
|
}), "CreateUserProfileOutputFilterSensitiveLog");
|
|
1417
|
-
var DataProductSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1418
|
-
...obj,
|
|
1419
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1420
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1421
|
-
}), "DataProductSummaryFilterSensitiveLog");
|
|
1422
1457
|
var DeleteDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1423
1458
|
...obj,
|
|
1424
1459
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1596,6 +1631,10 @@ var UpdateGlossaryTermOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1596
1631
|
...obj.shortDescription && { shortDescription: import_smithy_client.SENSITIVE_STRING },
|
|
1597
1632
|
...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1598
1633
|
}), "UpdateGlossaryTermOutputFilterSensitiveLog");
|
|
1634
|
+
var ListAssetFiltersOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1635
|
+
...obj,
|
|
1636
|
+
...obj.items && { items: obj.items.map((item) => AssetFilterSummaryFilterSensitiveLog(item)) }
|
|
1637
|
+
}), "ListAssetFiltersOutputFilterSensitiveLog");
|
|
1599
1638
|
var ListDataSourceRunActivitiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1600
1639
|
...obj,
|
|
1601
1640
|
...obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }
|
|
@@ -1605,43 +1644,6 @@ var EnvironmentBlueprintSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
1605
1644
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1606
1645
|
...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
|
|
1607
1646
|
}), "EnvironmentBlueprintSummaryFilterSensitiveLog");
|
|
1608
|
-
var ListEnvironmentBlueprintsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1609
|
-
...obj,
|
|
1610
|
-
...obj.items && { items: obj.items.map((item) => EnvironmentBlueprintSummaryFilterSensitiveLog(item)) }
|
|
1611
|
-
}), "ListEnvironmentBlueprintsOutputFilterSensitiveLog");
|
|
1612
|
-
var ListEnvironmentProfilesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1613
|
-
...obj,
|
|
1614
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1615
|
-
}), "ListEnvironmentProfilesInputFilterSensitiveLog");
|
|
1616
|
-
var EnvironmentProfileSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1617
|
-
...obj,
|
|
1618
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1619
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1620
|
-
}), "EnvironmentProfileSummaryFilterSensitiveLog");
|
|
1621
|
-
var ListEnvironmentProfilesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1622
|
-
...obj,
|
|
1623
|
-
...obj.items && { items: obj.items.map((item) => EnvironmentProfileSummaryFilterSensitiveLog(item)) }
|
|
1624
|
-
}), "ListEnvironmentProfilesOutputFilterSensitiveLog");
|
|
1625
|
-
var EnvironmentSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1626
|
-
...obj,
|
|
1627
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1628
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1629
|
-
}), "EnvironmentSummaryFilterSensitiveLog");
|
|
1630
|
-
var ListEnvironmentsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1631
|
-
...obj,
|
|
1632
|
-
...obj.items && { items: obj.items.map((item) => EnvironmentSummaryFilterSensitiveLog(item)) }
|
|
1633
|
-
}), "ListEnvironmentsOutputFilterSensitiveLog");
|
|
1634
|
-
var ListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1635
|
-
if (obj.assetListing !== void 0)
|
|
1636
|
-
return { assetListing: AssetListingFilterSensitiveLog(obj.assetListing) };
|
|
1637
|
-
if (obj.$unknown !== void 0)
|
|
1638
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1639
|
-
}, "ListingItemFilterSensitiveLog");
|
|
1640
|
-
var GetListingOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1641
|
-
...obj,
|
|
1642
|
-
...obj.item && { item: ListingItemFilterSensitiveLog(obj.item) },
|
|
1643
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1644
|
-
}), "GetListingOutputFilterSensitiveLog");
|
|
1645
1647
|
|
|
1646
1648
|
// src/protocols/Aws_restJson1.ts
|
|
1647
1649
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1651,6 +1653,30 @@ var import_uuid = require("uuid");
|
|
|
1651
1653
|
|
|
1652
1654
|
// src/models/models_1.ts
|
|
1653
1655
|
|
|
1656
|
+
var ListingItem;
|
|
1657
|
+
((ListingItem3) => {
|
|
1658
|
+
ListingItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1659
|
+
if (value.assetListing !== void 0)
|
|
1660
|
+
return visitor.assetListing(value.assetListing);
|
|
1661
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1662
|
+
}, "visit");
|
|
1663
|
+
})(ListingItem || (ListingItem = {}));
|
|
1664
|
+
var EdgeDirection = {
|
|
1665
|
+
DOWNSTREAM: "DOWNSTREAM",
|
|
1666
|
+
UPSTREAM: "UPSTREAM"
|
|
1667
|
+
};
|
|
1668
|
+
var SortOrder = {
|
|
1669
|
+
ASCENDING: "ASCENDING",
|
|
1670
|
+
DESCENDING: "DESCENDING"
|
|
1671
|
+
};
|
|
1672
|
+
var TaskStatus = {
|
|
1673
|
+
ACTIVE: "ACTIVE",
|
|
1674
|
+
INACTIVE: "INACTIVE"
|
|
1675
|
+
};
|
|
1676
|
+
var NotificationType = {
|
|
1677
|
+
EVENT: "EVENT",
|
|
1678
|
+
TASK: "TASK"
|
|
1679
|
+
};
|
|
1654
1680
|
var NotificationResourceType = {
|
|
1655
1681
|
PROJECT: "PROJECT"
|
|
1656
1682
|
};
|
|
@@ -1713,8 +1739,6 @@ var SearchInventoryResultItem;
|
|
|
1713
1739
|
return visitor.glossaryTermItem(value.glossaryTermItem);
|
|
1714
1740
|
if (value.assetItem !== void 0)
|
|
1715
1741
|
return visitor.assetItem(value.assetItem);
|
|
1716
|
-
if (value.dataProductItem !== void 0)
|
|
1717
|
-
return visitor.dataProductItem(value.dataProductItem);
|
|
1718
1742
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1719
1743
|
}, "visit");
|
|
1720
1744
|
})(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
|
|
@@ -1765,6 +1789,65 @@ var FilterClause;
|
|
|
1765
1789
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1766
1790
|
}, "visit");
|
|
1767
1791
|
})(FilterClause || (FilterClause = {}));
|
|
1792
|
+
var RowFilter;
|
|
1793
|
+
((RowFilter2) => {
|
|
1794
|
+
RowFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1795
|
+
if (value.expression !== void 0)
|
|
1796
|
+
return visitor.expression(value.expression);
|
|
1797
|
+
if (value.and !== void 0)
|
|
1798
|
+
return visitor.and(value.and);
|
|
1799
|
+
if (value.or !== void 0)
|
|
1800
|
+
return visitor.or(value.or);
|
|
1801
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1802
|
+
}, "visit");
|
|
1803
|
+
})(RowFilter || (RowFilter = {}));
|
|
1804
|
+
var AssetFilterConfiguration;
|
|
1805
|
+
((AssetFilterConfiguration2) => {
|
|
1806
|
+
AssetFilterConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1807
|
+
if (value.columnConfiguration !== void 0)
|
|
1808
|
+
return visitor.columnConfiguration(value.columnConfiguration);
|
|
1809
|
+
if (value.rowConfiguration !== void 0)
|
|
1810
|
+
return visitor.rowConfiguration(value.rowConfiguration);
|
|
1811
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1812
|
+
}, "visit");
|
|
1813
|
+
})(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
|
|
1814
|
+
var ListEnvironmentBlueprintsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1815
|
+
...obj,
|
|
1816
|
+
...obj.items && { items: obj.items.map((item) => EnvironmentBlueprintSummaryFilterSensitiveLog(item)) }
|
|
1817
|
+
}), "ListEnvironmentBlueprintsOutputFilterSensitiveLog");
|
|
1818
|
+
var ListEnvironmentProfilesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1819
|
+
...obj,
|
|
1820
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1821
|
+
}), "ListEnvironmentProfilesInputFilterSensitiveLog");
|
|
1822
|
+
var EnvironmentProfileSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1823
|
+
...obj,
|
|
1824
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1825
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1826
|
+
}), "EnvironmentProfileSummaryFilterSensitiveLog");
|
|
1827
|
+
var ListEnvironmentProfilesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1828
|
+
...obj,
|
|
1829
|
+
...obj.items && { items: obj.items.map((item) => EnvironmentProfileSummaryFilterSensitiveLog(item)) }
|
|
1830
|
+
}), "ListEnvironmentProfilesOutputFilterSensitiveLog");
|
|
1831
|
+
var EnvironmentSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1832
|
+
...obj,
|
|
1833
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1834
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1835
|
+
}), "EnvironmentSummaryFilterSensitiveLog");
|
|
1836
|
+
var ListEnvironmentsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1837
|
+
...obj,
|
|
1838
|
+
...obj.items && { items: obj.items.map((item) => EnvironmentSummaryFilterSensitiveLog(item)) }
|
|
1839
|
+
}), "ListEnvironmentsOutputFilterSensitiveLog");
|
|
1840
|
+
var ListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1841
|
+
if (obj.assetListing !== void 0)
|
|
1842
|
+
return { assetListing: AssetListingFilterSensitiveLog(obj.assetListing) };
|
|
1843
|
+
if (obj.$unknown !== void 0)
|
|
1844
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1845
|
+
}, "ListingItemFilterSensitiveLog");
|
|
1846
|
+
var GetListingOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1847
|
+
...obj,
|
|
1848
|
+
...obj.item && { item: ListingItemFilterSensitiveLog(obj.item) },
|
|
1849
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1850
|
+
}), "GetListingOutputFilterSensitiveLog");
|
|
1768
1851
|
var NotificationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1769
1852
|
...obj,
|
|
1770
1853
|
...obj.title && { title: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1868,8 +1951,6 @@ var SearchInventoryResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
1868
1951
|
return { glossaryTermItem: GlossaryTermItemFilterSensitiveLog(obj.glossaryTermItem) };
|
|
1869
1952
|
if (obj.assetItem !== void 0)
|
|
1870
1953
|
return { assetItem: AssetItemFilterSensitiveLog(obj.assetItem) };
|
|
1871
|
-
if (obj.dataProductItem !== void 0)
|
|
1872
|
-
return { dataProductItem: DataProductSummaryFilterSensitiveLog(obj.dataProductItem) };
|
|
1873
1954
|
if (obj.$unknown !== void 0)
|
|
1874
1955
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1875
1956
|
}, "SearchInventoryResultItemFilterSensitiveLog");
|
|
@@ -2003,6 +2084,35 @@ var UpdateUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
2003
2084
|
...obj,
|
|
2004
2085
|
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
2005
2086
|
}), "UpdateUserProfileOutputFilterSensitiveLog");
|
|
2087
|
+
var CreateAssetFilterInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2088
|
+
...obj,
|
|
2089
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2090
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2091
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2092
|
+
}), "CreateAssetFilterInputFilterSensitiveLog");
|
|
2093
|
+
var CreateAssetFilterOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2094
|
+
...obj,
|
|
2095
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2096
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2097
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2098
|
+
}), "CreateAssetFilterOutputFilterSensitiveLog");
|
|
2099
|
+
var GetAssetFilterOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2100
|
+
...obj,
|
|
2101
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2102
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2103
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2104
|
+
}), "GetAssetFilterOutputFilterSensitiveLog");
|
|
2105
|
+
var UpdateAssetFilterInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2106
|
+
...obj,
|
|
2107
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2108
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2109
|
+
}), "UpdateAssetFilterInputFilterSensitiveLog");
|
|
2110
|
+
var UpdateAssetFilterOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2111
|
+
...obj,
|
|
2112
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2113
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2114
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2115
|
+
}), "UpdateAssetFilterOutputFilterSensitiveLog");
|
|
2006
2116
|
|
|
2007
2117
|
// src/protocols/Aws_restJson1.ts
|
|
2008
2118
|
var se_AcceptPredictionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -2100,6 +2210,26 @@ var se_CreateAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2100
2210
|
b.m("POST").h(headers).b(body);
|
|
2101
2211
|
return b.build();
|
|
2102
2212
|
}, "se_CreateAssetCommand");
|
|
2213
|
+
var se_CreateAssetFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2214
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2215
|
+
const headers = {
|
|
2216
|
+
"content-type": "application/json"
|
|
2217
|
+
};
|
|
2218
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters");
|
|
2219
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2220
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
2221
|
+
let body;
|
|
2222
|
+
body = JSON.stringify(
|
|
2223
|
+
(0, import_smithy_client.take)(input, {
|
|
2224
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2225
|
+
configuration: (_) => se_AssetFilterConfiguration(_, context),
|
|
2226
|
+
description: [],
|
|
2227
|
+
name: []
|
|
2228
|
+
})
|
|
2229
|
+
);
|
|
2230
|
+
b.m("POST").h(headers).b(body);
|
|
2231
|
+
return b.build();
|
|
2232
|
+
}, "se_CreateAssetFilterCommand");
|
|
2103
2233
|
var se_CreateAssetRevisionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2104
2234
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2105
2235
|
const headers = {
|
|
@@ -2481,6 +2611,17 @@ var se_DeleteAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2481
2611
|
b.m("DELETE").h(headers).b(body);
|
|
2482
2612
|
return b.build();
|
|
2483
2613
|
}, "se_DeleteAssetCommand");
|
|
2614
|
+
var se_DeleteAssetFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2615
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2616
|
+
const headers = {};
|
|
2617
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}");
|
|
2618
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2619
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
2620
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2621
|
+
let body;
|
|
2622
|
+
b.m("DELETE").h(headers).b(body);
|
|
2623
|
+
return b.build();
|
|
2624
|
+
}, "se_DeleteAssetFilterCommand");
|
|
2484
2625
|
var se_DeleteAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2485
2626
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2486
2627
|
const headers = {};
|
|
@@ -2704,6 +2845,17 @@ var se_GetAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2704
2845
|
b.m("GET").h(headers).q(query).b(body);
|
|
2705
2846
|
return b.build();
|
|
2706
2847
|
}, "se_GetAssetCommand");
|
|
2848
|
+
var se_GetAssetFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2849
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2850
|
+
const headers = {};
|
|
2851
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}");
|
|
2852
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2853
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
2854
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2855
|
+
let body;
|
|
2856
|
+
b.m("GET").h(headers).b(body);
|
|
2857
|
+
return b.build();
|
|
2858
|
+
}, "se_GetAssetFilterCommand");
|
|
2707
2859
|
var se_GetAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2708
2860
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2709
2861
|
const headers = {};
|
|
@@ -2969,6 +3121,21 @@ var se_GetUserProfileCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2969
3121
|
b.m("GET").h(headers).q(query).b(body);
|
|
2970
3122
|
return b.build();
|
|
2971
3123
|
}, "se_GetUserProfileCommand");
|
|
3124
|
+
var se_ListAssetFiltersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3125
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3126
|
+
const headers = {};
|
|
3127
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters");
|
|
3128
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3129
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
3130
|
+
const query = (0, import_smithy_client.map)({
|
|
3131
|
+
[_s]: [, input[_s]],
|
|
3132
|
+
[_nT]: [, input[_nT]],
|
|
3133
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
3134
|
+
});
|
|
3135
|
+
let body;
|
|
3136
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3137
|
+
return b.build();
|
|
3138
|
+
}, "se_ListAssetFiltersCommand");
|
|
2972
3139
|
var se_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2973
3140
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2974
3141
|
const headers = {};
|
|
@@ -3363,6 +3530,7 @@ var se_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
3363
3530
|
(0, import_smithy_client.take)(input, {
|
|
3364
3531
|
enabledRegions: (_) => (0, import_smithy_client._json)(_),
|
|
3365
3532
|
manageAccessRoleArn: [],
|
|
3533
|
+
provisioningConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
3366
3534
|
provisioningRoleArn: [],
|
|
3367
3535
|
regionalParameters: (_) => (0, import_smithy_client._json)(_)
|
|
3368
3536
|
})
|
|
@@ -3600,6 +3768,26 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3600
3768
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
3601
3769
|
return b.build();
|
|
3602
3770
|
}, "se_UntagResourceCommand");
|
|
3771
|
+
var se_UpdateAssetFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3772
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3773
|
+
const headers = {
|
|
3774
|
+
"content-type": "application/json"
|
|
3775
|
+
};
|
|
3776
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}");
|
|
3777
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3778
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
3779
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
3780
|
+
let body;
|
|
3781
|
+
body = JSON.stringify(
|
|
3782
|
+
(0, import_smithy_client.take)(input, {
|
|
3783
|
+
configuration: (_) => se_AssetFilterConfiguration(_, context),
|
|
3784
|
+
description: [],
|
|
3785
|
+
name: []
|
|
3786
|
+
})
|
|
3787
|
+
);
|
|
3788
|
+
b.m("PATCH").h(headers).b(body);
|
|
3789
|
+
return b.build();
|
|
3790
|
+
}, "se_UpdateAssetFilterCommand");
|
|
3603
3791
|
var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3604
3792
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3605
3793
|
const headers = {
|
|
@@ -3980,6 +4168,30 @@ var de_CreateAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3980
4168
|
Object.assign(contents, doc);
|
|
3981
4169
|
return contents;
|
|
3982
4170
|
}, "de_CreateAssetCommand");
|
|
4171
|
+
var de_CreateAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4172
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4173
|
+
return de_CommandError(output, context);
|
|
4174
|
+
}
|
|
4175
|
+
const contents = (0, import_smithy_client.map)({
|
|
4176
|
+
$metadata: deserializeMetadata(output)
|
|
4177
|
+
});
|
|
4178
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4179
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4180
|
+
assetId: import_smithy_client.expectString,
|
|
4181
|
+
configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
|
|
4182
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4183
|
+
description: import_smithy_client.expectString,
|
|
4184
|
+
domainId: import_smithy_client.expectString,
|
|
4185
|
+
effectiveColumnNames: import_smithy_client._json,
|
|
4186
|
+
effectiveRowFilter: import_smithy_client.expectString,
|
|
4187
|
+
errorMessage: import_smithy_client.expectString,
|
|
4188
|
+
id: import_smithy_client.expectString,
|
|
4189
|
+
name: import_smithy_client.expectString,
|
|
4190
|
+
status: import_smithy_client.expectString
|
|
4191
|
+
});
|
|
4192
|
+
Object.assign(contents, doc);
|
|
4193
|
+
return contents;
|
|
4194
|
+
}, "de_CreateAssetFilterCommand");
|
|
3983
4195
|
var de_CreateAssetRevisionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3984
4196
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3985
4197
|
return de_CommandError(output, context);
|
|
@@ -4402,6 +4614,16 @@ var de_DeleteAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4402
4614
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4403
4615
|
return contents;
|
|
4404
4616
|
}, "de_DeleteAssetCommand");
|
|
4617
|
+
var de_DeleteAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4618
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
4619
|
+
return de_CommandError(output, context);
|
|
4620
|
+
}
|
|
4621
|
+
const contents = (0, import_smithy_client.map)({
|
|
4622
|
+
$metadata: deserializeMetadata(output)
|
|
4623
|
+
});
|
|
4624
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4625
|
+
return contents;
|
|
4626
|
+
}, "de_DeleteAssetFilterCommand");
|
|
4405
4627
|
var de_DeleteAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4406
4628
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
4407
4629
|
return de_CommandError(output, context);
|
|
@@ -4655,6 +4877,30 @@ var de_GetAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4655
4877
|
Object.assign(contents, doc);
|
|
4656
4878
|
return contents;
|
|
4657
4879
|
}, "de_GetAssetCommand");
|
|
4880
|
+
var de_GetAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4881
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4882
|
+
return de_CommandError(output, context);
|
|
4883
|
+
}
|
|
4884
|
+
const contents = (0, import_smithy_client.map)({
|
|
4885
|
+
$metadata: deserializeMetadata(output)
|
|
4886
|
+
});
|
|
4887
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4888
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4889
|
+
assetId: import_smithy_client.expectString,
|
|
4890
|
+
configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
|
|
4891
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4892
|
+
description: import_smithy_client.expectString,
|
|
4893
|
+
domainId: import_smithy_client.expectString,
|
|
4894
|
+
effectiveColumnNames: import_smithy_client._json,
|
|
4895
|
+
effectiveRowFilter: import_smithy_client.expectString,
|
|
4896
|
+
errorMessage: import_smithy_client.expectString,
|
|
4897
|
+
id: import_smithy_client.expectString,
|
|
4898
|
+
name: import_smithy_client.expectString,
|
|
4899
|
+
status: import_smithy_client.expectString
|
|
4900
|
+
});
|
|
4901
|
+
Object.assign(contents, doc);
|
|
4902
|
+
return contents;
|
|
4903
|
+
}, "de_GetAssetFilterCommand");
|
|
4658
4904
|
var de_GetAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4659
4905
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4660
4906
|
return de_CommandError(output, context);
|
|
@@ -4856,6 +5102,7 @@ var de_GetEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
4856
5102
|
enabledRegions: import_smithy_client._json,
|
|
4857
5103
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
4858
5104
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
5105
|
+
provisioningConfigurations: import_smithy_client._json,
|
|
4859
5106
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
4860
5107
|
regionalParameters: import_smithy_client._json,
|
|
4861
5108
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -5226,6 +5473,21 @@ var de_GetUserProfileCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
5226
5473
|
Object.assign(contents, doc);
|
|
5227
5474
|
return contents;
|
|
5228
5475
|
}, "de_GetUserProfileCommand");
|
|
5476
|
+
var de_ListAssetFiltersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5477
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5478
|
+
return de_CommandError(output, context);
|
|
5479
|
+
}
|
|
5480
|
+
const contents = (0, import_smithy_client.map)({
|
|
5481
|
+
$metadata: deserializeMetadata(output)
|
|
5482
|
+
});
|
|
5483
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5484
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5485
|
+
items: (_) => de_AssetFilters(_, context),
|
|
5486
|
+
nextToken: import_smithy_client.expectString
|
|
5487
|
+
});
|
|
5488
|
+
Object.assign(contents, doc);
|
|
5489
|
+
return contents;
|
|
5490
|
+
}, "de_ListAssetFiltersCommand");
|
|
5229
5491
|
var de_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5230
5492
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5231
5493
|
return de_CommandError(output, context);
|
|
@@ -5581,6 +5843,7 @@ var de_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
5581
5843
|
enabledRegions: import_smithy_client._json,
|
|
5582
5844
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
5583
5845
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
5846
|
+
provisioningConfigurations: import_smithy_client._json,
|
|
5584
5847
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
5585
5848
|
regionalParameters: import_smithy_client._json,
|
|
5586
5849
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -5797,6 +6060,30 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
5797
6060
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5798
6061
|
return contents;
|
|
5799
6062
|
}, "de_UntagResourceCommand");
|
|
6063
|
+
var de_UpdateAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6064
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6065
|
+
return de_CommandError(output, context);
|
|
6066
|
+
}
|
|
6067
|
+
const contents = (0, import_smithy_client.map)({
|
|
6068
|
+
$metadata: deserializeMetadata(output)
|
|
6069
|
+
});
|
|
6070
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6071
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6072
|
+
assetId: import_smithy_client.expectString,
|
|
6073
|
+
configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
|
|
6074
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6075
|
+
description: import_smithy_client.expectString,
|
|
6076
|
+
domainId: import_smithy_client.expectString,
|
|
6077
|
+
effectiveColumnNames: import_smithy_client._json,
|
|
6078
|
+
effectiveRowFilter: import_smithy_client.expectString,
|
|
6079
|
+
errorMessage: import_smithy_client.expectString,
|
|
6080
|
+
id: import_smithy_client.expectString,
|
|
6081
|
+
name: import_smithy_client.expectString,
|
|
6082
|
+
status: import_smithy_client.expectString
|
|
6083
|
+
});
|
|
6084
|
+
Object.assign(contents, doc);
|
|
6085
|
+
return contents;
|
|
6086
|
+
}, "de_UpdateAssetFilterCommand");
|
|
5800
6087
|
var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5801
6088
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5802
6089
|
return de_CommandError(output, context);
|
|
@@ -6255,6 +6542,13 @@ var se_AcceptRule = /* @__PURE__ */ __name((input, context) => {
|
|
|
6255
6542
|
threshold: import_smithy_client.serializeFloat
|
|
6256
6543
|
});
|
|
6257
6544
|
}, "se_AcceptRule");
|
|
6545
|
+
var se_AssetFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
6546
|
+
return AssetFilterConfiguration.visit(input, {
|
|
6547
|
+
columnConfiguration: (value) => ({ columnConfiguration: (0, import_smithy_client._json)(value) }),
|
|
6548
|
+
rowConfiguration: (value) => ({ rowConfiguration: se_RowFilterConfiguration(value, context) }),
|
|
6549
|
+
_: (name, value) => ({ name: value })
|
|
6550
|
+
});
|
|
6551
|
+
}, "se_AssetFilterConfiguration");
|
|
6258
6552
|
var se_FilterClause = /* @__PURE__ */ __name((input, context) => {
|
|
6259
6553
|
return FilterClause.visit(input, {
|
|
6260
6554
|
and: (value) => ({ and: se_FilterList(value, context) }),
|
|
@@ -6274,6 +6568,25 @@ var se_RejectRule = /* @__PURE__ */ __name((input, context) => {
|
|
|
6274
6568
|
threshold: import_smithy_client.serializeFloat
|
|
6275
6569
|
});
|
|
6276
6570
|
}, "se_RejectRule");
|
|
6571
|
+
var se_RowFilter = /* @__PURE__ */ __name((input, context) => {
|
|
6572
|
+
return RowFilter.visit(input, {
|
|
6573
|
+
and: (value) => ({ and: se_RowFilterList(value, context) }),
|
|
6574
|
+
expression: (value) => ({ expression: (0, import_smithy_client._json)(value) }),
|
|
6575
|
+
or: (value) => ({ or: se_RowFilterList(value, context) }),
|
|
6576
|
+
_: (name, value) => ({ name: value })
|
|
6577
|
+
});
|
|
6578
|
+
}, "se_RowFilter");
|
|
6579
|
+
var se_RowFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
6580
|
+
return (0, import_smithy_client.take)(input, {
|
|
6581
|
+
rowFilter: (_) => se_RowFilter(_, context),
|
|
6582
|
+
sensitive: []
|
|
6583
|
+
});
|
|
6584
|
+
}, "se_RowFilterConfiguration");
|
|
6585
|
+
var se_RowFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
6586
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
6587
|
+
return se_RowFilter(entry, context);
|
|
6588
|
+
});
|
|
6589
|
+
}, "se_RowFilterList");
|
|
6277
6590
|
var se_TimeSeriesDataPointFormInput = /* @__PURE__ */ __name((input, context) => {
|
|
6278
6591
|
return (0, import_smithy_client.take)(input, {
|
|
6279
6592
|
content: [],
|
|
@@ -6288,6 +6601,39 @@ var se_TimeSeriesDataPointFormInputList = /* @__PURE__ */ __name((input, context
|
|
|
6288
6601
|
return se_TimeSeriesDataPointFormInput(entry, context);
|
|
6289
6602
|
});
|
|
6290
6603
|
}, "se_TimeSeriesDataPointFormInputList");
|
|
6604
|
+
var de_AssetFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
6605
|
+
if (output.columnConfiguration != null) {
|
|
6606
|
+
return {
|
|
6607
|
+
columnConfiguration: (0, import_smithy_client._json)(output.columnConfiguration)
|
|
6608
|
+
};
|
|
6609
|
+
}
|
|
6610
|
+
if (output.rowConfiguration != null) {
|
|
6611
|
+
return {
|
|
6612
|
+
rowConfiguration: de_RowFilterConfiguration(output.rowConfiguration, context)
|
|
6613
|
+
};
|
|
6614
|
+
}
|
|
6615
|
+
return { $unknown: Object.entries(output)[0] };
|
|
6616
|
+
}, "de_AssetFilterConfiguration");
|
|
6617
|
+
var de_AssetFilters = /* @__PURE__ */ __name((output, context) => {
|
|
6618
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6619
|
+
return de_AssetFilterSummary(entry, context);
|
|
6620
|
+
});
|
|
6621
|
+
return retVal;
|
|
6622
|
+
}, "de_AssetFilters");
|
|
6623
|
+
var de_AssetFilterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
6624
|
+
return (0, import_smithy_client.take)(output, {
|
|
6625
|
+
assetId: import_smithy_client.expectString,
|
|
6626
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6627
|
+
description: import_smithy_client.expectString,
|
|
6628
|
+
domainId: import_smithy_client.expectString,
|
|
6629
|
+
effectiveColumnNames: import_smithy_client._json,
|
|
6630
|
+
effectiveRowFilter: import_smithy_client.expectString,
|
|
6631
|
+
errorMessage: import_smithy_client.expectString,
|
|
6632
|
+
id: import_smithy_client.expectString,
|
|
6633
|
+
name: import_smithy_client.expectString,
|
|
6634
|
+
status: import_smithy_client.expectString
|
|
6635
|
+
});
|
|
6636
|
+
}, "de_AssetFilterSummary");
|
|
6291
6637
|
var de_AssetItem = /* @__PURE__ */ __name((output, context) => {
|
|
6292
6638
|
return (0, import_smithy_client.take)(output, {
|
|
6293
6639
|
additionalAttributes: (_) => de_AssetItemAdditionalAttributes(_, context),
|
|
@@ -6379,21 +6725,6 @@ var de_AssetTypeItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
6379
6725
|
updatedBy: import_smithy_client.expectString
|
|
6380
6726
|
});
|
|
6381
6727
|
}, "de_AssetTypeItem");
|
|
6382
|
-
var de_DataProductSummary = /* @__PURE__ */ __name((output, context) => {
|
|
6383
|
-
return (0, import_smithy_client.take)(output, {
|
|
6384
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6385
|
-
createdBy: import_smithy_client.expectString,
|
|
6386
|
-
dataProductItems: import_smithy_client._json,
|
|
6387
|
-
description: import_smithy_client.expectString,
|
|
6388
|
-
domainId: import_smithy_client.expectString,
|
|
6389
|
-
glossaryTerms: import_smithy_client._json,
|
|
6390
|
-
id: import_smithy_client.expectString,
|
|
6391
|
-
name: import_smithy_client.expectString,
|
|
6392
|
-
owningProjectId: import_smithy_client.expectString,
|
|
6393
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6394
|
-
updatedBy: import_smithy_client.expectString
|
|
6395
|
-
});
|
|
6396
|
-
}, "de_DataProductSummary");
|
|
6397
6728
|
var de_DataSourceRunActivities = /* @__PURE__ */ __name((output, context) => {
|
|
6398
6729
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6399
6730
|
return de_DataSourceRunActivity(entry, context);
|
|
@@ -6485,6 +6816,7 @@ var de_EnvironmentBlueprintConfigurationItem = /* @__PURE__ */ __name((output, c
|
|
|
6485
6816
|
enabledRegions: import_smithy_client._json,
|
|
6486
6817
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
6487
6818
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
6819
|
+
provisioningConfigurations: import_smithy_client._json,
|
|
6488
6820
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
6489
6821
|
regionalParameters: import_smithy_client._json,
|
|
6490
6822
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -6716,15 +7048,40 @@ var de_ProjectSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
6716
7048
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
6717
7049
|
});
|
|
6718
7050
|
}, "de_ProjectSummary");
|
|
6719
|
-
var
|
|
6720
|
-
if (output.
|
|
7051
|
+
var de_RowFilter = /* @__PURE__ */ __name((output, context) => {
|
|
7052
|
+
if (output.and != null) {
|
|
6721
7053
|
return {
|
|
6722
|
-
|
|
7054
|
+
and: de_RowFilterList(output.and, context)
|
|
6723
7055
|
};
|
|
6724
7056
|
}
|
|
6725
|
-
if (output.
|
|
7057
|
+
if (output.expression != null) {
|
|
6726
7058
|
return {
|
|
6727
|
-
|
|
7059
|
+
expression: (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(output.expression))
|
|
7060
|
+
};
|
|
7061
|
+
}
|
|
7062
|
+
if (output.or != null) {
|
|
7063
|
+
return {
|
|
7064
|
+
or: de_RowFilterList(output.or, context)
|
|
7065
|
+
};
|
|
7066
|
+
}
|
|
7067
|
+
return { $unknown: Object.entries(output)[0] };
|
|
7068
|
+
}, "de_RowFilter");
|
|
7069
|
+
var de_RowFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
7070
|
+
return (0, import_smithy_client.take)(output, {
|
|
7071
|
+
rowFilter: (_) => de_RowFilter((0, import_core2.awsExpectUnion)(_), context),
|
|
7072
|
+
sensitive: import_smithy_client.expectBoolean
|
|
7073
|
+
});
|
|
7074
|
+
}, "de_RowFilterConfiguration");
|
|
7075
|
+
var de_RowFilterList = /* @__PURE__ */ __name((output, context) => {
|
|
7076
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7077
|
+
return de_RowFilter((0, import_core2.awsExpectUnion)(entry), context);
|
|
7078
|
+
});
|
|
7079
|
+
return retVal;
|
|
7080
|
+
}, "de_RowFilterList");
|
|
7081
|
+
var de_SearchInventoryResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
7082
|
+
if (output.assetItem != null) {
|
|
7083
|
+
return {
|
|
7084
|
+
assetItem: de_AssetItem(output.assetItem, context)
|
|
6728
7085
|
};
|
|
6729
7086
|
}
|
|
6730
7087
|
if (output.glossaryItem != null) {
|
|
@@ -7065,6 +7422,22 @@ var _CreateAssetCommand = class _CreateAssetCommand extends import_smithy_client
|
|
|
7065
7422
|
__name(_CreateAssetCommand, "CreateAssetCommand");
|
|
7066
7423
|
var CreateAssetCommand = _CreateAssetCommand;
|
|
7067
7424
|
|
|
7425
|
+
// src/commands/CreateAssetFilterCommand.ts
|
|
7426
|
+
|
|
7427
|
+
|
|
7428
|
+
|
|
7429
|
+
var _CreateAssetFilterCommand = class _CreateAssetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7430
|
+
...commonParams
|
|
7431
|
+
}).m(function(Command, cs, config, o) {
|
|
7432
|
+
return [
|
|
7433
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7434
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7435
|
+
];
|
|
7436
|
+
}).s("DataZone", "CreateAssetFilter", {}).n("DataZoneClient", "CreateAssetFilterCommand").f(CreateAssetFilterInputFilterSensitiveLog, CreateAssetFilterOutputFilterSensitiveLog).ser(se_CreateAssetFilterCommand).de(de_CreateAssetFilterCommand).build() {
|
|
7437
|
+
};
|
|
7438
|
+
__name(_CreateAssetFilterCommand, "CreateAssetFilterCommand");
|
|
7439
|
+
var CreateAssetFilterCommand = _CreateAssetFilterCommand;
|
|
7440
|
+
|
|
7068
7441
|
// src/commands/CreateAssetRevisionCommand.ts
|
|
7069
7442
|
|
|
7070
7443
|
|
|
@@ -7369,6 +7742,22 @@ var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client
|
|
|
7369
7742
|
__name(_DeleteAssetCommand, "DeleteAssetCommand");
|
|
7370
7743
|
var DeleteAssetCommand = _DeleteAssetCommand;
|
|
7371
7744
|
|
|
7745
|
+
// src/commands/DeleteAssetFilterCommand.ts
|
|
7746
|
+
|
|
7747
|
+
|
|
7748
|
+
|
|
7749
|
+
var _DeleteAssetFilterCommand = class _DeleteAssetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7750
|
+
...commonParams
|
|
7751
|
+
}).m(function(Command, cs, config, o) {
|
|
7752
|
+
return [
|
|
7753
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7754
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7755
|
+
];
|
|
7756
|
+
}).s("DataZone", "DeleteAssetFilter", {}).n("DataZoneClient", "DeleteAssetFilterCommand").f(void 0, void 0).ser(se_DeleteAssetFilterCommand).de(de_DeleteAssetFilterCommand).build() {
|
|
7757
|
+
};
|
|
7758
|
+
__name(_DeleteAssetFilterCommand, "DeleteAssetFilterCommand");
|
|
7759
|
+
var DeleteAssetFilterCommand = _DeleteAssetFilterCommand;
|
|
7760
|
+
|
|
7372
7761
|
// src/commands/DeleteAssetTypeCommand.ts
|
|
7373
7762
|
|
|
7374
7763
|
|
|
@@ -7673,6 +8062,22 @@ var _GetAssetCommand = class _GetAssetCommand extends import_smithy_client.Comma
|
|
|
7673
8062
|
__name(_GetAssetCommand, "GetAssetCommand");
|
|
7674
8063
|
var GetAssetCommand = _GetAssetCommand;
|
|
7675
8064
|
|
|
8065
|
+
// src/commands/GetAssetFilterCommand.ts
|
|
8066
|
+
|
|
8067
|
+
|
|
8068
|
+
|
|
8069
|
+
var _GetAssetFilterCommand = class _GetAssetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8070
|
+
...commonParams
|
|
8071
|
+
}).m(function(Command, cs, config, o) {
|
|
8072
|
+
return [
|
|
8073
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8074
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8075
|
+
];
|
|
8076
|
+
}).s("DataZone", "GetAssetFilter", {}).n("DataZoneClient", "GetAssetFilterCommand").f(void 0, GetAssetFilterOutputFilterSensitiveLog).ser(se_GetAssetFilterCommand).de(de_GetAssetFilterCommand).build() {
|
|
8077
|
+
};
|
|
8078
|
+
__name(_GetAssetFilterCommand, "GetAssetFilterCommand");
|
|
8079
|
+
var GetAssetFilterCommand = _GetAssetFilterCommand;
|
|
8080
|
+
|
|
7676
8081
|
// src/commands/GetAssetTypeCommand.ts
|
|
7677
8082
|
|
|
7678
8083
|
|
|
@@ -8057,6 +8462,22 @@ var _GetUserProfileCommand = class _GetUserProfileCommand extends import_smithy_
|
|
|
8057
8462
|
__name(_GetUserProfileCommand, "GetUserProfileCommand");
|
|
8058
8463
|
var GetUserProfileCommand = _GetUserProfileCommand;
|
|
8059
8464
|
|
|
8465
|
+
// src/commands/ListAssetFiltersCommand.ts
|
|
8466
|
+
|
|
8467
|
+
|
|
8468
|
+
|
|
8469
|
+
var _ListAssetFiltersCommand = class _ListAssetFiltersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8470
|
+
...commonParams
|
|
8471
|
+
}).m(function(Command, cs, config, o) {
|
|
8472
|
+
return [
|
|
8473
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8474
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8475
|
+
];
|
|
8476
|
+
}).s("DataZone", "ListAssetFilters", {}).n("DataZoneClient", "ListAssetFiltersCommand").f(void 0, ListAssetFiltersOutputFilterSensitiveLog).ser(se_ListAssetFiltersCommand).de(de_ListAssetFiltersCommand).build() {
|
|
8477
|
+
};
|
|
8478
|
+
__name(_ListAssetFiltersCommand, "ListAssetFiltersCommand");
|
|
8479
|
+
var ListAssetFiltersCommand = _ListAssetFiltersCommand;
|
|
8480
|
+
|
|
8060
8481
|
// src/commands/ListAssetRevisionsCommand.ts
|
|
8061
8482
|
|
|
8062
8483
|
|
|
@@ -8633,6 +9054,22 @@ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_cl
|
|
|
8633
9054
|
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
8634
9055
|
var UntagResourceCommand = _UntagResourceCommand;
|
|
8635
9056
|
|
|
9057
|
+
// src/commands/UpdateAssetFilterCommand.ts
|
|
9058
|
+
|
|
9059
|
+
|
|
9060
|
+
|
|
9061
|
+
var _UpdateAssetFilterCommand = class _UpdateAssetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9062
|
+
...commonParams
|
|
9063
|
+
}).m(function(Command, cs, config, o) {
|
|
9064
|
+
return [
|
|
9065
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9066
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9067
|
+
];
|
|
9068
|
+
}).s("DataZone", "UpdateAssetFilter", {}).n("DataZoneClient", "UpdateAssetFilterCommand").f(UpdateAssetFilterInputFilterSensitiveLog, UpdateAssetFilterOutputFilterSensitiveLog).ser(se_UpdateAssetFilterCommand).de(de_UpdateAssetFilterCommand).build() {
|
|
9069
|
+
};
|
|
9070
|
+
__name(_UpdateAssetFilterCommand, "UpdateAssetFilterCommand");
|
|
9071
|
+
var UpdateAssetFilterCommand = _UpdateAssetFilterCommand;
|
|
9072
|
+
|
|
8636
9073
|
// src/commands/UpdateDataSourceCommand.ts
|
|
8637
9074
|
|
|
8638
9075
|
|
|
@@ -8849,6 +9286,7 @@ var commands = {
|
|
|
8849
9286
|
CancelMetadataGenerationRunCommand,
|
|
8850
9287
|
CancelSubscriptionCommand,
|
|
8851
9288
|
CreateAssetCommand,
|
|
9289
|
+
CreateAssetFilterCommand,
|
|
8852
9290
|
CreateAssetRevisionCommand,
|
|
8853
9291
|
CreateAssetTypeCommand,
|
|
8854
9292
|
CreateDataSourceCommand,
|
|
@@ -8868,6 +9306,7 @@ var commands = {
|
|
|
8868
9306
|
CreateSubscriptionTargetCommand,
|
|
8869
9307
|
CreateUserProfileCommand,
|
|
8870
9308
|
DeleteAssetCommand,
|
|
9309
|
+
DeleteAssetFilterCommand,
|
|
8871
9310
|
DeleteAssetTypeCommand,
|
|
8872
9311
|
DeleteDataSourceCommand,
|
|
8873
9312
|
DeleteDomainCommand,
|
|
@@ -8887,6 +9326,7 @@ var commands = {
|
|
|
8887
9326
|
DeleteTimeSeriesDataPointsCommand,
|
|
8888
9327
|
DisassociateEnvironmentRoleCommand,
|
|
8889
9328
|
GetAssetCommand,
|
|
9329
|
+
GetAssetFilterCommand,
|
|
8890
9330
|
GetAssetTypeCommand,
|
|
8891
9331
|
GetDataSourceCommand,
|
|
8892
9332
|
GetDataSourceRunCommand,
|
|
@@ -8911,6 +9351,7 @@ var commands = {
|
|
|
8911
9351
|
GetSubscriptionTargetCommand,
|
|
8912
9352
|
GetTimeSeriesDataPointCommand,
|
|
8913
9353
|
GetUserProfileCommand,
|
|
9354
|
+
ListAssetFiltersCommand,
|
|
8914
9355
|
ListAssetRevisionsCommand,
|
|
8915
9356
|
ListDataSourceRunActivitiesCommand,
|
|
8916
9357
|
ListDataSourceRunsCommand,
|
|
@@ -8947,6 +9388,7 @@ var commands = {
|
|
|
8947
9388
|
StartMetadataGenerationRunCommand,
|
|
8948
9389
|
TagResourceCommand,
|
|
8949
9390
|
UntagResourceCommand,
|
|
9391
|
+
UpdateAssetFilterCommand,
|
|
8950
9392
|
UpdateDataSourceCommand,
|
|
8951
9393
|
UpdateDomainCommand,
|
|
8952
9394
|
UpdateEnvironmentCommand,
|
|
@@ -8967,6 +9409,10 @@ __name(_DataZone, "DataZone");
|
|
|
8967
9409
|
var DataZone = _DataZone;
|
|
8968
9410
|
(0, import_smithy_client.createAggregatedClient)(commands, DataZone);
|
|
8969
9411
|
|
|
9412
|
+
// src/pagination/ListAssetFiltersPaginator.ts
|
|
9413
|
+
|
|
9414
|
+
var paginateListAssetFilters = (0, import_core.createPaginator)(DataZoneClient, ListAssetFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
9415
|
+
|
|
8970
9416
|
// src/pagination/ListAssetRevisionsPaginator.ts
|
|
8971
9417
|
|
|
8972
9418
|
var paginateListAssetRevisions = (0, import_core.createPaginator)(DataZoneClient, ListAssetRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -9080,6 +9526,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9080
9526
|
CancelMetadataGenerationRunCommand,
|
|
9081
9527
|
CancelSubscriptionCommand,
|
|
9082
9528
|
CreateAssetCommand,
|
|
9529
|
+
CreateAssetFilterCommand,
|
|
9083
9530
|
CreateAssetRevisionCommand,
|
|
9084
9531
|
CreateAssetTypeCommand,
|
|
9085
9532
|
CreateDataSourceCommand,
|
|
@@ -9099,6 +9546,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9099
9546
|
CreateSubscriptionTargetCommand,
|
|
9100
9547
|
CreateUserProfileCommand,
|
|
9101
9548
|
DeleteAssetCommand,
|
|
9549
|
+
DeleteAssetFilterCommand,
|
|
9102
9550
|
DeleteAssetTypeCommand,
|
|
9103
9551
|
DeleteDataSourceCommand,
|
|
9104
9552
|
DeleteDomainCommand,
|
|
@@ -9118,6 +9566,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9118
9566
|
DeleteTimeSeriesDataPointsCommand,
|
|
9119
9567
|
DisassociateEnvironmentRoleCommand,
|
|
9120
9568
|
GetAssetCommand,
|
|
9569
|
+
GetAssetFilterCommand,
|
|
9121
9570
|
GetAssetTypeCommand,
|
|
9122
9571
|
GetDataSourceCommand,
|
|
9123
9572
|
GetDataSourceRunCommand,
|
|
@@ -9142,6 +9591,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9142
9591
|
GetSubscriptionTargetCommand,
|
|
9143
9592
|
GetTimeSeriesDataPointCommand,
|
|
9144
9593
|
GetUserProfileCommand,
|
|
9594
|
+
ListAssetFiltersCommand,
|
|
9145
9595
|
ListAssetRevisionsCommand,
|
|
9146
9596
|
ListDataSourceRunActivitiesCommand,
|
|
9147
9597
|
ListDataSourceRunsCommand,
|
|
@@ -9178,6 +9628,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9178
9628
|
StartMetadataGenerationRunCommand,
|
|
9179
9629
|
TagResourceCommand,
|
|
9180
9630
|
UntagResourceCommand,
|
|
9631
|
+
UpdateAssetFilterCommand,
|
|
9181
9632
|
UpdateDataSourceCommand,
|
|
9182
9633
|
UpdateDomainCommand,
|
|
9183
9634
|
UpdateEnvironmentActionCommand,
|
|
@@ -9191,6 +9642,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9191
9642
|
UpdateSubscriptionRequestCommand,
|
|
9192
9643
|
UpdateSubscriptionTargetCommand,
|
|
9193
9644
|
UpdateUserProfileCommand,
|
|
9645
|
+
paginateListAssetFilters,
|
|
9194
9646
|
paginateListAssetRevisions,
|
|
9195
9647
|
paginateListDataSourceRunActivities,
|
|
9196
9648
|
paginateListDataSourceRuns,
|
|
@@ -9230,6 +9682,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9230
9682
|
ActionParameters,
|
|
9231
9683
|
ListingStatus,
|
|
9232
9684
|
ServiceQuotaExceededException,
|
|
9685
|
+
RowFilterExpression,
|
|
9686
|
+
FilterStatus,
|
|
9233
9687
|
AuthType,
|
|
9234
9688
|
SubscriptionStatus,
|
|
9235
9689
|
ChangeAction,
|
|
@@ -9272,11 +9726,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9272
9726
|
SelfGrantStatusOutput,
|
|
9273
9727
|
DataSourceRunType,
|
|
9274
9728
|
TimeSeriesEntityType,
|
|
9275
|
-
|
|
9276
|
-
EdgeDirection,
|
|
9277
|
-
SortOrder,
|
|
9278
|
-
TaskStatus,
|
|
9279
|
-
NotificationType,
|
|
9729
|
+
ProvisioningConfiguration,
|
|
9280
9730
|
AcceptChoiceFilterSensitiveLog,
|
|
9281
9731
|
AcceptPredictionsInputFilterSensitiveLog,
|
|
9282
9732
|
AcceptSubscriptionRequestInputFilterSensitiveLog,
|
|
@@ -9294,6 +9744,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9294
9744
|
CreateAssetRevisionInputFilterSensitiveLog,
|
|
9295
9745
|
CreateAssetRevisionOutputFilterSensitiveLog,
|
|
9296
9746
|
GetAssetOutputFilterSensitiveLog,
|
|
9747
|
+
AssetFilterSummaryFilterSensitiveLog,
|
|
9297
9748
|
AssetItemAdditionalAttributesFilterSensitiveLog,
|
|
9298
9749
|
AssetItemFilterSensitiveLog,
|
|
9299
9750
|
AssetListingFilterSensitiveLog,
|
|
@@ -9328,7 +9779,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9328
9779
|
SsoUserProfileDetailsFilterSensitiveLog,
|
|
9329
9780
|
UserProfileDetailsFilterSensitiveLog,
|
|
9330
9781
|
CreateUserProfileOutputFilterSensitiveLog,
|
|
9331
|
-
DataProductSummaryFilterSensitiveLog,
|
|
9332
9782
|
DeleteDataSourceOutputFilterSensitiveLog,
|
|
9333
9783
|
GetDataSourceOutputFilterSensitiveLog,
|
|
9334
9784
|
ListDataSourcesInputFilterSensitiveLog,
|
|
@@ -9357,16 +9807,14 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9357
9807
|
GetGlossaryTermOutputFilterSensitiveLog,
|
|
9358
9808
|
UpdateGlossaryTermInputFilterSensitiveLog,
|
|
9359
9809
|
UpdateGlossaryTermOutputFilterSensitiveLog,
|
|
9810
|
+
ListAssetFiltersOutputFilterSensitiveLog,
|
|
9360
9811
|
ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
9361
9812
|
EnvironmentBlueprintSummaryFilterSensitiveLog,
|
|
9362
|
-
|
|
9363
|
-
|
|
9364
|
-
|
|
9365
|
-
|
|
9366
|
-
|
|
9367
|
-
ListEnvironmentsOutputFilterSensitiveLog,
|
|
9368
|
-
ListingItemFilterSensitiveLog,
|
|
9369
|
-
GetListingOutputFilterSensitiveLog,
|
|
9813
|
+
ListingItem,
|
|
9814
|
+
EdgeDirection,
|
|
9815
|
+
SortOrder,
|
|
9816
|
+
TaskStatus,
|
|
9817
|
+
NotificationType,
|
|
9370
9818
|
NotificationResourceType,
|
|
9371
9819
|
NotificationRole,
|
|
9372
9820
|
SortFieldProject,
|
|
@@ -9385,6 +9833,16 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9385
9833
|
SearchTypesResultItem,
|
|
9386
9834
|
UserSearchType,
|
|
9387
9835
|
FilterClause,
|
|
9836
|
+
RowFilter,
|
|
9837
|
+
AssetFilterConfiguration,
|
|
9838
|
+
ListEnvironmentBlueprintsOutputFilterSensitiveLog,
|
|
9839
|
+
ListEnvironmentProfilesInputFilterSensitiveLog,
|
|
9840
|
+
EnvironmentProfileSummaryFilterSensitiveLog,
|
|
9841
|
+
ListEnvironmentProfilesOutputFilterSensitiveLog,
|
|
9842
|
+
EnvironmentSummaryFilterSensitiveLog,
|
|
9843
|
+
ListEnvironmentsOutputFilterSensitiveLog,
|
|
9844
|
+
ListingItemFilterSensitiveLog,
|
|
9845
|
+
GetListingOutputFilterSensitiveLog,
|
|
9388
9846
|
NotificationOutputFilterSensitiveLog,
|
|
9389
9847
|
ListNotificationsOutputFilterSensitiveLog,
|
|
9390
9848
|
ListProjectsInputFilterSensitiveLog,
|
|
@@ -9426,6 +9884,11 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9426
9884
|
UpdateSubscriptionRequestOutputFilterSensitiveLog,
|
|
9427
9885
|
UpdateSubscriptionTargetInputFilterSensitiveLog,
|
|
9428
9886
|
UpdateSubscriptionTargetOutputFilterSensitiveLog,
|
|
9429
|
-
UpdateUserProfileOutputFilterSensitiveLog
|
|
9887
|
+
UpdateUserProfileOutputFilterSensitiveLog,
|
|
9888
|
+
CreateAssetFilterInputFilterSensitiveLog,
|
|
9889
|
+
CreateAssetFilterOutputFilterSensitiveLog,
|
|
9890
|
+
GetAssetFilterOutputFilterSensitiveLog,
|
|
9891
|
+
UpdateAssetFilterInputFilterSensitiveLog,
|
|
9892
|
+
UpdateAssetFilterOutputFilterSensitiveLog
|
|
9430
9893
|
});
|
|
9431
9894
|
|