@aws-sdk/client-cognito-identity-provider 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 -124
- package/dist-cjs/auth/httpAuthSchemeProvider.js +195 -132
- package/dist-cjs/index.js +1739 -2436
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +195 -132
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1737 -2434
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -39,10 +39,8 @@ with the <code>CognitoIdentityProvider</code> client in supported Amazon Web Ser
|
|
|
39
39
|
SDKs</a>.</p>
|
|
40
40
|
|
|
41
41
|
## Installing
|
|
42
|
-
|
|
43
42
|
To install this package, simply type add or install @aws-sdk/client-cognito-identity-provider
|
|
44
43
|
using your favorite package manager:
|
|
45
|
-
|
|
46
44
|
- `npm install @aws-sdk/client-cognito-identity-provider`
|
|
47
45
|
- `yarn add @aws-sdk/client-cognito-identity-provider`
|
|
48
46
|
- `pnpm add @aws-sdk/client-cognito-identity-provider`
|
|
@@ -78,9 +76,7 @@ To send a request, you:
|
|
|
78
76
|
// a client can be shared by different commands.
|
|
79
77
|
const client = new CognitoIdentityProviderClient({ region: "REGION" });
|
|
80
78
|
|
|
81
|
-
const params = {
|
|
82
|
-
/** input parameters */
|
|
83
|
-
};
|
|
79
|
+
const params = { /** input parameters */ };
|
|
84
80
|
const command = new ListDevicesCommand(params);
|
|
85
81
|
```
|
|
86
82
|
|
|
@@ -239,7 +235,6 @@ AddCustomAttributes
|
|
|
239
235
|
</summary>
|
|
240
236
|
|
|
241
237
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AddCustomAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AddCustomAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AddCustomAttributesCommandOutput/)
|
|
242
|
-
|
|
243
238
|
</details>
|
|
244
239
|
<details>
|
|
245
240
|
<summary>
|
|
@@ -247,7 +242,6 @@ AdminAddUserToGroup
|
|
|
247
242
|
</summary>
|
|
248
243
|
|
|
249
244
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminAddUserToGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminAddUserToGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminAddUserToGroupCommandOutput/)
|
|
250
|
-
|
|
251
245
|
</details>
|
|
252
246
|
<details>
|
|
253
247
|
<summary>
|
|
@@ -255,7 +249,6 @@ AdminConfirmSignUp
|
|
|
255
249
|
</summary>
|
|
256
250
|
|
|
257
251
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminConfirmSignUpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminConfirmSignUpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminConfirmSignUpCommandOutput/)
|
|
258
|
-
|
|
259
252
|
</details>
|
|
260
253
|
<details>
|
|
261
254
|
<summary>
|
|
@@ -263,7 +256,6 @@ AdminCreateUser
|
|
|
263
256
|
</summary>
|
|
264
257
|
|
|
265
258
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminCreateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminCreateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminCreateUserCommandOutput/)
|
|
266
|
-
|
|
267
259
|
</details>
|
|
268
260
|
<details>
|
|
269
261
|
<summary>
|
|
@@ -271,7 +263,6 @@ AdminDeleteUser
|
|
|
271
263
|
</summary>
|
|
272
264
|
|
|
273
265
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminDeleteUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminDeleteUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminDeleteUserCommandOutput/)
|
|
274
|
-
|
|
275
266
|
</details>
|
|
276
267
|
<details>
|
|
277
268
|
<summary>
|
|
@@ -279,7 +270,6 @@ AdminDeleteUserAttributes
|
|
|
279
270
|
</summary>
|
|
280
271
|
|
|
281
272
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminDeleteUserAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminDeleteUserAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminDeleteUserAttributesCommandOutput/)
|
|
282
|
-
|
|
283
273
|
</details>
|
|
284
274
|
<details>
|
|
285
275
|
<summary>
|
|
@@ -287,7 +277,6 @@ AdminDisableProviderForUser
|
|
|
287
277
|
</summary>
|
|
288
278
|
|
|
289
279
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminDisableProviderForUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminDisableProviderForUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminDisableProviderForUserCommandOutput/)
|
|
290
|
-
|
|
291
280
|
</details>
|
|
292
281
|
<details>
|
|
293
282
|
<summary>
|
|
@@ -295,7 +284,6 @@ AdminDisableUser
|
|
|
295
284
|
</summary>
|
|
296
285
|
|
|
297
286
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminDisableUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminDisableUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminDisableUserCommandOutput/)
|
|
298
|
-
|
|
299
287
|
</details>
|
|
300
288
|
<details>
|
|
301
289
|
<summary>
|
|
@@ -303,7 +291,6 @@ AdminEnableUser
|
|
|
303
291
|
</summary>
|
|
304
292
|
|
|
305
293
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminEnableUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminEnableUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminEnableUserCommandOutput/)
|
|
306
|
-
|
|
307
294
|
</details>
|
|
308
295
|
<details>
|
|
309
296
|
<summary>
|
|
@@ -311,7 +298,6 @@ AdminForgetDevice
|
|
|
311
298
|
</summary>
|
|
312
299
|
|
|
313
300
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminForgetDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminForgetDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminForgetDeviceCommandOutput/)
|
|
314
|
-
|
|
315
301
|
</details>
|
|
316
302
|
<details>
|
|
317
303
|
<summary>
|
|
@@ -319,7 +305,6 @@ AdminGetDevice
|
|
|
319
305
|
</summary>
|
|
320
306
|
|
|
321
307
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminGetDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminGetDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminGetDeviceCommandOutput/)
|
|
322
|
-
|
|
323
308
|
</details>
|
|
324
309
|
<details>
|
|
325
310
|
<summary>
|
|
@@ -327,7 +312,6 @@ AdminGetUser
|
|
|
327
312
|
</summary>
|
|
328
313
|
|
|
329
314
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminGetUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminGetUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminGetUserCommandOutput/)
|
|
330
|
-
|
|
331
315
|
</details>
|
|
332
316
|
<details>
|
|
333
317
|
<summary>
|
|
@@ -335,7 +319,6 @@ AdminInitiateAuth
|
|
|
335
319
|
</summary>
|
|
336
320
|
|
|
337
321
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminInitiateAuthCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminInitiateAuthCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminInitiateAuthCommandOutput/)
|
|
338
|
-
|
|
339
322
|
</details>
|
|
340
323
|
<details>
|
|
341
324
|
<summary>
|
|
@@ -343,7 +326,6 @@ AdminLinkProviderForUser
|
|
|
343
326
|
</summary>
|
|
344
327
|
|
|
345
328
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminLinkProviderForUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminLinkProviderForUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminLinkProviderForUserCommandOutput/)
|
|
346
|
-
|
|
347
329
|
</details>
|
|
348
330
|
<details>
|
|
349
331
|
<summary>
|
|
@@ -351,7 +333,6 @@ AdminListDevices
|
|
|
351
333
|
</summary>
|
|
352
334
|
|
|
353
335
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminListDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminListDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminListDevicesCommandOutput/)
|
|
354
|
-
|
|
355
336
|
</details>
|
|
356
337
|
<details>
|
|
357
338
|
<summary>
|
|
@@ -359,7 +340,6 @@ AdminListGroupsForUser
|
|
|
359
340
|
</summary>
|
|
360
341
|
|
|
361
342
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminListGroupsForUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminListGroupsForUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminListGroupsForUserCommandOutput/)
|
|
362
|
-
|
|
363
343
|
</details>
|
|
364
344
|
<details>
|
|
365
345
|
<summary>
|
|
@@ -367,7 +347,6 @@ AdminListUserAuthEvents
|
|
|
367
347
|
</summary>
|
|
368
348
|
|
|
369
349
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminListUserAuthEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminListUserAuthEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminListUserAuthEventsCommandOutput/)
|
|
370
|
-
|
|
371
350
|
</details>
|
|
372
351
|
<details>
|
|
373
352
|
<summary>
|
|
@@ -375,7 +354,6 @@ AdminRemoveUserFromGroup
|
|
|
375
354
|
</summary>
|
|
376
355
|
|
|
377
356
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminRemoveUserFromGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminRemoveUserFromGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminRemoveUserFromGroupCommandOutput/)
|
|
378
|
-
|
|
379
357
|
</details>
|
|
380
358
|
<details>
|
|
381
359
|
<summary>
|
|
@@ -383,7 +361,6 @@ AdminResetUserPassword
|
|
|
383
361
|
</summary>
|
|
384
362
|
|
|
385
363
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminResetUserPasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminResetUserPasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminResetUserPasswordCommandOutput/)
|
|
386
|
-
|
|
387
364
|
</details>
|
|
388
365
|
<details>
|
|
389
366
|
<summary>
|
|
@@ -391,7 +368,6 @@ AdminRespondToAuthChallenge
|
|
|
391
368
|
</summary>
|
|
392
369
|
|
|
393
370
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminRespondToAuthChallengeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminRespondToAuthChallengeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminRespondToAuthChallengeCommandOutput/)
|
|
394
|
-
|
|
395
371
|
</details>
|
|
396
372
|
<details>
|
|
397
373
|
<summary>
|
|
@@ -399,7 +375,6 @@ AdminSetUserMFAPreference
|
|
|
399
375
|
</summary>
|
|
400
376
|
|
|
401
377
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminSetUserMFAPreferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminSetUserMFAPreferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminSetUserMFAPreferenceCommandOutput/)
|
|
402
|
-
|
|
403
378
|
</details>
|
|
404
379
|
<details>
|
|
405
380
|
<summary>
|
|
@@ -407,7 +382,6 @@ AdminSetUserPassword
|
|
|
407
382
|
</summary>
|
|
408
383
|
|
|
409
384
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminSetUserPasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminSetUserPasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminSetUserPasswordCommandOutput/)
|
|
410
|
-
|
|
411
385
|
</details>
|
|
412
386
|
<details>
|
|
413
387
|
<summary>
|
|
@@ -415,7 +389,6 @@ AdminSetUserSettings
|
|
|
415
389
|
</summary>
|
|
416
390
|
|
|
417
391
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminSetUserSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminSetUserSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminSetUserSettingsCommandOutput/)
|
|
418
|
-
|
|
419
392
|
</details>
|
|
420
393
|
<details>
|
|
421
394
|
<summary>
|
|
@@ -423,7 +396,6 @@ AdminUpdateAuthEventFeedback
|
|
|
423
396
|
</summary>
|
|
424
397
|
|
|
425
398
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminUpdateAuthEventFeedbackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminUpdateAuthEventFeedbackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminUpdateAuthEventFeedbackCommandOutput/)
|
|
426
|
-
|
|
427
399
|
</details>
|
|
428
400
|
<details>
|
|
429
401
|
<summary>
|
|
@@ -431,7 +403,6 @@ AdminUpdateDeviceStatus
|
|
|
431
403
|
</summary>
|
|
432
404
|
|
|
433
405
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminUpdateDeviceStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminUpdateDeviceStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminUpdateDeviceStatusCommandOutput/)
|
|
434
|
-
|
|
435
406
|
</details>
|
|
436
407
|
<details>
|
|
437
408
|
<summary>
|
|
@@ -439,7 +410,6 @@ AdminUpdateUserAttributes
|
|
|
439
410
|
</summary>
|
|
440
411
|
|
|
441
412
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminUpdateUserAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminUpdateUserAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminUpdateUserAttributesCommandOutput/)
|
|
442
|
-
|
|
443
413
|
</details>
|
|
444
414
|
<details>
|
|
445
415
|
<summary>
|
|
@@ -447,7 +417,6 @@ AdminUserGlobalSignOut
|
|
|
447
417
|
</summary>
|
|
448
418
|
|
|
449
419
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminUserGlobalSignOutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminUserGlobalSignOutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AdminUserGlobalSignOutCommandOutput/)
|
|
450
|
-
|
|
451
420
|
</details>
|
|
452
421
|
<details>
|
|
453
422
|
<summary>
|
|
@@ -455,7 +424,6 @@ AssociateSoftwareToken
|
|
|
455
424
|
</summary>
|
|
456
425
|
|
|
457
426
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AssociateSoftwareTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AssociateSoftwareTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AssociateSoftwareTokenCommandOutput/)
|
|
458
|
-
|
|
459
427
|
</details>
|
|
460
428
|
<details>
|
|
461
429
|
<summary>
|
|
@@ -463,7 +431,6 @@ ChangePassword
|
|
|
463
431
|
</summary>
|
|
464
432
|
|
|
465
433
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ChangePasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ChangePasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ChangePasswordCommandOutput/)
|
|
466
|
-
|
|
467
434
|
</details>
|
|
468
435
|
<details>
|
|
469
436
|
<summary>
|
|
@@ -471,7 +438,6 @@ CompleteWebAuthnRegistration
|
|
|
471
438
|
</summary>
|
|
472
439
|
|
|
473
440
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CompleteWebAuthnRegistrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CompleteWebAuthnRegistrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CompleteWebAuthnRegistrationCommandOutput/)
|
|
474
|
-
|
|
475
441
|
</details>
|
|
476
442
|
<details>
|
|
477
443
|
<summary>
|
|
@@ -479,7 +445,6 @@ ConfirmDevice
|
|
|
479
445
|
</summary>
|
|
480
446
|
|
|
481
447
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ConfirmDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ConfirmDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ConfirmDeviceCommandOutput/)
|
|
482
|
-
|
|
483
448
|
</details>
|
|
484
449
|
<details>
|
|
485
450
|
<summary>
|
|
@@ -487,7 +452,6 @@ ConfirmForgotPassword
|
|
|
487
452
|
</summary>
|
|
488
453
|
|
|
489
454
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ConfirmForgotPasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ConfirmForgotPasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ConfirmForgotPasswordCommandOutput/)
|
|
490
|
-
|
|
491
455
|
</details>
|
|
492
456
|
<details>
|
|
493
457
|
<summary>
|
|
@@ -495,7 +459,6 @@ ConfirmSignUp
|
|
|
495
459
|
</summary>
|
|
496
460
|
|
|
497
461
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ConfirmSignUpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ConfirmSignUpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ConfirmSignUpCommandOutput/)
|
|
498
|
-
|
|
499
462
|
</details>
|
|
500
463
|
<details>
|
|
501
464
|
<summary>
|
|
@@ -503,7 +466,6 @@ CreateGroup
|
|
|
503
466
|
</summary>
|
|
504
467
|
|
|
505
468
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateGroupCommandOutput/)
|
|
506
|
-
|
|
507
469
|
</details>
|
|
508
470
|
<details>
|
|
509
471
|
<summary>
|
|
@@ -511,7 +473,6 @@ CreateIdentityProvider
|
|
|
511
473
|
</summary>
|
|
512
474
|
|
|
513
475
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateIdentityProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateIdentityProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateIdentityProviderCommandOutput/)
|
|
514
|
-
|
|
515
476
|
</details>
|
|
516
477
|
<details>
|
|
517
478
|
<summary>
|
|
@@ -519,7 +480,6 @@ CreateManagedLoginBranding
|
|
|
519
480
|
</summary>
|
|
520
481
|
|
|
521
482
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateManagedLoginBrandingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateManagedLoginBrandingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateManagedLoginBrandingCommandOutput/)
|
|
522
|
-
|
|
523
483
|
</details>
|
|
524
484
|
<details>
|
|
525
485
|
<summary>
|
|
@@ -527,7 +487,6 @@ CreateResourceServer
|
|
|
527
487
|
</summary>
|
|
528
488
|
|
|
529
489
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateResourceServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateResourceServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateResourceServerCommandOutput/)
|
|
530
|
-
|
|
531
490
|
</details>
|
|
532
491
|
<details>
|
|
533
492
|
<summary>
|
|
@@ -535,7 +494,6 @@ CreateTerms
|
|
|
535
494
|
</summary>
|
|
536
495
|
|
|
537
496
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateTermsCommandOutput/)
|
|
538
|
-
|
|
539
497
|
</details>
|
|
540
498
|
<details>
|
|
541
499
|
<summary>
|
|
@@ -543,7 +501,6 @@ CreateUserImportJob
|
|
|
543
501
|
</summary>
|
|
544
502
|
|
|
545
503
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateUserImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateUserImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateUserImportJobCommandOutput/)
|
|
546
|
-
|
|
547
504
|
</details>
|
|
548
505
|
<details>
|
|
549
506
|
<summary>
|
|
@@ -551,7 +508,6 @@ CreateUserPool
|
|
|
551
508
|
</summary>
|
|
552
509
|
|
|
553
510
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateUserPoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateUserPoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateUserPoolCommandOutput/)
|
|
554
|
-
|
|
555
511
|
</details>
|
|
556
512
|
<details>
|
|
557
513
|
<summary>
|
|
@@ -559,7 +515,6 @@ CreateUserPoolClient
|
|
|
559
515
|
</summary>
|
|
560
516
|
|
|
561
517
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateUserPoolClientCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateUserPoolClientCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateUserPoolClientCommandOutput/)
|
|
562
|
-
|
|
563
518
|
</details>
|
|
564
519
|
<details>
|
|
565
520
|
<summary>
|
|
@@ -567,7 +522,6 @@ CreateUserPoolDomain
|
|
|
567
522
|
</summary>
|
|
568
523
|
|
|
569
524
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/CreateUserPoolDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateUserPoolDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/CreateUserPoolDomainCommandOutput/)
|
|
570
|
-
|
|
571
525
|
</details>
|
|
572
526
|
<details>
|
|
573
527
|
<summary>
|
|
@@ -575,7 +529,6 @@ DeleteGroup
|
|
|
575
529
|
</summary>
|
|
576
530
|
|
|
577
531
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteGroupCommandOutput/)
|
|
578
|
-
|
|
579
532
|
</details>
|
|
580
533
|
<details>
|
|
581
534
|
<summary>
|
|
@@ -583,7 +536,6 @@ DeleteIdentityProvider
|
|
|
583
536
|
</summary>
|
|
584
537
|
|
|
585
538
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteIdentityProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteIdentityProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteIdentityProviderCommandOutput/)
|
|
586
|
-
|
|
587
539
|
</details>
|
|
588
540
|
<details>
|
|
589
541
|
<summary>
|
|
@@ -591,7 +543,6 @@ DeleteManagedLoginBranding
|
|
|
591
543
|
</summary>
|
|
592
544
|
|
|
593
545
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteManagedLoginBrandingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteManagedLoginBrandingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteManagedLoginBrandingCommandOutput/)
|
|
594
|
-
|
|
595
546
|
</details>
|
|
596
547
|
<details>
|
|
597
548
|
<summary>
|
|
@@ -599,7 +550,6 @@ DeleteResourceServer
|
|
|
599
550
|
</summary>
|
|
600
551
|
|
|
601
552
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteResourceServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteResourceServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteResourceServerCommandOutput/)
|
|
602
|
-
|
|
603
553
|
</details>
|
|
604
554
|
<details>
|
|
605
555
|
<summary>
|
|
@@ -607,7 +557,6 @@ DeleteTerms
|
|
|
607
557
|
</summary>
|
|
608
558
|
|
|
609
559
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteTermsCommandOutput/)
|
|
610
|
-
|
|
611
560
|
</details>
|
|
612
561
|
<details>
|
|
613
562
|
<summary>
|
|
@@ -615,7 +564,6 @@ DeleteUser
|
|
|
615
564
|
</summary>
|
|
616
565
|
|
|
617
566
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserCommandOutput/)
|
|
618
|
-
|
|
619
567
|
</details>
|
|
620
568
|
<details>
|
|
621
569
|
<summary>
|
|
@@ -623,7 +571,6 @@ DeleteUserAttributes
|
|
|
623
571
|
</summary>
|
|
624
572
|
|
|
625
573
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteUserAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserAttributesCommandOutput/)
|
|
626
|
-
|
|
627
574
|
</details>
|
|
628
575
|
<details>
|
|
629
576
|
<summary>
|
|
@@ -631,7 +578,6 @@ DeleteUserPool
|
|
|
631
578
|
</summary>
|
|
632
579
|
|
|
633
580
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteUserPoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserPoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserPoolCommandOutput/)
|
|
634
|
-
|
|
635
581
|
</details>
|
|
636
582
|
<details>
|
|
637
583
|
<summary>
|
|
@@ -639,7 +585,6 @@ DeleteUserPoolClient
|
|
|
639
585
|
</summary>
|
|
640
586
|
|
|
641
587
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteUserPoolClientCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserPoolClientCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserPoolClientCommandOutput/)
|
|
642
|
-
|
|
643
588
|
</details>
|
|
644
589
|
<details>
|
|
645
590
|
<summary>
|
|
@@ -647,7 +592,6 @@ DeleteUserPoolDomain
|
|
|
647
592
|
</summary>
|
|
648
593
|
|
|
649
594
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteUserPoolDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserPoolDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserPoolDomainCommandOutput/)
|
|
650
|
-
|
|
651
595
|
</details>
|
|
652
596
|
<details>
|
|
653
597
|
<summary>
|
|
@@ -655,7 +599,6 @@ DeleteWebAuthnCredential
|
|
|
655
599
|
</summary>
|
|
656
600
|
|
|
657
601
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteWebAuthnCredentialCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteWebAuthnCredentialCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteWebAuthnCredentialCommandOutput/)
|
|
658
|
-
|
|
659
602
|
</details>
|
|
660
603
|
<details>
|
|
661
604
|
<summary>
|
|
@@ -663,7 +606,6 @@ DescribeIdentityProvider
|
|
|
663
606
|
</summary>
|
|
664
607
|
|
|
665
608
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeIdentityProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeIdentityProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeIdentityProviderCommandOutput/)
|
|
666
|
-
|
|
667
609
|
</details>
|
|
668
610
|
<details>
|
|
669
611
|
<summary>
|
|
@@ -671,7 +613,6 @@ DescribeManagedLoginBranding
|
|
|
671
613
|
</summary>
|
|
672
614
|
|
|
673
615
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeManagedLoginBrandingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeManagedLoginBrandingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeManagedLoginBrandingCommandOutput/)
|
|
674
|
-
|
|
675
616
|
</details>
|
|
676
617
|
<details>
|
|
677
618
|
<summary>
|
|
@@ -679,7 +620,6 @@ DescribeManagedLoginBrandingByClient
|
|
|
679
620
|
</summary>
|
|
680
621
|
|
|
681
622
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeManagedLoginBrandingByClientCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeManagedLoginBrandingByClientCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeManagedLoginBrandingByClientCommandOutput/)
|
|
682
|
-
|
|
683
623
|
</details>
|
|
684
624
|
<details>
|
|
685
625
|
<summary>
|
|
@@ -687,7 +627,6 @@ DescribeResourceServer
|
|
|
687
627
|
</summary>
|
|
688
628
|
|
|
689
629
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeResourceServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeResourceServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeResourceServerCommandOutput/)
|
|
690
|
-
|
|
691
630
|
</details>
|
|
692
631
|
<details>
|
|
693
632
|
<summary>
|
|
@@ -695,7 +634,6 @@ DescribeRiskConfiguration
|
|
|
695
634
|
</summary>
|
|
696
635
|
|
|
697
636
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeRiskConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeRiskConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeRiskConfigurationCommandOutput/)
|
|
698
|
-
|
|
699
637
|
</details>
|
|
700
638
|
<details>
|
|
701
639
|
<summary>
|
|
@@ -703,7 +641,6 @@ DescribeTerms
|
|
|
703
641
|
</summary>
|
|
704
642
|
|
|
705
643
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeTermsCommandOutput/)
|
|
706
|
-
|
|
707
644
|
</details>
|
|
708
645
|
<details>
|
|
709
646
|
<summary>
|
|
@@ -711,7 +648,6 @@ DescribeUserImportJob
|
|
|
711
648
|
</summary>
|
|
712
649
|
|
|
713
650
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeUserImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeUserImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeUserImportJobCommandOutput/)
|
|
714
|
-
|
|
715
651
|
</details>
|
|
716
652
|
<details>
|
|
717
653
|
<summary>
|
|
@@ -719,7 +655,6 @@ DescribeUserPool
|
|
|
719
655
|
</summary>
|
|
720
656
|
|
|
721
657
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeUserPoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeUserPoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeUserPoolCommandOutput/)
|
|
722
|
-
|
|
723
658
|
</details>
|
|
724
659
|
<details>
|
|
725
660
|
<summary>
|
|
@@ -727,7 +662,6 @@ DescribeUserPoolClient
|
|
|
727
662
|
</summary>
|
|
728
663
|
|
|
729
664
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeUserPoolClientCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeUserPoolClientCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeUserPoolClientCommandOutput/)
|
|
730
|
-
|
|
731
665
|
</details>
|
|
732
666
|
<details>
|
|
733
667
|
<summary>
|
|
@@ -735,7 +669,6 @@ DescribeUserPoolDomain
|
|
|
735
669
|
</summary>
|
|
736
670
|
|
|
737
671
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DescribeUserPoolDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeUserPoolDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DescribeUserPoolDomainCommandOutput/)
|
|
738
|
-
|
|
739
672
|
</details>
|
|
740
673
|
<details>
|
|
741
674
|
<summary>
|
|
@@ -743,7 +676,6 @@ ForgetDevice
|
|
|
743
676
|
</summary>
|
|
744
677
|
|
|
745
678
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ForgetDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ForgetDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ForgetDeviceCommandOutput/)
|
|
746
|
-
|
|
747
679
|
</details>
|
|
748
680
|
<details>
|
|
749
681
|
<summary>
|
|
@@ -751,7 +683,6 @@ ForgotPassword
|
|
|
751
683
|
</summary>
|
|
752
684
|
|
|
753
685
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ForgotPasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ForgotPasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ForgotPasswordCommandOutput/)
|
|
754
|
-
|
|
755
686
|
</details>
|
|
756
687
|
<details>
|
|
757
688
|
<summary>
|
|
@@ -759,7 +690,6 @@ GetCSVHeader
|
|
|
759
690
|
</summary>
|
|
760
691
|
|
|
761
692
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetCSVHeaderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetCSVHeaderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetCSVHeaderCommandOutput/)
|
|
762
|
-
|
|
763
693
|
</details>
|
|
764
694
|
<details>
|
|
765
695
|
<summary>
|
|
@@ -767,7 +697,6 @@ GetDevice
|
|
|
767
697
|
</summary>
|
|
768
698
|
|
|
769
699
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetDeviceCommandOutput/)
|
|
770
|
-
|
|
771
700
|
</details>
|
|
772
701
|
<details>
|
|
773
702
|
<summary>
|
|
@@ -775,7 +704,6 @@ GetGroup
|
|
|
775
704
|
</summary>
|
|
776
705
|
|
|
777
706
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetGroupCommandOutput/)
|
|
778
|
-
|
|
779
707
|
</details>
|
|
780
708
|
<details>
|
|
781
709
|
<summary>
|
|
@@ -783,7 +711,6 @@ GetIdentityProviderByIdentifier
|
|
|
783
711
|
</summary>
|
|
784
712
|
|
|
785
713
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetIdentityProviderByIdentifierCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetIdentityProviderByIdentifierCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetIdentityProviderByIdentifierCommandOutput/)
|
|
786
|
-
|
|
787
714
|
</details>
|
|
788
715
|
<details>
|
|
789
716
|
<summary>
|
|
@@ -791,7 +718,6 @@ GetLogDeliveryConfiguration
|
|
|
791
718
|
</summary>
|
|
792
719
|
|
|
793
720
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetLogDeliveryConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetLogDeliveryConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetLogDeliveryConfigurationCommandOutput/)
|
|
794
|
-
|
|
795
721
|
</details>
|
|
796
722
|
<details>
|
|
797
723
|
<summary>
|
|
@@ -799,7 +725,6 @@ GetSigningCertificate
|
|
|
799
725
|
</summary>
|
|
800
726
|
|
|
801
727
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetSigningCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetSigningCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetSigningCertificateCommandOutput/)
|
|
802
|
-
|
|
803
728
|
</details>
|
|
804
729
|
<details>
|
|
805
730
|
<summary>
|
|
@@ -807,7 +732,6 @@ GetTokensFromRefreshToken
|
|
|
807
732
|
</summary>
|
|
808
733
|
|
|
809
734
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetTokensFromRefreshTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetTokensFromRefreshTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetTokensFromRefreshTokenCommandOutput/)
|
|
810
|
-
|
|
811
735
|
</details>
|
|
812
736
|
<details>
|
|
813
737
|
<summary>
|
|
@@ -815,7 +739,6 @@ GetUICustomization
|
|
|
815
739
|
</summary>
|
|
816
740
|
|
|
817
741
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetUICustomizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUICustomizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUICustomizationCommandOutput/)
|
|
818
|
-
|
|
819
742
|
</details>
|
|
820
743
|
<details>
|
|
821
744
|
<summary>
|
|
@@ -823,7 +746,6 @@ GetUser
|
|
|
823
746
|
</summary>
|
|
824
747
|
|
|
825
748
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUserCommandOutput/)
|
|
826
|
-
|
|
827
749
|
</details>
|
|
828
750
|
<details>
|
|
829
751
|
<summary>
|
|
@@ -831,7 +753,6 @@ GetUserAttributeVerificationCode
|
|
|
831
753
|
</summary>
|
|
832
754
|
|
|
833
755
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetUserAttributeVerificationCodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUserAttributeVerificationCodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUserAttributeVerificationCodeCommandOutput/)
|
|
834
|
-
|
|
835
756
|
</details>
|
|
836
757
|
<details>
|
|
837
758
|
<summary>
|
|
@@ -839,7 +760,6 @@ GetUserAuthFactors
|
|
|
839
760
|
</summary>
|
|
840
761
|
|
|
841
762
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetUserAuthFactorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUserAuthFactorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUserAuthFactorsCommandOutput/)
|
|
842
|
-
|
|
843
763
|
</details>
|
|
844
764
|
<details>
|
|
845
765
|
<summary>
|
|
@@ -847,7 +767,6 @@ GetUserPoolMfaConfig
|
|
|
847
767
|
</summary>
|
|
848
768
|
|
|
849
769
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GetUserPoolMfaConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUserPoolMfaConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GetUserPoolMfaConfigCommandOutput/)
|
|
850
|
-
|
|
851
770
|
</details>
|
|
852
771
|
<details>
|
|
853
772
|
<summary>
|
|
@@ -855,7 +774,6 @@ GlobalSignOut
|
|
|
855
774
|
</summary>
|
|
856
775
|
|
|
857
776
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/GlobalSignOutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GlobalSignOutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/GlobalSignOutCommandOutput/)
|
|
858
|
-
|
|
859
777
|
</details>
|
|
860
778
|
<details>
|
|
861
779
|
<summary>
|
|
@@ -863,7 +781,6 @@ InitiateAuth
|
|
|
863
781
|
</summary>
|
|
864
782
|
|
|
865
783
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/InitiateAuthCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/InitiateAuthCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/InitiateAuthCommandOutput/)
|
|
866
|
-
|
|
867
784
|
</details>
|
|
868
785
|
<details>
|
|
869
786
|
<summary>
|
|
@@ -871,7 +788,6 @@ ListDevices
|
|
|
871
788
|
</summary>
|
|
872
789
|
|
|
873
790
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListDevicesCommandOutput/)
|
|
874
|
-
|
|
875
791
|
</details>
|
|
876
792
|
<details>
|
|
877
793
|
<summary>
|
|
@@ -879,7 +795,6 @@ ListGroups
|
|
|
879
795
|
</summary>
|
|
880
796
|
|
|
881
797
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListGroupsCommandOutput/)
|
|
882
|
-
|
|
883
798
|
</details>
|
|
884
799
|
<details>
|
|
885
800
|
<summary>
|
|
@@ -887,7 +802,6 @@ ListIdentityProviders
|
|
|
887
802
|
</summary>
|
|
888
803
|
|
|
889
804
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListIdentityProvidersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListIdentityProvidersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListIdentityProvidersCommandOutput/)
|
|
890
|
-
|
|
891
805
|
</details>
|
|
892
806
|
<details>
|
|
893
807
|
<summary>
|
|
@@ -895,7 +809,6 @@ ListResourceServers
|
|
|
895
809
|
</summary>
|
|
896
810
|
|
|
897
811
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListResourceServersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListResourceServersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListResourceServersCommandOutput/)
|
|
898
|
-
|
|
899
812
|
</details>
|
|
900
813
|
<details>
|
|
901
814
|
<summary>
|
|
@@ -903,7 +816,6 @@ ListTagsForResource
|
|
|
903
816
|
</summary>
|
|
904
817
|
|
|
905
818
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListTagsForResourceCommandOutput/)
|
|
906
|
-
|
|
907
819
|
</details>
|
|
908
820
|
<details>
|
|
909
821
|
<summary>
|
|
@@ -911,7 +823,6 @@ ListTerms
|
|
|
911
823
|
</summary>
|
|
912
824
|
|
|
913
825
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListTermsCommandOutput/)
|
|
914
|
-
|
|
915
826
|
</details>
|
|
916
827
|
<details>
|
|
917
828
|
<summary>
|
|
@@ -919,7 +830,6 @@ ListUserImportJobs
|
|
|
919
830
|
</summary>
|
|
920
831
|
|
|
921
832
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListUserImportJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUserImportJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUserImportJobsCommandOutput/)
|
|
922
|
-
|
|
923
833
|
</details>
|
|
924
834
|
<details>
|
|
925
835
|
<summary>
|
|
@@ -927,7 +837,6 @@ ListUserPoolClients
|
|
|
927
837
|
</summary>
|
|
928
838
|
|
|
929
839
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListUserPoolClientsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUserPoolClientsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUserPoolClientsCommandOutput/)
|
|
930
|
-
|
|
931
840
|
</details>
|
|
932
841
|
<details>
|
|
933
842
|
<summary>
|
|
@@ -935,7 +844,6 @@ ListUserPools
|
|
|
935
844
|
</summary>
|
|
936
845
|
|
|
937
846
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListUserPoolsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUserPoolsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUserPoolsCommandOutput/)
|
|
938
|
-
|
|
939
847
|
</details>
|
|
940
848
|
<details>
|
|
941
849
|
<summary>
|
|
@@ -943,7 +851,6 @@ ListUsers
|
|
|
943
851
|
</summary>
|
|
944
852
|
|
|
945
853
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUsersCommandOutput/)
|
|
946
|
-
|
|
947
854
|
</details>
|
|
948
855
|
<details>
|
|
949
856
|
<summary>
|
|
@@ -951,7 +858,6 @@ ListUsersInGroup
|
|
|
951
858
|
</summary>
|
|
952
859
|
|
|
953
860
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListUsersInGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUsersInGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUsersInGroupCommandOutput/)
|
|
954
|
-
|
|
955
861
|
</details>
|
|
956
862
|
<details>
|
|
957
863
|
<summary>
|
|
@@ -959,7 +865,6 @@ ListWebAuthnCredentials
|
|
|
959
865
|
</summary>
|
|
960
866
|
|
|
961
867
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListWebAuthnCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListWebAuthnCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListWebAuthnCredentialsCommandOutput/)
|
|
962
|
-
|
|
963
868
|
</details>
|
|
964
869
|
<details>
|
|
965
870
|
<summary>
|
|
@@ -967,7 +872,6 @@ ResendConfirmationCode
|
|
|
967
872
|
</summary>
|
|
968
873
|
|
|
969
874
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ResendConfirmationCodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ResendConfirmationCodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ResendConfirmationCodeCommandOutput/)
|
|
970
|
-
|
|
971
875
|
</details>
|
|
972
876
|
<details>
|
|
973
877
|
<summary>
|
|
@@ -975,7 +879,6 @@ RespondToAuthChallenge
|
|
|
975
879
|
</summary>
|
|
976
880
|
|
|
977
881
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/RespondToAuthChallengeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/RespondToAuthChallengeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/RespondToAuthChallengeCommandOutput/)
|
|
978
|
-
|
|
979
882
|
</details>
|
|
980
883
|
<details>
|
|
981
884
|
<summary>
|
|
@@ -983,7 +886,6 @@ RevokeToken
|
|
|
983
886
|
</summary>
|
|
984
887
|
|
|
985
888
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/RevokeTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/RevokeTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/RevokeTokenCommandOutput/)
|
|
986
|
-
|
|
987
889
|
</details>
|
|
988
890
|
<details>
|
|
989
891
|
<summary>
|
|
@@ -991,7 +893,6 @@ SetLogDeliveryConfiguration
|
|
|
991
893
|
</summary>
|
|
992
894
|
|
|
993
895
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/SetLogDeliveryConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetLogDeliveryConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetLogDeliveryConfigurationCommandOutput/)
|
|
994
|
-
|
|
995
896
|
</details>
|
|
996
897
|
<details>
|
|
997
898
|
<summary>
|
|
@@ -999,7 +900,6 @@ SetRiskConfiguration
|
|
|
999
900
|
</summary>
|
|
1000
901
|
|
|
1001
902
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/SetRiskConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetRiskConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetRiskConfigurationCommandOutput/)
|
|
1002
|
-
|
|
1003
903
|
</details>
|
|
1004
904
|
<details>
|
|
1005
905
|
<summary>
|
|
@@ -1007,7 +907,6 @@ SetUICustomization
|
|
|
1007
907
|
</summary>
|
|
1008
908
|
|
|
1009
909
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/SetUICustomizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetUICustomizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetUICustomizationCommandOutput/)
|
|
1010
|
-
|
|
1011
910
|
</details>
|
|
1012
911
|
<details>
|
|
1013
912
|
<summary>
|
|
@@ -1015,7 +914,6 @@ SetUserMFAPreference
|
|
|
1015
914
|
</summary>
|
|
1016
915
|
|
|
1017
916
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/SetUserMFAPreferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetUserMFAPreferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetUserMFAPreferenceCommandOutput/)
|
|
1018
|
-
|
|
1019
917
|
</details>
|
|
1020
918
|
<details>
|
|
1021
919
|
<summary>
|
|
@@ -1023,7 +921,6 @@ SetUserPoolMfaConfig
|
|
|
1023
921
|
</summary>
|
|
1024
922
|
|
|
1025
923
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/SetUserPoolMfaConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetUserPoolMfaConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetUserPoolMfaConfigCommandOutput/)
|
|
1026
|
-
|
|
1027
924
|
</details>
|
|
1028
925
|
<details>
|
|
1029
926
|
<summary>
|
|
@@ -1031,7 +928,6 @@ SetUserSettings
|
|
|
1031
928
|
</summary>
|
|
1032
929
|
|
|
1033
930
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/SetUserSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetUserSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SetUserSettingsCommandOutput/)
|
|
1034
|
-
|
|
1035
931
|
</details>
|
|
1036
932
|
<details>
|
|
1037
933
|
<summary>
|
|
@@ -1039,7 +935,6 @@ SignUp
|
|
|
1039
935
|
</summary>
|
|
1040
936
|
|
|
1041
937
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/SignUpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SignUpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/SignUpCommandOutput/)
|
|
1042
|
-
|
|
1043
938
|
</details>
|
|
1044
939
|
<details>
|
|
1045
940
|
<summary>
|
|
@@ -1047,7 +942,6 @@ StartUserImportJob
|
|
|
1047
942
|
</summary>
|
|
1048
943
|
|
|
1049
944
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/StartUserImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/StartUserImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/StartUserImportJobCommandOutput/)
|
|
1050
|
-
|
|
1051
945
|
</details>
|
|
1052
946
|
<details>
|
|
1053
947
|
<summary>
|
|
@@ -1055,7 +949,6 @@ StartWebAuthnRegistration
|
|
|
1055
949
|
</summary>
|
|
1056
950
|
|
|
1057
951
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/StartWebAuthnRegistrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/StartWebAuthnRegistrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/StartWebAuthnRegistrationCommandOutput/)
|
|
1058
|
-
|
|
1059
952
|
</details>
|
|
1060
953
|
<details>
|
|
1061
954
|
<summary>
|
|
@@ -1063,7 +956,6 @@ StopUserImportJob
|
|
|
1063
956
|
</summary>
|
|
1064
957
|
|
|
1065
958
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/StopUserImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/StopUserImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/StopUserImportJobCommandOutput/)
|
|
1066
|
-
|
|
1067
959
|
</details>
|
|
1068
960
|
<details>
|
|
1069
961
|
<summary>
|
|
@@ -1071,7 +963,6 @@ TagResource
|
|
|
1071
963
|
</summary>
|
|
1072
964
|
|
|
1073
965
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/TagResourceCommandOutput/)
|
|
1074
|
-
|
|
1075
966
|
</details>
|
|
1076
967
|
<details>
|
|
1077
968
|
<summary>
|
|
@@ -1079,7 +970,6 @@ UntagResource
|
|
|
1079
970
|
</summary>
|
|
1080
971
|
|
|
1081
972
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UntagResourceCommandOutput/)
|
|
1082
|
-
|
|
1083
973
|
</details>
|
|
1084
974
|
<details>
|
|
1085
975
|
<summary>
|
|
@@ -1087,7 +977,6 @@ UpdateAuthEventFeedback
|
|
|
1087
977
|
</summary>
|
|
1088
978
|
|
|
1089
979
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateAuthEventFeedbackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateAuthEventFeedbackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateAuthEventFeedbackCommandOutput/)
|
|
1090
|
-
|
|
1091
980
|
</details>
|
|
1092
981
|
<details>
|
|
1093
982
|
<summary>
|
|
@@ -1095,7 +984,6 @@ UpdateDeviceStatus
|
|
|
1095
984
|
</summary>
|
|
1096
985
|
|
|
1097
986
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateDeviceStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateDeviceStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateDeviceStatusCommandOutput/)
|
|
1098
|
-
|
|
1099
987
|
</details>
|
|
1100
988
|
<details>
|
|
1101
989
|
<summary>
|
|
@@ -1103,7 +991,6 @@ UpdateGroup
|
|
|
1103
991
|
</summary>
|
|
1104
992
|
|
|
1105
993
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateGroupCommandOutput/)
|
|
1106
|
-
|
|
1107
994
|
</details>
|
|
1108
995
|
<details>
|
|
1109
996
|
<summary>
|
|
@@ -1111,7 +998,6 @@ UpdateIdentityProvider
|
|
|
1111
998
|
</summary>
|
|
1112
999
|
|
|
1113
1000
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateIdentityProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateIdentityProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateIdentityProviderCommandOutput/)
|
|
1114
|
-
|
|
1115
1001
|
</details>
|
|
1116
1002
|
<details>
|
|
1117
1003
|
<summary>
|
|
@@ -1119,7 +1005,6 @@ UpdateManagedLoginBranding
|
|
|
1119
1005
|
</summary>
|
|
1120
1006
|
|
|
1121
1007
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateManagedLoginBrandingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateManagedLoginBrandingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateManagedLoginBrandingCommandOutput/)
|
|
1122
|
-
|
|
1123
1008
|
</details>
|
|
1124
1009
|
<details>
|
|
1125
1010
|
<summary>
|
|
@@ -1127,7 +1012,6 @@ UpdateResourceServer
|
|
|
1127
1012
|
</summary>
|
|
1128
1013
|
|
|
1129
1014
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateResourceServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateResourceServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateResourceServerCommandOutput/)
|
|
1130
|
-
|
|
1131
1015
|
</details>
|
|
1132
1016
|
<details>
|
|
1133
1017
|
<summary>
|
|
@@ -1135,7 +1019,6 @@ UpdateTerms
|
|
|
1135
1019
|
</summary>
|
|
1136
1020
|
|
|
1137
1021
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateTermsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateTermsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateTermsCommandOutput/)
|
|
1138
|
-
|
|
1139
1022
|
</details>
|
|
1140
1023
|
<details>
|
|
1141
1024
|
<summary>
|
|
@@ -1143,7 +1026,6 @@ UpdateUserAttributes
|
|
|
1143
1026
|
</summary>
|
|
1144
1027
|
|
|
1145
1028
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateUserAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateUserAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateUserAttributesCommandOutput/)
|
|
1146
|
-
|
|
1147
1029
|
</details>
|
|
1148
1030
|
<details>
|
|
1149
1031
|
<summary>
|
|
@@ -1151,7 +1033,6 @@ UpdateUserPool
|
|
|
1151
1033
|
</summary>
|
|
1152
1034
|
|
|
1153
1035
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateUserPoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateUserPoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateUserPoolCommandOutput/)
|
|
1154
|
-
|
|
1155
1036
|
</details>
|
|
1156
1037
|
<details>
|
|
1157
1038
|
<summary>
|
|
@@ -1159,7 +1040,6 @@ UpdateUserPoolClient
|
|
|
1159
1040
|
</summary>
|
|
1160
1041
|
|
|
1161
1042
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateUserPoolClientCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateUserPoolClientCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateUserPoolClientCommandOutput/)
|
|
1162
|
-
|
|
1163
1043
|
</details>
|
|
1164
1044
|
<details>
|
|
1165
1045
|
<summary>
|
|
@@ -1167,7 +1047,6 @@ UpdateUserPoolDomain
|
|
|
1167
1047
|
</summary>
|
|
1168
1048
|
|
|
1169
1049
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/UpdateUserPoolDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateUserPoolDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/UpdateUserPoolDomainCommandOutput/)
|
|
1170
|
-
|
|
1171
1050
|
</details>
|
|
1172
1051
|
<details>
|
|
1173
1052
|
<summary>
|
|
@@ -1175,7 +1054,6 @@ VerifySoftwareToken
|
|
|
1175
1054
|
</summary>
|
|
1176
1055
|
|
|
1177
1056
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/VerifySoftwareTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/VerifySoftwareTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/VerifySoftwareTokenCommandOutput/)
|
|
1178
|
-
|
|
1179
1057
|
</details>
|
|
1180
1058
|
<details>
|
|
1181
1059
|
<summary>
|
|
@@ -1183,5 +1061,4 @@ VerifyUserAttribute
|
|
|
1183
1061
|
</summary>
|
|
1184
1062
|
|
|
1185
1063
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/VerifyUserAttributeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/VerifyUserAttributeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/VerifyUserAttributeCommandOutput/)
|
|
1186
|
-
|
|
1187
1064
|
</details>
|