@aws-sdk/client-cognito-identity 3.957.0 → 3.958.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/README.md +1 -29
- package/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/dist-cjs/index.js +298 -301
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +305 -308
- package/package.json +3 -3
|
@@ -155,408 +155,405 @@ import { ConcurrentModificationException, DeveloperUserAlreadyRegisteredExceptio
|
|
|
155
155
|
var IdentityProviderToken = [0, n0, _IPT, 8, 0];
|
|
156
156
|
var OIDCToken = [0, n0, _OIDCT, 8, 0];
|
|
157
157
|
var SecretKeyString = [0, n0, _SKS, 8, 0];
|
|
158
|
-
export var CognitoIdentityProvider$ = [3, n0, _CIP,
|
|
159
|
-
|
|
158
|
+
export var CognitoIdentityProvider$ = [3, n0, _CIP,
|
|
159
|
+
0,
|
|
160
|
+
[_PN, _CI, _SSTC],
|
|
161
|
+
[0, 0, 2]
|
|
162
|
+
];
|
|
163
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
164
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
165
|
+
[_m],
|
|
166
|
+
[0]
|
|
167
|
+
];
|
|
160
168
|
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
161
|
-
export var CreateIdentityPoolInput$ = [
|
|
162
|
-
3,
|
|
163
|
-
n0,
|
|
164
|
-
_CIPI,
|
|
169
|
+
export var CreateIdentityPoolInput$ = [3, n0, _CIPI,
|
|
165
170
|
0,
|
|
166
171
|
[_IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
|
|
167
|
-
[0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0]
|
|
172
|
+
[0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0]
|
|
168
173
|
];
|
|
169
|
-
export var Credentials$ = [
|
|
170
|
-
3,
|
|
171
|
-
n0,
|
|
172
|
-
_C,
|
|
174
|
+
export var Credentials$ = [3, n0, _C,
|
|
173
175
|
0,
|
|
174
176
|
[_AKI, _SK, _ST, _E],
|
|
175
|
-
[0, [() => SecretKeyString, 0], 0, 4]
|
|
177
|
+
[0, [() => SecretKeyString, 0], 0, 4]
|
|
178
|
+
];
|
|
179
|
+
export var DeleteIdentitiesInput$ = [3, n0, _DII,
|
|
180
|
+
0,
|
|
181
|
+
[_IITD],
|
|
182
|
+
[64 | 0]
|
|
176
183
|
];
|
|
177
|
-
export var
|
|
178
|
-
export var DeleteIdentitiesResponse$ = [
|
|
179
|
-
3,
|
|
180
|
-
n0,
|
|
181
|
-
_DIR,
|
|
184
|
+
export var DeleteIdentitiesResponse$ = [3, n0, _DIR,
|
|
182
185
|
0,
|
|
183
186
|
[_UII],
|
|
184
|
-
[() => UnprocessedIdentityIdList]
|
|
185
|
-
];
|
|
186
|
-
export var DeleteIdentityPoolInput$ = [3, n0, _DIPI,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
187
|
+
[() => UnprocessedIdentityIdList]
|
|
188
|
+
];
|
|
189
|
+
export var DeleteIdentityPoolInput$ = [3, n0, _DIPI,
|
|
190
|
+
0,
|
|
191
|
+
[_IPI],
|
|
192
|
+
[0]
|
|
193
|
+
];
|
|
194
|
+
export var DescribeIdentityInput$ = [3, n0, _DIIe,
|
|
195
|
+
0,
|
|
196
|
+
[_II],
|
|
197
|
+
[0]
|
|
198
|
+
];
|
|
199
|
+
export var DescribeIdentityPoolInput$ = [3, n0, _DIPIe,
|
|
200
|
+
0,
|
|
201
|
+
[_IPI],
|
|
202
|
+
[0]
|
|
203
|
+
];
|
|
204
|
+
export var DeveloperUserAlreadyRegisteredException$ = [-3, n0, _DUARE,
|
|
193
205
|
{ [_e]: _c, [_hE]: 400 },
|
|
194
206
|
[_m],
|
|
195
|
-
[0]
|
|
207
|
+
[0]
|
|
196
208
|
];
|
|
197
209
|
TypeRegistry.for(n0).registerError(DeveloperUserAlreadyRegisteredException$, DeveloperUserAlreadyRegisteredException);
|
|
198
|
-
export var ExternalServiceException$ = [-3, n0, _ESE,
|
|
210
|
+
export var ExternalServiceException$ = [-3, n0, _ESE,
|
|
211
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
212
|
+
[_m],
|
|
213
|
+
[0]
|
|
214
|
+
];
|
|
199
215
|
TypeRegistry.for(n0).registerError(ExternalServiceException$, ExternalServiceException);
|
|
200
|
-
export var GetCredentialsForIdentityInput$ = [
|
|
201
|
-
3,
|
|
202
|
-
n0,
|
|
203
|
-
_GCFII,
|
|
216
|
+
export var GetCredentialsForIdentityInput$ = [3, n0, _GCFII,
|
|
204
217
|
0,
|
|
205
218
|
[_II, _L, _CRA],
|
|
206
|
-
[0, [() => LoginsMap, 0], 0]
|
|
219
|
+
[0, [() => LoginsMap, 0], 0]
|
|
207
220
|
];
|
|
208
|
-
export var GetCredentialsForIdentityResponse$ = [
|
|
209
|
-
3,
|
|
210
|
-
n0,
|
|
211
|
-
_GCFIR,
|
|
221
|
+
export var GetCredentialsForIdentityResponse$ = [3, n0, _GCFIR,
|
|
212
222
|
0,
|
|
213
223
|
[_II, _C],
|
|
214
|
-
[0, [() => Credentials$, 0]]
|
|
224
|
+
[0, [() => Credentials$, 0]]
|
|
215
225
|
];
|
|
216
|
-
export var GetIdentityPoolRolesInput$ = [3, n0, _GIPRI,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
226
|
+
export var GetIdentityPoolRolesInput$ = [3, n0, _GIPRI,
|
|
227
|
+
0,
|
|
228
|
+
[_IPI],
|
|
229
|
+
[0]
|
|
230
|
+
];
|
|
231
|
+
export var GetIdentityPoolRolesResponse$ = [3, n0, _GIPRR,
|
|
221
232
|
0,
|
|
222
233
|
[_IPI, _R, _RM],
|
|
223
|
-
[0, 128 | 0, () => RoleMappingMap]
|
|
234
|
+
[0, 128 | 0, () => RoleMappingMap]
|
|
235
|
+
];
|
|
236
|
+
export var GetIdInput$ = [3, n0, _GII,
|
|
237
|
+
0,
|
|
238
|
+
[_AI, _IPI, _L],
|
|
239
|
+
[0, 0, [() => LoginsMap, 0]]
|
|
224
240
|
];
|
|
225
|
-
export var
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
241
|
+
export var GetIdResponse$ = [3, n0, _GIR,
|
|
242
|
+
0,
|
|
243
|
+
[_II],
|
|
244
|
+
[0]
|
|
245
|
+
];
|
|
246
|
+
export var GetOpenIdTokenForDeveloperIdentityInput$ = [3, n0, _GOITFDII,
|
|
231
247
|
0,
|
|
232
248
|
[_IPI, _II, _L, _PT, _TD],
|
|
233
|
-
[0, 0, [() => LoginsMap, 0], 128 | 0, 1]
|
|
249
|
+
[0, 0, [() => LoginsMap, 0], 128 | 0, 1]
|
|
250
|
+
];
|
|
251
|
+
export var GetOpenIdTokenForDeveloperIdentityResponse$ = [3, n0, _GOITFDIR,
|
|
252
|
+
0,
|
|
253
|
+
[_II, _T],
|
|
254
|
+
[0, [() => OIDCToken, 0]]
|
|
255
|
+
];
|
|
256
|
+
export var GetOpenIdTokenInput$ = [3, n0, _GOITI,
|
|
257
|
+
0,
|
|
258
|
+
[_II, _L],
|
|
259
|
+
[0, [() => LoginsMap, 0]]
|
|
234
260
|
];
|
|
235
|
-
export var
|
|
236
|
-
3,
|
|
237
|
-
n0,
|
|
238
|
-
_GOITFDIR,
|
|
261
|
+
export var GetOpenIdTokenResponse$ = [3, n0, _GOITR,
|
|
239
262
|
0,
|
|
240
263
|
[_II, _T],
|
|
241
|
-
[0, [() => OIDCToken, 0]]
|
|
264
|
+
[0, [() => OIDCToken, 0]]
|
|
242
265
|
];
|
|
243
|
-
export var
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
_GPTAMR,
|
|
266
|
+
export var GetPrincipalTagAttributeMapInput$ = [3, n0, _GPTAMI,
|
|
267
|
+
0,
|
|
268
|
+
[_IPI, _IPNd],
|
|
269
|
+
[0, 0]
|
|
270
|
+
];
|
|
271
|
+
export var GetPrincipalTagAttributeMapResponse$ = [3, n0, _GPTAMR,
|
|
250
272
|
0,
|
|
251
273
|
[_IPI, _IPNd, _UD, _PT],
|
|
252
|
-
[0, 0, 2, 128 | 0]
|
|
274
|
+
[0, 0, 2, 128 | 0]
|
|
275
|
+
];
|
|
276
|
+
export var IdentityDescription$ = [3, n0, _ID,
|
|
277
|
+
0,
|
|
278
|
+
[_II, _L, _CD, _LMD],
|
|
279
|
+
[0, 64 | 0, 4, 4]
|
|
253
280
|
];
|
|
254
|
-
export var
|
|
255
|
-
export var IdentityPool$ = [
|
|
256
|
-
3,
|
|
257
|
-
n0,
|
|
258
|
-
_IP,
|
|
281
|
+
export var IdentityPool$ = [3, n0, _IP,
|
|
259
282
|
0,
|
|
260
283
|
[_IPI, _IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
|
|
261
|
-
[0, 0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0]
|
|
284
|
+
[0, 0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0]
|
|
285
|
+
];
|
|
286
|
+
export var IdentityPoolShortDescription$ = [3, n0, _IPSD,
|
|
287
|
+
0,
|
|
288
|
+
[_IPI, _IPN],
|
|
289
|
+
[0, 0]
|
|
290
|
+
];
|
|
291
|
+
export var InternalErrorException$ = [-3, n0, _IEE,
|
|
292
|
+
{ [_e]: _s },
|
|
293
|
+
[_m],
|
|
294
|
+
[0]
|
|
262
295
|
];
|
|
263
|
-
export var IdentityPoolShortDescription$ = [3, n0, _IPSD, 0, [_IPI, _IPN], [0, 0]];
|
|
264
|
-
export var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _s }, [_m], [0]];
|
|
265
296
|
TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
266
|
-
export var InvalidIdentityPoolConfigurationException$ = [
|
|
267
|
-
-3,
|
|
268
|
-
n0,
|
|
269
|
-
_IIPCE,
|
|
297
|
+
export var InvalidIdentityPoolConfigurationException$ = [-3, n0, _IIPCE,
|
|
270
298
|
{ [_e]: _c, [_hE]: 400 },
|
|
271
299
|
[_m],
|
|
272
|
-
[0]
|
|
300
|
+
[0]
|
|
273
301
|
];
|
|
274
302
|
TypeRegistry.for(n0).registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
|
|
275
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
303
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
304
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
305
|
+
[_m],
|
|
306
|
+
[0]
|
|
307
|
+
];
|
|
276
308
|
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
277
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
309
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
310
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
311
|
+
[_m],
|
|
312
|
+
[0]
|
|
313
|
+
];
|
|
278
314
|
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
279
|
-
export var ListIdentitiesInput$ = [3, n0, _LII,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
315
|
+
export var ListIdentitiesInput$ = [3, n0, _LII,
|
|
316
|
+
0,
|
|
317
|
+
[_IPI, _MR, _NT, _HD],
|
|
318
|
+
[0, 1, 0, 2]
|
|
319
|
+
];
|
|
320
|
+
export var ListIdentitiesResponse$ = [3, n0, _LIR,
|
|
284
321
|
0,
|
|
285
322
|
[_IPI, _I, _NT],
|
|
286
|
-
[0, () => IdentitiesList, 0]
|
|
323
|
+
[0, () => IdentitiesList, 0]
|
|
324
|
+
];
|
|
325
|
+
export var ListIdentityPoolsInput$ = [3, n0, _LIPI,
|
|
326
|
+
0,
|
|
327
|
+
[_MR, _NT],
|
|
328
|
+
[1, 0]
|
|
287
329
|
];
|
|
288
|
-
export var
|
|
289
|
-
export var ListIdentityPoolsResponse$ = [
|
|
290
|
-
3,
|
|
291
|
-
n0,
|
|
292
|
-
_LIPR,
|
|
330
|
+
export var ListIdentityPoolsResponse$ = [3, n0, _LIPR,
|
|
293
331
|
0,
|
|
294
332
|
[_IPd, _NT],
|
|
295
|
-
[() => IdentityPoolsList, 0]
|
|
333
|
+
[() => IdentityPoolsList, 0]
|
|
296
334
|
];
|
|
297
|
-
export var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
335
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
336
|
+
0,
|
|
337
|
+
[_RA],
|
|
338
|
+
[0]
|
|
339
|
+
];
|
|
340
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRR,
|
|
341
|
+
0,
|
|
342
|
+
[_Ta],
|
|
343
|
+
[128 | 0]
|
|
344
|
+
];
|
|
345
|
+
export var LookupDeveloperIdentityInput$ = [3, n0, _LDII,
|
|
303
346
|
0,
|
|
304
347
|
[_IPI, _II, _DUI, _MR, _NT],
|
|
305
|
-
[0, 0, 0, 1, 0]
|
|
348
|
+
[0, 0, 0, 1, 0]
|
|
306
349
|
];
|
|
307
|
-
export var LookupDeveloperIdentityResponse$ = [
|
|
308
|
-
3,
|
|
309
|
-
n0,
|
|
310
|
-
_LDIR,
|
|
350
|
+
export var LookupDeveloperIdentityResponse$ = [3, n0, _LDIR,
|
|
311
351
|
0,
|
|
312
352
|
[_II, _DUIL, _NT],
|
|
313
|
-
[0, 64 | 0, 0]
|
|
353
|
+
[0, 64 | 0, 0]
|
|
354
|
+
];
|
|
355
|
+
export var MappingRule$ = [3, n0, _MRa,
|
|
356
|
+
0,
|
|
357
|
+
[_Cl, _MT, _V, _RARN],
|
|
358
|
+
[0, 0, 0, 0]
|
|
314
359
|
];
|
|
315
|
-
export var
|
|
316
|
-
export var MergeDeveloperIdentitiesInput$ = [
|
|
317
|
-
3,
|
|
318
|
-
n0,
|
|
319
|
-
_MDII,
|
|
360
|
+
export var MergeDeveloperIdentitiesInput$ = [3, n0, _MDII,
|
|
320
361
|
0,
|
|
321
362
|
[_SUI, _DUIe, _DPN, _IPI],
|
|
322
|
-
[0, 0, 0, 0]
|
|
363
|
+
[0, 0, 0, 0]
|
|
364
|
+
];
|
|
365
|
+
export var MergeDeveloperIdentitiesResponse$ = [3, n0, _MDIR,
|
|
366
|
+
0,
|
|
367
|
+
[_II],
|
|
368
|
+
[0]
|
|
369
|
+
];
|
|
370
|
+
export var NotAuthorizedException$ = [-3, n0, _NAE,
|
|
371
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
372
|
+
[_m],
|
|
373
|
+
[0]
|
|
323
374
|
];
|
|
324
|
-
export var MergeDeveloperIdentitiesResponse$ = [3, n0, _MDIR, 0, [_II], [0]];
|
|
325
|
-
export var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
326
375
|
TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
327
|
-
export var ResourceConflictException$ = [-3, n0, _RCE,
|
|
376
|
+
export var ResourceConflictException$ = [-3, n0, _RCE,
|
|
377
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
378
|
+
[_m],
|
|
379
|
+
[0]
|
|
380
|
+
];
|
|
328
381
|
TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
|
|
329
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
382
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
383
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
384
|
+
[_m],
|
|
385
|
+
[0]
|
|
386
|
+
];
|
|
330
387
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
331
|
-
export var RoleMapping$ = [
|
|
332
|
-
3,
|
|
333
|
-
n0,
|
|
334
|
-
_RMo,
|
|
388
|
+
export var RoleMapping$ = [3, n0, _RMo,
|
|
335
389
|
0,
|
|
336
390
|
[_Ty, _ARR, _RC],
|
|
337
|
-
[0, 0, () => RulesConfigurationType$]
|
|
391
|
+
[0, 0, () => RulesConfigurationType$]
|
|
392
|
+
];
|
|
393
|
+
export var RulesConfigurationType$ = [3, n0, _RCT,
|
|
394
|
+
0,
|
|
395
|
+
[_Ru],
|
|
396
|
+
[() => MappingRulesList]
|
|
338
397
|
];
|
|
339
|
-
export var
|
|
340
|
-
export var SetIdentityPoolRolesInput$ = [
|
|
341
|
-
3,
|
|
342
|
-
n0,
|
|
343
|
-
_SIPRI,
|
|
398
|
+
export var SetIdentityPoolRolesInput$ = [3, n0, _SIPRI,
|
|
344
399
|
0,
|
|
345
400
|
[_IPI, _R, _RM],
|
|
346
|
-
[0, 128 | 0, () => RoleMappingMap]
|
|
401
|
+
[0, 128 | 0, () => RoleMappingMap]
|
|
347
402
|
];
|
|
348
|
-
export var SetPrincipalTagAttributeMapInput$ = [
|
|
349
|
-
3,
|
|
350
|
-
n0,
|
|
351
|
-
_SPTAMI,
|
|
403
|
+
export var SetPrincipalTagAttributeMapInput$ = [3, n0, _SPTAMI,
|
|
352
404
|
0,
|
|
353
405
|
[_IPI, _IPNd, _UD, _PT],
|
|
354
|
-
[0, 0, 2, 128 | 0]
|
|
406
|
+
[0, 0, 2, 128 | 0]
|
|
355
407
|
];
|
|
356
|
-
export var SetPrincipalTagAttributeMapResponse$ = [
|
|
357
|
-
3,
|
|
358
|
-
n0,
|
|
359
|
-
_SPTAMR,
|
|
408
|
+
export var SetPrincipalTagAttributeMapResponse$ = [3, n0, _SPTAMR,
|
|
360
409
|
0,
|
|
361
410
|
[_IPI, _IPNd, _UD, _PT],
|
|
362
|
-
[0, 0, 2, 128 | 0]
|
|
411
|
+
[0, 0, 2, 128 | 0]
|
|
412
|
+
];
|
|
413
|
+
export var TagResourceInput$ = [3, n0, _TRI,
|
|
414
|
+
0,
|
|
415
|
+
[_RA, _Ta],
|
|
416
|
+
[0, 128 | 0]
|
|
417
|
+
];
|
|
418
|
+
export var TagResourceResponse$ = [3, n0, _TRR,
|
|
419
|
+
0,
|
|
420
|
+
[],
|
|
421
|
+
[]
|
|
422
|
+
];
|
|
423
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
424
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
425
|
+
[_m],
|
|
426
|
+
[0]
|
|
363
427
|
];
|
|
364
|
-
export var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _Ta], [0, 128 | 0]];
|
|
365
|
-
export var TagResourceResponse$ = [3, n0, _TRR, 0, [], []];
|
|
366
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
367
428
|
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
368
|
-
export var UnlinkDeveloperIdentityInput$ = [
|
|
369
|
-
3,
|
|
370
|
-
n0,
|
|
371
|
-
_UDII,
|
|
429
|
+
export var UnlinkDeveloperIdentityInput$ = [3, n0, _UDII,
|
|
372
430
|
0,
|
|
373
431
|
[_II, _IPI, _DPN, _DUI],
|
|
374
|
-
[0, 0, 0, 0]
|
|
432
|
+
[0, 0, 0, 0]
|
|
375
433
|
];
|
|
376
|
-
export var UnlinkIdentityInput$ = [
|
|
377
|
-
3,
|
|
378
|
-
n0,
|
|
379
|
-
_UIIn,
|
|
434
|
+
export var UnlinkIdentityInput$ = [3, n0, _UIIn,
|
|
380
435
|
0,
|
|
381
436
|
[_II, _L, _LTR],
|
|
382
|
-
[0, [() => LoginsMap, 0], 64 | 0]
|
|
437
|
+
[0, [() => LoginsMap, 0], 64 | 0]
|
|
383
438
|
];
|
|
384
|
-
export var UnprocessedIdentityId$ = [3, n0, _UIInp,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
439
|
+
export var UnprocessedIdentityId$ = [3, n0, _UIInp,
|
|
440
|
+
0,
|
|
441
|
+
[_II, _EC],
|
|
442
|
+
[0, 0]
|
|
443
|
+
];
|
|
444
|
+
export var UntagResourceInput$ = [3, n0, _URI,
|
|
445
|
+
0,
|
|
446
|
+
[_RA, _TK],
|
|
447
|
+
[0, 64 | 0]
|
|
448
|
+
];
|
|
449
|
+
export var UntagResourceResponse$ = [3, n0, _URR,
|
|
392
450
|
0,
|
|
393
451
|
[],
|
|
394
|
-
[]
|
|
452
|
+
[]
|
|
395
453
|
];
|
|
454
|
+
var __Unit = "unit";
|
|
455
|
+
export var CognitoIdentityServiceException$ = [-3, _sm, "CognitoIdentityServiceException", 0, [], []];
|
|
396
456
|
TypeRegistry.for(_sm).registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
|
|
397
|
-
var CognitoIdentityProviderList = [1, n0, _CIPL,
|
|
457
|
+
var CognitoIdentityProviderList = [1, n0, _CIPL,
|
|
458
|
+
0, () => CognitoIdentityProvider$
|
|
459
|
+
];
|
|
398
460
|
var DeveloperUserIdentifierList = 64 | 0;
|
|
399
|
-
var IdentitiesList = [1, n0, _IL,
|
|
461
|
+
var IdentitiesList = [1, n0, _IL,
|
|
462
|
+
0, () => IdentityDescription$
|
|
463
|
+
];
|
|
400
464
|
var IdentityIdList = 64 | 0;
|
|
401
|
-
var IdentityPoolsList = [1, n0, _IPL,
|
|
465
|
+
var IdentityPoolsList = [1, n0, _IPL,
|
|
466
|
+
0, () => IdentityPoolShortDescription$
|
|
467
|
+
];
|
|
402
468
|
var IdentityPoolTagsListType = 64 | 0;
|
|
403
469
|
var LoginsList = 64 | 0;
|
|
404
|
-
var MappingRulesList = [1, n0, _MRL,
|
|
470
|
+
var MappingRulesList = [1, n0, _MRL,
|
|
471
|
+
0, () => MappingRule$
|
|
472
|
+
];
|
|
405
473
|
var OIDCProviderList = 64 | 0;
|
|
406
474
|
var SAMLProviderList = 64 | 0;
|
|
407
|
-
var UnprocessedIdentityIdList = [1, n0, _UIIL,
|
|
475
|
+
var UnprocessedIdentityIdList = [1, n0, _UIIL,
|
|
476
|
+
0, () => UnprocessedIdentityId$
|
|
477
|
+
];
|
|
408
478
|
var IdentityPoolTagsType = 128 | 0;
|
|
409
479
|
var IdentityProviders = 128 | 0;
|
|
410
|
-
var LoginsMap = [2, n0, _LM,
|
|
480
|
+
var LoginsMap = [2, n0, _LM,
|
|
481
|
+
0, [0,
|
|
482
|
+
0],
|
|
483
|
+
[() => IdentityProviderToken,
|
|
484
|
+
0]
|
|
485
|
+
];
|
|
411
486
|
var PrincipalTags = 128 | 0;
|
|
412
|
-
var RoleMappingMap = [2, n0, _RMM,
|
|
487
|
+
var RoleMappingMap = [2, n0, _RMM,
|
|
488
|
+
0, 0, () => RoleMapping$
|
|
489
|
+
];
|
|
413
490
|
var RolesMap = 128 | 0;
|
|
414
|
-
export var CreateIdentityPool$ = [
|
|
415
|
-
|
|
416
|
-
n0,
|
|
417
|
-
_CIPr,
|
|
418
|
-
0,
|
|
419
|
-
() => CreateIdentityPoolInput$,
|
|
420
|
-
() => IdentityPool$,
|
|
421
|
-
];
|
|
422
|
-
export var DeleteIdentities$ = [
|
|
423
|
-
9,
|
|
424
|
-
n0,
|
|
425
|
-
_DI,
|
|
426
|
-
0,
|
|
427
|
-
() => DeleteIdentitiesInput$,
|
|
428
|
-
() => DeleteIdentitiesResponse$,
|
|
429
|
-
];
|
|
430
|
-
export var DeleteIdentityPool$ = [9, n0, _DIP, 0, () => DeleteIdentityPoolInput$, () => __Unit];
|
|
431
|
-
export var DescribeIdentity$ = [
|
|
432
|
-
9,
|
|
433
|
-
n0,
|
|
434
|
-
_DIe,
|
|
435
|
-
0,
|
|
436
|
-
() => DescribeIdentityInput$,
|
|
437
|
-
() => IdentityDescription$,
|
|
438
|
-
];
|
|
439
|
-
export var DescribeIdentityPool$ = [
|
|
440
|
-
9,
|
|
441
|
-
n0,
|
|
442
|
-
_DIPe,
|
|
443
|
-
0,
|
|
444
|
-
() => DescribeIdentityPoolInput$,
|
|
445
|
-
() => IdentityPool$,
|
|
446
|
-
];
|
|
447
|
-
export var GetCredentialsForIdentity$ = [
|
|
448
|
-
9,
|
|
449
|
-
n0,
|
|
450
|
-
_GCFI,
|
|
451
|
-
0,
|
|
452
|
-
() => GetCredentialsForIdentityInput$,
|
|
453
|
-
() => GetCredentialsForIdentityResponse$,
|
|
454
|
-
];
|
|
455
|
-
export var GetId$ = [9, n0, _GI, 0, () => GetIdInput$, () => GetIdResponse$];
|
|
456
|
-
export var GetIdentityPoolRoles$ = [
|
|
457
|
-
9,
|
|
458
|
-
n0,
|
|
459
|
-
_GIPR,
|
|
460
|
-
0,
|
|
461
|
-
() => GetIdentityPoolRolesInput$,
|
|
462
|
-
() => GetIdentityPoolRolesResponse$,
|
|
463
|
-
];
|
|
464
|
-
export var GetOpenIdToken$ = [
|
|
465
|
-
9,
|
|
466
|
-
n0,
|
|
467
|
-
_GOIT,
|
|
468
|
-
0,
|
|
469
|
-
() => GetOpenIdTokenInput$,
|
|
470
|
-
() => GetOpenIdTokenResponse$,
|
|
471
|
-
];
|
|
472
|
-
export var GetOpenIdTokenForDeveloperIdentity$ = [
|
|
473
|
-
9,
|
|
474
|
-
n0,
|
|
475
|
-
_GOITFDI,
|
|
476
|
-
0,
|
|
477
|
-
() => GetOpenIdTokenForDeveloperIdentityInput$,
|
|
478
|
-
() => GetOpenIdTokenForDeveloperIdentityResponse$,
|
|
479
|
-
];
|
|
480
|
-
export var GetPrincipalTagAttributeMap$ = [
|
|
481
|
-
9,
|
|
482
|
-
n0,
|
|
483
|
-
_GPTAM,
|
|
484
|
-
0,
|
|
485
|
-
() => GetPrincipalTagAttributeMapInput$,
|
|
486
|
-
() => GetPrincipalTagAttributeMapResponse$,
|
|
487
|
-
];
|
|
488
|
-
export var ListIdentities$ = [
|
|
489
|
-
9,
|
|
490
|
-
n0,
|
|
491
|
-
_LI,
|
|
492
|
-
0,
|
|
493
|
-
() => ListIdentitiesInput$,
|
|
494
|
-
() => ListIdentitiesResponse$,
|
|
495
|
-
];
|
|
496
|
-
export var ListIdentityPools$ = [
|
|
497
|
-
9,
|
|
498
|
-
n0,
|
|
499
|
-
_LIP,
|
|
500
|
-
0,
|
|
501
|
-
() => ListIdentityPoolsInput$,
|
|
502
|
-
() => ListIdentityPoolsResponse$,
|
|
503
|
-
];
|
|
504
|
-
export var ListTagsForResource$ = [
|
|
505
|
-
9,
|
|
506
|
-
n0,
|
|
507
|
-
_LTFR,
|
|
508
|
-
0,
|
|
509
|
-
() => ListTagsForResourceInput$,
|
|
510
|
-
() => ListTagsForResourceResponse$,
|
|
511
|
-
];
|
|
512
|
-
export var LookupDeveloperIdentity$ = [
|
|
513
|
-
9,
|
|
514
|
-
n0,
|
|
515
|
-
_LDI,
|
|
516
|
-
0,
|
|
517
|
-
() => LookupDeveloperIdentityInput$,
|
|
518
|
-
() => LookupDeveloperIdentityResponse$,
|
|
519
|
-
];
|
|
520
|
-
export var MergeDeveloperIdentities$ = [
|
|
521
|
-
9,
|
|
522
|
-
n0,
|
|
523
|
-
_MDI,
|
|
524
|
-
0,
|
|
525
|
-
() => MergeDeveloperIdentitiesInput$,
|
|
526
|
-
() => MergeDeveloperIdentitiesResponse$,
|
|
527
|
-
];
|
|
528
|
-
export var SetIdentityPoolRoles$ = [
|
|
529
|
-
9,
|
|
530
|
-
n0,
|
|
531
|
-
_SIPR,
|
|
532
|
-
0,
|
|
533
|
-
() => SetIdentityPoolRolesInput$,
|
|
534
|
-
() => __Unit,
|
|
491
|
+
export var CreateIdentityPool$ = [9, n0, _CIPr,
|
|
492
|
+
0, () => CreateIdentityPoolInput$, () => IdentityPool$
|
|
535
493
|
];
|
|
536
|
-
export var
|
|
537
|
-
|
|
538
|
-
n0,
|
|
539
|
-
_SPTAM,
|
|
540
|
-
0,
|
|
541
|
-
() => SetPrincipalTagAttributeMapInput$,
|
|
542
|
-
() => SetPrincipalTagAttributeMapResponse$,
|
|
494
|
+
export var DeleteIdentities$ = [9, n0, _DI,
|
|
495
|
+
0, () => DeleteIdentitiesInput$, () => DeleteIdentitiesResponse$
|
|
543
496
|
];
|
|
544
|
-
export var
|
|
545
|
-
|
|
546
|
-
9,
|
|
547
|
-
n0,
|
|
548
|
-
_UDI,
|
|
549
|
-
0,
|
|
550
|
-
() => UnlinkDeveloperIdentityInput$,
|
|
551
|
-
() => __Unit,
|
|
497
|
+
export var DeleteIdentityPool$ = [9, n0, _DIP,
|
|
498
|
+
0, () => DeleteIdentityPoolInput$, () => __Unit
|
|
552
499
|
];
|
|
553
|
-
export var
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
() =>
|
|
500
|
+
export var DescribeIdentity$ = [9, n0, _DIe,
|
|
501
|
+
0, () => DescribeIdentityInput$, () => IdentityDescription$
|
|
502
|
+
];
|
|
503
|
+
export var DescribeIdentityPool$ = [9, n0, _DIPe,
|
|
504
|
+
0, () => DescribeIdentityPoolInput$, () => IdentityPool$
|
|
505
|
+
];
|
|
506
|
+
export var GetCredentialsForIdentity$ = [9, n0, _GCFI,
|
|
507
|
+
0, () => GetCredentialsForIdentityInput$, () => GetCredentialsForIdentityResponse$
|
|
508
|
+
];
|
|
509
|
+
export var GetId$ = [9, n0, _GI,
|
|
510
|
+
0, () => GetIdInput$, () => GetIdResponse$
|
|
511
|
+
];
|
|
512
|
+
export var GetIdentityPoolRoles$ = [9, n0, _GIPR,
|
|
513
|
+
0, () => GetIdentityPoolRolesInput$, () => GetIdentityPoolRolesResponse$
|
|
514
|
+
];
|
|
515
|
+
export var GetOpenIdToken$ = [9, n0, _GOIT,
|
|
516
|
+
0, () => GetOpenIdTokenInput$, () => GetOpenIdTokenResponse$
|
|
517
|
+
];
|
|
518
|
+
export var GetOpenIdTokenForDeveloperIdentity$ = [9, n0, _GOITFDI,
|
|
519
|
+
0, () => GetOpenIdTokenForDeveloperIdentityInput$, () => GetOpenIdTokenForDeveloperIdentityResponse$
|
|
520
|
+
];
|
|
521
|
+
export var GetPrincipalTagAttributeMap$ = [9, n0, _GPTAM,
|
|
522
|
+
0, () => GetPrincipalTagAttributeMapInput$, () => GetPrincipalTagAttributeMapResponse$
|
|
523
|
+
];
|
|
524
|
+
export var ListIdentities$ = [9, n0, _LI,
|
|
525
|
+
0, () => ListIdentitiesInput$, () => ListIdentitiesResponse$
|
|
526
|
+
];
|
|
527
|
+
export var ListIdentityPools$ = [9, n0, _LIP,
|
|
528
|
+
0, () => ListIdentityPoolsInput$, () => ListIdentityPoolsResponse$
|
|
529
|
+
];
|
|
530
|
+
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
531
|
+
0, () => ListTagsForResourceInput$, () => ListTagsForResourceResponse$
|
|
532
|
+
];
|
|
533
|
+
export var LookupDeveloperIdentity$ = [9, n0, _LDI,
|
|
534
|
+
0, () => LookupDeveloperIdentityInput$, () => LookupDeveloperIdentityResponse$
|
|
535
|
+
];
|
|
536
|
+
export var MergeDeveloperIdentities$ = [9, n0, _MDI,
|
|
537
|
+
0, () => MergeDeveloperIdentitiesInput$, () => MergeDeveloperIdentitiesResponse$
|
|
538
|
+
];
|
|
539
|
+
export var SetIdentityPoolRoles$ = [9, n0, _SIPR,
|
|
540
|
+
0, () => SetIdentityPoolRolesInput$, () => __Unit
|
|
541
|
+
];
|
|
542
|
+
export var SetPrincipalTagAttributeMap$ = [9, n0, _SPTAM,
|
|
543
|
+
0, () => SetPrincipalTagAttributeMapInput$, () => SetPrincipalTagAttributeMapResponse$
|
|
544
|
+
];
|
|
545
|
+
export var TagResource$ = [9, n0, _TR,
|
|
546
|
+
0, () => TagResourceInput$, () => TagResourceResponse$
|
|
547
|
+
];
|
|
548
|
+
export var UnlinkDeveloperIdentity$ = [9, n0, _UDI,
|
|
549
|
+
0, () => UnlinkDeveloperIdentityInput$, () => __Unit
|
|
550
|
+
];
|
|
551
|
+
export var UnlinkIdentity$ = [9, n0, _UI,
|
|
552
|
+
0, () => UnlinkIdentityInput$, () => __Unit
|
|
553
|
+
];
|
|
554
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
555
|
+
0, () => UntagResourceInput$, () => UntagResourceResponse$
|
|
556
|
+
];
|
|
557
|
+
export var UpdateIdentityPool$ = [9, n0, _UIP,
|
|
558
|
+
0, () => IdentityPool$, () => IdentityPool$
|
|
561
559
|
];
|
|
562
|
-
export var UpdateIdentityPool$ = [9, n0, _UIP, 0, () => IdentityPool$, () => IdentityPool$];
|