@aws-sdk/client-datazone 3.637.0 → 3.643.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +88 -0
- package/dist-cjs/index.js +894 -99
- package/dist-es/DataZone.js +22 -0
- package/dist-es/commands/AddEntityOwnerCommand.js +24 -0
- package/dist-es/commands/AddPolicyGrantCommand.js +24 -0
- package/dist-es/commands/CreateDomainUnitCommand.js +25 -0
- package/dist-es/commands/DeleteDomainUnitCommand.js +24 -0
- package/dist-es/commands/GetDomainUnitCommand.js +25 -0
- package/dist-es/commands/GetEnvironmentBlueprintCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentCredentialsCommand.js +1 -1
- package/dist-es/commands/GetEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/GetFormTypeCommand.js +1 -1
- package/dist-es/commands/GetGroupProfileCommand.js +1 -1
- package/dist-es/commands/GetLineageNodeCommand.js +1 -1
- package/dist-es/commands/GetProjectCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +1 -1
- package/dist-es/commands/GetSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/GetUserProfileCommand.js +1 -1
- package/dist-es/commands/ListDomainUnitsForParentCommand.js +24 -0
- package/dist-es/commands/ListEntityOwnersCommand.js +24 -0
- package/dist-es/commands/ListPolicyGrantsCommand.js +24 -0
- package/dist-es/commands/RemoveEntityOwnerCommand.js +24 -0
- package/dist-es/commands/RemovePolicyGrantCommand.js +24 -0
- package/dist-es/commands/UpdateDomainUnitCommand.js +25 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +144 -78
- package/dist-es/models/models_1.js +97 -1
- package/dist-es/pagination/ListDomainUnitsForParentPaginator.js +4 -0
- package/dist-es/pagination/ListEntityOwnersPaginator.js +4 -0
- package/dist-es/pagination/ListPolicyGrantsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +358 -0
- package/dist-types/DataZone.d.ts +77 -0
- package/dist-types/DataZoneClient.d.ts +13 -2
- package/dist-types/commands/AddEntityOwnerCommand.d.ts +93 -0
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +141 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainUnitCommand.d.ts +104 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainUnitCommand.d.ts +80 -0
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -2
- package/dist-types/commands/GetDomainCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainUnitCommand.d.ts +97 -0
- package/dist-types/commands/GetEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetLineageNodeCommand.d.ts +1 -1
- package/dist-types/commands/GetProjectCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
- package/dist-types/commands/GetUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +84 -0
- package/dist-types/commands/ListEntityOwnersCommand.d.ts +89 -0
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +143 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -0
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +87 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +103 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainUnitCommand.d.ts +102 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4741 -5090
- package/dist-types/models/models_1.d.ts +1919 -2
- package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/DataZone.d.ts +187 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +575 -380
- package/dist-types/ts3.4/models/models_1.d.ts +487 -2
- package/dist-types/ts3.4/pagination/ListDomainUnitsForParentPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEntityOwnersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPolicyGrantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +1 -1
|
@@ -206,6 +206,482 @@ export declare namespace ActionParameters {
|
|
|
206
206
|
}
|
|
207
207
|
const visit: <T>(value: ActionParameters, visitor: Visitor<T>) => T;
|
|
208
208
|
}
|
|
209
|
+
export declare const DataZoneEntityType: {
|
|
210
|
+
readonly DOMAIN_UNIT: "DOMAIN_UNIT";
|
|
211
|
+
};
|
|
212
|
+
export type DataZoneEntityType =
|
|
213
|
+
(typeof DataZoneEntityType)[keyof typeof DataZoneEntityType];
|
|
214
|
+
export interface OwnerGroupProperties {
|
|
215
|
+
groupIdentifier: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface OwnerUserProperties {
|
|
218
|
+
userIdentifier: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export type OwnerProperties =
|
|
221
|
+
| OwnerProperties.GroupMember
|
|
222
|
+
| OwnerProperties.UserMember
|
|
223
|
+
| OwnerProperties.$UnknownMember;
|
|
224
|
+
export declare namespace OwnerProperties {
|
|
225
|
+
interface UserMember {
|
|
226
|
+
user: OwnerUserProperties;
|
|
227
|
+
group?: never;
|
|
228
|
+
$unknown?: never;
|
|
229
|
+
}
|
|
230
|
+
interface GroupMember {
|
|
231
|
+
user?: never;
|
|
232
|
+
group: OwnerGroupProperties;
|
|
233
|
+
$unknown?: never;
|
|
234
|
+
}
|
|
235
|
+
interface $UnknownMember {
|
|
236
|
+
user?: never;
|
|
237
|
+
group?: never;
|
|
238
|
+
$unknown: [string, any];
|
|
239
|
+
}
|
|
240
|
+
interface Visitor<T> {
|
|
241
|
+
user: (value: OwnerUserProperties) => T;
|
|
242
|
+
group: (value: OwnerGroupProperties) => T;
|
|
243
|
+
_: (name: string, value: any) => T;
|
|
244
|
+
}
|
|
245
|
+
const visit: <T>(value: OwnerProperties, visitor: Visitor<T>) => T;
|
|
246
|
+
}
|
|
247
|
+
export interface AddEntityOwnerInput {
|
|
248
|
+
domainIdentifier: string | undefined;
|
|
249
|
+
entityType: DataZoneEntityType | undefined;
|
|
250
|
+
entityIdentifier: string | undefined;
|
|
251
|
+
owner: OwnerProperties | undefined;
|
|
252
|
+
clientToken?: string;
|
|
253
|
+
}
|
|
254
|
+
export interface AddEntityOwnerOutput {}
|
|
255
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
256
|
+
readonly name: "ServiceQuotaExceededException";
|
|
257
|
+
readonly $fault: "client";
|
|
258
|
+
constructor(
|
|
259
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
260
|
+
);
|
|
261
|
+
}
|
|
262
|
+
export interface AddToProjectMemberPoolPolicyGrantDetail {
|
|
263
|
+
includeChildDomainUnits?: boolean;
|
|
264
|
+
}
|
|
265
|
+
export interface CreateAssetTypePolicyGrantDetail {
|
|
266
|
+
includeChildDomainUnits?: boolean;
|
|
267
|
+
}
|
|
268
|
+
export interface CreateDomainUnitPolicyGrantDetail {
|
|
269
|
+
includeChildDomainUnits?: boolean;
|
|
270
|
+
}
|
|
271
|
+
export interface Unit {}
|
|
272
|
+
export interface CreateEnvironmentProfilePolicyGrantDetail {
|
|
273
|
+
domainUnitId?: string;
|
|
274
|
+
}
|
|
275
|
+
export interface CreateFormTypePolicyGrantDetail {
|
|
276
|
+
includeChildDomainUnits?: boolean;
|
|
277
|
+
}
|
|
278
|
+
export interface CreateGlossaryPolicyGrantDetail {
|
|
279
|
+
includeChildDomainUnits?: boolean;
|
|
280
|
+
}
|
|
281
|
+
export interface CreateProjectPolicyGrantDetail {
|
|
282
|
+
includeChildDomainUnits?: boolean;
|
|
283
|
+
}
|
|
284
|
+
export interface OverrideDomainUnitOwnersPolicyGrantDetail {
|
|
285
|
+
includeChildDomainUnits?: boolean;
|
|
286
|
+
}
|
|
287
|
+
export interface OverrideProjectOwnersPolicyGrantDetail {
|
|
288
|
+
includeChildDomainUnits?: boolean;
|
|
289
|
+
}
|
|
290
|
+
export type PolicyGrantDetail =
|
|
291
|
+
| PolicyGrantDetail.AddToProjectMemberPoolMember
|
|
292
|
+
| PolicyGrantDetail.CreateAssetTypeMember
|
|
293
|
+
| PolicyGrantDetail.CreateDomainUnitMember
|
|
294
|
+
| PolicyGrantDetail.CreateEnvironmentMember
|
|
295
|
+
| PolicyGrantDetail.CreateEnvironmentProfileMember
|
|
296
|
+
| PolicyGrantDetail.CreateFormTypeMember
|
|
297
|
+
| PolicyGrantDetail.CreateGlossaryMember
|
|
298
|
+
| PolicyGrantDetail.CreateProjectMember
|
|
299
|
+
| PolicyGrantDetail.DelegateCreateEnvironmentProfileMember
|
|
300
|
+
| PolicyGrantDetail.OverrideDomainUnitOwnersMember
|
|
301
|
+
| PolicyGrantDetail.OverrideProjectOwnersMember
|
|
302
|
+
| PolicyGrantDetail.$UnknownMember;
|
|
303
|
+
export declare namespace PolicyGrantDetail {
|
|
304
|
+
interface CreateDomainUnitMember {
|
|
305
|
+
createDomainUnit: CreateDomainUnitPolicyGrantDetail;
|
|
306
|
+
overrideDomainUnitOwners?: never;
|
|
307
|
+
addToProjectMemberPool?: never;
|
|
308
|
+
overrideProjectOwners?: never;
|
|
309
|
+
createGlossary?: never;
|
|
310
|
+
createFormType?: never;
|
|
311
|
+
createAssetType?: never;
|
|
312
|
+
createProject?: never;
|
|
313
|
+
createEnvironmentProfile?: never;
|
|
314
|
+
delegateCreateEnvironmentProfile?: never;
|
|
315
|
+
createEnvironment?: never;
|
|
316
|
+
$unknown?: never;
|
|
317
|
+
}
|
|
318
|
+
interface OverrideDomainUnitOwnersMember {
|
|
319
|
+
createDomainUnit?: never;
|
|
320
|
+
overrideDomainUnitOwners: OverrideDomainUnitOwnersPolicyGrantDetail;
|
|
321
|
+
addToProjectMemberPool?: never;
|
|
322
|
+
overrideProjectOwners?: never;
|
|
323
|
+
createGlossary?: never;
|
|
324
|
+
createFormType?: never;
|
|
325
|
+
createAssetType?: never;
|
|
326
|
+
createProject?: never;
|
|
327
|
+
createEnvironmentProfile?: never;
|
|
328
|
+
delegateCreateEnvironmentProfile?: never;
|
|
329
|
+
createEnvironment?: never;
|
|
330
|
+
$unknown?: never;
|
|
331
|
+
}
|
|
332
|
+
interface AddToProjectMemberPoolMember {
|
|
333
|
+
createDomainUnit?: never;
|
|
334
|
+
overrideDomainUnitOwners?: never;
|
|
335
|
+
addToProjectMemberPool: AddToProjectMemberPoolPolicyGrantDetail;
|
|
336
|
+
overrideProjectOwners?: never;
|
|
337
|
+
createGlossary?: never;
|
|
338
|
+
createFormType?: never;
|
|
339
|
+
createAssetType?: never;
|
|
340
|
+
createProject?: never;
|
|
341
|
+
createEnvironmentProfile?: never;
|
|
342
|
+
delegateCreateEnvironmentProfile?: never;
|
|
343
|
+
createEnvironment?: never;
|
|
344
|
+
$unknown?: never;
|
|
345
|
+
}
|
|
346
|
+
interface OverrideProjectOwnersMember {
|
|
347
|
+
createDomainUnit?: never;
|
|
348
|
+
overrideDomainUnitOwners?: never;
|
|
349
|
+
addToProjectMemberPool?: never;
|
|
350
|
+
overrideProjectOwners: OverrideProjectOwnersPolicyGrantDetail;
|
|
351
|
+
createGlossary?: never;
|
|
352
|
+
createFormType?: never;
|
|
353
|
+
createAssetType?: never;
|
|
354
|
+
createProject?: never;
|
|
355
|
+
createEnvironmentProfile?: never;
|
|
356
|
+
delegateCreateEnvironmentProfile?: never;
|
|
357
|
+
createEnvironment?: never;
|
|
358
|
+
$unknown?: never;
|
|
359
|
+
}
|
|
360
|
+
interface CreateGlossaryMember {
|
|
361
|
+
createDomainUnit?: never;
|
|
362
|
+
overrideDomainUnitOwners?: never;
|
|
363
|
+
addToProjectMemberPool?: never;
|
|
364
|
+
overrideProjectOwners?: never;
|
|
365
|
+
createGlossary: CreateGlossaryPolicyGrantDetail;
|
|
366
|
+
createFormType?: never;
|
|
367
|
+
createAssetType?: never;
|
|
368
|
+
createProject?: never;
|
|
369
|
+
createEnvironmentProfile?: never;
|
|
370
|
+
delegateCreateEnvironmentProfile?: never;
|
|
371
|
+
createEnvironment?: never;
|
|
372
|
+
$unknown?: never;
|
|
373
|
+
}
|
|
374
|
+
interface CreateFormTypeMember {
|
|
375
|
+
createDomainUnit?: never;
|
|
376
|
+
overrideDomainUnitOwners?: never;
|
|
377
|
+
addToProjectMemberPool?: never;
|
|
378
|
+
overrideProjectOwners?: never;
|
|
379
|
+
createGlossary?: never;
|
|
380
|
+
createFormType: CreateFormTypePolicyGrantDetail;
|
|
381
|
+
createAssetType?: never;
|
|
382
|
+
createProject?: never;
|
|
383
|
+
createEnvironmentProfile?: never;
|
|
384
|
+
delegateCreateEnvironmentProfile?: never;
|
|
385
|
+
createEnvironment?: never;
|
|
386
|
+
$unknown?: never;
|
|
387
|
+
}
|
|
388
|
+
interface CreateAssetTypeMember {
|
|
389
|
+
createDomainUnit?: never;
|
|
390
|
+
overrideDomainUnitOwners?: never;
|
|
391
|
+
addToProjectMemberPool?: never;
|
|
392
|
+
overrideProjectOwners?: never;
|
|
393
|
+
createGlossary?: never;
|
|
394
|
+
createFormType?: never;
|
|
395
|
+
createAssetType: CreateAssetTypePolicyGrantDetail;
|
|
396
|
+
createProject?: never;
|
|
397
|
+
createEnvironmentProfile?: never;
|
|
398
|
+
delegateCreateEnvironmentProfile?: never;
|
|
399
|
+
createEnvironment?: never;
|
|
400
|
+
$unknown?: never;
|
|
401
|
+
}
|
|
402
|
+
interface CreateProjectMember {
|
|
403
|
+
createDomainUnit?: never;
|
|
404
|
+
overrideDomainUnitOwners?: never;
|
|
405
|
+
addToProjectMemberPool?: never;
|
|
406
|
+
overrideProjectOwners?: never;
|
|
407
|
+
createGlossary?: never;
|
|
408
|
+
createFormType?: never;
|
|
409
|
+
createAssetType?: never;
|
|
410
|
+
createProject: CreateProjectPolicyGrantDetail;
|
|
411
|
+
createEnvironmentProfile?: never;
|
|
412
|
+
delegateCreateEnvironmentProfile?: never;
|
|
413
|
+
createEnvironment?: never;
|
|
414
|
+
$unknown?: never;
|
|
415
|
+
}
|
|
416
|
+
interface CreateEnvironmentProfileMember {
|
|
417
|
+
createDomainUnit?: never;
|
|
418
|
+
overrideDomainUnitOwners?: never;
|
|
419
|
+
addToProjectMemberPool?: never;
|
|
420
|
+
overrideProjectOwners?: never;
|
|
421
|
+
createGlossary?: never;
|
|
422
|
+
createFormType?: never;
|
|
423
|
+
createAssetType?: never;
|
|
424
|
+
createProject?: never;
|
|
425
|
+
createEnvironmentProfile: CreateEnvironmentProfilePolicyGrantDetail;
|
|
426
|
+
delegateCreateEnvironmentProfile?: never;
|
|
427
|
+
createEnvironment?: never;
|
|
428
|
+
$unknown?: never;
|
|
429
|
+
}
|
|
430
|
+
interface DelegateCreateEnvironmentProfileMember {
|
|
431
|
+
createDomainUnit?: never;
|
|
432
|
+
overrideDomainUnitOwners?: never;
|
|
433
|
+
addToProjectMemberPool?: never;
|
|
434
|
+
overrideProjectOwners?: never;
|
|
435
|
+
createGlossary?: never;
|
|
436
|
+
createFormType?: never;
|
|
437
|
+
createAssetType?: never;
|
|
438
|
+
createProject?: never;
|
|
439
|
+
createEnvironmentProfile?: never;
|
|
440
|
+
delegateCreateEnvironmentProfile: Unit;
|
|
441
|
+
createEnvironment?: never;
|
|
442
|
+
$unknown?: never;
|
|
443
|
+
}
|
|
444
|
+
interface CreateEnvironmentMember {
|
|
445
|
+
createDomainUnit?: never;
|
|
446
|
+
overrideDomainUnitOwners?: never;
|
|
447
|
+
addToProjectMemberPool?: never;
|
|
448
|
+
overrideProjectOwners?: never;
|
|
449
|
+
createGlossary?: never;
|
|
450
|
+
createFormType?: never;
|
|
451
|
+
createAssetType?: never;
|
|
452
|
+
createProject?: never;
|
|
453
|
+
createEnvironmentProfile?: never;
|
|
454
|
+
delegateCreateEnvironmentProfile?: never;
|
|
455
|
+
createEnvironment: Unit;
|
|
456
|
+
$unknown?: never;
|
|
457
|
+
}
|
|
458
|
+
interface $UnknownMember {
|
|
459
|
+
createDomainUnit?: never;
|
|
460
|
+
overrideDomainUnitOwners?: never;
|
|
461
|
+
addToProjectMemberPool?: never;
|
|
462
|
+
overrideProjectOwners?: never;
|
|
463
|
+
createGlossary?: never;
|
|
464
|
+
createFormType?: never;
|
|
465
|
+
createAssetType?: never;
|
|
466
|
+
createProject?: never;
|
|
467
|
+
createEnvironmentProfile?: never;
|
|
468
|
+
delegateCreateEnvironmentProfile?: never;
|
|
469
|
+
createEnvironment?: never;
|
|
470
|
+
$unknown: [string, any];
|
|
471
|
+
}
|
|
472
|
+
interface Visitor<T> {
|
|
473
|
+
createDomainUnit: (value: CreateDomainUnitPolicyGrantDetail) => T;
|
|
474
|
+
overrideDomainUnitOwners: (
|
|
475
|
+
value: OverrideDomainUnitOwnersPolicyGrantDetail
|
|
476
|
+
) => T;
|
|
477
|
+
addToProjectMemberPool: (
|
|
478
|
+
value: AddToProjectMemberPoolPolicyGrantDetail
|
|
479
|
+
) => T;
|
|
480
|
+
overrideProjectOwners: (value: OverrideProjectOwnersPolicyGrantDetail) => T;
|
|
481
|
+
createGlossary: (value: CreateGlossaryPolicyGrantDetail) => T;
|
|
482
|
+
createFormType: (value: CreateFormTypePolicyGrantDetail) => T;
|
|
483
|
+
createAssetType: (value: CreateAssetTypePolicyGrantDetail) => T;
|
|
484
|
+
createProject: (value: CreateProjectPolicyGrantDetail) => T;
|
|
485
|
+
createEnvironmentProfile: (
|
|
486
|
+
value: CreateEnvironmentProfilePolicyGrantDetail
|
|
487
|
+
) => T;
|
|
488
|
+
delegateCreateEnvironmentProfile: (value: Unit) => T;
|
|
489
|
+
createEnvironment: (value: Unit) => T;
|
|
490
|
+
_: (name: string, value: any) => T;
|
|
491
|
+
}
|
|
492
|
+
const visit: <T>(value: PolicyGrantDetail, visitor: Visitor<T>) => T;
|
|
493
|
+
}
|
|
494
|
+
export declare const TargetEntityType: {
|
|
495
|
+
readonly DOMAIN_UNIT: "DOMAIN_UNIT";
|
|
496
|
+
readonly ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION";
|
|
497
|
+
readonly ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE";
|
|
498
|
+
};
|
|
499
|
+
export type TargetEntityType =
|
|
500
|
+
(typeof TargetEntityType)[keyof typeof TargetEntityType];
|
|
501
|
+
export declare const ManagedPolicyType: {
|
|
502
|
+
readonly ADD_TO_PROJECT_MEMBER_POOL: "ADD_TO_PROJECT_MEMBER_POOL";
|
|
503
|
+
readonly CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE";
|
|
504
|
+
readonly CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT";
|
|
505
|
+
readonly CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT";
|
|
506
|
+
readonly CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE";
|
|
507
|
+
readonly CREATE_FORM_TYPE: "CREATE_FORM_TYPE";
|
|
508
|
+
readonly CREATE_GLOSSARY: "CREATE_GLOSSARY";
|
|
509
|
+
readonly CREATE_PROJECT: "CREATE_PROJECT";
|
|
510
|
+
readonly DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE";
|
|
511
|
+
readonly OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS";
|
|
512
|
+
readonly OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS";
|
|
513
|
+
};
|
|
514
|
+
export type ManagedPolicyType =
|
|
515
|
+
(typeof ManagedPolicyType)[keyof typeof ManagedPolicyType];
|
|
516
|
+
export declare const DomainUnitDesignation: {
|
|
517
|
+
readonly OWNER: "OWNER";
|
|
518
|
+
};
|
|
519
|
+
export type DomainUnitDesignation =
|
|
520
|
+
(typeof DomainUnitDesignation)[keyof typeof DomainUnitDesignation];
|
|
521
|
+
export interface AllDomainUnitsGrantFilter {}
|
|
522
|
+
export type DomainUnitGrantFilter =
|
|
523
|
+
| DomainUnitGrantFilter.AllDomainUnitsGrantFilterMember
|
|
524
|
+
| DomainUnitGrantFilter.$UnknownMember;
|
|
525
|
+
export declare namespace DomainUnitGrantFilter {
|
|
526
|
+
interface AllDomainUnitsGrantFilterMember {
|
|
527
|
+
allDomainUnitsGrantFilter: AllDomainUnitsGrantFilter;
|
|
528
|
+
$unknown?: never;
|
|
529
|
+
}
|
|
530
|
+
interface $UnknownMember {
|
|
531
|
+
allDomainUnitsGrantFilter?: never;
|
|
532
|
+
$unknown: [string, any];
|
|
533
|
+
}
|
|
534
|
+
interface Visitor<T> {
|
|
535
|
+
allDomainUnitsGrantFilter: (value: AllDomainUnitsGrantFilter) => T;
|
|
536
|
+
_: (name: string, value: any) => T;
|
|
537
|
+
}
|
|
538
|
+
const visit: <T>(value: DomainUnitGrantFilter, visitor: Visitor<T>) => T;
|
|
539
|
+
}
|
|
540
|
+
export interface DomainUnitPolicyGrantPrincipal {
|
|
541
|
+
domainUnitDesignation: DomainUnitDesignation | undefined;
|
|
542
|
+
domainUnitIdentifier?: string;
|
|
543
|
+
domainUnitGrantFilter?: DomainUnitGrantFilter;
|
|
544
|
+
}
|
|
545
|
+
export type GroupPolicyGrantPrincipal =
|
|
546
|
+
| GroupPolicyGrantPrincipal.GroupIdentifierMember
|
|
547
|
+
| GroupPolicyGrantPrincipal.$UnknownMember;
|
|
548
|
+
export declare namespace GroupPolicyGrantPrincipal {
|
|
549
|
+
interface GroupIdentifierMember {
|
|
550
|
+
groupIdentifier: string;
|
|
551
|
+
$unknown?: never;
|
|
552
|
+
}
|
|
553
|
+
interface $UnknownMember {
|
|
554
|
+
groupIdentifier?: never;
|
|
555
|
+
$unknown: [string, any];
|
|
556
|
+
}
|
|
557
|
+
interface Visitor<T> {
|
|
558
|
+
groupIdentifier: (value: string) => T;
|
|
559
|
+
_: (name: string, value: any) => T;
|
|
560
|
+
}
|
|
561
|
+
const visit: <T>(value: GroupPolicyGrantPrincipal, visitor: Visitor<T>) => T;
|
|
562
|
+
}
|
|
563
|
+
export declare const ProjectDesignation: {
|
|
564
|
+
readonly CONTRIBUTOR: "CONTRIBUTOR";
|
|
565
|
+
readonly OWNER: "OWNER";
|
|
566
|
+
};
|
|
567
|
+
export type ProjectDesignation =
|
|
568
|
+
(typeof ProjectDesignation)[keyof typeof ProjectDesignation];
|
|
569
|
+
export interface DomainUnitFilterForProject {
|
|
570
|
+
domainUnit: string | undefined;
|
|
571
|
+
includeChildDomainUnits?: boolean;
|
|
572
|
+
}
|
|
573
|
+
export type ProjectGrantFilter =
|
|
574
|
+
| ProjectGrantFilter.DomainUnitFilterMember
|
|
575
|
+
| ProjectGrantFilter.$UnknownMember;
|
|
576
|
+
export declare namespace ProjectGrantFilter {
|
|
577
|
+
interface DomainUnitFilterMember {
|
|
578
|
+
domainUnitFilter: DomainUnitFilterForProject;
|
|
579
|
+
$unknown?: never;
|
|
580
|
+
}
|
|
581
|
+
interface $UnknownMember {
|
|
582
|
+
domainUnitFilter?: never;
|
|
583
|
+
$unknown: [string, any];
|
|
584
|
+
}
|
|
585
|
+
interface Visitor<T> {
|
|
586
|
+
domainUnitFilter: (value: DomainUnitFilterForProject) => T;
|
|
587
|
+
_: (name: string, value: any) => T;
|
|
588
|
+
}
|
|
589
|
+
const visit: <T>(value: ProjectGrantFilter, visitor: Visitor<T>) => T;
|
|
590
|
+
}
|
|
591
|
+
export interface ProjectPolicyGrantPrincipal {
|
|
592
|
+
projectDesignation: ProjectDesignation | undefined;
|
|
593
|
+
projectIdentifier?: string;
|
|
594
|
+
projectGrantFilter?: ProjectGrantFilter;
|
|
595
|
+
}
|
|
596
|
+
export interface AllUsersGrantFilter {}
|
|
597
|
+
export type UserPolicyGrantPrincipal =
|
|
598
|
+
| UserPolicyGrantPrincipal.AllUsersGrantFilterMember
|
|
599
|
+
| UserPolicyGrantPrincipal.UserIdentifierMember
|
|
600
|
+
| UserPolicyGrantPrincipal.$UnknownMember;
|
|
601
|
+
export declare namespace UserPolicyGrantPrincipal {
|
|
602
|
+
interface UserIdentifierMember {
|
|
603
|
+
userIdentifier: string;
|
|
604
|
+
allUsersGrantFilter?: never;
|
|
605
|
+
$unknown?: never;
|
|
606
|
+
}
|
|
607
|
+
interface AllUsersGrantFilterMember {
|
|
608
|
+
userIdentifier?: never;
|
|
609
|
+
allUsersGrantFilter: AllUsersGrantFilter;
|
|
610
|
+
$unknown?: never;
|
|
611
|
+
}
|
|
612
|
+
interface $UnknownMember {
|
|
613
|
+
userIdentifier?: never;
|
|
614
|
+
allUsersGrantFilter?: never;
|
|
615
|
+
$unknown: [string, any];
|
|
616
|
+
}
|
|
617
|
+
interface Visitor<T> {
|
|
618
|
+
userIdentifier: (value: string) => T;
|
|
619
|
+
allUsersGrantFilter: (value: AllUsersGrantFilter) => T;
|
|
620
|
+
_: (name: string, value: any) => T;
|
|
621
|
+
}
|
|
622
|
+
const visit: <T>(value: UserPolicyGrantPrincipal, visitor: Visitor<T>) => T;
|
|
623
|
+
}
|
|
624
|
+
export type PolicyGrantPrincipal =
|
|
625
|
+
| PolicyGrantPrincipal.DomainUnitMember
|
|
626
|
+
| PolicyGrantPrincipal.GroupMember
|
|
627
|
+
| PolicyGrantPrincipal.ProjectMember
|
|
628
|
+
| PolicyGrantPrincipal.UserMember
|
|
629
|
+
| PolicyGrantPrincipal.$UnknownMember;
|
|
630
|
+
export declare namespace PolicyGrantPrincipal {
|
|
631
|
+
interface UserMember {
|
|
632
|
+
user: UserPolicyGrantPrincipal;
|
|
633
|
+
group?: never;
|
|
634
|
+
project?: never;
|
|
635
|
+
domainUnit?: never;
|
|
636
|
+
$unknown?: never;
|
|
637
|
+
}
|
|
638
|
+
interface GroupMember {
|
|
639
|
+
user?: never;
|
|
640
|
+
group: GroupPolicyGrantPrincipal;
|
|
641
|
+
project?: never;
|
|
642
|
+
domainUnit?: never;
|
|
643
|
+
$unknown?: never;
|
|
644
|
+
}
|
|
645
|
+
interface ProjectMember {
|
|
646
|
+
user?: never;
|
|
647
|
+
group?: never;
|
|
648
|
+
project: ProjectPolicyGrantPrincipal;
|
|
649
|
+
domainUnit?: never;
|
|
650
|
+
$unknown?: never;
|
|
651
|
+
}
|
|
652
|
+
interface DomainUnitMember {
|
|
653
|
+
user?: never;
|
|
654
|
+
group?: never;
|
|
655
|
+
project?: never;
|
|
656
|
+
domainUnit: DomainUnitPolicyGrantPrincipal;
|
|
657
|
+
$unknown?: never;
|
|
658
|
+
}
|
|
659
|
+
interface $UnknownMember {
|
|
660
|
+
user?: never;
|
|
661
|
+
group?: never;
|
|
662
|
+
project?: never;
|
|
663
|
+
domainUnit?: never;
|
|
664
|
+
$unknown: [string, any];
|
|
665
|
+
}
|
|
666
|
+
interface Visitor<T> {
|
|
667
|
+
user: (value: UserPolicyGrantPrincipal) => T;
|
|
668
|
+
group: (value: GroupPolicyGrantPrincipal) => T;
|
|
669
|
+
project: (value: ProjectPolicyGrantPrincipal) => T;
|
|
670
|
+
domainUnit: (value: DomainUnitPolicyGrantPrincipal) => T;
|
|
671
|
+
_: (name: string, value: any) => T;
|
|
672
|
+
}
|
|
673
|
+
const visit: <T>(value: PolicyGrantPrincipal, visitor: Visitor<T>) => T;
|
|
674
|
+
}
|
|
675
|
+
export interface AddPolicyGrantInput {
|
|
676
|
+
domainIdentifier: string | undefined;
|
|
677
|
+
entityType: TargetEntityType | undefined;
|
|
678
|
+
entityIdentifier: string | undefined;
|
|
679
|
+
policyType: ManagedPolicyType | undefined;
|
|
680
|
+
principal: PolicyGrantPrincipal | undefined;
|
|
681
|
+
detail: PolicyGrantDetail | undefined;
|
|
682
|
+
clientToken?: string;
|
|
683
|
+
}
|
|
684
|
+
export interface AddPolicyGrantOutput {}
|
|
209
685
|
export declare const ListingStatus: {
|
|
210
686
|
readonly ACTIVE: "ACTIVE";
|
|
211
687
|
readonly CREATING: "CREATING";
|
|
@@ -276,13 +752,6 @@ export interface CreateAssetOutput {
|
|
|
276
752
|
latestTimeSeriesDataPointFormsOutput?: TimeSeriesDataPointSummaryFormOutput[];
|
|
277
753
|
predictionConfiguration?: PredictionConfiguration;
|
|
278
754
|
}
|
|
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
755
|
export interface CreateAssetRevisionInput {
|
|
287
756
|
name: string | undefined;
|
|
288
757
|
domainIdentifier: string | undefined;
|
|
@@ -1220,6 +1689,7 @@ export declare const DomainStatus: {
|
|
|
1220
1689
|
export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
|
|
1221
1690
|
export interface CreateDomainOutput {
|
|
1222
1691
|
id: string | undefined;
|
|
1692
|
+
rootDomainUnitId?: string;
|
|
1223
1693
|
name?: string;
|
|
1224
1694
|
description?: string;
|
|
1225
1695
|
singleSignOn?: SingleSignOn;
|
|
@@ -1230,6 +1700,57 @@ export interface CreateDomainOutput {
|
|
|
1230
1700
|
portalUrl?: string;
|
|
1231
1701
|
tags?: Record<string, string>;
|
|
1232
1702
|
}
|
|
1703
|
+
export interface CreateDomainUnitInput {
|
|
1704
|
+
domainIdentifier: string | undefined;
|
|
1705
|
+
name: string | undefined;
|
|
1706
|
+
parentDomainUnitIdentifier: string | undefined;
|
|
1707
|
+
description?: string;
|
|
1708
|
+
clientToken?: string;
|
|
1709
|
+
}
|
|
1710
|
+
export interface DomainUnitGroupProperties {
|
|
1711
|
+
groupId?: string;
|
|
1712
|
+
}
|
|
1713
|
+
export interface DomainUnitUserProperties {
|
|
1714
|
+
userId?: string;
|
|
1715
|
+
}
|
|
1716
|
+
export type DomainUnitOwnerProperties =
|
|
1717
|
+
| DomainUnitOwnerProperties.GroupMember
|
|
1718
|
+
| DomainUnitOwnerProperties.UserMember
|
|
1719
|
+
| DomainUnitOwnerProperties.$UnknownMember;
|
|
1720
|
+
export declare namespace DomainUnitOwnerProperties {
|
|
1721
|
+
interface UserMember {
|
|
1722
|
+
user: DomainUnitUserProperties;
|
|
1723
|
+
group?: never;
|
|
1724
|
+
$unknown?: never;
|
|
1725
|
+
}
|
|
1726
|
+
interface GroupMember {
|
|
1727
|
+
user?: never;
|
|
1728
|
+
group: DomainUnitGroupProperties;
|
|
1729
|
+
$unknown?: never;
|
|
1730
|
+
}
|
|
1731
|
+
interface $UnknownMember {
|
|
1732
|
+
user?: never;
|
|
1733
|
+
group?: never;
|
|
1734
|
+
$unknown: [string, any];
|
|
1735
|
+
}
|
|
1736
|
+
interface Visitor<T> {
|
|
1737
|
+
user: (value: DomainUnitUserProperties) => T;
|
|
1738
|
+
group: (value: DomainUnitGroupProperties) => T;
|
|
1739
|
+
_: (name: string, value: any) => T;
|
|
1740
|
+
}
|
|
1741
|
+
const visit: <T>(value: DomainUnitOwnerProperties, visitor: Visitor<T>) => T;
|
|
1742
|
+
}
|
|
1743
|
+
export interface CreateDomainUnitOutput {
|
|
1744
|
+
id: string | undefined;
|
|
1745
|
+
domainId: string | undefined;
|
|
1746
|
+
name: string | undefined;
|
|
1747
|
+
parentDomainUnitId?: string;
|
|
1748
|
+
description?: string;
|
|
1749
|
+
owners: DomainUnitOwnerProperties[] | undefined;
|
|
1750
|
+
ancestorDomainUnitIds: string[] | undefined;
|
|
1751
|
+
createdAt?: Date;
|
|
1752
|
+
createdBy?: string;
|
|
1753
|
+
}
|
|
1233
1754
|
export interface EnvironmentParameter {
|
|
1234
1755
|
name?: string;
|
|
1235
1756
|
value?: string;
|
|
@@ -1519,6 +2040,7 @@ export interface CreateProjectInput {
|
|
|
1519
2040
|
name: string | undefined;
|
|
1520
2041
|
description?: string;
|
|
1521
2042
|
glossaryTerms?: string[];
|
|
2043
|
+
domainUnitId?: string;
|
|
1522
2044
|
}
|
|
1523
2045
|
export interface ProjectDeletionError {
|
|
1524
2046
|
code?: string;
|
|
@@ -1541,6 +2063,7 @@ export interface CreateProjectOutput {
|
|
|
1541
2063
|
createdAt?: Date;
|
|
1542
2064
|
lastUpdatedAt?: Date;
|
|
1543
2065
|
glossaryTerms?: string[];
|
|
2066
|
+
domainUnitId?: string;
|
|
1544
2067
|
}
|
|
1545
2068
|
export declare const UserDesignation: {
|
|
1546
2069
|
readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
|
|
@@ -2273,6 +2796,7 @@ export interface GetDomainInput {
|
|
|
2273
2796
|
}
|
|
2274
2797
|
export interface GetDomainOutput {
|
|
2275
2798
|
id: string | undefined;
|
|
2799
|
+
rootDomainUnitId?: string;
|
|
2276
2800
|
name?: string;
|
|
2277
2801
|
description?: string;
|
|
2278
2802
|
singleSignOn?: SingleSignOn;
|
|
@@ -2315,381 +2839,74 @@ export interface UpdateDomainInput {
|
|
|
2315
2839
|
}
|
|
2316
2840
|
export interface UpdateDomainOutput {
|
|
2317
2841
|
id: string | undefined;
|
|
2842
|
+
rootDomainUnitId?: string;
|
|
2318
2843
|
description?: string;
|
|
2319
2844
|
singleSignOn?: SingleSignOn;
|
|
2320
2845
|
domainExecutionRole?: string;
|
|
2321
2846
|
name?: string;
|
|
2322
2847
|
lastUpdatedAt?: Date;
|
|
2323
2848
|
}
|
|
2324
|
-
export interface
|
|
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 {
|
|
2849
|
+
export interface DeleteDomainUnitInput {
|
|
2387
2850
|
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
2851
|
identifier: string | undefined;
|
|
2438
2852
|
}
|
|
2439
|
-
export interface
|
|
2853
|
+
export interface DeleteDomainUnitOutput {}
|
|
2854
|
+
export interface GetDomainUnitInput {
|
|
2440
2855
|
domainIdentifier: string | undefined;
|
|
2441
2856
|
identifier: string | undefined;
|
|
2442
2857
|
}
|
|
2443
|
-
export interface
|
|
2444
|
-
|
|
2445
|
-
id?: string;
|
|
2858
|
+
export interface GetDomainUnitOutput {
|
|
2859
|
+
id: string | undefined;
|
|
2446
2860
|
domainId: string | undefined;
|
|
2447
|
-
createdBy: string | undefined;
|
|
2448
|
-
createdAt?: Date;
|
|
2449
|
-
updatedAt?: Date;
|
|
2450
2861
|
name: string | undefined;
|
|
2862
|
+
parentDomainUnitId?: string;
|
|
2451
2863
|
description?: string;
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
status?: EnvironmentStatus;
|
|
2458
|
-
environmentActions?: ConfigurableEnvironmentAction[];
|
|
2459
|
-
glossaryTerms?: string[];
|
|
2460
|
-
userParameters?: CustomParameter[];
|
|
2461
|
-
lastDeployment?: Deployment;
|
|
2462
|
-
provisioningProperties?: ProvisioningProperties;
|
|
2463
|
-
deploymentProperties?: DeploymentProperties;
|
|
2464
|
-
environmentBlueprintId?: string;
|
|
2864
|
+
owners: DomainUnitOwnerProperties[] | undefined;
|
|
2865
|
+
createdAt?: Date;
|
|
2866
|
+
lastUpdatedAt?: Date;
|
|
2867
|
+
createdBy?: string;
|
|
2868
|
+
lastUpdatedBy?: string;
|
|
2465
2869
|
}
|
|
2466
|
-
export interface
|
|
2870
|
+
export interface ListDomainUnitsForParentInput {
|
|
2467
2871
|
domainIdentifier: string | undefined;
|
|
2468
|
-
|
|
2469
|
-
|
|
2872
|
+
parentDomainUnitIdentifier: string | undefined;
|
|
2873
|
+
maxResults?: number;
|
|
2874
|
+
nextToken?: string;
|
|
2470
2875
|
}
|
|
2471
|
-
export interface
|
|
2472
|
-
domainId: string | undefined;
|
|
2473
|
-
environmentId: string | undefined;
|
|
2474
|
-
id: string | undefined;
|
|
2876
|
+
export interface DomainUnitSummary {
|
|
2475
2877
|
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
2878
|
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
|
-
}
|
|
2495
|
-
export interface GetEnvironmentCredentialsInput {
|
|
2496
|
-
domainIdentifier: string | undefined;
|
|
2497
|
-
environmentIdentifier: string | undefined;
|
|
2498
2879
|
}
|
|
2499
|
-
export interface
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
sessionToken?: string;
|
|
2503
|
-
expiration?: Date;
|
|
2880
|
+
export interface ListDomainUnitsForParentOutput {
|
|
2881
|
+
items: DomainUnitSummary[] | undefined;
|
|
2882
|
+
nextToken?: string;
|
|
2504
2883
|
}
|
|
2505
|
-
export interface
|
|
2884
|
+
export interface UpdateDomainUnitInput {
|
|
2506
2885
|
domainIdentifier: string | undefined;
|
|
2507
2886
|
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
2887
|
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
2888
|
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
2889
|
}
|
|
2566
|
-
export interface
|
|
2567
|
-
domainIdentifier: string | undefined;
|
|
2568
|
-
identifier: string | undefined;
|
|
2569
|
-
}
|
|
2570
|
-
export interface GetProjectOutput {
|
|
2571
|
-
domainId: string | undefined;
|
|
2890
|
+
export interface UpdateDomainUnitOutput {
|
|
2572
2891
|
id: string | undefined;
|
|
2892
|
+
domainId: string | undefined;
|
|
2573
2893
|
name: string | undefined;
|
|
2894
|
+
owners: DomainUnitOwnerProperties[] | undefined;
|
|
2574
2895
|
description?: string;
|
|
2575
|
-
|
|
2576
|
-
failureReasons?: ProjectDeletionError[];
|
|
2577
|
-
createdBy: string | undefined;
|
|
2896
|
+
parentDomainUnitId?: string;
|
|
2578
2897
|
createdAt?: Date;
|
|
2579
2898
|
lastUpdatedAt?: Date;
|
|
2580
|
-
|
|
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;
|
|
2899
|
+
createdBy?: string;
|
|
2900
|
+
lastUpdatedBy?: string;
|
|
2677
2901
|
}
|
|
2678
|
-
export interface
|
|
2902
|
+
export interface DeleteEnvironmentBlueprintConfigurationInput {
|
|
2679
2903
|
domainIdentifier: string | undefined;
|
|
2680
|
-
|
|
2681
|
-
type?: UserProfileType;
|
|
2682
|
-
}
|
|
2683
|
-
export interface GetUserProfileOutput {
|
|
2684
|
-
domainId?: string;
|
|
2685
|
-
id?: string;
|
|
2686
|
-
type?: UserProfileType;
|
|
2687
|
-
status?: UserProfileStatus;
|
|
2688
|
-
details?: UserProfileDetails;
|
|
2904
|
+
environmentBlueprintIdentifier: string | undefined;
|
|
2689
2905
|
}
|
|
2690
|
-
export interface
|
|
2906
|
+
export interface DeleteEnvironmentBlueprintConfigurationOutput {}
|
|
2907
|
+
export interface GetEnvironmentBlueprintConfigurationInput {
|
|
2691
2908
|
domainIdentifier: string | undefined;
|
|
2692
|
-
|
|
2909
|
+
environmentBlueprintIdentifier: string | undefined;
|
|
2693
2910
|
}
|
|
2694
2911
|
export declare const AcceptChoiceFilterSensitiveLog: (obj: AcceptChoice) => any;
|
|
2695
2912
|
export declare const AcceptPredictionsInputFilterSensitiveLog: (
|
|
@@ -2789,6 +3006,12 @@ export declare const CreateDataSourceInputFilterSensitiveLog: (
|
|
|
2789
3006
|
export declare const CreateDataSourceOutputFilterSensitiveLog: (
|
|
2790
3007
|
obj: CreateDataSourceOutput
|
|
2791
3008
|
) => any;
|
|
3009
|
+
export declare const CreateDomainUnitInputFilterSensitiveLog: (
|
|
3010
|
+
obj: CreateDomainUnitInput
|
|
3011
|
+
) => any;
|
|
3012
|
+
export declare const CreateDomainUnitOutputFilterSensitiveLog: (
|
|
3013
|
+
obj: CreateDomainUnitOutput
|
|
3014
|
+
) => any;
|
|
2792
3015
|
export declare const CustomParameterFilterSensitiveLog: (
|
|
2793
3016
|
obj: CustomParameter
|
|
2794
3017
|
) => any;
|
|
@@ -2898,40 +3121,12 @@ export declare const DomainSummaryFilterSensitiveLog: (
|
|
|
2898
3121
|
export declare const ListDomainsOutputFilterSensitiveLog: (
|
|
2899
3122
|
obj: ListDomainsOutput
|
|
2900
3123
|
) => any;
|
|
2901
|
-
export declare const
|
|
2902
|
-
|
|
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
|
|
3124
|
+
export declare const GetDomainUnitOutputFilterSensitiveLog: (
|
|
3125
|
+
obj: GetDomainUnitOutput
|
|
2931
3126
|
) => any;
|
|
2932
|
-
export declare const
|
|
2933
|
-
obj:
|
|
3127
|
+
export declare const UpdateDomainUnitInputFilterSensitiveLog: (
|
|
3128
|
+
obj: UpdateDomainUnitInput
|
|
2934
3129
|
) => any;
|
|
2935
|
-
export declare const
|
|
2936
|
-
obj:
|
|
3130
|
+
export declare const UpdateDomainUnitOutputFilterSensitiveLog: (
|
|
3131
|
+
obj: UpdateDomainUnitOutput
|
|
2937
3132
|
) => any;
|