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