@aws-sdk/client-datazone 3.637.0 → 3.643.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 +88 -0
- package/dist-cjs/index.js +894 -99
- package/dist-es/DataZone.js +22 -0
- package/dist-es/commands/AddEntityOwnerCommand.js +24 -0
- package/dist-es/commands/AddPolicyGrantCommand.js +24 -0
- package/dist-es/commands/CreateDomainUnitCommand.js +25 -0
- package/dist-es/commands/DeleteDomainUnitCommand.js +24 -0
- package/dist-es/commands/GetDomainUnitCommand.js +25 -0
- package/dist-es/commands/GetEnvironmentBlueprintCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentCredentialsCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/GetFormTypeCommand.js +1 -1
- package/dist-es/commands/GetGroupProfileCommand.js +1 -1
- package/dist-es/commands/GetLineageNodeCommand.js +1 -1
- package/dist-es/commands/GetProjectCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/GetUserProfileCommand.js +1 -1
- package/dist-es/commands/ListDomainUnitsForParentCommand.js +24 -0
- package/dist-es/commands/ListEntityOwnersCommand.js +24 -0
- package/dist-es/commands/ListPolicyGrantsCommand.js +24 -0
- package/dist-es/commands/RemoveEntityOwnerCommand.js +24 -0
- package/dist-es/commands/RemovePolicyGrantCommand.js +24 -0
- package/dist-es/commands/UpdateDomainUnitCommand.js +25 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +144 -78
- package/dist-es/models/models_1.js +97 -1
- package/dist-es/pagination/ListDomainUnitsForParentPaginator.js +4 -0
- package/dist-es/pagination/ListEntityOwnersPaginator.js +4 -0
- package/dist-es/pagination/ListPolicyGrantsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +358 -0
- package/dist-types/DataZone.d.ts +77 -0
- package/dist-types/DataZoneClient.d.ts +13 -2
- package/dist-types/commands/AddEntityOwnerCommand.d.ts +93 -0
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +141 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainUnitCommand.d.ts +104 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainUnitCommand.d.ts +80 -0
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -2
- package/dist-types/commands/GetDomainCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainUnitCommand.d.ts +97 -0
- package/dist-types/commands/GetEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetLineageNodeCommand.d.ts +1 -1
- package/dist-types/commands/GetProjectCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
- package/dist-types/commands/GetUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +84 -0
- package/dist-types/commands/ListEntityOwnersCommand.d.ts +89 -0
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +143 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +87 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +103 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainUnitCommand.d.ts +102 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4741 -5090
- package/dist-types/models/models_1.d.ts +1919 -2
- package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/DataZone.d.ts +187 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +575 -380
- package/dist-types/ts3.4/models/models_1.d.ts +487 -2
- package/dist-types/ts3.4/pagination/ListDomainUnitsForParentPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEntityOwnersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicyGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +1 -1
package/dist-es/DataZone.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AcceptPredictionsCommand, } from "./commands/AcceptPredictionsCommand";
|
|
3
3
|
import { AcceptSubscriptionRequestCommand, } from "./commands/AcceptSubscriptionRequestCommand";
|
|
4
|
+
import { AddEntityOwnerCommand, } from "./commands/AddEntityOwnerCommand";
|
|
5
|
+
import { AddPolicyGrantCommand, } from "./commands/AddPolicyGrantCommand";
|
|
4
6
|
import { AssociateEnvironmentRoleCommand, } from "./commands/AssociateEnvironmentRoleCommand";
|
|
5
7
|
import { CancelMetadataGenerationRunCommand, } from "./commands/CancelMetadataGenerationRunCommand";
|
|
6
8
|
import { CancelSubscriptionCommand, } from "./commands/CancelSubscriptionCommand";
|
|
@@ -12,6 +14,7 @@ import { CreateDataProductCommand, } from "./commands/CreateDataProductCommand";
|
|
|
12
14
|
import { CreateDataProductRevisionCommand, } from "./commands/CreateDataProductRevisionCommand";
|
|
13
15
|
import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
|
|
14
16
|
import { CreateDomainCommand, } from "./commands/CreateDomainCommand";
|
|
17
|
+
import { CreateDomainUnitCommand, } from "./commands/CreateDomainUnitCommand";
|
|
15
18
|
import { CreateEnvironmentActionCommand, } from "./commands/CreateEnvironmentActionCommand";
|
|
16
19
|
import { CreateEnvironmentCommand, } from "./commands/CreateEnvironmentCommand";
|
|
17
20
|
import { CreateEnvironmentProfileCommand, } from "./commands/CreateEnvironmentProfileCommand";
|
|
@@ -32,6 +35,7 @@ import { DeleteAssetTypeCommand, } from "./commands/DeleteAssetTypeCommand";
|
|
|
32
35
|
import { DeleteDataProductCommand, } from "./commands/DeleteDataProductCommand";
|
|
33
36
|
import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
|
|
34
37
|
import { DeleteDomainCommand, } from "./commands/DeleteDomainCommand";
|
|
38
|
+
import { DeleteDomainUnitCommand, } from "./commands/DeleteDomainUnitCommand";
|
|
35
39
|
import { DeleteEnvironmentActionCommand, } from "./commands/DeleteEnvironmentActionCommand";
|
|
36
40
|
import { DeleteEnvironmentBlueprintConfigurationCommand, } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
37
41
|
import { DeleteEnvironmentCommand, } from "./commands/DeleteEnvironmentCommand";
|
|
@@ -54,6 +58,7 @@ import { GetDataProductCommand, } from "./commands/GetDataProductCommand";
|
|
|
54
58
|
import { GetDataSourceCommand, } from "./commands/GetDataSourceCommand";
|
|
55
59
|
import { GetDataSourceRunCommand, } from "./commands/GetDataSourceRunCommand";
|
|
56
60
|
import { GetDomainCommand } from "./commands/GetDomainCommand";
|
|
61
|
+
import { GetDomainUnitCommand, } from "./commands/GetDomainUnitCommand";
|
|
57
62
|
import { GetEnvironmentActionCommand, } from "./commands/GetEnvironmentActionCommand";
|
|
58
63
|
import { GetEnvironmentBlueprintCommand, } from "./commands/GetEnvironmentBlueprintCommand";
|
|
59
64
|
import { GetEnvironmentBlueprintConfigurationCommand, } from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
@@ -82,6 +87,8 @@ import { ListDataSourceRunActivitiesCommand, } from "./commands/ListDataSourceRu
|
|
|
82
87
|
import { ListDataSourceRunsCommand, } from "./commands/ListDataSourceRunsCommand";
|
|
83
88
|
import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
|
|
84
89
|
import { ListDomainsCommand } from "./commands/ListDomainsCommand";
|
|
90
|
+
import { ListDomainUnitsForParentCommand, } from "./commands/ListDomainUnitsForParentCommand";
|
|
91
|
+
import { ListEntityOwnersCommand, } from "./commands/ListEntityOwnersCommand";
|
|
85
92
|
import { ListEnvironmentActionsCommand, } from "./commands/ListEnvironmentActionsCommand";
|
|
86
93
|
import { ListEnvironmentBlueprintConfigurationsCommand, } from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
87
94
|
import { ListEnvironmentBlueprintsCommand, } from "./commands/ListEnvironmentBlueprintsCommand";
|
|
@@ -90,6 +97,7 @@ import { ListEnvironmentsCommand, } from "./commands/ListEnvironmentsCommand";
|
|
|
90
97
|
import { ListLineageNodeHistoryCommand, } from "./commands/ListLineageNodeHistoryCommand";
|
|
91
98
|
import { ListMetadataGenerationRunsCommand, } from "./commands/ListMetadataGenerationRunsCommand";
|
|
92
99
|
import { ListNotificationsCommand, } from "./commands/ListNotificationsCommand";
|
|
100
|
+
import { ListPolicyGrantsCommand, } from "./commands/ListPolicyGrantsCommand";
|
|
93
101
|
import { ListProjectMembershipsCommand, } from "./commands/ListProjectMembershipsCommand";
|
|
94
102
|
import { ListProjectsCommand, } from "./commands/ListProjectsCommand";
|
|
95
103
|
import { ListSubscriptionGrantsCommand, } from "./commands/ListSubscriptionGrantsCommand";
|
|
@@ -103,6 +111,8 @@ import { PostTimeSeriesDataPointsCommand, } from "./commands/PostTimeSeriesDataP
|
|
|
103
111
|
import { PutEnvironmentBlueprintConfigurationCommand, } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
104
112
|
import { RejectPredictionsCommand, } from "./commands/RejectPredictionsCommand";
|
|
105
113
|
import { RejectSubscriptionRequestCommand, } from "./commands/RejectSubscriptionRequestCommand";
|
|
114
|
+
import { RemoveEntityOwnerCommand, } from "./commands/RemoveEntityOwnerCommand";
|
|
115
|
+
import { RemovePolicyGrantCommand, } from "./commands/RemovePolicyGrantCommand";
|
|
106
116
|
import { RevokeSubscriptionCommand, } from "./commands/RevokeSubscriptionCommand";
|
|
107
117
|
import { SearchCommand } from "./commands/SearchCommand";
|
|
108
118
|
import { SearchGroupProfilesCommand, } from "./commands/SearchGroupProfilesCommand";
|
|
@@ -116,6 +126,7 @@ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
|
116
126
|
import { UpdateAssetFilterCommand, } from "./commands/UpdateAssetFilterCommand";
|
|
117
127
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
118
128
|
import { UpdateDomainCommand, } from "./commands/UpdateDomainCommand";
|
|
129
|
+
import { UpdateDomainUnitCommand, } from "./commands/UpdateDomainUnitCommand";
|
|
119
130
|
import { UpdateEnvironmentActionCommand, } from "./commands/UpdateEnvironmentActionCommand";
|
|
120
131
|
import { UpdateEnvironmentCommand, } from "./commands/UpdateEnvironmentCommand";
|
|
121
132
|
import { UpdateEnvironmentProfileCommand, } from "./commands/UpdateEnvironmentProfileCommand";
|
|
@@ -131,6 +142,8 @@ import { DataZoneClient } from "./DataZoneClient";
|
|
|
131
142
|
const commands = {
|
|
132
143
|
AcceptPredictionsCommand,
|
|
133
144
|
AcceptSubscriptionRequestCommand,
|
|
145
|
+
AddEntityOwnerCommand,
|
|
146
|
+
AddPolicyGrantCommand,
|
|
134
147
|
AssociateEnvironmentRoleCommand,
|
|
135
148
|
CancelMetadataGenerationRunCommand,
|
|
136
149
|
CancelSubscriptionCommand,
|
|
@@ -142,6 +155,7 @@ const commands = {
|
|
|
142
155
|
CreateDataProductRevisionCommand,
|
|
143
156
|
CreateDataSourceCommand,
|
|
144
157
|
CreateDomainCommand,
|
|
158
|
+
CreateDomainUnitCommand,
|
|
145
159
|
CreateEnvironmentCommand,
|
|
146
160
|
CreateEnvironmentActionCommand,
|
|
147
161
|
CreateEnvironmentProfileCommand,
|
|
@@ -162,6 +176,7 @@ const commands = {
|
|
|
162
176
|
DeleteDataProductCommand,
|
|
163
177
|
DeleteDataSourceCommand,
|
|
164
178
|
DeleteDomainCommand,
|
|
179
|
+
DeleteDomainUnitCommand,
|
|
165
180
|
DeleteEnvironmentCommand,
|
|
166
181
|
DeleteEnvironmentActionCommand,
|
|
167
182
|
DeleteEnvironmentBlueprintConfigurationCommand,
|
|
@@ -184,6 +199,7 @@ const commands = {
|
|
|
184
199
|
GetDataSourceCommand,
|
|
185
200
|
GetDataSourceRunCommand,
|
|
186
201
|
GetDomainCommand,
|
|
202
|
+
GetDomainUnitCommand,
|
|
187
203
|
GetEnvironmentCommand,
|
|
188
204
|
GetEnvironmentActionCommand,
|
|
189
205
|
GetEnvironmentBlueprintCommand,
|
|
@@ -212,6 +228,8 @@ const commands = {
|
|
|
212
228
|
ListDataSourceRunsCommand,
|
|
213
229
|
ListDataSourcesCommand,
|
|
214
230
|
ListDomainsCommand,
|
|
231
|
+
ListDomainUnitsForParentCommand,
|
|
232
|
+
ListEntityOwnersCommand,
|
|
215
233
|
ListEnvironmentActionsCommand,
|
|
216
234
|
ListEnvironmentBlueprintConfigurationsCommand,
|
|
217
235
|
ListEnvironmentBlueprintsCommand,
|
|
@@ -220,6 +238,7 @@ const commands = {
|
|
|
220
238
|
ListLineageNodeHistoryCommand,
|
|
221
239
|
ListMetadataGenerationRunsCommand,
|
|
222
240
|
ListNotificationsCommand,
|
|
241
|
+
ListPolicyGrantsCommand,
|
|
223
242
|
ListProjectMembershipsCommand,
|
|
224
243
|
ListProjectsCommand,
|
|
225
244
|
ListSubscriptionGrantsCommand,
|
|
@@ -233,6 +252,8 @@ const commands = {
|
|
|
233
252
|
PutEnvironmentBlueprintConfigurationCommand,
|
|
234
253
|
RejectPredictionsCommand,
|
|
235
254
|
RejectSubscriptionRequestCommand,
|
|
255
|
+
RemoveEntityOwnerCommand,
|
|
256
|
+
RemovePolicyGrantCommand,
|
|
236
257
|
RevokeSubscriptionCommand,
|
|
237
258
|
SearchCommand,
|
|
238
259
|
SearchGroupProfilesCommand,
|
|
@@ -246,6 +267,7 @@ const commands = {
|
|
|
246
267
|
UpdateAssetFilterCommand,
|
|
247
268
|
UpdateDataSourceCommand,
|
|
248
269
|
UpdateDomainCommand,
|
|
270
|
+
UpdateDomainUnitCommand,
|
|
249
271
|
UpdateEnvironmentCommand,
|
|
250
272
|
UpdateEnvironmentActionCommand,
|
|
251
273
|
UpdateEnvironmentProfileCommand,
|
|
@@ -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_AddEntityOwnerCommand, se_AddEntityOwnerCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AddEntityOwnerCommand 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", "AddEntityOwner", {})
|
|
19
|
+
.n("DataZoneClient", "AddEntityOwnerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AddEntityOwnerCommand)
|
|
22
|
+
.de(de_AddEntityOwnerCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -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_AddPolicyGrantCommand, se_AddPolicyGrantCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AddPolicyGrantCommand 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", "AddPolicyGrant", {})
|
|
19
|
+
.n("DataZoneClient", "AddPolicyGrantCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AddPolicyGrantCommand)
|
|
22
|
+
.de(de_AddPolicyGrantCommand)
|
|
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 { CreateDomainUnitInputFilterSensitiveLog, CreateDomainUnitOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateDomainUnitCommand, se_CreateDomainUnitCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateDomainUnitCommand 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", "CreateDomainUnit", {})
|
|
20
|
+
.n("DataZoneClient", "CreateDomainUnitCommand")
|
|
21
|
+
.f(CreateDomainUnitInputFilterSensitiveLog, CreateDomainUnitOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_CreateDomainUnitCommand)
|
|
23
|
+
.de(de_CreateDomainUnitCommand)
|
|
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_DeleteDomainUnitCommand, se_DeleteDomainUnitCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteDomainUnitCommand 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", "DeleteDomainUnit", {})
|
|
19
|
+
.n("DataZoneClient", "DeleteDomainUnitCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteDomainUnitCommand)
|
|
22
|
+
.de(de_DeleteDomainUnitCommand)
|
|
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 { GetDomainUnitOutputFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { de_GetDomainUnitCommand, se_GetDomainUnitCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetDomainUnitCommand 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", "GetDomainUnit", {})
|
|
20
|
+
.n("DataZoneClient", "GetDomainUnitCommand")
|
|
21
|
+
.f(void 0, GetDomainUnitOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetDomainUnitCommand)
|
|
23
|
+
.de(de_GetDomainUnitCommand)
|
|
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 { GetEnvironmentBlueprintOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetEnvironmentBlueprintOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_GetEnvironmentBlueprintCommand, se_GetEnvironmentBlueprintCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetEnvironmentBlueprintCommand 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 { GetEnvironmentOutputFilterSensitiveLog } from "../models/
|
|
5
|
+
import { GetEnvironmentOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetEnvironmentCommand 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 { GetEnvironmentCredentialsOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetEnvironmentCredentialsOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_GetEnvironmentCredentialsCommand, se_GetEnvironmentCredentialsCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetEnvironmentCredentialsCommand 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 { GetEnvironmentProfileOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetEnvironmentProfileOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_GetEnvironmentProfileCommand, se_GetEnvironmentProfileCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetEnvironmentProfileCommand 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 { GetFormTypeOutputFilterSensitiveLog } from "../models/
|
|
5
|
+
import { GetFormTypeOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_GetFormTypeCommand, se_GetFormTypeCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetFormTypeCommand 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 { GetGroupProfileOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetGroupProfileOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_GetGroupProfileCommand, se_GetGroupProfileCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetGroupProfileCommand 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 { GetLineageNodeOutputFilterSensitiveLog } from "../models/
|
|
5
|
+
import { GetLineageNodeOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_GetLineageNodeCommand, se_GetLineageNodeCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetLineageNodeCommand 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 { GetProjectOutputFilterSensitiveLog } from "../models/
|
|
5
|
+
import { GetProjectOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetProjectCommand 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 { GetSubscriptionOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetSubscriptionOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_GetSubscriptionCommand, se_GetSubscriptionCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSubscriptionCommand 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 { GetSubscriptionRequestDetailsOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetSubscriptionRequestDetailsOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_GetSubscriptionRequestDetailsCommand, se_GetSubscriptionRequestDetailsCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSubscriptionRequestDetailsCommand 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 { GetSubscriptionTargetOutputFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetSubscriptionTargetOutputFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_GetSubscriptionTargetCommand, se_GetSubscriptionTargetCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetSubscriptionTargetCommand 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 { GetUserProfileOutputFilterSensitiveLog } from "../models/
|
|
5
|
+
import { GetUserProfileOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
6
|
import { de_GetUserProfileCommand, se_GetUserProfileCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetUserProfileCommand 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_ListDomainUnitsForParentCommand, se_ListDomainUnitsForParentCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListDomainUnitsForParentCommand 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", "ListDomainUnitsForParent", {})
|
|
19
|
+
.n("DataZoneClient", "ListDomainUnitsForParentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListDomainUnitsForParentCommand)
|
|
22
|
+
.de(de_ListDomainUnitsForParentCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -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_ListEntityOwnersCommand, se_ListEntityOwnersCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListEntityOwnersCommand 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", "ListEntityOwners", {})
|
|
19
|
+
.n("DataZoneClient", "ListEntityOwnersCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListEntityOwnersCommand)
|
|
22
|
+
.de(de_ListEntityOwnersCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -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_ListPolicyGrantsCommand, se_ListPolicyGrantsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListPolicyGrantsCommand 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", "ListPolicyGrants", {})
|
|
19
|
+
.n("DataZoneClient", "ListPolicyGrantsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListPolicyGrantsCommand)
|
|
22
|
+
.de(de_ListPolicyGrantsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -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_RemoveEntityOwnerCommand, se_RemoveEntityOwnerCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class RemoveEntityOwnerCommand 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", "RemoveEntityOwner", {})
|
|
19
|
+
.n("DataZoneClient", "RemoveEntityOwnerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RemoveEntityOwnerCommand)
|
|
22
|
+
.de(de_RemoveEntityOwnerCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -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_RemovePolicyGrantCommand, se_RemovePolicyGrantCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class RemovePolicyGrantCommand 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", "RemovePolicyGrant", {})
|
|
19
|
+
.n("DataZoneClient", "RemovePolicyGrantCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_RemovePolicyGrantCommand)
|
|
22
|
+
.de(de_RemovePolicyGrantCommand)
|
|
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 { UpdateDomainUnitInputFilterSensitiveLog, UpdateDomainUnitOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_UpdateDomainUnitCommand, se_UpdateDomainUnitCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class UpdateDomainUnitCommand 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", "UpdateDomainUnit", {})
|
|
20
|
+
.n("DataZoneClient", "UpdateDomainUnitCommand")
|
|
21
|
+
.f(UpdateDomainUnitInputFilterSensitiveLog, UpdateDomainUnitOutputFilterSensitiveLog)
|
|
22
|
+
.ser(se_UpdateDomainUnitCommand)
|
|
23
|
+
.de(de_UpdateDomainUnitCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from "./AcceptPredictionsCommand";
|
|
2
2
|
export * from "./AcceptSubscriptionRequestCommand";
|
|
3
|
+
export * from "./AddEntityOwnerCommand";
|
|
4
|
+
export * from "./AddPolicyGrantCommand";
|
|
3
5
|
export * from "./AssociateEnvironmentRoleCommand";
|
|
4
6
|
export * from "./CancelMetadataGenerationRunCommand";
|
|
5
7
|
export * from "./CancelSubscriptionCommand";
|
|
@@ -11,6 +13,7 @@ export * from "./CreateDataProductCommand";
|
|
|
11
13
|
export * from "./CreateDataProductRevisionCommand";
|
|
12
14
|
export * from "./CreateDataSourceCommand";
|
|
13
15
|
export * from "./CreateDomainCommand";
|
|
16
|
+
export * from "./CreateDomainUnitCommand";
|
|
14
17
|
export * from "./CreateEnvironmentActionCommand";
|
|
15
18
|
export * from "./CreateEnvironmentCommand";
|
|
16
19
|
export * from "./CreateEnvironmentProfileCommand";
|
|
@@ -31,6 +34,7 @@ export * from "./DeleteAssetTypeCommand";
|
|
|
31
34
|
export * from "./DeleteDataProductCommand";
|
|
32
35
|
export * from "./DeleteDataSourceCommand";
|
|
33
36
|
export * from "./DeleteDomainCommand";
|
|
37
|
+
export * from "./DeleteDomainUnitCommand";
|
|
34
38
|
export * from "./DeleteEnvironmentActionCommand";
|
|
35
39
|
export * from "./DeleteEnvironmentBlueprintConfigurationCommand";
|
|
36
40
|
export * from "./DeleteEnvironmentCommand";
|
|
@@ -53,6 +57,7 @@ export * from "./GetDataProductCommand";
|
|
|
53
57
|
export * from "./GetDataSourceCommand";
|
|
54
58
|
export * from "./GetDataSourceRunCommand";
|
|
55
59
|
export * from "./GetDomainCommand";
|
|
60
|
+
export * from "./GetDomainUnitCommand";
|
|
56
61
|
export * from "./GetEnvironmentActionCommand";
|
|
57
62
|
export * from "./GetEnvironmentBlueprintCommand";
|
|
58
63
|
export * from "./GetEnvironmentBlueprintConfigurationCommand";
|
|
@@ -80,7 +85,9 @@ export * from "./ListDataProductRevisionsCommand";
|
|
|
80
85
|
export * from "./ListDataSourceRunActivitiesCommand";
|
|
81
86
|
export * from "./ListDataSourceRunsCommand";
|
|
82
87
|
export * from "./ListDataSourcesCommand";
|
|
88
|
+
export * from "./ListDomainUnitsForParentCommand";
|
|
83
89
|
export * from "./ListDomainsCommand";
|
|
90
|
+
export * from "./ListEntityOwnersCommand";
|
|
84
91
|
export * from "./ListEnvironmentActionsCommand";
|
|
85
92
|
export * from "./ListEnvironmentBlueprintConfigurationsCommand";
|
|
86
93
|
export * from "./ListEnvironmentBlueprintsCommand";
|
|
@@ -89,6 +96,7 @@ export * from "./ListEnvironmentsCommand";
|
|
|
89
96
|
export * from "./ListLineageNodeHistoryCommand";
|
|
90
97
|
export * from "./ListMetadataGenerationRunsCommand";
|
|
91
98
|
export * from "./ListNotificationsCommand";
|
|
99
|
+
export * from "./ListPolicyGrantsCommand";
|
|
92
100
|
export * from "./ListProjectMembershipsCommand";
|
|
93
101
|
export * from "./ListProjectsCommand";
|
|
94
102
|
export * from "./ListSubscriptionGrantsCommand";
|
|
@@ -102,6 +110,8 @@ export * from "./PostTimeSeriesDataPointsCommand";
|
|
|
102
110
|
export * from "./PutEnvironmentBlueprintConfigurationCommand";
|
|
103
111
|
export * from "./RejectPredictionsCommand";
|
|
104
112
|
export * from "./RejectSubscriptionRequestCommand";
|
|
113
|
+
export * from "./RemoveEntityOwnerCommand";
|
|
114
|
+
export * from "./RemovePolicyGrantCommand";
|
|
105
115
|
export * from "./RevokeSubscriptionCommand";
|
|
106
116
|
export * from "./SearchCommand";
|
|
107
117
|
export * from "./SearchGroupProfilesCommand";
|
|
@@ -115,6 +125,7 @@ export * from "./UntagResourceCommand";
|
|
|
115
125
|
export * from "./UpdateAssetFilterCommand";
|
|
116
126
|
export * from "./UpdateDataSourceCommand";
|
|
117
127
|
export * from "./UpdateDomainCommand";
|
|
128
|
+
export * from "./UpdateDomainUnitCommand";
|
|
118
129
|
export * from "./UpdateEnvironmentActionCommand";
|
|
119
130
|
export * from "./UpdateEnvironmentCommand";
|
|
120
131
|
export * from "./UpdateEnvironmentProfileCommand";
|