@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
|
@@ -79,8 +79,10 @@ export declare var CancelMetadataGenerationRunInput$: StaticStructureSchema;
|
|
|
79
79
|
export declare var CancelMetadataGenerationRunOutput$: StaticStructureSchema;
|
|
80
80
|
export declare var CancelSubscriptionInput$: StaticStructureSchema;
|
|
81
81
|
export declare var CancelSubscriptionOutput$: StaticStructureSchema;
|
|
82
|
+
export declare var CellInformation$: StaticStructureSchema;
|
|
82
83
|
export declare var CloudFormationProperties$: StaticStructureSchema;
|
|
83
84
|
export declare var ColumnFilterConfiguration$: StaticStructureSchema;
|
|
85
|
+
export declare var ComputeConfig$: StaticStructureSchema;
|
|
84
86
|
export declare var ConfigurableActionParameter$: StaticStructureSchema;
|
|
85
87
|
export declare var ConfigurableEnvironmentAction$: StaticStructureSchema;
|
|
86
88
|
export declare var Configuration$: StaticStructureSchema;
|
|
@@ -229,6 +231,7 @@ export declare var EntityPattern$: StaticStructureSchema;
|
|
|
229
231
|
export declare var EnvironmentActionSummary$: StaticStructureSchema;
|
|
230
232
|
export declare var EnvironmentBlueprintConfigurationItem$: StaticStructureSchema;
|
|
231
233
|
export declare var EnvironmentBlueprintSummary$: StaticStructureSchema;
|
|
234
|
+
export declare var EnvironmentConfig$: StaticStructureSchema;
|
|
232
235
|
export declare var EnvironmentConfiguration$: StaticStructureSchema;
|
|
233
236
|
export declare var EnvironmentConfigurationParameter$: StaticStructureSchema;
|
|
234
237
|
export declare var EnvironmentConfigurationParametersDetails$: StaticStructureSchema;
|
|
@@ -302,6 +305,8 @@ export declare var GetListingInput$: StaticStructureSchema;
|
|
|
302
305
|
export declare var GetListingOutput$: StaticStructureSchema;
|
|
303
306
|
export declare var GetMetadataGenerationRunInput$: StaticStructureSchema;
|
|
304
307
|
export declare var GetMetadataGenerationRunOutput$: StaticStructureSchema;
|
|
308
|
+
export declare var GetNotebookRunInput$: StaticStructureSchema;
|
|
309
|
+
export declare var GetNotebookRunOutput$: StaticStructureSchema;
|
|
305
310
|
export declare var GetProjectInput$: StaticStructureSchema;
|
|
306
311
|
export declare var GetProjectOutput$: StaticStructureSchema;
|
|
307
312
|
export declare var GetProjectProfileInput$: StaticStructureSchema;
|
|
@@ -413,6 +418,8 @@ export declare var ListLineageNodeHistoryInput$: StaticStructureSchema;
|
|
|
413
418
|
export declare var ListLineageNodeHistoryOutput$: StaticStructureSchema;
|
|
414
419
|
export declare var ListMetadataGenerationRunsInput$: StaticStructureSchema;
|
|
415
420
|
export declare var ListMetadataGenerationRunsOutput$: StaticStructureSchema;
|
|
421
|
+
export declare var ListNotebookRunsInput$: StaticStructureSchema;
|
|
422
|
+
export declare var ListNotebookRunsOutput$: StaticStructureSchema;
|
|
416
423
|
export declare var ListNotificationsInput$: StaticStructureSchema;
|
|
417
424
|
export declare var ListNotificationsOutput$: StaticStructureSchema;
|
|
418
425
|
export declare var ListPolicyGrantsInput$: StaticStructureSchema;
|
|
@@ -449,6 +456,9 @@ export declare var MlflowPropertiesInput$: StaticStructureSchema;
|
|
|
449
456
|
export declare var MlflowPropertiesOutput$: StaticStructureSchema;
|
|
450
457
|
export declare var MlflowPropertiesPatch$: StaticStructureSchema;
|
|
451
458
|
export declare var NameIdentifier$: StaticStructureSchema;
|
|
459
|
+
export declare var NetworkConfig$: StaticStructureSchema;
|
|
460
|
+
export declare var NotebookRunError$: StaticStructureSchema;
|
|
461
|
+
export declare var NotebookRunSummary$: StaticStructureSchema;
|
|
452
462
|
export declare var NotEqualToExpression$: StaticStructureSchema;
|
|
453
463
|
export declare var NotificationOutput$: StaticStructureSchema;
|
|
454
464
|
export declare var NotificationResource$: StaticStructureSchema;
|
|
@@ -463,6 +473,7 @@ export declare var OwnerGroupProperties$: StaticStructureSchema;
|
|
|
463
473
|
export declare var OwnerGroupPropertiesOutput$: StaticStructureSchema;
|
|
464
474
|
export declare var OwnerUserProperties$: StaticStructureSchema;
|
|
465
475
|
export declare var OwnerUserPropertiesOutput$: StaticStructureSchema;
|
|
476
|
+
export declare var PackageConfig$: StaticStructureSchema;
|
|
466
477
|
export declare var PhysicalConnectionRequirements$: StaticStructureSchema;
|
|
467
478
|
export declare var PhysicalEndpoint$: StaticStructureSchema;
|
|
468
479
|
export declare var PolicyGrantMember$: StaticStructureSchema;
|
|
@@ -548,6 +559,11 @@ export declare var StartDataSourceRunInput$: StaticStructureSchema;
|
|
|
548
559
|
export declare var StartDataSourceRunOutput$: StaticStructureSchema;
|
|
549
560
|
export declare var StartMetadataGenerationRunInput$: StaticStructureSchema;
|
|
550
561
|
export declare var StartMetadataGenerationRunOutput$: StaticStructureSchema;
|
|
562
|
+
export declare var StartNotebookRunInput$: StaticStructureSchema;
|
|
563
|
+
export declare var StartNotebookRunOutput$: StaticStructureSchema;
|
|
564
|
+
export declare var StopNotebookRunInput$: StaticStructureSchema;
|
|
565
|
+
export declare var StopNotebookRunOutput$: StaticStructureSchema;
|
|
566
|
+
export declare var StorageConfig$: StaticStructureSchema;
|
|
551
567
|
export declare var SubscribedAsset$: StaticStructureSchema;
|
|
552
568
|
export declare var SubscribedAssetListing$: StaticStructureSchema;
|
|
553
569
|
export declare var SubscribedGroup$: StaticStructureSchema;
|
|
@@ -570,10 +586,12 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
570
586
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
571
587
|
export declare var TermRelations$: StaticStructureSchema;
|
|
572
588
|
export declare var TextMatchItem$: StaticStructureSchema;
|
|
589
|
+
export declare var TimeoutConfig$: StaticStructureSchema;
|
|
573
590
|
export declare var TimeSeriesDataPointFormInput$: StaticStructureSchema;
|
|
574
591
|
export declare var TimeSeriesDataPointFormOutput$: StaticStructureSchema;
|
|
575
592
|
export declare var TimeSeriesDataPointSummaryFormOutput$: StaticStructureSchema;
|
|
576
593
|
export declare var Topic$: StaticStructureSchema;
|
|
594
|
+
export declare var TriggerSource$: StaticStructureSchema;
|
|
577
595
|
export declare var Unit$: StaticStructureSchema;
|
|
578
596
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
579
597
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -770,6 +788,7 @@ export declare var GetLineageEvent$: StaticOperationSchema;
|
|
|
770
788
|
export declare var GetLineageNode$: StaticOperationSchema;
|
|
771
789
|
export declare var GetListing$: StaticOperationSchema;
|
|
772
790
|
export declare var GetMetadataGenerationRun$: StaticOperationSchema;
|
|
791
|
+
export declare var GetNotebookRun$: StaticOperationSchema;
|
|
773
792
|
export declare var GetProject$: StaticOperationSchema;
|
|
774
793
|
export declare var GetProjectProfile$: StaticOperationSchema;
|
|
775
794
|
export declare var GetRule$: StaticOperationSchema;
|
|
@@ -800,6 +819,7 @@ export declare var ListJobRuns$: StaticOperationSchema;
|
|
|
800
819
|
export declare var ListLineageEvents$: StaticOperationSchema;
|
|
801
820
|
export declare var ListLineageNodeHistory$: StaticOperationSchema;
|
|
802
821
|
export declare var ListMetadataGenerationRuns$: StaticOperationSchema;
|
|
822
|
+
export declare var ListNotebookRuns$: StaticOperationSchema;
|
|
803
823
|
export declare var ListNotifications$: StaticOperationSchema;
|
|
804
824
|
export declare var ListPolicyGrants$: StaticOperationSchema;
|
|
805
825
|
export declare var ListProjectMemberships$: StaticOperationSchema;
|
|
@@ -829,6 +849,8 @@ export declare var SearchTypes$: StaticOperationSchema;
|
|
|
829
849
|
export declare var SearchUserProfiles$: StaticOperationSchema;
|
|
830
850
|
export declare var StartDataSourceRun$: StaticOperationSchema;
|
|
831
851
|
export declare var StartMetadataGenerationRun$: StaticOperationSchema;
|
|
852
|
+
export declare var StartNotebookRun$: StaticOperationSchema;
|
|
853
|
+
export declare var StopNotebookRun$: StaticOperationSchema;
|
|
832
854
|
export declare var TagResource$: StaticOperationSchema;
|
|
833
855
|
export declare var UntagResource$: StaticOperationSchema;
|
|
834
856
|
export declare var UpdateAccountPool$: StaticOperationSchema;
|
|
@@ -379,6 +379,10 @@ import {
|
|
|
379
379
|
GetMetadataGenerationRunCommandInput,
|
|
380
380
|
GetMetadataGenerationRunCommandOutput,
|
|
381
381
|
} from "./commands/GetMetadataGenerationRunCommand";
|
|
382
|
+
import {
|
|
383
|
+
GetNotebookRunCommandInput,
|
|
384
|
+
GetNotebookRunCommandOutput,
|
|
385
|
+
} from "./commands/GetNotebookRunCommand";
|
|
382
386
|
import {
|
|
383
387
|
GetProjectCommandInput,
|
|
384
388
|
GetProjectCommandOutput,
|
|
@@ -499,6 +503,10 @@ import {
|
|
|
499
503
|
ListMetadataGenerationRunsCommandInput,
|
|
500
504
|
ListMetadataGenerationRunsCommandOutput,
|
|
501
505
|
} from "./commands/ListMetadataGenerationRunsCommand";
|
|
506
|
+
import {
|
|
507
|
+
ListNotebookRunsCommandInput,
|
|
508
|
+
ListNotebookRunsCommandOutput,
|
|
509
|
+
} from "./commands/ListNotebookRunsCommand";
|
|
502
510
|
import {
|
|
503
511
|
ListNotificationsCommandInput,
|
|
504
512
|
ListNotificationsCommandOutput,
|
|
@@ -615,6 +623,14 @@ import {
|
|
|
615
623
|
StartMetadataGenerationRunCommandInput,
|
|
616
624
|
StartMetadataGenerationRunCommandOutput,
|
|
617
625
|
} from "./commands/StartMetadataGenerationRunCommand";
|
|
626
|
+
import {
|
|
627
|
+
StartNotebookRunCommandInput,
|
|
628
|
+
StartNotebookRunCommandOutput,
|
|
629
|
+
} from "./commands/StartNotebookRunCommand";
|
|
630
|
+
import {
|
|
631
|
+
StopNotebookRunCommandInput,
|
|
632
|
+
StopNotebookRunCommandOutput,
|
|
633
|
+
} from "./commands/StopNotebookRunCommand";
|
|
618
634
|
import {
|
|
619
635
|
TagResourceCommandInput,
|
|
620
636
|
TagResourceCommandOutput,
|
|
@@ -1943,6 +1959,19 @@ export interface DataZone {
|
|
|
1943
1959
|
options: __HttpHandlerOptions,
|
|
1944
1960
|
cb: (err: any, data?: GetMetadataGenerationRunCommandOutput) => void
|
|
1945
1961
|
): void;
|
|
1962
|
+
getNotebookRun(
|
|
1963
|
+
args: GetNotebookRunCommandInput,
|
|
1964
|
+
options?: __HttpHandlerOptions
|
|
1965
|
+
): Promise<GetNotebookRunCommandOutput>;
|
|
1966
|
+
getNotebookRun(
|
|
1967
|
+
args: GetNotebookRunCommandInput,
|
|
1968
|
+
cb: (err: any, data?: GetNotebookRunCommandOutput) => void
|
|
1969
|
+
): void;
|
|
1970
|
+
getNotebookRun(
|
|
1971
|
+
args: GetNotebookRunCommandInput,
|
|
1972
|
+
options: __HttpHandlerOptions,
|
|
1973
|
+
cb: (err: any, data?: GetNotebookRunCommandOutput) => void
|
|
1974
|
+
): void;
|
|
1946
1975
|
getProject(
|
|
1947
1976
|
args: GetProjectCommandInput,
|
|
1948
1977
|
options?: __HttpHandlerOptions
|
|
@@ -2340,6 +2369,19 @@ export interface DataZone {
|
|
|
2340
2369
|
options: __HttpHandlerOptions,
|
|
2341
2370
|
cb: (err: any, data?: ListMetadataGenerationRunsCommandOutput) => void
|
|
2342
2371
|
): void;
|
|
2372
|
+
listNotebookRuns(
|
|
2373
|
+
args: ListNotebookRunsCommandInput,
|
|
2374
|
+
options?: __HttpHandlerOptions
|
|
2375
|
+
): Promise<ListNotebookRunsCommandOutput>;
|
|
2376
|
+
listNotebookRuns(
|
|
2377
|
+
args: ListNotebookRunsCommandInput,
|
|
2378
|
+
cb: (err: any, data?: ListNotebookRunsCommandOutput) => void
|
|
2379
|
+
): void;
|
|
2380
|
+
listNotebookRuns(
|
|
2381
|
+
args: ListNotebookRunsCommandInput,
|
|
2382
|
+
options: __HttpHandlerOptions,
|
|
2383
|
+
cb: (err: any, data?: ListNotebookRunsCommandOutput) => void
|
|
2384
|
+
): void;
|
|
2343
2385
|
listNotifications(
|
|
2344
2386
|
args: ListNotificationsCommandInput,
|
|
2345
2387
|
options?: __HttpHandlerOptions
|
|
@@ -2723,6 +2765,32 @@ export interface DataZone {
|
|
|
2723
2765
|
options: __HttpHandlerOptions,
|
|
2724
2766
|
cb: (err: any, data?: StartMetadataGenerationRunCommandOutput) => void
|
|
2725
2767
|
): void;
|
|
2768
|
+
startNotebookRun(
|
|
2769
|
+
args: StartNotebookRunCommandInput,
|
|
2770
|
+
options?: __HttpHandlerOptions
|
|
2771
|
+
): Promise<StartNotebookRunCommandOutput>;
|
|
2772
|
+
startNotebookRun(
|
|
2773
|
+
args: StartNotebookRunCommandInput,
|
|
2774
|
+
cb: (err: any, data?: StartNotebookRunCommandOutput) => void
|
|
2775
|
+
): void;
|
|
2776
|
+
startNotebookRun(
|
|
2777
|
+
args: StartNotebookRunCommandInput,
|
|
2778
|
+
options: __HttpHandlerOptions,
|
|
2779
|
+
cb: (err: any, data?: StartNotebookRunCommandOutput) => void
|
|
2780
|
+
): void;
|
|
2781
|
+
stopNotebookRun(
|
|
2782
|
+
args: StopNotebookRunCommandInput,
|
|
2783
|
+
options?: __HttpHandlerOptions
|
|
2784
|
+
): Promise<StopNotebookRunCommandOutput>;
|
|
2785
|
+
stopNotebookRun(
|
|
2786
|
+
args: StopNotebookRunCommandInput,
|
|
2787
|
+
cb: (err: any, data?: StopNotebookRunCommandOutput) => void
|
|
2788
|
+
): void;
|
|
2789
|
+
stopNotebookRun(
|
|
2790
|
+
args: StopNotebookRunCommandInput,
|
|
2791
|
+
options: __HttpHandlerOptions,
|
|
2792
|
+
cb: (err: any, data?: StopNotebookRunCommandOutput) => void
|
|
2793
|
+
): void;
|
|
2726
2794
|
tagResource(
|
|
2727
2795
|
args: TagResourceCommandInput,
|
|
2728
2796
|
options?: __HttpHandlerOptions
|
|
@@ -3169,6 +3237,13 @@ export interface DataZone {
|
|
|
3169
3237
|
Exclude<keyof PaginationConfiguration, "client">
|
|
3170
3238
|
>
|
|
3171
3239
|
): Paginator<ListMetadataGenerationRunsCommandOutput>;
|
|
3240
|
+
paginateListNotebookRuns(
|
|
3241
|
+
args: ListNotebookRunsCommandInput,
|
|
3242
|
+
paginationConfig?: Pick<
|
|
3243
|
+
PaginationConfiguration,
|
|
3244
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3245
|
+
>
|
|
3246
|
+
): Paginator<ListNotebookRunsCommandOutput>;
|
|
3172
3247
|
paginateListNotifications(
|
|
3173
3248
|
args: ListNotificationsCommandInput,
|
|
3174
3249
|
paginationConfig?: Pick<
|
|
@@ -420,6 +420,10 @@ import {
|
|
|
420
420
|
GetMetadataGenerationRunCommandInput,
|
|
421
421
|
GetMetadataGenerationRunCommandOutput,
|
|
422
422
|
} from "./commands/GetMetadataGenerationRunCommand";
|
|
423
|
+
import {
|
|
424
|
+
GetNotebookRunCommandInput,
|
|
425
|
+
GetNotebookRunCommandOutput,
|
|
426
|
+
} from "./commands/GetNotebookRunCommand";
|
|
423
427
|
import {
|
|
424
428
|
GetProjectCommandInput,
|
|
425
429
|
GetProjectCommandOutput,
|
|
@@ -540,6 +544,10 @@ import {
|
|
|
540
544
|
ListMetadataGenerationRunsCommandInput,
|
|
541
545
|
ListMetadataGenerationRunsCommandOutput,
|
|
542
546
|
} from "./commands/ListMetadataGenerationRunsCommand";
|
|
547
|
+
import {
|
|
548
|
+
ListNotebookRunsCommandInput,
|
|
549
|
+
ListNotebookRunsCommandOutput,
|
|
550
|
+
} from "./commands/ListNotebookRunsCommand";
|
|
543
551
|
import {
|
|
544
552
|
ListNotificationsCommandInput,
|
|
545
553
|
ListNotificationsCommandOutput,
|
|
@@ -656,6 +664,14 @@ import {
|
|
|
656
664
|
StartMetadataGenerationRunCommandInput,
|
|
657
665
|
StartMetadataGenerationRunCommandOutput,
|
|
658
666
|
} from "./commands/StartMetadataGenerationRunCommand";
|
|
667
|
+
import {
|
|
668
|
+
StartNotebookRunCommandInput,
|
|
669
|
+
StartNotebookRunCommandOutput,
|
|
670
|
+
} from "./commands/StartNotebookRunCommand";
|
|
671
|
+
import {
|
|
672
|
+
StopNotebookRunCommandInput,
|
|
673
|
+
StopNotebookRunCommandOutput,
|
|
674
|
+
} from "./commands/StopNotebookRunCommand";
|
|
659
675
|
import {
|
|
660
676
|
TagResourceCommandInput,
|
|
661
677
|
TagResourceCommandOutput,
|
|
@@ -850,6 +866,7 @@ export type ServiceInputTypes =
|
|
|
850
866
|
| GetLineageNodeCommandInput
|
|
851
867
|
| GetListingCommandInput
|
|
852
868
|
| GetMetadataGenerationRunCommandInput
|
|
869
|
+
| GetNotebookRunCommandInput
|
|
853
870
|
| GetProjectCommandInput
|
|
854
871
|
| GetProjectProfileCommandInput
|
|
855
872
|
| GetRuleCommandInput
|
|
@@ -880,6 +897,7 @@ export type ServiceInputTypes =
|
|
|
880
897
|
| ListLineageEventsCommandInput
|
|
881
898
|
| ListLineageNodeHistoryCommandInput
|
|
882
899
|
| ListMetadataGenerationRunsCommandInput
|
|
900
|
+
| ListNotebookRunsCommandInput
|
|
883
901
|
| ListNotificationsCommandInput
|
|
884
902
|
| ListPolicyGrantsCommandInput
|
|
885
903
|
| ListProjectMembershipsCommandInput
|
|
@@ -909,6 +927,8 @@ export type ServiceInputTypes =
|
|
|
909
927
|
| SearchUserProfilesCommandInput
|
|
910
928
|
| StartDataSourceRunCommandInput
|
|
911
929
|
| StartMetadataGenerationRunCommandInput
|
|
930
|
+
| StartNotebookRunCommandInput
|
|
931
|
+
| StopNotebookRunCommandInput
|
|
912
932
|
| TagResourceCommandInput
|
|
913
933
|
| UntagResourceCommandInput
|
|
914
934
|
| UpdateAccountPoolCommandInput
|
|
@@ -1027,6 +1047,7 @@ export type ServiceOutputTypes =
|
|
|
1027
1047
|
| GetLineageNodeCommandOutput
|
|
1028
1048
|
| GetListingCommandOutput
|
|
1029
1049
|
| GetMetadataGenerationRunCommandOutput
|
|
1050
|
+
| GetNotebookRunCommandOutput
|
|
1030
1051
|
| GetProjectCommandOutput
|
|
1031
1052
|
| GetProjectProfileCommandOutput
|
|
1032
1053
|
| GetRuleCommandOutput
|
|
@@ -1057,6 +1078,7 @@ export type ServiceOutputTypes =
|
|
|
1057
1078
|
| ListLineageEventsCommandOutput
|
|
1058
1079
|
| ListLineageNodeHistoryCommandOutput
|
|
1059
1080
|
| ListMetadataGenerationRunsCommandOutput
|
|
1081
|
+
| ListNotebookRunsCommandOutput
|
|
1060
1082
|
| ListNotificationsCommandOutput
|
|
1061
1083
|
| ListPolicyGrantsCommandOutput
|
|
1062
1084
|
| ListProjectMembershipsCommandOutput
|
|
@@ -1086,6 +1108,8 @@ export type ServiceOutputTypes =
|
|
|
1086
1108
|
| SearchUserProfilesCommandOutput
|
|
1087
1109
|
| StartDataSourceRunCommandOutput
|
|
1088
1110
|
| StartMetadataGenerationRunCommandOutput
|
|
1111
|
+
| StartNotebookRunCommandOutput
|
|
1112
|
+
| StopNotebookRunCommandOutput
|
|
1089
1113
|
| TagResourceCommandOutput
|
|
1090
1114
|
| UntagResourceCommandOutput
|
|
1091
1115
|
| UpdateAccountPoolCommandOutput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { DeleteRuleInput, DeleteRuleOutput } from "../models/
|
|
8
|
+
import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteRuleCommandInput extends DeleteRuleInput {}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import { GetNotebookRunInput, GetNotebookRunOutput } from "../models/models_1";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetNotebookRunCommandInput extends GetNotebookRunInput {}
|
|
12
|
+
export interface GetNotebookRunCommandOutput
|
|
13
|
+
extends GetNotebookRunOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetNotebookRunCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetNotebookRunCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetNotebookRunCommandInput,
|
|
20
|
+
GetNotebookRunCommandOutput,
|
|
21
|
+
DataZoneClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: GetNotebookRunCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetNotebookRunCommandInput,
|
|
29
|
+
GetNotebookRunCommandOutput,
|
|
30
|
+
DataZoneClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetNotebookRunCommand extends GetNotebookRunCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetNotebookRunInput;
|
|
40
|
+
output: GetNotebookRunOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetNotebookRunCommandInput;
|
|
44
|
+
output: GetNotebookRunCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { GetRuleInput, GetRuleOutput } from "../models/
|
|
8
|
+
import { GetRuleInput, GetRuleOutput } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetRuleCommandInput extends GetRuleInput {}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
ListNotebookRunsInput,
|
|
10
|
+
ListNotebookRunsOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListNotebookRunsCommandInput extends ListNotebookRunsInput {}
|
|
15
|
+
export interface ListNotebookRunsCommandOutput
|
|
16
|
+
extends ListNotebookRunsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListNotebookRunsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListNotebookRunsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListNotebookRunsCommandInput,
|
|
23
|
+
ListNotebookRunsCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: ListNotebookRunsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListNotebookRunsCommandInput,
|
|
32
|
+
ListNotebookRunsCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListNotebookRunsCommand extends ListNotebookRunsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListNotebookRunsInput;
|
|
43
|
+
output: ListNotebookRunsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListNotebookRunsCommandInput;
|
|
47
|
+
output: ListNotebookRunsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { ListRulesInput, ListRulesOutput } from "../models/
|
|
8
|
+
import { ListRulesInput, ListRulesOutput } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListRulesCommandInput extends ListRulesInput {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
RemovePolicyGrantOutput,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { RemovePolicyGrantInput } from "../models/models_1";
|
|
9
|
+
import { RemovePolicyGrantOutput } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface RemovePolicyGrantCommandInput extends RemovePolicyGrantInput {}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
StartNotebookRunInput,
|
|
10
|
+
StartNotebookRunOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartNotebookRunCommandInput extends StartNotebookRunInput {}
|
|
15
|
+
export interface StartNotebookRunCommandOutput
|
|
16
|
+
extends StartNotebookRunOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const StartNotebookRunCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartNotebookRunCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartNotebookRunCommandInput,
|
|
23
|
+
StartNotebookRunCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: StartNotebookRunCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartNotebookRunCommandInput,
|
|
32
|
+
StartNotebookRunCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class StartNotebookRunCommand extends StartNotebookRunCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartNotebookRunInput;
|
|
43
|
+
output: StartNotebookRunOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartNotebookRunCommandInput;
|
|
47
|
+
output: StartNotebookRunCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
StopNotebookRunInput,
|
|
10
|
+
StopNotebookRunOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StopNotebookRunCommandInput extends StopNotebookRunInput {}
|
|
15
|
+
export interface StopNotebookRunCommandOutput
|
|
16
|
+
extends StopNotebookRunOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const StopNotebookRunCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StopNotebookRunCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StopNotebookRunCommandInput,
|
|
23
|
+
StopNotebookRunCommandOutput,
|
|
24
|
+
DataZoneClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: StopNotebookRunCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StopNotebookRunCommandInput,
|
|
32
|
+
StopNotebookRunCommandOutput,
|
|
33
|
+
DataZoneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class StopNotebookRunCommand extends StopNotebookRunCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StopNotebookRunInput;
|
|
43
|
+
output: StopNotebookRunOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StopNotebookRunCommandInput;
|
|
47
|
+
output: StopNotebookRunCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { UpdateRuleInput, UpdateRuleOutput } from "../models/
|
|
8
|
+
import { UpdateRuleInput, UpdateRuleOutput } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateRuleCommandInput extends UpdateRuleInput {}
|
|
@@ -92,6 +92,7 @@ export * from "./GetLineageEventCommand";
|
|
|
92
92
|
export * from "./GetLineageNodeCommand";
|
|
93
93
|
export * from "./GetListingCommand";
|
|
94
94
|
export * from "./GetMetadataGenerationRunCommand";
|
|
95
|
+
export * from "./GetNotebookRunCommand";
|
|
95
96
|
export * from "./GetProjectCommand";
|
|
96
97
|
export * from "./GetProjectProfileCommand";
|
|
97
98
|
export * from "./GetRuleCommand";
|
|
@@ -122,6 +123,7 @@ export * from "./ListJobRunsCommand";
|
|
|
122
123
|
export * from "./ListLineageEventsCommand";
|
|
123
124
|
export * from "./ListLineageNodeHistoryCommand";
|
|
124
125
|
export * from "./ListMetadataGenerationRunsCommand";
|
|
126
|
+
export * from "./ListNotebookRunsCommand";
|
|
125
127
|
export * from "./ListNotificationsCommand";
|
|
126
128
|
export * from "./ListPolicyGrantsCommand";
|
|
127
129
|
export * from "./ListProjectMembershipsCommand";
|
|
@@ -151,6 +153,8 @@ export * from "./SearchTypesCommand";
|
|
|
151
153
|
export * from "./SearchUserProfilesCommand";
|
|
152
154
|
export * from "./StartDataSourceRunCommand";
|
|
153
155
|
export * from "./StartMetadataGenerationRunCommand";
|
|
156
|
+
export * from "./StartNotebookRunCommand";
|
|
157
|
+
export * from "./StopNotebookRunCommand";
|
|
154
158
|
export * from "./TagResourceCommand";
|
|
155
159
|
export * from "./UntagResourceCommand";
|
|
156
160
|
export * from "./UpdateAccountPoolCommand";
|
|
@@ -700,6 +700,35 @@ export declare const MetadataGenerationTargetType: {
|
|
|
700
700
|
};
|
|
701
701
|
export type MetadataGenerationTargetType =
|
|
702
702
|
(typeof MetadataGenerationTargetType)[keyof typeof MetadataGenerationTargetType];
|
|
703
|
+
export declare const PackageManager: {
|
|
704
|
+
readonly UV: "UV";
|
|
705
|
+
};
|
|
706
|
+
export type PackageManager =
|
|
707
|
+
(typeof PackageManager)[keyof typeof PackageManager];
|
|
708
|
+
export declare const NetworkAccessType: {
|
|
709
|
+
readonly PUBLIC_INTERNET_ONLY: "PUBLIC_INTERNET_ONLY";
|
|
710
|
+
readonly VPC_ONLY: "VPC_ONLY";
|
|
711
|
+
};
|
|
712
|
+
export type NetworkAccessType =
|
|
713
|
+
(typeof NetworkAccessType)[keyof typeof NetworkAccessType];
|
|
714
|
+
export declare const NotebookRunStatus: {
|
|
715
|
+
readonly FAILED: "FAILED";
|
|
716
|
+
readonly QUEUED: "QUEUED";
|
|
717
|
+
readonly RUNNING: "RUNNING";
|
|
718
|
+
readonly STARTING: "STARTING";
|
|
719
|
+
readonly STOPPED: "STOPPED";
|
|
720
|
+
readonly STOPPING: "STOPPING";
|
|
721
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
722
|
+
};
|
|
723
|
+
export type NotebookRunStatus =
|
|
724
|
+
(typeof NotebookRunStatus)[keyof typeof NotebookRunStatus];
|
|
725
|
+
export declare const TriggerSourceType: {
|
|
726
|
+
readonly MANUAL: "MANUAL";
|
|
727
|
+
readonly SCHEDULED: "SCHEDULED";
|
|
728
|
+
readonly WORKFLOW: "WORKFLOW";
|
|
729
|
+
};
|
|
730
|
+
export type TriggerSourceType =
|
|
731
|
+
(typeof TriggerSourceType)[keyof typeof TriggerSourceType];
|
|
703
732
|
export declare const GraphEntityType: {
|
|
704
733
|
readonly LINEAGE_NODE: "LINEAGE_NODE";
|
|
705
734
|
};
|
|
@@ -1670,9 +1670,14 @@ export interface CancelSubscriptionOutput {
|
|
|
1670
1670
|
subscriptionRequestId?: string | undefined;
|
|
1671
1671
|
retainPermissions?: boolean | undefined;
|
|
1672
1672
|
}
|
|
1673
|
+
export interface CellInformation {}
|
|
1673
1674
|
export interface CloudFormationProperties {
|
|
1674
1675
|
templateUrl: string | undefined;
|
|
1675
1676
|
}
|
|
1677
|
+
export interface ComputeConfig {
|
|
1678
|
+
instanceType?: string | undefined;
|
|
1679
|
+
environmentVersion?: string | undefined;
|
|
1680
|
+
}
|
|
1676
1681
|
export interface ConfigurableActionParameter {
|
|
1677
1682
|
key?: string | undefined;
|
|
1678
1683
|
value?: string | undefined;
|
|
@@ -3645,9 +3650,3 @@ export interface SubscribedGroupInput {
|
|
|
3645
3650
|
export interface SubscribedIamPrincipalInput {
|
|
3646
3651
|
identifier?: string | undefined;
|
|
3647
3652
|
}
|
|
3648
|
-
export interface SubscribedProjectInput {
|
|
3649
|
-
identifier?: string | undefined;
|
|
3650
|
-
}
|
|
3651
|
-
export interface SubscribedUserInput {
|
|
3652
|
-
identifier?: string | undefined;
|
|
3653
|
-
}
|