@aws-sdk/client-datazone 3.864.0 → 3.867.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 +48 -0
- package/dist-cjs/index.js +496 -77
- package/dist-es/DataZone.js +12 -0
- package/dist-es/commands/CreateAccountPoolCommand.js +23 -0
- package/dist-es/commands/CreateRuleCommand.js +1 -1
- package/dist-es/commands/DeleteAccountPoolCommand.js +22 -0
- package/dist-es/commands/GetAccountPoolCommand.js +23 -0
- package/dist-es/commands/ListAccountPoolsCommand.js +23 -0
- package/dist-es/commands/ListAccountsInAccountPoolCommand.js +23 -0
- package/dist-es/commands/PostLineageEventCommand.js +1 -1
- package/dist-es/commands/RejectSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/RevokeSubscriptionCommand.js +1 -1
- package/dist-es/commands/UpdateAccountPoolCommand.js +23 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +41 -36
- package/dist-es/models/models_1.js +59 -29
- package/dist-es/models/models_2.js +40 -1
- package/dist-es/pagination/ListAccountPoolsPaginator.js +4 -0
- package/dist-es/pagination/ListAccountsInAccountPoolPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +197 -0
- package/dist-types/DataZone.d.ts +42 -0
- package/dist-types/DataZoneClient.d.ts +8 -2
- package/dist-types/commands/CreateAccountPoolCommand.d.ts +138 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +10 -0
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +6 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountPoolCommand.d.ts +89 -0
- package/dist-types/commands/GetAccountPoolCommand.d.ts +115 -0
- package/dist-types/commands/GetProjectCommand.d.ts +5 -0
- package/dist-types/commands/GetProjectProfileCommand.d.ts +3 -0
- package/dist-types/commands/ListAccountPoolsCommand.d.ts +103 -0
- package/dist-types/commands/ListAccountsInAccountPoolCommand.d.ts +102 -0
- package/dist-types/commands/PostLineageEventCommand.d.ts +2 -1
- package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountPoolCommand.d.ts +139 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +10 -0
- package/dist-types/commands/UpdateProjectProfileCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +289 -235
- package/dist-types/models/models_1.d.ts +511 -515
- package/dist-types/models/models_2.d.ts +582 -2
- package/dist-types/pagination/ListAccountPoolsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAccountsInAccountPoolPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/DataZone.d.ts +102 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAccountPoolCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountPoolCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAccountPoolCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListAccountPoolsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListAccountsInAccountPoolCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +92 -84
- package/dist-types/ts3.4/models/models_1.d.ts +155 -123
- package/dist-types/ts3.4/models/models_2.d.ts +156 -3
- package/dist-types/ts3.4/pagination/ListAccountPoolsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAccountsInAccountPoolPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +1 -1
package/dist-es/DataZone.js
CHANGED
|
@@ -6,6 +6,7 @@ import { AddPolicyGrantCommand, } from "./commands/AddPolicyGrantCommand";
|
|
|
6
6
|
import { AssociateEnvironmentRoleCommand, } from "./commands/AssociateEnvironmentRoleCommand";
|
|
7
7
|
import { CancelMetadataGenerationRunCommand, } from "./commands/CancelMetadataGenerationRunCommand";
|
|
8
8
|
import { CancelSubscriptionCommand, } from "./commands/CancelSubscriptionCommand";
|
|
9
|
+
import { CreateAccountPoolCommand, } from "./commands/CreateAccountPoolCommand";
|
|
9
10
|
import { CreateAssetCommand } from "./commands/CreateAssetCommand";
|
|
10
11
|
import { CreateAssetFilterCommand, } from "./commands/CreateAssetFilterCommand";
|
|
11
12
|
import { CreateAssetRevisionCommand, } from "./commands/CreateAssetRevisionCommand";
|
|
@@ -32,6 +33,7 @@ import { CreateSubscriptionGrantCommand, } from "./commands/CreateSubscriptionGr
|
|
|
32
33
|
import { CreateSubscriptionRequestCommand, } from "./commands/CreateSubscriptionRequestCommand";
|
|
33
34
|
import { CreateSubscriptionTargetCommand, } from "./commands/CreateSubscriptionTargetCommand";
|
|
34
35
|
import { CreateUserProfileCommand, } from "./commands/CreateUserProfileCommand";
|
|
36
|
+
import { DeleteAccountPoolCommand, } from "./commands/DeleteAccountPoolCommand";
|
|
35
37
|
import { DeleteAssetCommand } from "./commands/DeleteAssetCommand";
|
|
36
38
|
import { DeleteAssetFilterCommand, } from "./commands/DeleteAssetFilterCommand";
|
|
37
39
|
import { DeleteAssetTypeCommand, } from "./commands/DeleteAssetTypeCommand";
|
|
@@ -57,6 +59,7 @@ import { DeleteSubscriptionRequestCommand, } from "./commands/DeleteSubscription
|
|
|
57
59
|
import { DeleteSubscriptionTargetCommand, } from "./commands/DeleteSubscriptionTargetCommand";
|
|
58
60
|
import { DeleteTimeSeriesDataPointsCommand, } from "./commands/DeleteTimeSeriesDataPointsCommand";
|
|
59
61
|
import { DisassociateEnvironmentRoleCommand, } from "./commands/DisassociateEnvironmentRoleCommand";
|
|
62
|
+
import { GetAccountPoolCommand, } from "./commands/GetAccountPoolCommand";
|
|
60
63
|
import { GetAssetCommand } from "./commands/GetAssetCommand";
|
|
61
64
|
import { GetAssetFilterCommand, } from "./commands/GetAssetFilterCommand";
|
|
62
65
|
import { GetAssetTypeCommand, } from "./commands/GetAssetTypeCommand";
|
|
@@ -91,6 +94,8 @@ import { GetSubscriptionRequestDetailsCommand, } from "./commands/GetSubscriptio
|
|
|
91
94
|
import { GetSubscriptionTargetCommand, } from "./commands/GetSubscriptionTargetCommand";
|
|
92
95
|
import { GetTimeSeriesDataPointCommand, } from "./commands/GetTimeSeriesDataPointCommand";
|
|
93
96
|
import { GetUserProfileCommand, } from "./commands/GetUserProfileCommand";
|
|
97
|
+
import { ListAccountPoolsCommand, } from "./commands/ListAccountPoolsCommand";
|
|
98
|
+
import { ListAccountsInAccountPoolCommand, } from "./commands/ListAccountsInAccountPoolCommand";
|
|
94
99
|
import { ListAssetFiltersCommand, } from "./commands/ListAssetFiltersCommand";
|
|
95
100
|
import { ListAssetRevisionsCommand, } from "./commands/ListAssetRevisionsCommand";
|
|
96
101
|
import { ListConnectionsCommand, } from "./commands/ListConnectionsCommand";
|
|
@@ -139,6 +144,7 @@ import { StartDataSourceRunCommand, } from "./commands/StartDataSourceRunCommand
|
|
|
139
144
|
import { StartMetadataGenerationRunCommand, } from "./commands/StartMetadataGenerationRunCommand";
|
|
140
145
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
141
146
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
147
|
+
import { UpdateAccountPoolCommand, } from "./commands/UpdateAccountPoolCommand";
|
|
142
148
|
import { UpdateAssetFilterCommand, } from "./commands/UpdateAssetFilterCommand";
|
|
143
149
|
import { UpdateConnectionCommand, } from "./commands/UpdateConnectionCommand";
|
|
144
150
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
@@ -166,6 +172,7 @@ const commands = {
|
|
|
166
172
|
AssociateEnvironmentRoleCommand,
|
|
167
173
|
CancelMetadataGenerationRunCommand,
|
|
168
174
|
CancelSubscriptionCommand,
|
|
175
|
+
CreateAccountPoolCommand,
|
|
169
176
|
CreateAssetCommand,
|
|
170
177
|
CreateAssetFilterCommand,
|
|
171
178
|
CreateAssetRevisionCommand,
|
|
@@ -192,6 +199,7 @@ const commands = {
|
|
|
192
199
|
CreateSubscriptionRequestCommand,
|
|
193
200
|
CreateSubscriptionTargetCommand,
|
|
194
201
|
CreateUserProfileCommand,
|
|
202
|
+
DeleteAccountPoolCommand,
|
|
195
203
|
DeleteAssetCommand,
|
|
196
204
|
DeleteAssetFilterCommand,
|
|
197
205
|
DeleteAssetTypeCommand,
|
|
@@ -217,6 +225,7 @@ const commands = {
|
|
|
217
225
|
DeleteSubscriptionTargetCommand,
|
|
218
226
|
DeleteTimeSeriesDataPointsCommand,
|
|
219
227
|
DisassociateEnvironmentRoleCommand,
|
|
228
|
+
GetAccountPoolCommand,
|
|
220
229
|
GetAssetCommand,
|
|
221
230
|
GetAssetFilterCommand,
|
|
222
231
|
GetAssetTypeCommand,
|
|
@@ -251,6 +260,8 @@ const commands = {
|
|
|
251
260
|
GetSubscriptionTargetCommand,
|
|
252
261
|
GetTimeSeriesDataPointCommand,
|
|
253
262
|
GetUserProfileCommand,
|
|
263
|
+
ListAccountPoolsCommand,
|
|
264
|
+
ListAccountsInAccountPoolCommand,
|
|
254
265
|
ListAssetFiltersCommand,
|
|
255
266
|
ListAssetRevisionsCommand,
|
|
256
267
|
ListConnectionsCommand,
|
|
@@ -299,6 +310,7 @@ const commands = {
|
|
|
299
310
|
StartMetadataGenerationRunCommand,
|
|
300
311
|
TagResourceCommand,
|
|
301
312
|
UntagResourceCommand,
|
|
313
|
+
UpdateAccountPoolCommand,
|
|
302
314
|
UpdateAssetFilterCommand,
|
|
303
315
|
UpdateConnectionCommand,
|
|
304
316
|
UpdateDataSourceCommand,
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { CreateAccountPoolInputFilterSensitiveLog, CreateAccountPoolOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateAccountPoolCommand, se_CreateAccountPoolCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateAccountPoolCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("DataZone", "CreateAccountPool", {})
|
|
18
|
+
.n("DataZoneClient", "CreateAccountPoolCommand")
|
|
19
|
+
.f(CreateAccountPoolInputFilterSensitiveLog, CreateAccountPoolOutputFilterSensitiveLog)
|
|
20
|
+
.ser(se_CreateAccountPoolCommand)
|
|
21
|
+
.de(de_CreateAccountPoolCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -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 { CreateRuleInputFilterSensitiveLog, CreateRuleOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { CreateRuleInputFilterSensitiveLog, CreateRuleOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateRuleCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
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_DeleteAccountPoolCommand, se_DeleteAccountPoolCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteAccountPoolCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("DataZone", "DeleteAccountPool", {})
|
|
17
|
+
.n("DataZoneClient", "DeleteAccountPoolCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteAccountPoolCommand)
|
|
20
|
+
.de(de_DeleteAccountPoolCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { GetAccountPoolOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
|
+
import { de_GetAccountPoolCommand, se_GetAccountPoolCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetAccountPoolCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("DataZone", "GetAccountPool", {})
|
|
18
|
+
.n("DataZoneClient", "GetAccountPoolCommand")
|
|
19
|
+
.f(void 0, GetAccountPoolOutputFilterSensitiveLog)
|
|
20
|
+
.ser(se_GetAccountPoolCommand)
|
|
21
|
+
.de(de_GetAccountPoolCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { ListAccountPoolsInputFilterSensitiveLog, ListAccountPoolsOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_ListAccountPoolsCommand, se_ListAccountPoolsCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListAccountPoolsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("DataZone", "ListAccountPools", {})
|
|
18
|
+
.n("DataZoneClient", "ListAccountPoolsCommand")
|
|
19
|
+
.f(ListAccountPoolsInputFilterSensitiveLog, ListAccountPoolsOutputFilterSensitiveLog)
|
|
20
|
+
.ser(se_ListAccountPoolsCommand)
|
|
21
|
+
.de(de_ListAccountPoolsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { ListAccountsInAccountPoolOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_ListAccountsInAccountPoolCommand, se_ListAccountsInAccountPoolCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListAccountsInAccountPoolCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("DataZone", "ListAccountsInAccountPool", {})
|
|
18
|
+
.n("DataZoneClient", "ListAccountsInAccountPoolCommand")
|
|
19
|
+
.f(void 0, ListAccountsInAccountPoolOutputFilterSensitiveLog)
|
|
20
|
+
.ser(se_ListAccountsInAccountPoolCommand)
|
|
21
|
+
.de(de_ListAccountsInAccountPoolCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -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 { PostLineageEventInputFilterSensitiveLog
|
|
5
|
+
import { PostLineageEventInputFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_PostLineageEventCommand, se_PostLineageEventCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PostLineageEventCommand 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 { RejectSubscriptionRequestInputFilterSensitiveLog, RejectSubscriptionRequestOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { RejectSubscriptionRequestInputFilterSensitiveLog, RejectSubscriptionRequestOutputFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_RejectSubscriptionRequestCommand, se_RejectSubscriptionRequestCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RejectSubscriptionRequestCommand 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 { RevokeSubscriptionOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { RevokeSubscriptionOutputFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_RevokeSubscriptionCommand, se_RevokeSubscriptionCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RevokeSubscriptionCommand extends $Command
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { UpdateAccountPoolInputFilterSensitiveLog, UpdateAccountPoolOutputFilterSensitiveLog, } from "../models/models_2";
|
|
6
|
+
import { de_UpdateAccountPoolCommand, se_UpdateAccountPoolCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class UpdateAccountPoolCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("DataZone", "UpdateAccountPool", {})
|
|
18
|
+
.n("DataZoneClient", "UpdateAccountPoolCommand")
|
|
19
|
+
.f(UpdateAccountPoolInputFilterSensitiveLog, UpdateAccountPoolOutputFilterSensitiveLog)
|
|
20
|
+
.ser(se_UpdateAccountPoolCommand)
|
|
21
|
+
.de(de_UpdateAccountPoolCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -5,6 +5,7 @@ export * from "./AddPolicyGrantCommand";
|
|
|
5
5
|
export * from "./AssociateEnvironmentRoleCommand";
|
|
6
6
|
export * from "./CancelMetadataGenerationRunCommand";
|
|
7
7
|
export * from "./CancelSubscriptionCommand";
|
|
8
|
+
export * from "./CreateAccountPoolCommand";
|
|
8
9
|
export * from "./CreateAssetCommand";
|
|
9
10
|
export * from "./CreateAssetFilterCommand";
|
|
10
11
|
export * from "./CreateAssetRevisionCommand";
|
|
@@ -31,6 +32,7 @@ export * from "./CreateSubscriptionGrantCommand";
|
|
|
31
32
|
export * from "./CreateSubscriptionRequestCommand";
|
|
32
33
|
export * from "./CreateSubscriptionTargetCommand";
|
|
33
34
|
export * from "./CreateUserProfileCommand";
|
|
35
|
+
export * from "./DeleteAccountPoolCommand";
|
|
34
36
|
export * from "./DeleteAssetCommand";
|
|
35
37
|
export * from "./DeleteAssetFilterCommand";
|
|
36
38
|
export * from "./DeleteAssetTypeCommand";
|
|
@@ -56,6 +58,7 @@ export * from "./DeleteSubscriptionRequestCommand";
|
|
|
56
58
|
export * from "./DeleteSubscriptionTargetCommand";
|
|
57
59
|
export * from "./DeleteTimeSeriesDataPointsCommand";
|
|
58
60
|
export * from "./DisassociateEnvironmentRoleCommand";
|
|
61
|
+
export * from "./GetAccountPoolCommand";
|
|
59
62
|
export * from "./GetAssetCommand";
|
|
60
63
|
export * from "./GetAssetFilterCommand";
|
|
61
64
|
export * from "./GetAssetTypeCommand";
|
|
@@ -90,6 +93,8 @@ export * from "./GetSubscriptionRequestDetailsCommand";
|
|
|
90
93
|
export * from "./GetSubscriptionTargetCommand";
|
|
91
94
|
export * from "./GetTimeSeriesDataPointCommand";
|
|
92
95
|
export * from "./GetUserProfileCommand";
|
|
96
|
+
export * from "./ListAccountPoolsCommand";
|
|
97
|
+
export * from "./ListAccountsInAccountPoolCommand";
|
|
93
98
|
export * from "./ListAssetFiltersCommand";
|
|
94
99
|
export * from "./ListAssetRevisionsCommand";
|
|
95
100
|
export * from "./ListConnectionsCommand";
|
|
@@ -138,6 +143,7 @@ export * from "./StartDataSourceRunCommand";
|
|
|
138
143
|
export * from "./StartMetadataGenerationRunCommand";
|
|
139
144
|
export * from "./TagResourceCommand";
|
|
140
145
|
export * from "./UntagResourceCommand";
|
|
146
|
+
export * from "./UpdateAccountPoolCommand";
|
|
141
147
|
export * from "./UpdateAssetFilterCommand";
|
|
142
148
|
export * from "./UpdateConnectionCommand";
|
|
143
149
|
export * from "./UpdateDataSourceCommand";
|
|
@@ -113,6 +113,19 @@ export var SubscribedPrincipal;
|
|
|
113
113
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
114
114
|
};
|
|
115
115
|
})(SubscribedPrincipal || (SubscribedPrincipal = {}));
|
|
116
|
+
export const ResolutionStrategy = {
|
|
117
|
+
MANUAL: "MANUAL",
|
|
118
|
+
};
|
|
119
|
+
export var AccountSource;
|
|
120
|
+
(function (AccountSource) {
|
|
121
|
+
AccountSource.visit = (value, visitor) => {
|
|
122
|
+
if (value.accounts !== undefined)
|
|
123
|
+
return visitor.accounts(value.accounts);
|
|
124
|
+
if (value.customAccountPoolHandler !== undefined)
|
|
125
|
+
return visitor.customAccountPoolHandler(value.customAccountPoolHandler);
|
|
126
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
127
|
+
};
|
|
128
|
+
})(AccountSource || (AccountSource = {}));
|
|
116
129
|
export var ActionParameters;
|
|
117
130
|
(function (ActionParameters) {
|
|
118
131
|
ActionParameters.visit = (value, visitor) => {
|
|
@@ -788,28 +801,6 @@ export var RuleDetail;
|
|
|
788
801
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
789
802
|
};
|
|
790
803
|
})(RuleDetail || (RuleDetail = {}));
|
|
791
|
-
export var RuleTarget;
|
|
792
|
-
(function (RuleTarget) {
|
|
793
|
-
RuleTarget.visit = (value, visitor) => {
|
|
794
|
-
if (value.domainUnitTarget !== undefined)
|
|
795
|
-
return visitor.domainUnitTarget(value.domainUnitTarget);
|
|
796
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
797
|
-
};
|
|
798
|
-
})(RuleTarget || (RuleTarget = {}));
|
|
799
|
-
export const RuleType = {
|
|
800
|
-
METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT",
|
|
801
|
-
};
|
|
802
|
-
export const RuleTargetType = {
|
|
803
|
-
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
804
|
-
};
|
|
805
|
-
export var GrantedEntityInput;
|
|
806
|
-
(function (GrantedEntityInput) {
|
|
807
|
-
GrantedEntityInput.visit = (value, visitor) => {
|
|
808
|
-
if (value.listing !== undefined)
|
|
809
|
-
return visitor.listing(value.listing);
|
|
810
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
811
|
-
};
|
|
812
|
-
})(GrantedEntityInput || (GrantedEntityInput = {}));
|
|
813
804
|
export const AcceptChoiceFilterSensitiveLog = (obj) => ({
|
|
814
805
|
...obj,
|
|
815
806
|
...(obj.editedValue && { editedValue: SENSITIVE_STRING }),
|
|
@@ -878,6 +869,22 @@ export const AcceptSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
|
878
869
|
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
879
870
|
...(obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
880
871
|
});
|
|
872
|
+
export const AccountInfoFilterSensitiveLog = (obj) => ({
|
|
873
|
+
...obj,
|
|
874
|
+
...(obj.awsAccountName && { awsAccountName: SENSITIVE_STRING }),
|
|
875
|
+
});
|
|
876
|
+
export const AccountPoolSummaryFilterSensitiveLog = (obj) => ({
|
|
877
|
+
...obj,
|
|
878
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
879
|
+
});
|
|
880
|
+
export const AccountSourceFilterSensitiveLog = (obj) => {
|
|
881
|
+
if (obj.accounts !== undefined)
|
|
882
|
+
return { accounts: obj.accounts.map((item) => AccountInfoFilterSensitiveLog(item)) };
|
|
883
|
+
if (obj.customAccountPoolHandler !== undefined)
|
|
884
|
+
return { customAccountPoolHandler: obj.customAccountPoolHandler };
|
|
885
|
+
if (obj.$unknown !== undefined)
|
|
886
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
887
|
+
};
|
|
881
888
|
export const FormInputFilterSensitiveLog = (obj) => ({
|
|
882
889
|
...obj,
|
|
883
890
|
});
|
|
@@ -1147,6 +1154,18 @@ export const ConnectionSummaryFilterSensitiveLog = (obj) => ({
|
|
|
1147
1154
|
}),
|
|
1148
1155
|
...(obj.props && { props: ConnectionPropertiesOutputFilterSensitiveLog(obj.props) }),
|
|
1149
1156
|
});
|
|
1157
|
+
export const CreateAccountPoolInputFilterSensitiveLog = (obj) => ({
|
|
1158
|
+
...obj,
|
|
1159
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1160
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1161
|
+
...(obj.accountSource && { accountSource: AccountSourceFilterSensitiveLog(obj.accountSource) }),
|
|
1162
|
+
});
|
|
1163
|
+
export const CreateAccountPoolOutputFilterSensitiveLog = (obj) => ({
|
|
1164
|
+
...obj,
|
|
1165
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1166
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1167
|
+
...(obj.accountSource && { accountSource: AccountSourceFilterSensitiveLog(obj.accountSource) }),
|
|
1168
|
+
});
|
|
1150
1169
|
export const CreateConnectionInputFilterSensitiveLog = (obj) => ({
|
|
1151
1170
|
...obj,
|
|
1152
1171
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
@@ -1330,17 +1349,3 @@ export const CreateProjectProfileOutputFilterSensitiveLog = (obj) => ({
|
|
|
1330
1349
|
environmentConfigurations: obj.environmentConfigurations.map((item) => EnvironmentConfigurationFilterSensitiveLog(item)),
|
|
1331
1350
|
}),
|
|
1332
1351
|
});
|
|
1333
|
-
export const CreateRuleInputFilterSensitiveLog = (obj) => ({
|
|
1334
|
-
...obj,
|
|
1335
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1336
|
-
...(obj.target && { target: obj.target }),
|
|
1337
|
-
...(obj.detail && { detail: obj.detail }),
|
|
1338
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1339
|
-
});
|
|
1340
|
-
export const CreateRuleOutputFilterSensitiveLog = (obj) => ({
|
|
1341
|
-
...obj,
|
|
1342
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1343
|
-
...(obj.target && { target: obj.target }),
|
|
1344
|
-
...(obj.detail && { detail: obj.detail }),
|
|
1345
|
-
...(obj.description && { description: SENSITIVE_STRING }),
|
|
1346
|
-
});
|
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { AssetFilterSummaryFilterSensitiveLog, AssetListingFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionSummaryFilterSensitiveLog, CustomParameterFilterSensitiveLog, DetailedGlossaryTermFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
|
|
2
|
+
import { AccountInfoFilterSensitiveLog, AccountPoolSummaryFilterSensitiveLog, AccountSourceFilterSensitiveLog, AssetFilterSummaryFilterSensitiveLog, AssetListingFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionSummaryFilterSensitiveLog, CustomParameterFilterSensitiveLog, DetailedGlossaryTermFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export var RuleTarget;
|
|
4
|
+
(function (RuleTarget) {
|
|
5
|
+
RuleTarget.visit = (value, visitor) => {
|
|
6
|
+
if (value.domainUnitTarget !== undefined)
|
|
7
|
+
return visitor.domainUnitTarget(value.domainUnitTarget);
|
|
8
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
9
|
+
};
|
|
10
|
+
})(RuleTarget || (RuleTarget = {}));
|
|
11
|
+
export const RuleType = {
|
|
12
|
+
METADATA_FORM_ENFORCEMENT: "METADATA_FORM_ENFORCEMENT",
|
|
13
|
+
};
|
|
14
|
+
export const RuleTargetType = {
|
|
15
|
+
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
16
|
+
};
|
|
17
|
+
export var GrantedEntityInput;
|
|
18
|
+
(function (GrantedEntityInput) {
|
|
19
|
+
GrantedEntityInput.visit = (value, visitor) => {
|
|
20
|
+
if (value.listing !== undefined)
|
|
21
|
+
return visitor.listing(value.listing);
|
|
22
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
23
|
+
};
|
|
24
|
+
})(GrantedEntityInput || (GrantedEntityInput = {}));
|
|
3
25
|
export const SubscriptionGrantStatus = {
|
|
4
26
|
GRANTED: "GRANTED",
|
|
5
27
|
GRANT_FAILED: "GRANT_FAILED",
|
|
@@ -142,13 +164,16 @@ export const JobRunStatus = {
|
|
|
142
164
|
SUCCESS: "SUCCESS",
|
|
143
165
|
TIMED_OUT: "TIMED_OUT",
|
|
144
166
|
};
|
|
145
|
-
export const
|
|
167
|
+
export const SortFieldAccountPool = {
|
|
146
168
|
NAME: "NAME",
|
|
147
169
|
};
|
|
148
170
|
export const SortOrder = {
|
|
149
171
|
ASCENDING: "ASCENDING",
|
|
150
172
|
DESCENDING: "DESCENDING",
|
|
151
173
|
};
|
|
174
|
+
export const SortFieldConnection = {
|
|
175
|
+
NAME: "NAME",
|
|
176
|
+
};
|
|
152
177
|
export var OwnerPropertiesOutput;
|
|
153
178
|
(function (OwnerPropertiesOutput) {
|
|
154
179
|
OwnerPropertiesOutput.visit = (value, visitor) => {
|
|
@@ -237,10 +262,20 @@ export const MetadataGenerationTargetType = {
|
|
|
237
262
|
export const MetadataGenerationRunType = {
|
|
238
263
|
BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS",
|
|
239
264
|
};
|
|
240
|
-
export const
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
}
|
|
265
|
+
export const CreateRuleInputFilterSensitiveLog = (obj) => ({
|
|
266
|
+
...obj,
|
|
267
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
268
|
+
...(obj.target && { target: obj.target }),
|
|
269
|
+
...(obj.detail && { detail: obj.detail }),
|
|
270
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
271
|
+
});
|
|
272
|
+
export const CreateRuleOutputFilterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
275
|
+
...(obj.target && { target: obj.target }),
|
|
276
|
+
...(obj.detail && { detail: obj.detail }),
|
|
277
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
278
|
+
});
|
|
244
279
|
export const CreateSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
245
280
|
...obj,
|
|
246
281
|
...(obj.subscribedPrincipals && { subscribedPrincipals: obj.subscribedPrincipals.map((item) => item) }),
|
|
@@ -422,6 +457,12 @@ export const GetFormTypeOutputFilterSensitiveLog = (obj) => ({
|
|
|
422
457
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
423
458
|
...(obj.imports && { imports: obj.imports.map((item) => ImportFilterSensitiveLog(item)) }),
|
|
424
459
|
});
|
|
460
|
+
export const GetAccountPoolOutputFilterSensitiveLog = (obj) => ({
|
|
461
|
+
...obj,
|
|
462
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
463
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
464
|
+
...(obj.accountSource && { accountSource: AccountSourceFilterSensitiveLog(obj.accountSource) }),
|
|
465
|
+
});
|
|
425
466
|
export const GetConnectionOutputFilterSensitiveLog = (obj) => ({
|
|
426
467
|
...obj,
|
|
427
468
|
...(obj.connectionCredentials && { connectionCredentials: SENSITIVE_STRING }),
|
|
@@ -548,6 +589,18 @@ export const UpdateGlossaryTermOutputFilterSensitiveLog = (obj) => ({
|
|
|
548
589
|
...(obj.shortDescription && { shortDescription: SENSITIVE_STRING }),
|
|
549
590
|
...(obj.longDescription && { longDescription: SENSITIVE_STRING }),
|
|
550
591
|
});
|
|
592
|
+
export const ListAccountPoolsInputFilterSensitiveLog = (obj) => ({
|
|
593
|
+
...obj,
|
|
594
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
595
|
+
});
|
|
596
|
+
export const ListAccountPoolsOutputFilterSensitiveLog = (obj) => ({
|
|
597
|
+
...obj,
|
|
598
|
+
...(obj.items && { items: obj.items.map((item) => AccountPoolSummaryFilterSensitiveLog(item)) }),
|
|
599
|
+
});
|
|
600
|
+
export const ListAccountsInAccountPoolOutputFilterSensitiveLog = (obj) => ({
|
|
601
|
+
...obj,
|
|
602
|
+
...(obj.items && { items: obj.items.map((item) => AccountInfoFilterSensitiveLog(item)) }),
|
|
603
|
+
});
|
|
551
604
|
export const ListAssetFiltersOutputFilterSensitiveLog = (obj) => ({
|
|
552
605
|
...obj,
|
|
553
606
|
...(obj.items && { items: obj.items.map((item) => AssetFilterSummaryFilterSensitiveLog(item)) }),
|
|
@@ -688,26 +741,3 @@ export const PostLineageEventInputFilterSensitiveLog = (obj) => ({
|
|
|
688
741
|
...obj,
|
|
689
742
|
...(obj.event && { event: SENSITIVE_STRING }),
|
|
690
743
|
});
|
|
691
|
-
export const RejectSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
692
|
-
...obj,
|
|
693
|
-
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
694
|
-
});
|
|
695
|
-
export const RejectSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
696
|
-
...obj,
|
|
697
|
-
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
698
|
-
...(obj.subscribedPrincipals && {
|
|
699
|
-
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item)),
|
|
700
|
-
}),
|
|
701
|
-
...(obj.subscribedListings && {
|
|
702
|
-
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item)),
|
|
703
|
-
}),
|
|
704
|
-
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
705
|
-
...(obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
706
|
-
});
|
|
707
|
-
export const RevokeSubscriptionOutputFilterSensitiveLog = (obj) => ({
|
|
708
|
-
...obj,
|
|
709
|
-
...(obj.subscribedPrincipal && {
|
|
710
|
-
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal),
|
|
711
|
-
}),
|
|
712
|
-
...(obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }),
|
|
713
|
-
});
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { AssetItemFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionPropertiesPatchFilterSensitiveLog, CustomParameterFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
|
|
2
|
+
import { AccountSourceFilterSensitiveLog, AssetItemFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionPropertiesPatchFilterSensitiveLog, CustomParameterFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { DataProductListingItemFilterSensitiveLog, DataProductResultItemFilterSensitiveLog, ImportFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_1";
|
|
4
|
+
export const RejectRuleBehavior = {
|
|
5
|
+
ALL: "ALL",
|
|
6
|
+
NONE: "NONE",
|
|
7
|
+
};
|
|
4
8
|
export const SearchOutputAdditionalAttribute = {
|
|
5
9
|
FORMS: "FORMS",
|
|
6
10
|
TEXT_MATCH_RATIONALE: "TEXT_MATCH_RATIONALE",
|
|
@@ -97,6 +101,29 @@ export var AssetFilterConfiguration;
|
|
|
97
101
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
98
102
|
};
|
|
99
103
|
})(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
|
|
104
|
+
export const RejectSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
105
|
+
...obj,
|
|
106
|
+
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
107
|
+
});
|
|
108
|
+
export const RejectSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
109
|
+
...obj,
|
|
110
|
+
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
111
|
+
...(obj.subscribedPrincipals && {
|
|
112
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item)),
|
|
113
|
+
}),
|
|
114
|
+
...(obj.subscribedListings && {
|
|
115
|
+
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item)),
|
|
116
|
+
}),
|
|
117
|
+
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
118
|
+
...(obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }),
|
|
119
|
+
});
|
|
120
|
+
export const RevokeSubscriptionOutputFilterSensitiveLog = (obj) => ({
|
|
121
|
+
...obj,
|
|
122
|
+
...(obj.subscribedPrincipal && {
|
|
123
|
+
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal),
|
|
124
|
+
}),
|
|
125
|
+
...(obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }),
|
|
126
|
+
});
|
|
100
127
|
export const GetRuleOutputFilterSensitiveLog = (obj) => ({
|
|
101
128
|
...obj,
|
|
102
129
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
@@ -218,6 +245,18 @@ export const SearchUserProfilesOutputFilterSensitiveLog = (obj) => ({
|
|
|
218
245
|
...obj,
|
|
219
246
|
...(obj.items && { items: obj.items.map((item) => UserProfileSummaryFilterSensitiveLog(item)) }),
|
|
220
247
|
});
|
|
248
|
+
export const UpdateAccountPoolInputFilterSensitiveLog = (obj) => ({
|
|
249
|
+
...obj,
|
|
250
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
251
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
252
|
+
...(obj.accountSource && { accountSource: AccountSourceFilterSensitiveLog(obj.accountSource) }),
|
|
253
|
+
});
|
|
254
|
+
export const UpdateAccountPoolOutputFilterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
257
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
258
|
+
...(obj.accountSource && { accountSource: AccountSourceFilterSensitiveLog(obj.accountSource) }),
|
|
259
|
+
});
|
|
221
260
|
export const UpdateConnectionInputFilterSensitiveLog = (obj) => ({
|
|
222
261
|
...obj,
|
|
223
262
|
...(obj.description && { description: SENSITIVE_STRING }),
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAccountPoolsCommand, } from "../commands/ListAccountPoolsCommand";
|
|
3
|
+
import { DataZoneClient } from "../DataZoneClient";
|
|
4
|
+
export const paginateListAccountPools = createPaginator(DataZoneClient, ListAccountPoolsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAccountsInAccountPoolCommand, } from "../commands/ListAccountsInAccountPoolCommand";
|
|
3
|
+
import { DataZoneClient } from "../DataZoneClient";
|
|
4
|
+
export const paginateListAccountsInAccountPool = createPaginator(DataZoneClient, ListAccountsInAccountPoolCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccountPoolsPaginator";
|
|
3
|
+
export * from "./ListAccountsInAccountPoolPaginator";
|
|
2
4
|
export * from "./ListAssetFiltersPaginator";
|
|
3
5
|
export * from "./ListAssetRevisionsPaginator";
|
|
4
6
|
export * from "./ListConnectionsPaginator";
|