@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.
Files changed (54) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +85 -0
  3. package/dist-cjs/schemas/schemas_0.js +214 -42
  4. package/dist-es/DataZone.js +10 -0
  5. package/dist-es/commands/GetNotebookRunCommand.js +16 -0
  6. package/dist-es/commands/ListNotebookRunsCommand.js +16 -0
  7. package/dist-es/commands/StartNotebookRunCommand.js +16 -0
  8. package/dist-es/commands/StopNotebookRunCommand.js +16 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/enums.js +21 -0
  11. package/dist-es/pagination/ListNotebookRunsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +197 -26
  14. package/dist-types/DataZone.d.ts +35 -0
  15. package/dist-types/DataZoneClient.d.ts +6 -2
  16. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  17. package/dist-types/commands/GetNotebookRunCommand.d.ts +148 -0
  18. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  19. package/dist-types/commands/ListNotebookRunsCommand.d.ts +116 -0
  20. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  21. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +2 -1
  22. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  23. package/dist-types/commands/StartNotebookRunCommand.d.ts +184 -0
  24. package/dist-types/commands/StopNotebookRunCommand.d.ts +100 -0
  25. package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
  26. package/dist-types/commands/index.d.ts +4 -0
  27. package/dist-types/models/enums.d.ts +92 -0
  28. package/dist-types/models/models_0.d.ts +22 -22
  29. package/dist-types/models/models_1.d.ts +557 -574
  30. package/dist-types/models/models_2.d.ts +635 -3
  31. package/dist-types/pagination/ListNotebookRunsPaginator.d.ts +7 -0
  32. package/dist-types/pagination/index.d.ts +1 -0
  33. package/dist-types/schemas/schemas_0.d.ts +22 -0
  34. package/dist-types/ts3.4/DataZone.d.ts +75 -0
  35. package/dist-types/ts3.4/DataZoneClient.d.ts +24 -0
  36. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +47 -0
  38. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +50 -0
  40. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +50 -0
  44. package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +50 -0
  45. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  47. package/dist-types/ts3.4/models/enums.d.ts +29 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +5 -6
  49. package/dist-types/ts3.4/models/models_1.d.ts +145 -149
  50. package/dist-types/ts3.4/models/models_2.d.ts +154 -4
  51. package/dist-types/ts3.4/pagination/ListNotebookRunsPaginator.d.ts +11 -0
  52. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  53. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  54. package/package.json +5 -5
@@ -113,9 +113,10 @@ const _CATO = "CreateAssetTypeOutput";
113
113
  const _CATPGD = "CreateAssetTypePolicyGrantDetail";
114
114
  const _CAr = "CreateAsset";
115
115
  const _CB = "Created-By";
116
- const _CC = "ConnectionCredentials";
116
+ const _CC = "ComputeConfig";
117
117
  const _CCI = "CreateConnectionInput";
118
118
  const _CCO = "CreateConnectionOutput";
119
+ const _CCo = "ConnectionCredentials";
119
120
  const _CCr = "CreateConnection";
120
121
  const _CD = "CreateDomain";
121
122
  const _CDI = "CreateDomainInput";
@@ -164,6 +165,7 @@ const _CGPO = "CreateGroupProfileOutput";
164
165
  const _CGT = "CreateGlossaryTerm";
165
166
  const _CGTI = "CreateGlossaryTermInput";
166
167
  const _CGTO = "CreateGlossaryTermOutput";
168
+ const _CI = "CellInformation";
167
169
  const _CLCS = "CreateListingChangeSet";
168
170
  const _CLCSI = "CreateListingChangeSetInput";
169
171
  const _CLCSO = "CreateListingChangeSetOutput";
@@ -171,6 +173,7 @@ const _CM = "CredentialMap";
171
173
  const _CMGR = "CancelMetadataGenerationRun";
172
174
  const _CMGRI = "CancelMetadataGenerationRunInput";
173
175
  const _CMGRO = "CancelMetadataGenerationRunOutput";
176
+ const _CO = "CellOrder";
174
177
  const _CP = "CustomParameter";
175
178
  const _CPFPPPGD = "CreateProjectFromProjectProfilePolicyGrantDetail";
176
179
  const _CPI = "CreateProjectInput";
@@ -348,7 +351,8 @@ const _ECPD = "EnvironmentConfigurationParametersDetails";
348
351
  const _ECPL = "EnvironmentConfigurationParametersList";
349
352
  const _ECUP = "EnvironmentConfigurationUserParameter";
350
353
  const _ECUPL = "EnvironmentConfigurationUserParametersList";
351
- const _ECn = "EnvironmentConfiguration";
354
+ const _ECn = "EnvironmentConfig";
355
+ const _ECnv = "EnvironmentConfiguration";
352
356
  const _EDD = "EnvironmentDeploymentDetails";
353
357
  const _EE = "EnvironmentError";
354
358
  const _EFR = "EnvironmentFailureReasons";
@@ -478,6 +482,9 @@ const _GMGR = "GetMetadataGenerationRun";
478
482
  const _GMGRI = "GetMetadataGenerationRunInput";
479
483
  const _GMGRO = "GetMetadataGenerationRunOutput";
480
484
  const _GN = "GlossaryName";
485
+ const _GNR = "GetNotebookRun";
486
+ const _GNRI = "GetNotebookRunInput";
487
+ const _GNRO = "GetNotebookRunOutput";
481
488
  const _GOAC = "GlueOAuth2Credentials";
482
489
  const _GP = "GetProject";
483
490
  const _GPGP = "GroupPolicyGrantPrincipal";
@@ -617,7 +624,10 @@ const _LNI = "LineageNodeItem";
617
624
  const _LNIi = "ListNotificationsInput";
618
625
  const _LNO = "ListNotificationsOutput";
619
626
  const _LNR = "LineageNodeReference";
627
+ const _LNRI = "ListNotebookRunsInput";
620
628
  const _LNRL = "LineageNodeReferenceList";
629
+ const _LNRO = "ListNotebookRunsOutput";
630
+ const _LNRi = "ListNotebookRuns";
621
631
  const _LNS = "LineageNodeSummary";
622
632
  const _LNSi = "LineageNodeSummaries";
623
633
  const _LNTI = "LineageNodeTypeItem";
@@ -692,9 +702,12 @@ const _MPO = "MlflowPropertiesOutput";
692
702
  const _MPP = "MlflowPropertiesPatch";
693
703
  const _MR = "MatchRationale";
694
704
  const _MRI = "MatchRationaleItem";
695
- const _Me = "Member";
705
+ const _MV = "MetadataValue";
706
+ const _Me = "Metadata";
707
+ const _Mem = "Member";
696
708
  const _Mo = "Model";
697
709
  const _N = "Name";
710
+ const _NC = "NetworkConfig";
698
711
  const _NETE = "NotEqualToExpression";
699
712
  const _NI = "NameIdentifier";
700
713
  const _NIE = "NotInExpression";
@@ -703,6 +716,9 @@ const _NL = "NotificationsList";
703
716
  const _NLE = "NotLikeExpression";
704
717
  const _NO = "NotificationOutput";
705
718
  const _NR = "NotificationResource";
719
+ const _NRE = "NotebookRunError";
720
+ const _NRS = "NotebookRunSummary";
721
+ const _NRSL = "NotebookRunSummaryList";
706
722
  const _OACA = "OAuth2ClientApplication";
707
723
  const _OAP = "OAuth2Properties";
708
724
  const _ODUOPGD = "OverrideDomainUnitOwnersPolicyGrantDetail";
@@ -715,10 +731,11 @@ const _OPOPGD = "OverrideProjectOwnersPolicyGrantDetail";
715
731
  const _OUP = "OwnerUserProperties";
716
732
  const _OUPO = "OwnerUserPropertiesOutput";
717
733
  const _P = "Password";
718
- const _PC = "PredictionConfiguration";
734
+ const _PC = "PackageConfig";
719
735
  const _PCL = "ProvisioningConfigurationList";
720
736
  const _PCR = "PhysicalConnectionRequirements";
721
- const _PCr = "ProvisioningConfiguration";
737
+ const _PCr = "PredictionConfiguration";
738
+ const _PCro = "ProvisioningConfiguration";
722
739
  const _PDE = "ProjectDeletionError";
723
740
  const _PDEC = "PutDataExportConfiguration";
724
741
  const _PDECI = "PutDataExportConfigurationInput";
@@ -754,6 +771,7 @@ const _PSro = "ProjectSummaries";
754
771
  const _PTSDP = "PostTimeSeriesDataPoints";
755
772
  const _PTSDPI = "PostTimeSeriesDataPointsInput";
756
773
  const _PTSDPO = "PostTimeSeriesDataPointsOutput";
774
+ const _Pa = "Parameters";
757
775
  const _Pe = "Permissions";
758
776
  const _QG = "QueryGraph";
759
777
  const _QGI = "QueryGraphInput";
@@ -822,6 +840,7 @@ const _SA = "SubscribedAsset";
822
840
  const _SAL = "SubscribedAssetListing";
823
841
  const _SAu = "SubscribedAssets";
824
842
  const _SC = "ScheduleConfiguration";
843
+ const _SCt = "StorageConfig";
825
844
  const _SD = "ShortDescription";
826
845
  const _SDSR = "StartDataSourceRun";
827
846
  const _SDSRI = "StartDataSourceRunInput";
@@ -862,6 +881,12 @@ const _SMGRI = "StartMetadataGenerationRunInput";
862
881
  const _SMGRO = "StartMetadataGenerationRunOutput";
863
882
  const _SMRCI = "SageMakerRunConfigurationInput";
864
883
  const _SMRCO = "SageMakerRunConfigurationOutput";
884
+ const _SNR = "StartNotebookRun";
885
+ const _SNRI = "StartNotebookRunInput";
886
+ const _SNRIt = "StopNotebookRunInput";
887
+ const _SNRO = "StartNotebookRunOutput";
888
+ const _SNROt = "StopNotebookRunOutput";
889
+ const _SNRt = "StopNotebookRun";
865
890
  const _SO = "SearchOutput";
866
891
  const _SP = "SubscribedProject";
867
892
  const _SPI = "S3PropertiesInput";
@@ -900,6 +925,7 @@ const _SUPO = "SearchUserProfilesOutput";
900
925
  const _Se = "Search";
901
926
  const _T = "Title";
902
927
  const _TA = "TrackingAssets";
928
+ const _TC = "TimeoutConfig";
903
929
  const _TE = "ThrottlingException";
904
930
  const _TM = "TextMatches";
905
931
  const _TMI = "TextMatchItem";
@@ -907,6 +933,7 @@ const _TR = "TermRelations";
907
933
  const _TRR = "TagResourceRequest";
908
934
  const _TRRa = "TagResourceResponse";
909
935
  const _TRa = "TagResource";
936
+ const _TS = "TriggerSource";
910
937
  const _TSDPFI = "TimeSeriesDataPointFormInput";
911
938
  const _TSDPFIL = "TimeSeriesDataPointFormInputList";
912
939
  const _TSDPFO = "TimeSeriesDataPointFormOutput";
@@ -1073,11 +1100,13 @@ const _cAC = "customAuthenticationCredentials";
1073
1100
  const _cAPH = "customAccountPoolHandler";
1074
1101
  const _cAT = "createAssetType";
1075
1102
  const _cAl = "clusterArn";
1076
- const _cAo = "computeArn";
1103
+ const _cAo = "completedAt";
1104
+ const _cAom = "computeArn";
1077
1105
  const _cB = "createdBy";
1078
1106
  const _cC = "connectionCredentials";
1079
1107
  const _cCE = "compatibleComputeEnvironments";
1080
- const _cCo = "columnConfiguration";
1108
+ const _cCo = "computeConfiguration";
1109
+ const _cCol = "columnConfiguration";
1081
1110
  const _cD = "certificateData";
1082
1111
  const _cDU = "createDomainUnit";
1083
1112
  const _cE = "credentialsExpiration";
@@ -1092,7 +1121,8 @@ const _cIo = "connectionIdentifier";
1092
1121
  const _cN = "columnName";
1093
1122
  const _cNa = "catalogName";
1094
1123
  const _cNl = "clusterName";
1095
- const _cO = "currentOwner";
1124
+ const _cO = "cellOrder";
1125
+ const _cOu = "currentOwner";
1096
1126
  const _cP = "configurationParameters";
1097
1127
  const _cPFPP = "createProjectFromProjectProfile";
1098
1128
  const _cPo = "connectionProperties";
@@ -1167,6 +1197,7 @@ const _eCI = "environmentConfigurationId";
1167
1197
  const _eCN = "effectiveColumnNames";
1168
1198
  const _eCNn = "environmentConfigurationName";
1169
1199
  const _eCn = "encryptionConfiguration";
1200
+ const _eCnv = "environmentConfiguration";
1170
1201
  const _eD = "errorDetail";
1171
1202
  const _eDD = "environmentDeploymentDetails";
1172
1203
  const _eE = "enableExport";
@@ -1207,6 +1238,7 @@ const _eTve = "eventTimestamp";
1207
1238
  const _eTven = "eventType";
1208
1239
  const _eUR = "environmentUserRole";
1209
1240
  const _eV = "editedValue";
1241
+ const _eVn = "environmentVersion";
1210
1242
  const _en = "enabled";
1211
1243
  const _er = "errors";
1212
1244
  const _ev = "event";
@@ -1288,12 +1320,14 @@ const _iP = "iamProperties";
1288
1320
  const _iPA = "instanceProfileArn";
1289
1321
  const _iPS = "isProvisionedSecret";
1290
1322
  const _iS = "importStatus";
1291
- const _iT = "itemType";
1323
+ const _iT = "instanceType";
1292
1324
  const _iTd = "idempotencyToken";
1293
1325
  const _iTdl = "idleTimeout";
1326
+ const _iTt = "itemType";
1294
1327
  const _iUS = "isUpdateSupported";
1295
- const _iV = "intValue";
1328
+ const _iV = "imageVersion";
1296
1329
  const _iVE = "isValueEditable";
1330
+ const _iVn = "intValue";
1297
1331
  const _ia = "iam";
1298
1332
  const _id = "id";
1299
1333
  const _im = "imports";
@@ -1376,8 +1410,12 @@ const _mes = "messages";
1376
1410
  const _met = "metadata";
1377
1411
  const _mo = "model";
1378
1412
  const _n = "name";
1413
+ const _nAT = "networkAccessType";
1414
+ const _nC = "networkConfiguration";
1379
1415
  const _nET = "notEqualTo";
1380
- const _nI = "notIn";
1416
+ const _nI = "notebookId";
1417
+ const _nIo = "notebookIdentifier";
1418
+ const _nIot = "notIn";
1381
1419
  const _nL = "notLike";
1382
1420
  const _nO = "newOwner";
1383
1421
  const _nOW = "numberOfWorkers";
@@ -1415,6 +1453,7 @@ const _pA = "profileArn";
1415
1453
  const _pAr = "principalArn";
1416
1454
  const _pC = "predictionChoice";
1417
1455
  const _pCR = "physicalConnectionRequirements";
1456
+ const _pCa = "packageConfig";
1418
1457
  const _pCr = "predictionConfiguration";
1419
1458
  const _pCre = "predictionChoices";
1420
1459
  const _pCro = "projectCategory";
@@ -1430,6 +1469,7 @@ const _pIr = "projectIdentifier";
1430
1469
  const _pIri = "principalId";
1431
1470
  const _pIro = "projectIds";
1432
1471
  const _pL = "productListing";
1472
+ const _pM = "packageManager";
1433
1473
  const _pO = "parameterOverrides";
1434
1474
  const _pOI = "publishOnImport";
1435
1475
  const _pP = "provisioningProperties";
@@ -1442,6 +1482,8 @@ const _pRA = "provisioningRoleArn";
1442
1482
  const _pRT = "projectResourceTags";
1443
1483
  const _pRTD = "projectResourceTagsDescription";
1444
1484
  const _pS = "projectStatus";
1485
+ const _pSP = "projectS3Path";
1486
+ const _pSa = "packageSpecification";
1445
1487
  const _pSr = "processingStatus";
1446
1488
  const _pT = "predictionTarget";
1447
1489
  const _pTo = "policyType";
@@ -1497,6 +1539,7 @@ const _rSS = "redshiftServerlessSource";
1497
1539
  const _rSe = "redshiftStorage";
1498
1540
  const _rT = "resourceTags";
1499
1541
  const _rTD = "redshiftTempDir";
1542
+ const _rTIM = "runTimeoutInMinutes";
1500
1543
  const _rTe = "refreshToken";
1501
1544
  const _rTel = "relationType";
1502
1545
  const _rTu = "ruleType";
@@ -1517,19 +1560,24 @@ const _sAs = "sseAlgorithm";
1517
1560
  const _sAt = "startedAt";
1518
1561
  const _sAto = "stoppedAt";
1519
1562
  const _sB = "sortBy";
1563
+ const _sC = "storageConfiguration";
1520
1564
  const _sD = "shortDescription";
1521
1565
  const _sDC = "skipDeletionCheck";
1522
1566
  const _sEP = "sparkEmrProperties";
1523
1567
  const _sGCM = "subscriptionGrantCreationMode";
1568
+ const _sGI = "securityGroupIds";
1524
1569
  const _sGIL = "securityGroupIdList";
1525
1570
  const _sGP = "sparkGlueProperties";
1526
1571
  const _sGS = "selfGrantStatus";
1527
1572
  const _sGSD = "selfGrantStatusDetails";
1528
1573
  const _sI = "subscriptionId";
1529
1574
  const _sIL = "subnetIdList";
1575
+ const _sIc = "scheduleId";
1576
+ const _sIch = "scheduleIdentifier";
1530
1577
  const _sIe = "searchIn";
1531
1578
  const _sIo = "sourceIdentifier";
1532
- const _sIu = "subnetId";
1579
+ const _sIu = "subnetIds";
1580
+ const _sIub = "subnetId";
1533
1581
  const _sL = "subscribedListings";
1534
1582
  const _sLI = "subscribedListingId";
1535
1583
  const _sLu = "subscribedListing";
@@ -1582,6 +1630,7 @@ const _t = "threshold";
1582
1630
  const _tA = "timestampAfter";
1583
1631
  const _tAr = "trackingAssets";
1584
1632
  const _tB = "timestampBefore";
1633
+ const _tC = "timeoutConfiguration";
1585
1634
  const _tCSU = "trustedCertificatesS3Uri";
1586
1635
  const _tD = "technicalDescription";
1587
1636
  const _tGTE = "timestampGTE";
@@ -1600,6 +1649,7 @@ const _tRe = "termRelations";
1600
1649
  const _tS = "typeStats";
1601
1650
  const _tSA = "trackingServerArn";
1602
1651
  const _tSa = "taskStatus";
1652
+ const _tSr = "triggerSource";
1603
1653
  const _tT = "targetType";
1604
1654
  const _tU = "templateUrl";
1605
1655
  const _tUPM = "tokenUrlParametersMap";
@@ -1638,6 +1688,7 @@ const _use = "user";
1638
1688
  const _v = "value";
1639
1689
  const _vC = "validateCredentials";
1640
1690
  const _vFCE = "validateForComputeEnvironments";
1691
+ const _vI = "vpcId";
1641
1692
  const _va = "values";
1642
1693
  const _wMP = "workflowsMwaaProperties";
1643
1694
  const _wN = "workgroupName";
@@ -1733,6 +1784,7 @@ var LastName = [0, n0, _LN, 8, 0];
1733
1784
  var LineageEvent = [0, n0, _LE, 8, 21];
1734
1785
  var LongDescription = [0, n0, _LD, 8, 0];
1735
1786
  var Message = [0, n0, _M, 8, 0];
1787
+ var MetadataValue = [0, n0, _MV, 8, 0];
1736
1788
  var Name = [0, n0, _N, 8, 0];
1737
1789
  var Password = [0, n0, _P, 8, 0];
1738
1790
  var ProjectName = [0, n0, _PN, 8, 0];
@@ -2064,6 +2116,11 @@ export var CancelSubscriptionOutput$ = [3, n0, _CSO,
2064
2116
  [_id, _cB, _dIo, _st, _cA, _uA, _sPu, _sLu, _uB, _sRI, _rP],
2065
2117
  [0, 0, 0, 0, 4, 4, [() => SubscribedPrincipal$, 0], [() => SubscribedListing$, 0], 0, 0, 2], 8
2066
2118
  ];
2119
+ export var CellInformation$ = [3, n0, _CI,
2120
+ 0,
2121
+ [],
2122
+ []
2123
+ ];
2067
2124
  export var CloudFormationProperties$ = [3, n0, _CFP,
2068
2125
  0,
2069
2126
  [_tU],
@@ -2074,6 +2131,11 @@ export var ColumnFilterConfiguration$ = [3, n0, _CFC,
2074
2131
  [_iCN],
2075
2132
  [64 | 0]
2076
2133
  ];
2134
+ export var ComputeConfig$ = [3, n0, _CC,
2135
+ 0,
2136
+ [_iT, _eVn],
2137
+ [0, 0]
2138
+ ];
2077
2139
  export var ConfigurableActionParameter$ = [3, n0, _CAP,
2078
2140
  0,
2079
2141
  [_k, _v],
@@ -2089,7 +2151,7 @@ export var Configuration$ = [3, n0, _C,
2089
2151
  [_cl, _pr],
2090
2152
  [0, 128 | 0]
2091
2153
  ];
2092
- export var ConnectionCredentials$ = [3, n0, _CC,
2154
+ export var ConnectionCredentials$ = [3, n0, _CCo,
2093
2155
  8,
2094
2156
  [_aKI, _sAK, _sT, _ex],
2095
2157
  [0, 0, 0, 5]
@@ -2426,7 +2488,7 @@ export var CustomParameter$ = [3, n0, _CP,
2426
2488
  ];
2427
2489
  export var DataProductItem$ = [3, n0, _DPI,
2428
2490
  0,
2429
- [_iT, _i, _r, _gT],
2491
+ [_iTt, _i, _r, _gT],
2430
2492
  [0, 0, 0, 64 | 0], 2
2431
2493
  ];
2432
2494
  export var DataProductItemAdditionalAttributes$ = [3, n0, _DPIAA,
@@ -2814,7 +2876,12 @@ export var EnvironmentBlueprintSummary$ = [3, n0, _EBS,
2814
2876
  [_id, _n, _prov, _pP, _de, _cA, _uA],
2815
2877
  [0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], 5, 5], 4
2816
2878
  ];
2817
- export var EnvironmentConfiguration$ = [3, n0, _ECn,
2879
+ export var EnvironmentConfig$ = [3, n0, _ECn,
2880
+ 0,
2881
+ [_iV, _pCa],
2882
+ [0, () => PackageConfig$]
2883
+ ];
2884
+ export var EnvironmentConfiguration$ = [3, n0, _ECnv,
2818
2885
  0,
2819
2886
  [_n, _eBIn, _id, _de, _dM, _cP, _aAw, _aPc, _aRw, _dO],
2820
2887
  [[() => EnvironmentConfigurationName, 0], 0, [() => EnvironmentConfigurationId, 0], [() => Description, 0], 0, () => EnvironmentConfigurationParametersDetails$, () => AwsAccount$, 64 | 0, () => Region$, 1], 2
@@ -2876,7 +2943,7 @@ export var FailureCause$ = [3, n0, _FC,
2876
2943
  ];
2877
2944
  export var Filter$ = [3, n0, _F,
2878
2945
  0,
2879
- [_a, _v, _iV, _op],
2946
+ [_a, _v, _iVn, _op],
2880
2947
  [0, 0, 1, 0], 1
2881
2948
  ];
2882
2949
  export var FilterExpression$ = [3, n0, _FE,
@@ -3179,6 +3246,16 @@ export var GetMetadataGenerationRunOutput$ = [3, n0, _GMGRO,
3179
3246
  [_dIo, _id, _oPI, _tar, _st, _ty, _typ, _cA, _cB, _tS],
3180
3247
  [0, 0, 0, () => MetadataGenerationRunTarget$, 0, 0, 64 | 0, 4, 0, () => MetadataGenerationRunTypeStats], 3
3181
3248
  ];
3249
+ export var GetNotebookRunInput$ = [3, n0, _GNRI,
3250
+ 0,
3251
+ [_dI, _i],
3252
+ [[0, 1], [0, 1]], 2
3253
+ ];
3254
+ export var GetNotebookRunOutput$ = [3, n0, _GNRO,
3255
+ 0,
3256
+ [_id, _dIo, _oPI, _nI, _st, _sIc, _cO, _met, _par, _cCo, _nC, _tC, _eCnv, _sC, _tSr, _e, _cA, _cB, _uA, _uB, _sAt, _cAo],
3257
+ [0, 0, 0, 0, 0, 0, () => CellOrder, [() => Metadata, 0], [() => _Parameters, 0], () => ComputeConfig$, () => NetworkConfig$, () => TimeoutConfig$, () => EnvironmentConfig$, () => StorageConfig$, () => TriggerSource$, () => NotebookRunError$, 4, 0, 4, 0, 4, 4], 5
3258
+ ];
3182
3259
  export var GetProjectInput$ = [3, n0, _GPI,
3183
3260
  0,
3184
3261
  [_dI, _i],
@@ -3734,6 +3811,16 @@ export var ListMetadataGenerationRunsOutput$ = [3, n0, _LMGRO,
3734
3811
  [_it, _nT],
3735
3812
  [() => MetadataGenerationRuns, 0]
3736
3813
  ];
3814
+ export var ListNotebookRunsInput$ = [3, n0, _LNRI,
3815
+ 0,
3816
+ [_dI, _oPIw, _nIo, _st, _sIch, _mRa, _sO, _nT],
3817
+ [[0, 1], [0, { [_hQ]: _oPIw }], [0, { [_hQ]: _nIo }], [0, { [_hQ]: _st }], [0, { [_hQ]: _sIch }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _sO }], [0, { [_hQ]: _nT }]], 2
3818
+ ];
3819
+ export var ListNotebookRunsOutput$ = [3, n0, _LNRO,
3820
+ 0,
3821
+ [_it, _nT],
3822
+ [() => NotebookRunSummaryList, 0]
3823
+ ];
3737
3824
  export var ListNotificationsInput$ = [3, n0, _LNIi,
3738
3825
  0,
3739
3826
  [_dI, _ty, _aTf, _bT, _su, _tSa, _mRa, _nT],
@@ -3914,6 +4001,21 @@ export var NameIdentifier$ = [3, n0, _NI,
3914
4001
  [_n, _na],
3915
4002
  [0, 0]
3916
4003
  ];
4004
+ export var NetworkConfig$ = [3, n0, _NC,
4005
+ 0,
4006
+ [_nAT, _vI, _sIu, _sGI],
4007
+ [0, 0, 64 | 0, 64 | 0], 1
4008
+ ];
4009
+ export var NotebookRunError$ = [3, n0, _NRE,
4010
+ 0,
4011
+ [_m],
4012
+ [0], 1
4013
+ ];
4014
+ export var NotebookRunSummary$ = [3, n0, _NRS,
4015
+ 0,
4016
+ [_id, _dIo, _oPI, _nI, _st, _sIc, _tSr, _cA, _cB, _uA, _uB, _sAt, _cAo],
4017
+ [0, 0, 0, 0, 0, 0, () => TriggerSource$, 4, 0, 4, 0, 4, 4], 5
4018
+ ];
3917
4019
  export var NotEqualToExpression$ = [3, n0, _NETE,
3918
4020
  0,
3919
4021
  [_cN, _v],
@@ -3984,9 +4086,14 @@ export var OwnerUserPropertiesOutput$ = [3, n0, _OUPO,
3984
4086
  [_uIs],
3985
4087
  [0]
3986
4088
  ];
4089
+ export var PackageConfig$ = [3, n0, _PC,
4090
+ 0,
4091
+ [_pM, _pSa],
4092
+ [0, 0], 1
4093
+ ];
3987
4094
  export var PhysicalConnectionRequirements$ = [3, n0, _PCR,
3988
4095
  0,
3989
- [_sIu, _sIL, _sGIL, _aZ],
4096
+ [_sIub, _sIL, _sGIL, _aZ],
3990
4097
  [0, 64 | 0, 64 | 0, 0]
3991
4098
  ];
3992
4099
  export var PhysicalEndpoint$ = [3, n0, _PE,
@@ -4019,7 +4126,7 @@ export var PostTimeSeriesDataPointsOutput$ = [3, n0, _PTSDPO,
4019
4126
  [_dIo, _eIn, _eT, _f],
4020
4127
  [0, 0, 0, () => TimeSeriesDataPointFormOutputList]
4021
4128
  ];
4022
- export var PredictionConfiguration$ = [3, n0, _PC,
4129
+ export var PredictionConfiguration$ = [3, n0, _PCr,
4023
4130
  0,
4024
4131
  [_bNG],
4025
4132
  [() => BusinessNameGenerationConfiguration$]
@@ -4356,17 +4463,17 @@ export var SingleSignOn$ = [3, n0, _SSO,
4356
4463
  ];
4357
4464
  export var SparkEmrPropertiesInput$ = [3, n0, _SEPI,
4358
4465
  0,
4359
- [_cAo, _iPA, _jVE, _lU, _pVE, _rRu, _tCSU, _mEA],
4466
+ [_cAom, _iPA, _jVE, _lU, _pVE, _rRu, _tCSU, _mEA],
4360
4467
  [0, 0, 0, 0, 0, 0, 0, 0]
4361
4468
  ];
4362
4469
  export var SparkEmrPropertiesOutput$ = [3, n0, _SEPO,
4363
4470
  0,
4364
- [_cAo, _cr, _cE, _gTo, _iPA, _jVE, _lE, _lU, _pVE, _rRu, _tCSU, _cD, _mEA, _mEC],
4471
+ [_cAom, _cr, _cE, _gTo, _iPA, _jVE, _lE, _lU, _pVE, _rRu, _tCSU, _cD, _mEA, _mEC],
4365
4472
  [0, [() => UsernamePassword$, 0], 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, [() => ManagedEndpointCredentials$, 0]]
4366
4473
  ];
4367
4474
  export var SparkEmrPropertiesPatch$ = [3, n0, _SEPP,
4368
4475
  0,
4369
- [_cAo, _iPA, _jVE, _lU, _pVE, _rRu, _tCSU, _mEA],
4476
+ [_cAom, _iPA, _jVE, _lU, _pVE, _rRu, _tCSU, _mEA],
4370
4477
  [0, 0, 0, 0, 0, 0, 0, 0]
4371
4478
  ];
4372
4479
  export var SparkGlueArgs$ = [3, n0, _SGA,
@@ -4409,6 +4516,31 @@ export var StartMetadataGenerationRunOutput$ = [3, n0, _SMGRO,
4409
4516
  [_dIo, _id, _st, _ty, _typ, _cA, _cB, _oPI],
4410
4517
  [0, 0, 0, 0, 64 | 0, 4, 0, 0], 2
4411
4518
  ];
4519
+ export var StartNotebookRunInput$ = [3, n0, _SNRI,
4520
+ 0,
4521
+ [_dI, _oPIw, _nIo, _sIch, _cCo, _nC, _tC, _tSr, _met, _par, _cT],
4522
+ [[0, 1], 0, 0, 0, () => ComputeConfig$, () => NetworkConfig$, () => TimeoutConfig$, () => TriggerSource$, [() => Metadata, 0], [() => _Parameters, 0], [0, 4]], 3
4523
+ ];
4524
+ export var StartNotebookRunOutput$ = [3, n0, _SNRO,
4525
+ 0,
4526
+ [_id, _dIo, _oPI, _nI, _st, _sIc, _cO, _met, _par, _cCo, _nC, _tC, _eCnv, _sC, _tSr, _e, _cA, _cB, _uA, _uB, _sAt, _cAo],
4527
+ [0, 0, 0, 0, 0, 0, () => CellOrder, [() => Metadata, 0], [() => _Parameters, 0], () => ComputeConfig$, () => NetworkConfig$, () => TimeoutConfig$, () => EnvironmentConfig$, () => StorageConfig$, () => TriggerSource$, () => NotebookRunError$, 4, 0, 4, 0, 4, 4], 5
4528
+ ];
4529
+ export var StopNotebookRunInput$ = [3, n0, _SNRIt,
4530
+ 0,
4531
+ [_dI, _i, _cT],
4532
+ [[0, 1], [0, 1], [0, 4]], 2
4533
+ ];
4534
+ export var StopNotebookRunOutput$ = [3, n0, _SNROt,
4535
+ 0,
4536
+ [_id, _dIo, _oPI, _st],
4537
+ [0, 0, 0, 0], 4
4538
+ ];
4539
+ export var StorageConfig$ = [3, n0, _SCt,
4540
+ 0,
4541
+ [_pSP, _kKA],
4542
+ [0, 0]
4543
+ ];
4412
4544
  export var SubscribedAsset$ = [3, n0, _SA,
4413
4545
  0,
4414
4546
  [_aI, _aRs, _st, _tN, _fC, _gTra, _fTa, _aSs, _pe],
@@ -4519,6 +4651,11 @@ export var TextMatchItem$ = [3, n0, _TMI,
4519
4651
  [_a, _te, _mO],
4520
4652
  [0, 0, () => MatchOffsets]
4521
4653
  ];
4654
+ export var TimeoutConfig$ = [3, n0, _TC,
4655
+ 0,
4656
+ [_rTIM],
4657
+ [1]
4658
+ ];
4522
4659
  export var TimeSeriesDataPointFormInput$ = [3, n0, _TSDPFI,
4523
4660
  0,
4524
4661
  [_fNo, _tI, _ti, _tR, _cont],
@@ -4539,6 +4676,11 @@ export var Topic$ = [3, n0, _To,
4539
4676
  [_sub, _res, _ro],
4540
4677
  [0, () => NotificationResource$, 0], 3
4541
4678
  ];
4679
+ export var TriggerSource$ = [3, n0, _TS,
4680
+ 0,
4681
+ [_ty, _n],
4682
+ [0, 0]
4683
+ ];
4542
4684
  export var Unit$ = [3, n0, _U,
4543
4685
  0,
4544
4686
  [],
@@ -4706,7 +4848,7 @@ export var UpdateProjectProfileOutput$ = [3, n0, _UPPO,
4706
4848
  ];
4707
4849
  export var UpdateRootDomainUnitOwnerInput$ = [3, n0, _URDUOI,
4708
4850
  0,
4709
- [_dI, _cO, _nO, _cT],
4851
+ [_dI, _cOu, _nO, _cT],
4710
4852
  [[0, 1], 0, 0, [0, 4]], 3
4711
4853
  ];
4712
4854
  export var UpdateRootDomainUnitOwnerOutput$ = [3, n0, _URDUOO,
@@ -4865,6 +5007,9 @@ var BatchGetAttributeItems = [1, n0, _BGAI,
4865
5007
  var BatchPutAttributeItems = [1, n0, _BPAI,
4866
5008
  0, () => BatchPutAttributeOutput$
4867
5009
  ];
5010
+ var CellOrder = [1, n0, _CO,
5011
+ 0, () => CellInformation$
5012
+ ];
4868
5013
  var ColumnNameList = 64 | 0;
4869
5014
  var ComputeEnvironmentsList = 64 | 0;
4870
5015
  var ConfigurableActionParameterList = [1, n0, _CAPL,
@@ -5043,6 +5188,9 @@ var MetadataGenerationRunTypeStats = [1, n0, _MGRTSe,
5043
5188
  var NameIdentifiers = [1, n0, _NIa,
5044
5189
  0, () => NameIdentifier$
5045
5190
  ];
5191
+ var NotebookRunSummaryList = [1, n0, _NRSL,
5192
+ 0, () => NotebookRunSummary$
5193
+ ];
5046
5194
  var NotificationsList = [1, n0, _NL,
5047
5195
  0, [() => NotificationOutput$,
5048
5196
  0]
@@ -5125,11 +5273,13 @@ var SearchTypesResultItems = [1, n0, _STRI,
5125
5273
  0]
5126
5274
  ];
5127
5275
  var SecurityGroupIdList = 64 | 0;
5276
+ var SecurityGroupIds = 64 | 0;
5128
5277
  var SelfGrantStatusDetails = [1, n0, _SGSDe,
5129
5278
  0, () => SelfGrantStatusDetail$
5130
5279
  ];
5131
5280
  var StringList = 64 | 0;
5132
5281
  var SubnetIdList = 64 | 0;
5282
+ var SubnetIds = 64 | 0;
5133
5283
  var SubscribedAssets = [1, n0, _SAu,
5134
5284
  0, () => SubscribedAsset$
5135
5285
  ];
@@ -5200,7 +5350,16 @@ var FormsOutputMap = [2, n0, _FOM,
5200
5350
  0]
5201
5351
  ];
5202
5352
  var GlobalParameterMap = 128 | 0;
5353
+ var Metadata = [2, n0, _Me,
5354
+ 0, [0,
5355
+ 0],
5356
+ [() => MetadataValue,
5357
+ 0]
5358
+ ];
5203
5359
  var MetadataMap = 128 | 0;
5360
+ var _Parameters = [2, n0, _Pa,
5361
+ 8, 0, 0
5362
+ ];
5204
5363
  var PropertyMap = 128 | 0;
5205
5364
  var RegionalParameter = 128 | 0;
5206
5365
  var RegionalParameterMap = [2, n0, _RPM,
@@ -5223,7 +5382,7 @@ export var ActionParameters$ = [4, n0, _APc,
5223
5382
  ];
5224
5383
  export var AssetFilterConfiguration$ = [4, n0, _AFC,
5225
5384
  0,
5226
- [_cCo, _rCo],
5385
+ [_cCol, _rCo],
5227
5386
  [() => ColumnFilterConfiguration$, () => RowFilterConfiguration$]
5228
5387
  ];
5229
5388
  export var AwsAccount$ = [4, n0, _AAw,
@@ -5311,7 +5470,7 @@ export var MatchRationaleItem$ = [4, n0, _MRI,
5311
5470
  [_tM],
5312
5471
  [() => TextMatches]
5313
5472
  ];
5314
- export var Member$ = [4, n0, _Me,
5473
+ export var Member$ = [4, n0, _Mem,
5315
5474
  0,
5316
5475
  [_uI, _gIr],
5317
5476
  [0, 0]
@@ -5356,7 +5515,7 @@ export var ProjectGrantFilter$ = [4, n0, _PGF,
5356
5515
  [_dUF],
5357
5516
  [() => DomainUnitFilterForProject$]
5358
5517
  ];
5359
- export var ProvisioningConfiguration$ = [4, n0, _PCr,
5518
+ export var ProvisioningConfiguration$ = [4, n0, _PCro,
5360
5519
  0,
5361
5520
  [_lFC],
5362
5521
  [() => LakeFormationConfiguration$]
@@ -5398,7 +5557,7 @@ export var RowFilter$ = [4, n0, _RF,
5398
5557
  ];
5399
5558
  export var RowFilterExpression$ = [4, n0, _RFE,
5400
5559
  0,
5401
- [_eTq, _nET, _gTre, _lT, _gTOET, _lTOET, _iN, _iNN, _in_, _nI, _li, _nL],
5560
+ [_eTq, _nET, _gTre, _lT, _gTOET, _lTOET, _iN, _iNN, _in_, _nIot, _li, _nL],
5402
5561
  [() => EqualToExpression$, () => NotEqualToExpression$, () => GreaterThanExpression$, () => LessThanExpression$, () => GreaterThanOrEqualToExpression$, () => LessThanOrEqualToExpression$, () => IsNullExpression$, () => IsNotNullExpression$, () => InExpression$, () => NotInExpression$, () => LikeExpression$, () => NotLikeExpression$]
5403
5562
  ];
5404
5563
  export var RuleDetail$ = [4, n0, _RD,
@@ -5738,6 +5897,9 @@ export var GetListing$ = [9, n0, _GL,
5738
5897
  export var GetMetadataGenerationRun$ = [9, n0, _GMGR,
5739
5898
  { [_ht]: ["GET", "/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}", 200] }, () => GetMetadataGenerationRunInput$, () => GetMetadataGenerationRunOutput$
5740
5899
  ];
5900
+ export var GetNotebookRun$ = [9, n0, _GNR,
5901
+ { [_ht]: ["GET", "/v2/domains/{domainIdentifier}/notebook-runs/{identifier}", 200] }, () => GetNotebookRunInput$, () => GetNotebookRunOutput$
5902
+ ];
5741
5903
  export var GetProject$ = [9, n0, _GP,
5742
5904
  { [_ht]: ["GET", "/v2/domains/{domainIdentifier}/projects/{identifier}", 200] }, () => GetProjectInput$, () => GetProjectOutput$
5743
5905
  ];
@@ -5828,6 +5990,9 @@ export var ListLineageNodeHistory$ = [9, n0, _LLNH,
5828
5990
  export var ListMetadataGenerationRuns$ = [9, n0, _LMGR,
5829
5991
  { [_ht]: ["GET", "/v2/domains/{domainIdentifier}/metadata-generation-runs", 200] }, () => ListMetadataGenerationRunsInput$, () => ListMetadataGenerationRunsOutput$
5830
5992
  ];
5993
+ export var ListNotebookRuns$ = [9, n0, _LNRi,
5994
+ { [_ht]: ["GET", "/v2/domains/{domainIdentifier}/notebook-runs", 200] }, () => ListNotebookRunsInput$, () => ListNotebookRunsOutput$
5995
+ ];
5831
5996
  export var ListNotifications$ = [9, n0, _LNi,
5832
5997
  { [_ht]: ["GET", "/v2/domains/{domainIdentifier}/notifications", 200] }, () => ListNotificationsInput$, () => ListNotificationsOutput$
5833
5998
  ];
@@ -5915,6 +6080,12 @@ export var StartDataSourceRun$ = [9, n0, _SDSR,
5915
6080
  export var StartMetadataGenerationRun$ = [9, n0, _SMGR,
5916
6081
  { [_ht]: ["POST", "/v2/domains/{domainIdentifier}/metadata-generation-runs", 200] }, () => StartMetadataGenerationRunInput$, () => StartMetadataGenerationRunOutput$
5917
6082
  ];
6083
+ export var StartNotebookRun$ = [9, n0, _SNR,
6084
+ { [_ht]: ["POST", "/v2/domains/{domainIdentifier}/notebook-runs", 201] }, () => StartNotebookRunInput$, () => StartNotebookRunOutput$
6085
+ ];
6086
+ export var StopNotebookRun$ = [9, n0, _SNRt,
6087
+ { [_ht]: ["PUT", "/v2/domains/{domainIdentifier}/notebook-runs/{identifier}/stop", 200] }, () => StopNotebookRunInput$, () => StopNotebookRunOutput$
6088
+ ];
5918
6089
  export var TagResource$ = [9, n0, _TRa,
5919
6090
  { [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
5920
6091
  ];