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