@aws-sdk/client-verifiedpermissions 3.927.0 → 3.928.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 (58) hide show
  1. package/dist-cjs/index.js +1739 -2225
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/VerifiedPermissionsClient.js +2 -0
  4. package/dist-es/commands/BatchGetPolicyCommand.js +3 -10
  5. package/dist-es/commands/BatchIsAuthorizedCommand.js +3 -10
  6. package/dist-es/commands/BatchIsAuthorizedWithTokenCommand.js +3 -10
  7. package/dist-es/commands/CreateIdentitySourceCommand.js +3 -10
  8. package/dist-es/commands/CreatePolicyCommand.js +3 -10
  9. package/dist-es/commands/CreatePolicyStoreCommand.js +3 -10
  10. package/dist-es/commands/CreatePolicyTemplateCommand.js +3 -10
  11. package/dist-es/commands/DeleteIdentitySourceCommand.js +3 -9
  12. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeletePolicyStoreCommand.js +3 -9
  14. package/dist-es/commands/DeletePolicyTemplateCommand.js +3 -9
  15. package/dist-es/commands/GetIdentitySourceCommand.js +3 -10
  16. package/dist-es/commands/GetPolicyCommand.js +3 -10
  17. package/dist-es/commands/GetPolicyStoreCommand.js +3 -10
  18. package/dist-es/commands/GetPolicyTemplateCommand.js +3 -10
  19. package/dist-es/commands/GetSchemaCommand.js +3 -10
  20. package/dist-es/commands/IsAuthorizedCommand.js +3 -10
  21. package/dist-es/commands/IsAuthorizedWithTokenCommand.js +3 -10
  22. package/dist-es/commands/ListIdentitySourcesCommand.js +3 -10
  23. package/dist-es/commands/ListPoliciesCommand.js +3 -10
  24. package/dist-es/commands/ListPolicyStoresCommand.js +3 -10
  25. package/dist-es/commands/ListPolicyTemplatesCommand.js +3 -10
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  27. package/dist-es/commands/PutSchemaCommand.js +3 -10
  28. package/dist-es/commands/TagResourceCommand.js +3 -9
  29. package/dist-es/commands/UntagResourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateIdentitySourceCommand.js +3 -10
  31. package/dist-es/commands/UpdatePolicyCommand.js +3 -10
  32. package/dist-es/commands/UpdatePolicyStoreCommand.js +3 -10
  33. package/dist-es/commands/UpdatePolicyTemplateCommand.js +3 -10
  34. package/dist-es/models/models_0.js +26 -593
  35. package/dist-es/runtimeConfig.shared.js +7 -0
  36. package/dist-es/schemas/schemas_0.js +1628 -0
  37. package/dist-types/VerifiedPermissionsClient.d.ts +10 -1
  38. package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +33 -0
  39. package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +33 -0
  40. package/dist-types/commands/IsAuthorizedCommand.d.ts +33 -0
  41. package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +33 -0
  42. package/dist-types/models/models_0.d.ts +268 -441
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +229 -0
  48. package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +184 -297
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +236 -0
  55. package/package.json +5 -6
  56. package/dist-es/protocols/Aws_json1_0.js +0 -1303
  57. package/dist-types/protocols/Aws_json1_0.d.ts +0 -272
  58. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -365
@@ -0,0 +1,1628 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _AI = "ActionId";
3
+ const _AIL = "ActionIdentifierList";
4
+ const _AIc = "ActionIdentifier";
5
+ const _AT = "ActionType";
6
+ const _AV = "AttributeValue";
7
+ const _BA = "BooleanAttribute";
8
+ const _BGP = "BatchGetPolicy";
9
+ const _BGPEI = "BatchGetPolicyErrorItem";
10
+ const _BGPEL = "BatchGetPolicyErrorList";
11
+ const _BGPI = "BatchGetPolicyInput";
12
+ const _BGPII = "BatchGetPolicyInputItem";
13
+ const _BGPIL = "BatchGetPolicyInputList";
14
+ const _BGPO = "BatchGetPolicyOutput";
15
+ const _BGPOI = "BatchGetPolicyOutputItem";
16
+ const _BGPOL = "BatchGetPolicyOutputList";
17
+ const _BIA = "BatchIsAuthorized";
18
+ const _BIAI = "BatchIsAuthorizedInput";
19
+ const _BIAII = "BatchIsAuthorizedInputItem";
20
+ const _BIAIL = "BatchIsAuthorizedInputList";
21
+ const _BIAO = "BatchIsAuthorizedOutput";
22
+ const _BIAOI = "BatchIsAuthorizedOutputItem";
23
+ const _BIAOL = "BatchIsAuthorizedOutputList";
24
+ const _BIAWT = "BatchIsAuthorizedWithToken";
25
+ const _BIAWTI = "BatchIsAuthorizedWithTokenInput";
26
+ const _BIAWTII = "BatchIsAuthorizedWithTokenInputItem";
27
+ const _BIAWTIL = "BatchIsAuthorizedWithTokenInputList";
28
+ const _BIAWTO = "BatchIsAuthorizedWithTokenOutput";
29
+ const _BIAWTOI = "BatchIsAuthorizedWithTokenOutputItem";
30
+ const _BIAWTOL = "BatchIsAuthorizedWithTokenOutputList";
31
+ const _C = "Claim";
32
+ const _CD = "ConfigurationDetail";
33
+ const _CDo = "ContextDefinition";
34
+ const _CE = "ConflictException";
35
+ const _CGC = "CognitoGroupConfiguration";
36
+ const _CGCD = "CognitoGroupConfigurationDetail";
37
+ const _CGCI = "CognitoGroupConfigurationItem";
38
+ const _CI = "ClientId";
39
+ const _CIS = "CreateIdentitySource";
40
+ const _CISI = "CreateIdentitySourceInput";
41
+ const _CISO = "CreateIdentitySourceOutput";
42
+ const _CIl = "ClientIds";
43
+ const _CIo = "ConfigurationItem";
44
+ const _CJ = "CedarJson";
45
+ const _CM = "ContextMap";
46
+ const _CP = "CreatePolicy";
47
+ const _CPI = "CreatePolicyInput";
48
+ const _CPO = "CreatePolicyOutput";
49
+ const _CPS = "CreatePolicyStore";
50
+ const _CPSI = "CreatePolicyStoreInput";
51
+ const _CPSO = "CreatePolicyStoreOutput";
52
+ const _CPT = "CreatePolicyTemplate";
53
+ const _CPTI = "CreatePolicyTemplateInput";
54
+ const _CPTO = "CreatePolicyTemplateOutput";
55
+ const _CTRA = "CedarTagRecordAttribute";
56
+ const _CTSA = "CedarTagSetAttribute";
57
+ const _CTV = "CedarTagValue";
58
+ const _CUPC = "CognitoUserPoolConfiguration";
59
+ const _CUPCD = "CognitoUserPoolConfigurationDetail";
60
+ const _CUPCI = "CognitoUserPoolConfigurationItem";
61
+ const _Co = "Configuration";
62
+ const _D = "Decimal";
63
+ const _DA = "DatetimeAttribute";
64
+ const _DIS = "DeleteIdentitySource";
65
+ const _DISI = "DeleteIdentitySourceInput";
66
+ const _DISO = "DeleteIdentitySourceOutput";
67
+ const _DP = "DeletePolicy";
68
+ const _DPI = "DeletePolicyInput";
69
+ const _DPIe = "DeterminingPolicyItem";
70
+ const _DPL = "DeterminingPolicyList";
71
+ const _DPO = "DeletePolicyOutput";
72
+ const _DPS = "DeletePolicyStore";
73
+ const _DPSI = "DeletePolicyStoreInput";
74
+ const _DPSO = "DeletePolicyStoreOutput";
75
+ const _DPT = "DeletePolicyTemplate";
76
+ const _DPTI = "DeletePolicyTemplateInput";
77
+ const _DPTO = "DeletePolicyTemplateOutput";
78
+ const _Du = "Duration";
79
+ const _EA = "EntityAttributes";
80
+ const _ECT = "EntityCedarTags";
81
+ const _ED = "EntitiesDefinition";
82
+ const _EEI = "EvaluationErrorItem";
83
+ const _EEL = "EvaluationErrorList";
84
+ const _EI = "EntityId";
85
+ const _EIP = "EntityIdPrefix";
86
+ const _EIn = "EntityIdentifier";
87
+ const _EInt = "EntityItem";
88
+ const _EL = "EntityList";
89
+ const _ER = "EntityReference";
90
+ const _ET = "EntityType";
91
+ const _GET = "GroupEntityType";
92
+ const _GIS = "GetIdentitySource";
93
+ const _GISI = "GetIdentitySourceInput";
94
+ const _GISO = "GetIdentitySourceOutput";
95
+ const _GP = "GetPolicy";
96
+ const _GPI = "GetPolicyInput";
97
+ const _GPO = "GetPolicyOutput";
98
+ const _GPS = "GetPolicyStore";
99
+ const _GPSI = "GetPolicyStoreInput";
100
+ const _GPSO = "GetPolicyStoreOutput";
101
+ const _GPT = "GetPolicyTemplate";
102
+ const _GPTI = "GetPolicyTemplateInput";
103
+ const _GPTO = "GetPolicyTemplateOutput";
104
+ const _GS = "GetSchema";
105
+ const _GSI = "GetSchemaInput";
106
+ const _GSO = "GetSchemaOutput";
107
+ const _IA = "IpAddr";
108
+ const _IAI = "IsAuthorizedInput";
109
+ const _IAO = "IsAuthorizedOutput";
110
+ const _IAWT = "IsAuthorizedWithToken";
111
+ const _IAWTI = "IsAuthorizedWithTokenInput";
112
+ const _IAWTO = "IsAuthorizedWithTokenOutput";
113
+ const _IAs = "IsAuthorized";
114
+ const _IS = "IdentitySources";
115
+ const _ISD = "IdentitySourceDetails";
116
+ const _ISE = "InternalServerException";
117
+ const _ISEn = "InvalidStateException";
118
+ const _ISF = "IdentitySourceFilter";
119
+ const _ISFd = "IdentitySourceFilters";
120
+ const _ISI = "IdentitySourceItem";
121
+ const _ISID = "IdentitySourceItemDetails";
122
+ const _LA = "LongAttribute";
123
+ const _LIS = "ListIdentitySources";
124
+ const _LISI = "ListIdentitySourcesInput";
125
+ const _LISO = "ListIdentitySourcesOutput";
126
+ const _LP = "ListPolicies";
127
+ const _LPI = "ListPoliciesInput";
128
+ const _LPO = "ListPoliciesOutput";
129
+ const _LPS = "ListPolicyStores";
130
+ const _LPSI = "ListPolicyStoresInput";
131
+ const _LPSO = "ListPolicyStoresOutput";
132
+ const _LPT = "ListPolicyTemplates";
133
+ const _LPTI = "ListPolicyTemplatesInput";
134
+ const _LPTO = "ListPolicyTemplatesOutput";
135
+ const _LTFR = "ListTagsForResource";
136
+ const _LTFRI = "ListTagsForResourceInput";
137
+ const _LTFRO = "ListTagsForResourceOutput";
138
+ const _N = "Namespace";
139
+ const _NL = "NamespaceList";
140
+ const _OICATC = "OpenIdConnectAccessTokenConfiguration";
141
+ const _OICATCD = "OpenIdConnectAccessTokenConfigurationDetail";
142
+ const _OICATCI = "OpenIdConnectAccessTokenConfigurationItem";
143
+ const _OICC = "OpenIdConnectConfiguration";
144
+ const _OICCD = "OpenIdConnectConfigurationDetail";
145
+ const _OICCI = "OpenIdConnectConfigurationItem";
146
+ const _OICGC = "OpenIdConnectGroupConfiguration";
147
+ const _OICGCD = "OpenIdConnectGroupConfigurationDetail";
148
+ const _OICGCI = "OpenIdConnectGroupConfigurationItem";
149
+ const _OICITC = "OpenIdConnectIdentityTokenConfiguration";
150
+ const _OICITCD = "OpenIdConnectIdentityTokenConfigurationDetail";
151
+ const _OICITCI = "OpenIdConnectIdentityTokenConfigurationItem";
152
+ const _OICTS = "OpenIdConnectTokenSelection";
153
+ const _OICTSD = "OpenIdConnectTokenSelectionDetail";
154
+ const _OICTSI = "OpenIdConnectTokenSelectionItem";
155
+ const _PD = "PolicyDefinition";
156
+ const _PDD = "PolicyDefinitionDetail";
157
+ const _PDI = "PolicyDefinitionItem";
158
+ const _PET = "PrincipalEntityType";
159
+ const _PF = "PolicyFilter";
160
+ const _PI = "PolicyItem";
161
+ const _PL = "ParentList";
162
+ const _PLo = "PolicyList";
163
+ const _PS = "PolicyStatement";
164
+ const _PSD = "PolicyStoreDescription";
165
+ const _PSI = "PolicyStoreItem";
166
+ const _PSIu = "PutSchemaInput";
167
+ const _PSL = "PolicyStoreList";
168
+ const _PSO = "PutSchemaOutput";
169
+ const _PSu = "PutSchema";
170
+ const _PTD = "PolicyTemplateDescription";
171
+ const _PTI = "PolicyTemplateItem";
172
+ const _PTL = "PolicyTemplatesList";
173
+ const _RA = "RecordAttribute";
174
+ const _RC = "ResourceConflict";
175
+ const _RCL = "ResourceConflictList";
176
+ const _RNFE = "ResourceNotFoundException";
177
+ const _SA = "StringAttribute";
178
+ const _SAe = "SetAttribute";
179
+ const _SD = "SchemaDefinition";
180
+ const _SJ = "SchemaJson";
181
+ const _SPD = "StaticPolicyDescription";
182
+ const _SPDD = "StaticPolicyDefinitionDetail";
183
+ const _SPDI = "StaticPolicyDefinitionItem";
184
+ const _SPDt = "StaticPolicyDefinition";
185
+ const _SQEE = "ServiceQuotaExceededException";
186
+ const _T = "Token";
187
+ const _TE = "ThrottlingException";
188
+ const _TLPD = "TemplateLinkedPolicyDefinition";
189
+ const _TLPDD = "TemplateLinkedPolicyDefinitionDetail";
190
+ const _TLPDI = "TemplateLinkedPolicyDefinitionItem";
191
+ const _TMTE = "TooManyTagsException";
192
+ const _TR = "TagResource";
193
+ const _TRI = "TagResourceInput";
194
+ const _TRO = "TagResourceOutput";
195
+ const _UC = "UpdateConfiguration";
196
+ const _UCGC = "UpdateCognitoGroupConfiguration";
197
+ const _UCUPC = "UpdateCognitoUserPoolConfiguration";
198
+ const _UIS = "UpdateIdentitySource";
199
+ const _UISI = "UpdateIdentitySourceInput";
200
+ const _UISO = "UpdateIdentitySourceOutput";
201
+ const _UOICATC = "UpdateOpenIdConnectAccessTokenConfiguration";
202
+ const _UOICC = "UpdateOpenIdConnectConfiguration";
203
+ const _UOICGC = "UpdateOpenIdConnectGroupConfiguration";
204
+ const _UOICITC = "UpdateOpenIdConnectIdentityTokenConfiguration";
205
+ const _UOICTS = "UpdateOpenIdConnectTokenSelection";
206
+ const _UP = "UpdatePolicy";
207
+ const _UPD = "UpdatePolicyDefinition";
208
+ const _UPI = "UpdatePolicyInput";
209
+ const _UPO = "UpdatePolicyOutput";
210
+ const _UPS = "UpdatePolicyStore";
211
+ const _UPSI = "UpdatePolicyStoreInput";
212
+ const _UPSO = "UpdatePolicyStoreOutput";
213
+ const _UPT = "UpdatePolicyTemplate";
214
+ const _UPTI = "UpdatePolicyTemplateInput";
215
+ const _UPTO = "UpdatePolicyTemplateOutput";
216
+ const _UR = "UntagResource";
217
+ const _URI = "UntagResourceInput";
218
+ const _URO = "UntagResourceOutput";
219
+ const _USPD = "UpdateStaticPolicyDefinition";
220
+ const _VE = "ValidationException";
221
+ const _VEF = "ValidationExceptionField";
222
+ const _VEFL = "ValidationExceptionFieldList";
223
+ const _VS = "ValidationSettings";
224
+ const _a = "action";
225
+ const _aI = "actionId";
226
+ const _aT = "actionType";
227
+ const _aTO = "accessTokenOnly";
228
+ const _aTc = "accessToken";
229
+ const _ac = "actions";
230
+ const _ar = "arn";
231
+ const _at = "attributes";
232
+ const _au = "audiences";
233
+ const _b = "boolean";
234
+ const _c = "client";
235
+ const _cD = "createdDate";
236
+ const _cI = "clientIds";
237
+ const _cJ = "cedarJson";
238
+ const _cM = "contextMap";
239
+ const _cT = "clientToken";
240
+ const _cUPC = "cognitoUserPoolConfiguration";
241
+ const _cV = "cedarVersion";
242
+ const _co = "code";
243
+ const _con = "context";
244
+ const _conf = "configuration";
245
+ const _d = "definition";
246
+ const _dP = "determiningPolicies";
247
+ const _dPe = "deletionProtection";
248
+ const _dU = "discoveryUrl";
249
+ const _da = "datetime";
250
+ const _de = "decision";
251
+ const _dec = "decimal";
252
+ const _des = "description";
253
+ const _det = "details";
254
+ const _du = "duration";
255
+ const _e = "error";
256
+ const _eD = "errorDescription";
257
+ const _eI = "entityId";
258
+ const _eIP = "entityIdPrefix";
259
+ const _eIn = "entityIdentifier";
260
+ const _eL = "entityList";
261
+ const _eT = "entityType";
262
+ const _ef = "effect";
263
+ const _en = "entities";
264
+ const _er = "errors";
265
+ const _f = "filters";
266
+ const _fL = "fieldList";
267
+ const _fi = "filter";
268
+ const _gC = "groupConfiguration";
269
+ const _gCr = "groupClaim";
270
+ const _gET = "groupEntityType";
271
+ const _hE = "httpError";
272
+ const _i = "issuer";
273
+ const _iS = "identitySources";
274
+ const _iSI = "identitySourceId";
275
+ const _iT = "identityToken";
276
+ const _iTO = "identityTokenOnly";
277
+ const _id = "identifier";
278
+ const _ip = "ipaddr";
279
+ const _l = "long";
280
+ const _lUD = "lastUpdatedDate";
281
+ const _m = "message";
282
+ const _mR = "maxResults";
283
+ const _mo = "mode";
284
+ const _n = "namespaces";
285
+ const _nT = "nextToken";
286
+ const _oICC = "openIdConnectConfiguration";
287
+ const _oII = "openIdIssuer";
288
+ const _p = "principal";
289
+ const _pET = "principalEntityType";
290
+ const _pI = "policyId";
291
+ const _pIC = "principalIdClaim";
292
+ const _pS = "policyStores";
293
+ const _pSI = "policyStoreId";
294
+ const _pT = "policyType";
295
+ const _pTI = "policyTemplateId";
296
+ const _pTo = "policyTemplates";
297
+ const _pa = "parents";
298
+ const _pat = "path";
299
+ const _po = "policies";
300
+ const _qC = "quotaCode";
301
+ const _r = "requests";
302
+ const _rA = "resourceArn";
303
+ const _rI = "resourceId";
304
+ const _rN = "resourceName";
305
+ const _rT = "resourceType";
306
+ const _re = "results";
307
+ const _rec = "record";
308
+ const _req = "request";
309
+ const _res = "resource";
310
+ const _reso = "resources";
311
+ const _s = "statement";
312
+ const _sC = "serviceCode";
313
+ const _sc = "schema";
314
+ const _se = "server";
315
+ const _set = "set";
316
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.verifiedpermissions";
317
+ const _st = "string";
318
+ const _sta = "static";
319
+ const _t = "tags";
320
+ const _tK = "tagKeys";
321
+ const _tL = "templateLinked";
322
+ const _tS = "tokenSelection";
323
+ const _u = "unspecified";
324
+ const _uC = "updateConfiguration";
325
+ const _uPA = "userPoolArn";
326
+ const _vS = "validationSettings";
327
+ const n0 = "com.amazonaws.verifiedpermissions";
328
+ import { TypeRegistry } from "@smithy/core/schema";
329
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, InvalidStateException as __InvalidStateException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/index";
330
+ import { VerifiedPermissionsServiceException as __VerifiedPermissionsServiceException } from "../models/VerifiedPermissionsServiceException";
331
+ export var ActionId = [0, n0, _AI, 8, 0];
332
+ export var ActionType = [0, n0, _AT, 8, 0];
333
+ export var BooleanAttribute = [0, n0, _BA, 8, 2];
334
+ export var CedarJson = [0, n0, _CJ, 8, 0];
335
+ export var Claim = [0, n0, _C, 8, 0];
336
+ export var ClientId = [0, n0, _CI, 8, 0];
337
+ export var DatetimeAttribute = [0, n0, _DA, 8, 0];
338
+ export var Decimal = [0, n0, _D, 8, 0];
339
+ export var Duration = [0, n0, _Du, 8, 0];
340
+ export var EntityId = [0, n0, _EI, 8, 0];
341
+ export var EntityIdPrefix = [0, n0, _EIP, 8, 0];
342
+ export var EntityType = [0, n0, _ET, 8, 0];
343
+ export var GroupEntityType = [0, n0, _GET, 8, 0];
344
+ export var IpAddr = [0, n0, _IA, 8, 0];
345
+ export var LongAttribute = [0, n0, _LA, 8, 1];
346
+ export var Namespace = [0, n0, _N, 8, 0];
347
+ export var PolicyStatement = [0, n0, _PS, 8, 0];
348
+ export var PolicyStoreDescription = [0, n0, _PSD, 8, 0];
349
+ export var PolicyTemplateDescription = [0, n0, _PTD, 8, 0];
350
+ export var PrincipalEntityType = [0, n0, _PET, 8, 0];
351
+ export var SchemaJson = [0, n0, _SJ, 8, 0];
352
+ export var StaticPolicyDescription = [0, n0, _SPD, 8, 0];
353
+ export var StringAttribute = [0, n0, _SA, 8, 0];
354
+ export var Token = [0, n0, _T, 8, 0];
355
+ export var AccessDeniedException = [
356
+ -3,
357
+ n0,
358
+ _ADE,
359
+ {
360
+ [_e]: _c,
361
+ [_hE]: 403,
362
+ },
363
+ [_m],
364
+ [0],
365
+ ];
366
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
367
+ export var ActionIdentifier = [
368
+ 3,
369
+ n0,
370
+ _AIc,
371
+ 0,
372
+ [_aT, _aI],
373
+ [
374
+ [() => ActionType, 0],
375
+ [() => ActionId, 0],
376
+ ],
377
+ ];
378
+ export var BatchGetPolicyErrorItem = [3, n0, _BGPEI, 0, [_co, _pSI, _pI, _m], [0, 0, 0, 0]];
379
+ export var BatchGetPolicyInput = [3, n0, _BGPI, 0, [_r], [() => BatchGetPolicyInputList]];
380
+ export var BatchGetPolicyInputItem = [3, n0, _BGPII, 0, [_pSI, _pI], [0, 0]];
381
+ export var BatchGetPolicyOutput = [
382
+ 3,
383
+ n0,
384
+ _BGPO,
385
+ 0,
386
+ [_re, _er],
387
+ [[() => BatchGetPolicyOutputList, 0], () => BatchGetPolicyErrorList],
388
+ ];
389
+ export var BatchGetPolicyOutputItem = [
390
+ 3,
391
+ n0,
392
+ _BGPOI,
393
+ 0,
394
+ [_pSI, _pI, _pT, _d, _cD, _lUD],
395
+ [0, 0, 0, [() => PolicyDefinitionDetail, 0], 5, 5],
396
+ ];
397
+ export var BatchIsAuthorizedInput = [
398
+ 3,
399
+ n0,
400
+ _BIAI,
401
+ 0,
402
+ [_pSI, _en, _r],
403
+ [0, [() => EntitiesDefinition, 0], [() => BatchIsAuthorizedInputList, 0]],
404
+ ];
405
+ export var BatchIsAuthorizedInputItem = [
406
+ 3,
407
+ n0,
408
+ _BIAII,
409
+ 0,
410
+ [_p, _a, _res, _con],
411
+ [
412
+ [() => EntityIdentifier, 0],
413
+ [() => ActionIdentifier, 0],
414
+ [() => EntityIdentifier, 0],
415
+ [() => ContextDefinition, 0],
416
+ ],
417
+ ];
418
+ export var BatchIsAuthorizedOutput = [
419
+ 3,
420
+ n0,
421
+ _BIAO,
422
+ 0,
423
+ [_re],
424
+ [[() => BatchIsAuthorizedOutputList, 0]],
425
+ ];
426
+ export var BatchIsAuthorizedOutputItem = [
427
+ 3,
428
+ n0,
429
+ _BIAOI,
430
+ 0,
431
+ [_req, _de, _dP, _er],
432
+ [[() => BatchIsAuthorizedInputItem, 0], 0, () => DeterminingPolicyList, [() => EvaluationErrorList, 0]],
433
+ ];
434
+ export var BatchIsAuthorizedWithTokenInput = [
435
+ 3,
436
+ n0,
437
+ _BIAWTI,
438
+ 0,
439
+ [_pSI, _iT, _aTc, _en, _r],
440
+ [
441
+ 0,
442
+ [() => Token, 0],
443
+ [() => Token, 0],
444
+ [() => EntitiesDefinition, 0],
445
+ [() => BatchIsAuthorizedWithTokenInputList, 0],
446
+ ],
447
+ ];
448
+ export var BatchIsAuthorizedWithTokenInputItem = [
449
+ 3,
450
+ n0,
451
+ _BIAWTII,
452
+ 0,
453
+ [_a, _res, _con],
454
+ [
455
+ [() => ActionIdentifier, 0],
456
+ [() => EntityIdentifier, 0],
457
+ [() => ContextDefinition, 0],
458
+ ],
459
+ ];
460
+ export var BatchIsAuthorizedWithTokenOutput = [
461
+ 3,
462
+ n0,
463
+ _BIAWTO,
464
+ 0,
465
+ [_p, _re],
466
+ [
467
+ [() => EntityIdentifier, 0],
468
+ [() => BatchIsAuthorizedWithTokenOutputList, 0],
469
+ ],
470
+ ];
471
+ export var BatchIsAuthorizedWithTokenOutputItem = [
472
+ 3,
473
+ n0,
474
+ _BIAWTOI,
475
+ 0,
476
+ [_req, _de, _dP, _er],
477
+ [[() => BatchIsAuthorizedWithTokenInputItem, 0], 0, () => DeterminingPolicyList, [() => EvaluationErrorList, 0]],
478
+ ];
479
+ export var CognitoGroupConfiguration = [3, n0, _CGC, 0, [_gET], [[() => GroupEntityType, 0]]];
480
+ export var CognitoGroupConfigurationDetail = [
481
+ 3,
482
+ n0,
483
+ _CGCD,
484
+ 0,
485
+ [_gET],
486
+ [[() => GroupEntityType, 0]],
487
+ ];
488
+ export var CognitoGroupConfigurationItem = [
489
+ 3,
490
+ n0,
491
+ _CGCI,
492
+ 0,
493
+ [_gET],
494
+ [[() => GroupEntityType, 0]],
495
+ ];
496
+ export var CognitoUserPoolConfiguration = [
497
+ 3,
498
+ n0,
499
+ _CUPC,
500
+ 0,
501
+ [_uPA, _cI, _gC],
502
+ [0, [() => ClientIds, 0], [() => CognitoGroupConfiguration, 0]],
503
+ ];
504
+ export var CognitoUserPoolConfigurationDetail = [
505
+ 3,
506
+ n0,
507
+ _CUPCD,
508
+ 0,
509
+ [_uPA, _cI, _i, _gC],
510
+ [0, [() => ClientIds, 0], 0, [() => CognitoGroupConfigurationDetail, 0]],
511
+ ];
512
+ export var CognitoUserPoolConfigurationItem = [
513
+ 3,
514
+ n0,
515
+ _CUPCI,
516
+ 0,
517
+ [_uPA, _cI, _i, _gC],
518
+ [0, [() => ClientIds, 0], 0, [() => CognitoGroupConfigurationItem, 0]],
519
+ ];
520
+ export var ConflictException = [
521
+ -3,
522
+ n0,
523
+ _CE,
524
+ {
525
+ [_e]: _c,
526
+ [_hE]: 409,
527
+ },
528
+ [_m, _reso],
529
+ [0, () => ResourceConflictList],
530
+ ];
531
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
532
+ export var CreateIdentitySourceInput = [
533
+ 3,
534
+ n0,
535
+ _CISI,
536
+ 0,
537
+ [_cT, _pSI, _conf, _pET],
538
+ [[0, 4], 0, [() => Configuration, 0], [() => PrincipalEntityType, 0]],
539
+ ];
540
+ export var CreateIdentitySourceOutput = [3, n0, _CISO, 0, [_cD, _iSI, _lUD, _pSI], [5, 0, 5, 0]];
541
+ export var CreatePolicyInput = [
542
+ 3,
543
+ n0,
544
+ _CPI,
545
+ 0,
546
+ [_cT, _pSI, _d],
547
+ [[0, 4], 0, [() => PolicyDefinition, 0]],
548
+ ];
549
+ export var CreatePolicyOutput = [
550
+ 3,
551
+ n0,
552
+ _CPO,
553
+ 0,
554
+ [_pSI, _pI, _pT, _p, _res, _ac, _cD, _lUD, _ef],
555
+ [0, 0, 0, [() => EntityIdentifier, 0], [() => EntityIdentifier, 0], [() => ActionIdentifierList, 0], 5, 5, 0],
556
+ ];
557
+ export var CreatePolicyStoreInput = [
558
+ 3,
559
+ n0,
560
+ _CPSI,
561
+ 0,
562
+ [_cT, _vS, _des, _dPe, _t],
563
+ [[0, 4], () => ValidationSettings, [() => PolicyStoreDescription, 0], 0, 128 | 0],
564
+ ];
565
+ export var CreatePolicyStoreOutput = [3, n0, _CPSO, 0, [_pSI, _ar, _cD, _lUD], [0, 0, 5, 5]];
566
+ export var CreatePolicyTemplateInput = [
567
+ 3,
568
+ n0,
569
+ _CPTI,
570
+ 0,
571
+ [_cT, _pSI, _des, _s],
572
+ [[0, 4], 0, [() => PolicyTemplateDescription, 0], [() => PolicyStatement, 0]],
573
+ ];
574
+ export var CreatePolicyTemplateOutput = [3, n0, _CPTO, 0, [_pSI, _pTI, _cD, _lUD], [0, 0, 5, 5]];
575
+ export var DeleteIdentitySourceInput = [3, n0, _DISI, 0, [_pSI, _iSI], [0, 0]];
576
+ export var DeleteIdentitySourceOutput = [3, n0, _DISO, 0, [], []];
577
+ export var DeletePolicyInput = [3, n0, _DPI, 0, [_pSI, _pI], [0, 0]];
578
+ export var DeletePolicyOutput = [3, n0, _DPO, 0, [], []];
579
+ export var DeletePolicyStoreInput = [3, n0, _DPSI, 0, [_pSI], [0]];
580
+ export var DeletePolicyStoreOutput = [3, n0, _DPSO, 0, [], []];
581
+ export var DeletePolicyTemplateInput = [3, n0, _DPTI, 0, [_pSI, _pTI], [0, 0]];
582
+ export var DeletePolicyTemplateOutput = [3, n0, _DPTO, 0, [], []];
583
+ export var DeterminingPolicyItem = [3, n0, _DPIe, 0, [_pI], [0]];
584
+ export var EntityIdentifier = [
585
+ 3,
586
+ n0,
587
+ _EIn,
588
+ 0,
589
+ [_eT, _eI],
590
+ [
591
+ [() => EntityType, 0],
592
+ [() => EntityId, 0],
593
+ ],
594
+ ];
595
+ export var EntityItem = [
596
+ 3,
597
+ n0,
598
+ _EInt,
599
+ 0,
600
+ [_id, _at, _pa, _t],
601
+ [
602
+ [() => EntityIdentifier, 0],
603
+ [() => EntityAttributes, 0],
604
+ [() => ParentList, 0],
605
+ [() => EntityCedarTags, 0],
606
+ ],
607
+ ];
608
+ export var EvaluationErrorItem = [3, n0, _EEI, 8, [_eD], [0]];
609
+ export var GetIdentitySourceInput = [3, n0, _GISI, 0, [_pSI, _iSI], [0, 0]];
610
+ export var GetIdentitySourceOutput = [
611
+ 3,
612
+ n0,
613
+ _GISO,
614
+ 0,
615
+ [_cD, _det, _iSI, _lUD, _pSI, _pET, _conf],
616
+ [5, [() => IdentitySourceDetails, 0], 0, 5, 0, [() => PrincipalEntityType, 0], [() => ConfigurationDetail, 0]],
617
+ ];
618
+ export var GetPolicyInput = [3, n0, _GPI, 0, [_pSI, _pI], [0, 0]];
619
+ export var GetPolicyOutput = [
620
+ 3,
621
+ n0,
622
+ _GPO,
623
+ 0,
624
+ [_pSI, _pI, _pT, _p, _res, _ac, _d, _cD, _lUD, _ef],
625
+ [
626
+ 0,
627
+ 0,
628
+ 0,
629
+ [() => EntityIdentifier, 0],
630
+ [() => EntityIdentifier, 0],
631
+ [() => ActionIdentifierList, 0],
632
+ [() => PolicyDefinitionDetail, 0],
633
+ 5,
634
+ 5,
635
+ 0,
636
+ ],
637
+ ];
638
+ export var GetPolicyStoreInput = [3, n0, _GPSI, 0, [_pSI, _t], [0, 2]];
639
+ export var GetPolicyStoreOutput = [
640
+ 3,
641
+ n0,
642
+ _GPSO,
643
+ 0,
644
+ [_pSI, _ar, _vS, _cD, _lUD, _des, _dPe, _cV, _t],
645
+ [0, 0, () => ValidationSettings, 5, 5, [() => PolicyStoreDescription, 0], 0, 0, 128 | 0],
646
+ ];
647
+ export var GetPolicyTemplateInput = [3, n0, _GPTI, 0, [_pSI, _pTI], [0, 0]];
648
+ export var GetPolicyTemplateOutput = [
649
+ 3,
650
+ n0,
651
+ _GPTO,
652
+ 0,
653
+ [_pSI, _pTI, _des, _s, _cD, _lUD],
654
+ [0, 0, [() => PolicyTemplateDescription, 0], [() => PolicyStatement, 0], 5, 5],
655
+ ];
656
+ export var GetSchemaInput = [3, n0, _GSI, 0, [_pSI], [0]];
657
+ export var GetSchemaOutput = [
658
+ 3,
659
+ n0,
660
+ _GSO,
661
+ 0,
662
+ [_pSI, _sc, _cD, _lUD, _n],
663
+ [0, [() => SchemaJson, 0], 5, 5, [() => NamespaceList, 0]],
664
+ ];
665
+ export var IdentitySourceDetails = [
666
+ 3,
667
+ n0,
668
+ _ISD,
669
+ 0,
670
+ [_cI, _uPA, _dU, _oII],
671
+ [[() => ClientIds, 0], 0, 0, 0],
672
+ ];
673
+ export var IdentitySourceFilter = [3, n0, _ISF, 0, [_pET], [[() => PrincipalEntityType, 0]]];
674
+ export var IdentitySourceItem = [
675
+ 3,
676
+ n0,
677
+ _ISI,
678
+ 0,
679
+ [_cD, _det, _iSI, _lUD, _pSI, _pET, _conf],
680
+ [5, [() => IdentitySourceItemDetails, 0], 0, 5, 0, [() => PrincipalEntityType, 0], [() => ConfigurationItem, 0]],
681
+ ];
682
+ export var IdentitySourceItemDetails = [
683
+ 3,
684
+ n0,
685
+ _ISID,
686
+ 0,
687
+ [_cI, _uPA, _dU, _oII],
688
+ [[() => ClientIds, 0], 0, 0, 0],
689
+ ];
690
+ export var InternalServerException = [
691
+ -3,
692
+ n0,
693
+ _ISE,
694
+ {
695
+ [_e]: _se,
696
+ [_hE]: 500,
697
+ },
698
+ [_m],
699
+ [0],
700
+ ];
701
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
702
+ export var InvalidStateException = [
703
+ -3,
704
+ n0,
705
+ _ISEn,
706
+ {
707
+ [_e]: _c,
708
+ [_hE]: 406,
709
+ },
710
+ [_m],
711
+ [0],
712
+ ];
713
+ TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
714
+ export var IsAuthorizedInput = [
715
+ 3,
716
+ n0,
717
+ _IAI,
718
+ 0,
719
+ [_pSI, _p, _a, _res, _con, _en],
720
+ [
721
+ 0,
722
+ [() => EntityIdentifier, 0],
723
+ [() => ActionIdentifier, 0],
724
+ [() => EntityIdentifier, 0],
725
+ [() => ContextDefinition, 0],
726
+ [() => EntitiesDefinition, 0],
727
+ ],
728
+ ];
729
+ export var IsAuthorizedOutput = [
730
+ 3,
731
+ n0,
732
+ _IAO,
733
+ 0,
734
+ [_de, _dP, _er],
735
+ [0, () => DeterminingPolicyList, [() => EvaluationErrorList, 0]],
736
+ ];
737
+ export var IsAuthorizedWithTokenInput = [
738
+ 3,
739
+ n0,
740
+ _IAWTI,
741
+ 0,
742
+ [_pSI, _iT, _aTc, _a, _res, _con, _en],
743
+ [
744
+ 0,
745
+ [() => Token, 0],
746
+ [() => Token, 0],
747
+ [() => ActionIdentifier, 0],
748
+ [() => EntityIdentifier, 0],
749
+ [() => ContextDefinition, 0],
750
+ [() => EntitiesDefinition, 0],
751
+ ],
752
+ ];
753
+ export var IsAuthorizedWithTokenOutput = [
754
+ 3,
755
+ n0,
756
+ _IAWTO,
757
+ 0,
758
+ [_de, _dP, _er, _p],
759
+ [0, () => DeterminingPolicyList, [() => EvaluationErrorList, 0], [() => EntityIdentifier, 0]],
760
+ ];
761
+ export var ListIdentitySourcesInput = [
762
+ 3,
763
+ n0,
764
+ _LISI,
765
+ 0,
766
+ [_pSI, _nT, _mR, _f],
767
+ [0, 0, 1, [() => IdentitySourceFilters, 0]],
768
+ ];
769
+ export var ListIdentitySourcesOutput = [
770
+ 3,
771
+ n0,
772
+ _LISO,
773
+ 0,
774
+ [_nT, _iS],
775
+ [0, [() => IdentitySources, 0]],
776
+ ];
777
+ export var ListPoliciesInput = [
778
+ 3,
779
+ n0,
780
+ _LPI,
781
+ 0,
782
+ [_pSI, _nT, _mR, _fi],
783
+ [0, 0, 1, [() => PolicyFilter, 0]],
784
+ ];
785
+ export var ListPoliciesOutput = [3, n0, _LPO, 0, [_nT, _po], [0, [() => PolicyList, 0]]];
786
+ export var ListPolicyStoresInput = [3, n0, _LPSI, 0, [_nT, _mR], [0, 1]];
787
+ export var ListPolicyStoresOutput = [
788
+ 3,
789
+ n0,
790
+ _LPSO,
791
+ 0,
792
+ [_nT, _pS],
793
+ [0, [() => PolicyStoreList, 0]],
794
+ ];
795
+ export var ListPolicyTemplatesInput = [3, n0, _LPTI, 0, [_pSI, _nT, _mR], [0, 0, 1]];
796
+ export var ListPolicyTemplatesOutput = [
797
+ 3,
798
+ n0,
799
+ _LPTO,
800
+ 0,
801
+ [_nT, _pTo],
802
+ [0, [() => PolicyTemplatesList, 0]],
803
+ ];
804
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [0]];
805
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
806
+ export var OpenIdConnectAccessTokenConfiguration = [
807
+ 3,
808
+ n0,
809
+ _OICATC,
810
+ 0,
811
+ [_pIC, _au],
812
+ [[() => Claim, 0], 64 | 0],
813
+ ];
814
+ export var OpenIdConnectAccessTokenConfigurationDetail = [
815
+ 3,
816
+ n0,
817
+ _OICATCD,
818
+ 0,
819
+ [_pIC, _au],
820
+ [[() => Claim, 0], 64 | 0],
821
+ ];
822
+ export var OpenIdConnectAccessTokenConfigurationItem = [
823
+ 3,
824
+ n0,
825
+ _OICATCI,
826
+ 0,
827
+ [_pIC, _au],
828
+ [[() => Claim, 0], 64 | 0],
829
+ ];
830
+ export var OpenIdConnectConfiguration = [
831
+ 3,
832
+ n0,
833
+ _OICC,
834
+ 0,
835
+ [_i, _eIP, _gC, _tS],
836
+ [0, [() => EntityIdPrefix, 0], [() => OpenIdConnectGroupConfiguration, 0], [() => OpenIdConnectTokenSelection, 0]],
837
+ ];
838
+ export var OpenIdConnectConfigurationDetail = [
839
+ 3,
840
+ n0,
841
+ _OICCD,
842
+ 0,
843
+ [_i, _eIP, _gC, _tS],
844
+ [
845
+ 0,
846
+ [() => EntityIdPrefix, 0],
847
+ [() => OpenIdConnectGroupConfigurationDetail, 0],
848
+ [() => OpenIdConnectTokenSelectionDetail, 0],
849
+ ],
850
+ ];
851
+ export var OpenIdConnectConfigurationItem = [
852
+ 3,
853
+ n0,
854
+ _OICCI,
855
+ 0,
856
+ [_i, _eIP, _gC, _tS],
857
+ [
858
+ 0,
859
+ [() => EntityIdPrefix, 0],
860
+ [() => OpenIdConnectGroupConfigurationItem, 0],
861
+ [() => OpenIdConnectTokenSelectionItem, 0],
862
+ ],
863
+ ];
864
+ export var OpenIdConnectGroupConfiguration = [
865
+ 3,
866
+ n0,
867
+ _OICGC,
868
+ 0,
869
+ [_gCr, _gET],
870
+ [
871
+ [() => Claim, 0],
872
+ [() => GroupEntityType, 0],
873
+ ],
874
+ ];
875
+ export var OpenIdConnectGroupConfigurationDetail = [
876
+ 3,
877
+ n0,
878
+ _OICGCD,
879
+ 0,
880
+ [_gCr, _gET],
881
+ [
882
+ [() => Claim, 0],
883
+ [() => GroupEntityType, 0],
884
+ ],
885
+ ];
886
+ export var OpenIdConnectGroupConfigurationItem = [
887
+ 3,
888
+ n0,
889
+ _OICGCI,
890
+ 0,
891
+ [_gCr, _gET],
892
+ [
893
+ [() => Claim, 0],
894
+ [() => GroupEntityType, 0],
895
+ ],
896
+ ];
897
+ export var OpenIdConnectIdentityTokenConfiguration = [
898
+ 3,
899
+ n0,
900
+ _OICITC,
901
+ 0,
902
+ [_pIC, _cI],
903
+ [
904
+ [() => Claim, 0],
905
+ [() => ClientIds, 0],
906
+ ],
907
+ ];
908
+ export var OpenIdConnectIdentityTokenConfigurationDetail = [
909
+ 3,
910
+ n0,
911
+ _OICITCD,
912
+ 0,
913
+ [_pIC, _cI],
914
+ [
915
+ [() => Claim, 0],
916
+ [() => ClientIds, 0],
917
+ ],
918
+ ];
919
+ export var OpenIdConnectIdentityTokenConfigurationItem = [
920
+ 3,
921
+ n0,
922
+ _OICITCI,
923
+ 0,
924
+ [_pIC, _cI],
925
+ [
926
+ [() => Claim, 0],
927
+ [() => ClientIds, 0],
928
+ ],
929
+ ];
930
+ export var PolicyFilter = [
931
+ 3,
932
+ n0,
933
+ _PF,
934
+ 0,
935
+ [_p, _res, _pT, _pTI],
936
+ [[() => EntityReference, 0], [() => EntityReference, 0], 0, 0],
937
+ ];
938
+ export var PolicyItem = [
939
+ 3,
940
+ n0,
941
+ _PI,
942
+ 0,
943
+ [_pSI, _pI, _pT, _p, _res, _ac, _d, _cD, _lUD, _ef],
944
+ [
945
+ 0,
946
+ 0,
947
+ 0,
948
+ [() => EntityIdentifier, 0],
949
+ [() => EntityIdentifier, 0],
950
+ [() => ActionIdentifierList, 0],
951
+ [() => PolicyDefinitionItem, 0],
952
+ 5,
953
+ 5,
954
+ 0,
955
+ ],
956
+ ];
957
+ export var PolicyStoreItem = [
958
+ 3,
959
+ n0,
960
+ _PSI,
961
+ 0,
962
+ [_pSI, _ar, _cD, _lUD, _des],
963
+ [0, 0, 5, 5, [() => PolicyStoreDescription, 0]],
964
+ ];
965
+ export var PolicyTemplateItem = [
966
+ 3,
967
+ n0,
968
+ _PTI,
969
+ 0,
970
+ [_pSI, _pTI, _des, _cD, _lUD],
971
+ [0, 0, [() => PolicyTemplateDescription, 0], 5, 5],
972
+ ];
973
+ export var PutSchemaInput = [3, n0, _PSIu, 0, [_pSI, _d], [0, [() => SchemaDefinition, 0]]];
974
+ export var PutSchemaOutput = [
975
+ 3,
976
+ n0,
977
+ _PSO,
978
+ 0,
979
+ [_pSI, _n, _cD, _lUD],
980
+ [0, [() => NamespaceList, 0], 5, 5],
981
+ ];
982
+ export var ResourceConflict = [3, n0, _RC, 0, [_rI, _rT], [0, 0]];
983
+ export var ResourceNotFoundException = [
984
+ -3,
985
+ n0,
986
+ _RNFE,
987
+ {
988
+ [_e]: _c,
989
+ [_hE]: 404,
990
+ },
991
+ [_m, _rI, _rT],
992
+ [0, 0, 0],
993
+ ];
994
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
995
+ export var ServiceQuotaExceededException = [
996
+ -3,
997
+ n0,
998
+ _SQEE,
999
+ {
1000
+ [_e]: _c,
1001
+ [_hE]: 402,
1002
+ },
1003
+ [_m, _rI, _rT, _sC, _qC],
1004
+ [0, 0, 0, 0, 0],
1005
+ ];
1006
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1007
+ export var StaticPolicyDefinition = [
1008
+ 3,
1009
+ n0,
1010
+ _SPDt,
1011
+ 0,
1012
+ [_des, _s],
1013
+ [
1014
+ [() => StaticPolicyDescription, 0],
1015
+ [() => PolicyStatement, 0],
1016
+ ],
1017
+ ];
1018
+ export var StaticPolicyDefinitionDetail = [
1019
+ 3,
1020
+ n0,
1021
+ _SPDD,
1022
+ 0,
1023
+ [_des, _s],
1024
+ [
1025
+ [() => StaticPolicyDescription, 0],
1026
+ [() => PolicyStatement, 0],
1027
+ ],
1028
+ ];
1029
+ export var StaticPolicyDefinitionItem = [
1030
+ 3,
1031
+ n0,
1032
+ _SPDI,
1033
+ 0,
1034
+ [_des],
1035
+ [[() => StaticPolicyDescription, 0]],
1036
+ ];
1037
+ export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [0, 128 | 0]];
1038
+ export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
1039
+ export var TemplateLinkedPolicyDefinition = [
1040
+ 3,
1041
+ n0,
1042
+ _TLPD,
1043
+ 0,
1044
+ [_pTI, _p, _res],
1045
+ [0, [() => EntityIdentifier, 0], [() => EntityIdentifier, 0]],
1046
+ ];
1047
+ export var TemplateLinkedPolicyDefinitionDetail = [
1048
+ 3,
1049
+ n0,
1050
+ _TLPDD,
1051
+ 0,
1052
+ [_pTI, _p, _res],
1053
+ [0, [() => EntityIdentifier, 0], [() => EntityIdentifier, 0]],
1054
+ ];
1055
+ export var TemplateLinkedPolicyDefinitionItem = [
1056
+ 3,
1057
+ n0,
1058
+ _TLPDI,
1059
+ 0,
1060
+ [_pTI, _p, _res],
1061
+ [0, [() => EntityIdentifier, 0], [() => EntityIdentifier, 0]],
1062
+ ];
1063
+ export var ThrottlingException = [
1064
+ -3,
1065
+ n0,
1066
+ _TE,
1067
+ {
1068
+ [_e]: _c,
1069
+ [_hE]: 429,
1070
+ },
1071
+ [_m, _sC, _qC],
1072
+ [0, 0, 0],
1073
+ ];
1074
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1075
+ export var TooManyTagsException = [
1076
+ -3,
1077
+ n0,
1078
+ _TMTE,
1079
+ {
1080
+ [_e]: _c,
1081
+ [_hE]: 400,
1082
+ },
1083
+ [_m, _rN],
1084
+ [0, 0],
1085
+ ];
1086
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1087
+ export var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
1088
+ export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
1089
+ export var UpdateCognitoGroupConfiguration = [
1090
+ 3,
1091
+ n0,
1092
+ _UCGC,
1093
+ 0,
1094
+ [_gET],
1095
+ [[() => GroupEntityType, 0]],
1096
+ ];
1097
+ export var UpdateCognitoUserPoolConfiguration = [
1098
+ 3,
1099
+ n0,
1100
+ _UCUPC,
1101
+ 0,
1102
+ [_uPA, _cI, _gC],
1103
+ [0, [() => ClientIds, 0], [() => UpdateCognitoGroupConfiguration, 0]],
1104
+ ];
1105
+ export var UpdateIdentitySourceInput = [
1106
+ 3,
1107
+ n0,
1108
+ _UISI,
1109
+ 0,
1110
+ [_pSI, _iSI, _uC, _pET],
1111
+ [0, 0, [() => UpdateConfiguration, 0], [() => PrincipalEntityType, 0]],
1112
+ ];
1113
+ export var UpdateIdentitySourceOutput = [3, n0, _UISO, 0, [_cD, _iSI, _lUD, _pSI], [5, 0, 5, 0]];
1114
+ export var UpdateOpenIdConnectAccessTokenConfiguration = [
1115
+ 3,
1116
+ n0,
1117
+ _UOICATC,
1118
+ 0,
1119
+ [_pIC, _au],
1120
+ [[() => Claim, 0], 64 | 0],
1121
+ ];
1122
+ export var UpdateOpenIdConnectConfiguration = [
1123
+ 3,
1124
+ n0,
1125
+ _UOICC,
1126
+ 0,
1127
+ [_i, _eIP, _gC, _tS],
1128
+ [
1129
+ 0,
1130
+ [() => EntityIdPrefix, 0],
1131
+ [() => UpdateOpenIdConnectGroupConfiguration, 0],
1132
+ [() => UpdateOpenIdConnectTokenSelection, 0],
1133
+ ],
1134
+ ];
1135
+ export var UpdateOpenIdConnectGroupConfiguration = [
1136
+ 3,
1137
+ n0,
1138
+ _UOICGC,
1139
+ 0,
1140
+ [_gCr, _gET],
1141
+ [
1142
+ [() => Claim, 0],
1143
+ [() => GroupEntityType, 0],
1144
+ ],
1145
+ ];
1146
+ export var UpdateOpenIdConnectIdentityTokenConfiguration = [
1147
+ 3,
1148
+ n0,
1149
+ _UOICITC,
1150
+ 0,
1151
+ [_pIC, _cI],
1152
+ [
1153
+ [() => Claim, 0],
1154
+ [() => ClientIds, 0],
1155
+ ],
1156
+ ];
1157
+ export var UpdatePolicyInput = [
1158
+ 3,
1159
+ n0,
1160
+ _UPI,
1161
+ 0,
1162
+ [_pSI, _pI, _d],
1163
+ [0, 0, [() => UpdatePolicyDefinition, 0]],
1164
+ ];
1165
+ export var UpdatePolicyOutput = [
1166
+ 3,
1167
+ n0,
1168
+ _UPO,
1169
+ 0,
1170
+ [_pSI, _pI, _pT, _p, _res, _ac, _cD, _lUD, _ef],
1171
+ [0, 0, 0, [() => EntityIdentifier, 0], [() => EntityIdentifier, 0], [() => ActionIdentifierList, 0], 5, 5, 0],
1172
+ ];
1173
+ export var UpdatePolicyStoreInput = [
1174
+ 3,
1175
+ n0,
1176
+ _UPSI,
1177
+ 0,
1178
+ [_pSI, _vS, _dPe, _des],
1179
+ [0, () => ValidationSettings, 0, [() => PolicyStoreDescription, 0]],
1180
+ ];
1181
+ export var UpdatePolicyStoreOutput = [3, n0, _UPSO, 0, [_pSI, _ar, _cD, _lUD], [0, 0, 5, 5]];
1182
+ export var UpdatePolicyTemplateInput = [
1183
+ 3,
1184
+ n0,
1185
+ _UPTI,
1186
+ 0,
1187
+ [_pSI, _pTI, _des, _s],
1188
+ [0, 0, [() => PolicyTemplateDescription, 0], [() => PolicyStatement, 0]],
1189
+ ];
1190
+ export var UpdatePolicyTemplateOutput = [3, n0, _UPTO, 0, [_pSI, _pTI, _cD, _lUD], [0, 0, 5, 5]];
1191
+ export var UpdateStaticPolicyDefinition = [
1192
+ 3,
1193
+ n0,
1194
+ _USPD,
1195
+ 0,
1196
+ [_des, _s],
1197
+ [
1198
+ [() => StaticPolicyDescription, 0],
1199
+ [() => PolicyStatement, 0],
1200
+ ],
1201
+ ];
1202
+ export var ValidationException = [
1203
+ -3,
1204
+ n0,
1205
+ _VE,
1206
+ {
1207
+ [_e]: _c,
1208
+ },
1209
+ [_m, _fL],
1210
+ [0, () => ValidationExceptionFieldList],
1211
+ ];
1212
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1213
+ export var ValidationExceptionField = [3, n0, _VEF, 0, [_pat, _m], [0, 0]];
1214
+ export var ValidationSettings = [3, n0, _VS, 0, [_mo], [0]];
1215
+ export var __Unit = "unit";
1216
+ export var VerifiedPermissionsServiceException = [
1217
+ -3,
1218
+ _sm,
1219
+ "VerifiedPermissionsServiceException",
1220
+ 0,
1221
+ [],
1222
+ [],
1223
+ ];
1224
+ TypeRegistry.for(_sm).registerError(VerifiedPermissionsServiceException, __VerifiedPermissionsServiceException);
1225
+ export var ActionIdentifierList = [1, n0, _AIL, 0, [() => ActionIdentifier, 0]];
1226
+ export var Audiences = 64 | 0;
1227
+ export var BatchGetPolicyErrorList = [1, n0, _BGPEL, 0, () => BatchGetPolicyErrorItem];
1228
+ export var BatchGetPolicyInputList = [1, n0, _BGPIL, 0, () => BatchGetPolicyInputItem];
1229
+ export var BatchGetPolicyOutputList = [1, n0, _BGPOL, 0, [() => BatchGetPolicyOutputItem, 0]];
1230
+ export var BatchIsAuthorizedInputList = [1, n0, _BIAIL, 0, [() => BatchIsAuthorizedInputItem, 0]];
1231
+ export var BatchIsAuthorizedOutputList = [1, n0, _BIAOL, 0, [() => BatchIsAuthorizedOutputItem, 0]];
1232
+ export var BatchIsAuthorizedWithTokenInputList = [
1233
+ 1,
1234
+ n0,
1235
+ _BIAWTIL,
1236
+ 0,
1237
+ [() => BatchIsAuthorizedWithTokenInputItem, 0],
1238
+ ];
1239
+ export var BatchIsAuthorizedWithTokenOutputList = [
1240
+ 1,
1241
+ n0,
1242
+ _BIAWTOL,
1243
+ 0,
1244
+ [() => BatchIsAuthorizedWithTokenOutputItem, 0],
1245
+ ];
1246
+ export var CedarTagSetAttribute = [1, n0, _CTSA, 0, [() => CedarTagValue, 0]];
1247
+ export var ClientIds = [1, n0, _CIl, 0, [() => ClientId, 0]];
1248
+ export var DeterminingPolicyList = [1, n0, _DPL, 0, () => DeterminingPolicyItem];
1249
+ export var EntityList = [1, n0, _EL, 0, [() => EntityItem, 0]];
1250
+ export var EvaluationErrorList = [1, n0, _EEL, 0, [() => EvaluationErrorItem, 0]];
1251
+ export var IdentitySourceFilters = [1, n0, _ISFd, 0, [() => IdentitySourceFilter, 0]];
1252
+ export var IdentitySources = [1, n0, _IS, 0, [() => IdentitySourceItem, 0]];
1253
+ export var NamespaceList = [1, n0, _NL, 0, [() => Namespace, 0]];
1254
+ export var ParentList = [1, n0, _PL, 0, [() => EntityIdentifier, 0]];
1255
+ export var PolicyList = [1, n0, _PLo, 0, [() => PolicyItem, 0]];
1256
+ export var PolicyStoreList = [1, n0, _PSL, 0, [() => PolicyStoreItem, 0]];
1257
+ export var PolicyTemplatesList = [1, n0, _PTL, 0, [() => PolicyTemplateItem, 0]];
1258
+ export var ResourceConflictList = [1, n0, _RCL, 0, () => ResourceConflict];
1259
+ export var SetAttribute = [1, n0, _SAe, 0, [() => AttributeValue, 0]];
1260
+ export var TagKeyList = 64 | 0;
1261
+ export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1262
+ export var CedarTagRecordAttribute = [2, n0, _CTRA, 0, [0, 0], [() => CedarTagValue, 0]];
1263
+ export var ContextMap = [2, n0, _CM, 8, [0, 0], [() => AttributeValue, 0]];
1264
+ export var EntityAttributes = [2, n0, _EA, 0, [0, 0], [() => AttributeValue, 0]];
1265
+ export var EntityCedarTags = [2, n0, _ECT, 0, [0, 0], [() => CedarTagValue, 0]];
1266
+ export var RecordAttribute = [2, n0, _RA, 0, [0, 0], [() => AttributeValue, 0]];
1267
+ export var TagMap = 128 | 0;
1268
+ export var AttributeValue = [
1269
+ 3,
1270
+ n0,
1271
+ _AV,
1272
+ 0,
1273
+ [_b, _eIn, _l, _st, _set, _rec, _ip, _dec, _da, _du],
1274
+ [
1275
+ [() => BooleanAttribute, 0],
1276
+ [() => EntityIdentifier, 0],
1277
+ [() => LongAttribute, 0],
1278
+ [() => StringAttribute, 0],
1279
+ [() => SetAttribute, 0],
1280
+ [() => RecordAttribute, 0],
1281
+ [() => IpAddr, 0],
1282
+ [() => Decimal, 0],
1283
+ [() => DatetimeAttribute, 0],
1284
+ [() => Duration, 0],
1285
+ ],
1286
+ ];
1287
+ export var CedarTagValue = [
1288
+ 3,
1289
+ n0,
1290
+ _CTV,
1291
+ 0,
1292
+ [_b, _eIn, _l, _st, _set, _rec, _ip, _dec, _da, _du],
1293
+ [
1294
+ [() => BooleanAttribute, 0],
1295
+ [() => EntityIdentifier, 0],
1296
+ [() => LongAttribute, 0],
1297
+ [() => StringAttribute, 0],
1298
+ [() => CedarTagSetAttribute, 0],
1299
+ [() => CedarTagRecordAttribute, 0],
1300
+ [() => IpAddr, 0],
1301
+ [() => Decimal, 0],
1302
+ [() => DatetimeAttribute, 0],
1303
+ [() => Duration, 0],
1304
+ ],
1305
+ ];
1306
+ export var Configuration = [
1307
+ 3,
1308
+ n0,
1309
+ _Co,
1310
+ 0,
1311
+ [_cUPC, _oICC],
1312
+ [
1313
+ [() => CognitoUserPoolConfiguration, 0],
1314
+ [() => OpenIdConnectConfiguration, 0],
1315
+ ],
1316
+ ];
1317
+ export var ConfigurationDetail = [
1318
+ 3,
1319
+ n0,
1320
+ _CD,
1321
+ 0,
1322
+ [_cUPC, _oICC],
1323
+ [
1324
+ [() => CognitoUserPoolConfigurationDetail, 0],
1325
+ [() => OpenIdConnectConfigurationDetail, 0],
1326
+ ],
1327
+ ];
1328
+ export var ConfigurationItem = [
1329
+ 3,
1330
+ n0,
1331
+ _CIo,
1332
+ 0,
1333
+ [_cUPC, _oICC],
1334
+ [
1335
+ [() => CognitoUserPoolConfigurationItem, 0],
1336
+ [() => OpenIdConnectConfigurationItem, 0],
1337
+ ],
1338
+ ];
1339
+ export var ContextDefinition = [
1340
+ 3,
1341
+ n0,
1342
+ _CDo,
1343
+ 0,
1344
+ [_cM, _cJ],
1345
+ [
1346
+ [() => ContextMap, 0],
1347
+ [() => CedarJson, 0],
1348
+ ],
1349
+ ];
1350
+ export var EntitiesDefinition = [
1351
+ 3,
1352
+ n0,
1353
+ _ED,
1354
+ 0,
1355
+ [_eL, _cJ],
1356
+ [
1357
+ [() => EntityList, 0],
1358
+ [() => CedarJson, 0],
1359
+ ],
1360
+ ];
1361
+ export var EntityReference = [3, n0, _ER, 0, [_u, _id], [2, [() => EntityIdentifier, 0]]];
1362
+ export var OpenIdConnectTokenSelection = [
1363
+ 3,
1364
+ n0,
1365
+ _OICTS,
1366
+ 0,
1367
+ [_aTO, _iTO],
1368
+ [
1369
+ [() => OpenIdConnectAccessTokenConfiguration, 0],
1370
+ [() => OpenIdConnectIdentityTokenConfiguration, 0],
1371
+ ],
1372
+ ];
1373
+ export var OpenIdConnectTokenSelectionDetail = [
1374
+ 3,
1375
+ n0,
1376
+ _OICTSD,
1377
+ 0,
1378
+ [_aTO, _iTO],
1379
+ [
1380
+ [() => OpenIdConnectAccessTokenConfigurationDetail, 0],
1381
+ [() => OpenIdConnectIdentityTokenConfigurationDetail, 0],
1382
+ ],
1383
+ ];
1384
+ export var OpenIdConnectTokenSelectionItem = [
1385
+ 3,
1386
+ n0,
1387
+ _OICTSI,
1388
+ 0,
1389
+ [_aTO, _iTO],
1390
+ [
1391
+ [() => OpenIdConnectAccessTokenConfigurationItem, 0],
1392
+ [() => OpenIdConnectIdentityTokenConfigurationItem, 0],
1393
+ ],
1394
+ ];
1395
+ export var PolicyDefinition = [
1396
+ 3,
1397
+ n0,
1398
+ _PD,
1399
+ 0,
1400
+ [_sta, _tL],
1401
+ [
1402
+ [() => StaticPolicyDefinition, 0],
1403
+ [() => TemplateLinkedPolicyDefinition, 0],
1404
+ ],
1405
+ ];
1406
+ export var PolicyDefinitionDetail = [
1407
+ 3,
1408
+ n0,
1409
+ _PDD,
1410
+ 0,
1411
+ [_sta, _tL],
1412
+ [
1413
+ [() => StaticPolicyDefinitionDetail, 0],
1414
+ [() => TemplateLinkedPolicyDefinitionDetail, 0],
1415
+ ],
1416
+ ];
1417
+ export var PolicyDefinitionItem = [
1418
+ 3,
1419
+ n0,
1420
+ _PDI,
1421
+ 0,
1422
+ [_sta, _tL],
1423
+ [
1424
+ [() => StaticPolicyDefinitionItem, 0],
1425
+ [() => TemplateLinkedPolicyDefinitionItem, 0],
1426
+ ],
1427
+ ];
1428
+ export var SchemaDefinition = [3, n0, _SD, 0, [_cJ], [[() => SchemaJson, 0]]];
1429
+ export var UpdateConfiguration = [
1430
+ 3,
1431
+ n0,
1432
+ _UC,
1433
+ 0,
1434
+ [_cUPC, _oICC],
1435
+ [
1436
+ [() => UpdateCognitoUserPoolConfiguration, 0],
1437
+ [() => UpdateOpenIdConnectConfiguration, 0],
1438
+ ],
1439
+ ];
1440
+ export var UpdateOpenIdConnectTokenSelection = [
1441
+ 3,
1442
+ n0,
1443
+ _UOICTS,
1444
+ 0,
1445
+ [_aTO, _iTO],
1446
+ [
1447
+ [() => UpdateOpenIdConnectAccessTokenConfiguration, 0],
1448
+ [() => UpdateOpenIdConnectIdentityTokenConfiguration, 0],
1449
+ ],
1450
+ ];
1451
+ export var UpdatePolicyDefinition = [
1452
+ 3,
1453
+ n0,
1454
+ _UPD,
1455
+ 0,
1456
+ [_sta],
1457
+ [[() => UpdateStaticPolicyDefinition, 0]],
1458
+ ];
1459
+ export var BatchGetPolicy = [
1460
+ 9,
1461
+ n0,
1462
+ _BGP,
1463
+ 0,
1464
+ () => BatchGetPolicyInput,
1465
+ () => BatchGetPolicyOutput,
1466
+ ];
1467
+ export var BatchIsAuthorized = [
1468
+ 9,
1469
+ n0,
1470
+ _BIA,
1471
+ 0,
1472
+ () => BatchIsAuthorizedInput,
1473
+ () => BatchIsAuthorizedOutput,
1474
+ ];
1475
+ export var BatchIsAuthorizedWithToken = [
1476
+ 9,
1477
+ n0,
1478
+ _BIAWT,
1479
+ 0,
1480
+ () => BatchIsAuthorizedWithTokenInput,
1481
+ () => BatchIsAuthorizedWithTokenOutput,
1482
+ ];
1483
+ export var CreateIdentitySource = [
1484
+ 9,
1485
+ n0,
1486
+ _CIS,
1487
+ 2,
1488
+ () => CreateIdentitySourceInput,
1489
+ () => CreateIdentitySourceOutput,
1490
+ ];
1491
+ export var CreatePolicy = [9, n0, _CP, 2, () => CreatePolicyInput, () => CreatePolicyOutput];
1492
+ export var CreatePolicyStore = [
1493
+ 9,
1494
+ n0,
1495
+ _CPS,
1496
+ 2,
1497
+ () => CreatePolicyStoreInput,
1498
+ () => CreatePolicyStoreOutput,
1499
+ ];
1500
+ export var CreatePolicyTemplate = [
1501
+ 9,
1502
+ n0,
1503
+ _CPT,
1504
+ 2,
1505
+ () => CreatePolicyTemplateInput,
1506
+ () => CreatePolicyTemplateOutput,
1507
+ ];
1508
+ export var DeleteIdentitySource = [
1509
+ 9,
1510
+ n0,
1511
+ _DIS,
1512
+ 2,
1513
+ () => DeleteIdentitySourceInput,
1514
+ () => DeleteIdentitySourceOutput,
1515
+ ];
1516
+ export var DeletePolicy = [9, n0, _DP, 2, () => DeletePolicyInput, () => DeletePolicyOutput];
1517
+ export var DeletePolicyStore = [
1518
+ 9,
1519
+ n0,
1520
+ _DPS,
1521
+ 2,
1522
+ () => DeletePolicyStoreInput,
1523
+ () => DeletePolicyStoreOutput,
1524
+ ];
1525
+ export var DeletePolicyTemplate = [
1526
+ 9,
1527
+ n0,
1528
+ _DPT,
1529
+ 2,
1530
+ () => DeletePolicyTemplateInput,
1531
+ () => DeletePolicyTemplateOutput,
1532
+ ];
1533
+ export var GetIdentitySource = [
1534
+ 9,
1535
+ n0,
1536
+ _GIS,
1537
+ 0,
1538
+ () => GetIdentitySourceInput,
1539
+ () => GetIdentitySourceOutput,
1540
+ ];
1541
+ export var GetPolicy = [9, n0, _GP, 0, () => GetPolicyInput, () => GetPolicyOutput];
1542
+ export var GetPolicyStore = [
1543
+ 9,
1544
+ n0,
1545
+ _GPS,
1546
+ 0,
1547
+ () => GetPolicyStoreInput,
1548
+ () => GetPolicyStoreOutput,
1549
+ ];
1550
+ export var GetPolicyTemplate = [
1551
+ 9,
1552
+ n0,
1553
+ _GPT,
1554
+ 0,
1555
+ () => GetPolicyTemplateInput,
1556
+ () => GetPolicyTemplateOutput,
1557
+ ];
1558
+ export var GetSchema = [9, n0, _GS, 0, () => GetSchemaInput, () => GetSchemaOutput];
1559
+ export var IsAuthorized = [9, n0, _IAs, 0, () => IsAuthorizedInput, () => IsAuthorizedOutput];
1560
+ export var IsAuthorizedWithToken = [
1561
+ 9,
1562
+ n0,
1563
+ _IAWT,
1564
+ 0,
1565
+ () => IsAuthorizedWithTokenInput,
1566
+ () => IsAuthorizedWithTokenOutput,
1567
+ ];
1568
+ export var ListIdentitySources = [
1569
+ 9,
1570
+ n0,
1571
+ _LIS,
1572
+ 0,
1573
+ () => ListIdentitySourcesInput,
1574
+ () => ListIdentitySourcesOutput,
1575
+ ];
1576
+ export var ListPolicies = [9, n0, _LP, 0, () => ListPoliciesInput, () => ListPoliciesOutput];
1577
+ export var ListPolicyStores = [
1578
+ 9,
1579
+ n0,
1580
+ _LPS,
1581
+ 0,
1582
+ () => ListPolicyStoresInput,
1583
+ () => ListPolicyStoresOutput,
1584
+ ];
1585
+ export var ListPolicyTemplates = [
1586
+ 9,
1587
+ n0,
1588
+ _LPT,
1589
+ 0,
1590
+ () => ListPolicyTemplatesInput,
1591
+ () => ListPolicyTemplatesOutput,
1592
+ ];
1593
+ export var ListTagsForResource = [
1594
+ 9,
1595
+ n0,
1596
+ _LTFR,
1597
+ 0,
1598
+ () => ListTagsForResourceInput,
1599
+ () => ListTagsForResourceOutput,
1600
+ ];
1601
+ export var PutSchema = [9, n0, _PSu, 2, () => PutSchemaInput, () => PutSchemaOutput];
1602
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceOutput];
1603
+ export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
1604
+ export var UpdateIdentitySource = [
1605
+ 9,
1606
+ n0,
1607
+ _UIS,
1608
+ 2,
1609
+ () => UpdateIdentitySourceInput,
1610
+ () => UpdateIdentitySourceOutput,
1611
+ ];
1612
+ export var UpdatePolicy = [9, n0, _UP, 2, () => UpdatePolicyInput, () => UpdatePolicyOutput];
1613
+ export var UpdatePolicyStore = [
1614
+ 9,
1615
+ n0,
1616
+ _UPS,
1617
+ 2,
1618
+ () => UpdatePolicyStoreInput,
1619
+ () => UpdatePolicyStoreOutput,
1620
+ ];
1621
+ export var UpdatePolicyTemplate = [
1622
+ 9,
1623
+ n0,
1624
+ _UPT,
1625
+ 2,
1626
+ () => UpdatePolicyTemplateInput,
1627
+ () => UpdatePolicyTemplateOutput,
1628
+ ];