@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-types/DataZone.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
|
|
3
3
|
import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
|
|
4
|
+
import { AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput } from "./commands/AddEntityOwnerCommand";
|
|
5
|
+
import { AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput } from "./commands/AddPolicyGrantCommand";
|
|
4
6
|
import { AssociateEnvironmentRoleCommandInput, AssociateEnvironmentRoleCommandOutput } from "./commands/AssociateEnvironmentRoleCommand";
|
|
5
7
|
import { CancelMetadataGenerationRunCommandInput, CancelMetadataGenerationRunCommandOutput } from "./commands/CancelMetadataGenerationRunCommand";
|
|
6
8
|
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
@@ -12,6 +14,7 @@ import { CreateDataProductCommandInput, CreateDataProductCommandOutput } from ".
|
|
|
12
14
|
import { CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput } from "./commands/CreateDataProductRevisionCommand";
|
|
13
15
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
14
16
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
17
|
+
import { CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput } from "./commands/CreateDomainUnitCommand";
|
|
15
18
|
import { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "./commands/CreateEnvironmentActionCommand";
|
|
16
19
|
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
17
20
|
import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
|
|
@@ -32,6 +35,7 @@ import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "./com
|
|
|
32
35
|
import { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "./commands/DeleteDataProductCommand";
|
|
33
36
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
34
37
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
38
|
+
import { DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput } from "./commands/DeleteDomainUnitCommand";
|
|
35
39
|
import { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "./commands/DeleteEnvironmentActionCommand";
|
|
36
40
|
import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
37
41
|
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
@@ -54,6 +58,7 @@ import { GetDataProductCommandInput, GetDataProductCommandOutput } from "./comma
|
|
|
54
58
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
55
59
|
import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
|
|
56
60
|
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
61
|
+
import { GetDomainUnitCommandInput, GetDomainUnitCommandOutput } from "./commands/GetDomainUnitCommand";
|
|
57
62
|
import { GetEnvironmentActionCommandInput, GetEnvironmentActionCommandOutput } from "./commands/GetEnvironmentActionCommand";
|
|
58
63
|
import { GetEnvironmentBlueprintCommandInput, GetEnvironmentBlueprintCommandOutput } from "./commands/GetEnvironmentBlueprintCommand";
|
|
59
64
|
import { GetEnvironmentBlueprintConfigurationCommandInput, GetEnvironmentBlueprintConfigurationCommandOutput } from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
@@ -82,6 +87,8 @@ import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCom
|
|
|
82
87
|
import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "./commands/ListDataSourceRunsCommand";
|
|
83
88
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
84
89
|
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
90
|
+
import { ListDomainUnitsForParentCommandInput, ListDomainUnitsForParentCommandOutput } from "./commands/ListDomainUnitsForParentCommand";
|
|
91
|
+
import { ListEntityOwnersCommandInput, ListEntityOwnersCommandOutput } from "./commands/ListEntityOwnersCommand";
|
|
85
92
|
import { ListEnvironmentActionsCommandInput, ListEnvironmentActionsCommandOutput } from "./commands/ListEnvironmentActionsCommand";
|
|
86
93
|
import { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlueprintConfigurationsCommandOutput } from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
87
94
|
import { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "./commands/ListEnvironmentBlueprintsCommand";
|
|
@@ -90,6 +97,7 @@ import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./c
|
|
|
90
97
|
import { ListLineageNodeHistoryCommandInput, ListLineageNodeHistoryCommandOutput } from "./commands/ListLineageNodeHistoryCommand";
|
|
91
98
|
import { ListMetadataGenerationRunsCommandInput, ListMetadataGenerationRunsCommandOutput } from "./commands/ListMetadataGenerationRunsCommand";
|
|
92
99
|
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
100
|
+
import { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "./commands/ListPolicyGrantsCommand";
|
|
93
101
|
import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
|
|
94
102
|
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
95
103
|
import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
|
|
@@ -103,6 +111,8 @@ import { PostTimeSeriesDataPointsCommandInput, PostTimeSeriesDataPointsCommandOu
|
|
|
103
111
|
import { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
104
112
|
import { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
|
|
105
113
|
import { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
|
|
114
|
+
import { RemoveEntityOwnerCommandInput, RemoveEntityOwnerCommandOutput } from "./commands/RemoveEntityOwnerCommand";
|
|
115
|
+
import { RemovePolicyGrantCommandInput, RemovePolicyGrantCommandOutput } from "./commands/RemovePolicyGrantCommand";
|
|
106
116
|
import { RevokeSubscriptionCommandInput, RevokeSubscriptionCommandOutput } from "./commands/RevokeSubscriptionCommand";
|
|
107
117
|
import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
|
|
108
118
|
import { SearchGroupProfilesCommandInput, SearchGroupProfilesCommandOutput } from "./commands/SearchGroupProfilesCommand";
|
|
@@ -116,6 +126,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
116
126
|
import { UpdateAssetFilterCommandInput, UpdateAssetFilterCommandOutput } from "./commands/UpdateAssetFilterCommand";
|
|
117
127
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
118
128
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
129
|
+
import { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "./commands/UpdateDomainUnitCommand";
|
|
119
130
|
import { UpdateEnvironmentActionCommandInput, UpdateEnvironmentActionCommandOutput } from "./commands/UpdateEnvironmentActionCommand";
|
|
120
131
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
121
132
|
import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
|
|
@@ -141,6 +152,18 @@ export interface DataZone {
|
|
|
141
152
|
acceptSubscriptionRequest(args: AcceptSubscriptionRequestCommandInput, options?: __HttpHandlerOptions): Promise<AcceptSubscriptionRequestCommandOutput>;
|
|
142
153
|
acceptSubscriptionRequest(args: AcceptSubscriptionRequestCommandInput, cb: (err: any, data?: AcceptSubscriptionRequestCommandOutput) => void): void;
|
|
143
154
|
acceptSubscriptionRequest(args: AcceptSubscriptionRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptSubscriptionRequestCommandOutput) => void): void;
|
|
155
|
+
/**
|
|
156
|
+
* @see {@link AddEntityOwnerCommand}
|
|
157
|
+
*/
|
|
158
|
+
addEntityOwner(args: AddEntityOwnerCommandInput, options?: __HttpHandlerOptions): Promise<AddEntityOwnerCommandOutput>;
|
|
159
|
+
addEntityOwner(args: AddEntityOwnerCommandInput, cb: (err: any, data?: AddEntityOwnerCommandOutput) => void): void;
|
|
160
|
+
addEntityOwner(args: AddEntityOwnerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddEntityOwnerCommandOutput) => void): void;
|
|
161
|
+
/**
|
|
162
|
+
* @see {@link AddPolicyGrantCommand}
|
|
163
|
+
*/
|
|
164
|
+
addPolicyGrant(args: AddPolicyGrantCommandInput, options?: __HttpHandlerOptions): Promise<AddPolicyGrantCommandOutput>;
|
|
165
|
+
addPolicyGrant(args: AddPolicyGrantCommandInput, cb: (err: any, data?: AddPolicyGrantCommandOutput) => void): void;
|
|
166
|
+
addPolicyGrant(args: AddPolicyGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddPolicyGrantCommandOutput) => void): void;
|
|
144
167
|
/**
|
|
145
168
|
* @see {@link AssociateEnvironmentRoleCommand}
|
|
146
169
|
*/
|
|
@@ -207,6 +230,12 @@ export interface DataZone {
|
|
|
207
230
|
createDomain(args: CreateDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainCommandOutput>;
|
|
208
231
|
createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
|
|
209
232
|
createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
|
|
233
|
+
/**
|
|
234
|
+
* @see {@link CreateDomainUnitCommand}
|
|
235
|
+
*/
|
|
236
|
+
createDomainUnit(args: CreateDomainUnitCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainUnitCommandOutput>;
|
|
237
|
+
createDomainUnit(args: CreateDomainUnitCommandInput, cb: (err: any, data?: CreateDomainUnitCommandOutput) => void): void;
|
|
238
|
+
createDomainUnit(args: CreateDomainUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainUnitCommandOutput) => void): void;
|
|
210
239
|
/**
|
|
211
240
|
* @see {@link CreateEnvironmentCommand}
|
|
212
241
|
*/
|
|
@@ -327,6 +356,12 @@ export interface DataZone {
|
|
|
327
356
|
deleteDomain(args: DeleteDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainCommandOutput>;
|
|
328
357
|
deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
|
|
329
358
|
deleteDomain(args: DeleteDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
|
|
359
|
+
/**
|
|
360
|
+
* @see {@link DeleteDomainUnitCommand}
|
|
361
|
+
*/
|
|
362
|
+
deleteDomainUnit(args: DeleteDomainUnitCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainUnitCommandOutput>;
|
|
363
|
+
deleteDomainUnit(args: DeleteDomainUnitCommandInput, cb: (err: any, data?: DeleteDomainUnitCommandOutput) => void): void;
|
|
364
|
+
deleteDomainUnit(args: DeleteDomainUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainUnitCommandOutput) => void): void;
|
|
330
365
|
/**
|
|
331
366
|
* @see {@link DeleteEnvironmentCommand}
|
|
332
367
|
*/
|
|
@@ -459,6 +494,12 @@ export interface DataZone {
|
|
|
459
494
|
getDomain(args: GetDomainCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainCommandOutput>;
|
|
460
495
|
getDomain(args: GetDomainCommandInput, cb: (err: any, data?: GetDomainCommandOutput) => void): void;
|
|
461
496
|
getDomain(args: GetDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainCommandOutput) => void): void;
|
|
497
|
+
/**
|
|
498
|
+
* @see {@link GetDomainUnitCommand}
|
|
499
|
+
*/
|
|
500
|
+
getDomainUnit(args: GetDomainUnitCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainUnitCommandOutput>;
|
|
501
|
+
getDomainUnit(args: GetDomainUnitCommandInput, cb: (err: any, data?: GetDomainUnitCommandOutput) => void): void;
|
|
502
|
+
getDomainUnit(args: GetDomainUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainUnitCommandOutput) => void): void;
|
|
462
503
|
/**
|
|
463
504
|
* @see {@link GetEnvironmentCommand}
|
|
464
505
|
*/
|
|
@@ -628,6 +669,18 @@ export interface DataZone {
|
|
|
628
669
|
listDomains(args: ListDomainsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainsCommandOutput>;
|
|
629
670
|
listDomains(args: ListDomainsCommandInput, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
|
|
630
671
|
listDomains(args: ListDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
|
|
672
|
+
/**
|
|
673
|
+
* @see {@link ListDomainUnitsForParentCommand}
|
|
674
|
+
*/
|
|
675
|
+
listDomainUnitsForParent(args: ListDomainUnitsForParentCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainUnitsForParentCommandOutput>;
|
|
676
|
+
listDomainUnitsForParent(args: ListDomainUnitsForParentCommandInput, cb: (err: any, data?: ListDomainUnitsForParentCommandOutput) => void): void;
|
|
677
|
+
listDomainUnitsForParent(args: ListDomainUnitsForParentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainUnitsForParentCommandOutput) => void): void;
|
|
678
|
+
/**
|
|
679
|
+
* @see {@link ListEntityOwnersCommand}
|
|
680
|
+
*/
|
|
681
|
+
listEntityOwners(args: ListEntityOwnersCommandInput, options?: __HttpHandlerOptions): Promise<ListEntityOwnersCommandOutput>;
|
|
682
|
+
listEntityOwners(args: ListEntityOwnersCommandInput, cb: (err: any, data?: ListEntityOwnersCommandOutput) => void): void;
|
|
683
|
+
listEntityOwners(args: ListEntityOwnersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityOwnersCommandOutput) => void): void;
|
|
631
684
|
/**
|
|
632
685
|
* @see {@link ListEnvironmentActionsCommand}
|
|
633
686
|
*/
|
|
@@ -676,6 +729,12 @@ export interface DataZone {
|
|
|
676
729
|
listNotifications(args: ListNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationsCommandOutput>;
|
|
677
730
|
listNotifications(args: ListNotificationsCommandInput, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
|
|
678
731
|
listNotifications(args: ListNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
|
|
732
|
+
/**
|
|
733
|
+
* @see {@link ListPolicyGrantsCommand}
|
|
734
|
+
*/
|
|
735
|
+
listPolicyGrants(args: ListPolicyGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListPolicyGrantsCommandOutput>;
|
|
736
|
+
listPolicyGrants(args: ListPolicyGrantsCommandInput, cb: (err: any, data?: ListPolicyGrantsCommandOutput) => void): void;
|
|
737
|
+
listPolicyGrants(args: ListPolicyGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPolicyGrantsCommandOutput) => void): void;
|
|
679
738
|
/**
|
|
680
739
|
* @see {@link ListProjectMembershipsCommand}
|
|
681
740
|
*/
|
|
@@ -754,6 +813,18 @@ export interface DataZone {
|
|
|
754
813
|
rejectSubscriptionRequest(args: RejectSubscriptionRequestCommandInput, options?: __HttpHandlerOptions): Promise<RejectSubscriptionRequestCommandOutput>;
|
|
755
814
|
rejectSubscriptionRequest(args: RejectSubscriptionRequestCommandInput, cb: (err: any, data?: RejectSubscriptionRequestCommandOutput) => void): void;
|
|
756
815
|
rejectSubscriptionRequest(args: RejectSubscriptionRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectSubscriptionRequestCommandOutput) => void): void;
|
|
816
|
+
/**
|
|
817
|
+
* @see {@link RemoveEntityOwnerCommand}
|
|
818
|
+
*/
|
|
819
|
+
removeEntityOwner(args: RemoveEntityOwnerCommandInput, options?: __HttpHandlerOptions): Promise<RemoveEntityOwnerCommandOutput>;
|
|
820
|
+
removeEntityOwner(args: RemoveEntityOwnerCommandInput, cb: (err: any, data?: RemoveEntityOwnerCommandOutput) => void): void;
|
|
821
|
+
removeEntityOwner(args: RemoveEntityOwnerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveEntityOwnerCommandOutput) => void): void;
|
|
822
|
+
/**
|
|
823
|
+
* @see {@link RemovePolicyGrantCommand}
|
|
824
|
+
*/
|
|
825
|
+
removePolicyGrant(args: RemovePolicyGrantCommandInput, options?: __HttpHandlerOptions): Promise<RemovePolicyGrantCommandOutput>;
|
|
826
|
+
removePolicyGrant(args: RemovePolicyGrantCommandInput, cb: (err: any, data?: RemovePolicyGrantCommandOutput) => void): void;
|
|
827
|
+
removePolicyGrant(args: RemovePolicyGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemovePolicyGrantCommandOutput) => void): void;
|
|
757
828
|
/**
|
|
758
829
|
* @see {@link RevokeSubscriptionCommand}
|
|
759
830
|
*/
|
|
@@ -832,6 +903,12 @@ export interface DataZone {
|
|
|
832
903
|
updateDomain(args: UpdateDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainCommandOutput>;
|
|
833
904
|
updateDomain(args: UpdateDomainCommandInput, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
|
|
834
905
|
updateDomain(args: UpdateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainCommandOutput) => void): void;
|
|
906
|
+
/**
|
|
907
|
+
* @see {@link UpdateDomainUnitCommand}
|
|
908
|
+
*/
|
|
909
|
+
updateDomainUnit(args: UpdateDomainUnitCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainUnitCommandOutput>;
|
|
910
|
+
updateDomainUnit(args: UpdateDomainUnitCommandInput, cb: (err: any, data?: UpdateDomainUnitCommandOutput) => void): void;
|
|
911
|
+
updateDomainUnit(args: UpdateDomainUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainUnitCommandOutput) => void): void;
|
|
835
912
|
/**
|
|
836
913
|
* @see {@link UpdateEnvironmentCommand}
|
|
837
914
|
*/
|
|
@@ -9,6 +9,8 @@ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalc
|
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
|
|
11
11
|
import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
|
|
12
|
+
import { AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput } from "./commands/AddEntityOwnerCommand";
|
|
13
|
+
import { AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput } from "./commands/AddPolicyGrantCommand";
|
|
12
14
|
import { AssociateEnvironmentRoleCommandInput, AssociateEnvironmentRoleCommandOutput } from "./commands/AssociateEnvironmentRoleCommand";
|
|
13
15
|
import { CancelMetadataGenerationRunCommandInput, CancelMetadataGenerationRunCommandOutput } from "./commands/CancelMetadataGenerationRunCommand";
|
|
14
16
|
import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
|
|
@@ -20,6 +22,7 @@ import { CreateDataProductCommandInput, CreateDataProductCommandOutput } from ".
|
|
|
20
22
|
import { CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput } from "./commands/CreateDataProductRevisionCommand";
|
|
21
23
|
import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
|
|
22
24
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
25
|
+
import { CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput } from "./commands/CreateDomainUnitCommand";
|
|
23
26
|
import { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "./commands/CreateEnvironmentActionCommand";
|
|
24
27
|
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
25
28
|
import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
|
|
@@ -40,6 +43,7 @@ import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "./com
|
|
|
40
43
|
import { DeleteDataProductCommandInput, DeleteDataProductCommandOutput } from "./commands/DeleteDataProductCommand";
|
|
41
44
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
42
45
|
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
46
|
+
import { DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput } from "./commands/DeleteDomainUnitCommand";
|
|
43
47
|
import { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "./commands/DeleteEnvironmentActionCommand";
|
|
44
48
|
import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
|
|
45
49
|
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
@@ -62,6 +66,7 @@ import { GetDataProductCommandInput, GetDataProductCommandOutput } from "./comma
|
|
|
62
66
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
63
67
|
import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
|
|
64
68
|
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
69
|
+
import { GetDomainUnitCommandInput, GetDomainUnitCommandOutput } from "./commands/GetDomainUnitCommand";
|
|
65
70
|
import { GetEnvironmentActionCommandInput, GetEnvironmentActionCommandOutput } from "./commands/GetEnvironmentActionCommand";
|
|
66
71
|
import { GetEnvironmentBlueprintCommandInput, GetEnvironmentBlueprintCommandOutput } from "./commands/GetEnvironmentBlueprintCommand";
|
|
67
72
|
import { GetEnvironmentBlueprintConfigurationCommandInput, GetEnvironmentBlueprintConfigurationCommandOutput } from "./commands/GetEnvironmentBlueprintConfigurationCommand";
|
|
@@ -90,6 +95,8 @@ import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCom
|
|
|
90
95
|
import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "./commands/ListDataSourceRunsCommand";
|
|
91
96
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
|
|
92
97
|
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
98
|
+
import { ListDomainUnitsForParentCommandInput, ListDomainUnitsForParentCommandOutput } from "./commands/ListDomainUnitsForParentCommand";
|
|
99
|
+
import { ListEntityOwnersCommandInput, ListEntityOwnersCommandOutput } from "./commands/ListEntityOwnersCommand";
|
|
93
100
|
import { ListEnvironmentActionsCommandInput, ListEnvironmentActionsCommandOutput } from "./commands/ListEnvironmentActionsCommand";
|
|
94
101
|
import { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlueprintConfigurationsCommandOutput } from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
95
102
|
import { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "./commands/ListEnvironmentBlueprintsCommand";
|
|
@@ -98,6 +105,7 @@ import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./c
|
|
|
98
105
|
import { ListLineageNodeHistoryCommandInput, ListLineageNodeHistoryCommandOutput } from "./commands/ListLineageNodeHistoryCommand";
|
|
99
106
|
import { ListMetadataGenerationRunsCommandInput, ListMetadataGenerationRunsCommandOutput } from "./commands/ListMetadataGenerationRunsCommand";
|
|
100
107
|
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
108
|
+
import { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "./commands/ListPolicyGrantsCommand";
|
|
101
109
|
import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
|
|
102
110
|
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
103
111
|
import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
|
|
@@ -111,6 +119,8 @@ import { PostTimeSeriesDataPointsCommandInput, PostTimeSeriesDataPointsCommandOu
|
|
|
111
119
|
import { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
112
120
|
import { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
|
|
113
121
|
import { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
|
|
122
|
+
import { RemoveEntityOwnerCommandInput, RemoveEntityOwnerCommandOutput } from "./commands/RemoveEntityOwnerCommand";
|
|
123
|
+
import { RemovePolicyGrantCommandInput, RemovePolicyGrantCommandOutput } from "./commands/RemovePolicyGrantCommand";
|
|
114
124
|
import { RevokeSubscriptionCommandInput, RevokeSubscriptionCommandOutput } from "./commands/RevokeSubscriptionCommand";
|
|
115
125
|
import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
|
|
116
126
|
import { SearchGroupProfilesCommandInput, SearchGroupProfilesCommandOutput } from "./commands/SearchGroupProfilesCommand";
|
|
@@ -124,6 +134,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
124
134
|
import { UpdateAssetFilterCommandInput, UpdateAssetFilterCommandOutput } from "./commands/UpdateAssetFilterCommand";
|
|
125
135
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
126
136
|
import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
|
|
137
|
+
import { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "./commands/UpdateDomainUnitCommand";
|
|
127
138
|
import { UpdateEnvironmentActionCommandInput, UpdateEnvironmentActionCommandOutput } from "./commands/UpdateEnvironmentActionCommand";
|
|
128
139
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
129
140
|
import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
|
|
@@ -141,11 +152,11 @@ export { __Client };
|
|
|
141
152
|
/**
|
|
142
153
|
* @public
|
|
143
154
|
*/
|
|
144
|
-
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AssociateEnvironmentRoleCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainsCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListProjectMembershipsCommandInput | ListProjectsCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssetFilterCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
155
|
+
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectsCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssetFilterCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
145
156
|
/**
|
|
146
157
|
* @public
|
|
147
158
|
*/
|
|
148
|
-
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AssociateEnvironmentRoleCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainsCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectsCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssetFilterCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
159
|
+
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectsCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssetFilterCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
149
160
|
/**
|
|
150
161
|
* @public
|
|
151
162
|
*/
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
+
import { AddEntityOwnerInput, AddEntityOwnerOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link AddEntityOwnerCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface AddEntityOwnerCommandInput extends AddEntityOwnerInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link AddEntityOwnerCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface AddEntityOwnerCommandOutput extends AddEntityOwnerOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const AddEntityOwnerCommand_base: {
|
|
25
|
+
new (input: AddEntityOwnerCommandInput): import("@smithy/smithy-client").CommandImpl<AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: AddEntityOwnerCommandInput): import("@smithy/smithy-client").CommandImpl<AddEntityOwnerCommandInput, AddEntityOwnerCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Adds the owner of an entity (a domain unit).</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, AddEntityOwnerCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, AddEntityOwnerCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* const client = new DataZoneClient(config);
|
|
37
|
+
* const input = { // AddEntityOwnerInput
|
|
38
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* entityType: "DOMAIN_UNIT", // required
|
|
40
|
+
* entityIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* owner: { // OwnerProperties Union: only one key present
|
|
42
|
+
* user: { // OwnerUserProperties
|
|
43
|
+
* userIdentifier: "STRING_VALUE", // required
|
|
44
|
+
* },
|
|
45
|
+
* group: { // OwnerGroupProperties
|
|
46
|
+
* groupIdentifier: "STRING_VALUE", // required
|
|
47
|
+
* },
|
|
48
|
+
* },
|
|
49
|
+
* clientToken: "STRING_VALUE",
|
|
50
|
+
* };
|
|
51
|
+
* const command = new AddEntityOwnerCommand(input);
|
|
52
|
+
* const response = await client.send(command);
|
|
53
|
+
* // {};
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param AddEntityOwnerCommandInput - {@link AddEntityOwnerCommandInput}
|
|
58
|
+
* @returns {@link AddEntityOwnerCommandOutput}
|
|
59
|
+
* @see {@link AddEntityOwnerCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link AddEntityOwnerCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
64
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ConflictException} (client fault)
|
|
67
|
+
* <p>There is a conflict while performing this action.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServerException} (server fault)
|
|
70
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>The specified resource cannot be found.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
76
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
79
|
+
* <p>The request was denied due to request throttling.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ValidationException} (client fault)
|
|
82
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
85
|
+
* <p>You do not have permission to perform this action.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link DataZoneServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class AddEntityOwnerCommand extends AddEntityOwnerCommand_base {
|
|
93
|
+
}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
+
import { AddPolicyGrantInput, AddPolicyGrantOutput } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link AddPolicyGrantCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface AddPolicyGrantCommandInput extends AddPolicyGrantInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link AddPolicyGrantCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface AddPolicyGrantCommandOutput extends AddPolicyGrantOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const AddPolicyGrantCommand_base: {
|
|
25
|
+
new (input: AddPolicyGrantCommandInput): import("@smithy/smithy-client").CommandImpl<AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: AddPolicyGrantCommandInput): import("@smithy/smithy-client").CommandImpl<AddPolicyGrantCommandInput, AddPolicyGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Adds a policy grant (an authorization policy) to a specified entity, including domain
|
|
31
|
+
* units, environment blueprint configurations, or environment profiles.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { DataZoneClient, AddPolicyGrantCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
36
|
+
* // const { DataZoneClient, AddPolicyGrantCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
37
|
+
* const client = new DataZoneClient(config);
|
|
38
|
+
* const input = { // AddPolicyGrantInput
|
|
39
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE", // required
|
|
41
|
+
* entityIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT", // required
|
|
43
|
+
* principal: { // PolicyGrantPrincipal Union: only one key present
|
|
44
|
+
* user: { // UserPolicyGrantPrincipal Union: only one key present
|
|
45
|
+
* userIdentifier: "STRING_VALUE",
|
|
46
|
+
* allUsersGrantFilter: {},
|
|
47
|
+
* },
|
|
48
|
+
* group: { // GroupPolicyGrantPrincipal Union: only one key present
|
|
49
|
+
* groupIdentifier: "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* project: { // ProjectPolicyGrantPrincipal
|
|
52
|
+
* projectDesignation: "OWNER" || "CONTRIBUTOR", // required
|
|
53
|
+
* projectIdentifier: "STRING_VALUE",
|
|
54
|
+
* projectGrantFilter: { // ProjectGrantFilter Union: only one key present
|
|
55
|
+
* domainUnitFilter: { // DomainUnitFilterForProject
|
|
56
|
+
* domainUnit: "STRING_VALUE", // required
|
|
57
|
+
* includeChildDomainUnits: true || false,
|
|
58
|
+
* },
|
|
59
|
+
* },
|
|
60
|
+
* },
|
|
61
|
+
* domainUnit: { // DomainUnitPolicyGrantPrincipal
|
|
62
|
+
* domainUnitDesignation: "OWNER", // required
|
|
63
|
+
* domainUnitIdentifier: "STRING_VALUE",
|
|
64
|
+
* domainUnitGrantFilter: { // DomainUnitGrantFilter Union: only one key present
|
|
65
|
+
* allDomainUnitsGrantFilter: {},
|
|
66
|
+
* },
|
|
67
|
+
* },
|
|
68
|
+
* },
|
|
69
|
+
* detail: { // PolicyGrantDetail Union: only one key present
|
|
70
|
+
* createDomainUnit: { // CreateDomainUnitPolicyGrantDetail
|
|
71
|
+
* includeChildDomainUnits: true || false,
|
|
72
|
+
* },
|
|
73
|
+
* overrideDomainUnitOwners: { // OverrideDomainUnitOwnersPolicyGrantDetail
|
|
74
|
+
* includeChildDomainUnits: true || false,
|
|
75
|
+
* },
|
|
76
|
+
* addToProjectMemberPool: { // AddToProjectMemberPoolPolicyGrantDetail
|
|
77
|
+
* includeChildDomainUnits: true || false,
|
|
78
|
+
* },
|
|
79
|
+
* overrideProjectOwners: { // OverrideProjectOwnersPolicyGrantDetail
|
|
80
|
+
* includeChildDomainUnits: true || false,
|
|
81
|
+
* },
|
|
82
|
+
* createGlossary: { // CreateGlossaryPolicyGrantDetail
|
|
83
|
+
* includeChildDomainUnits: true || false,
|
|
84
|
+
* },
|
|
85
|
+
* createFormType: { // CreateFormTypePolicyGrantDetail
|
|
86
|
+
* includeChildDomainUnits: true || false,
|
|
87
|
+
* },
|
|
88
|
+
* createAssetType: { // CreateAssetTypePolicyGrantDetail
|
|
89
|
+
* includeChildDomainUnits: true || false,
|
|
90
|
+
* },
|
|
91
|
+
* createProject: { // CreateProjectPolicyGrantDetail
|
|
92
|
+
* includeChildDomainUnits: true || false,
|
|
93
|
+
* },
|
|
94
|
+
* createEnvironmentProfile: { // CreateEnvironmentProfilePolicyGrantDetail
|
|
95
|
+
* domainUnitId: "STRING_VALUE",
|
|
96
|
+
* },
|
|
97
|
+
* delegateCreateEnvironmentProfile: {},
|
|
98
|
+
* createEnvironment: {},
|
|
99
|
+
* },
|
|
100
|
+
* clientToken: "STRING_VALUE",
|
|
101
|
+
* };
|
|
102
|
+
* const command = new AddPolicyGrantCommand(input);
|
|
103
|
+
* const response = await client.send(command);
|
|
104
|
+
* // {};
|
|
105
|
+
*
|
|
106
|
+
* ```
|
|
107
|
+
*
|
|
108
|
+
* @param AddPolicyGrantCommandInput - {@link AddPolicyGrantCommandInput}
|
|
109
|
+
* @returns {@link AddPolicyGrantCommandOutput}
|
|
110
|
+
* @see {@link AddPolicyGrantCommandInput} for command's `input` shape.
|
|
111
|
+
* @see {@link AddPolicyGrantCommandOutput} for command's `response` shape.
|
|
112
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
115
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link ConflictException} (client fault)
|
|
118
|
+
* <p>There is a conflict while performing this action.</p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link InternalServerException} (server fault)
|
|
121
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
124
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
125
|
+
*
|
|
126
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
127
|
+
* <p>The request was denied due to request throttling.</p>
|
|
128
|
+
*
|
|
129
|
+
* @throws {@link ValidationException} (client fault)
|
|
130
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
131
|
+
*
|
|
132
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
133
|
+
* <p>You do not have permission to perform this action.</p>
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link DataZoneServiceException}
|
|
136
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
137
|
+
*
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
export declare class AddPolicyGrantCommand extends AddPolicyGrantCommand_base {
|
|
141
|
+
}
|
|
@@ -52,6 +52,7 @@ declare const CreateDomainCommand_base: {
|
|
|
52
52
|
* const response = await client.send(command);
|
|
53
53
|
* // { // CreateDomainOutput
|
|
54
54
|
* // id: "STRING_VALUE", // required
|
|
55
|
+
* // rootDomainUnitId: "STRING_VALUE",
|
|
55
56
|
* // name: "STRING_VALUE",
|
|
56
57
|
* // description: "STRING_VALUE",
|
|
57
58
|
* // singleSignOn: { // SingleSignOn
|