@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.
Files changed (102) hide show
  1. package/dist-types/commands/AddCustomAttributesCommand.d.ts +23 -0
  2. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +22 -0
  3. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +41 -0
  4. package/dist-types/commands/AdminCreateUserCommand.d.ts +60 -0
  5. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +22 -0
  6. package/dist-types/commands/AdminDeleteUserCommand.d.ts +22 -0
  7. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +29 -0
  8. package/dist-types/commands/AdminDisableUserCommand.d.ts +22 -0
  9. package/dist-types/commands/AdminEnableUserCommand.d.ts +22 -0
  10. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +25 -0
  11. package/dist-types/commands/AdminGetDeviceCommand.d.ts +22 -0
  12. package/dist-types/commands/AdminGetUserCommand.d.ts +22 -0
  13. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +56 -0
  14. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +33 -0
  15. package/dist-types/commands/AdminListDevicesCommand.d.ts +22 -0
  16. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +22 -0
  17. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +25 -0
  18. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +22 -0
  19. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +51 -0
  20. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +77 -0
  21. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +24 -0
  22. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +25 -0
  23. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +18 -0
  24. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +25 -0
  25. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +25 -0
  26. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +54 -0
  27. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +22 -0
  28. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +26 -0
  29. package/dist-types/commands/ChangePasswordCommand.d.ts +38 -0
  30. package/dist-types/commands/ConfirmDeviceCommand.d.ts +44 -0
  31. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +57 -0
  32. package/dist-types/commands/ConfirmSignUpCommand.d.ts +58 -0
  33. package/dist-types/commands/CreateGroupCommand.d.ts +27 -0
  34. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +27 -0
  35. package/dist-types/commands/CreateResourceServerCommand.d.ts +23 -0
  36. package/dist-types/commands/CreateUserImportJobCommand.d.ts +26 -0
  37. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +29 -0
  38. package/dist-types/commands/CreateUserPoolCommand.d.ts +36 -0
  39. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +19 -0
  40. package/dist-types/commands/DeleteGroupCommand.d.ts +19 -0
  41. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +26 -0
  42. package/dist-types/commands/DeleteResourceServerCommand.d.ts +19 -0
  43. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +31 -0
  44. package/dist-types/commands/DeleteUserCommand.d.ts +31 -0
  45. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +23 -0
  46. package/dist-types/commands/DeleteUserPoolCommand.d.ts +23 -0
  47. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +15 -0
  48. package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +19 -0
  49. package/dist-types/commands/DescribeResourceServerCommand.d.ts +19 -0
  50. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +22 -0
  51. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +19 -0
  52. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +19 -0
  53. package/dist-types/commands/DescribeUserPoolCommand.d.ts +22 -0
  54. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +15 -0
  55. package/dist-types/commands/ForgetDeviceCommand.d.ts +34 -0
  56. package/dist-types/commands/ForgotPasswordCommand.d.ts +58 -0
  57. package/dist-types/commands/GetCSVHeaderCommand.d.ts +19 -0
  58. package/dist-types/commands/GetDeviceCommand.d.ts +34 -0
  59. package/dist-types/commands/GetGroupCommand.d.ts +19 -0
  60. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +19 -0
  61. package/dist-types/commands/GetSigningCertificateCommand.d.ts +12 -0
  62. package/dist-types/commands/GetUICustomizationCommand.d.ts +19 -0
  63. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +64 -0
  64. package/dist-types/commands/GetUserCommand.d.ts +31 -0
  65. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +19 -0
  66. package/dist-types/commands/GlobalSignOutCommand.d.ts +28 -0
  67. package/dist-types/commands/InitiateAuthCommand.d.ts +55 -0
  68. package/dist-types/commands/ListDevicesCommand.d.ts +34 -0
  69. package/dist-types/commands/ListGroupsCommand.d.ts +19 -0
  70. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +19 -0
  71. package/dist-types/commands/ListResourceServersCommand.d.ts +19 -0
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
  73. package/dist-types/commands/ListUserImportJobsCommand.d.ts +19 -0
  74. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +19 -0
  75. package/dist-types/commands/ListUserPoolsCommand.d.ts +15 -0
  76. package/dist-types/commands/ListUsersCommand.d.ts +19 -0
  77. package/dist-types/commands/ListUsersInGroupCommand.d.ts +19 -0
  78. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +58 -0
  79. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +80 -0
  80. package/dist-types/commands/RevokeTokenCommand.d.ts +26 -0
  81. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +30 -0
  82. package/dist-types/commands/SetUICustomizationCommand.d.ts +19 -0
  83. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +27 -0
  84. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +29 -0
  85. package/dist-types/commands/SetUserSettingsCommand.d.ts +27 -0
  86. package/dist-types/commands/SignUpCommand.d.ts +58 -0
  87. package/dist-types/commands/StartUserImportJobCommand.d.ts +22 -0
  88. package/dist-types/commands/StopUserImportJobCommand.d.ts +22 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  90. package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
  91. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +25 -0
  92. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +34 -0
  93. package/dist-types/commands/UpdateGroupCommand.d.ts +19 -0
  94. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +26 -0
  95. package/dist-types/commands/UpdateResourceServerCommand.d.ts +19 -0
  96. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +74 -0
  97. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +29 -0
  98. package/dist-types/commands/UpdateUserPoolCommand.d.ts +44 -0
  99. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +19 -0
  100. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +46 -0
  101. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +49 -0
  102. package/package.json +35 -40
@@ -30,6 +30,33 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
30
30
  * @see {@link CreateGroupCommandOutput} for command's `response` shape.
31
31
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
32
32
  *
33
+ * @throws {@link GroupExistsException} (client fault)
34
+ * <p>This exception is thrown when Amazon Cognito encounters a group that already exists in the user
35
+ * 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 LimitExceededException} (client fault)
45
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
46
+ * resource.</p>
47
+ *
48
+ * @throws {@link NotAuthorizedException} (client fault)
49
+ * <p>This exception is thrown when a user isn't authorized.</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 TooManyRequestsException} (client fault)
56
+ * <p>This exception is thrown when the user has made too many requests for a given
57
+ * operation.</p>
58
+ *
59
+ *
33
60
  */
34
61
  export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
35
62
  readonly input: CreateGroupCommandInput;
@@ -29,6 +29,33 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi
29
29
  * @see {@link CreateIdentityProviderCommandOutput} for command's `response` shape.
30
30
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
31
31
  *
32
+ * @throws {@link DuplicateProviderException} (client fault)
33
+ * <p>This exception is thrown when the provider is already supported by the user
34
+ * pool.</p>
35
+ *
36
+ * @throws {@link InternalErrorException} (server fault)
37
+ * <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>This exception is thrown when the Amazon Cognito service encounters an invalid
41
+ * parameter.</p>
42
+ *
43
+ * @throws {@link LimitExceededException} (client fault)
44
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
45
+ * resource.</p>
46
+ *
47
+ * @throws {@link NotAuthorizedException} (client fault)
48
+ * <p>This exception is thrown when a user isn't authorized.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
52
+ * resource.</p>
53
+ *
54
+ * @throws {@link TooManyRequestsException} (client fault)
55
+ * <p>This exception is thrown when the user has made too many requests for a given
56
+ * operation.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class CreateIdentityProviderCommand extends $Command<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
61
  readonly input: CreateIdentityProviderCommandInput;
@@ -29,6 +29,29 @@ export interface CreateResourceServerCommandOutput extends CreateResourceServerR
29
29
  * @see {@link CreateResourceServerCommandOutput} 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 LimitExceededException} (client fault)
40
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
41
+ * resource.</p>
42
+ *
43
+ * @throws {@link NotAuthorizedException} (client fault)
44
+ * <p>This exception is thrown when a user isn't authorized.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
48
+ * resource.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>This exception is thrown when the user has made too many requests for a given
52
+ * operation.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class CreateResourceServerCommand extends $Command<CreateResourceServerCommandInput, CreateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
57
  readonly input: CreateResourceServerCommandInput;
@@ -29,6 +29,32 @@ export interface CreateUserImportJobCommandOutput extends CreateUserImportJobRes
29
29
  * @see {@link CreateUserImportJobCommandOutput} 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 LimitExceededException} (client fault)
40
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
41
+ * resource.</p>
42
+ *
43
+ * @throws {@link NotAuthorizedException} (client fault)
44
+ * <p>This exception is thrown when a user isn't authorized.</p>
45
+ *
46
+ * @throws {@link PreconditionNotMetException} (client fault)
47
+ * <p>This exception is thrown when a precondition is not met.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
51
+ * resource.</p>
52
+ *
53
+ * @throws {@link TooManyRequestsException} (client fault)
54
+ * <p>This exception is thrown when the user has made too many requests for a given
55
+ * operation.</p>
56
+ *
57
+ *
32
58
  */
33
59
  export declare class CreateUserImportJobCommand extends $Command<CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
60
  readonly input: CreateUserImportJobCommandInput;
@@ -31,6 +31,35 @@ export interface CreateUserPoolClientCommandOutput extends CreateUserPoolClientR
31
31
  * @see {@link CreateUserPoolClientCommandOutput} for command's `response` shape.
32
32
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalErrorException} (server fault)
35
+ * <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
36
+ *
37
+ * @throws {@link InvalidOAuthFlowException} (client fault)
38
+ * <p>This exception is thrown when the specified OAuth flow is not valid.</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 LimitExceededException} (client fault)
45
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
46
+ * resource.</p>
47
+ *
48
+ * @throws {@link NotAuthorizedException} (client fault)
49
+ * <p>This exception is thrown when a user isn't authorized.</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 ScopeDoesNotExistException} (client fault)
56
+ * <p>This exception is thrown when the specified scope doesn't exist.</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
+ *
34
63
  */
35
64
  export declare class CreateUserPoolClientCommand extends $Command<CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
36
65
  readonly input: CreateUserPoolClientCommandInput;
@@ -48,6 +48,42 @@ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __M
48
48
  * @see {@link CreateUserPoolCommandOutput} for command's `response` shape.
49
49
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
50
50
  *
51
+ * @throws {@link InternalErrorException} (server fault)
52
+ * <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
53
+ *
54
+ * @throws {@link InvalidEmailRoleAccessPolicyException} (client fault)
55
+ * <p>This exception is thrown when Amazon Cognito isn't allowed to use your email identity. HTTP
56
+ * status code: 400.</p>
57
+ *
58
+ * @throws {@link InvalidParameterException} (client fault)
59
+ * <p>This exception is thrown when the Amazon Cognito service encounters an invalid
60
+ * parameter.</p>
61
+ *
62
+ * @throws {@link InvalidSmsRoleAccessPolicyException} (client fault)
63
+ * <p>This exception is returned when the role provided for SMS configuration doesn't have
64
+ * permission to publish using Amazon SNS.</p>
65
+ *
66
+ * @throws {@link InvalidSmsRoleTrustRelationshipException} (client fault)
67
+ * <p>This exception is thrown when the trust relationship is not valid for the role
68
+ * provided for SMS configuration. This can happen if you don't trust
69
+ * <code>cognito-idp.amazonaws.com</code> or the external ID provided in the role does
70
+ * not match what is provided in the SMS configuration for the user pool.</p>
71
+ *
72
+ * @throws {@link LimitExceededException} (client fault)
73
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
74
+ * resource.</p>
75
+ *
76
+ * @throws {@link NotAuthorizedException} (client fault)
77
+ * <p>This exception is thrown when a user isn't authorized.</p>
78
+ *
79
+ * @throws {@link TooManyRequestsException} (client fault)
80
+ * <p>This exception is thrown when the user has made too many requests for a given
81
+ * operation.</p>
82
+ *
83
+ * @throws {@link UserPoolTaggingException} (client fault)
84
+ * <p>This exception is thrown when a user pool tag can't be set or updated.</p>
85
+ *
86
+ *
51
87
  */
52
88
  export declare class CreateUserPoolCommand extends $Command<CreateUserPoolCommandInput, CreateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
53
89
  readonly input: CreateUserPoolCommandInput;
@@ -29,6 +29,25 @@ export interface CreateUserPoolDomainCommandOutput extends CreateUserPoolDomainR
29
29
  * @see {@link CreateUserPoolDomainCommandOutput} 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 LimitExceededException} (client fault)
40
+ * <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
41
+ * resource.</p>
42
+ *
43
+ * @throws {@link NotAuthorizedException} (client fault)
44
+ * <p>This exception is thrown when a user isn't authorized.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
48
+ * resource.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateUserPoolDomainCommand extends $Command<CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
53
  readonly input: CreateUserPoolDomainCommandInput;
@@ -30,6 +30,25 @@ export interface DeleteGroupCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DeleteGroupCommandOutput} 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 DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
35
54
  readonly input: DeleteGroupCommandInput;
@@ -29,6 +29,32 @@ export interface DeleteIdentityProviderCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteIdentityProviderCommandOutput} for command's `response` shape.
30
30
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>This exception is thrown if two or more modifications are happening
34
+ * concurrently.</p>
35
+ *
36
+ * @throws {@link InternalErrorException} (server fault)
37
+ * <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>This exception is thrown when the Amazon Cognito service encounters an invalid
41
+ * parameter.</p>
42
+ *
43
+ * @throws {@link NotAuthorizedException} (client fault)
44
+ * <p>This exception is thrown when a user isn't authorized.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
48
+ * resource.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>This exception is thrown when the user has made too many requests for a given
52
+ * operation.</p>
53
+ *
54
+ * @throws {@link UnsupportedIdentityProviderException} (client fault)
55
+ * <p>This exception is thrown when the specified identifier isn't supported.</p>
56
+ *
57
+ *
32
58
  */
33
59
  export declare class DeleteIdentityProviderCommand extends $Command<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
60
  readonly input: DeleteIdentityProviderCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteResourceServerCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteResourceServerCommandOutput} 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 DeleteResourceServerCommand extends $Command<DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
53
  readonly input: DeleteResourceServerCommandInput;
@@ -29,6 +29,37 @@ export interface DeleteUserAttributesCommandOutput extends DeleteUserAttributesR
29
29
  * @see {@link DeleteUserAttributesCommandOutput} for command's `response` shape.
30
30
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
31
31
  *
32
+ * @throws {@link ForbiddenException} (client fault)
33
+ * <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>
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 PasswordResetRequiredException} (client fault)
46
+ * <p>This exception is thrown when a password reset is required.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
50
+ * resource.</p>
51
+ *
52
+ * @throws {@link TooManyRequestsException} (client fault)
53
+ * <p>This exception is thrown when the user has made too many requests for a given
54
+ * operation.</p>
55
+ *
56
+ * @throws {@link UserNotConfirmedException} (client fault)
57
+ * <p>This exception is thrown when a user isn't confirmed successfully.</p>
58
+ *
59
+ * @throws {@link UserNotFoundException} (client fault)
60
+ * <p>This exception is thrown when a user isn't found.</p>
61
+ *
62
+ *
32
63
  */
33
64
  export declare class DeleteUserAttributesCommand extends $Command<DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
65
  readonly input: DeleteUserAttributesCommandInput;
@@ -29,6 +29,37 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
30
30
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
31
31
  *
32
+ * @throws {@link ForbiddenException} (client fault)
33
+ * <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>
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 PasswordResetRequiredException} (client fault)
46
+ * <p>This exception is thrown when a password reset is required.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
50
+ * resource.</p>
51
+ *
52
+ * @throws {@link TooManyRequestsException} (client fault)
53
+ * <p>This exception is thrown when the user has made too many requests for a given
54
+ * operation.</p>
55
+ *
56
+ * @throws {@link UserNotConfirmedException} (client fault)
57
+ * <p>This exception is thrown when a user isn't confirmed successfully.</p>
58
+ *
59
+ * @throws {@link UserNotFoundException} (client fault)
60
+ * <p>This exception is thrown when a user isn't found.</p>
61
+ *
62
+ *
32
63
  */
33
64
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
65
  readonly input: DeleteUserCommandInput;
@@ -29,6 +29,29 @@ export interface DeleteUserPoolClientCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteUserPoolClientCommandOutput} for command's `response` shape.
30
30
  * @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>This exception is thrown if two or more modifications are happening
34
+ * concurrently.</p>
35
+ *
36
+ * @throws {@link InternalErrorException} (server fault)
37
+ * <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
38
+ *
39
+ * @throws {@link InvalidParameterException} (client fault)
40
+ * <p>This exception is thrown when the Amazon Cognito service encounters an invalid
41
+ * parameter.</p>
42
+ *
43
+ * @throws {@link NotAuthorizedException} (client fault)
44
+ * <p>This exception is thrown when a user isn't authorized.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>This exception is thrown when the Amazon Cognito service can't find the requested
48
+ * resource.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>This exception is thrown when the user has made too many requests for a given
52
+ * operation.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class DeleteUserPoolClientCommand extends $Command<DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
57
  readonly input: DeleteUserPoolClientCommandInput;
@@ -29,6 +29,29 @@ export interface DeleteUserPoolCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteUserPoolCommandOutput} 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
+ * @throws {@link UserImportInProgressException} (client fault)
51
+ * <p>This exception is thrown when you're trying to modify a user pool while a user import
52
+ * job is in progress for that pool.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class DeleteUserPoolCommand extends $Command<DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
57
  readonly input: DeleteUserPoolCommandInput;
@@ -29,6 +29,21 @@ export interface DeleteUserPoolDomainCommandOutput extends DeleteUserPoolDomainR
29
29
  * @see {@link DeleteUserPoolDomainCommandOutput} 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
+ *
32
47
  */
33
48
  export declare class DeleteUserPoolDomainCommand extends $Command<DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
49
  readonly input: DeleteUserPoolDomainCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeIdentityProviderCommandOutput extends DescribeIdentityP
29
29
  * @see {@link DescribeIdentityProviderCommandOutput} 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 DescribeIdentityProviderCommand extends $Command<DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
53
  readonly input: DescribeIdentityProviderCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeResourceServerCommandOutput extends DescribeResourceSer
29
29
  * @see {@link DescribeResourceServerCommandOutput} 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 DescribeResourceServerCommand extends $Command<DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
53
  readonly input: DescribeResourceServerCommandInput;
@@ -29,6 +29,28 @@ export interface DescribeRiskConfigurationCommandOutput extends DescribeRiskConf
29
29
  * @see {@link DescribeRiskConfigurationCommandOutput} 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
+ * @throws {@link UserPoolAddOnNotEnabledException} (client fault)
51
+ * <p>This exception is thrown when user pool add-ons aren't enabled.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class DescribeRiskConfigurationCommand extends $Command<DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
56
  readonly input: DescribeRiskConfigurationCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeUserImportJobCommandOutput extends DescribeUserImportJo
29
29
  * @see {@link DescribeUserImportJobCommandOutput} 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 DescribeUserImportJobCommand extends $Command<DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
34
53
  readonly input: DescribeUserImportJobCommandInput;
@@ -30,6 +30,25 @@ export interface DescribeUserPoolClientCommandOutput extends DescribeUserPoolCli
30
30
  * @see {@link DescribeUserPoolClientCommandOutput} 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 DescribeUserPoolClientCommand extends $Command<DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
35
54
  readonly input: DescribeUserPoolClientCommandInput;