@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.
Files changed (141) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +896 -99
  3. package/dist-es/DataZone.js +22 -0
  4. package/dist-es/commands/AddEntityOwnerCommand.js +24 -0
  5. package/dist-es/commands/AddPolicyGrantCommand.js +24 -0
  6. package/dist-es/commands/CreateDomainUnitCommand.js +25 -0
  7. package/dist-es/commands/DeleteDomainUnitCommand.js +24 -0
  8. package/dist-es/commands/GetDomainUnitCommand.js +25 -0
  9. package/dist-es/commands/GetEnvironmentBlueprintCommand.js +1 -1
  10. package/dist-es/commands/GetEnvironmentCommand.js +1 -1
  11. package/dist-es/commands/GetEnvironmentCredentialsCommand.js +1 -1
  12. package/dist-es/commands/GetEnvironmentProfileCommand.js +1 -1
  13. package/dist-es/commands/GetFormTypeCommand.js +1 -1
  14. package/dist-es/commands/GetGroupProfileCommand.js +1 -1
  15. package/dist-es/commands/GetLineageNodeCommand.js +1 -1
  16. package/dist-es/commands/GetProjectCommand.js +1 -1
  17. package/dist-es/commands/GetSubscriptionCommand.js +1 -1
  18. package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +1 -1
  19. package/dist-es/commands/GetSubscriptionTargetCommand.js +1 -1
  20. package/dist-es/commands/GetUserProfileCommand.js +1 -1
  21. package/dist-es/commands/ListDomainUnitsForParentCommand.js +24 -0
  22. package/dist-es/commands/ListEntityOwnersCommand.js +24 -0
  23. package/dist-es/commands/ListPolicyGrantsCommand.js +24 -0
  24. package/dist-es/commands/RemoveEntityOwnerCommand.js +24 -0
  25. package/dist-es/commands/RemovePolicyGrantCommand.js +24 -0
  26. package/dist-es/commands/UpdateDomainUnitCommand.js +25 -0
  27. package/dist-es/commands/index.js +11 -0
  28. package/dist-es/models/models_0.js +144 -78
  29. package/dist-es/models/models_1.js +97 -1
  30. package/dist-es/pagination/ListDomainUnitsForParentPaginator.js +4 -0
  31. package/dist-es/pagination/ListEntityOwnersPaginator.js +4 -0
  32. package/dist-es/pagination/ListPolicyGrantsPaginator.js +4 -0
  33. package/dist-es/pagination/index.js +3 -0
  34. package/dist-es/protocols/Aws_restJson1.js +360 -0
  35. package/dist-types/DataZone.d.ts +77 -0
  36. package/dist-types/DataZoneClient.d.ts +13 -2
  37. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +16 -0
  38. package/dist-types/commands/AddEntityOwnerCommand.d.ts +93 -0
  39. package/dist-types/commands/AddPolicyGrantCommand.d.ts +141 -0
  40. package/dist-types/commands/CancelSubscriptionCommand.d.ts +8 -0
  41. package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
  42. package/dist-types/commands/CreateDomainUnitCommand.d.ts +104 -0
  43. package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
  44. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +8 -0
  45. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +8 -0
  46. package/dist-types/commands/DeleteDomainUnitCommand.d.ts +80 -0
  47. package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
  48. package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -2
  50. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +8 -0
  51. package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -2
  52. package/dist-types/commands/GetDomainCommand.d.ts +1 -0
  53. package/dist-types/commands/GetDomainUnitCommand.d.ts +97 -0
  54. package/dist-types/commands/GetEnvironmentActionCommand.d.ts +1 -1
  55. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
  56. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  57. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
  58. package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
  59. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -1
  60. package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
  61. package/dist-types/commands/GetGroupProfileCommand.d.ts +1 -1
  62. package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
  63. package/dist-types/commands/GetLineageNodeCommand.d.ts +1 -1
  64. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  65. package/dist-types/commands/GetSubscriptionCommand.d.ts +9 -1
  66. package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +9 -1
  67. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +9 -1
  68. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  69. package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
  70. package/dist-types/commands/GetUserProfileCommand.d.ts +1 -1
  71. package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +84 -0
  72. package/dist-types/commands/ListEntityOwnersCommand.d.ts +89 -0
  73. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
  74. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +143 -0
  75. package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
  76. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +8 -0
  77. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +8 -0
  78. package/dist-types/commands/ListSubscriptionsCommand.d.ts +8 -0
  79. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  80. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +8 -0
  81. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +87 -0
  82. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +103 -0
  83. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +8 -0
  84. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
  85. package/dist-types/commands/UpdateDomainUnitCommand.d.ts +102 -0
  86. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
  87. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +8 -0
  88. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +8 -0
  89. package/dist-types/commands/index.d.ts +11 -0
  90. package/dist-types/models/models_0.d.ts +4782 -5094
  91. package/dist-types/models/models_1.d.ts +1939 -2
  92. package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +7 -0
  93. package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +7 -0
  94. package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +7 -0
  95. package/dist-types/pagination/index.d.ts +3 -0
  96. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  97. package/dist-types/ts3.4/DataZone.d.ts +187 -0
  98. package/dist-types/ts3.4/DataZoneClient.d.ts +66 -0
  99. package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +36 -0
  100. package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +36 -0
  101. package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +39 -0
  102. package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -4
  104. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +1 -2
  107. package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +36 -0
  108. package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +40 -0
  126. package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +39 -0
  127. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +39 -0
  129. package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +39 -0
  131. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +39 -0
  132. package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +39 -0
  133. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  134. package/dist-types/ts3.4/models/models_0.d.ts +585 -382
  135. package/dist-types/ts3.4/models/models_1.d.ts +492 -2
  136. package/dist-types/ts3.4/pagination/ListDomainUnitsForParentPaginator.d.ts +11 -0
  137. package/dist-types/ts3.4/pagination/ListEntityOwnersPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/ListPolicyGrantsPaginator.d.ts +11 -0
  139. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  140. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  141. package/package.json +1 -1
@@ -5,6 +5,10 @@ export interface AcceptChoice {
5
5
  predictionChoice?: number;
6
6
  editedValue?: string;
7
7
  }
8
+ export interface AcceptedAssetScope {
9
+ assetId: string | undefined;
10
+ filterIds: string[] | undefined;
11
+ }
8
12
  export declare const AcceptRuleBehavior: {
9
13
  readonly ALL: "ALL";
10
14
  readonly NONE: "NONE";
@@ -81,6 +85,7 @@ export interface AcceptSubscriptionRequestInput {
81
85
  domainIdentifier: string | undefined;
82
86
  identifier: string | undefined;
83
87
  decisionComment?: string;
88
+ assetScopes?: AcceptedAssetScope[];
84
89
  }
85
90
  export declare const SubscriptionRequestStatus: {
86
91
  readonly ACCEPTED: "ACCEPTED";
@@ -89,6 +94,12 @@ export declare const SubscriptionRequestStatus: {
89
94
  };
90
95
  export type SubscriptionRequestStatus =
91
96
  (typeof SubscriptionRequestStatus)[keyof typeof SubscriptionRequestStatus];
97
+ export interface AssetScope {
98
+ assetId: string | undefined;
99
+ filterIds: string[] | undefined;
100
+ status: string | undefined;
101
+ errorMessage?: string;
102
+ }
92
103
  export interface DetailedGlossaryTerm {
93
104
  name?: string;
94
105
  shortDescription?: string;
@@ -99,6 +110,7 @@ export interface SubscribedAssetListing {
99
110
  entityType?: string;
100
111
  forms?: string;
101
112
  glossaryTerms?: DetailedGlossaryTerm[];
113
+ assetScope?: AssetScope;
102
114
  }
103
115
  export interface AssetInDataProductListingItem {
104
116
  entityId?: string;
@@ -206,6 +218,482 @@ export declare namespace ActionParameters {
206
218
  }
207
219
  const visit: <T>(value: ActionParameters, visitor: Visitor<T>) => T;
208
220
  }
221
+ export declare const DataZoneEntityType: {
222
+ readonly DOMAIN_UNIT: "DOMAIN_UNIT";
223
+ };
224
+ export type DataZoneEntityType =
225
+ (typeof DataZoneEntityType)[keyof typeof DataZoneEntityType];
226
+ export interface OwnerGroupProperties {
227
+ groupIdentifier: string | undefined;
228
+ }
229
+ export interface OwnerUserProperties {
230
+ userIdentifier: string | undefined;
231
+ }
232
+ export type OwnerProperties =
233
+ | OwnerProperties.GroupMember
234
+ | OwnerProperties.UserMember
235
+ | OwnerProperties.$UnknownMember;
236
+ export declare namespace OwnerProperties {
237
+ interface UserMember {
238
+ user: OwnerUserProperties;
239
+ group?: never;
240
+ $unknown?: never;
241
+ }
242
+ interface GroupMember {
243
+ user?: never;
244
+ group: OwnerGroupProperties;
245
+ $unknown?: never;
246
+ }
247
+ interface $UnknownMember {
248
+ user?: never;
249
+ group?: never;
250
+ $unknown: [string, any];
251
+ }
252
+ interface Visitor<T> {
253
+ user: (value: OwnerUserProperties) => T;
254
+ group: (value: OwnerGroupProperties) => T;
255
+ _: (name: string, value: any) => T;
256
+ }
257
+ const visit: <T>(value: OwnerProperties, visitor: Visitor<T>) => T;
258
+ }
259
+ export interface AddEntityOwnerInput {
260
+ domainIdentifier: string | undefined;
261
+ entityType: DataZoneEntityType | undefined;
262
+ entityIdentifier: string | undefined;
263
+ owner: OwnerProperties | undefined;
264
+ clientToken?: string;
265
+ }
266
+ export interface AddEntityOwnerOutput {}
267
+ export declare class ServiceQuotaExceededException extends __BaseException {
268
+ readonly name: "ServiceQuotaExceededException";
269
+ readonly $fault: "client";
270
+ constructor(
271
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
272
+ );
273
+ }
274
+ export interface AddToProjectMemberPoolPolicyGrantDetail {
275
+ includeChildDomainUnits?: boolean;
276
+ }
277
+ export interface CreateAssetTypePolicyGrantDetail {
278
+ includeChildDomainUnits?: boolean;
279
+ }
280
+ export interface CreateDomainUnitPolicyGrantDetail {
281
+ includeChildDomainUnits?: boolean;
282
+ }
283
+ export interface Unit {}
284
+ export interface CreateEnvironmentProfilePolicyGrantDetail {
285
+ domainUnitId?: string;
286
+ }
287
+ export interface CreateFormTypePolicyGrantDetail {
288
+ includeChildDomainUnits?: boolean;
289
+ }
290
+ export interface CreateGlossaryPolicyGrantDetail {
291
+ includeChildDomainUnits?: boolean;
292
+ }
293
+ export interface CreateProjectPolicyGrantDetail {
294
+ includeChildDomainUnits?: boolean;
295
+ }
296
+ export interface OverrideDomainUnitOwnersPolicyGrantDetail {
297
+ includeChildDomainUnits?: boolean;
298
+ }
299
+ export interface OverrideProjectOwnersPolicyGrantDetail {
300
+ includeChildDomainUnits?: boolean;
301
+ }
302
+ export type PolicyGrantDetail =
303
+ | PolicyGrantDetail.AddToProjectMemberPoolMember
304
+ | PolicyGrantDetail.CreateAssetTypeMember
305
+ | PolicyGrantDetail.CreateDomainUnitMember
306
+ | PolicyGrantDetail.CreateEnvironmentMember
307
+ | PolicyGrantDetail.CreateEnvironmentProfileMember
308
+ | PolicyGrantDetail.CreateFormTypeMember
309
+ | PolicyGrantDetail.CreateGlossaryMember
310
+ | PolicyGrantDetail.CreateProjectMember
311
+ | PolicyGrantDetail.DelegateCreateEnvironmentProfileMember
312
+ | PolicyGrantDetail.OverrideDomainUnitOwnersMember
313
+ | PolicyGrantDetail.OverrideProjectOwnersMember
314
+ | PolicyGrantDetail.$UnknownMember;
315
+ export declare namespace PolicyGrantDetail {
316
+ interface CreateDomainUnitMember {
317
+ createDomainUnit: CreateDomainUnitPolicyGrantDetail;
318
+ overrideDomainUnitOwners?: never;
319
+ addToProjectMemberPool?: never;
320
+ overrideProjectOwners?: never;
321
+ createGlossary?: never;
322
+ createFormType?: never;
323
+ createAssetType?: never;
324
+ createProject?: never;
325
+ createEnvironmentProfile?: never;
326
+ delegateCreateEnvironmentProfile?: never;
327
+ createEnvironment?: never;
328
+ $unknown?: never;
329
+ }
330
+ interface OverrideDomainUnitOwnersMember {
331
+ createDomainUnit?: never;
332
+ overrideDomainUnitOwners: OverrideDomainUnitOwnersPolicyGrantDetail;
333
+ addToProjectMemberPool?: never;
334
+ overrideProjectOwners?: never;
335
+ createGlossary?: never;
336
+ createFormType?: never;
337
+ createAssetType?: never;
338
+ createProject?: never;
339
+ createEnvironmentProfile?: never;
340
+ delegateCreateEnvironmentProfile?: never;
341
+ createEnvironment?: never;
342
+ $unknown?: never;
343
+ }
344
+ interface AddToProjectMemberPoolMember {
345
+ createDomainUnit?: never;
346
+ overrideDomainUnitOwners?: never;
347
+ addToProjectMemberPool: AddToProjectMemberPoolPolicyGrantDetail;
348
+ overrideProjectOwners?: never;
349
+ createGlossary?: never;
350
+ createFormType?: never;
351
+ createAssetType?: never;
352
+ createProject?: never;
353
+ createEnvironmentProfile?: never;
354
+ delegateCreateEnvironmentProfile?: never;
355
+ createEnvironment?: never;
356
+ $unknown?: never;
357
+ }
358
+ interface OverrideProjectOwnersMember {
359
+ createDomainUnit?: never;
360
+ overrideDomainUnitOwners?: never;
361
+ addToProjectMemberPool?: never;
362
+ overrideProjectOwners: OverrideProjectOwnersPolicyGrantDetail;
363
+ createGlossary?: never;
364
+ createFormType?: never;
365
+ createAssetType?: never;
366
+ createProject?: never;
367
+ createEnvironmentProfile?: never;
368
+ delegateCreateEnvironmentProfile?: never;
369
+ createEnvironment?: never;
370
+ $unknown?: never;
371
+ }
372
+ interface CreateGlossaryMember {
373
+ createDomainUnit?: never;
374
+ overrideDomainUnitOwners?: never;
375
+ addToProjectMemberPool?: never;
376
+ overrideProjectOwners?: never;
377
+ createGlossary: CreateGlossaryPolicyGrantDetail;
378
+ createFormType?: never;
379
+ createAssetType?: never;
380
+ createProject?: never;
381
+ createEnvironmentProfile?: never;
382
+ delegateCreateEnvironmentProfile?: never;
383
+ createEnvironment?: never;
384
+ $unknown?: never;
385
+ }
386
+ interface CreateFormTypeMember {
387
+ createDomainUnit?: never;
388
+ overrideDomainUnitOwners?: never;
389
+ addToProjectMemberPool?: never;
390
+ overrideProjectOwners?: never;
391
+ createGlossary?: never;
392
+ createFormType: CreateFormTypePolicyGrantDetail;
393
+ createAssetType?: never;
394
+ createProject?: never;
395
+ createEnvironmentProfile?: never;
396
+ delegateCreateEnvironmentProfile?: never;
397
+ createEnvironment?: never;
398
+ $unknown?: never;
399
+ }
400
+ interface CreateAssetTypeMember {
401
+ createDomainUnit?: never;
402
+ overrideDomainUnitOwners?: never;
403
+ addToProjectMemberPool?: never;
404
+ overrideProjectOwners?: never;
405
+ createGlossary?: never;
406
+ createFormType?: never;
407
+ createAssetType: CreateAssetTypePolicyGrantDetail;
408
+ createProject?: never;
409
+ createEnvironmentProfile?: never;
410
+ delegateCreateEnvironmentProfile?: never;
411
+ createEnvironment?: never;
412
+ $unknown?: never;
413
+ }
414
+ interface CreateProjectMember {
415
+ createDomainUnit?: never;
416
+ overrideDomainUnitOwners?: never;
417
+ addToProjectMemberPool?: never;
418
+ overrideProjectOwners?: never;
419
+ createGlossary?: never;
420
+ createFormType?: never;
421
+ createAssetType?: never;
422
+ createProject: CreateProjectPolicyGrantDetail;
423
+ createEnvironmentProfile?: never;
424
+ delegateCreateEnvironmentProfile?: never;
425
+ createEnvironment?: never;
426
+ $unknown?: never;
427
+ }
428
+ interface CreateEnvironmentProfileMember {
429
+ createDomainUnit?: never;
430
+ overrideDomainUnitOwners?: never;
431
+ addToProjectMemberPool?: never;
432
+ overrideProjectOwners?: never;
433
+ createGlossary?: never;
434
+ createFormType?: never;
435
+ createAssetType?: never;
436
+ createProject?: never;
437
+ createEnvironmentProfile: CreateEnvironmentProfilePolicyGrantDetail;
438
+ delegateCreateEnvironmentProfile?: never;
439
+ createEnvironment?: never;
440
+ $unknown?: never;
441
+ }
442
+ interface DelegateCreateEnvironmentProfileMember {
443
+ createDomainUnit?: never;
444
+ overrideDomainUnitOwners?: never;
445
+ addToProjectMemberPool?: never;
446
+ overrideProjectOwners?: never;
447
+ createGlossary?: never;
448
+ createFormType?: never;
449
+ createAssetType?: never;
450
+ createProject?: never;
451
+ createEnvironmentProfile?: never;
452
+ delegateCreateEnvironmentProfile: Unit;
453
+ createEnvironment?: never;
454
+ $unknown?: never;
455
+ }
456
+ interface CreateEnvironmentMember {
457
+ createDomainUnit?: never;
458
+ overrideDomainUnitOwners?: never;
459
+ addToProjectMemberPool?: never;
460
+ overrideProjectOwners?: never;
461
+ createGlossary?: never;
462
+ createFormType?: never;
463
+ createAssetType?: never;
464
+ createProject?: never;
465
+ createEnvironmentProfile?: never;
466
+ delegateCreateEnvironmentProfile?: never;
467
+ createEnvironment: Unit;
468
+ $unknown?: never;
469
+ }
470
+ interface $UnknownMember {
471
+ createDomainUnit?: never;
472
+ overrideDomainUnitOwners?: never;
473
+ addToProjectMemberPool?: never;
474
+ overrideProjectOwners?: never;
475
+ createGlossary?: never;
476
+ createFormType?: never;
477
+ createAssetType?: never;
478
+ createProject?: never;
479
+ createEnvironmentProfile?: never;
480
+ delegateCreateEnvironmentProfile?: never;
481
+ createEnvironment?: never;
482
+ $unknown: [string, any];
483
+ }
484
+ interface Visitor<T> {
485
+ createDomainUnit: (value: CreateDomainUnitPolicyGrantDetail) => T;
486
+ overrideDomainUnitOwners: (
487
+ value: OverrideDomainUnitOwnersPolicyGrantDetail
488
+ ) => T;
489
+ addToProjectMemberPool: (
490
+ value: AddToProjectMemberPoolPolicyGrantDetail
491
+ ) => T;
492
+ overrideProjectOwners: (value: OverrideProjectOwnersPolicyGrantDetail) => T;
493
+ createGlossary: (value: CreateGlossaryPolicyGrantDetail) => T;
494
+ createFormType: (value: CreateFormTypePolicyGrantDetail) => T;
495
+ createAssetType: (value: CreateAssetTypePolicyGrantDetail) => T;
496
+ createProject: (value: CreateProjectPolicyGrantDetail) => T;
497
+ createEnvironmentProfile: (
498
+ value: CreateEnvironmentProfilePolicyGrantDetail
499
+ ) => T;
500
+ delegateCreateEnvironmentProfile: (value: Unit) => T;
501
+ createEnvironment: (value: Unit) => T;
502
+ _: (name: string, value: any) => T;
503
+ }
504
+ const visit: <T>(value: PolicyGrantDetail, visitor: Visitor<T>) => T;
505
+ }
506
+ export declare const TargetEntityType: {
507
+ readonly DOMAIN_UNIT: "DOMAIN_UNIT";
508
+ readonly ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION";
509
+ readonly ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE";
510
+ };
511
+ export type TargetEntityType =
512
+ (typeof TargetEntityType)[keyof typeof TargetEntityType];
513
+ export declare const ManagedPolicyType: {
514
+ readonly ADD_TO_PROJECT_MEMBER_POOL: "ADD_TO_PROJECT_MEMBER_POOL";
515
+ readonly CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE";
516
+ readonly CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT";
517
+ readonly CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT";
518
+ readonly CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE";
519
+ readonly CREATE_FORM_TYPE: "CREATE_FORM_TYPE";
520
+ readonly CREATE_GLOSSARY: "CREATE_GLOSSARY";
521
+ readonly CREATE_PROJECT: "CREATE_PROJECT";
522
+ readonly DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE";
523
+ readonly OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS";
524
+ readonly OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS";
525
+ };
526
+ export type ManagedPolicyType =
527
+ (typeof ManagedPolicyType)[keyof typeof ManagedPolicyType];
528
+ export declare const DomainUnitDesignation: {
529
+ readonly OWNER: "OWNER";
530
+ };
531
+ export type DomainUnitDesignation =
532
+ (typeof DomainUnitDesignation)[keyof typeof DomainUnitDesignation];
533
+ export interface AllDomainUnitsGrantFilter {}
534
+ export type DomainUnitGrantFilter =
535
+ | DomainUnitGrantFilter.AllDomainUnitsGrantFilterMember
536
+ | DomainUnitGrantFilter.$UnknownMember;
537
+ export declare namespace DomainUnitGrantFilter {
538
+ interface AllDomainUnitsGrantFilterMember {
539
+ allDomainUnitsGrantFilter: AllDomainUnitsGrantFilter;
540
+ $unknown?: never;
541
+ }
542
+ interface $UnknownMember {
543
+ allDomainUnitsGrantFilter?: never;
544
+ $unknown: [string, any];
545
+ }
546
+ interface Visitor<T> {
547
+ allDomainUnitsGrantFilter: (value: AllDomainUnitsGrantFilter) => T;
548
+ _: (name: string, value: any) => T;
549
+ }
550
+ const visit: <T>(value: DomainUnitGrantFilter, visitor: Visitor<T>) => T;
551
+ }
552
+ export interface DomainUnitPolicyGrantPrincipal {
553
+ domainUnitDesignation: DomainUnitDesignation | undefined;
554
+ domainUnitIdentifier?: string;
555
+ domainUnitGrantFilter?: DomainUnitGrantFilter;
556
+ }
557
+ export type GroupPolicyGrantPrincipal =
558
+ | GroupPolicyGrantPrincipal.GroupIdentifierMember
559
+ | GroupPolicyGrantPrincipal.$UnknownMember;
560
+ export declare namespace GroupPolicyGrantPrincipal {
561
+ interface GroupIdentifierMember {
562
+ groupIdentifier: string;
563
+ $unknown?: never;
564
+ }
565
+ interface $UnknownMember {
566
+ groupIdentifier?: never;
567
+ $unknown: [string, any];
568
+ }
569
+ interface Visitor<T> {
570
+ groupIdentifier: (value: string) => T;
571
+ _: (name: string, value: any) => T;
572
+ }
573
+ const visit: <T>(value: GroupPolicyGrantPrincipal, visitor: Visitor<T>) => T;
574
+ }
575
+ export declare const ProjectDesignation: {
576
+ readonly CONTRIBUTOR: "CONTRIBUTOR";
577
+ readonly OWNER: "OWNER";
578
+ };
579
+ export type ProjectDesignation =
580
+ (typeof ProjectDesignation)[keyof typeof ProjectDesignation];
581
+ export interface DomainUnitFilterForProject {
582
+ domainUnit: string | undefined;
583
+ includeChildDomainUnits?: boolean;
584
+ }
585
+ export type ProjectGrantFilter =
586
+ | ProjectGrantFilter.DomainUnitFilterMember
587
+ | ProjectGrantFilter.$UnknownMember;
588
+ export declare namespace ProjectGrantFilter {
589
+ interface DomainUnitFilterMember {
590
+ domainUnitFilter: DomainUnitFilterForProject;
591
+ $unknown?: never;
592
+ }
593
+ interface $UnknownMember {
594
+ domainUnitFilter?: never;
595
+ $unknown: [string, any];
596
+ }
597
+ interface Visitor<T> {
598
+ domainUnitFilter: (value: DomainUnitFilterForProject) => T;
599
+ _: (name: string, value: any) => T;
600
+ }
601
+ const visit: <T>(value: ProjectGrantFilter, visitor: Visitor<T>) => T;
602
+ }
603
+ export interface ProjectPolicyGrantPrincipal {
604
+ projectDesignation: ProjectDesignation | undefined;
605
+ projectIdentifier?: string;
606
+ projectGrantFilter?: ProjectGrantFilter;
607
+ }
608
+ export interface AllUsersGrantFilter {}
609
+ export type UserPolicyGrantPrincipal =
610
+ | UserPolicyGrantPrincipal.AllUsersGrantFilterMember
611
+ | UserPolicyGrantPrincipal.UserIdentifierMember
612
+ | UserPolicyGrantPrincipal.$UnknownMember;
613
+ export declare namespace UserPolicyGrantPrincipal {
614
+ interface UserIdentifierMember {
615
+ userIdentifier: string;
616
+ allUsersGrantFilter?: never;
617
+ $unknown?: never;
618
+ }
619
+ interface AllUsersGrantFilterMember {
620
+ userIdentifier?: never;
621
+ allUsersGrantFilter: AllUsersGrantFilter;
622
+ $unknown?: never;
623
+ }
624
+ interface $UnknownMember {
625
+ userIdentifier?: never;
626
+ allUsersGrantFilter?: never;
627
+ $unknown: [string, any];
628
+ }
629
+ interface Visitor<T> {
630
+ userIdentifier: (value: string) => T;
631
+ allUsersGrantFilter: (value: AllUsersGrantFilter) => T;
632
+ _: (name: string, value: any) => T;
633
+ }
634
+ const visit: <T>(value: UserPolicyGrantPrincipal, visitor: Visitor<T>) => T;
635
+ }
636
+ export type PolicyGrantPrincipal =
637
+ | PolicyGrantPrincipal.DomainUnitMember
638
+ | PolicyGrantPrincipal.GroupMember
639
+ | PolicyGrantPrincipal.ProjectMember
640
+ | PolicyGrantPrincipal.UserMember
641
+ | PolicyGrantPrincipal.$UnknownMember;
642
+ export declare namespace PolicyGrantPrincipal {
643
+ interface UserMember {
644
+ user: UserPolicyGrantPrincipal;
645
+ group?: never;
646
+ project?: never;
647
+ domainUnit?: never;
648
+ $unknown?: never;
649
+ }
650
+ interface GroupMember {
651
+ user?: never;
652
+ group: GroupPolicyGrantPrincipal;
653
+ project?: never;
654
+ domainUnit?: never;
655
+ $unknown?: never;
656
+ }
657
+ interface ProjectMember {
658
+ user?: never;
659
+ group?: never;
660
+ project: ProjectPolicyGrantPrincipal;
661
+ domainUnit?: never;
662
+ $unknown?: never;
663
+ }
664
+ interface DomainUnitMember {
665
+ user?: never;
666
+ group?: never;
667
+ project?: never;
668
+ domainUnit: DomainUnitPolicyGrantPrincipal;
669
+ $unknown?: never;
670
+ }
671
+ interface $UnknownMember {
672
+ user?: never;
673
+ group?: never;
674
+ project?: never;
675
+ domainUnit?: never;
676
+ $unknown: [string, any];
677
+ }
678
+ interface Visitor<T> {
679
+ user: (value: UserPolicyGrantPrincipal) => T;
680
+ group: (value: GroupPolicyGrantPrincipal) => T;
681
+ project: (value: ProjectPolicyGrantPrincipal) => T;
682
+ domainUnit: (value: DomainUnitPolicyGrantPrincipal) => T;
683
+ _: (name: string, value: any) => T;
684
+ }
685
+ const visit: <T>(value: PolicyGrantPrincipal, visitor: Visitor<T>) => T;
686
+ }
687
+ export interface AddPolicyGrantInput {
688
+ domainIdentifier: string | undefined;
689
+ entityType: TargetEntityType | undefined;
690
+ entityIdentifier: string | undefined;
691
+ policyType: ManagedPolicyType | undefined;
692
+ principal: PolicyGrantPrincipal | undefined;
693
+ detail: PolicyGrantDetail | undefined;
694
+ clientToken?: string;
695
+ }
696
+ export interface AddPolicyGrantOutput {}
209
697
  export declare const ListingStatus: {
210
698
  readonly ACTIVE: "ACTIVE";
211
699
  readonly CREATING: "CREATING";
@@ -276,13 +764,6 @@ export interface CreateAssetOutput {
276
764
  latestTimeSeriesDataPointFormsOutput?: TimeSeriesDataPointSummaryFormOutput[];
277
765
  predictionConfiguration?: PredictionConfiguration;
278
766
  }
279
- export declare class ServiceQuotaExceededException extends __BaseException {
280
- readonly name: "ServiceQuotaExceededException";
281
- readonly $fault: "client";
282
- constructor(
283
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
284
- );
285
- }
286
767
  export interface CreateAssetRevisionInput {
287
768
  name: string | undefined;
288
769
  domainIdentifier: string | undefined;
@@ -1220,6 +1701,7 @@ export declare const DomainStatus: {
1220
1701
  export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
1221
1702
  export interface CreateDomainOutput {
1222
1703
  id: string | undefined;
1704
+ rootDomainUnitId?: string;
1223
1705
  name?: string;
1224
1706
  description?: string;
1225
1707
  singleSignOn?: SingleSignOn;
@@ -1230,6 +1712,57 @@ export interface CreateDomainOutput {
1230
1712
  portalUrl?: string;
1231
1713
  tags?: Record<string, string>;
1232
1714
  }
1715
+ export interface CreateDomainUnitInput {
1716
+ domainIdentifier: string | undefined;
1717
+ name: string | undefined;
1718
+ parentDomainUnitIdentifier: string | undefined;
1719
+ description?: string;
1720
+ clientToken?: string;
1721
+ }
1722
+ export interface DomainUnitGroupProperties {
1723
+ groupId?: string;
1724
+ }
1725
+ export interface DomainUnitUserProperties {
1726
+ userId?: string;
1727
+ }
1728
+ export type DomainUnitOwnerProperties =
1729
+ | DomainUnitOwnerProperties.GroupMember
1730
+ | DomainUnitOwnerProperties.UserMember
1731
+ | DomainUnitOwnerProperties.$UnknownMember;
1732
+ export declare namespace DomainUnitOwnerProperties {
1733
+ interface UserMember {
1734
+ user: DomainUnitUserProperties;
1735
+ group?: never;
1736
+ $unknown?: never;
1737
+ }
1738
+ interface GroupMember {
1739
+ user?: never;
1740
+ group: DomainUnitGroupProperties;
1741
+ $unknown?: never;
1742
+ }
1743
+ interface $UnknownMember {
1744
+ user?: never;
1745
+ group?: never;
1746
+ $unknown: [string, any];
1747
+ }
1748
+ interface Visitor<T> {
1749
+ user: (value: DomainUnitUserProperties) => T;
1750
+ group: (value: DomainUnitGroupProperties) => T;
1751
+ _: (name: string, value: any) => T;
1752
+ }
1753
+ const visit: <T>(value: DomainUnitOwnerProperties, visitor: Visitor<T>) => T;
1754
+ }
1755
+ export interface CreateDomainUnitOutput {
1756
+ id: string | undefined;
1757
+ domainId: string | undefined;
1758
+ name: string | undefined;
1759
+ parentDomainUnitId?: string;
1760
+ description?: string;
1761
+ owners: DomainUnitOwnerProperties[] | undefined;
1762
+ ancestorDomainUnitIds: string[] | undefined;
1763
+ createdAt?: Date;
1764
+ createdBy?: string;
1765
+ }
1233
1766
  export interface EnvironmentParameter {
1234
1767
  name?: string;
1235
1768
  value?: string;
@@ -1519,6 +2052,7 @@ export interface CreateProjectInput {
1519
2052
  name: string | undefined;
1520
2053
  description?: string;
1521
2054
  glossaryTerms?: string[];
2055
+ domainUnitId?: string;
1522
2056
  }
1523
2057
  export interface ProjectDeletionError {
1524
2058
  code?: string;
@@ -1541,6 +2075,7 @@ export interface CreateProjectOutput {
1541
2075
  createdAt?: Date;
1542
2076
  lastUpdatedAt?: Date;
1543
2077
  glossaryTerms?: string[];
2078
+ domainUnitId?: string;
1544
2079
  }
1545
2080
  export declare const UserDesignation: {
1546
2081
  readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
@@ -1635,6 +2170,7 @@ export interface SubscribedAsset {
1635
2170
  failureCause?: FailureCause;
1636
2171
  grantedTimestamp?: Date;
1637
2172
  failureTimestamp?: Date;
2173
+ assetScope?: AssetScope;
1638
2174
  }
1639
2175
  export interface ListingRevision {
1640
2176
  id: string | undefined;
@@ -2273,6 +2809,7 @@ export interface GetDomainInput {
2273
2809
  }
2274
2810
  export interface GetDomainOutput {
2275
2811
  id: string | undefined;
2812
+ rootDomainUnitId?: string;
2276
2813
  name?: string;
2277
2814
  description?: string;
2278
2815
  singleSignOn?: SingleSignOn;
@@ -2315,381 +2852,69 @@ export interface UpdateDomainInput {
2315
2852
  }
2316
2853
  export interface UpdateDomainOutput {
2317
2854
  id: string | undefined;
2855
+ rootDomainUnitId?: string;
2318
2856
  description?: string;
2319
2857
  singleSignOn?: SingleSignOn;
2320
2858
  domainExecutionRole?: string;
2321
2859
  name?: string;
2322
2860
  lastUpdatedAt?: Date;
2323
2861
  }
2324
- export interface DeleteEnvironmentBlueprintConfigurationInput {
2325
- domainIdentifier: string | undefined;
2326
- environmentBlueprintIdentifier: string | undefined;
2327
- }
2328
- export interface DeleteEnvironmentBlueprintConfigurationOutput {}
2329
- export interface GetEnvironmentBlueprintConfigurationInput {
2330
- domainIdentifier: string | undefined;
2331
- environmentBlueprintIdentifier: string | undefined;
2332
- }
2333
- export interface LakeFormationConfiguration {
2334
- locationRegistrationRole?: string;
2335
- locationRegistrationExcludeS3Locations?: string[];
2336
- }
2337
- export type ProvisioningConfiguration =
2338
- | ProvisioningConfiguration.LakeFormationConfigurationMember
2339
- | ProvisioningConfiguration.$UnknownMember;
2340
- export declare namespace ProvisioningConfiguration {
2341
- interface LakeFormationConfigurationMember {
2342
- lakeFormationConfiguration: LakeFormationConfiguration;
2343
- $unknown?: never;
2344
- }
2345
- interface $UnknownMember {
2346
- lakeFormationConfiguration?: never;
2347
- $unknown: [string, any];
2348
- }
2349
- interface Visitor<T> {
2350
- lakeFormationConfiguration: (value: LakeFormationConfiguration) => T;
2351
- _: (name: string, value: any) => T;
2352
- }
2353
- const visit: <T>(value: ProvisioningConfiguration, visitor: Visitor<T>) => T;
2354
- }
2355
- export interface GetEnvironmentBlueprintConfigurationOutput {
2356
- domainId: string | undefined;
2357
- environmentBlueprintId: string | undefined;
2358
- provisioningRoleArn?: string;
2359
- manageAccessRoleArn?: string;
2360
- enabledRegions?: string[];
2361
- regionalParameters?: Record<string, Record<string, string>>;
2362
- createdAt?: Date;
2363
- updatedAt?: Date;
2364
- provisioningConfigurations?: ProvisioningConfiguration[];
2365
- }
2366
- export interface ListEnvironmentBlueprintConfigurationsInput {
2367
- domainIdentifier: string | undefined;
2368
- maxResults?: number;
2369
- nextToken?: string;
2370
- }
2371
- export interface EnvironmentBlueprintConfigurationItem {
2372
- domainId: string | undefined;
2373
- environmentBlueprintId: string | undefined;
2374
- provisioningRoleArn?: string;
2375
- manageAccessRoleArn?: string;
2376
- enabledRegions?: string[];
2377
- regionalParameters?: Record<string, Record<string, string>>;
2378
- createdAt?: Date;
2379
- updatedAt?: Date;
2380
- provisioningConfigurations?: ProvisioningConfiguration[];
2381
- }
2382
- export interface ListEnvironmentBlueprintConfigurationsOutput {
2383
- items?: EnvironmentBlueprintConfigurationItem[];
2384
- nextToken?: string;
2385
- }
2386
- export interface PutEnvironmentBlueprintConfigurationInput {
2862
+ export interface DeleteDomainUnitInput {
2387
2863
  domainIdentifier: string | undefined;
2388
- environmentBlueprintIdentifier: string | undefined;
2389
- provisioningRoleArn?: string;
2390
- manageAccessRoleArn?: string;
2391
- enabledRegions: string[] | undefined;
2392
- regionalParameters?: Record<string, Record<string, string>>;
2393
- provisioningConfigurations?: ProvisioningConfiguration[];
2394
- }
2395
- export interface PutEnvironmentBlueprintConfigurationOutput {
2396
- domainId: string | undefined;
2397
- environmentBlueprintId: string | undefined;
2398
- provisioningRoleArn?: string;
2399
- manageAccessRoleArn?: string;
2400
- enabledRegions?: string[];
2401
- regionalParameters?: Record<string, Record<string, string>>;
2402
- createdAt?: Date;
2403
- updatedAt?: Date;
2404
- provisioningConfigurations?: ProvisioningConfiguration[];
2405
- }
2406
- export interface DeleteFormTypeInput {
2407
- domainIdentifier: string | undefined;
2408
- formTypeIdentifier: string | undefined;
2409
- }
2410
- export interface DeleteFormTypeOutput {}
2411
- export interface GetFormTypeInput {
2412
- domainIdentifier: string | undefined;
2413
- formTypeIdentifier: string | undefined;
2414
- revision?: string;
2415
- }
2416
- export interface Import {
2417
- name: string | undefined;
2418
- revision: string | undefined;
2419
- }
2420
- export interface GetFormTypeOutput {
2421
- domainId: string | undefined;
2422
- name: string | undefined;
2423
- revision: string | undefined;
2424
- model: Model | undefined;
2425
- owningProjectId?: string;
2426
- originDomainId?: string;
2427
- originProjectId?: string;
2428
- status?: FormTypeStatus;
2429
- createdAt?: Date;
2430
- createdBy?: string;
2431
- description?: string;
2432
- imports?: Import[];
2433
- }
2434
- export interface GetAssetFilterInput {
2435
- domainIdentifier: string | undefined;
2436
- assetIdentifier: string | undefined;
2437
2864
  identifier: string | undefined;
2438
2865
  }
2439
- export interface GetEnvironmentInput {
2866
+ export interface DeleteDomainUnitOutput {}
2867
+ export interface GetDomainUnitInput {
2440
2868
  domainIdentifier: string | undefined;
2441
2869
  identifier: string | undefined;
2442
2870
  }
2443
- export interface GetEnvironmentOutput {
2444
- projectId: string | undefined;
2445
- id?: string;
2871
+ export interface GetDomainUnitOutput {
2872
+ id: string | undefined;
2446
2873
  domainId: string | undefined;
2447
- createdBy: string | undefined;
2448
- createdAt?: Date;
2449
- updatedAt?: Date;
2450
2874
  name: string | undefined;
2875
+ parentDomainUnitId?: string;
2451
2876
  description?: string;
2452
- environmentProfileId?: string;
2453
- awsAccountId?: string;
2454
- awsAccountRegion?: string;
2455
- provider: string | undefined;
2456
- provisionedResources?: Resource[];
2457
- status?: EnvironmentStatus;
2458
- environmentActions?: ConfigurableEnvironmentAction[];
2459
- glossaryTerms?: string[];
2460
- userParameters?: CustomParameter[];
2461
- lastDeployment?: Deployment;
2462
- provisioningProperties?: ProvisioningProperties;
2463
- deploymentProperties?: DeploymentProperties;
2464
- environmentBlueprintId?: string;
2877
+ owners: DomainUnitOwnerProperties[] | undefined;
2878
+ createdAt?: Date;
2879
+ lastUpdatedAt?: Date;
2880
+ createdBy?: string;
2881
+ lastUpdatedBy?: string;
2465
2882
  }
2466
- export interface GetEnvironmentActionInput {
2883
+ export interface ListDomainUnitsForParentInput {
2467
2884
  domainIdentifier: string | undefined;
2468
- environmentIdentifier: string | undefined;
2469
- identifier: string | undefined;
2885
+ parentDomainUnitIdentifier: string | undefined;
2886
+ maxResults?: number;
2887
+ nextToken?: string;
2470
2888
  }
2471
- export interface GetEnvironmentActionOutput {
2472
- domainId: string | undefined;
2473
- environmentId: string | undefined;
2474
- id: string | undefined;
2889
+ export interface DomainUnitSummary {
2475
2890
  name: string | undefined;
2476
- parameters: ActionParameters | undefined;
2477
- description?: string;
2478
- }
2479
- export interface GetEnvironmentBlueprintInput {
2480
- domainIdentifier: string | undefined;
2481
- identifier: string | undefined;
2482
- }
2483
- export interface GetEnvironmentBlueprintOutput {
2484
2891
  id: string | undefined;
2485
- name: string | undefined;
2486
- description?: string;
2487
- provider: string | undefined;
2488
- provisioningProperties: ProvisioningProperties | undefined;
2489
- deploymentProperties?: DeploymentProperties;
2490
- userParameters?: CustomParameter[];
2491
- glossaryTerms?: string[];
2492
- createdAt?: Date;
2493
- updatedAt?: Date;
2494
2892
  }
2495
- export interface GetEnvironmentCredentialsInput {
2496
- domainIdentifier: string | undefined;
2497
- environmentIdentifier: string | undefined;
2498
- }
2499
- export interface GetEnvironmentCredentialsOutput {
2500
- accessKeyId?: string;
2501
- secretAccessKey?: string;
2502
- sessionToken?: string;
2503
- expiration?: Date;
2893
+ export interface ListDomainUnitsForParentOutput {
2894
+ items: DomainUnitSummary[] | undefined;
2895
+ nextToken?: string;
2504
2896
  }
2505
- export interface GetEnvironmentProfileInput {
2897
+ export interface UpdateDomainUnitInput {
2506
2898
  domainIdentifier: string | undefined;
2507
2899
  identifier: string | undefined;
2508
- }
2509
- export interface GetEnvironmentProfileOutput {
2510
- id: string | undefined;
2511
- domainId: string | undefined;
2512
- awsAccountId?: string;
2513
- awsAccountRegion?: string;
2514
- createdBy: string | undefined;
2515
- createdAt?: Date;
2516
- updatedAt?: Date;
2517
- name: string | undefined;
2518
2900
  description?: string;
2519
- environmentBlueprintId: string | undefined;
2520
- projectId?: string;
2521
- userParameters?: CustomParameter[];
2522
- }
2523
- export interface GetGroupProfileInput {
2524
- domainIdentifier: string | undefined;
2525
- groupIdentifier: string | undefined;
2526
- }
2527
- export interface GetGroupProfileOutput {
2528
- domainId?: string;
2529
- id?: string;
2530
- status?: GroupProfileStatus;
2531
- groupName?: string;
2532
- }
2533
- export interface GetIamPortalLoginUrlInput {
2534
- domainIdentifier: string | undefined;
2535
- }
2536
- export interface GetIamPortalLoginUrlOutput {
2537
- authCodeUrl?: string;
2538
- userProfileId: string | undefined;
2539
- }
2540
- export interface GetLineageNodeInput {
2541
- domainIdentifier: string | undefined;
2542
- identifier: string | undefined;
2543
- eventTimestamp?: Date;
2544
- }
2545
- export interface LineageNodeReference {
2546
- id?: string;
2547
- eventTimestamp?: Date;
2548
- }
2549
- export interface GetLineageNodeOutput {
2550
- domainId: string | undefined;
2551
2901
  name?: string;
2552
- description?: string;
2553
- createdAt?: Date;
2554
- createdBy?: string;
2555
- updatedAt?: Date;
2556
- updatedBy?: string;
2557
- id: string | undefined;
2558
- typeName: string | undefined;
2559
- typeRevision?: string;
2560
- sourceIdentifier?: string;
2561
- eventTimestamp?: Date;
2562
- formsOutput?: FormOutput[];
2563
- upstreamNodes?: LineageNodeReference[];
2564
- downstreamNodes?: LineageNodeReference[];
2565
2902
  }
2566
- export interface GetProjectInput {
2567
- domainIdentifier: string | undefined;
2568
- identifier: string | undefined;
2569
- }
2570
- export interface GetProjectOutput {
2571
- domainId: string | undefined;
2903
+ export interface UpdateDomainUnitOutput {
2572
2904
  id: string | undefined;
2905
+ domainId: string | undefined;
2573
2906
  name: string | undefined;
2907
+ owners: DomainUnitOwnerProperties[] | undefined;
2574
2908
  description?: string;
2575
- projectStatus?: ProjectStatus;
2576
- failureReasons?: ProjectDeletionError[];
2577
- createdBy: string | undefined;
2909
+ parentDomainUnitId?: string;
2578
2910
  createdAt?: Date;
2579
2911
  lastUpdatedAt?: Date;
2580
- glossaryTerms?: string[];
2581
- }
2582
- export interface GetSubscriptionInput {
2583
- domainIdentifier: string | undefined;
2584
- identifier: string | undefined;
2585
- }
2586
- export interface GetSubscriptionOutput {
2587
- id: string | undefined;
2588
- createdBy: string | undefined;
2589
- updatedBy?: string;
2590
- domainId: string | undefined;
2591
- status: SubscriptionStatus | undefined;
2592
- createdAt: Date | undefined;
2593
- updatedAt: Date | undefined;
2594
- subscribedPrincipal: SubscribedPrincipal | undefined;
2595
- subscribedListing: SubscribedListing | undefined;
2596
- subscriptionRequestId?: string;
2597
- retainPermissions?: boolean;
2598
- }
2599
- export interface GetSubscriptionGrantInput {
2600
- domainIdentifier: string | undefined;
2601
- identifier: string | undefined;
2602
- }
2603
- export interface GetSubscriptionGrantOutput {
2604
- id: string | undefined;
2605
- createdBy: string | undefined;
2606
- updatedBy?: string;
2607
- domainId: string | undefined;
2608
- createdAt: Date | undefined;
2609
- updatedAt: Date | undefined;
2610
- subscriptionTargetId: string | undefined;
2611
- grantedEntity: GrantedEntity | undefined;
2612
- status: SubscriptionGrantOverallStatus | undefined;
2613
- assets?: SubscribedAsset[];
2614
- subscriptionId?: string;
2615
- }
2616
- export interface GetSubscriptionRequestDetailsInput {
2617
- domainIdentifier: string | undefined;
2618
- identifier: string | undefined;
2619
- }
2620
- export interface GetSubscriptionRequestDetailsOutput {
2621
- id: string | undefined;
2622
- createdBy: string | undefined;
2623
- updatedBy?: string;
2624
- domainId: string | undefined;
2625
- status: SubscriptionRequestStatus | undefined;
2626
- createdAt: Date | undefined;
2627
- updatedAt: Date | undefined;
2628
- requestReason: string | undefined;
2629
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
2630
- subscribedListings: SubscribedListing[] | undefined;
2631
- reviewerId?: string;
2632
- decisionComment?: string;
2633
- }
2634
- export interface GetSubscriptionTargetInput {
2635
- domainIdentifier: string | undefined;
2636
- environmentIdentifier: string | undefined;
2637
- identifier: string | undefined;
2638
- }
2639
- export interface GetSubscriptionTargetOutput {
2640
- id: string | undefined;
2641
- authorizedPrincipals: string[] | undefined;
2642
- domainId: string | undefined;
2643
- projectId: string | undefined;
2644
- environmentId: string | undefined;
2645
- name: string | undefined;
2646
- type: string | undefined;
2647
- createdBy: string | undefined;
2648
- updatedBy?: string;
2649
- createdAt: Date | undefined;
2650
- updatedAt?: Date;
2651
- manageAccessRole: string | undefined;
2652
- applicableAssetTypes: string[] | undefined;
2653
- subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
2654
- provider: string | undefined;
2655
- }
2656
- export interface GetTimeSeriesDataPointInput {
2657
- domainIdentifier: string | undefined;
2658
- entityIdentifier: string | undefined;
2659
- entityType: TimeSeriesEntityType | undefined;
2660
- identifier: string | undefined;
2661
- formName: string | undefined;
2662
- }
2663
- export interface TimeSeriesDataPointFormOutput {
2664
- formName: string | undefined;
2665
- typeIdentifier: string | undefined;
2666
- typeRevision?: string;
2667
- timestamp: Date | undefined;
2668
- content?: string;
2669
- id?: string;
2670
- }
2671
- export interface GetTimeSeriesDataPointOutput {
2672
- domainId?: string;
2673
- entityId?: string;
2674
- entityType?: TimeSeriesEntityType;
2675
- formName?: string;
2676
- form?: TimeSeriesDataPointFormOutput;
2677
- }
2678
- export interface GetUserProfileInput {
2679
- domainIdentifier: string | undefined;
2680
- userIdentifier: string | undefined;
2681
- type?: UserProfileType;
2682
- }
2683
- export interface GetUserProfileOutput {
2684
- domainId?: string;
2685
- id?: string;
2686
- type?: UserProfileType;
2687
- status?: UserProfileStatus;
2688
- details?: UserProfileDetails;
2912
+ createdBy?: string;
2913
+ lastUpdatedBy?: string;
2689
2914
  }
2690
- export interface DeleteGlossaryInput {
2915
+ export interface DeleteEnvironmentBlueprintConfigurationInput {
2691
2916
  domainIdentifier: string | undefined;
2692
- identifier: string | undefined;
2917
+ environmentBlueprintIdentifier: string | undefined;
2693
2918
  }
2694
2919
  export declare const AcceptChoiceFilterSensitiveLog: (obj: AcceptChoice) => any;
2695
2920
  export declare const AcceptPredictionsInputFilterSensitiveLog: (
@@ -2789,6 +3014,12 @@ export declare const CreateDataSourceInputFilterSensitiveLog: (
2789
3014
  export declare const CreateDataSourceOutputFilterSensitiveLog: (
2790
3015
  obj: CreateDataSourceOutput
2791
3016
  ) => any;
3017
+ export declare const CreateDomainUnitInputFilterSensitiveLog: (
3018
+ obj: CreateDomainUnitInput
3019
+ ) => any;
3020
+ export declare const CreateDomainUnitOutputFilterSensitiveLog: (
3021
+ obj: CreateDomainUnitOutput
3022
+ ) => any;
2792
3023
  export declare const CustomParameterFilterSensitiveLog: (
2793
3024
  obj: CustomParameter
2794
3025
  ) => any;
@@ -2898,40 +3129,12 @@ export declare const DomainSummaryFilterSensitiveLog: (
2898
3129
  export declare const ListDomainsOutputFilterSensitiveLog: (
2899
3130
  obj: ListDomainsOutput
2900
3131
  ) => any;
2901
- export declare const ImportFilterSensitiveLog: (obj: Import) => any;
2902
- export declare const GetFormTypeOutputFilterSensitiveLog: (
2903
- obj: GetFormTypeOutput
2904
- ) => any;
2905
- export declare const GetEnvironmentOutputFilterSensitiveLog: (
2906
- obj: GetEnvironmentOutput
2907
- ) => any;
2908
- export declare const GetEnvironmentBlueprintOutputFilterSensitiveLog: (
2909
- obj: GetEnvironmentBlueprintOutput
2910
- ) => any;
2911
- export declare const GetEnvironmentCredentialsOutputFilterSensitiveLog: (
2912
- obj: GetEnvironmentCredentialsOutput
2913
- ) => any;
2914
- export declare const GetEnvironmentProfileOutputFilterSensitiveLog: (
2915
- obj: GetEnvironmentProfileOutput
2916
- ) => any;
2917
- export declare const GetGroupProfileOutputFilterSensitiveLog: (
2918
- obj: GetGroupProfileOutput
2919
- ) => any;
2920
- export declare const GetLineageNodeOutputFilterSensitiveLog: (
2921
- obj: GetLineageNodeOutput
2922
- ) => any;
2923
- export declare const GetProjectOutputFilterSensitiveLog: (
2924
- obj: GetProjectOutput
2925
- ) => any;
2926
- export declare const GetSubscriptionOutputFilterSensitiveLog: (
2927
- obj: GetSubscriptionOutput
2928
- ) => any;
2929
- export declare const GetSubscriptionRequestDetailsOutputFilterSensitiveLog: (
2930
- obj: GetSubscriptionRequestDetailsOutput
3132
+ export declare const GetDomainUnitOutputFilterSensitiveLog: (
3133
+ obj: GetDomainUnitOutput
2931
3134
  ) => any;
2932
- export declare const GetSubscriptionTargetOutputFilterSensitiveLog: (
2933
- obj: GetSubscriptionTargetOutput
3135
+ export declare const UpdateDomainUnitInputFilterSensitiveLog: (
3136
+ obj: UpdateDomainUnitInput
2934
3137
  ) => any;
2935
- export declare const GetUserProfileOutputFilterSensitiveLog: (
2936
- obj: GetUserProfileOutput
3138
+ export declare const UpdateDomainUnitOutputFilterSensitiveLog: (
3139
+ obj: UpdateDomainUnitOutput
2937
3140
  ) => any;