@aws-sdk/client-datazone 3.930.0 → 3.932.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 (33) hide show
  1. package/dist-cjs/index.js +120 -47
  2. package/dist-es/models/models_0.js +10 -25
  3. package/dist-es/models/models_1.js +19 -0
  4. package/dist-es/schemas/schemas_0.js +109 -40
  5. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +36 -0
  6. package/dist-types/commands/CancelSubscriptionCommand.d.ts +23 -0
  7. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +50 -0
  10. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +6 -0
  11. package/dist-types/commands/GetSubscriptionCommand.d.ts +23 -0
  12. package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +6 -0
  13. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +23 -0
  14. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +10 -1
  15. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +26 -1
  16. package/dist-types/commands/ListSubscriptionsCommand.d.ts +26 -2
  17. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +23 -0
  18. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +23 -0
  19. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +6 -0
  20. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +23 -0
  21. package/dist-types/models/models_0.d.ts +224 -234
  22. package/dist-types/models/models_1.d.ts +320 -379
  23. package/dist-types/models/models_2.d.ts +325 -3
  24. package/dist-types/schemas/schemas_0.d.ts +9 -1
  25. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +4 -2
  29. package/dist-types/ts3.4/models/models_0.d.ts +96 -87
  30. package/dist-types/ts3.4/models/models_1.d.ts +121 -106
  31. package/dist-types/ts3.4/models/models_2.d.ts +76 -6
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -1
  33. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -205,17 +205,15 @@ let ValidationException$1 = class ValidationException extends DataZoneServiceExc
205
205
  Object.setPrototypeOf(this, ValidationException.prototype);
206
206
  }
207
207
  };
208
+ const S3Permission = {
209
+ READ: "READ",
210
+ WRITE: "WRITE",
211
+ };
208
212
  const SubscriptionRequestStatus = {
209
213
  ACCEPTED: "ACCEPTED",
210
214
  PENDING: "PENDING",
211
215
  REJECTED: "REJECTED",
212
216
  };
213
- const ResolutionStrategy = {
214
- MANUAL: "MANUAL",
215
- };
216
- const DataZoneEntityType = {
217
- DOMAIN_UNIT: "DOMAIN_UNIT",
218
- };
219
217
  let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends DataZoneServiceException$1 {
220
218
  name = "ServiceQuotaExceededException";
221
219
  $fault = "client";
@@ -228,6 +226,12 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
228
226
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
229
227
  }
230
228
  };
229
+ const ResolutionStrategy = {
230
+ MANUAL: "MANUAL",
231
+ };
232
+ const DataZoneEntityType = {
233
+ DOMAIN_UNIT: "DOMAIN_UNIT",
234
+ };
231
235
  const TargetEntityType = {
232
236
  ASSET_TYPE: "ASSET_TYPE",
233
237
  DOMAIN_UNIT: "DOMAIN_UNIT",
@@ -556,6 +560,7 @@ const OverallDeploymentStatus = {
556
560
  PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT",
557
561
  SUCCESSFUL: "SUCCESSFUL",
558
562
  };
563
+
559
564
  const ProjectStatus = {
560
565
  ACTIVE: "ACTIVE",
561
566
  DELETE_FAILED: "DELETE_FAILED",
@@ -575,7 +580,6 @@ const UserDesignation = {
575
580
  PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
576
581
  PROJECT_OWNER: "PROJECT_OWNER",
577
582
  };
578
-
579
583
  const DeploymentMode = {
580
584
  ON_CREATE: "ON_CREATE",
581
585
  ON_DEMAND: "ON_DEMAND",
@@ -820,7 +824,7 @@ const _AO = "AggregationOutput";
820
824
  const _AOI = "AggregationOutputItem";
821
825
  const _AOIg = "AggregationOutputItems";
822
826
  const _AOL = "AggregationOutputList";
823
- const _AP = "ActionParameters";
827
+ const _AP = "AssetPermission";
824
828
  const _APG = "AddPolicyGrant";
825
829
  const _APGI = "AddPolicyGrantInput";
826
830
  const _APGO = "AddPolicyGrantOutput";
@@ -832,7 +836,9 @@ const _APOt = "AthenaPropertiesOutput";
832
836
  const _APP = "AthenaPropertiesPatch";
833
837
  const _APS = "AccountPoolSummary";
834
838
  const _APSc = "AccountPoolSummaries";
835
- const _APc = "AcceptPredictions";
839
+ const _APc = "ActionParameters";
840
+ const _APcc = "AcceptPredictions";
841
+ const _APs = "AssetPermissions";
836
842
  const _AQPI = "AmazonQPropertiesInput";
837
843
  const _AQPO = "AmazonQPropertiesOutput";
838
844
  const _AQPP = "AmazonQPropertiesPatch";
@@ -1491,6 +1497,7 @@ const _PSro = "ProjectSummaries";
1491
1497
  const _PTSDP = "PostTimeSeriesDataPoints";
1492
1498
  const _PTSDPI = "PostTimeSeriesDataPointsInput";
1493
1499
  const _PTSDPO = "PostTimeSeriesDataPointsOutput";
1500
+ const _Pe = "Permissions";
1494
1501
  const _R = "Resource";
1495
1502
  const _RC = "RecommendationConfiguration";
1496
1503
  const _RCC = "RedshiftCredentialConfiguration";
@@ -1559,8 +1566,9 @@ const _SDSRO = "StartDataSourceRunOutput";
1559
1566
  const _SEPI = "SparkEmrPropertiesInput";
1560
1567
  const _SEPO = "SparkEmrPropertiesOutput";
1561
1568
  const _SEPP = "SparkEmrPropertiesPatch";
1562
- const _SG = "SubscriptionGrants";
1569
+ const _SG = "SubscribedGroup";
1563
1570
  const _SGA = "SparkGlueArgs";
1571
+ const _SGI = "SubscribedGroupInput";
1564
1572
  const _SGP = "SearchGroupProfiles";
1565
1573
  const _SGPI = "SearchGroupProfilesInput";
1566
1574
  const _SGPIp = "SparkGluePropertiesInput";
@@ -1570,6 +1578,7 @@ const _SGS = "SubscriptionGrantSummary";
1570
1578
  const _SGSD = "SelfGrantStatusDetail";
1571
1579
  const _SGSDe = "SelfGrantStatusDetails";
1572
1580
  const _SGSO = "SelfGrantStatusOutput";
1581
+ const _SGu = "SubscriptionGrants";
1573
1582
  const _SI = "SearchInput";
1574
1583
  const _SII = "SearchInItem";
1575
1584
  const _SIL = "SearchInList";
@@ -1617,6 +1626,8 @@ const _STRI = "SearchTypesResultItems";
1617
1626
  const _STRIe = "SearchTypesResultItem";
1618
1627
  const _STS = "SubscriptionTargetSummary";
1619
1628
  const _STe = "SearchTypes";
1629
+ const _SU = "SubscribedUser";
1630
+ const _SUI = "SubscribedUserInput";
1620
1631
  const _SUP = "SearchUserProfiles";
1621
1632
  const _SUPD = "SsoUserProfileDetails";
1622
1633
  const _SUPI = "SearchUserProfilesInput";
@@ -1744,10 +1755,11 @@ const _aLc = "actionLink";
1744
1755
  const _aLs = "assetListings";
1745
1756
  const _aLss = "assetListing";
1746
1757
  const _aM = "authMode";
1747
- const _aP = "authorizedPrincipals";
1758
+ const _aP = "assetPermissions";
1748
1759
  const _aPI = "approverProjectId";
1749
1760
  const _aPc = "accountPools";
1750
1761
  const _aPt = "athenaProperties";
1762
+ const _aPu = "authorizedPrincipals";
1751
1763
  const _aQP = "amazonQProperties";
1752
1764
  const _aR = "acceptRule";
1753
1765
  const _aRc = "accessRole";
@@ -2086,6 +2098,7 @@ const _oAP = "oAuth2Properties";
2086
2098
  const _oDI = "originDomainId";
2087
2099
  const _oDS = "overallDeploymentStatus";
2088
2100
  const _oDUO = "overrideDomainUnitOwners";
2101
+ const _oGI = "owningGroupId";
2089
2102
  const _oLRES = "openLineageRunEventSummary";
2090
2103
  const _oPI = "owningProjectId";
2091
2104
  const _oPIr = "originProjectId";
@@ -2093,6 +2106,7 @@ const _oPIw = "owningProjectIdentifier";
2093
2106
  const _oPIwn = "ownerProjectId";
2094
2107
  const _oPN = "ownerProjectName";
2095
2108
  const _oPO = "overrideProjectOwners";
2109
+ const _oUI = "owningUserId";
2096
2110
  const _or = "orchestrator";
2097
2111
  const _or_ = "or";
2098
2112
  const _ord = "order";
@@ -2134,6 +2148,7 @@ const _pU = "portalUrl";
2134
2148
  const _pVE = "pythonVirtualEnv";
2135
2149
  const _pa = "password";
2136
2150
  const _par = "parameters";
2151
+ const _pe = "permissions";
2137
2152
  const _po = "port";
2138
2153
  const _pr = "props";
2139
2154
  const _pro = "provider";
@@ -2235,6 +2250,7 @@ const _sTM = "startTimeoutMinutes";
2235
2250
  const _sTe = "searchText";
2236
2251
  const _sTt = "startTime";
2237
2252
  const _sU = "s3Uri";
2253
+ const _s_ = "s3";
2238
2254
  const _sc = "scope";
2239
2255
  const _sch = "schedule";
2240
2256
  const _se = "server";
@@ -2380,8 +2396,8 @@ var AcceptSubscriptionRequestInput = [
2380
2396
  n0,
2381
2397
  _ASRI,
2382
2398
  0,
2383
- [_dI, _i, _dC, _aS],
2384
- [[0, 1], [0, 1], [() => DecisionComment, 0], () => AcceptedAssetScopes],
2399
+ [_dI, _i, _dC, _aS, _aP],
2400
+ [[0, 1], [0, 1], [() => DecisionComment, 0], () => AcceptedAssetScopes, () => AssetPermissions],
2385
2401
  ];
2386
2402
  var AcceptSubscriptionRequestOutput = [
2387
2403
  3,
@@ -2564,6 +2580,7 @@ var AssetListingItemAdditionalAttributes = [
2564
2580
  [_f, _mR, _lTSDPF],
2565
2581
  [0, () => MatchRationale, () => TimeSeriesDataPointSummaryFormOutputList],
2566
2582
  ];
2583
+ var AssetPermission = [3, n0, _AP, 0, [_aI, _pe], [0, () => Permissions]];
2567
2584
  var AssetRevision = [3, n0, _ARs, 0, [_dIo, _id, _r, _cB, _cA], [0, 0, 0, 0, 4]];
2568
2585
  var AssetScope = [3, n0, _AS, 0, [_aI, _fI, _s, _eM], [0, 64 | 0, 0, 0]];
2569
2586
  var AssetTargetNameMap = [3, n0, _ATNM, 0, [_aI, _tN], [0, 0]];
@@ -3347,15 +3364,15 @@ var CreateSubscriptionGrantOutput = [
3347
3364
  n0,
3348
3365
  _CSGO,
3349
3366
  0,
3350
- [_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
3351
- [0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
3367
+ [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
3368
+ [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
3352
3369
  ];
3353
3370
  var CreateSubscriptionRequestInput = [
3354
3371
  3,
3355
3372
  n0,
3356
3373
  _CSRI,
3357
3374
  0,
3358
- [_dI, _sP, _sL, _rR, _cT, _mF],
3375
+ [_dI, _sP, _sL, _rR, _cT, _mF, _aP, _aS],
3359
3376
  [
3360
3377
  [0, 1],
3361
3378
  () => SubscribedPrincipalInputs,
@@ -3363,6 +3380,8 @@ var CreateSubscriptionRequestInput = [
3363
3380
  [() => RequestReason, 0],
3364
3381
  [0, 4],
3365
3382
  [() => MetadataFormInputs, 0],
3383
+ () => AssetPermissions,
3384
+ () => AcceptedAssetScopes,
3366
3385
  ],
3367
3386
  ];
3368
3387
  var CreateSubscriptionRequestOutput = [
@@ -3393,7 +3412,7 @@ var CreateSubscriptionTargetInput = [
3393
3412
  n0,
3394
3413
  _CSTI,
3395
3414
  0,
3396
- [_dI, _eInv, _n, _ty, _sTC, _aP, _mAR, _aAT, _pro, _cT],
3415
+ [_dI, _eInv, _n, _ty, _sTC, _aPu, _mAR, _aAT, _pro, _cT],
3397
3416
  [[0, 1], [0, 1], [() => SubscriptionTargetName, 0], 0, () => SubscriptionTargetForms, 64 | 0, 0, 64 | 0, 0, [0, 4]],
3398
3417
  ];
3399
3418
  var CreateSubscriptionTargetOutput = [
@@ -3401,7 +3420,7 @@ var CreateSubscriptionTargetOutput = [
3401
3420
  n0,
3402
3421
  _CSTO,
3403
3422
  0,
3404
- [_id, _aP, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
3423
+ [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
3405
3424
  [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0],
3406
3425
  ];
3407
3426
  var CreateUserProfileInput = [
@@ -3923,8 +3942,8 @@ var DeleteSubscriptionGrantOutput = [
3923
3942
  n0,
3924
3943
  _DSGO,
3925
3944
  0,
3926
- [_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
3927
- [0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
3945
+ [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
3946
+ [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
3928
3947
  ];
3929
3948
  var DeleteSubscriptionRequestInput = [
3930
3949
  3,
@@ -5032,8 +5051,8 @@ var GetSubscriptionGrantOutput = [
5032
5051
  n0,
5033
5052
  _GSGO,
5034
5053
  0,
5035
- [_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
5036
- [0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
5054
+ [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
5055
+ [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
5037
5056
  ];
5038
5057
  var GetSubscriptionInput = [
5039
5058
  3,
@@ -5105,7 +5124,7 @@ var GetSubscriptionTargetOutput = [
5105
5124
  n0,
5106
5125
  _GSTO,
5107
5126
  0,
5108
- [_id, _aP, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
5127
+ [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
5109
5128
  [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0],
5110
5129
  ];
5111
5130
  var GetTimeSeriesDataPointInput = [
@@ -6579,7 +6598,7 @@ var ListSubscriptionGrantsInput = [
6579
6598
  n0,
6580
6599
  _LSGI,
6581
6600
  0,
6582
- [_dI, _eInvi, _sTIu, _sLI, _sI, _oPI, _sB, _sO, _mRa, _nT],
6601
+ [_dI, _eInvi, _sTIu, _sLI, _sI, _oPI, _oUI, _oGI, _sB, _sO, _mRa, _nT],
6583
6602
  [
6584
6603
  [0, 1],
6585
6604
  [
@@ -6612,6 +6631,18 @@ var ListSubscriptionGrantsInput = [
6612
6631
  [_hQ]: _oPI,
6613
6632
  },
6614
6633
  ],
6634
+ [
6635
+ 0,
6636
+ {
6637
+ [_hQ]: _oUI,
6638
+ },
6639
+ ],
6640
+ [
6641
+ 0,
6642
+ {
6643
+ [_hQ]: _oGI,
6644
+ },
6645
+ ],
6615
6646
  [
6616
6647
  0,
6617
6648
  {
@@ -6651,7 +6682,7 @@ var ListSubscriptionRequestsInput = [
6651
6682
  n0,
6652
6683
  _LSRI,
6653
6684
  0,
6654
- [_dI, _s, _sLI, _oPI, _aPI, _sB, _sO, _mRa, _nT],
6685
+ [_dI, _s, _sLI, _oPI, _aPI, _oUI, _oGI, _sB, _sO, _mRa, _nT],
6655
6686
  [
6656
6687
  [0, 1],
6657
6688
  [
@@ -6678,6 +6709,18 @@ var ListSubscriptionRequestsInput = [
6678
6709
  [_hQ]: _aPI,
6679
6710
  },
6680
6711
  ],
6712
+ [
6713
+ 0,
6714
+ {
6715
+ [_hQ]: _oUI,
6716
+ },
6717
+ ],
6718
+ [
6719
+ 0,
6720
+ {
6721
+ [_hQ]: _oGI,
6722
+ },
6723
+ ],
6681
6724
  [
6682
6725
  0,
6683
6726
  {
@@ -6717,7 +6760,7 @@ var ListSubscriptionsInput = [
6717
6760
  n0,
6718
6761
  _LSIi,
6719
6762
  0,
6720
- [_dI, _sRIu, _s, _sLI, _oPI, _aPI, _sB, _sO, _mRa, _nT],
6763
+ [_dI, _sRIu, _s, _sLI, _oPI, _oUI, _oGI, _aPI, _sB, _sO, _mRa, _nT],
6721
6764
  [
6722
6765
  [0, 1],
6723
6766
  [
@@ -6744,6 +6787,18 @@ var ListSubscriptionsInput = [
6744
6787
  [_hQ]: _oPI,
6745
6788
  },
6746
6789
  ],
6790
+ [
6791
+ 0,
6792
+ {
6793
+ [_hQ]: _oUI,
6794
+ },
6795
+ ],
6796
+ [
6797
+ 0,
6798
+ {
6799
+ [_hQ]: _oGI,
6800
+ },
6801
+ ],
6747
6802
  [
6748
6803
  0,
6749
6804
  {
@@ -7484,17 +7539,19 @@ var SubscribedAsset = [
7484
7539
  n0,
7485
7540
  _SA,
7486
7541
  0,
7487
- [_aI, _aRs, _s, _tN, _fC, _gTra, _fTa, _aSs],
7488
- [0, 0, 0, 0, () => FailureCause, 4, 4, () => AssetScope],
7542
+ [_aI, _aRs, _s, _tN, _fC, _gTra, _fTa, _aSs, _pe],
7543
+ [0, 0, 0, 0, () => FailureCause, 4, 4, () => AssetScope, () => Permissions],
7489
7544
  ];
7490
7545
  var SubscribedAssetListing = [
7491
7546
  3,
7492
7547
  n0,
7493
7548
  _SAL,
7494
7549
  0,
7495
- [_eIn, _eR, _eT, _f, _gT, _aSs],
7496
- [0, 0, 0, 0, [() => DetailedGlossaryTerms, 0], () => AssetScope],
7550
+ [_eIn, _eR, _eT, _f, _gT, _aSs, _pe],
7551
+ [0, 0, 0, 0, [() => DetailedGlossaryTerms, 0], () => AssetScope, () => Permissions],
7497
7552
  ];
7553
+ var SubscribedGroup = [3, n0, _SG, 0, [_id, _n], [0, [() => GroupProfileName, 0]]];
7554
+ var SubscribedGroupInput = [3, n0, _SGI, 0, [_i], [0]];
7498
7555
  var SubscribedListing = [
7499
7556
  3,
7500
7557
  n0,
@@ -7514,13 +7571,15 @@ var SubscribedProductListing = [
7514
7571
  ];
7515
7572
  var SubscribedProject = [3, n0, _SP, 0, [_id, _n], [0, [() => ProjectName, 0]]];
7516
7573
  var SubscribedProjectInput = [3, n0, _SPIu, 0, [_i], [0]];
7574
+ var SubscribedUser = [3, n0, _SU, 0, [_id, _det], [0, [() => UserProfileDetails, 0]]];
7575
+ var SubscribedUserInput = [3, n0, _SUI, 0, [_i], [0]];
7517
7576
  var SubscriptionGrantSummary = [
7518
7577
  3,
7519
7578
  n0,
7520
7579
  _SGS,
7521
7580
  0,
7522
- [_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
7523
- [0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
7581
+ [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
7582
+ [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
7524
7583
  ];
7525
7584
  var SubscriptionRequestSummary = [
7526
7585
  3,
@@ -7559,7 +7618,7 @@ var SubscriptionTargetSummary = [
7559
7618
  n0,
7560
7619
  _STS,
7561
7620
  0,
7562
- [_id, _aP, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
7621
+ [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
7563
7622
  [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0],
7564
7623
  ];
7565
7624
  var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
@@ -7615,7 +7674,7 @@ var UnauthorizedException = [
7615
7674
  [0],
7616
7675
  ];
7617
7676
  schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
7618
- var Unit_n0 = [3, n0, _U, 0, [], []];
7677
+ var Unit = [3, n0, _U, 0, [], []];
7619
7678
  var UntagResourceRequest = [
7620
7679
  3,
7621
7680
  n0,
@@ -8106,8 +8165,8 @@ var UpdateSubscriptionGrantStatusOutput = [
8106
8165
  n0,
8107
8166
  _USGSO,
8108
8167
  0,
8109
- [_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
8110
- [0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
8168
+ [_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
8169
+ [0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
8111
8170
  ];
8112
8171
  var UpdateSubscriptionRequestInput = [
8113
8172
  3,
@@ -8149,7 +8208,7 @@ var UpdateSubscriptionTargetInput = [
8149
8208
  n0,
8150
8209
  _USTI,
8151
8210
  0,
8152
- [_dI, _eInv, _i, _n, _aP, _aAT, _sTC, _mAR, _pro],
8211
+ [_dI, _eInv, _i, _n, _aPu, _aAT, _sTC, _mAR, _pro],
8153
8212
  [[0, 1], [0, 1], [0, 1], [() => SubscriptionTargetName, 0], 64 | 0, 64 | 0, () => SubscriptionTargetForms, 0, 0],
8154
8213
  ];
8155
8214
  var UpdateSubscriptionTargetOutput = [
@@ -8157,7 +8216,7 @@ var UpdateSubscriptionTargetOutput = [
8157
8216
  n0,
8158
8217
  _USTO,
8159
8218
  0,
8160
- [_id, _aP, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
8219
+ [_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
8161
8220
  [0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0],
8162
8221
  ];
8163
8222
  var UpdateUserProfileInput = [
@@ -8211,6 +8270,7 @@ var AggregationOutputItems = [1, n0, _AOIg, 0, () => AggregationOutputItem];
8211
8270
  var AggregationOutputList = [1, n0, _AOL, 0, () => AggregationOutput];
8212
8271
  var AssetFilters = [1, n0, _AF, 0, [() => AssetFilterSummary, 0]];
8213
8272
  var AssetInDataProductListingItems = [1, n0, _AIDPLIs, 0, () => AssetInDataProductListingItem];
8273
+ var AssetPermissions = [1, n0, _APs, 0, () => AssetPermission];
8214
8274
  var AssetRevisions = [1, n0, _ARss, 0, () => AssetRevision];
8215
8275
  var AssetTargetNames = [1, n0, _ATN, 0, () => AssetTargetNameMap];
8216
8276
  var ConfigurableActionParameterList = [1, n0, _CAPL, 0, () => ConfigurableActionParameter];
@@ -8300,7 +8360,7 @@ var SubscribedListingInputs = [1, n0, _SLIub, 0, () => SubscribedListingInput];
8300
8360
  var SubscribedListings = [1, n0, _SLu, 0, [() => SubscribedListing, 0]];
8301
8361
  var SubscribedPrincipalInputs = [1, n0, _SPIub, 0, () => SubscribedPrincipalInput];
8302
8362
  var SubscribedPrincipals = [1, n0, _SPu, 0, [() => SubscribedPrincipal, 0]];
8303
- var SubscriptionGrants = [1, n0, _SG, 0, () => SubscriptionGrantSummary];
8363
+ var SubscriptionGrants = [1, n0, _SGu, 0, () => SubscriptionGrantSummary];
8304
8364
  var SubscriptionRequests = [1, n0, _SR, 0, [() => SubscriptionRequestSummary, 0]];
8305
8365
  var Subscriptions = [1, n0, _S, 0, [() => SubscriptionSummary, 0]];
8306
8366
  var SubscriptionTargetForms = [1, n0, _STFu, 0, () => SubscriptionTargetForm];
@@ -8340,7 +8400,7 @@ var AccountSource = [
8340
8400
  [_acc, _cAPH],
8341
8401
  [[() => AccountInfoList, 0], () => CustomAccountPoolHandler],
8342
8402
  ];
8343
- var ActionParameters = [3, n0, _AP, 0, [_aCL], [() => AwsConsoleLinkParameters]];
8403
+ var ActionParameters = [3, n0, _APc, 0, [_aCL], [() => AwsConsoleLinkParameters]];
8344
8404
  var AssetFilterConfiguration = [
8345
8405
  3,
8346
8406
  n0,
@@ -8481,6 +8541,7 @@ var OwnerPropertiesOutput = [
8481
8541
  [_use, _g],
8482
8542
  [() => OwnerUserPropertiesOutput, () => OwnerGroupPropertiesOutput],
8483
8543
  ];
8544
+ var Permissions = [3, n0, _Pe, 0, [_s_], [64 | 0]];
8484
8545
  var PolicyGrantDetail = [
8485
8546
  3,
8486
8547
  n0,
@@ -8497,9 +8558,9 @@ var PolicyGrantDetail = [
8497
8558
  () => CreateAssetTypePolicyGrantDetail,
8498
8559
  () => CreateProjectPolicyGrantDetail,
8499
8560
  () => CreateEnvironmentProfilePolicyGrantDetail,
8500
- () => Unit_n0,
8501
- () => Unit_n0,
8502
- () => Unit_n0,
8561
+ () => Unit,
8562
+ () => Unit,
8563
+ () => Unit,
8503
8564
  () => CreateProjectFromProjectProfilePolicyGrantDetail,
8504
8565
  () => UseAssetTypePolicyGrantDetail,
8505
8566
  ],
@@ -8631,14 +8692,25 @@ var SubscribedListingItem = [
8631
8692
  [() => SubscribedProductListing, 0],
8632
8693
  ],
8633
8694
  ];
8634
- var SubscribedPrincipal = [3, n0, _SPub, 0, [_proj], [[() => SubscribedProject, 0]]];
8695
+ var SubscribedPrincipal = [
8696
+ 3,
8697
+ n0,
8698
+ _SPub,
8699
+ 0,
8700
+ [_proj, _use, _g],
8701
+ [
8702
+ [() => SubscribedProject, 0],
8703
+ [() => SubscribedUser, 0],
8704
+ [() => SubscribedGroup, 0],
8705
+ ],
8706
+ ];
8635
8707
  var SubscribedPrincipalInput = [
8636
8708
  3,
8637
8709
  n0,
8638
8710
  _SPIubs,
8639
8711
  0,
8640
- [_proj],
8641
- [() => SubscribedProjectInput],
8712
+ [_proj, _use, _g],
8713
+ [() => SubscribedProjectInput, () => SubscribedUserInput, () => SubscribedGroupInput],
8642
8714
  ];
8643
8715
  var UserPolicyGrantPrincipal = [
8644
8716
  3,
@@ -8659,7 +8731,7 @@ var UserProfileDetails = [
8659
8731
  var AcceptPredictions = [
8660
8732
  9,
8661
8733
  n0,
8662
- _APc,
8734
+ _APcc,
8663
8735
  {
8664
8736
  [_ht]: ["PUT", "/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions", 200],
8665
8737
  },
@@ -12901,6 +12973,7 @@ exports.RuleAction = RuleAction;
12901
12973
  exports.RuleScopeSelectionMode = RuleScopeSelectionMode;
12902
12974
  exports.RuleTargetType = RuleTargetType;
12903
12975
  exports.RuleType = RuleType;
12976
+ exports.S3Permission = S3Permission;
12904
12977
  exports.SearchCommand = SearchCommand;
12905
12978
  exports.SearchGroupProfilesCommand = SearchGroupProfilesCommand;
12906
12979
  exports.SearchListingsCommand = SearchListingsCommand;
@@ -89,17 +89,15 @@ export class ValidationException extends __BaseException {
89
89
  Object.setPrototypeOf(this, ValidationException.prototype);
90
90
  }
91
91
  }
92
+ export const S3Permission = {
93
+ READ: "READ",
94
+ WRITE: "WRITE",
95
+ };
92
96
  export const SubscriptionRequestStatus = {
93
97
  ACCEPTED: "ACCEPTED",
94
98
  PENDING: "PENDING",
95
99
  REJECTED: "REJECTED",
96
100
  };
97
- export const ResolutionStrategy = {
98
- MANUAL: "MANUAL",
99
- };
100
- export const DataZoneEntityType = {
101
- DOMAIN_UNIT: "DOMAIN_UNIT",
102
- };
103
101
  export class ServiceQuotaExceededException extends __BaseException {
104
102
  name = "ServiceQuotaExceededException";
105
103
  $fault = "client";
@@ -112,6 +110,12 @@ export class ServiceQuotaExceededException extends __BaseException {
112
110
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
113
111
  }
114
112
  }
113
+ export const ResolutionStrategy = {
114
+ MANUAL: "MANUAL",
115
+ };
116
+ export const DataZoneEntityType = {
117
+ DOMAIN_UNIT: "DOMAIN_UNIT",
118
+ };
115
119
  export const TargetEntityType = {
116
120
  ASSET_TYPE: "ASSET_TYPE",
117
121
  DOMAIN_UNIT: "DOMAIN_UNIT",
@@ -440,22 +444,3 @@ export const OverallDeploymentStatus = {
440
444
  PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT",
441
445
  SUCCESSFUL: "SUCCESSFUL",
442
446
  };
443
- export const ProjectStatus = {
444
- ACTIVE: "ACTIVE",
445
- DELETE_FAILED: "DELETE_FAILED",
446
- DELETING: "DELETING",
447
- MOVING: "MOVING",
448
- UPDATE_FAILED: "UPDATE_FAILED",
449
- UPDATING: "UPDATING",
450
- };
451
- export const ResourceTagSource = {
452
- PROJECT: "PROJECT",
453
- PROJECT_PROFILE: "PROJECT_PROFILE",
454
- };
455
- export const UserDesignation = {
456
- PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
457
- PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
458
- PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER",
459
- PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
460
- PROJECT_OWNER: "PROJECT_OWNER",
461
- };
@@ -1,3 +1,22 @@
1
+ export const ProjectStatus = {
2
+ ACTIVE: "ACTIVE",
3
+ DELETE_FAILED: "DELETE_FAILED",
4
+ DELETING: "DELETING",
5
+ MOVING: "MOVING",
6
+ UPDATE_FAILED: "UPDATE_FAILED",
7
+ UPDATING: "UPDATING",
8
+ };
9
+ export const ResourceTagSource = {
10
+ PROJECT: "PROJECT",
11
+ PROJECT_PROFILE: "PROJECT_PROFILE",
12
+ };
13
+ export const UserDesignation = {
14
+ PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
15
+ PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
16
+ PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER",
17
+ PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR",
18
+ PROJECT_OWNER: "PROJECT_OWNER",
19
+ };
1
20
  export const DeploymentMode = {
2
21
  ON_CREATE: "ON_CREATE",
3
22
  ON_DEMAND: "ON_DEMAND",