@aws-sdk/client-datazone 3.1039.0 → 3.1041.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 +28 -0
- package/dist-cjs/index.js +85 -0
- package/dist-cjs/schemas/schemas_0.js +214 -42
- package/dist-es/DataZone.js +10 -0
- package/dist-es/commands/GetNotebookRunCommand.js +16 -0
- package/dist-es/commands/ListNotebookRunsCommand.js +16 -0
- package/dist-es/commands/StartNotebookRunCommand.js +16 -0
- package/dist-es/commands/StopNotebookRunCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +21 -0
- package/dist-es/pagination/ListNotebookRunsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +197 -26
- package/dist-types/DataZone.d.ts +35 -0
- package/dist-types/DataZoneClient.d.ts +6 -2
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetNotebookRunCommand.d.ts +148 -0
- package/dist-types/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookRunsCommand.d.ts +116 -0
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +2 -1
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookRunCommand.d.ts +184 -0
- package/dist-types/commands/StopNotebookRunCommand.d.ts +100 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +92 -0
- package/dist-types/models/models_0.d.ts +22 -22
- package/dist-types/models/models_1.d.ts +557 -574
- package/dist-types/models/models_2.d.ts +635 -3
- package/dist-types/pagination/ListNotebookRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +22 -0
- package/dist-types/ts3.4/DataZone.d.ts +75 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +29 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -6
- package/dist-types/ts3.4/models/models_1.d.ts +145 -149
- package/dist-types/ts3.4/models/models_2.d.ts +154 -4
- package/dist-types/ts3.4/pagination/ListNotebookRunsPaginator.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 +22 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -839,6 +839,13 @@ GetMetadataGenerationRun
|
|
|
839
839
|
</details>
|
|
840
840
|
<details>
|
|
841
841
|
<summary>
|
|
842
|
+
GetNotebookRun
|
|
843
|
+
</summary>
|
|
844
|
+
|
|
845
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/GetNotebookRunCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetNotebookRunCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetNotebookRunCommandOutput/)
|
|
846
|
+
</details>
|
|
847
|
+
<details>
|
|
848
|
+
<summary>
|
|
842
849
|
GetProject
|
|
843
850
|
</summary>
|
|
844
851
|
|
|
@@ -1049,6 +1056,13 @@ ListMetadataGenerationRuns
|
|
|
1049
1056
|
</details>
|
|
1050
1057
|
<details>
|
|
1051
1058
|
<summary>
|
|
1059
|
+
ListNotebookRuns
|
|
1060
|
+
</summary>
|
|
1061
|
+
|
|
1062
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/ListNotebookRunsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListNotebookRunsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/ListNotebookRunsCommandOutput/)
|
|
1063
|
+
</details>
|
|
1064
|
+
<details>
|
|
1065
|
+
<summary>
|
|
1052
1066
|
ListNotifications
|
|
1053
1067
|
</summary>
|
|
1054
1068
|
|
|
@@ -1252,6 +1266,20 @@ StartMetadataGenerationRun
|
|
|
1252
1266
|
</details>
|
|
1253
1267
|
<details>
|
|
1254
1268
|
<summary>
|
|
1269
|
+
StartNotebookRun
|
|
1270
|
+
</summary>
|
|
1271
|
+
|
|
1272
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/StartNotebookRunCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/StartNotebookRunCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/StartNotebookRunCommandOutput/)
|
|
1273
|
+
</details>
|
|
1274
|
+
<details>
|
|
1275
|
+
<summary>
|
|
1276
|
+
StopNotebookRun
|
|
1277
|
+
</summary>
|
|
1278
|
+
|
|
1279
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/StopNotebookRunCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/StopNotebookRunCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/StopNotebookRunCommandOutput/)
|
|
1280
|
+
</details>
|
|
1281
|
+
<details>
|
|
1282
|
+
<summary>
|
|
1255
1283
|
TagResource
|
|
1256
1284
|
</summary>
|
|
1257
1285
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -1239,6 +1239,18 @@ class GetMetadataGenerationRunCommand extends smithyClient.Command
|
|
|
1239
1239
|
.build() {
|
|
1240
1240
|
}
|
|
1241
1241
|
|
|
1242
|
+
class GetNotebookRunCommand extends smithyClient.Command
|
|
1243
|
+
.classBuilder()
|
|
1244
|
+
.ep(commonParams)
|
|
1245
|
+
.m(function (Command, cs, config, o) {
|
|
1246
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1247
|
+
})
|
|
1248
|
+
.s("DataZone", "GetNotebookRun", {})
|
|
1249
|
+
.n("DataZoneClient", "GetNotebookRunCommand")
|
|
1250
|
+
.sc(schemas_0.GetNotebookRun$)
|
|
1251
|
+
.build() {
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1242
1254
|
class GetProjectCommand extends smithyClient.Command
|
|
1243
1255
|
.classBuilder()
|
|
1244
1256
|
.ep(commonParams)
|
|
@@ -1599,6 +1611,18 @@ class ListMetadataGenerationRunsCommand extends smithyClient.Command
|
|
|
1599
1611
|
.build() {
|
|
1600
1612
|
}
|
|
1601
1613
|
|
|
1614
|
+
class ListNotebookRunsCommand extends smithyClient.Command
|
|
1615
|
+
.classBuilder()
|
|
1616
|
+
.ep(commonParams)
|
|
1617
|
+
.m(function (Command, cs, config, o) {
|
|
1618
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1619
|
+
})
|
|
1620
|
+
.s("DataZone", "ListNotebookRuns", {})
|
|
1621
|
+
.n("DataZoneClient", "ListNotebookRunsCommand")
|
|
1622
|
+
.sc(schemas_0.ListNotebookRuns$)
|
|
1623
|
+
.build() {
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1602
1626
|
class ListNotificationsCommand extends smithyClient.Command
|
|
1603
1627
|
.classBuilder()
|
|
1604
1628
|
.ep(commonParams)
|
|
@@ -1947,6 +1971,30 @@ class StartMetadataGenerationRunCommand extends smithyClient.Command
|
|
|
1947
1971
|
.build() {
|
|
1948
1972
|
}
|
|
1949
1973
|
|
|
1974
|
+
class StartNotebookRunCommand extends smithyClient.Command
|
|
1975
|
+
.classBuilder()
|
|
1976
|
+
.ep(commonParams)
|
|
1977
|
+
.m(function (Command, cs, config, o) {
|
|
1978
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1979
|
+
})
|
|
1980
|
+
.s("DataZone", "StartNotebookRun", {})
|
|
1981
|
+
.n("DataZoneClient", "StartNotebookRunCommand")
|
|
1982
|
+
.sc(schemas_0.StartNotebookRun$)
|
|
1983
|
+
.build() {
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
class StopNotebookRunCommand extends smithyClient.Command
|
|
1987
|
+
.classBuilder()
|
|
1988
|
+
.ep(commonParams)
|
|
1989
|
+
.m(function (Command, cs, config, o) {
|
|
1990
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1991
|
+
})
|
|
1992
|
+
.s("DataZone", "StopNotebookRun", {})
|
|
1993
|
+
.n("DataZoneClient", "StopNotebookRunCommand")
|
|
1994
|
+
.sc(schemas_0.StopNotebookRun$)
|
|
1995
|
+
.build() {
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1950
1998
|
class TagResourceCommand extends smithyClient.Command
|
|
1951
1999
|
.classBuilder()
|
|
1952
2000
|
.ep(commonParams)
|
|
@@ -2265,6 +2313,8 @@ const paginateListLineageNodeHistory = core.createPaginator(DataZoneClient, List
|
|
|
2265
2313
|
|
|
2266
2314
|
const paginateListMetadataGenerationRuns = core.createPaginator(DataZoneClient, ListMetadataGenerationRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
2267
2315
|
|
|
2316
|
+
const paginateListNotebookRuns = core.createPaginator(DataZoneClient, ListNotebookRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
2317
|
+
|
|
2268
2318
|
const paginateListNotifications = core.createPaginator(DataZoneClient, ListNotificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
2269
2319
|
|
|
2270
2320
|
const paginateListPolicyGrants = core.createPaginator(DataZoneClient, ListPolicyGrantsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -2394,6 +2444,7 @@ const commands = {
|
|
|
2394
2444
|
GetLineageNodeCommand,
|
|
2395
2445
|
GetListingCommand,
|
|
2396
2446
|
GetMetadataGenerationRunCommand,
|
|
2447
|
+
GetNotebookRunCommand,
|
|
2397
2448
|
GetProjectCommand,
|
|
2398
2449
|
GetProjectProfileCommand,
|
|
2399
2450
|
GetRuleCommand,
|
|
@@ -2424,6 +2475,7 @@ const commands = {
|
|
|
2424
2475
|
ListLineageEventsCommand,
|
|
2425
2476
|
ListLineageNodeHistoryCommand,
|
|
2426
2477
|
ListMetadataGenerationRunsCommand,
|
|
2478
|
+
ListNotebookRunsCommand,
|
|
2427
2479
|
ListNotificationsCommand,
|
|
2428
2480
|
ListPolicyGrantsCommand,
|
|
2429
2481
|
ListProjectMembershipsCommand,
|
|
@@ -2453,6 +2505,8 @@ const commands = {
|
|
|
2453
2505
|
SearchUserProfilesCommand,
|
|
2454
2506
|
StartDataSourceRunCommand,
|
|
2455
2507
|
StartMetadataGenerationRunCommand,
|
|
2508
|
+
StartNotebookRunCommand,
|
|
2509
|
+
StopNotebookRunCommand,
|
|
2456
2510
|
TagResourceCommand,
|
|
2457
2511
|
UntagResourceCommand,
|
|
2458
2512
|
UpdateAccountPoolCommand,
|
|
@@ -2499,6 +2553,7 @@ const paginators = {
|
|
|
2499
2553
|
paginateListLineageEvents,
|
|
2500
2554
|
paginateListLineageNodeHistory,
|
|
2501
2555
|
paginateListMetadataGenerationRuns,
|
|
2556
|
+
paginateListNotebookRuns,
|
|
2502
2557
|
paginateListNotifications,
|
|
2503
2558
|
paginateListPolicyGrants,
|
|
2504
2559
|
paginateListProjectMemberships,
|
|
@@ -3072,6 +3127,27 @@ const MetadataGenerationRunStatus = {
|
|
|
3072
3127
|
const MetadataGenerationTargetType = {
|
|
3073
3128
|
ASSET: "ASSET",
|
|
3074
3129
|
};
|
|
3130
|
+
const PackageManager = {
|
|
3131
|
+
UV: "UV",
|
|
3132
|
+
};
|
|
3133
|
+
const NetworkAccessType = {
|
|
3134
|
+
PUBLIC_INTERNET_ONLY: "PUBLIC_INTERNET_ONLY",
|
|
3135
|
+
VPC_ONLY: "VPC_ONLY",
|
|
3136
|
+
};
|
|
3137
|
+
const NotebookRunStatus = {
|
|
3138
|
+
FAILED: "FAILED",
|
|
3139
|
+
QUEUED: "QUEUED",
|
|
3140
|
+
RUNNING: "RUNNING",
|
|
3141
|
+
STARTING: "STARTING",
|
|
3142
|
+
STOPPED: "STOPPED",
|
|
3143
|
+
STOPPING: "STOPPING",
|
|
3144
|
+
SUCCEEDED: "SUCCEEDED",
|
|
3145
|
+
};
|
|
3146
|
+
const TriggerSourceType = {
|
|
3147
|
+
MANUAL: "MANUAL",
|
|
3148
|
+
SCHEDULED: "SCHEDULED",
|
|
3149
|
+
WORKFLOW: "WORKFLOW",
|
|
3150
|
+
};
|
|
3075
3151
|
const GraphEntityType = {
|
|
3076
3152
|
LINEAGE_NODE: "LINEAGE_NODE",
|
|
3077
3153
|
};
|
|
@@ -3254,6 +3330,7 @@ exports.GetLineageEventCommand = GetLineageEventCommand;
|
|
|
3254
3330
|
exports.GetLineageNodeCommand = GetLineageNodeCommand;
|
|
3255
3331
|
exports.GetListingCommand = GetListingCommand;
|
|
3256
3332
|
exports.GetMetadataGenerationRunCommand = GetMetadataGenerationRunCommand;
|
|
3333
|
+
exports.GetNotebookRunCommand = GetNotebookRunCommand;
|
|
3257
3334
|
exports.GetProjectCommand = GetProjectCommand;
|
|
3258
3335
|
exports.GetProjectProfileCommand = GetProjectProfileCommand;
|
|
3259
3336
|
exports.GetRuleCommand = GetRuleCommand;
|
|
@@ -3300,6 +3377,7 @@ exports.ListJobRunsCommand = ListJobRunsCommand;
|
|
|
3300
3377
|
exports.ListLineageEventsCommand = ListLineageEventsCommand;
|
|
3301
3378
|
exports.ListLineageNodeHistoryCommand = ListLineageNodeHistoryCommand;
|
|
3302
3379
|
exports.ListMetadataGenerationRunsCommand = ListMetadataGenerationRunsCommand;
|
|
3380
|
+
exports.ListNotebookRunsCommand = ListNotebookRunsCommand;
|
|
3303
3381
|
exports.ListNotificationsCommand = ListNotificationsCommand;
|
|
3304
3382
|
exports.ListPolicyGrantsCommand = ListPolicyGrantsCommand;
|
|
3305
3383
|
exports.ListProjectMembershipsCommand = ListProjectMembershipsCommand;
|
|
@@ -3317,12 +3395,15 @@ exports.ManagedPolicyType = ManagedPolicyType;
|
|
|
3317
3395
|
exports.MetadataGenerationRunStatus = MetadataGenerationRunStatus;
|
|
3318
3396
|
exports.MetadataGenerationRunType = MetadataGenerationRunType;
|
|
3319
3397
|
exports.MetadataGenerationTargetType = MetadataGenerationTargetType;
|
|
3398
|
+
exports.NetworkAccessType = NetworkAccessType;
|
|
3399
|
+
exports.NotebookRunStatus = NotebookRunStatus;
|
|
3320
3400
|
exports.NotificationResourceType = NotificationResourceType;
|
|
3321
3401
|
exports.NotificationRole = NotificationRole;
|
|
3322
3402
|
exports.NotificationType = NotificationType;
|
|
3323
3403
|
exports.OAuth2GrantType = OAuth2GrantType;
|
|
3324
3404
|
exports.OpenLineageRunState = OpenLineageRunState;
|
|
3325
3405
|
exports.OverallDeploymentStatus = OverallDeploymentStatus;
|
|
3406
|
+
exports.PackageManager = PackageManager;
|
|
3326
3407
|
exports.PostLineageEventCommand = PostLineageEventCommand;
|
|
3327
3408
|
exports.PostTimeSeriesDataPointsCommand = PostTimeSeriesDataPointsCommand;
|
|
3328
3409
|
exports.ProjectDesignation = ProjectDesignation;
|
|
@@ -3360,7 +3441,9 @@ exports.SortKey = SortKey;
|
|
|
3360
3441
|
exports.SortOrder = SortOrder;
|
|
3361
3442
|
exports.StartDataSourceRunCommand = StartDataSourceRunCommand;
|
|
3362
3443
|
exports.StartMetadataGenerationRunCommand = StartMetadataGenerationRunCommand;
|
|
3444
|
+
exports.StartNotebookRunCommand = StartNotebookRunCommand;
|
|
3363
3445
|
exports.Status = Status;
|
|
3446
|
+
exports.StopNotebookRunCommand = StopNotebookRunCommand;
|
|
3364
3447
|
exports.SubscriptionGrantCreationMode = SubscriptionGrantCreationMode;
|
|
3365
3448
|
exports.SubscriptionGrantOverallStatus = SubscriptionGrantOverallStatus;
|
|
3366
3449
|
exports.SubscriptionGrantStatus = SubscriptionGrantStatus;
|
|
@@ -3371,6 +3454,7 @@ exports.TargetEntityType = TargetEntityType;
|
|
|
3371
3454
|
exports.TaskStatus = TaskStatus;
|
|
3372
3455
|
exports.TimeSeriesEntityType = TimeSeriesEntityType;
|
|
3373
3456
|
exports.Timezone = Timezone;
|
|
3457
|
+
exports.TriggerSourceType = TriggerSourceType;
|
|
3374
3458
|
exports.TypesSearchScope = TypesSearchScope;
|
|
3375
3459
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3376
3460
|
exports.UpdateAccountPoolCommand = UpdateAccountPoolCommand;
|
|
@@ -3421,6 +3505,7 @@ exports.paginateListJobRuns = paginateListJobRuns;
|
|
|
3421
3505
|
exports.paginateListLineageEvents = paginateListLineageEvents;
|
|
3422
3506
|
exports.paginateListLineageNodeHistory = paginateListLineageNodeHistory;
|
|
3423
3507
|
exports.paginateListMetadataGenerationRuns = paginateListMetadataGenerationRuns;
|
|
3508
|
+
exports.paginateListNotebookRuns = paginateListNotebookRuns;
|
|
3424
3509
|
exports.paginateListNotifications = paginateListNotifications;
|
|
3425
3510
|
exports.paginateListPolicyGrants = paginateListPolicyGrants;
|
|
3426
3511
|
exports.paginateListProjectMemberships = paginateListProjectMemberships;
|