@aws-sdk/client-cognito-identity-provider 3.696.0 → 3.699.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 +1711 -7
- 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 +262 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
- package/package.json +4 -4
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListUserPoolsRequest,
|
|
10
10
|
ListUserPoolsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListUserPoolsCommandInput extends ListUserPoolsRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoIdentityProviderClient";
|
|
8
|
-
import { ListUsersRequest, ListUsersResponse } from "../models/
|
|
8
|
+
import { ListUsersRequest, ListUsersResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListUsersCommandInput extends ListUsersRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListUsersInGroupRequest,
|
|
10
10
|
ListUsersInGroupResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListUsersInGroupCommandInput extends ListUsersInGroupRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
ListWebAuthnCredentialsRequest,
|
|
10
|
+
ListWebAuthnCredentialsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListWebAuthnCredentialsCommandInput
|
|
15
|
+
extends ListWebAuthnCredentialsRequest {}
|
|
16
|
+
export interface ListWebAuthnCredentialsCommandOutput
|
|
17
|
+
extends ListWebAuthnCredentialsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListWebAuthnCredentialsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListWebAuthnCredentialsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListWebAuthnCredentialsCommandInput,
|
|
24
|
+
ListWebAuthnCredentialsCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListWebAuthnCredentialsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListWebAuthnCredentialsCommandInput,
|
|
33
|
+
ListWebAuthnCredentialsCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListWebAuthnCredentialsCommand extends ListWebAuthnCredentialsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListWebAuthnCredentialsRequest;
|
|
44
|
+
output: ListWebAuthnCredentialsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListWebAuthnCredentialsCommandInput;
|
|
48
|
+
output: ListWebAuthnCredentialsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoIdentityProviderClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
RespondToAuthChallengeRequest,
|
|
10
|
+
RespondToAuthChallengeResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface RespondToAuthChallengeCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
StartWebAuthnRegistrationRequest,
|
|
10
|
+
StartWebAuthnRegistrationResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartWebAuthnRegistrationCommandInput
|
|
15
|
+
extends StartWebAuthnRegistrationRequest {}
|
|
16
|
+
export interface StartWebAuthnRegistrationCommandOutput
|
|
17
|
+
extends StartWebAuthnRegistrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartWebAuthnRegistrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartWebAuthnRegistrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartWebAuthnRegistrationCommandInput,
|
|
24
|
+
StartWebAuthnRegistrationCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: StartWebAuthnRegistrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartWebAuthnRegistrationCommandInput,
|
|
33
|
+
StartWebAuthnRegistrationCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartWebAuthnRegistrationCommand extends StartWebAuthnRegistrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartWebAuthnRegistrationRequest;
|
|
44
|
+
output: StartWebAuthnRegistrationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartWebAuthnRegistrationCommandInput;
|
|
48
|
+
output: StartWebAuthnRegistrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateManagedLoginBrandingRequest,
|
|
10
|
+
UpdateManagedLoginBrandingResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateManagedLoginBrandingCommandInput
|
|
15
|
+
extends UpdateManagedLoginBrandingRequest {}
|
|
16
|
+
export interface UpdateManagedLoginBrandingCommandOutput
|
|
17
|
+
extends UpdateManagedLoginBrandingResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateManagedLoginBrandingCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateManagedLoginBrandingCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateManagedLoginBrandingCommandInput,
|
|
24
|
+
UpdateManagedLoginBrandingCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [UpdateManagedLoginBrandingCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateManagedLoginBrandingCommandInput,
|
|
33
|
+
UpdateManagedLoginBrandingCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateManagedLoginBrandingCommand extends UpdateManagedLoginBrandingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateManagedLoginBrandingRequest;
|
|
44
|
+
output: UpdateManagedLoginBrandingResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateManagedLoginBrandingCommandInput;
|
|
48
|
+
output: UpdateManagedLoginBrandingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -27,11 +27,13 @@ export * from "./AdminUpdateUserAttributesCommand";
|
|
|
27
27
|
export * from "./AdminUserGlobalSignOutCommand";
|
|
28
28
|
export * from "./AssociateSoftwareTokenCommand";
|
|
29
29
|
export * from "./ChangePasswordCommand";
|
|
30
|
+
export * from "./CompleteWebAuthnRegistrationCommand";
|
|
30
31
|
export * from "./ConfirmDeviceCommand";
|
|
31
32
|
export * from "./ConfirmForgotPasswordCommand";
|
|
32
33
|
export * from "./ConfirmSignUpCommand";
|
|
33
34
|
export * from "./CreateGroupCommand";
|
|
34
35
|
export * from "./CreateIdentityProviderCommand";
|
|
36
|
+
export * from "./CreateManagedLoginBrandingCommand";
|
|
35
37
|
export * from "./CreateResourceServerCommand";
|
|
36
38
|
export * from "./CreateUserImportJobCommand";
|
|
37
39
|
export * from "./CreateUserPoolClientCommand";
|
|
@@ -39,13 +41,17 @@ export * from "./CreateUserPoolCommand";
|
|
|
39
41
|
export * from "./CreateUserPoolDomainCommand";
|
|
40
42
|
export * from "./DeleteGroupCommand";
|
|
41
43
|
export * from "./DeleteIdentityProviderCommand";
|
|
44
|
+
export * from "./DeleteManagedLoginBrandingCommand";
|
|
42
45
|
export * from "./DeleteResourceServerCommand";
|
|
43
46
|
export * from "./DeleteUserAttributesCommand";
|
|
44
47
|
export * from "./DeleteUserCommand";
|
|
45
48
|
export * from "./DeleteUserPoolClientCommand";
|
|
46
49
|
export * from "./DeleteUserPoolCommand";
|
|
47
50
|
export * from "./DeleteUserPoolDomainCommand";
|
|
51
|
+
export * from "./DeleteWebAuthnCredentialCommand";
|
|
48
52
|
export * from "./DescribeIdentityProviderCommand";
|
|
53
|
+
export * from "./DescribeManagedLoginBrandingByClientCommand";
|
|
54
|
+
export * from "./DescribeManagedLoginBrandingCommand";
|
|
49
55
|
export * from "./DescribeResourceServerCommand";
|
|
50
56
|
export * from "./DescribeRiskConfigurationCommand";
|
|
51
57
|
export * from "./DescribeUserImportJobCommand";
|
|
@@ -62,6 +68,7 @@ export * from "./GetLogDeliveryConfigurationCommand";
|
|
|
62
68
|
export * from "./GetSigningCertificateCommand";
|
|
63
69
|
export * from "./GetUICustomizationCommand";
|
|
64
70
|
export * from "./GetUserAttributeVerificationCodeCommand";
|
|
71
|
+
export * from "./GetUserAuthFactorsCommand";
|
|
65
72
|
export * from "./GetUserCommand";
|
|
66
73
|
export * from "./GetUserPoolMfaConfigCommand";
|
|
67
74
|
export * from "./GlobalSignOutCommand";
|
|
@@ -76,6 +83,7 @@ export * from "./ListUserPoolClientsCommand";
|
|
|
76
83
|
export * from "./ListUserPoolsCommand";
|
|
77
84
|
export * from "./ListUsersCommand";
|
|
78
85
|
export * from "./ListUsersInGroupCommand";
|
|
86
|
+
export * from "./ListWebAuthnCredentialsCommand";
|
|
79
87
|
export * from "./ResendConfirmationCodeCommand";
|
|
80
88
|
export * from "./RespondToAuthChallengeCommand";
|
|
81
89
|
export * from "./RevokeTokenCommand";
|
|
@@ -87,6 +95,7 @@ export * from "./SetUserPoolMfaConfigCommand";
|
|
|
87
95
|
export * from "./SetUserSettingsCommand";
|
|
88
96
|
export * from "./SignUpCommand";
|
|
89
97
|
export * from "./StartUserImportJobCommand";
|
|
98
|
+
export * from "./StartWebAuthnRegistrationCommand";
|
|
90
99
|
export * from "./StopUserImportJobCommand";
|
|
91
100
|
export * from "./TagResourceCommand";
|
|
92
101
|
export * from "./UntagResourceCommand";
|
|
@@ -94,6 +103,7 @@ export * from "./UpdateAuthEventFeedbackCommand";
|
|
|
94
103
|
export * from "./UpdateDeviceStatusCommand";
|
|
95
104
|
export * from "./UpdateGroupCommand";
|
|
96
105
|
export * from "./UpdateIdentityProviderCommand";
|
|
106
|
+
export * from "./UpdateManagedLoginBrandingCommand";
|
|
97
107
|
export * from "./UpdateResourceServerCommand";
|
|
98
108
|
export * from "./UpdateUserAttributesCommand";
|
|
99
109
|
export * from "./UpdateUserPoolClientCommand";
|