@aws-sdk/client-datazone 3.1100.0 → 3.1101.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 +35 -9
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +30 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +14 -2
- package/dist-types/commands/GetConnectionCommand.d.ts +9 -2
- package/dist-types/commands/GetNotebookExportCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +10 -3
- package/dist-types/commands/StartNotebookExportCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +13 -2
- package/dist-types/models/enums.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +183 -75
- package/dist-types/models/models_1.d.ts +74 -137
- package/dist-types/models/models_2.d.ts +138 -3
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commands/GetNotebookExportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartNotebookExportCommand.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 +119 -33
- package/dist-types/ts3.4/models/models_1.d.ts +34 -33
- package/dist-types/ts3.4/models/models_2.d.ts +35 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -67,7 +67,7 @@ const commonParams = {
|
|
|
67
67
|
Region: { type: "builtInParams", name: "region" },
|
|
68
68
|
};
|
|
69
69
|
|
|
70
|
-
var version = "3.
|
|
70
|
+
var version = "3.1100.0";
|
|
71
71
|
var packageInfo = {
|
|
72
72
|
version: version};
|
|
73
73
|
|
|
@@ -738,14 +738,17 @@ const _GOAC = "GlueOAuth2Credentials";
|
|
|
738
738
|
const _GP = "GetProject";
|
|
739
739
|
const _GPGP = "GroupPolicyGrantPrincipal";
|
|
740
740
|
const _GPI = "GetProjectInput";
|
|
741
|
+
const _GPIi = "GitPropertiesInput";
|
|
741
742
|
const _GPIl = "GluePropertiesInput";
|
|
742
743
|
const _GPN = "GroupProfileName";
|
|
743
744
|
const _GPO = "GetProjectOutput";
|
|
745
|
+
const _GPOi = "GitPropertiesOutput";
|
|
744
746
|
const _GPOl = "GluePropertiesOutput";
|
|
745
|
-
const _GPP = "
|
|
747
|
+
const _GPP = "GitPropertiesPatch";
|
|
746
748
|
const _GPPI = "GetProjectProfileInput";
|
|
747
749
|
const _GPPO = "GetProjectProfileOutput";
|
|
748
750
|
const _GPPe = "GetProjectProfile";
|
|
751
|
+
const _GPPl = "GluePropertiesPatch";
|
|
749
752
|
const _GPS = "GroupProfileSummary";
|
|
750
753
|
const _GPSr = "GroupProfileSummaries";
|
|
751
754
|
const _GR = "GitRepository";
|
|
@@ -1395,6 +1398,7 @@ const _cAom = "committedAt";
|
|
|
1395
1398
|
const _cAomp = "computeArn";
|
|
1396
1399
|
const _cB = "createdBy";
|
|
1397
1400
|
const _cC = "connectionCredentials";
|
|
1401
|
+
const _cCA = "codeConnectionArn";
|
|
1398
1402
|
const _cCE = "compatibleComputeEnvironments";
|
|
1399
1403
|
const _cCo = "computeConfiguration";
|
|
1400
1404
|
const _cCol = "columnConfiguration";
|
|
@@ -1442,6 +1446,7 @@ const _d = "detail";
|
|
|
1442
1446
|
const _dAI = "dataAssetId";
|
|
1443
1447
|
const _dAR = "dataAccessRole";
|
|
1444
1448
|
const _dAS = "dataAssetStatus";
|
|
1449
|
+
const _dB = "defaultBranch";
|
|
1445
1450
|
const _dC = "decisionComment";
|
|
1446
1451
|
const _dCEP = "delegateCreateEnvironmentProfile";
|
|
1447
1452
|
const _dER = "domainExecutionRole";
|
|
@@ -1583,6 +1588,7 @@ const _gM = "gitMetadata";
|
|
|
1583
1588
|
const _gN = "groupName";
|
|
1584
1589
|
const _gP = "globalParameters";
|
|
1585
1590
|
const _gPI = "groupProfileId";
|
|
1591
|
+
const _gPi = "gitProperties";
|
|
1586
1592
|
const _gPl = "glueProperties";
|
|
1587
1593
|
const _gRC = "glueRunConfiguration";
|
|
1588
1594
|
const _gSGS = "glueSelfGrantStatus";
|
|
@@ -1819,6 +1825,7 @@ const _rF = "rowFilter";
|
|
|
1819
1825
|
const _rFC = "relationalFilterConfigurations";
|
|
1820
1826
|
const _rGTI = "requiredGlossaryTermIds";
|
|
1821
1827
|
const _rI = "reviewerId";
|
|
1828
|
+
const _rIe = "repositoryId";
|
|
1822
1829
|
const _rIu = "runId";
|
|
1823
1830
|
const _rM = "runMode";
|
|
1824
1831
|
const _rMF = "requiredMetadataForms";
|
|
@@ -3727,6 +3734,21 @@ var GitMetadata$ = [3, n0, _GM,
|
|
|
3727
3734
|
[_cI, _rep, _b, _cH, _fNi, _cAom, _cM],
|
|
3728
3735
|
[0, [() => GitRepository, 0], [() => GitBranch, 0], 0, 0, 4, [() => CommitMessage, 0]], 4
|
|
3729
3736
|
];
|
|
3737
|
+
var GitPropertiesInput$ = [3, n0, _GPIi,
|
|
3738
|
+
0,
|
|
3739
|
+
[_cCA, _rIe, _dB],
|
|
3740
|
+
[0, 0, 0], 3
|
|
3741
|
+
];
|
|
3742
|
+
var GitPropertiesOutput$ = [3, n0, _GPOi,
|
|
3743
|
+
0,
|
|
3744
|
+
[_cCA, _rIe, _dB, _st, _eM],
|
|
3745
|
+
[0, 0, 0, 0, 0], 3
|
|
3746
|
+
];
|
|
3747
|
+
var GitPropertiesPatch$ = [3, n0, _GPP,
|
|
3748
|
+
0,
|
|
3749
|
+
[_cCA, _dB],
|
|
3750
|
+
[0, 0]
|
|
3751
|
+
];
|
|
3730
3752
|
var GlossaryItem$ = [3, n0, _GI,
|
|
3731
3753
|
0,
|
|
3732
3754
|
[_dIo, _id, _n, _oPI, _st, _de, _uR, _cA, _cB, _uA, _uB, _aA],
|
|
@@ -3782,7 +3804,7 @@ var GluePropertiesOutput$ = [3, n0, _GPOl,
|
|
|
3782
3804
|
[_st, _eM],
|
|
3783
3805
|
[0, 0]
|
|
3784
3806
|
];
|
|
3785
|
-
var GluePropertiesPatch$ = [3, n0,
|
|
3807
|
+
var GluePropertiesPatch$ = [3, n0, _GPPl,
|
|
3786
3808
|
0,
|
|
3787
3809
|
[_gCI],
|
|
3788
3810
|
[[() => GlueConnectionPatch$, 0]]
|
|
@@ -5856,18 +5878,18 @@ var AwsAccount$ = [4, n0, _AAw,
|
|
|
5856
5878
|
];
|
|
5857
5879
|
var ConnectionPropertiesInput$ = [4, n0, _CPIo,
|
|
5858
5880
|
0,
|
|
5859
|
-
[_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP],
|
|
5860
|
-
[() => AthenaPropertiesInput$, [() => GluePropertiesInput$, 0], () => HyperPodPropertiesInput$, () => IamPropertiesInput$, [() => RedshiftPropertiesInput$, 0], () => SparkEmrPropertiesInput$, () => SparkGluePropertiesInput$, () => S3PropertiesInput$, [() => SnowflakePropertiesInput$, 0], () => AmazonQPropertiesInput$, () => MlflowPropertiesInput$, () => WorkflowsMwaaPropertiesInput$, () => WorkflowsServerlessPropertiesInput$, () => LakehousePropertiesInput$, () => VpcPropertiesInput$]
|
|
5881
|
+
[_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP, _gPi],
|
|
5882
|
+
[() => AthenaPropertiesInput$, [() => GluePropertiesInput$, 0], () => HyperPodPropertiesInput$, () => IamPropertiesInput$, [() => RedshiftPropertiesInput$, 0], () => SparkEmrPropertiesInput$, () => SparkGluePropertiesInput$, () => S3PropertiesInput$, [() => SnowflakePropertiesInput$, 0], () => AmazonQPropertiesInput$, () => MlflowPropertiesInput$, () => WorkflowsMwaaPropertiesInput$, () => WorkflowsServerlessPropertiesInput$, () => LakehousePropertiesInput$, () => VpcPropertiesInput$, () => GitPropertiesInput$]
|
|
5861
5883
|
];
|
|
5862
5884
|
var ConnectionPropertiesOutput$ = [4, n0, _CPOo,
|
|
5863
5885
|
0,
|
|
5864
|
-
[_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP],
|
|
5865
|
-
[() => AthenaPropertiesOutput$, () => GluePropertiesOutput$, () => HyperPodPropertiesOutput$, () => IamPropertiesOutput$, [() => RedshiftPropertiesOutput$, 0], [() => SparkEmrPropertiesOutput$, 0], () => SparkGluePropertiesOutput$, () => S3PropertiesOutput$, () => SnowflakePropertiesOutput$, () => AmazonQPropertiesOutput$, () => MlflowPropertiesOutput$, () => WorkflowsMwaaPropertiesOutput$, () => WorkflowsServerlessPropertiesOutput$, () => LakehousePropertiesOutput$, () => VpcPropertiesOutput$]
|
|
5886
|
+
[_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP, _gPi],
|
|
5887
|
+
[() => AthenaPropertiesOutput$, () => GluePropertiesOutput$, () => HyperPodPropertiesOutput$, () => IamPropertiesOutput$, [() => RedshiftPropertiesOutput$, 0], [() => SparkEmrPropertiesOutput$, 0], () => SparkGluePropertiesOutput$, () => S3PropertiesOutput$, () => SnowflakePropertiesOutput$, () => AmazonQPropertiesOutput$, () => MlflowPropertiesOutput$, () => WorkflowsMwaaPropertiesOutput$, () => WorkflowsServerlessPropertiesOutput$, () => LakehousePropertiesOutput$, () => VpcPropertiesOutput$, () => GitPropertiesOutput$]
|
|
5866
5888
|
];
|
|
5867
5889
|
var ConnectionPropertiesPatch$ = [4, n0, _CPPo,
|
|
5868
5890
|
0,
|
|
5869
|
-
[_aPt, _gPl, _iP, _rPed, _sEP, _sPr, _sPn, _aQP, _mP, _lP, _vP],
|
|
5870
|
-
[() => AthenaPropertiesPatch$, [() => GluePropertiesPatch$, 0], () => IamPropertiesPatch$, [() => RedshiftPropertiesPatch$, 0], () => SparkEmrPropertiesPatch$, () => S3PropertiesPatch$, [() => SnowflakePropertiesPatch$, 0], () => AmazonQPropertiesPatch$, () => MlflowPropertiesPatch$, () => LakehousePropertiesPatch$, () => VpcPropertiesPatch$]
|
|
5891
|
+
[_aPt, _gPl, _iP, _rPed, _sEP, _sPr, _sPn, _aQP, _mP, _lP, _vP, _gPi],
|
|
5892
|
+
[() => AthenaPropertiesPatch$, [() => GluePropertiesPatch$, 0], () => IamPropertiesPatch$, [() => RedshiftPropertiesPatch$, 0], () => SparkEmrPropertiesPatch$, () => S3PropertiesPatch$, [() => SnowflakePropertiesPatch$, 0], () => AmazonQPropertiesPatch$, () => MlflowPropertiesPatch$, () => LakehousePropertiesPatch$, () => VpcPropertiesPatch$, () => GitPropertiesPatch$]
|
|
5871
5893
|
];
|
|
5872
5894
|
var DataSourceConfigurationInput$ = [4, n0, _DSCI,
|
|
5873
5895
|
0,
|
|
@@ -7913,6 +7935,7 @@ const ConnectionType = {
|
|
|
7913
7935
|
DATABRICKS: "DATABRICKS",
|
|
7914
7936
|
DOCUMENTDB: "DOCUMENTDB",
|
|
7915
7937
|
DYNAMODB: "DYNAMODB",
|
|
7938
|
+
GIT: "GIT",
|
|
7916
7939
|
HYPERPOD: "HYPERPOD",
|
|
7917
7940
|
IAM: "IAM",
|
|
7918
7941
|
MLFLOW: "MLFLOW",
|
|
@@ -8932,6 +8955,9 @@ exports.GetUserProfileCommand = GetUserProfileCommand;
|
|
|
8932
8955
|
exports.GetUserProfileInput$ = GetUserProfileInput$;
|
|
8933
8956
|
exports.GetUserProfileOutput$ = GetUserProfileOutput$;
|
|
8934
8957
|
exports.GitMetadata$ = GitMetadata$;
|
|
8958
|
+
exports.GitPropertiesInput$ = GitPropertiesInput$;
|
|
8959
|
+
exports.GitPropertiesOutput$ = GitPropertiesOutput$;
|
|
8960
|
+
exports.GitPropertiesPatch$ = GitPropertiesPatch$;
|
|
8935
8961
|
exports.GlossaryItem$ = GlossaryItem$;
|
|
8936
8962
|
exports.GlossaryItemAdditionalAttributes$ = GlossaryItemAdditionalAttributes$;
|
|
8937
8963
|
exports.GlossaryStatus = GlossaryStatus;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -509,14 +509,17 @@ const _GOAC = "GlueOAuth2Credentials";
|
|
|
509
509
|
const _GP = "GetProject";
|
|
510
510
|
const _GPGP = "GroupPolicyGrantPrincipal";
|
|
511
511
|
const _GPI = "GetProjectInput";
|
|
512
|
+
const _GPIi = "GitPropertiesInput";
|
|
512
513
|
const _GPIl = "GluePropertiesInput";
|
|
513
514
|
const _GPN = "GroupProfileName";
|
|
514
515
|
const _GPO = "GetProjectOutput";
|
|
516
|
+
const _GPOi = "GitPropertiesOutput";
|
|
515
517
|
const _GPOl = "GluePropertiesOutput";
|
|
516
|
-
const _GPP = "
|
|
518
|
+
const _GPP = "GitPropertiesPatch";
|
|
517
519
|
const _GPPI = "GetProjectProfileInput";
|
|
518
520
|
const _GPPO = "GetProjectProfileOutput";
|
|
519
521
|
const _GPPe = "GetProjectProfile";
|
|
522
|
+
const _GPPl = "GluePropertiesPatch";
|
|
520
523
|
const _GPS = "GroupProfileSummary";
|
|
521
524
|
const _GPSr = "GroupProfileSummaries";
|
|
522
525
|
const _GR = "GitRepository";
|
|
@@ -1166,6 +1169,7 @@ const _cAom = "committedAt";
|
|
|
1166
1169
|
const _cAomp = "computeArn";
|
|
1167
1170
|
const _cB = "createdBy";
|
|
1168
1171
|
const _cC = "connectionCredentials";
|
|
1172
|
+
const _cCA = "codeConnectionArn";
|
|
1169
1173
|
const _cCE = "compatibleComputeEnvironments";
|
|
1170
1174
|
const _cCo = "computeConfiguration";
|
|
1171
1175
|
const _cCol = "columnConfiguration";
|
|
@@ -1213,6 +1217,7 @@ const _d = "detail";
|
|
|
1213
1217
|
const _dAI = "dataAssetId";
|
|
1214
1218
|
const _dAR = "dataAccessRole";
|
|
1215
1219
|
const _dAS = "dataAssetStatus";
|
|
1220
|
+
const _dB = "defaultBranch";
|
|
1216
1221
|
const _dC = "decisionComment";
|
|
1217
1222
|
const _dCEP = "delegateCreateEnvironmentProfile";
|
|
1218
1223
|
const _dER = "domainExecutionRole";
|
|
@@ -1354,6 +1359,7 @@ const _gM = "gitMetadata";
|
|
|
1354
1359
|
const _gN = "groupName";
|
|
1355
1360
|
const _gP = "globalParameters";
|
|
1356
1361
|
const _gPI = "groupProfileId";
|
|
1362
|
+
const _gPi = "gitProperties";
|
|
1357
1363
|
const _gPl = "glueProperties";
|
|
1358
1364
|
const _gRC = "glueRunConfiguration";
|
|
1359
1365
|
const _gSGS = "glueSelfGrantStatus";
|
|
@@ -1590,6 +1596,7 @@ const _rF = "rowFilter";
|
|
|
1590
1596
|
const _rFC = "relationalFilterConfigurations";
|
|
1591
1597
|
const _rGTI = "requiredGlossaryTermIds";
|
|
1592
1598
|
const _rI = "reviewerId";
|
|
1599
|
+
const _rIe = "repositoryId";
|
|
1593
1600
|
const _rIu = "runId";
|
|
1594
1601
|
const _rM = "runMode";
|
|
1595
1602
|
const _rMF = "requiredMetadataForms";
|
|
@@ -3501,6 +3508,21 @@ export var GitMetadata$ = [3, n0, _GM,
|
|
|
3501
3508
|
[_cI, _rep, _b, _cH, _fNi, _cAom, _cM],
|
|
3502
3509
|
[0, [() => GitRepository, 0], [() => GitBranch, 0], 0, 0, 4, [() => CommitMessage, 0]], 4
|
|
3503
3510
|
];
|
|
3511
|
+
export var GitPropertiesInput$ = [3, n0, _GPIi,
|
|
3512
|
+
0,
|
|
3513
|
+
[_cCA, _rIe, _dB],
|
|
3514
|
+
[0, 0, 0], 3
|
|
3515
|
+
];
|
|
3516
|
+
export var GitPropertiesOutput$ = [3, n0, _GPOi,
|
|
3517
|
+
0,
|
|
3518
|
+
[_cCA, _rIe, _dB, _st, _eM],
|
|
3519
|
+
[0, 0, 0, 0, 0], 3
|
|
3520
|
+
];
|
|
3521
|
+
export var GitPropertiesPatch$ = [3, n0, _GPP,
|
|
3522
|
+
0,
|
|
3523
|
+
[_cCA, _dB],
|
|
3524
|
+
[0, 0]
|
|
3525
|
+
];
|
|
3504
3526
|
export var GlossaryItem$ = [3, n0, _GI,
|
|
3505
3527
|
0,
|
|
3506
3528
|
[_dIo, _id, _n, _oPI, _st, _de, _uR, _cA, _cB, _uA, _uB, _aA],
|
|
@@ -3556,7 +3578,7 @@ export var GluePropertiesOutput$ = [3, n0, _GPOl,
|
|
|
3556
3578
|
[_st, _eM],
|
|
3557
3579
|
[0, 0]
|
|
3558
3580
|
];
|
|
3559
|
-
export var GluePropertiesPatch$ = [3, n0,
|
|
3581
|
+
export var GluePropertiesPatch$ = [3, n0, _GPPl,
|
|
3560
3582
|
0,
|
|
3561
3583
|
[_gCI],
|
|
3562
3584
|
[[() => GlueConnectionPatch$, 0]]
|
|
@@ -5684,18 +5706,18 @@ export var AwsAccount$ = [4, n0, _AAw,
|
|
|
5684
5706
|
];
|
|
5685
5707
|
export var ConnectionPropertiesInput$ = [4, n0, _CPIo,
|
|
5686
5708
|
0,
|
|
5687
|
-
[_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP],
|
|
5688
|
-
[() => AthenaPropertiesInput$, [() => GluePropertiesInput$, 0], () => HyperPodPropertiesInput$, () => IamPropertiesInput$, [() => RedshiftPropertiesInput$, 0], () => SparkEmrPropertiesInput$, () => SparkGluePropertiesInput$, () => S3PropertiesInput$, [() => SnowflakePropertiesInput$, 0], () => AmazonQPropertiesInput$, () => MlflowPropertiesInput$, () => WorkflowsMwaaPropertiesInput$, () => WorkflowsServerlessPropertiesInput$, () => LakehousePropertiesInput$, () => VpcPropertiesInput$]
|
|
5709
|
+
[_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP, _gPi],
|
|
5710
|
+
[() => AthenaPropertiesInput$, [() => GluePropertiesInput$, 0], () => HyperPodPropertiesInput$, () => IamPropertiesInput$, [() => RedshiftPropertiesInput$, 0], () => SparkEmrPropertiesInput$, () => SparkGluePropertiesInput$, () => S3PropertiesInput$, [() => SnowflakePropertiesInput$, 0], () => AmazonQPropertiesInput$, () => MlflowPropertiesInput$, () => WorkflowsMwaaPropertiesInput$, () => WorkflowsServerlessPropertiesInput$, () => LakehousePropertiesInput$, () => VpcPropertiesInput$, () => GitPropertiesInput$]
|
|
5689
5711
|
];
|
|
5690
5712
|
export var ConnectionPropertiesOutput$ = [4, n0, _CPOo,
|
|
5691
5713
|
0,
|
|
5692
|
-
[_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP],
|
|
5693
|
-
[() => AthenaPropertiesOutput$, () => GluePropertiesOutput$, () => HyperPodPropertiesOutput$, () => IamPropertiesOutput$, [() => RedshiftPropertiesOutput$, 0], [() => SparkEmrPropertiesOutput$, 0], () => SparkGluePropertiesOutput$, () => S3PropertiesOutput$, () => SnowflakePropertiesOutput$, () => AmazonQPropertiesOutput$, () => MlflowPropertiesOutput$, () => WorkflowsMwaaPropertiesOutput$, () => WorkflowsServerlessPropertiesOutput$, () => LakehousePropertiesOutput$, () => VpcPropertiesOutput$]
|
|
5714
|
+
[_aPt, _gPl, _hPP, _iP, _rPed, _sEP, _sGP, _sPr, _sPn, _aQP, _mP, _wMP, _wSP, _lP, _vP, _gPi],
|
|
5715
|
+
[() => AthenaPropertiesOutput$, () => GluePropertiesOutput$, () => HyperPodPropertiesOutput$, () => IamPropertiesOutput$, [() => RedshiftPropertiesOutput$, 0], [() => SparkEmrPropertiesOutput$, 0], () => SparkGluePropertiesOutput$, () => S3PropertiesOutput$, () => SnowflakePropertiesOutput$, () => AmazonQPropertiesOutput$, () => MlflowPropertiesOutput$, () => WorkflowsMwaaPropertiesOutput$, () => WorkflowsServerlessPropertiesOutput$, () => LakehousePropertiesOutput$, () => VpcPropertiesOutput$, () => GitPropertiesOutput$]
|
|
5694
5716
|
];
|
|
5695
5717
|
export var ConnectionPropertiesPatch$ = [4, n0, _CPPo,
|
|
5696
5718
|
0,
|
|
5697
|
-
[_aPt, _gPl, _iP, _rPed, _sEP, _sPr, _sPn, _aQP, _mP, _lP, _vP],
|
|
5698
|
-
[() => AthenaPropertiesPatch$, [() => GluePropertiesPatch$, 0], () => IamPropertiesPatch$, [() => RedshiftPropertiesPatch$, 0], () => SparkEmrPropertiesPatch$, () => S3PropertiesPatch$, [() => SnowflakePropertiesPatch$, 0], () => AmazonQPropertiesPatch$, () => MlflowPropertiesPatch$, () => LakehousePropertiesPatch$, () => VpcPropertiesPatch$]
|
|
5719
|
+
[_aPt, _gPl, _iP, _rPed, _sEP, _sPr, _sPn, _aQP, _mP, _lP, _vP, _gPi],
|
|
5720
|
+
[() => AthenaPropertiesPatch$, [() => GluePropertiesPatch$, 0], () => IamPropertiesPatch$, [() => RedshiftPropertiesPatch$, 0], () => SparkEmrPropertiesPatch$, () => S3PropertiesPatch$, [() => SnowflakePropertiesPatch$, 0], () => AmazonQPropertiesPatch$, () => MlflowPropertiesPatch$, () => LakehousePropertiesPatch$, () => VpcPropertiesPatch$, () => GitPropertiesPatch$]
|
|
5699
5721
|
];
|
|
5700
5722
|
export var DataSourceConfigurationInput$ = [4, n0, _DSCI,
|
|
5701
5723
|
0,
|
|
@@ -275,6 +275,11 @@ declare const CreateConnectionCommand_base: {
|
|
|
275
275
|
* ],
|
|
276
276
|
* securityGroupId: "STRING_VALUE",
|
|
277
277
|
* },
|
|
278
|
+
* gitProperties: { // GitPropertiesInput
|
|
279
|
+
* codeConnectionArn: "STRING_VALUE", // required
|
|
280
|
+
* repositoryId: "STRING_VALUE", // required
|
|
281
|
+
* defaultBranch: "STRING_VALUE", // required
|
|
282
|
+
* },
|
|
278
283
|
* },
|
|
279
284
|
* enableTrustedIdentityPropagation: true || false,
|
|
280
285
|
* scope: "DOMAIN" || "PROJECT",
|
|
@@ -311,7 +316,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
311
316
|
* // glueConnection: { // GlueConnection
|
|
312
317
|
* // name: "STRING_VALUE",
|
|
313
318
|
* // description: "STRING_VALUE",
|
|
314
|
-
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC",
|
|
319
|
+
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT",
|
|
315
320
|
* // matchCriteria: [ // MatchCriteria
|
|
316
321
|
* // "STRING_VALUE",
|
|
317
322
|
* // ],
|
|
@@ -509,8 +514,15 @@ declare const CreateConnectionCommand_base: {
|
|
|
509
514
|
* // "STRING_VALUE",
|
|
510
515
|
* // ],
|
|
511
516
|
* // },
|
|
517
|
+
* // gitProperties: { // GitPropertiesOutput
|
|
518
|
+
* // codeConnectionArn: "STRING_VALUE", // required
|
|
519
|
+
* // repositoryId: "STRING_VALUE", // required
|
|
520
|
+
* // defaultBranch: "STRING_VALUE", // required
|
|
521
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
522
|
+
* // errorMessage: "STRING_VALUE",
|
|
523
|
+
* // },
|
|
512
524
|
* // },
|
|
513
|
-
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC", // required
|
|
525
|
+
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT", // required
|
|
514
526
|
* // scope: "DOMAIN" || "PROJECT",
|
|
515
527
|
* // };
|
|
516
528
|
*
|
|
@@ -77,7 +77,7 @@ declare const GetConnectionCommand_base: {
|
|
|
77
77
|
* // glueConnection: { // GlueConnection
|
|
78
78
|
* // name: "STRING_VALUE",
|
|
79
79
|
* // description: "STRING_VALUE",
|
|
80
|
-
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC",
|
|
80
|
+
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT",
|
|
81
81
|
* // matchCriteria: [ // MatchCriteria
|
|
82
82
|
* // "STRING_VALUE",
|
|
83
83
|
* // ],
|
|
@@ -275,8 +275,15 @@ declare const GetConnectionCommand_base: {
|
|
|
275
275
|
* // "STRING_VALUE",
|
|
276
276
|
* // ],
|
|
277
277
|
* // },
|
|
278
|
+
* // gitProperties: { // GitPropertiesOutput
|
|
279
|
+
* // codeConnectionArn: "STRING_VALUE", // required
|
|
280
|
+
* // repositoryId: "STRING_VALUE", // required
|
|
281
|
+
* // defaultBranch: "STRING_VALUE", // required
|
|
282
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
283
|
+
* // errorMessage: "STRING_VALUE",
|
|
284
|
+
* // },
|
|
278
285
|
* // },
|
|
279
|
-
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC", // required
|
|
286
|
+
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT", // required
|
|
280
287
|
* // scope: "DOMAIN" || "PROJECT",
|
|
281
288
|
* // };
|
|
282
289
|
*
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { GetNotebookExportInput
|
|
2
|
+
import type { GetNotebookExportInput } from "../models/models_1";
|
|
3
|
+
import type { GetNotebookExportOutput } from "../models/models_2";
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*/
|
|
@@ -42,7 +42,7 @@ declare const ListConnectionsCommand_base: {
|
|
|
42
42
|
* name: "STRING_VALUE",
|
|
43
43
|
* environmentIdentifier: "STRING_VALUE",
|
|
44
44
|
* projectIdentifier: "STRING_VALUE",
|
|
45
|
-
* type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC",
|
|
45
|
+
* type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT",
|
|
46
46
|
* scope: "DOMAIN" || "PROJECT",
|
|
47
47
|
* };
|
|
48
48
|
* const command = new ListConnectionsCommand(input);
|
|
@@ -78,7 +78,7 @@ declare const ListConnectionsCommand_base: {
|
|
|
78
78
|
* // glueConnection: { // GlueConnection
|
|
79
79
|
* // name: "STRING_VALUE",
|
|
80
80
|
* // description: "STRING_VALUE",
|
|
81
|
-
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC",
|
|
81
|
+
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT",
|
|
82
82
|
* // matchCriteria: [ // MatchCriteria
|
|
83
83
|
* // "STRING_VALUE",
|
|
84
84
|
* // ],
|
|
@@ -276,8 +276,15 @@ declare const ListConnectionsCommand_base: {
|
|
|
276
276
|
* // "STRING_VALUE",
|
|
277
277
|
* // ],
|
|
278
278
|
* // },
|
|
279
|
+
* // gitProperties: { // GitPropertiesOutput
|
|
280
|
+
* // codeConnectionArn: "STRING_VALUE", // required
|
|
281
|
+
* // repositoryId: "STRING_VALUE", // required
|
|
282
|
+
* // defaultBranch: "STRING_VALUE", // required
|
|
283
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
284
|
+
* // errorMessage: "STRING_VALUE",
|
|
285
|
+
* // },
|
|
279
286
|
* // },
|
|
280
|
-
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC", // required
|
|
287
|
+
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT", // required
|
|
281
288
|
* // scope: "DOMAIN" || "PROJECT",
|
|
282
289
|
* // },
|
|
283
290
|
* // ],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { StartNotebookExportInput, StartNotebookExportOutput } from "../models/
|
|
2
|
+
import type { StartNotebookExportInput, StartNotebookExportOutput } from "../models/models_2";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -149,6 +149,10 @@ declare const UpdateConnectionCommand_base: {
|
|
|
149
149
|
* ],
|
|
150
150
|
* securityGroupId: "STRING_VALUE",
|
|
151
151
|
* },
|
|
152
|
+
* gitProperties: { // GitPropertiesPatch
|
|
153
|
+
* codeConnectionArn: "STRING_VALUE",
|
|
154
|
+
* defaultBranch: "STRING_VALUE",
|
|
155
|
+
* },
|
|
152
156
|
* },
|
|
153
157
|
* };
|
|
154
158
|
* const command = new UpdateConnectionCommand(input);
|
|
@@ -183,7 +187,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
183
187
|
* // glueConnection: { // GlueConnection
|
|
184
188
|
* // name: "STRING_VALUE",
|
|
185
189
|
* // description: "STRING_VALUE",
|
|
186
|
-
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC",
|
|
190
|
+
* // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT",
|
|
187
191
|
* // matchCriteria: [ // MatchCriteria
|
|
188
192
|
* // "STRING_VALUE",
|
|
189
193
|
* // ],
|
|
@@ -381,8 +385,15 @@ declare const UpdateConnectionCommand_base: {
|
|
|
381
385
|
* // "STRING_VALUE",
|
|
382
386
|
* // ],
|
|
383
387
|
* // },
|
|
388
|
+
* // gitProperties: { // GitPropertiesOutput
|
|
389
|
+
* // codeConnectionArn: "STRING_VALUE", // required
|
|
390
|
+
* // repositoryId: "STRING_VALUE", // required
|
|
391
|
+
* // defaultBranch: "STRING_VALUE", // required
|
|
392
|
+
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
393
|
+
* // errorMessage: "STRING_VALUE",
|
|
394
|
+
* // },
|
|
384
395
|
* // },
|
|
385
|
-
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC", // required
|
|
396
|
+
* // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA" || "AMAZON_Q" || "MLFLOW" || "VPC" || "GIT", // required
|
|
386
397
|
* // scope: "DOMAIN" || "PROJECT",
|
|
387
398
|
* // };
|
|
388
399
|
*
|
|
@@ -441,6 +441,10 @@ export declare const ConnectionType: {
|
|
|
441
441
|
readonly DATABRICKS: "DATABRICKS";
|
|
442
442
|
readonly DOCUMENTDB: "DOCUMENTDB";
|
|
443
443
|
readonly DYNAMODB: "DYNAMODB";
|
|
444
|
+
/**
|
|
445
|
+
* <p>A Git connection type.</p>
|
|
446
|
+
*/
|
|
447
|
+
readonly GIT: "GIT";
|
|
444
448
|
readonly HYPERPOD: "HYPERPOD";
|
|
445
449
|
readonly IAM: "IAM";
|
|
446
450
|
readonly MLFLOW: "MLFLOW";
|