@aws-sdk/client-cognito-identity-provider 3.289.0 → 3.292.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/dist-types/commands/AddCustomAttributesCommand.d.ts +23 -0
- package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +22 -0
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +41 -0
- package/dist-types/commands/AdminCreateUserCommand.d.ts +60 -0
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +22 -0
- package/dist-types/commands/AdminDeleteUserCommand.d.ts +22 -0
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +29 -0
- package/dist-types/commands/AdminDisableUserCommand.d.ts +22 -0
- package/dist-types/commands/AdminEnableUserCommand.d.ts +22 -0
- package/dist-types/commands/AdminForgetDeviceCommand.d.ts +25 -0
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +22 -0
- package/dist-types/commands/AdminGetUserCommand.d.ts +22 -0
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +56 -0
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +33 -0
- package/dist-types/commands/AdminListDevicesCommand.d.ts +22 -0
- package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +22 -0
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +25 -0
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +22 -0
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +51 -0
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +77 -0
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +24 -0
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +25 -0
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +18 -0
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +25 -0
- package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +25 -0
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +54 -0
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +22 -0
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +26 -0
- package/dist-types/commands/ChangePasswordCommand.d.ts +38 -0
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +44 -0
- package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +57 -0
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +58 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +27 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +27 -0
- package/dist-types/commands/CreateResourceServerCommand.d.ts +23 -0
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +26 -0
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +29 -0
- package/dist-types/commands/CreateUserPoolCommand.d.ts +36 -0
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +19 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +19 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +26 -0
- package/dist-types/commands/DeleteResourceServerCommand.d.ts +19 -0
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +31 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +31 -0
- package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +23 -0
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +23 -0
- package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +15 -0
- package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +19 -0
- package/dist-types/commands/DescribeResourceServerCommand.d.ts +19 -0
- package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +22 -0
- package/dist-types/commands/DescribeUserImportJobCommand.d.ts +19 -0
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +19 -0
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +22 -0
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +15 -0
- package/dist-types/commands/ForgetDeviceCommand.d.ts +34 -0
- package/dist-types/commands/ForgotPasswordCommand.d.ts +58 -0
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +19 -0
- package/dist-types/commands/GetDeviceCommand.d.ts +34 -0
- package/dist-types/commands/GetGroupCommand.d.ts +19 -0
- package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +19 -0
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +12 -0
- package/dist-types/commands/GetUICustomizationCommand.d.ts +19 -0
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +64 -0
- package/dist-types/commands/GetUserCommand.d.ts +31 -0
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +19 -0
- package/dist-types/commands/GlobalSignOutCommand.d.ts +28 -0
- package/dist-types/commands/InitiateAuthCommand.d.ts +55 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +34 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +19 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +19 -0
- package/dist-types/commands/ListResourceServersCommand.d.ts +19 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +19 -0
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +19 -0
- package/dist-types/commands/ListUserPoolsCommand.d.ts +15 -0
- package/dist-types/commands/ListUsersCommand.d.ts +19 -0
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +19 -0
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +58 -0
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +80 -0
- package/dist-types/commands/RevokeTokenCommand.d.ts +26 -0
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +30 -0
- package/dist-types/commands/SetUICustomizationCommand.d.ts +19 -0
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +27 -0
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +29 -0
- package/dist-types/commands/SetUserSettingsCommand.d.ts +27 -0
- package/dist-types/commands/SignUpCommand.d.ts +58 -0
- package/dist-types/commands/StartUserImportJobCommand.d.ts +22 -0
- package/dist-types/commands/StopUserImportJobCommand.d.ts +22 -0
- package/dist-types/commands/TagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +25 -0
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +34 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +19 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +26 -0
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +19 -0
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +74 -0
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +29 -0
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +44 -0
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +19 -0
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +46 -0
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +49 -0
- package/package.json +35 -40
|
@@ -29,6 +29,25 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
|
|
|
29
29
|
* @see {@link ListIdentityProvidersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
37
|
+
* parameter.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
40
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
44
|
+
* resource.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
48
|
+
* operation.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListIdentityProvidersCommand extends $Command<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
53
|
readonly input: ListIdentityProvidersCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListResourceServersCommandOutput extends ListResourceServersRes
|
|
|
29
29
|
* @see {@link ListResourceServersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
37
|
+
* parameter.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
40
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
44
|
+
* resource.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
48
|
+
* operation.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListResourceServersCommand extends $Command<ListResourceServersCommandInput, ListResourceServersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
53
|
readonly input: ListResourceServersCommandInput;
|
|
@@ -32,6 +32,25 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
32
32
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
36
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
39
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
40
|
+
* parameter.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
47
|
+
* resource.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
50
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
51
|
+
* operation.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
35
54
|
*/
|
|
36
55
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
37
56
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListUserImportJobsCommandOutput extends ListUserImportJobsRespo
|
|
|
29
29
|
* @see {@link ListUserImportJobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
37
|
+
* parameter.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
40
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
44
|
+
* resource.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
48
|
+
* operation.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListUserImportJobsCommand extends $Command<ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
53
|
readonly input: ListUserImportJobsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListUserPoolClientsCommandOutput extends ListUserPoolClientsRes
|
|
|
29
29
|
* @see {@link ListUserPoolClientsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
37
|
+
* parameter.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
40
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
44
|
+
* resource.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
48
|
+
* operation.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListUserPoolClientsCommand extends $Command<ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
53
|
readonly input: ListUserPoolClientsCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface ListUserPoolsCommandOutput extends ListUserPoolsResponse, __Met
|
|
|
29
29
|
* @see {@link ListUserPoolsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
37
|
+
* parameter.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
40
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
44
|
+
* operation.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class ListUserPoolsCommand extends $Command<ListUserPoolsCommandInput, ListUserPoolsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
49
|
readonly input: ListUserPoolsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link ListUsersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
33
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
36
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
37
|
+
* parameter.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
40
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
44
|
+
* resource.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
48
|
+
* operation.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
53
|
readonly input: ListUsersCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface ListUsersInGroupCommandOutput extends ListUsersInGroupResponse,
|
|
|
30
30
|
* @see {@link ListUsersInGroupCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
34
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
37
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
38
|
+
* parameter.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
41
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
45
|
+
* resource.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
49
|
+
* operation.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class ListUsersInGroupCommand extends $Command<ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
35
54
|
readonly input: ListUsersInGroupCommandInput;
|
|
@@ -48,6 +48,64 @@ export interface ResendConfirmationCodeCommandOutput extends ResendConfirmationC
|
|
|
48
48
|
* @see {@link ResendConfirmationCodeCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link CodeDeliveryFailureException} (client fault)
|
|
52
|
+
* <p>This exception is thrown when a verification code fails to deliver
|
|
53
|
+
* successfully.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
56
|
+
* <p>This exception is thrown when WAF doesn't allow your request based on a web ACL that's associated with your user pool.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
59
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidEmailRoleAccessPolicyException} (client fault)
|
|
62
|
+
* <p>This exception is thrown when Amazon Cognito isn't allowed to use your email identity. HTTP
|
|
63
|
+
* status code: 400.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidLambdaResponseException} (client fault)
|
|
66
|
+
* <p>This exception is thrown when Amazon Cognito encounters an invalid Lambda response.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
69
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
70
|
+
* parameter.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidSmsRoleAccessPolicyException} (client fault)
|
|
73
|
+
* <p>This exception is returned when the role provided for SMS configuration doesn't have
|
|
74
|
+
* permission to publish using Amazon SNS.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link InvalidSmsRoleTrustRelationshipException} (client fault)
|
|
77
|
+
* <p>This exception is thrown when the trust relationship is not valid for the role
|
|
78
|
+
* provided for SMS configuration. This can happen if you don't trust
|
|
79
|
+
* <code>cognito-idp.amazonaws.com</code> or the external ID provided in the role does
|
|
80
|
+
* not match what is provided in the SMS configuration for the user pool.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
83
|
+
* <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
|
|
84
|
+
* resource.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
87
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
91
|
+
* resource.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
94
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
95
|
+
* operation.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link UnexpectedLambdaException} (client fault)
|
|
98
|
+
* <p>This exception is thrown when Amazon Cognito encounters an unexpected exception with
|
|
99
|
+
* Lambda.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link UserLambdaValidationException} (client fault)
|
|
102
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters a user validation exception
|
|
103
|
+
* with the Lambda service.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
106
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
107
|
+
*
|
|
108
|
+
*
|
|
51
109
|
*/
|
|
52
110
|
export declare class ResendConfirmationCodeCommand extends $Command<ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
53
111
|
readonly input: ResendConfirmationCodeCommandInput;
|
|
@@ -47,6 +47,86 @@ export interface RespondToAuthChallengeCommandOutput extends RespondToAuthChalle
|
|
|
47
47
|
* @see {@link RespondToAuthChallengeCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link AliasExistsException} (client fault)
|
|
51
|
+
* <p>This exception is thrown when a user tries to confirm the account with an email
|
|
52
|
+
* address or phone number that has already been supplied as an alias for a different
|
|
53
|
+
* user profile. This exception indicates that an account with this email address or phone
|
|
54
|
+
* already exists in a user pool that you've configured to use email address or phone
|
|
55
|
+
* number as a sign-in alias.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link CodeMismatchException} (client fault)
|
|
58
|
+
* <p>This exception is thrown if the provided code doesn't match what the server was
|
|
59
|
+
* expecting.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ExpiredCodeException} (client fault)
|
|
62
|
+
* <p>This exception is thrown if a code has expired.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
65
|
+
* <p>This exception is thrown when WAF doesn't allow your request based on a web ACL that's associated with your user pool.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
68
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InvalidLambdaResponseException} (client fault)
|
|
71
|
+
* <p>This exception is thrown when Amazon Cognito encounters an invalid Lambda response.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
74
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
75
|
+
* parameter.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InvalidPasswordException} (client fault)
|
|
78
|
+
* <p>This exception is thrown when Amazon Cognito encounters an invalid password.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link InvalidSmsRoleAccessPolicyException} (client fault)
|
|
81
|
+
* <p>This exception is returned when the role provided for SMS configuration doesn't have
|
|
82
|
+
* permission to publish using Amazon SNS.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InvalidSmsRoleTrustRelationshipException} (client fault)
|
|
85
|
+
* <p>This exception is thrown when the trust relationship is not valid for the role
|
|
86
|
+
* provided for SMS configuration. This can happen if you don't trust
|
|
87
|
+
* <code>cognito-idp.amazonaws.com</code> or the external ID provided in the role does
|
|
88
|
+
* not match what is provided in the SMS configuration for the user pool.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InvalidUserPoolConfigurationException} (client fault)
|
|
91
|
+
* <p>This exception is thrown when the user pool configuration is not valid.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link MFAMethodNotFoundException} (client fault)
|
|
94
|
+
* <p>This exception is thrown when Amazon Cognito can't find a multi-factor authentication
|
|
95
|
+
* (MFA) method.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
98
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link PasswordResetRequiredException} (client fault)
|
|
101
|
+
* <p>This exception is thrown when a password reset is required.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
104
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
105
|
+
* resource.</p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link SoftwareTokenMFANotFoundException} (client fault)
|
|
108
|
+
* <p>This exception is thrown when the software token time-based one-time password (TOTP)
|
|
109
|
+
* multi-factor authentication (MFA) isn't activated for the user pool.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
112
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
113
|
+
* operation.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link UnexpectedLambdaException} (client fault)
|
|
116
|
+
* <p>This exception is thrown when Amazon Cognito encounters an unexpected exception with
|
|
117
|
+
* Lambda.</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link UserLambdaValidationException} (client fault)
|
|
120
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters a user validation exception
|
|
121
|
+
* with the Lambda service.</p>
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link UserNotConfirmedException} (client fault)
|
|
124
|
+
* <p>This exception is thrown when a user isn't confirmed successfully.</p>
|
|
125
|
+
*
|
|
126
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
127
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
128
|
+
*
|
|
129
|
+
*
|
|
50
130
|
*/
|
|
51
131
|
export declare class RespondToAuthChallengeCommand extends $Command<RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
52
132
|
readonly input: RespondToAuthChallengeCommandInput;
|
|
@@ -31,6 +31,32 @@ export interface RevokeTokenCommandOutput extends RevokeTokenResponse, __Metadat
|
|
|
31
31
|
* @see {@link RevokeTokenCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
35
|
+
* <p>This exception is thrown when WAF doesn't allow your request based on a web ACL that's associated with your user pool.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
38
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
41
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
42
|
+
* parameter.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
46
|
+
* operation.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
49
|
+
* <p>Exception that is thrown when the request isn't authorized. This can happen due to an
|
|
50
|
+
* invalid access token in the request.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
53
|
+
* <p>Exception that is thrown when you attempt to perform an operation that isn't enabled
|
|
54
|
+
* for the user pool client.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link UnsupportedTokenTypeException} (client fault)
|
|
57
|
+
* <p>Exception that is thrown when an unsupported token is passed to an operation.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
34
60
|
*/
|
|
35
61
|
export declare class RevokeTokenCommand extends $Command<RevokeTokenCommandInput, RevokeTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
36
62
|
readonly input: RevokeTokenCommandInput;
|
|
@@ -33,6 +33,36 @@ export interface SetRiskConfigurationCommandOutput extends SetRiskConfigurationR
|
|
|
33
33
|
* @see {@link SetRiskConfigurationCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link CodeDeliveryFailureException} (client fault)
|
|
37
|
+
* <p>This exception is thrown when a verification code fails to deliver
|
|
38
|
+
* successfully.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
41
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidEmailRoleAccessPolicyException} (client fault)
|
|
44
|
+
* <p>This exception is thrown when Amazon Cognito isn't allowed to use your email identity. HTTP
|
|
45
|
+
* status code: 400.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
48
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
49
|
+
* parameter.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
52
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
56
|
+
* resource.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
59
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
60
|
+
* operation.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link UserPoolAddOnNotEnabledException} (client fault)
|
|
63
|
+
* <p>This exception is thrown when user pool add-ons aren't enabled.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
36
66
|
*/
|
|
37
67
|
export declare class SetRiskConfigurationCommand extends $Command<SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
38
68
|
readonly input: SetRiskConfigurationCommandInput;
|
|
@@ -41,6 +41,25 @@ export interface SetUICustomizationCommandOutput extends SetUICustomizationRespo
|
|
|
41
41
|
* @see {@link SetUICustomizationCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
45
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
48
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
49
|
+
* parameter.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
52
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
56
|
+
* resource.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
59
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
60
|
+
* operation.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
44
63
|
*/
|
|
45
64
|
export declare class SetUICustomizationCommand extends $Command<SetUICustomizationCommandInput, SetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
46
65
|
readonly input: SetUICustomizationCommandInput;
|
|
@@ -37,6 +37,33 @@ export interface SetUserMFAPreferenceCommandOutput extends SetUserMFAPreferenceR
|
|
|
37
37
|
* @see {@link SetUserMFAPreferenceCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
41
|
+
* <p>This exception is thrown when WAF doesn't allow your request based on a web ACL that's associated with your user pool.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
44
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
47
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
48
|
+
* parameter.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
51
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link PasswordResetRequiredException} (client fault)
|
|
54
|
+
* <p>This exception is thrown when a password reset is required.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
58
|
+
* resource.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UserNotConfirmedException} (client fault)
|
|
61
|
+
* <p>This exception is thrown when a user isn't confirmed successfully.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
64
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
40
67
|
*/
|
|
41
68
|
export declare class SetUserMFAPreferenceCommand extends $Command<SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
42
69
|
readonly input: SetUserMFAPreferenceCommandInput;
|
|
@@ -47,6 +47,35 @@ export interface SetUserPoolMfaConfigCommandOutput extends SetUserPoolMfaConfigR
|
|
|
47
47
|
* @see {@link SetUserPoolMfaConfigCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
51
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
54
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
55
|
+
* parameter.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidSmsRoleAccessPolicyException} (client fault)
|
|
58
|
+
* <p>This exception is returned when the role provided for SMS configuration doesn't have
|
|
59
|
+
* permission to publish using Amazon SNS.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidSmsRoleTrustRelationshipException} (client fault)
|
|
62
|
+
* <p>This exception is thrown when the trust relationship is not valid for the role
|
|
63
|
+
* provided for SMS configuration. This can happen if you don't trust
|
|
64
|
+
* <code>cognito-idp.amazonaws.com</code> or the external ID provided in the role does
|
|
65
|
+
* not match what is provided in the SMS configuration for the user pool.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
68
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
72
|
+
* resource.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
75
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
76
|
+
* operation.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
50
79
|
*/
|
|
51
80
|
export declare class SetUserPoolMfaConfigCommand extends $Command<SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
52
81
|
readonly input: SetUserPoolMfaConfigCommandInput;
|
|
@@ -32,6 +32,33 @@ export interface SetUserSettingsCommandOutput extends SetUserSettingsResponse, _
|
|
|
32
32
|
* @see {@link SetUserSettingsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* <p>This exception is thrown when WAF doesn't allow your request based on a web ACL that's associated with your user pool.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
39
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
42
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
43
|
+
* parameter.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
46
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link PasswordResetRequiredException} (client fault)
|
|
49
|
+
* <p>This exception is thrown when a password reset is required.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
53
|
+
* resource.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link UserNotConfirmedException} (client fault)
|
|
56
|
+
* <p>This exception is thrown when a user isn't confirmed successfully.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
59
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
35
62
|
*/
|
|
36
63
|
export declare class SetUserSettingsCommand extends $Command<SetUserSettingsCommandInput, SetUserSettingsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
37
64
|
readonly input: SetUserSettingsCommandInput;
|
|
@@ -48,6 +48,64 @@ export interface SignUpCommandOutput extends SignUpResponse, __MetadataBearer {
|
|
|
48
48
|
* @see {@link SignUpCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link CodeDeliveryFailureException} (client fault)
|
|
52
|
+
* <p>This exception is thrown when a verification code fails to deliver
|
|
53
|
+
* successfully.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
56
|
+
* <p>This exception is thrown when WAF doesn't allow your request based on a web ACL that's associated with your user pool.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
59
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidEmailRoleAccessPolicyException} (client fault)
|
|
62
|
+
* <p>This exception is thrown when Amazon Cognito isn't allowed to use your email identity. HTTP
|
|
63
|
+
* status code: 400.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidLambdaResponseException} (client fault)
|
|
66
|
+
* <p>This exception is thrown when Amazon Cognito encounters an invalid Lambda response.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
69
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
70
|
+
* parameter.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidPasswordException} (client fault)
|
|
73
|
+
* <p>This exception is thrown when Amazon Cognito encounters an invalid password.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidSmsRoleAccessPolicyException} (client fault)
|
|
76
|
+
* <p>This exception is returned when the role provided for SMS configuration doesn't have
|
|
77
|
+
* permission to publish using Amazon SNS.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InvalidSmsRoleTrustRelationshipException} (client fault)
|
|
80
|
+
* <p>This exception is thrown when the trust relationship is not valid for the role
|
|
81
|
+
* provided for SMS configuration. This can happen if you don't trust
|
|
82
|
+
* <code>cognito-idp.amazonaws.com</code> or the external ID provided in the role does
|
|
83
|
+
* not match what is provided in the SMS configuration for the user pool.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
86
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
89
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
90
|
+
* resource.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
93
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
94
|
+
* operation.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link UnexpectedLambdaException} (client fault)
|
|
97
|
+
* <p>This exception is thrown when Amazon Cognito encounters an unexpected exception with
|
|
98
|
+
* Lambda.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link UserLambdaValidationException} (client fault)
|
|
101
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters a user validation exception
|
|
102
|
+
* with the Lambda service.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link UsernameExistsException} (client fault)
|
|
105
|
+
* <p>This exception is thrown when Amazon Cognito encounters a user name that already
|
|
106
|
+
* exists in the user pool.</p>
|
|
107
|
+
*
|
|
108
|
+
*
|
|
51
109
|
*/
|
|
52
110
|
export declare class SignUpCommand extends $Command<SignUpCommandInput, SignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
53
111
|
readonly input: SignUpCommandInput;
|