@aws-sdk/client-datazone 3.614.0 → 3.617.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 +578 -84
- package/dist-es/DataZone.js +10 -0
- package/dist-es/DataZoneClient.js +5 -5
- 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 +118 -1
- package/dist-es/pagination/ListAssetFiltersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +270 -1
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +9 -4
- 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 +1 -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/UpdateAssetFilterCommand.d.ts +354 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +725 -829
- package/dist-types/models/models_1.d.ts +1199 -1
- 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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +32 -2
- 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 +1 -1
- 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 -204
- package/dist-types/ts3.4/models/models_1.d.ts +348 -3
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
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,
|
|
@@ -102,6 +107,7 @@ __export(src_exports, {
|
|
|
102
107
|
DataZoneClient: () => DataZoneClient,
|
|
103
108
|
DataZoneServiceException: () => DataZoneServiceException,
|
|
104
109
|
DeleteAssetCommand: () => DeleteAssetCommand,
|
|
110
|
+
DeleteAssetFilterCommand: () => DeleteAssetFilterCommand,
|
|
105
111
|
DeleteAssetTypeCommand: () => DeleteAssetTypeCommand,
|
|
106
112
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
107
113
|
DeleteDataSourceOutputFilterSensitiveLog: () => DeleteDataSourceOutputFilterSensitiveLog,
|
|
@@ -135,12 +141,15 @@ __export(src_exports, {
|
|
|
135
141
|
EnvironmentSummaryFilterSensitiveLog: () => EnvironmentSummaryFilterSensitiveLog,
|
|
136
142
|
FilterClause: () => FilterClause,
|
|
137
143
|
FilterExpressionType: () => FilterExpressionType,
|
|
144
|
+
FilterStatus: () => FilterStatus,
|
|
138
145
|
FormEntryOutputFilterSensitiveLog: () => FormEntryOutputFilterSensitiveLog,
|
|
139
146
|
FormInputFilterSensitiveLog: () => FormInputFilterSensitiveLog,
|
|
140
147
|
FormOutputFilterSensitiveLog: () => FormOutputFilterSensitiveLog,
|
|
141
148
|
FormTypeDataFilterSensitiveLog: () => FormTypeDataFilterSensitiveLog,
|
|
142
149
|
FormTypeStatus: () => FormTypeStatus,
|
|
143
150
|
GetAssetCommand: () => GetAssetCommand,
|
|
151
|
+
GetAssetFilterCommand: () => GetAssetFilterCommand,
|
|
152
|
+
GetAssetFilterOutputFilterSensitiveLog: () => GetAssetFilterOutputFilterSensitiveLog,
|
|
144
153
|
GetAssetOutputFilterSensitiveLog: () => GetAssetOutputFilterSensitiveLog,
|
|
145
154
|
GetAssetTypeCommand: () => GetAssetTypeCommand,
|
|
146
155
|
GetAssetTypeOutputFilterSensitiveLog: () => GetAssetTypeOutputFilterSensitiveLog,
|
|
@@ -195,6 +204,8 @@ __export(src_exports, {
|
|
|
195
204
|
InternalServerException: () => InternalServerException,
|
|
196
205
|
InventorySearchScope: () => InventorySearchScope,
|
|
197
206
|
LineageNodeTypeItemFilterSensitiveLog: () => LineageNodeTypeItemFilterSensitiveLog,
|
|
207
|
+
ListAssetFiltersCommand: () => ListAssetFiltersCommand,
|
|
208
|
+
ListAssetFiltersOutputFilterSensitiveLog: () => ListAssetFiltersOutputFilterSensitiveLog,
|
|
198
209
|
ListAssetRevisionsCommand: () => ListAssetRevisionsCommand,
|
|
199
210
|
ListDataSourceRunActivitiesCommand: () => ListDataSourceRunActivitiesCommand,
|
|
200
211
|
ListDataSourceRunActivitiesOutputFilterSensitiveLog: () => ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
@@ -249,6 +260,7 @@ __export(src_exports, {
|
|
|
249
260
|
PostTimeSeriesDataPointsCommand: () => PostTimeSeriesDataPointsCommand,
|
|
250
261
|
ProjectStatus: () => ProjectStatus,
|
|
251
262
|
ProjectSummaryFilterSensitiveLog: () => ProjectSummaryFilterSensitiveLog,
|
|
263
|
+
ProvisioningConfiguration: () => ProvisioningConfiguration,
|
|
252
264
|
ProvisioningProperties: () => ProvisioningProperties,
|
|
253
265
|
PutEnvironmentBlueprintConfigurationCommand: () => PutEnvironmentBlueprintConfigurationCommand,
|
|
254
266
|
RedshiftStorage: () => RedshiftStorage,
|
|
@@ -260,6 +272,8 @@ __export(src_exports, {
|
|
|
260
272
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
261
273
|
RevokeSubscriptionCommand: () => RevokeSubscriptionCommand,
|
|
262
274
|
RevokeSubscriptionOutputFilterSensitiveLog: () => RevokeSubscriptionOutputFilterSensitiveLog,
|
|
275
|
+
RowFilter: () => RowFilter,
|
|
276
|
+
RowFilterExpression: () => RowFilterExpression,
|
|
263
277
|
ScheduleConfigurationFilterSensitiveLog: () => ScheduleConfigurationFilterSensitiveLog,
|
|
264
278
|
SearchCommand: () => SearchCommand,
|
|
265
279
|
SearchGroupProfilesCommand: () => SearchGroupProfilesCommand,
|
|
@@ -312,6 +326,9 @@ __export(src_exports, {
|
|
|
312
326
|
TypesSearchScope: () => TypesSearchScope,
|
|
313
327
|
UnauthorizedException: () => UnauthorizedException,
|
|
314
328
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
329
|
+
UpdateAssetFilterCommand: () => UpdateAssetFilterCommand,
|
|
330
|
+
UpdateAssetFilterInputFilterSensitiveLog: () => UpdateAssetFilterInputFilterSensitiveLog,
|
|
331
|
+
UpdateAssetFilterOutputFilterSensitiveLog: () => UpdateAssetFilterOutputFilterSensitiveLog,
|
|
315
332
|
UpdateDataSourceCommand: () => UpdateDataSourceCommand,
|
|
316
333
|
UpdateDataSourceInputFilterSensitiveLog: () => UpdateDataSourceInputFilterSensitiveLog,
|
|
317
334
|
UpdateDataSourceOutputFilterSensitiveLog: () => UpdateDataSourceOutputFilterSensitiveLog,
|
|
@@ -353,6 +370,7 @@ __export(src_exports, {
|
|
|
353
370
|
UserType: () => UserType,
|
|
354
371
|
ValidationException: () => ValidationException,
|
|
355
372
|
__Client: () => import_smithy_client.Client,
|
|
373
|
+
paginateListAssetFilters: () => paginateListAssetFilters,
|
|
356
374
|
paginateListAssetRevisions: () => paginateListAssetRevisions,
|
|
357
375
|
paginateListDataSourceRunActivities: () => paginateListDataSourceRunActivities,
|
|
358
376
|
paginateListDataSourceRuns: () => paginateListDataSourceRuns,
|
|
@@ -481,19 +499,19 @@ var _DataZoneClient = class _DataZoneClient extends import_smithy_client.Client
|
|
|
481
499
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
482
500
|
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
483
501
|
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
484
|
-
const _config_4 = (0,
|
|
485
|
-
const _config_5 = (0,
|
|
486
|
-
const _config_6 = (0,
|
|
502
|
+
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
|
|
503
|
+
const _config_5 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_4);
|
|
504
|
+
const _config_6 = (0, import_middleware_retry.resolveRetryConfig)(_config_5);
|
|
487
505
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
488
506
|
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
489
507
|
super(_config_8);
|
|
490
508
|
this.config = _config_8;
|
|
491
|
-
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
492
|
-
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
493
509
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
494
510
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
495
511
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
496
512
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
513
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
514
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
497
515
|
this.middlewareStack.use(
|
|
498
516
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
499
517
|
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
|
|
@@ -724,6 +742,40 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
724
742
|
};
|
|
725
743
|
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
726
744
|
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
745
|
+
var RowFilterExpression;
|
|
746
|
+
((RowFilterExpression4) => {
|
|
747
|
+
RowFilterExpression4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
748
|
+
if (value.equalTo !== void 0)
|
|
749
|
+
return visitor.equalTo(value.equalTo);
|
|
750
|
+
if (value.notEqualTo !== void 0)
|
|
751
|
+
return visitor.notEqualTo(value.notEqualTo);
|
|
752
|
+
if (value.greaterThan !== void 0)
|
|
753
|
+
return visitor.greaterThan(value.greaterThan);
|
|
754
|
+
if (value.lessThan !== void 0)
|
|
755
|
+
return visitor.lessThan(value.lessThan);
|
|
756
|
+
if (value.greaterThanOrEqualTo !== void 0)
|
|
757
|
+
return visitor.greaterThanOrEqualTo(value.greaterThanOrEqualTo);
|
|
758
|
+
if (value.lessThanOrEqualTo !== void 0)
|
|
759
|
+
return visitor.lessThanOrEqualTo(value.lessThanOrEqualTo);
|
|
760
|
+
if (value.isNull !== void 0)
|
|
761
|
+
return visitor.isNull(value.isNull);
|
|
762
|
+
if (value.isNotNull !== void 0)
|
|
763
|
+
return visitor.isNotNull(value.isNotNull);
|
|
764
|
+
if (value.in !== void 0)
|
|
765
|
+
return visitor.in(value.in);
|
|
766
|
+
if (value.notIn !== void 0)
|
|
767
|
+
return visitor.notIn(value.notIn);
|
|
768
|
+
if (value.like !== void 0)
|
|
769
|
+
return visitor.like(value.like);
|
|
770
|
+
if (value.notLike !== void 0)
|
|
771
|
+
return visitor.notLike(value.notLike);
|
|
772
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
773
|
+
}, "visit");
|
|
774
|
+
})(RowFilterExpression || (RowFilterExpression = {}));
|
|
775
|
+
var FilterStatus = {
|
|
776
|
+
INVALID: "INVALID",
|
|
777
|
+
VALID: "VALID"
|
|
778
|
+
};
|
|
727
779
|
var AuthType = {
|
|
728
780
|
DISABLED: "DISABLED",
|
|
729
781
|
IAM_IDC: "IAM_IDC"
|
|
@@ -1068,30 +1120,14 @@ var TimeSeriesEntityType = {
|
|
|
1068
1120
|
ASSET: "ASSET",
|
|
1069
1121
|
LISTING: "LISTING"
|
|
1070
1122
|
};
|
|
1071
|
-
var
|
|
1072
|
-
((
|
|
1073
|
-
|
|
1074
|
-
if (value.
|
|
1075
|
-
return visitor.
|
|
1123
|
+
var ProvisioningConfiguration;
|
|
1124
|
+
((ProvisioningConfiguration3) => {
|
|
1125
|
+
ProvisioningConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1126
|
+
if (value.lakeFormationConfiguration !== void 0)
|
|
1127
|
+
return visitor.lakeFormationConfiguration(value.lakeFormationConfiguration);
|
|
1076
1128
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1077
1129
|
}, "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
|
-
};
|
|
1130
|
+
})(ProvisioningConfiguration || (ProvisioningConfiguration = {}));
|
|
1095
1131
|
var AcceptChoiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1096
1132
|
...obj,
|
|
1097
1133
|
...obj.editedValue && { editedValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1197,6 +1233,11 @@ var GetAssetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1197
1233
|
readOnlyFormsOutput: obj.readOnlyFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
1198
1234
|
}
|
|
1199
1235
|
}), "GetAssetOutputFilterSensitiveLog");
|
|
1236
|
+
var AssetFilterSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1237
|
+
...obj,
|
|
1238
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1239
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1240
|
+
}), "AssetFilterSummaryFilterSensitiveLog");
|
|
1200
1241
|
var AssetItemAdditionalAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1201
1242
|
...obj,
|
|
1202
1243
|
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) },
|
|
@@ -1596,52 +1637,14 @@ var UpdateGlossaryTermOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1596
1637
|
...obj.shortDescription && { shortDescription: import_smithy_client.SENSITIVE_STRING },
|
|
1597
1638
|
...obj.longDescription && { longDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1598
1639
|
}), "UpdateGlossaryTermOutputFilterSensitiveLog");
|
|
1640
|
+
var ListAssetFiltersOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1641
|
+
...obj,
|
|
1642
|
+
...obj.items && { items: obj.items.map((item) => AssetFilterSummaryFilterSensitiveLog(item)) }
|
|
1643
|
+
}), "ListAssetFiltersOutputFilterSensitiveLog");
|
|
1599
1644
|
var ListDataSourceRunActivitiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1600
1645
|
...obj,
|
|
1601
1646
|
...obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }
|
|
1602
1647
|
}), "ListDataSourceRunActivitiesOutputFilterSensitiveLog");
|
|
1603
|
-
var EnvironmentBlueprintSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1604
|
-
...obj,
|
|
1605
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1606
|
-
...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
|
|
1607
|
-
}), "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
1648
|
|
|
1646
1649
|
// src/protocols/Aws_restJson1.ts
|
|
1647
1650
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1651,6 +1654,30 @@ var import_uuid = require("uuid");
|
|
|
1651
1654
|
|
|
1652
1655
|
// src/models/models_1.ts
|
|
1653
1656
|
|
|
1657
|
+
var ListingItem;
|
|
1658
|
+
((ListingItem3) => {
|
|
1659
|
+
ListingItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1660
|
+
if (value.assetListing !== void 0)
|
|
1661
|
+
return visitor.assetListing(value.assetListing);
|
|
1662
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1663
|
+
}, "visit");
|
|
1664
|
+
})(ListingItem || (ListingItem = {}));
|
|
1665
|
+
var EdgeDirection = {
|
|
1666
|
+
DOWNSTREAM: "DOWNSTREAM",
|
|
1667
|
+
UPSTREAM: "UPSTREAM"
|
|
1668
|
+
};
|
|
1669
|
+
var SortOrder = {
|
|
1670
|
+
ASCENDING: "ASCENDING",
|
|
1671
|
+
DESCENDING: "DESCENDING"
|
|
1672
|
+
};
|
|
1673
|
+
var TaskStatus = {
|
|
1674
|
+
ACTIVE: "ACTIVE",
|
|
1675
|
+
INACTIVE: "INACTIVE"
|
|
1676
|
+
};
|
|
1677
|
+
var NotificationType = {
|
|
1678
|
+
EVENT: "EVENT",
|
|
1679
|
+
TASK: "TASK"
|
|
1680
|
+
};
|
|
1654
1681
|
var NotificationResourceType = {
|
|
1655
1682
|
PROJECT: "PROJECT"
|
|
1656
1683
|
};
|
|
@@ -1765,6 +1792,70 @@ var FilterClause;
|
|
|
1765
1792
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1766
1793
|
}, "visit");
|
|
1767
1794
|
})(FilterClause || (FilterClause = {}));
|
|
1795
|
+
var RowFilter;
|
|
1796
|
+
((RowFilter2) => {
|
|
1797
|
+
RowFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1798
|
+
if (value.expression !== void 0)
|
|
1799
|
+
return visitor.expression(value.expression);
|
|
1800
|
+
if (value.and !== void 0)
|
|
1801
|
+
return visitor.and(value.and);
|
|
1802
|
+
if (value.or !== void 0)
|
|
1803
|
+
return visitor.or(value.or);
|
|
1804
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1805
|
+
}, "visit");
|
|
1806
|
+
})(RowFilter || (RowFilter = {}));
|
|
1807
|
+
var AssetFilterConfiguration;
|
|
1808
|
+
((AssetFilterConfiguration2) => {
|
|
1809
|
+
AssetFilterConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1810
|
+
if (value.columnConfiguration !== void 0)
|
|
1811
|
+
return visitor.columnConfiguration(value.columnConfiguration);
|
|
1812
|
+
if (value.rowConfiguration !== void 0)
|
|
1813
|
+
return visitor.rowConfiguration(value.rowConfiguration);
|
|
1814
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1815
|
+
}, "visit");
|
|
1816
|
+
})(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
|
|
1817
|
+
var EnvironmentBlueprintSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1818
|
+
...obj,
|
|
1819
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1820
|
+
...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
|
|
1821
|
+
}), "EnvironmentBlueprintSummaryFilterSensitiveLog");
|
|
1822
|
+
var ListEnvironmentBlueprintsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1823
|
+
...obj,
|
|
1824
|
+
...obj.items && { items: obj.items.map((item) => EnvironmentBlueprintSummaryFilterSensitiveLog(item)) }
|
|
1825
|
+
}), "ListEnvironmentBlueprintsOutputFilterSensitiveLog");
|
|
1826
|
+
var ListEnvironmentProfilesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1827
|
+
...obj,
|
|
1828
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1829
|
+
}), "ListEnvironmentProfilesInputFilterSensitiveLog");
|
|
1830
|
+
var EnvironmentProfileSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1831
|
+
...obj,
|
|
1832
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1833
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1834
|
+
}), "EnvironmentProfileSummaryFilterSensitiveLog");
|
|
1835
|
+
var ListEnvironmentProfilesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1836
|
+
...obj,
|
|
1837
|
+
...obj.items && { items: obj.items.map((item) => EnvironmentProfileSummaryFilterSensitiveLog(item)) }
|
|
1838
|
+
}), "ListEnvironmentProfilesOutputFilterSensitiveLog");
|
|
1839
|
+
var EnvironmentSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1840
|
+
...obj,
|
|
1841
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1842
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1843
|
+
}), "EnvironmentSummaryFilterSensitiveLog");
|
|
1844
|
+
var ListEnvironmentsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1845
|
+
...obj,
|
|
1846
|
+
...obj.items && { items: obj.items.map((item) => EnvironmentSummaryFilterSensitiveLog(item)) }
|
|
1847
|
+
}), "ListEnvironmentsOutputFilterSensitiveLog");
|
|
1848
|
+
var ListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1849
|
+
if (obj.assetListing !== void 0)
|
|
1850
|
+
return { assetListing: AssetListingFilterSensitiveLog(obj.assetListing) };
|
|
1851
|
+
if (obj.$unknown !== void 0)
|
|
1852
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1853
|
+
}, "ListingItemFilterSensitiveLog");
|
|
1854
|
+
var GetListingOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1855
|
+
...obj,
|
|
1856
|
+
...obj.item && { item: ListingItemFilterSensitiveLog(obj.item) },
|
|
1857
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1858
|
+
}), "GetListingOutputFilterSensitiveLog");
|
|
1768
1859
|
var NotificationOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1769
1860
|
...obj,
|
|
1770
1861
|
...obj.title && { title: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2003,6 +2094,35 @@ var UpdateUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
2003
2094
|
...obj,
|
|
2004
2095
|
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
2005
2096
|
}), "UpdateUserProfileOutputFilterSensitiveLog");
|
|
2097
|
+
var CreateAssetFilterInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2098
|
+
...obj,
|
|
2099
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2100
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2101
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2102
|
+
}), "CreateAssetFilterInputFilterSensitiveLog");
|
|
2103
|
+
var CreateAssetFilterOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2104
|
+
...obj,
|
|
2105
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2106
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2107
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2108
|
+
}), "CreateAssetFilterOutputFilterSensitiveLog");
|
|
2109
|
+
var GetAssetFilterOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2110
|
+
...obj,
|
|
2111
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2112
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2113
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2114
|
+
}), "GetAssetFilterOutputFilterSensitiveLog");
|
|
2115
|
+
var UpdateAssetFilterInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2116
|
+
...obj,
|
|
2117
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2118
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2119
|
+
}), "UpdateAssetFilterInputFilterSensitiveLog");
|
|
2120
|
+
var UpdateAssetFilterOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2121
|
+
...obj,
|
|
2122
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2123
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2124
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2125
|
+
}), "UpdateAssetFilterOutputFilterSensitiveLog");
|
|
2006
2126
|
|
|
2007
2127
|
// src/protocols/Aws_restJson1.ts
|
|
2008
2128
|
var se_AcceptPredictionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -2100,6 +2220,26 @@ var se_CreateAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2100
2220
|
b.m("POST").h(headers).b(body);
|
|
2101
2221
|
return b.build();
|
|
2102
2222
|
}, "se_CreateAssetCommand");
|
|
2223
|
+
var se_CreateAssetFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2224
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2225
|
+
const headers = {
|
|
2226
|
+
"content-type": "application/json"
|
|
2227
|
+
};
|
|
2228
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters");
|
|
2229
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2230
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
2231
|
+
let body;
|
|
2232
|
+
body = JSON.stringify(
|
|
2233
|
+
(0, import_smithy_client.take)(input, {
|
|
2234
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2235
|
+
configuration: (_) => se_AssetFilterConfiguration(_, context),
|
|
2236
|
+
description: [],
|
|
2237
|
+
name: []
|
|
2238
|
+
})
|
|
2239
|
+
);
|
|
2240
|
+
b.m("POST").h(headers).b(body);
|
|
2241
|
+
return b.build();
|
|
2242
|
+
}, "se_CreateAssetFilterCommand");
|
|
2103
2243
|
var se_CreateAssetRevisionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2104
2244
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2105
2245
|
const headers = {
|
|
@@ -2481,6 +2621,17 @@ var se_DeleteAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2481
2621
|
b.m("DELETE").h(headers).b(body);
|
|
2482
2622
|
return b.build();
|
|
2483
2623
|
}, "se_DeleteAssetCommand");
|
|
2624
|
+
var se_DeleteAssetFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2625
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2626
|
+
const headers = {};
|
|
2627
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}");
|
|
2628
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2629
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
2630
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2631
|
+
let body;
|
|
2632
|
+
b.m("DELETE").h(headers).b(body);
|
|
2633
|
+
return b.build();
|
|
2634
|
+
}, "se_DeleteAssetFilterCommand");
|
|
2484
2635
|
var se_DeleteAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2485
2636
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2486
2637
|
const headers = {};
|
|
@@ -2704,6 +2855,17 @@ var se_GetAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2704
2855
|
b.m("GET").h(headers).q(query).b(body);
|
|
2705
2856
|
return b.build();
|
|
2706
2857
|
}, "se_GetAssetCommand");
|
|
2858
|
+
var se_GetAssetFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2859
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2860
|
+
const headers = {};
|
|
2861
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}");
|
|
2862
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2863
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
2864
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2865
|
+
let body;
|
|
2866
|
+
b.m("GET").h(headers).b(body);
|
|
2867
|
+
return b.build();
|
|
2868
|
+
}, "se_GetAssetFilterCommand");
|
|
2707
2869
|
var se_GetAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2708
2870
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2709
2871
|
const headers = {};
|
|
@@ -2969,6 +3131,21 @@ var se_GetUserProfileCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2969
3131
|
b.m("GET").h(headers).q(query).b(body);
|
|
2970
3132
|
return b.build();
|
|
2971
3133
|
}, "se_GetUserProfileCommand");
|
|
3134
|
+
var se_ListAssetFiltersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3135
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3136
|
+
const headers = {};
|
|
3137
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters");
|
|
3138
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3139
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
3140
|
+
const query = (0, import_smithy_client.map)({
|
|
3141
|
+
[_s]: [, input[_s]],
|
|
3142
|
+
[_nT]: [, input[_nT]],
|
|
3143
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
3144
|
+
});
|
|
3145
|
+
let body;
|
|
3146
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3147
|
+
return b.build();
|
|
3148
|
+
}, "se_ListAssetFiltersCommand");
|
|
2972
3149
|
var se_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2973
3150
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2974
3151
|
const headers = {};
|
|
@@ -3363,6 +3540,7 @@ var se_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
3363
3540
|
(0, import_smithy_client.take)(input, {
|
|
3364
3541
|
enabledRegions: (_) => (0, import_smithy_client._json)(_),
|
|
3365
3542
|
manageAccessRoleArn: [],
|
|
3543
|
+
provisioningConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
3366
3544
|
provisioningRoleArn: [],
|
|
3367
3545
|
regionalParameters: (_) => (0, import_smithy_client._json)(_)
|
|
3368
3546
|
})
|
|
@@ -3600,6 +3778,26 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3600
3778
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
3601
3779
|
return b.build();
|
|
3602
3780
|
}, "se_UntagResourceCommand");
|
|
3781
|
+
var se_UpdateAssetFilterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3782
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3783
|
+
const headers = {
|
|
3784
|
+
"content-type": "application/json"
|
|
3785
|
+
};
|
|
3786
|
+
b.bp("/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}");
|
|
3787
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3788
|
+
b.p("assetIdentifier", () => input.assetIdentifier, "{assetIdentifier}", false);
|
|
3789
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
3790
|
+
let body;
|
|
3791
|
+
body = JSON.stringify(
|
|
3792
|
+
(0, import_smithy_client.take)(input, {
|
|
3793
|
+
configuration: (_) => se_AssetFilterConfiguration(_, context),
|
|
3794
|
+
description: [],
|
|
3795
|
+
name: []
|
|
3796
|
+
})
|
|
3797
|
+
);
|
|
3798
|
+
b.m("PATCH").h(headers).b(body);
|
|
3799
|
+
return b.build();
|
|
3800
|
+
}, "se_UpdateAssetFilterCommand");
|
|
3603
3801
|
var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3604
3802
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3605
3803
|
const headers = {
|
|
@@ -3980,6 +4178,30 @@ var de_CreateAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3980
4178
|
Object.assign(contents, doc);
|
|
3981
4179
|
return contents;
|
|
3982
4180
|
}, "de_CreateAssetCommand");
|
|
4181
|
+
var de_CreateAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4182
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4183
|
+
return de_CommandError(output, context);
|
|
4184
|
+
}
|
|
4185
|
+
const contents = (0, import_smithy_client.map)({
|
|
4186
|
+
$metadata: deserializeMetadata(output)
|
|
4187
|
+
});
|
|
4188
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4189
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4190
|
+
assetId: import_smithy_client.expectString,
|
|
4191
|
+
configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
|
|
4192
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4193
|
+
description: import_smithy_client.expectString,
|
|
4194
|
+
domainId: import_smithy_client.expectString,
|
|
4195
|
+
effectiveColumnNames: import_smithy_client._json,
|
|
4196
|
+
effectiveRowFilter: import_smithy_client.expectString,
|
|
4197
|
+
errorMessage: import_smithy_client.expectString,
|
|
4198
|
+
id: import_smithy_client.expectString,
|
|
4199
|
+
name: import_smithy_client.expectString,
|
|
4200
|
+
status: import_smithy_client.expectString
|
|
4201
|
+
});
|
|
4202
|
+
Object.assign(contents, doc);
|
|
4203
|
+
return contents;
|
|
4204
|
+
}, "de_CreateAssetFilterCommand");
|
|
3983
4205
|
var de_CreateAssetRevisionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3984
4206
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3985
4207
|
return de_CommandError(output, context);
|
|
@@ -4402,6 +4624,16 @@ var de_DeleteAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4402
4624
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4403
4625
|
return contents;
|
|
4404
4626
|
}, "de_DeleteAssetCommand");
|
|
4627
|
+
var de_DeleteAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4628
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
4629
|
+
return de_CommandError(output, context);
|
|
4630
|
+
}
|
|
4631
|
+
const contents = (0, import_smithy_client.map)({
|
|
4632
|
+
$metadata: deserializeMetadata(output)
|
|
4633
|
+
});
|
|
4634
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4635
|
+
return contents;
|
|
4636
|
+
}, "de_DeleteAssetFilterCommand");
|
|
4405
4637
|
var de_DeleteAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4406
4638
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
4407
4639
|
return de_CommandError(output, context);
|
|
@@ -4655,6 +4887,30 @@ var de_GetAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4655
4887
|
Object.assign(contents, doc);
|
|
4656
4888
|
return contents;
|
|
4657
4889
|
}, "de_GetAssetCommand");
|
|
4890
|
+
var de_GetAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4891
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4892
|
+
return de_CommandError(output, context);
|
|
4893
|
+
}
|
|
4894
|
+
const contents = (0, import_smithy_client.map)({
|
|
4895
|
+
$metadata: deserializeMetadata(output)
|
|
4896
|
+
});
|
|
4897
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4898
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4899
|
+
assetId: import_smithy_client.expectString,
|
|
4900
|
+
configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
|
|
4901
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4902
|
+
description: import_smithy_client.expectString,
|
|
4903
|
+
domainId: import_smithy_client.expectString,
|
|
4904
|
+
effectiveColumnNames: import_smithy_client._json,
|
|
4905
|
+
effectiveRowFilter: import_smithy_client.expectString,
|
|
4906
|
+
errorMessage: import_smithy_client.expectString,
|
|
4907
|
+
id: import_smithy_client.expectString,
|
|
4908
|
+
name: import_smithy_client.expectString,
|
|
4909
|
+
status: import_smithy_client.expectString
|
|
4910
|
+
});
|
|
4911
|
+
Object.assign(contents, doc);
|
|
4912
|
+
return contents;
|
|
4913
|
+
}, "de_GetAssetFilterCommand");
|
|
4658
4914
|
var de_GetAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4659
4915
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4660
4916
|
return de_CommandError(output, context);
|
|
@@ -4856,6 +5112,7 @@ var de_GetEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
4856
5112
|
enabledRegions: import_smithy_client._json,
|
|
4857
5113
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
4858
5114
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
5115
|
+
provisioningConfigurations: import_smithy_client._json,
|
|
4859
5116
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
4860
5117
|
regionalParameters: import_smithy_client._json,
|
|
4861
5118
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -5226,6 +5483,21 @@ var de_GetUserProfileCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
5226
5483
|
Object.assign(contents, doc);
|
|
5227
5484
|
return contents;
|
|
5228
5485
|
}, "de_GetUserProfileCommand");
|
|
5486
|
+
var de_ListAssetFiltersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5487
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5488
|
+
return de_CommandError(output, context);
|
|
5489
|
+
}
|
|
5490
|
+
const contents = (0, import_smithy_client.map)({
|
|
5491
|
+
$metadata: deserializeMetadata(output)
|
|
5492
|
+
});
|
|
5493
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5494
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5495
|
+
items: (_) => de_AssetFilters(_, context),
|
|
5496
|
+
nextToken: import_smithy_client.expectString
|
|
5497
|
+
});
|
|
5498
|
+
Object.assign(contents, doc);
|
|
5499
|
+
return contents;
|
|
5500
|
+
}, "de_ListAssetFiltersCommand");
|
|
5229
5501
|
var de_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5230
5502
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5231
5503
|
return de_CommandError(output, context);
|
|
@@ -5581,6 +5853,7 @@ var de_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
5581
5853
|
enabledRegions: import_smithy_client._json,
|
|
5582
5854
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
5583
5855
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
5856
|
+
provisioningConfigurations: import_smithy_client._json,
|
|
5584
5857
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
5585
5858
|
regionalParameters: import_smithy_client._json,
|
|
5586
5859
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -5797,6 +6070,30 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
5797
6070
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5798
6071
|
return contents;
|
|
5799
6072
|
}, "de_UntagResourceCommand");
|
|
6073
|
+
var de_UpdateAssetFilterCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6074
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6075
|
+
return de_CommandError(output, context);
|
|
6076
|
+
}
|
|
6077
|
+
const contents = (0, import_smithy_client.map)({
|
|
6078
|
+
$metadata: deserializeMetadata(output)
|
|
6079
|
+
});
|
|
6080
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6081
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6082
|
+
assetId: import_smithy_client.expectString,
|
|
6083
|
+
configuration: (_) => de_AssetFilterConfiguration((0, import_core2.awsExpectUnion)(_), context),
|
|
6084
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6085
|
+
description: import_smithy_client.expectString,
|
|
6086
|
+
domainId: import_smithy_client.expectString,
|
|
6087
|
+
effectiveColumnNames: import_smithy_client._json,
|
|
6088
|
+
effectiveRowFilter: import_smithy_client.expectString,
|
|
6089
|
+
errorMessage: import_smithy_client.expectString,
|
|
6090
|
+
id: import_smithy_client.expectString,
|
|
6091
|
+
name: import_smithy_client.expectString,
|
|
6092
|
+
status: import_smithy_client.expectString
|
|
6093
|
+
});
|
|
6094
|
+
Object.assign(contents, doc);
|
|
6095
|
+
return contents;
|
|
6096
|
+
}, "de_UpdateAssetFilterCommand");
|
|
5800
6097
|
var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5801
6098
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5802
6099
|
return de_CommandError(output, context);
|
|
@@ -6255,6 +6552,13 @@ var se_AcceptRule = /* @__PURE__ */ __name((input, context) => {
|
|
|
6255
6552
|
threshold: import_smithy_client.serializeFloat
|
|
6256
6553
|
});
|
|
6257
6554
|
}, "se_AcceptRule");
|
|
6555
|
+
var se_AssetFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
6556
|
+
return AssetFilterConfiguration.visit(input, {
|
|
6557
|
+
columnConfiguration: (value) => ({ columnConfiguration: (0, import_smithy_client._json)(value) }),
|
|
6558
|
+
rowConfiguration: (value) => ({ rowConfiguration: se_RowFilterConfiguration(value, context) }),
|
|
6559
|
+
_: (name, value) => ({ name: value })
|
|
6560
|
+
});
|
|
6561
|
+
}, "se_AssetFilterConfiguration");
|
|
6258
6562
|
var se_FilterClause = /* @__PURE__ */ __name((input, context) => {
|
|
6259
6563
|
return FilterClause.visit(input, {
|
|
6260
6564
|
and: (value) => ({ and: se_FilterList(value, context) }),
|
|
@@ -6274,6 +6578,25 @@ var se_RejectRule = /* @__PURE__ */ __name((input, context) => {
|
|
|
6274
6578
|
threshold: import_smithy_client.serializeFloat
|
|
6275
6579
|
});
|
|
6276
6580
|
}, "se_RejectRule");
|
|
6581
|
+
var se_RowFilter = /* @__PURE__ */ __name((input, context) => {
|
|
6582
|
+
return RowFilter.visit(input, {
|
|
6583
|
+
and: (value) => ({ and: se_RowFilterList(value, context) }),
|
|
6584
|
+
expression: (value) => ({ expression: (0, import_smithy_client._json)(value) }),
|
|
6585
|
+
or: (value) => ({ or: se_RowFilterList(value, context) }),
|
|
6586
|
+
_: (name, value) => ({ name: value })
|
|
6587
|
+
});
|
|
6588
|
+
}, "se_RowFilter");
|
|
6589
|
+
var se_RowFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
6590
|
+
return (0, import_smithy_client.take)(input, {
|
|
6591
|
+
rowFilter: (_) => se_RowFilter(_, context),
|
|
6592
|
+
sensitive: []
|
|
6593
|
+
});
|
|
6594
|
+
}, "se_RowFilterConfiguration");
|
|
6595
|
+
var se_RowFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
6596
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
6597
|
+
return se_RowFilter(entry, context);
|
|
6598
|
+
});
|
|
6599
|
+
}, "se_RowFilterList");
|
|
6277
6600
|
var se_TimeSeriesDataPointFormInput = /* @__PURE__ */ __name((input, context) => {
|
|
6278
6601
|
return (0, import_smithy_client.take)(input, {
|
|
6279
6602
|
content: [],
|
|
@@ -6288,6 +6611,39 @@ var se_TimeSeriesDataPointFormInputList = /* @__PURE__ */ __name((input, context
|
|
|
6288
6611
|
return se_TimeSeriesDataPointFormInput(entry, context);
|
|
6289
6612
|
});
|
|
6290
6613
|
}, "se_TimeSeriesDataPointFormInputList");
|
|
6614
|
+
var de_AssetFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
6615
|
+
if (output.columnConfiguration != null) {
|
|
6616
|
+
return {
|
|
6617
|
+
columnConfiguration: (0, import_smithy_client._json)(output.columnConfiguration)
|
|
6618
|
+
};
|
|
6619
|
+
}
|
|
6620
|
+
if (output.rowConfiguration != null) {
|
|
6621
|
+
return {
|
|
6622
|
+
rowConfiguration: de_RowFilterConfiguration(output.rowConfiguration, context)
|
|
6623
|
+
};
|
|
6624
|
+
}
|
|
6625
|
+
return { $unknown: Object.entries(output)[0] };
|
|
6626
|
+
}, "de_AssetFilterConfiguration");
|
|
6627
|
+
var de_AssetFilters = /* @__PURE__ */ __name((output, context) => {
|
|
6628
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6629
|
+
return de_AssetFilterSummary(entry, context);
|
|
6630
|
+
});
|
|
6631
|
+
return retVal;
|
|
6632
|
+
}, "de_AssetFilters");
|
|
6633
|
+
var de_AssetFilterSummary = /* @__PURE__ */ __name((output, context) => {
|
|
6634
|
+
return (0, import_smithy_client.take)(output, {
|
|
6635
|
+
assetId: import_smithy_client.expectString,
|
|
6636
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6637
|
+
description: import_smithy_client.expectString,
|
|
6638
|
+
domainId: import_smithy_client.expectString,
|
|
6639
|
+
effectiveColumnNames: import_smithy_client._json,
|
|
6640
|
+
effectiveRowFilter: import_smithy_client.expectString,
|
|
6641
|
+
errorMessage: import_smithy_client.expectString,
|
|
6642
|
+
id: import_smithy_client.expectString,
|
|
6643
|
+
name: import_smithy_client.expectString,
|
|
6644
|
+
status: import_smithy_client.expectString
|
|
6645
|
+
});
|
|
6646
|
+
}, "de_AssetFilterSummary");
|
|
6291
6647
|
var de_AssetItem = /* @__PURE__ */ __name((output, context) => {
|
|
6292
6648
|
return (0, import_smithy_client.take)(output, {
|
|
6293
6649
|
additionalAttributes: (_) => de_AssetItemAdditionalAttributes(_, context),
|
|
@@ -6485,6 +6841,7 @@ var de_EnvironmentBlueprintConfigurationItem = /* @__PURE__ */ __name((output, c
|
|
|
6485
6841
|
enabledRegions: import_smithy_client._json,
|
|
6486
6842
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
6487
6843
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
6844
|
+
provisioningConfigurations: import_smithy_client._json,
|
|
6488
6845
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
6489
6846
|
regionalParameters: import_smithy_client._json,
|
|
6490
6847
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -6716,6 +7073,36 @@ var de_ProjectSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
6716
7073
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
6717
7074
|
});
|
|
6718
7075
|
}, "de_ProjectSummary");
|
|
7076
|
+
var de_RowFilter = /* @__PURE__ */ __name((output, context) => {
|
|
7077
|
+
if (output.and != null) {
|
|
7078
|
+
return {
|
|
7079
|
+
and: de_RowFilterList(output.and, context)
|
|
7080
|
+
};
|
|
7081
|
+
}
|
|
7082
|
+
if (output.expression != null) {
|
|
7083
|
+
return {
|
|
7084
|
+
expression: (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(output.expression))
|
|
7085
|
+
};
|
|
7086
|
+
}
|
|
7087
|
+
if (output.or != null) {
|
|
7088
|
+
return {
|
|
7089
|
+
or: de_RowFilterList(output.or, context)
|
|
7090
|
+
};
|
|
7091
|
+
}
|
|
7092
|
+
return { $unknown: Object.entries(output)[0] };
|
|
7093
|
+
}, "de_RowFilter");
|
|
7094
|
+
var de_RowFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
7095
|
+
return (0, import_smithy_client.take)(output, {
|
|
7096
|
+
rowFilter: (_) => de_RowFilter((0, import_core2.awsExpectUnion)(_), context),
|
|
7097
|
+
sensitive: import_smithy_client.expectBoolean
|
|
7098
|
+
});
|
|
7099
|
+
}, "de_RowFilterConfiguration");
|
|
7100
|
+
var de_RowFilterList = /* @__PURE__ */ __name((output, context) => {
|
|
7101
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7102
|
+
return de_RowFilter((0, import_core2.awsExpectUnion)(entry), context);
|
|
7103
|
+
});
|
|
7104
|
+
return retVal;
|
|
7105
|
+
}, "de_RowFilterList");
|
|
6719
7106
|
var de_SearchInventoryResultItem = /* @__PURE__ */ __name((output, context) => {
|
|
6720
7107
|
if (output.assetItem != null) {
|
|
6721
7108
|
return {
|
|
@@ -7065,6 +7452,22 @@ var _CreateAssetCommand = class _CreateAssetCommand extends import_smithy_client
|
|
|
7065
7452
|
__name(_CreateAssetCommand, "CreateAssetCommand");
|
|
7066
7453
|
var CreateAssetCommand = _CreateAssetCommand;
|
|
7067
7454
|
|
|
7455
|
+
// src/commands/CreateAssetFilterCommand.ts
|
|
7456
|
+
|
|
7457
|
+
|
|
7458
|
+
|
|
7459
|
+
var _CreateAssetFilterCommand = class _CreateAssetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7460
|
+
...commonParams
|
|
7461
|
+
}).m(function(Command, cs, config, o) {
|
|
7462
|
+
return [
|
|
7463
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7464
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7465
|
+
];
|
|
7466
|
+
}).s("DataZone", "CreateAssetFilter", {}).n("DataZoneClient", "CreateAssetFilterCommand").f(CreateAssetFilterInputFilterSensitiveLog, CreateAssetFilterOutputFilterSensitiveLog).ser(se_CreateAssetFilterCommand).de(de_CreateAssetFilterCommand).build() {
|
|
7467
|
+
};
|
|
7468
|
+
__name(_CreateAssetFilterCommand, "CreateAssetFilterCommand");
|
|
7469
|
+
var CreateAssetFilterCommand = _CreateAssetFilterCommand;
|
|
7470
|
+
|
|
7068
7471
|
// src/commands/CreateAssetRevisionCommand.ts
|
|
7069
7472
|
|
|
7070
7473
|
|
|
@@ -7369,6 +7772,22 @@ var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client
|
|
|
7369
7772
|
__name(_DeleteAssetCommand, "DeleteAssetCommand");
|
|
7370
7773
|
var DeleteAssetCommand = _DeleteAssetCommand;
|
|
7371
7774
|
|
|
7775
|
+
// src/commands/DeleteAssetFilterCommand.ts
|
|
7776
|
+
|
|
7777
|
+
|
|
7778
|
+
|
|
7779
|
+
var _DeleteAssetFilterCommand = class _DeleteAssetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7780
|
+
...commonParams
|
|
7781
|
+
}).m(function(Command, cs, config, o) {
|
|
7782
|
+
return [
|
|
7783
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7784
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7785
|
+
];
|
|
7786
|
+
}).s("DataZone", "DeleteAssetFilter", {}).n("DataZoneClient", "DeleteAssetFilterCommand").f(void 0, void 0).ser(se_DeleteAssetFilterCommand).de(de_DeleteAssetFilterCommand).build() {
|
|
7787
|
+
};
|
|
7788
|
+
__name(_DeleteAssetFilterCommand, "DeleteAssetFilterCommand");
|
|
7789
|
+
var DeleteAssetFilterCommand = _DeleteAssetFilterCommand;
|
|
7790
|
+
|
|
7372
7791
|
// src/commands/DeleteAssetTypeCommand.ts
|
|
7373
7792
|
|
|
7374
7793
|
|
|
@@ -7673,6 +8092,22 @@ var _GetAssetCommand = class _GetAssetCommand extends import_smithy_client.Comma
|
|
|
7673
8092
|
__name(_GetAssetCommand, "GetAssetCommand");
|
|
7674
8093
|
var GetAssetCommand = _GetAssetCommand;
|
|
7675
8094
|
|
|
8095
|
+
// src/commands/GetAssetFilterCommand.ts
|
|
8096
|
+
|
|
8097
|
+
|
|
8098
|
+
|
|
8099
|
+
var _GetAssetFilterCommand = class _GetAssetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8100
|
+
...commonParams
|
|
8101
|
+
}).m(function(Command, cs, config, o) {
|
|
8102
|
+
return [
|
|
8103
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8104
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8105
|
+
];
|
|
8106
|
+
}).s("DataZone", "GetAssetFilter", {}).n("DataZoneClient", "GetAssetFilterCommand").f(void 0, GetAssetFilterOutputFilterSensitiveLog).ser(se_GetAssetFilterCommand).de(de_GetAssetFilterCommand).build() {
|
|
8107
|
+
};
|
|
8108
|
+
__name(_GetAssetFilterCommand, "GetAssetFilterCommand");
|
|
8109
|
+
var GetAssetFilterCommand = _GetAssetFilterCommand;
|
|
8110
|
+
|
|
7676
8111
|
// src/commands/GetAssetTypeCommand.ts
|
|
7677
8112
|
|
|
7678
8113
|
|
|
@@ -8057,6 +8492,22 @@ var _GetUserProfileCommand = class _GetUserProfileCommand extends import_smithy_
|
|
|
8057
8492
|
__name(_GetUserProfileCommand, "GetUserProfileCommand");
|
|
8058
8493
|
var GetUserProfileCommand = _GetUserProfileCommand;
|
|
8059
8494
|
|
|
8495
|
+
// src/commands/ListAssetFiltersCommand.ts
|
|
8496
|
+
|
|
8497
|
+
|
|
8498
|
+
|
|
8499
|
+
var _ListAssetFiltersCommand = class _ListAssetFiltersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8500
|
+
...commonParams
|
|
8501
|
+
}).m(function(Command, cs, config, o) {
|
|
8502
|
+
return [
|
|
8503
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8504
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8505
|
+
];
|
|
8506
|
+
}).s("DataZone", "ListAssetFilters", {}).n("DataZoneClient", "ListAssetFiltersCommand").f(void 0, ListAssetFiltersOutputFilterSensitiveLog).ser(se_ListAssetFiltersCommand).de(de_ListAssetFiltersCommand).build() {
|
|
8507
|
+
};
|
|
8508
|
+
__name(_ListAssetFiltersCommand, "ListAssetFiltersCommand");
|
|
8509
|
+
var ListAssetFiltersCommand = _ListAssetFiltersCommand;
|
|
8510
|
+
|
|
8060
8511
|
// src/commands/ListAssetRevisionsCommand.ts
|
|
8061
8512
|
|
|
8062
8513
|
|
|
@@ -8633,6 +9084,22 @@ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_cl
|
|
|
8633
9084
|
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
8634
9085
|
var UntagResourceCommand = _UntagResourceCommand;
|
|
8635
9086
|
|
|
9087
|
+
// src/commands/UpdateAssetFilterCommand.ts
|
|
9088
|
+
|
|
9089
|
+
|
|
9090
|
+
|
|
9091
|
+
var _UpdateAssetFilterCommand = class _UpdateAssetFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9092
|
+
...commonParams
|
|
9093
|
+
}).m(function(Command, cs, config, o) {
|
|
9094
|
+
return [
|
|
9095
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9096
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9097
|
+
];
|
|
9098
|
+
}).s("DataZone", "UpdateAssetFilter", {}).n("DataZoneClient", "UpdateAssetFilterCommand").f(UpdateAssetFilterInputFilterSensitiveLog, UpdateAssetFilterOutputFilterSensitiveLog).ser(se_UpdateAssetFilterCommand).de(de_UpdateAssetFilterCommand).build() {
|
|
9099
|
+
};
|
|
9100
|
+
__name(_UpdateAssetFilterCommand, "UpdateAssetFilterCommand");
|
|
9101
|
+
var UpdateAssetFilterCommand = _UpdateAssetFilterCommand;
|
|
9102
|
+
|
|
8636
9103
|
// src/commands/UpdateDataSourceCommand.ts
|
|
8637
9104
|
|
|
8638
9105
|
|
|
@@ -8849,6 +9316,7 @@ var commands = {
|
|
|
8849
9316
|
CancelMetadataGenerationRunCommand,
|
|
8850
9317
|
CancelSubscriptionCommand,
|
|
8851
9318
|
CreateAssetCommand,
|
|
9319
|
+
CreateAssetFilterCommand,
|
|
8852
9320
|
CreateAssetRevisionCommand,
|
|
8853
9321
|
CreateAssetTypeCommand,
|
|
8854
9322
|
CreateDataSourceCommand,
|
|
@@ -8868,6 +9336,7 @@ var commands = {
|
|
|
8868
9336
|
CreateSubscriptionTargetCommand,
|
|
8869
9337
|
CreateUserProfileCommand,
|
|
8870
9338
|
DeleteAssetCommand,
|
|
9339
|
+
DeleteAssetFilterCommand,
|
|
8871
9340
|
DeleteAssetTypeCommand,
|
|
8872
9341
|
DeleteDataSourceCommand,
|
|
8873
9342
|
DeleteDomainCommand,
|
|
@@ -8887,6 +9356,7 @@ var commands = {
|
|
|
8887
9356
|
DeleteTimeSeriesDataPointsCommand,
|
|
8888
9357
|
DisassociateEnvironmentRoleCommand,
|
|
8889
9358
|
GetAssetCommand,
|
|
9359
|
+
GetAssetFilterCommand,
|
|
8890
9360
|
GetAssetTypeCommand,
|
|
8891
9361
|
GetDataSourceCommand,
|
|
8892
9362
|
GetDataSourceRunCommand,
|
|
@@ -8911,6 +9381,7 @@ var commands = {
|
|
|
8911
9381
|
GetSubscriptionTargetCommand,
|
|
8912
9382
|
GetTimeSeriesDataPointCommand,
|
|
8913
9383
|
GetUserProfileCommand,
|
|
9384
|
+
ListAssetFiltersCommand,
|
|
8914
9385
|
ListAssetRevisionsCommand,
|
|
8915
9386
|
ListDataSourceRunActivitiesCommand,
|
|
8916
9387
|
ListDataSourceRunsCommand,
|
|
@@ -8947,6 +9418,7 @@ var commands = {
|
|
|
8947
9418
|
StartMetadataGenerationRunCommand,
|
|
8948
9419
|
TagResourceCommand,
|
|
8949
9420
|
UntagResourceCommand,
|
|
9421
|
+
UpdateAssetFilterCommand,
|
|
8950
9422
|
UpdateDataSourceCommand,
|
|
8951
9423
|
UpdateDomainCommand,
|
|
8952
9424
|
UpdateEnvironmentCommand,
|
|
@@ -8967,6 +9439,10 @@ __name(_DataZone, "DataZone");
|
|
|
8967
9439
|
var DataZone = _DataZone;
|
|
8968
9440
|
(0, import_smithy_client.createAggregatedClient)(commands, DataZone);
|
|
8969
9441
|
|
|
9442
|
+
// src/pagination/ListAssetFiltersPaginator.ts
|
|
9443
|
+
|
|
9444
|
+
var paginateListAssetFilters = (0, import_core.createPaginator)(DataZoneClient, ListAssetFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
9445
|
+
|
|
8970
9446
|
// src/pagination/ListAssetRevisionsPaginator.ts
|
|
8971
9447
|
|
|
8972
9448
|
var paginateListAssetRevisions = (0, import_core.createPaginator)(DataZoneClient, ListAssetRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -9080,6 +9556,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9080
9556
|
CancelMetadataGenerationRunCommand,
|
|
9081
9557
|
CancelSubscriptionCommand,
|
|
9082
9558
|
CreateAssetCommand,
|
|
9559
|
+
CreateAssetFilterCommand,
|
|
9083
9560
|
CreateAssetRevisionCommand,
|
|
9084
9561
|
CreateAssetTypeCommand,
|
|
9085
9562
|
CreateDataSourceCommand,
|
|
@@ -9099,6 +9576,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9099
9576
|
CreateSubscriptionTargetCommand,
|
|
9100
9577
|
CreateUserProfileCommand,
|
|
9101
9578
|
DeleteAssetCommand,
|
|
9579
|
+
DeleteAssetFilterCommand,
|
|
9102
9580
|
DeleteAssetTypeCommand,
|
|
9103
9581
|
DeleteDataSourceCommand,
|
|
9104
9582
|
DeleteDomainCommand,
|
|
@@ -9118,6 +9596,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9118
9596
|
DeleteTimeSeriesDataPointsCommand,
|
|
9119
9597
|
DisassociateEnvironmentRoleCommand,
|
|
9120
9598
|
GetAssetCommand,
|
|
9599
|
+
GetAssetFilterCommand,
|
|
9121
9600
|
GetAssetTypeCommand,
|
|
9122
9601
|
GetDataSourceCommand,
|
|
9123
9602
|
GetDataSourceRunCommand,
|
|
@@ -9142,6 +9621,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9142
9621
|
GetSubscriptionTargetCommand,
|
|
9143
9622
|
GetTimeSeriesDataPointCommand,
|
|
9144
9623
|
GetUserProfileCommand,
|
|
9624
|
+
ListAssetFiltersCommand,
|
|
9145
9625
|
ListAssetRevisionsCommand,
|
|
9146
9626
|
ListDataSourceRunActivitiesCommand,
|
|
9147
9627
|
ListDataSourceRunsCommand,
|
|
@@ -9178,6 +9658,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9178
9658
|
StartMetadataGenerationRunCommand,
|
|
9179
9659
|
TagResourceCommand,
|
|
9180
9660
|
UntagResourceCommand,
|
|
9661
|
+
UpdateAssetFilterCommand,
|
|
9181
9662
|
UpdateDataSourceCommand,
|
|
9182
9663
|
UpdateDomainCommand,
|
|
9183
9664
|
UpdateEnvironmentActionCommand,
|
|
@@ -9191,6 +9672,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9191
9672
|
UpdateSubscriptionRequestCommand,
|
|
9192
9673
|
UpdateSubscriptionTargetCommand,
|
|
9193
9674
|
UpdateUserProfileCommand,
|
|
9675
|
+
paginateListAssetFilters,
|
|
9194
9676
|
paginateListAssetRevisions,
|
|
9195
9677
|
paginateListDataSourceRunActivities,
|
|
9196
9678
|
paginateListDataSourceRuns,
|
|
@@ -9230,6 +9712,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9230
9712
|
ActionParameters,
|
|
9231
9713
|
ListingStatus,
|
|
9232
9714
|
ServiceQuotaExceededException,
|
|
9715
|
+
RowFilterExpression,
|
|
9716
|
+
FilterStatus,
|
|
9233
9717
|
AuthType,
|
|
9234
9718
|
SubscriptionStatus,
|
|
9235
9719
|
ChangeAction,
|
|
@@ -9272,11 +9756,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9272
9756
|
SelfGrantStatusOutput,
|
|
9273
9757
|
DataSourceRunType,
|
|
9274
9758
|
TimeSeriesEntityType,
|
|
9275
|
-
|
|
9276
|
-
EdgeDirection,
|
|
9277
|
-
SortOrder,
|
|
9278
|
-
TaskStatus,
|
|
9279
|
-
NotificationType,
|
|
9759
|
+
ProvisioningConfiguration,
|
|
9280
9760
|
AcceptChoiceFilterSensitiveLog,
|
|
9281
9761
|
AcceptPredictionsInputFilterSensitiveLog,
|
|
9282
9762
|
AcceptSubscriptionRequestInputFilterSensitiveLog,
|
|
@@ -9294,6 +9774,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9294
9774
|
CreateAssetRevisionInputFilterSensitiveLog,
|
|
9295
9775
|
CreateAssetRevisionOutputFilterSensitiveLog,
|
|
9296
9776
|
GetAssetOutputFilterSensitiveLog,
|
|
9777
|
+
AssetFilterSummaryFilterSensitiveLog,
|
|
9297
9778
|
AssetItemAdditionalAttributesFilterSensitiveLog,
|
|
9298
9779
|
AssetItemFilterSensitiveLog,
|
|
9299
9780
|
AssetListingFilterSensitiveLog,
|
|
@@ -9357,16 +9838,13 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9357
9838
|
GetGlossaryTermOutputFilterSensitiveLog,
|
|
9358
9839
|
UpdateGlossaryTermInputFilterSensitiveLog,
|
|
9359
9840
|
UpdateGlossaryTermOutputFilterSensitiveLog,
|
|
9841
|
+
ListAssetFiltersOutputFilterSensitiveLog,
|
|
9360
9842
|
ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
9361
|
-
|
|
9362
|
-
|
|
9363
|
-
|
|
9364
|
-
|
|
9365
|
-
|
|
9366
|
-
EnvironmentSummaryFilterSensitiveLog,
|
|
9367
|
-
ListEnvironmentsOutputFilterSensitiveLog,
|
|
9368
|
-
ListingItemFilterSensitiveLog,
|
|
9369
|
-
GetListingOutputFilterSensitiveLog,
|
|
9843
|
+
ListingItem,
|
|
9844
|
+
EdgeDirection,
|
|
9845
|
+
SortOrder,
|
|
9846
|
+
TaskStatus,
|
|
9847
|
+
NotificationType,
|
|
9370
9848
|
NotificationResourceType,
|
|
9371
9849
|
NotificationRole,
|
|
9372
9850
|
SortFieldProject,
|
|
@@ -9385,6 +9863,17 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9385
9863
|
SearchTypesResultItem,
|
|
9386
9864
|
UserSearchType,
|
|
9387
9865
|
FilterClause,
|
|
9866
|
+
RowFilter,
|
|
9867
|
+
AssetFilterConfiguration,
|
|
9868
|
+
EnvironmentBlueprintSummaryFilterSensitiveLog,
|
|
9869
|
+
ListEnvironmentBlueprintsOutputFilterSensitiveLog,
|
|
9870
|
+
ListEnvironmentProfilesInputFilterSensitiveLog,
|
|
9871
|
+
EnvironmentProfileSummaryFilterSensitiveLog,
|
|
9872
|
+
ListEnvironmentProfilesOutputFilterSensitiveLog,
|
|
9873
|
+
EnvironmentSummaryFilterSensitiveLog,
|
|
9874
|
+
ListEnvironmentsOutputFilterSensitiveLog,
|
|
9875
|
+
ListingItemFilterSensitiveLog,
|
|
9876
|
+
GetListingOutputFilterSensitiveLog,
|
|
9388
9877
|
NotificationOutputFilterSensitiveLog,
|
|
9389
9878
|
ListNotificationsOutputFilterSensitiveLog,
|
|
9390
9879
|
ListProjectsInputFilterSensitiveLog,
|
|
@@ -9426,6 +9915,11 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9426
9915
|
UpdateSubscriptionRequestOutputFilterSensitiveLog,
|
|
9427
9916
|
UpdateSubscriptionTargetInputFilterSensitiveLog,
|
|
9428
9917
|
UpdateSubscriptionTargetOutputFilterSensitiveLog,
|
|
9429
|
-
UpdateUserProfileOutputFilterSensitiveLog
|
|
9918
|
+
UpdateUserProfileOutputFilterSensitiveLog,
|
|
9919
|
+
CreateAssetFilterInputFilterSensitiveLog,
|
|
9920
|
+
CreateAssetFilterOutputFilterSensitiveLog,
|
|
9921
|
+
GetAssetFilterOutputFilterSensitiveLog,
|
|
9922
|
+
UpdateAssetFilterInputFilterSensitiveLog,
|
|
9923
|
+
UpdateAssetFilterOutputFilterSensitiveLog
|
|
9430
9924
|
});
|
|
9431
9925
|
|