@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,28 @@ export interface StartUserImportJobCommandOutput extends StartUserImportJobRespo
|
|
|
29
29
|
* @see {@link StartUserImportJobCommandOutput} 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 PreconditionNotMetException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when a precondition is not met.</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
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class StartUserImportJobCommand extends $Command<StartUserImportJobCommandInput, StartUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
56
|
readonly input: StartUserImportJobCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface StopUserImportJobCommandOutput extends StopUserImportJobRespons
|
|
|
29
29
|
* @see {@link StopUserImportJobCommandOutput} 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 PreconditionNotMetException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when a precondition is not met.</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
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class StopUserImportJobCommand extends $Command<StopUserImportJobCommandInput, StopUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
56
|
readonly input: StopUserImportJobCommandInput;
|
|
@@ -42,6 +42,25 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
42
42
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
46
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
49
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
50
|
+
* parameter.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
53
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
57
|
+
* resource.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
61
|
+
* operation.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
45
64
|
*/
|
|
46
65
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
47
66
|
readonly input: TagResourceCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
30
30
|
* @see {@link UntagResourceCommandOutput} 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
35
54
|
readonly input: UntagResourceCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface UpdateAuthEventFeedbackCommandOutput extends UpdateAuthEventFee
|
|
|
31
31
|
* @see {@link UpdateAuthEventFeedbackCommandOutput} 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 InvalidParameterException} (client fault)
|
|
38
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
39
|
+
* parameter.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
42
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
46
|
+
* resource.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
50
|
+
* operation.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
53
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link UserPoolAddOnNotEnabledException} (client fault)
|
|
56
|
+
* <p>This exception is thrown when user pool add-ons aren't enabled.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
34
59
|
*/
|
|
35
60
|
export declare class UpdateAuthEventFeedbackCommand extends $Command<UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
36
61
|
readonly input: UpdateAuthEventFeedbackCommandInput;
|
|
@@ -29,6 +29,40 @@ export interface UpdateDeviceStatusCommandOutput extends UpdateDeviceStatusRespo
|
|
|
29
29
|
* @see {@link UpdateDeviceStatusCommandOutput} 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 InvalidUserPoolConfigurationException} (client fault)
|
|
43
|
+
* <p>This exception is thrown when the user pool configuration is not valid.</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 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
|
+
* @throws {@link UserNotConfirmedException} (client fault)
|
|
60
|
+
* <p>This exception is thrown when a user isn't confirmed successfully.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
63
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
32
66
|
*/
|
|
33
67
|
export declare class UpdateDeviceStatusCommand extends $Command<UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
68
|
readonly input: UpdateDeviceStatusCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
30
30
|
* @see {@link UpdateGroupCommandOutput} 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 UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
35
54
|
readonly input: UpdateGroupCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
|
|
|
29
29
|
* @see {@link UpdateIdentityProviderCommandOutput} 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 UpdateIdentityProviderCommand extends $Command<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
34
60
|
readonly input: UpdateIdentityProviderCommandInput;
|
|
@@ -33,6 +33,25 @@ export interface UpdateResourceServerCommandOutput extends UpdateResourceServerR
|
|
|
33
33
|
* @see {@link UpdateResourceServerCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
35
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
|
+
*
|
|
36
55
|
*/
|
|
37
56
|
export declare class UpdateResourceServerCommand extends $Command<UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
38
57
|
readonly input: UpdateResourceServerCommandInput;
|
|
@@ -47,6 +47,80 @@ export interface UpdateUserAttributesCommandOutput extends UpdateUserAttributesR
|
|
|
47
47
|
* @see {@link UpdateUserAttributesCommandOutput} 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 CodeDeliveryFailureException} (client fault)
|
|
58
|
+
* <p>This exception is thrown when a verification code fails to deliver
|
|
59
|
+
* successfully.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link CodeMismatchException} (client fault)
|
|
62
|
+
* <p>This exception is thrown if the provided code doesn't match what the server was
|
|
63
|
+
* expecting.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ExpiredCodeException} (client fault)
|
|
66
|
+
* <p>This exception is thrown if a code has expired.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
69
|
+
* <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>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
72
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InvalidEmailRoleAccessPolicyException} (client fault)
|
|
75
|
+
* <p>This exception is thrown when Amazon Cognito isn't allowed to use your email identity. HTTP
|
|
76
|
+
* status code: 400.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidLambdaResponseException} (client fault)
|
|
79
|
+
* <p>This exception is thrown when Amazon Cognito encounters an invalid Lambda response.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
82
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
83
|
+
* parameter.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InvalidSmsRoleAccessPolicyException} (client fault)
|
|
86
|
+
* <p>This exception is returned when the role provided for SMS configuration doesn't have
|
|
87
|
+
* permission to publish using Amazon SNS.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link InvalidSmsRoleTrustRelationshipException} (client fault)
|
|
90
|
+
* <p>This exception is thrown when the trust relationship is not valid for the role
|
|
91
|
+
* provided for SMS configuration. This can happen if you don't trust
|
|
92
|
+
* <code>cognito-idp.amazonaws.com</code> or the external ID provided in the role does
|
|
93
|
+
* not match what is provided in the SMS configuration for the user pool.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
96
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link PasswordResetRequiredException} (client fault)
|
|
99
|
+
* <p>This exception is thrown when a password reset is required.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
102
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
103
|
+
* resource.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
106
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
107
|
+
* operation.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link UnexpectedLambdaException} (client fault)
|
|
110
|
+
* <p>This exception is thrown when Amazon Cognito encounters an unexpected exception with
|
|
111
|
+
* Lambda.</p>
|
|
112
|
+
*
|
|
113
|
+
* @throws {@link UserLambdaValidationException} (client fault)
|
|
114
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters a user validation exception
|
|
115
|
+
* with the Lambda service.</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link UserNotConfirmedException} (client fault)
|
|
118
|
+
* <p>This exception is thrown when a user isn't confirmed successfully.</p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
121
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
122
|
+
*
|
|
123
|
+
*
|
|
50
124
|
*/
|
|
51
125
|
export declare class UpdateUserAttributesCommand extends $Command<UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
52
126
|
readonly input: UpdateUserAttributesCommandInput;
|
|
@@ -36,6 +36,35 @@ export interface UpdateUserPoolClientCommandOutput extends UpdateUserPoolClientR
|
|
|
36
36
|
* @see {@link UpdateUserPoolClientCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
40
|
+
* <p>This exception is thrown if two or more modifications are happening
|
|
41
|
+
* concurrently.</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 InvalidOAuthFlowException} (client fault)
|
|
47
|
+
* <p>This exception is thrown when the specified OAuth flow is not valid.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
50
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
51
|
+
* parameter.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
54
|
+
* <p>This exception is thrown when a user isn't authorized.</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 ScopeDoesNotExistException} (client fault)
|
|
61
|
+
* <p>This exception is thrown when the specified scope doesn't exist.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
64
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
65
|
+
* operation.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
39
68
|
*/
|
|
40
69
|
export declare class UpdateUserPoolClientCommand extends $Command<UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
41
70
|
readonly input: UpdateUserPoolClientCommandInput;
|
|
@@ -50,6 +50,50 @@ export interface UpdateUserPoolCommandOutput extends UpdateUserPoolResponse, __M
|
|
|
50
50
|
* @see {@link UpdateUserPoolCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
54
|
+
* <p>This exception is thrown if two or more modifications are happening
|
|
55
|
+
* concurrently.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
58
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidEmailRoleAccessPolicyException} (client fault)
|
|
61
|
+
* <p>This exception is thrown when Amazon Cognito isn't allowed to use your email identity. HTTP
|
|
62
|
+
* status code: 400.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
65
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
66
|
+
* parameter.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidSmsRoleAccessPolicyException} (client fault)
|
|
69
|
+
* <p>This exception is returned when the role provided for SMS configuration doesn't have
|
|
70
|
+
* permission to publish using Amazon SNS.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidSmsRoleTrustRelationshipException} (client fault)
|
|
73
|
+
* <p>This exception is thrown when the trust relationship is not valid for the role
|
|
74
|
+
* provided for SMS configuration. This can happen if you don't trust
|
|
75
|
+
* <code>cognito-idp.amazonaws.com</code> or the external ID provided in the role does
|
|
76
|
+
* not match what is provided in the SMS configuration for the user pool.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
79
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
82
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
83
|
+
* resource.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
86
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
87
|
+
* operation.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link UserImportInProgressException} (client fault)
|
|
90
|
+
* <p>This exception is thrown when you're trying to modify a user pool while a user import
|
|
91
|
+
* job is in progress for that pool.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link UserPoolTaggingException} (client fault)
|
|
94
|
+
* <p>This exception is thrown when a user pool tag can't be set or updated.</p>
|
|
95
|
+
*
|
|
96
|
+
*
|
|
53
97
|
*/
|
|
54
98
|
export declare class UpdateUserPoolCommand extends $Command<UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
55
99
|
readonly input: UpdateUserPoolCommandInput;
|
|
@@ -47,6 +47,25 @@ export interface UpdateUserPoolDomainCommandOutput extends UpdateUserPoolDomainR
|
|
|
47
47
|
* @see {@link UpdateUserPoolDomainCommandOutput} 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 NotAuthorizedException} (client fault)
|
|
58
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
62
|
+
* resource.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
65
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
66
|
+
* operation.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
50
69
|
*/
|
|
51
70
|
export declare class UpdateUserPoolDomainCommand extends $Command<UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
52
71
|
readonly input: UpdateUserPoolDomainCommandInput;
|
|
@@ -31,6 +31,52 @@ export interface VerifySoftwareTokenCommandOutput extends VerifySoftwareTokenRes
|
|
|
31
31
|
* @see {@link VerifySoftwareTokenCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link CodeMismatchException} (client fault)
|
|
35
|
+
* <p>This exception is thrown if the provided code doesn't match what the server was
|
|
36
|
+
* expecting.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link EnableSoftwareTokenMFAException} (client fault)
|
|
39
|
+
* <p>This exception is thrown when there is a code mismatch and the service fails to
|
|
40
|
+
* configure the software token TOTP multi-factor authentication (MFA).</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
43
|
+
* <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>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
46
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
49
|
+
* <p>This exception is thrown when the Amazon Cognito service encounters an invalid
|
|
50
|
+
* parameter.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidUserPoolConfigurationException} (client fault)
|
|
53
|
+
* <p>This exception is thrown when the user pool configuration is not valid.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
56
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link PasswordResetRequiredException} (client fault)
|
|
59
|
+
* <p>This exception is thrown when a password reset is required.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
63
|
+
* resource.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link SoftwareTokenMFANotFoundException} (client fault)
|
|
66
|
+
* <p>This exception is thrown when the software token time-based one-time password (TOTP)
|
|
67
|
+
* multi-factor authentication (MFA) isn't activated for the user pool.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
70
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
71
|
+
* operation.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link UserNotConfirmedException} (client fault)
|
|
74
|
+
* <p>This exception is thrown when a user isn't confirmed successfully.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
77
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
78
|
+
*
|
|
79
|
+
*
|
|
34
80
|
*/
|
|
35
81
|
export declare class VerifySoftwareTokenCommand extends $Command<VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
36
82
|
readonly input: VerifySoftwareTokenCommandInput;
|
|
@@ -35,6 +35,55 @@ export interface VerifyUserAttributeCommandOutput extends VerifyUserAttributeRes
|
|
|
35
35
|
* @see {@link VerifyUserAttributeCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AliasExistsException} (client fault)
|
|
39
|
+
* <p>This exception is thrown when a user tries to confirm the account with an email
|
|
40
|
+
* address or phone number that has already been supplied as an alias for a different
|
|
41
|
+
* user profile. This exception indicates that an account with this email address or phone
|
|
42
|
+
* already exists in a user pool that you've configured to use email address or phone
|
|
43
|
+
* number as a sign-in alias.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CodeMismatchException} (client fault)
|
|
46
|
+
* <p>This exception is thrown if the provided code doesn't match what the server was
|
|
47
|
+
* expecting.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ExpiredCodeException} (client fault)
|
|
50
|
+
* <p>This exception is thrown if a code has expired.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
53
|
+
* <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>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InternalErrorException} (server fault)
|
|
56
|
+
* <p>This exception is thrown when Amazon Cognito encounters an internal error.</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 LimitExceededException} (client fault)
|
|
63
|
+
* <p>This exception is thrown when a user exceeds the limit for a requested Amazon Web Services
|
|
64
|
+
* resource.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link NotAuthorizedException} (client fault)
|
|
67
|
+
* <p>This exception is thrown when a user isn't authorized.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link PasswordResetRequiredException} (client fault)
|
|
70
|
+
* <p>This exception is thrown when a password reset is required.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
+
* <p>This exception is thrown when the Amazon Cognito service can't find the requested
|
|
74
|
+
* resource.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
77
|
+
* <p>This exception is thrown when the user has made too many requests for a given
|
|
78
|
+
* operation.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link UserNotConfirmedException} (client fault)
|
|
81
|
+
* <p>This exception is thrown when a user isn't confirmed successfully.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link UserNotFoundException} (client fault)
|
|
84
|
+
* <p>This exception is thrown when a user isn't found.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
38
87
|
*/
|
|
39
88
|
export declare class VerifyUserAttributeCommand extends $Command<VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
40
89
|
readonly input: VerifyUserAttributeCommandInput;
|