@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.
- package/dist-cjs/index.js +120 -47
- package/dist-es/models/models_0.js +10 -25
- package/dist-es/models/models_1.js +19 -0
- package/dist-es/schemas/schemas_0.js +109 -40
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +36 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +6 -0
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +50 -0
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +6 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +6 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +23 -0
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +10 -1
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +26 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +26 -2
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +23 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +224 -234
- package/dist-types/models/models_1.d.ts +320 -379
- package/dist-types/models/models_2.d.ts +325 -3
- package/dist-types/schemas/schemas_0.d.ts +9 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +96 -87
- package/dist-types/ts3.4/models/models_1.d.ts +121 -106
- package/dist-types/ts3.4/models/models_2.d.ts +76 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -1
- package/package.json +5 -5
|
@@ -42,7 +42,7 @@ const _AO = "AggregationOutput";
|
|
|
42
42
|
const _AOI = "AggregationOutputItem";
|
|
43
43
|
const _AOIg = "AggregationOutputItems";
|
|
44
44
|
const _AOL = "AggregationOutputList";
|
|
45
|
-
const _AP = "
|
|
45
|
+
const _AP = "AssetPermission";
|
|
46
46
|
const _APG = "AddPolicyGrant";
|
|
47
47
|
const _APGI = "AddPolicyGrantInput";
|
|
48
48
|
const _APGO = "AddPolicyGrantOutput";
|
|
@@ -54,7 +54,9 @@ const _APOt = "AthenaPropertiesOutput";
|
|
|
54
54
|
const _APP = "AthenaPropertiesPatch";
|
|
55
55
|
const _APS = "AccountPoolSummary";
|
|
56
56
|
const _APSc = "AccountPoolSummaries";
|
|
57
|
-
const _APc = "
|
|
57
|
+
const _APc = "ActionParameters";
|
|
58
|
+
const _APcc = "AcceptPredictions";
|
|
59
|
+
const _APs = "AssetPermissions";
|
|
58
60
|
const _AQPI = "AmazonQPropertiesInput";
|
|
59
61
|
const _AQPO = "AmazonQPropertiesOutput";
|
|
60
62
|
const _AQPP = "AmazonQPropertiesPatch";
|
|
@@ -713,6 +715,7 @@ const _PSro = "ProjectSummaries";
|
|
|
713
715
|
const _PTSDP = "PostTimeSeriesDataPoints";
|
|
714
716
|
const _PTSDPI = "PostTimeSeriesDataPointsInput";
|
|
715
717
|
const _PTSDPO = "PostTimeSeriesDataPointsOutput";
|
|
718
|
+
const _Pe = "Permissions";
|
|
716
719
|
const _R = "Resource";
|
|
717
720
|
const _RC = "RecommendationConfiguration";
|
|
718
721
|
const _RCC = "RedshiftCredentialConfiguration";
|
|
@@ -781,8 +784,9 @@ const _SDSRO = "StartDataSourceRunOutput";
|
|
|
781
784
|
const _SEPI = "SparkEmrPropertiesInput";
|
|
782
785
|
const _SEPO = "SparkEmrPropertiesOutput";
|
|
783
786
|
const _SEPP = "SparkEmrPropertiesPatch";
|
|
784
|
-
const _SG = "
|
|
787
|
+
const _SG = "SubscribedGroup";
|
|
785
788
|
const _SGA = "SparkGlueArgs";
|
|
789
|
+
const _SGI = "SubscribedGroupInput";
|
|
786
790
|
const _SGP = "SearchGroupProfiles";
|
|
787
791
|
const _SGPI = "SearchGroupProfilesInput";
|
|
788
792
|
const _SGPIp = "SparkGluePropertiesInput";
|
|
@@ -792,6 +796,7 @@ const _SGS = "SubscriptionGrantSummary";
|
|
|
792
796
|
const _SGSD = "SelfGrantStatusDetail";
|
|
793
797
|
const _SGSDe = "SelfGrantStatusDetails";
|
|
794
798
|
const _SGSO = "SelfGrantStatusOutput";
|
|
799
|
+
const _SGu = "SubscriptionGrants";
|
|
795
800
|
const _SI = "SearchInput";
|
|
796
801
|
const _SII = "SearchInItem";
|
|
797
802
|
const _SIL = "SearchInList";
|
|
@@ -839,6 +844,8 @@ const _STRI = "SearchTypesResultItems";
|
|
|
839
844
|
const _STRIe = "SearchTypesResultItem";
|
|
840
845
|
const _STS = "SubscriptionTargetSummary";
|
|
841
846
|
const _STe = "SearchTypes";
|
|
847
|
+
const _SU = "SubscribedUser";
|
|
848
|
+
const _SUI = "SubscribedUserInput";
|
|
842
849
|
const _SUP = "SearchUserProfiles";
|
|
843
850
|
const _SUPD = "SsoUserProfileDetails";
|
|
844
851
|
const _SUPI = "SearchUserProfilesInput";
|
|
@@ -966,10 +973,11 @@ const _aLc = "actionLink";
|
|
|
966
973
|
const _aLs = "assetListings";
|
|
967
974
|
const _aLss = "assetListing";
|
|
968
975
|
const _aM = "authMode";
|
|
969
|
-
const _aP = "
|
|
976
|
+
const _aP = "assetPermissions";
|
|
970
977
|
const _aPI = "approverProjectId";
|
|
971
978
|
const _aPc = "accountPools";
|
|
972
979
|
const _aPt = "athenaProperties";
|
|
980
|
+
const _aPu = "authorizedPrincipals";
|
|
973
981
|
const _aQP = "amazonQProperties";
|
|
974
982
|
const _aR = "acceptRule";
|
|
975
983
|
const _aRc = "accessRole";
|
|
@@ -1308,6 +1316,7 @@ const _oAP = "oAuth2Properties";
|
|
|
1308
1316
|
const _oDI = "originDomainId";
|
|
1309
1317
|
const _oDS = "overallDeploymentStatus";
|
|
1310
1318
|
const _oDUO = "overrideDomainUnitOwners";
|
|
1319
|
+
const _oGI = "owningGroupId";
|
|
1311
1320
|
const _oLRES = "openLineageRunEventSummary";
|
|
1312
1321
|
const _oPI = "owningProjectId";
|
|
1313
1322
|
const _oPIr = "originProjectId";
|
|
@@ -1315,6 +1324,7 @@ const _oPIw = "owningProjectIdentifier";
|
|
|
1315
1324
|
const _oPIwn = "ownerProjectId";
|
|
1316
1325
|
const _oPN = "ownerProjectName";
|
|
1317
1326
|
const _oPO = "overrideProjectOwners";
|
|
1327
|
+
const _oUI = "owningUserId";
|
|
1318
1328
|
const _or = "orchestrator";
|
|
1319
1329
|
const _or_ = "or";
|
|
1320
1330
|
const _ord = "order";
|
|
@@ -1356,6 +1366,7 @@ const _pU = "portalUrl";
|
|
|
1356
1366
|
const _pVE = "pythonVirtualEnv";
|
|
1357
1367
|
const _pa = "password";
|
|
1358
1368
|
const _par = "parameters";
|
|
1369
|
+
const _pe = "permissions";
|
|
1359
1370
|
const _po = "port";
|
|
1360
1371
|
const _pr = "props";
|
|
1361
1372
|
const _pro = "provider";
|
|
@@ -1457,6 +1468,7 @@ const _sTM = "startTimeoutMinutes";
|
|
|
1457
1468
|
const _sTe = "searchText";
|
|
1458
1469
|
const _sTt = "startTime";
|
|
1459
1470
|
const _sU = "s3Uri";
|
|
1471
|
+
const _s_ = "s3";
|
|
1460
1472
|
const _sc = "scope";
|
|
1461
1473
|
const _sch = "schedule";
|
|
1462
1474
|
const _se = "server";
|
|
@@ -1605,8 +1617,8 @@ export var AcceptSubscriptionRequestInput = [
|
|
|
1605
1617
|
n0,
|
|
1606
1618
|
_ASRI,
|
|
1607
1619
|
0,
|
|
1608
|
-
[_dI, _i, _dC, _aS],
|
|
1609
|
-
[[0, 1], [0, 1], [() => DecisionComment, 0], () => AcceptedAssetScopes],
|
|
1620
|
+
[_dI, _i, _dC, _aS, _aP],
|
|
1621
|
+
[[0, 1], [0, 1], [() => DecisionComment, 0], () => AcceptedAssetScopes, () => AssetPermissions],
|
|
1610
1622
|
];
|
|
1611
1623
|
export var AcceptSubscriptionRequestOutput = [
|
|
1612
1624
|
3,
|
|
@@ -1789,6 +1801,7 @@ export var AssetListingItemAdditionalAttributes = [
|
|
|
1789
1801
|
[_f, _mR, _lTSDPF],
|
|
1790
1802
|
[0, () => MatchRationale, () => TimeSeriesDataPointSummaryFormOutputList],
|
|
1791
1803
|
];
|
|
1804
|
+
export var AssetPermission = [3, n0, _AP, 0, [_aI, _pe], [0, () => Permissions]];
|
|
1792
1805
|
export var AssetRevision = [3, n0, _ARs, 0, [_dIo, _id, _r, _cB, _cA], [0, 0, 0, 0, 4]];
|
|
1793
1806
|
export var AssetScope = [3, n0, _AS, 0, [_aI, _fI, _s, _eM], [0, 64 | 0, 0, 0]];
|
|
1794
1807
|
export var AssetTargetNameMap = [3, n0, _ATNM, 0, [_aI, _tN], [0, 0]];
|
|
@@ -2572,15 +2585,15 @@ export var CreateSubscriptionGrantOutput = [
|
|
|
2572
2585
|
n0,
|
|
2573
2586
|
_CSGO,
|
|
2574
2587
|
0,
|
|
2575
|
-
[_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
|
|
2576
|
-
[0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
2588
|
+
[_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
|
|
2589
|
+
[0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
2577
2590
|
];
|
|
2578
2591
|
export var CreateSubscriptionRequestInput = [
|
|
2579
2592
|
3,
|
|
2580
2593
|
n0,
|
|
2581
2594
|
_CSRI,
|
|
2582
2595
|
0,
|
|
2583
|
-
[_dI, _sP, _sL, _rR, _cT, _mF],
|
|
2596
|
+
[_dI, _sP, _sL, _rR, _cT, _mF, _aP, _aS],
|
|
2584
2597
|
[
|
|
2585
2598
|
[0, 1],
|
|
2586
2599
|
() => SubscribedPrincipalInputs,
|
|
@@ -2588,6 +2601,8 @@ export var CreateSubscriptionRequestInput = [
|
|
|
2588
2601
|
[() => RequestReason, 0],
|
|
2589
2602
|
[0, 4],
|
|
2590
2603
|
[() => MetadataFormInputs, 0],
|
|
2604
|
+
() => AssetPermissions,
|
|
2605
|
+
() => AcceptedAssetScopes,
|
|
2591
2606
|
],
|
|
2592
2607
|
];
|
|
2593
2608
|
export var CreateSubscriptionRequestOutput = [
|
|
@@ -2618,7 +2633,7 @@ export var CreateSubscriptionTargetInput = [
|
|
|
2618
2633
|
n0,
|
|
2619
2634
|
_CSTI,
|
|
2620
2635
|
0,
|
|
2621
|
-
[_dI, _eInv, _n, _ty, _sTC,
|
|
2636
|
+
[_dI, _eInv, _n, _ty, _sTC, _aPu, _mAR, _aAT, _pro, _cT],
|
|
2622
2637
|
[[0, 1], [0, 1], [() => SubscriptionTargetName, 0], 0, () => SubscriptionTargetForms, 64 | 0, 0, 64 | 0, 0, [0, 4]],
|
|
2623
2638
|
];
|
|
2624
2639
|
export var CreateSubscriptionTargetOutput = [
|
|
@@ -2626,7 +2641,7 @@ export var CreateSubscriptionTargetOutput = [
|
|
|
2626
2641
|
n0,
|
|
2627
2642
|
_CSTO,
|
|
2628
2643
|
0,
|
|
2629
|
-
[_id,
|
|
2644
|
+
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
|
|
2630
2645
|
[0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0],
|
|
2631
2646
|
];
|
|
2632
2647
|
export var CreateUserProfileInput = [
|
|
@@ -3148,8 +3163,8 @@ export var DeleteSubscriptionGrantOutput = [
|
|
|
3148
3163
|
n0,
|
|
3149
3164
|
_DSGO,
|
|
3150
3165
|
0,
|
|
3151
|
-
[_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
|
|
3152
|
-
[0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
3166
|
+
[_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
|
|
3167
|
+
[0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
3153
3168
|
];
|
|
3154
3169
|
export var DeleteSubscriptionRequestInput = [
|
|
3155
3170
|
3,
|
|
@@ -4257,8 +4272,8 @@ export var GetSubscriptionGrantOutput = [
|
|
|
4257
4272
|
n0,
|
|
4258
4273
|
_GSGO,
|
|
4259
4274
|
0,
|
|
4260
|
-
[_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
|
|
4261
|
-
[0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
4275
|
+
[_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
|
|
4276
|
+
[0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
4262
4277
|
];
|
|
4263
4278
|
export var GetSubscriptionInput = [
|
|
4264
4279
|
3,
|
|
@@ -4330,7 +4345,7 @@ export var GetSubscriptionTargetOutput = [
|
|
|
4330
4345
|
n0,
|
|
4331
4346
|
_GSTO,
|
|
4332
4347
|
0,
|
|
4333
|
-
[_id,
|
|
4348
|
+
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
|
|
4334
4349
|
[0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0],
|
|
4335
4350
|
];
|
|
4336
4351
|
export var GetTimeSeriesDataPointInput = [
|
|
@@ -5804,7 +5819,7 @@ export var ListSubscriptionGrantsInput = [
|
|
|
5804
5819
|
n0,
|
|
5805
5820
|
_LSGI,
|
|
5806
5821
|
0,
|
|
5807
|
-
[_dI, _eInvi, _sTIu, _sLI, _sI, _oPI, _sB, _sO, _mRa, _nT],
|
|
5822
|
+
[_dI, _eInvi, _sTIu, _sLI, _sI, _oPI, _oUI, _oGI, _sB, _sO, _mRa, _nT],
|
|
5808
5823
|
[
|
|
5809
5824
|
[0, 1],
|
|
5810
5825
|
[
|
|
@@ -5837,6 +5852,18 @@ export var ListSubscriptionGrantsInput = [
|
|
|
5837
5852
|
[_hQ]: _oPI,
|
|
5838
5853
|
},
|
|
5839
5854
|
],
|
|
5855
|
+
[
|
|
5856
|
+
0,
|
|
5857
|
+
{
|
|
5858
|
+
[_hQ]: _oUI,
|
|
5859
|
+
},
|
|
5860
|
+
],
|
|
5861
|
+
[
|
|
5862
|
+
0,
|
|
5863
|
+
{
|
|
5864
|
+
[_hQ]: _oGI,
|
|
5865
|
+
},
|
|
5866
|
+
],
|
|
5840
5867
|
[
|
|
5841
5868
|
0,
|
|
5842
5869
|
{
|
|
@@ -5876,7 +5903,7 @@ export var ListSubscriptionRequestsInput = [
|
|
|
5876
5903
|
n0,
|
|
5877
5904
|
_LSRI,
|
|
5878
5905
|
0,
|
|
5879
|
-
[_dI, _s, _sLI, _oPI, _aPI, _sB, _sO, _mRa, _nT],
|
|
5906
|
+
[_dI, _s, _sLI, _oPI, _aPI, _oUI, _oGI, _sB, _sO, _mRa, _nT],
|
|
5880
5907
|
[
|
|
5881
5908
|
[0, 1],
|
|
5882
5909
|
[
|
|
@@ -5903,6 +5930,18 @@ export var ListSubscriptionRequestsInput = [
|
|
|
5903
5930
|
[_hQ]: _aPI,
|
|
5904
5931
|
},
|
|
5905
5932
|
],
|
|
5933
|
+
[
|
|
5934
|
+
0,
|
|
5935
|
+
{
|
|
5936
|
+
[_hQ]: _oUI,
|
|
5937
|
+
},
|
|
5938
|
+
],
|
|
5939
|
+
[
|
|
5940
|
+
0,
|
|
5941
|
+
{
|
|
5942
|
+
[_hQ]: _oGI,
|
|
5943
|
+
},
|
|
5944
|
+
],
|
|
5906
5945
|
[
|
|
5907
5946
|
0,
|
|
5908
5947
|
{
|
|
@@ -5942,7 +5981,7 @@ export var ListSubscriptionsInput = [
|
|
|
5942
5981
|
n0,
|
|
5943
5982
|
_LSIi,
|
|
5944
5983
|
0,
|
|
5945
|
-
[_dI, _sRIu, _s, _sLI, _oPI, _aPI, _sB, _sO, _mRa, _nT],
|
|
5984
|
+
[_dI, _sRIu, _s, _sLI, _oPI, _oUI, _oGI, _aPI, _sB, _sO, _mRa, _nT],
|
|
5946
5985
|
[
|
|
5947
5986
|
[0, 1],
|
|
5948
5987
|
[
|
|
@@ -5969,6 +6008,18 @@ export var ListSubscriptionsInput = [
|
|
|
5969
6008
|
[_hQ]: _oPI,
|
|
5970
6009
|
},
|
|
5971
6010
|
],
|
|
6011
|
+
[
|
|
6012
|
+
0,
|
|
6013
|
+
{
|
|
6014
|
+
[_hQ]: _oUI,
|
|
6015
|
+
},
|
|
6016
|
+
],
|
|
6017
|
+
[
|
|
6018
|
+
0,
|
|
6019
|
+
{
|
|
6020
|
+
[_hQ]: _oGI,
|
|
6021
|
+
},
|
|
6022
|
+
],
|
|
5972
6023
|
[
|
|
5973
6024
|
0,
|
|
5974
6025
|
{
|
|
@@ -6709,17 +6760,19 @@ export var SubscribedAsset = [
|
|
|
6709
6760
|
n0,
|
|
6710
6761
|
_SA,
|
|
6711
6762
|
0,
|
|
6712
|
-
[_aI, _aRs, _s, _tN, _fC, _gTra, _fTa, _aSs],
|
|
6713
|
-
[0, 0, 0, 0, () => FailureCause, 4, 4, () => AssetScope],
|
|
6763
|
+
[_aI, _aRs, _s, _tN, _fC, _gTra, _fTa, _aSs, _pe],
|
|
6764
|
+
[0, 0, 0, 0, () => FailureCause, 4, 4, () => AssetScope, () => Permissions],
|
|
6714
6765
|
];
|
|
6715
6766
|
export var SubscribedAssetListing = [
|
|
6716
6767
|
3,
|
|
6717
6768
|
n0,
|
|
6718
6769
|
_SAL,
|
|
6719
6770
|
0,
|
|
6720
|
-
[_eIn, _eR, _eT, _f, _gT, _aSs],
|
|
6721
|
-
[0, 0, 0, 0, [() => DetailedGlossaryTerms, 0], () => AssetScope],
|
|
6771
|
+
[_eIn, _eR, _eT, _f, _gT, _aSs, _pe],
|
|
6772
|
+
[0, 0, 0, 0, [() => DetailedGlossaryTerms, 0], () => AssetScope, () => Permissions],
|
|
6722
6773
|
];
|
|
6774
|
+
export var SubscribedGroup = [3, n0, _SG, 0, [_id, _n], [0, [() => GroupProfileName, 0]]];
|
|
6775
|
+
export var SubscribedGroupInput = [3, n0, _SGI, 0, [_i], [0]];
|
|
6723
6776
|
export var SubscribedListing = [
|
|
6724
6777
|
3,
|
|
6725
6778
|
n0,
|
|
@@ -6739,13 +6792,15 @@ export var SubscribedProductListing = [
|
|
|
6739
6792
|
];
|
|
6740
6793
|
export var SubscribedProject = [3, n0, _SP, 0, [_id, _n], [0, [() => ProjectName, 0]]];
|
|
6741
6794
|
export var SubscribedProjectInput = [3, n0, _SPIu, 0, [_i], [0]];
|
|
6795
|
+
export var SubscribedUser = [3, n0, _SU, 0, [_id, _det], [0, [() => UserProfileDetails, 0]]];
|
|
6796
|
+
export var SubscribedUserInput = [3, n0, _SUI, 0, [_i], [0]];
|
|
6742
6797
|
export var SubscriptionGrantSummary = [
|
|
6743
6798
|
3,
|
|
6744
6799
|
n0,
|
|
6745
6800
|
_SGS,
|
|
6746
6801
|
0,
|
|
6747
|
-
[_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
|
|
6748
|
-
[0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
6802
|
+
[_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
|
|
6803
|
+
[0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
6749
6804
|
];
|
|
6750
6805
|
export var SubscriptionRequestSummary = [
|
|
6751
6806
|
3,
|
|
@@ -6784,7 +6839,7 @@ export var SubscriptionTargetSummary = [
|
|
|
6784
6839
|
n0,
|
|
6785
6840
|
_STS,
|
|
6786
6841
|
0,
|
|
6787
|
-
[_id,
|
|
6842
|
+
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
|
|
6788
6843
|
[0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0],
|
|
6789
6844
|
];
|
|
6790
6845
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
|
|
@@ -6840,7 +6895,7 @@ export var UnauthorizedException = [
|
|
|
6840
6895
|
[0],
|
|
6841
6896
|
];
|
|
6842
6897
|
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
6843
|
-
export var
|
|
6898
|
+
export var Unit = [3, n0, _U, 0, [], []];
|
|
6844
6899
|
export var UntagResourceRequest = [
|
|
6845
6900
|
3,
|
|
6846
6901
|
n0,
|
|
@@ -7331,8 +7386,8 @@ export var UpdateSubscriptionGrantStatusOutput = [
|
|
|
7331
7386
|
n0,
|
|
7332
7387
|
_USGSO,
|
|
7333
7388
|
0,
|
|
7334
|
-
[_id, _cB, _uB, _dIo, _cA, _uA, _sTIu, _gE, _s, _as, _sI],
|
|
7335
|
-
[0, 0, 0, 0, 4, 4, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
7389
|
+
[_id, _cB, _uB, _dIo, _cA, _uA, _eInvi, _sTIu, _gE, _s, _as, _sI],
|
|
7390
|
+
[0, 0, 0, 0, 4, 4, 0, 0, () => GrantedEntity, 0, () => SubscribedAssets, 0],
|
|
7336
7391
|
];
|
|
7337
7392
|
export var UpdateSubscriptionRequestInput = [
|
|
7338
7393
|
3,
|
|
@@ -7374,7 +7429,7 @@ export var UpdateSubscriptionTargetInput = [
|
|
|
7374
7429
|
n0,
|
|
7375
7430
|
_USTI,
|
|
7376
7431
|
0,
|
|
7377
|
-
[_dI, _eInv, _i, _n,
|
|
7432
|
+
[_dI, _eInv, _i, _n, _aPu, _aAT, _sTC, _mAR, _pro],
|
|
7378
7433
|
[[0, 1], [0, 1], [0, 1], [() => SubscriptionTargetName, 0], 64 | 0, 64 | 0, () => SubscriptionTargetForms, 0, 0],
|
|
7379
7434
|
];
|
|
7380
7435
|
export var UpdateSubscriptionTargetOutput = [
|
|
@@ -7382,7 +7437,7 @@ export var UpdateSubscriptionTargetOutput = [
|
|
|
7382
7437
|
n0,
|
|
7383
7438
|
_USTO,
|
|
7384
7439
|
0,
|
|
7385
|
-
[_id,
|
|
7440
|
+
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _uB, _cA, _uA, _mAR, _aAT, _sTC, _pro],
|
|
7386
7441
|
[0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 0, 4, 4, 0, 64 | 0, () => SubscriptionTargetForms, 0],
|
|
7387
7442
|
];
|
|
7388
7443
|
export var UpdateUserProfileInput = [
|
|
@@ -7438,6 +7493,7 @@ export var AggregationOutputList = [1, n0, _AOL, 0, () => AggregationOutput];
|
|
|
7438
7493
|
export var ApplicableAssetTypes = 64 | 0;
|
|
7439
7494
|
export var AssetFilters = [1, n0, _AF, 0, [() => AssetFilterSummary, 0]];
|
|
7440
7495
|
export var AssetInDataProductListingItems = [1, n0, _AIDPLIs, 0, () => AssetInDataProductListingItem];
|
|
7496
|
+
export var AssetPermissions = [1, n0, _APs, 0, () => AssetPermission];
|
|
7441
7497
|
export var AssetRevisions = [1, n0, _ARss, 0, () => AssetRevision];
|
|
7442
7498
|
export var AssetTargetNames = [1, n0, _ATN, 0, () => AssetTargetNameMap];
|
|
7443
7499
|
export var AssetTypeIdentifiers = 64 | 0;
|
|
@@ -7539,6 +7595,7 @@ export var RuleAssetTypeList = 64 | 0;
|
|
|
7539
7595
|
export var RuleProjectIdentifierList = 64 | 0;
|
|
7540
7596
|
export var RuleSummaries = [1, n0, _RSul, 0, [() => RuleSummary, 0]];
|
|
7541
7597
|
export var S3LocationList = 64 | 0;
|
|
7598
|
+
export var S3Permissions = 64 | 0;
|
|
7542
7599
|
export var SearchInList = [1, n0, _SIL, 0, () => SearchInItem];
|
|
7543
7600
|
export var SearchInventoryResultItems = [1, n0, _SIRI, 0, [() => SearchInventoryResultItem, 0]];
|
|
7544
7601
|
export var SearchOutputAdditionalAttributes = 64 | 0;
|
|
@@ -7553,7 +7610,7 @@ export var SubscribedListingInputs = [1, n0, _SLIub, 0, () => SubscribedListingI
|
|
|
7553
7610
|
export var SubscribedListings = [1, n0, _SLu, 0, [() => SubscribedListing, 0]];
|
|
7554
7611
|
export var SubscribedPrincipalInputs = [1, n0, _SPIub, 0, () => SubscribedPrincipalInput];
|
|
7555
7612
|
export var SubscribedPrincipals = [1, n0, _SPu, 0, [() => SubscribedPrincipal, 0]];
|
|
7556
|
-
export var SubscriptionGrants = [1, n0,
|
|
7613
|
+
export var SubscriptionGrants = [1, n0, _SGu, 0, () => SubscriptionGrantSummary];
|
|
7557
7614
|
export var SubscriptionRequests = [1, n0, _SR, 0, [() => SubscriptionRequestSummary, 0]];
|
|
7558
7615
|
export var Subscriptions = [1, n0, _S, 0, [() => SubscriptionSummary, 0]];
|
|
7559
7616
|
export var SubscriptionTargetForms = [1, n0, _STFu, 0, () => SubscriptionTargetForm];
|
|
@@ -7604,7 +7661,7 @@ export var AccountSource = [
|
|
|
7604
7661
|
[_acc, _cAPH],
|
|
7605
7662
|
[[() => AccountInfoList, 0], () => CustomAccountPoolHandler],
|
|
7606
7663
|
];
|
|
7607
|
-
export var ActionParameters = [3, n0,
|
|
7664
|
+
export var ActionParameters = [3, n0, _APc, 0, [_aCL], [() => AwsConsoleLinkParameters]];
|
|
7608
7665
|
export var AssetFilterConfiguration = [
|
|
7609
7666
|
3,
|
|
7610
7667
|
n0,
|
|
@@ -7745,6 +7802,7 @@ export var OwnerPropertiesOutput = [
|
|
|
7745
7802
|
[_use, _g],
|
|
7746
7803
|
[() => OwnerUserPropertiesOutput, () => OwnerGroupPropertiesOutput],
|
|
7747
7804
|
];
|
|
7805
|
+
export var Permissions = [3, n0, _Pe, 0, [_s_], [64 | 0]];
|
|
7748
7806
|
export var PolicyGrantDetail = [
|
|
7749
7807
|
3,
|
|
7750
7808
|
n0,
|
|
@@ -7761,9 +7819,9 @@ export var PolicyGrantDetail = [
|
|
|
7761
7819
|
() => CreateAssetTypePolicyGrantDetail,
|
|
7762
7820
|
() => CreateProjectPolicyGrantDetail,
|
|
7763
7821
|
() => CreateEnvironmentProfilePolicyGrantDetail,
|
|
7764
|
-
() =>
|
|
7765
|
-
() =>
|
|
7766
|
-
() =>
|
|
7822
|
+
() => Unit,
|
|
7823
|
+
() => Unit,
|
|
7824
|
+
() => Unit,
|
|
7767
7825
|
() => CreateProjectFromProjectProfilePolicyGrantDetail,
|
|
7768
7826
|
() => UseAssetTypePolicyGrantDetail,
|
|
7769
7827
|
],
|
|
@@ -7895,14 +7953,25 @@ export var SubscribedListingItem = [
|
|
|
7895
7953
|
[() => SubscribedProductListing, 0],
|
|
7896
7954
|
],
|
|
7897
7955
|
];
|
|
7898
|
-
export var SubscribedPrincipal = [
|
|
7956
|
+
export var SubscribedPrincipal = [
|
|
7957
|
+
3,
|
|
7958
|
+
n0,
|
|
7959
|
+
_SPub,
|
|
7960
|
+
0,
|
|
7961
|
+
[_proj, _use, _g],
|
|
7962
|
+
[
|
|
7963
|
+
[() => SubscribedProject, 0],
|
|
7964
|
+
[() => SubscribedUser, 0],
|
|
7965
|
+
[() => SubscribedGroup, 0],
|
|
7966
|
+
],
|
|
7967
|
+
];
|
|
7899
7968
|
export var SubscribedPrincipalInput = [
|
|
7900
7969
|
3,
|
|
7901
7970
|
n0,
|
|
7902
7971
|
_SPIubs,
|
|
7903
7972
|
0,
|
|
7904
|
-
[_proj],
|
|
7905
|
-
[() => SubscribedProjectInput],
|
|
7973
|
+
[_proj, _use, _g],
|
|
7974
|
+
[() => SubscribedProjectInput, () => SubscribedUserInput, () => SubscribedGroupInput],
|
|
7906
7975
|
];
|
|
7907
7976
|
export var UserPolicyGrantPrincipal = [
|
|
7908
7977
|
3,
|
|
@@ -7923,7 +7992,7 @@ export var UserProfileDetails = [
|
|
|
7923
7992
|
export var AcceptPredictions = [
|
|
7924
7993
|
9,
|
|
7925
7994
|
n0,
|
|
7926
|
-
|
|
7995
|
+
_APcc,
|
|
7927
7996
|
{
|
|
7928
7997
|
[_ht]: ["PUT", "/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions", 200],
|
|
7929
7998
|
},
|
|
@@ -48,6 +48,16 @@ declare const AcceptSubscriptionRequestCommand_base: {
|
|
|
48
48
|
* ],
|
|
49
49
|
* },
|
|
50
50
|
* ],
|
|
51
|
+
* assetPermissions: [ // AssetPermissions
|
|
52
|
+
* { // AssetPermission
|
|
53
|
+
* assetId: "STRING_VALUE", // required
|
|
54
|
+
* permissions: { // Permissions Union: only one key present
|
|
55
|
+
* s3: [ // S3Permissions
|
|
56
|
+
* "READ" || "WRITE",
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
51
61
|
* };
|
|
52
62
|
* const command = new AcceptSubscriptionRequestCommand(input);
|
|
53
63
|
* const response = await client.send(command);
|
|
@@ -66,6 +76,24 @@ declare const AcceptSubscriptionRequestCommand_base: {
|
|
|
66
76
|
* // id: "STRING_VALUE",
|
|
67
77
|
* // name: "STRING_VALUE",
|
|
68
78
|
* // },
|
|
79
|
+
* // user: { // SubscribedUser
|
|
80
|
+
* // id: "STRING_VALUE",
|
|
81
|
+
* // details: { // UserProfileDetails Union: only one key present
|
|
82
|
+
* // iam: { // IamUserProfileDetails
|
|
83
|
+
* // arn: "STRING_VALUE",
|
|
84
|
+
* // principalId: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // sso: { // SsoUserProfileDetails
|
|
87
|
+
* // username: "STRING_VALUE",
|
|
88
|
+
* // firstName: "STRING_VALUE",
|
|
89
|
+
* // lastName: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // group: { // SubscribedGroup
|
|
94
|
+
* // id: "STRING_VALUE",
|
|
95
|
+
* // name: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
69
97
|
* // },
|
|
70
98
|
* // ],
|
|
71
99
|
* // subscribedListings: [ // SubscribedListings // required
|
|
@@ -94,6 +122,11 @@ declare const AcceptSubscriptionRequestCommand_base: {
|
|
|
94
122
|
* // status: "STRING_VALUE", // required
|
|
95
123
|
* // errorMessage: "STRING_VALUE",
|
|
96
124
|
* // },
|
|
125
|
+
* // permissions: { // Permissions Union: only one key present
|
|
126
|
+
* // s3: [ // S3Permissions
|
|
127
|
+
* // "READ" || "WRITE",
|
|
128
|
+
* // ],
|
|
129
|
+
* // },
|
|
97
130
|
* // },
|
|
98
131
|
* // productListing: { // SubscribedProductListing
|
|
99
132
|
* // entityId: "STRING_VALUE",
|
|
@@ -152,6 +185,9 @@ declare const AcceptSubscriptionRequestCommand_base: {
|
|
|
152
185
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
153
186
|
* <p>The specified resource cannot be found.</p>
|
|
154
187
|
*
|
|
188
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
189
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
190
|
+
*
|
|
155
191
|
* @throws {@link ThrottlingException} (client fault)
|
|
156
192
|
* <p>The request was denied due to request throttling.</p>
|
|
157
193
|
*
|
|
@@ -55,6 +55,24 @@ declare const CancelSubscriptionCommand_base: {
|
|
|
55
55
|
* // id: "STRING_VALUE",
|
|
56
56
|
* // name: "STRING_VALUE",
|
|
57
57
|
* // },
|
|
58
|
+
* // user: { // SubscribedUser
|
|
59
|
+
* // id: "STRING_VALUE",
|
|
60
|
+
* // details: { // UserProfileDetails Union: only one key present
|
|
61
|
+
* // iam: { // IamUserProfileDetails
|
|
62
|
+
* // arn: "STRING_VALUE",
|
|
63
|
+
* // principalId: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // sso: { // SsoUserProfileDetails
|
|
66
|
+
* // username: "STRING_VALUE",
|
|
67
|
+
* // firstName: "STRING_VALUE",
|
|
68
|
+
* // lastName: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // },
|
|
71
|
+
* // },
|
|
72
|
+
* // group: { // SubscribedGroup
|
|
73
|
+
* // id: "STRING_VALUE",
|
|
74
|
+
* // name: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
58
76
|
* // },
|
|
59
77
|
* // subscribedListing: { // SubscribedListing
|
|
60
78
|
* // id: "STRING_VALUE", // required
|
|
@@ -81,6 +99,11 @@ declare const CancelSubscriptionCommand_base: {
|
|
|
81
99
|
* // status: "STRING_VALUE", // required
|
|
82
100
|
* // errorMessage: "STRING_VALUE",
|
|
83
101
|
* // },
|
|
102
|
+
* // permissions: { // Permissions Union: only one key present
|
|
103
|
+
* // s3: [ // S3Permissions
|
|
104
|
+
* // "READ" || "WRITE",
|
|
105
|
+
* // ],
|
|
106
|
+
* // },
|
|
84
107
|
* // },
|
|
85
108
|
* // productListing: { // SubscribedProductListing
|
|
86
109
|
* // entityId: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { CreateProjectInput
|
|
4
|
+
import { CreateProjectInput } from "../models/models_0";
|
|
5
|
+
import { CreateProjectOutput } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -63,6 +63,7 @@ declare const CreateSubscriptionGrantCommand_base: {
|
|
|
63
63
|
* // domainId: "STRING_VALUE", // required
|
|
64
64
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
65
65
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
66
|
+
* // environmentId: "STRING_VALUE",
|
|
66
67
|
* // subscriptionTargetId: "STRING_VALUE", // required
|
|
67
68
|
* // grantedEntity: { // GrantedEntity Union: only one key present
|
|
68
69
|
* // listing: { // ListingRevision
|
|
@@ -90,6 +91,11 @@ declare const CreateSubscriptionGrantCommand_base: {
|
|
|
90
91
|
* // status: "STRING_VALUE", // required
|
|
91
92
|
* // errorMessage: "STRING_VALUE",
|
|
92
93
|
* // },
|
|
94
|
+
* // permissions: { // Permissions Union: only one key present
|
|
95
|
+
* // s3: [ // S3Permissions
|
|
96
|
+
* // "READ" || "WRITE",
|
|
97
|
+
* // ],
|
|
98
|
+
* // },
|
|
93
99
|
* // },
|
|
94
100
|
* // ],
|
|
95
101
|
* // subscriptionId: "STRING_VALUE",
|
|
@@ -43,6 +43,12 @@ declare const CreateSubscriptionRequestCommand_base: {
|
|
|
43
43
|
* project: { // SubscribedProjectInput
|
|
44
44
|
* identifier: "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
|
+
* user: { // SubscribedUserInput
|
|
47
|
+
* identifier: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* group: { // SubscribedGroupInput
|
|
50
|
+
* identifier: "STRING_VALUE",
|
|
51
|
+
* },
|
|
46
52
|
* },
|
|
47
53
|
* ],
|
|
48
54
|
* subscribedListings: [ // SubscribedListingInputs // required
|
|
@@ -60,6 +66,24 @@ declare const CreateSubscriptionRequestCommand_base: {
|
|
|
60
66
|
* content: "STRING_VALUE",
|
|
61
67
|
* },
|
|
62
68
|
* ],
|
|
69
|
+
* assetPermissions: [ // AssetPermissions
|
|
70
|
+
* { // AssetPermission
|
|
71
|
+
* assetId: "STRING_VALUE", // required
|
|
72
|
+
* permissions: { // Permissions Union: only one key present
|
|
73
|
+
* s3: [ // S3Permissions
|
|
74
|
+
* "READ" || "WRITE",
|
|
75
|
+
* ],
|
|
76
|
+
* },
|
|
77
|
+
* },
|
|
78
|
+
* ],
|
|
79
|
+
* assetScopes: [ // AcceptedAssetScopes
|
|
80
|
+
* { // AcceptedAssetScope
|
|
81
|
+
* assetId: "STRING_VALUE", // required
|
|
82
|
+
* filterIds: [ // FilterIds // required
|
|
83
|
+
* "STRING_VALUE",
|
|
84
|
+
* ],
|
|
85
|
+
* },
|
|
86
|
+
* ],
|
|
63
87
|
* };
|
|
64
88
|
* const command = new CreateSubscriptionRequestCommand(input);
|
|
65
89
|
* const response = await client.send(command);
|
|
@@ -78,6 +102,24 @@ declare const CreateSubscriptionRequestCommand_base: {
|
|
|
78
102
|
* // id: "STRING_VALUE",
|
|
79
103
|
* // name: "STRING_VALUE",
|
|
80
104
|
* // },
|
|
105
|
+
* // user: { // SubscribedUser
|
|
106
|
+
* // id: "STRING_VALUE",
|
|
107
|
+
* // details: { // UserProfileDetails Union: only one key present
|
|
108
|
+
* // iam: { // IamUserProfileDetails
|
|
109
|
+
* // arn: "STRING_VALUE",
|
|
110
|
+
* // principalId: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // sso: { // SsoUserProfileDetails
|
|
113
|
+
* // username: "STRING_VALUE",
|
|
114
|
+
* // firstName: "STRING_VALUE",
|
|
115
|
+
* // lastName: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
117
|
+
* // },
|
|
118
|
+
* // },
|
|
119
|
+
* // group: { // SubscribedGroup
|
|
120
|
+
* // id: "STRING_VALUE",
|
|
121
|
+
* // name: "STRING_VALUE",
|
|
122
|
+
* // },
|
|
81
123
|
* // },
|
|
82
124
|
* // ],
|
|
83
125
|
* // subscribedListings: [ // SubscribedListings // required
|
|
@@ -106,6 +148,11 @@ declare const CreateSubscriptionRequestCommand_base: {
|
|
|
106
148
|
* // status: "STRING_VALUE", // required
|
|
107
149
|
* // errorMessage: "STRING_VALUE",
|
|
108
150
|
* // },
|
|
151
|
+
* // permissions: { // Permissions Union: only one key present
|
|
152
|
+
* // s3: [ // S3Permissions
|
|
153
|
+
* // "READ" || "WRITE",
|
|
154
|
+
* // ],
|
|
155
|
+
* // },
|
|
109
156
|
* // },
|
|
110
157
|
* // productListing: { // SubscribedProductListing
|
|
111
158
|
* // entityId: "STRING_VALUE",
|
|
@@ -164,6 +211,9 @@ declare const CreateSubscriptionRequestCommand_base: {
|
|
|
164
211
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
165
212
|
* <p>The specified resource cannot be found.</p>
|
|
166
213
|
*
|
|
214
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
215
|
+
* <p>The request has exceeded the specified service quota.</p>
|
|
216
|
+
*
|
|
167
217
|
* @throws {@link ThrottlingException} (client fault)
|
|
168
218
|
* <p>The request was denied due to request throttling.</p>
|
|
169
219
|
*
|
|
@@ -49,6 +49,7 @@ declare const DeleteSubscriptionGrantCommand_base: {
|
|
|
49
49
|
* // domainId: "STRING_VALUE", // required
|
|
50
50
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
51
51
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
52
|
+
* // environmentId: "STRING_VALUE",
|
|
52
53
|
* // subscriptionTargetId: "STRING_VALUE", // required
|
|
53
54
|
* // grantedEntity: { // GrantedEntity Union: only one key present
|
|
54
55
|
* // listing: { // ListingRevision
|
|
@@ -76,6 +77,11 @@ declare const DeleteSubscriptionGrantCommand_base: {
|
|
|
76
77
|
* // status: "STRING_VALUE", // required
|
|
77
78
|
* // errorMessage: "STRING_VALUE",
|
|
78
79
|
* // },
|
|
80
|
+
* // permissions: { // Permissions Union: only one key present
|
|
81
|
+
* // s3: [ // S3Permissions
|
|
82
|
+
* // "READ" || "WRITE",
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
79
85
|
* // },
|
|
80
86
|
* // ],
|
|
81
87
|
* // subscriptionId: "STRING_VALUE",
|