@aws-sdk/client-datazone 3.940.0 → 3.943.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 +16 -0
- package/dist-cjs/index.js +127 -22
- package/dist-es/DataZone.js +4 -0
- package/dist-es/commands/GetDataExportConfigurationCommand.js +16 -0
- package/dist-es/commands/PutDataExportConfigurationCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +10 -3
- package/dist-es/schemas/schemas_0.js +89 -19
- package/dist-types/DataZone.d.ts +14 -0
- package/dist-types/DataZoneClient.d.ts +4 -2
- package/dist-types/commands/GetDataExportConfigurationCommand.d.ts +100 -0
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +13 -2
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +8 -4
- package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +102 -0
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +10 -4
- package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +26 -11
- package/dist-types/models/models_1.d.ts +158 -343
- package/dist-types/models/models_2.d.ts +342 -2
- package/dist-types/schemas/schemas_0.d.ts +11 -1
- package/dist-types/ts3.4/DataZone.d.ts +34 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetDataExportConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutDataExportConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -5
- package/dist-types/ts3.4/models/models_1.d.ts +36 -78
- package/dist-types/ts3.4/models/models_2.d.ts +86 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -1
- package/package.json +5 -5
|
@@ -333,7 +333,7 @@ const _EBC = "EnvironmentBlueprintConfigurations";
|
|
|
333
333
|
const _EBCI = "EnvironmentBlueprintConfigurationItem";
|
|
334
334
|
const _EBS = "EnvironmentBlueprintSummary";
|
|
335
335
|
const _EBSn = "EnvironmentBlueprintSummaries";
|
|
336
|
-
const _EC = "
|
|
336
|
+
const _EC = "EncryptionConfiguration";
|
|
337
337
|
const _ECI = "EnvironmentConfigurationId";
|
|
338
338
|
const _ECL = "EnvironmentConfigurationsList";
|
|
339
339
|
const _ECN = "EnvironmentConfigurationName";
|
|
@@ -342,6 +342,7 @@ const _ECPD = "EnvironmentConfigurationParametersDetails";
|
|
|
342
342
|
const _ECPL = "EnvironmentConfigurationParametersList";
|
|
343
343
|
const _ECUP = "EnvironmentConfigurationUserParameter";
|
|
344
344
|
const _ECUPL = "EnvironmentConfigurationUserParametersList";
|
|
345
|
+
const _ECn = "EnvironmentConfiguration";
|
|
345
346
|
const _EDD = "EnvironmentDeploymentDetails";
|
|
346
347
|
const _EE = "EnvironmentError";
|
|
347
348
|
const _EFR = "EnvironmentFailureReasons";
|
|
@@ -398,6 +399,9 @@ const _GCO = "GetConnectionOutput";
|
|
|
398
399
|
const _GCP = "GlueConnectionPatch";
|
|
399
400
|
const _GCe = "GetConnection";
|
|
400
401
|
const _GD = "GlossaryDescription";
|
|
402
|
+
const _GDEC = "GetDataExportConfiguration";
|
|
403
|
+
const _GDECI = "GetDataExportConfigurationInput";
|
|
404
|
+
const _GDECO = "GetDataExportConfigurationOutput";
|
|
401
405
|
const _GDI = "GetDomainInput";
|
|
402
406
|
const _GDO = "GetDomainOutput";
|
|
403
407
|
const _GDP = "GetDataProduct";
|
|
@@ -666,6 +670,8 @@ const _MFSe = "MetadataFormsSummary";
|
|
|
666
670
|
const _MGR = "MetadataGenerationRuns";
|
|
667
671
|
const _MGRI = "MetadataGenerationRunItem";
|
|
668
672
|
const _MGRT = "MetadataGenerationRunTarget";
|
|
673
|
+
const _MGRTS = "MetadataGenerationRunTypeStat";
|
|
674
|
+
const _MGRTSe = "MetadataGenerationRunTypeStats";
|
|
669
675
|
const _MO = "MatchOffset";
|
|
670
676
|
const _MOa = "MatchOffsets";
|
|
671
677
|
const _MPI = "MlflowPropertiesInput";
|
|
@@ -701,6 +707,9 @@ const _PCL = "ProvisioningConfigurationList";
|
|
|
701
707
|
const _PCR = "PhysicalConnectionRequirements";
|
|
702
708
|
const _PCr = "ProvisioningConfiguration";
|
|
703
709
|
const _PDE = "ProjectDeletionError";
|
|
710
|
+
const _PDEC = "PutDataExportConfiguration";
|
|
711
|
+
const _PDECI = "PutDataExportConfigurationInput";
|
|
712
|
+
const _PDECO = "PutDataExportConfigurationOutput";
|
|
704
713
|
const _PE = "PhysicalEndpoint";
|
|
705
714
|
const _PEBC = "PutEnvironmentBlueprintConfiguration";
|
|
706
715
|
const _PEBCI = "PutEnvironmentBlueprintConfigurationInput";
|
|
@@ -1127,8 +1136,10 @@ const _eC = "environmentConfigurations";
|
|
|
1127
1136
|
const _eCI = "environmentConfigurationId";
|
|
1128
1137
|
const _eCN = "effectiveColumnNames";
|
|
1129
1138
|
const _eCNn = "environmentConfigurationName";
|
|
1139
|
+
const _eCn = "encryptionConfiguration";
|
|
1130
1140
|
const _eD = "errorDetail";
|
|
1131
1141
|
const _eDD = "environmentDeploymentDetails";
|
|
1142
|
+
const _eE = "enableExport";
|
|
1132
1143
|
const _eFR = "environmentFailureReasons";
|
|
1133
1144
|
const _eI = "entityIdentifier";
|
|
1134
1145
|
const _eIn = "entityId";
|
|
@@ -1233,6 +1244,7 @@ const _iCI = "iamConnectionId";
|
|
|
1233
1244
|
const _iCN = "includedColumnNames";
|
|
1234
1245
|
const _iDC = "isDeploymentComplete";
|
|
1235
1246
|
const _iE = "isEnabled";
|
|
1247
|
+
const _iEE = "isExportEnabled";
|
|
1236
1248
|
const _iEs = "isEditable";
|
|
1237
1249
|
const _iIA = "idcInstanceArn";
|
|
1238
1250
|
const _iN = "isNull";
|
|
@@ -1448,6 +1460,7 @@ const _sAGLI = "s3AccessGrantLocationId";
|
|
|
1448
1460
|
const _sAK = "secretAccessKey";
|
|
1449
1461
|
const _sAPI = "sourceAccountPoolId";
|
|
1450
1462
|
const _sAT = "specificAssetTypes";
|
|
1463
|
+
const _sAs = "sseAlgorithm";
|
|
1451
1464
|
const _sAt = "startedAt";
|
|
1452
1465
|
const _sAto = "stoppedAt";
|
|
1453
1466
|
const _sB = "sortBy";
|
|
@@ -1487,6 +1500,7 @@ const _sRt = "statusReason";
|
|
|
1487
1500
|
const _sS = "searchScope";
|
|
1488
1501
|
const _sSO = "singleSignOn";
|
|
1489
1502
|
const _sT = "sessionToken";
|
|
1503
|
+
const _sTBA = "s3TableBucketArn";
|
|
1490
1504
|
const _sTC = "subscriptionTargetConfig";
|
|
1491
1505
|
const _sTI = "subscriptionTargetIdentifier";
|
|
1492
1506
|
const _sTIu = "subscriptionTargetId";
|
|
@@ -1528,8 +1542,9 @@ const _tNy = "typeName";
|
|
|
1528
1542
|
const _tQP = "totalQueriesProcessed";
|
|
1529
1543
|
const _tR = "typeRevision";
|
|
1530
1544
|
const _tRe = "termRelations";
|
|
1531
|
-
const _tS = "
|
|
1545
|
+
const _tS = "typeStats";
|
|
1532
1546
|
const _tSA = "trackingServerArn";
|
|
1547
|
+
const _tSa = "taskStatus";
|
|
1533
1548
|
const _tT = "targetType";
|
|
1534
1549
|
const _tU = "templateUrl";
|
|
1535
1550
|
const _tUPM = "tokenUrlParametersMap";
|
|
@@ -1543,6 +1558,7 @@ const _tit = "title";
|
|
|
1543
1558
|
const _to = "token";
|
|
1544
1559
|
const _top = "topic";
|
|
1545
1560
|
const _ty = "type";
|
|
1561
|
+
const _typ = "types";
|
|
1546
1562
|
const _u = "uri";
|
|
1547
1563
|
const _uA = "updatedAt";
|
|
1548
1564
|
const _uAT = "useAssetType";
|
|
@@ -3369,6 +3385,7 @@ export var DomainUnitPolicyGrantPrincipal = [
|
|
|
3369
3385
|
export var DomainUnitSummary = [3, n0, _DUS, 0, [_n, _id], [0, 0]];
|
|
3370
3386
|
export var DomainUnitTarget = [3, n0, _DUT, 0, [_dUI, _iCDU], [0, 2]];
|
|
3371
3387
|
export var DomainUnitUserProperties = [3, n0, _DUUP, 0, [_uIs], [0]];
|
|
3388
|
+
export var EncryptionConfiguration = [3, n0, _EC, 0, [_kKA, _sAs], [0, 0]];
|
|
3372
3389
|
export var EnvironmentActionSummary = [
|
|
3373
3390
|
3,
|
|
3374
3391
|
n0,
|
|
@@ -3396,7 +3413,7 @@ export var EnvironmentBlueprintSummary = [
|
|
|
3396
3413
|
export var EnvironmentConfiguration = [
|
|
3397
3414
|
3,
|
|
3398
3415
|
n0,
|
|
3399
|
-
|
|
3416
|
+
_ECn,
|
|
3400
3417
|
0,
|
|
3401
3418
|
[_n, _id, _eBIn, _de, _dM, _cP, _aAw, _aPc, _aRw, _dO],
|
|
3402
3419
|
[
|
|
@@ -3649,6 +3666,15 @@ export var GetConnectionOutput = [
|
|
|
3649
3666
|
0,
|
|
3650
3667
|
],
|
|
3651
3668
|
];
|
|
3669
|
+
export var GetDataExportConfigurationInput = [3, n0, _GDECI, 0, [_dI], [[0, 1]]];
|
|
3670
|
+
export var GetDataExportConfigurationOutput = [
|
|
3671
|
+
3,
|
|
3672
|
+
n0,
|
|
3673
|
+
_GDECO,
|
|
3674
|
+
0,
|
|
3675
|
+
[_iEE, _s, _eCn, _sTBA, _cA, _uA],
|
|
3676
|
+
[2, 0, () => EncryptionConfiguration, 0, 4, 4],
|
|
3677
|
+
];
|
|
3652
3678
|
export var GetDataProductInput = [
|
|
3653
3679
|
3,
|
|
3654
3680
|
n0,
|
|
@@ -4225,10 +4251,16 @@ export var GetMetadataGenerationRunInput = [
|
|
|
4225
4251
|
n0,
|
|
4226
4252
|
_GMGRI,
|
|
4227
4253
|
0,
|
|
4228
|
-
[_dI, _i],
|
|
4254
|
+
[_dI, _i, _ty],
|
|
4229
4255
|
[
|
|
4230
4256
|
[0, 1],
|
|
4231
4257
|
[0, 1],
|
|
4258
|
+
[
|
|
4259
|
+
0,
|
|
4260
|
+
{
|
|
4261
|
+
[_hQ]: _ty,
|
|
4262
|
+
},
|
|
4263
|
+
],
|
|
4232
4264
|
],
|
|
4233
4265
|
];
|
|
4234
4266
|
export var GetMetadataGenerationRunOutput = [
|
|
@@ -4236,8 +4268,8 @@ export var GetMetadataGenerationRunOutput = [
|
|
|
4236
4268
|
n0,
|
|
4237
4269
|
_GMGRO,
|
|
4238
4270
|
0,
|
|
4239
|
-
[_dIo, _id, _tar, _s, _ty, _cA, _cB, _oPI],
|
|
4240
|
-
[0, 0, () => MetadataGenerationRunTarget, 0, 0, 4, 0, 0],
|
|
4271
|
+
[_dIo, _id, _tar, _s, _ty, _typ, _cA, _cB, _oPI, _tS],
|
|
4272
|
+
[0, 0, () => MetadataGenerationRunTarget, 0, 0, 64 | 0, 4, 0, 0, () => MetadataGenerationRunTypeStats],
|
|
4241
4273
|
];
|
|
4242
4274
|
export var GetProjectInput = [
|
|
4243
4275
|
3,
|
|
@@ -5585,7 +5617,7 @@ export var ListMetadataGenerationRunsInput = [
|
|
|
5585
5617
|
n0,
|
|
5586
5618
|
_LMGRI,
|
|
5587
5619
|
0,
|
|
5588
|
-
[_dI, _s, _ty, _nT, _mRa],
|
|
5620
|
+
[_dI, _s, _ty, _nT, _mRa, _tIa],
|
|
5589
5621
|
[
|
|
5590
5622
|
[0, 1],
|
|
5591
5623
|
[
|
|
@@ -5612,6 +5644,12 @@ export var ListMetadataGenerationRunsInput = [
|
|
|
5612
5644
|
[_hQ]: _mRa,
|
|
5613
5645
|
},
|
|
5614
5646
|
],
|
|
5647
|
+
[
|
|
5648
|
+
0,
|
|
5649
|
+
{
|
|
5650
|
+
[_hQ]: _tIa,
|
|
5651
|
+
},
|
|
5652
|
+
],
|
|
5615
5653
|
],
|
|
5616
5654
|
];
|
|
5617
5655
|
export var ListMetadataGenerationRunsOutput = [
|
|
@@ -5627,7 +5665,7 @@ export var ListNotificationsInput = [
|
|
|
5627
5665
|
n0,
|
|
5628
5666
|
_LNI,
|
|
5629
5667
|
0,
|
|
5630
|
-
[_dI, _ty, _aTf, _bT, _su,
|
|
5668
|
+
[_dI, _ty, _aTf, _bT, _su, _tSa, _mRa, _nT],
|
|
5631
5669
|
[
|
|
5632
5670
|
[0, 1],
|
|
5633
5671
|
[
|
|
@@ -5657,7 +5695,7 @@ export var ListNotificationsInput = [
|
|
|
5657
5695
|
[
|
|
5658
5696
|
0,
|
|
5659
5697
|
{
|
|
5660
|
-
[_hQ]:
|
|
5698
|
+
[_hQ]: _tSa,
|
|
5661
5699
|
},
|
|
5662
5700
|
],
|
|
5663
5701
|
[
|
|
@@ -6264,10 +6302,11 @@ export var MetadataGenerationRunItem = [
|
|
|
6264
6302
|
n0,
|
|
6265
6303
|
_MGRI,
|
|
6266
6304
|
0,
|
|
6267
|
-
[_dIo, _id, _tar, _s, _ty, _cA, _cB, _oPI],
|
|
6268
|
-
[0, 0, () => MetadataGenerationRunTarget, 0, 0, 4, 0, 0],
|
|
6305
|
+
[_dIo, _id, _tar, _s, _ty, _typ, _cA, _cB, _oPI],
|
|
6306
|
+
[0, 0, () => MetadataGenerationRunTarget, 0, 0, 64 | 0, 4, 0, 0],
|
|
6269
6307
|
];
|
|
6270
6308
|
export var MetadataGenerationRunTarget = [3, n0, _MGRT, 0, [_ty, _i, _r], [0, 0, 0]];
|
|
6309
|
+
export var MetadataGenerationRunTypeStat = [3, n0, _MGRTS, 0, [_ty, _s, _eM], [0, 0, 0]];
|
|
6271
6310
|
export var MlflowPropertiesInput = [3, n0, _MPI, 0, [_tSA], [0]];
|
|
6272
6311
|
export var MlflowPropertiesOutput = [3, n0, _MPO, 0, [_tSA], [0]];
|
|
6273
6312
|
export var MlflowPropertiesPatch = [3, n0, _MPP, 0, [_tSA], [0]];
|
|
@@ -6401,6 +6440,15 @@ export var ProjectSummary = [
|
|
|
6401
6440
|
[_dIo, _id, _n, _de, _pS, _fR, _cB, _cA, _uA, _dUI],
|
|
6402
6441
|
[0, 0, [() => ProjectName, 0], [() => Description, 0], 0, () => FailureReasons, 0, 5, 5, 0],
|
|
6403
6442
|
];
|
|
6443
|
+
export var PutDataExportConfigurationInput = [
|
|
6444
|
+
3,
|
|
6445
|
+
n0,
|
|
6446
|
+
_PDECI,
|
|
6447
|
+
0,
|
|
6448
|
+
[_dI, _eE, _eCn, _cT],
|
|
6449
|
+
[[0, 1], 2, () => EncryptionConfiguration, [0, 4]],
|
|
6450
|
+
];
|
|
6451
|
+
export var PutDataExportConfigurationOutput = [3, n0, _PDECO, 0, [], []];
|
|
6404
6452
|
export var PutEnvironmentBlueprintConfigurationInput = [
|
|
6405
6453
|
3,
|
|
6406
6454
|
n0,
|
|
@@ -6836,16 +6884,16 @@ export var StartMetadataGenerationRunInput = [
|
|
|
6836
6884
|
n0,
|
|
6837
6885
|
_SMGRI,
|
|
6838
6886
|
0,
|
|
6839
|
-
[_dI, _ty, _tar, _cT, _oPIw],
|
|
6840
|
-
[[0, 1], 0, () => MetadataGenerationRunTarget, [0, 4], 0],
|
|
6887
|
+
[_dI, _ty, _typ, _tar, _cT, _oPIw],
|
|
6888
|
+
[[0, 1], 0, 64 | 0, () => MetadataGenerationRunTarget, [0, 4], 0],
|
|
6841
6889
|
];
|
|
6842
6890
|
export var StartMetadataGenerationRunOutput = [
|
|
6843
6891
|
3,
|
|
6844
6892
|
n0,
|
|
6845
6893
|
_SMGRO,
|
|
6846
6894
|
0,
|
|
6847
|
-
[_dIo, _id, _s, _ty, _cA, _cB, _oPI],
|
|
6848
|
-
[0, 0, 0, 0, 4, 0, 0],
|
|
6895
|
+
[_dIo, _id, _s, _ty, _typ, _cA, _cB, _oPI],
|
|
6896
|
+
[0, 0, 0, 0, 64 | 0, 4, 0, 0],
|
|
6849
6897
|
];
|
|
6850
6898
|
export var SubscribedAsset = [
|
|
6851
6899
|
3,
|
|
@@ -6987,7 +7035,7 @@ export var UnauthorizedException = [
|
|
|
6987
7035
|
[0],
|
|
6988
7036
|
];
|
|
6989
7037
|
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
6990
|
-
export var
|
|
7038
|
+
export var Unit_n0 = [3, n0, _U, 0, [], []];
|
|
6991
7039
|
export var UntagResourceRequest = [
|
|
6992
7040
|
3,
|
|
6993
7041
|
n0,
|
|
@@ -7679,6 +7727,8 @@ export var MetadataFormInputs = [1, n0, _MFI, 0, [() => FormInput, 0]];
|
|
|
7679
7727
|
export var MetadataForms = [1, n0, _MF, 0, [() => FormOutput, 0]];
|
|
7680
7728
|
export var MetadataFormsSummary = [1, n0, _MFSe, 0, [() => MetadataFormSummary, 0]];
|
|
7681
7729
|
export var MetadataGenerationRuns = [1, n0, _MGR, 0, () => MetadataGenerationRunItem];
|
|
7730
|
+
export var MetadataGenerationRunTypes = 64 | 0;
|
|
7731
|
+
export var MetadataGenerationRunTypeStats = [1, n0, _MGRTSe, 0, () => MetadataGenerationRunTypeStat];
|
|
7682
7732
|
export var NameIdentifiers = [1, n0, _NIa, 0, () => NameIdentifier];
|
|
7683
7733
|
export var NotificationsList = [1, n0, _NL, 0, [() => NotificationOutput, 0]];
|
|
7684
7734
|
export var NotificationSubjects = 64 | 0;
|
|
@@ -7926,9 +7976,9 @@ export var PolicyGrantDetail = [
|
|
|
7926
7976
|
() => CreateAssetTypePolicyGrantDetail,
|
|
7927
7977
|
() => CreateProjectPolicyGrantDetail,
|
|
7928
7978
|
() => CreateEnvironmentProfilePolicyGrantDetail,
|
|
7929
|
-
() =>
|
|
7930
|
-
() =>
|
|
7931
|
-
() =>
|
|
7979
|
+
() => Unit_n0,
|
|
7980
|
+
() => Unit_n0,
|
|
7981
|
+
() => Unit_n0,
|
|
7932
7982
|
() => CreateProjectFromProjectProfilePolicyGrantDetail,
|
|
7933
7983
|
() => UseAssetTypePolicyGrantDetail,
|
|
7934
7984
|
],
|
|
@@ -8841,6 +8891,16 @@ export var GetConnection = [
|
|
|
8841
8891
|
() => GetConnectionInput,
|
|
8842
8892
|
() => GetConnectionOutput,
|
|
8843
8893
|
];
|
|
8894
|
+
export var GetDataExportConfiguration = [
|
|
8895
|
+
9,
|
|
8896
|
+
n0,
|
|
8897
|
+
_GDEC,
|
|
8898
|
+
{
|
|
8899
|
+
[_ht]: ["GET", "/v2/domains/{domainIdentifier}/data-export-configuration", 200],
|
|
8900
|
+
},
|
|
8901
|
+
() => GetDataExportConfigurationInput,
|
|
8902
|
+
() => GetDataExportConfigurationOutput,
|
|
8903
|
+
];
|
|
8844
8904
|
export var GetDataProduct = [
|
|
8845
8905
|
9,
|
|
8846
8906
|
n0,
|
|
@@ -9511,6 +9571,16 @@ export var PostTimeSeriesDataPoints = [
|
|
|
9511
9571
|
() => PostTimeSeriesDataPointsInput,
|
|
9512
9572
|
() => PostTimeSeriesDataPointsOutput,
|
|
9513
9573
|
];
|
|
9574
|
+
export var PutDataExportConfiguration = [
|
|
9575
|
+
9,
|
|
9576
|
+
n0,
|
|
9577
|
+
_PDEC,
|
|
9578
|
+
{
|
|
9579
|
+
[_ht]: ["PUT", "/v2/domains/{domainIdentifier}/data-export-configuration", 200],
|
|
9580
|
+
},
|
|
9581
|
+
() => PutDataExportConfigurationInput,
|
|
9582
|
+
() => PutDataExportConfigurationOutput,
|
|
9583
|
+
];
|
|
9514
9584
|
export var PutEnvironmentBlueprintConfiguration = [
|
|
9515
9585
|
9,
|
|
9516
9586
|
n0,
|
package/dist-types/DataZone.d.ts
CHANGED
|
@@ -70,6 +70,7 @@ import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAsset
|
|
|
70
70
|
import { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "./commands/GetAssetFilterCommand";
|
|
71
71
|
import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "./commands/GetAssetTypeCommand";
|
|
72
72
|
import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
|
|
73
|
+
import { GetDataExportConfigurationCommandInput, GetDataExportConfigurationCommandOutput } from "./commands/GetDataExportConfigurationCommand";
|
|
73
74
|
import { GetDataProductCommandInput, GetDataProductCommandOutput } from "./commands/GetDataProductCommand";
|
|
74
75
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
75
76
|
import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
|
|
@@ -135,6 +136,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
135
136
|
import { ListTimeSeriesDataPointsCommandInput, ListTimeSeriesDataPointsCommandOutput } from "./commands/ListTimeSeriesDataPointsCommand";
|
|
136
137
|
import { PostLineageEventCommandInput, PostLineageEventCommandOutput } from "./commands/PostLineageEventCommand";
|
|
137
138
|
import { PostTimeSeriesDataPointsCommandInput, PostTimeSeriesDataPointsCommandOutput } from "./commands/PostTimeSeriesDataPointsCommand";
|
|
139
|
+
import { PutDataExportConfigurationCommandInput, PutDataExportConfigurationCommandOutput } from "./commands/PutDataExportConfigurationCommand";
|
|
138
140
|
import { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
139
141
|
import { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
|
|
140
142
|
import { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
|
|
@@ -599,6 +601,12 @@ export interface DataZone {
|
|
|
599
601
|
getConnection(args: GetConnectionCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionCommandOutput>;
|
|
600
602
|
getConnection(args: GetConnectionCommandInput, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
|
|
601
603
|
getConnection(args: GetConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
|
|
604
|
+
/**
|
|
605
|
+
* @see {@link GetDataExportConfigurationCommand}
|
|
606
|
+
*/
|
|
607
|
+
getDataExportConfiguration(args: GetDataExportConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetDataExportConfigurationCommandOutput>;
|
|
608
|
+
getDataExportConfiguration(args: GetDataExportConfigurationCommandInput, cb: (err: any, data?: GetDataExportConfigurationCommandOutput) => void): void;
|
|
609
|
+
getDataExportConfiguration(args: GetDataExportConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataExportConfigurationCommandOutput) => void): void;
|
|
602
610
|
/**
|
|
603
611
|
* @see {@link GetDataProductCommand}
|
|
604
612
|
*/
|
|
@@ -990,6 +998,12 @@ export interface DataZone {
|
|
|
990
998
|
postTimeSeriesDataPoints(args: PostTimeSeriesDataPointsCommandInput, options?: __HttpHandlerOptions): Promise<PostTimeSeriesDataPointsCommandOutput>;
|
|
991
999
|
postTimeSeriesDataPoints(args: PostTimeSeriesDataPointsCommandInput, cb: (err: any, data?: PostTimeSeriesDataPointsCommandOutput) => void): void;
|
|
992
1000
|
postTimeSeriesDataPoints(args: PostTimeSeriesDataPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PostTimeSeriesDataPointsCommandOutput) => void): void;
|
|
1001
|
+
/**
|
|
1002
|
+
* @see {@link PutDataExportConfigurationCommand}
|
|
1003
|
+
*/
|
|
1004
|
+
putDataExportConfiguration(args: PutDataExportConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutDataExportConfigurationCommandOutput>;
|
|
1005
|
+
putDataExportConfiguration(args: PutDataExportConfigurationCommandInput, cb: (err: any, data?: PutDataExportConfigurationCommandOutput) => void): void;
|
|
1006
|
+
putDataExportConfiguration(args: PutDataExportConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataExportConfigurationCommandOutput) => void): void;
|
|
993
1007
|
/**
|
|
994
1008
|
* @see {@link PutEnvironmentBlueprintConfigurationCommand}
|
|
995
1009
|
*/
|
|
@@ -78,6 +78,7 @@ import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAsset
|
|
|
78
78
|
import { GetAssetFilterCommandInput, GetAssetFilterCommandOutput } from "./commands/GetAssetFilterCommand";
|
|
79
79
|
import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "./commands/GetAssetTypeCommand";
|
|
80
80
|
import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
|
|
81
|
+
import { GetDataExportConfigurationCommandInput, GetDataExportConfigurationCommandOutput } from "./commands/GetDataExportConfigurationCommand";
|
|
81
82
|
import { GetDataProductCommandInput, GetDataProductCommandOutput } from "./commands/GetDataProductCommand";
|
|
82
83
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
83
84
|
import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
|
|
@@ -143,6 +144,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
143
144
|
import { ListTimeSeriesDataPointsCommandInput, ListTimeSeriesDataPointsCommandOutput } from "./commands/ListTimeSeriesDataPointsCommand";
|
|
144
145
|
import { PostLineageEventCommandInput, PostLineageEventCommandOutput } from "./commands/PostLineageEventCommand";
|
|
145
146
|
import { PostTimeSeriesDataPointsCommandInput, PostTimeSeriesDataPointsCommandOutput } from "./commands/PostTimeSeriesDataPointsCommand";
|
|
147
|
+
import { PutDataExportConfigurationCommandInput, PutDataExportConfigurationCommandOutput } from "./commands/PutDataExportConfigurationCommand";
|
|
146
148
|
import { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
147
149
|
import { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
|
|
148
150
|
import { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
|
|
@@ -185,11 +187,11 @@ export { __Client };
|
|
|
185
187
|
/**
|
|
186
188
|
* @public
|
|
187
189
|
*/
|
|
188
|
-
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | AssociateGovernedTermsCommandInput | BatchGetAttributesMetadataCommandInput | BatchPutAttributesMetadataCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAccountPoolCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateConnectionCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentBlueprintCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateProjectProfileCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAccountPoolCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteConnectionCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteProjectProfileCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | DisassociateGovernedTermsCommandInput | GetAccountPoolCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetConnectionCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetJobRunCommandInput | GetLineageEventCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetProjectProfileCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAccountPoolsCommandInput | ListAccountsInAccountPoolCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListConnectionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListJobRunsCommandInput | ListLineageEventsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectProfilesCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountPoolCommandInput | UpdateAssetFilterCommandInput | UpdateConnectionCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentBlueprintCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateProjectProfileCommandInput | UpdateRootDomainUnitOwnerCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
190
|
+
export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | AddEntityOwnerCommandInput | AddPolicyGrantCommandInput | AssociateEnvironmentRoleCommandInput | AssociateGovernedTermsCommandInput | BatchGetAttributesMetadataCommandInput | BatchPutAttributesMetadataCommandInput | CancelMetadataGenerationRunCommandInput | CancelSubscriptionCommandInput | CreateAccountPoolCommandInput | CreateAssetCommandInput | CreateAssetFilterCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateConnectionCommandInput | CreateDataProductCommandInput | CreateDataProductRevisionCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateDomainUnitCommandInput | CreateEnvironmentActionCommandInput | CreateEnvironmentBlueprintCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateProjectProfileCommandInput | CreateRuleCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAccountPoolCommandInput | DeleteAssetCommandInput | DeleteAssetFilterCommandInput | DeleteAssetTypeCommandInput | DeleteConnectionCommandInput | DeleteDataProductCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteDomainUnitCommandInput | DeleteEnvironmentActionCommandInput | DeleteEnvironmentBlueprintCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteProjectProfileCommandInput | DeleteRuleCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | DeleteTimeSeriesDataPointsCommandInput | DisassociateEnvironmentRoleCommandInput | DisassociateGovernedTermsCommandInput | GetAccountPoolCommandInput | GetAssetCommandInput | GetAssetFilterCommandInput | GetAssetTypeCommandInput | GetConnectionCommandInput | GetDataExportConfigurationCommandInput | GetDataProductCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetDomainUnitCommandInput | GetEnvironmentActionCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentCredentialsCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetJobRunCommandInput | GetLineageEventCommandInput | GetLineageNodeCommandInput | GetListingCommandInput | GetMetadataGenerationRunCommandInput | GetProjectCommandInput | GetProjectProfileCommandInput | GetRuleCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetTimeSeriesDataPointCommandInput | GetUserProfileCommandInput | ListAccountPoolsCommandInput | ListAccountsInAccountPoolCommandInput | ListAssetFiltersCommandInput | ListAssetRevisionsCommandInput | ListConnectionsCommandInput | ListDataProductRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainUnitsForParentCommandInput | ListDomainsCommandInput | ListEntityOwnersCommandInput | ListEnvironmentActionsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListJobRunsCommandInput | ListLineageEventsCommandInput | ListLineageNodeHistoryCommandInput | ListMetadataGenerationRunsCommandInput | ListNotificationsCommandInput | ListPolicyGrantsCommandInput | ListProjectMembershipsCommandInput | ListProjectProfilesCommandInput | ListProjectsCommandInput | ListRulesCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | ListTimeSeriesDataPointsCommandInput | PostLineageEventCommandInput | PostTimeSeriesDataPointsCommandInput | PutDataExportConfigurationCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RemoveEntityOwnerCommandInput | RemovePolicyGrantCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | StartMetadataGenerationRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountPoolCommandInput | UpdateAssetFilterCommandInput | UpdateConnectionCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateDomainUnitCommandInput | UpdateEnvironmentActionCommandInput | UpdateEnvironmentBlueprintCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateProjectProfileCommandInput | UpdateRootDomainUnitOwnerCommandInput | UpdateRuleCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
|
|
189
191
|
/**
|
|
190
192
|
* @public
|
|
191
193
|
*/
|
|
192
|
-
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | AssociateGovernedTermsCommandOutput | BatchGetAttributesMetadataCommandOutput | BatchPutAttributesMetadataCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAccountPoolCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateConnectionCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentBlueprintCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateProjectProfileCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAccountPoolCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteConnectionCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteProjectProfileCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | DisassociateGovernedTermsCommandOutput | GetAccountPoolCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetConnectionCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetJobRunCommandOutput | GetLineageEventCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetProjectProfileCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAccountPoolsCommandOutput | ListAccountsInAccountPoolCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListConnectionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListJobRunsCommandOutput | ListLineageEventsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectProfilesCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountPoolCommandOutput | UpdateAssetFilterCommandOutput | UpdateConnectionCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentBlueprintCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateProjectProfileCommandOutput | UpdateRootDomainUnitOwnerCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
194
|
+
export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | AddEntityOwnerCommandOutput | AddPolicyGrantCommandOutput | AssociateEnvironmentRoleCommandOutput | AssociateGovernedTermsCommandOutput | BatchGetAttributesMetadataCommandOutput | BatchPutAttributesMetadataCommandOutput | CancelMetadataGenerationRunCommandOutput | CancelSubscriptionCommandOutput | CreateAccountPoolCommandOutput | CreateAssetCommandOutput | CreateAssetFilterCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateConnectionCommandOutput | CreateDataProductCommandOutput | CreateDataProductRevisionCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateDomainUnitCommandOutput | CreateEnvironmentActionCommandOutput | CreateEnvironmentBlueprintCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateProjectProfileCommandOutput | CreateRuleCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAccountPoolCommandOutput | DeleteAssetCommandOutput | DeleteAssetFilterCommandOutput | DeleteAssetTypeCommandOutput | DeleteConnectionCommandOutput | DeleteDataProductCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteDomainUnitCommandOutput | DeleteEnvironmentActionCommandOutput | DeleteEnvironmentBlueprintCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteProjectProfileCommandOutput | DeleteRuleCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | DeleteTimeSeriesDataPointsCommandOutput | DisassociateEnvironmentRoleCommandOutput | DisassociateGovernedTermsCommandOutput | GetAccountPoolCommandOutput | GetAssetCommandOutput | GetAssetFilterCommandOutput | GetAssetTypeCommandOutput | GetConnectionCommandOutput | GetDataExportConfigurationCommandOutput | GetDataProductCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetDomainUnitCommandOutput | GetEnvironmentActionCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentCredentialsCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetJobRunCommandOutput | GetLineageEventCommandOutput | GetLineageNodeCommandOutput | GetListingCommandOutput | GetMetadataGenerationRunCommandOutput | GetProjectCommandOutput | GetProjectProfileCommandOutput | GetRuleCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetTimeSeriesDataPointCommandOutput | GetUserProfileCommandOutput | ListAccountPoolsCommandOutput | ListAccountsInAccountPoolCommandOutput | ListAssetFiltersCommandOutput | ListAssetRevisionsCommandOutput | ListConnectionsCommandOutput | ListDataProductRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainUnitsForParentCommandOutput | ListDomainsCommandOutput | ListEntityOwnersCommandOutput | ListEnvironmentActionsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListJobRunsCommandOutput | ListLineageEventsCommandOutput | ListLineageNodeHistoryCommandOutput | ListMetadataGenerationRunsCommandOutput | ListNotificationsCommandOutput | ListPolicyGrantsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectProfilesCommandOutput | ListProjectsCommandOutput | ListRulesCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | ListTimeSeriesDataPointsCommandOutput | PostLineageEventCommandOutput | PostTimeSeriesDataPointsCommandOutput | PutDataExportConfigurationCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RemoveEntityOwnerCommandOutput | RemovePolicyGrantCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | StartMetadataGenerationRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountPoolCommandOutput | UpdateAssetFilterCommandOutput | UpdateConnectionCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateDomainUnitCommandOutput | UpdateEnvironmentActionCommandOutput | UpdateEnvironmentBlueprintCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateProjectProfileCommandOutput | UpdateRootDomainUnitOwnerCommandOutput | UpdateRuleCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
|
|
193
195
|
/**
|
|
194
196
|
* @public
|
|
195
197
|
*/
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
+
import { GetDataExportConfigurationInput, GetDataExportConfigurationOutput } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetDataExportConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetDataExportConfigurationCommandInput extends GetDataExportConfigurationInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetDataExportConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDataExportConfigurationCommandOutput extends GetDataExportConfigurationOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetDataExportConfigurationCommand_base: {
|
|
25
|
+
new (input: GetDataExportConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataExportConfigurationCommandInput, GetDataExportConfigurationCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataExportConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataExportConfigurationCommandInput, GetDataExportConfigurationCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Gets data export configuration details.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { DataZoneClient, GetDataExportConfigurationCommand } from "@aws-sdk/client-datazone"; // ES Modules import
|
|
35
|
+
* // const { DataZoneClient, GetDataExportConfigurationCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
|
|
36
|
+
* // import type { DataZoneClientConfig } from "@aws-sdk/client-datazone";
|
|
37
|
+
* const config = {}; // type is DataZoneClientConfig
|
|
38
|
+
* const client = new DataZoneClient(config);
|
|
39
|
+
* const input = { // GetDataExportConfigurationInput
|
|
40
|
+
* domainIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new GetDataExportConfigurationCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // GetDataExportConfigurationOutput
|
|
45
|
+
* // isExportEnabled: true || false,
|
|
46
|
+
* // status: "COMPLETED" || "FAILED",
|
|
47
|
+
* // encryptionConfiguration: { // EncryptionConfiguration
|
|
48
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
49
|
+
* // sseAlgorithm: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // s3TableBucketArn: "STRING_VALUE",
|
|
52
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
53
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* @param GetDataExportConfigurationCommandInput - {@link GetDataExportConfigurationCommandInput}
|
|
59
|
+
* @returns {@link GetDataExportConfigurationCommandOutput}
|
|
60
|
+
* @see {@link GetDataExportConfigurationCommandInput} for command's `input` shape.
|
|
61
|
+
* @see {@link GetDataExportConfigurationCommandOutput} for command's `response` shape.
|
|
62
|
+
* @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerException} (server fault)
|
|
68
|
+
* <p>The request has failed because of an unknown error, exception or failure.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
+
* <p>The specified resource cannot be found.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
+
* <p>The request was denied due to request throttling.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ValidationException} (client fault)
|
|
77
|
+
* <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
80
|
+
* <p>You do not have permission to perform this action.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link DataZoneServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from DataZone service.</p>
|
|
84
|
+
*
|
|
85
|
+
*
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export declare class GetDataExportConfigurationCommand extends GetDataExportConfigurationCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: GetDataExportConfigurationInput;
|
|
93
|
+
output: GetDataExportConfigurationOutput;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: GetDataExportConfigurationCommandInput;
|
|
97
|
+
output: GetDataExportConfigurationCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
}
|
|
@@ -39,6 +39,7 @@ declare const GetMetadataGenerationRunCommand_base: {
|
|
|
39
39
|
* const input = { // GetMetadataGenerationRunInput
|
|
40
40
|
* domainIdentifier: "STRING_VALUE", // required
|
|
41
41
|
* identifier: "STRING_VALUE", // required
|
|
42
|
+
* type: "BUSINESS_DESCRIPTIONS" || "BUSINESS_NAMES" || "BUSINESS_GLOSSARY_ASSOCIATIONS",
|
|
42
43
|
* };
|
|
43
44
|
* const command = new GetMetadataGenerationRunCommand(input);
|
|
44
45
|
* const response = await client.send(command);
|
|
@@ -50,11 +51,21 @@ declare const GetMetadataGenerationRunCommand_base: {
|
|
|
50
51
|
* // identifier: "STRING_VALUE", // required
|
|
51
52
|
* // revision: "STRING_VALUE",
|
|
52
53
|
* // },
|
|
53
|
-
* // status: "SUBMITTED" || "IN_PROGRESS" || "CANCELED" || "SUCCEEDED" || "FAILED",
|
|
54
|
-
* // type: "BUSINESS_DESCRIPTIONS",
|
|
54
|
+
* // status: "SUBMITTED" || "IN_PROGRESS" || "CANCELED" || "SUCCEEDED" || "FAILED" || "PARTIALLY_SUCCEEDED",
|
|
55
|
+
* // type: "BUSINESS_DESCRIPTIONS" || "BUSINESS_NAMES" || "BUSINESS_GLOSSARY_ASSOCIATIONS",
|
|
56
|
+
* // types: [ // MetadataGenerationRunTypes
|
|
57
|
+
* // "BUSINESS_DESCRIPTIONS" || "BUSINESS_NAMES" || "BUSINESS_GLOSSARY_ASSOCIATIONS",
|
|
58
|
+
* // ],
|
|
55
59
|
* // createdAt: new Date("TIMESTAMP"),
|
|
56
60
|
* // createdBy: "STRING_VALUE",
|
|
57
61
|
* // owningProjectId: "STRING_VALUE", // required
|
|
62
|
+
* // typeStats: [ // MetadataGenerationRunTypeStats
|
|
63
|
+
* // { // MetadataGenerationRunTypeStat
|
|
64
|
+
* // type: "BUSINESS_DESCRIPTIONS" || "BUSINESS_NAMES" || "BUSINESS_GLOSSARY_ASSOCIATIONS", // required
|
|
65
|
+
* // status: "SUBMITTED" || "IN_PROGRESS" || "CANCELED" || "SUCCEEDED" || "FAILED" || "PARTIALLY_SUCCEEDED", // required
|
|
66
|
+
* // errorMessage: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
58
69
|
* // };
|
|
59
70
|
*
|
|
60
71
|
* ```
|
|
@@ -38,10 +38,11 @@ declare const ListMetadataGenerationRunsCommand_base: {
|
|
|
38
38
|
* const client = new DataZoneClient(config);
|
|
39
39
|
* const input = { // ListMetadataGenerationRunsInput
|
|
40
40
|
* domainIdentifier: "STRING_VALUE", // required
|
|
41
|
-
* status: "SUBMITTED" || "IN_PROGRESS" || "CANCELED" || "SUCCEEDED" || "FAILED",
|
|
42
|
-
* type: "BUSINESS_DESCRIPTIONS",
|
|
41
|
+
* status: "SUBMITTED" || "IN_PROGRESS" || "CANCELED" || "SUCCEEDED" || "FAILED" || "PARTIALLY_SUCCEEDED",
|
|
42
|
+
* type: "BUSINESS_DESCRIPTIONS" || "BUSINESS_NAMES" || "BUSINESS_GLOSSARY_ASSOCIATIONS",
|
|
43
43
|
* nextToken: "STRING_VALUE",
|
|
44
44
|
* maxResults: Number("int"),
|
|
45
|
+
* targetIdentifier: "STRING_VALUE",
|
|
45
46
|
* };
|
|
46
47
|
* const command = new ListMetadataGenerationRunsCommand(input);
|
|
47
48
|
* const response = await client.send(command);
|
|
@@ -55,8 +56,11 @@ declare const ListMetadataGenerationRunsCommand_base: {
|
|
|
55
56
|
* // identifier: "STRING_VALUE", // required
|
|
56
57
|
* // revision: "STRING_VALUE",
|
|
57
58
|
* // },
|
|
58
|
-
* // status: "SUBMITTED" || "IN_PROGRESS" || "CANCELED" || "SUCCEEDED" || "FAILED",
|
|
59
|
-
* // type: "BUSINESS_DESCRIPTIONS",
|
|
59
|
+
* // status: "SUBMITTED" || "IN_PROGRESS" || "CANCELED" || "SUCCEEDED" || "FAILED" || "PARTIALLY_SUCCEEDED",
|
|
60
|
+
* // type: "BUSINESS_DESCRIPTIONS" || "BUSINESS_NAMES" || "BUSINESS_GLOSSARY_ASSOCIATIONS",
|
|
61
|
+
* // types: [ // MetadataGenerationRunTypes
|
|
62
|
+
* // "BUSINESS_DESCRIPTIONS" || "BUSINESS_NAMES" || "BUSINESS_GLOSSARY_ASSOCIATIONS",
|
|
63
|
+
* // ],
|
|
60
64
|
* // createdAt: new Date("TIMESTAMP"),
|
|
61
65
|
* // createdBy: "STRING_VALUE",
|
|
62
66
|
* // owningProjectId: "STRING_VALUE", // required
|