@aws-sdk/client-datazone 3.1029.0 → 3.1031.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 +9 -7
- package/dist-cjs/schemas/schemas_0.js +65 -48
- package/dist-es/models/enums.js +9 -7
- package/dist-es/schemas/schemas_0.js +57 -40
- package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +2 -0
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupProfileCommand.d.ts +4 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +12 -0
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +4 -1
- package/dist-types/commands/GetGroupProfileCommand.d.ts +2 -0
- package/dist-types/commands/GetProjectCommand.d.ts +1 -0
- package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +2 -0
- package/dist-types/commands/GetUserProfileCommand.d.ts +3 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +2 -0
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +2 -0
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +2 -0
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +2 -0
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +3 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +3 -0
- package/dist-types/models/enums.d.ts +17 -15
- package/dist-types/models/models_0.d.ts +105 -60
- package/dist-types/models/models_1.d.ts +52 -27
- package/dist-types/models/models_2.d.ts +58 -2
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -9
- package/dist-types/ts3.4/models/models_0.d.ts +41 -32
- package/dist-types/ts3.4/models/models_1.d.ts +11 -7
- package/dist-types/ts3.4/models/models_2.d.ts +13 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +34 -34
|
@@ -735,6 +735,8 @@ const _PLE = "PostLineageEvent";
|
|
|
735
735
|
const _PLEI = "PostLineageEventInput";
|
|
736
736
|
const _PLEO = "PostLineageEventOutput";
|
|
737
737
|
const _PM = "ProjectMember";
|
|
738
|
+
const _PMA = "ProjectMembershipAssignment";
|
|
739
|
+
const _PMAr = "ProjectMembershipAssignments";
|
|
738
740
|
const _PMr = "ProjectMembers";
|
|
739
741
|
const _PN = "ProjectName";
|
|
740
742
|
const _PP = "ProvisioningProperties";
|
|
@@ -1246,6 +1248,7 @@ const _gL = "grantList";
|
|
|
1246
1248
|
const _gLSE = "glueLineageSyncEnabled";
|
|
1247
1249
|
const _gN = "groupName";
|
|
1248
1250
|
const _gP = "globalParameters";
|
|
1251
|
+
const _gPI = "groupProfileId";
|
|
1249
1252
|
const _gPl = "glueProperties";
|
|
1250
1253
|
const _gRC = "glueRunConfiguration";
|
|
1251
1254
|
const _gSGS = "glueSelfGrantStatus";
|
|
@@ -1344,6 +1347,7 @@ const _lUT = "lastUpdatedTime";
|
|
|
1344
1347
|
const _lUTa = "lastUpdatedTimestamp";
|
|
1345
1348
|
const _li = "like";
|
|
1346
1349
|
const _m = "message";
|
|
1350
|
+
const _mA = "membershipAssignments";
|
|
1347
1351
|
const _mAI = "managedAccountId";
|
|
1348
1352
|
const _mAR = "manageAccessRole";
|
|
1349
1353
|
const _mARA = "manageAccessRoleArn";
|
|
@@ -1409,11 +1413,13 @@ const _pC = "predictionChoice";
|
|
|
1409
1413
|
const _pCR = "physicalConnectionRequirements";
|
|
1410
1414
|
const _pCr = "predictionConfiguration";
|
|
1411
1415
|
const _pCre = "predictionChoices";
|
|
1412
|
-
const _pCro = "
|
|
1416
|
+
const _pCro = "projectCategory";
|
|
1417
|
+
const _pCrov = "provisioningConfigurations";
|
|
1413
1418
|
const _pD = "projectDesignation";
|
|
1414
1419
|
const _pDUI = "parentDomainUnitIdentifier";
|
|
1415
1420
|
const _pDUIa = "parentDomainUnitId";
|
|
1416
1421
|
const _pE = "physicalEndpoints";
|
|
1422
|
+
const _pER = "projectExecutionRole";
|
|
1417
1423
|
const _pGF = "projectGrantFilter";
|
|
1418
1424
|
const _pI = "projectId";
|
|
1419
1425
|
const _pIr = "projectIdentifier";
|
|
@@ -1468,6 +1474,8 @@ const _rN = "regionName";
|
|
|
1468
1474
|
const _rNP = "regionNamePath";
|
|
1469
1475
|
const _rOFO = "readOnlyFormsOutput";
|
|
1470
1476
|
const _rP = "retainPermissions";
|
|
1477
|
+
const _rPA = "rolePrincipalArn";
|
|
1478
|
+
const _rPI = "rolePrincipalId";
|
|
1471
1479
|
const _rPORF = "retainPermissionsOnRevokeFailure";
|
|
1472
1480
|
const _rPe = "regionalParameters";
|
|
1473
1481
|
const _rPed = "redshiftProperties";
|
|
@@ -1524,7 +1532,8 @@ const _sLu = "subscribedListing";
|
|
|
1524
1532
|
const _sM = "selectionMode";
|
|
1525
1533
|
const _sMA = "secretManagerArn";
|
|
1526
1534
|
const _sMRC = "sageMakerRunConfiguration";
|
|
1527
|
-
const _sN = "
|
|
1535
|
+
const _sN = "sessionName";
|
|
1536
|
+
const _sNc = "schemaName";
|
|
1528
1537
|
const _sO = "sortOrder";
|
|
1529
1538
|
const _sOt = "startOffset";
|
|
1530
1539
|
const _sP = "subscribedPrincipals";
|
|
@@ -2183,8 +2192,8 @@ export var CreateDataSourceOutput$ = [3, n0, _CDSO,
|
|
|
2183
2192
|
];
|
|
2184
2193
|
export var CreateDomainInput$ = [3, n0, _CDI,
|
|
2185
2194
|
0,
|
|
2186
|
-
[_n,
|
|
2187
|
-
[0, 0,
|
|
2195
|
+
[_n, _de, _sSO, _dER, _kKI, _ta, _dVo, _sRe, _cT],
|
|
2196
|
+
[0, 0, () => SingleSignOn$, 0, 0, 128 | 0, 0, 0, [0, 4]], 1
|
|
2188
2197
|
];
|
|
2189
2198
|
export var CreateDomainOutput$ = [3, n0, _CDO,
|
|
2190
2199
|
0,
|
|
@@ -2293,13 +2302,13 @@ export var CreateGlossaryTermOutput$ = [3, n0, _CGTO,
|
|
|
2293
2302
|
];
|
|
2294
2303
|
export var CreateGroupProfileInput$ = [3, n0, _CGPI,
|
|
2295
2304
|
0,
|
|
2296
|
-
[_dI, _gIr, _cT],
|
|
2297
|
-
[[0, 1], 0, [0, 4]],
|
|
2305
|
+
[_dI, _gIr, _rPA, _cT],
|
|
2306
|
+
[[0, 1], 0, 0, [0, 4]], 1
|
|
2298
2307
|
];
|
|
2299
2308
|
export var CreateGroupProfileOutput$ = [3, n0, _CGPO,
|
|
2300
2309
|
0,
|
|
2301
|
-
[_dIo, _id, _st, _gN],
|
|
2302
|
-
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
2310
|
+
[_dIo, _id, _st, _gN, _rPA, _rPI],
|
|
2311
|
+
[0, 0, 0, [() => GroupProfileName, 0], 0, 0]
|
|
2303
2312
|
];
|
|
2304
2313
|
export var CreateListingChangeSetInput$ = [3, n0, _CLCSI,
|
|
2305
2314
|
0,
|
|
@@ -2318,8 +2327,8 @@ export var CreateProjectFromProjectProfilePolicyGrantDetail$ = [3, n0, _CPFPPPGD
|
|
|
2318
2327
|
];
|
|
2319
2328
|
export var CreateProjectInput$ = [3, n0, _CPI,
|
|
2320
2329
|
0,
|
|
2321
|
-
[_dI, _n, _de, _rT, _gT, _dUI, _pPI, _uP],
|
|
2322
|
-
[[0, 1], [() => ProjectName, 0], [() => Description, 0], 128 | 0, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0]], 2
|
|
2330
|
+
[_dI, _n, _de, _rT, _gT, _dUI, _pPI, _uP, _pCro, _pER, _mA],
|
|
2331
|
+
[[0, 1], [() => ProjectName, 0], [() => Description, 0], 128 | 0, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], 0, 0, () => ProjectMembershipAssignments], 2
|
|
2323
2332
|
];
|
|
2324
2333
|
export var CreateProjectMembershipInput$ = [3, n0, _CPMI,
|
|
2325
2334
|
0,
|
|
@@ -2333,8 +2342,8 @@ export var CreateProjectMembershipOutput$ = [3, n0, _CPMO,
|
|
|
2333
2342
|
];
|
|
2334
2343
|
export var CreateProjectOutput$ = [3, n0, _CPO,
|
|
2335
2344
|
0,
|
|
2336
|
-
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
|
|
2337
|
-
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails
|
|
2345
|
+
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD, _pCro],
|
|
2346
|
+
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$, 0], 4
|
|
2338
2347
|
];
|
|
2339
2348
|
export var CreateProjectPolicyGrantDetail$ = [3, n0, _CPPGD,
|
|
2340
2349
|
0,
|
|
@@ -2393,8 +2402,8 @@ export var CreateSubscriptionTargetOutput$ = [3, n0, _CSTO,
|
|
|
2393
2402
|
];
|
|
2394
2403
|
export var CreateUserProfileInput$ = [3, n0, _CUPI,
|
|
2395
2404
|
0,
|
|
2396
|
-
[_dI, _uI, _uT, _cT],
|
|
2397
|
-
[[0, 1], 0, 0, [0, 4]], 2
|
|
2405
|
+
[_dI, _uI, _uT, _sN, _cT],
|
|
2406
|
+
[[0, 1], 0, 0, 0, [0, 4]], 2
|
|
2398
2407
|
];
|
|
2399
2408
|
export var CreateUserProfileOutput$ = [3, n0, _CUPO,
|
|
2400
2409
|
0,
|
|
@@ -2793,7 +2802,7 @@ export var EnvironmentActionSummary$ = [3, n0, _EAS,
|
|
|
2793
2802
|
];
|
|
2794
2803
|
export var EnvironmentBlueprintConfigurationItem$ = [3, n0, _EBCI,
|
|
2795
2804
|
0,
|
|
2796
|
-
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA,
|
|
2805
|
+
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCrov],
|
|
2797
2806
|
[0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
|
|
2798
2807
|
];
|
|
2799
2808
|
export var EnvironmentBlueprintSummary$ = [3, n0, _EBS,
|
|
@@ -3023,7 +3032,7 @@ export var GetEnvironmentBlueprintConfigurationInput$ = [3, n0, _GEBCI,
|
|
|
3023
3032
|
];
|
|
3024
3033
|
export var GetEnvironmentBlueprintConfigurationOutput$ = [3, n0, _GEBCO,
|
|
3025
3034
|
0,
|
|
3026
|
-
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA,
|
|
3035
|
+
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCrov],
|
|
3027
3036
|
[0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
|
|
3028
3037
|
];
|
|
3029
3038
|
export var GetEnvironmentBlueprintInput$ = [3, n0, _GEBI,
|
|
@@ -3103,8 +3112,8 @@ export var GetGroupProfileInput$ = [3, n0, _GGPI,
|
|
|
3103
3112
|
];
|
|
3104
3113
|
export var GetGroupProfileOutput$ = [3, n0, _GGPO,
|
|
3105
3114
|
0,
|
|
3106
|
-
[_dIo, _id, _st, _gN],
|
|
3107
|
-
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
3115
|
+
[_dIo, _id, _st, _gN, _rPA, _rPI],
|
|
3116
|
+
[0, 0, 0, [() => GroupProfileName, 0], 0, 0]
|
|
3108
3117
|
];
|
|
3109
3118
|
export var GetIamPortalLoginUrlInput$ = [3, n0, _GIPLUI,
|
|
3110
3119
|
0,
|
|
@@ -3173,8 +3182,8 @@ export var GetProjectInput$ = [3, n0, _GPI,
|
|
|
3173
3182
|
];
|
|
3174
3183
|
export var GetProjectOutput$ = [3, n0, _GPO,
|
|
3175
3184
|
0,
|
|
3176
|
-
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
|
|
3177
|
-
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails
|
|
3185
|
+
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD, _pCro],
|
|
3186
|
+
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$, 0], 4
|
|
3178
3187
|
];
|
|
3179
3188
|
export var GetProjectProfileInput$ = [3, n0, _GPPI,
|
|
3180
3189
|
0,
|
|
@@ -3248,8 +3257,8 @@ export var GetTimeSeriesDataPointOutput$ = [3, n0, _GTSDPO,
|
|
|
3248
3257
|
];
|
|
3249
3258
|
export var GetUserProfileInput$ = [3, n0, _GUPI,
|
|
3250
3259
|
0,
|
|
3251
|
-
[_dI, _uI, _ty],
|
|
3252
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _ty }]], 2
|
|
3260
|
+
[_dI, _uI, _ty, _sN],
|
|
3261
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _ty }], [0, { [_hQ]: _sN }]], 2
|
|
3253
3262
|
];
|
|
3254
3263
|
export var GetUserProfileOutput$ = [3, n0, _GUPO,
|
|
3255
3264
|
0,
|
|
@@ -3348,8 +3357,8 @@ export var GroupDetails$ = [3, n0, _GDr,
|
|
|
3348
3357
|
];
|
|
3349
3358
|
export var GroupProfileSummary$ = [3, n0, _GPS,
|
|
3350
3359
|
0,
|
|
3351
|
-
[_dIo, _id, _st, _gN],
|
|
3352
|
-
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
3360
|
+
[_dIo, _id, _st, _gN, _rPA, _rPI],
|
|
3361
|
+
[0, 0, 0, [() => GroupProfileName, 0], 0, 0]
|
|
3353
3362
|
];
|
|
3354
3363
|
export var HyperPodPropertiesInput$ = [3, n0, _HPPI,
|
|
3355
3364
|
0,
|
|
@@ -3378,8 +3387,8 @@ export var IamPropertiesPatch$ = [3, n0, _IPP,
|
|
|
3378
3387
|
];
|
|
3379
3388
|
export var IamUserProfileDetails$ = [3, n0, _IUPD,
|
|
3380
3389
|
0,
|
|
3381
|
-
[_ar, _pIri],
|
|
3382
|
-
[0, 0]
|
|
3390
|
+
[_ar, _pIri, _sN, _gPI],
|
|
3391
|
+
[0, 0, 0, 0]
|
|
3383
3392
|
];
|
|
3384
3393
|
export var Import$ = [3, n0, _Im,
|
|
3385
3394
|
0,
|
|
@@ -3748,8 +3757,8 @@ export var ListProjectProfilesOutput$ = [3, n0, _LPPO,
|
|
|
3748
3757
|
];
|
|
3749
3758
|
export var ListProjectsInput$ = [3, n0, _LPI,
|
|
3750
3759
|
0,
|
|
3751
|
-
[_dI, _uI, _gIr, _n, _nT, _mRa],
|
|
3752
|
-
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _gIr }], [() => ProjectName, { [_hQ]: _n }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
|
|
3760
|
+
[_dI, _uI, _gIr, _n, _pCro, _nT, _mRa],
|
|
3761
|
+
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _gIr }], [() => ProjectName, { [_hQ]: _n }], [0, { [_hQ]: _pCro }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
|
|
3753
3762
|
];
|
|
3754
3763
|
export var ListProjectsOutput$ = [3, n0, _LPO,
|
|
3755
3764
|
0,
|
|
@@ -4006,6 +4015,11 @@ export var ProjectMember$ = [3, n0, _PM,
|
|
|
4006
4015
|
[_mD, _des],
|
|
4007
4016
|
[() => MemberDetails$, 0], 2
|
|
4008
4017
|
];
|
|
4018
|
+
export var ProjectMembershipAssignment$ = [3, n0, _PMA,
|
|
4019
|
+
0,
|
|
4020
|
+
[_me, _des],
|
|
4021
|
+
[() => Member$, 0], 2
|
|
4022
|
+
];
|
|
4009
4023
|
export var ProjectPolicyGrantPrincipal$ = [3, n0, _PPGP,
|
|
4010
4024
|
0,
|
|
4011
4025
|
[_pD, _pIr, _pGF],
|
|
@@ -4023,8 +4037,8 @@ export var ProjectsForRule$ = [3, n0, _PFR,
|
|
|
4023
4037
|
];
|
|
4024
4038
|
export var ProjectSummary$ = [3, n0, _PSr,
|
|
4025
4039
|
0,
|
|
4026
|
-
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _uA, _dUI],
|
|
4027
|
-
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, 0], 4
|
|
4040
|
+
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _uA, _dUI, _pCro],
|
|
4041
|
+
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, 0, 0], 4
|
|
4028
4042
|
];
|
|
4029
4043
|
export var PutDataExportConfigurationInput$ = [3, n0, _PDECI,
|
|
4030
4044
|
0,
|
|
@@ -4038,12 +4052,12 @@ export var PutDataExportConfigurationOutput$ = [3, n0, _PDECO,
|
|
|
4038
4052
|
];
|
|
4039
4053
|
export var PutEnvironmentBlueprintConfigurationInput$ = [3, n0, _PEBCI,
|
|
4040
4054
|
0,
|
|
4041
|
-
[_dI, _eBI, _eRn, _pRA, _mARA, _eRPB, _rPe, _gP,
|
|
4055
|
+
[_dI, _eBI, _eRn, _pRA, _mARA, _eRPB, _rPe, _gP, _pCrov],
|
|
4042
4056
|
[[0, 1], [0, 1], 64 | 0, 0, 0, 0, [2, n0, _RPM, 0, 0, 128 | 0], 128 | 0, () => ProvisioningConfigurationList], 3
|
|
4043
4057
|
];
|
|
4044
4058
|
export var PutEnvironmentBlueprintConfigurationOutput$ = [3, n0, _PEBCO,
|
|
4045
4059
|
0,
|
|
4046
|
-
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA,
|
|
4060
|
+
[_dIo, _eBIn, _pRA, _eRPB, _mARA, _eRn, _rPe, _cA, _uA, _pCrov],
|
|
4047
4061
|
[0, 0, 0, 0, 0, 64 | 0, [2, n0, _RPM, 0, 0, 128 | 0], 5, 5, () => ProvisioningConfigurationList], 2
|
|
4048
4062
|
];
|
|
4049
4063
|
export var QueryGraphInput$ = [3, n0, _QGI,
|
|
@@ -4148,7 +4162,7 @@ export var RejectSubscriptionRequestOutput$ = [3, n0, _RSRO,
|
|
|
4148
4162
|
];
|
|
4149
4163
|
export var RelationalFilterConfiguration$ = [3, n0, _RFC,
|
|
4150
4164
|
0,
|
|
4151
|
-
[_dNa,
|
|
4165
|
+
[_dNa, _sNc, _fE],
|
|
4152
4166
|
[0, 0, () => FilterExpressions], 1
|
|
4153
4167
|
];
|
|
4154
4168
|
export var RelationPattern$ = [3, n0, _RP,
|
|
@@ -4313,7 +4327,7 @@ export var SearchUserProfilesOutput$ = [3, n0, _SUPO,
|
|
|
4313
4327
|
];
|
|
4314
4328
|
export var SelfGrantStatusDetail$ = [3, n0, _SGSD,
|
|
4315
4329
|
0,
|
|
4316
|
-
[_dNa, _st,
|
|
4330
|
+
[_dNa, _st, _sNc, _fC],
|
|
4317
4331
|
[0, 0, 0, 0], 2
|
|
4318
4332
|
];
|
|
4319
4333
|
export var SingleSignOn$ = [3, n0, _SSO,
|
|
@@ -4648,8 +4662,8 @@ export var UpdateGroupProfileInput$ = [3, n0, _UGPI,
|
|
|
4648
4662
|
];
|
|
4649
4663
|
export var UpdateGroupProfileOutput$ = [3, n0, _UGPO,
|
|
4650
4664
|
0,
|
|
4651
|
-
[_dIo, _id, _st, _gN],
|
|
4652
|
-
[0, 0, 0, [() => GroupProfileName, 0]]
|
|
4665
|
+
[_dIo, _id, _st, _gN, _rPA, _rPI],
|
|
4666
|
+
[0, 0, 0, [() => GroupProfileName, 0], 0, 0]
|
|
4653
4667
|
];
|
|
4654
4668
|
export var UpdateProjectInput$ = [3, n0, _UPI,
|
|
4655
4669
|
0,
|
|
@@ -4658,8 +4672,8 @@ export var UpdateProjectInput$ = [3, n0, _UPI,
|
|
|
4658
4672
|
];
|
|
4659
4673
|
export var UpdateProjectOutput$ = [3, n0, _UPO,
|
|
4660
4674
|
0,
|
|
4661
|
-
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD],
|
|
4662
|
-
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails
|
|
4675
|
+
[_dIo, _id, _n, _cB, _de, _pS, _fR, _cA, _lUA, _rT, _gT, _dUI, _pPI, _uP, _eDD, _pCro],
|
|
4676
|
+
[0, 0, [() => ProjectName, 0], 0, [() => Description, 0], 0, () => FailureReasons, 5, 5, () => ResourceTags, 64 | 0, 0, 0, [() => EnvironmentConfigurationUserParametersList, 0], () => EnvironmentDeploymentDetails$, 0], 4
|
|
4663
4677
|
];
|
|
4664
4678
|
export var UpdateProjectProfileInput$ = [3, n0, _UPPI,
|
|
4665
4679
|
0,
|
|
@@ -4723,8 +4737,8 @@ export var UpdateSubscriptionTargetOutput$ = [3, n0, _USTO,
|
|
|
4723
4737
|
];
|
|
4724
4738
|
export var UpdateUserProfileInput$ = [3, n0, _UUPI,
|
|
4725
4739
|
0,
|
|
4726
|
-
[_dI, _uI, _st, _ty],
|
|
4727
|
-
[[0, 1], [0, 1], 0, 0], 3
|
|
4740
|
+
[_dI, _uI, _st, _ty, _sN],
|
|
4741
|
+
[[0, 1], [0, 1], 0, 0, 0], 3
|
|
4728
4742
|
];
|
|
4729
4743
|
export var UpdateUserProfileOutput$ = [3, n0, _UUPO,
|
|
4730
4744
|
0,
|
|
@@ -5027,6 +5041,9 @@ var ProjectIds = 64 | 0;
|
|
|
5027
5041
|
var ProjectMembers = [1, n0, _PMr,
|
|
5028
5042
|
0, () => ProjectMember$
|
|
5029
5043
|
];
|
|
5044
|
+
var ProjectMembershipAssignments = [1, n0, _PMAr,
|
|
5045
|
+
0, () => ProjectMembershipAssignment$
|
|
5046
|
+
];
|
|
5030
5047
|
var ProjectProfileList = 64 | 0;
|
|
5031
5048
|
var ProjectProfileSummaries = [1, n0, _PPSr,
|
|
5032
5049
|
0, [() => ProjectProfileSummary$,
|
|
@@ -82,6 +82,8 @@ declare const AcceptSubscriptionRequestCommand_base: {
|
|
|
82
82
|
* // iam: { // IamUserProfileDetails
|
|
83
83
|
* // arn: "STRING_VALUE",
|
|
84
84
|
* // principalId: "STRING_VALUE",
|
|
85
|
+
* // sessionName: "STRING_VALUE",
|
|
86
|
+
* // groupProfileId: "STRING_VALUE",
|
|
85
87
|
* // },
|
|
86
88
|
* // sso: { // SsoUserProfileDetails
|
|
87
89
|
* // username: "STRING_VALUE",
|
|
@@ -61,6 +61,8 @@ declare const CancelSubscriptionCommand_base: {
|
|
|
61
61
|
* // iam: { // IamUserProfileDetails
|
|
62
62
|
* // arn: "STRING_VALUE",
|
|
63
63
|
* // principalId: "STRING_VALUE",
|
|
64
|
+
* // sessionName: "STRING_VALUE",
|
|
65
|
+
* // groupProfileId: "STRING_VALUE",
|
|
64
66
|
* // },
|
|
65
67
|
* // sso: { // SsoUserProfileDetails
|
|
66
68
|
* // username: "STRING_VALUE",
|
|
@@ -44,7 +44,7 @@ declare const CreateDomainCommand_base: {
|
|
|
44
44
|
* userAssignment: "AUTOMATIC" || "MANUAL",
|
|
45
45
|
* idcInstanceArn: "STRING_VALUE",
|
|
46
46
|
* },
|
|
47
|
-
* domainExecutionRole: "STRING_VALUE",
|
|
47
|
+
* domainExecutionRole: "STRING_VALUE",
|
|
48
48
|
* kmsKeyIdentifier: "STRING_VALUE",
|
|
49
49
|
* tags: { // Tags
|
|
50
50
|
* "<keys>": "STRING_VALUE",
|
|
@@ -38,7 +38,8 @@ declare const CreateGroupProfileCommand_base: {
|
|
|
38
38
|
* const client = new DataZoneClient(config);
|
|
39
39
|
* const input = { // CreateGroupProfileInput
|
|
40
40
|
* domainIdentifier: "STRING_VALUE", // required
|
|
41
|
-
* groupIdentifier: "STRING_VALUE",
|
|
41
|
+
* groupIdentifier: "STRING_VALUE",
|
|
42
|
+
* rolePrincipalArn: "STRING_VALUE",
|
|
42
43
|
* clientToken: "STRING_VALUE",
|
|
43
44
|
* };
|
|
44
45
|
* const command = new CreateGroupProfileCommand(input);
|
|
@@ -48,6 +49,8 @@ declare const CreateGroupProfileCommand_base: {
|
|
|
48
49
|
* // id: "STRING_VALUE",
|
|
49
50
|
* // status: "ASSIGNED" || "NOT_ASSIGNED",
|
|
50
51
|
* // groupName: "STRING_VALUE",
|
|
52
|
+
* // rolePrincipalArn: "STRING_VALUE",
|
|
53
|
+
* // rolePrincipalId: "STRING_VALUE",
|
|
51
54
|
* // };
|
|
52
55
|
*
|
|
53
56
|
* ```
|
|
@@ -65,6 +65,17 @@ declare const CreateProjectCommand_base: {
|
|
|
65
65
|
* ],
|
|
66
66
|
* },
|
|
67
67
|
* ],
|
|
68
|
+
* projectCategory: "STRING_VALUE",
|
|
69
|
+
* projectExecutionRole: "STRING_VALUE",
|
|
70
|
+
* membershipAssignments: [ // ProjectMembershipAssignments
|
|
71
|
+
* { // ProjectMembershipAssignment
|
|
72
|
+
* member: { // Member Union: only one key present
|
|
73
|
+
* userIdentifier: "STRING_VALUE",
|
|
74
|
+
* groupIdentifier: "STRING_VALUE",
|
|
75
|
+
* },
|
|
76
|
+
* designation: "PROJECT_OWNER" || "PROJECT_CONTRIBUTOR" || "PROJECT_CATALOG_VIEWER" || "PROJECT_CATALOG_CONSUMER" || "PROJECT_CATALOG_STEWARD", // required
|
|
77
|
+
* },
|
|
78
|
+
* ],
|
|
68
79
|
* };
|
|
69
80
|
* const command = new CreateProjectCommand(input);
|
|
70
81
|
* const response = await client.send(command);
|
|
@@ -123,6 +134,7 @@ declare const CreateProjectCommand_base: {
|
|
|
123
134
|
* // ],
|
|
124
135
|
* // },
|
|
125
136
|
* // },
|
|
137
|
+
* // projectCategory: "STRING_VALUE",
|
|
126
138
|
* // };
|
|
127
139
|
*
|
|
128
140
|
* ```
|
|
@@ -111,6 +111,8 @@ declare const CreateSubscriptionRequestCommand_base: {
|
|
|
111
111
|
* // iam: { // IamUserProfileDetails
|
|
112
112
|
* // arn: "STRING_VALUE",
|
|
113
113
|
* // principalId: "STRING_VALUE",
|
|
114
|
+
* // sessionName: "STRING_VALUE",
|
|
115
|
+
* // groupProfileId: "STRING_VALUE",
|
|
114
116
|
* // },
|
|
115
117
|
* // sso: { // SsoUserProfileDetails
|
|
116
118
|
* // username: "STRING_VALUE",
|
|
@@ -39,7 +39,8 @@ declare const CreateUserProfileCommand_base: {
|
|
|
39
39
|
* const input = { // CreateUserProfileInput
|
|
40
40
|
* domainIdentifier: "STRING_VALUE", // required
|
|
41
41
|
* userIdentifier: "STRING_VALUE", // required
|
|
42
|
-
* userType: "IAM_USER" || "IAM_ROLE" || "SSO_USER",
|
|
42
|
+
* userType: "IAM_USER" || "IAM_ROLE" || "SSO_USER" || "IAM_ROLE_SESSION",
|
|
43
|
+
* sessionName: "STRING_VALUE",
|
|
43
44
|
* clientToken: "STRING_VALUE",
|
|
44
45
|
* };
|
|
45
46
|
* const command = new CreateUserProfileCommand(input);
|
|
@@ -53,6 +54,8 @@ declare const CreateUserProfileCommand_base: {
|
|
|
53
54
|
* // iam: { // IamUserProfileDetails
|
|
54
55
|
* // arn: "STRING_VALUE",
|
|
55
56
|
* // principalId: "STRING_VALUE",
|
|
57
|
+
* // sessionName: "STRING_VALUE",
|
|
58
|
+
* // groupProfileId: "STRING_VALUE",
|
|
56
59
|
* // },
|
|
57
60
|
* // sso: { // SsoUserProfileDetails
|
|
58
61
|
* // username: "STRING_VALUE",
|
|
@@ -47,6 +47,8 @@ declare const GetGroupProfileCommand_base: {
|
|
|
47
47
|
* // id: "STRING_VALUE",
|
|
48
48
|
* // status: "ASSIGNED" || "NOT_ASSIGNED",
|
|
49
49
|
* // groupName: "STRING_VALUE",
|
|
50
|
+
* // rolePrincipalArn: "STRING_VALUE",
|
|
51
|
+
* // rolePrincipalId: "STRING_VALUE",
|
|
50
52
|
* // };
|
|
51
53
|
*
|
|
52
54
|
* ```
|
|
@@ -61,6 +61,8 @@ declare const GetSubscriptionCommand_base: {
|
|
|
61
61
|
* // iam: { // IamUserProfileDetails
|
|
62
62
|
* // arn: "STRING_VALUE",
|
|
63
63
|
* // principalId: "STRING_VALUE",
|
|
64
|
+
* // sessionName: "STRING_VALUE",
|
|
65
|
+
* // groupProfileId: "STRING_VALUE",
|
|
64
66
|
* // },
|
|
65
67
|
* // sso: { // SsoUserProfileDetails
|
|
66
68
|
* // username: "STRING_VALUE",
|
|
@@ -63,6 +63,8 @@ declare const GetSubscriptionRequestDetailsCommand_base: {
|
|
|
63
63
|
* // iam: { // IamUserProfileDetails
|
|
64
64
|
* // arn: "STRING_VALUE",
|
|
65
65
|
* // principalId: "STRING_VALUE",
|
|
66
|
+
* // sessionName: "STRING_VALUE",
|
|
67
|
+
* // groupProfileId: "STRING_VALUE",
|
|
66
68
|
* // },
|
|
67
69
|
* // sso: { // SsoUserProfileDetails
|
|
68
70
|
* // username: "STRING_VALUE",
|
|
@@ -40,6 +40,7 @@ declare const GetUserProfileCommand_base: {
|
|
|
40
40
|
* domainIdentifier: "STRING_VALUE", // required
|
|
41
41
|
* userIdentifier: "STRING_VALUE", // required
|
|
42
42
|
* type: "IAM" || "SSO",
|
|
43
|
+
* sessionName: "STRING_VALUE",
|
|
43
44
|
* };
|
|
44
45
|
* const command = new GetUserProfileCommand(input);
|
|
45
46
|
* const response = await client.send(command);
|
|
@@ -52,6 +53,8 @@ declare const GetUserProfileCommand_base: {
|
|
|
52
53
|
* // iam: { // IamUserProfileDetails
|
|
53
54
|
* // arn: "STRING_VALUE",
|
|
54
55
|
* // principalId: "STRING_VALUE",
|
|
56
|
+
* // sessionName: "STRING_VALUE",
|
|
57
|
+
* // groupProfileId: "STRING_VALUE",
|
|
55
58
|
* // },
|
|
56
59
|
* // sso: { // SsoUserProfileDetails
|
|
57
60
|
* // username: "STRING_VALUE",
|
|
@@ -41,6 +41,7 @@ declare const ListProjectsCommand_base: {
|
|
|
41
41
|
* userIdentifier: "STRING_VALUE",
|
|
42
42
|
* groupIdentifier: "STRING_VALUE",
|
|
43
43
|
* name: "STRING_VALUE",
|
|
44
|
+
* projectCategory: "STRING_VALUE",
|
|
44
45
|
* nextToken: "STRING_VALUE",
|
|
45
46
|
* maxResults: Number("int"),
|
|
46
47
|
* };
|
|
@@ -64,6 +65,7 @@ declare const ListProjectsCommand_base: {
|
|
|
64
65
|
* // createdAt: new Date("TIMESTAMP"),
|
|
65
66
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
66
67
|
* // domainUnitId: "STRING_VALUE",
|
|
68
|
+
* // projectCategory: "STRING_VALUE",
|
|
67
69
|
* // },
|
|
68
70
|
* // ],
|
|
69
71
|
* // nextToken: "STRING_VALUE",
|
|
@@ -75,6 +75,8 @@ declare const ListSubscriptionRequestsCommand_base: {
|
|
|
75
75
|
* // iam: { // IamUserProfileDetails
|
|
76
76
|
* // arn: "STRING_VALUE",
|
|
77
77
|
* // principalId: "STRING_VALUE",
|
|
78
|
+
* // sessionName: "STRING_VALUE",
|
|
79
|
+
* // groupProfileId: "STRING_VALUE",
|
|
78
80
|
* // },
|
|
79
81
|
* // sso: { // SsoUserProfileDetails
|
|
80
82
|
* // username: "STRING_VALUE",
|
|
@@ -74,6 +74,8 @@ declare const ListSubscriptionsCommand_base: {
|
|
|
74
74
|
* // iam: { // IamUserProfileDetails
|
|
75
75
|
* // arn: "STRING_VALUE",
|
|
76
76
|
* // principalId: "STRING_VALUE",
|
|
77
|
+
* // sessionName: "STRING_VALUE",
|
|
78
|
+
* // groupProfileId: "STRING_VALUE",
|
|
77
79
|
* // },
|
|
78
80
|
* // sso: { // SsoUserProfileDetails
|
|
79
81
|
* // username: "STRING_VALUE",
|
|
@@ -64,6 +64,8 @@ declare const RejectSubscriptionRequestCommand_base: {
|
|
|
64
64
|
* // iam: { // IamUserProfileDetails
|
|
65
65
|
* // arn: "STRING_VALUE",
|
|
66
66
|
* // principalId: "STRING_VALUE",
|
|
67
|
+
* // sessionName: "STRING_VALUE",
|
|
68
|
+
* // groupProfileId: "STRING_VALUE",
|
|
67
69
|
* // },
|
|
68
70
|
* // sso: { // SsoUserProfileDetails
|
|
69
71
|
* // username: "STRING_VALUE",
|
|
@@ -62,6 +62,8 @@ declare const RevokeSubscriptionCommand_base: {
|
|
|
62
62
|
* // iam: { // IamUserProfileDetails
|
|
63
63
|
* // arn: "STRING_VALUE",
|
|
64
64
|
* // principalId: "STRING_VALUE",
|
|
65
|
+
* // sessionName: "STRING_VALUE",
|
|
66
|
+
* // groupProfileId: "STRING_VALUE",
|
|
65
67
|
* // },
|
|
66
68
|
* // sso: { // SsoUserProfileDetails
|
|
67
69
|
* // username: "STRING_VALUE",
|
|
@@ -39,7 +39,7 @@ declare const SearchGroupProfilesCommand_base: {
|
|
|
39
39
|
* const client = new DataZoneClient(config);
|
|
40
40
|
* const input = { // SearchGroupProfilesInput
|
|
41
41
|
* domainIdentifier: "STRING_VALUE", // required
|
|
42
|
-
* groupType: "SSO_GROUP" || "DATAZONE_SSO_GROUP", // required
|
|
42
|
+
* groupType: "SSO_GROUP" || "DATAZONE_SSO_GROUP" || "IAM_ROLE_SESSION_GROUP", // required
|
|
43
43
|
* searchText: "STRING_VALUE",
|
|
44
44
|
* maxResults: Number("int"),
|
|
45
45
|
* nextToken: "STRING_VALUE",
|
|
@@ -53,6 +53,8 @@ declare const SearchGroupProfilesCommand_base: {
|
|
|
53
53
|
* // id: "STRING_VALUE",
|
|
54
54
|
* // status: "ASSIGNED" || "NOT_ASSIGNED",
|
|
55
55
|
* // groupName: "STRING_VALUE",
|
|
56
|
+
* // rolePrincipalArn: "STRING_VALUE",
|
|
57
|
+
* // rolePrincipalId: "STRING_VALUE",
|
|
56
58
|
* // },
|
|
57
59
|
* // ],
|
|
58
60
|
* // nextToken: "STRING_VALUE",
|
|
@@ -56,6 +56,8 @@ declare const SearchUserProfilesCommand_base: {
|
|
|
56
56
|
* // iam: { // IamUserProfileDetails
|
|
57
57
|
* // arn: "STRING_VALUE",
|
|
58
58
|
* // principalId: "STRING_VALUE",
|
|
59
|
+
* // sessionName: "STRING_VALUE",
|
|
60
|
+
* // groupProfileId: "STRING_VALUE",
|
|
59
61
|
* // },
|
|
60
62
|
* // sso: { // SsoUserProfileDetails
|
|
61
63
|
* // username: "STRING_VALUE",
|
|
@@ -48,6 +48,8 @@ declare const UpdateGroupProfileCommand_base: {
|
|
|
48
48
|
* // id: "STRING_VALUE",
|
|
49
49
|
* // status: "ASSIGNED" || "NOT_ASSIGNED",
|
|
50
50
|
* // groupName: "STRING_VALUE",
|
|
51
|
+
* // rolePrincipalArn: "STRING_VALUE",
|
|
52
|
+
* // rolePrincipalId: "STRING_VALUE",
|
|
51
53
|
* // };
|
|
52
54
|
*
|
|
53
55
|
* ```
|
|
@@ -64,6 +64,8 @@ declare const UpdateSubscriptionRequestCommand_base: {
|
|
|
64
64
|
* // iam: { // IamUserProfileDetails
|
|
65
65
|
* // arn: "STRING_VALUE",
|
|
66
66
|
* // principalId: "STRING_VALUE",
|
|
67
|
+
* // sessionName: "STRING_VALUE",
|
|
68
|
+
* // groupProfileId: "STRING_VALUE",
|
|
67
69
|
* // },
|
|
68
70
|
* // sso: { // SsoUserProfileDetails
|
|
69
71
|
* // username: "STRING_VALUE",
|
|
@@ -41,6 +41,7 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
41
41
|
* userIdentifier: "STRING_VALUE", // required
|
|
42
42
|
* type: "IAM" || "SSO",
|
|
43
43
|
* status: "ASSIGNED" || "NOT_ASSIGNED" || "ACTIVATED" || "DEACTIVATED", // required
|
|
44
|
+
* sessionName: "STRING_VALUE",
|
|
44
45
|
* };
|
|
45
46
|
* const command = new UpdateUserProfileCommand(input);
|
|
46
47
|
* const response = await client.send(command);
|
|
@@ -53,6 +54,8 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
53
54
|
* // iam: { // IamUserProfileDetails
|
|
54
55
|
* // arn: "STRING_VALUE",
|
|
55
56
|
* // principalId: "STRING_VALUE",
|
|
57
|
+
* // sessionName: "STRING_VALUE",
|
|
58
|
+
* // groupProfileId: "STRING_VALUE",
|
|
56
59
|
* // },
|
|
57
60
|
* // sso: { // SsoUserProfileDetails
|
|
58
61
|
* // username: "STRING_VALUE",
|
|
@@ -738,6 +738,21 @@ export declare const EntityType: {
|
|
|
738
738
|
* @public
|
|
739
739
|
*/
|
|
740
740
|
export type EntityType = (typeof EntityType)[keyof typeof EntityType];
|
|
741
|
+
/**
|
|
742
|
+
* @public
|
|
743
|
+
* @enum
|
|
744
|
+
*/
|
|
745
|
+
export declare const UserDesignation: {
|
|
746
|
+
readonly PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER";
|
|
747
|
+
readonly PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD";
|
|
748
|
+
readonly PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER";
|
|
749
|
+
readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
|
|
750
|
+
readonly PROJECT_OWNER: "PROJECT_OWNER";
|
|
751
|
+
};
|
|
752
|
+
/**
|
|
753
|
+
* @public
|
|
754
|
+
*/
|
|
755
|
+
export type UserDesignation = (typeof UserDesignation)[keyof typeof UserDesignation];
|
|
741
756
|
/**
|
|
742
757
|
* @public
|
|
743
758
|
* @enum
|
|
@@ -781,21 +796,6 @@ export declare const ResourceTagSource: {
|
|
|
781
796
|
* @public
|
|
782
797
|
*/
|
|
783
798
|
export type ResourceTagSource = (typeof ResourceTagSource)[keyof typeof ResourceTagSource];
|
|
784
|
-
/**
|
|
785
|
-
* @public
|
|
786
|
-
* @enum
|
|
787
|
-
*/
|
|
788
|
-
export declare const UserDesignation: {
|
|
789
|
-
readonly PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER";
|
|
790
|
-
readonly PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD";
|
|
791
|
-
readonly PROJECT_CATALOG_VIEWER: "PROJECT_CATALOG_VIEWER";
|
|
792
|
-
readonly PROJECT_CONTRIBUTOR: "PROJECT_CONTRIBUTOR";
|
|
793
|
-
readonly PROJECT_OWNER: "PROJECT_OWNER";
|
|
794
|
-
};
|
|
795
|
-
/**
|
|
796
|
-
* @public
|
|
797
|
-
*/
|
|
798
|
-
export type UserDesignation = (typeof UserDesignation)[keyof typeof UserDesignation];
|
|
799
799
|
/**
|
|
800
800
|
* @public
|
|
801
801
|
* @enum
|
|
@@ -908,6 +908,7 @@ export type SubscriptionGrantCreationMode = (typeof SubscriptionGrantCreationMod
|
|
|
908
908
|
*/
|
|
909
909
|
export declare const UserType: {
|
|
910
910
|
readonly IAM_ROLE: "IAM_ROLE";
|
|
911
|
+
readonly IAM_ROLE_SESSION: "IAM_ROLE_SESSION";
|
|
911
912
|
readonly IAM_USER: "IAM_USER";
|
|
912
913
|
readonly SSO_USER: "SSO_USER";
|
|
913
914
|
};
|
|
@@ -1339,6 +1340,7 @@ export type InventorySearchScope = (typeof InventorySearchScope)[keyof typeof In
|
|
|
1339
1340
|
*/
|
|
1340
1341
|
export declare const GroupSearchType: {
|
|
1341
1342
|
readonly DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP";
|
|
1343
|
+
readonly IAM_ROLE_SESSION_GROUP: "IAM_ROLE_SESSION_GROUP";
|
|
1342
1344
|
readonly SSO_GROUP: "SSO_GROUP";
|
|
1343
1345
|
};
|
|
1344
1346
|
/**
|