@effect-aws/client-cognito-identity-provider 1.10.9 → 2.0.0-beta.1

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 (38) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/dts/CognitoIdentityProviderClientInstance.d.ts +4 -2
  4. package/dist/dts/CognitoIdentityProviderClientInstance.d.ts.map +1 -1
  5. package/dist/dts/CognitoIdentityProviderService.d.ts +124 -124
  6. package/dist/dts/CognitoIdentityProviderService.d.ts.map +1 -1
  7. package/dist/dts/CognitoIdentityProviderServiceConfig.d.ts +2 -1
  8. package/dist/dts/CognitoIdentityProviderServiceConfig.d.ts.map +1 -1
  9. package/dist/esm/CognitoIdentityProviderClientInstance.js +5 -3
  10. package/dist/esm/CognitoIdentityProviderClientInstance.js.map +1 -1
  11. package/dist/esm/CognitoIdentityProviderService.js +4 -2
  12. package/dist/esm/CognitoIdentityProviderService.js.map +1 -1
  13. package/dist/esm/CognitoIdentityProviderServiceConfig.js +7 -6
  14. package/dist/esm/CognitoIdentityProviderServiceConfig.js.map +1 -1
  15. package/package.json +8 -14
  16. package/src/CognitoIdentityProviderClientInstance.ts +9 -5
  17. package/src/CognitoIdentityProviderService.ts +127 -137
  18. package/src/CognitoIdentityProviderServiceConfig.ts +8 -7
  19. package/dist/cjs/CognitoIdentityProviderClientInstance.d.ts +0 -24
  20. package/dist/cjs/CognitoIdentityProviderClientInstance.d.ts.map +0 -1
  21. package/dist/cjs/CognitoIdentityProviderClientInstance.js +0 -50
  22. package/dist/cjs/CognitoIdentityProviderClientInstance.js.map +0 -1
  23. package/dist/cjs/CognitoIdentityProviderService.d.ts +0 -522
  24. package/dist/cjs/CognitoIdentityProviderService.d.ts.map +0 -1
  25. package/dist/cjs/CognitoIdentityProviderService.js +0 -178
  26. package/dist/cjs/CognitoIdentityProviderService.js.map +0 -1
  27. package/dist/cjs/CognitoIdentityProviderServiceConfig.d.ts +0 -25
  28. package/dist/cjs/CognitoIdentityProviderServiceConfig.d.ts.map +0 -1
  29. package/dist/cjs/CognitoIdentityProviderServiceConfig.js +0 -35
  30. package/dist/cjs/CognitoIdentityProviderServiceConfig.js.map +0 -1
  31. package/dist/cjs/Errors.d.ts +0 -62
  32. package/dist/cjs/Errors.d.ts.map +0 -1
  33. package/dist/cjs/Errors.js +0 -61
  34. package/dist/cjs/Errors.js.map +0 -1
  35. package/dist/cjs/index.d.ts +0 -44
  36. package/dist/cjs/index.d.ts.map +0 -1
  37. package/dist/cjs/index.js +0 -56
  38. package/dist/cjs/index.js.map +0 -1
@@ -3,8 +3,10 @@
3
3
  */
4
4
  import { type AddCustomAttributesCommandInput, type AddCustomAttributesCommandOutput, type AdminAddUserToGroupCommandInput, type AdminAddUserToGroupCommandOutput, type AdminConfirmSignUpCommandInput, type AdminConfirmSignUpCommandOutput, type AdminCreateUserCommandInput, type AdminCreateUserCommandOutput, type AdminDeleteUserAttributesCommandInput, type AdminDeleteUserAttributesCommandOutput, type AdminDeleteUserCommandInput, type AdminDeleteUserCommandOutput, type AdminDisableProviderForUserCommandInput, type AdminDisableProviderForUserCommandOutput, type AdminDisableUserCommandInput, type AdminDisableUserCommandOutput, type AdminEnableUserCommandInput, type AdminEnableUserCommandOutput, type AdminForgetDeviceCommandInput, type AdminForgetDeviceCommandOutput, type AdminGetDeviceCommandInput, type AdminGetDeviceCommandOutput, type AdminGetUserCommandInput, type AdminGetUserCommandOutput, type AdminInitiateAuthCommandInput, type AdminInitiateAuthCommandOutput, type AdminLinkProviderForUserCommandInput, type AdminLinkProviderForUserCommandOutput, type AdminListDevicesCommandInput, type AdminListDevicesCommandOutput, type AdminListGroupsForUserCommandInput, type AdminListGroupsForUserCommandOutput, type AdminListUserAuthEventsCommandInput, type AdminListUserAuthEventsCommandOutput, type AdminRemoveUserFromGroupCommandInput, type AdminRemoveUserFromGroupCommandOutput, type AdminResetUserPasswordCommandInput, type AdminResetUserPasswordCommandOutput, type AdminRespondToAuthChallengeCommandInput, type AdminRespondToAuthChallengeCommandOutput, type AdminSetUserMFAPreferenceCommandInput, type AdminSetUserMFAPreferenceCommandOutput, type AdminSetUserPasswordCommandInput, type AdminSetUserPasswordCommandOutput, type AdminSetUserSettingsCommandInput, type AdminSetUserSettingsCommandOutput, type AdminUpdateAuthEventFeedbackCommandInput, type AdminUpdateAuthEventFeedbackCommandOutput, type AdminUpdateDeviceStatusCommandInput, type AdminUpdateDeviceStatusCommandOutput, type AdminUpdateUserAttributesCommandInput, type AdminUpdateUserAttributesCommandOutput, type AdminUserGlobalSignOutCommandInput, type AdminUserGlobalSignOutCommandOutput, type AssociateSoftwareTokenCommandInput, type AssociateSoftwareTokenCommandOutput, type ChangePasswordCommandInput, type ChangePasswordCommandOutput, type CognitoIdentityProviderClient, type CognitoIdentityProviderClientConfig, type CompleteWebAuthnRegistrationCommandInput, type CompleteWebAuthnRegistrationCommandOutput, type ConfirmDeviceCommandInput, type ConfirmDeviceCommandOutput, type ConfirmForgotPasswordCommandInput, type ConfirmForgotPasswordCommandOutput, type ConfirmSignUpCommandInput, type ConfirmSignUpCommandOutput, type CreateGroupCommandInput, type CreateGroupCommandOutput, type CreateIdentityProviderCommandInput, type CreateIdentityProviderCommandOutput, type CreateManagedLoginBrandingCommandInput, type CreateManagedLoginBrandingCommandOutput, type CreateResourceServerCommandInput, type CreateResourceServerCommandOutput, type CreateTermsCommandInput, type CreateTermsCommandOutput, type CreateUserImportJobCommandInput, type CreateUserImportJobCommandOutput, type CreateUserPoolClientCommandInput, type CreateUserPoolClientCommandOutput, type CreateUserPoolCommandInput, type CreateUserPoolCommandOutput, type CreateUserPoolDomainCommandInput, type CreateUserPoolDomainCommandOutput, type DeleteGroupCommandInput, type DeleteGroupCommandOutput, type DeleteIdentityProviderCommandInput, type DeleteIdentityProviderCommandOutput, type DeleteManagedLoginBrandingCommandInput, type DeleteManagedLoginBrandingCommandOutput, type DeleteResourceServerCommandInput, type DeleteResourceServerCommandOutput, type DeleteTermsCommandInput, type DeleteTermsCommandOutput, type DeleteUserAttributesCommandInput, type DeleteUserAttributesCommandOutput, type DeleteUserCommandInput, type DeleteUserCommandOutput, type DeleteUserPoolClientCommandInput, type DeleteUserPoolClientCommandOutput, type DeleteUserPoolCommandInput, type DeleteUserPoolCommandOutput, type DeleteUserPoolDomainCommandInput, type DeleteUserPoolDomainCommandOutput, type DeleteWebAuthnCredentialCommandInput, type DeleteWebAuthnCredentialCommandOutput, type DescribeIdentityProviderCommandInput, type DescribeIdentityProviderCommandOutput, type DescribeManagedLoginBrandingByClientCommandInput, type DescribeManagedLoginBrandingByClientCommandOutput, type DescribeManagedLoginBrandingCommandInput, type DescribeManagedLoginBrandingCommandOutput, type DescribeResourceServerCommandInput, type DescribeResourceServerCommandOutput, type DescribeRiskConfigurationCommandInput, type DescribeRiskConfigurationCommandOutput, type DescribeTermsCommandInput, type DescribeTermsCommandOutput, type DescribeUserImportJobCommandInput, type DescribeUserImportJobCommandOutput, type DescribeUserPoolClientCommandInput, type DescribeUserPoolClientCommandOutput, type DescribeUserPoolCommandInput, type DescribeUserPoolCommandOutput, type DescribeUserPoolDomainCommandInput, type DescribeUserPoolDomainCommandOutput, type ForgetDeviceCommandInput, type ForgetDeviceCommandOutput, type ForgotPasswordCommandInput, type ForgotPasswordCommandOutput, type GetCSVHeaderCommandInput, type GetCSVHeaderCommandOutput, type GetDeviceCommandInput, type GetDeviceCommandOutput, type GetGroupCommandInput, type GetGroupCommandOutput, type GetIdentityProviderByIdentifierCommandInput, type GetIdentityProviderByIdentifierCommandOutput, type GetLogDeliveryConfigurationCommandInput, type GetLogDeliveryConfigurationCommandOutput, type GetSigningCertificateCommandInput, type GetSigningCertificateCommandOutput, type GetTokensFromRefreshTokenCommandInput, type GetTokensFromRefreshTokenCommandOutput, type GetUICustomizationCommandInput, type GetUICustomizationCommandOutput, type GetUserAttributeVerificationCodeCommandInput, type GetUserAttributeVerificationCodeCommandOutput, type GetUserAuthFactorsCommandInput, type GetUserAuthFactorsCommandOutput, type GetUserCommandInput, type GetUserCommandOutput, type GetUserPoolMfaConfigCommandInput, type GetUserPoolMfaConfigCommandOutput, type GlobalSignOutCommandInput, type GlobalSignOutCommandOutput, type InitiateAuthCommandInput, type InitiateAuthCommandOutput, type ListDevicesCommandInput, type ListDevicesCommandOutput, type ListGroupsCommandInput, type ListGroupsCommandOutput, type ListIdentityProvidersCommandInput, type ListIdentityProvidersCommandOutput, type ListResourceServersCommandInput, type ListResourceServersCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListTermsCommandInput, type ListTermsCommandOutput, type ListUserImportJobsCommandInput, type ListUserImportJobsCommandOutput, type ListUserPoolClientsCommandInput, type ListUserPoolClientsCommandOutput, type ListUserPoolsCommandInput, type ListUserPoolsCommandOutput, type ListUsersCommandInput, type ListUsersCommandOutput, type ListUsersInGroupCommandInput, type ListUsersInGroupCommandOutput, type ListWebAuthnCredentialsCommandInput, type ListWebAuthnCredentialsCommandOutput, type ResendConfirmationCodeCommandInput, type ResendConfirmationCodeCommandOutput, type RespondToAuthChallengeCommandInput, type RespondToAuthChallengeCommandOutput, type RevokeTokenCommandInput, type RevokeTokenCommandOutput, type SetLogDeliveryConfigurationCommandInput, type SetLogDeliveryConfigurationCommandOutput, type SetRiskConfigurationCommandInput, type SetRiskConfigurationCommandOutput, type SetUICustomizationCommandInput, type SetUICustomizationCommandOutput, type SetUserMFAPreferenceCommandInput, type SetUserMFAPreferenceCommandOutput, type SetUserPoolMfaConfigCommandInput, type SetUserPoolMfaConfigCommandOutput, type SetUserSettingsCommandInput, type SetUserSettingsCommandOutput, type SignUpCommandInput, type SignUpCommandOutput, type StartUserImportJobCommandInput, type StartUserImportJobCommandOutput, type StartWebAuthnRegistrationCommandInput, type StartWebAuthnRegistrationCommandOutput, type StopUserImportJobCommandInput, type StopUserImportJobCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAuthEventFeedbackCommandInput, type UpdateAuthEventFeedbackCommandOutput, type UpdateDeviceStatusCommandInput, type UpdateDeviceStatusCommandOutput, type UpdateGroupCommandInput, type UpdateGroupCommandOutput, type UpdateIdentityProviderCommandInput, type UpdateIdentityProviderCommandOutput, type UpdateManagedLoginBrandingCommandInput, type UpdateManagedLoginBrandingCommandOutput, type UpdateResourceServerCommandInput, type UpdateResourceServerCommandOutput, type UpdateTermsCommandInput, type UpdateTermsCommandOutput, type UpdateUserAttributesCommandInput, type UpdateUserAttributesCommandOutput, type UpdateUserPoolClientCommandInput, type UpdateUserPoolClientCommandOutput, type UpdateUserPoolCommandInput, type UpdateUserPoolCommandOutput, type UpdateUserPoolDomainCommandInput, type UpdateUserPoolDomainCommandOutput, type VerifySoftwareTokenCommandInput, type VerifySoftwareTokenCommandOutput, type VerifyUserAttributeCommandInput, type VerifyUserAttributeCommandOutput } from "@aws-sdk/client-cognito-identity-provider";
5
5
  import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
6
- import type { Cause } from "effect";
7
- import { Effect, Layer } from "effect";
6
+ import type * as Cause from "effect/Cause";
7
+ import * as Effect from "effect/Effect";
8
+ import * as Layer from "effect/Layer";
9
+ import * as ServiceMap from "effect/ServiceMap";
8
10
  import * as Instance from "./CognitoIdentityProviderClientInstance.js";
9
11
  import type { AliasExistsError, CodeDeliveryFailureError, CodeMismatchError, ConcurrentModificationError, DeviceKeyExistsError, DuplicateProviderError, EnableSoftwareTokenMFAError, ExpiredCodeError, FeatureUnavailableInTierError, ForbiddenError, GroupExistsError, InternalError, InvalidEmailRoleAccessPolicyError, InvalidLambdaResponseError, InvalidOAuthFlowError, InvalidParameterError, InvalidPasswordError, InvalidSmsRoleAccessPolicyError, InvalidSmsRoleTrustRelationshipError, InvalidUserPoolConfigurationError, LimitExceededError, ManagedLoginBrandingExistsError, MFAMethodNotFoundError, NotAuthorizedError, PasswordHistoryPolicyViolationError, PasswordResetRequiredError, PreconditionNotMetError, RefreshTokenReuseError, ResourceNotFoundError, ScopeDoesNotExistError, SdkError, SoftwareTokenMFANotFoundError, TermsExistsError, TierChangeNotAllowedError, TooManyFailedAttemptsError, TooManyRequestsError, UnauthorizedError, UnexpectedLambdaError, UnsupportedIdentityProviderError, UnsupportedOperationError, UnsupportedTokenTypeError, UnsupportedUserStateError, UserImportInProgressError, UserLambdaValidationError, UsernameExistsError, UserNotConfirmedError, UserNotFoundError, UserPoolAddOnNotEnabledError, UserPoolTaggingError, WebAuthnChallengeNotFoundError, WebAuthnClientMismatchError, WebAuthnConfigurationMissingError, WebAuthnCredentialNotSupportedError, WebAuthnNotEnabledError, WebAuthnOriginNotAllowedError, WebAuthnRelyingPartyMismatchError } from "./Errors.js";
10
12
  interface CognitoIdentityProviderService$ {
@@ -12,488 +14,486 @@ interface CognitoIdentityProviderService$ {
12
14
  /**
13
15
  * @see {@link AddCustomAttributesCommand}
14
16
  */
15
- addCustomAttributes(args: AddCustomAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddCustomAttributesCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserImportInProgressError>;
17
+ addCustomAttributes(args: AddCustomAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddCustomAttributesCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserImportInProgressError>;
16
18
  /**
17
19
  * @see {@link AdminAddUserToGroupCommand}
18
20
  */
19
- adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminAddUserToGroupCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
21
+ adminAddUserToGroup(args: AdminAddUserToGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminAddUserToGroupCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
20
22
  /**
21
23
  * @see {@link AdminConfirmSignUpCommand}
22
24
  */
23
- adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminConfirmSignUpCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidLambdaResponseError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyFailedAttemptsError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
25
+ adminConfirmSignUp(args: AdminConfirmSignUpCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminConfirmSignUpCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidLambdaResponseError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyFailedAttemptsError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
24
26
  /**
25
27
  * @see {@link AdminCreateUserCommand}
26
28
  */
27
- adminCreateUser(args: AdminCreateUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminCreateUserCommandOutput, Cause.TimeoutException | SdkError | CodeDeliveryFailureError | InternalError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | PreconditionNotMetError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UnsupportedUserStateError | UserLambdaValidationError | UsernameExistsError | UserNotFoundError>;
29
+ adminCreateUser(args: AdminCreateUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminCreateUserCommandOutput, Cause.TimeoutError | SdkError | CodeDeliveryFailureError | InternalError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | PreconditionNotMetError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UnsupportedUserStateError | UserLambdaValidationError | UsernameExistsError | UserNotFoundError>;
28
30
  /**
29
31
  * @see {@link AdminDeleteUserCommand}
30
32
  */
31
- adminDeleteUser(args: AdminDeleteUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminDeleteUserCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
33
+ adminDeleteUser(args: AdminDeleteUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminDeleteUserCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
32
34
  /**
33
35
  * @see {@link AdminDeleteUserAttributesCommand}
34
36
  */
35
- adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminDeleteUserAttributesCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
37
+ adminDeleteUserAttributes(args: AdminDeleteUserAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminDeleteUserAttributesCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
36
38
  /**
37
39
  * @see {@link AdminDisableProviderForUserCommand}
38
40
  */
39
- adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminDisableProviderForUserCommandOutput, Cause.TimeoutException | SdkError | AliasExistsError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
41
+ adminDisableProviderForUser(args: AdminDisableProviderForUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminDisableProviderForUserCommandOutput, Cause.TimeoutError | SdkError | AliasExistsError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
40
42
  /**
41
43
  * @see {@link AdminDisableUserCommand}
42
44
  */
43
- adminDisableUser(args: AdminDisableUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminDisableUserCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
45
+ adminDisableUser(args: AdminDisableUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminDisableUserCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
44
46
  /**
45
47
  * @see {@link AdminEnableUserCommand}
46
48
  */
47
- adminEnableUser(args: AdminEnableUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminEnableUserCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
49
+ adminEnableUser(args: AdminEnableUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminEnableUserCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
48
50
  /**
49
51
  * @see {@link AdminForgetDeviceCommand}
50
52
  */
51
- adminForgetDevice(args: AdminForgetDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminForgetDeviceCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
53
+ adminForgetDevice(args: AdminForgetDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminForgetDeviceCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
52
54
  /**
53
55
  * @see {@link AdminGetDeviceCommand}
54
56
  */
55
- adminGetDevice(args: AdminGetDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminGetDeviceCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
57
+ adminGetDevice(args: AdminGetDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminGetDeviceCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
56
58
  /**
57
59
  * @see {@link AdminGetUserCommand}
58
60
  */
59
- adminGetUser(args: AdminGetUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminGetUserCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
61
+ adminGetUser(args: AdminGetUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminGetUserCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
60
62
  /**
61
63
  * @see {@link AdminInitiateAuthCommand}
62
64
  */
63
- adminInitiateAuth(args: AdminInitiateAuthCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminInitiateAuthCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | InvalidUserPoolConfigurationError | MFAMethodNotFoundError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UnsupportedOperationError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
65
+ adminInitiateAuth(args: AdminInitiateAuthCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminInitiateAuthCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | InvalidUserPoolConfigurationError | MFAMethodNotFoundError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UnsupportedOperationError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
64
66
  /**
65
67
  * @see {@link AdminLinkProviderForUserCommand}
66
68
  */
67
- adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminLinkProviderForUserCommandOutput, Cause.TimeoutException | SdkError | AliasExistsError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
69
+ adminLinkProviderForUser(args: AdminLinkProviderForUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminLinkProviderForUserCommandOutput, Cause.TimeoutError | SdkError | AliasExistsError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
68
70
  /**
69
71
  * @see {@link AdminListDevicesCommand}
70
72
  */
71
- adminListDevices(args: AdminListDevicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminListDevicesCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
73
+ adminListDevices(args: AdminListDevicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminListDevicesCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
72
74
  /**
73
75
  * @see {@link AdminListGroupsForUserCommand}
74
76
  */
75
- adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminListGroupsForUserCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
77
+ adminListGroupsForUser(args: AdminListGroupsForUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminListGroupsForUserCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
76
78
  /**
77
79
  * @see {@link AdminListUserAuthEventsCommand}
78
80
  */
79
- adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminListUserAuthEventsCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError | UserPoolAddOnNotEnabledError>;
81
+ adminListUserAuthEvents(args: AdminListUserAuthEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminListUserAuthEventsCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError | UserPoolAddOnNotEnabledError>;
80
82
  /**
81
83
  * @see {@link AdminRemoveUserFromGroupCommand}
82
84
  */
83
- adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminRemoveUserFromGroupCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
85
+ adminRemoveUserFromGroup(args: AdminRemoveUserFromGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminRemoveUserFromGroupCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
84
86
  /**
85
87
  * @see {@link AdminResetUserPasswordCommand}
86
88
  */
87
- adminResetUserPassword(args: AdminResetUserPasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminResetUserPasswordCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
89
+ adminResetUserPassword(args: AdminResetUserPasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminResetUserPasswordCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
88
90
  /**
89
91
  * @see {@link AdminRespondToAuthChallengeCommand}
90
92
  */
91
- adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminRespondToAuthChallengeCommandOutput, Cause.TimeoutException | SdkError | AliasExistsError | CodeMismatchError | ExpiredCodeError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | InvalidUserPoolConfigurationError | MFAMethodNotFoundError | NotAuthorizedError | PasswordHistoryPolicyViolationError | PasswordResetRequiredError | ResourceNotFoundError | SoftwareTokenMFANotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
93
+ adminRespondToAuthChallenge(args: AdminRespondToAuthChallengeCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminRespondToAuthChallengeCommandOutput, Cause.TimeoutError | SdkError | AliasExistsError | CodeMismatchError | ExpiredCodeError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | InvalidUserPoolConfigurationError | MFAMethodNotFoundError | NotAuthorizedError | PasswordHistoryPolicyViolationError | PasswordResetRequiredError | ResourceNotFoundError | SoftwareTokenMFANotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
92
94
  /**
93
95
  * @see {@link AdminSetUserMFAPreferenceCommand}
94
96
  */
95
- adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminSetUserMFAPreferenceCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | UserNotConfirmedError | UserNotFoundError>;
97
+ adminSetUserMFAPreference(args: AdminSetUserMFAPreferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminSetUserMFAPreferenceCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | UserNotConfirmedError | UserNotFoundError>;
96
98
  /**
97
99
  * @see {@link AdminSetUserPasswordCommand}
98
100
  */
99
- adminSetUserPassword(args: AdminSetUserPasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminSetUserPasswordCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | InvalidPasswordError | NotAuthorizedError | PasswordHistoryPolicyViolationError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
101
+ adminSetUserPassword(args: AdminSetUserPasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminSetUserPasswordCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | InvalidPasswordError | NotAuthorizedError | PasswordHistoryPolicyViolationError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
100
102
  /**
101
103
  * @see {@link AdminSetUserSettingsCommand}
102
104
  */
103
- adminSetUserSettings(args: AdminSetUserSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminSetUserSettingsCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | UserNotFoundError>;
105
+ adminSetUserSettings(args: AdminSetUserSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminSetUserSettingsCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | UserNotFoundError>;
104
106
  /**
105
107
  * @see {@link AdminUpdateAuthEventFeedbackCommand}
106
108
  */
107
- adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminUpdateAuthEventFeedbackCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError | UserPoolAddOnNotEnabledError>;
109
+ adminUpdateAuthEventFeedback(args: AdminUpdateAuthEventFeedbackCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminUpdateAuthEventFeedbackCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError | UserPoolAddOnNotEnabledError>;
108
110
  /**
109
111
  * @see {@link AdminUpdateDeviceStatusCommand}
110
112
  */
111
- adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminUpdateDeviceStatusCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
113
+ adminUpdateDeviceStatus(args: AdminUpdateDeviceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminUpdateDeviceStatusCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
112
114
  /**
113
115
  * @see {@link AdminUpdateUserAttributesCommand}
114
116
  */
115
- adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminUpdateUserAttributesCommandOutput, Cause.TimeoutException | SdkError | AliasExistsError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
117
+ adminUpdateUserAttributes(args: AdminUpdateUserAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminUpdateUserAttributesCommandOutput, Cause.TimeoutError | SdkError | AliasExistsError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
116
118
  /**
117
119
  * @see {@link AdminUserGlobalSignOutCommand}
118
120
  */
119
- adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminUserGlobalSignOutCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
121
+ adminUserGlobalSignOut(args: AdminUserGlobalSignOutCommandInput, options?: HttpHandlerOptions): Effect.Effect<AdminUserGlobalSignOutCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError>;
120
122
  /**
121
123
  * @see {@link AssociateSoftwareTokenCommand}
122
124
  */
123
- associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateSoftwareTokenCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | SoftwareTokenMFANotFoundError>;
125
+ associateSoftwareToken(args: AssociateSoftwareTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateSoftwareTokenCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | SoftwareTokenMFANotFoundError>;
124
126
  /**
125
127
  * @see {@link ChangePasswordCommand}
126
128
  */
127
- changePassword(args: ChangePasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<ChangePasswordCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidPasswordError | LimitExceededError | NotAuthorizedError | PasswordHistoryPolicyViolationError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
129
+ changePassword(args: ChangePasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<ChangePasswordCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidPasswordError | LimitExceededError | NotAuthorizedError | PasswordHistoryPolicyViolationError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
128
130
  /**
129
131
  * @see {@link CompleteWebAuthnRegistrationCommand}
130
132
  */
131
- completeWebAuthnRegistration(args: CompleteWebAuthnRegistrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CompleteWebAuthnRegistrationCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | TooManyRequestsError | WebAuthnChallengeNotFoundError | WebAuthnClientMismatchError | WebAuthnCredentialNotSupportedError | WebAuthnNotEnabledError | WebAuthnOriginNotAllowedError | WebAuthnRelyingPartyMismatchError>;
133
+ completeWebAuthnRegistration(args: CompleteWebAuthnRegistrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CompleteWebAuthnRegistrationCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | TooManyRequestsError | WebAuthnChallengeNotFoundError | WebAuthnClientMismatchError | WebAuthnCredentialNotSupportedError | WebAuthnNotEnabledError | WebAuthnOriginNotAllowedError | WebAuthnRelyingPartyMismatchError>;
132
134
  /**
133
135
  * @see {@link ConfirmDeviceCommand}
134
136
  */
135
- confirmDevice(args: ConfirmDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ConfirmDeviceCommandOutput, Cause.TimeoutException | SdkError | DeviceKeyExistsError | ForbiddenError | InternalError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UsernameExistsError | UserNotConfirmedError | UserNotFoundError>;
137
+ confirmDevice(args: ConfirmDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ConfirmDeviceCommandOutput, Cause.TimeoutError | SdkError | DeviceKeyExistsError | ForbiddenError | InternalError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UsernameExistsError | UserNotConfirmedError | UserNotFoundError>;
136
138
  /**
137
139
  * @see {@link ConfirmForgotPasswordCommand}
138
140
  */
139
- confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<ConfirmForgotPasswordCommandOutput, Cause.TimeoutException | SdkError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | LimitExceededError | NotAuthorizedError | PasswordHistoryPolicyViolationError | ResourceNotFoundError | TooManyFailedAttemptsError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
141
+ confirmForgotPassword(args: ConfirmForgotPasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<ConfirmForgotPasswordCommandOutput, Cause.TimeoutError | SdkError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | LimitExceededError | NotAuthorizedError | PasswordHistoryPolicyViolationError | ResourceNotFoundError | TooManyFailedAttemptsError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
140
142
  /**
141
143
  * @see {@link ConfirmSignUpCommand}
142
144
  */
143
- confirmSignUp(args: ConfirmSignUpCommandInput, options?: HttpHandlerOptions): Effect.Effect<ConfirmSignUpCommandOutput, Cause.TimeoutException | SdkError | AliasExistsError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidLambdaResponseError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyFailedAttemptsError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
145
+ confirmSignUp(args: ConfirmSignUpCommandInput, options?: HttpHandlerOptions): Effect.Effect<ConfirmSignUpCommandOutput, Cause.TimeoutError | SdkError | AliasExistsError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidLambdaResponseError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyFailedAttemptsError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
144
146
  /**
145
147
  * @see {@link CreateGroupCommand}
146
148
  */
147
- createGroup(args: CreateGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGroupCommandOutput, Cause.TimeoutException | SdkError | GroupExistsError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
149
+ createGroup(args: CreateGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGroupCommandOutput, Cause.TimeoutError | SdkError | GroupExistsError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
148
150
  /**
149
151
  * @see {@link CreateIdentityProviderCommand}
150
152
  */
151
- createIdentityProvider(args: CreateIdentityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIdentityProviderCommandOutput, Cause.TimeoutException | SdkError | DuplicateProviderError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
153
+ createIdentityProvider(args: CreateIdentityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateIdentityProviderCommandOutput, Cause.TimeoutError | SdkError | DuplicateProviderError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
152
154
  /**
153
155
  * @see {@link CreateManagedLoginBrandingCommand}
154
156
  */
155
- createManagedLoginBranding(args: CreateManagedLoginBrandingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateManagedLoginBrandingCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | LimitExceededError | ManagedLoginBrandingExistsError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
157
+ createManagedLoginBranding(args: CreateManagedLoginBrandingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateManagedLoginBrandingCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | LimitExceededError | ManagedLoginBrandingExistsError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
156
158
  /**
157
159
  * @see {@link CreateResourceServerCommand}
158
160
  */
159
- createResourceServer(args: CreateResourceServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateResourceServerCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
161
+ createResourceServer(args: CreateResourceServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateResourceServerCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
160
162
  /**
161
163
  * @see {@link CreateTermsCommand}
162
164
  */
163
- createTerms(args: CreateTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTermsCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TermsExistsError | TooManyRequestsError>;
165
+ createTerms(args: CreateTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTermsCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TermsExistsError | TooManyRequestsError>;
164
166
  /**
165
167
  * @see {@link CreateUserImportJobCommand}
166
168
  */
167
- createUserImportJob(args: CreateUserImportJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserImportJobCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | PreconditionNotMetError | ResourceNotFoundError | TooManyRequestsError>;
169
+ createUserImportJob(args: CreateUserImportJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserImportJobCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | PreconditionNotMetError | ResourceNotFoundError | TooManyRequestsError>;
168
170
  /**
169
171
  * @see {@link CreateUserPoolCommand}
170
172
  */
171
- createUserPool(args: CreateUserPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserPoolCommandOutput, Cause.TimeoutException | SdkError | FeatureUnavailableInTierError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | TierChangeNotAllowedError | TooManyRequestsError | UserPoolTaggingError>;
173
+ createUserPool(args: CreateUserPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserPoolCommandOutput, Cause.TimeoutError | SdkError | FeatureUnavailableInTierError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | TierChangeNotAllowedError | TooManyRequestsError | UserPoolTaggingError>;
172
174
  /**
173
175
  * @see {@link CreateUserPoolClientCommand}
174
176
  */
175
- createUserPoolClient(args: CreateUserPoolClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserPoolClientCommandOutput, Cause.TimeoutException | SdkError | FeatureUnavailableInTierError | InternalError | InvalidOAuthFlowError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | ScopeDoesNotExistError | TooManyRequestsError>;
177
+ createUserPoolClient(args: CreateUserPoolClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserPoolClientCommandOutput, Cause.TimeoutError | SdkError | FeatureUnavailableInTierError | InternalError | InvalidOAuthFlowError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | ScopeDoesNotExistError | TooManyRequestsError>;
176
178
  /**
177
179
  * @see {@link CreateUserPoolDomainCommand}
178
180
  */
179
- createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserPoolDomainCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError>;
181
+ createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserPoolDomainCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError>;
180
182
  /**
181
183
  * @see {@link DeleteGroupCommand}
182
184
  */
183
- deleteGroup(args: DeleteGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGroupCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
185
+ deleteGroup(args: DeleteGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGroupCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
184
186
  /**
185
187
  * @see {@link DeleteIdentityProviderCommand}
186
188
  */
187
- deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIdentityProviderCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnsupportedIdentityProviderError>;
189
+ deleteIdentityProvider(args: DeleteIdentityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIdentityProviderCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnsupportedIdentityProviderError>;
188
190
  /**
189
191
  * @see {@link DeleteManagedLoginBrandingCommand}
190
192
  */
191
- deleteManagedLoginBranding(args: DeleteManagedLoginBrandingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteManagedLoginBrandingCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
193
+ deleteManagedLoginBranding(args: DeleteManagedLoginBrandingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteManagedLoginBrandingCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
192
194
  /**
193
195
  * @see {@link DeleteResourceServerCommand}
194
196
  */
195
- deleteResourceServer(args: DeleteResourceServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourceServerCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
197
+ deleteResourceServer(args: DeleteResourceServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourceServerCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
196
198
  /**
197
199
  * @see {@link DeleteTermsCommand}
198
200
  */
199
- deleteTerms(args: DeleteTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTermsCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
201
+ deleteTerms(args: DeleteTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTermsCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
200
202
  /**
201
203
  * @see {@link DeleteUserCommand}
202
204
  */
203
- deleteUser(args: DeleteUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
205
+ deleteUser(args: DeleteUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
204
206
  /**
205
207
  * @see {@link DeleteUserAttributesCommand}
206
208
  */
207
- deleteUserAttributes(args: DeleteUserAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserAttributesCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
209
+ deleteUserAttributes(args: DeleteUserAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserAttributesCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
208
210
  /**
209
211
  * @see {@link DeleteUserPoolCommand}
210
212
  */
211
- deleteUserPool(args: DeleteUserPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserPoolCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserImportInProgressError>;
213
+ deleteUserPool(args: DeleteUserPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserPoolCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserImportInProgressError>;
212
214
  /**
213
215
  * @see {@link DeleteUserPoolClientCommand}
214
216
  */
215
- deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserPoolClientCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
217
+ deleteUserPoolClient(args: DeleteUserPoolClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserPoolClientCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
216
218
  /**
217
219
  * @see {@link DeleteUserPoolDomainCommand}
218
220
  */
219
- deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserPoolDomainCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError>;
221
+ deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserPoolDomainCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError>;
220
222
  /**
221
223
  * @see {@link DeleteWebAuthnCredentialCommand}
222
224
  */
223
- deleteWebAuthnCredential(args: DeleteWebAuthnCredentialCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteWebAuthnCredentialCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
225
+ deleteWebAuthnCredential(args: DeleteWebAuthnCredentialCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteWebAuthnCredentialCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
224
226
  /**
225
227
  * @see {@link DescribeIdentityProviderCommand}
226
228
  */
227
- describeIdentityProvider(args: DescribeIdentityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIdentityProviderCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
229
+ describeIdentityProvider(args: DescribeIdentityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIdentityProviderCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
228
230
  /**
229
231
  * @see {@link DescribeManagedLoginBrandingCommand}
230
232
  */
231
- describeManagedLoginBranding(args: DescribeManagedLoginBrandingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeManagedLoginBrandingCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
233
+ describeManagedLoginBranding(args: DescribeManagedLoginBrandingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeManagedLoginBrandingCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
232
234
  /**
233
235
  * @see {@link DescribeManagedLoginBrandingByClientCommand}
234
236
  */
235
- describeManagedLoginBrandingByClient(args: DescribeManagedLoginBrandingByClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeManagedLoginBrandingByClientCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
237
+ describeManagedLoginBrandingByClient(args: DescribeManagedLoginBrandingByClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeManagedLoginBrandingByClientCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
236
238
  /**
237
239
  * @see {@link DescribeResourceServerCommand}
238
240
  */
239
- describeResourceServer(args: DescribeResourceServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourceServerCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
241
+ describeResourceServer(args: DescribeResourceServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourceServerCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
240
242
  /**
241
243
  * @see {@link DescribeRiskConfigurationCommand}
242
244
  */
243
- describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRiskConfigurationCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserPoolAddOnNotEnabledError>;
245
+ describeRiskConfiguration(args: DescribeRiskConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeRiskConfigurationCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserPoolAddOnNotEnabledError>;
244
246
  /**
245
247
  * @see {@link DescribeTermsCommand}
246
248
  */
247
- describeTerms(args: DescribeTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTermsCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
249
+ describeTerms(args: DescribeTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeTermsCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
248
250
  /**
249
251
  * @see {@link DescribeUserImportJobCommand}
250
252
  */
251
- describeUserImportJob(args: DescribeUserImportJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeUserImportJobCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
253
+ describeUserImportJob(args: DescribeUserImportJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeUserImportJobCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
252
254
  /**
253
255
  * @see {@link DescribeUserPoolCommand}
254
256
  */
255
- describeUserPool(args: DescribeUserPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeUserPoolCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserPoolTaggingError>;
257
+ describeUserPool(args: DescribeUserPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeUserPoolCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserPoolTaggingError>;
256
258
  /**
257
259
  * @see {@link DescribeUserPoolClientCommand}
258
260
  */
259
- describeUserPoolClient(args: DescribeUserPoolClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeUserPoolClientCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
261
+ describeUserPoolClient(args: DescribeUserPoolClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeUserPoolClientCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
260
262
  /**
261
263
  * @see {@link DescribeUserPoolDomainCommand}
262
264
  */
263
- describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeUserPoolDomainCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError>;
265
+ describeUserPoolDomain(args: DescribeUserPoolDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeUserPoolDomainCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError>;
264
266
  /**
265
267
  * @see {@link ForgetDeviceCommand}
266
268
  */
267
- forgetDevice(args: ForgetDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ForgetDeviceCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
269
+ forgetDevice(args: ForgetDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ForgetDeviceCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
268
270
  /**
269
271
  * @see {@link ForgotPasswordCommand}
270
272
  */
271
- forgotPassword(args: ForgotPasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<ForgotPasswordCommandOutput, Cause.TimeoutException | SdkError | CodeDeliveryFailureError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
273
+ forgotPassword(args: ForgotPasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<ForgotPasswordCommandOutput, Cause.TimeoutError | SdkError | CodeDeliveryFailureError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
272
274
  /**
273
275
  * @see {@link GetCSVHeaderCommand}
274
276
  */
275
- getCSVHeader(args: GetCSVHeaderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCSVHeaderCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
277
+ getCSVHeader(args: GetCSVHeaderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCSVHeaderCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
276
278
  /**
277
279
  * @see {@link GetDeviceCommand}
278
280
  */
279
- getDevice(args: GetDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeviceCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
281
+ getDevice(args: GetDeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeviceCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
280
282
  /**
281
283
  * @see {@link GetGroupCommand}
282
284
  */
283
- getGroup(args: GetGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGroupCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
285
+ getGroup(args: GetGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGroupCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
284
286
  /**
285
287
  * @see {@link GetIdentityProviderByIdentifierCommand}
286
288
  */
287
- getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityProviderByIdentifierCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
289
+ getIdentityProviderByIdentifier(args: GetIdentityProviderByIdentifierCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityProviderByIdentifierCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
288
290
  /**
289
291
  * @see {@link GetLogDeliveryConfigurationCommand}
290
292
  */
291
- getLogDeliveryConfiguration(args: GetLogDeliveryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogDeliveryConfigurationCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
293
+ getLogDeliveryConfiguration(args: GetLogDeliveryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogDeliveryConfigurationCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
292
294
  /**
293
295
  * @see {@link GetSigningCertificateCommand}
294
296
  */
295
- getSigningCertificate(args: GetSigningCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSigningCertificateCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | ResourceNotFoundError>;
297
+ getSigningCertificate(args: GetSigningCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSigningCertificateCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | ResourceNotFoundError>;
296
298
  /**
297
299
  * @see {@link GetTokensFromRefreshTokenCommand}
298
300
  */
299
- getTokensFromRefreshToken(args: GetTokensFromRefreshTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTokensFromRefreshTokenCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidLambdaResponseError | InvalidParameterError | NotAuthorizedError | RefreshTokenReuseError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
301
+ getTokensFromRefreshToken(args: GetTokensFromRefreshTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTokensFromRefreshTokenCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidLambdaResponseError | InvalidParameterError | NotAuthorizedError | RefreshTokenReuseError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
300
302
  /**
301
303
  * @see {@link GetUICustomizationCommand}
302
304
  */
303
- getUICustomization(args: GetUICustomizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUICustomizationCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
305
+ getUICustomization(args: GetUICustomizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUICustomizationCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
304
306
  /**
305
307
  * @see {@link GetUserCommand}
306
308
  */
307
- getUser(args: GetUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
309
+ getUser(args: GetUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
308
310
  /**
309
311
  * @see {@link GetUserAttributeVerificationCodeCommand}
310
312
  */
311
- getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserAttributeVerificationCodeCommandOutput, Cause.TimeoutException | SdkError | CodeDeliveryFailureError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
313
+ getUserAttributeVerificationCode(args: GetUserAttributeVerificationCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserAttributeVerificationCodeCommandOutput, Cause.TimeoutError | SdkError | CodeDeliveryFailureError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
312
314
  /**
313
315
  * @see {@link GetUserAuthFactorsCommand}
314
316
  */
315
- getUserAuthFactors(args: GetUserAuthFactorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserAuthFactorsCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
317
+ getUserAuthFactors(args: GetUserAuthFactorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserAuthFactorsCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
316
318
  /**
317
319
  * @see {@link GetUserPoolMfaConfigCommand}
318
320
  */
319
- getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserPoolMfaConfigCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
321
+ getUserPoolMfaConfig(args: GetUserPoolMfaConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserPoolMfaConfigCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
320
322
  /**
321
323
  * @see {@link GlobalSignOutCommand}
322
324
  */
323
- globalSignOut(args: GlobalSignOutCommandInput, options?: HttpHandlerOptions): Effect.Effect<GlobalSignOutCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError>;
325
+ globalSignOut(args: GlobalSignOutCommandInput, options?: HttpHandlerOptions): Effect.Effect<GlobalSignOutCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError>;
324
326
  /**
325
327
  * @see {@link InitiateAuthCommand}
326
328
  */
327
- initiateAuth(args: InitiateAuthCommandInput, options?: HttpHandlerOptions): Effect.Effect<InitiateAuthCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UnsupportedOperationError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
329
+ initiateAuth(args: InitiateAuthCommandInput, options?: HttpHandlerOptions): Effect.Effect<InitiateAuthCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UnsupportedOperationError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
328
330
  /**
329
331
  * @see {@link ListDevicesCommand}
330
332
  */
331
- listDevices(args: ListDevicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDevicesCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
333
+ listDevices(args: ListDevicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDevicesCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
332
334
  /**
333
335
  * @see {@link ListGroupsCommand}
334
336
  */
335
- listGroups(args: ListGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGroupsCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
337
+ listGroups(args: ListGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGroupsCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
336
338
  /**
337
339
  * @see {@link ListIdentityProvidersCommand}
338
340
  */
339
- listIdentityProviders(args: ListIdentityProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIdentityProvidersCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
341
+ listIdentityProviders(args: ListIdentityProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIdentityProvidersCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
340
342
  /**
341
343
  * @see {@link ListResourceServersCommand}
342
344
  */
343
- listResourceServers(args: ListResourceServersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListResourceServersCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
345
+ listResourceServers(args: ListResourceServersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListResourceServersCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
344
346
  /**
345
347
  * @see {@link ListTagsForResourceCommand}
346
348
  */
347
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
349
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
348
350
  /**
349
351
  * @see {@link ListTermsCommand}
350
352
  */
351
- listTerms(args: ListTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTermsCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
353
+ listTerms(args: ListTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTermsCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
352
354
  /**
353
355
  * @see {@link ListUserImportJobsCommand}
354
356
  */
355
- listUserImportJobs(args: ListUserImportJobsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUserImportJobsCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
357
+ listUserImportJobs(args: ListUserImportJobsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUserImportJobsCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
356
358
  /**
357
359
  * @see {@link ListUserPoolClientsCommand}
358
360
  */
359
- listUserPoolClients(args: ListUserPoolClientsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUserPoolClientsCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
361
+ listUserPoolClients(args: ListUserPoolClientsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUserPoolClientsCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
360
362
  /**
361
363
  * @see {@link ListUserPoolsCommand}
362
364
  */
363
- listUserPools(args: ListUserPoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUserPoolsCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | TooManyRequestsError>;
365
+ listUserPools(args: ListUserPoolsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUserPoolsCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | TooManyRequestsError>;
364
366
  /**
365
367
  * @see {@link ListUsersCommand}
366
368
  */
367
- listUsers(args: ListUsersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUsersCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
369
+ listUsers(args: ListUsersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUsersCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
368
370
  /**
369
371
  * @see {@link ListUsersInGroupCommand}
370
372
  */
371
- listUsersInGroup(args: ListUsersInGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUsersInGroupCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
373
+ listUsersInGroup(args: ListUsersInGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUsersInGroupCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
372
374
  /**
373
375
  * @see {@link ListWebAuthnCredentialsCommand}
374
376
  */
375
- listWebAuthnCredentials(args: ListWebAuthnCredentialsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListWebAuthnCredentialsCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | TooManyRequestsError>;
377
+ listWebAuthnCredentials(args: ListWebAuthnCredentialsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListWebAuthnCredentialsCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | TooManyRequestsError>;
376
378
  /**
377
379
  * @see {@link ResendConfirmationCodeCommand}
378
380
  */
379
- resendConfirmationCode(args: ResendConfirmationCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResendConfirmationCodeCommandOutput, Cause.TimeoutException | SdkError | CodeDeliveryFailureError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
381
+ resendConfirmationCode(args: ResendConfirmationCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResendConfirmationCodeCommandOutput, Cause.TimeoutError | SdkError | CodeDeliveryFailureError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotFoundError>;
380
382
  /**
381
383
  * @see {@link RespondToAuthChallengeCommand}
382
384
  */
383
- respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, options?: HttpHandlerOptions): Effect.Effect<RespondToAuthChallengeCommandOutput, Cause.TimeoutException | SdkError | AliasExistsError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | InvalidUserPoolConfigurationError | MFAMethodNotFoundError | NotAuthorizedError | PasswordHistoryPolicyViolationError | PasswordResetRequiredError | ResourceNotFoundError | SoftwareTokenMFANotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
385
+ respondToAuthChallenge(args: RespondToAuthChallengeCommandInput, options?: HttpHandlerOptions): Effect.Effect<RespondToAuthChallengeCommandOutput, Cause.TimeoutError | SdkError | AliasExistsError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | InvalidUserPoolConfigurationError | MFAMethodNotFoundError | NotAuthorizedError | PasswordHistoryPolicyViolationError | PasswordResetRequiredError | ResourceNotFoundError | SoftwareTokenMFANotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
384
386
  /**
385
387
  * @see {@link RevokeTokenCommand}
386
388
  */
387
- revokeToken(args: RevokeTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeTokenCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | TooManyRequestsError | UnauthorizedError | UnsupportedOperationError | UnsupportedTokenTypeError>;
389
+ revokeToken(args: RevokeTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<RevokeTokenCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | TooManyRequestsError | UnauthorizedError | UnsupportedOperationError | UnsupportedTokenTypeError>;
388
390
  /**
389
391
  * @see {@link SetLogDeliveryConfigurationCommand}
390
392
  */
391
- setLogDeliveryConfiguration(args: SetLogDeliveryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetLogDeliveryConfigurationCommandOutput, Cause.TimeoutException | SdkError | FeatureUnavailableInTierError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
393
+ setLogDeliveryConfiguration(args: SetLogDeliveryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetLogDeliveryConfigurationCommandOutput, Cause.TimeoutError | SdkError | FeatureUnavailableInTierError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
392
394
  /**
393
395
  * @see {@link SetRiskConfigurationCommand}
394
396
  */
395
- setRiskConfiguration(args: SetRiskConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetRiskConfigurationCommandOutput, Cause.TimeoutException | SdkError | CodeDeliveryFailureError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserPoolAddOnNotEnabledError>;
397
+ setRiskConfiguration(args: SetRiskConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetRiskConfigurationCommandOutput, Cause.TimeoutError | SdkError | CodeDeliveryFailureError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserPoolAddOnNotEnabledError>;
396
398
  /**
397
399
  * @see {@link SetUICustomizationCommand}
398
400
  */
399
- setUICustomization(args: SetUICustomizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetUICustomizationCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
401
+ setUICustomization(args: SetUICustomizationCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetUICustomizationCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
400
402
  /**
401
403
  * @see {@link SetUserMFAPreferenceCommand}
402
404
  */
403
- setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetUserMFAPreferenceCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | UserNotConfirmedError | UserNotFoundError>;
405
+ setUserMFAPreference(args: SetUserMFAPreferenceCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetUserMFAPreferenceCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | UserNotConfirmedError | UserNotFoundError>;
404
406
  /**
405
407
  * @see {@link SetUserPoolMfaConfigCommand}
406
408
  */
407
- setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetUserPoolMfaConfigCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
409
+ setUserPoolMfaConfig(args: SetUserPoolMfaConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetUserPoolMfaConfigCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
408
410
  /**
409
411
  * @see {@link SetUserSettingsCommand}
410
412
  */
411
- setUserSettings(args: SetUserSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetUserSettingsCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | UserNotConfirmedError | UserNotFoundError>;
413
+ setUserSettings(args: SetUserSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetUserSettingsCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | UserNotConfirmedError | UserNotFoundError>;
412
414
  /**
413
415
  * @see {@link SignUpCommand}
414
416
  */
415
- signUp(args: SignUpCommandInput, options?: HttpHandlerOptions): Effect.Effect<SignUpCommandOutput, Cause.TimeoutException | SdkError | CodeDeliveryFailureError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UsernameExistsError>;
417
+ signUp(args: SignUpCommandInput, options?: HttpHandlerOptions): Effect.Effect<SignUpCommandOutput, Cause.TimeoutError | SdkError | CodeDeliveryFailureError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidPasswordError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | LimitExceededError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UsernameExistsError>;
416
418
  /**
417
419
  * @see {@link StartUserImportJobCommand}
418
420
  */
419
- startUserImportJob(args: StartUserImportJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartUserImportJobCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | PreconditionNotMetError | ResourceNotFoundError | TooManyRequestsError>;
421
+ startUserImportJob(args: StartUserImportJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartUserImportJobCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | PreconditionNotMetError | ResourceNotFoundError | TooManyRequestsError>;
420
422
  /**
421
423
  * @see {@link StartWebAuthnRegistrationCommand}
422
424
  */
423
- startWebAuthnRegistration(args: StartWebAuthnRegistrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartWebAuthnRegistrationCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | TooManyRequestsError | WebAuthnConfigurationMissingError | WebAuthnNotEnabledError>;
425
+ startWebAuthnRegistration(args: StartWebAuthnRegistrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartWebAuthnRegistrationCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | TooManyRequestsError | WebAuthnConfigurationMissingError | WebAuthnNotEnabledError>;
424
426
  /**
425
427
  * @see {@link StopUserImportJobCommand}
426
428
  */
427
- stopUserImportJob(args: StopUserImportJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopUserImportJobCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | PreconditionNotMetError | ResourceNotFoundError | TooManyRequestsError>;
429
+ stopUserImportJob(args: StopUserImportJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopUserImportJobCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | PreconditionNotMetError | ResourceNotFoundError | TooManyRequestsError>;
428
430
  /**
429
431
  * @see {@link TagResourceCommand}
430
432
  */
431
- tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
433
+ tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
432
434
  /**
433
435
  * @see {@link UntagResourceCommand}
434
436
  */
435
- untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
437
+ untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
436
438
  /**
437
439
  * @see {@link UpdateAuthEventFeedbackCommand}
438
440
  */
439
- updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAuthEventFeedbackCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError | UserPoolAddOnNotEnabledError>;
441
+ updateAuthEventFeedback(args: UpdateAuthEventFeedbackCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAuthEventFeedbackCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UserNotFoundError | UserPoolAddOnNotEnabledError>;
440
442
  /**
441
443
  * @see {@link UpdateDeviceStatusCommand}
442
444
  */
443
- updateDeviceStatus(args: UpdateDeviceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDeviceStatusCommandOutput, Cause.TimeoutException | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
445
+ updateDeviceStatus(args: UpdateDeviceStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDeviceStatusCommandOutput, Cause.TimeoutError | SdkError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
444
446
  /**
445
447
  * @see {@link UpdateGroupCommand}
446
448
  */
447
- updateGroup(args: UpdateGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGroupCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
449
+ updateGroup(args: UpdateGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGroupCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
448
450
  /**
449
451
  * @see {@link UpdateIdentityProviderCommand}
450
452
  */
451
- updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateIdentityProviderCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnsupportedIdentityProviderError>;
453
+ updateIdentityProvider(args: UpdateIdentityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateIdentityProviderCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError | UnsupportedIdentityProviderError>;
452
454
  /**
453
455
  * @see {@link UpdateManagedLoginBrandingCommand}
454
456
  */
455
- updateManagedLoginBranding(args: UpdateManagedLoginBrandingCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateManagedLoginBrandingCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
457
+ updateManagedLoginBranding(args: UpdateManagedLoginBrandingCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateManagedLoginBrandingCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
456
458
  /**
457
459
  * @see {@link UpdateResourceServerCommand}
458
460
  */
459
- updateResourceServer(args: UpdateResourceServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateResourceServerCommandOutput, Cause.TimeoutException | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
461
+ updateResourceServer(args: UpdateResourceServerCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateResourceServerCommandOutput, Cause.TimeoutError | SdkError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
460
462
  /**
461
463
  * @see {@link UpdateTermsCommand}
462
464
  */
463
- updateTerms(args: UpdateTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateTermsCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TermsExistsError | TooManyRequestsError>;
465
+ updateTerms(args: UpdateTermsCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateTermsCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TermsExistsError | TooManyRequestsError>;
464
466
  /**
465
467
  * @see {@link UpdateUserAttributesCommand}
466
468
  */
467
- updateUserAttributes(args: UpdateUserAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserAttributesCommandOutput, Cause.TimeoutException | SdkError | AliasExistsError | CodeDeliveryFailureError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
469
+ updateUserAttributes(args: UpdateUserAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserAttributesCommandOutput, Cause.TimeoutError | SdkError | AliasExistsError | CodeDeliveryFailureError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidLambdaResponseError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UnexpectedLambdaError | UserLambdaValidationError | UserNotConfirmedError | UserNotFoundError>;
468
470
  /**
469
471
  * @see {@link UpdateUserPoolCommand}
470
472
  */
471
- updateUserPool(args: UpdateUserPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserPoolCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | ResourceNotFoundError | TierChangeNotAllowedError | TooManyRequestsError | UserImportInProgressError | UserPoolTaggingError>;
473
+ updateUserPool(args: UpdateUserPoolCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserPoolCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidEmailRoleAccessPolicyError | InvalidParameterError | InvalidSmsRoleAccessPolicyError | InvalidSmsRoleTrustRelationshipError | NotAuthorizedError | ResourceNotFoundError | TierChangeNotAllowedError | TooManyRequestsError | UserImportInProgressError | UserPoolTaggingError>;
472
474
  /**
473
475
  * @see {@link UpdateUserPoolClientCommand}
474
476
  */
475
- updateUserPoolClient(args: UpdateUserPoolClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserPoolClientCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidOAuthFlowError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | ScopeDoesNotExistError | TooManyRequestsError>;
477
+ updateUserPoolClient(args: UpdateUserPoolClientCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserPoolClientCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidOAuthFlowError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | ScopeDoesNotExistError | TooManyRequestsError>;
476
478
  /**
477
479
  * @see {@link UpdateUserPoolDomainCommand}
478
480
  */
479
- updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserPoolDomainCommandOutput, Cause.TimeoutException | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
481
+ updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserPoolDomainCommandOutput, Cause.TimeoutError | SdkError | ConcurrentModificationError | FeatureUnavailableInTierError | InternalError | InvalidParameterError | NotAuthorizedError | ResourceNotFoundError | TooManyRequestsError>;
480
482
  /**
481
483
  * @see {@link VerifySoftwareTokenCommand}
482
484
  */
483
- verifySoftwareToken(args: VerifySoftwareTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifySoftwareTokenCommandOutput, Cause.TimeoutException | SdkError | CodeMismatchError | EnableSoftwareTokenMFAError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | SoftwareTokenMFANotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
485
+ verifySoftwareToken(args: VerifySoftwareTokenCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifySoftwareTokenCommandOutput, Cause.TimeoutError | SdkError | CodeMismatchError | EnableSoftwareTokenMFAError | ForbiddenError | InternalError | InvalidParameterError | InvalidUserPoolConfigurationError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | SoftwareTokenMFANotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
484
486
  /**
485
487
  * @see {@link VerifyUserAttributeCommand}
486
488
  */
487
- verifyUserAttribute(args: VerifyUserAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyUserAttributeCommandOutput, Cause.TimeoutException | SdkError | AliasExistsError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
489
+ verifyUserAttribute(args: VerifyUserAttributeCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyUserAttributeCommandOutput, Cause.TimeoutError | SdkError | AliasExistsError | CodeMismatchError | ExpiredCodeError | ForbiddenError | InternalError | InvalidParameterError | LimitExceededError | NotAuthorizedError | PasswordResetRequiredError | ResourceNotFoundError | TooManyRequestsError | UserNotConfirmedError | UserNotFoundError>;
488
490
  }
489
491
  /**
490
492
  * @since 1.0.0
491
493
  * @category constructors
492
494
  */
493
495
  export declare const makeCognitoIdentityProviderService: Effect.Effect<CognitoIdentityProviderService$, never, Instance.CognitoIdentityProviderClientInstance>;
494
- declare const CognitoIdentityProviderService_base: import("effect/Context").TagClass<CognitoIdentityProviderService, "@effect-aws/client-cognito-identity-provider/CognitoIdentityProviderService", CognitoIdentityProviderService$> & Effect.Tag.Proxy<CognitoIdentityProviderService, CognitoIdentityProviderService$> & {
495
- use: <X>(body: (_: CognitoIdentityProviderService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, CognitoIdentityProviderService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, CognitoIdentityProviderService> : Effect.Effect<X, never, CognitoIdentityProviderService>;
496
- };
496
+ declare const CognitoIdentityProviderService_base: ServiceMap.ServiceClass<CognitoIdentityProviderService, "@effect-aws/client-cognito-identity-provider/CognitoIdentityProviderService", CognitoIdentityProviderService$>;
497
497
  /**
498
498
  * @since 1.0.0
499
499
  * @category models