@aws-sdk/client-datazone 3.1052.0 → 3.1054.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/dist-cjs/index.js +1 -0
- package/dist-cjs/schemas/schemas_0.js +69 -24
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +60 -16
- package/dist-types/commands/CreateConnectionCommand.d.ts +20 -2
- package/dist-types/commands/GetConnectionCommand.d.ts +13 -2
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +12 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +14 -3
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +12 -0
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +23 -0
- package/dist-types/commands/StartNotebookRunCommand.d.ts +2 -1
- package/dist-types/commands/StopNotebookRunCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +20 -2
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +177 -82
- package/dist-types/models/models_1.d.ts +177 -197
- package/dist-types/models/models_2.d.ts +198 -3
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +108 -19
- package/dist-types/ts3.4/models/models_1.d.ts +42 -46
- package/dist-types/ts3.4/models/models_2.d.ts +55 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +3 -3
|
@@ -1,5 +1,83 @@
|
|
|
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,
|
|
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, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, TriggerSourceType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
+
import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, AssetScope, CellInformation, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, MatchRationaleItem, Member, Model, NotebookError, Permissions, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, ScheduleConfiguration, SingleSignOn, SubscribedListing, SubscribedPrincipal, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface FailureCause {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The description of the error message.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
message?: string | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* <p>The details of the asset for which the subscription grant is created.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface SubscribedAsset {
|
|
19
|
+
/**
|
|
20
|
+
* <p>The identifier of the asset for which the subscription grant is created.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
assetId: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The revision of the asset for which the subscription grant is created.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
assetRevision: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The status of the asset for which the subscription grant is created.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
status: SubscriptionGrantStatus | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The target name of the asset for which the subscription grant is created.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
targetName?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The failure cause included in the details of the asset for which the subscription grant is created.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
failureCause?: FailureCause | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The timestamp of when the subscription grant to the asset is created.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
grantedTimestamp?: Date | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The failure timestamp included in the details of the asset for which the subscription grant is created.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
failureTimestamp?: Date | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The asset scope of the subscribed asset.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
assetScope?: AssetScope | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The asset permissions.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
permissions?: Permissions | undefined;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* <p>A revision of an asset published in a Amazon DataZone catalog.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export interface ListingRevision {
|
|
70
|
+
/**
|
|
71
|
+
* <p>An identifier of a revision of an asset published in a Amazon DataZone catalog.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
id: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The details of a revision of an asset published in a Amazon DataZone catalog.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
revision: string | undefined;
|
|
80
|
+
}
|
|
3
81
|
/**
|
|
4
82
|
* <p>The details of a listing for which a subscription is granted.</p>
|
|
5
83
|
* @public
|
|
@@ -3103,6 +3181,37 @@ export declare namespace ProvisioningConfiguration {
|
|
|
3103
3181
|
_: (name: string, value: any) => T;
|
|
3104
3182
|
}
|
|
3105
3183
|
}
|
|
3184
|
+
/**
|
|
3185
|
+
* <p>The details of the resource configuration.</p>
|
|
3186
|
+
* @public
|
|
3187
|
+
*/
|
|
3188
|
+
export interface ResourceConfiguration {
|
|
3189
|
+
/**
|
|
3190
|
+
* <p>The identifier of the resource configuration.</p>
|
|
3191
|
+
* @public
|
|
3192
|
+
*/
|
|
3193
|
+
identifier: string | undefined;
|
|
3194
|
+
/**
|
|
3195
|
+
* <p>The name of the resource configuration.</p>
|
|
3196
|
+
* @public
|
|
3197
|
+
*/
|
|
3198
|
+
name: string | undefined;
|
|
3199
|
+
/**
|
|
3200
|
+
* <p>The description of the resource configuration.</p>
|
|
3201
|
+
* @public
|
|
3202
|
+
*/
|
|
3203
|
+
description?: string | undefined;
|
|
3204
|
+
/**
|
|
3205
|
+
* <p>The Amazon Web Services Region of the resource configuration.</p>
|
|
3206
|
+
* @public
|
|
3207
|
+
*/
|
|
3208
|
+
region: string | undefined;
|
|
3209
|
+
/**
|
|
3210
|
+
* <p>The parameters of the resource configuration.</p>
|
|
3211
|
+
* @public
|
|
3212
|
+
*/
|
|
3213
|
+
parameters: Record<string, string> | undefined;
|
|
3214
|
+
}
|
|
3106
3215
|
/**
|
|
3107
3216
|
* @public
|
|
3108
3217
|
*/
|
|
@@ -3142,6 +3251,11 @@ export interface GetEnvironmentBlueprintConfigurationOutput {
|
|
|
3142
3251
|
* @public
|
|
3143
3252
|
*/
|
|
3144
3253
|
regionalParameters?: Record<string, Record<string, string>> | undefined;
|
|
3254
|
+
/**
|
|
3255
|
+
* <p>Specifies whether user-provided resource configurations are allowed for the environment blueprint.</p>
|
|
3256
|
+
* @public
|
|
3257
|
+
*/
|
|
3258
|
+
allowUserProvidedConfigurations?: boolean | undefined;
|
|
3145
3259
|
/**
|
|
3146
3260
|
* <p>The timestamp of when this blueprint was created.</p>
|
|
3147
3261
|
* @public
|
|
@@ -3152,6 +3266,11 @@ export interface GetEnvironmentBlueprintConfigurationOutput {
|
|
|
3152
3266
|
* @public
|
|
3153
3267
|
*/
|
|
3154
3268
|
updatedAt?: Date | undefined;
|
|
3269
|
+
/**
|
|
3270
|
+
* <p>The resource configurations of the environment blueprint.</p>
|
|
3271
|
+
* @public
|
|
3272
|
+
*/
|
|
3273
|
+
resourceConfigurations?: ResourceConfiguration[] | undefined;
|
|
3155
3274
|
/**
|
|
3156
3275
|
* <p>The provisioning configuration of a blueprint.</p>
|
|
3157
3276
|
* @public
|
|
@@ -3218,6 +3337,11 @@ export interface EnvironmentBlueprintConfigurationItem {
|
|
|
3218
3337
|
* @public
|
|
3219
3338
|
*/
|
|
3220
3339
|
regionalParameters?: Record<string, Record<string, string>> | undefined;
|
|
3340
|
+
/**
|
|
3341
|
+
* <p>Specifies whether user-provided resource configurations are allowed for the environment blueprint.</p>
|
|
3342
|
+
* @public
|
|
3343
|
+
*/
|
|
3344
|
+
allowUserProvidedConfigurations?: boolean | undefined;
|
|
3221
3345
|
/**
|
|
3222
3346
|
* <p>The timestamp of when an environment blueprint was created.</p>
|
|
3223
3347
|
* @public
|
|
@@ -3228,6 +3352,11 @@ export interface EnvironmentBlueprintConfigurationItem {
|
|
|
3228
3352
|
* @public
|
|
3229
3353
|
*/
|
|
3230
3354
|
updatedAt?: Date | undefined;
|
|
3355
|
+
/**
|
|
3356
|
+
* <p>The resource configurations of the environment blueprint.</p>
|
|
3357
|
+
* @public
|
|
3358
|
+
*/
|
|
3359
|
+
resourceConfigurations?: ResourceConfiguration[] | undefined;
|
|
3231
3360
|
/**
|
|
3232
3361
|
* <p>The provisioning configuration of a blueprint.</p>
|
|
3233
3362
|
* @public
|
|
@@ -3249,6 +3378,32 @@ export interface ListEnvironmentBlueprintConfigurationsOutput {
|
|
|
3249
3378
|
*/
|
|
3250
3379
|
nextToken?: string | undefined;
|
|
3251
3380
|
}
|
|
3381
|
+
/**
|
|
3382
|
+
* <p>The resource configuration that is used to configure the environment blueprint.</p>
|
|
3383
|
+
* @public
|
|
3384
|
+
*/
|
|
3385
|
+
export interface PutResourceConfiguration {
|
|
3386
|
+
/**
|
|
3387
|
+
* <p>The name of the resource configuration.</p>
|
|
3388
|
+
* @public
|
|
3389
|
+
*/
|
|
3390
|
+
name: string | undefined;
|
|
3391
|
+
/**
|
|
3392
|
+
* <p>The description of the resource configuration.</p>
|
|
3393
|
+
* @public
|
|
3394
|
+
*/
|
|
3395
|
+
description?: string | undefined;
|
|
3396
|
+
/**
|
|
3397
|
+
* <p>The Amazon Web Services Region of the resource configuration.</p>
|
|
3398
|
+
* @public
|
|
3399
|
+
*/
|
|
3400
|
+
region: string | undefined;
|
|
3401
|
+
/**
|
|
3402
|
+
* <p>The parameters of the resource configuration.</p>
|
|
3403
|
+
* @public
|
|
3404
|
+
*/
|
|
3405
|
+
parameters: Record<string, string> | undefined;
|
|
3406
|
+
}
|
|
3252
3407
|
/**
|
|
3253
3408
|
* @public
|
|
3254
3409
|
*/
|
|
@@ -3288,6 +3443,16 @@ export interface PutEnvironmentBlueprintConfigurationInput {
|
|
|
3288
3443
|
* @public
|
|
3289
3444
|
*/
|
|
3290
3445
|
regionalParameters?: Record<string, Record<string, string>> | undefined;
|
|
3446
|
+
/**
|
|
3447
|
+
* <p>The resource configurations of the environment blueprint.</p>
|
|
3448
|
+
* @public
|
|
3449
|
+
*/
|
|
3450
|
+
resourceConfigurations?: PutResourceConfiguration[] | undefined;
|
|
3451
|
+
/**
|
|
3452
|
+
* <p>Specifies whether user-provided resource configurations are allowed for the environment blueprint.</p>
|
|
3453
|
+
* @public
|
|
3454
|
+
*/
|
|
3455
|
+
allowUserProvidedConfigurations?: boolean | undefined;
|
|
3291
3456
|
/**
|
|
3292
3457
|
* <p>Region-agnostic environment blueprint parameters. </p>
|
|
3293
3458
|
* @public
|
|
@@ -3338,6 +3503,11 @@ export interface PutEnvironmentBlueprintConfigurationOutput {
|
|
|
3338
3503
|
* @public
|
|
3339
3504
|
*/
|
|
3340
3505
|
regionalParameters?: Record<string, Record<string, string>> | undefined;
|
|
3506
|
+
/**
|
|
3507
|
+
* <p>Specifies whether user-provided resource configurations are allowed for the environment blueprint.</p>
|
|
3508
|
+
* @public
|
|
3509
|
+
*/
|
|
3510
|
+
allowUserProvidedConfigurations?: boolean | undefined;
|
|
3341
3511
|
/**
|
|
3342
3512
|
* <p>The timestamp of when the environment blueprint was created.</p>
|
|
3343
3513
|
* @public
|
|
@@ -3348,6 +3518,11 @@ export interface PutEnvironmentBlueprintConfigurationOutput {
|
|
|
3348
3518
|
* @public
|
|
3349
3519
|
*/
|
|
3350
3520
|
updatedAt?: Date | undefined;
|
|
3521
|
+
/**
|
|
3522
|
+
* <p>The resource configurations of the environment blueprint.</p>
|
|
3523
|
+
* @public
|
|
3524
|
+
*/
|
|
3525
|
+
resourceConfigurations?: ResourceConfiguration[] | undefined;
|
|
3351
3526
|
/**
|
|
3352
3527
|
* <p>The provisioning configuration of a blueprint.</p>
|
|
3353
3528
|
* @public
|
|
@@ -9620,198 +9795,3 @@ export interface StartNotebookRunInput {
|
|
|
9620
9795
|
*/
|
|
9621
9796
|
clientToken?: string | undefined;
|
|
9622
9797
|
}
|
|
9623
|
-
/**
|
|
9624
|
-
* @public
|
|
9625
|
-
*/
|
|
9626
|
-
export interface StartNotebookRunOutput {
|
|
9627
|
-
/**
|
|
9628
|
-
* <p>The identifier of the notebook run.</p>
|
|
9629
|
-
* @public
|
|
9630
|
-
*/
|
|
9631
|
-
id: string | undefined;
|
|
9632
|
-
/**
|
|
9633
|
-
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
9634
|
-
* @public
|
|
9635
|
-
*/
|
|
9636
|
-
domainId: string | undefined;
|
|
9637
|
-
/**
|
|
9638
|
-
* <p>The identifier of the project that owns the notebook run.</p>
|
|
9639
|
-
* @public
|
|
9640
|
-
*/
|
|
9641
|
-
owningProjectId: string | undefined;
|
|
9642
|
-
/**
|
|
9643
|
-
* <p>The identifier of the notebook.</p>
|
|
9644
|
-
* @public
|
|
9645
|
-
*/
|
|
9646
|
-
notebookId: string | undefined;
|
|
9647
|
-
/**
|
|
9648
|
-
* <p>The identifier of the schedule associated with the notebook run.</p>
|
|
9649
|
-
* @public
|
|
9650
|
-
*/
|
|
9651
|
-
scheduleId?: string | undefined;
|
|
9652
|
-
/**
|
|
9653
|
-
* <p>The status of the notebook run.</p>
|
|
9654
|
-
* @public
|
|
9655
|
-
*/
|
|
9656
|
-
status: NotebookRunStatus | undefined;
|
|
9657
|
-
/**
|
|
9658
|
-
* <p>The ordered list of cells in the notebook run.</p>
|
|
9659
|
-
* @public
|
|
9660
|
-
*/
|
|
9661
|
-
cellOrder?: CellInformation[] | undefined;
|
|
9662
|
-
/**
|
|
9663
|
-
* <p>The metadata of the notebook run.</p>
|
|
9664
|
-
* @public
|
|
9665
|
-
*/
|
|
9666
|
-
metadata?: Record<string, string> | undefined;
|
|
9667
|
-
/**
|
|
9668
|
-
* <p>The sensitive parameters of the notebook run.</p>
|
|
9669
|
-
* @public
|
|
9670
|
-
*/
|
|
9671
|
-
parameters?: Record<string, string> | undefined;
|
|
9672
|
-
/**
|
|
9673
|
-
* <p>The compute configuration of the notebook run.</p>
|
|
9674
|
-
* @public
|
|
9675
|
-
*/
|
|
9676
|
-
computeConfiguration?: ComputeConfig | undefined;
|
|
9677
|
-
/**
|
|
9678
|
-
* <p>The network configuration of the notebook run.</p>
|
|
9679
|
-
* @public
|
|
9680
|
-
*/
|
|
9681
|
-
networkConfiguration?: NetworkConfig | undefined;
|
|
9682
|
-
/**
|
|
9683
|
-
* <p>The timeout configuration of the notebook run.</p>
|
|
9684
|
-
* @public
|
|
9685
|
-
*/
|
|
9686
|
-
timeoutConfiguration?: TimeoutConfig | undefined;
|
|
9687
|
-
/**
|
|
9688
|
-
* <p>The environment configuration of the notebook run, including image version and package settings.</p>
|
|
9689
|
-
* @public
|
|
9690
|
-
*/
|
|
9691
|
-
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
9692
|
-
/**
|
|
9693
|
-
* <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
|
|
9694
|
-
* @public
|
|
9695
|
-
*/
|
|
9696
|
-
storageConfiguration?: StorageConfig | undefined;
|
|
9697
|
-
/**
|
|
9698
|
-
* <p>The source that triggered the notebook run.</p>
|
|
9699
|
-
* @public
|
|
9700
|
-
*/
|
|
9701
|
-
triggerSource?: TriggerSource | undefined;
|
|
9702
|
-
/**
|
|
9703
|
-
* <p>The error details if the notebook run failed.</p>
|
|
9704
|
-
* @public
|
|
9705
|
-
*/
|
|
9706
|
-
error?: NotebookRunError | undefined;
|
|
9707
|
-
/**
|
|
9708
|
-
* <p>The timestamp of when the notebook run was created.</p>
|
|
9709
|
-
* @public
|
|
9710
|
-
*/
|
|
9711
|
-
createdAt?: Date | undefined;
|
|
9712
|
-
/**
|
|
9713
|
-
* <p>The identifier of the user who created the notebook run.</p>
|
|
9714
|
-
* @public
|
|
9715
|
-
*/
|
|
9716
|
-
createdBy?: string | undefined;
|
|
9717
|
-
/**
|
|
9718
|
-
* <p>The timestamp of when the notebook run was last updated.</p>
|
|
9719
|
-
* @public
|
|
9720
|
-
*/
|
|
9721
|
-
updatedAt?: Date | undefined;
|
|
9722
|
-
/**
|
|
9723
|
-
* <p>The identifier of the user who last updated the notebook run.</p>
|
|
9724
|
-
* @public
|
|
9725
|
-
*/
|
|
9726
|
-
updatedBy?: string | undefined;
|
|
9727
|
-
/**
|
|
9728
|
-
* <p>The timestamp of when the notebook run started executing.</p>
|
|
9729
|
-
* @public
|
|
9730
|
-
*/
|
|
9731
|
-
startedAt?: Date | undefined;
|
|
9732
|
-
/**
|
|
9733
|
-
* <p>The timestamp of when the notebook run completed.</p>
|
|
9734
|
-
* @public
|
|
9735
|
-
*/
|
|
9736
|
-
completedAt?: Date | undefined;
|
|
9737
|
-
}
|
|
9738
|
-
/**
|
|
9739
|
-
* @public
|
|
9740
|
-
*/
|
|
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;
|
|
9757
|
-
}
|
|
9758
|
-
/**
|
|
9759
|
-
* @public
|
|
9760
|
-
*/
|
|
9761
|
-
export interface StopNotebookRunOutput {
|
|
9762
|
-
/**
|
|
9763
|
-
* <p>The identifier of the notebook run.</p>
|
|
9764
|
-
* @public
|
|
9765
|
-
*/
|
|
9766
|
-
id: string | undefined;
|
|
9767
|
-
/**
|
|
9768
|
-
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
9769
|
-
* @public
|
|
9770
|
-
*/
|
|
9771
|
-
domainId: string | undefined;
|
|
9772
|
-
/**
|
|
9773
|
-
* <p>The identifier of the project that owns the notebook run.</p>
|
|
9774
|
-
* @public
|
|
9775
|
-
*/
|
|
9776
|
-
owningProjectId: string | undefined;
|
|
9777
|
-
/**
|
|
9778
|
-
* <p>The status of the notebook run.</p>
|
|
9779
|
-
* @public
|
|
9780
|
-
*/
|
|
9781
|
-
status: NotebookRunStatus | undefined;
|
|
9782
|
-
}
|
|
9783
|
-
/**
|
|
9784
|
-
* @public
|
|
9785
|
-
*/
|
|
9786
|
-
export interface PostLineageEventInput {
|
|
9787
|
-
/**
|
|
9788
|
-
* <p>The ID of the domain where you want to post a data lineage event.</p>
|
|
9789
|
-
* @public
|
|
9790
|
-
*/
|
|
9791
|
-
domainIdentifier: string | undefined;
|
|
9792
|
-
/**
|
|
9793
|
-
* <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
|
|
9794
|
-
* @public
|
|
9795
|
-
*/
|
|
9796
|
-
event: Uint8Array | undefined;
|
|
9797
|
-
/**
|
|
9798
|
-
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
9799
|
-
* @public
|
|
9800
|
-
*/
|
|
9801
|
-
clientToken?: string | undefined;
|
|
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
|
-
}
|
|
@@ -1,6 +1,201 @@
|
|
|
1
|
-
import type { ConnectionScope, ConnectionType, DataZoneEntityType, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ManagedPolicyType, NotebookStatus, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SearchOutputAdditionalAttribute, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TimeSeriesEntityType, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
-
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter,
|
|
3
|
-
import type { DataProductListingItem, DataProductResultItem, EncryptionConfiguration, GrantedEntity, Import, SubscriptionTargetForm, TimeSeriesDataPointFormOutput } from "./models_1";
|
|
1
|
+
import type { ConnectionScope, ConnectionType, DataZoneEntityType, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ManagedPolicyType, NotebookRunStatus, NotebookStatus, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SearchOutputAdditionalAttribute, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TimeSeriesEntityType, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
+
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, CellInformation, ColumnFilterConfiguration, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FormEntryOutput, FormOutput, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, RuleDetail, RuleScope, RuleTarget, SubscribedListing, SubscribedPrincipal, TermRelations, UserProfileDetails } from "./models_0";
|
|
3
|
+
import type { DataProductListingItem, DataProductResultItem, EncryptionConfiguration, FailureCause, GrantedEntity, Import, NetworkConfig, NotebookRunError, StorageConfig, SubscribedAsset, SubscriptionTargetForm, TimeoutConfig, TimeSeriesDataPointFormOutput, TriggerSource } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface StartNotebookRunOutput {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The identifier of the notebook run.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
id: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
domainId: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The identifier of the project that owns the notebook run.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
owningProjectId: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The identifier of the notebook.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
notebookId: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The identifier of the schedule associated with the notebook run.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
scheduleId?: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The status of the notebook run.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
status: NotebookRunStatus | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The ordered list of cells in the notebook run.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
cellOrder?: CellInformation[] | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The metadata of the notebook run.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
metadata?: Record<string, string> | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The sensitive parameters of the notebook run.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
parameters?: Record<string, string> | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The compute configuration of the notebook run.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
computeConfiguration?: ComputeConfig | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The network configuration of the notebook run.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
networkConfiguration?: NetworkConfig | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The timeout configuration of the notebook run.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
timeoutConfiguration?: TimeoutConfig | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The environment configuration of the notebook run, including image version and package settings.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
storageConfiguration?: StorageConfig | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The source that triggered the notebook run.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
triggerSource?: TriggerSource | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The error details if the notebook run failed.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
error?: NotebookRunError | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The timestamp of when the notebook run was created.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
createdAt?: Date | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The identifier of the user who created the notebook run.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
createdBy?: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The timestamp of when the notebook run was last updated.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
updatedAt?: Date | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The identifier of the user who last updated the notebook run.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
updatedBy?: string | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The timestamp of when the notebook run started executing.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
startedAt?: Date | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* <p>The timestamp of when the notebook run completed.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
completedAt?: Date | undefined;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export interface StopNotebookRunInput {
|
|
123
|
+
/**
|
|
124
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run is stopped.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
domainIdentifier: string | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The identifier of the notebook run to stop.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
identifier: string | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
clientToken?: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export interface StopNotebookRunOutput {
|
|
143
|
+
/**
|
|
144
|
+
* <p>The identifier of the notebook run.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
id: string | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
domainId: string | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The identifier of the project that owns the notebook run.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
owningProjectId: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The status of the notebook run.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
status: NotebookRunStatus | undefined;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export interface PostLineageEventInput {
|
|
168
|
+
/**
|
|
169
|
+
* <p>The ID of the domain where you want to post a data lineage event.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
domainIdentifier: string | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
event: Uint8Array | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
clientToken?: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
export interface PostLineageEventOutput {
|
|
188
|
+
/**
|
|
189
|
+
* <p>The ID of the lineage event.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
id?: string | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The ID of the domain.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
domainId?: string | undefined;
|
|
198
|
+
}
|
|
4
199
|
/**
|
|
5
200
|
* <p>The time series data points form.</p>
|
|
6
201
|
* @public
|
|
@@ -506,6 +506,7 @@ export declare var PutDataExportConfigurationInput$: StaticStructureSchema;
|
|
|
506
506
|
export declare var PutDataExportConfigurationOutput$: StaticStructureSchema;
|
|
507
507
|
export declare var PutEnvironmentBlueprintConfigurationInput$: StaticStructureSchema;
|
|
508
508
|
export declare var PutEnvironmentBlueprintConfigurationOutput$: StaticStructureSchema;
|
|
509
|
+
export declare var PutResourceConfiguration$: StaticStructureSchema;
|
|
509
510
|
export declare var QueryGraphInput$: StaticStructureSchema;
|
|
510
511
|
export declare var QueryGraphOutput$: StaticStructureSchema;
|
|
511
512
|
export declare var RecommendationConfiguration$: StaticStructureSchema;
|
|
@@ -533,6 +534,7 @@ export declare var RemoveEntityOwnerOutput$: StaticStructureSchema;
|
|
|
533
534
|
export declare var RemovePolicyGrantInput$: StaticStructureSchema;
|
|
534
535
|
export declare var RemovePolicyGrantOutput$: StaticStructureSchema;
|
|
535
536
|
export declare var Resource$: StaticStructureSchema;
|
|
537
|
+
export declare var ResourceConfiguration$: StaticStructureSchema;
|
|
536
538
|
export declare var ResourceTag$: StaticStructureSchema;
|
|
537
539
|
export declare var ResourceTagParameter$: StaticStructureSchema;
|
|
538
540
|
export declare var RevokeSubscriptionInput$: StaticStructureSchema;
|
|
@@ -661,6 +663,9 @@ export declare var UseAssetTypePolicyGrantDetail$: StaticStructureSchema;
|
|
|
661
663
|
export declare var UserDetails$: StaticStructureSchema;
|
|
662
664
|
export declare var UsernamePassword$: StaticStructureSchema;
|
|
663
665
|
export declare var UserProfileSummary$: StaticStructureSchema;
|
|
666
|
+
export declare var VpcPropertiesInput$: StaticStructureSchema;
|
|
667
|
+
export declare var VpcPropertiesOutput$: StaticStructureSchema;
|
|
668
|
+
export declare var VpcPropertiesPatch$: StaticStructureSchema;
|
|
664
669
|
export declare var WorkflowsMwaaPropertiesInput$: StaticStructureSchema;
|
|
665
670
|
export declare var WorkflowsMwaaPropertiesOutput$: StaticStructureSchema;
|
|
666
671
|
export declare var WorkflowsServerlessPropertiesInput$: StaticStructureSchema;
|