@aws-sdk/client-cognito-identity-provider 3.1087.0 → 3.1089.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +410 -482
  3. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +22 -83
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AddUserPoolClientSecretCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +3 -4
  10. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +2 -2
  14. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/CreateTermsCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/CreateUserPoolReplicaCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -2
  52. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +3 -4
  53. package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +3 -4
  55. package/dist-types/ts3.4/commands/DeleteTermsCommand.d.ts +2 -2
  56. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -2
  58. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +3 -4
  59. package/dist-types/ts3.4/commands/DeleteUserPoolClientSecretCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +2 -2
  61. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/DeleteUserPoolReplicaCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/DescribeTermsCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +4 -9
  73. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +2 -2
  75. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +3 -5
  77. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
  78. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  79. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/GetLogDeliveryConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/GetProvisionedLimitCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +5 -10
  85. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  88. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +3 -5
  91. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +3 -5
  92. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +5 -10
  94. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  96. package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +7 -5
  97. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/ListUserPoolClientSecretsCommand.d.ts +4 -6
  99. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/ListUserPoolReplicasCommand.d.ts +5 -10
  101. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +4 -9
  102. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
  103. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +4 -9
  104. package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +4 -6
  105. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +5 -10
  106. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +3 -5
  108. package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -6
  109. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +5 -10
  110. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +5 -10
  111. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +5 -10
  112. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +5 -10
  113. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +4 -9
  114. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +6 -2
  115. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +5 -10
  116. package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +4 -6
  117. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +4 -6
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  120. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +4 -6
  121. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +5 -10
  122. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +3 -5
  123. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +5 -10
  124. package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +3 -5
  125. package/dist-types/ts3.4/commands/UpdateProvisionedLimitCommand.d.ts +5 -10
  126. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +5 -10
  127. package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +3 -5
  128. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +5 -10
  129. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +5 -10
  130. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +4 -9
  131. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +5 -10
  132. package/dist-types/ts3.4/commands/UpdateUserPoolReplicaCommand.d.ts +5 -10
  133. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +5 -10
  134. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  136. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  137. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  138. package/dist-types/ts3.4/models/enums.d.ts +26 -52
  139. package/dist-types/ts3.4/models/errors.d.ts +58 -222
  140. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  141. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  142. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  143. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
  144. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -33
  145. package/dist-types/ts3.4/runtimeConfig.d.ts +13 -27
  146. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -33
  147. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -12
  148. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  149. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  150. package/package.json +38 -38
@@ -3,272 +3,182 @@ import { CognitoIdentityProviderServiceException as __BaseException } from "./Co
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
7
  }
10
8
  export declare class InternalErrorException extends __BaseException {
11
9
  readonly name: "InternalErrorException";
12
10
  readonly $fault: "server";
13
- constructor(
14
- opts: __ExceptionOptionType<InternalErrorException, __BaseException>
15
- );
11
+ constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
16
12
  }
17
13
  export declare class InvalidParameterException extends __BaseException {
18
14
  readonly name: "InvalidParameterException";
19
15
  readonly $fault: "client";
20
16
  reasonCode?: string | undefined;
21
- constructor(
22
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
23
- );
17
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
24
18
  }
25
19
  export declare class NotAuthorizedException extends __BaseException {
26
20
  readonly name: "NotAuthorizedException";
27
21
  readonly $fault: "client";
28
- constructor(
29
- opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
30
- );
22
+ constructor(opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>);
31
23
  }
32
24
  export declare class OperationNotEnabledException extends __BaseException {
33
25
  readonly name: "OperationNotEnabledException";
34
26
  readonly $fault: "client";
35
- constructor(
36
- opts: __ExceptionOptionType<OperationNotEnabledException, __BaseException>
37
- );
27
+ constructor(opts: __ExceptionOptionType<OperationNotEnabledException, __BaseException>);
38
28
  }
39
29
  export declare class ResourceNotFoundException extends __BaseException {
40
30
  readonly name: "ResourceNotFoundException";
41
31
  readonly $fault: "client";
42
- constructor(
43
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
44
- );
32
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
45
33
  }
46
34
  export declare class TooManyRequestsException extends __BaseException {
47
35
  readonly name: "TooManyRequestsException";
48
36
  readonly $fault: "client";
49
- constructor(
50
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
51
- );
37
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
52
38
  }
53
39
  export declare class UserImportInProgressException extends __BaseException {
54
40
  readonly name: "UserImportInProgressException";
55
41
  readonly $fault: "client";
56
- constructor(
57
- opts: __ExceptionOptionType<UserImportInProgressException, __BaseException>
58
- );
42
+ constructor(opts: __ExceptionOptionType<UserImportInProgressException, __BaseException>);
59
43
  }
60
44
  export declare class InternalServerException extends __BaseException {
61
45
  readonly name: "InternalServerException";
62
46
  readonly $fault: "server";
63
- constructor(
64
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
65
- );
47
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
66
48
  }
67
49
  export declare class LimitExceededException extends __BaseException {
68
50
  readonly name: "LimitExceededException";
69
51
  readonly $fault: "client";
70
- constructor(
71
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
72
- );
52
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
73
53
  }
74
54
  export declare class UserNotFoundException extends __BaseException {
75
55
  readonly name: "UserNotFoundException";
76
56
  readonly $fault: "client";
77
- constructor(
78
- opts: __ExceptionOptionType<UserNotFoundException, __BaseException>
79
- );
57
+ constructor(opts: __ExceptionOptionType<UserNotFoundException, __BaseException>);
80
58
  }
81
59
  export declare class InvalidLambdaResponseException extends __BaseException {
82
60
  readonly name: "InvalidLambdaResponseException";
83
61
  readonly $fault: "client";
84
- constructor(
85
- opts: __ExceptionOptionType<InvalidLambdaResponseException, __BaseException>
86
- );
62
+ constructor(opts: __ExceptionOptionType<InvalidLambdaResponseException, __BaseException>);
87
63
  }
88
64
  export declare class TooManyFailedAttemptsException extends __BaseException {
89
65
  readonly name: "TooManyFailedAttemptsException";
90
66
  readonly $fault: "client";
91
- constructor(
92
- opts: __ExceptionOptionType<TooManyFailedAttemptsException, __BaseException>
93
- );
67
+ constructor(opts: __ExceptionOptionType<TooManyFailedAttemptsException, __BaseException>);
94
68
  }
95
69
  export declare class UnexpectedLambdaException extends __BaseException {
96
70
  readonly name: "UnexpectedLambdaException";
97
71
  readonly $fault: "client";
98
- constructor(
99
- opts: __ExceptionOptionType<UnexpectedLambdaException, __BaseException>
100
- );
72
+ constructor(opts: __ExceptionOptionType<UnexpectedLambdaException, __BaseException>);
101
73
  }
102
74
  export declare class UserLambdaValidationException extends __BaseException {
103
75
  readonly name: "UserLambdaValidationException";
104
76
  readonly $fault: "client";
105
- constructor(
106
- opts: __ExceptionOptionType<UserLambdaValidationException, __BaseException>
107
- );
77
+ constructor(opts: __ExceptionOptionType<UserLambdaValidationException, __BaseException>);
108
78
  }
109
79
  export declare class CodeDeliveryFailureException extends __BaseException {
110
80
  readonly name: "CodeDeliveryFailureException";
111
81
  readonly $fault: "client";
112
- constructor(
113
- opts: __ExceptionOptionType<CodeDeliveryFailureException, __BaseException>
114
- );
82
+ constructor(opts: __ExceptionOptionType<CodeDeliveryFailureException, __BaseException>);
115
83
  }
116
84
  export declare class InvalidPasswordException extends __BaseException {
117
85
  readonly name: "InvalidPasswordException";
118
86
  readonly $fault: "client";
119
- constructor(
120
- opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
121
- );
87
+ constructor(opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>);
122
88
  }
123
89
  export declare class InvalidSmsRoleAccessPolicyException extends __BaseException {
124
90
  readonly name: "InvalidSmsRoleAccessPolicyException";
125
91
  readonly $fault: "client";
126
- constructor(
127
- opts: __ExceptionOptionType<
128
- InvalidSmsRoleAccessPolicyException,
129
- __BaseException
130
- >
131
- );
92
+ constructor(opts: __ExceptionOptionType<InvalidSmsRoleAccessPolicyException, __BaseException>);
132
93
  }
133
94
  export declare class InvalidSmsRoleTrustRelationshipException extends __BaseException {
134
95
  readonly name: "InvalidSmsRoleTrustRelationshipException";
135
96
  readonly $fault: "client";
136
97
  constructor(
137
- opts: __ExceptionOptionType<
138
- InvalidSmsRoleTrustRelationshipException,
139
- __BaseException
140
- >
98
+ opts: __ExceptionOptionType<InvalidSmsRoleTrustRelationshipException, __BaseException>,
141
99
  );
142
100
  }
143
101
  export declare class PreconditionNotMetException extends __BaseException {
144
102
  readonly name: "PreconditionNotMetException";
145
103
  readonly $fault: "client";
146
- constructor(
147
- opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
148
- );
104
+ constructor(opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>);
149
105
  }
150
106
  export declare class UnsupportedUserStateException extends __BaseException {
151
107
  readonly name: "UnsupportedUserStateException";
152
108
  readonly $fault: "client";
153
- constructor(
154
- opts: __ExceptionOptionType<UnsupportedUserStateException, __BaseException>
155
- );
109
+ constructor(opts: __ExceptionOptionType<UnsupportedUserStateException, __BaseException>);
156
110
  }
157
111
  export declare class UsernameExistsException extends __BaseException {
158
112
  readonly name: "UsernameExistsException";
159
113
  readonly $fault: "client";
160
- constructor(
161
- opts: __ExceptionOptionType<UsernameExistsException, __BaseException>
162
- );
114
+ constructor(opts: __ExceptionOptionType<UsernameExistsException, __BaseException>);
163
115
  }
164
116
  export declare class AliasExistsException extends __BaseException {
165
117
  readonly name: "AliasExistsException";
166
118
  readonly $fault: "client";
167
- constructor(
168
- opts: __ExceptionOptionType<AliasExistsException, __BaseException>
169
- );
119
+ constructor(opts: __ExceptionOptionType<AliasExistsException, __BaseException>);
170
120
  }
171
121
  export declare class InvalidUserPoolConfigurationException extends __BaseException {
172
122
  readonly name: "InvalidUserPoolConfigurationException";
173
123
  readonly $fault: "client";
174
- constructor(
175
- opts: __ExceptionOptionType<
176
- InvalidUserPoolConfigurationException,
177
- __BaseException
178
- >
179
- );
124
+ constructor(opts: __ExceptionOptionType<InvalidUserPoolConfigurationException, __BaseException>);
180
125
  }
181
126
  export declare class InvalidEmailRoleAccessPolicyException extends __BaseException {
182
127
  readonly name: "InvalidEmailRoleAccessPolicyException";
183
128
  readonly $fault: "client";
184
- constructor(
185
- opts: __ExceptionOptionType<
186
- InvalidEmailRoleAccessPolicyException,
187
- __BaseException
188
- >
189
- );
129
+ constructor(opts: __ExceptionOptionType<InvalidEmailRoleAccessPolicyException, __BaseException>);
190
130
  }
191
131
  export declare class MFAMethodNotFoundException extends __BaseException {
192
132
  readonly name: "MFAMethodNotFoundException";
193
133
  readonly $fault: "client";
194
- constructor(
195
- opts: __ExceptionOptionType<MFAMethodNotFoundException, __BaseException>
196
- );
134
+ constructor(opts: __ExceptionOptionType<MFAMethodNotFoundException, __BaseException>);
197
135
  }
198
136
  export declare class PasswordResetRequiredException extends __BaseException {
199
137
  readonly name: "PasswordResetRequiredException";
200
138
  readonly $fault: "client";
201
- constructor(
202
- opts: __ExceptionOptionType<PasswordResetRequiredException, __BaseException>
203
- );
139
+ constructor(opts: __ExceptionOptionType<PasswordResetRequiredException, __BaseException>);
204
140
  }
205
141
  export declare class UnsupportedOperationException extends __BaseException {
206
142
  readonly name: "UnsupportedOperationException";
207
143
  readonly $fault: "client";
208
- constructor(
209
- opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
210
- );
144
+ constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
211
145
  }
212
146
  export declare class UserNotConfirmedException extends __BaseException {
213
147
  readonly name: "UserNotConfirmedException";
214
148
  readonly $fault: "client";
215
- constructor(
216
- opts: __ExceptionOptionType<UserNotConfirmedException, __BaseException>
217
- );
149
+ constructor(opts: __ExceptionOptionType<UserNotConfirmedException, __BaseException>);
218
150
  }
219
151
  export declare class UserPoolAddOnNotEnabledException extends __BaseException {
220
152
  readonly name: "UserPoolAddOnNotEnabledException";
221
153
  readonly $fault: "client";
222
- constructor(
223
- opts: __ExceptionOptionType<
224
- UserPoolAddOnNotEnabledException,
225
- __BaseException
226
- >
227
- );
154
+ constructor(opts: __ExceptionOptionType<UserPoolAddOnNotEnabledException, __BaseException>);
228
155
  }
229
156
  export declare class CodeMismatchException extends __BaseException {
230
157
  readonly name: "CodeMismatchException";
231
158
  readonly $fault: "client";
232
- constructor(
233
- opts: __ExceptionOptionType<CodeMismatchException, __BaseException>
234
- );
159
+ constructor(opts: __ExceptionOptionType<CodeMismatchException, __BaseException>);
235
160
  }
236
161
  export declare class ExpiredCodeException extends __BaseException {
237
162
  readonly name: "ExpiredCodeException";
238
163
  readonly $fault: "client";
239
- constructor(
240
- opts: __ExceptionOptionType<ExpiredCodeException, __BaseException>
241
- );
164
+ constructor(opts: __ExceptionOptionType<ExpiredCodeException, __BaseException>);
242
165
  }
243
166
  export declare class PasswordHistoryPolicyViolationException extends __BaseException {
244
167
  readonly name: "PasswordHistoryPolicyViolationException";
245
168
  readonly $fault: "client";
246
169
  constructor(
247
- opts: __ExceptionOptionType<
248
- PasswordHistoryPolicyViolationException,
249
- __BaseException
250
- >
170
+ opts: __ExceptionOptionType<PasswordHistoryPolicyViolationException, __BaseException>,
251
171
  );
252
172
  }
253
173
  export declare class SoftwareTokenMFANotFoundException extends __BaseException {
254
174
  readonly name: "SoftwareTokenMFANotFoundException";
255
175
  readonly $fault: "client";
256
- constructor(
257
- opts: __ExceptionOptionType<
258
- SoftwareTokenMFANotFoundException,
259
- __BaseException
260
- >
261
- );
176
+ constructor(opts: __ExceptionOptionType<SoftwareTokenMFANotFoundException, __BaseException>);
262
177
  }
263
178
  export declare class ConcurrentModificationException extends __BaseException {
264
179
  readonly name: "ConcurrentModificationException";
265
180
  readonly $fault: "client";
266
- constructor(
267
- opts: __ExceptionOptionType<
268
- ConcurrentModificationException,
269
- __BaseException
270
- >
271
- );
181
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
272
182
  }
273
183
  export declare class ForbiddenException extends __BaseException {
274
184
  readonly name: "ForbiddenException";
@@ -278,191 +188,117 @@ export declare class ForbiddenException extends __BaseException {
278
188
  export declare class WebAuthnChallengeNotFoundException extends __BaseException {
279
189
  readonly name: "WebAuthnChallengeNotFoundException";
280
190
  readonly $fault: "client";
281
- constructor(
282
- opts: __ExceptionOptionType<
283
- WebAuthnChallengeNotFoundException,
284
- __BaseException
285
- >
286
- );
191
+ constructor(opts: __ExceptionOptionType<WebAuthnChallengeNotFoundException, __BaseException>);
287
192
  }
288
193
  export declare class WebAuthnClientMismatchException extends __BaseException {
289
194
  readonly name: "WebAuthnClientMismatchException";
290
195
  readonly $fault: "client";
291
- constructor(
292
- opts: __ExceptionOptionType<
293
- WebAuthnClientMismatchException,
294
- __BaseException
295
- >
296
- );
196
+ constructor(opts: __ExceptionOptionType<WebAuthnClientMismatchException, __BaseException>);
297
197
  }
298
198
  export declare class WebAuthnCredentialNotSupportedException extends __BaseException {
299
199
  readonly name: "WebAuthnCredentialNotSupportedException";
300
200
  readonly $fault: "client";
301
201
  constructor(
302
- opts: __ExceptionOptionType<
303
- WebAuthnCredentialNotSupportedException,
304
- __BaseException
305
- >
202
+ opts: __ExceptionOptionType<WebAuthnCredentialNotSupportedException, __BaseException>,
306
203
  );
307
204
  }
308
205
  export declare class WebAuthnNotEnabledException extends __BaseException {
309
206
  readonly name: "WebAuthnNotEnabledException";
310
207
  readonly $fault: "client";
311
- constructor(
312
- opts: __ExceptionOptionType<WebAuthnNotEnabledException, __BaseException>
313
- );
208
+ constructor(opts: __ExceptionOptionType<WebAuthnNotEnabledException, __BaseException>);
314
209
  }
315
210
  export declare class WebAuthnOriginNotAllowedException extends __BaseException {
316
211
  readonly name: "WebAuthnOriginNotAllowedException";
317
212
  readonly $fault: "client";
318
- constructor(
319
- opts: __ExceptionOptionType<
320
- WebAuthnOriginNotAllowedException,
321
- __BaseException
322
- >
323
- );
213
+ constructor(opts: __ExceptionOptionType<WebAuthnOriginNotAllowedException, __BaseException>);
324
214
  }
325
215
  export declare class WebAuthnRelyingPartyMismatchException extends __BaseException {
326
216
  readonly name: "WebAuthnRelyingPartyMismatchException";
327
217
  readonly $fault: "client";
328
- constructor(
329
- opts: __ExceptionOptionType<
330
- WebAuthnRelyingPartyMismatchException,
331
- __BaseException
332
- >
333
- );
218
+ constructor(opts: __ExceptionOptionType<WebAuthnRelyingPartyMismatchException, __BaseException>);
334
219
  }
335
220
  export declare class DeviceKeyExistsException extends __BaseException {
336
221
  readonly name: "DeviceKeyExistsException";
337
222
  readonly $fault: "client";
338
- constructor(
339
- opts: __ExceptionOptionType<DeviceKeyExistsException, __BaseException>
340
- );
223
+ constructor(opts: __ExceptionOptionType<DeviceKeyExistsException, __BaseException>);
341
224
  }
342
225
  export declare class GroupExistsException extends __BaseException {
343
226
  readonly name: "GroupExistsException";
344
227
  readonly $fault: "client";
345
- constructor(
346
- opts: __ExceptionOptionType<GroupExistsException, __BaseException>
347
- );
228
+ constructor(opts: __ExceptionOptionType<GroupExistsException, __BaseException>);
348
229
  }
349
230
  export declare class DuplicateProviderException extends __BaseException {
350
231
  readonly name: "DuplicateProviderException";
351
232
  readonly $fault: "client";
352
- constructor(
353
- opts: __ExceptionOptionType<DuplicateProviderException, __BaseException>
354
- );
233
+ constructor(opts: __ExceptionOptionType<DuplicateProviderException, __BaseException>);
355
234
  }
356
235
  export declare class ManagedLoginBrandingExistsException extends __BaseException {
357
236
  readonly name: "ManagedLoginBrandingExistsException";
358
237
  readonly $fault: "client";
359
- constructor(
360
- opts: __ExceptionOptionType<
361
- ManagedLoginBrandingExistsException,
362
- __BaseException
363
- >
364
- );
238
+ constructor(opts: __ExceptionOptionType<ManagedLoginBrandingExistsException, __BaseException>);
365
239
  }
366
240
  export declare class TermsExistsException extends __BaseException {
367
241
  readonly name: "TermsExistsException";
368
242
  readonly $fault: "client";
369
- constructor(
370
- opts: __ExceptionOptionType<TermsExistsException, __BaseException>
371
- );
243
+ constructor(opts: __ExceptionOptionType<TermsExistsException, __BaseException>);
372
244
  }
373
245
  export declare class FeatureUnavailableInTierException extends __BaseException {
374
246
  readonly name: "FeatureUnavailableInTierException";
375
247
  readonly $fault: "client";
376
- constructor(
377
- opts: __ExceptionOptionType<
378
- FeatureUnavailableInTierException,
379
- __BaseException
380
- >
381
- );
248
+ constructor(opts: __ExceptionOptionType<FeatureUnavailableInTierException, __BaseException>);
382
249
  }
383
250
  export declare class TierChangeNotAllowedException extends __BaseException {
384
251
  readonly name: "TierChangeNotAllowedException";
385
252
  readonly $fault: "client";
386
- constructor(
387
- opts: __ExceptionOptionType<TierChangeNotAllowedException, __BaseException>
388
- );
253
+ constructor(opts: __ExceptionOptionType<TierChangeNotAllowedException, __BaseException>);
389
254
  }
390
255
  export declare class UserPoolTaggingException extends __BaseException {
391
256
  readonly name: "UserPoolTaggingException";
392
257
  readonly $fault: "client";
393
- constructor(
394
- opts: __ExceptionOptionType<UserPoolTaggingException, __BaseException>
395
- );
258
+ constructor(opts: __ExceptionOptionType<UserPoolTaggingException, __BaseException>);
396
259
  }
397
260
  export declare class InvalidOAuthFlowException extends __BaseException {
398
261
  readonly name: "InvalidOAuthFlowException";
399
262
  readonly $fault: "client";
400
- constructor(
401
- opts: __ExceptionOptionType<InvalidOAuthFlowException, __BaseException>
402
- );
263
+ constructor(opts: __ExceptionOptionType<InvalidOAuthFlowException, __BaseException>);
403
264
  }
404
265
  export declare class ScopeDoesNotExistException extends __BaseException {
405
266
  readonly name: "ScopeDoesNotExistException";
406
267
  readonly $fault: "client";
407
- constructor(
408
- opts: __ExceptionOptionType<ScopeDoesNotExistException, __BaseException>
409
- );
268
+ constructor(opts: __ExceptionOptionType<ScopeDoesNotExistException, __BaseException>);
410
269
  }
411
270
  export declare class UnsupportedIdentityProviderException extends __BaseException {
412
271
  readonly name: "UnsupportedIdentityProviderException";
413
272
  readonly $fault: "client";
414
- constructor(
415
- opts: __ExceptionOptionType<
416
- UnsupportedIdentityProviderException,
417
- __BaseException
418
- >
419
- );
273
+ constructor(opts: __ExceptionOptionType<UnsupportedIdentityProviderException, __BaseException>);
420
274
  }
421
275
  export declare class RefreshTokenReuseException extends __BaseException {
422
276
  readonly name: "RefreshTokenReuseException";
423
277
  readonly $fault: "client";
424
- constructor(
425
- opts: __ExceptionOptionType<RefreshTokenReuseException, __BaseException>
426
- );
278
+ constructor(opts: __ExceptionOptionType<RefreshTokenReuseException, __BaseException>);
427
279
  }
428
280
  export declare class UnauthorizedException extends __BaseException {
429
281
  readonly name: "UnauthorizedException";
430
282
  readonly $fault: "client";
431
- constructor(
432
- opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
433
- );
283
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
434
284
  }
435
285
  export declare class UnsupportedTokenTypeException extends __BaseException {
436
286
  readonly name: "UnsupportedTokenTypeException";
437
287
  readonly $fault: "client";
438
- constructor(
439
- opts: __ExceptionOptionType<UnsupportedTokenTypeException, __BaseException>
440
- );
288
+ constructor(opts: __ExceptionOptionType<UnsupportedTokenTypeException, __BaseException>);
441
289
  }
442
290
  export declare class WebAuthnConfigurationMissingException extends __BaseException {
443
291
  readonly name: "WebAuthnConfigurationMissingException";
444
292
  readonly $fault: "client";
445
- constructor(
446
- opts: __ExceptionOptionType<
447
- WebAuthnConfigurationMissingException,
448
- __BaseException
449
- >
450
- );
293
+ constructor(opts: __ExceptionOptionType<WebAuthnConfigurationMissingException, __BaseException>);
451
294
  }
452
295
  export declare class ServiceQuotaExceededException extends __BaseException {
453
296
  readonly name: "ServiceQuotaExceededException";
454
297
  readonly $fault: "client";
455
- constructor(
456
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
457
- );
298
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
458
299
  }
459
300
  export declare class EnableSoftwareTokenMFAException extends __BaseException {
460
301
  readonly name: "EnableSoftwareTokenMFAException";
461
302
  readonly $fault: "client";
462
- constructor(
463
- opts: __ExceptionOptionType<
464
- EnableSoftwareTokenMFAException,
465
- __BaseException
466
- >
467
- );
303
+ constructor(opts: __ExceptionOptionType<EnableSoftwareTokenMFAException, __BaseException>);
468
304
  }
@@ -717,18 +717,14 @@ export interface SmsConfigurationType {
717
717
  SnsRegion?: string | undefined;
718
718
  }
719
719
  export interface UserAttributeUpdateSettingsType {
720
- AttributesRequireVerificationBeforeUpdate?:
721
- | VerifiedAttributeType[]
722
- | undefined;
720
+ AttributesRequireVerificationBeforeUpdate?: VerifiedAttributeType[] | undefined;
723
721
  }
724
722
  export interface UsernameConfigurationType {
725
723
  CaseSensitive: boolean | undefined;
726
724
  }
727
725
  export interface UserPoolAddOnsType {
728
726
  AdvancedSecurityMode: AdvancedSecurityModeType | undefined;
729
- AdvancedSecurityAdditionalFlows?:
730
- | AdvancedSecurityAdditionalFlowsType
731
- | undefined;
727
+ AdvancedSecurityAdditionalFlows?: AdvancedSecurityAdditionalFlowsType | undefined;
732
728
  }
733
729
  export interface VerificationMessageTemplateType {
734
730
  SmsMessage?: string | undefined;
@@ -1016,12 +1012,8 @@ export interface RiskExceptionConfigurationType {
1016
1012
  export interface RiskConfigurationType {
1017
1013
  UserPoolId?: string | undefined;
1018
1014
  ClientId?: string | undefined;
1019
- CompromisedCredentialsRiskConfiguration?:
1020
- | CompromisedCredentialsRiskConfigurationType
1021
- | undefined;
1022
- AccountTakeoverRiskConfiguration?:
1023
- | AccountTakeoverRiskConfigurationType
1024
- | undefined;
1015
+ CompromisedCredentialsRiskConfiguration?: CompromisedCredentialsRiskConfigurationType | undefined;
1016
+ AccountTakeoverRiskConfiguration?: AccountTakeoverRiskConfigurationType | undefined;
1025
1017
  RiskExceptionConfiguration?: RiskExceptionConfigurationType | undefined;
1026
1018
  LastModifiedDate?: Date | undefined;
1027
1019
  }
@@ -1468,12 +1460,8 @@ export interface SetLogDeliveryConfigurationResponse {
1468
1460
  export interface SetRiskConfigurationRequest {
1469
1461
  UserPoolId: string | undefined;
1470
1462
  ClientId?: string | undefined;
1471
- CompromisedCredentialsRiskConfiguration?:
1472
- | CompromisedCredentialsRiskConfigurationType
1473
- | undefined;
1474
- AccountTakeoverRiskConfiguration?:
1475
- | AccountTakeoverRiskConfigurationType
1476
- | undefined;
1463
+ CompromisedCredentialsRiskConfiguration?: CompromisedCredentialsRiskConfigurationType | undefined;
1464
+ AccountTakeoverRiskConfiguration?: AccountTakeoverRiskConfigurationType | undefined;
1477
1465
  RiskExceptionConfiguration?: RiskExceptionConfigurationType | undefined;
1478
1466
  }
1479
1467
  export interface SetRiskConfigurationResponse {
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient";
3
- export interface CognitoIdentityProviderPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface CognitoIdentityProviderPaginationConfiguration extends PaginationConfiguration {
5
4
  client: CognitoIdentityProviderClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListGroupsCommandInput,
4
- ListGroupsCommandOutput,
5
- } from "../commands/ListGroupsCommand";
2
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
6
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListGroups: (
8
5
  config: CognitoIdentityProviderPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListUsersCommandInput,
4
- ListUsersCommandOutput,
5
- } from "../commands/ListUsersCommand";
2
+ import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
6
3
  import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListUsers: (
8
5
  config: CognitoIdentityProviderPaginationConfiguration,