@aws-sdk/client-datazone 3.1046.0 → 3.1047.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 +56 -0
- package/dist-cjs/index.js +134 -2
- package/dist-cjs/schemas/schemas_0.js +225 -43
- package/dist-es/DataZone.js +18 -0
- package/dist-es/commands/CreateNotebookCommand.js +16 -0
- package/dist-es/commands/DeleteNotebookCommand.js +16 -0
- package/dist-es/commands/GetNotebookCommand.js +16 -0
- package/dist-es/commands/GetNotebookExportCommand.js +16 -0
- package/dist-es/commands/ListNotebooksCommand.js +16 -0
- package/dist-es/commands/StartNotebookExportCommand.js +16 -0
- package/dist-es/commands/StartNotebookImportCommand.js +16 -0
- package/dist-es/commands/UpdateNotebookCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/enums.js +15 -2
- package/dist-es/pagination/ListNotebooksPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +209 -27
- package/dist-types/DataZone.d.ts +63 -0
- package/dist-types/DataZoneClient.d.ts +10 -2
- package/dist-types/commands/CreateNotebookCommand.d.ts +142 -0
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNotebookCommand.d.ts +93 -0
- package/dist-types/commands/GetNotebookCommand.d.ts +127 -0
- package/dist-types/commands/GetNotebookExportCommand.d.ts +111 -0
- package/dist-types/commands/GetNotebookRunCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebooksCommand.d.ts +111 -0
- package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/QueryGraphCommand.d.ts +1 -2
- package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -2
- package/dist-types/commands/StartNotebookExportCommand.d.ts +111 -0
- package/dist-types/commands/StartNotebookImportCommand.d.ts +117 -0
- package/dist-types/commands/StartNotebookRunCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookRunCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookCommand.d.ts +150 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/enums.d.ts +62 -4
- package/dist-types/models/models_0.d.ts +186 -136
- package/dist-types/models/models_1.d.ts +695 -537
- package/dist-types/models/models_2.d.ts +670 -3
- package/dist-types/pagination/ListNotebooksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/DataZone.d.ts +143 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetNotebookCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetNotebookExportCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListNotebooksCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataExportConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryGraphCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNotebookExportCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartNotebookImportCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/enums.d.ts +22 -4
- package/dist-types/ts3.4/models/models_0.d.ts +43 -41
- package/dist-types/ts3.4/models/models_1.d.ts +189 -151
- package/dist-types/ts3.4/models/models_2.d.ts +185 -3
- package/dist-types/ts3.4/pagination/ListNotebooksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +5 -5
|
@@ -1,5 +1,138 @@
|
|
|
1
|
-
import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus,
|
|
2
|
-
import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, CellInformation, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput,
|
|
1
|
+
import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FileFormat, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NetworkAccessType, NotebookExportStatus, NotebookRunStatus, NotebookStatus, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, ResolutionStrategy, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, TriggerSourceType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
+
import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, CellInformation, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, ListingRevision, MatchRationaleItem, Member, Model, NotebookError, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, ScheduleConfiguration, SingleSignOn, SubscribedAsset, SubscribedListing, SubscribedPrincipal, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The details of a listing for which a subscription is granted.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export type GrantedEntity = GrantedEntity.ListingMember | GrantedEntity.$UnknownMember;
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export declare namespace GrantedEntity {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The listing for which a subscription is granted.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
interface ListingMember {
|
|
17
|
+
listing: ListingRevision;
|
|
18
|
+
$unknown?: never;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
interface $UnknownMember {
|
|
24
|
+
listing?: never;
|
|
25
|
+
$unknown: [string, any];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated unused in schema-serde mode.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
interface Visitor<T> {
|
|
32
|
+
listing: (value: ListingRevision) => T;
|
|
33
|
+
_: (name: string, value: any) => T;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export interface CreateSubscriptionGrantOutput {
|
|
40
|
+
/**
|
|
41
|
+
* <p>The ID of the subscription grant.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
id: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The Amazon DataZone user who created the subscription grant.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
createdBy: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The Amazon DataZone user who updated the subscription grant.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
updatedBy?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The ID of the Amazon DataZone domain in which the subscription grant is created.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
domainId: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>A timestamp of when the subscription grant is created.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
createdAt: Date | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>A timestamp of when the subscription grant was updated.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
updatedAt: Date | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The environment ID for which subscription grant is created.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
environmentId?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The ID of the subscription target for which the subscription grant is created.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
subscriptionTargetId: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The entity to which the subscription is granted.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
grantedEntity: GrantedEntity | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The status of the subscription grant.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
status: SubscriptionGrantOverallStatus | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The assets for which the subscription grant is created.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
assets?: SubscribedAsset[] | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The identifier of the subscription grant.</p>
|
|
97
|
+
*
|
|
98
|
+
* @deprecated Multiple subscriptions can exist for a single grant.
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
subscriptionId?: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* <p>The published asset for which the subscription grant is to be created.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export interface SubscribedListingInput {
|
|
108
|
+
/**
|
|
109
|
+
* <p>The identifier of the published asset for which the subscription grant is to be created.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
identifier: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* <p>The details of the subscribed group.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export interface SubscribedGroupInput {
|
|
119
|
+
/**
|
|
120
|
+
* <p>The ID of the subscribed group.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
identifier?: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* <p>The details of the subscribed IAM principal.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export interface SubscribedIamPrincipalInput {
|
|
130
|
+
/**
|
|
131
|
+
* <p>The ARN of the subscribed IAM principal.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
identifier?: string | undefined;
|
|
135
|
+
}
|
|
3
136
|
/**
|
|
4
137
|
* <p>The project that is to be given a subscription grant.</p>
|
|
5
138
|
* @public
|
|
@@ -8481,567 +8614,560 @@ export interface StartMetadataGenerationRunOutput {
|
|
|
8481
8614
|
owningProjectId?: string | undefined;
|
|
8482
8615
|
}
|
|
8483
8616
|
/**
|
|
8484
|
-
* <p>The package configuration for a notebook run environment in Amazon DataZone.</p>
|
|
8485
8617
|
* @public
|
|
8486
8618
|
*/
|
|
8487
|
-
export interface
|
|
8619
|
+
export interface DeleteNotebookInput {
|
|
8488
8620
|
/**
|
|
8489
|
-
* <p>The
|
|
8621
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.</p>
|
|
8490
8622
|
* @public
|
|
8491
8623
|
*/
|
|
8492
|
-
|
|
8624
|
+
domainIdentifier: string | undefined;
|
|
8493
8625
|
/**
|
|
8494
|
-
* <p>The
|
|
8626
|
+
* <p>The identifier of the notebook to delete.</p>
|
|
8495
8627
|
* @public
|
|
8496
8628
|
*/
|
|
8497
|
-
|
|
8629
|
+
identifier: string | undefined;
|
|
8498
8630
|
}
|
|
8499
8631
|
/**
|
|
8500
|
-
* <p>The environment configuration for a notebook run in Amazon DataZone.</p>
|
|
8501
8632
|
* @public
|
|
8502
8633
|
*/
|
|
8503
|
-
export interface
|
|
8504
|
-
/**
|
|
8505
|
-
* <p>The image version for the notebook run environment.</p>
|
|
8506
|
-
* @public
|
|
8507
|
-
*/
|
|
8508
|
-
imageVersion?: string | undefined;
|
|
8509
|
-
/**
|
|
8510
|
-
* <p>The package configuration for the notebook run environment.</p>
|
|
8511
|
-
* @public
|
|
8512
|
-
*/
|
|
8513
|
-
packageConfig?: PackageConfig | undefined;
|
|
8634
|
+
export interface DeleteNotebookOutput {
|
|
8514
8635
|
}
|
|
8515
8636
|
/**
|
|
8516
8637
|
* @public
|
|
8517
8638
|
*/
|
|
8518
|
-
export interface
|
|
8639
|
+
export interface GetNotebookInput {
|
|
8519
8640
|
/**
|
|
8520
|
-
* <p>The identifier of the Amazon
|
|
8641
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.</p>
|
|
8521
8642
|
* @public
|
|
8522
8643
|
*/
|
|
8523
8644
|
domainIdentifier: string | undefined;
|
|
8524
8645
|
/**
|
|
8525
|
-
* <p>The identifier of the notebook
|
|
8646
|
+
* <p>The identifier of the notebook.</p>
|
|
8526
8647
|
* @public
|
|
8527
8648
|
*/
|
|
8528
8649
|
identifier: string | undefined;
|
|
8529
8650
|
}
|
|
8530
8651
|
/**
|
|
8531
|
-
* <p>The error details of a failed notebook run in Amazon DataZone.</p>
|
|
8532
8652
|
* @public
|
|
8533
8653
|
*/
|
|
8534
|
-
export interface
|
|
8654
|
+
export interface GetNotebookOutput {
|
|
8535
8655
|
/**
|
|
8536
|
-
* <p>The
|
|
8656
|
+
* <p>The identifier of the notebook.</p>
|
|
8537
8657
|
* @public
|
|
8538
8658
|
*/
|
|
8539
|
-
|
|
8540
|
-
}
|
|
8541
|
-
/**
|
|
8542
|
-
* <p>The network configuration for a notebook run in Amazon DataZone.</p>
|
|
8543
|
-
* @public
|
|
8544
|
-
*/
|
|
8545
|
-
export interface NetworkConfig {
|
|
8659
|
+
id: string | undefined;
|
|
8546
8660
|
/**
|
|
8547
|
-
* <p>The
|
|
8661
|
+
* <p>The name of the notebook.</p>
|
|
8548
8662
|
* @public
|
|
8549
8663
|
*/
|
|
8550
|
-
|
|
8664
|
+
name: string | undefined;
|
|
8551
8665
|
/**
|
|
8552
|
-
* <p>The identifier of the
|
|
8666
|
+
* <p>The identifier of the project that owns the notebook.</p>
|
|
8553
8667
|
* @public
|
|
8554
8668
|
*/
|
|
8555
|
-
|
|
8669
|
+
owningProjectId: string | undefined;
|
|
8556
8670
|
/**
|
|
8557
|
-
* <p>The
|
|
8671
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
8558
8672
|
* @public
|
|
8559
8673
|
*/
|
|
8560
|
-
|
|
8674
|
+
domainId: string | undefined;
|
|
8561
8675
|
/**
|
|
8562
|
-
* <p>The
|
|
8676
|
+
* <p>The ordered list of cells in the notebook.</p>
|
|
8563
8677
|
* @public
|
|
8564
8678
|
*/
|
|
8565
|
-
|
|
8566
|
-
}
|
|
8567
|
-
/**
|
|
8568
|
-
* <p>The storage configuration for a notebook run in Amazon DataZone.</p>
|
|
8569
|
-
* @public
|
|
8570
|
-
*/
|
|
8571
|
-
export interface StorageConfig {
|
|
8679
|
+
cellOrder: CellInformation[] | undefined;
|
|
8572
8680
|
/**
|
|
8573
|
-
* <p>The
|
|
8681
|
+
* <p>The status of the notebook.</p>
|
|
8574
8682
|
* @public
|
|
8575
8683
|
*/
|
|
8576
|
-
|
|
8684
|
+
status: NotebookStatus | undefined;
|
|
8577
8685
|
/**
|
|
8578
|
-
* <p>The
|
|
8686
|
+
* <p>The description of the notebook.</p>
|
|
8579
8687
|
* @public
|
|
8580
8688
|
*/
|
|
8581
|
-
|
|
8582
|
-
}
|
|
8583
|
-
/**
|
|
8584
|
-
* <p>The timeout configuration for a notebook run in Amazon DataZone.</p>
|
|
8585
|
-
* @public
|
|
8586
|
-
*/
|
|
8587
|
-
export interface TimeoutConfig {
|
|
8689
|
+
description?: string | undefined;
|
|
8588
8690
|
/**
|
|
8589
|
-
* <p>The
|
|
8691
|
+
* <p>The timestamp of when the notebook was created.</p>
|
|
8590
8692
|
* @public
|
|
8591
8693
|
*/
|
|
8592
|
-
|
|
8593
|
-
}
|
|
8594
|
-
/**
|
|
8595
|
-
* <p>The source that triggered a notebook run in Amazon DataZone.</p>
|
|
8596
|
-
* @public
|
|
8597
|
-
*/
|
|
8598
|
-
export interface TriggerSource {
|
|
8694
|
+
createdAt?: Date | undefined;
|
|
8599
8695
|
/**
|
|
8600
|
-
* <p>The
|
|
8696
|
+
* <p>The identifier of the user who created the notebook.</p>
|
|
8601
8697
|
* @public
|
|
8602
8698
|
*/
|
|
8603
|
-
|
|
8699
|
+
createdBy?: string | undefined;
|
|
8604
8700
|
/**
|
|
8605
|
-
* <p>The
|
|
8701
|
+
* <p>The timestamp of when the notebook was last updated.</p>
|
|
8606
8702
|
* @public
|
|
8607
8703
|
*/
|
|
8608
|
-
|
|
8609
|
-
}
|
|
8610
|
-
/**
|
|
8611
|
-
* @public
|
|
8612
|
-
*/
|
|
8613
|
-
export interface GetNotebookRunOutput {
|
|
8704
|
+
updatedAt?: Date | undefined;
|
|
8614
8705
|
/**
|
|
8615
|
-
* <p>The identifier of the notebook
|
|
8706
|
+
* <p>The identifier of the user who last updated the notebook.</p>
|
|
8616
8707
|
* @public
|
|
8617
8708
|
*/
|
|
8618
|
-
|
|
8709
|
+
updatedBy?: string | undefined;
|
|
8619
8710
|
/**
|
|
8620
|
-
* <p>The identifier of the
|
|
8711
|
+
* <p>The identifier of the user who locked the notebook.</p>
|
|
8621
8712
|
* @public
|
|
8622
8713
|
*/
|
|
8623
|
-
|
|
8714
|
+
lockedBy?: string | undefined;
|
|
8624
8715
|
/**
|
|
8625
|
-
* <p>The
|
|
8716
|
+
* <p>The timestamp of when the notebook was locked.</p>
|
|
8626
8717
|
* @public
|
|
8627
8718
|
*/
|
|
8628
|
-
|
|
8719
|
+
lockedAt?: Date | undefined;
|
|
8629
8720
|
/**
|
|
8630
|
-
* <p>The
|
|
8721
|
+
* <p>The timestamp of when the notebook lock expires.</p>
|
|
8631
8722
|
* @public
|
|
8632
8723
|
*/
|
|
8633
|
-
|
|
8724
|
+
lockExpiresAt?: Date | undefined;
|
|
8634
8725
|
/**
|
|
8635
|
-
* <p>The identifier of the
|
|
8726
|
+
* <p>The identifier of the compute associated with the notebook.</p>
|
|
8636
8727
|
* @public
|
|
8637
8728
|
*/
|
|
8638
|
-
|
|
8729
|
+
computeId?: string | undefined;
|
|
8639
8730
|
/**
|
|
8640
|
-
* <p>The
|
|
8731
|
+
* <p>The metadata of the notebook.</p>
|
|
8641
8732
|
* @public
|
|
8642
8733
|
*/
|
|
8643
|
-
|
|
8734
|
+
metadata?: Record<string, string> | undefined;
|
|
8644
8735
|
/**
|
|
8645
|
-
* <p>The
|
|
8736
|
+
* <p>The sensitive parameters of the notebook.</p>
|
|
8646
8737
|
* @public
|
|
8647
8738
|
*/
|
|
8648
|
-
|
|
8739
|
+
parameters?: Record<string, string> | undefined;
|
|
8649
8740
|
/**
|
|
8650
|
-
* <p>The
|
|
8741
|
+
* <p>The environment configuration of the notebook.</p>
|
|
8651
8742
|
* @public
|
|
8652
8743
|
*/
|
|
8653
|
-
|
|
8744
|
+
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
8654
8745
|
/**
|
|
8655
|
-
* <p>The
|
|
8746
|
+
* <p>The error details if the notebook is in a failed state.</p>
|
|
8656
8747
|
* @public
|
|
8657
8748
|
*/
|
|
8658
|
-
|
|
8749
|
+
error?: NotebookError | undefined;
|
|
8750
|
+
}
|
|
8751
|
+
/**
|
|
8752
|
+
* @public
|
|
8753
|
+
*/
|
|
8754
|
+
export interface ListNotebooksInput {
|
|
8659
8755
|
/**
|
|
8660
|
-
* <p>The
|
|
8756
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which to list notebooks.</p>
|
|
8661
8757
|
* @public
|
|
8662
8758
|
*/
|
|
8663
|
-
|
|
8759
|
+
domainIdentifier: string | undefined;
|
|
8664
8760
|
/**
|
|
8665
|
-
* <p>The
|
|
8761
|
+
* <p>The identifier of the project that owns the notebooks.</p>
|
|
8666
8762
|
* @public
|
|
8667
8763
|
*/
|
|
8668
|
-
|
|
8764
|
+
owningProjectIdentifier: string | undefined;
|
|
8669
8765
|
/**
|
|
8670
|
-
* <p>The
|
|
8766
|
+
* <p>The maximum number of notebooks to return in a single call. When the number of notebooks exceeds the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value.</p>
|
|
8671
8767
|
* @public
|
|
8672
8768
|
*/
|
|
8673
|
-
|
|
8769
|
+
maxResults?: number | undefined;
|
|
8674
8770
|
/**
|
|
8675
|
-
* <p>The
|
|
8771
|
+
* <p>The sort order for the results.</p>
|
|
8676
8772
|
* @public
|
|
8677
8773
|
*/
|
|
8678
|
-
|
|
8774
|
+
sortOrder?: SortOrder | undefined;
|
|
8679
8775
|
/**
|
|
8680
|
-
* <p>The
|
|
8776
|
+
* <p>The field to sort the results by.</p>
|
|
8681
8777
|
* @public
|
|
8682
8778
|
*/
|
|
8683
|
-
|
|
8779
|
+
sortBy?: SortKey | undefined;
|
|
8684
8780
|
/**
|
|
8685
|
-
* <p>The
|
|
8781
|
+
* <p>The status to filter notebooks by.</p>
|
|
8686
8782
|
* @public
|
|
8687
8783
|
*/
|
|
8688
|
-
|
|
8784
|
+
status?: NotebookStatus | undefined;
|
|
8689
8785
|
/**
|
|
8690
|
-
* <p>
|
|
8786
|
+
* <p>When the number of notebooks is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebooks, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebooks</code> to list the next set of notebooks.</p>
|
|
8691
8787
|
* @public
|
|
8692
8788
|
*/
|
|
8693
|
-
|
|
8789
|
+
nextToken?: string | undefined;
|
|
8790
|
+
}
|
|
8791
|
+
/**
|
|
8792
|
+
* <p>The summary of a notebook in Amazon SageMaker Unified Studio.</p>
|
|
8793
|
+
* @public
|
|
8794
|
+
*/
|
|
8795
|
+
export interface NotebookSummary {
|
|
8694
8796
|
/**
|
|
8695
|
-
* <p>The
|
|
8797
|
+
* <p>The identifier of the notebook.</p>
|
|
8696
8798
|
* @public
|
|
8697
8799
|
*/
|
|
8698
|
-
|
|
8800
|
+
id: string | undefined;
|
|
8699
8801
|
/**
|
|
8700
|
-
* <p>The
|
|
8802
|
+
* <p>The name of the notebook.</p>
|
|
8701
8803
|
* @public
|
|
8702
8804
|
*/
|
|
8703
|
-
|
|
8805
|
+
name: string | undefined;
|
|
8704
8806
|
/**
|
|
8705
|
-
* <p>The
|
|
8807
|
+
* <p>The identifier of the project that owns the notebook.</p>
|
|
8706
8808
|
* @public
|
|
8707
8809
|
*/
|
|
8708
|
-
|
|
8810
|
+
owningProjectId: string | undefined;
|
|
8709
8811
|
/**
|
|
8710
|
-
* <p>The identifier of the
|
|
8812
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
8711
8813
|
* @public
|
|
8712
8814
|
*/
|
|
8713
|
-
|
|
8815
|
+
domainId: string | undefined;
|
|
8714
8816
|
/**
|
|
8715
|
-
* <p>The
|
|
8817
|
+
* <p>The status of the notebook.</p>
|
|
8716
8818
|
* @public
|
|
8717
8819
|
*/
|
|
8718
|
-
|
|
8820
|
+
status: NotebookStatus | undefined;
|
|
8719
8821
|
/**
|
|
8720
|
-
* <p>The
|
|
8822
|
+
* <p>The description of the notebook.</p>
|
|
8721
8823
|
* @public
|
|
8722
8824
|
*/
|
|
8723
|
-
|
|
8724
|
-
}
|
|
8725
|
-
/**
|
|
8726
|
-
* @public
|
|
8727
|
-
*/
|
|
8728
|
-
export interface ListNotebookRunsInput {
|
|
8825
|
+
description?: string | undefined;
|
|
8729
8826
|
/**
|
|
8730
|
-
* <p>The
|
|
8827
|
+
* <p>The timestamp of when the notebook was created.</p>
|
|
8731
8828
|
* @public
|
|
8732
8829
|
*/
|
|
8733
|
-
|
|
8830
|
+
createdAt?: Date | undefined;
|
|
8734
8831
|
/**
|
|
8735
|
-
* <p>The identifier of the
|
|
8832
|
+
* <p>The identifier of the user who created the notebook.</p>
|
|
8736
8833
|
* @public
|
|
8737
8834
|
*/
|
|
8738
|
-
|
|
8835
|
+
createdBy?: string | undefined;
|
|
8739
8836
|
/**
|
|
8740
|
-
* <p>The
|
|
8837
|
+
* <p>The timestamp of when the notebook was last updated.</p>
|
|
8741
8838
|
* @public
|
|
8742
8839
|
*/
|
|
8743
|
-
|
|
8840
|
+
updatedAt?: Date | undefined;
|
|
8744
8841
|
/**
|
|
8745
|
-
* <p>The
|
|
8842
|
+
* <p>The identifier of the user who last updated the notebook.</p>
|
|
8746
8843
|
* @public
|
|
8747
8844
|
*/
|
|
8748
|
-
|
|
8845
|
+
updatedBy?: string | undefined;
|
|
8846
|
+
}
|
|
8847
|
+
/**
|
|
8848
|
+
* @public
|
|
8849
|
+
*/
|
|
8850
|
+
export interface ListNotebooksOutput {
|
|
8749
8851
|
/**
|
|
8750
|
-
* <p>The
|
|
8852
|
+
* <p>The results of the <code>ListNotebooks</code> action.</p>
|
|
8751
8853
|
* @public
|
|
8752
8854
|
*/
|
|
8753
|
-
|
|
8855
|
+
items?: NotebookSummary[] | undefined;
|
|
8754
8856
|
/**
|
|
8755
|
-
* <p>
|
|
8857
|
+
* <p>When the number of notebooks is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebooks, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebooks</code> to list the next set of notebooks.</p>
|
|
8756
8858
|
* @public
|
|
8757
8859
|
*/
|
|
8758
|
-
|
|
8860
|
+
nextToken?: string | undefined;
|
|
8861
|
+
}
|
|
8862
|
+
/**
|
|
8863
|
+
* @public
|
|
8864
|
+
*/
|
|
8865
|
+
export interface UpdateNotebookInput {
|
|
8759
8866
|
/**
|
|
8760
|
-
* <p>The
|
|
8867
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.</p>
|
|
8761
8868
|
* @public
|
|
8762
8869
|
*/
|
|
8763
|
-
|
|
8870
|
+
domainIdentifier: string | undefined;
|
|
8764
8871
|
/**
|
|
8765
|
-
* <p>
|
|
8872
|
+
* <p>The identifier of the notebook to update.</p>
|
|
8766
8873
|
* @public
|
|
8767
8874
|
*/
|
|
8768
|
-
|
|
8769
|
-
}
|
|
8770
|
-
/**
|
|
8771
|
-
* <p>The summary of a notebook run in Amazon DataZone.</p>
|
|
8772
|
-
* @public
|
|
8773
|
-
*/
|
|
8774
|
-
export interface NotebookRunSummary {
|
|
8875
|
+
identifier: string | undefined;
|
|
8775
8876
|
/**
|
|
8776
|
-
* <p>The
|
|
8877
|
+
* <p>The updated description of the notebook.</p>
|
|
8777
8878
|
* @public
|
|
8778
8879
|
*/
|
|
8779
|
-
|
|
8880
|
+
description?: string | undefined;
|
|
8780
8881
|
/**
|
|
8781
|
-
* <p>The
|
|
8882
|
+
* <p>The updated status of the notebook.</p>
|
|
8782
8883
|
* @public
|
|
8783
8884
|
*/
|
|
8784
|
-
|
|
8885
|
+
status?: NotebookStatus | undefined;
|
|
8785
8886
|
/**
|
|
8786
|
-
* <p>The
|
|
8887
|
+
* <p>The updated name of the notebook.</p>
|
|
8787
8888
|
* @public
|
|
8788
8889
|
*/
|
|
8789
|
-
|
|
8890
|
+
name?: string | undefined;
|
|
8790
8891
|
/**
|
|
8791
|
-
* <p>The
|
|
8892
|
+
* <p>The updated ordered list of cells in the notebook.</p>
|
|
8792
8893
|
* @public
|
|
8793
8894
|
*/
|
|
8794
|
-
|
|
8895
|
+
cellOrder?: CellInformation[] | undefined;
|
|
8795
8896
|
/**
|
|
8796
|
-
* <p>The
|
|
8897
|
+
* <p>The updated metadata for the notebook, specified as key-value pairs.</p>
|
|
8797
8898
|
* @public
|
|
8798
8899
|
*/
|
|
8799
|
-
|
|
8900
|
+
metadata?: Record<string, string> | undefined;
|
|
8800
8901
|
/**
|
|
8801
|
-
* <p>The
|
|
8902
|
+
* <p>The updated sensitive parameters for the notebook, specified as key-value pairs.</p>
|
|
8802
8903
|
* @public
|
|
8803
8904
|
*/
|
|
8804
|
-
|
|
8905
|
+
parameters?: Record<string, string> | undefined;
|
|
8805
8906
|
/**
|
|
8806
|
-
* <p>The
|
|
8907
|
+
* <p>The updated environment configuration for the notebook.</p>
|
|
8807
8908
|
* @public
|
|
8808
8909
|
*/
|
|
8809
|
-
|
|
8910
|
+
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
8810
8911
|
/**
|
|
8811
|
-
* <p>
|
|
8912
|
+
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
8812
8913
|
* @public
|
|
8813
8914
|
*/
|
|
8814
|
-
|
|
8915
|
+
clientToken?: string | undefined;
|
|
8916
|
+
}
|
|
8917
|
+
/**
|
|
8918
|
+
* @public
|
|
8919
|
+
*/
|
|
8920
|
+
export interface UpdateNotebookOutput {
|
|
8815
8921
|
/**
|
|
8816
|
-
* <p>The identifier of the
|
|
8922
|
+
* <p>The identifier of the notebook.</p>
|
|
8817
8923
|
* @public
|
|
8818
8924
|
*/
|
|
8819
|
-
|
|
8925
|
+
id: string | undefined;
|
|
8820
8926
|
/**
|
|
8821
|
-
* <p>The
|
|
8927
|
+
* <p>The name of the notebook.</p>
|
|
8822
8928
|
* @public
|
|
8823
8929
|
*/
|
|
8824
|
-
|
|
8930
|
+
name: string | undefined;
|
|
8825
8931
|
/**
|
|
8826
|
-
* <p>The identifier of the
|
|
8932
|
+
* <p>The identifier of the project that owns the notebook.</p>
|
|
8827
8933
|
* @public
|
|
8828
8934
|
*/
|
|
8829
|
-
|
|
8935
|
+
owningProjectId: string | undefined;
|
|
8830
8936
|
/**
|
|
8831
|
-
* <p>The
|
|
8937
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
8832
8938
|
* @public
|
|
8833
8939
|
*/
|
|
8834
|
-
|
|
8940
|
+
domainId: string | undefined;
|
|
8835
8941
|
/**
|
|
8836
|
-
* <p>The
|
|
8942
|
+
* <p>The ordered list of cells in the notebook.</p>
|
|
8837
8943
|
* @public
|
|
8838
8944
|
*/
|
|
8839
|
-
|
|
8840
|
-
}
|
|
8841
|
-
/**
|
|
8842
|
-
* @public
|
|
8843
|
-
*/
|
|
8844
|
-
export interface ListNotebookRunsOutput {
|
|
8945
|
+
cellOrder: CellInformation[] | undefined;
|
|
8845
8946
|
/**
|
|
8846
|
-
* <p>The
|
|
8947
|
+
* <p>The status of the notebook.</p>
|
|
8847
8948
|
* @public
|
|
8848
8949
|
*/
|
|
8849
|
-
|
|
8950
|
+
status: NotebookStatus | undefined;
|
|
8850
8951
|
/**
|
|
8851
|
-
* <p>
|
|
8952
|
+
* <p>The description of the notebook.</p>
|
|
8852
8953
|
* @public
|
|
8853
8954
|
*/
|
|
8854
|
-
|
|
8855
|
-
}
|
|
8856
|
-
/**
|
|
8857
|
-
* @public
|
|
8858
|
-
*/
|
|
8859
|
-
export interface StartNotebookRunInput {
|
|
8955
|
+
description?: string | undefined;
|
|
8860
8956
|
/**
|
|
8861
|
-
* <p>The
|
|
8957
|
+
* <p>The timestamp of when the notebook was created.</p>
|
|
8862
8958
|
* @public
|
|
8863
8959
|
*/
|
|
8864
|
-
|
|
8960
|
+
createdAt?: Date | undefined;
|
|
8865
8961
|
/**
|
|
8866
|
-
* <p>The identifier of the
|
|
8962
|
+
* <p>The identifier of the user who created the notebook.</p>
|
|
8867
8963
|
* @public
|
|
8868
8964
|
*/
|
|
8869
|
-
|
|
8965
|
+
createdBy?: string | undefined;
|
|
8870
8966
|
/**
|
|
8871
|
-
* <p>The
|
|
8967
|
+
* <p>The timestamp of when the notebook was last updated.</p>
|
|
8872
8968
|
* @public
|
|
8873
8969
|
*/
|
|
8874
|
-
|
|
8970
|
+
updatedAt?: Date | undefined;
|
|
8875
8971
|
/**
|
|
8876
|
-
* <p>The identifier of the
|
|
8972
|
+
* <p>The identifier of the user who last updated the notebook.</p>
|
|
8877
8973
|
* @public
|
|
8878
8974
|
*/
|
|
8879
|
-
|
|
8975
|
+
updatedBy?: string | undefined;
|
|
8880
8976
|
/**
|
|
8881
|
-
* <p>The
|
|
8977
|
+
* <p>The identifier of the user who locked the notebook.</p>
|
|
8882
8978
|
* @public
|
|
8883
8979
|
*/
|
|
8884
|
-
|
|
8980
|
+
lockedBy?: string | undefined;
|
|
8885
8981
|
/**
|
|
8886
|
-
* <p>The
|
|
8982
|
+
* <p>The timestamp of when the notebook was locked.</p>
|
|
8887
8983
|
* @public
|
|
8888
8984
|
*/
|
|
8889
|
-
|
|
8985
|
+
lockedAt?: Date | undefined;
|
|
8890
8986
|
/**
|
|
8891
|
-
* <p>The
|
|
8987
|
+
* <p>The timestamp of when the notebook lock expires.</p>
|
|
8892
8988
|
* @public
|
|
8893
8989
|
*/
|
|
8894
|
-
|
|
8990
|
+
lockExpiresAt?: Date | undefined;
|
|
8895
8991
|
/**
|
|
8896
|
-
* <p>The
|
|
8992
|
+
* <p>The identifier of the compute associated with the notebook.</p>
|
|
8897
8993
|
* @public
|
|
8898
8994
|
*/
|
|
8899
|
-
|
|
8995
|
+
computeId?: string | undefined;
|
|
8900
8996
|
/**
|
|
8901
|
-
* <p>The metadata
|
|
8997
|
+
* <p>The metadata of the notebook.</p>
|
|
8902
8998
|
* @public
|
|
8903
8999
|
*/
|
|
8904
9000
|
metadata?: Record<string, string> | undefined;
|
|
8905
9001
|
/**
|
|
8906
|
-
* <p>The sensitive parameters
|
|
9002
|
+
* <p>The sensitive parameters of the notebook.</p>
|
|
8907
9003
|
* @public
|
|
8908
9004
|
*/
|
|
8909
9005
|
parameters?: Record<string, string> | undefined;
|
|
8910
9006
|
/**
|
|
8911
|
-
* <p>
|
|
9007
|
+
* <p>The environment configuration of the notebook.</p>
|
|
8912
9008
|
* @public
|
|
8913
9009
|
*/
|
|
8914
|
-
|
|
9010
|
+
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
9011
|
+
/**
|
|
9012
|
+
* <p>The error details if the notebook is in a failed state.</p>
|
|
9013
|
+
* @public
|
|
9014
|
+
*/
|
|
9015
|
+
error?: NotebookError | undefined;
|
|
8915
9016
|
}
|
|
8916
9017
|
/**
|
|
8917
9018
|
* @public
|
|
8918
9019
|
*/
|
|
8919
|
-
export interface
|
|
9020
|
+
export interface GetNotebookExportInput {
|
|
8920
9021
|
/**
|
|
8921
|
-
* <p>The identifier of the notebook
|
|
9022
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook export exists.</p>
|
|
8922
9023
|
* @public
|
|
8923
9024
|
*/
|
|
8924
|
-
|
|
9025
|
+
domainIdentifier: string | undefined;
|
|
8925
9026
|
/**
|
|
8926
|
-
* <p>The identifier of the
|
|
9027
|
+
* <p>The identifier of the notebook export.</p>
|
|
8927
9028
|
* @public
|
|
8928
9029
|
*/
|
|
8929
|
-
|
|
9030
|
+
identifier: string | undefined;
|
|
9031
|
+
}
|
|
9032
|
+
/**
|
|
9033
|
+
* <p>The error details of a failed notebook export in Amazon SageMaker Unified Studio.</p>
|
|
9034
|
+
* @public
|
|
9035
|
+
*/
|
|
9036
|
+
export interface NotebookExportError {
|
|
8930
9037
|
/**
|
|
8931
|
-
* <p>The
|
|
9038
|
+
* <p>The error message. The maximum length is 256 characters.</p>
|
|
8932
9039
|
* @public
|
|
8933
9040
|
*/
|
|
8934
|
-
|
|
9041
|
+
message: string | undefined;
|
|
9042
|
+
}
|
|
9043
|
+
/**
|
|
9044
|
+
* <p>The Amazon Simple Storage Service destination for a notebook export in Amazon SageMaker Unified Studio.</p>
|
|
9045
|
+
* @public
|
|
9046
|
+
*/
|
|
9047
|
+
export interface S3Destination {
|
|
8935
9048
|
/**
|
|
8936
|
-
* <p>The
|
|
9049
|
+
* <p>The Amazon Simple Storage Service URI of the exported notebook.</p>
|
|
8937
9050
|
* @public
|
|
8938
9051
|
*/
|
|
8939
|
-
|
|
9052
|
+
uri?: string | undefined;
|
|
9053
|
+
}
|
|
9054
|
+
/**
|
|
9055
|
+
* <p>The output location for a notebook export in Amazon SageMaker Unified Studio.</p>
|
|
9056
|
+
* @public
|
|
9057
|
+
*/
|
|
9058
|
+
export type OutputLocation = OutputLocation.S3Member | OutputLocation.$UnknownMember;
|
|
9059
|
+
/**
|
|
9060
|
+
* @public
|
|
9061
|
+
*/
|
|
9062
|
+
export declare namespace OutputLocation {
|
|
8940
9063
|
/**
|
|
8941
|
-
* <p>The
|
|
9064
|
+
* <p>The Amazon Simple Storage Service destination for the notebook export.</p>
|
|
8942
9065
|
* @public
|
|
8943
9066
|
*/
|
|
8944
|
-
|
|
9067
|
+
interface S3Member {
|
|
9068
|
+
s3: S3Destination;
|
|
9069
|
+
$unknown?: never;
|
|
9070
|
+
}
|
|
8945
9071
|
/**
|
|
8946
|
-
* <p>The status of the notebook run.</p>
|
|
8947
9072
|
* @public
|
|
8948
9073
|
*/
|
|
8949
|
-
|
|
9074
|
+
interface $UnknownMember {
|
|
9075
|
+
s3?: never;
|
|
9076
|
+
$unknown: [string, any];
|
|
9077
|
+
}
|
|
8950
9078
|
/**
|
|
8951
|
-
*
|
|
8952
|
-
*
|
|
9079
|
+
* @deprecated unused in schema-serde mode.
|
|
9080
|
+
*
|
|
8953
9081
|
*/
|
|
8954
|
-
|
|
9082
|
+
interface Visitor<T> {
|
|
9083
|
+
s3: (value: S3Destination) => T;
|
|
9084
|
+
_: (name: string, value: any) => T;
|
|
9085
|
+
}
|
|
9086
|
+
}
|
|
9087
|
+
/**
|
|
9088
|
+
* @public
|
|
9089
|
+
*/
|
|
9090
|
+
export interface GetNotebookExportOutput {
|
|
8955
9091
|
/**
|
|
8956
|
-
* <p>The
|
|
9092
|
+
* <p>The identifier of the notebook export.</p>
|
|
8957
9093
|
* @public
|
|
8958
9094
|
*/
|
|
8959
|
-
|
|
9095
|
+
id: string | undefined;
|
|
8960
9096
|
/**
|
|
8961
|
-
* <p>The
|
|
9097
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
8962
9098
|
* @public
|
|
8963
9099
|
*/
|
|
8964
|
-
|
|
9100
|
+
domainId: string | undefined;
|
|
8965
9101
|
/**
|
|
8966
|
-
* <p>The
|
|
9102
|
+
* <p>The identifier of the project that owns the notebook.</p>
|
|
8967
9103
|
* @public
|
|
8968
9104
|
*/
|
|
8969
|
-
|
|
9105
|
+
owningProjectId: string | undefined;
|
|
8970
9106
|
/**
|
|
8971
|
-
* <p>The
|
|
9107
|
+
* <p>The identifier of the notebook.</p>
|
|
8972
9108
|
* @public
|
|
8973
9109
|
*/
|
|
8974
|
-
|
|
9110
|
+
notebookId: string | undefined;
|
|
8975
9111
|
/**
|
|
8976
|
-
* <p>The
|
|
9112
|
+
* <p>The file format of the notebook export.</p>
|
|
8977
9113
|
* @public
|
|
8978
9114
|
*/
|
|
8979
|
-
|
|
9115
|
+
fileFormat: FileFormat | undefined;
|
|
8980
9116
|
/**
|
|
8981
|
-
* <p>The
|
|
9117
|
+
* <p>The status of the notebook export.</p>
|
|
8982
9118
|
* @public
|
|
8983
9119
|
*/
|
|
8984
|
-
|
|
9120
|
+
status: NotebookExportStatus | undefined;
|
|
8985
9121
|
/**
|
|
8986
|
-
* <p>The
|
|
9122
|
+
* <p>The output location of the exported notebook in Amazon Simple Storage Service.</p>
|
|
8987
9123
|
* @public
|
|
8988
9124
|
*/
|
|
8989
|
-
|
|
9125
|
+
outputLocation?: OutputLocation | undefined;
|
|
8990
9126
|
/**
|
|
8991
|
-
* <p>The
|
|
9127
|
+
* <p>The error details if the notebook export failed.</p>
|
|
8992
9128
|
* @public
|
|
8993
9129
|
*/
|
|
8994
|
-
|
|
9130
|
+
error?: NotebookExportError | undefined;
|
|
8995
9131
|
/**
|
|
8996
|
-
* <p>The
|
|
9132
|
+
* <p>The timestamp of when the notebook export completed.</p>
|
|
8997
9133
|
* @public
|
|
8998
9134
|
*/
|
|
8999
|
-
|
|
9135
|
+
completedAt?: Date | undefined;
|
|
9000
9136
|
/**
|
|
9001
|
-
* <p>The timestamp of when the notebook
|
|
9137
|
+
* <p>The timestamp of when the notebook export was started.</p>
|
|
9002
9138
|
* @public
|
|
9003
9139
|
*/
|
|
9004
9140
|
createdAt?: Date | undefined;
|
|
9005
9141
|
/**
|
|
9006
|
-
* <p>The identifier of the user who
|
|
9142
|
+
* <p>The identifier of the user who started the notebook export.</p>
|
|
9007
9143
|
* @public
|
|
9008
9144
|
*/
|
|
9009
9145
|
createdBy?: string | undefined;
|
|
9146
|
+
}
|
|
9147
|
+
/**
|
|
9148
|
+
* @public
|
|
9149
|
+
*/
|
|
9150
|
+
export interface StartNotebookExportInput {
|
|
9010
9151
|
/**
|
|
9011
|
-
* <p>The
|
|
9012
|
-
* @public
|
|
9013
|
-
*/
|
|
9014
|
-
updatedAt?: Date | undefined;
|
|
9015
|
-
/**
|
|
9016
|
-
* <p>The identifier of the user who last updated the notebook run.</p>
|
|
9017
|
-
* @public
|
|
9018
|
-
*/
|
|
9019
|
-
updatedBy?: string | undefined;
|
|
9020
|
-
/**
|
|
9021
|
-
* <p>The timestamp of when the notebook run started executing.</p>
|
|
9152
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which to export the notebook.</p>
|
|
9022
9153
|
* @public
|
|
9023
9154
|
*/
|
|
9024
|
-
|
|
9155
|
+
domainIdentifier: string | undefined;
|
|
9025
9156
|
/**
|
|
9026
|
-
* <p>The
|
|
9157
|
+
* <p>The identifier of the notebook to export.</p>
|
|
9027
9158
|
* @public
|
|
9028
9159
|
*/
|
|
9029
|
-
|
|
9030
|
-
}
|
|
9031
|
-
/**
|
|
9032
|
-
* @public
|
|
9033
|
-
*/
|
|
9034
|
-
export interface StopNotebookRunInput {
|
|
9160
|
+
notebookIdentifier: string | undefined;
|
|
9035
9161
|
/**
|
|
9036
|
-
* <p>The identifier of the
|
|
9162
|
+
* <p>The identifier of the project that owns the notebook.</p>
|
|
9037
9163
|
* @public
|
|
9038
9164
|
*/
|
|
9039
|
-
|
|
9165
|
+
owningProjectIdentifier: string | undefined;
|
|
9040
9166
|
/**
|
|
9041
|
-
* <p>The
|
|
9167
|
+
* <p>The file format for the notebook export. Valid values are <code>PDF</code> and <code>IPYNB</code>.</p>
|
|
9042
9168
|
* @public
|
|
9043
9169
|
*/
|
|
9044
|
-
|
|
9170
|
+
fileFormat: FileFormat | undefined;
|
|
9045
9171
|
/**
|
|
9046
9172
|
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
9047
9173
|
* @public
|
|
@@ -9051,609 +9177,641 @@ export interface StopNotebookRunInput {
|
|
|
9051
9177
|
/**
|
|
9052
9178
|
* @public
|
|
9053
9179
|
*/
|
|
9054
|
-
export interface
|
|
9180
|
+
export interface StartNotebookExportOutput {
|
|
9055
9181
|
/**
|
|
9056
|
-
* <p>The identifier of the notebook
|
|
9182
|
+
* <p>The identifier of the notebook export.</p>
|
|
9057
9183
|
* @public
|
|
9058
9184
|
*/
|
|
9059
9185
|
id: string | undefined;
|
|
9060
9186
|
/**
|
|
9061
|
-
* <p>The identifier of the Amazon
|
|
9187
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
9062
9188
|
* @public
|
|
9063
9189
|
*/
|
|
9064
9190
|
domainId: string | undefined;
|
|
9065
9191
|
/**
|
|
9066
|
-
* <p>The identifier of the project that owns the notebook
|
|
9192
|
+
* <p>The identifier of the project that owns the notebook.</p>
|
|
9067
9193
|
* @public
|
|
9068
9194
|
*/
|
|
9069
9195
|
owningProjectId: string | undefined;
|
|
9070
9196
|
/**
|
|
9071
|
-
* <p>The
|
|
9197
|
+
* <p>The identifier of the notebook.</p>
|
|
9072
9198
|
* @public
|
|
9073
9199
|
*/
|
|
9074
|
-
|
|
9075
|
-
}
|
|
9076
|
-
/**
|
|
9077
|
-
* @public
|
|
9078
|
-
*/
|
|
9079
|
-
export interface PostLineageEventInput {
|
|
9200
|
+
notebookId: string | undefined;
|
|
9080
9201
|
/**
|
|
9081
|
-
* <p>The
|
|
9202
|
+
* <p>The file format of the notebook export.</p>
|
|
9082
9203
|
* @public
|
|
9083
9204
|
*/
|
|
9084
|
-
|
|
9205
|
+
fileFormat: FileFormat | undefined;
|
|
9085
9206
|
/**
|
|
9086
|
-
* <p>The
|
|
9207
|
+
* <p>The status of the notebook export.</p>
|
|
9087
9208
|
* @public
|
|
9088
9209
|
*/
|
|
9089
|
-
|
|
9210
|
+
status: NotebookExportStatus | undefined;
|
|
9090
9211
|
/**
|
|
9091
|
-
* <p>
|
|
9212
|
+
* <p>The timestamp of when the notebook export was started.</p>
|
|
9092
9213
|
* @public
|
|
9093
9214
|
*/
|
|
9094
|
-
|
|
9215
|
+
createdAt?: Date | undefined;
|
|
9216
|
+
/**
|
|
9217
|
+
* <p>The identifier of the user who started the notebook export.</p>
|
|
9218
|
+
* @public
|
|
9219
|
+
*/
|
|
9220
|
+
createdBy?: string | undefined;
|
|
9095
9221
|
}
|
|
9096
9222
|
/**
|
|
9097
9223
|
* @public
|
|
9098
9224
|
*/
|
|
9099
|
-
export interface
|
|
9225
|
+
export interface GetNotebookRunInput {
|
|
9100
9226
|
/**
|
|
9101
|
-
* <p>The
|
|
9227
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run exists.</p>
|
|
9102
9228
|
* @public
|
|
9103
9229
|
*/
|
|
9104
|
-
|
|
9230
|
+
domainIdentifier: string | undefined;
|
|
9105
9231
|
/**
|
|
9106
|
-
* <p>The
|
|
9232
|
+
* <p>The identifier of the notebook run.</p>
|
|
9107
9233
|
* @public
|
|
9108
9234
|
*/
|
|
9109
|
-
|
|
9235
|
+
identifier: string | undefined;
|
|
9110
9236
|
}
|
|
9111
9237
|
/**
|
|
9112
|
-
* <p>The
|
|
9238
|
+
* <p>The error details of a failed notebook run in Amazon SageMaker Unified Studio.</p>
|
|
9113
9239
|
* @public
|
|
9114
9240
|
*/
|
|
9115
|
-
export interface
|
|
9241
|
+
export interface NotebookRunError {
|
|
9116
9242
|
/**
|
|
9117
|
-
* <p>The
|
|
9243
|
+
* <p>The error message. The maximum length is 1024 characters.</p>
|
|
9118
9244
|
* @public
|
|
9119
9245
|
*/
|
|
9120
|
-
|
|
9121
|
-
|
|
9122
|
-
|
|
9246
|
+
message: string | undefined;
|
|
9247
|
+
}
|
|
9248
|
+
/**
|
|
9249
|
+
* <p>The network configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
|
|
9250
|
+
* @public
|
|
9251
|
+
*/
|
|
9252
|
+
export interface NetworkConfig {
|
|
9253
|
+
/**
|
|
9254
|
+
* <p>The network access type for the notebook run. Valid values are <code>PUBLIC_INTERNET_ONLY</code> and <code>VPC_ONLY</code>.</p>
|
|
9123
9255
|
* @public
|
|
9124
9256
|
*/
|
|
9125
|
-
|
|
9257
|
+
networkAccessType: NetworkAccessType | undefined;
|
|
9126
9258
|
/**
|
|
9127
|
-
* <p>The
|
|
9259
|
+
* <p>The identifier of the VPC for the notebook run. This is required when the network access type is <code>VPC_ONLY</code>.</p>
|
|
9128
9260
|
* @public
|
|
9129
9261
|
*/
|
|
9130
|
-
|
|
9262
|
+
vpcId?: string | undefined;
|
|
9131
9263
|
/**
|
|
9132
|
-
* <p>The
|
|
9264
|
+
* <p>The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.</p>
|
|
9133
9265
|
* @public
|
|
9134
9266
|
*/
|
|
9135
|
-
|
|
9267
|
+
subnetIds?: string[] | undefined;
|
|
9136
9268
|
/**
|
|
9137
|
-
* <p>The
|
|
9269
|
+
* <p>The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.</p>
|
|
9138
9270
|
* @public
|
|
9139
9271
|
*/
|
|
9140
|
-
|
|
9272
|
+
securityGroupIds?: string[] | undefined;
|
|
9141
9273
|
}
|
|
9142
9274
|
/**
|
|
9275
|
+
* <p>The storage configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
|
|
9143
9276
|
* @public
|
|
9144
9277
|
*/
|
|
9145
|
-
export interface
|
|
9278
|
+
export interface StorageConfig {
|
|
9146
9279
|
/**
|
|
9147
|
-
* <p>The
|
|
9280
|
+
* <p>The Amazon Simple Storage Service path for the project storage.</p>
|
|
9148
9281
|
* @public
|
|
9149
9282
|
*/
|
|
9150
|
-
|
|
9283
|
+
projectS3Path?: string | undefined;
|
|
9151
9284
|
/**
|
|
9152
|
-
* <p>The
|
|
9285
|
+
* <p>The ARN of the KMS key used for encryption.</p>
|
|
9153
9286
|
* @public
|
|
9154
9287
|
*/
|
|
9155
|
-
|
|
9288
|
+
kmsKeyArn?: string | undefined;
|
|
9289
|
+
}
|
|
9290
|
+
/**
|
|
9291
|
+
* <p>The timeout configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
|
|
9292
|
+
* @public
|
|
9293
|
+
*/
|
|
9294
|
+
export interface TimeoutConfig {
|
|
9156
9295
|
/**
|
|
9157
|
-
* <p>The
|
|
9296
|
+
* <p>The timeout for the notebook run, in minutes. The minimum value is 60 minutes (1 hour), the maximum value is 1440 minutes (24 hours), and the default value is 720 minutes (12 hours).</p>
|
|
9158
9297
|
* @public
|
|
9159
9298
|
*/
|
|
9160
|
-
|
|
9299
|
+
runTimeoutInMinutes?: number | undefined;
|
|
9300
|
+
}
|
|
9301
|
+
/**
|
|
9302
|
+
* <p>The source that triggered a notebook run in Amazon SageMaker Unified Studio.</p>
|
|
9303
|
+
* @public
|
|
9304
|
+
*/
|
|
9305
|
+
export interface TriggerSource {
|
|
9161
9306
|
/**
|
|
9162
|
-
* <p>The
|
|
9307
|
+
* <p>The type of the trigger source. Valid values are <code>MANUAL</code>, <code>SCHEDULED</code>, and <code>WORKFLOW</code>.</p>
|
|
9163
9308
|
* @public
|
|
9164
9309
|
*/
|
|
9165
|
-
|
|
9310
|
+
type?: TriggerSourceType | undefined;
|
|
9166
9311
|
/**
|
|
9167
|
-
* <p>
|
|
9312
|
+
* <p>The name of the trigger source.</p>
|
|
9168
9313
|
* @public
|
|
9169
9314
|
*/
|
|
9170
|
-
|
|
9315
|
+
name?: string | undefined;
|
|
9171
9316
|
}
|
|
9172
9317
|
/**
|
|
9173
9318
|
* @public
|
|
9174
9319
|
*/
|
|
9175
|
-
export interface
|
|
9320
|
+
export interface GetNotebookRunOutput {
|
|
9176
9321
|
/**
|
|
9177
|
-
* <p>The
|
|
9322
|
+
* <p>The identifier of the notebook run.</p>
|
|
9178
9323
|
* @public
|
|
9179
9324
|
*/
|
|
9180
|
-
|
|
9325
|
+
id: string | undefined;
|
|
9181
9326
|
/**
|
|
9182
|
-
* <p>The
|
|
9327
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
9183
9328
|
* @public
|
|
9184
9329
|
*/
|
|
9185
|
-
|
|
9330
|
+
domainId: string | undefined;
|
|
9186
9331
|
/**
|
|
9187
|
-
* <p>The
|
|
9332
|
+
* <p>The identifier of the project that owns the notebook run.</p>
|
|
9188
9333
|
* @public
|
|
9189
9334
|
*/
|
|
9190
|
-
|
|
9335
|
+
owningProjectId: string | undefined;
|
|
9191
9336
|
/**
|
|
9192
|
-
* <p>The
|
|
9337
|
+
* <p>The identifier of the notebook.</p>
|
|
9193
9338
|
* @public
|
|
9194
9339
|
*/
|
|
9195
|
-
|
|
9196
|
-
}
|
|
9197
|
-
/**
|
|
9198
|
-
* @public
|
|
9199
|
-
*/
|
|
9200
|
-
export interface PutDataExportConfigurationInput {
|
|
9340
|
+
notebookId: string | undefined;
|
|
9201
9341
|
/**
|
|
9202
|
-
* <p>The
|
|
9342
|
+
* <p>The identifier of the schedule associated with the notebook run.</p>
|
|
9203
9343
|
* @public
|
|
9204
9344
|
*/
|
|
9205
|
-
|
|
9345
|
+
scheduleId?: string | undefined;
|
|
9206
9346
|
/**
|
|
9207
|
-
* <p>
|
|
9347
|
+
* <p>The status of the notebook run.</p>
|
|
9208
9348
|
* @public
|
|
9209
9349
|
*/
|
|
9210
|
-
|
|
9350
|
+
status: NotebookRunStatus | undefined;
|
|
9211
9351
|
/**
|
|
9212
|
-
* <p>The
|
|
9352
|
+
* <p>The ordered list of cells in the notebook run.</p>
|
|
9213
9353
|
* @public
|
|
9214
9354
|
*/
|
|
9215
|
-
|
|
9355
|
+
cellOrder?: CellInformation[] | undefined;
|
|
9216
9356
|
/**
|
|
9217
|
-
* <p>
|
|
9357
|
+
* <p>The metadata of the notebook run.</p>
|
|
9218
9358
|
* @public
|
|
9219
9359
|
*/
|
|
9220
|
-
|
|
9221
|
-
}
|
|
9222
|
-
/**
|
|
9223
|
-
* @public
|
|
9224
|
-
*/
|
|
9225
|
-
export interface PutDataExportConfigurationOutput {
|
|
9226
|
-
}
|
|
9227
|
-
/**
|
|
9228
|
-
* <p>A search filter in Amazon DataZone.</p>
|
|
9229
|
-
* @public
|
|
9230
|
-
*/
|
|
9231
|
-
export interface Filter {
|
|
9360
|
+
metadata?: Record<string, string> | undefined;
|
|
9232
9361
|
/**
|
|
9233
|
-
* <p>
|
|
9362
|
+
* <p>The sensitive parameters of the notebook run.</p>
|
|
9234
9363
|
* @public
|
|
9235
9364
|
*/
|
|
9236
|
-
|
|
9365
|
+
parameters?: Record<string, string> | undefined;
|
|
9237
9366
|
/**
|
|
9238
|
-
* <p>
|
|
9367
|
+
* <p>The compute configuration of the notebook run.</p>
|
|
9239
9368
|
* @public
|
|
9240
9369
|
*/
|
|
9241
|
-
|
|
9370
|
+
computeConfiguration?: ComputeConfig | undefined;
|
|
9242
9371
|
/**
|
|
9243
|
-
* <p>
|
|
9372
|
+
* <p>The network configuration of the notebook run.</p>
|
|
9244
9373
|
* @public
|
|
9245
9374
|
*/
|
|
9246
|
-
|
|
9375
|
+
networkConfiguration?: NetworkConfig | undefined;
|
|
9247
9376
|
/**
|
|
9248
|
-
* <p>
|
|
9377
|
+
* <p>The timeout configuration of the notebook run.</p>
|
|
9249
9378
|
* @public
|
|
9250
9379
|
*/
|
|
9251
|
-
|
|
9252
|
-
}
|
|
9253
|
-
/**
|
|
9254
|
-
* <p>The pattern describing the query's relational traversal.</p>
|
|
9255
|
-
* @public
|
|
9256
|
-
*/
|
|
9257
|
-
export interface RelationPattern {
|
|
9380
|
+
timeoutConfiguration?: TimeoutConfig | undefined;
|
|
9258
9381
|
/**
|
|
9259
|
-
* <p>The
|
|
9382
|
+
* <p>The environment configuration of the notebook run, including image version and package settings.</p>
|
|
9260
9383
|
* @public
|
|
9261
9384
|
*/
|
|
9262
|
-
|
|
9385
|
+
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
9263
9386
|
/**
|
|
9264
|
-
* <p>The
|
|
9387
|
+
* <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
|
|
9265
9388
|
* @public
|
|
9266
9389
|
*/
|
|
9267
|
-
|
|
9390
|
+
storageConfiguration?: StorageConfig | undefined;
|
|
9268
9391
|
/**
|
|
9269
|
-
* <p>The
|
|
9392
|
+
* <p>The source that triggered the notebook run.</p>
|
|
9270
9393
|
* @public
|
|
9271
9394
|
*/
|
|
9272
|
-
|
|
9273
|
-
}
|
|
9274
|
-
/**
|
|
9275
|
-
* <p>The summary and output forms of a LineageNode</p>
|
|
9276
|
-
* @public
|
|
9277
|
-
*/
|
|
9278
|
-
export interface LineageNodeItem {
|
|
9395
|
+
triggerSource?: TriggerSource | undefined;
|
|
9279
9396
|
/**
|
|
9280
|
-
* <p>The
|
|
9397
|
+
* <p>The error details if the notebook run failed.</p>
|
|
9281
9398
|
* @public
|
|
9282
9399
|
*/
|
|
9283
|
-
|
|
9400
|
+
error?: NotebookRunError | undefined;
|
|
9284
9401
|
/**
|
|
9285
|
-
* <p>The
|
|
9402
|
+
* <p>The timestamp of when the notebook run was created.</p>
|
|
9286
9403
|
* @public
|
|
9287
9404
|
*/
|
|
9288
|
-
|
|
9405
|
+
createdAt?: Date | undefined;
|
|
9289
9406
|
/**
|
|
9290
|
-
* <p>The
|
|
9407
|
+
* <p>The identifier of the user who created the notebook run.</p>
|
|
9291
9408
|
* @public
|
|
9292
9409
|
*/
|
|
9293
|
-
|
|
9410
|
+
createdBy?: string | undefined;
|
|
9294
9411
|
/**
|
|
9295
|
-
* <p>The timestamp
|
|
9412
|
+
* <p>The timestamp of when the notebook run was last updated.</p>
|
|
9296
9413
|
* @public
|
|
9297
9414
|
*/
|
|
9298
|
-
|
|
9415
|
+
updatedAt?: Date | undefined;
|
|
9299
9416
|
/**
|
|
9300
|
-
* <p>The user who
|
|
9417
|
+
* <p>The identifier of the user who last updated the notebook run.</p>
|
|
9301
9418
|
* @public
|
|
9302
9419
|
*/
|
|
9303
|
-
|
|
9420
|
+
updatedBy?: string | undefined;
|
|
9304
9421
|
/**
|
|
9305
|
-
* <p>The timestamp
|
|
9422
|
+
* <p>The timestamp of when the notebook run started executing.</p>
|
|
9306
9423
|
* @public
|
|
9307
9424
|
*/
|
|
9308
|
-
|
|
9425
|
+
startedAt?: Date | undefined;
|
|
9309
9426
|
/**
|
|
9310
|
-
* <p>The
|
|
9427
|
+
* <p>The timestamp of when the notebook run completed.</p>
|
|
9311
9428
|
* @public
|
|
9312
9429
|
*/
|
|
9313
|
-
|
|
9430
|
+
completedAt?: Date | undefined;
|
|
9431
|
+
}
|
|
9432
|
+
/**
|
|
9433
|
+
* @public
|
|
9434
|
+
*/
|
|
9435
|
+
export interface ListNotebookRunsInput {
|
|
9314
9436
|
/**
|
|
9315
|
-
* <p>The
|
|
9437
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which to list notebook runs.</p>
|
|
9316
9438
|
* @public
|
|
9317
9439
|
*/
|
|
9318
|
-
|
|
9440
|
+
domainIdentifier: string | undefined;
|
|
9319
9441
|
/**
|
|
9320
|
-
* <p>The
|
|
9442
|
+
* <p>The identifier of the project that owns the notebook runs.</p>
|
|
9321
9443
|
* @public
|
|
9322
9444
|
*/
|
|
9323
|
-
|
|
9445
|
+
owningProjectIdentifier: string | undefined;
|
|
9324
9446
|
/**
|
|
9325
|
-
* <p>The
|
|
9447
|
+
* <p>The identifier of the notebook to filter runs by.</p>
|
|
9326
9448
|
* @public
|
|
9327
9449
|
*/
|
|
9328
|
-
|
|
9450
|
+
notebookIdentifier?: string | undefined;
|
|
9329
9451
|
/**
|
|
9330
|
-
* <p>The
|
|
9452
|
+
* <p>The status to filter notebook runs by.</p>
|
|
9331
9453
|
* @public
|
|
9332
9454
|
*/
|
|
9333
|
-
|
|
9455
|
+
status?: NotebookRunStatus | undefined;
|
|
9334
9456
|
/**
|
|
9335
|
-
* <p>The
|
|
9457
|
+
* <p>The identifier of the schedule to filter notebook runs by.</p>
|
|
9336
9458
|
* @public
|
|
9337
9459
|
*/
|
|
9338
|
-
|
|
9460
|
+
scheduleIdentifier?: string | undefined;
|
|
9339
9461
|
/**
|
|
9340
|
-
* <p>The
|
|
9462
|
+
* <p>The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value.</p>
|
|
9341
9463
|
* @public
|
|
9342
9464
|
*/
|
|
9343
|
-
|
|
9465
|
+
maxResults?: number | undefined;
|
|
9344
9466
|
/**
|
|
9345
|
-
* <p>The
|
|
9467
|
+
* <p>The sort order for the results.</p>
|
|
9346
9468
|
* @public
|
|
9347
9469
|
*/
|
|
9348
|
-
|
|
9470
|
+
sortOrder?: SortOrder | undefined;
|
|
9349
9471
|
/**
|
|
9350
|
-
* <p>
|
|
9472
|
+
* <p>When the number of notebook runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebook runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebookRuns</code> to list the next set of notebook runs.</p>
|
|
9351
9473
|
* @public
|
|
9352
9474
|
*/
|
|
9353
|
-
|
|
9475
|
+
nextToken?: string | undefined;
|
|
9354
9476
|
}
|
|
9355
9477
|
/**
|
|
9356
|
-
* <p>
|
|
9357
|
-
* @public
|
|
9358
|
-
*/
|
|
9359
|
-
export type ResultItem = ResultItem.LineageNodeMember | ResultItem.$UnknownMember;
|
|
9360
|
-
/**
|
|
9478
|
+
* <p>The summary of a notebook run in Amazon SageMaker Unified Studio.</p>
|
|
9361
9479
|
* @public
|
|
9362
9480
|
*/
|
|
9363
|
-
export
|
|
9481
|
+
export interface NotebookRunSummary {
|
|
9364
9482
|
/**
|
|
9365
|
-
* <p>
|
|
9483
|
+
* <p>The identifier of the notebook run.</p>
|
|
9366
9484
|
* @public
|
|
9367
9485
|
*/
|
|
9368
|
-
|
|
9369
|
-
lineageNode: LineageNodeItem;
|
|
9370
|
-
$unknown?: never;
|
|
9371
|
-
}
|
|
9486
|
+
id: string | undefined;
|
|
9372
9487
|
/**
|
|
9488
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
9373
9489
|
* @public
|
|
9374
9490
|
*/
|
|
9375
|
-
|
|
9376
|
-
lineageNode?: never;
|
|
9377
|
-
$unknown: [string, any];
|
|
9378
|
-
}
|
|
9491
|
+
domainId: string | undefined;
|
|
9379
9492
|
/**
|
|
9380
|
-
*
|
|
9381
|
-
*
|
|
9493
|
+
* <p>The identifier of the project that owns the notebook run.</p>
|
|
9494
|
+
* @public
|
|
9382
9495
|
*/
|
|
9383
|
-
|
|
9384
|
-
lineageNode: (value: LineageNodeItem) => T;
|
|
9385
|
-
_: (name: string, value: any) => T;
|
|
9386
|
-
}
|
|
9387
|
-
}
|
|
9388
|
-
/**
|
|
9389
|
-
* @public
|
|
9390
|
-
*/
|
|
9391
|
-
export interface QueryGraphOutput {
|
|
9496
|
+
owningProjectId: string | undefined;
|
|
9392
9497
|
/**
|
|
9393
|
-
* <p>The
|
|
9498
|
+
* <p>The identifier of the notebook.</p>
|
|
9394
9499
|
* @public
|
|
9395
9500
|
*/
|
|
9396
|
-
|
|
9501
|
+
notebookId: string | undefined;
|
|
9397
9502
|
/**
|
|
9398
|
-
* <p>
|
|
9503
|
+
* <p>The identifier of the schedule associated with the notebook run.</p>
|
|
9399
9504
|
* @public
|
|
9400
9505
|
*/
|
|
9401
|
-
|
|
9402
|
-
}
|
|
9403
|
-
/**
|
|
9404
|
-
* <p>The details of the automatically generated business metadata that is rejected.</p>
|
|
9405
|
-
* @public
|
|
9406
|
-
*/
|
|
9407
|
-
export interface RejectChoice {
|
|
9506
|
+
scheduleId?: string | undefined;
|
|
9408
9507
|
/**
|
|
9409
|
-
* <p>
|
|
9508
|
+
* <p>The status of the notebook run.</p>
|
|
9410
9509
|
* @public
|
|
9411
9510
|
*/
|
|
9412
|
-
|
|
9511
|
+
status: NotebookRunStatus | undefined;
|
|
9413
9512
|
/**
|
|
9414
|
-
* <p>
|
|
9513
|
+
* <p>The source that triggered the notebook run.</p>
|
|
9415
9514
|
* @public
|
|
9416
9515
|
*/
|
|
9417
|
-
|
|
9516
|
+
triggerSource?: TriggerSource | undefined;
|
|
9517
|
+
/**
|
|
9518
|
+
* <p>The timestamp of when the notebook run was created.</p>
|
|
9519
|
+
* @public
|
|
9520
|
+
*/
|
|
9521
|
+
createdAt?: Date | undefined;
|
|
9522
|
+
/**
|
|
9523
|
+
* <p>The identifier of the user who created the notebook run.</p>
|
|
9524
|
+
* @public
|
|
9525
|
+
*/
|
|
9526
|
+
createdBy?: string | undefined;
|
|
9527
|
+
/**
|
|
9528
|
+
* <p>The timestamp of when the notebook run was last updated.</p>
|
|
9529
|
+
* @public
|
|
9530
|
+
*/
|
|
9531
|
+
updatedAt?: Date | undefined;
|
|
9532
|
+
/**
|
|
9533
|
+
* <p>The identifier of the user who last updated the notebook run.</p>
|
|
9534
|
+
* @public
|
|
9535
|
+
*/
|
|
9536
|
+
updatedBy?: string | undefined;
|
|
9537
|
+
/**
|
|
9538
|
+
* <p>The timestamp of when the notebook run started executing.</p>
|
|
9539
|
+
* @public
|
|
9540
|
+
*/
|
|
9541
|
+
startedAt?: Date | undefined;
|
|
9542
|
+
/**
|
|
9543
|
+
* <p>The timestamp of when the notebook run completed.</p>
|
|
9544
|
+
* @public
|
|
9545
|
+
*/
|
|
9546
|
+
completedAt?: Date | undefined;
|
|
9418
9547
|
}
|
|
9419
9548
|
/**
|
|
9420
|
-
* <p>Specifies the rule and the threshold under which a prediction can be rejected.</p>
|
|
9421
9549
|
* @public
|
|
9422
9550
|
*/
|
|
9423
|
-
export interface
|
|
9551
|
+
export interface ListNotebookRunsOutput {
|
|
9424
9552
|
/**
|
|
9425
|
-
* <p>
|
|
9553
|
+
* <p>The results of the <code>ListNotebookRuns</code> action.</p>
|
|
9426
9554
|
* @public
|
|
9427
9555
|
*/
|
|
9428
|
-
|
|
9556
|
+
items?: NotebookRunSummary[] | undefined;
|
|
9429
9557
|
/**
|
|
9430
|
-
* <p>
|
|
9558
|
+
* <p>When the number of notebook runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebook runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebookRuns</code> to list the next set of notebook runs.</p>
|
|
9431
9559
|
* @public
|
|
9432
9560
|
*/
|
|
9433
|
-
|
|
9561
|
+
nextToken?: string | undefined;
|
|
9434
9562
|
}
|
|
9435
9563
|
/**
|
|
9436
9564
|
* @public
|
|
9437
9565
|
*/
|
|
9438
|
-
export interface
|
|
9566
|
+
export interface StartNotebookRunInput {
|
|
9439
9567
|
/**
|
|
9440
|
-
* <p>The identifier of the Amazon
|
|
9568
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run is started.</p>
|
|
9441
9569
|
* @public
|
|
9442
9570
|
*/
|
|
9443
9571
|
domainIdentifier: string | undefined;
|
|
9444
9572
|
/**
|
|
9445
|
-
* <p>The identifier of the
|
|
9573
|
+
* <p>The identifier of the project that owns the notebook run.</p>
|
|
9446
9574
|
* @public
|
|
9447
9575
|
*/
|
|
9448
|
-
|
|
9576
|
+
owningProjectIdentifier: string | undefined;
|
|
9449
9577
|
/**
|
|
9450
|
-
* <p>The
|
|
9578
|
+
* <p>The identifier of the notebook to run.</p>
|
|
9451
9579
|
* @public
|
|
9452
9580
|
*/
|
|
9453
|
-
|
|
9581
|
+
notebookIdentifier: string | undefined;
|
|
9454
9582
|
/**
|
|
9455
|
-
* <p>
|
|
9583
|
+
* <p>The identifier of the schedule associated with the notebook run.</p>
|
|
9456
9584
|
* @public
|
|
9457
9585
|
*/
|
|
9458
|
-
|
|
9586
|
+
scheduleIdentifier?: string | undefined;
|
|
9459
9587
|
/**
|
|
9460
|
-
* <p>
|
|
9588
|
+
* <p>The compute configuration for the notebook run, including instance type and environment version.</p>
|
|
9461
9589
|
* @public
|
|
9462
9590
|
*/
|
|
9463
|
-
|
|
9591
|
+
computeConfiguration?: ComputeConfig | undefined;
|
|
9464
9592
|
/**
|
|
9465
|
-
* <p>
|
|
9593
|
+
* <p>The network configuration for the notebook run, including network access type and optional VPC settings.</p>
|
|
9466
9594
|
* @public
|
|
9467
9595
|
*/
|
|
9468
|
-
|
|
9469
|
-
}
|
|
9470
|
-
/**
|
|
9471
|
-
* @public
|
|
9472
|
-
*/
|
|
9473
|
-
export interface RejectPredictionsOutput {
|
|
9596
|
+
networkConfiguration?: NetworkConfig | undefined;
|
|
9474
9597
|
/**
|
|
9475
|
-
* <p>The
|
|
9598
|
+
* <p>The timeout configuration for the notebook run. The default timeout is 720 minutes (12 hours) and the maximum is 1440 minutes (24 hours).</p>
|
|
9476
9599
|
* @public
|
|
9477
9600
|
*/
|
|
9478
|
-
|
|
9601
|
+
timeoutConfiguration?: TimeoutConfig | undefined;
|
|
9602
|
+
/**
|
|
9603
|
+
* <p>The source that triggered the notebook run.</p>
|
|
9604
|
+
* @public
|
|
9605
|
+
*/
|
|
9606
|
+
triggerSource?: TriggerSource | undefined;
|
|
9607
|
+
/**
|
|
9608
|
+
* <p>The metadata for the notebook run, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.</p>
|
|
9609
|
+
* @public
|
|
9610
|
+
*/
|
|
9611
|
+
metadata?: Record<string, string> | undefined;
|
|
9479
9612
|
/**
|
|
9480
|
-
* <p>The
|
|
9613
|
+
* <p>The sensitive parameters for the notebook run, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.</p>
|
|
9481
9614
|
* @public
|
|
9482
9615
|
*/
|
|
9483
|
-
|
|
9616
|
+
parameters?: Record<string, string> | undefined;
|
|
9484
9617
|
/**
|
|
9485
|
-
* <p>
|
|
9618
|
+
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
9486
9619
|
* @public
|
|
9487
9620
|
*/
|
|
9488
|
-
|
|
9621
|
+
clientToken?: string | undefined;
|
|
9489
9622
|
}
|
|
9490
9623
|
/**
|
|
9491
9624
|
* @public
|
|
9492
9625
|
*/
|
|
9493
|
-
export interface
|
|
9626
|
+
export interface StartNotebookRunOutput {
|
|
9494
9627
|
/**
|
|
9495
|
-
* <p>The identifier of the
|
|
9628
|
+
* <p>The identifier of the notebook run.</p>
|
|
9496
9629
|
* @public
|
|
9497
9630
|
*/
|
|
9498
|
-
|
|
9631
|
+
id: string | undefined;
|
|
9499
9632
|
/**
|
|
9500
|
-
* <p>The identifier of the
|
|
9633
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
9501
9634
|
* @public
|
|
9502
9635
|
*/
|
|
9503
|
-
|
|
9636
|
+
domainId: string | undefined;
|
|
9504
9637
|
/**
|
|
9505
|
-
* <p>The
|
|
9638
|
+
* <p>The identifier of the project that owns the notebook run.</p>
|
|
9506
9639
|
* @public
|
|
9507
9640
|
*/
|
|
9508
|
-
|
|
9509
|
-
}
|
|
9510
|
-
/**
|
|
9511
|
-
* @public
|
|
9512
|
-
*/
|
|
9513
|
-
export interface RejectSubscriptionRequestOutput {
|
|
9641
|
+
owningProjectId: string | undefined;
|
|
9514
9642
|
/**
|
|
9515
|
-
* <p>The identifier of the
|
|
9643
|
+
* <p>The identifier of the notebook.</p>
|
|
9516
9644
|
* @public
|
|
9517
9645
|
*/
|
|
9518
|
-
|
|
9646
|
+
notebookId: string | undefined;
|
|
9519
9647
|
/**
|
|
9520
|
-
* <p>The
|
|
9648
|
+
* <p>The identifier of the schedule associated with the notebook run.</p>
|
|
9521
9649
|
* @public
|
|
9522
9650
|
*/
|
|
9523
|
-
|
|
9651
|
+
scheduleId?: string | undefined;
|
|
9524
9652
|
/**
|
|
9525
|
-
* <p>The
|
|
9653
|
+
* <p>The status of the notebook run.</p>
|
|
9526
9654
|
* @public
|
|
9527
9655
|
*/
|
|
9528
|
-
|
|
9656
|
+
status: NotebookRunStatus | undefined;
|
|
9529
9657
|
/**
|
|
9530
|
-
* <p>The
|
|
9658
|
+
* <p>The ordered list of cells in the notebook run.</p>
|
|
9531
9659
|
* @public
|
|
9532
9660
|
*/
|
|
9533
|
-
|
|
9661
|
+
cellOrder?: CellInformation[] | undefined;
|
|
9534
9662
|
/**
|
|
9535
|
-
* <p>The
|
|
9663
|
+
* <p>The metadata of the notebook run.</p>
|
|
9536
9664
|
* @public
|
|
9537
9665
|
*/
|
|
9538
|
-
|
|
9666
|
+
metadata?: Record<string, string> | undefined;
|
|
9539
9667
|
/**
|
|
9540
|
-
* <p>The
|
|
9668
|
+
* <p>The sensitive parameters of the notebook run.</p>
|
|
9541
9669
|
* @public
|
|
9542
9670
|
*/
|
|
9543
|
-
|
|
9671
|
+
parameters?: Record<string, string> | undefined;
|
|
9544
9672
|
/**
|
|
9545
|
-
* <p>The
|
|
9673
|
+
* <p>The compute configuration of the notebook run.</p>
|
|
9546
9674
|
* @public
|
|
9547
9675
|
*/
|
|
9548
|
-
|
|
9676
|
+
computeConfiguration?: ComputeConfig | undefined;
|
|
9549
9677
|
/**
|
|
9550
|
-
* <p>The
|
|
9678
|
+
* <p>The network configuration of the notebook run.</p>
|
|
9551
9679
|
* @public
|
|
9552
9680
|
*/
|
|
9553
|
-
|
|
9681
|
+
networkConfiguration?: NetworkConfig | undefined;
|
|
9554
9682
|
/**
|
|
9555
|
-
* <p>The
|
|
9683
|
+
* <p>The timeout configuration of the notebook run.</p>
|
|
9556
9684
|
* @public
|
|
9557
9685
|
*/
|
|
9558
|
-
|
|
9686
|
+
timeoutConfiguration?: TimeoutConfig | undefined;
|
|
9559
9687
|
/**
|
|
9560
|
-
* <p>The
|
|
9688
|
+
* <p>The environment configuration of the notebook run, including image version and package settings.</p>
|
|
9561
9689
|
* @public
|
|
9562
9690
|
*/
|
|
9563
|
-
|
|
9691
|
+
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
9564
9692
|
/**
|
|
9565
|
-
* <p>The
|
|
9693
|
+
* <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
|
|
9566
9694
|
* @public
|
|
9567
9695
|
*/
|
|
9568
|
-
|
|
9696
|
+
storageConfiguration?: StorageConfig | undefined;
|
|
9569
9697
|
/**
|
|
9570
|
-
* <p>The
|
|
9698
|
+
* <p>The source that triggered the notebook run.</p>
|
|
9571
9699
|
* @public
|
|
9572
9700
|
*/
|
|
9573
|
-
|
|
9701
|
+
triggerSource?: TriggerSource | undefined;
|
|
9574
9702
|
/**
|
|
9575
|
-
* <p>The
|
|
9703
|
+
* <p>The error details if the notebook run failed.</p>
|
|
9576
9704
|
* @public
|
|
9577
9705
|
*/
|
|
9578
|
-
|
|
9706
|
+
error?: NotebookRunError | undefined;
|
|
9579
9707
|
/**
|
|
9580
|
-
* <p>
|
|
9708
|
+
* <p>The timestamp of when the notebook run was created.</p>
|
|
9581
9709
|
* @public
|
|
9582
9710
|
*/
|
|
9583
|
-
|
|
9584
|
-
}
|
|
9585
|
-
/**
|
|
9586
|
-
* @public
|
|
9587
|
-
*/
|
|
9588
|
-
export interface RemoveEntityOwnerInput {
|
|
9711
|
+
createdAt?: Date | undefined;
|
|
9589
9712
|
/**
|
|
9590
|
-
* <p>The
|
|
9713
|
+
* <p>The identifier of the user who created the notebook run.</p>
|
|
9591
9714
|
* @public
|
|
9592
9715
|
*/
|
|
9593
|
-
|
|
9716
|
+
createdBy?: string | undefined;
|
|
9594
9717
|
/**
|
|
9595
|
-
* <p>The
|
|
9718
|
+
* <p>The timestamp of when the notebook run was last updated.</p>
|
|
9596
9719
|
* @public
|
|
9597
9720
|
*/
|
|
9598
|
-
|
|
9721
|
+
updatedAt?: Date | undefined;
|
|
9599
9722
|
/**
|
|
9600
|
-
* <p>The
|
|
9723
|
+
* <p>The identifier of the user who last updated the notebook run.</p>
|
|
9601
9724
|
* @public
|
|
9602
9725
|
*/
|
|
9603
|
-
|
|
9726
|
+
updatedBy?: string | undefined;
|
|
9604
9727
|
/**
|
|
9605
|
-
* <p>The
|
|
9728
|
+
* <p>The timestamp of when the notebook run started executing.</p>
|
|
9606
9729
|
* @public
|
|
9607
9730
|
*/
|
|
9608
|
-
|
|
9731
|
+
startedAt?: Date | undefined;
|
|
9609
9732
|
/**
|
|
9610
|
-
* <p>
|
|
9733
|
+
* <p>The timestamp of when the notebook run completed.</p>
|
|
9611
9734
|
* @public
|
|
9612
9735
|
*/
|
|
9613
|
-
|
|
9736
|
+
completedAt?: Date | undefined;
|
|
9614
9737
|
}
|
|
9615
9738
|
/**
|
|
9616
9739
|
* @public
|
|
9617
9740
|
*/
|
|
9618
|
-
export interface
|
|
9741
|
+
export interface StopNotebookRunInput {
|
|
9742
|
+
/**
|
|
9743
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run is stopped.</p>
|
|
9744
|
+
* @public
|
|
9745
|
+
*/
|
|
9746
|
+
domainIdentifier: string | undefined;
|
|
9747
|
+
/**
|
|
9748
|
+
* <p>The identifier of the notebook run to stop.</p>
|
|
9749
|
+
* @public
|
|
9750
|
+
*/
|
|
9751
|
+
identifier: string | undefined;
|
|
9752
|
+
/**
|
|
9753
|
+
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
9754
|
+
* @public
|
|
9755
|
+
*/
|
|
9756
|
+
clientToken?: string | undefined;
|
|
9619
9757
|
}
|
|
9620
9758
|
/**
|
|
9621
9759
|
* @public
|
|
9622
9760
|
*/
|
|
9623
|
-
export interface
|
|
9761
|
+
export interface StopNotebookRunOutput {
|
|
9624
9762
|
/**
|
|
9625
|
-
* <p>The
|
|
9763
|
+
* <p>The identifier of the notebook run.</p>
|
|
9626
9764
|
* @public
|
|
9627
9765
|
*/
|
|
9628
|
-
|
|
9766
|
+
id: string | undefined;
|
|
9629
9767
|
/**
|
|
9630
|
-
* <p>The
|
|
9768
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
9631
9769
|
* @public
|
|
9632
9770
|
*/
|
|
9633
|
-
|
|
9771
|
+
domainId: string | undefined;
|
|
9634
9772
|
/**
|
|
9635
|
-
* <p>The
|
|
9773
|
+
* <p>The identifier of the project that owns the notebook run.</p>
|
|
9636
9774
|
* @public
|
|
9637
9775
|
*/
|
|
9638
|
-
|
|
9776
|
+
owningProjectId: string | undefined;
|
|
9639
9777
|
/**
|
|
9640
|
-
* <p>The
|
|
9778
|
+
* <p>The status of the notebook run.</p>
|
|
9641
9779
|
* @public
|
|
9642
9780
|
*/
|
|
9643
|
-
|
|
9781
|
+
status: NotebookRunStatus | undefined;
|
|
9782
|
+
}
|
|
9783
|
+
/**
|
|
9784
|
+
* @public
|
|
9785
|
+
*/
|
|
9786
|
+
export interface PostLineageEventInput {
|
|
9644
9787
|
/**
|
|
9645
|
-
* <p>The
|
|
9788
|
+
* <p>The ID of the domain where you want to post a data lineage event.</p>
|
|
9646
9789
|
* @public
|
|
9647
9790
|
*/
|
|
9648
|
-
|
|
9791
|
+
domainIdentifier: string | undefined;
|
|
9649
9792
|
/**
|
|
9650
|
-
* <p>The
|
|
9793
|
+
* <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
|
|
9651
9794
|
* @public
|
|
9652
9795
|
*/
|
|
9653
|
-
|
|
9796
|
+
event: Uint8Array | undefined;
|
|
9654
9797
|
/**
|
|
9655
9798
|
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
9656
9799
|
* @public
|
|
9657
9800
|
*/
|
|
9658
9801
|
clientToken?: string | undefined;
|
|
9659
9802
|
}
|
|
9803
|
+
/**
|
|
9804
|
+
* @public
|
|
9805
|
+
*/
|
|
9806
|
+
export interface PostLineageEventOutput {
|
|
9807
|
+
/**
|
|
9808
|
+
* <p>The ID of the lineage event.</p>
|
|
9809
|
+
* @public
|
|
9810
|
+
*/
|
|
9811
|
+
id?: string | undefined;
|
|
9812
|
+
/**
|
|
9813
|
+
* <p>The ID of the domain.</p>
|
|
9814
|
+
* @public
|
|
9815
|
+
*/
|
|
9816
|
+
domainId?: string | undefined;
|
|
9817
|
+
}
|