@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
package/dist-cjs/index.js
CHANGED
|
@@ -30,6 +30,8 @@ __export(src_exports, {
|
|
|
30
30
|
AcceptSubscriptionRequestOutputFilterSensitiveLog: () => AcceptSubscriptionRequestOutputFilterSensitiveLog,
|
|
31
31
|
AccessDeniedException: () => AccessDeniedException,
|
|
32
32
|
ActionParameters: () => ActionParameters,
|
|
33
|
+
AddEntityOwnerCommand: () => AddEntityOwnerCommand,
|
|
34
|
+
AddPolicyGrantCommand: () => AddPolicyGrantCommand,
|
|
33
35
|
AssetFilterConfiguration: () => AssetFilterConfiguration,
|
|
34
36
|
AssetFilterSummaryFilterSensitiveLog: () => AssetFilterSummaryFilterSensitiveLog,
|
|
35
37
|
AssetItemAdditionalAttributesFilterSensitiveLog: () => AssetItemAdditionalAttributesFilterSensitiveLog,
|
|
@@ -67,6 +69,9 @@ __export(src_exports, {
|
|
|
67
69
|
CreateDataSourceInputFilterSensitiveLog: () => CreateDataSourceInputFilterSensitiveLog,
|
|
68
70
|
CreateDataSourceOutputFilterSensitiveLog: () => CreateDataSourceOutputFilterSensitiveLog,
|
|
69
71
|
CreateDomainCommand: () => CreateDomainCommand,
|
|
72
|
+
CreateDomainUnitCommand: () => CreateDomainUnitCommand,
|
|
73
|
+
CreateDomainUnitInputFilterSensitiveLog: () => CreateDomainUnitInputFilterSensitiveLog,
|
|
74
|
+
CreateDomainUnitOutputFilterSensitiveLog: () => CreateDomainUnitOutputFilterSensitiveLog,
|
|
70
75
|
CreateEnvironmentActionCommand: () => CreateEnvironmentActionCommand,
|
|
71
76
|
CreateEnvironmentCommand: () => CreateEnvironmentCommand,
|
|
72
77
|
CreateEnvironmentOutputFilterSensitiveLog: () => CreateEnvironmentOutputFilterSensitiveLog,
|
|
@@ -115,6 +120,7 @@ __export(src_exports, {
|
|
|
115
120
|
DataSourceSummaryFilterSensitiveLog: () => DataSourceSummaryFilterSensitiveLog,
|
|
116
121
|
DataZone: () => DataZone,
|
|
117
122
|
DataZoneClient: () => DataZoneClient,
|
|
123
|
+
DataZoneEntityType: () => DataZoneEntityType,
|
|
118
124
|
DataZoneServiceException: () => DataZoneServiceException,
|
|
119
125
|
DeleteAssetCommand: () => DeleteAssetCommand,
|
|
120
126
|
DeleteAssetFilterCommand: () => DeleteAssetFilterCommand,
|
|
@@ -123,6 +129,7 @@ __export(src_exports, {
|
|
|
123
129
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
124
130
|
DeleteDataSourceOutputFilterSensitiveLog: () => DeleteDataSourceOutputFilterSensitiveLog,
|
|
125
131
|
DeleteDomainCommand: () => DeleteDomainCommand,
|
|
132
|
+
DeleteDomainUnitCommand: () => DeleteDomainUnitCommand,
|
|
126
133
|
DeleteEnvironmentActionCommand: () => DeleteEnvironmentActionCommand,
|
|
127
134
|
DeleteEnvironmentBlueprintConfigurationCommand: () => DeleteEnvironmentBlueprintConfigurationCommand,
|
|
128
135
|
DeleteEnvironmentCommand: () => DeleteEnvironmentCommand,
|
|
@@ -143,6 +150,9 @@ __export(src_exports, {
|
|
|
143
150
|
DisassociateEnvironmentRoleCommand: () => DisassociateEnvironmentRoleCommand,
|
|
144
151
|
DomainStatus: () => DomainStatus,
|
|
145
152
|
DomainSummaryFilterSensitiveLog: () => DomainSummaryFilterSensitiveLog,
|
|
153
|
+
DomainUnitDesignation: () => DomainUnitDesignation,
|
|
154
|
+
DomainUnitGrantFilter: () => DomainUnitGrantFilter,
|
|
155
|
+
DomainUnitOwnerProperties: () => DomainUnitOwnerProperties,
|
|
146
156
|
EdgeDirection: () => EdgeDirection,
|
|
147
157
|
EnableSetting: () => EnableSetting,
|
|
148
158
|
EntityType: () => EntityType,
|
|
@@ -170,6 +180,8 @@ __export(src_exports, {
|
|
|
170
180
|
GetDataSourceOutputFilterSensitiveLog: () => GetDataSourceOutputFilterSensitiveLog,
|
|
171
181
|
GetDataSourceRunCommand: () => GetDataSourceRunCommand,
|
|
172
182
|
GetDomainCommand: () => GetDomainCommand,
|
|
183
|
+
GetDomainUnitCommand: () => GetDomainUnitCommand,
|
|
184
|
+
GetDomainUnitOutputFilterSensitiveLog: () => GetDomainUnitOutputFilterSensitiveLog,
|
|
173
185
|
GetEnvironmentActionCommand: () => GetEnvironmentActionCommand,
|
|
174
186
|
GetEnvironmentBlueprintCommand: () => GetEnvironmentBlueprintCommand,
|
|
175
187
|
GetEnvironmentBlueprintConfigurationCommand: () => GetEnvironmentBlueprintConfigurationCommand,
|
|
@@ -212,6 +224,7 @@ __export(src_exports, {
|
|
|
212
224
|
GlossaryTermStatus: () => GlossaryTermStatus,
|
|
213
225
|
GrantedEntity: () => GrantedEntity,
|
|
214
226
|
GrantedEntityInput: () => GrantedEntityInput,
|
|
227
|
+
GroupPolicyGrantPrincipal: () => GroupPolicyGrantPrincipal,
|
|
215
228
|
GroupProfileStatus: () => GroupProfileStatus,
|
|
216
229
|
GroupProfileSummaryFilterSensitiveLog: () => GroupProfileSummaryFilterSensitiveLog,
|
|
217
230
|
GroupSearchType: () => GroupSearchType,
|
|
@@ -229,8 +242,10 @@ __export(src_exports, {
|
|
|
229
242
|
ListDataSourcesCommand: () => ListDataSourcesCommand,
|
|
230
243
|
ListDataSourcesInputFilterSensitiveLog: () => ListDataSourcesInputFilterSensitiveLog,
|
|
231
244
|
ListDataSourcesOutputFilterSensitiveLog: () => ListDataSourcesOutputFilterSensitiveLog,
|
|
245
|
+
ListDomainUnitsForParentCommand: () => ListDomainUnitsForParentCommand,
|
|
232
246
|
ListDomainsCommand: () => ListDomainsCommand,
|
|
233
247
|
ListDomainsOutputFilterSensitiveLog: () => ListDomainsOutputFilterSensitiveLog,
|
|
248
|
+
ListEntityOwnersCommand: () => ListEntityOwnersCommand,
|
|
234
249
|
ListEnvironmentActionsCommand: () => ListEnvironmentActionsCommand,
|
|
235
250
|
ListEnvironmentBlueprintConfigurationsCommand: () => ListEnvironmentBlueprintConfigurationsCommand,
|
|
236
251
|
ListEnvironmentBlueprintsCommand: () => ListEnvironmentBlueprintsCommand,
|
|
@@ -244,6 +259,7 @@ __export(src_exports, {
|
|
|
244
259
|
ListMetadataGenerationRunsCommand: () => ListMetadataGenerationRunsCommand,
|
|
245
260
|
ListNotificationsCommand: () => ListNotificationsCommand,
|
|
246
261
|
ListNotificationsOutputFilterSensitiveLog: () => ListNotificationsOutputFilterSensitiveLog,
|
|
262
|
+
ListPolicyGrantsCommand: () => ListPolicyGrantsCommand,
|
|
247
263
|
ListProjectMembershipsCommand: () => ListProjectMembershipsCommand,
|
|
248
264
|
ListProjectsCommand: () => ListProjectsCommand,
|
|
249
265
|
ListProjectsInputFilterSensitiveLog: () => ListProjectsInputFilterSensitiveLog,
|
|
@@ -262,6 +278,7 @@ __export(src_exports, {
|
|
|
262
278
|
ListingStatus: () => ListingStatus,
|
|
263
279
|
ListingSummaryFilterSensitiveLog: () => ListingSummaryFilterSensitiveLog,
|
|
264
280
|
ListingSummaryItemFilterSensitiveLog: () => ListingSummaryItemFilterSensitiveLog,
|
|
281
|
+
ManagedPolicyType: () => ManagedPolicyType,
|
|
265
282
|
Member: () => Member,
|
|
266
283
|
MemberDetails: () => MemberDetails,
|
|
267
284
|
MetadataGenerationRunStatus: () => MetadataGenerationRunStatus,
|
|
@@ -273,9 +290,15 @@ __export(src_exports, {
|
|
|
273
290
|
NotificationResourceType: () => NotificationResourceType,
|
|
274
291
|
NotificationRole: () => NotificationRole,
|
|
275
292
|
NotificationType: () => NotificationType,
|
|
293
|
+
OwnerProperties: () => OwnerProperties,
|
|
294
|
+
OwnerPropertiesOutput: () => OwnerPropertiesOutput,
|
|
295
|
+
PolicyGrantDetail: () => PolicyGrantDetail,
|
|
296
|
+
PolicyGrantPrincipal: () => PolicyGrantPrincipal,
|
|
276
297
|
PostLineageEventCommand: () => PostLineageEventCommand,
|
|
277
298
|
PostLineageEventInputFilterSensitiveLog: () => PostLineageEventInputFilterSensitiveLog,
|
|
278
299
|
PostTimeSeriesDataPointsCommand: () => PostTimeSeriesDataPointsCommand,
|
|
300
|
+
ProjectDesignation: () => ProjectDesignation,
|
|
301
|
+
ProjectGrantFilter: () => ProjectGrantFilter,
|
|
279
302
|
ProjectStatus: () => ProjectStatus,
|
|
280
303
|
ProjectSummaryFilterSensitiveLog: () => ProjectSummaryFilterSensitiveLog,
|
|
281
304
|
ProvisioningConfiguration: () => ProvisioningConfiguration,
|
|
@@ -287,6 +310,8 @@ __export(src_exports, {
|
|
|
287
310
|
RejectSubscriptionRequestCommand: () => RejectSubscriptionRequestCommand,
|
|
288
311
|
RejectSubscriptionRequestInputFilterSensitiveLog: () => RejectSubscriptionRequestInputFilterSensitiveLog,
|
|
289
312
|
RejectSubscriptionRequestOutputFilterSensitiveLog: () => RejectSubscriptionRequestOutputFilterSensitiveLog,
|
|
313
|
+
RemoveEntityOwnerCommand: () => RemoveEntityOwnerCommand,
|
|
314
|
+
RemovePolicyGrantCommand: () => RemovePolicyGrantCommand,
|
|
290
315
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
291
316
|
RevokeSubscriptionCommand: () => RevokeSubscriptionCommand,
|
|
292
317
|
RevokeSubscriptionOutputFilterSensitiveLog: () => RevokeSubscriptionOutputFilterSensitiveLog,
|
|
@@ -338,6 +363,7 @@ __export(src_exports, {
|
|
|
338
363
|
SubscriptionSummaryFilterSensitiveLog: () => SubscriptionSummaryFilterSensitiveLog,
|
|
339
364
|
SubscriptionTargetSummaryFilterSensitiveLog: () => SubscriptionTargetSummaryFilterSensitiveLog,
|
|
340
365
|
TagResourceCommand: () => TagResourceCommand,
|
|
366
|
+
TargetEntityType: () => TargetEntityType,
|
|
341
367
|
TaskStatus: () => TaskStatus,
|
|
342
368
|
ThrottlingException: () => ThrottlingException,
|
|
343
369
|
TimeSeriesEntityType: () => TimeSeriesEntityType,
|
|
@@ -352,6 +378,9 @@ __export(src_exports, {
|
|
|
352
378
|
UpdateDataSourceInputFilterSensitiveLog: () => UpdateDataSourceInputFilterSensitiveLog,
|
|
353
379
|
UpdateDataSourceOutputFilterSensitiveLog: () => UpdateDataSourceOutputFilterSensitiveLog,
|
|
354
380
|
UpdateDomainCommand: () => UpdateDomainCommand,
|
|
381
|
+
UpdateDomainUnitCommand: () => UpdateDomainUnitCommand,
|
|
382
|
+
UpdateDomainUnitInputFilterSensitiveLog: () => UpdateDomainUnitInputFilterSensitiveLog,
|
|
383
|
+
UpdateDomainUnitOutputFilterSensitiveLog: () => UpdateDomainUnitOutputFilterSensitiveLog,
|
|
355
384
|
UpdateEnvironmentActionCommand: () => UpdateEnvironmentActionCommand,
|
|
356
385
|
UpdateEnvironmentCommand: () => UpdateEnvironmentCommand,
|
|
357
386
|
UpdateEnvironmentOutputFilterSensitiveLog: () => UpdateEnvironmentOutputFilterSensitiveLog,
|
|
@@ -380,6 +409,7 @@ __export(src_exports, {
|
|
|
380
409
|
UpdateUserProfileOutputFilterSensitiveLog: () => UpdateUserProfileOutputFilterSensitiveLog,
|
|
381
410
|
UserAssignment: () => UserAssignment,
|
|
382
411
|
UserDesignation: () => UserDesignation,
|
|
412
|
+
UserPolicyGrantPrincipal: () => UserPolicyGrantPrincipal,
|
|
383
413
|
UserProfileDetails: () => UserProfileDetails,
|
|
384
414
|
UserProfileDetailsFilterSensitiveLog: () => UserProfileDetailsFilterSensitiveLog,
|
|
385
415
|
UserProfileStatus: () => UserProfileStatus,
|
|
@@ -395,7 +425,9 @@ __export(src_exports, {
|
|
|
395
425
|
paginateListDataSourceRunActivities: () => paginateListDataSourceRunActivities,
|
|
396
426
|
paginateListDataSourceRuns: () => paginateListDataSourceRuns,
|
|
397
427
|
paginateListDataSources: () => paginateListDataSources,
|
|
428
|
+
paginateListDomainUnitsForParent: () => paginateListDomainUnitsForParent,
|
|
398
429
|
paginateListDomains: () => paginateListDomains,
|
|
430
|
+
paginateListEntityOwners: () => paginateListEntityOwners,
|
|
399
431
|
paginateListEnvironmentActions: () => paginateListEnvironmentActions,
|
|
400
432
|
paginateListEnvironmentBlueprintConfigurations: () => paginateListEnvironmentBlueprintConfigurations,
|
|
401
433
|
paginateListEnvironmentBlueprints: () => paginateListEnvironmentBlueprints,
|
|
@@ -404,6 +436,7 @@ __export(src_exports, {
|
|
|
404
436
|
paginateListLineageNodeHistory: () => paginateListLineageNodeHistory,
|
|
405
437
|
paginateListMetadataGenerationRuns: () => paginateListMetadataGenerationRuns,
|
|
406
438
|
paginateListNotifications: () => paginateListNotifications,
|
|
439
|
+
paginateListPolicyGrants: () => paginateListPolicyGrants,
|
|
407
440
|
paginateListProjectMemberships: () => paginateListProjectMemberships,
|
|
408
441
|
paginateListProjects: () => paginateListProjects,
|
|
409
442
|
paginateListSubscriptionGrants: () => paginateListSubscriptionGrants,
|
|
@@ -736,11 +769,19 @@ var ActionParameters;
|
|
|
736
769
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
737
770
|
}, "visit");
|
|
738
771
|
})(ActionParameters || (ActionParameters = {}));
|
|
739
|
-
var
|
|
740
|
-
|
|
741
|
-
CREATING: "CREATING",
|
|
742
|
-
INACTIVE: "INACTIVE"
|
|
772
|
+
var DataZoneEntityType = {
|
|
773
|
+
DOMAIN_UNIT: "DOMAIN_UNIT"
|
|
743
774
|
};
|
|
775
|
+
var OwnerProperties;
|
|
776
|
+
((OwnerProperties4) => {
|
|
777
|
+
OwnerProperties4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
778
|
+
if (value.user !== void 0)
|
|
779
|
+
return visitor.user(value.user);
|
|
780
|
+
if (value.group !== void 0)
|
|
781
|
+
return visitor.group(value.group);
|
|
782
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
783
|
+
}, "visit");
|
|
784
|
+
})(OwnerProperties || (OwnerProperties = {}));
|
|
744
785
|
var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends DataZoneServiceException {
|
|
745
786
|
/**
|
|
746
787
|
* @internal
|
|
@@ -758,6 +799,112 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
758
799
|
};
|
|
759
800
|
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
760
801
|
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
802
|
+
var PolicyGrantDetail;
|
|
803
|
+
((PolicyGrantDetail4) => {
|
|
804
|
+
PolicyGrantDetail4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
805
|
+
if (value.createDomainUnit !== void 0)
|
|
806
|
+
return visitor.createDomainUnit(value.createDomainUnit);
|
|
807
|
+
if (value.overrideDomainUnitOwners !== void 0)
|
|
808
|
+
return visitor.overrideDomainUnitOwners(value.overrideDomainUnitOwners);
|
|
809
|
+
if (value.addToProjectMemberPool !== void 0)
|
|
810
|
+
return visitor.addToProjectMemberPool(value.addToProjectMemberPool);
|
|
811
|
+
if (value.overrideProjectOwners !== void 0)
|
|
812
|
+
return visitor.overrideProjectOwners(value.overrideProjectOwners);
|
|
813
|
+
if (value.createGlossary !== void 0)
|
|
814
|
+
return visitor.createGlossary(value.createGlossary);
|
|
815
|
+
if (value.createFormType !== void 0)
|
|
816
|
+
return visitor.createFormType(value.createFormType);
|
|
817
|
+
if (value.createAssetType !== void 0)
|
|
818
|
+
return visitor.createAssetType(value.createAssetType);
|
|
819
|
+
if (value.createProject !== void 0)
|
|
820
|
+
return visitor.createProject(value.createProject);
|
|
821
|
+
if (value.createEnvironmentProfile !== void 0)
|
|
822
|
+
return visitor.createEnvironmentProfile(value.createEnvironmentProfile);
|
|
823
|
+
if (value.delegateCreateEnvironmentProfile !== void 0)
|
|
824
|
+
return visitor.delegateCreateEnvironmentProfile(value.delegateCreateEnvironmentProfile);
|
|
825
|
+
if (value.createEnvironment !== void 0)
|
|
826
|
+
return visitor.createEnvironment(value.createEnvironment);
|
|
827
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
828
|
+
}, "visit");
|
|
829
|
+
})(PolicyGrantDetail || (PolicyGrantDetail = {}));
|
|
830
|
+
var TargetEntityType = {
|
|
831
|
+
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
832
|
+
ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION",
|
|
833
|
+
ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE"
|
|
834
|
+
};
|
|
835
|
+
var ManagedPolicyType = {
|
|
836
|
+
ADD_TO_PROJECT_MEMBER_POOL: "ADD_TO_PROJECT_MEMBER_POOL",
|
|
837
|
+
CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE",
|
|
838
|
+
CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT",
|
|
839
|
+
CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT",
|
|
840
|
+
CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE",
|
|
841
|
+
CREATE_FORM_TYPE: "CREATE_FORM_TYPE",
|
|
842
|
+
CREATE_GLOSSARY: "CREATE_GLOSSARY",
|
|
843
|
+
CREATE_PROJECT: "CREATE_PROJECT",
|
|
844
|
+
DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE",
|
|
845
|
+
OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS",
|
|
846
|
+
OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS"
|
|
847
|
+
};
|
|
848
|
+
var DomainUnitDesignation = {
|
|
849
|
+
OWNER: "OWNER"
|
|
850
|
+
};
|
|
851
|
+
var DomainUnitGrantFilter;
|
|
852
|
+
((DomainUnitGrantFilter3) => {
|
|
853
|
+
DomainUnitGrantFilter3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
854
|
+
if (value.allDomainUnitsGrantFilter !== void 0)
|
|
855
|
+
return visitor.allDomainUnitsGrantFilter(value.allDomainUnitsGrantFilter);
|
|
856
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
857
|
+
}, "visit");
|
|
858
|
+
})(DomainUnitGrantFilter || (DomainUnitGrantFilter = {}));
|
|
859
|
+
var GroupPolicyGrantPrincipal;
|
|
860
|
+
((GroupPolicyGrantPrincipal3) => {
|
|
861
|
+
GroupPolicyGrantPrincipal3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
862
|
+
if (value.groupIdentifier !== void 0)
|
|
863
|
+
return visitor.groupIdentifier(value.groupIdentifier);
|
|
864
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
865
|
+
}, "visit");
|
|
866
|
+
})(GroupPolicyGrantPrincipal || (GroupPolicyGrantPrincipal = {}));
|
|
867
|
+
var ProjectDesignation = {
|
|
868
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
869
|
+
OWNER: "OWNER"
|
|
870
|
+
};
|
|
871
|
+
var ProjectGrantFilter;
|
|
872
|
+
((ProjectGrantFilter3) => {
|
|
873
|
+
ProjectGrantFilter3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
874
|
+
if (value.domainUnitFilter !== void 0)
|
|
875
|
+
return visitor.domainUnitFilter(value.domainUnitFilter);
|
|
876
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
877
|
+
}, "visit");
|
|
878
|
+
})(ProjectGrantFilter || (ProjectGrantFilter = {}));
|
|
879
|
+
var UserPolicyGrantPrincipal;
|
|
880
|
+
((UserPolicyGrantPrincipal3) => {
|
|
881
|
+
UserPolicyGrantPrincipal3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
882
|
+
if (value.userIdentifier !== void 0)
|
|
883
|
+
return visitor.userIdentifier(value.userIdentifier);
|
|
884
|
+
if (value.allUsersGrantFilter !== void 0)
|
|
885
|
+
return visitor.allUsersGrantFilter(value.allUsersGrantFilter);
|
|
886
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
887
|
+
}, "visit");
|
|
888
|
+
})(UserPolicyGrantPrincipal || (UserPolicyGrantPrincipal = {}));
|
|
889
|
+
var PolicyGrantPrincipal;
|
|
890
|
+
((PolicyGrantPrincipal4) => {
|
|
891
|
+
PolicyGrantPrincipal4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
892
|
+
if (value.user !== void 0)
|
|
893
|
+
return visitor.user(value.user);
|
|
894
|
+
if (value.group !== void 0)
|
|
895
|
+
return visitor.group(value.group);
|
|
896
|
+
if (value.project !== void 0)
|
|
897
|
+
return visitor.project(value.project);
|
|
898
|
+
if (value.domainUnit !== void 0)
|
|
899
|
+
return visitor.domainUnit(value.domainUnit);
|
|
900
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
901
|
+
}, "visit");
|
|
902
|
+
})(PolicyGrantPrincipal || (PolicyGrantPrincipal = {}));
|
|
903
|
+
var ListingStatus = {
|
|
904
|
+
ACTIVE: "ACTIVE",
|
|
905
|
+
CREATING: "CREATING",
|
|
906
|
+
INACTIVE: "INACTIVE"
|
|
907
|
+
};
|
|
761
908
|
var RowFilterExpression;
|
|
762
909
|
((RowFilterExpression4) => {
|
|
763
910
|
RowFilterExpression4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -959,6 +1106,16 @@ var DomainStatus = {
|
|
|
959
1106
|
DELETING: "DELETING",
|
|
960
1107
|
DELETION_FAILED: "DELETION_FAILED"
|
|
961
1108
|
};
|
|
1109
|
+
var DomainUnitOwnerProperties;
|
|
1110
|
+
((DomainUnitOwnerProperties2) => {
|
|
1111
|
+
DomainUnitOwnerProperties2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1112
|
+
if (value.user !== void 0)
|
|
1113
|
+
return visitor.user(value.user);
|
|
1114
|
+
if (value.group !== void 0)
|
|
1115
|
+
return visitor.group(value.group);
|
|
1116
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1117
|
+
}, "visit");
|
|
1118
|
+
})(DomainUnitOwnerProperties || (DomainUnitOwnerProperties = {}));
|
|
962
1119
|
var DeploymentStatus = {
|
|
963
1120
|
FAILED: "FAILED",
|
|
964
1121
|
IN_PROGRESS: "IN_PROGRESS",
|
|
@@ -1145,14 +1302,6 @@ var TimeSeriesEntityType = {
|
|
|
1145
1302
|
ASSET: "ASSET",
|
|
1146
1303
|
LISTING: "LISTING"
|
|
1147
1304
|
};
|
|
1148
|
-
var ProvisioningConfiguration;
|
|
1149
|
-
((ProvisioningConfiguration3) => {
|
|
1150
|
-
ProvisioningConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1151
|
-
if (value.lakeFormationConfiguration !== void 0)
|
|
1152
|
-
return visitor.lakeFormationConfiguration(value.lakeFormationConfiguration);
|
|
1153
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1154
|
-
}, "visit");
|
|
1155
|
-
})(ProvisioningConfiguration || (ProvisioningConfiguration = {}));
|
|
1156
1305
|
var AcceptChoiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1157
1306
|
...obj,
|
|
1158
1307
|
...obj.editedValue && { editedValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1391,6 +1540,17 @@ var CreateDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
1391
1540
|
},
|
|
1392
1541
|
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING }
|
|
1393
1542
|
}), "CreateDataSourceOutputFilterSensitiveLog");
|
|
1543
|
+
var CreateDomainUnitInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1544
|
+
...obj,
|
|
1545
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1546
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1547
|
+
}), "CreateDomainUnitInputFilterSensitiveLog");
|
|
1548
|
+
var CreateDomainUnitOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1549
|
+
...obj,
|
|
1550
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1551
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1552
|
+
...obj.owners && { owners: obj.owners.map((item) => item) }
|
|
1553
|
+
}), "CreateDomainUnitOutputFilterSensitiveLog");
|
|
1394
1554
|
var CustomParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1395
1555
|
...obj,
|
|
1396
1556
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1618,84 +1778,23 @@ var ListDomainsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1618
1778
|
...obj,
|
|
1619
1779
|
...obj.items && { items: obj.items.map((item) => DomainSummaryFilterSensitiveLog(item)) }
|
|
1620
1780
|
}), "ListDomainsOutputFilterSensitiveLog");
|
|
1621
|
-
var
|
|
1622
|
-
...obj,
|
|
1623
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1624
|
-
}), "ImportFilterSensitiveLog");
|
|
1625
|
-
var GetFormTypeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1781
|
+
var GetDomainUnitOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1626
1782
|
...obj,
|
|
1627
1783
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1628
|
-
...obj.model && { model: import_smithy_client.SENSITIVE_STRING },
|
|
1629
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1630
|
-
...obj.imports && { imports: obj.imports.map((item) => ImportFilterSensitiveLog(item)) }
|
|
1631
|
-
}), "GetFormTypeOutputFilterSensitiveLog");
|
|
1632
|
-
var GetEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1633
|
-
...obj,
|
|
1634
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1635
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1636
|
-
...obj.userParameters && {
|
|
1637
|
-
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
|
|
1638
|
-
},
|
|
1639
|
-
...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
|
|
1640
|
-
}), "GetEnvironmentOutputFilterSensitiveLog");
|
|
1641
|
-
var GetEnvironmentBlueprintOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1642
|
-
...obj,
|
|
1643
1784
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1644
|
-
...obj.
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
}
|
|
1648
|
-
}), "GetEnvironmentBlueprintOutputFilterSensitiveLog");
|
|
1649
|
-
var GetEnvironmentCredentialsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1650
|
-
...obj
|
|
1651
|
-
}), "GetEnvironmentCredentialsOutputFilterSensitiveLog");
|
|
1652
|
-
var GetEnvironmentProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1785
|
+
...obj.owners && { owners: obj.owners.map((item) => item) }
|
|
1786
|
+
}), "GetDomainUnitOutputFilterSensitiveLog");
|
|
1787
|
+
var UpdateDomainUnitInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1653
1788
|
...obj,
|
|
1654
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1655
1789
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1656
|
-
...obj.
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
}), "GetEnvironmentProfileOutputFilterSensitiveLog");
|
|
1660
|
-
var GetGroupProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1661
|
-
...obj,
|
|
1662
|
-
...obj.groupName && { groupName: import_smithy_client.SENSITIVE_STRING }
|
|
1663
|
-
}), "GetGroupProfileOutputFilterSensitiveLog");
|
|
1664
|
-
var GetLineageNodeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1665
|
-
...obj,
|
|
1666
|
-
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
1667
|
-
}), "GetLineageNodeOutputFilterSensitiveLog");
|
|
1668
|
-
var GetProjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1790
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1791
|
+
}), "UpdateDomainUnitInputFilterSensitiveLog");
|
|
1792
|
+
var UpdateDomainUnitOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1669
1793
|
...obj,
|
|
1670
1794
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1795
|
+
...obj.owners && { owners: obj.owners.map((item) => item) },
|
|
1671
1796
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1672
|
-
}), "
|
|
1673
|
-
var GetSubscriptionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1674
|
-
...obj,
|
|
1675
|
-
...obj.subscribedPrincipal && {
|
|
1676
|
-
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal)
|
|
1677
|
-
},
|
|
1678
|
-
...obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }
|
|
1679
|
-
}), "GetSubscriptionOutputFilterSensitiveLog");
|
|
1680
|
-
var GetSubscriptionRequestDetailsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1681
|
-
...obj,
|
|
1682
|
-
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
|
|
1683
|
-
...obj.subscribedPrincipals && {
|
|
1684
|
-
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item))
|
|
1685
|
-
},
|
|
1686
|
-
...obj.subscribedListings && {
|
|
1687
|
-
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
|
|
1688
|
-
},
|
|
1689
|
-
...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
|
|
1690
|
-
}), "GetSubscriptionRequestDetailsOutputFilterSensitiveLog");
|
|
1691
|
-
var GetSubscriptionTargetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1692
|
-
...obj,
|
|
1693
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1694
|
-
}), "GetSubscriptionTargetOutputFilterSensitiveLog");
|
|
1695
|
-
var GetUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1696
|
-
...obj,
|
|
1697
|
-
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
1698
|
-
}), "GetUserProfileOutputFilterSensitiveLog");
|
|
1797
|
+
}), "UpdateDomainUnitOutputFilterSensitiveLog");
|
|
1699
1798
|
|
|
1700
1799
|
// src/protocols/Aws_restJson1.ts
|
|
1701
1800
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1705,6 +1804,24 @@ var import_uuid = require("uuid");
|
|
|
1705
1804
|
|
|
1706
1805
|
// src/models/models_1.ts
|
|
1707
1806
|
|
|
1807
|
+
var ProvisioningConfiguration;
|
|
1808
|
+
((ProvisioningConfiguration3) => {
|
|
1809
|
+
ProvisioningConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1810
|
+
if (value.lakeFormationConfiguration !== void 0)
|
|
1811
|
+
return visitor.lakeFormationConfiguration(value.lakeFormationConfiguration);
|
|
1812
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1813
|
+
}, "visit");
|
|
1814
|
+
})(ProvisioningConfiguration || (ProvisioningConfiguration = {}));
|
|
1815
|
+
var OwnerPropertiesOutput;
|
|
1816
|
+
((OwnerPropertiesOutput2) => {
|
|
1817
|
+
OwnerPropertiesOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1818
|
+
if (value.user !== void 0)
|
|
1819
|
+
return visitor.user(value.user);
|
|
1820
|
+
if (value.group !== void 0)
|
|
1821
|
+
return visitor.group(value.group);
|
|
1822
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1823
|
+
}, "visit");
|
|
1824
|
+
})(OwnerPropertiesOutput || (OwnerPropertiesOutput = {}));
|
|
1708
1825
|
var ListingItem;
|
|
1709
1826
|
((ListingItem3) => {
|
|
1710
1827
|
ListingItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -1870,6 +1987,84 @@ var AssetFilterConfiguration;
|
|
|
1870
1987
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1871
1988
|
}, "visit");
|
|
1872
1989
|
})(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
|
|
1990
|
+
var ImportFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1991
|
+
...obj,
|
|
1992
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1993
|
+
}), "ImportFilterSensitiveLog");
|
|
1994
|
+
var GetFormTypeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1995
|
+
...obj,
|
|
1996
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1997
|
+
...obj.model && { model: import_smithy_client.SENSITIVE_STRING },
|
|
1998
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1999
|
+
...obj.imports && { imports: obj.imports.map((item) => ImportFilterSensitiveLog(item)) }
|
|
2000
|
+
}), "GetFormTypeOutputFilterSensitiveLog");
|
|
2001
|
+
var GetEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2002
|
+
...obj,
|
|
2003
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2004
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2005
|
+
...obj.userParameters && {
|
|
2006
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
|
|
2007
|
+
},
|
|
2008
|
+
...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
|
|
2009
|
+
}), "GetEnvironmentOutputFilterSensitiveLog");
|
|
2010
|
+
var GetEnvironmentBlueprintOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2011
|
+
...obj,
|
|
2012
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2013
|
+
...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
|
|
2014
|
+
...obj.userParameters && {
|
|
2015
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
|
|
2016
|
+
}
|
|
2017
|
+
}), "GetEnvironmentBlueprintOutputFilterSensitiveLog");
|
|
2018
|
+
var GetEnvironmentCredentialsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2019
|
+
...obj
|
|
2020
|
+
}), "GetEnvironmentCredentialsOutputFilterSensitiveLog");
|
|
2021
|
+
var GetEnvironmentProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2022
|
+
...obj,
|
|
2023
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2024
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2025
|
+
...obj.userParameters && {
|
|
2026
|
+
userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
|
|
2027
|
+
}
|
|
2028
|
+
}), "GetEnvironmentProfileOutputFilterSensitiveLog");
|
|
2029
|
+
var GetGroupProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2030
|
+
...obj,
|
|
2031
|
+
...obj.groupName && { groupName: import_smithy_client.SENSITIVE_STRING }
|
|
2032
|
+
}), "GetGroupProfileOutputFilterSensitiveLog");
|
|
2033
|
+
var GetLineageNodeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2034
|
+
...obj,
|
|
2035
|
+
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
2036
|
+
}), "GetLineageNodeOutputFilterSensitiveLog");
|
|
2037
|
+
var GetProjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2038
|
+
...obj,
|
|
2039
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2040
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2041
|
+
}), "GetProjectOutputFilterSensitiveLog");
|
|
2042
|
+
var GetSubscriptionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2043
|
+
...obj,
|
|
2044
|
+
...obj.subscribedPrincipal && {
|
|
2045
|
+
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal)
|
|
2046
|
+
},
|
|
2047
|
+
...obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }
|
|
2048
|
+
}), "GetSubscriptionOutputFilterSensitiveLog");
|
|
2049
|
+
var GetSubscriptionRequestDetailsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2050
|
+
...obj,
|
|
2051
|
+
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
|
|
2052
|
+
...obj.subscribedPrincipals && {
|
|
2053
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item))
|
|
2054
|
+
},
|
|
2055
|
+
...obj.subscribedListings && {
|
|
2056
|
+
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
|
|
2057
|
+
},
|
|
2058
|
+
...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
|
|
2059
|
+
}), "GetSubscriptionRequestDetailsOutputFilterSensitiveLog");
|
|
2060
|
+
var GetSubscriptionTargetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2061
|
+
...obj,
|
|
2062
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
2063
|
+
}), "GetSubscriptionTargetOutputFilterSensitiveLog");
|
|
2064
|
+
var GetUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2065
|
+
...obj,
|
|
2066
|
+
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
2067
|
+
}), "GetUserProfileOutputFilterSensitiveLog");
|
|
1873
2068
|
var GetGlossaryOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1874
2069
|
...obj,
|
|
1875
2070
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2259,12 +2454,53 @@ var se_AcceptSubscriptionRequestCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
2259
2454
|
let body;
|
|
2260
2455
|
body = JSON.stringify(
|
|
2261
2456
|
(0, import_smithy_client.take)(input, {
|
|
2457
|
+
assetScopes: (_) => (0, import_smithy_client._json)(_),
|
|
2262
2458
|
decisionComment: []
|
|
2263
2459
|
})
|
|
2264
2460
|
);
|
|
2265
2461
|
b.m("PUT").h(headers).b(body);
|
|
2266
2462
|
return b.build();
|
|
2267
2463
|
}, "se_AcceptSubscriptionRequestCommand");
|
|
2464
|
+
var se_AddEntityOwnerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2465
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2466
|
+
const headers = {
|
|
2467
|
+
"content-type": "application/json"
|
|
2468
|
+
};
|
|
2469
|
+
b.bp("/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/addOwner");
|
|
2470
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2471
|
+
b.p("entityType", () => input.entityType, "{entityType}", false);
|
|
2472
|
+
b.p("entityIdentifier", () => input.entityIdentifier, "{entityIdentifier}", false);
|
|
2473
|
+
let body;
|
|
2474
|
+
body = JSON.stringify(
|
|
2475
|
+
(0, import_smithy_client.take)(input, {
|
|
2476
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2477
|
+
owner: (_) => (0, import_smithy_client._json)(_)
|
|
2478
|
+
})
|
|
2479
|
+
);
|
|
2480
|
+
b.m("POST").h(headers).b(body);
|
|
2481
|
+
return b.build();
|
|
2482
|
+
}, "se_AddEntityOwnerCommand");
|
|
2483
|
+
var se_AddPolicyGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2484
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2485
|
+
const headers = {
|
|
2486
|
+
"content-type": "application/json"
|
|
2487
|
+
};
|
|
2488
|
+
b.bp("/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/addGrant");
|
|
2489
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2490
|
+
b.p("entityType", () => input.entityType, "{entityType}", false);
|
|
2491
|
+
b.p("entityIdentifier", () => input.entityIdentifier, "{entityIdentifier}", false);
|
|
2492
|
+
let body;
|
|
2493
|
+
body = JSON.stringify(
|
|
2494
|
+
(0, import_smithy_client.take)(input, {
|
|
2495
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2496
|
+
detail: (_) => (0, import_smithy_client._json)(_),
|
|
2497
|
+
policyType: [],
|
|
2498
|
+
principal: (_) => (0, import_smithy_client._json)(_)
|
|
2499
|
+
})
|
|
2500
|
+
);
|
|
2501
|
+
b.m("POST").h(headers).b(body);
|
|
2502
|
+
return b.build();
|
|
2503
|
+
}, "se_AddPolicyGrantCommand");
|
|
2268
2504
|
var se_AssociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2269
2505
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2270
2506
|
const headers = {};
|
|
@@ -2475,6 +2711,25 @@ var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2475
2711
|
b.m("POST").h(headers).b(body);
|
|
2476
2712
|
return b.build();
|
|
2477
2713
|
}, "se_CreateDomainCommand");
|
|
2714
|
+
var se_CreateDomainUnitCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2715
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2716
|
+
const headers = {
|
|
2717
|
+
"content-type": "application/json"
|
|
2718
|
+
};
|
|
2719
|
+
b.bp("/v2/domains/{domainIdentifier}/domain-units");
|
|
2720
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2721
|
+
let body;
|
|
2722
|
+
body = JSON.stringify(
|
|
2723
|
+
(0, import_smithy_client.take)(input, {
|
|
2724
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2725
|
+
description: [],
|
|
2726
|
+
name: [],
|
|
2727
|
+
parentDomainUnitIdentifier: []
|
|
2728
|
+
})
|
|
2729
|
+
);
|
|
2730
|
+
b.m("POST").h(headers).b(body);
|
|
2731
|
+
return b.build();
|
|
2732
|
+
}, "se_CreateDomainUnitCommand");
|
|
2478
2733
|
var se_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2479
2734
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2480
2735
|
const headers = {
|
|
@@ -2650,6 +2905,7 @@ var se_CreateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2650
2905
|
body = JSON.stringify(
|
|
2651
2906
|
(0, import_smithy_client.take)(input, {
|
|
2652
2907
|
description: [],
|
|
2908
|
+
domainUnitId: [],
|
|
2653
2909
|
glossaryTerms: (_) => (0, import_smithy_client._json)(_),
|
|
2654
2910
|
name: []
|
|
2655
2911
|
})
|
|
@@ -2824,6 +3080,16 @@ var se_DeleteDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2824
3080
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
2825
3081
|
return b.build();
|
|
2826
3082
|
}, "se_DeleteDomainCommand");
|
|
3083
|
+
var se_DeleteDomainUnitCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3084
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3085
|
+
const headers = {};
|
|
3086
|
+
b.bp("/v2/domains/{domainIdentifier}/domain-units/{identifier}");
|
|
3087
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3088
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
3089
|
+
let body;
|
|
3090
|
+
b.m("DELETE").h(headers).b(body);
|
|
3091
|
+
return b.build();
|
|
3092
|
+
}, "se_DeleteDomainUnitCommand");
|
|
2827
3093
|
var se_DeleteEnvironmentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2828
3094
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2829
3095
|
const headers = {};
|
|
@@ -3076,6 +3342,16 @@ var se_GetDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3076
3342
|
b.m("GET").h(headers).b(body);
|
|
3077
3343
|
return b.build();
|
|
3078
3344
|
}, "se_GetDomainCommand");
|
|
3345
|
+
var se_GetDomainUnitCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3346
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3347
|
+
const headers = {};
|
|
3348
|
+
b.bp("/v2/domains/{domainIdentifier}/domain-units/{identifier}");
|
|
3349
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3350
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
3351
|
+
let body;
|
|
3352
|
+
b.m("GET").h(headers).b(body);
|
|
3353
|
+
return b.build();
|
|
3354
|
+
}, "se_GetDomainUnitCommand");
|
|
3079
3355
|
var se_GetEnvironmentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3080
3356
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3081
3357
|
const headers = {};
|
|
@@ -3413,6 +3689,35 @@ var se_ListDomainsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3413
3689
|
b.m("GET").h(headers).q(query).b(body);
|
|
3414
3690
|
return b.build();
|
|
3415
3691
|
}, "se_ListDomainsCommand");
|
|
3692
|
+
var se_ListDomainUnitsForParentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3693
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3694
|
+
const headers = {};
|
|
3695
|
+
b.bp("/v2/domains/{domainIdentifier}/domain-units");
|
|
3696
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3697
|
+
const query = (0, import_smithy_client.map)({
|
|
3698
|
+
[_pDUI]: [, (0, import_smithy_client.expectNonNull)(input[_pDUI], `parentDomainUnitIdentifier`)],
|
|
3699
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
3700
|
+
[_nT]: [, input[_nT]]
|
|
3701
|
+
});
|
|
3702
|
+
let body;
|
|
3703
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3704
|
+
return b.build();
|
|
3705
|
+
}, "se_ListDomainUnitsForParentCommand");
|
|
3706
|
+
var se_ListEntityOwnersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3707
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3708
|
+
const headers = {};
|
|
3709
|
+
b.bp("/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/owners");
|
|
3710
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3711
|
+
b.p("entityType", () => input.entityType, "{entityType}", false);
|
|
3712
|
+
b.p("entityIdentifier", () => input.entityIdentifier, "{entityIdentifier}", false);
|
|
3713
|
+
const query = (0, import_smithy_client.map)({
|
|
3714
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
3715
|
+
[_nT]: [, input[_nT]]
|
|
3716
|
+
});
|
|
3717
|
+
let body;
|
|
3718
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3719
|
+
return b.build();
|
|
3720
|
+
}, "se_ListEntityOwnersCommand");
|
|
3416
3721
|
var se_ListEnvironmentActionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3417
3722
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3418
3723
|
const headers = {};
|
|
@@ -3545,6 +3850,22 @@ var se_ListNotificationsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3545
3850
|
b.m("GET").h(headers).q(query).b(body);
|
|
3546
3851
|
return b.build();
|
|
3547
3852
|
}, "se_ListNotificationsCommand");
|
|
3853
|
+
var se_ListPolicyGrantsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3854
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3855
|
+
const headers = {};
|
|
3856
|
+
b.bp("/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/grants");
|
|
3857
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3858
|
+
b.p("entityType", () => input.entityType, "{entityType}", false);
|
|
3859
|
+
b.p("entityIdentifier", () => input.entityIdentifier, "{entityIdentifier}", false);
|
|
3860
|
+
const query = (0, import_smithy_client.map)({
|
|
3861
|
+
[_pT]: [, (0, import_smithy_client.expectNonNull)(input[_pT], `policyType`)],
|
|
3862
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
3863
|
+
[_nT]: [, input[_nT]]
|
|
3864
|
+
});
|
|
3865
|
+
let body;
|
|
3866
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3867
|
+
return b.build();
|
|
3868
|
+
}, "se_ListPolicyGrantsCommand");
|
|
3548
3869
|
var se_ListProjectMembershipsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3549
3870
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3550
3871
|
const headers = {};
|
|
@@ -3780,6 +4101,45 @@ var se_RejectSubscriptionRequestCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
3780
4101
|
b.m("PUT").h(headers).b(body);
|
|
3781
4102
|
return b.build();
|
|
3782
4103
|
}, "se_RejectSubscriptionRequestCommand");
|
|
4104
|
+
var se_RemoveEntityOwnerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4105
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4106
|
+
const headers = {
|
|
4107
|
+
"content-type": "application/json"
|
|
4108
|
+
};
|
|
4109
|
+
b.bp("/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/removeOwner");
|
|
4110
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4111
|
+
b.p("entityType", () => input.entityType, "{entityType}", false);
|
|
4112
|
+
b.p("entityIdentifier", () => input.entityIdentifier, "{entityIdentifier}", false);
|
|
4113
|
+
let body;
|
|
4114
|
+
body = JSON.stringify(
|
|
4115
|
+
(0, import_smithy_client.take)(input, {
|
|
4116
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
4117
|
+
owner: (_) => (0, import_smithy_client._json)(_)
|
|
4118
|
+
})
|
|
4119
|
+
);
|
|
4120
|
+
b.m("POST").h(headers).b(body);
|
|
4121
|
+
return b.build();
|
|
4122
|
+
}, "se_RemoveEntityOwnerCommand");
|
|
4123
|
+
var se_RemovePolicyGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4124
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4125
|
+
const headers = {
|
|
4126
|
+
"content-type": "application/json"
|
|
4127
|
+
};
|
|
4128
|
+
b.bp("/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/removeGrant");
|
|
4129
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4130
|
+
b.p("entityType", () => input.entityType, "{entityType}", false);
|
|
4131
|
+
b.p("entityIdentifier", () => input.entityIdentifier, "{entityIdentifier}", false);
|
|
4132
|
+
let body;
|
|
4133
|
+
body = JSON.stringify(
|
|
4134
|
+
(0, import_smithy_client.take)(input, {
|
|
4135
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
4136
|
+
policyType: [],
|
|
4137
|
+
principal: (_) => (0, import_smithy_client._json)(_)
|
|
4138
|
+
})
|
|
4139
|
+
);
|
|
4140
|
+
b.m("POST").h(headers).b(body);
|
|
4141
|
+
return b.build();
|
|
4142
|
+
}, "se_RemovePolicyGrantCommand");
|
|
3783
4143
|
var se_RevokeSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3784
4144
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3785
4145
|
const headers = {
|
|
@@ -4038,6 +4398,24 @@ var se_UpdateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4038
4398
|
b.m("PUT").h(headers).q(query).b(body);
|
|
4039
4399
|
return b.build();
|
|
4040
4400
|
}, "se_UpdateDomainCommand");
|
|
4401
|
+
var se_UpdateDomainUnitCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4402
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4403
|
+
const headers = {
|
|
4404
|
+
"content-type": "application/json"
|
|
4405
|
+
};
|
|
4406
|
+
b.bp("/v2/domains/{domainIdentifier}/domain-units/{identifier}");
|
|
4407
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4408
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
4409
|
+
let body;
|
|
4410
|
+
body = JSON.stringify(
|
|
4411
|
+
(0, import_smithy_client.take)(input, {
|
|
4412
|
+
description: [],
|
|
4413
|
+
name: []
|
|
4414
|
+
})
|
|
4415
|
+
);
|
|
4416
|
+
b.m("PUT").h(headers).b(body);
|
|
4417
|
+
return b.build();
|
|
4418
|
+
}, "se_UpdateDomainUnitCommand");
|
|
4041
4419
|
var se_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4042
4420
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4043
4421
|
const headers = {
|
|
@@ -4295,6 +4673,26 @@ var de_AcceptSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
|
|
|
4295
4673
|
Object.assign(contents, doc);
|
|
4296
4674
|
return contents;
|
|
4297
4675
|
}, "de_AcceptSubscriptionRequestCommand");
|
|
4676
|
+
var de_AddEntityOwnerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4677
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4678
|
+
return de_CommandError(output, context);
|
|
4679
|
+
}
|
|
4680
|
+
const contents = (0, import_smithy_client.map)({
|
|
4681
|
+
$metadata: deserializeMetadata(output)
|
|
4682
|
+
});
|
|
4683
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4684
|
+
return contents;
|
|
4685
|
+
}, "de_AddEntityOwnerCommand");
|
|
4686
|
+
var de_AddPolicyGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4687
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4688
|
+
return de_CommandError(output, context);
|
|
4689
|
+
}
|
|
4690
|
+
const contents = (0, import_smithy_client.map)({
|
|
4691
|
+
$metadata: deserializeMetadata(output)
|
|
4692
|
+
});
|
|
4693
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4694
|
+
return contents;
|
|
4695
|
+
}, "de_AddPolicyGrantCommand");
|
|
4298
4696
|
var de_AssociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4299
4697
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4300
4698
|
return de_CommandError(output, context);
|
|
@@ -4555,6 +4953,7 @@ var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4555
4953
|
kmsKeyIdentifier: import_smithy_client.expectString,
|
|
4556
4954
|
name: import_smithy_client.expectString,
|
|
4557
4955
|
portalUrl: import_smithy_client.expectString,
|
|
4956
|
+
rootDomainUnitId: import_smithy_client.expectString,
|
|
4558
4957
|
singleSignOn: import_smithy_client._json,
|
|
4559
4958
|
status: import_smithy_client.expectString,
|
|
4560
4959
|
tags: import_smithy_client._json
|
|
@@ -4562,6 +4961,28 @@ var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4562
4961
|
Object.assign(contents, doc);
|
|
4563
4962
|
return contents;
|
|
4564
4963
|
}, "de_CreateDomainCommand");
|
|
4964
|
+
var de_CreateDomainUnitCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4965
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4966
|
+
return de_CommandError(output, context);
|
|
4967
|
+
}
|
|
4968
|
+
const contents = (0, import_smithy_client.map)({
|
|
4969
|
+
$metadata: deserializeMetadata(output)
|
|
4970
|
+
});
|
|
4971
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4972
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4973
|
+
ancestorDomainUnitIds: import_smithy_client._json,
|
|
4974
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4975
|
+
createdBy: import_smithy_client.expectString,
|
|
4976
|
+
description: import_smithy_client.expectString,
|
|
4977
|
+
domainId: import_smithy_client.expectString,
|
|
4978
|
+
id: import_smithy_client.expectString,
|
|
4979
|
+
name: import_smithy_client.expectString,
|
|
4980
|
+
owners: import_smithy_client._json,
|
|
4981
|
+
parentDomainUnitId: import_smithy_client.expectString
|
|
4982
|
+
});
|
|
4983
|
+
Object.assign(contents, doc);
|
|
4984
|
+
return contents;
|
|
4985
|
+
}, "de_CreateDomainUnitCommand");
|
|
4565
4986
|
var de_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4566
4987
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4567
4988
|
return de_CommandError(output, context);
|
|
@@ -4746,6 +5167,7 @@ var de_CreateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4746
5167
|
createdBy: import_smithy_client.expectString,
|
|
4747
5168
|
description: import_smithy_client.expectString,
|
|
4748
5169
|
domainId: import_smithy_client.expectString,
|
|
5170
|
+
domainUnitId: import_smithy_client.expectString,
|
|
4749
5171
|
failureReasons: import_smithy_client._json,
|
|
4750
5172
|
glossaryTerms: import_smithy_client._json,
|
|
4751
5173
|
id: import_smithy_client.expectString,
|
|
@@ -4946,9 +5368,19 @@ var de_DeleteDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4946
5368
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4947
5369
|
status: import_smithy_client.expectString
|
|
4948
5370
|
});
|
|
4949
|
-
Object.assign(contents, doc);
|
|
5371
|
+
Object.assign(contents, doc);
|
|
5372
|
+
return contents;
|
|
5373
|
+
}, "de_DeleteDomainCommand");
|
|
5374
|
+
var de_DeleteDomainUnitCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5375
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
5376
|
+
return de_CommandError(output, context);
|
|
5377
|
+
}
|
|
5378
|
+
const contents = (0, import_smithy_client.map)({
|
|
5379
|
+
$metadata: deserializeMetadata(output)
|
|
5380
|
+
});
|
|
5381
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4950
5382
|
return contents;
|
|
4951
|
-
}, "
|
|
5383
|
+
}, "de_DeleteDomainUnitCommand");
|
|
4952
5384
|
var de_DeleteEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4953
5385
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
4954
5386
|
return de_CommandError(output, context);
|
|
@@ -5299,6 +5731,7 @@ var de_GetDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5299
5731
|
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5300
5732
|
name: import_smithy_client.expectString,
|
|
5301
5733
|
portalUrl: import_smithy_client.expectString,
|
|
5734
|
+
rootDomainUnitId: import_smithy_client.expectString,
|
|
5302
5735
|
singleSignOn: import_smithy_client._json,
|
|
5303
5736
|
status: import_smithy_client.expectString,
|
|
5304
5737
|
tags: import_smithy_client._json
|
|
@@ -5306,6 +5739,29 @@ var de_GetDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5306
5739
|
Object.assign(contents, doc);
|
|
5307
5740
|
return contents;
|
|
5308
5741
|
}, "de_GetDomainCommand");
|
|
5742
|
+
var de_GetDomainUnitCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5743
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5744
|
+
return de_CommandError(output, context);
|
|
5745
|
+
}
|
|
5746
|
+
const contents = (0, import_smithy_client.map)({
|
|
5747
|
+
$metadata: deserializeMetadata(output)
|
|
5748
|
+
});
|
|
5749
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5750
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5751
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5752
|
+
createdBy: import_smithy_client.expectString,
|
|
5753
|
+
description: import_smithy_client.expectString,
|
|
5754
|
+
domainId: import_smithy_client.expectString,
|
|
5755
|
+
id: import_smithy_client.expectString,
|
|
5756
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5757
|
+
lastUpdatedBy: import_smithy_client.expectString,
|
|
5758
|
+
name: import_smithy_client.expectString,
|
|
5759
|
+
owners: import_smithy_client._json,
|
|
5760
|
+
parentDomainUnitId: import_smithy_client.expectString
|
|
5761
|
+
});
|
|
5762
|
+
Object.assign(contents, doc);
|
|
5763
|
+
return contents;
|
|
5764
|
+
}, "de_GetDomainUnitCommand");
|
|
5309
5765
|
var de_GetEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5310
5766
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5311
5767
|
return de_CommandError(output, context);
|
|
@@ -5637,6 +6093,7 @@ var de_GetProjectCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5637
6093
|
createdBy: import_smithy_client.expectString,
|
|
5638
6094
|
description: import_smithy_client.expectString,
|
|
5639
6095
|
domainId: import_smithy_client.expectString,
|
|
6096
|
+
domainUnitId: import_smithy_client.expectString,
|
|
5640
6097
|
failureReasons: import_smithy_client._json,
|
|
5641
6098
|
glossaryTerms: import_smithy_client._json,
|
|
5642
6099
|
id: import_smithy_client.expectString,
|
|
@@ -5889,6 +6346,36 @@ var de_ListDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5889
6346
|
Object.assign(contents, doc);
|
|
5890
6347
|
return contents;
|
|
5891
6348
|
}, "de_ListDomainsCommand");
|
|
6349
|
+
var de_ListDomainUnitsForParentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6350
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6351
|
+
return de_CommandError(output, context);
|
|
6352
|
+
}
|
|
6353
|
+
const contents = (0, import_smithy_client.map)({
|
|
6354
|
+
$metadata: deserializeMetadata(output)
|
|
6355
|
+
});
|
|
6356
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6357
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6358
|
+
items: import_smithy_client._json,
|
|
6359
|
+
nextToken: import_smithy_client.expectString
|
|
6360
|
+
});
|
|
6361
|
+
Object.assign(contents, doc);
|
|
6362
|
+
return contents;
|
|
6363
|
+
}, "de_ListDomainUnitsForParentCommand");
|
|
6364
|
+
var de_ListEntityOwnersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6365
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6366
|
+
return de_CommandError(output, context);
|
|
6367
|
+
}
|
|
6368
|
+
const contents = (0, import_smithy_client.map)({
|
|
6369
|
+
$metadata: deserializeMetadata(output)
|
|
6370
|
+
});
|
|
6371
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6372
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6373
|
+
nextToken: import_smithy_client.expectString,
|
|
6374
|
+
owners: import_smithy_client._json
|
|
6375
|
+
});
|
|
6376
|
+
Object.assign(contents, doc);
|
|
6377
|
+
return contents;
|
|
6378
|
+
}, "de_ListEntityOwnersCommand");
|
|
5892
6379
|
var de_ListEnvironmentActionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5893
6380
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5894
6381
|
return de_CommandError(output, context);
|
|
@@ -6009,6 +6496,21 @@ var de_ListNotificationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6009
6496
|
Object.assign(contents, doc);
|
|
6010
6497
|
return contents;
|
|
6011
6498
|
}, "de_ListNotificationsCommand");
|
|
6499
|
+
var de_ListPolicyGrantsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6500
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6501
|
+
return de_CommandError(output, context);
|
|
6502
|
+
}
|
|
6503
|
+
const contents = (0, import_smithy_client.map)({
|
|
6504
|
+
$metadata: deserializeMetadata(output)
|
|
6505
|
+
});
|
|
6506
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6507
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6508
|
+
grantList: (_) => de_PolicyGrantList(_, context),
|
|
6509
|
+
nextToken: import_smithy_client.expectString
|
|
6510
|
+
});
|
|
6511
|
+
Object.assign(contents, doc);
|
|
6512
|
+
return contents;
|
|
6513
|
+
}, "de_ListPolicyGrantsCommand");
|
|
6012
6514
|
var de_ListProjectMembershipsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6013
6515
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6014
6516
|
return de_CommandError(output, context);
|
|
@@ -6218,6 +6720,26 @@ var de_RejectSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
|
|
|
6218
6720
|
Object.assign(contents, doc);
|
|
6219
6721
|
return contents;
|
|
6220
6722
|
}, "de_RejectSubscriptionRequestCommand");
|
|
6723
|
+
var de_RemoveEntityOwnerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6724
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
6725
|
+
return de_CommandError(output, context);
|
|
6726
|
+
}
|
|
6727
|
+
const contents = (0, import_smithy_client.map)({
|
|
6728
|
+
$metadata: deserializeMetadata(output)
|
|
6729
|
+
});
|
|
6730
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6731
|
+
return contents;
|
|
6732
|
+
}, "de_RemoveEntityOwnerCommand");
|
|
6733
|
+
var de_RemovePolicyGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6734
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
6735
|
+
return de_CommandError(output, context);
|
|
6736
|
+
}
|
|
6737
|
+
const contents = (0, import_smithy_client.map)({
|
|
6738
|
+
$metadata: deserializeMetadata(output)
|
|
6739
|
+
});
|
|
6740
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6741
|
+
return contents;
|
|
6742
|
+
}, "de_RemovePolicyGrantCommand");
|
|
6221
6743
|
var de_RevokeSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6222
6744
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6223
6745
|
return de_CommandError(output, context);
|
|
@@ -6459,11 +6981,35 @@ var de_UpdateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6459
6981
|
id: import_smithy_client.expectString,
|
|
6460
6982
|
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
6461
6983
|
name: import_smithy_client.expectString,
|
|
6984
|
+
rootDomainUnitId: import_smithy_client.expectString,
|
|
6462
6985
|
singleSignOn: import_smithy_client._json
|
|
6463
6986
|
});
|
|
6464
6987
|
Object.assign(contents, doc);
|
|
6465
6988
|
return contents;
|
|
6466
6989
|
}, "de_UpdateDomainCommand");
|
|
6990
|
+
var de_UpdateDomainUnitCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6991
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6992
|
+
return de_CommandError(output, context);
|
|
6993
|
+
}
|
|
6994
|
+
const contents = (0, import_smithy_client.map)({
|
|
6995
|
+
$metadata: deserializeMetadata(output)
|
|
6996
|
+
});
|
|
6997
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6998
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6999
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7000
|
+
createdBy: import_smithy_client.expectString,
|
|
7001
|
+
description: import_smithy_client.expectString,
|
|
7002
|
+
domainId: import_smithy_client.expectString,
|
|
7003
|
+
id: import_smithy_client.expectString,
|
|
7004
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7005
|
+
lastUpdatedBy: import_smithy_client.expectString,
|
|
7006
|
+
name: import_smithy_client.expectString,
|
|
7007
|
+
owners: import_smithy_client._json,
|
|
7008
|
+
parentDomainUnitId: import_smithy_client.expectString
|
|
7009
|
+
});
|
|
7010
|
+
Object.assign(contents, doc);
|
|
7011
|
+
return contents;
|
|
7012
|
+
}, "de_UpdateDomainUnitCommand");
|
|
6467
7013
|
var de_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6468
7014
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6469
7015
|
return de_CommandError(output, context);
|
|
@@ -6612,6 +7158,7 @@ var de_UpdateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
6612
7158
|
createdBy: import_smithy_client.expectString,
|
|
6613
7159
|
description: import_smithy_client.expectString,
|
|
6614
7160
|
domainId: import_smithy_client.expectString,
|
|
7161
|
+
domainUnitId: import_smithy_client.expectString,
|
|
6615
7162
|
failureReasons: import_smithy_client._json,
|
|
6616
7163
|
glossaryTerms: import_smithy_client._json,
|
|
6617
7164
|
id: import_smithy_client.expectString,
|
|
@@ -7417,6 +7964,20 @@ var de_NotificationsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
7417
7964
|
});
|
|
7418
7965
|
return retVal;
|
|
7419
7966
|
}, "de_NotificationsList");
|
|
7967
|
+
var de_PolicyGrantList = /* @__PURE__ */ __name((output, context) => {
|
|
7968
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7969
|
+
return de_PolicyGrantMember(entry, context);
|
|
7970
|
+
});
|
|
7971
|
+
return retVal;
|
|
7972
|
+
}, "de_PolicyGrantList");
|
|
7973
|
+
var de_PolicyGrantMember = /* @__PURE__ */ __name((output, context) => {
|
|
7974
|
+
return (0, import_smithy_client.take)(output, {
|
|
7975
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7976
|
+
createdBy: import_smithy_client.expectString,
|
|
7977
|
+
detail: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
7978
|
+
principal: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
7979
|
+
});
|
|
7980
|
+
}, "de_PolicyGrantMember");
|
|
7420
7981
|
var de_ProjectSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
7421
7982
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
7422
7983
|
return de_ProjectSummary(entry, context);
|
|
@@ -7429,6 +7990,7 @@ var de_ProjectSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
7429
7990
|
createdBy: import_smithy_client.expectString,
|
|
7430
7991
|
description: import_smithy_client.expectString,
|
|
7431
7992
|
domainId: import_smithy_client.expectString,
|
|
7993
|
+
domainUnitId: import_smithy_client.expectString,
|
|
7432
7994
|
failureReasons: import_smithy_client._json,
|
|
7433
7995
|
id: import_smithy_client.expectString,
|
|
7434
7996
|
name: import_smithy_client.expectString,
|
|
@@ -7542,6 +8104,7 @@ var de_SubscribedAsset = /* @__PURE__ */ __name((output, context) => {
|
|
|
7542
8104
|
return (0, import_smithy_client.take)(output, {
|
|
7543
8105
|
assetId: import_smithy_client.expectString,
|
|
7544
8106
|
assetRevision: import_smithy_client.expectString,
|
|
8107
|
+
assetScope: import_smithy_client._json,
|
|
7545
8108
|
failureCause: import_smithy_client._json,
|
|
7546
8109
|
failureTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7547
8110
|
grantedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -7706,7 +8269,9 @@ var _n = "name";
|
|
|
7706
8269
|
var _nT = "nextToken";
|
|
7707
8270
|
var _oPI = "owningProjectId";
|
|
7708
8271
|
var _p = "provider";
|
|
8272
|
+
var _pDUI = "parentDomainUnitIdentifier";
|
|
7709
8273
|
var _pI = "projectIdentifier";
|
|
8274
|
+
var _pT = "policyType";
|
|
7710
8275
|
var _r = "revision";
|
|
7711
8276
|
var _rPORF = "retainPermissionsOnRevokeFailure";
|
|
7712
8277
|
var _s = "status";
|
|
@@ -7756,6 +8321,38 @@ var _AcceptSubscriptionRequestCommand = class _AcceptSubscriptionRequestCommand
|
|
|
7756
8321
|
__name(_AcceptSubscriptionRequestCommand, "AcceptSubscriptionRequestCommand");
|
|
7757
8322
|
var AcceptSubscriptionRequestCommand = _AcceptSubscriptionRequestCommand;
|
|
7758
8323
|
|
|
8324
|
+
// src/commands/AddEntityOwnerCommand.ts
|
|
8325
|
+
|
|
8326
|
+
|
|
8327
|
+
|
|
8328
|
+
var _AddEntityOwnerCommand = class _AddEntityOwnerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8329
|
+
...commonParams
|
|
8330
|
+
}).m(function(Command, cs, config, o) {
|
|
8331
|
+
return [
|
|
8332
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8333
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8334
|
+
];
|
|
8335
|
+
}).s("DataZone", "AddEntityOwner", {}).n("DataZoneClient", "AddEntityOwnerCommand").f(void 0, void 0).ser(se_AddEntityOwnerCommand).de(de_AddEntityOwnerCommand).build() {
|
|
8336
|
+
};
|
|
8337
|
+
__name(_AddEntityOwnerCommand, "AddEntityOwnerCommand");
|
|
8338
|
+
var AddEntityOwnerCommand = _AddEntityOwnerCommand;
|
|
8339
|
+
|
|
8340
|
+
// src/commands/AddPolicyGrantCommand.ts
|
|
8341
|
+
|
|
8342
|
+
|
|
8343
|
+
|
|
8344
|
+
var _AddPolicyGrantCommand = class _AddPolicyGrantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8345
|
+
...commonParams
|
|
8346
|
+
}).m(function(Command, cs, config, o) {
|
|
8347
|
+
return [
|
|
8348
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8349
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8350
|
+
];
|
|
8351
|
+
}).s("DataZone", "AddPolicyGrant", {}).n("DataZoneClient", "AddPolicyGrantCommand").f(void 0, void 0).ser(se_AddPolicyGrantCommand).de(de_AddPolicyGrantCommand).build() {
|
|
8352
|
+
};
|
|
8353
|
+
__name(_AddPolicyGrantCommand, "AddPolicyGrantCommand");
|
|
8354
|
+
var AddPolicyGrantCommand = _AddPolicyGrantCommand;
|
|
8355
|
+
|
|
7759
8356
|
// src/commands/AssociateEnvironmentRoleCommand.ts
|
|
7760
8357
|
|
|
7761
8358
|
|
|
@@ -7932,6 +8529,22 @@ var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_clie
|
|
|
7932
8529
|
__name(_CreateDomainCommand, "CreateDomainCommand");
|
|
7933
8530
|
var CreateDomainCommand = _CreateDomainCommand;
|
|
7934
8531
|
|
|
8532
|
+
// src/commands/CreateDomainUnitCommand.ts
|
|
8533
|
+
|
|
8534
|
+
|
|
8535
|
+
|
|
8536
|
+
var _CreateDomainUnitCommand = class _CreateDomainUnitCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8537
|
+
...commonParams
|
|
8538
|
+
}).m(function(Command, cs, config, o) {
|
|
8539
|
+
return [
|
|
8540
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8541
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8542
|
+
];
|
|
8543
|
+
}).s("DataZone", "CreateDomainUnit", {}).n("DataZoneClient", "CreateDomainUnitCommand").f(CreateDomainUnitInputFilterSensitiveLog, CreateDomainUnitOutputFilterSensitiveLog).ser(se_CreateDomainUnitCommand).de(de_CreateDomainUnitCommand).build() {
|
|
8544
|
+
};
|
|
8545
|
+
__name(_CreateDomainUnitCommand, "CreateDomainUnitCommand");
|
|
8546
|
+
var CreateDomainUnitCommand = _CreateDomainUnitCommand;
|
|
8547
|
+
|
|
7935
8548
|
// src/commands/CreateEnvironmentActionCommand.ts
|
|
7936
8549
|
|
|
7937
8550
|
|
|
@@ -8252,6 +8865,22 @@ var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_clie
|
|
|
8252
8865
|
__name(_DeleteDomainCommand, "DeleteDomainCommand");
|
|
8253
8866
|
var DeleteDomainCommand = _DeleteDomainCommand;
|
|
8254
8867
|
|
|
8868
|
+
// src/commands/DeleteDomainUnitCommand.ts
|
|
8869
|
+
|
|
8870
|
+
|
|
8871
|
+
|
|
8872
|
+
var _DeleteDomainUnitCommand = class _DeleteDomainUnitCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8873
|
+
...commonParams
|
|
8874
|
+
}).m(function(Command, cs, config, o) {
|
|
8875
|
+
return [
|
|
8876
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8877
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8878
|
+
];
|
|
8879
|
+
}).s("DataZone", "DeleteDomainUnit", {}).n("DataZoneClient", "DeleteDomainUnitCommand").f(void 0, void 0).ser(se_DeleteDomainUnitCommand).de(de_DeleteDomainUnitCommand).build() {
|
|
8880
|
+
};
|
|
8881
|
+
__name(_DeleteDomainUnitCommand, "DeleteDomainUnitCommand");
|
|
8882
|
+
var DeleteDomainUnitCommand = _DeleteDomainUnitCommand;
|
|
8883
|
+
|
|
8255
8884
|
// src/commands/DeleteEnvironmentActionCommand.ts
|
|
8256
8885
|
|
|
8257
8886
|
|
|
@@ -8604,6 +9233,22 @@ var _GetDomainCommand = class _GetDomainCommand extends import_smithy_client.Com
|
|
|
8604
9233
|
__name(_GetDomainCommand, "GetDomainCommand");
|
|
8605
9234
|
var GetDomainCommand = _GetDomainCommand;
|
|
8606
9235
|
|
|
9236
|
+
// src/commands/GetDomainUnitCommand.ts
|
|
9237
|
+
|
|
9238
|
+
|
|
9239
|
+
|
|
9240
|
+
var _GetDomainUnitCommand = class _GetDomainUnitCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9241
|
+
...commonParams
|
|
9242
|
+
}).m(function(Command, cs, config, o) {
|
|
9243
|
+
return [
|
|
9244
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9245
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9246
|
+
];
|
|
9247
|
+
}).s("DataZone", "GetDomainUnit", {}).n("DataZoneClient", "GetDomainUnitCommand").f(void 0, GetDomainUnitOutputFilterSensitiveLog).ser(se_GetDomainUnitCommand).de(de_GetDomainUnitCommand).build() {
|
|
9248
|
+
};
|
|
9249
|
+
__name(_GetDomainUnitCommand, "GetDomainUnitCommand");
|
|
9250
|
+
var GetDomainUnitCommand = _GetDomainUnitCommand;
|
|
9251
|
+
|
|
8607
9252
|
// src/commands/GetEnvironmentActionCommand.ts
|
|
8608
9253
|
|
|
8609
9254
|
|
|
@@ -9052,6 +9697,38 @@ var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client
|
|
|
9052
9697
|
__name(_ListDomainsCommand, "ListDomainsCommand");
|
|
9053
9698
|
var ListDomainsCommand = _ListDomainsCommand;
|
|
9054
9699
|
|
|
9700
|
+
// src/commands/ListDomainUnitsForParentCommand.ts
|
|
9701
|
+
|
|
9702
|
+
|
|
9703
|
+
|
|
9704
|
+
var _ListDomainUnitsForParentCommand = class _ListDomainUnitsForParentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9705
|
+
...commonParams
|
|
9706
|
+
}).m(function(Command, cs, config, o) {
|
|
9707
|
+
return [
|
|
9708
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9709
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9710
|
+
];
|
|
9711
|
+
}).s("DataZone", "ListDomainUnitsForParent", {}).n("DataZoneClient", "ListDomainUnitsForParentCommand").f(void 0, void 0).ser(se_ListDomainUnitsForParentCommand).de(de_ListDomainUnitsForParentCommand).build() {
|
|
9712
|
+
};
|
|
9713
|
+
__name(_ListDomainUnitsForParentCommand, "ListDomainUnitsForParentCommand");
|
|
9714
|
+
var ListDomainUnitsForParentCommand = _ListDomainUnitsForParentCommand;
|
|
9715
|
+
|
|
9716
|
+
// src/commands/ListEntityOwnersCommand.ts
|
|
9717
|
+
|
|
9718
|
+
|
|
9719
|
+
|
|
9720
|
+
var _ListEntityOwnersCommand = class _ListEntityOwnersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9721
|
+
...commonParams
|
|
9722
|
+
}).m(function(Command, cs, config, o) {
|
|
9723
|
+
return [
|
|
9724
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9725
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9726
|
+
];
|
|
9727
|
+
}).s("DataZone", "ListEntityOwners", {}).n("DataZoneClient", "ListEntityOwnersCommand").f(void 0, void 0).ser(se_ListEntityOwnersCommand).de(de_ListEntityOwnersCommand).build() {
|
|
9728
|
+
};
|
|
9729
|
+
__name(_ListEntityOwnersCommand, "ListEntityOwnersCommand");
|
|
9730
|
+
var ListEntityOwnersCommand = _ListEntityOwnersCommand;
|
|
9731
|
+
|
|
9055
9732
|
// src/commands/ListEnvironmentActionsCommand.ts
|
|
9056
9733
|
|
|
9057
9734
|
|
|
@@ -9180,6 +9857,22 @@ var _ListNotificationsCommand = class _ListNotificationsCommand extends import_s
|
|
|
9180
9857
|
__name(_ListNotificationsCommand, "ListNotificationsCommand");
|
|
9181
9858
|
var ListNotificationsCommand = _ListNotificationsCommand;
|
|
9182
9859
|
|
|
9860
|
+
// src/commands/ListPolicyGrantsCommand.ts
|
|
9861
|
+
|
|
9862
|
+
|
|
9863
|
+
|
|
9864
|
+
var _ListPolicyGrantsCommand = class _ListPolicyGrantsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9865
|
+
...commonParams
|
|
9866
|
+
}).m(function(Command, cs, config, o) {
|
|
9867
|
+
return [
|
|
9868
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9869
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9870
|
+
];
|
|
9871
|
+
}).s("DataZone", "ListPolicyGrants", {}).n("DataZoneClient", "ListPolicyGrantsCommand").f(void 0, void 0).ser(se_ListPolicyGrantsCommand).de(de_ListPolicyGrantsCommand).build() {
|
|
9872
|
+
};
|
|
9873
|
+
__name(_ListPolicyGrantsCommand, "ListPolicyGrantsCommand");
|
|
9874
|
+
var ListPolicyGrantsCommand = _ListPolicyGrantsCommand;
|
|
9875
|
+
|
|
9183
9876
|
// src/commands/ListProjectMembershipsCommand.ts
|
|
9184
9877
|
|
|
9185
9878
|
|
|
@@ -9388,6 +10081,38 @@ var _RejectSubscriptionRequestCommand = class _RejectSubscriptionRequestCommand
|
|
|
9388
10081
|
__name(_RejectSubscriptionRequestCommand, "RejectSubscriptionRequestCommand");
|
|
9389
10082
|
var RejectSubscriptionRequestCommand = _RejectSubscriptionRequestCommand;
|
|
9390
10083
|
|
|
10084
|
+
// src/commands/RemoveEntityOwnerCommand.ts
|
|
10085
|
+
|
|
10086
|
+
|
|
10087
|
+
|
|
10088
|
+
var _RemoveEntityOwnerCommand = class _RemoveEntityOwnerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10089
|
+
...commonParams
|
|
10090
|
+
}).m(function(Command, cs, config, o) {
|
|
10091
|
+
return [
|
|
10092
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10093
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10094
|
+
];
|
|
10095
|
+
}).s("DataZone", "RemoveEntityOwner", {}).n("DataZoneClient", "RemoveEntityOwnerCommand").f(void 0, void 0).ser(se_RemoveEntityOwnerCommand).de(de_RemoveEntityOwnerCommand).build() {
|
|
10096
|
+
};
|
|
10097
|
+
__name(_RemoveEntityOwnerCommand, "RemoveEntityOwnerCommand");
|
|
10098
|
+
var RemoveEntityOwnerCommand = _RemoveEntityOwnerCommand;
|
|
10099
|
+
|
|
10100
|
+
// src/commands/RemovePolicyGrantCommand.ts
|
|
10101
|
+
|
|
10102
|
+
|
|
10103
|
+
|
|
10104
|
+
var _RemovePolicyGrantCommand = class _RemovePolicyGrantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10105
|
+
...commonParams
|
|
10106
|
+
}).m(function(Command, cs, config, o) {
|
|
10107
|
+
return [
|
|
10108
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10109
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10110
|
+
];
|
|
10111
|
+
}).s("DataZone", "RemovePolicyGrant", {}).n("DataZoneClient", "RemovePolicyGrantCommand").f(void 0, void 0).ser(se_RemovePolicyGrantCommand).de(de_RemovePolicyGrantCommand).build() {
|
|
10112
|
+
};
|
|
10113
|
+
__name(_RemovePolicyGrantCommand, "RemovePolicyGrantCommand");
|
|
10114
|
+
var RemovePolicyGrantCommand = _RemovePolicyGrantCommand;
|
|
10115
|
+
|
|
9391
10116
|
// src/commands/RevokeSubscriptionCommand.ts
|
|
9392
10117
|
|
|
9393
10118
|
|
|
@@ -9596,6 +10321,22 @@ var _UpdateDomainCommand = class _UpdateDomainCommand extends import_smithy_clie
|
|
|
9596
10321
|
__name(_UpdateDomainCommand, "UpdateDomainCommand");
|
|
9597
10322
|
var UpdateDomainCommand = _UpdateDomainCommand;
|
|
9598
10323
|
|
|
10324
|
+
// src/commands/UpdateDomainUnitCommand.ts
|
|
10325
|
+
|
|
10326
|
+
|
|
10327
|
+
|
|
10328
|
+
var _UpdateDomainUnitCommand = class _UpdateDomainUnitCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10329
|
+
...commonParams
|
|
10330
|
+
}).m(function(Command, cs, config, o) {
|
|
10331
|
+
return [
|
|
10332
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10333
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10334
|
+
];
|
|
10335
|
+
}).s("DataZone", "UpdateDomainUnit", {}).n("DataZoneClient", "UpdateDomainUnitCommand").f(UpdateDomainUnitInputFilterSensitiveLog, UpdateDomainUnitOutputFilterSensitiveLog).ser(se_UpdateDomainUnitCommand).de(de_UpdateDomainUnitCommand).build() {
|
|
10336
|
+
};
|
|
10337
|
+
__name(_UpdateDomainUnitCommand, "UpdateDomainUnitCommand");
|
|
10338
|
+
var UpdateDomainUnitCommand = _UpdateDomainUnitCommand;
|
|
10339
|
+
|
|
9599
10340
|
// src/commands/UpdateEnvironmentActionCommand.ts
|
|
9600
10341
|
|
|
9601
10342
|
|
|
@@ -9776,6 +10517,8 @@ var UpdateUserProfileCommand = _UpdateUserProfileCommand;
|
|
|
9776
10517
|
var commands = {
|
|
9777
10518
|
AcceptPredictionsCommand,
|
|
9778
10519
|
AcceptSubscriptionRequestCommand,
|
|
10520
|
+
AddEntityOwnerCommand,
|
|
10521
|
+
AddPolicyGrantCommand,
|
|
9779
10522
|
AssociateEnvironmentRoleCommand,
|
|
9780
10523
|
CancelMetadataGenerationRunCommand,
|
|
9781
10524
|
CancelSubscriptionCommand,
|
|
@@ -9787,6 +10530,7 @@ var commands = {
|
|
|
9787
10530
|
CreateDataProductRevisionCommand,
|
|
9788
10531
|
CreateDataSourceCommand,
|
|
9789
10532
|
CreateDomainCommand,
|
|
10533
|
+
CreateDomainUnitCommand,
|
|
9790
10534
|
CreateEnvironmentCommand,
|
|
9791
10535
|
CreateEnvironmentActionCommand,
|
|
9792
10536
|
CreateEnvironmentProfileCommand,
|
|
@@ -9807,6 +10551,7 @@ var commands = {
|
|
|
9807
10551
|
DeleteDataProductCommand,
|
|
9808
10552
|
DeleteDataSourceCommand,
|
|
9809
10553
|
DeleteDomainCommand,
|
|
10554
|
+
DeleteDomainUnitCommand,
|
|
9810
10555
|
DeleteEnvironmentCommand,
|
|
9811
10556
|
DeleteEnvironmentActionCommand,
|
|
9812
10557
|
DeleteEnvironmentBlueprintConfigurationCommand,
|
|
@@ -9829,6 +10574,7 @@ var commands = {
|
|
|
9829
10574
|
GetDataSourceCommand,
|
|
9830
10575
|
GetDataSourceRunCommand,
|
|
9831
10576
|
GetDomainCommand,
|
|
10577
|
+
GetDomainUnitCommand,
|
|
9832
10578
|
GetEnvironmentCommand,
|
|
9833
10579
|
GetEnvironmentActionCommand,
|
|
9834
10580
|
GetEnvironmentBlueprintCommand,
|
|
@@ -9857,6 +10603,8 @@ var commands = {
|
|
|
9857
10603
|
ListDataSourceRunsCommand,
|
|
9858
10604
|
ListDataSourcesCommand,
|
|
9859
10605
|
ListDomainsCommand,
|
|
10606
|
+
ListDomainUnitsForParentCommand,
|
|
10607
|
+
ListEntityOwnersCommand,
|
|
9860
10608
|
ListEnvironmentActionsCommand,
|
|
9861
10609
|
ListEnvironmentBlueprintConfigurationsCommand,
|
|
9862
10610
|
ListEnvironmentBlueprintsCommand,
|
|
@@ -9865,6 +10613,7 @@ var commands = {
|
|
|
9865
10613
|
ListLineageNodeHistoryCommand,
|
|
9866
10614
|
ListMetadataGenerationRunsCommand,
|
|
9867
10615
|
ListNotificationsCommand,
|
|
10616
|
+
ListPolicyGrantsCommand,
|
|
9868
10617
|
ListProjectMembershipsCommand,
|
|
9869
10618
|
ListProjectsCommand,
|
|
9870
10619
|
ListSubscriptionGrantsCommand,
|
|
@@ -9878,6 +10627,8 @@ var commands = {
|
|
|
9878
10627
|
PutEnvironmentBlueprintConfigurationCommand,
|
|
9879
10628
|
RejectPredictionsCommand,
|
|
9880
10629
|
RejectSubscriptionRequestCommand,
|
|
10630
|
+
RemoveEntityOwnerCommand,
|
|
10631
|
+
RemovePolicyGrantCommand,
|
|
9881
10632
|
RevokeSubscriptionCommand,
|
|
9882
10633
|
SearchCommand,
|
|
9883
10634
|
SearchGroupProfilesCommand,
|
|
@@ -9891,6 +10642,7 @@ var commands = {
|
|
|
9891
10642
|
UpdateAssetFilterCommand,
|
|
9892
10643
|
UpdateDataSourceCommand,
|
|
9893
10644
|
UpdateDomainCommand,
|
|
10645
|
+
UpdateDomainUnitCommand,
|
|
9894
10646
|
UpdateEnvironmentCommand,
|
|
9895
10647
|
UpdateEnvironmentActionCommand,
|
|
9896
10648
|
UpdateEnvironmentProfileCommand,
|
|
@@ -9933,10 +10685,18 @@ var paginateListDataSourceRuns = (0, import_core.createPaginator)(DataZoneClient
|
|
|
9933
10685
|
|
|
9934
10686
|
var paginateListDataSources = (0, import_core.createPaginator)(DataZoneClient, ListDataSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
9935
10687
|
|
|
10688
|
+
// src/pagination/ListDomainUnitsForParentPaginator.ts
|
|
10689
|
+
|
|
10690
|
+
var paginateListDomainUnitsForParent = (0, import_core.createPaginator)(DataZoneClient, ListDomainUnitsForParentCommand, "nextToken", "nextToken", "maxResults");
|
|
10691
|
+
|
|
9936
10692
|
// src/pagination/ListDomainsPaginator.ts
|
|
9937
10693
|
|
|
9938
10694
|
var paginateListDomains = (0, import_core.createPaginator)(DataZoneClient, ListDomainsCommand, "nextToken", "nextToken", "maxResults");
|
|
9939
10695
|
|
|
10696
|
+
// src/pagination/ListEntityOwnersPaginator.ts
|
|
10697
|
+
|
|
10698
|
+
var paginateListEntityOwners = (0, import_core.createPaginator)(DataZoneClient, ListEntityOwnersCommand, "nextToken", "nextToken", "maxResults");
|
|
10699
|
+
|
|
9940
10700
|
// src/pagination/ListEnvironmentActionsPaginator.ts
|
|
9941
10701
|
|
|
9942
10702
|
var paginateListEnvironmentActions = (0, import_core.createPaginator)(DataZoneClient, ListEnvironmentActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -9969,6 +10729,10 @@ var paginateListMetadataGenerationRuns = (0, import_core.createPaginator)(DataZo
|
|
|
9969
10729
|
|
|
9970
10730
|
var paginateListNotifications = (0, import_core.createPaginator)(DataZoneClient, ListNotificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
9971
10731
|
|
|
10732
|
+
// src/pagination/ListPolicyGrantsPaginator.ts
|
|
10733
|
+
|
|
10734
|
+
var paginateListPolicyGrants = (0, import_core.createPaginator)(DataZoneClient, ListPolicyGrantsCommand, "nextToken", "nextToken", "maxResults");
|
|
10735
|
+
|
|
9972
10736
|
// src/pagination/ListProjectMembershipsPaginator.ts
|
|
9973
10737
|
|
|
9974
10738
|
var paginateListProjectMemberships = (0, import_core.createPaginator)(DataZoneClient, ListProjectMembershipsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -10026,6 +10790,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10026
10790
|
$Command,
|
|
10027
10791
|
AcceptPredictionsCommand,
|
|
10028
10792
|
AcceptSubscriptionRequestCommand,
|
|
10793
|
+
AddEntityOwnerCommand,
|
|
10794
|
+
AddPolicyGrantCommand,
|
|
10029
10795
|
AssociateEnvironmentRoleCommand,
|
|
10030
10796
|
CancelMetadataGenerationRunCommand,
|
|
10031
10797
|
CancelSubscriptionCommand,
|
|
@@ -10037,6 +10803,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10037
10803
|
CreateDataProductRevisionCommand,
|
|
10038
10804
|
CreateDataSourceCommand,
|
|
10039
10805
|
CreateDomainCommand,
|
|
10806
|
+
CreateDomainUnitCommand,
|
|
10040
10807
|
CreateEnvironmentActionCommand,
|
|
10041
10808
|
CreateEnvironmentCommand,
|
|
10042
10809
|
CreateEnvironmentProfileCommand,
|
|
@@ -10057,6 +10824,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10057
10824
|
DeleteDataProductCommand,
|
|
10058
10825
|
DeleteDataSourceCommand,
|
|
10059
10826
|
DeleteDomainCommand,
|
|
10827
|
+
DeleteDomainUnitCommand,
|
|
10060
10828
|
DeleteEnvironmentActionCommand,
|
|
10061
10829
|
DeleteEnvironmentBlueprintConfigurationCommand,
|
|
10062
10830
|
DeleteEnvironmentCommand,
|
|
@@ -10079,6 +10847,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10079
10847
|
GetDataSourceCommand,
|
|
10080
10848
|
GetDataSourceRunCommand,
|
|
10081
10849
|
GetDomainCommand,
|
|
10850
|
+
GetDomainUnitCommand,
|
|
10082
10851
|
GetEnvironmentActionCommand,
|
|
10083
10852
|
GetEnvironmentBlueprintCommand,
|
|
10084
10853
|
GetEnvironmentBlueprintConfigurationCommand,
|
|
@@ -10106,7 +10875,9 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10106
10875
|
ListDataSourceRunActivitiesCommand,
|
|
10107
10876
|
ListDataSourceRunsCommand,
|
|
10108
10877
|
ListDataSourcesCommand,
|
|
10878
|
+
ListDomainUnitsForParentCommand,
|
|
10109
10879
|
ListDomainsCommand,
|
|
10880
|
+
ListEntityOwnersCommand,
|
|
10110
10881
|
ListEnvironmentActionsCommand,
|
|
10111
10882
|
ListEnvironmentBlueprintConfigurationsCommand,
|
|
10112
10883
|
ListEnvironmentBlueprintsCommand,
|
|
@@ -10115,6 +10886,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10115
10886
|
ListLineageNodeHistoryCommand,
|
|
10116
10887
|
ListMetadataGenerationRunsCommand,
|
|
10117
10888
|
ListNotificationsCommand,
|
|
10889
|
+
ListPolicyGrantsCommand,
|
|
10118
10890
|
ListProjectMembershipsCommand,
|
|
10119
10891
|
ListProjectsCommand,
|
|
10120
10892
|
ListSubscriptionGrantsCommand,
|
|
@@ -10128,6 +10900,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10128
10900
|
PutEnvironmentBlueprintConfigurationCommand,
|
|
10129
10901
|
RejectPredictionsCommand,
|
|
10130
10902
|
RejectSubscriptionRequestCommand,
|
|
10903
|
+
RemoveEntityOwnerCommand,
|
|
10904
|
+
RemovePolicyGrantCommand,
|
|
10131
10905
|
RevokeSubscriptionCommand,
|
|
10132
10906
|
SearchCommand,
|
|
10133
10907
|
SearchGroupProfilesCommand,
|
|
@@ -10141,6 +10915,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10141
10915
|
UpdateAssetFilterCommand,
|
|
10142
10916
|
UpdateDataSourceCommand,
|
|
10143
10917
|
UpdateDomainCommand,
|
|
10918
|
+
UpdateDomainUnitCommand,
|
|
10144
10919
|
UpdateEnvironmentActionCommand,
|
|
10145
10920
|
UpdateEnvironmentCommand,
|
|
10146
10921
|
UpdateEnvironmentProfileCommand,
|
|
@@ -10158,7 +10933,9 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10158
10933
|
paginateListDataSourceRunActivities,
|
|
10159
10934
|
paginateListDataSourceRuns,
|
|
10160
10935
|
paginateListDataSources,
|
|
10936
|
+
paginateListDomainUnitsForParent,
|
|
10161
10937
|
paginateListDomains,
|
|
10938
|
+
paginateListEntityOwners,
|
|
10162
10939
|
paginateListEnvironmentActions,
|
|
10163
10940
|
paginateListEnvironmentBlueprintConfigurations,
|
|
10164
10941
|
paginateListEnvironmentBlueprints,
|
|
@@ -10167,6 +10944,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10167
10944
|
paginateListLineageNodeHistory,
|
|
10168
10945
|
paginateListMetadataGenerationRuns,
|
|
10169
10946
|
paginateListNotifications,
|
|
10947
|
+
paginateListPolicyGrants,
|
|
10170
10948
|
paginateListProjectMemberships,
|
|
10171
10949
|
paginateListProjects,
|
|
10172
10950
|
paginateListSubscriptionGrants,
|
|
@@ -10191,8 +10969,20 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10191
10969
|
SubscribedListingItem,
|
|
10192
10970
|
SubscribedPrincipal,
|
|
10193
10971
|
ActionParameters,
|
|
10194
|
-
|
|
10972
|
+
DataZoneEntityType,
|
|
10973
|
+
OwnerProperties,
|
|
10195
10974
|
ServiceQuotaExceededException,
|
|
10975
|
+
PolicyGrantDetail,
|
|
10976
|
+
TargetEntityType,
|
|
10977
|
+
ManagedPolicyType,
|
|
10978
|
+
DomainUnitDesignation,
|
|
10979
|
+
DomainUnitGrantFilter,
|
|
10980
|
+
GroupPolicyGrantPrincipal,
|
|
10981
|
+
ProjectDesignation,
|
|
10982
|
+
ProjectGrantFilter,
|
|
10983
|
+
UserPolicyGrantPrincipal,
|
|
10984
|
+
PolicyGrantPrincipal,
|
|
10985
|
+
ListingStatus,
|
|
10196
10986
|
RowFilterExpression,
|
|
10197
10987
|
FilterStatus,
|
|
10198
10988
|
AuthType,
|
|
@@ -10212,6 +11002,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10212
11002
|
DataSourceStatus,
|
|
10213
11003
|
UserAssignment,
|
|
10214
11004
|
DomainStatus,
|
|
11005
|
+
DomainUnitOwnerProperties,
|
|
10215
11006
|
DeploymentStatus,
|
|
10216
11007
|
DeploymentType,
|
|
10217
11008
|
ProvisioningProperties,
|
|
@@ -10239,7 +11030,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10239
11030
|
SelfGrantStatusOutput,
|
|
10240
11031
|
DataSourceRunType,
|
|
10241
11032
|
TimeSeriesEntityType,
|
|
10242
|
-
ProvisioningConfiguration,
|
|
10243
11033
|
AcceptChoiceFilterSensitiveLog,
|
|
10244
11034
|
AcceptPredictionsInputFilterSensitiveLog,
|
|
10245
11035
|
AcceptSubscriptionRequestInputFilterSensitiveLog,
|
|
@@ -10276,6 +11066,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10276
11066
|
ScheduleConfigurationFilterSensitiveLog,
|
|
10277
11067
|
CreateDataSourceInputFilterSensitiveLog,
|
|
10278
11068
|
CreateDataSourceOutputFilterSensitiveLog,
|
|
11069
|
+
CreateDomainUnitInputFilterSensitiveLog,
|
|
11070
|
+
CreateDomainUnitOutputFilterSensitiveLog,
|
|
10279
11071
|
CustomParameterFilterSensitiveLog,
|
|
10280
11072
|
CreateEnvironmentOutputFilterSensitiveLog,
|
|
10281
11073
|
CreateEnvironmentProfileInputFilterSensitiveLog,
|
|
@@ -10313,19 +11105,11 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10313
11105
|
DataSourceRunActivityFilterSensitiveLog,
|
|
10314
11106
|
DomainSummaryFilterSensitiveLog,
|
|
10315
11107
|
ListDomainsOutputFilterSensitiveLog,
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
GetEnvironmentProfileOutputFilterSensitiveLog,
|
|
10322
|
-
GetGroupProfileOutputFilterSensitiveLog,
|
|
10323
|
-
GetLineageNodeOutputFilterSensitiveLog,
|
|
10324
|
-
GetProjectOutputFilterSensitiveLog,
|
|
10325
|
-
GetSubscriptionOutputFilterSensitiveLog,
|
|
10326
|
-
GetSubscriptionRequestDetailsOutputFilterSensitiveLog,
|
|
10327
|
-
GetSubscriptionTargetOutputFilterSensitiveLog,
|
|
10328
|
-
GetUserProfileOutputFilterSensitiveLog,
|
|
11108
|
+
GetDomainUnitOutputFilterSensitiveLog,
|
|
11109
|
+
UpdateDomainUnitInputFilterSensitiveLog,
|
|
11110
|
+
UpdateDomainUnitOutputFilterSensitiveLog,
|
|
11111
|
+
ProvisioningConfiguration,
|
|
11112
|
+
OwnerPropertiesOutput,
|
|
10329
11113
|
ListingItem,
|
|
10330
11114
|
EdgeDirection,
|
|
10331
11115
|
SortOrder,
|
|
@@ -10351,6 +11135,19 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10351
11135
|
FilterClause,
|
|
10352
11136
|
RowFilter,
|
|
10353
11137
|
AssetFilterConfiguration,
|
|
11138
|
+
ImportFilterSensitiveLog,
|
|
11139
|
+
GetFormTypeOutputFilterSensitiveLog,
|
|
11140
|
+
GetEnvironmentOutputFilterSensitiveLog,
|
|
11141
|
+
GetEnvironmentBlueprintOutputFilterSensitiveLog,
|
|
11142
|
+
GetEnvironmentCredentialsOutputFilterSensitiveLog,
|
|
11143
|
+
GetEnvironmentProfileOutputFilterSensitiveLog,
|
|
11144
|
+
GetGroupProfileOutputFilterSensitiveLog,
|
|
11145
|
+
GetLineageNodeOutputFilterSensitiveLog,
|
|
11146
|
+
GetProjectOutputFilterSensitiveLog,
|
|
11147
|
+
GetSubscriptionOutputFilterSensitiveLog,
|
|
11148
|
+
GetSubscriptionRequestDetailsOutputFilterSensitiveLog,
|
|
11149
|
+
GetSubscriptionTargetOutputFilterSensitiveLog,
|
|
11150
|
+
GetUserProfileOutputFilterSensitiveLog,
|
|
10354
11151
|
GetGlossaryOutputFilterSensitiveLog,
|
|
10355
11152
|
UpdateGlossaryInputFilterSensitiveLog,
|
|
10356
11153
|
UpdateGlossaryOutputFilterSensitiveLog,
|