@aws-sdk/client-cognito-identity-provider 3.696.0 → 3.708.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 +80 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +20 -0
- package/dist-cjs/index.js +983 -71
- package/dist-es/CognitoIdentityProvider.js +20 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +20 -0
- package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +23 -0
- package/dist-es/commands/ConfirmSignUpCommand.js +2 -2
- package/dist-es/commands/CreateManagedLoginBrandingCommand.js +23 -0
- package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +23 -0
- package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +23 -0
- package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/GetUserAuthFactorsCommand.js +23 -0
- package/dist-es/commands/GlobalSignOutCommand.js +1 -1
- package/dist-es/commands/InitiateAuthCommand.js +1 -1
- package/dist-es/commands/ListDevicesCommand.js +1 -1
- package/dist-es/commands/ListUserPoolClientsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/ListUsersInGroupCommand.js +1 -1
- package/dist-es/commands/ListWebAuthnCredentialsCommand.js +23 -0
- package/dist-es/commands/ResendConfirmationCodeCommand.js +1 -1
- package/dist-es/commands/RespondToAuthChallengeCommand.js +1 -2
- package/dist-es/commands/SignUpCommand.js +2 -2
- package/dist-es/commands/StartWebAuthnRegistrationCommand.js +23 -0
- package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +184 -50
- package/dist-es/models/models_1.js +82 -1
- package/dist-es/protocols/Aws_json1_1.js +433 -2
- package/dist-types/CognitoIdentityProvider.d.ts +71 -0
- package/dist-types/CognitoIdentityProviderClient.d.ts +12 -2
- package/dist-types/commands/AdminCreateUserCommand.d.ts +9 -4
- package/dist-types/commands/AdminGetUserCommand.d.ts +2 -1
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +5 -4
- package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +2 -2
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -4
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
- package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +119 -0
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +5 -2
- package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +162 -0
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserPoolCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +8 -1
- package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +113 -0
- package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +90 -0
- package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +108 -0
- package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +108 -0
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +6 -0
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -0
- package/dist-types/commands/ForgotPasswordCommand.d.ts +2 -2
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +2 -2
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +120 -0
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +6 -1
- package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/InitiateAuthCommand.d.ts +9 -5
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +100 -0
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +3 -3
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +5 -6
- package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +15 -3
- package/dist-types/commands/SignUpCommand.d.ts +11 -3
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +107 -0
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +150 -0
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +17 -2
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +1609 -1660
- package/dist-types/models/models_1.d.ts +1712 -8
- package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +177 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +248 -185
- package/dist-types/ts3.4/models/models_1.d.ts +263 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
- package/package.json +4 -4
|
@@ -29,11 +29,13 @@ import { AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommand
|
|
|
29
29
|
import { AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput } from "../commands/AdminUserGlobalSignOutCommand";
|
|
30
30
|
import { AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput } from "../commands/AssociateSoftwareTokenCommand";
|
|
31
31
|
import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "../commands/ChangePasswordCommand";
|
|
32
|
+
import { CompleteWebAuthnRegistrationCommandInput, CompleteWebAuthnRegistrationCommandOutput } from "../commands/CompleteWebAuthnRegistrationCommand";
|
|
32
33
|
import { ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput } from "../commands/ConfirmDeviceCommand";
|
|
33
34
|
import { ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput } from "../commands/ConfirmForgotPasswordCommand";
|
|
34
35
|
import { ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput } from "../commands/ConfirmSignUpCommand";
|
|
35
36
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
|
|
36
37
|
import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "../commands/CreateIdentityProviderCommand";
|
|
38
|
+
import { CreateManagedLoginBrandingCommandInput, CreateManagedLoginBrandingCommandOutput } from "../commands/CreateManagedLoginBrandingCommand";
|
|
37
39
|
import { CreateResourceServerCommandInput, CreateResourceServerCommandOutput } from "../commands/CreateResourceServerCommand";
|
|
38
40
|
import { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput } from "../commands/CreateUserImportJobCommand";
|
|
39
41
|
import { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "../commands/CreateUserPoolClientCommand";
|
|
@@ -41,13 +43,17 @@ import { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "../comm
|
|
|
41
43
|
import { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "../commands/CreateUserPoolDomainCommand";
|
|
42
44
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
43
45
|
import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "../commands/DeleteIdentityProviderCommand";
|
|
46
|
+
import { DeleteManagedLoginBrandingCommandInput, DeleteManagedLoginBrandingCommandOutput } from "../commands/DeleteManagedLoginBrandingCommand";
|
|
44
47
|
import { DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput } from "../commands/DeleteResourceServerCommand";
|
|
45
48
|
import { DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput } from "../commands/DeleteUserAttributesCommand";
|
|
46
49
|
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
47
50
|
import { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput } from "../commands/DeleteUserPoolClientCommand";
|
|
48
51
|
import { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "../commands/DeleteUserPoolCommand";
|
|
49
52
|
import { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "../commands/DeleteUserPoolDomainCommand";
|
|
53
|
+
import { DeleteWebAuthnCredentialCommandInput, DeleteWebAuthnCredentialCommandOutput } from "../commands/DeleteWebAuthnCredentialCommand";
|
|
50
54
|
import { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "../commands/DescribeIdentityProviderCommand";
|
|
55
|
+
import { DescribeManagedLoginBrandingByClientCommandInput, DescribeManagedLoginBrandingByClientCommandOutput } from "../commands/DescribeManagedLoginBrandingByClientCommand";
|
|
56
|
+
import { DescribeManagedLoginBrandingCommandInput, DescribeManagedLoginBrandingCommandOutput } from "../commands/DescribeManagedLoginBrandingCommand";
|
|
51
57
|
import { DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput } from "../commands/DescribeResourceServerCommand";
|
|
52
58
|
import { DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput } from "../commands/DescribeRiskConfigurationCommand";
|
|
53
59
|
import { DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput } from "../commands/DescribeUserImportJobCommand";
|
|
@@ -64,6 +70,7 @@ import { GetLogDeliveryConfigurationCommandInput, GetLogDeliveryConfigurationCom
|
|
|
64
70
|
import { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "../commands/GetSigningCertificateCommand";
|
|
65
71
|
import { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "../commands/GetUICustomizationCommand";
|
|
66
72
|
import { GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput } from "../commands/GetUserAttributeVerificationCodeCommand";
|
|
73
|
+
import { GetUserAuthFactorsCommandInput, GetUserAuthFactorsCommandOutput } from "../commands/GetUserAuthFactorsCommand";
|
|
67
74
|
import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
|
|
68
75
|
import { GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput } from "../commands/GetUserPoolMfaConfigCommand";
|
|
69
76
|
import { GlobalSignOutCommandInput, GlobalSignOutCommandOutput } from "../commands/GlobalSignOutCommand";
|
|
@@ -78,6 +85,7 @@ import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } fro
|
|
|
78
85
|
import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "../commands/ListUserPoolsCommand";
|
|
79
86
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
80
87
|
import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "../commands/ListUsersInGroupCommand";
|
|
88
|
+
import { ListWebAuthnCredentialsCommandInput, ListWebAuthnCredentialsCommandOutput } from "../commands/ListWebAuthnCredentialsCommand";
|
|
81
89
|
import { ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput } from "../commands/ResendConfirmationCodeCommand";
|
|
82
90
|
import { RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput } from "../commands/RespondToAuthChallengeCommand";
|
|
83
91
|
import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "../commands/RevokeTokenCommand";
|
|
@@ -89,6 +97,7 @@ import { SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput } f
|
|
|
89
97
|
import { SetUserSettingsCommandInput, SetUserSettingsCommandOutput } from "../commands/SetUserSettingsCommand";
|
|
90
98
|
import { SignUpCommandInput, SignUpCommandOutput } from "../commands/SignUpCommand";
|
|
91
99
|
import { StartUserImportJobCommandInput, StartUserImportJobCommandOutput } from "../commands/StartUserImportJobCommand";
|
|
100
|
+
import { StartWebAuthnRegistrationCommandInput, StartWebAuthnRegistrationCommandOutput } from "../commands/StartWebAuthnRegistrationCommand";
|
|
92
101
|
import { StopUserImportJobCommandInput, StopUserImportJobCommandOutput } from "../commands/StopUserImportJobCommand";
|
|
93
102
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
94
103
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
@@ -96,6 +105,7 @@ import { UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutp
|
|
|
96
105
|
import { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput } from "../commands/UpdateDeviceStatusCommand";
|
|
97
106
|
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
98
107
|
import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "../commands/UpdateIdentityProviderCommand";
|
|
108
|
+
import { UpdateManagedLoginBrandingCommandInput, UpdateManagedLoginBrandingCommandOutput } from "../commands/UpdateManagedLoginBrandingCommand";
|
|
99
109
|
import { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "../commands/UpdateResourceServerCommand";
|
|
100
110
|
import { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "../commands/UpdateUserAttributesCommand";
|
|
101
111
|
import { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "../commands/UpdateUserPoolClientCommand";
|
|
@@ -219,6 +229,10 @@ export declare const se_AssociateSoftwareTokenCommand: (input: AssociateSoftware
|
|
|
219
229
|
* serializeAws_json1_1ChangePasswordCommand
|
|
220
230
|
*/
|
|
221
231
|
export declare const se_ChangePasswordCommand: (input: ChangePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
232
|
+
/**
|
|
233
|
+
* serializeAws_json1_1CompleteWebAuthnRegistrationCommand
|
|
234
|
+
*/
|
|
235
|
+
export declare const se_CompleteWebAuthnRegistrationCommand: (input: CompleteWebAuthnRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
236
|
/**
|
|
223
237
|
* serializeAws_json1_1ConfirmDeviceCommand
|
|
224
238
|
*/
|
|
@@ -239,6 +253,10 @@ export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, con
|
|
|
239
253
|
* serializeAws_json1_1CreateIdentityProviderCommand
|
|
240
254
|
*/
|
|
241
255
|
export declare const se_CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
|
+
/**
|
|
257
|
+
* serializeAws_json1_1CreateManagedLoginBrandingCommand
|
|
258
|
+
*/
|
|
259
|
+
export declare const se_CreateManagedLoginBrandingCommand: (input: CreateManagedLoginBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
260
|
/**
|
|
243
261
|
* serializeAws_json1_1CreateResourceServerCommand
|
|
244
262
|
*/
|
|
@@ -267,6 +285,10 @@ export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, con
|
|
|
267
285
|
* serializeAws_json1_1DeleteIdentityProviderCommand
|
|
268
286
|
*/
|
|
269
287
|
export declare const se_DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
+
/**
|
|
289
|
+
* serializeAws_json1_1DeleteManagedLoginBrandingCommand
|
|
290
|
+
*/
|
|
291
|
+
export declare const se_DeleteManagedLoginBrandingCommand: (input: DeleteManagedLoginBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
292
|
/**
|
|
271
293
|
* serializeAws_json1_1DeleteResourceServerCommand
|
|
272
294
|
*/
|
|
@@ -291,10 +313,22 @@ export declare const se_DeleteUserPoolClientCommand: (input: DeleteUserPoolClien
|
|
|
291
313
|
* serializeAws_json1_1DeleteUserPoolDomainCommand
|
|
292
314
|
*/
|
|
293
315
|
export declare const se_DeleteUserPoolDomainCommand: (input: DeleteUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
316
|
+
/**
|
|
317
|
+
* serializeAws_json1_1DeleteWebAuthnCredentialCommand
|
|
318
|
+
*/
|
|
319
|
+
export declare const se_DeleteWebAuthnCredentialCommand: (input: DeleteWebAuthnCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
320
|
/**
|
|
295
321
|
* serializeAws_json1_1DescribeIdentityProviderCommand
|
|
296
322
|
*/
|
|
297
323
|
export declare const se_DescribeIdentityProviderCommand: (input: DescribeIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
324
|
+
/**
|
|
325
|
+
* serializeAws_json1_1DescribeManagedLoginBrandingCommand
|
|
326
|
+
*/
|
|
327
|
+
export declare const se_DescribeManagedLoginBrandingCommand: (input: DescribeManagedLoginBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
328
|
+
/**
|
|
329
|
+
* serializeAws_json1_1DescribeManagedLoginBrandingByClientCommand
|
|
330
|
+
*/
|
|
331
|
+
export declare const se_DescribeManagedLoginBrandingByClientCommand: (input: DescribeManagedLoginBrandingByClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
298
332
|
/**
|
|
299
333
|
* serializeAws_json1_1DescribeResourceServerCommand
|
|
300
334
|
*/
|
|
@@ -363,6 +397,10 @@ export declare const se_GetUserCommand: (input: GetUserCommandInput, context: __
|
|
|
363
397
|
* serializeAws_json1_1GetUserAttributeVerificationCodeCommand
|
|
364
398
|
*/
|
|
365
399
|
export declare const se_GetUserAttributeVerificationCodeCommand: (input: GetUserAttributeVerificationCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
400
|
+
/**
|
|
401
|
+
* serializeAws_json1_1GetUserAuthFactorsCommand
|
|
402
|
+
*/
|
|
403
|
+
export declare const se_GetUserAuthFactorsCommand: (input: GetUserAuthFactorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
404
|
/**
|
|
367
405
|
* serializeAws_json1_1GetUserPoolMfaConfigCommand
|
|
368
406
|
*/
|
|
@@ -415,6 +453,10 @@ export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context
|
|
|
415
453
|
* serializeAws_json1_1ListUsersInGroupCommand
|
|
416
454
|
*/
|
|
417
455
|
export declare const se_ListUsersInGroupCommand: (input: ListUsersInGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
456
|
+
/**
|
|
457
|
+
* serializeAws_json1_1ListWebAuthnCredentialsCommand
|
|
458
|
+
*/
|
|
459
|
+
export declare const se_ListWebAuthnCredentialsCommand: (input: ListWebAuthnCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
418
460
|
/**
|
|
419
461
|
* serializeAws_json1_1ResendConfirmationCodeCommand
|
|
420
462
|
*/
|
|
@@ -459,6 +501,10 @@ export declare const se_SignUpCommand: (input: SignUpCommandInput, context: __Se
|
|
|
459
501
|
* serializeAws_json1_1StartUserImportJobCommand
|
|
460
502
|
*/
|
|
461
503
|
export declare const se_StartUserImportJobCommand: (input: StartUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
504
|
+
/**
|
|
505
|
+
* serializeAws_json1_1StartWebAuthnRegistrationCommand
|
|
506
|
+
*/
|
|
507
|
+
export declare const se_StartWebAuthnRegistrationCommand: (input: StartWebAuthnRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
462
508
|
/**
|
|
463
509
|
* serializeAws_json1_1StopUserImportJobCommand
|
|
464
510
|
*/
|
|
@@ -487,6 +533,10 @@ export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, con
|
|
|
487
533
|
* serializeAws_json1_1UpdateIdentityProviderCommand
|
|
488
534
|
*/
|
|
489
535
|
export declare const se_UpdateIdentityProviderCommand: (input: UpdateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
536
|
+
/**
|
|
537
|
+
* serializeAws_json1_1UpdateManagedLoginBrandingCommand
|
|
538
|
+
*/
|
|
539
|
+
export declare const se_UpdateManagedLoginBrandingCommand: (input: UpdateManagedLoginBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
490
540
|
/**
|
|
491
541
|
* serializeAws_json1_1UpdateResourceServerCommand
|
|
492
542
|
*/
|
|
@@ -631,6 +681,10 @@ export declare const de_AssociateSoftwareTokenCommand: (output: __HttpResponse,
|
|
|
631
681
|
* deserializeAws_json1_1ChangePasswordCommand
|
|
632
682
|
*/
|
|
633
683
|
export declare const de_ChangePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangePasswordCommandOutput>;
|
|
684
|
+
/**
|
|
685
|
+
* deserializeAws_json1_1CompleteWebAuthnRegistrationCommand
|
|
686
|
+
*/
|
|
687
|
+
export declare const de_CompleteWebAuthnRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteWebAuthnRegistrationCommandOutput>;
|
|
634
688
|
/**
|
|
635
689
|
* deserializeAws_json1_1ConfirmDeviceCommand
|
|
636
690
|
*/
|
|
@@ -651,6 +705,10 @@ export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __
|
|
|
651
705
|
* deserializeAws_json1_1CreateIdentityProviderCommand
|
|
652
706
|
*/
|
|
653
707
|
export declare const de_CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
|
|
708
|
+
/**
|
|
709
|
+
* deserializeAws_json1_1CreateManagedLoginBrandingCommand
|
|
710
|
+
*/
|
|
711
|
+
export declare const de_CreateManagedLoginBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateManagedLoginBrandingCommandOutput>;
|
|
654
712
|
/**
|
|
655
713
|
* deserializeAws_json1_1CreateResourceServerCommand
|
|
656
714
|
*/
|
|
@@ -679,6 +737,10 @@ export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __
|
|
|
679
737
|
* deserializeAws_json1_1DeleteIdentityProviderCommand
|
|
680
738
|
*/
|
|
681
739
|
export declare const de_DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
|
|
740
|
+
/**
|
|
741
|
+
* deserializeAws_json1_1DeleteManagedLoginBrandingCommand
|
|
742
|
+
*/
|
|
743
|
+
export declare const de_DeleteManagedLoginBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteManagedLoginBrandingCommandOutput>;
|
|
682
744
|
/**
|
|
683
745
|
* deserializeAws_json1_1DeleteResourceServerCommand
|
|
684
746
|
*/
|
|
@@ -703,10 +765,22 @@ export declare const de_DeleteUserPoolClientCommand: (output: __HttpResponse, co
|
|
|
703
765
|
* deserializeAws_json1_1DeleteUserPoolDomainCommand
|
|
704
766
|
*/
|
|
705
767
|
export declare const de_DeleteUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPoolDomainCommandOutput>;
|
|
768
|
+
/**
|
|
769
|
+
* deserializeAws_json1_1DeleteWebAuthnCredentialCommand
|
|
770
|
+
*/
|
|
771
|
+
export declare const de_DeleteWebAuthnCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebAuthnCredentialCommandOutput>;
|
|
706
772
|
/**
|
|
707
773
|
* deserializeAws_json1_1DescribeIdentityProviderCommand
|
|
708
774
|
*/
|
|
709
775
|
export declare const de_DescribeIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderCommandOutput>;
|
|
776
|
+
/**
|
|
777
|
+
* deserializeAws_json1_1DescribeManagedLoginBrandingCommand
|
|
778
|
+
*/
|
|
779
|
+
export declare const de_DescribeManagedLoginBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedLoginBrandingCommandOutput>;
|
|
780
|
+
/**
|
|
781
|
+
* deserializeAws_json1_1DescribeManagedLoginBrandingByClientCommand
|
|
782
|
+
*/
|
|
783
|
+
export declare const de_DescribeManagedLoginBrandingByClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedLoginBrandingByClientCommandOutput>;
|
|
710
784
|
/**
|
|
711
785
|
* deserializeAws_json1_1DescribeResourceServerCommand
|
|
712
786
|
*/
|
|
@@ -775,6 +849,10 @@ export declare const de_GetUserCommand: (output: __HttpResponse, context: __Serd
|
|
|
775
849
|
* deserializeAws_json1_1GetUserAttributeVerificationCodeCommand
|
|
776
850
|
*/
|
|
777
851
|
export declare const de_GetUserAttributeVerificationCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAttributeVerificationCodeCommandOutput>;
|
|
852
|
+
/**
|
|
853
|
+
* deserializeAws_json1_1GetUserAuthFactorsCommand
|
|
854
|
+
*/
|
|
855
|
+
export declare const de_GetUserAuthFactorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAuthFactorsCommandOutput>;
|
|
778
856
|
/**
|
|
779
857
|
* deserializeAws_json1_1GetUserPoolMfaConfigCommand
|
|
780
858
|
*/
|
|
@@ -827,6 +905,10 @@ export declare const de_ListUsersCommand: (output: __HttpResponse, context: __Se
|
|
|
827
905
|
* deserializeAws_json1_1ListUsersInGroupCommand
|
|
828
906
|
*/
|
|
829
907
|
export declare const de_ListUsersInGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersInGroupCommandOutput>;
|
|
908
|
+
/**
|
|
909
|
+
* deserializeAws_json1_1ListWebAuthnCredentialsCommand
|
|
910
|
+
*/
|
|
911
|
+
export declare const de_ListWebAuthnCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebAuthnCredentialsCommandOutput>;
|
|
830
912
|
/**
|
|
831
913
|
* deserializeAws_json1_1ResendConfirmationCodeCommand
|
|
832
914
|
*/
|
|
@@ -871,6 +953,10 @@ export declare const de_SignUpCommand: (output: __HttpResponse, context: __Serde
|
|
|
871
953
|
* deserializeAws_json1_1StartUserImportJobCommand
|
|
872
954
|
*/
|
|
873
955
|
export declare const de_StartUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartUserImportJobCommandOutput>;
|
|
956
|
+
/**
|
|
957
|
+
* deserializeAws_json1_1StartWebAuthnRegistrationCommand
|
|
958
|
+
*/
|
|
959
|
+
export declare const de_StartWebAuthnRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWebAuthnRegistrationCommandOutput>;
|
|
874
960
|
/**
|
|
875
961
|
* deserializeAws_json1_1StopUserImportJobCommand
|
|
876
962
|
*/
|
|
@@ -899,6 +985,10 @@ export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __
|
|
|
899
985
|
* deserializeAws_json1_1UpdateIdentityProviderCommand
|
|
900
986
|
*/
|
|
901
987
|
export declare const de_UpdateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityProviderCommandOutput>;
|
|
988
|
+
/**
|
|
989
|
+
* deserializeAws_json1_1UpdateManagedLoginBrandingCommand
|
|
990
|
+
*/
|
|
991
|
+
export declare const de_UpdateManagedLoginBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateManagedLoginBrandingCommandOutput>;
|
|
902
992
|
/**
|
|
903
993
|
* deserializeAws_json1_1UpdateResourceServerCommand
|
|
904
994
|
*/
|
|
@@ -116,6 +116,10 @@ import {
|
|
|
116
116
|
ChangePasswordCommandInput,
|
|
117
117
|
ChangePasswordCommandOutput,
|
|
118
118
|
} from "./commands/ChangePasswordCommand";
|
|
119
|
+
import {
|
|
120
|
+
CompleteWebAuthnRegistrationCommandInput,
|
|
121
|
+
CompleteWebAuthnRegistrationCommandOutput,
|
|
122
|
+
} from "./commands/CompleteWebAuthnRegistrationCommand";
|
|
119
123
|
import {
|
|
120
124
|
ConfirmDeviceCommandInput,
|
|
121
125
|
ConfirmDeviceCommandOutput,
|
|
@@ -136,6 +140,10 @@ import {
|
|
|
136
140
|
CreateIdentityProviderCommandInput,
|
|
137
141
|
CreateIdentityProviderCommandOutput,
|
|
138
142
|
} from "./commands/CreateIdentityProviderCommand";
|
|
143
|
+
import {
|
|
144
|
+
CreateManagedLoginBrandingCommandInput,
|
|
145
|
+
CreateManagedLoginBrandingCommandOutput,
|
|
146
|
+
} from "./commands/CreateManagedLoginBrandingCommand";
|
|
139
147
|
import {
|
|
140
148
|
CreateResourceServerCommandInput,
|
|
141
149
|
CreateResourceServerCommandOutput,
|
|
@@ -164,6 +172,10 @@ import {
|
|
|
164
172
|
DeleteIdentityProviderCommandInput,
|
|
165
173
|
DeleteIdentityProviderCommandOutput,
|
|
166
174
|
} from "./commands/DeleteIdentityProviderCommand";
|
|
175
|
+
import {
|
|
176
|
+
DeleteManagedLoginBrandingCommandInput,
|
|
177
|
+
DeleteManagedLoginBrandingCommandOutput,
|
|
178
|
+
} from "./commands/DeleteManagedLoginBrandingCommand";
|
|
167
179
|
import {
|
|
168
180
|
DeleteResourceServerCommandInput,
|
|
169
181
|
DeleteResourceServerCommandOutput,
|
|
@@ -188,10 +200,22 @@ import {
|
|
|
188
200
|
DeleteUserPoolDomainCommandInput,
|
|
189
201
|
DeleteUserPoolDomainCommandOutput,
|
|
190
202
|
} from "./commands/DeleteUserPoolDomainCommand";
|
|
203
|
+
import {
|
|
204
|
+
DeleteWebAuthnCredentialCommandInput,
|
|
205
|
+
DeleteWebAuthnCredentialCommandOutput,
|
|
206
|
+
} from "./commands/DeleteWebAuthnCredentialCommand";
|
|
191
207
|
import {
|
|
192
208
|
DescribeIdentityProviderCommandInput,
|
|
193
209
|
DescribeIdentityProviderCommandOutput,
|
|
194
210
|
} from "./commands/DescribeIdentityProviderCommand";
|
|
211
|
+
import {
|
|
212
|
+
DescribeManagedLoginBrandingByClientCommandInput,
|
|
213
|
+
DescribeManagedLoginBrandingByClientCommandOutput,
|
|
214
|
+
} from "./commands/DescribeManagedLoginBrandingByClientCommand";
|
|
215
|
+
import {
|
|
216
|
+
DescribeManagedLoginBrandingCommandInput,
|
|
217
|
+
DescribeManagedLoginBrandingCommandOutput,
|
|
218
|
+
} from "./commands/DescribeManagedLoginBrandingCommand";
|
|
195
219
|
import {
|
|
196
220
|
DescribeResourceServerCommandInput,
|
|
197
221
|
DescribeResourceServerCommandOutput,
|
|
@@ -256,6 +280,10 @@ import {
|
|
|
256
280
|
GetUserAttributeVerificationCodeCommandInput,
|
|
257
281
|
GetUserAttributeVerificationCodeCommandOutput,
|
|
258
282
|
} from "./commands/GetUserAttributeVerificationCodeCommand";
|
|
283
|
+
import {
|
|
284
|
+
GetUserAuthFactorsCommandInput,
|
|
285
|
+
GetUserAuthFactorsCommandOutput,
|
|
286
|
+
} from "./commands/GetUserAuthFactorsCommand";
|
|
259
287
|
import {
|
|
260
288
|
GetUserCommandInput,
|
|
261
289
|
GetUserCommandOutput,
|
|
@@ -312,6 +340,10 @@ import {
|
|
|
312
340
|
ListUsersInGroupCommandInput,
|
|
313
341
|
ListUsersInGroupCommandOutput,
|
|
314
342
|
} from "./commands/ListUsersInGroupCommand";
|
|
343
|
+
import {
|
|
344
|
+
ListWebAuthnCredentialsCommandInput,
|
|
345
|
+
ListWebAuthnCredentialsCommandOutput,
|
|
346
|
+
} from "./commands/ListWebAuthnCredentialsCommand";
|
|
315
347
|
import {
|
|
316
348
|
ResendConfirmationCodeCommandInput,
|
|
317
349
|
ResendConfirmationCodeCommandOutput,
|
|
@@ -356,6 +388,10 @@ import {
|
|
|
356
388
|
StartUserImportJobCommandInput,
|
|
357
389
|
StartUserImportJobCommandOutput,
|
|
358
390
|
} from "./commands/StartUserImportJobCommand";
|
|
391
|
+
import {
|
|
392
|
+
StartWebAuthnRegistrationCommandInput,
|
|
393
|
+
StartWebAuthnRegistrationCommandOutput,
|
|
394
|
+
} from "./commands/StartWebAuthnRegistrationCommand";
|
|
359
395
|
import {
|
|
360
396
|
StopUserImportJobCommandInput,
|
|
361
397
|
StopUserImportJobCommandOutput,
|
|
@@ -384,6 +420,10 @@ import {
|
|
|
384
420
|
UpdateIdentityProviderCommandInput,
|
|
385
421
|
UpdateIdentityProviderCommandOutput,
|
|
386
422
|
} from "./commands/UpdateIdentityProviderCommand";
|
|
423
|
+
import {
|
|
424
|
+
UpdateManagedLoginBrandingCommandInput,
|
|
425
|
+
UpdateManagedLoginBrandingCommandOutput,
|
|
426
|
+
} from "./commands/UpdateManagedLoginBrandingCommand";
|
|
387
427
|
import {
|
|
388
428
|
UpdateResourceServerCommandInput,
|
|
389
429
|
UpdateResourceServerCommandOutput,
|
|
@@ -791,6 +831,19 @@ export interface CognitoIdentityProvider {
|
|
|
791
831
|
options: __HttpHandlerOptions,
|
|
792
832
|
cb: (err: any, data?: ChangePasswordCommandOutput) => void
|
|
793
833
|
): void;
|
|
834
|
+
completeWebAuthnRegistration(
|
|
835
|
+
args: CompleteWebAuthnRegistrationCommandInput,
|
|
836
|
+
options?: __HttpHandlerOptions
|
|
837
|
+
): Promise<CompleteWebAuthnRegistrationCommandOutput>;
|
|
838
|
+
completeWebAuthnRegistration(
|
|
839
|
+
args: CompleteWebAuthnRegistrationCommandInput,
|
|
840
|
+
cb: (err: any, data?: CompleteWebAuthnRegistrationCommandOutput) => void
|
|
841
|
+
): void;
|
|
842
|
+
completeWebAuthnRegistration(
|
|
843
|
+
args: CompleteWebAuthnRegistrationCommandInput,
|
|
844
|
+
options: __HttpHandlerOptions,
|
|
845
|
+
cb: (err: any, data?: CompleteWebAuthnRegistrationCommandOutput) => void
|
|
846
|
+
): void;
|
|
794
847
|
confirmDevice(
|
|
795
848
|
args: ConfirmDeviceCommandInput,
|
|
796
849
|
options?: __HttpHandlerOptions
|
|
@@ -856,6 +909,19 @@ export interface CognitoIdentityProvider {
|
|
|
856
909
|
options: __HttpHandlerOptions,
|
|
857
910
|
cb: (err: any, data?: CreateIdentityProviderCommandOutput) => void
|
|
858
911
|
): void;
|
|
912
|
+
createManagedLoginBranding(
|
|
913
|
+
args: CreateManagedLoginBrandingCommandInput,
|
|
914
|
+
options?: __HttpHandlerOptions
|
|
915
|
+
): Promise<CreateManagedLoginBrandingCommandOutput>;
|
|
916
|
+
createManagedLoginBranding(
|
|
917
|
+
args: CreateManagedLoginBrandingCommandInput,
|
|
918
|
+
cb: (err: any, data?: CreateManagedLoginBrandingCommandOutput) => void
|
|
919
|
+
): void;
|
|
920
|
+
createManagedLoginBranding(
|
|
921
|
+
args: CreateManagedLoginBrandingCommandInput,
|
|
922
|
+
options: __HttpHandlerOptions,
|
|
923
|
+
cb: (err: any, data?: CreateManagedLoginBrandingCommandOutput) => void
|
|
924
|
+
): void;
|
|
859
925
|
createResourceServer(
|
|
860
926
|
args: CreateResourceServerCommandInput,
|
|
861
927
|
options?: __HttpHandlerOptions
|
|
@@ -947,6 +1013,19 @@ export interface CognitoIdentityProvider {
|
|
|
947
1013
|
options: __HttpHandlerOptions,
|
|
948
1014
|
cb: (err: any, data?: DeleteIdentityProviderCommandOutput) => void
|
|
949
1015
|
): void;
|
|
1016
|
+
deleteManagedLoginBranding(
|
|
1017
|
+
args: DeleteManagedLoginBrandingCommandInput,
|
|
1018
|
+
options?: __HttpHandlerOptions
|
|
1019
|
+
): Promise<DeleteManagedLoginBrandingCommandOutput>;
|
|
1020
|
+
deleteManagedLoginBranding(
|
|
1021
|
+
args: DeleteManagedLoginBrandingCommandInput,
|
|
1022
|
+
cb: (err: any, data?: DeleteManagedLoginBrandingCommandOutput) => void
|
|
1023
|
+
): void;
|
|
1024
|
+
deleteManagedLoginBranding(
|
|
1025
|
+
args: DeleteManagedLoginBrandingCommandInput,
|
|
1026
|
+
options: __HttpHandlerOptions,
|
|
1027
|
+
cb: (err: any, data?: DeleteManagedLoginBrandingCommandOutput) => void
|
|
1028
|
+
): void;
|
|
950
1029
|
deleteResourceServer(
|
|
951
1030
|
args: DeleteResourceServerCommandInput,
|
|
952
1031
|
options?: __HttpHandlerOptions
|
|
@@ -1025,6 +1104,19 @@ export interface CognitoIdentityProvider {
|
|
|
1025
1104
|
options: __HttpHandlerOptions,
|
|
1026
1105
|
cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void
|
|
1027
1106
|
): void;
|
|
1107
|
+
deleteWebAuthnCredential(
|
|
1108
|
+
args: DeleteWebAuthnCredentialCommandInput,
|
|
1109
|
+
options?: __HttpHandlerOptions
|
|
1110
|
+
): Promise<DeleteWebAuthnCredentialCommandOutput>;
|
|
1111
|
+
deleteWebAuthnCredential(
|
|
1112
|
+
args: DeleteWebAuthnCredentialCommandInput,
|
|
1113
|
+
cb: (err: any, data?: DeleteWebAuthnCredentialCommandOutput) => void
|
|
1114
|
+
): void;
|
|
1115
|
+
deleteWebAuthnCredential(
|
|
1116
|
+
args: DeleteWebAuthnCredentialCommandInput,
|
|
1117
|
+
options: __HttpHandlerOptions,
|
|
1118
|
+
cb: (err: any, data?: DeleteWebAuthnCredentialCommandOutput) => void
|
|
1119
|
+
): void;
|
|
1028
1120
|
describeIdentityProvider(
|
|
1029
1121
|
args: DescribeIdentityProviderCommandInput,
|
|
1030
1122
|
options?: __HttpHandlerOptions
|
|
@@ -1038,6 +1130,38 @@ export interface CognitoIdentityProvider {
|
|
|
1038
1130
|
options: __HttpHandlerOptions,
|
|
1039
1131
|
cb: (err: any, data?: DescribeIdentityProviderCommandOutput) => void
|
|
1040
1132
|
): void;
|
|
1133
|
+
describeManagedLoginBranding(
|
|
1134
|
+
args: DescribeManagedLoginBrandingCommandInput,
|
|
1135
|
+
options?: __HttpHandlerOptions
|
|
1136
|
+
): Promise<DescribeManagedLoginBrandingCommandOutput>;
|
|
1137
|
+
describeManagedLoginBranding(
|
|
1138
|
+
args: DescribeManagedLoginBrandingCommandInput,
|
|
1139
|
+
cb: (err: any, data?: DescribeManagedLoginBrandingCommandOutput) => void
|
|
1140
|
+
): void;
|
|
1141
|
+
describeManagedLoginBranding(
|
|
1142
|
+
args: DescribeManagedLoginBrandingCommandInput,
|
|
1143
|
+
options: __HttpHandlerOptions,
|
|
1144
|
+
cb: (err: any, data?: DescribeManagedLoginBrandingCommandOutput) => void
|
|
1145
|
+
): void;
|
|
1146
|
+
describeManagedLoginBrandingByClient(
|
|
1147
|
+
args: DescribeManagedLoginBrandingByClientCommandInput,
|
|
1148
|
+
options?: __HttpHandlerOptions
|
|
1149
|
+
): Promise<DescribeManagedLoginBrandingByClientCommandOutput>;
|
|
1150
|
+
describeManagedLoginBrandingByClient(
|
|
1151
|
+
args: DescribeManagedLoginBrandingByClientCommandInput,
|
|
1152
|
+
cb: (
|
|
1153
|
+
err: any,
|
|
1154
|
+
data?: DescribeManagedLoginBrandingByClientCommandOutput
|
|
1155
|
+
) => void
|
|
1156
|
+
): void;
|
|
1157
|
+
describeManagedLoginBrandingByClient(
|
|
1158
|
+
args: DescribeManagedLoginBrandingByClientCommandInput,
|
|
1159
|
+
options: __HttpHandlerOptions,
|
|
1160
|
+
cb: (
|
|
1161
|
+
err: any,
|
|
1162
|
+
data?: DescribeManagedLoginBrandingByClientCommandOutput
|
|
1163
|
+
) => void
|
|
1164
|
+
): void;
|
|
1041
1165
|
describeResourceServer(
|
|
1042
1166
|
args: DescribeResourceServerCommandInput,
|
|
1043
1167
|
options?: __HttpHandlerOptions
|
|
@@ -1259,6 +1383,19 @@ export interface CognitoIdentityProvider {
|
|
|
1259
1383
|
options: __HttpHandlerOptions,
|
|
1260
1384
|
cb: (err: any, data?: GetUserAttributeVerificationCodeCommandOutput) => void
|
|
1261
1385
|
): void;
|
|
1386
|
+
getUserAuthFactors(
|
|
1387
|
+
args: GetUserAuthFactorsCommandInput,
|
|
1388
|
+
options?: __HttpHandlerOptions
|
|
1389
|
+
): Promise<GetUserAuthFactorsCommandOutput>;
|
|
1390
|
+
getUserAuthFactors(
|
|
1391
|
+
args: GetUserAuthFactorsCommandInput,
|
|
1392
|
+
cb: (err: any, data?: GetUserAuthFactorsCommandOutput) => void
|
|
1393
|
+
): void;
|
|
1394
|
+
getUserAuthFactors(
|
|
1395
|
+
args: GetUserAuthFactorsCommandInput,
|
|
1396
|
+
options: __HttpHandlerOptions,
|
|
1397
|
+
cb: (err: any, data?: GetUserAuthFactorsCommandOutput) => void
|
|
1398
|
+
): void;
|
|
1262
1399
|
getUserPoolMfaConfig(
|
|
1263
1400
|
args: GetUserPoolMfaConfigCommandInput,
|
|
1264
1401
|
options?: __HttpHandlerOptions
|
|
@@ -1428,6 +1565,19 @@ export interface CognitoIdentityProvider {
|
|
|
1428
1565
|
options: __HttpHandlerOptions,
|
|
1429
1566
|
cb: (err: any, data?: ListUsersInGroupCommandOutput) => void
|
|
1430
1567
|
): void;
|
|
1568
|
+
listWebAuthnCredentials(
|
|
1569
|
+
args: ListWebAuthnCredentialsCommandInput,
|
|
1570
|
+
options?: __HttpHandlerOptions
|
|
1571
|
+
): Promise<ListWebAuthnCredentialsCommandOutput>;
|
|
1572
|
+
listWebAuthnCredentials(
|
|
1573
|
+
args: ListWebAuthnCredentialsCommandInput,
|
|
1574
|
+
cb: (err: any, data?: ListWebAuthnCredentialsCommandOutput) => void
|
|
1575
|
+
): void;
|
|
1576
|
+
listWebAuthnCredentials(
|
|
1577
|
+
args: ListWebAuthnCredentialsCommandInput,
|
|
1578
|
+
options: __HttpHandlerOptions,
|
|
1579
|
+
cb: (err: any, data?: ListWebAuthnCredentialsCommandOutput) => void
|
|
1580
|
+
): void;
|
|
1431
1581
|
resendConfirmationCode(
|
|
1432
1582
|
args: ResendConfirmationCodeCommandInput,
|
|
1433
1583
|
options?: __HttpHandlerOptions
|
|
@@ -1571,6 +1721,19 @@ export interface CognitoIdentityProvider {
|
|
|
1571
1721
|
options: __HttpHandlerOptions,
|
|
1572
1722
|
cb: (err: any, data?: StartUserImportJobCommandOutput) => void
|
|
1573
1723
|
): void;
|
|
1724
|
+
startWebAuthnRegistration(
|
|
1725
|
+
args: StartWebAuthnRegistrationCommandInput,
|
|
1726
|
+
options?: __HttpHandlerOptions
|
|
1727
|
+
): Promise<StartWebAuthnRegistrationCommandOutput>;
|
|
1728
|
+
startWebAuthnRegistration(
|
|
1729
|
+
args: StartWebAuthnRegistrationCommandInput,
|
|
1730
|
+
cb: (err: any, data?: StartWebAuthnRegistrationCommandOutput) => void
|
|
1731
|
+
): void;
|
|
1732
|
+
startWebAuthnRegistration(
|
|
1733
|
+
args: StartWebAuthnRegistrationCommandInput,
|
|
1734
|
+
options: __HttpHandlerOptions,
|
|
1735
|
+
cb: (err: any, data?: StartWebAuthnRegistrationCommandOutput) => void
|
|
1736
|
+
): void;
|
|
1574
1737
|
stopUserImportJob(
|
|
1575
1738
|
args: StopUserImportJobCommandInput,
|
|
1576
1739
|
options?: __HttpHandlerOptions
|
|
@@ -1662,6 +1825,20 @@ export interface CognitoIdentityProvider {
|
|
|
1662
1825
|
options: __HttpHandlerOptions,
|
|
1663
1826
|
cb: (err: any, data?: UpdateIdentityProviderCommandOutput) => void
|
|
1664
1827
|
): void;
|
|
1828
|
+
updateManagedLoginBranding(): Promise<UpdateManagedLoginBrandingCommandOutput>;
|
|
1829
|
+
updateManagedLoginBranding(
|
|
1830
|
+
args: UpdateManagedLoginBrandingCommandInput,
|
|
1831
|
+
options?: __HttpHandlerOptions
|
|
1832
|
+
): Promise<UpdateManagedLoginBrandingCommandOutput>;
|
|
1833
|
+
updateManagedLoginBranding(
|
|
1834
|
+
args: UpdateManagedLoginBrandingCommandInput,
|
|
1835
|
+
cb: (err: any, data?: UpdateManagedLoginBrandingCommandOutput) => void
|
|
1836
|
+
): void;
|
|
1837
|
+
updateManagedLoginBranding(
|
|
1838
|
+
args: UpdateManagedLoginBrandingCommandInput,
|
|
1839
|
+
options: __HttpHandlerOptions,
|
|
1840
|
+
cb: (err: any, data?: UpdateManagedLoginBrandingCommandOutput) => void
|
|
1841
|
+
): void;
|
|
1665
1842
|
updateResourceServer(
|
|
1666
1843
|
args: UpdateResourceServerCommandInput,
|
|
1667
1844
|
options?: __HttpHandlerOptions
|