@aws-sdk/client-datazone 3.697.0 → 3.705.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 +112 -0
- package/dist-cjs/index.js +2077 -405
- package/dist-es/DataZone.js +28 -0
- package/dist-es/commands/CreateAssetFilterCommand.js +1 -1
- package/dist-es/commands/CreateConnectionCommand.js +23 -0
- package/dist-es/commands/CreateProjectProfileCommand.js +23 -0
- package/dist-es/commands/CreateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/CreateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/CreateUserProfileCommand.js +1 -1
- package/dist-es/commands/DeleteConnectionCommand.js +22 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteProjectProfileCommand.js +22 -0
- package/dist-es/commands/GetAssetFilterCommand.js +1 -1
- package/dist-es/commands/GetConnectionCommand.js +23 -0
- package/dist-es/commands/GetDataProductCommand.js +1 -1
- package/dist-es/commands/GetDataSourceCommand.js +1 -1
- package/dist-es/commands/GetJobRunCommand.js +22 -0
- package/dist-es/commands/GetLineageEventCommand.js +23 -0
- package/dist-es/commands/GetProjectProfileCommand.js +23 -0
- package/dist-es/commands/ListConnectionsCommand.js +23 -0
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListJobRunsCommand.js +22 -0
- package/dist-es/commands/ListLineageEventsCommand.js +22 -0
- package/dist-es/commands/ListProjectProfilesCommand.js +23 -0
- package/dist-es/commands/SearchCommand.js +1 -1
- package/dist-es/commands/SearchGroupProfilesCommand.js +1 -1
- package/dist-es/commands/SearchListingsCommand.js +1 -1
- package/dist-es/commands/SearchTypesCommand.js +1 -1
- package/dist-es/commands/SearchUserProfilesCommand.js +1 -1
- package/dist-es/commands/UpdateAssetFilterCommand.js +1 -1
- package/dist-es/commands/UpdateConnectionCommand.js +23 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/UpdateGroupProfileCommand.js +1 -1
- package/dist-es/commands/UpdateProjectCommand.js +1 -1
- package/dist-es/commands/UpdateProjectProfileCommand.js +23 -0
- package/dist-es/commands/UpdateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/UpdateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +389 -206
- package/dist-es/models/models_1.js +313 -277
- package/dist-es/models/models_2.js +308 -0
- package/dist-es/pagination/ListConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListJobRunsPaginator.js +4 -0
- package/dist-es/pagination/ListLineageEventsPaginator.js +4 -0
- package/dist-es/pagination/ListProjectProfilesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +746 -11
- package/dist-types/DataZone.d.ts +98 -0
- package/dist-types/DataZoneClient.d.ts +16 -2
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +8 -1
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +386 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +22 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +177 -0
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectProfileCommand.d.ts +88 -0
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +258 -0
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/GetDataSourceRunCommand.d.ts +4 -1
- package/dist-types/commands/GetDomainCommand.d.ts +3 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +115 -0
- package/dist-types/commands/GetLineageEventCommand.d.ts +103 -0
- package/dist-types/commands/GetProjectCommand.d.ts +23 -0
- package/dist-types/commands/GetProjectProfileCommand.d.ts +133 -0
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +258 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourceRunsCommand.d.ts +4 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -2
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +111 -0
- package/dist-types/commands/ListLineageEventsCommand.d.ts +124 -0
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +8 -1
- package/dist-types/commands/ListProjectProfilesCommand.d.ts +104 -0
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +6 -3
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +317 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +21 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +35 -1
- package/dist-types/commands/UpdateProjectProfileCommand.d.ts +178 -0
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3318 -3340
- package/dist-types/models/models_1.d.ts +5464 -4163
- package/dist-types/models/models_2.d.ts +2605 -0
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/DataZone.d.ts +238 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1030 -675
- package/dist-types/ts3.4/models/models_1.d.ts +1881 -1611
- package/dist-types/ts3.4/models/models_2.d.ts +843 -0
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLineageEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +5 -4
|
@@ -301,6 +301,10 @@ export interface CreateGlossaryPolicyGrantDetail {
|
|
|
301
301
|
export interface CreateProjectPolicyGrantDetail {
|
|
302
302
|
includeChildDomainUnits?: boolean | undefined;
|
|
303
303
|
}
|
|
304
|
+
export interface CreateProjectFromProjectProfilePolicyGrantDetail {
|
|
305
|
+
includeChildDomainUnits?: boolean | undefined;
|
|
306
|
+
projectProfiles?: string[] | undefined;
|
|
307
|
+
}
|
|
304
308
|
export interface OverrideDomainUnitOwnersPolicyGrantDetail {
|
|
305
309
|
includeChildDomainUnits?: boolean | undefined;
|
|
306
310
|
}
|
|
@@ -312,10 +316,12 @@ export type PolicyGrantDetail =
|
|
|
312
316
|
| PolicyGrantDetail.CreateAssetTypeMember
|
|
313
317
|
| PolicyGrantDetail.CreateDomainUnitMember
|
|
314
318
|
| PolicyGrantDetail.CreateEnvironmentMember
|
|
319
|
+
| PolicyGrantDetail.CreateEnvironmentFromBlueprintMember
|
|
315
320
|
| PolicyGrantDetail.CreateEnvironmentProfileMember
|
|
316
321
|
| PolicyGrantDetail.CreateFormTypeMember
|
|
317
322
|
| PolicyGrantDetail.CreateGlossaryMember
|
|
318
323
|
| PolicyGrantDetail.CreateProjectMember
|
|
324
|
+
| PolicyGrantDetail.CreateProjectFromProjectProfileMember
|
|
319
325
|
| PolicyGrantDetail.DelegateCreateEnvironmentProfileMember
|
|
320
326
|
| PolicyGrantDetail.OverrideDomainUnitOwnersMember
|
|
321
327
|
| PolicyGrantDetail.OverrideProjectOwnersMember
|
|
@@ -333,6 +339,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
333
339
|
createEnvironmentProfile?: never;
|
|
334
340
|
delegateCreateEnvironmentProfile?: never;
|
|
335
341
|
createEnvironment?: never;
|
|
342
|
+
createEnvironmentFromBlueprint?: never;
|
|
343
|
+
createProjectFromProjectProfile?: never;
|
|
336
344
|
$unknown?: never;
|
|
337
345
|
}
|
|
338
346
|
interface OverrideDomainUnitOwnersMember {
|
|
@@ -347,6 +355,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
347
355
|
createEnvironmentProfile?: never;
|
|
348
356
|
delegateCreateEnvironmentProfile?: never;
|
|
349
357
|
createEnvironment?: never;
|
|
358
|
+
createEnvironmentFromBlueprint?: never;
|
|
359
|
+
createProjectFromProjectProfile?: never;
|
|
350
360
|
$unknown?: never;
|
|
351
361
|
}
|
|
352
362
|
interface AddToProjectMemberPoolMember {
|
|
@@ -361,6 +371,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
361
371
|
createEnvironmentProfile?: never;
|
|
362
372
|
delegateCreateEnvironmentProfile?: never;
|
|
363
373
|
createEnvironment?: never;
|
|
374
|
+
createEnvironmentFromBlueprint?: never;
|
|
375
|
+
createProjectFromProjectProfile?: never;
|
|
364
376
|
$unknown?: never;
|
|
365
377
|
}
|
|
366
378
|
interface OverrideProjectOwnersMember {
|
|
@@ -375,6 +387,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
375
387
|
createEnvironmentProfile?: never;
|
|
376
388
|
delegateCreateEnvironmentProfile?: never;
|
|
377
389
|
createEnvironment?: never;
|
|
390
|
+
createEnvironmentFromBlueprint?: never;
|
|
391
|
+
createProjectFromProjectProfile?: never;
|
|
378
392
|
$unknown?: never;
|
|
379
393
|
}
|
|
380
394
|
interface CreateGlossaryMember {
|
|
@@ -389,6 +403,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
389
403
|
createEnvironmentProfile?: never;
|
|
390
404
|
delegateCreateEnvironmentProfile?: never;
|
|
391
405
|
createEnvironment?: never;
|
|
406
|
+
createEnvironmentFromBlueprint?: never;
|
|
407
|
+
createProjectFromProjectProfile?: never;
|
|
392
408
|
$unknown?: never;
|
|
393
409
|
}
|
|
394
410
|
interface CreateFormTypeMember {
|
|
@@ -403,6 +419,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
403
419
|
createEnvironmentProfile?: never;
|
|
404
420
|
delegateCreateEnvironmentProfile?: never;
|
|
405
421
|
createEnvironment?: never;
|
|
422
|
+
createEnvironmentFromBlueprint?: never;
|
|
423
|
+
createProjectFromProjectProfile?: never;
|
|
406
424
|
$unknown?: never;
|
|
407
425
|
}
|
|
408
426
|
interface CreateAssetTypeMember {
|
|
@@ -417,6 +435,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
417
435
|
createEnvironmentProfile?: never;
|
|
418
436
|
delegateCreateEnvironmentProfile?: never;
|
|
419
437
|
createEnvironment?: never;
|
|
438
|
+
createEnvironmentFromBlueprint?: never;
|
|
439
|
+
createProjectFromProjectProfile?: never;
|
|
420
440
|
$unknown?: never;
|
|
421
441
|
}
|
|
422
442
|
interface CreateProjectMember {
|
|
@@ -431,6 +451,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
431
451
|
createEnvironmentProfile?: never;
|
|
432
452
|
delegateCreateEnvironmentProfile?: never;
|
|
433
453
|
createEnvironment?: never;
|
|
454
|
+
createEnvironmentFromBlueprint?: never;
|
|
455
|
+
createProjectFromProjectProfile?: never;
|
|
434
456
|
$unknown?: never;
|
|
435
457
|
}
|
|
436
458
|
interface CreateEnvironmentProfileMember {
|
|
@@ -445,6 +467,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
445
467
|
createEnvironmentProfile: CreateEnvironmentProfilePolicyGrantDetail;
|
|
446
468
|
delegateCreateEnvironmentProfile?: never;
|
|
447
469
|
createEnvironment?: never;
|
|
470
|
+
createEnvironmentFromBlueprint?: never;
|
|
471
|
+
createProjectFromProjectProfile?: never;
|
|
448
472
|
$unknown?: never;
|
|
449
473
|
}
|
|
450
474
|
interface DelegateCreateEnvironmentProfileMember {
|
|
@@ -459,6 +483,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
459
483
|
createEnvironmentProfile?: never;
|
|
460
484
|
delegateCreateEnvironmentProfile: Unit;
|
|
461
485
|
createEnvironment?: never;
|
|
486
|
+
createEnvironmentFromBlueprint?: never;
|
|
487
|
+
createProjectFromProjectProfile?: never;
|
|
462
488
|
$unknown?: never;
|
|
463
489
|
}
|
|
464
490
|
interface CreateEnvironmentMember {
|
|
@@ -473,6 +499,40 @@ export declare namespace PolicyGrantDetail {
|
|
|
473
499
|
createEnvironmentProfile?: never;
|
|
474
500
|
delegateCreateEnvironmentProfile?: never;
|
|
475
501
|
createEnvironment: Unit;
|
|
502
|
+
createEnvironmentFromBlueprint?: never;
|
|
503
|
+
createProjectFromProjectProfile?: never;
|
|
504
|
+
$unknown?: never;
|
|
505
|
+
}
|
|
506
|
+
interface CreateEnvironmentFromBlueprintMember {
|
|
507
|
+
createDomainUnit?: never;
|
|
508
|
+
overrideDomainUnitOwners?: never;
|
|
509
|
+
addToProjectMemberPool?: never;
|
|
510
|
+
overrideProjectOwners?: never;
|
|
511
|
+
createGlossary?: never;
|
|
512
|
+
createFormType?: never;
|
|
513
|
+
createAssetType?: never;
|
|
514
|
+
createProject?: never;
|
|
515
|
+
createEnvironmentProfile?: never;
|
|
516
|
+
delegateCreateEnvironmentProfile?: never;
|
|
517
|
+
createEnvironment?: never;
|
|
518
|
+
createEnvironmentFromBlueprint: Unit;
|
|
519
|
+
createProjectFromProjectProfile?: never;
|
|
520
|
+
$unknown?: never;
|
|
521
|
+
}
|
|
522
|
+
interface CreateProjectFromProjectProfileMember {
|
|
523
|
+
createDomainUnit?: never;
|
|
524
|
+
overrideDomainUnitOwners?: never;
|
|
525
|
+
addToProjectMemberPool?: never;
|
|
526
|
+
overrideProjectOwners?: never;
|
|
527
|
+
createGlossary?: never;
|
|
528
|
+
createFormType?: never;
|
|
529
|
+
createAssetType?: never;
|
|
530
|
+
createProject?: never;
|
|
531
|
+
createEnvironmentProfile?: never;
|
|
532
|
+
delegateCreateEnvironmentProfile?: never;
|
|
533
|
+
createEnvironment?: never;
|
|
534
|
+
createEnvironmentFromBlueprint?: never;
|
|
535
|
+
createProjectFromProjectProfile: CreateProjectFromProjectProfilePolicyGrantDetail;
|
|
476
536
|
$unknown?: never;
|
|
477
537
|
}
|
|
478
538
|
interface $UnknownMember {
|
|
@@ -487,6 +547,8 @@ export declare namespace PolicyGrantDetail {
|
|
|
487
547
|
createEnvironmentProfile?: never;
|
|
488
548
|
delegateCreateEnvironmentProfile?: never;
|
|
489
549
|
createEnvironment?: never;
|
|
550
|
+
createEnvironmentFromBlueprint?: never;
|
|
551
|
+
createProjectFromProjectProfile?: never;
|
|
490
552
|
$unknown: [string, any];
|
|
491
553
|
}
|
|
492
554
|
interface Visitor<T> {
|
|
@@ -507,6 +569,10 @@ export declare namespace PolicyGrantDetail {
|
|
|
507
569
|
) => T;
|
|
508
570
|
delegateCreateEnvironmentProfile: (value: Unit) => T;
|
|
509
571
|
createEnvironment: (value: Unit) => T;
|
|
572
|
+
createEnvironmentFromBlueprint: (value: Unit) => T;
|
|
573
|
+
createProjectFromProjectProfile: (
|
|
574
|
+
value: CreateProjectFromProjectProfilePolicyGrantDetail
|
|
575
|
+
) => T;
|
|
510
576
|
_: (name: string, value: any) => T;
|
|
511
577
|
}
|
|
512
578
|
const visit: <T>(value: PolicyGrantDetail, visitor: Visitor<T>) => T;
|
|
@@ -523,10 +589,12 @@ export declare const ManagedPolicyType: {
|
|
|
523
589
|
readonly CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE";
|
|
524
590
|
readonly CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT";
|
|
525
591
|
readonly CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT";
|
|
592
|
+
readonly CREATE_ENVIRONMENT_FROM_BLUEPRINT: "CREATE_ENVIRONMENT_FROM_BLUEPRINT";
|
|
526
593
|
readonly CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE";
|
|
527
594
|
readonly CREATE_FORM_TYPE: "CREATE_FORM_TYPE";
|
|
528
595
|
readonly CREATE_GLOSSARY: "CREATE_GLOSSARY";
|
|
529
596
|
readonly CREATE_PROJECT: "CREATE_PROJECT";
|
|
597
|
+
readonly CREATE_PROJECT_FROM_PROJECT_PROFILE: "CREATE_PROJECT_FROM_PROJECT_PROFILE";
|
|
530
598
|
readonly DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE";
|
|
531
599
|
readonly OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS";
|
|
532
600
|
readonly OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS";
|
|
@@ -1280,11 +1348,110 @@ export interface AssociateEnvironmentRoleInput {
|
|
|
1280
1348
|
environmentRoleArn: string | undefined;
|
|
1281
1349
|
}
|
|
1282
1350
|
export interface AssociateEnvironmentRoleOutput {}
|
|
1351
|
+
export interface AthenaPropertiesInput {
|
|
1352
|
+
workgroupName?: string | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
export interface AthenaPropertiesOutput {
|
|
1355
|
+
workgroupName?: string | undefined;
|
|
1356
|
+
}
|
|
1357
|
+
export interface AthenaPropertiesPatch {
|
|
1358
|
+
workgroupName?: string | undefined;
|
|
1359
|
+
}
|
|
1360
|
+
export declare const AuthenticationType: {
|
|
1361
|
+
readonly BASIC: "BASIC";
|
|
1362
|
+
readonly CUSTOM: "CUSTOM";
|
|
1363
|
+
readonly OAUTH2: "OAUTH2";
|
|
1364
|
+
};
|
|
1365
|
+
export type AuthenticationType =
|
|
1366
|
+
(typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
1367
|
+
export interface AuthorizationCodeProperties {
|
|
1368
|
+
authorizationCode?: string | undefined;
|
|
1369
|
+
redirectUri?: string | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface OAuth2ClientApplication {
|
|
1372
|
+
userManagedClientApplicationClientId?: string | undefined;
|
|
1373
|
+
aWSManagedClientApplicationReference?: string | undefined;
|
|
1374
|
+
}
|
|
1375
|
+
export interface GlueOAuth2Credentials {
|
|
1376
|
+
userManagedClientApplicationClientSecret?: string | undefined;
|
|
1377
|
+
accessToken?: string | undefined;
|
|
1378
|
+
refreshToken?: string | undefined;
|
|
1379
|
+
jwtToken?: string | undefined;
|
|
1380
|
+
}
|
|
1381
|
+
export declare const OAuth2GrantType: {
|
|
1382
|
+
readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
|
|
1383
|
+
readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
|
|
1384
|
+
readonly JWT_BEARER: "JWT_BEARER";
|
|
1385
|
+
};
|
|
1386
|
+
export type OAuth2GrantType =
|
|
1387
|
+
(typeof OAuth2GrantType)[keyof typeof OAuth2GrantType];
|
|
1388
|
+
export interface OAuth2Properties {
|
|
1389
|
+
oAuth2GrantType?: OAuth2GrantType | undefined;
|
|
1390
|
+
oAuth2ClientApplication?: OAuth2ClientApplication | undefined;
|
|
1391
|
+
tokenUrl?: string | undefined;
|
|
1392
|
+
tokenUrlParametersMap?: Record<string, string> | undefined;
|
|
1393
|
+
authorizationCodeProperties?: AuthorizationCodeProperties | undefined;
|
|
1394
|
+
oAuth2Credentials?: GlueOAuth2Credentials | undefined;
|
|
1395
|
+
}
|
|
1396
|
+
export interface AuthenticationConfiguration {
|
|
1397
|
+
authenticationType?: AuthenticationType | undefined;
|
|
1398
|
+
secretArn?: string | undefined;
|
|
1399
|
+
oAuth2Properties?: OAuth2Properties | undefined;
|
|
1400
|
+
}
|
|
1401
|
+
export interface BasicAuthenticationCredentials {
|
|
1402
|
+
userName?: string | undefined;
|
|
1403
|
+
password?: string | undefined;
|
|
1404
|
+
}
|
|
1405
|
+
export interface AuthenticationConfigurationInput {
|
|
1406
|
+
authenticationType?: AuthenticationType | undefined;
|
|
1407
|
+
oAuth2Properties?: OAuth2Properties | undefined;
|
|
1408
|
+
secretArn?: string | undefined;
|
|
1409
|
+
kmsKeyArn?: string | undefined;
|
|
1410
|
+
basicAuthenticationCredentials?: BasicAuthenticationCredentials | undefined;
|
|
1411
|
+
customAuthenticationCredentials?: Record<string, string> | undefined;
|
|
1412
|
+
}
|
|
1413
|
+
export interface AuthenticationConfigurationPatch {
|
|
1414
|
+
secretArn?: string | undefined;
|
|
1415
|
+
basicAuthenticationCredentials?: BasicAuthenticationCredentials | undefined;
|
|
1416
|
+
}
|
|
1283
1417
|
export declare const AuthType: {
|
|
1284
1418
|
readonly DISABLED: "DISABLED";
|
|
1285
1419
|
readonly IAM_IDC: "IAM_IDC";
|
|
1286
1420
|
};
|
|
1287
1421
|
export type AuthType = (typeof AuthType)[keyof typeof AuthType];
|
|
1422
|
+
export type AwsAccount =
|
|
1423
|
+
| AwsAccount.AwsAccountIdMember
|
|
1424
|
+
| AwsAccount.AwsAccountIdPathMember
|
|
1425
|
+
| AwsAccount.$UnknownMember;
|
|
1426
|
+
export declare namespace AwsAccount {
|
|
1427
|
+
interface AwsAccountIdMember {
|
|
1428
|
+
awsAccountId: string;
|
|
1429
|
+
awsAccountIdPath?: never;
|
|
1430
|
+
$unknown?: never;
|
|
1431
|
+
}
|
|
1432
|
+
interface AwsAccountIdPathMember {
|
|
1433
|
+
awsAccountId?: never;
|
|
1434
|
+
awsAccountIdPath: string;
|
|
1435
|
+
$unknown?: never;
|
|
1436
|
+
}
|
|
1437
|
+
interface $UnknownMember {
|
|
1438
|
+
awsAccountId?: never;
|
|
1439
|
+
awsAccountIdPath?: never;
|
|
1440
|
+
$unknown: [string, any];
|
|
1441
|
+
}
|
|
1442
|
+
interface Visitor<T> {
|
|
1443
|
+
awsAccountId: (value: string) => T;
|
|
1444
|
+
awsAccountIdPath: (value: string) => T;
|
|
1445
|
+
_: (name: string, value: any) => T;
|
|
1446
|
+
}
|
|
1447
|
+
const visit: <T>(value: AwsAccount, visitor: Visitor<T>) => T;
|
|
1448
|
+
}
|
|
1449
|
+
export interface AwsLocation {
|
|
1450
|
+
accessRole?: string | undefined;
|
|
1451
|
+
awsAccountId?: string | undefined;
|
|
1452
|
+
awsRegion?: string | undefined;
|
|
1453
|
+
iamConnectionId?: string | undefined;
|
|
1454
|
+
}
|
|
1288
1455
|
export interface CancelMetadataGenerationRunInput {
|
|
1289
1456
|
domainIdentifier: string | undefined;
|
|
1290
1457
|
identifier: string | undefined;
|
|
@@ -1322,6 +1489,13 @@ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
|
1322
1489
|
export interface CloudFormationProperties {
|
|
1323
1490
|
templateUrl: string | undefined;
|
|
1324
1491
|
}
|
|
1492
|
+
export declare const ComputeEnvironments: {
|
|
1493
|
+
readonly ATHENA: "ATHENA";
|
|
1494
|
+
readonly PYTHON: "PYTHON";
|
|
1495
|
+
readonly SPARK: "SPARK";
|
|
1496
|
+
};
|
|
1497
|
+
export type ComputeEnvironments =
|
|
1498
|
+
(typeof ComputeEnvironments)[keyof typeof ComputeEnvironments];
|
|
1325
1499
|
export interface ConfigurableActionParameter {
|
|
1326
1500
|
key?: string | undefined;
|
|
1327
1501
|
value?: string | undefined;
|
|
@@ -1337,6 +1511,621 @@ export interface ConfigurableEnvironmentAction {
|
|
|
1337
1511
|
auth?: ConfigurableActionTypeAuthorization | undefined;
|
|
1338
1512
|
parameters: ConfigurableActionParameter[] | undefined;
|
|
1339
1513
|
}
|
|
1514
|
+
export interface ConnectionCredentials {
|
|
1515
|
+
accessKeyId?: string | undefined;
|
|
1516
|
+
secretAccessKey?: string | undefined;
|
|
1517
|
+
sessionToken?: string | undefined;
|
|
1518
|
+
expiration?: Date | undefined;
|
|
1519
|
+
}
|
|
1520
|
+
export declare const GlueConnectionType: {
|
|
1521
|
+
readonly BIGQUERY: "BIGQUERY";
|
|
1522
|
+
readonly DOCUMENTDB: "DOCUMENTDB";
|
|
1523
|
+
readonly DYNAMODB: "DYNAMODB";
|
|
1524
|
+
readonly MYSQL: "MYSQL";
|
|
1525
|
+
readonly OPENSEARCH: "OPENSEARCH";
|
|
1526
|
+
readonly ORACLE: "ORACLE";
|
|
1527
|
+
readonly POSTGRESQL: "POSTGRESQL";
|
|
1528
|
+
readonly REDSHIFT: "REDSHIFT";
|
|
1529
|
+
readonly SAPHANA: "SAPHANA";
|
|
1530
|
+
readonly SNOWFLAKE: "SNOWFLAKE";
|
|
1531
|
+
readonly SQLSERVER: "SQLSERVER";
|
|
1532
|
+
readonly TERADATA: "TERADATA";
|
|
1533
|
+
readonly VERTICA: "VERTICA";
|
|
1534
|
+
};
|
|
1535
|
+
export type GlueConnectionType =
|
|
1536
|
+
(typeof GlueConnectionType)[keyof typeof GlueConnectionType];
|
|
1537
|
+
export interface PhysicalConnectionRequirements {
|
|
1538
|
+
subnetId?: string | undefined;
|
|
1539
|
+
subnetIdList?: string[] | undefined;
|
|
1540
|
+
securityGroupIdList?: string[] | undefined;
|
|
1541
|
+
availabilityZone?: string | undefined;
|
|
1542
|
+
}
|
|
1543
|
+
export interface GlueConnectionInput {
|
|
1544
|
+
connectionProperties?: Record<string, string> | undefined;
|
|
1545
|
+
physicalConnectionRequirements?: PhysicalConnectionRequirements | undefined;
|
|
1546
|
+
name?: string | undefined;
|
|
1547
|
+
description?: string | undefined;
|
|
1548
|
+
connectionType?: GlueConnectionType | undefined;
|
|
1549
|
+
matchCriteria?: string | undefined;
|
|
1550
|
+
validateCredentials?: boolean | undefined;
|
|
1551
|
+
validateForComputeEnvironments?: ComputeEnvironments[] | undefined;
|
|
1552
|
+
sparkProperties?: Record<string, string> | undefined;
|
|
1553
|
+
athenaProperties?: Record<string, string> | undefined;
|
|
1554
|
+
pythonProperties?: Record<string, string> | undefined;
|
|
1555
|
+
authenticationConfiguration?: AuthenticationConfigurationInput | undefined;
|
|
1556
|
+
}
|
|
1557
|
+
export interface GluePropertiesInput {
|
|
1558
|
+
glueConnectionInput?: GlueConnectionInput | undefined;
|
|
1559
|
+
}
|
|
1560
|
+
export interface HyperPodPropertiesInput {
|
|
1561
|
+
clusterName: string | undefined;
|
|
1562
|
+
}
|
|
1563
|
+
export interface IamPropertiesInput {
|
|
1564
|
+
glueLineageSyncEnabled?: boolean | undefined;
|
|
1565
|
+
}
|
|
1566
|
+
export interface UsernamePassword {
|
|
1567
|
+
password: string | undefined;
|
|
1568
|
+
username: string | undefined;
|
|
1569
|
+
}
|
|
1570
|
+
export type RedshiftCredentials =
|
|
1571
|
+
| RedshiftCredentials.SecretArnMember
|
|
1572
|
+
| RedshiftCredentials.UsernamePasswordMember
|
|
1573
|
+
| RedshiftCredentials.$UnknownMember;
|
|
1574
|
+
export declare namespace RedshiftCredentials {
|
|
1575
|
+
interface SecretArnMember {
|
|
1576
|
+
secretArn: string;
|
|
1577
|
+
usernamePassword?: never;
|
|
1578
|
+
$unknown?: never;
|
|
1579
|
+
}
|
|
1580
|
+
interface UsernamePasswordMember {
|
|
1581
|
+
secretArn?: never;
|
|
1582
|
+
usernamePassword: UsernamePassword;
|
|
1583
|
+
$unknown?: never;
|
|
1584
|
+
}
|
|
1585
|
+
interface $UnknownMember {
|
|
1586
|
+
secretArn?: never;
|
|
1587
|
+
usernamePassword?: never;
|
|
1588
|
+
$unknown: [string, any];
|
|
1589
|
+
}
|
|
1590
|
+
interface Visitor<T> {
|
|
1591
|
+
secretArn: (value: string) => T;
|
|
1592
|
+
usernamePassword: (value: UsernamePassword) => T;
|
|
1593
|
+
_: (name: string, value: any) => T;
|
|
1594
|
+
}
|
|
1595
|
+
const visit: <T>(value: RedshiftCredentials, visitor: Visitor<T>) => T;
|
|
1596
|
+
}
|
|
1597
|
+
export interface LineageSyncSchedule {
|
|
1598
|
+
schedule?: string | undefined;
|
|
1599
|
+
}
|
|
1600
|
+
export interface RedshiftLineageSyncConfigurationInput {
|
|
1601
|
+
enabled?: boolean | undefined;
|
|
1602
|
+
schedule?: LineageSyncSchedule | undefined;
|
|
1603
|
+
}
|
|
1604
|
+
export type RedshiftStorageProperties =
|
|
1605
|
+
| RedshiftStorageProperties.ClusterNameMember
|
|
1606
|
+
| RedshiftStorageProperties.WorkgroupNameMember
|
|
1607
|
+
| RedshiftStorageProperties.$UnknownMember;
|
|
1608
|
+
export declare namespace RedshiftStorageProperties {
|
|
1609
|
+
interface ClusterNameMember {
|
|
1610
|
+
clusterName: string;
|
|
1611
|
+
workgroupName?: never;
|
|
1612
|
+
$unknown?: never;
|
|
1613
|
+
}
|
|
1614
|
+
interface WorkgroupNameMember {
|
|
1615
|
+
clusterName?: never;
|
|
1616
|
+
workgroupName: string;
|
|
1617
|
+
$unknown?: never;
|
|
1618
|
+
}
|
|
1619
|
+
interface $UnknownMember {
|
|
1620
|
+
clusterName?: never;
|
|
1621
|
+
workgroupName?: never;
|
|
1622
|
+
$unknown: [string, any];
|
|
1623
|
+
}
|
|
1624
|
+
interface Visitor<T> {
|
|
1625
|
+
clusterName: (value: string) => T;
|
|
1626
|
+
workgroupName: (value: string) => T;
|
|
1627
|
+
_: (name: string, value: any) => T;
|
|
1628
|
+
}
|
|
1629
|
+
const visit: <T>(value: RedshiftStorageProperties, visitor: Visitor<T>) => T;
|
|
1630
|
+
}
|
|
1631
|
+
export interface RedshiftPropertiesInput {
|
|
1632
|
+
storage?: RedshiftStorageProperties | undefined;
|
|
1633
|
+
databaseName?: string | undefined;
|
|
1634
|
+
host?: string | undefined;
|
|
1635
|
+
port?: number | undefined;
|
|
1636
|
+
credentials?: RedshiftCredentials | undefined;
|
|
1637
|
+
lineageSync?: RedshiftLineageSyncConfigurationInput | undefined;
|
|
1638
|
+
}
|
|
1639
|
+
export interface SparkEmrPropertiesInput {
|
|
1640
|
+
computeArn?: string | undefined;
|
|
1641
|
+
instanceProfileArn?: string | undefined;
|
|
1642
|
+
javaVirtualEnv?: string | undefined;
|
|
1643
|
+
logUri?: string | undefined;
|
|
1644
|
+
pythonVirtualEnv?: string | undefined;
|
|
1645
|
+
runtimeRole?: string | undefined;
|
|
1646
|
+
trustedCertificatesS3Uri?: string | undefined;
|
|
1647
|
+
}
|
|
1648
|
+
export interface SparkGlueArgs {
|
|
1649
|
+
connection?: string | undefined;
|
|
1650
|
+
}
|
|
1651
|
+
export interface SparkGluePropertiesInput {
|
|
1652
|
+
additionalArgs?: SparkGlueArgs | undefined;
|
|
1653
|
+
glueConnectionName?: string | undefined;
|
|
1654
|
+
glueVersion?: string | undefined;
|
|
1655
|
+
idleTimeout?: number | undefined;
|
|
1656
|
+
javaVirtualEnv?: string | undefined;
|
|
1657
|
+
numberOfWorkers?: number | undefined;
|
|
1658
|
+
pythonVirtualEnv?: string | undefined;
|
|
1659
|
+
workerType?: string | undefined;
|
|
1660
|
+
}
|
|
1661
|
+
export type ConnectionPropertiesInput =
|
|
1662
|
+
| ConnectionPropertiesInput.AthenaPropertiesMember
|
|
1663
|
+
| ConnectionPropertiesInput.GluePropertiesMember
|
|
1664
|
+
| ConnectionPropertiesInput.HyperPodPropertiesMember
|
|
1665
|
+
| ConnectionPropertiesInput.IamPropertiesMember
|
|
1666
|
+
| ConnectionPropertiesInput.RedshiftPropertiesMember
|
|
1667
|
+
| ConnectionPropertiesInput.SparkEmrPropertiesMember
|
|
1668
|
+
| ConnectionPropertiesInput.SparkGluePropertiesMember
|
|
1669
|
+
| ConnectionPropertiesInput.$UnknownMember;
|
|
1670
|
+
export declare namespace ConnectionPropertiesInput {
|
|
1671
|
+
interface AthenaPropertiesMember {
|
|
1672
|
+
athenaProperties: AthenaPropertiesInput;
|
|
1673
|
+
glueProperties?: never;
|
|
1674
|
+
hyperPodProperties?: never;
|
|
1675
|
+
iamProperties?: never;
|
|
1676
|
+
redshiftProperties?: never;
|
|
1677
|
+
sparkEmrProperties?: never;
|
|
1678
|
+
sparkGlueProperties?: never;
|
|
1679
|
+
$unknown?: never;
|
|
1680
|
+
}
|
|
1681
|
+
interface GluePropertiesMember {
|
|
1682
|
+
athenaProperties?: never;
|
|
1683
|
+
glueProperties: GluePropertiesInput;
|
|
1684
|
+
hyperPodProperties?: never;
|
|
1685
|
+
iamProperties?: never;
|
|
1686
|
+
redshiftProperties?: never;
|
|
1687
|
+
sparkEmrProperties?: never;
|
|
1688
|
+
sparkGlueProperties?: never;
|
|
1689
|
+
$unknown?: never;
|
|
1690
|
+
}
|
|
1691
|
+
interface HyperPodPropertiesMember {
|
|
1692
|
+
athenaProperties?: never;
|
|
1693
|
+
glueProperties?: never;
|
|
1694
|
+
hyperPodProperties: HyperPodPropertiesInput;
|
|
1695
|
+
iamProperties?: never;
|
|
1696
|
+
redshiftProperties?: never;
|
|
1697
|
+
sparkEmrProperties?: never;
|
|
1698
|
+
sparkGlueProperties?: never;
|
|
1699
|
+
$unknown?: never;
|
|
1700
|
+
}
|
|
1701
|
+
interface IamPropertiesMember {
|
|
1702
|
+
athenaProperties?: never;
|
|
1703
|
+
glueProperties?: never;
|
|
1704
|
+
hyperPodProperties?: never;
|
|
1705
|
+
iamProperties: IamPropertiesInput;
|
|
1706
|
+
redshiftProperties?: never;
|
|
1707
|
+
sparkEmrProperties?: never;
|
|
1708
|
+
sparkGlueProperties?: never;
|
|
1709
|
+
$unknown?: never;
|
|
1710
|
+
}
|
|
1711
|
+
interface RedshiftPropertiesMember {
|
|
1712
|
+
athenaProperties?: never;
|
|
1713
|
+
glueProperties?: never;
|
|
1714
|
+
hyperPodProperties?: never;
|
|
1715
|
+
iamProperties?: never;
|
|
1716
|
+
redshiftProperties: RedshiftPropertiesInput;
|
|
1717
|
+
sparkEmrProperties?: never;
|
|
1718
|
+
sparkGlueProperties?: never;
|
|
1719
|
+
$unknown?: never;
|
|
1720
|
+
}
|
|
1721
|
+
interface SparkEmrPropertiesMember {
|
|
1722
|
+
athenaProperties?: never;
|
|
1723
|
+
glueProperties?: never;
|
|
1724
|
+
hyperPodProperties?: never;
|
|
1725
|
+
iamProperties?: never;
|
|
1726
|
+
redshiftProperties?: never;
|
|
1727
|
+
sparkEmrProperties: SparkEmrPropertiesInput;
|
|
1728
|
+
sparkGlueProperties?: never;
|
|
1729
|
+
$unknown?: never;
|
|
1730
|
+
}
|
|
1731
|
+
interface SparkGluePropertiesMember {
|
|
1732
|
+
athenaProperties?: never;
|
|
1733
|
+
glueProperties?: never;
|
|
1734
|
+
hyperPodProperties?: never;
|
|
1735
|
+
iamProperties?: never;
|
|
1736
|
+
redshiftProperties?: never;
|
|
1737
|
+
sparkEmrProperties?: never;
|
|
1738
|
+
sparkGlueProperties: SparkGluePropertiesInput;
|
|
1739
|
+
$unknown?: never;
|
|
1740
|
+
}
|
|
1741
|
+
interface $UnknownMember {
|
|
1742
|
+
athenaProperties?: never;
|
|
1743
|
+
glueProperties?: never;
|
|
1744
|
+
hyperPodProperties?: never;
|
|
1745
|
+
iamProperties?: never;
|
|
1746
|
+
redshiftProperties?: never;
|
|
1747
|
+
sparkEmrProperties?: never;
|
|
1748
|
+
sparkGlueProperties?: never;
|
|
1749
|
+
$unknown: [string, any];
|
|
1750
|
+
}
|
|
1751
|
+
interface Visitor<T> {
|
|
1752
|
+
athenaProperties: (value: AthenaPropertiesInput) => T;
|
|
1753
|
+
glueProperties: (value: GluePropertiesInput) => T;
|
|
1754
|
+
hyperPodProperties: (value: HyperPodPropertiesInput) => T;
|
|
1755
|
+
iamProperties: (value: IamPropertiesInput) => T;
|
|
1756
|
+
redshiftProperties: (value: RedshiftPropertiesInput) => T;
|
|
1757
|
+
sparkEmrProperties: (value: SparkEmrPropertiesInput) => T;
|
|
1758
|
+
sparkGlueProperties: (value: SparkGluePropertiesInput) => T;
|
|
1759
|
+
_: (name: string, value: any) => T;
|
|
1760
|
+
}
|
|
1761
|
+
const visit: <T>(value: ConnectionPropertiesInput, visitor: Visitor<T>) => T;
|
|
1762
|
+
}
|
|
1763
|
+
export declare const ConnectionStatus: {
|
|
1764
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1765
|
+
readonly CREATING: "CREATING";
|
|
1766
|
+
readonly DELETED: "DELETED";
|
|
1767
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1768
|
+
readonly DELETING: "DELETING";
|
|
1769
|
+
readonly READY: "READY";
|
|
1770
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1771
|
+
readonly UPDATING: "UPDATING";
|
|
1772
|
+
};
|
|
1773
|
+
export type ConnectionStatus =
|
|
1774
|
+
(typeof ConnectionStatus)[keyof typeof ConnectionStatus];
|
|
1775
|
+
export interface GluePropertiesOutput {
|
|
1776
|
+
status?: ConnectionStatus | undefined;
|
|
1777
|
+
errorMessage?: string | undefined;
|
|
1778
|
+
}
|
|
1779
|
+
export declare const HyperPodOrchestrator: {
|
|
1780
|
+
readonly EKS: "EKS";
|
|
1781
|
+
readonly SLURM: "SLURM";
|
|
1782
|
+
};
|
|
1783
|
+
export type HyperPodOrchestrator =
|
|
1784
|
+
(typeof HyperPodOrchestrator)[keyof typeof HyperPodOrchestrator];
|
|
1785
|
+
export interface HyperPodPropertiesOutput {
|
|
1786
|
+
clusterName: string | undefined;
|
|
1787
|
+
clusterArn?: string | undefined;
|
|
1788
|
+
orchestrator?: HyperPodOrchestrator | undefined;
|
|
1789
|
+
}
|
|
1790
|
+
export interface IamPropertiesOutput {
|
|
1791
|
+
environmentId?: string | undefined;
|
|
1792
|
+
glueLineageSyncEnabled?: boolean | undefined;
|
|
1793
|
+
}
|
|
1794
|
+
export interface RedshiftLineageSyncConfigurationOutput {
|
|
1795
|
+
lineageJobId?: string | undefined;
|
|
1796
|
+
enabled?: boolean | undefined;
|
|
1797
|
+
schedule?: LineageSyncSchedule | undefined;
|
|
1798
|
+
}
|
|
1799
|
+
export interface RedshiftPropertiesOutput {
|
|
1800
|
+
storage?: RedshiftStorageProperties | undefined;
|
|
1801
|
+
credentials?: RedshiftCredentials | undefined;
|
|
1802
|
+
isProvisionedSecret?: boolean | undefined;
|
|
1803
|
+
jdbcIamUrl?: string | undefined;
|
|
1804
|
+
jdbcUrl?: string | undefined;
|
|
1805
|
+
redshiftTempDir?: string | undefined;
|
|
1806
|
+
lineageSync?: RedshiftLineageSyncConfigurationOutput | undefined;
|
|
1807
|
+
status?: ConnectionStatus | undefined;
|
|
1808
|
+
databaseName?: string | undefined;
|
|
1809
|
+
}
|
|
1810
|
+
export declare const GovernanceType: {
|
|
1811
|
+
readonly AWS_MANAGED: "AWS_MANAGED";
|
|
1812
|
+
readonly USER_MANAGED: "USER_MANAGED";
|
|
1813
|
+
};
|
|
1814
|
+
export type GovernanceType =
|
|
1815
|
+
(typeof GovernanceType)[keyof typeof GovernanceType];
|
|
1816
|
+
export interface SparkEmrPropertiesOutput {
|
|
1817
|
+
computeArn?: string | undefined;
|
|
1818
|
+
credentials?: UsernamePassword | undefined;
|
|
1819
|
+
credentialsExpiration?: Date | undefined;
|
|
1820
|
+
governanceType?: GovernanceType | undefined;
|
|
1821
|
+
instanceProfileArn?: string | undefined;
|
|
1822
|
+
javaVirtualEnv?: string | undefined;
|
|
1823
|
+
livyEndpoint?: string | undefined;
|
|
1824
|
+
logUri?: string | undefined;
|
|
1825
|
+
pythonVirtualEnv?: string | undefined;
|
|
1826
|
+
runtimeRole?: string | undefined;
|
|
1827
|
+
trustedCertificatesS3Uri?: string | undefined;
|
|
1828
|
+
}
|
|
1829
|
+
export interface SparkGluePropertiesOutput {
|
|
1830
|
+
additionalArgs?: SparkGlueArgs | undefined;
|
|
1831
|
+
glueConnectionName?: string | undefined;
|
|
1832
|
+
glueVersion?: string | undefined;
|
|
1833
|
+
idleTimeout?: number | undefined;
|
|
1834
|
+
javaVirtualEnv?: string | undefined;
|
|
1835
|
+
numberOfWorkers?: number | undefined;
|
|
1836
|
+
pythonVirtualEnv?: string | undefined;
|
|
1837
|
+
workerType?: string | undefined;
|
|
1838
|
+
}
|
|
1839
|
+
export type ConnectionPropertiesOutput =
|
|
1840
|
+
| ConnectionPropertiesOutput.AthenaPropertiesMember
|
|
1841
|
+
| ConnectionPropertiesOutput.GluePropertiesMember
|
|
1842
|
+
| ConnectionPropertiesOutput.HyperPodPropertiesMember
|
|
1843
|
+
| ConnectionPropertiesOutput.IamPropertiesMember
|
|
1844
|
+
| ConnectionPropertiesOutput.RedshiftPropertiesMember
|
|
1845
|
+
| ConnectionPropertiesOutput.SparkEmrPropertiesMember
|
|
1846
|
+
| ConnectionPropertiesOutput.SparkGluePropertiesMember
|
|
1847
|
+
| ConnectionPropertiesOutput.$UnknownMember;
|
|
1848
|
+
export declare namespace ConnectionPropertiesOutput {
|
|
1849
|
+
interface AthenaPropertiesMember {
|
|
1850
|
+
athenaProperties: AthenaPropertiesOutput;
|
|
1851
|
+
glueProperties?: never;
|
|
1852
|
+
hyperPodProperties?: never;
|
|
1853
|
+
iamProperties?: never;
|
|
1854
|
+
redshiftProperties?: never;
|
|
1855
|
+
sparkEmrProperties?: never;
|
|
1856
|
+
sparkGlueProperties?: never;
|
|
1857
|
+
$unknown?: never;
|
|
1858
|
+
}
|
|
1859
|
+
interface GluePropertiesMember {
|
|
1860
|
+
athenaProperties?: never;
|
|
1861
|
+
glueProperties: GluePropertiesOutput;
|
|
1862
|
+
hyperPodProperties?: never;
|
|
1863
|
+
iamProperties?: never;
|
|
1864
|
+
redshiftProperties?: never;
|
|
1865
|
+
sparkEmrProperties?: never;
|
|
1866
|
+
sparkGlueProperties?: never;
|
|
1867
|
+
$unknown?: never;
|
|
1868
|
+
}
|
|
1869
|
+
interface HyperPodPropertiesMember {
|
|
1870
|
+
athenaProperties?: never;
|
|
1871
|
+
glueProperties?: never;
|
|
1872
|
+
hyperPodProperties: HyperPodPropertiesOutput;
|
|
1873
|
+
iamProperties?: never;
|
|
1874
|
+
redshiftProperties?: never;
|
|
1875
|
+
sparkEmrProperties?: never;
|
|
1876
|
+
sparkGlueProperties?: never;
|
|
1877
|
+
$unknown?: never;
|
|
1878
|
+
}
|
|
1879
|
+
interface IamPropertiesMember {
|
|
1880
|
+
athenaProperties?: never;
|
|
1881
|
+
glueProperties?: never;
|
|
1882
|
+
hyperPodProperties?: never;
|
|
1883
|
+
iamProperties: IamPropertiesOutput;
|
|
1884
|
+
redshiftProperties?: never;
|
|
1885
|
+
sparkEmrProperties?: never;
|
|
1886
|
+
sparkGlueProperties?: never;
|
|
1887
|
+
$unknown?: never;
|
|
1888
|
+
}
|
|
1889
|
+
interface RedshiftPropertiesMember {
|
|
1890
|
+
athenaProperties?: never;
|
|
1891
|
+
glueProperties?: never;
|
|
1892
|
+
hyperPodProperties?: never;
|
|
1893
|
+
iamProperties?: never;
|
|
1894
|
+
redshiftProperties: RedshiftPropertiesOutput;
|
|
1895
|
+
sparkEmrProperties?: never;
|
|
1896
|
+
sparkGlueProperties?: never;
|
|
1897
|
+
$unknown?: never;
|
|
1898
|
+
}
|
|
1899
|
+
interface SparkEmrPropertiesMember {
|
|
1900
|
+
athenaProperties?: never;
|
|
1901
|
+
glueProperties?: never;
|
|
1902
|
+
hyperPodProperties?: never;
|
|
1903
|
+
iamProperties?: never;
|
|
1904
|
+
redshiftProperties?: never;
|
|
1905
|
+
sparkEmrProperties: SparkEmrPropertiesOutput;
|
|
1906
|
+
sparkGlueProperties?: never;
|
|
1907
|
+
$unknown?: never;
|
|
1908
|
+
}
|
|
1909
|
+
interface SparkGluePropertiesMember {
|
|
1910
|
+
athenaProperties?: never;
|
|
1911
|
+
glueProperties?: never;
|
|
1912
|
+
hyperPodProperties?: never;
|
|
1913
|
+
iamProperties?: never;
|
|
1914
|
+
redshiftProperties?: never;
|
|
1915
|
+
sparkEmrProperties?: never;
|
|
1916
|
+
sparkGlueProperties: SparkGluePropertiesOutput;
|
|
1917
|
+
$unknown?: never;
|
|
1918
|
+
}
|
|
1919
|
+
interface $UnknownMember {
|
|
1920
|
+
athenaProperties?: never;
|
|
1921
|
+
glueProperties?: never;
|
|
1922
|
+
hyperPodProperties?: never;
|
|
1923
|
+
iamProperties?: never;
|
|
1924
|
+
redshiftProperties?: never;
|
|
1925
|
+
sparkEmrProperties?: never;
|
|
1926
|
+
sparkGlueProperties?: never;
|
|
1927
|
+
$unknown: [string, any];
|
|
1928
|
+
}
|
|
1929
|
+
interface Visitor<T> {
|
|
1930
|
+
athenaProperties: (value: AthenaPropertiesOutput) => T;
|
|
1931
|
+
glueProperties: (value: GluePropertiesOutput) => T;
|
|
1932
|
+
hyperPodProperties: (value: HyperPodPropertiesOutput) => T;
|
|
1933
|
+
iamProperties: (value: IamPropertiesOutput) => T;
|
|
1934
|
+
redshiftProperties: (value: RedshiftPropertiesOutput) => T;
|
|
1935
|
+
sparkEmrProperties: (value: SparkEmrPropertiesOutput) => T;
|
|
1936
|
+
sparkGlueProperties: (value: SparkGluePropertiesOutput) => T;
|
|
1937
|
+
_: (name: string, value: any) => T;
|
|
1938
|
+
}
|
|
1939
|
+
const visit: <T>(value: ConnectionPropertiesOutput, visitor: Visitor<T>) => T;
|
|
1940
|
+
}
|
|
1941
|
+
export interface GlueConnectionPatch {
|
|
1942
|
+
description?: string | undefined;
|
|
1943
|
+
connectionProperties?: Record<string, string> | undefined;
|
|
1944
|
+
authenticationConfiguration?: AuthenticationConfigurationPatch | undefined;
|
|
1945
|
+
}
|
|
1946
|
+
export interface GluePropertiesPatch {
|
|
1947
|
+
glueConnectionInput?: GlueConnectionPatch | undefined;
|
|
1948
|
+
}
|
|
1949
|
+
export interface IamPropertiesPatch {
|
|
1950
|
+
glueLineageSyncEnabled?: boolean | undefined;
|
|
1951
|
+
}
|
|
1952
|
+
export interface RedshiftPropertiesPatch {
|
|
1953
|
+
storage?: RedshiftStorageProperties | undefined;
|
|
1954
|
+
databaseName?: string | undefined;
|
|
1955
|
+
host?: string | undefined;
|
|
1956
|
+
port?: number | undefined;
|
|
1957
|
+
credentials?: RedshiftCredentials | undefined;
|
|
1958
|
+
lineageSync?: RedshiftLineageSyncConfigurationInput | undefined;
|
|
1959
|
+
}
|
|
1960
|
+
export interface SparkEmrPropertiesPatch {
|
|
1961
|
+
computeArn?: string | undefined;
|
|
1962
|
+
instanceProfileArn?: string | undefined;
|
|
1963
|
+
javaVirtualEnv?: string | undefined;
|
|
1964
|
+
logUri?: string | undefined;
|
|
1965
|
+
pythonVirtualEnv?: string | undefined;
|
|
1966
|
+
runtimeRole?: string | undefined;
|
|
1967
|
+
trustedCertificatesS3Uri?: string | undefined;
|
|
1968
|
+
}
|
|
1969
|
+
export type ConnectionPropertiesPatch =
|
|
1970
|
+
| ConnectionPropertiesPatch.AthenaPropertiesMember
|
|
1971
|
+
| ConnectionPropertiesPatch.GluePropertiesMember
|
|
1972
|
+
| ConnectionPropertiesPatch.IamPropertiesMember
|
|
1973
|
+
| ConnectionPropertiesPatch.RedshiftPropertiesMember
|
|
1974
|
+
| ConnectionPropertiesPatch.SparkEmrPropertiesMember
|
|
1975
|
+
| ConnectionPropertiesPatch.$UnknownMember;
|
|
1976
|
+
export declare namespace ConnectionPropertiesPatch {
|
|
1977
|
+
interface AthenaPropertiesMember {
|
|
1978
|
+
athenaProperties: AthenaPropertiesPatch;
|
|
1979
|
+
glueProperties?: never;
|
|
1980
|
+
iamProperties?: never;
|
|
1981
|
+
redshiftProperties?: never;
|
|
1982
|
+
sparkEmrProperties?: never;
|
|
1983
|
+
$unknown?: never;
|
|
1984
|
+
}
|
|
1985
|
+
interface GluePropertiesMember {
|
|
1986
|
+
athenaProperties?: never;
|
|
1987
|
+
glueProperties: GluePropertiesPatch;
|
|
1988
|
+
iamProperties?: never;
|
|
1989
|
+
redshiftProperties?: never;
|
|
1990
|
+
sparkEmrProperties?: never;
|
|
1991
|
+
$unknown?: never;
|
|
1992
|
+
}
|
|
1993
|
+
interface IamPropertiesMember {
|
|
1994
|
+
athenaProperties?: never;
|
|
1995
|
+
glueProperties?: never;
|
|
1996
|
+
iamProperties: IamPropertiesPatch;
|
|
1997
|
+
redshiftProperties?: never;
|
|
1998
|
+
sparkEmrProperties?: never;
|
|
1999
|
+
$unknown?: never;
|
|
2000
|
+
}
|
|
2001
|
+
interface RedshiftPropertiesMember {
|
|
2002
|
+
athenaProperties?: never;
|
|
2003
|
+
glueProperties?: never;
|
|
2004
|
+
iamProperties?: never;
|
|
2005
|
+
redshiftProperties: RedshiftPropertiesPatch;
|
|
2006
|
+
sparkEmrProperties?: never;
|
|
2007
|
+
$unknown?: never;
|
|
2008
|
+
}
|
|
2009
|
+
interface SparkEmrPropertiesMember {
|
|
2010
|
+
athenaProperties?: never;
|
|
2011
|
+
glueProperties?: never;
|
|
2012
|
+
iamProperties?: never;
|
|
2013
|
+
redshiftProperties?: never;
|
|
2014
|
+
sparkEmrProperties: SparkEmrPropertiesPatch;
|
|
2015
|
+
$unknown?: never;
|
|
2016
|
+
}
|
|
2017
|
+
interface $UnknownMember {
|
|
2018
|
+
athenaProperties?: never;
|
|
2019
|
+
glueProperties?: never;
|
|
2020
|
+
iamProperties?: never;
|
|
2021
|
+
redshiftProperties?: never;
|
|
2022
|
+
sparkEmrProperties?: never;
|
|
2023
|
+
$unknown: [string, any];
|
|
2024
|
+
}
|
|
2025
|
+
interface Visitor<T> {
|
|
2026
|
+
athenaProperties: (value: AthenaPropertiesPatch) => T;
|
|
2027
|
+
glueProperties: (value: GluePropertiesPatch) => T;
|
|
2028
|
+
iamProperties: (value: IamPropertiesPatch) => T;
|
|
2029
|
+
redshiftProperties: (value: RedshiftPropertiesPatch) => T;
|
|
2030
|
+
sparkEmrProperties: (value: SparkEmrPropertiesPatch) => T;
|
|
2031
|
+
_: (name: string, value: any) => T;
|
|
2032
|
+
}
|
|
2033
|
+
const visit: <T>(value: ConnectionPropertiesPatch, visitor: Visitor<T>) => T;
|
|
2034
|
+
}
|
|
2035
|
+
export declare const ConnectionType: {
|
|
2036
|
+
readonly ATHENA: "ATHENA";
|
|
2037
|
+
readonly BIGQUERY: "BIGQUERY";
|
|
2038
|
+
readonly DATABRICKS: "DATABRICKS";
|
|
2039
|
+
readonly DOCUMENTDB: "DOCUMENTDB";
|
|
2040
|
+
readonly DYNAMODB: "DYNAMODB";
|
|
2041
|
+
readonly HYPERPOD: "HYPERPOD";
|
|
2042
|
+
readonly IAM: "IAM";
|
|
2043
|
+
readonly MYSQL: "MYSQL";
|
|
2044
|
+
readonly OPENSEARCH: "OPENSEARCH";
|
|
2045
|
+
readonly ORACLE: "ORACLE";
|
|
2046
|
+
readonly POSTGRESQL: "POSTGRESQL";
|
|
2047
|
+
readonly REDSHIFT: "REDSHIFT";
|
|
2048
|
+
readonly SAPHANA: "SAPHANA";
|
|
2049
|
+
readonly SNOWFLAKE: "SNOWFLAKE";
|
|
2050
|
+
readonly SPARK: "SPARK";
|
|
2051
|
+
readonly SQLSERVER: "SQLSERVER";
|
|
2052
|
+
readonly TERADATA: "TERADATA";
|
|
2053
|
+
readonly VERTICA: "VERTICA";
|
|
2054
|
+
readonly WORKFLOWS_MWAA: "WORKFLOWS_MWAA";
|
|
2055
|
+
};
|
|
2056
|
+
export type ConnectionType =
|
|
2057
|
+
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
2058
|
+
export interface GlueConnection {
|
|
2059
|
+
name?: string | undefined;
|
|
2060
|
+
description?: string | undefined;
|
|
2061
|
+
connectionType?: ConnectionType | undefined;
|
|
2062
|
+
matchCriteria?: string[] | undefined;
|
|
2063
|
+
connectionProperties?: Record<string, string> | undefined;
|
|
2064
|
+
sparkProperties?: Record<string, string> | undefined;
|
|
2065
|
+
athenaProperties?: Record<string, string> | undefined;
|
|
2066
|
+
pythonProperties?: Record<string, string> | undefined;
|
|
2067
|
+
physicalConnectionRequirements?: PhysicalConnectionRequirements | undefined;
|
|
2068
|
+
creationTime?: Date | undefined;
|
|
2069
|
+
lastUpdatedTime?: Date | undefined;
|
|
2070
|
+
lastUpdatedBy?: string | undefined;
|
|
2071
|
+
status?: ConnectionStatus | undefined;
|
|
2072
|
+
statusReason?: string | undefined;
|
|
2073
|
+
lastConnectionValidationTime?: Date | undefined;
|
|
2074
|
+
authenticationConfiguration?: AuthenticationConfiguration | undefined;
|
|
2075
|
+
connectionSchemaVersion?: number | undefined;
|
|
2076
|
+
compatibleComputeEnvironments?: ComputeEnvironments[] | undefined;
|
|
2077
|
+
}
|
|
2078
|
+
export declare const Protocol: {
|
|
2079
|
+
readonly ATHENA: "ATHENA";
|
|
2080
|
+
readonly GLUE_INTERACTIVE_SESSION: "GLUE_INTERACTIVE_SESSION";
|
|
2081
|
+
readonly HTTPS: "HTTPS";
|
|
2082
|
+
readonly JDBC: "JDBC";
|
|
2083
|
+
readonly LIVY: "LIVY";
|
|
2084
|
+
readonly ODBC: "ODBC";
|
|
2085
|
+
readonly PRISM: "PRISM";
|
|
2086
|
+
};
|
|
2087
|
+
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
2088
|
+
export interface PhysicalEndpoint {
|
|
2089
|
+
awsLocation?: AwsLocation | undefined;
|
|
2090
|
+
glueConnectionName?: string | undefined;
|
|
2091
|
+
glueConnection?: GlueConnection | undefined;
|
|
2092
|
+
host?: string | undefined;
|
|
2093
|
+
port?: number | undefined;
|
|
2094
|
+
protocol?: Protocol | undefined;
|
|
2095
|
+
stage?: string | undefined;
|
|
2096
|
+
}
|
|
2097
|
+
export interface ConnectionSummary {
|
|
2098
|
+
connectionId: string | undefined;
|
|
2099
|
+
domainId: string | undefined;
|
|
2100
|
+
domainUnitId: string | undefined;
|
|
2101
|
+
environmentId?: string | undefined;
|
|
2102
|
+
name: string | undefined;
|
|
2103
|
+
physicalEndpoints: PhysicalEndpoint[] | undefined;
|
|
2104
|
+
projectId?: string | undefined;
|
|
2105
|
+
props?: ConnectionPropertiesOutput | undefined;
|
|
2106
|
+
type: ConnectionType | undefined;
|
|
2107
|
+
}
|
|
2108
|
+
export interface CreateConnectionInput {
|
|
2109
|
+
awsLocation?: AwsLocation | undefined;
|
|
2110
|
+
clientToken?: string | undefined;
|
|
2111
|
+
description?: string | undefined;
|
|
2112
|
+
domainIdentifier: string | undefined;
|
|
2113
|
+
environmentIdentifier: string | undefined;
|
|
2114
|
+
name: string | undefined;
|
|
2115
|
+
props?: ConnectionPropertiesInput | undefined;
|
|
2116
|
+
}
|
|
2117
|
+
export interface CreateConnectionOutput {
|
|
2118
|
+
connectionId: string | undefined;
|
|
2119
|
+
description?: string | undefined;
|
|
2120
|
+
domainId: string | undefined;
|
|
2121
|
+
domainUnitId: string | undefined;
|
|
2122
|
+
environmentId?: string | undefined;
|
|
2123
|
+
name: string | undefined;
|
|
2124
|
+
physicalEndpoints: PhysicalEndpoint[] | undefined;
|
|
2125
|
+
projectId?: string | undefined;
|
|
2126
|
+
props?: ConnectionPropertiesOutput | undefined;
|
|
2127
|
+
type: ConnectionType | undefined;
|
|
2128
|
+
}
|
|
1340
2129
|
export declare const DataProductItemType: {
|
|
1341
2130
|
readonly ASSET: "ASSET";
|
|
1342
2131
|
};
|
|
@@ -1426,6 +2215,7 @@ export interface GlueRunConfigurationInput {
|
|
|
1426
2215
|
dataAccessRole?: string | undefined;
|
|
1427
2216
|
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
1428
2217
|
autoImportDataQualityResult?: boolean | undefined;
|
|
2218
|
+
catalogName?: string | undefined;
|
|
1429
2219
|
}
|
|
1430
2220
|
export interface RedshiftCredentialConfiguration {
|
|
1431
2221
|
secretManagerArn: string | undefined;
|
|
@@ -1466,32 +2256,46 @@ export declare namespace RedshiftStorage {
|
|
|
1466
2256
|
export interface RedshiftRunConfigurationInput {
|
|
1467
2257
|
dataAccessRole?: string | undefined;
|
|
1468
2258
|
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
1469
|
-
redshiftCredentialConfiguration
|
|
1470
|
-
redshiftStorage
|
|
2259
|
+
redshiftCredentialConfiguration?: RedshiftCredentialConfiguration | undefined;
|
|
2260
|
+
redshiftStorage?: RedshiftStorage | undefined;
|
|
2261
|
+
}
|
|
2262
|
+
export interface SageMakerRunConfigurationInput {
|
|
2263
|
+
trackingAssets: Record<string, string[]> | undefined;
|
|
1471
2264
|
}
|
|
1472
2265
|
export type DataSourceConfigurationInput =
|
|
1473
2266
|
| DataSourceConfigurationInput.GlueRunConfigurationMember
|
|
1474
2267
|
| DataSourceConfigurationInput.RedshiftRunConfigurationMember
|
|
2268
|
+
| DataSourceConfigurationInput.SageMakerRunConfigurationMember
|
|
1475
2269
|
| DataSourceConfigurationInput.$UnknownMember;
|
|
1476
2270
|
export declare namespace DataSourceConfigurationInput {
|
|
1477
2271
|
interface GlueRunConfigurationMember {
|
|
1478
2272
|
glueRunConfiguration: GlueRunConfigurationInput;
|
|
1479
2273
|
redshiftRunConfiguration?: never;
|
|
2274
|
+
sageMakerRunConfiguration?: never;
|
|
1480
2275
|
$unknown?: never;
|
|
1481
2276
|
}
|
|
1482
2277
|
interface RedshiftRunConfigurationMember {
|
|
1483
2278
|
glueRunConfiguration?: never;
|
|
1484
2279
|
redshiftRunConfiguration: RedshiftRunConfigurationInput;
|
|
2280
|
+
sageMakerRunConfiguration?: never;
|
|
2281
|
+
$unknown?: never;
|
|
2282
|
+
}
|
|
2283
|
+
interface SageMakerRunConfigurationMember {
|
|
2284
|
+
glueRunConfiguration?: never;
|
|
2285
|
+
redshiftRunConfiguration?: never;
|
|
2286
|
+
sageMakerRunConfiguration: SageMakerRunConfigurationInput;
|
|
1485
2287
|
$unknown?: never;
|
|
1486
2288
|
}
|
|
1487
2289
|
interface $UnknownMember {
|
|
1488
2290
|
glueRunConfiguration?: never;
|
|
1489
2291
|
redshiftRunConfiguration?: never;
|
|
2292
|
+
sageMakerRunConfiguration?: never;
|
|
1490
2293
|
$unknown: [string, any];
|
|
1491
2294
|
}
|
|
1492
2295
|
interface Visitor<T> {
|
|
1493
2296
|
glueRunConfiguration: (value: GlueRunConfigurationInput) => T;
|
|
1494
2297
|
redshiftRunConfiguration: (value: RedshiftRunConfigurationInput) => T;
|
|
2298
|
+
sageMakerRunConfiguration: (value: SageMakerRunConfigurationInput) => T;
|
|
1495
2299
|
_: (name: string, value: any) => T;
|
|
1496
2300
|
}
|
|
1497
2301
|
const visit: <T>(
|
|
@@ -1583,7 +2387,8 @@ export interface CreateDataSourceInput {
|
|
|
1583
2387
|
description?: string | undefined;
|
|
1584
2388
|
domainIdentifier: string | undefined;
|
|
1585
2389
|
projectIdentifier: string | undefined;
|
|
1586
|
-
environmentIdentifier
|
|
2390
|
+
environmentIdentifier?: string | undefined;
|
|
2391
|
+
connectionIdentifier?: string | undefined;
|
|
1587
2392
|
type: string | undefined;
|
|
1588
2393
|
configuration?: DataSourceConfigurationInput | undefined;
|
|
1589
2394
|
recommendation?: RecommendationConfiguration | undefined;
|
|
@@ -1599,38 +2404,55 @@ export interface GlueRunConfigurationOutput {
|
|
|
1599
2404
|
dataAccessRole?: string | undefined;
|
|
1600
2405
|
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
1601
2406
|
autoImportDataQualityResult?: boolean | undefined;
|
|
2407
|
+
catalogName?: string | undefined;
|
|
1602
2408
|
}
|
|
1603
2409
|
export interface RedshiftRunConfigurationOutput {
|
|
1604
2410
|
accountId?: string | undefined;
|
|
1605
2411
|
region?: string | undefined;
|
|
1606
2412
|
dataAccessRole?: string | undefined;
|
|
1607
2413
|
relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
|
|
1608
|
-
redshiftCredentialConfiguration
|
|
2414
|
+
redshiftCredentialConfiguration?: RedshiftCredentialConfiguration | undefined;
|
|
1609
2415
|
redshiftStorage: RedshiftStorage | undefined;
|
|
1610
2416
|
}
|
|
2417
|
+
export interface SageMakerRunConfigurationOutput {
|
|
2418
|
+
accountId?: string | undefined;
|
|
2419
|
+
region?: string | undefined;
|
|
2420
|
+
trackingAssets: Record<string, string[]> | undefined;
|
|
2421
|
+
}
|
|
1611
2422
|
export type DataSourceConfigurationOutput =
|
|
1612
2423
|
| DataSourceConfigurationOutput.GlueRunConfigurationMember
|
|
1613
2424
|
| DataSourceConfigurationOutput.RedshiftRunConfigurationMember
|
|
2425
|
+
| DataSourceConfigurationOutput.SageMakerRunConfigurationMember
|
|
1614
2426
|
| DataSourceConfigurationOutput.$UnknownMember;
|
|
1615
2427
|
export declare namespace DataSourceConfigurationOutput {
|
|
1616
2428
|
interface GlueRunConfigurationMember {
|
|
1617
2429
|
glueRunConfiguration: GlueRunConfigurationOutput;
|
|
1618
2430
|
redshiftRunConfiguration?: never;
|
|
2431
|
+
sageMakerRunConfiguration?: never;
|
|
1619
2432
|
$unknown?: never;
|
|
1620
2433
|
}
|
|
1621
2434
|
interface RedshiftRunConfigurationMember {
|
|
1622
2435
|
glueRunConfiguration?: never;
|
|
1623
2436
|
redshiftRunConfiguration: RedshiftRunConfigurationOutput;
|
|
2437
|
+
sageMakerRunConfiguration?: never;
|
|
2438
|
+
$unknown?: never;
|
|
2439
|
+
}
|
|
2440
|
+
interface SageMakerRunConfigurationMember {
|
|
2441
|
+
glueRunConfiguration?: never;
|
|
2442
|
+
redshiftRunConfiguration?: never;
|
|
2443
|
+
sageMakerRunConfiguration: SageMakerRunConfigurationOutput;
|
|
1624
2444
|
$unknown?: never;
|
|
1625
2445
|
}
|
|
1626
2446
|
interface $UnknownMember {
|
|
1627
2447
|
glueRunConfiguration?: never;
|
|
1628
2448
|
redshiftRunConfiguration?: never;
|
|
2449
|
+
sageMakerRunConfiguration?: never;
|
|
1629
2450
|
$unknown: [string, any];
|
|
1630
2451
|
}
|
|
1631
2452
|
interface Visitor<T> {
|
|
1632
2453
|
glueRunConfiguration: (value: GlueRunConfigurationOutput) => T;
|
|
1633
2454
|
redshiftRunConfiguration: (value: RedshiftRunConfigurationOutput) => T;
|
|
2455
|
+
sageMakerRunConfiguration: (value: SageMakerRunConfigurationOutput) => T;
|
|
1634
2456
|
_: (name: string, value: any) => T;
|
|
1635
2457
|
}
|
|
1636
2458
|
const visit: <T>(
|
|
@@ -1682,7 +2504,8 @@ export interface CreateDataSourceOutput {
|
|
|
1682
2504
|
description?: string | undefined;
|
|
1683
2505
|
domainId: string | undefined;
|
|
1684
2506
|
projectId: string | undefined;
|
|
1685
|
-
environmentId
|
|
2507
|
+
environmentId?: string | undefined;
|
|
2508
|
+
connectionId?: string | undefined;
|
|
1686
2509
|
configuration?: DataSourceConfigurationOutput | undefined;
|
|
1687
2510
|
recommendation?: RecommendationConfiguration | undefined;
|
|
1688
2511
|
enableSetting?: EnableSetting | undefined;
|
|
@@ -1696,6 +2519,11 @@ export interface CreateDataSourceOutput {
|
|
|
1696
2519
|
createdAt?: Date | undefined;
|
|
1697
2520
|
updatedAt?: Date | undefined;
|
|
1698
2521
|
}
|
|
2522
|
+
export declare const DomainVersion: {
|
|
2523
|
+
readonly V1: "V1";
|
|
2524
|
+
readonly V2: "V2";
|
|
2525
|
+
};
|
|
2526
|
+
export type DomainVersion = (typeof DomainVersion)[keyof typeof DomainVersion];
|
|
1699
2527
|
export declare const UserAssignment: {
|
|
1700
2528
|
readonly AUTOMATIC: "AUTOMATIC";
|
|
1701
2529
|
readonly MANUAL: "MANUAL";
|
|
@@ -1713,6 +2541,8 @@ export interface CreateDomainInput {
|
|
|
1713
2541
|
domainExecutionRole: string | undefined;
|
|
1714
2542
|
kmsKeyIdentifier?: string | undefined;
|
|
1715
2543
|
tags?: Record<string, string> | undefined;
|
|
2544
|
+
domainVersion?: DomainVersion | undefined;
|
|
2545
|
+
serviceRole?: string | undefined;
|
|
1716
2546
|
clientToken?: string | undefined;
|
|
1717
2547
|
}
|
|
1718
2548
|
export declare const DomainStatus: {
|
|
@@ -1736,6 +2566,8 @@ export interface CreateDomainOutput {
|
|
|
1736
2566
|
status?: DomainStatus | undefined;
|
|
1737
2567
|
portalUrl?: string | undefined;
|
|
1738
2568
|
tags?: Record<string, string> | undefined;
|
|
2569
|
+
domainVersion?: DomainVersion | undefined;
|
|
2570
|
+
serviceRole?: string | undefined;
|
|
1739
2571
|
}
|
|
1740
2572
|
export interface CreateDomainUnitInput {
|
|
1741
2573
|
domainIdentifier: string | undefined;
|
|
@@ -1803,6 +2635,8 @@ export interface CreateEnvironmentInput {
|
|
|
1803
2635
|
environmentAccountIdentifier?: string | undefined;
|
|
1804
2636
|
environmentAccountRegion?: string | undefined;
|
|
1805
2637
|
environmentBlueprintIdentifier?: string | undefined;
|
|
2638
|
+
deploymentOrder?: number | undefined;
|
|
2639
|
+
environmentConfigurationId?: string | undefined;
|
|
1806
2640
|
}
|
|
1807
2641
|
export interface DeploymentProperties {
|
|
1808
2642
|
startTimeoutMinutes?: number | undefined;
|
|
@@ -2072,12 +2906,31 @@ export interface CreateListingChangeSetOutput {
|
|
|
2072
2906
|
listingRevision: string | undefined;
|
|
2073
2907
|
status: ListingStatus | undefined;
|
|
2074
2908
|
}
|
|
2909
|
+
export interface EnvironmentConfigurationUserParameter {
|
|
2910
|
+
environmentConfigurationName?: string | undefined;
|
|
2911
|
+
environmentParameters?: EnvironmentParameter[] | undefined;
|
|
2912
|
+
}
|
|
2075
2913
|
export interface CreateProjectInput {
|
|
2076
2914
|
domainIdentifier: string | undefined;
|
|
2077
2915
|
name: string | undefined;
|
|
2078
2916
|
description?: string | undefined;
|
|
2079
2917
|
glossaryTerms?: string[] | undefined;
|
|
2080
2918
|
domainUnitId?: string | undefined;
|
|
2919
|
+
projectProfileId?: string | undefined;
|
|
2920
|
+
userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
|
|
2921
|
+
}
|
|
2922
|
+
export declare const OverallDeploymentStatus: {
|
|
2923
|
+
readonly FAILED_DEPLOYMENT: "FAILED_DEPLOYMENT";
|
|
2924
|
+
readonly FAILED_VALIDATION: "FAILED_VALIDATION";
|
|
2925
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2926
|
+
readonly PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT";
|
|
2927
|
+
readonly SUCCESSFUL: "SUCCESSFUL";
|
|
2928
|
+
};
|
|
2929
|
+
export type OverallDeploymentStatus =
|
|
2930
|
+
(typeof OverallDeploymentStatus)[keyof typeof OverallDeploymentStatus];
|
|
2931
|
+
export interface EnvironmentDeploymentDetails {
|
|
2932
|
+
overallDeploymentStatus?: OverallDeploymentStatus | undefined;
|
|
2933
|
+
environmentFailureReasons?: Record<string, EnvironmentError[]> | undefined;
|
|
2081
2934
|
}
|
|
2082
2935
|
export interface ProjectDeletionError {
|
|
2083
2936
|
code?: string | undefined;
|
|
@@ -2101,6 +2954,9 @@ export interface CreateProjectOutput {
|
|
|
2101
2954
|
lastUpdatedAt?: Date | undefined;
|
|
2102
2955
|
glossaryTerms?: string[] | undefined;
|
|
2103
2956
|
domainUnitId?: string | undefined;
|
|
2957
|
+
projectProfileId?: string | undefined;
|
|
2958
|
+
userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
|
|
2959
|
+
environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
|
|
2104
2960
|
}
|
|
2105
2961
|
export declare const UserDesignation: {
|
|
2106
2962
|
readonly PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER";
|
|
@@ -2145,6 +3001,87 @@ export interface CreateProjectMembershipInput {
|
|
|
2145
3001
|
designation: UserDesignation | undefined;
|
|
2146
3002
|
}
|
|
2147
3003
|
export interface CreateProjectMembershipOutput {}
|
|
3004
|
+
export type Region =
|
|
3005
|
+
| Region.RegionNameMember
|
|
3006
|
+
| Region.RegionNamePathMember
|
|
3007
|
+
| Region.$UnknownMember;
|
|
3008
|
+
export declare namespace Region {
|
|
3009
|
+
interface RegionNameMember {
|
|
3010
|
+
regionName: string;
|
|
3011
|
+
regionNamePath?: never;
|
|
3012
|
+
$unknown?: never;
|
|
3013
|
+
}
|
|
3014
|
+
interface RegionNamePathMember {
|
|
3015
|
+
regionName?: never;
|
|
3016
|
+
regionNamePath: string;
|
|
3017
|
+
$unknown?: never;
|
|
3018
|
+
}
|
|
3019
|
+
interface $UnknownMember {
|
|
3020
|
+
regionName?: never;
|
|
3021
|
+
regionNamePath?: never;
|
|
3022
|
+
$unknown: [string, any];
|
|
3023
|
+
}
|
|
3024
|
+
interface Visitor<T> {
|
|
3025
|
+
regionName: (value: string) => T;
|
|
3026
|
+
regionNamePath: (value: string) => T;
|
|
3027
|
+
_: (name: string, value: any) => T;
|
|
3028
|
+
}
|
|
3029
|
+
const visit: <T>(value: Region, visitor: Visitor<T>) => T;
|
|
3030
|
+
}
|
|
3031
|
+
export interface EnvironmentConfigurationParameter {
|
|
3032
|
+
name?: string | undefined;
|
|
3033
|
+
value?: string | undefined;
|
|
3034
|
+
isEditable?: boolean | undefined;
|
|
3035
|
+
}
|
|
3036
|
+
export interface EnvironmentConfigurationParametersDetails {
|
|
3037
|
+
ssmPath?: string | undefined;
|
|
3038
|
+
parameterOverrides?: EnvironmentConfigurationParameter[] | undefined;
|
|
3039
|
+
resolvedParameters?: EnvironmentConfigurationParameter[] | undefined;
|
|
3040
|
+
}
|
|
3041
|
+
export declare const DeploymentMode: {
|
|
3042
|
+
readonly ON_CREATE: "ON_CREATE";
|
|
3043
|
+
readonly ON_DEMAND: "ON_DEMAND";
|
|
3044
|
+
};
|
|
3045
|
+
export type DeploymentMode =
|
|
3046
|
+
(typeof DeploymentMode)[keyof typeof DeploymentMode];
|
|
3047
|
+
export interface EnvironmentConfiguration {
|
|
3048
|
+
name: string | undefined;
|
|
3049
|
+
id?: string | undefined;
|
|
3050
|
+
environmentBlueprintId: string | undefined;
|
|
3051
|
+
description?: string | undefined;
|
|
3052
|
+
deploymentMode?: DeploymentMode | undefined;
|
|
3053
|
+
configurationParameters?:
|
|
3054
|
+
| EnvironmentConfigurationParametersDetails
|
|
3055
|
+
| undefined;
|
|
3056
|
+
awsAccount: AwsAccount | undefined;
|
|
3057
|
+
awsRegion: Region | undefined;
|
|
3058
|
+
deploymentOrder?: number | undefined;
|
|
3059
|
+
}
|
|
3060
|
+
export declare const Status: {
|
|
3061
|
+
readonly DISABLED: "DISABLED";
|
|
3062
|
+
readonly ENABLED: "ENABLED";
|
|
3063
|
+
};
|
|
3064
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
3065
|
+
export interface CreateProjectProfileInput {
|
|
3066
|
+
domainIdentifier: string | undefined;
|
|
3067
|
+
name: string | undefined;
|
|
3068
|
+
description?: string | undefined;
|
|
3069
|
+
status?: Status | undefined;
|
|
3070
|
+
environmentConfigurations?: EnvironmentConfiguration[] | undefined;
|
|
3071
|
+
domainUnitIdentifier?: string | undefined;
|
|
3072
|
+
}
|
|
3073
|
+
export interface CreateProjectProfileOutput {
|
|
3074
|
+
domainId: string | undefined;
|
|
3075
|
+
id: string | undefined;
|
|
3076
|
+
name: string | undefined;
|
|
3077
|
+
description?: string | undefined;
|
|
3078
|
+
status?: Status | undefined;
|
|
3079
|
+
environmentConfigurations?: EnvironmentConfiguration[] | undefined;
|
|
3080
|
+
createdBy: string | undefined;
|
|
3081
|
+
createdAt?: Date | undefined;
|
|
3082
|
+
lastUpdatedAt?: Date | undefined;
|
|
3083
|
+
domainUnitId?: string | undefined;
|
|
3084
|
+
}
|
|
2148
3085
|
export declare const RuleAction: {
|
|
2149
3086
|
readonly CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST";
|
|
2150
3087
|
};
|
|
@@ -2262,7 +3199,7 @@ export declare namespace GrantedEntityInput {
|
|
|
2262
3199
|
export interface CreateSubscriptionGrantInput {
|
|
2263
3200
|
domainIdentifier: string | undefined;
|
|
2264
3201
|
environmentIdentifier: string | undefined;
|
|
2265
|
-
subscriptionTargetIdentifier
|
|
3202
|
+
subscriptionTargetIdentifier?: string | undefined;
|
|
2266
3203
|
grantedEntity: GrantedEntityInput | undefined;
|
|
2267
3204
|
assetTargetNames?: AssetTargetNameMap[] | undefined;
|
|
2268
3205
|
clientToken?: string | undefined;
|
|
@@ -2344,612 +3281,6 @@ export interface SubscribedListingInput {
|
|
|
2344
3281
|
export interface SubscribedProjectInput {
|
|
2345
3282
|
identifier?: string | undefined;
|
|
2346
3283
|
}
|
|
2347
|
-
export type SubscribedPrincipalInput =
|
|
2348
|
-
| SubscribedPrincipalInput.ProjectMember
|
|
2349
|
-
| SubscribedPrincipalInput.$UnknownMember;
|
|
2350
|
-
export declare namespace SubscribedPrincipalInput {
|
|
2351
|
-
interface ProjectMember {
|
|
2352
|
-
project: SubscribedProjectInput;
|
|
2353
|
-
$unknown?: never;
|
|
2354
|
-
}
|
|
2355
|
-
interface $UnknownMember {
|
|
2356
|
-
project?: never;
|
|
2357
|
-
$unknown: [string, any];
|
|
2358
|
-
}
|
|
2359
|
-
interface Visitor<T> {
|
|
2360
|
-
project: (value: SubscribedProjectInput) => T;
|
|
2361
|
-
_: (name: string, value: any) => T;
|
|
2362
|
-
}
|
|
2363
|
-
const visit: <T>(value: SubscribedPrincipalInput, visitor: Visitor<T>) => T;
|
|
2364
|
-
}
|
|
2365
|
-
export interface CreateSubscriptionRequestInput {
|
|
2366
|
-
domainIdentifier: string | undefined;
|
|
2367
|
-
subscribedPrincipals: SubscribedPrincipalInput[] | undefined;
|
|
2368
|
-
subscribedListings: SubscribedListingInput[] | undefined;
|
|
2369
|
-
requestReason: string | undefined;
|
|
2370
|
-
clientToken?: string | undefined;
|
|
2371
|
-
metadataForms?: FormInput[] | undefined;
|
|
2372
|
-
}
|
|
2373
|
-
export interface CreateSubscriptionRequestOutput {
|
|
2374
|
-
id: string | undefined;
|
|
2375
|
-
createdBy: string | undefined;
|
|
2376
|
-
updatedBy?: string | undefined;
|
|
2377
|
-
domainId: string | undefined;
|
|
2378
|
-
status: SubscriptionRequestStatus | undefined;
|
|
2379
|
-
createdAt: Date | undefined;
|
|
2380
|
-
updatedAt: Date | undefined;
|
|
2381
|
-
requestReason: string | undefined;
|
|
2382
|
-
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
2383
|
-
subscribedListings: SubscribedListing[] | undefined;
|
|
2384
|
-
reviewerId?: string | undefined;
|
|
2385
|
-
decisionComment?: string | undefined;
|
|
2386
|
-
existingSubscriptionId?: string | undefined;
|
|
2387
|
-
metadataForms?: FormOutput[] | undefined;
|
|
2388
|
-
}
|
|
2389
|
-
export interface SubscriptionTargetForm {
|
|
2390
|
-
formName: string | undefined;
|
|
2391
|
-
content: string | undefined;
|
|
2392
|
-
}
|
|
2393
|
-
export interface CreateSubscriptionTargetInput {
|
|
2394
|
-
domainIdentifier: string | undefined;
|
|
2395
|
-
environmentIdentifier: string | undefined;
|
|
2396
|
-
name: string | undefined;
|
|
2397
|
-
type: string | undefined;
|
|
2398
|
-
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
2399
|
-
authorizedPrincipals: string[] | undefined;
|
|
2400
|
-
manageAccessRole: string | undefined;
|
|
2401
|
-
applicableAssetTypes: string[] | undefined;
|
|
2402
|
-
provider?: string | undefined;
|
|
2403
|
-
clientToken?: string | undefined;
|
|
2404
|
-
}
|
|
2405
|
-
export interface CreateSubscriptionTargetOutput {
|
|
2406
|
-
id: string | undefined;
|
|
2407
|
-
authorizedPrincipals: string[] | undefined;
|
|
2408
|
-
domainId: string | undefined;
|
|
2409
|
-
projectId: string | undefined;
|
|
2410
|
-
environmentId: string | undefined;
|
|
2411
|
-
name: string | undefined;
|
|
2412
|
-
type: string | undefined;
|
|
2413
|
-
createdBy: string | undefined;
|
|
2414
|
-
updatedBy?: string | undefined;
|
|
2415
|
-
createdAt: Date | undefined;
|
|
2416
|
-
updatedAt?: Date | undefined;
|
|
2417
|
-
manageAccessRole: string | undefined;
|
|
2418
|
-
applicableAssetTypes: string[] | undefined;
|
|
2419
|
-
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
2420
|
-
provider: string | undefined;
|
|
2421
|
-
}
|
|
2422
|
-
export declare const UserType: {
|
|
2423
|
-
readonly IAM_ROLE: "IAM_ROLE";
|
|
2424
|
-
readonly IAM_USER: "IAM_USER";
|
|
2425
|
-
readonly SSO_USER: "SSO_USER";
|
|
2426
|
-
};
|
|
2427
|
-
export type UserType = (typeof UserType)[keyof typeof UserType];
|
|
2428
|
-
export interface CreateUserProfileInput {
|
|
2429
|
-
domainIdentifier: string | undefined;
|
|
2430
|
-
userIdentifier: string | undefined;
|
|
2431
|
-
userType?: UserType | undefined;
|
|
2432
|
-
clientToken?: string | undefined;
|
|
2433
|
-
}
|
|
2434
|
-
export interface IamUserProfileDetails {
|
|
2435
|
-
arn?: string | undefined;
|
|
2436
|
-
}
|
|
2437
|
-
export interface SsoUserProfileDetails {
|
|
2438
|
-
username?: string | undefined;
|
|
2439
|
-
firstName?: string | undefined;
|
|
2440
|
-
lastName?: string | undefined;
|
|
2441
|
-
}
|
|
2442
|
-
export type UserProfileDetails =
|
|
2443
|
-
| UserProfileDetails.IamMember
|
|
2444
|
-
| UserProfileDetails.SsoMember
|
|
2445
|
-
| UserProfileDetails.$UnknownMember;
|
|
2446
|
-
export declare namespace UserProfileDetails {
|
|
2447
|
-
interface IamMember {
|
|
2448
|
-
iam: IamUserProfileDetails;
|
|
2449
|
-
sso?: never;
|
|
2450
|
-
$unknown?: never;
|
|
2451
|
-
}
|
|
2452
|
-
interface SsoMember {
|
|
2453
|
-
iam?: never;
|
|
2454
|
-
sso: SsoUserProfileDetails;
|
|
2455
|
-
$unknown?: never;
|
|
2456
|
-
}
|
|
2457
|
-
interface $UnknownMember {
|
|
2458
|
-
iam?: never;
|
|
2459
|
-
sso?: never;
|
|
2460
|
-
$unknown: [string, any];
|
|
2461
|
-
}
|
|
2462
|
-
interface Visitor<T> {
|
|
2463
|
-
iam: (value: IamUserProfileDetails) => T;
|
|
2464
|
-
sso: (value: SsoUserProfileDetails) => T;
|
|
2465
|
-
_: (name: string, value: any) => T;
|
|
2466
|
-
}
|
|
2467
|
-
const visit: <T>(value: UserProfileDetails, visitor: Visitor<T>) => T;
|
|
2468
|
-
}
|
|
2469
|
-
export declare const UserProfileStatus: {
|
|
2470
|
-
readonly ACTIVATED: "ACTIVATED";
|
|
2471
|
-
readonly ASSIGNED: "ASSIGNED";
|
|
2472
|
-
readonly DEACTIVATED: "DEACTIVATED";
|
|
2473
|
-
readonly NOT_ASSIGNED: "NOT_ASSIGNED";
|
|
2474
|
-
};
|
|
2475
|
-
export type UserProfileStatus =
|
|
2476
|
-
(typeof UserProfileStatus)[keyof typeof UserProfileStatus];
|
|
2477
|
-
export declare const UserProfileType: {
|
|
2478
|
-
readonly IAM: "IAM";
|
|
2479
|
-
readonly SSO: "SSO";
|
|
2480
|
-
};
|
|
2481
|
-
export type UserProfileType =
|
|
2482
|
-
(typeof UserProfileType)[keyof typeof UserProfileType];
|
|
2483
|
-
export interface CreateUserProfileOutput {
|
|
2484
|
-
domainId?: string | undefined;
|
|
2485
|
-
id?: string | undefined;
|
|
2486
|
-
type?: UserProfileType | undefined;
|
|
2487
|
-
status?: UserProfileStatus | undefined;
|
|
2488
|
-
details?: UserProfileDetails | undefined;
|
|
2489
|
-
}
|
|
2490
|
-
export declare const DataAssetActivityStatus: {
|
|
2491
|
-
readonly FAILED: "FAILED";
|
|
2492
|
-
readonly PUBLISHING_FAILED: "PUBLISHING_FAILED";
|
|
2493
|
-
readonly SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED";
|
|
2494
|
-
readonly SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED";
|
|
2495
|
-
readonly SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS";
|
|
2496
|
-
readonly SUCCEEDED_CREATED: "SUCCEEDED_CREATED";
|
|
2497
|
-
readonly SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED";
|
|
2498
|
-
readonly UNCHANGED: "UNCHANGED";
|
|
2499
|
-
};
|
|
2500
|
-
export type DataAssetActivityStatus =
|
|
2501
|
-
(typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
|
|
2502
|
-
export interface DeleteDataProductInput {
|
|
2503
|
-
domainIdentifier: string | undefined;
|
|
2504
|
-
identifier: string | undefined;
|
|
2505
|
-
}
|
|
2506
|
-
export interface DeleteDataProductOutput {}
|
|
2507
|
-
export interface GetDataProductInput {
|
|
2508
|
-
domainIdentifier: string | undefined;
|
|
2509
|
-
identifier: string | undefined;
|
|
2510
|
-
revision?: string | undefined;
|
|
2511
|
-
}
|
|
2512
|
-
export interface GetDataProductOutput {
|
|
2513
|
-
domainId: string | undefined;
|
|
2514
|
-
id: string | undefined;
|
|
2515
|
-
revision: string | undefined;
|
|
2516
|
-
owningProjectId: string | undefined;
|
|
2517
|
-
name: string | undefined;
|
|
2518
|
-
status: DataProductStatus | undefined;
|
|
2519
|
-
description?: string | undefined;
|
|
2520
|
-
glossaryTerms?: string[] | undefined;
|
|
2521
|
-
items?: DataProductItem[] | undefined;
|
|
2522
|
-
formsOutput?: FormOutput[] | undefined;
|
|
2523
|
-
createdAt?: Date | undefined;
|
|
2524
|
-
createdBy?: string | undefined;
|
|
2525
|
-
firstRevisionCreatedAt?: Date | undefined;
|
|
2526
|
-
firstRevisionCreatedBy?: string | undefined;
|
|
2527
|
-
}
|
|
2528
|
-
export interface ListingSummary {
|
|
2529
|
-
listingId?: string | undefined;
|
|
2530
|
-
listingRevision?: string | undefined;
|
|
2531
|
-
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
2532
|
-
}
|
|
2533
|
-
export interface DataProductListing {
|
|
2534
|
-
dataProductId?: string | undefined;
|
|
2535
|
-
dataProductRevision?: string | undefined;
|
|
2536
|
-
createdAt?: Date | undefined;
|
|
2537
|
-
forms?: string | undefined;
|
|
2538
|
-
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
2539
|
-
owningProjectId?: string | undefined;
|
|
2540
|
-
items?: ListingSummary[] | undefined;
|
|
2541
|
-
}
|
|
2542
|
-
export interface DataProductListingItemAdditionalAttributes {
|
|
2543
|
-
forms?: string | undefined;
|
|
2544
|
-
}
|
|
2545
|
-
export interface ListingSummaryItem {
|
|
2546
|
-
listingId?: string | undefined;
|
|
2547
|
-
listingRevision?: string | undefined;
|
|
2548
|
-
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
2549
|
-
}
|
|
2550
|
-
export interface DataProductListingItem {
|
|
2551
|
-
listingId?: string | undefined;
|
|
2552
|
-
listingRevision?: string | undefined;
|
|
2553
|
-
name?: string | undefined;
|
|
2554
|
-
entityId?: string | undefined;
|
|
2555
|
-
entityRevision?: string | undefined;
|
|
2556
|
-
description?: string | undefined;
|
|
2557
|
-
createdAt?: Date | undefined;
|
|
2558
|
-
listingCreatedBy?: string | undefined;
|
|
2559
|
-
listingUpdatedBy?: string | undefined;
|
|
2560
|
-
glossaryTerms?: DetailedGlossaryTerm[] | undefined;
|
|
2561
|
-
owningProjectId?: string | undefined;
|
|
2562
|
-
additionalAttributes?: DataProductListingItemAdditionalAttributes | undefined;
|
|
2563
|
-
items?: ListingSummaryItem[] | undefined;
|
|
2564
|
-
}
|
|
2565
|
-
export interface DataProductResultItem {
|
|
2566
|
-
domainId: string | undefined;
|
|
2567
|
-
id: string | undefined;
|
|
2568
|
-
name: string | undefined;
|
|
2569
|
-
owningProjectId: string | undefined;
|
|
2570
|
-
description?: string | undefined;
|
|
2571
|
-
glossaryTerms?: string[] | undefined;
|
|
2572
|
-
createdAt?: Date | undefined;
|
|
2573
|
-
createdBy?: string | undefined;
|
|
2574
|
-
firstRevisionCreatedAt?: Date | undefined;
|
|
2575
|
-
firstRevisionCreatedBy?: string | undefined;
|
|
2576
|
-
}
|
|
2577
|
-
export interface DataProductRevision {
|
|
2578
|
-
domainId?: string | undefined;
|
|
2579
|
-
id?: string | undefined;
|
|
2580
|
-
revision?: string | undefined;
|
|
2581
|
-
createdAt?: Date | undefined;
|
|
2582
|
-
createdBy?: string | undefined;
|
|
2583
|
-
}
|
|
2584
|
-
export interface DeleteDataSourceInput {
|
|
2585
|
-
domainIdentifier: string | undefined;
|
|
2586
|
-
identifier: string | undefined;
|
|
2587
|
-
clientToken?: string | undefined;
|
|
2588
|
-
retainPermissionsOnRevokeFailure?: boolean | undefined;
|
|
2589
|
-
}
|
|
2590
|
-
export declare const SelfGrantStatus: {
|
|
2591
|
-
readonly GRANTED: "GRANTED";
|
|
2592
|
-
readonly GRANT_FAILED: "GRANT_FAILED";
|
|
2593
|
-
readonly GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS";
|
|
2594
|
-
readonly GRANT_PENDING: "GRANT_PENDING";
|
|
2595
|
-
readonly REVOKE_FAILED: "REVOKE_FAILED";
|
|
2596
|
-
readonly REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS";
|
|
2597
|
-
readonly REVOKE_PENDING: "REVOKE_PENDING";
|
|
2598
|
-
};
|
|
2599
|
-
export type SelfGrantStatus =
|
|
2600
|
-
(typeof SelfGrantStatus)[keyof typeof SelfGrantStatus];
|
|
2601
|
-
export interface SelfGrantStatusDetail {
|
|
2602
|
-
databaseName: string | undefined;
|
|
2603
|
-
schemaName?: string | undefined;
|
|
2604
|
-
status: SelfGrantStatus | undefined;
|
|
2605
|
-
failureCause?: string | undefined;
|
|
2606
|
-
}
|
|
2607
|
-
export interface GlueSelfGrantStatusOutput {
|
|
2608
|
-
selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
|
|
2609
|
-
}
|
|
2610
|
-
export interface RedshiftSelfGrantStatusOutput {
|
|
2611
|
-
selfGrantStatusDetails: SelfGrantStatusDetail[] | undefined;
|
|
2612
|
-
}
|
|
2613
|
-
export type SelfGrantStatusOutput =
|
|
2614
|
-
| SelfGrantStatusOutput.GlueSelfGrantStatusMember
|
|
2615
|
-
| SelfGrantStatusOutput.RedshiftSelfGrantStatusMember
|
|
2616
|
-
| SelfGrantStatusOutput.$UnknownMember;
|
|
2617
|
-
export declare namespace SelfGrantStatusOutput {
|
|
2618
|
-
interface GlueSelfGrantStatusMember {
|
|
2619
|
-
glueSelfGrantStatus: GlueSelfGrantStatusOutput;
|
|
2620
|
-
redshiftSelfGrantStatus?: never;
|
|
2621
|
-
$unknown?: never;
|
|
2622
|
-
}
|
|
2623
|
-
interface RedshiftSelfGrantStatusMember {
|
|
2624
|
-
glueSelfGrantStatus?: never;
|
|
2625
|
-
redshiftSelfGrantStatus: RedshiftSelfGrantStatusOutput;
|
|
2626
|
-
$unknown?: never;
|
|
2627
|
-
}
|
|
2628
|
-
interface $UnknownMember {
|
|
2629
|
-
glueSelfGrantStatus?: never;
|
|
2630
|
-
redshiftSelfGrantStatus?: never;
|
|
2631
|
-
$unknown: [string, any];
|
|
2632
|
-
}
|
|
2633
|
-
interface Visitor<T> {
|
|
2634
|
-
glueSelfGrantStatus: (value: GlueSelfGrantStatusOutput) => T;
|
|
2635
|
-
redshiftSelfGrantStatus: (value: RedshiftSelfGrantStatusOutput) => T;
|
|
2636
|
-
_: (name: string, value: any) => T;
|
|
2637
|
-
}
|
|
2638
|
-
const visit: <T>(value: SelfGrantStatusOutput, visitor: Visitor<T>) => T;
|
|
2639
|
-
}
|
|
2640
|
-
export interface DeleteDataSourceOutput {
|
|
2641
|
-
id: string | undefined;
|
|
2642
|
-
status?: DataSourceStatus | undefined;
|
|
2643
|
-
type?: string | undefined;
|
|
2644
|
-
name: string | undefined;
|
|
2645
|
-
description?: string | undefined;
|
|
2646
|
-
domainId: string | undefined;
|
|
2647
|
-
projectId: string | undefined;
|
|
2648
|
-
environmentId: string | undefined;
|
|
2649
|
-
configuration?: DataSourceConfigurationOutput | undefined;
|
|
2650
|
-
enableSetting?: EnableSetting | undefined;
|
|
2651
|
-
publishOnImport?: boolean | undefined;
|
|
2652
|
-
assetFormsOutput?: FormOutput[] | undefined;
|
|
2653
|
-
schedule?: ScheduleConfiguration | undefined;
|
|
2654
|
-
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
2655
|
-
lastRunAt?: Date | undefined;
|
|
2656
|
-
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
2657
|
-
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2658
|
-
createdAt?: Date | undefined;
|
|
2659
|
-
updatedAt?: Date | undefined;
|
|
2660
|
-
selfGrantStatus?: SelfGrantStatusOutput | undefined;
|
|
2661
|
-
retainPermissionsOnRevokeFailure?: boolean | undefined;
|
|
2662
|
-
}
|
|
2663
|
-
export interface GetDataSourceInput {
|
|
2664
|
-
domainIdentifier: string | undefined;
|
|
2665
|
-
identifier: string | undefined;
|
|
2666
|
-
}
|
|
2667
|
-
export interface GetDataSourceOutput {
|
|
2668
|
-
id: string | undefined;
|
|
2669
|
-
status?: DataSourceStatus | undefined;
|
|
2670
|
-
type?: string | undefined;
|
|
2671
|
-
name: string | undefined;
|
|
2672
|
-
description?: string | undefined;
|
|
2673
|
-
domainId: string | undefined;
|
|
2674
|
-
projectId: string | undefined;
|
|
2675
|
-
environmentId: string | undefined;
|
|
2676
|
-
configuration?: DataSourceConfigurationOutput | undefined;
|
|
2677
|
-
recommendation?: RecommendationConfiguration | undefined;
|
|
2678
|
-
enableSetting?: EnableSetting | undefined;
|
|
2679
|
-
publishOnImport?: boolean | undefined;
|
|
2680
|
-
assetFormsOutput?: FormOutput[] | undefined;
|
|
2681
|
-
schedule?: ScheduleConfiguration | undefined;
|
|
2682
|
-
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
2683
|
-
lastRunAt?: Date | undefined;
|
|
2684
|
-
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
2685
|
-
lastRunAssetCount?: number | undefined;
|
|
2686
|
-
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2687
|
-
createdAt?: Date | undefined;
|
|
2688
|
-
updatedAt?: Date | undefined;
|
|
2689
|
-
selfGrantStatus?: SelfGrantStatusOutput | undefined;
|
|
2690
|
-
}
|
|
2691
|
-
export interface ListDataSourcesInput {
|
|
2692
|
-
domainIdentifier: string | undefined;
|
|
2693
|
-
projectIdentifier: string | undefined;
|
|
2694
|
-
environmentIdentifier?: string | undefined;
|
|
2695
|
-
type?: string | undefined;
|
|
2696
|
-
status?: DataSourceStatus | undefined;
|
|
2697
|
-
name?: string | undefined;
|
|
2698
|
-
nextToken?: string | undefined;
|
|
2699
|
-
maxResults?: number | undefined;
|
|
2700
|
-
}
|
|
2701
|
-
export interface DataSourceSummary {
|
|
2702
|
-
domainId: string | undefined;
|
|
2703
|
-
environmentId: string | undefined;
|
|
2704
|
-
dataSourceId: string | undefined;
|
|
2705
|
-
name: string | undefined;
|
|
2706
|
-
type: string | undefined;
|
|
2707
|
-
status: DataSourceStatus | undefined;
|
|
2708
|
-
enableSetting?: EnableSetting | undefined;
|
|
2709
|
-
schedule?: ScheduleConfiguration | undefined;
|
|
2710
|
-
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
2711
|
-
lastRunAt?: Date | undefined;
|
|
2712
|
-
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
2713
|
-
lastRunAssetCount?: number | undefined;
|
|
2714
|
-
createdAt?: Date | undefined;
|
|
2715
|
-
updatedAt?: Date | undefined;
|
|
2716
|
-
}
|
|
2717
|
-
export interface ListDataSourcesOutput {
|
|
2718
|
-
items: DataSourceSummary[] | undefined;
|
|
2719
|
-
nextToken?: string | undefined;
|
|
2720
|
-
}
|
|
2721
|
-
export interface UpdateDataSourceInput {
|
|
2722
|
-
domainIdentifier: string | undefined;
|
|
2723
|
-
identifier: string | undefined;
|
|
2724
|
-
name?: string | undefined;
|
|
2725
|
-
description?: string | undefined;
|
|
2726
|
-
enableSetting?: EnableSetting | undefined;
|
|
2727
|
-
publishOnImport?: boolean | undefined;
|
|
2728
|
-
assetFormsInput?: FormInput[] | undefined;
|
|
2729
|
-
schedule?: ScheduleConfiguration | undefined;
|
|
2730
|
-
configuration?: DataSourceConfigurationInput | undefined;
|
|
2731
|
-
recommendation?: RecommendationConfiguration | undefined;
|
|
2732
|
-
retainPermissionsOnRevokeFailure?: boolean | undefined;
|
|
2733
|
-
}
|
|
2734
|
-
export interface UpdateDataSourceOutput {
|
|
2735
|
-
id: string | undefined;
|
|
2736
|
-
status?: DataSourceStatus | undefined;
|
|
2737
|
-
type?: string | undefined;
|
|
2738
|
-
name: string | undefined;
|
|
2739
|
-
description?: string | undefined;
|
|
2740
|
-
domainId: string | undefined;
|
|
2741
|
-
projectId: string | undefined;
|
|
2742
|
-
environmentId: string | undefined;
|
|
2743
|
-
configuration?: DataSourceConfigurationOutput | undefined;
|
|
2744
|
-
recommendation?: RecommendationConfiguration | undefined;
|
|
2745
|
-
enableSetting?: EnableSetting | undefined;
|
|
2746
|
-
publishOnImport?: boolean | undefined;
|
|
2747
|
-
assetFormsOutput?: FormOutput[] | undefined;
|
|
2748
|
-
schedule?: ScheduleConfiguration | undefined;
|
|
2749
|
-
lastRunStatus?: DataSourceRunStatus | undefined;
|
|
2750
|
-
lastRunAt?: Date | undefined;
|
|
2751
|
-
lastRunErrorMessage?: DataSourceErrorMessage | undefined;
|
|
2752
|
-
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2753
|
-
createdAt?: Date | undefined;
|
|
2754
|
-
updatedAt?: Date | undefined;
|
|
2755
|
-
selfGrantStatus?: SelfGrantStatusOutput | undefined;
|
|
2756
|
-
retainPermissionsOnRevokeFailure?: boolean | undefined;
|
|
2757
|
-
}
|
|
2758
|
-
export declare const DataSourceRunType: {
|
|
2759
|
-
readonly PRIORITIZED: "PRIORITIZED";
|
|
2760
|
-
readonly SCHEDULED: "SCHEDULED";
|
|
2761
|
-
};
|
|
2762
|
-
export type DataSourceRunType =
|
|
2763
|
-
(typeof DataSourceRunType)[keyof typeof DataSourceRunType];
|
|
2764
|
-
export interface GetDataSourceRunInput {
|
|
2765
|
-
domainIdentifier: string | undefined;
|
|
2766
|
-
identifier: string | undefined;
|
|
2767
|
-
}
|
|
2768
|
-
export interface RunStatisticsForAssets {
|
|
2769
|
-
added?: number | undefined;
|
|
2770
|
-
updated?: number | undefined;
|
|
2771
|
-
unchanged?: number | undefined;
|
|
2772
|
-
skipped?: number | undefined;
|
|
2773
|
-
failed?: number | undefined;
|
|
2774
|
-
}
|
|
2775
|
-
export interface GetDataSourceRunOutput {
|
|
2776
|
-
domainId: string | undefined;
|
|
2777
|
-
dataSourceId: string | undefined;
|
|
2778
|
-
id: string | undefined;
|
|
2779
|
-
projectId: string | undefined;
|
|
2780
|
-
status: DataSourceRunStatus | undefined;
|
|
2781
|
-
type: DataSourceRunType | undefined;
|
|
2782
|
-
dataSourceConfigurationSnapshot?: string | undefined;
|
|
2783
|
-
runStatisticsForAssets?: RunStatisticsForAssets | undefined;
|
|
2784
|
-
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2785
|
-
createdAt: Date | undefined;
|
|
2786
|
-
updatedAt: Date | undefined;
|
|
2787
|
-
startedAt?: Date | undefined;
|
|
2788
|
-
stoppedAt?: Date | undefined;
|
|
2789
|
-
}
|
|
2790
|
-
export interface ListDataSourceRunsInput {
|
|
2791
|
-
domainIdentifier: string | undefined;
|
|
2792
|
-
dataSourceIdentifier: string | undefined;
|
|
2793
|
-
status?: DataSourceRunStatus | undefined;
|
|
2794
|
-
nextToken?: string | undefined;
|
|
2795
|
-
maxResults?: number | undefined;
|
|
2796
|
-
}
|
|
2797
|
-
export interface DataSourceRunSummary {
|
|
2798
|
-
id: string | undefined;
|
|
2799
|
-
dataSourceId: string | undefined;
|
|
2800
|
-
type: DataSourceRunType | undefined;
|
|
2801
|
-
status: DataSourceRunStatus | undefined;
|
|
2802
|
-
projectId: string | undefined;
|
|
2803
|
-
runStatisticsForAssets?: RunStatisticsForAssets | undefined;
|
|
2804
|
-
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2805
|
-
createdAt: Date | undefined;
|
|
2806
|
-
updatedAt: Date | undefined;
|
|
2807
|
-
startedAt?: Date | undefined;
|
|
2808
|
-
stoppedAt?: Date | undefined;
|
|
2809
|
-
}
|
|
2810
|
-
export interface ListDataSourceRunsOutput {
|
|
2811
|
-
items: DataSourceRunSummary[] | undefined;
|
|
2812
|
-
nextToken?: string | undefined;
|
|
2813
|
-
}
|
|
2814
|
-
export interface StartDataSourceRunInput {
|
|
2815
|
-
domainIdentifier: string | undefined;
|
|
2816
|
-
dataSourceIdentifier: string | undefined;
|
|
2817
|
-
clientToken?: string | undefined;
|
|
2818
|
-
}
|
|
2819
|
-
export interface StartDataSourceRunOutput {
|
|
2820
|
-
domainId: string | undefined;
|
|
2821
|
-
dataSourceId: string | undefined;
|
|
2822
|
-
id: string | undefined;
|
|
2823
|
-
projectId: string | undefined;
|
|
2824
|
-
status: DataSourceRunStatus | undefined;
|
|
2825
|
-
type: DataSourceRunType | undefined;
|
|
2826
|
-
dataSourceConfigurationSnapshot?: string | undefined;
|
|
2827
|
-
runStatisticsForAssets?: RunStatisticsForAssets | undefined;
|
|
2828
|
-
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2829
|
-
createdAt: Date | undefined;
|
|
2830
|
-
updatedAt: Date | undefined;
|
|
2831
|
-
startedAt?: Date | undefined;
|
|
2832
|
-
stoppedAt?: Date | undefined;
|
|
2833
|
-
}
|
|
2834
|
-
export interface DataSourceRunActivity {
|
|
2835
|
-
database: string | undefined;
|
|
2836
|
-
dataSourceRunId: string | undefined;
|
|
2837
|
-
technicalName: string | undefined;
|
|
2838
|
-
dataAssetStatus: DataAssetActivityStatus | undefined;
|
|
2839
|
-
projectId: string | undefined;
|
|
2840
|
-
dataAssetId?: string | undefined;
|
|
2841
|
-
technicalDescription?: string | undefined;
|
|
2842
|
-
errorMessage?: DataSourceErrorMessage | undefined;
|
|
2843
|
-
createdAt: Date | undefined;
|
|
2844
|
-
updatedAt: Date | undefined;
|
|
2845
|
-
}
|
|
2846
|
-
export interface DeleteAssetFilterInput {
|
|
2847
|
-
domainIdentifier: string | undefined;
|
|
2848
|
-
assetIdentifier: string | undefined;
|
|
2849
|
-
identifier: string | undefined;
|
|
2850
|
-
}
|
|
2851
|
-
export interface DeleteEnvironmentInput {
|
|
2852
|
-
domainIdentifier: string | undefined;
|
|
2853
|
-
identifier: string | undefined;
|
|
2854
|
-
}
|
|
2855
|
-
export interface DeleteEnvironmentActionInput {
|
|
2856
|
-
domainIdentifier: string | undefined;
|
|
2857
|
-
environmentIdentifier: string | undefined;
|
|
2858
|
-
identifier: string | undefined;
|
|
2859
|
-
}
|
|
2860
|
-
export interface DeleteEnvironmentProfileInput {
|
|
2861
|
-
domainIdentifier: string | undefined;
|
|
2862
|
-
identifier: string | undefined;
|
|
2863
|
-
}
|
|
2864
|
-
export interface DeleteProjectInput {
|
|
2865
|
-
domainIdentifier: string | undefined;
|
|
2866
|
-
identifier: string | undefined;
|
|
2867
|
-
skipDeletionCheck?: boolean | undefined;
|
|
2868
|
-
}
|
|
2869
|
-
export interface DeleteProjectOutput {}
|
|
2870
|
-
export interface DeleteProjectMembershipInput {
|
|
2871
|
-
domainIdentifier: string | undefined;
|
|
2872
|
-
projectIdentifier: string | undefined;
|
|
2873
|
-
member: Member | undefined;
|
|
2874
|
-
}
|
|
2875
|
-
export interface DeleteProjectMembershipOutput {}
|
|
2876
|
-
export interface DeleteSubscriptionGrantInput {
|
|
2877
|
-
domainIdentifier: string | undefined;
|
|
2878
|
-
identifier: string | undefined;
|
|
2879
|
-
}
|
|
2880
|
-
export interface DeleteSubscriptionGrantOutput {
|
|
2881
|
-
id: string | undefined;
|
|
2882
|
-
createdBy: string | undefined;
|
|
2883
|
-
updatedBy?: string | undefined;
|
|
2884
|
-
domainId: string | undefined;
|
|
2885
|
-
createdAt: Date | undefined;
|
|
2886
|
-
updatedAt: Date | undefined;
|
|
2887
|
-
subscriptionTargetId: string | undefined;
|
|
2888
|
-
grantedEntity: GrantedEntity | undefined;
|
|
2889
|
-
status: SubscriptionGrantOverallStatus | undefined;
|
|
2890
|
-
assets?: SubscribedAsset[] | undefined;
|
|
2891
|
-
subscriptionId?: string | undefined;
|
|
2892
|
-
}
|
|
2893
|
-
export interface DeleteSubscriptionRequestInput {
|
|
2894
|
-
domainIdentifier: string | undefined;
|
|
2895
|
-
identifier: string | undefined;
|
|
2896
|
-
}
|
|
2897
|
-
export interface DeleteSubscriptionTargetInput {
|
|
2898
|
-
domainIdentifier: string | undefined;
|
|
2899
|
-
environmentIdentifier: string | undefined;
|
|
2900
|
-
identifier: string | undefined;
|
|
2901
|
-
}
|
|
2902
|
-
export declare const TimeSeriesEntityType: {
|
|
2903
|
-
readonly ASSET: "ASSET";
|
|
2904
|
-
readonly LISTING: "LISTING";
|
|
2905
|
-
};
|
|
2906
|
-
export type TimeSeriesEntityType =
|
|
2907
|
-
(typeof TimeSeriesEntityType)[keyof typeof TimeSeriesEntityType];
|
|
2908
|
-
export interface DeleteTimeSeriesDataPointsInput {
|
|
2909
|
-
domainIdentifier: string | undefined;
|
|
2910
|
-
entityIdentifier: string | undefined;
|
|
2911
|
-
entityType: TimeSeriesEntityType | undefined;
|
|
2912
|
-
formName: string | undefined;
|
|
2913
|
-
clientToken?: string | undefined;
|
|
2914
|
-
}
|
|
2915
|
-
export interface DeleteTimeSeriesDataPointsOutput {}
|
|
2916
|
-
export interface DisassociateEnvironmentRoleInput {
|
|
2917
|
-
domainIdentifier: string | undefined;
|
|
2918
|
-
environmentIdentifier: string | undefined;
|
|
2919
|
-
environmentRoleArn: string | undefined;
|
|
2920
|
-
}
|
|
2921
|
-
export interface DisassociateEnvironmentRoleOutput {}
|
|
2922
|
-
export interface DeleteDomainInput {
|
|
2923
|
-
identifier: string | undefined;
|
|
2924
|
-
clientToken?: string | undefined;
|
|
2925
|
-
skipDeletionCheck?: boolean | undefined;
|
|
2926
|
-
}
|
|
2927
|
-
export interface DeleteDomainOutput {
|
|
2928
|
-
status: DomainStatus | undefined;
|
|
2929
|
-
}
|
|
2930
|
-
export interface GetDomainInput {
|
|
2931
|
-
identifier: string | undefined;
|
|
2932
|
-
}
|
|
2933
|
-
export interface GetDomainOutput {
|
|
2934
|
-
id: string | undefined;
|
|
2935
|
-
rootDomainUnitId?: string | undefined;
|
|
2936
|
-
name?: string | undefined;
|
|
2937
|
-
description?: string | undefined;
|
|
2938
|
-
singleSignOn?: SingleSignOn | undefined;
|
|
2939
|
-
domainExecutionRole: string | undefined;
|
|
2940
|
-
arn?: string | undefined;
|
|
2941
|
-
kmsKeyIdentifier?: string | undefined;
|
|
2942
|
-
status: DomainStatus | undefined;
|
|
2943
|
-
portalUrl?: string | undefined;
|
|
2944
|
-
createdAt?: Date | undefined;
|
|
2945
|
-
lastUpdatedAt?: Date | undefined;
|
|
2946
|
-
tags?: Record<string, string> | undefined;
|
|
2947
|
-
}
|
|
2948
|
-
export interface ListDomainsInput {
|
|
2949
|
-
status?: DomainStatus | undefined;
|
|
2950
|
-
maxResults?: number | undefined;
|
|
2951
|
-
nextToken?: string | undefined;
|
|
2952
|
-
}
|
|
2953
3284
|
export declare const AcceptChoiceFilterSensitiveLog: (obj: AcceptChoice) => any;
|
|
2954
3285
|
export declare const AcceptPredictionsInputFilterSensitiveLog: (
|
|
2955
3286
|
obj: AcceptPredictionsInput
|
|
@@ -3024,9 +3355,84 @@ export declare const GetAssetTypeOutputFilterSensitiveLog: (
|
|
|
3024
3355
|
export declare const AssetTypeItemFilterSensitiveLog: (
|
|
3025
3356
|
obj: AssetTypeItem
|
|
3026
3357
|
) => any;
|
|
3358
|
+
export declare const GlueOAuth2CredentialsFilterSensitiveLog: (
|
|
3359
|
+
obj: GlueOAuth2Credentials
|
|
3360
|
+
) => any;
|
|
3361
|
+
export declare const OAuth2PropertiesFilterSensitiveLog: (
|
|
3362
|
+
obj: OAuth2Properties
|
|
3363
|
+
) => any;
|
|
3364
|
+
export declare const AuthenticationConfigurationFilterSensitiveLog: (
|
|
3365
|
+
obj: AuthenticationConfiguration
|
|
3366
|
+
) => any;
|
|
3367
|
+
export declare const BasicAuthenticationCredentialsFilterSensitiveLog: (
|
|
3368
|
+
obj: BasicAuthenticationCredentials
|
|
3369
|
+
) => any;
|
|
3370
|
+
export declare const AuthenticationConfigurationInputFilterSensitiveLog: (
|
|
3371
|
+
obj: AuthenticationConfigurationInput
|
|
3372
|
+
) => any;
|
|
3373
|
+
export declare const AuthenticationConfigurationPatchFilterSensitiveLog: (
|
|
3374
|
+
obj: AuthenticationConfigurationPatch
|
|
3375
|
+
) => any;
|
|
3027
3376
|
export declare const CancelSubscriptionOutputFilterSensitiveLog: (
|
|
3028
3377
|
obj: CancelSubscriptionOutput
|
|
3029
3378
|
) => any;
|
|
3379
|
+
export declare const ConnectionCredentialsFilterSensitiveLog: (
|
|
3380
|
+
obj: ConnectionCredentials
|
|
3381
|
+
) => any;
|
|
3382
|
+
export declare const GlueConnectionInputFilterSensitiveLog: (
|
|
3383
|
+
obj: GlueConnectionInput
|
|
3384
|
+
) => any;
|
|
3385
|
+
export declare const GluePropertiesInputFilterSensitiveLog: (
|
|
3386
|
+
obj: GluePropertiesInput
|
|
3387
|
+
) => any;
|
|
3388
|
+
export declare const UsernamePasswordFilterSensitiveLog: (
|
|
3389
|
+
obj: UsernamePassword
|
|
3390
|
+
) => any;
|
|
3391
|
+
export declare const RedshiftCredentialsFilterSensitiveLog: (
|
|
3392
|
+
obj: RedshiftCredentials
|
|
3393
|
+
) => any;
|
|
3394
|
+
export declare const RedshiftPropertiesInputFilterSensitiveLog: (
|
|
3395
|
+
obj: RedshiftPropertiesInput
|
|
3396
|
+
) => any;
|
|
3397
|
+
export declare const ConnectionPropertiesInputFilterSensitiveLog: (
|
|
3398
|
+
obj: ConnectionPropertiesInput
|
|
3399
|
+
) => any;
|
|
3400
|
+
export declare const RedshiftPropertiesOutputFilterSensitiveLog: (
|
|
3401
|
+
obj: RedshiftPropertiesOutput
|
|
3402
|
+
) => any;
|
|
3403
|
+
export declare const SparkEmrPropertiesOutputFilterSensitiveLog: (
|
|
3404
|
+
obj: SparkEmrPropertiesOutput
|
|
3405
|
+
) => any;
|
|
3406
|
+
export declare const ConnectionPropertiesOutputFilterSensitiveLog: (
|
|
3407
|
+
obj: ConnectionPropertiesOutput
|
|
3408
|
+
) => any;
|
|
3409
|
+
export declare const GlueConnectionPatchFilterSensitiveLog: (
|
|
3410
|
+
obj: GlueConnectionPatch
|
|
3411
|
+
) => any;
|
|
3412
|
+
export declare const GluePropertiesPatchFilterSensitiveLog: (
|
|
3413
|
+
obj: GluePropertiesPatch
|
|
3414
|
+
) => any;
|
|
3415
|
+
export declare const RedshiftPropertiesPatchFilterSensitiveLog: (
|
|
3416
|
+
obj: RedshiftPropertiesPatch
|
|
3417
|
+
) => any;
|
|
3418
|
+
export declare const ConnectionPropertiesPatchFilterSensitiveLog: (
|
|
3419
|
+
obj: ConnectionPropertiesPatch
|
|
3420
|
+
) => any;
|
|
3421
|
+
export declare const GlueConnectionFilterSensitiveLog: (
|
|
3422
|
+
obj: GlueConnection
|
|
3423
|
+
) => any;
|
|
3424
|
+
export declare const PhysicalEndpointFilterSensitiveLog: (
|
|
3425
|
+
obj: PhysicalEndpoint
|
|
3426
|
+
) => any;
|
|
3427
|
+
export declare const ConnectionSummaryFilterSensitiveLog: (
|
|
3428
|
+
obj: ConnectionSummary
|
|
3429
|
+
) => any;
|
|
3430
|
+
export declare const CreateConnectionInputFilterSensitiveLog: (
|
|
3431
|
+
obj: CreateConnectionInput
|
|
3432
|
+
) => any;
|
|
3433
|
+
export declare const CreateConnectionOutputFilterSensitiveLog: (
|
|
3434
|
+
obj: CreateConnectionOutput
|
|
3435
|
+
) => any;
|
|
3030
3436
|
export declare const CreateDataProductInputFilterSensitiveLog: (
|
|
3031
3437
|
obj: CreateDataProductInput
|
|
3032
3438
|
) => any;
|
|
@@ -3088,78 +3494,27 @@ export declare const CreateGlossaryTermOutputFilterSensitiveLog: (
|
|
|
3088
3494
|
export declare const CreateGroupProfileOutputFilterSensitiveLog: (
|
|
3089
3495
|
obj: CreateGroupProfileOutput
|
|
3090
3496
|
) => any;
|
|
3497
|
+
export declare const EnvironmentConfigurationUserParameterFilterSensitiveLog: (
|
|
3498
|
+
obj: EnvironmentConfigurationUserParameter
|
|
3499
|
+
) => any;
|
|
3091
3500
|
export declare const CreateProjectInputFilterSensitiveLog: (
|
|
3092
3501
|
obj: CreateProjectInput
|
|
3093
3502
|
) => any;
|
|
3094
3503
|
export declare const CreateProjectOutputFilterSensitiveLog: (
|
|
3095
3504
|
obj: CreateProjectOutput
|
|
3096
3505
|
) => any;
|
|
3506
|
+
export declare const EnvironmentConfigurationFilterSensitiveLog: (
|
|
3507
|
+
obj: EnvironmentConfiguration
|
|
3508
|
+
) => any;
|
|
3509
|
+
export declare const CreateProjectProfileInputFilterSensitiveLog: (
|
|
3510
|
+
obj: CreateProjectProfileInput
|
|
3511
|
+
) => any;
|
|
3512
|
+
export declare const CreateProjectProfileOutputFilterSensitiveLog: (
|
|
3513
|
+
obj: CreateProjectProfileOutput
|
|
3514
|
+
) => any;
|
|
3097
3515
|
export declare const CreateRuleInputFilterSensitiveLog: (
|
|
3098
3516
|
obj: CreateRuleInput
|
|
3099
3517
|
) => any;
|
|
3100
3518
|
export declare const CreateRuleOutputFilterSensitiveLog: (
|
|
3101
3519
|
obj: CreateRuleOutput
|
|
3102
3520
|
) => any;
|
|
3103
|
-
export declare const CreateSubscriptionRequestInputFilterSensitiveLog: (
|
|
3104
|
-
obj: CreateSubscriptionRequestInput
|
|
3105
|
-
) => any;
|
|
3106
|
-
export declare const CreateSubscriptionRequestOutputFilterSensitiveLog: (
|
|
3107
|
-
obj: CreateSubscriptionRequestOutput
|
|
3108
|
-
) => any;
|
|
3109
|
-
export declare const CreateSubscriptionTargetInputFilterSensitiveLog: (
|
|
3110
|
-
obj: CreateSubscriptionTargetInput
|
|
3111
|
-
) => any;
|
|
3112
|
-
export declare const CreateSubscriptionTargetOutputFilterSensitiveLog: (
|
|
3113
|
-
obj: CreateSubscriptionTargetOutput
|
|
3114
|
-
) => any;
|
|
3115
|
-
export declare const SsoUserProfileDetailsFilterSensitiveLog: (
|
|
3116
|
-
obj: SsoUserProfileDetails
|
|
3117
|
-
) => any;
|
|
3118
|
-
export declare const UserProfileDetailsFilterSensitiveLog: (
|
|
3119
|
-
obj: UserProfileDetails
|
|
3120
|
-
) => any;
|
|
3121
|
-
export declare const CreateUserProfileOutputFilterSensitiveLog: (
|
|
3122
|
-
obj: CreateUserProfileOutput
|
|
3123
|
-
) => any;
|
|
3124
|
-
export declare const GetDataProductOutputFilterSensitiveLog: (
|
|
3125
|
-
obj: GetDataProductOutput
|
|
3126
|
-
) => any;
|
|
3127
|
-
export declare const ListingSummaryFilterSensitiveLog: (
|
|
3128
|
-
obj: ListingSummary
|
|
3129
|
-
) => any;
|
|
3130
|
-
export declare const DataProductListingFilterSensitiveLog: (
|
|
3131
|
-
obj: DataProductListing
|
|
3132
|
-
) => any;
|
|
3133
|
-
export declare const ListingSummaryItemFilterSensitiveLog: (
|
|
3134
|
-
obj: ListingSummaryItem
|
|
3135
|
-
) => any;
|
|
3136
|
-
export declare const DataProductListingItemFilterSensitiveLog: (
|
|
3137
|
-
obj: DataProductListingItem
|
|
3138
|
-
) => any;
|
|
3139
|
-
export declare const DataProductResultItemFilterSensitiveLog: (
|
|
3140
|
-
obj: DataProductResultItem
|
|
3141
|
-
) => any;
|
|
3142
|
-
export declare const DeleteDataSourceOutputFilterSensitiveLog: (
|
|
3143
|
-
obj: DeleteDataSourceOutput
|
|
3144
|
-
) => any;
|
|
3145
|
-
export declare const GetDataSourceOutputFilterSensitiveLog: (
|
|
3146
|
-
obj: GetDataSourceOutput
|
|
3147
|
-
) => any;
|
|
3148
|
-
export declare const ListDataSourcesInputFilterSensitiveLog: (
|
|
3149
|
-
obj: ListDataSourcesInput
|
|
3150
|
-
) => any;
|
|
3151
|
-
export declare const DataSourceSummaryFilterSensitiveLog: (
|
|
3152
|
-
obj: DataSourceSummary
|
|
3153
|
-
) => any;
|
|
3154
|
-
export declare const ListDataSourcesOutputFilterSensitiveLog: (
|
|
3155
|
-
obj: ListDataSourcesOutput
|
|
3156
|
-
) => any;
|
|
3157
|
-
export declare const UpdateDataSourceInputFilterSensitiveLog: (
|
|
3158
|
-
obj: UpdateDataSourceInput
|
|
3159
|
-
) => any;
|
|
3160
|
-
export declare const UpdateDataSourceOutputFilterSensitiveLog: (
|
|
3161
|
-
obj: UpdateDataSourceOutput
|
|
3162
|
-
) => any;
|
|
3163
|
-
export declare const DataSourceRunActivityFilterSensitiveLog: (
|
|
3164
|
-
obj: DataSourceRunActivity
|
|
3165
|
-
) => any;
|