@aws-sdk/client-datazone 3.641.0 → 3.644.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 +896 -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 +360 -0
- package/dist-types/DataZone.d.ts +77 -0
- package/dist-types/DataZoneClient.d.ts +13 -2
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +16 -0
- package/dist-types/commands/AddEntityOwnerCommand.d.ts +93 -0
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +141 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +8 -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/CreateSubscriptionGrantCommand.d.ts +8 -0
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDomainUnitCommand.d.ts +80 -0
- package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +8 -0
- 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 +1 -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 +9 -1
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +9 -1
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +9 -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/ListSubscriptionGrantsCommand.d.ts +8 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +8 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +8 -0
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +8 -0
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +87 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +103 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +8 -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/UpdateSubscriptionGrantStatusCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4782 -5094
- package/dist-types/models/models_1.d.ts +1939 -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/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -4
- 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 +1 -1
- 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 +585 -382
- package/dist-types/ts3.4/models/models_1.d.ts +492 -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
|
@@ -11,6 +11,14 @@ import {
|
|
|
11
11
|
AcceptSubscriptionRequestCommandInput,
|
|
12
12
|
AcceptSubscriptionRequestCommandOutput,
|
|
13
13
|
} from "../commands/AcceptSubscriptionRequestCommand";
|
|
14
|
+
import {
|
|
15
|
+
AddEntityOwnerCommandInput,
|
|
16
|
+
AddEntityOwnerCommandOutput,
|
|
17
|
+
} from "../commands/AddEntityOwnerCommand";
|
|
18
|
+
import {
|
|
19
|
+
AddPolicyGrantCommandInput,
|
|
20
|
+
AddPolicyGrantCommandOutput,
|
|
21
|
+
} from "../commands/AddPolicyGrantCommand";
|
|
14
22
|
import {
|
|
15
23
|
AssociateEnvironmentRoleCommandInput,
|
|
16
24
|
AssociateEnvironmentRoleCommandOutput,
|
|
@@ -55,6 +63,10 @@ import {
|
|
|
55
63
|
CreateDomainCommandInput,
|
|
56
64
|
CreateDomainCommandOutput,
|
|
57
65
|
} from "../commands/CreateDomainCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateDomainUnitCommandInput,
|
|
68
|
+
CreateDomainUnitCommandOutput,
|
|
69
|
+
} from "../commands/CreateDomainUnitCommand";
|
|
58
70
|
import {
|
|
59
71
|
CreateEnvironmentActionCommandInput,
|
|
60
72
|
CreateEnvironmentActionCommandOutput,
|
|
@@ -135,6 +147,10 @@ import {
|
|
|
135
147
|
DeleteDomainCommandInput,
|
|
136
148
|
DeleteDomainCommandOutput,
|
|
137
149
|
} from "../commands/DeleteDomainCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteDomainUnitCommandInput,
|
|
152
|
+
DeleteDomainUnitCommandOutput,
|
|
153
|
+
} from "../commands/DeleteDomainUnitCommand";
|
|
138
154
|
import {
|
|
139
155
|
DeleteEnvironmentActionCommandInput,
|
|
140
156
|
DeleteEnvironmentActionCommandOutput,
|
|
@@ -223,6 +239,10 @@ import {
|
|
|
223
239
|
GetDomainCommandInput,
|
|
224
240
|
GetDomainCommandOutput,
|
|
225
241
|
} from "../commands/GetDomainCommand";
|
|
242
|
+
import {
|
|
243
|
+
GetDomainUnitCommandInput,
|
|
244
|
+
GetDomainUnitCommandOutput,
|
|
245
|
+
} from "../commands/GetDomainUnitCommand";
|
|
226
246
|
import {
|
|
227
247
|
GetEnvironmentActionCommandInput,
|
|
228
248
|
GetEnvironmentActionCommandOutput,
|
|
@@ -335,6 +355,14 @@ import {
|
|
|
335
355
|
ListDomainsCommandInput,
|
|
336
356
|
ListDomainsCommandOutput,
|
|
337
357
|
} from "../commands/ListDomainsCommand";
|
|
358
|
+
import {
|
|
359
|
+
ListDomainUnitsForParentCommandInput,
|
|
360
|
+
ListDomainUnitsForParentCommandOutput,
|
|
361
|
+
} from "../commands/ListDomainUnitsForParentCommand";
|
|
362
|
+
import {
|
|
363
|
+
ListEntityOwnersCommandInput,
|
|
364
|
+
ListEntityOwnersCommandOutput,
|
|
365
|
+
} from "../commands/ListEntityOwnersCommand";
|
|
338
366
|
import {
|
|
339
367
|
ListEnvironmentActionsCommandInput,
|
|
340
368
|
ListEnvironmentActionsCommandOutput,
|
|
@@ -367,6 +395,10 @@ import {
|
|
|
367
395
|
ListNotificationsCommandInput,
|
|
368
396
|
ListNotificationsCommandOutput,
|
|
369
397
|
} from "../commands/ListNotificationsCommand";
|
|
398
|
+
import {
|
|
399
|
+
ListPolicyGrantsCommandInput,
|
|
400
|
+
ListPolicyGrantsCommandOutput,
|
|
401
|
+
} from "../commands/ListPolicyGrantsCommand";
|
|
370
402
|
import {
|
|
371
403
|
ListProjectMembershipsCommandInput,
|
|
372
404
|
ListProjectMembershipsCommandOutput,
|
|
@@ -419,6 +451,14 @@ import {
|
|
|
419
451
|
RejectSubscriptionRequestCommandInput,
|
|
420
452
|
RejectSubscriptionRequestCommandOutput,
|
|
421
453
|
} from "../commands/RejectSubscriptionRequestCommand";
|
|
454
|
+
import {
|
|
455
|
+
RemoveEntityOwnerCommandInput,
|
|
456
|
+
RemoveEntityOwnerCommandOutput,
|
|
457
|
+
} from "../commands/RemoveEntityOwnerCommand";
|
|
458
|
+
import {
|
|
459
|
+
RemovePolicyGrantCommandInput,
|
|
460
|
+
RemovePolicyGrantCommandOutput,
|
|
461
|
+
} from "../commands/RemovePolicyGrantCommand";
|
|
422
462
|
import {
|
|
423
463
|
RevokeSubscriptionCommandInput,
|
|
424
464
|
RevokeSubscriptionCommandOutput,
|
|
@@ -471,6 +511,10 @@ import {
|
|
|
471
511
|
UpdateDomainCommandInput,
|
|
472
512
|
UpdateDomainCommandOutput,
|
|
473
513
|
} from "../commands/UpdateDomainCommand";
|
|
514
|
+
import {
|
|
515
|
+
UpdateDomainUnitCommandInput,
|
|
516
|
+
UpdateDomainUnitCommandOutput,
|
|
517
|
+
} from "../commands/UpdateDomainUnitCommand";
|
|
474
518
|
import {
|
|
475
519
|
UpdateEnvironmentActionCommandInput,
|
|
476
520
|
UpdateEnvironmentActionCommandOutput,
|
|
@@ -523,6 +567,14 @@ export declare const se_AcceptSubscriptionRequestCommand: (
|
|
|
523
567
|
input: AcceptSubscriptionRequestCommandInput,
|
|
524
568
|
context: __SerdeContext
|
|
525
569
|
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const se_AddEntityOwnerCommand: (
|
|
571
|
+
input: AddEntityOwnerCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const se_AddPolicyGrantCommand: (
|
|
575
|
+
input: AddPolicyGrantCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
526
578
|
export declare const se_AssociateEnvironmentRoleCommand: (
|
|
527
579
|
input: AssociateEnvironmentRoleCommandInput,
|
|
528
580
|
context: __SerdeContext
|
|
@@ -567,6 +619,10 @@ export declare const se_CreateDomainCommand: (
|
|
|
567
619
|
input: CreateDomainCommandInput,
|
|
568
620
|
context: __SerdeContext
|
|
569
621
|
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const se_CreateDomainUnitCommand: (
|
|
623
|
+
input: CreateDomainUnitCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
570
626
|
export declare const se_CreateEnvironmentCommand: (
|
|
571
627
|
input: CreateEnvironmentCommandInput,
|
|
572
628
|
context: __SerdeContext
|
|
@@ -647,6 +703,10 @@ export declare const se_DeleteDomainCommand: (
|
|
|
647
703
|
input: DeleteDomainCommandInput,
|
|
648
704
|
context: __SerdeContext
|
|
649
705
|
) => Promise<__HttpRequest>;
|
|
706
|
+
export declare const se_DeleteDomainUnitCommand: (
|
|
707
|
+
input: DeleteDomainUnitCommandInput,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<__HttpRequest>;
|
|
650
710
|
export declare const se_DeleteEnvironmentCommand: (
|
|
651
711
|
input: DeleteEnvironmentCommandInput,
|
|
652
712
|
context: __SerdeContext
|
|
@@ -735,6 +795,10 @@ export declare const se_GetDomainCommand: (
|
|
|
735
795
|
input: GetDomainCommandInput,
|
|
736
796
|
context: __SerdeContext
|
|
737
797
|
) => Promise<__HttpRequest>;
|
|
798
|
+
export declare const se_GetDomainUnitCommand: (
|
|
799
|
+
input: GetDomainUnitCommandInput,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<__HttpRequest>;
|
|
738
802
|
export declare const se_GetEnvironmentCommand: (
|
|
739
803
|
input: GetEnvironmentCommandInput,
|
|
740
804
|
context: __SerdeContext
|
|
@@ -847,6 +911,14 @@ export declare const se_ListDomainsCommand: (
|
|
|
847
911
|
input: ListDomainsCommandInput,
|
|
848
912
|
context: __SerdeContext
|
|
849
913
|
) => Promise<__HttpRequest>;
|
|
914
|
+
export declare const se_ListDomainUnitsForParentCommand: (
|
|
915
|
+
input: ListDomainUnitsForParentCommandInput,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<__HttpRequest>;
|
|
918
|
+
export declare const se_ListEntityOwnersCommand: (
|
|
919
|
+
input: ListEntityOwnersCommandInput,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<__HttpRequest>;
|
|
850
922
|
export declare const se_ListEnvironmentActionsCommand: (
|
|
851
923
|
input: ListEnvironmentActionsCommandInput,
|
|
852
924
|
context: __SerdeContext
|
|
@@ -879,6 +951,10 @@ export declare const se_ListNotificationsCommand: (
|
|
|
879
951
|
input: ListNotificationsCommandInput,
|
|
880
952
|
context: __SerdeContext
|
|
881
953
|
) => Promise<__HttpRequest>;
|
|
954
|
+
export declare const se_ListPolicyGrantsCommand: (
|
|
955
|
+
input: ListPolicyGrantsCommandInput,
|
|
956
|
+
context: __SerdeContext
|
|
957
|
+
) => Promise<__HttpRequest>;
|
|
882
958
|
export declare const se_ListProjectMembershipsCommand: (
|
|
883
959
|
input: ListProjectMembershipsCommandInput,
|
|
884
960
|
context: __SerdeContext
|
|
@@ -931,6 +1007,14 @@ export declare const se_RejectSubscriptionRequestCommand: (
|
|
|
931
1007
|
input: RejectSubscriptionRequestCommandInput,
|
|
932
1008
|
context: __SerdeContext
|
|
933
1009
|
) => Promise<__HttpRequest>;
|
|
1010
|
+
export declare const se_RemoveEntityOwnerCommand: (
|
|
1011
|
+
input: RemoveEntityOwnerCommandInput,
|
|
1012
|
+
context: __SerdeContext
|
|
1013
|
+
) => Promise<__HttpRequest>;
|
|
1014
|
+
export declare const se_RemovePolicyGrantCommand: (
|
|
1015
|
+
input: RemovePolicyGrantCommandInput,
|
|
1016
|
+
context: __SerdeContext
|
|
1017
|
+
) => Promise<__HttpRequest>;
|
|
934
1018
|
export declare const se_RevokeSubscriptionCommand: (
|
|
935
1019
|
input: RevokeSubscriptionCommandInput,
|
|
936
1020
|
context: __SerdeContext
|
|
@@ -983,6 +1067,10 @@ export declare const se_UpdateDomainCommand: (
|
|
|
983
1067
|
input: UpdateDomainCommandInput,
|
|
984
1068
|
context: __SerdeContext
|
|
985
1069
|
) => Promise<__HttpRequest>;
|
|
1070
|
+
export declare const se_UpdateDomainUnitCommand: (
|
|
1071
|
+
input: UpdateDomainUnitCommandInput,
|
|
1072
|
+
context: __SerdeContext
|
|
1073
|
+
) => Promise<__HttpRequest>;
|
|
986
1074
|
export declare const se_UpdateEnvironmentCommand: (
|
|
987
1075
|
input: UpdateEnvironmentCommandInput,
|
|
988
1076
|
context: __SerdeContext
|
|
@@ -1035,6 +1123,14 @@ export declare const de_AcceptSubscriptionRequestCommand: (
|
|
|
1035
1123
|
output: __HttpResponse,
|
|
1036
1124
|
context: __SerdeContext
|
|
1037
1125
|
) => Promise<AcceptSubscriptionRequestCommandOutput>;
|
|
1126
|
+
export declare const de_AddEntityOwnerCommand: (
|
|
1127
|
+
output: __HttpResponse,
|
|
1128
|
+
context: __SerdeContext
|
|
1129
|
+
) => Promise<AddEntityOwnerCommandOutput>;
|
|
1130
|
+
export declare const de_AddPolicyGrantCommand: (
|
|
1131
|
+
output: __HttpResponse,
|
|
1132
|
+
context: __SerdeContext
|
|
1133
|
+
) => Promise<AddPolicyGrantCommandOutput>;
|
|
1038
1134
|
export declare const de_AssociateEnvironmentRoleCommand: (
|
|
1039
1135
|
output: __HttpResponse,
|
|
1040
1136
|
context: __SerdeContext
|
|
@@ -1079,6 +1175,10 @@ export declare const de_CreateDomainCommand: (
|
|
|
1079
1175
|
output: __HttpResponse,
|
|
1080
1176
|
context: __SerdeContext
|
|
1081
1177
|
) => Promise<CreateDomainCommandOutput>;
|
|
1178
|
+
export declare const de_CreateDomainUnitCommand: (
|
|
1179
|
+
output: __HttpResponse,
|
|
1180
|
+
context: __SerdeContext
|
|
1181
|
+
) => Promise<CreateDomainUnitCommandOutput>;
|
|
1082
1182
|
export declare const de_CreateEnvironmentCommand: (
|
|
1083
1183
|
output: __HttpResponse,
|
|
1084
1184
|
context: __SerdeContext
|
|
@@ -1159,6 +1259,10 @@ export declare const de_DeleteDomainCommand: (
|
|
|
1159
1259
|
output: __HttpResponse,
|
|
1160
1260
|
context: __SerdeContext
|
|
1161
1261
|
) => Promise<DeleteDomainCommandOutput>;
|
|
1262
|
+
export declare const de_DeleteDomainUnitCommand: (
|
|
1263
|
+
output: __HttpResponse,
|
|
1264
|
+
context: __SerdeContext
|
|
1265
|
+
) => Promise<DeleteDomainUnitCommandOutput>;
|
|
1162
1266
|
export declare const de_DeleteEnvironmentCommand: (
|
|
1163
1267
|
output: __HttpResponse,
|
|
1164
1268
|
context: __SerdeContext
|
|
@@ -1247,6 +1351,10 @@ export declare const de_GetDomainCommand: (
|
|
|
1247
1351
|
output: __HttpResponse,
|
|
1248
1352
|
context: __SerdeContext
|
|
1249
1353
|
) => Promise<GetDomainCommandOutput>;
|
|
1354
|
+
export declare const de_GetDomainUnitCommand: (
|
|
1355
|
+
output: __HttpResponse,
|
|
1356
|
+
context: __SerdeContext
|
|
1357
|
+
) => Promise<GetDomainUnitCommandOutput>;
|
|
1250
1358
|
export declare const de_GetEnvironmentCommand: (
|
|
1251
1359
|
output: __HttpResponse,
|
|
1252
1360
|
context: __SerdeContext
|
|
@@ -1359,6 +1467,14 @@ export declare const de_ListDomainsCommand: (
|
|
|
1359
1467
|
output: __HttpResponse,
|
|
1360
1468
|
context: __SerdeContext
|
|
1361
1469
|
) => Promise<ListDomainsCommandOutput>;
|
|
1470
|
+
export declare const de_ListDomainUnitsForParentCommand: (
|
|
1471
|
+
output: __HttpResponse,
|
|
1472
|
+
context: __SerdeContext
|
|
1473
|
+
) => Promise<ListDomainUnitsForParentCommandOutput>;
|
|
1474
|
+
export declare const de_ListEntityOwnersCommand: (
|
|
1475
|
+
output: __HttpResponse,
|
|
1476
|
+
context: __SerdeContext
|
|
1477
|
+
) => Promise<ListEntityOwnersCommandOutput>;
|
|
1362
1478
|
export declare const de_ListEnvironmentActionsCommand: (
|
|
1363
1479
|
output: __HttpResponse,
|
|
1364
1480
|
context: __SerdeContext
|
|
@@ -1391,6 +1507,10 @@ export declare const de_ListNotificationsCommand: (
|
|
|
1391
1507
|
output: __HttpResponse,
|
|
1392
1508
|
context: __SerdeContext
|
|
1393
1509
|
) => Promise<ListNotificationsCommandOutput>;
|
|
1510
|
+
export declare const de_ListPolicyGrantsCommand: (
|
|
1511
|
+
output: __HttpResponse,
|
|
1512
|
+
context: __SerdeContext
|
|
1513
|
+
) => Promise<ListPolicyGrantsCommandOutput>;
|
|
1394
1514
|
export declare const de_ListProjectMembershipsCommand: (
|
|
1395
1515
|
output: __HttpResponse,
|
|
1396
1516
|
context: __SerdeContext
|
|
@@ -1443,6 +1563,14 @@ export declare const de_RejectSubscriptionRequestCommand: (
|
|
|
1443
1563
|
output: __HttpResponse,
|
|
1444
1564
|
context: __SerdeContext
|
|
1445
1565
|
) => Promise<RejectSubscriptionRequestCommandOutput>;
|
|
1566
|
+
export declare const de_RemoveEntityOwnerCommand: (
|
|
1567
|
+
output: __HttpResponse,
|
|
1568
|
+
context: __SerdeContext
|
|
1569
|
+
) => Promise<RemoveEntityOwnerCommandOutput>;
|
|
1570
|
+
export declare const de_RemovePolicyGrantCommand: (
|
|
1571
|
+
output: __HttpResponse,
|
|
1572
|
+
context: __SerdeContext
|
|
1573
|
+
) => Promise<RemovePolicyGrantCommandOutput>;
|
|
1446
1574
|
export declare const de_RevokeSubscriptionCommand: (
|
|
1447
1575
|
output: __HttpResponse,
|
|
1448
1576
|
context: __SerdeContext
|
|
@@ -1495,6 +1623,10 @@ export declare const de_UpdateDomainCommand: (
|
|
|
1495
1623
|
output: __HttpResponse,
|
|
1496
1624
|
context: __SerdeContext
|
|
1497
1625
|
) => Promise<UpdateDomainCommandOutput>;
|
|
1626
|
+
export declare const de_UpdateDomainUnitCommand: (
|
|
1627
|
+
output: __HttpResponse,
|
|
1628
|
+
context: __SerdeContext
|
|
1629
|
+
) => Promise<UpdateDomainUnitCommandOutput>;
|
|
1498
1630
|
export declare const de_UpdateEnvironmentCommand: (
|
|
1499
1631
|
output: __HttpResponse,
|
|
1500
1632
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.644.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|