@aws-sdk/client-datazone 3.623.0 → 3.624.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -0
- package/dist-cjs/index.js +530 -50
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/CreateDataProductCommand.js +25 -0
- package/dist-es/commands/CreateDataProductRevisionCommand.js +25 -0
- package/dist-es/commands/DeleteDataProductCommand.js +24 -0
- package/dist-es/commands/GetDataProductCommand.js +25 -0
- package/dist-es/commands/GetGlossaryCommand.js +1 -1
- package/dist-es/commands/GetGlossaryTermCommand.js +1 -1
- package/dist-es/commands/ListAssetFiltersCommand.js +1 -1
- package/dist-es/commands/ListDataProductRevisionsCommand.js +24 -0
- package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +1 -1
- package/dist-es/commands/UpdateGlossaryCommand.js +1 -1
- package/dist-es/commands/UpdateGlossaryTermCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +80 -41
- package/dist-es/models/models_1.js +55 -1
- package/dist-es/pagination/ListDataProductRevisionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +258 -0
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +7 -2
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/CreateDataProductCommand.d.ts +140 -0
- package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +137 -0
- package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +4 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +80 -0
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +111 -0
- package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetListingCommand.d.ts +27 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +19 -0
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +90 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +19 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +19 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/SearchCommand.d.ts +15 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +33 -0
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +19 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +2313 -2177
- package/dist-types/models/models_1.d.ts +763 -5
- package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/DataZone.d.ts +85 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +208 -150
- package/dist-types/ts3.4/models/models_1.d.ts +201 -0
- package/dist-types/ts3.4/pagination/ListDataProductRevisionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +5 -5
package/dist-es/DataZone.js
CHANGED
|
@@ -8,6 +8,8 @@ import { CreateAssetCommand } from "./commands/CreateAssetCommand";
|
|
|
8
8
|
import { CreateAssetFilterCommand, } from "./commands/CreateAssetFilterCommand";
|
|
9
9
|
import { CreateAssetRevisionCommand, } from "./commands/CreateAssetRevisionCommand";
|
|
10
10
|
import { CreateAssetTypeCommand, } from "./commands/CreateAssetTypeCommand";
|
|
11
|
+
import { CreateDataProductCommand, } from "./commands/CreateDataProductCommand";
|
|
12
|
+
import { CreateDataProductRevisionCommand, } from "./commands/CreateDataProductRevisionCommand";
|
|
11
13
|
import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
|
|
12
14
|
import { CreateDomainCommand, } from "./commands/CreateDomainCommand";
|
|
13
15
|
import { CreateEnvironmentActionCommand, } from "./commands/CreateEnvironmentActionCommand";
|
|
@@ -27,6 +29,7 @@ import { CreateUserProfileCommand, } from "./commands/CreateUserProfileCommand";
|
|
|
27
29
|
import { DeleteAssetCommand } from "./commands/DeleteAssetCommand";
|
|
28
30
|
import { DeleteAssetFilterCommand, } from "./commands/DeleteAssetFilterCommand";
|
|
29
31
|
import { DeleteAssetTypeCommand, } from "./commands/DeleteAssetTypeCommand";
|
|
32
|
+
import { DeleteDataProductCommand, } from "./commands/DeleteDataProductCommand";
|
|
30
33
|
import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
|
|
31
34
|
import { DeleteDomainCommand, } from "./commands/DeleteDomainCommand";
|
|
32
35
|
import { DeleteEnvironmentActionCommand, } from "./commands/DeleteEnvironmentActionCommand";
|
|
@@ -47,6 +50,7 @@ import { DisassociateEnvironmentRoleCommand, } from "./commands/DisassociateEnvi
|
|
|
47
50
|
import { GetAssetCommand } from "./commands/GetAssetCommand";
|
|
48
51
|
import { GetAssetFilterCommand, } from "./commands/GetAssetFilterCommand";
|
|
49
52
|
import { GetAssetTypeCommand, } from "./commands/GetAssetTypeCommand";
|
|
53
|
+
import { GetDataProductCommand, } from "./commands/GetDataProductCommand";
|
|
50
54
|
import { GetDataSourceCommand, } from "./commands/GetDataSourceCommand";
|
|
51
55
|
import { GetDataSourceRunCommand, } from "./commands/GetDataSourceRunCommand";
|
|
52
56
|
import { GetDomainCommand } from "./commands/GetDomainCommand";
|
|
@@ -73,6 +77,7 @@ import { GetTimeSeriesDataPointCommand, } from "./commands/GetTimeSeriesDataPoin
|
|
|
73
77
|
import { GetUserProfileCommand, } from "./commands/GetUserProfileCommand";
|
|
74
78
|
import { ListAssetFiltersCommand, } from "./commands/ListAssetFiltersCommand";
|
|
75
79
|
import { ListAssetRevisionsCommand, } from "./commands/ListAssetRevisionsCommand";
|
|
80
|
+
import { ListDataProductRevisionsCommand, } from "./commands/ListDataProductRevisionsCommand";
|
|
76
81
|
import { ListDataSourceRunActivitiesCommand, } from "./commands/ListDataSourceRunActivitiesCommand";
|
|
77
82
|
import { ListDataSourceRunsCommand, } from "./commands/ListDataSourceRunsCommand";
|
|
78
83
|
import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
|
|
@@ -133,6 +138,8 @@ const commands = {
|
|
|
133
138
|
CreateAssetFilterCommand,
|
|
134
139
|
CreateAssetRevisionCommand,
|
|
135
140
|
CreateAssetTypeCommand,
|
|
141
|
+
CreateDataProductCommand,
|
|
142
|
+
CreateDataProductRevisionCommand,
|
|
136
143
|
CreateDataSourceCommand,
|
|
137
144
|
CreateDomainCommand,
|
|
138
145
|
CreateEnvironmentCommand,
|
|
@@ -152,6 +159,7 @@ const commands = {
|
|
|
152
159
|
DeleteAssetCommand,
|
|
153
160
|
DeleteAssetFilterCommand,
|
|
154
161
|
DeleteAssetTypeCommand,
|
|
162
|
+
DeleteDataProductCommand,
|
|
155
163
|
DeleteDataSourceCommand,
|
|
156
164
|
DeleteDomainCommand,
|
|
157
165
|
DeleteEnvironmentCommand,
|
|
@@ -172,6 +180,7 @@ const commands = {
|
|
|
172
180
|
GetAssetCommand,
|
|
173
181
|
GetAssetFilterCommand,
|
|
174
182
|
GetAssetTypeCommand,
|
|
183
|
+
GetDataProductCommand,
|
|
175
184
|
GetDataSourceCommand,
|
|
176
185
|
GetDataSourceRunCommand,
|
|
177
186
|
GetDomainCommand,
|
|
@@ -198,6 +207,7 @@ const commands = {
|
|
|
198
207
|
GetUserProfileCommand,
|
|
199
208
|
ListAssetFiltersCommand,
|
|
200
209
|
ListAssetRevisionsCommand,
|
|
210
|
+
ListDataProductRevisionsCommand,
|
|
201
211
|
ListDataSourceRunActivitiesCommand,
|
|
202
212
|
ListDataSourceRunsCommand,
|
|
203
213
|
ListDataSourcesCommand,
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateDataProductInputFilterSensitiveLog, CreateDataProductOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateDataProductCommand, se_CreateDataProductCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateDataProductCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("DataZone", "CreateDataProduct", {})
|
|
20
|
+
.n("DataZoneClient", "CreateDataProductCommand")
|
|
21
|
+
.f(CreateDataProductInputFilterSensitiveLog, CreateDataProductOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateDataProductCommand)
|
|
23
|
+
.de(de_CreateDataProductCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateDataProductRevisionInputFilterSensitiveLog, CreateDataProductRevisionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateDataProductRevisionCommand, se_CreateDataProductRevisionCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateDataProductRevisionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("DataZone", "CreateDataProductRevision", {})
|
|
20
|
+
.n("DataZoneClient", "CreateDataProductRevisionCommand")
|
|
21
|
+
.f(CreateDataProductRevisionInputFilterSensitiveLog, CreateDataProductRevisionOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateDataProductRevisionCommand)
|
|
23
|
+
.de(de_CreateDataProductRevisionCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteDataProductCommand, se_DeleteDataProductCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteDataProductCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("DataZone", "DeleteDataProduct", {})
|
|
19
|
+
.n("DataZoneClient", "DeleteDataProductCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteDataProductCommand)
|
|
22
|
+
.de(de_DeleteDataProductCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetDataProductOutputFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { de_GetDataProductCommand, se_GetDataProductCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetDataProductCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("DataZone", "GetDataProduct", {})
|
|
20
|
+
.n("DataZoneClient", "GetDataProductCommand")
|
|
21
|
+
.f(void 0, GetDataProductOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetDataProductCommand)
|
|
23
|
+
.de(de_GetDataProductCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { GetGlossaryOutputFilterSensitiveLog } from "../models/
|
|
5
|
+
import { GetGlossaryOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_GetGlossaryCommand, se_GetGlossaryCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetGlossaryCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { GetGlossaryTermOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetGlossaryTermOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_GetGlossaryTermCommand, se_GetGlossaryTermCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetGlossaryTermCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ListAssetFiltersOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ListAssetFiltersOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_ListAssetFiltersCommand, se_ListAssetFiltersCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListAssetFiltersCommand extends $Command
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListDataProductRevisionsCommand, se_ListDataProductRevisionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListDataProductRevisionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("DataZone", "ListDataProductRevisions", {})
|
|
19
|
+
.n("DataZoneClient", "ListDataProductRevisionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListDataProductRevisionsCommand)
|
|
22
|
+
.de(de_ListDataProductRevisionsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ListDataSourceRunActivitiesOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ListDataSourceRunActivitiesOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_ListDataSourceRunActivitiesCommand, se_ListDataSourceRunActivitiesCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListDataSourceRunActivitiesCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateGlossaryInputFilterSensitiveLog, UpdateGlossaryOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateGlossaryInputFilterSensitiveLog, UpdateGlossaryOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_UpdateGlossaryCommand, se_UpdateGlossaryCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateGlossaryCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateGlossaryTermInputFilterSensitiveLog, UpdateGlossaryTermOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateGlossaryTermInputFilterSensitiveLog, UpdateGlossaryTermOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_UpdateGlossaryTermCommand, se_UpdateGlossaryTermCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateGlossaryTermCommand extends $Command
|
|
@@ -7,6 +7,8 @@ export * from "./CreateAssetCommand";
|
|
|
7
7
|
export * from "./CreateAssetFilterCommand";
|
|
8
8
|
export * from "./CreateAssetRevisionCommand";
|
|
9
9
|
export * from "./CreateAssetTypeCommand";
|
|
10
|
+
export * from "./CreateDataProductCommand";
|
|
11
|
+
export * from "./CreateDataProductRevisionCommand";
|
|
10
12
|
export * from "./CreateDataSourceCommand";
|
|
11
13
|
export * from "./CreateDomainCommand";
|
|
12
14
|
export * from "./CreateEnvironmentActionCommand";
|
|
@@ -26,6 +28,7 @@ export * from "./CreateUserProfileCommand";
|
|
|
26
28
|
export * from "./DeleteAssetCommand";
|
|
27
29
|
export * from "./DeleteAssetFilterCommand";
|
|
28
30
|
export * from "./DeleteAssetTypeCommand";
|
|
31
|
+
export * from "./DeleteDataProductCommand";
|
|
29
32
|
export * from "./DeleteDataSourceCommand";
|
|
30
33
|
export * from "./DeleteDomainCommand";
|
|
31
34
|
export * from "./DeleteEnvironmentActionCommand";
|
|
@@ -46,6 +49,7 @@ export * from "./DisassociateEnvironmentRoleCommand";
|
|
|
46
49
|
export * from "./GetAssetCommand";
|
|
47
50
|
export * from "./GetAssetFilterCommand";
|
|
48
51
|
export * from "./GetAssetTypeCommand";
|
|
52
|
+
export * from "./GetDataProductCommand";
|
|
49
53
|
export * from "./GetDataSourceCommand";
|
|
50
54
|
export * from "./GetDataSourceRunCommand";
|
|
51
55
|
export * from "./GetDomainCommand";
|
|
@@ -72,6 +76,7 @@ export * from "./GetTimeSeriesDataPointCommand";
|
|
|
72
76
|
export * from "./GetUserProfileCommand";
|
|
73
77
|
export * from "./ListAssetFiltersCommand";
|
|
74
78
|
export * from "./ListAssetRevisionsCommand";
|
|
79
|
+
export * from "./ListDataProductRevisionsCommand";
|
|
75
80
|
export * from "./ListDataSourceRunActivitiesCommand";
|
|
76
81
|
export * from "./ListDataSourceRunsCommand";
|
|
77
82
|
export * from "./ListDataSourcesCommand";
|
|
@@ -100,6 +100,8 @@ export var SubscribedListingItem;
|
|
|
100
100
|
SubscribedListingItem.visit = (value, visitor) => {
|
|
101
101
|
if (value.assetListing !== undefined)
|
|
102
102
|
return visitor.assetListing(value.assetListing);
|
|
103
|
+
if (value.productListing !== undefined)
|
|
104
|
+
return visitor.productListing(value.productListing);
|
|
103
105
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
104
106
|
};
|
|
105
107
|
})(SubscribedListingItem || (SubscribedListingItem = {}));
|
|
@@ -187,6 +189,14 @@ export const ConfigurableActionTypeAuthorization = {
|
|
|
187
189
|
HTTPS: "HTTPS",
|
|
188
190
|
IAM: "IAM",
|
|
189
191
|
};
|
|
192
|
+
export const DataProductItemType = {
|
|
193
|
+
ASSET: "ASSET",
|
|
194
|
+
};
|
|
195
|
+
export const DataProductStatus = {
|
|
196
|
+
CREATED: "CREATED",
|
|
197
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
198
|
+
CREATING: "CREATING",
|
|
199
|
+
};
|
|
190
200
|
export const FilterExpressionType = {
|
|
191
201
|
EXCLUDE: "EXCLUDE",
|
|
192
202
|
INCLUDE: "INCLUDE",
|
|
@@ -389,6 +399,7 @@ export const GroupProfileStatus = {
|
|
|
389
399
|
};
|
|
390
400
|
export const EntityType = {
|
|
391
401
|
ASSET: "ASSET",
|
|
402
|
+
DATA_PRODUCT: "DATA_PRODUCT",
|
|
392
403
|
};
|
|
393
404
|
export const ProjectStatus = {
|
|
394
405
|
ACTIVE: "ACTIVE",
|
|
@@ -545,9 +556,17 @@ export const SubscribedAssetListingFilterSensitiveLog = (obj) => ({
|
|
|
545
556
|
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
546
557
|
}),
|
|
547
558
|
});
|
|
559
|
+
export const SubscribedProductListingFilterSensitiveLog = (obj) => ({
|
|
560
|
+
...obj,
|
|
561
|
+
...(obj.glossaryTerms && {
|
|
562
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
563
|
+
}),
|
|
564
|
+
});
|
|
548
565
|
export const SubscribedListingItemFilterSensitiveLog = (obj) => {
|
|
549
566
|
if (obj.assetListing !== undefined)
|
|
550
567
|
return { assetListing: SubscribedAssetListingFilterSensitiveLog(obj.assetListing) };
|
|
568
|
+
if (obj.productListing !== undefined)
|
|
569
|
+
return { productListing: SubscribedProductListingFilterSensitiveLog(obj.productListing) };
|
|
551
570
|
if (obj.$unknown !== undefined)
|
|
552
571
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
553
572
|
};
|
|
@@ -698,6 +717,30 @@ export const CancelSubscriptionOutputFilterSensitiveLog = (obj) => ({
|
|
|
698
717
|
}),
|
|
699
718
|
...(obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }),
|
|
700
719
|
});
|
|
720
|
+
export const CreateDataProductInputFilterSensitiveLog = (obj) => ({
|
|
721
|
+
...obj,
|
|
722
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
723
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
724
|
+
...(obj.formsInput && { formsInput: SENSITIVE_STRING }),
|
|
725
|
+
});
|
|
726
|
+
export const CreateDataProductOutputFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
729
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
730
|
+
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
731
|
+
});
|
|
732
|
+
export const CreateDataProductRevisionInputFilterSensitiveLog = (obj) => ({
|
|
733
|
+
...obj,
|
|
734
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
735
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
736
|
+
...(obj.formsInput && { formsInput: SENSITIVE_STRING }),
|
|
737
|
+
});
|
|
738
|
+
export const CreateDataProductRevisionOutputFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
741
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
742
|
+
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
743
|
+
});
|
|
701
744
|
export const ScheduleConfigurationFilterSensitiveLog = (obj) => ({
|
|
702
745
|
...obj,
|
|
703
746
|
});
|
|
@@ -840,6 +883,43 @@ export const CreateUserProfileOutputFilterSensitiveLog = (obj) => ({
|
|
|
840
883
|
...obj,
|
|
841
884
|
...(obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }),
|
|
842
885
|
});
|
|
886
|
+
export const GetDataProductOutputFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
889
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
890
|
+
...(obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
891
|
+
});
|
|
892
|
+
export const ListingSummaryFilterSensitiveLog = (obj) => ({
|
|
893
|
+
...obj,
|
|
894
|
+
...(obj.glossaryTerms && {
|
|
895
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
896
|
+
}),
|
|
897
|
+
});
|
|
898
|
+
export const DataProductListingFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
...(obj.glossaryTerms && {
|
|
901
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
902
|
+
}),
|
|
903
|
+
});
|
|
904
|
+
export const ListingSummaryItemFilterSensitiveLog = (obj) => ({
|
|
905
|
+
...obj,
|
|
906
|
+
...(obj.glossaryTerms && {
|
|
907
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
908
|
+
}),
|
|
909
|
+
});
|
|
910
|
+
export const DataProductListingItemFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
913
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
914
|
+
...(obj.glossaryTerms && {
|
|
915
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item)),
|
|
916
|
+
}),
|
|
917
|
+
});
|
|
918
|
+
export const DataProductResultItemFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
921
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
922
|
+
});
|
|
843
923
|
export const DeleteDataSourceOutputFilterSensitiveLog = (obj) => ({
|
|
844
924
|
...obj,
|
|
845
925
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
@@ -987,44 +1067,3 @@ export const GetUserProfileOutputFilterSensitiveLog = (obj) => ({
|
|
|
987
1067
|
...obj,
|
|
988
1068
|
...(obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }),
|
|
989
1069
|
});
|
|
990
|
-
export const GetGlossaryOutputFilterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
993
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
994
|
-
});
|
|
995
|
-
export const UpdateGlossaryInputFilterSensitiveLog = (obj) => ({
|
|
996
|
-
...obj,
|
|
997
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
998
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
999
|
-
});
|
|
1000
|
-
export const UpdateGlossaryOutputFilterSensitiveLog = (obj) => ({
|
|
1001
|
-
...obj,
|
|
1002
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1003
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1004
|
-
});
|
|
1005
|
-
export const GetGlossaryTermOutputFilterSensitiveLog = (obj) => ({
|
|
1006
|
-
...obj,
|
|
1007
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1008
|
-
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
1009
|
-
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
1010
|
-
});
|
|
1011
|
-
export const UpdateGlossaryTermInputFilterSensitiveLog = (obj) => ({
|
|
1012
|
-
...obj,
|
|
1013
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1014
|
-
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
1015
|
-
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
1016
|
-
});
|
|
1017
|
-
export const UpdateGlossaryTermOutputFilterSensitiveLog = (obj) => ({
|
|
1018
|
-
...obj,
|
|
1019
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1020
|
-
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
1021
|
-
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
1022
|
-
});
|
|
1023
|
-
export const ListAssetFiltersOutputFilterSensitiveLog = (obj) => ({
|
|
1024
|
-
...obj,
|
|
1025
|
-
...(obj.items && { items: obj.items.map((item) => AssetFilterSummaryFilterSensitiveLog(item)) }),
|
|
1026
|
-
});
|
|
1027
|
-
export const ListDataSourceRunActivitiesOutputFilterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
...(obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }),
|
|
1030
|
-
});
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { AssetItemFilterSensitiveLog, AssetListingFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, CustomParameterFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, ImportFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_0";
|
|
2
|
+
import { AssetFilterSummaryFilterSensitiveLog, AssetItemFilterSensitiveLog, AssetListingFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, CustomParameterFilterSensitiveLog, DataProductListingFilterSensitiveLog, DataProductListingItemFilterSensitiveLog, DataProductResultItemFilterSensitiveLog, DataSourceRunActivityFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, ImportFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
export var ListingItem;
|
|
4
4
|
(function (ListingItem) {
|
|
5
5
|
ListingItem.visit = (value, visitor) => {
|
|
6
6
|
if (value.assetListing !== undefined)
|
|
7
7
|
return visitor.assetListing(value.assetListing);
|
|
8
|
+
if (value.dataProductListing !== undefined)
|
|
9
|
+
return visitor.dataProductListing(value.dataProductListing);
|
|
8
10
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
9
11
|
};
|
|
10
12
|
})(ListingItem || (ListingItem = {}));
|
|
@@ -74,6 +76,7 @@ export const SearchOutputAdditionalAttribute = {
|
|
|
74
76
|
};
|
|
75
77
|
export const InventorySearchScope = {
|
|
76
78
|
ASSET: "ASSET",
|
|
79
|
+
DATA_PRODUCT: "DATA_PRODUCT",
|
|
77
80
|
GLOSSARY: "GLOSSARY",
|
|
78
81
|
GLOSSARY_TERM: "GLOSSARY_TERM",
|
|
79
82
|
};
|
|
@@ -86,6 +89,8 @@ export var SearchInventoryResultItem;
|
|
|
86
89
|
return visitor.glossaryTermItem(value.glossaryTermItem);
|
|
87
90
|
if (value.assetItem !== undefined)
|
|
88
91
|
return visitor.assetItem(value.assetItem);
|
|
92
|
+
if (value.dataProductItem !== undefined)
|
|
93
|
+
return visitor.dataProductItem(value.dataProductItem);
|
|
89
94
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
90
95
|
};
|
|
91
96
|
})(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
|
|
@@ -98,6 +103,8 @@ export var SearchResultItem;
|
|
|
98
103
|
SearchResultItem.visit = (value, visitor) => {
|
|
99
104
|
if (value.assetListing !== undefined)
|
|
100
105
|
return visitor.assetListing(value.assetListing);
|
|
106
|
+
if (value.dataProductListing !== undefined)
|
|
107
|
+
return visitor.dataProductListing(value.dataProductListing);
|
|
101
108
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
102
109
|
};
|
|
103
110
|
})(SearchResultItem || (SearchResultItem = {}));
|
|
@@ -158,6 +165,47 @@ export var AssetFilterConfiguration;
|
|
|
158
165
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
159
166
|
};
|
|
160
167
|
})(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
|
|
168
|
+
export const GetGlossaryOutputFilterSensitiveLog = (obj) => ({
|
|
169
|
+
...obj,
|
|
170
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
171
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
172
|
+
});
|
|
173
|
+
export const UpdateGlossaryInputFilterSensitiveLog = (obj) => ({
|
|
174
|
+
...obj,
|
|
175
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
176
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
177
|
+
});
|
|
178
|
+
export const UpdateGlossaryOutputFilterSensitiveLog = (obj) => ({
|
|
179
|
+
...obj,
|
|
180
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
181
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
182
|
+
});
|
|
183
|
+
export const GetGlossaryTermOutputFilterSensitiveLog = (obj) => ({
|
|
184
|
+
...obj,
|
|
185
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
186
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
187
|
+
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
188
|
+
});
|
|
189
|
+
export const UpdateGlossaryTermInputFilterSensitiveLog = (obj) => ({
|
|
190
|
+
...obj,
|
|
191
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
192
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
193
|
+
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
194
|
+
});
|
|
195
|
+
export const UpdateGlossaryTermOutputFilterSensitiveLog = (obj) => ({
|
|
196
|
+
...obj,
|
|
197
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
198
|
+
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
199
|
+
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
200
|
+
});
|
|
201
|
+
export const ListAssetFiltersOutputFilterSensitiveLog = (obj) => ({
|
|
202
|
+
...obj,
|
|
203
|
+
...(obj.items && { items: obj.items.map((item) => AssetFilterSummaryFilterSensitiveLog(item)) }),
|
|
204
|
+
});
|
|
205
|
+
export const ListDataSourceRunActivitiesOutputFilterSensitiveLog = (obj) => ({
|
|
206
|
+
...obj,
|
|
207
|
+
...(obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }),
|
|
208
|
+
});
|
|
161
209
|
export const EnvironmentBlueprintSummaryFilterSensitiveLog = (obj) => ({
|
|
162
210
|
...obj,
|
|
163
211
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
@@ -192,6 +240,8 @@ export const ListEnvironmentsOutputFilterSensitiveLog = (obj) => ({
|
|
|
192
240
|
export const ListingItemFilterSensitiveLog = (obj) => {
|
|
193
241
|
if (obj.assetListing !== undefined)
|
|
194
242
|
return { assetListing: AssetListingFilterSensitiveLog(obj.assetListing) };
|
|
243
|
+
if (obj.dataProductListing !== undefined)
|
|
244
|
+
return { dataProductListing: DataProductListingFilterSensitiveLog(obj.dataProductListing) };
|
|
195
245
|
if (obj.$unknown !== undefined)
|
|
196
246
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
197
247
|
};
|
|
@@ -303,6 +353,8 @@ export const SearchInventoryResultItemFilterSensitiveLog = (obj) => {
|
|
|
303
353
|
return { glossaryTermItem: GlossaryTermItemFilterSensitiveLog(obj.glossaryTermItem) };
|
|
304
354
|
if (obj.assetItem !== undefined)
|
|
305
355
|
return { assetItem: AssetItemFilterSensitiveLog(obj.assetItem) };
|
|
356
|
+
if (obj.dataProductItem !== undefined)
|
|
357
|
+
return { dataProductItem: DataProductResultItemFilterSensitiveLog(obj.dataProductItem) };
|
|
306
358
|
if (obj.$unknown !== undefined)
|
|
307
359
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
308
360
|
};
|
|
@@ -325,6 +377,8 @@ export const SearchGroupProfilesOutputFilterSensitiveLog = (obj) => ({
|
|
|
325
377
|
export const SearchResultItemFilterSensitiveLog = (obj) => {
|
|
326
378
|
if (obj.assetListing !== undefined)
|
|
327
379
|
return { assetListing: AssetListingItemFilterSensitiveLog(obj.assetListing) };
|
|
380
|
+
if (obj.dataProductListing !== undefined)
|
|
381
|
+
return { dataProductListing: DataProductListingItemFilterSensitiveLog(obj.dataProductListing) };
|
|
328
382
|
if (obj.$unknown !== undefined)
|
|
329
383
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
330
384
|
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListDataProductRevisionsCommand, } from "../commands/ListDataProductRevisionsCommand";
|
|
3
|
+
import { DataZoneClient } from "../DataZoneClient";
|
|
4
|
+
export const paginateListDataProductRevisions = createPaginator(DataZoneClient, ListDataProductRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAssetFiltersPaginator";
|
|
3
3
|
export * from "./ListAssetRevisionsPaginator";
|
|
4
|
+
export * from "./ListDataProductRevisionsPaginator";
|
|
4
5
|
export * from "./ListDataSourceRunActivitiesPaginator";
|
|
5
6
|
export * from "./ListDataSourceRunsPaginator";
|
|
6
7
|
export * from "./ListDataSourcesPaginator";
|