@aws-sdk/client-datazone 3.939.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.
Files changed (36) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +127 -22
  3. package/dist-es/DataZone.js +4 -0
  4. package/dist-es/commands/GetDataExportConfigurationCommand.js +16 -0
  5. package/dist-es/commands/PutDataExportConfigurationCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +10 -3
  8. package/dist-es/schemas/schemas_0.js +89 -19
  9. package/dist-types/DataZone.d.ts +14 -0
  10. package/dist-types/DataZoneClient.d.ts +4 -2
  11. package/dist-types/commands/GetDataExportConfigurationCommand.d.ts +100 -0
  12. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +13 -2
  13. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +8 -4
  14. package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +102 -0
  15. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +10 -4
  16. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  19. package/dist-types/commands/index.d.ts +2 -0
  20. package/dist-types/models/enums.d.ts +26 -11
  21. package/dist-types/models/models_1.d.ts +158 -343
  22. package/dist-types/models/models_2.d.ts +342 -2
  23. package/dist-types/schemas/schemas_0.d.ts +11 -1
  24. package/dist-types/ts3.4/DataZone.d.ts +34 -0
  25. package/dist-types/ts3.4/DataZoneClient.d.ts +12 -0
  26. package/dist-types/ts3.4/commands/GetDataExportConfigurationCommand.d.ts +51 -0
  27. package/dist-types/ts3.4/commands/PutDataExportConfigurationCommand.d.ts +51 -0
  28. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  32. package/dist-types/ts3.4/models/enums.d.ts +14 -5
  33. package/dist-types/ts3.4/models/models_1.d.ts +36 -78
  34. package/dist-types/ts3.4/models/models_2.d.ts +86 -0
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -1
  36. package/package.json +5 -5
package/README.md CHANGED
@@ -770,6 +770,14 @@ GetConnection
770
770
 
771
771
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/GetConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetConnectionCommandOutput/)
772
772
 
773
+ </details>
774
+ <details>
775
+ <summary>
776
+ GetDataExportConfiguration
777
+ </summary>
778
+
779
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/GetDataExportConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetDataExportConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/GetDataExportConfigurationCommandOutput/)
780
+
773
781
  </details>
774
782
  <details>
775
783
  <summary>
@@ -1290,6 +1298,14 @@ PostTimeSeriesDataPoints
1290
1298
 
1291
1299
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/PostTimeSeriesDataPointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/PostTimeSeriesDataPointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/PostTimeSeriesDataPointsCommandOutput/)
1292
1300
 
1301
+ </details>
1302
+ <details>
1303
+ <summary>
1304
+ PutDataExportConfiguration
1305
+ </summary>
1306
+
1307
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/PutDataExportConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/PutDataExportConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/PutDataExportConfigurationCommandOutput/)
1308
+
1293
1309
  </details>
1294
1310
  <details>
1295
1311
  <summary>
package/dist-cjs/index.js CHANGED
@@ -549,7 +549,7 @@ const _EBC = "EnvironmentBlueprintConfigurations";
549
549
  const _EBCI = "EnvironmentBlueprintConfigurationItem";
550
550
  const _EBS = "EnvironmentBlueprintSummary";
551
551
  const _EBSn = "EnvironmentBlueprintSummaries";
552
- const _EC = "EnvironmentConfiguration";
552
+ const _EC = "EncryptionConfiguration";
553
553
  const _ECI = "EnvironmentConfigurationId";
554
554
  const _ECL = "EnvironmentConfigurationsList";
555
555
  const _ECN = "EnvironmentConfigurationName";
@@ -558,6 +558,7 @@ const _ECPD = "EnvironmentConfigurationParametersDetails";
558
558
  const _ECPL = "EnvironmentConfigurationParametersList";
559
559
  const _ECUP = "EnvironmentConfigurationUserParameter";
560
560
  const _ECUPL = "EnvironmentConfigurationUserParametersList";
561
+ const _ECn = "EnvironmentConfiguration";
561
562
  const _EDD = "EnvironmentDeploymentDetails";
562
563
  const _EE = "EnvironmentError";
563
564
  const _EFR = "EnvironmentFailureReasons";
@@ -614,6 +615,9 @@ const _GCO = "GetConnectionOutput";
614
615
  const _GCP = "GlueConnectionPatch";
615
616
  const _GCe = "GetConnection";
616
617
  const _GD = "GlossaryDescription";
618
+ const _GDEC = "GetDataExportConfiguration";
619
+ const _GDECI = "GetDataExportConfigurationInput";
620
+ const _GDECO = "GetDataExportConfigurationOutput";
617
621
  const _GDI = "GetDomainInput";
618
622
  const _GDO = "GetDomainOutput";
619
623
  const _GDP = "GetDataProduct";
@@ -882,6 +886,8 @@ const _MFSe = "MetadataFormsSummary";
882
886
  const _MGR = "MetadataGenerationRuns";
883
887
  const _MGRI = "MetadataGenerationRunItem";
884
888
  const _MGRT = "MetadataGenerationRunTarget";
889
+ const _MGRTS = "MetadataGenerationRunTypeStat";
890
+ const _MGRTSe = "MetadataGenerationRunTypeStats";
885
891
  const _MO = "MatchOffset";
886
892
  const _MOa = "MatchOffsets";
887
893
  const _MPI = "MlflowPropertiesInput";
@@ -917,6 +923,9 @@ const _PCL = "ProvisioningConfigurationList";
917
923
  const _PCR = "PhysicalConnectionRequirements";
918
924
  const _PCr = "ProvisioningConfiguration";
919
925
  const _PDE = "ProjectDeletionError";
926
+ const _PDEC = "PutDataExportConfiguration";
927
+ const _PDECI = "PutDataExportConfigurationInput";
928
+ const _PDECO = "PutDataExportConfigurationOutput";
920
929
  const _PE = "PhysicalEndpoint";
921
930
  const _PEBC = "PutEnvironmentBlueprintConfiguration";
922
931
  const _PEBCI = "PutEnvironmentBlueprintConfigurationInput";
@@ -1343,8 +1352,10 @@ const _eC = "environmentConfigurations";
1343
1352
  const _eCI = "environmentConfigurationId";
1344
1353
  const _eCN = "effectiveColumnNames";
1345
1354
  const _eCNn = "environmentConfigurationName";
1355
+ const _eCn = "encryptionConfiguration";
1346
1356
  const _eD = "errorDetail";
1347
1357
  const _eDD = "environmentDeploymentDetails";
1358
+ const _eE = "enableExport";
1348
1359
  const _eFR = "environmentFailureReasons";
1349
1360
  const _eI = "entityIdentifier";
1350
1361
  const _eIn = "entityId";
@@ -1449,6 +1460,7 @@ const _iCI = "iamConnectionId";
1449
1460
  const _iCN = "includedColumnNames";
1450
1461
  const _iDC = "isDeploymentComplete";
1451
1462
  const _iE = "isEnabled";
1463
+ const _iEE = "isExportEnabled";
1452
1464
  const _iEs = "isEditable";
1453
1465
  const _iIA = "idcInstanceArn";
1454
1466
  const _iN = "isNull";
@@ -1664,6 +1676,7 @@ const _sAGLI = "s3AccessGrantLocationId";
1664
1676
  const _sAK = "secretAccessKey";
1665
1677
  const _sAPI = "sourceAccountPoolId";
1666
1678
  const _sAT = "specificAssetTypes";
1679
+ const _sAs = "sseAlgorithm";
1667
1680
  const _sAt = "startedAt";
1668
1681
  const _sAto = "stoppedAt";
1669
1682
  const _sB = "sortBy";
@@ -1703,6 +1716,7 @@ const _sRt = "statusReason";
1703
1716
  const _sS = "searchScope";
1704
1717
  const _sSO = "singleSignOn";
1705
1718
  const _sT = "sessionToken";
1719
+ const _sTBA = "s3TableBucketArn";
1706
1720
  const _sTC = "subscriptionTargetConfig";
1707
1721
  const _sTI = "subscriptionTargetIdentifier";
1708
1722
  const _sTIu = "subscriptionTargetId";
@@ -1744,8 +1758,9 @@ const _tNy = "typeName";
1744
1758
  const _tQP = "totalQueriesProcessed";
1745
1759
  const _tR = "typeRevision";
1746
1760
  const _tRe = "termRelations";
1747
- const _tS = "taskStatus";
1761
+ const _tS = "typeStats";
1748
1762
  const _tSA = "trackingServerArn";
1763
+ const _tSa = "taskStatus";
1749
1764
  const _tT = "targetType";
1750
1765
  const _tU = "templateUrl";
1751
1766
  const _tUPM = "tokenUrlParametersMap";
@@ -1759,6 +1774,7 @@ const _tit = "title";
1759
1774
  const _to = "token";
1760
1775
  const _top = "topic";
1761
1776
  const _ty = "type";
1777
+ const _typ = "types";
1762
1778
  const _u = "uri";
1763
1779
  const _uA = "updatedAt";
1764
1780
  const _uAT = "useAssetType";
@@ -3582,6 +3598,7 @@ var DomainUnitPolicyGrantPrincipal = [
3582
3598
  var DomainUnitSummary = [3, n0, _DUS, 0, [_n, _id], [0, 0]];
3583
3599
  var DomainUnitTarget = [3, n0, _DUT, 0, [_dUI, _iCDU], [0, 2]];
3584
3600
  var DomainUnitUserProperties = [3, n0, _DUUP, 0, [_uIs], [0]];
3601
+ var EncryptionConfiguration = [3, n0, _EC, 0, [_kKA, _sAs], [0, 0]];
3585
3602
  var EnvironmentActionSummary = [
3586
3603
  3,
3587
3604
  n0,
@@ -3609,7 +3626,7 @@ var EnvironmentBlueprintSummary = [
3609
3626
  var EnvironmentConfiguration = [
3610
3627
  3,
3611
3628
  n0,
3612
- _EC,
3629
+ _ECn,
3613
3630
  0,
3614
3631
  [_n, _id, _eBIn, _de, _dM, _cP, _aAw, _aPc, _aRw, _dO],
3615
3632
  [
@@ -3862,6 +3879,15 @@ var GetConnectionOutput = [
3862
3879
  0,
3863
3880
  ],
3864
3881
  ];
3882
+ var GetDataExportConfigurationInput = [3, n0, _GDECI, 0, [_dI], [[0, 1]]];
3883
+ var GetDataExportConfigurationOutput = [
3884
+ 3,
3885
+ n0,
3886
+ _GDECO,
3887
+ 0,
3888
+ [_iEE, _s, _eCn, _sTBA, _cA, _uA],
3889
+ [2, 0, () => EncryptionConfiguration, 0, 4, 4],
3890
+ ];
3865
3891
  var GetDataProductInput = [
3866
3892
  3,
3867
3893
  n0,
@@ -4438,10 +4464,16 @@ var GetMetadataGenerationRunInput = [
4438
4464
  n0,
4439
4465
  _GMGRI,
4440
4466
  0,
4441
- [_dI, _i],
4467
+ [_dI, _i, _ty],
4442
4468
  [
4443
4469
  [0, 1],
4444
4470
  [0, 1],
4471
+ [
4472
+ 0,
4473
+ {
4474
+ [_hQ]: _ty,
4475
+ },
4476
+ ],
4445
4477
  ],
4446
4478
  ];
4447
4479
  var GetMetadataGenerationRunOutput = [
@@ -4449,8 +4481,8 @@ var GetMetadataGenerationRunOutput = [
4449
4481
  n0,
4450
4482
  _GMGRO,
4451
4483
  0,
4452
- [_dIo, _id, _tar, _s, _ty, _cA, _cB, _oPI],
4453
- [0, 0, () => MetadataGenerationRunTarget, 0, 0, 4, 0, 0],
4484
+ [_dIo, _id, _tar, _s, _ty, _typ, _cA, _cB, _oPI, _tS],
4485
+ [0, 0, () => MetadataGenerationRunTarget, 0, 0, 64 | 0, 4, 0, 0, () => MetadataGenerationRunTypeStats],
4454
4486
  ];
4455
4487
  var GetProjectInput = [
4456
4488
  3,
@@ -5798,7 +5830,7 @@ var ListMetadataGenerationRunsInput = [
5798
5830
  n0,
5799
5831
  _LMGRI,
5800
5832
  0,
5801
- [_dI, _s, _ty, _nT, _mRa],
5833
+ [_dI, _s, _ty, _nT, _mRa, _tIa],
5802
5834
  [
5803
5835
  [0, 1],
5804
5836
  [
@@ -5825,6 +5857,12 @@ var ListMetadataGenerationRunsInput = [
5825
5857
  [_hQ]: _mRa,
5826
5858
  },
5827
5859
  ],
5860
+ [
5861
+ 0,
5862
+ {
5863
+ [_hQ]: _tIa,
5864
+ },
5865
+ ],
5828
5866
  ],
5829
5867
  ];
5830
5868
  var ListMetadataGenerationRunsOutput = [
@@ -5840,7 +5878,7 @@ var ListNotificationsInput = [
5840
5878
  n0,
5841
5879
  _LNI,
5842
5880
  0,
5843
- [_dI, _ty, _aTf, _bT, _su, _tS, _mRa, _nT],
5881
+ [_dI, _ty, _aTf, _bT, _su, _tSa, _mRa, _nT],
5844
5882
  [
5845
5883
  [0, 1],
5846
5884
  [
@@ -5870,7 +5908,7 @@ var ListNotificationsInput = [
5870
5908
  [
5871
5909
  0,
5872
5910
  {
5873
- [_hQ]: _tS,
5911
+ [_hQ]: _tSa,
5874
5912
  },
5875
5913
  ],
5876
5914
  [
@@ -6477,10 +6515,11 @@ var MetadataGenerationRunItem = [
6477
6515
  n0,
6478
6516
  _MGRI,
6479
6517
  0,
6480
- [_dIo, _id, _tar, _s, _ty, _cA, _cB, _oPI],
6481
- [0, 0, () => MetadataGenerationRunTarget, 0, 0, 4, 0, 0],
6518
+ [_dIo, _id, _tar, _s, _ty, _typ, _cA, _cB, _oPI],
6519
+ [0, 0, () => MetadataGenerationRunTarget, 0, 0, 64 | 0, 4, 0, 0],
6482
6520
  ];
6483
6521
  var MetadataGenerationRunTarget = [3, n0, _MGRT, 0, [_ty, _i, _r], [0, 0, 0]];
6522
+ var MetadataGenerationRunTypeStat = [3, n0, _MGRTS, 0, [_ty, _s, _eM], [0, 0, 0]];
6484
6523
  var MlflowPropertiesInput = [3, n0, _MPI, 0, [_tSA], [0]];
6485
6524
  var MlflowPropertiesOutput = [3, n0, _MPO, 0, [_tSA], [0]];
6486
6525
  var MlflowPropertiesPatch = [3, n0, _MPP, 0, [_tSA], [0]];
@@ -6614,6 +6653,15 @@ var ProjectSummary = [
6614
6653
  [_dIo, _id, _n, _de, _pS, _fR, _cB, _cA, _uA, _dUI],
6615
6654
  [0, 0, [() => ProjectName, 0], [() => Description, 0], 0, () => FailureReasons, 0, 5, 5, 0],
6616
6655
  ];
6656
+ var PutDataExportConfigurationInput = [
6657
+ 3,
6658
+ n0,
6659
+ _PDECI,
6660
+ 0,
6661
+ [_dI, _eE, _eCn, _cT],
6662
+ [[0, 1], 2, () => EncryptionConfiguration, [0, 4]],
6663
+ ];
6664
+ var PutDataExportConfigurationOutput = [3, n0, _PDECO, 0, [], []];
6617
6665
  var PutEnvironmentBlueprintConfigurationInput = [
6618
6666
  3,
6619
6667
  n0,
@@ -7049,16 +7097,16 @@ var StartMetadataGenerationRunInput = [
7049
7097
  n0,
7050
7098
  _SMGRI,
7051
7099
  0,
7052
- [_dI, _ty, _tar, _cT, _oPIw],
7053
- [[0, 1], 0, () => MetadataGenerationRunTarget, [0, 4], 0],
7100
+ [_dI, _ty, _typ, _tar, _cT, _oPIw],
7101
+ [[0, 1], 0, 64 | 0, () => MetadataGenerationRunTarget, [0, 4], 0],
7054
7102
  ];
7055
7103
  var StartMetadataGenerationRunOutput = [
7056
7104
  3,
7057
7105
  n0,
7058
7106
  _SMGRO,
7059
7107
  0,
7060
- [_dIo, _id, _s, _ty, _cA, _cB, _oPI],
7061
- [0, 0, 0, 0, 4, 0, 0],
7108
+ [_dIo, _id, _s, _ty, _typ, _cA, _cB, _oPI],
7109
+ [0, 0, 0, 0, 64 | 0, 4, 0, 0],
7062
7110
  ];
7063
7111
  var SubscribedAsset = [
7064
7112
  3,
@@ -7200,7 +7248,7 @@ var UnauthorizedException = [
7200
7248
  [0],
7201
7249
  ];
7202
7250
  schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
7203
- var Unit = [3, n0, _U, 0, [], []];
7251
+ var Unit_n0 = [3, n0, _U, 0, [], []];
7204
7252
  var UntagResourceRequest = [
7205
7253
  3,
7206
7254
  n0,
@@ -7873,6 +7921,7 @@ var MetadataFormInputs = [1, n0, _MFI, 0, [() => FormInput, 0]];
7873
7921
  var MetadataForms = [1, n0, _MF, 0, [() => FormOutput, 0]];
7874
7922
  var MetadataFormsSummary = [1, n0, _MFSe, 0, [() => MetadataFormSummary, 0]];
7875
7923
  var MetadataGenerationRuns = [1, n0, _MGR, 0, () => MetadataGenerationRunItem];
7924
+ var MetadataGenerationRunTypeStats = [1, n0, _MGRTSe, 0, () => MetadataGenerationRunTypeStat];
7876
7925
  var NameIdentifiers = [1, n0, _NIa, 0, () => NameIdentifier];
7877
7926
  var NotificationsList = [1, n0, _NL, 0, [() => NotificationOutput, 0]];
7878
7927
  var PhysicalEndpoints = [1, n0, _PEh, 0, [() => PhysicalEndpoint, 0]];
@@ -8097,9 +8146,9 @@ var PolicyGrantDetail = [
8097
8146
  () => CreateAssetTypePolicyGrantDetail,
8098
8147
  () => CreateProjectPolicyGrantDetail,
8099
8148
  () => CreateEnvironmentProfilePolicyGrantDetail,
8100
- () => Unit,
8101
- () => Unit,
8102
- () => Unit,
8149
+ () => Unit_n0,
8150
+ () => Unit_n0,
8151
+ () => Unit_n0,
8103
8152
  () => CreateProjectFromProjectProfilePolicyGrantDetail,
8104
8153
  () => UseAssetTypePolicyGrantDetail,
8105
8154
  ],
@@ -9012,6 +9061,16 @@ var GetConnection = [
9012
9061
  () => GetConnectionInput,
9013
9062
  () => GetConnectionOutput,
9014
9063
  ];
9064
+ var GetDataExportConfiguration = [
9065
+ 9,
9066
+ n0,
9067
+ _GDEC,
9068
+ {
9069
+ [_ht]: ["GET", "/v2/domains/{domainIdentifier}/data-export-configuration", 200],
9070
+ },
9071
+ () => GetDataExportConfigurationInput,
9072
+ () => GetDataExportConfigurationOutput,
9073
+ ];
9015
9074
  var GetDataProduct = [
9016
9075
  9,
9017
9076
  n0,
@@ -9682,6 +9741,16 @@ var PostTimeSeriesDataPoints = [
9682
9741
  () => PostTimeSeriesDataPointsInput,
9683
9742
  () => PostTimeSeriesDataPointsOutput,
9684
9743
  ];
9744
+ var PutDataExportConfiguration = [
9745
+ 9,
9746
+ n0,
9747
+ _PDEC,
9748
+ {
9749
+ [_ht]: ["PUT", "/v2/domains/{domainIdentifier}/data-export-configuration", 200],
9750
+ },
9751
+ () => PutDataExportConfigurationInput,
9752
+ () => PutDataExportConfigurationOutput,
9753
+ ];
9685
9754
  var PutEnvironmentBlueprintConfiguration = [
9686
9755
  9,
9687
9756
  n0,
@@ -10903,6 +10972,18 @@ class GetConnectionCommand extends smithyClient.Command
10903
10972
  .build() {
10904
10973
  }
10905
10974
 
10975
+ class GetDataExportConfigurationCommand extends smithyClient.Command
10976
+ .classBuilder()
10977
+ .ep(commonParams)
10978
+ .m(function (Command, cs, config, o) {
10979
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
10980
+ })
10981
+ .s("DataZone", "GetDataExportConfiguration", {})
10982
+ .n("DataZoneClient", "GetDataExportConfigurationCommand")
10983
+ .sc(GetDataExportConfiguration)
10984
+ .build() {
10985
+ }
10986
+
10906
10987
  class GetDataProductCommand extends smithyClient.Command
10907
10988
  .classBuilder()
10908
10989
  .ep(commonParams)
@@ -11683,6 +11764,18 @@ class PostTimeSeriesDataPointsCommand extends smithyClient.Command
11683
11764
  .build() {
11684
11765
  }
11685
11766
 
11767
+ class PutDataExportConfigurationCommand extends smithyClient.Command
11768
+ .classBuilder()
11769
+ .ep(commonParams)
11770
+ .m(function (Command, cs, config, o) {
11771
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11772
+ })
11773
+ .s("DataZone", "PutDataExportConfiguration", {})
11774
+ .n("DataZoneClient", "PutDataExportConfigurationCommand")
11775
+ .sc(PutDataExportConfiguration)
11776
+ .build() {
11777
+ }
11778
+
11686
11779
  class PutEnvironmentBlueprintConfigurationCommand extends smithyClient.Command
11687
11780
  .classBuilder()
11688
11781
  .ep(commonParams)
@@ -12187,6 +12280,7 @@ const commands = {
12187
12280
  GetAssetFilterCommand,
12188
12281
  GetAssetTypeCommand,
12189
12282
  GetConnectionCommand,
12283
+ GetDataExportConfigurationCommand,
12190
12284
  GetDataProductCommand,
12191
12285
  GetDataSourceCommand,
12192
12286
  GetDataSourceRunCommand,
@@ -12252,6 +12346,7 @@ const commands = {
12252
12346
  ListTimeSeriesDataPointsCommand,
12253
12347
  PostLineageEventCommand,
12254
12348
  PostTimeSeriesDataPointsCommand,
12349
+ PutDataExportConfigurationCommand,
12255
12350
  PutEnvironmentBlueprintConfigurationCommand,
12256
12351
  RejectPredictionsCommand,
12257
12352
  RejectSubscriptionRequestCommand,
@@ -12468,6 +12563,10 @@ const ConfigurableActionTypeAuthorization = {
12468
12563
  HTTPS: "HTTPS",
12469
12564
  IAM: "IAM",
12470
12565
  };
12566
+ const ConfigurationStatus = {
12567
+ COMPLETED: "COMPLETED",
12568
+ FAILED: "FAILED",
12569
+ };
12471
12570
  const GlueConnectionType = {
12472
12571
  BIGQUERY: "BIGQUERY",
12473
12572
  DOCUMENTDB: "DOCUMENTDB",
@@ -12893,19 +12992,22 @@ const SortKey = {
12893
12992
  CREATED_AT: "CREATED_AT",
12894
12993
  UPDATED_AT: "UPDATED_AT",
12895
12994
  };
12995
+ const MetadataGenerationRunType = {
12996
+ BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS",
12997
+ BUSINESS_GLOSSARY_ASSOCIATIONS: "BUSINESS_GLOSSARY_ASSOCIATIONS",
12998
+ BUSINESS_NAMES: "BUSINESS_NAMES",
12999
+ };
12896
13000
  const MetadataGenerationRunStatus = {
12897
13001
  CANCELED: "CANCELED",
12898
13002
  FAILED: "FAILED",
12899
13003
  IN_PROGRESS: "IN_PROGRESS",
13004
+ PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
12900
13005
  SUBMITTED: "SUBMITTED",
12901
13006
  SUCCEEDED: "SUCCEEDED",
12902
13007
  };
12903
13008
  const MetadataGenerationTargetType = {
12904
13009
  ASSET: "ASSET",
12905
13010
  };
12906
- const MetadataGenerationRunType = {
12907
- BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS",
12908
- };
12909
13011
  const RejectRuleBehavior = {
12910
13012
  ALL: "ALL",
12911
13013
  NONE: "NONE",
@@ -12963,6 +13065,7 @@ exports.CancelSubscriptionCommand = CancelSubscriptionCommand;
12963
13065
  exports.ChangeAction = ChangeAction;
12964
13066
  exports.ComputeEnvironments = ComputeEnvironments;
12965
13067
  exports.ConfigurableActionTypeAuthorization = ConfigurableActionTypeAuthorization;
13068
+ exports.ConfigurationStatus = ConfigurationStatus;
12966
13069
  exports.ConflictException = ConflictException$1;
12967
13070
  exports.ConnectionScope = ConnectionScope;
12968
13071
  exports.ConnectionStatus = ConnectionStatus;
@@ -13052,6 +13155,7 @@ exports.GetAssetCommand = GetAssetCommand;
13052
13155
  exports.GetAssetFilterCommand = GetAssetFilterCommand;
13053
13156
  exports.GetAssetTypeCommand = GetAssetTypeCommand;
13054
13157
  exports.GetConnectionCommand = GetConnectionCommand;
13158
+ exports.GetDataExportConfigurationCommand = GetDataExportConfigurationCommand;
13055
13159
  exports.GetDataProductCommand = GetDataProductCommand;
13056
13160
  exports.GetDataSourceCommand = GetDataSourceCommand;
13057
13161
  exports.GetDataSourceRunCommand = GetDataSourceRunCommand;
@@ -13147,6 +13251,7 @@ exports.PostTimeSeriesDataPointsCommand = PostTimeSeriesDataPointsCommand;
13147
13251
  exports.ProjectDesignation = ProjectDesignation;
13148
13252
  exports.ProjectStatus = ProjectStatus;
13149
13253
  exports.Protocol = Protocol;
13254
+ exports.PutDataExportConfigurationCommand = PutDataExportConfigurationCommand;
13150
13255
  exports.PutEnvironmentBlueprintConfigurationCommand = PutEnvironmentBlueprintConfigurationCommand;
13151
13256
  exports.RejectPredictionsCommand = RejectPredictionsCommand;
13152
13257
  exports.RejectRuleBehavior = RejectRuleBehavior;
@@ -70,6 +70,7 @@ import { GetAssetCommand } from "./commands/GetAssetCommand";
70
70
  import { GetAssetFilterCommand, } from "./commands/GetAssetFilterCommand";
71
71
  import { GetAssetTypeCommand, } from "./commands/GetAssetTypeCommand";
72
72
  import { GetConnectionCommand, } from "./commands/GetConnectionCommand";
73
+ import { GetDataExportConfigurationCommand, } from "./commands/GetDataExportConfigurationCommand";
73
74
  import { GetDataProductCommand, } from "./commands/GetDataProductCommand";
74
75
  import { GetDataSourceCommand, } from "./commands/GetDataSourceCommand";
75
76
  import { GetDataSourceRunCommand, } from "./commands/GetDataSourceRunCommand";
@@ -135,6 +136,7 @@ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceComma
135
136
  import { ListTimeSeriesDataPointsCommand, } from "./commands/ListTimeSeriesDataPointsCommand";
136
137
  import { PostLineageEventCommand, } from "./commands/PostLineageEventCommand";
137
138
  import { PostTimeSeriesDataPointsCommand, } from "./commands/PostTimeSeriesDataPointsCommand";
139
+ import { PutDataExportConfigurationCommand, } from "./commands/PutDataExportConfigurationCommand";
138
140
  import { PutEnvironmentBlueprintConfigurationCommand, } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
139
141
  import { RejectPredictionsCommand, } from "./commands/RejectPredictionsCommand";
140
142
  import { RejectSubscriptionRequestCommand, } from "./commands/RejectSubscriptionRequestCommand";
@@ -244,6 +246,7 @@ const commands = {
244
246
  GetAssetFilterCommand,
245
247
  GetAssetTypeCommand,
246
248
  GetConnectionCommand,
249
+ GetDataExportConfigurationCommand,
247
250
  GetDataProductCommand,
248
251
  GetDataSourceCommand,
249
252
  GetDataSourceRunCommand,
@@ -309,6 +312,7 @@ const commands = {
309
312
  ListTimeSeriesDataPointsCommand,
310
313
  PostLineageEventCommand,
311
314
  PostTimeSeriesDataPointsCommand,
315
+ PutDataExportConfigurationCommand,
312
316
  PutEnvironmentBlueprintConfigurationCommand,
313
317
  RejectPredictionsCommand,
314
318
  RejectSubscriptionRequestCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetDataExportConfiguration } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetDataExportConfigurationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("DataZone", "GetDataExportConfiguration", {})
13
+ .n("DataZoneClient", "GetDataExportConfigurationCommand")
14
+ .sc(GetDataExportConfiguration)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { PutDataExportConfiguration } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class PutDataExportConfigurationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("DataZone", "PutDataExportConfiguration", {})
13
+ .n("DataZoneClient", "PutDataExportConfigurationCommand")
14
+ .sc(PutDataExportConfiguration)
15
+ .build() {
16
+ }
@@ -69,6 +69,7 @@ export * from "./GetAssetCommand";
69
69
  export * from "./GetAssetFilterCommand";
70
70
  export * from "./GetAssetTypeCommand";
71
71
  export * from "./GetConnectionCommand";
72
+ export * from "./GetDataExportConfigurationCommand";
72
73
  export * from "./GetDataProductCommand";
73
74
  export * from "./GetDataSourceCommand";
74
75
  export * from "./GetDataSourceRunCommand";
@@ -134,6 +135,7 @@ export * from "./ListTagsForResourceCommand";
134
135
  export * from "./ListTimeSeriesDataPointsCommand";
135
136
  export * from "./PostLineageEventCommand";
136
137
  export * from "./PostTimeSeriesDataPointsCommand";
138
+ export * from "./PutDataExportConfigurationCommand";
137
139
  export * from "./PutEnvironmentBlueprintConfigurationCommand";
138
140
  export * from "./RejectPredictionsCommand";
139
141
  export * from "./RejectSubscriptionRequestCommand";
@@ -99,6 +99,10 @@ export const ConfigurableActionTypeAuthorization = {
99
99
  HTTPS: "HTTPS",
100
100
  IAM: "IAM",
101
101
  };
102
+ export const ConfigurationStatus = {
103
+ COMPLETED: "COMPLETED",
104
+ FAILED: "FAILED",
105
+ };
102
106
  export const GlueConnectionType = {
103
107
  BIGQUERY: "BIGQUERY",
104
108
  DOCUMENTDB: "DOCUMENTDB",
@@ -524,19 +528,22 @@ export const SortKey = {
524
528
  CREATED_AT: "CREATED_AT",
525
529
  UPDATED_AT: "UPDATED_AT",
526
530
  };
531
+ export const MetadataGenerationRunType = {
532
+ BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS",
533
+ BUSINESS_GLOSSARY_ASSOCIATIONS: "BUSINESS_GLOSSARY_ASSOCIATIONS",
534
+ BUSINESS_NAMES: "BUSINESS_NAMES",
535
+ };
527
536
  export const MetadataGenerationRunStatus = {
528
537
  CANCELED: "CANCELED",
529
538
  FAILED: "FAILED",
530
539
  IN_PROGRESS: "IN_PROGRESS",
540
+ PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
531
541
  SUBMITTED: "SUBMITTED",
532
542
  SUCCEEDED: "SUCCEEDED",
533
543
  };
534
544
  export const MetadataGenerationTargetType = {
535
545
  ASSET: "ASSET",
536
546
  };
537
- export const MetadataGenerationRunType = {
538
- BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS",
539
- };
540
547
  export const RejectRuleBehavior = {
541
548
  ALL: "ALL",
542
549
  NONE: "NONE",