@aws-sdk/client-cognito-identity-provider 3.131.0 → 3.142.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 (215) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddCustomAttributesCommand.js +2 -2
  4. package/dist-cjs/commands/AdminAddUserToGroupCommand.js +1 -1
  5. package/dist-cjs/commands/AdminConfirmSignUpCommand.js +2 -2
  6. package/dist-cjs/commands/AdminCreateUserCommand.js +2 -2
  7. package/dist-cjs/commands/AdminDeleteUserAttributesCommand.js +2 -2
  8. package/dist-cjs/commands/AdminDeleteUserCommand.js +1 -1
  9. package/dist-cjs/commands/AdminDisableProviderForUserCommand.js +2 -2
  10. package/dist-cjs/commands/AdminDisableUserCommand.js +2 -2
  11. package/dist-cjs/commands/AdminEnableUserCommand.js +2 -2
  12. package/dist-cjs/commands/AdminForgetDeviceCommand.js +1 -1
  13. package/dist-cjs/commands/AdminGetDeviceCommand.js +2 -2
  14. package/dist-cjs/commands/AdminGetUserCommand.js +2 -2
  15. package/dist-cjs/commands/AdminInitiateAuthCommand.js +2 -2
  16. package/dist-cjs/commands/AdminLinkProviderForUserCommand.js +2 -2
  17. package/dist-cjs/commands/AdminListDevicesCommand.js +2 -2
  18. package/dist-cjs/commands/AdminListGroupsForUserCommand.js +2 -2
  19. package/dist-cjs/commands/AdminListUserAuthEventsCommand.js +2 -2
  20. package/dist-cjs/commands/AdminRemoveUserFromGroupCommand.js +1 -1
  21. package/dist-cjs/commands/AdminResetUserPasswordCommand.js +2 -2
  22. package/dist-cjs/commands/AdminRespondToAuthChallengeCommand.js +2 -2
  23. package/dist-cjs/commands/AdminSetUserMFAPreferenceCommand.js +2 -2
  24. package/dist-cjs/commands/AdminSetUserPasswordCommand.js +2 -2
  25. package/dist-cjs/commands/AdminSetUserSettingsCommand.js +2 -2
  26. package/dist-cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +2 -2
  27. package/dist-cjs/commands/AdminUpdateDeviceStatusCommand.js +2 -2
  28. package/dist-cjs/commands/AdminUpdateUserAttributesCommand.js +2 -2
  29. package/dist-cjs/commands/AdminUserGlobalSignOutCommand.js +2 -2
  30. package/dist-cjs/commands/AssociateSoftwareTokenCommand.js +2 -2
  31. package/dist-cjs/commands/ChangePasswordCommand.js +2 -2
  32. package/dist-cjs/commands/ConfirmDeviceCommand.js +2 -2
  33. package/dist-cjs/commands/ConfirmForgotPasswordCommand.js +2 -2
  34. package/dist-cjs/commands/ConfirmSignUpCommand.js +2 -2
  35. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  36. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -2
  37. package/dist-cjs/commands/CreateResourceServerCommand.js +2 -2
  38. package/dist-cjs/commands/CreateUserImportJobCommand.js +2 -2
  39. package/dist-cjs/commands/CreateUserPoolClientCommand.js +2 -2
  40. package/dist-cjs/commands/CreateUserPoolCommand.js +2 -2
  41. package/dist-cjs/commands/CreateUserPoolDomainCommand.js +2 -2
  42. package/dist-cjs/commands/DeleteGroupCommand.js +1 -1
  43. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +1 -1
  44. package/dist-cjs/commands/DeleteResourceServerCommand.js +1 -1
  45. package/dist-cjs/commands/DeleteUserAttributesCommand.js +2 -2
  46. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  47. package/dist-cjs/commands/DeleteUserPoolClientCommand.js +1 -1
  48. package/dist-cjs/commands/DeleteUserPoolCommand.js +1 -1
  49. package/dist-cjs/commands/DeleteUserPoolDomainCommand.js +2 -2
  50. package/dist-cjs/commands/DescribeIdentityProviderCommand.js +2 -2
  51. package/dist-cjs/commands/DescribeResourceServerCommand.js +2 -2
  52. package/dist-cjs/commands/DescribeRiskConfigurationCommand.js +2 -2
  53. package/dist-cjs/commands/DescribeUserImportJobCommand.js +2 -2
  54. package/dist-cjs/commands/DescribeUserPoolClientCommand.js +2 -2
  55. package/dist-cjs/commands/DescribeUserPoolCommand.js +2 -2
  56. package/dist-cjs/commands/DescribeUserPoolDomainCommand.js +2 -2
  57. package/dist-cjs/commands/ForgetDeviceCommand.js +1 -1
  58. package/dist-cjs/commands/ForgotPasswordCommand.js +2 -2
  59. package/dist-cjs/commands/GetCSVHeaderCommand.js +2 -2
  60. package/dist-cjs/commands/GetDeviceCommand.js +2 -2
  61. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  62. package/dist-cjs/commands/GetIdentityProviderByIdentifierCommand.js +2 -2
  63. package/dist-cjs/commands/GetSigningCertificateCommand.js +2 -2
  64. package/dist-cjs/commands/GetUICustomizationCommand.js +2 -2
  65. package/dist-cjs/commands/GetUserAttributeVerificationCodeCommand.js +2 -2
  66. package/dist-cjs/commands/GetUserCommand.js +2 -2
  67. package/dist-cjs/commands/GetUserPoolMfaConfigCommand.js +2 -2
  68. package/dist-cjs/commands/GlobalSignOutCommand.js +2 -2
  69. package/dist-cjs/commands/InitiateAuthCommand.js +2 -2
  70. package/dist-cjs/commands/ListDevicesCommand.js +2 -2
  71. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  72. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -2
  73. package/dist-cjs/commands/ListResourceServersCommand.js +2 -2
  74. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  75. package/dist-cjs/commands/ListUserImportJobsCommand.js +2 -2
  76. package/dist-cjs/commands/ListUserPoolClientsCommand.js +2 -2
  77. package/dist-cjs/commands/ListUserPoolsCommand.js +2 -2
  78. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  79. package/dist-cjs/commands/ListUsersInGroupCommand.js +2 -2
  80. package/dist-cjs/commands/ResendConfirmationCodeCommand.js +2 -2
  81. package/dist-cjs/commands/RespondToAuthChallengeCommand.js +2 -2
  82. package/dist-cjs/commands/RevokeTokenCommand.js +2 -2
  83. package/dist-cjs/commands/SetRiskConfigurationCommand.js +2 -2
  84. package/dist-cjs/commands/SetUICustomizationCommand.js +2 -2
  85. package/dist-cjs/commands/SetUserMFAPreferenceCommand.js +2 -2
  86. package/dist-cjs/commands/SetUserPoolMfaConfigCommand.js +2 -2
  87. package/dist-cjs/commands/SetUserSettingsCommand.js +2 -2
  88. package/dist-cjs/commands/SignUpCommand.js +2 -2
  89. package/dist-cjs/commands/StartUserImportJobCommand.js +2 -2
  90. package/dist-cjs/commands/StopUserImportJobCommand.js +2 -2
  91. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  92. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  93. package/dist-cjs/commands/UpdateAuthEventFeedbackCommand.js +2 -2
  94. package/dist-cjs/commands/UpdateDeviceStatusCommand.js +2 -2
  95. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  96. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -2
  97. package/dist-cjs/commands/UpdateResourceServerCommand.js +2 -2
  98. package/dist-cjs/commands/UpdateUserAttributesCommand.js +2 -2
  99. package/dist-cjs/commands/UpdateUserPoolClientCommand.js +2 -2
  100. package/dist-cjs/commands/UpdateUserPoolCommand.js +2 -2
  101. package/dist-cjs/commands/UpdateUserPoolDomainCommand.js +2 -2
  102. package/dist-cjs/commands/VerifySoftwareTokenCommand.js +2 -2
  103. package/dist-cjs/commands/VerifyUserAttributeCommand.js +2 -2
  104. package/dist-cjs/models/models_0.js +1045 -1501
  105. package/dist-cjs/models/models_1.js +132 -192
  106. package/dist-cjs/protocols/Aws_json1_1.js +505 -886
  107. package/dist-es/commands/AddCustomAttributesCommand.js +3 -3
  108. package/dist-es/commands/AdminAddUserToGroupCommand.js +2 -2
  109. package/dist-es/commands/AdminConfirmSignUpCommand.js +3 -3
  110. package/dist-es/commands/AdminCreateUserCommand.js +3 -3
  111. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +3 -3
  112. package/dist-es/commands/AdminDeleteUserCommand.js +2 -2
  113. package/dist-es/commands/AdminDisableProviderForUserCommand.js +3 -3
  114. package/dist-es/commands/AdminDisableUserCommand.js +3 -3
  115. package/dist-es/commands/AdminEnableUserCommand.js +3 -3
  116. package/dist-es/commands/AdminForgetDeviceCommand.js +2 -2
  117. package/dist-es/commands/AdminGetDeviceCommand.js +3 -3
  118. package/dist-es/commands/AdminGetUserCommand.js +3 -3
  119. package/dist-es/commands/AdminInitiateAuthCommand.js +3 -3
  120. package/dist-es/commands/AdminLinkProviderForUserCommand.js +3 -3
  121. package/dist-es/commands/AdminListDevicesCommand.js +3 -3
  122. package/dist-es/commands/AdminListGroupsForUserCommand.js +3 -3
  123. package/dist-es/commands/AdminListUserAuthEventsCommand.js +3 -3
  124. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +2 -2
  125. package/dist-es/commands/AdminResetUserPasswordCommand.js +3 -3
  126. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +3 -3
  127. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +3 -3
  128. package/dist-es/commands/AdminSetUserPasswordCommand.js +3 -3
  129. package/dist-es/commands/AdminSetUserSettingsCommand.js +3 -3
  130. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +3 -3
  131. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +3 -3
  132. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +3 -3
  133. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +3 -3
  134. package/dist-es/commands/AssociateSoftwareTokenCommand.js +3 -3
  135. package/dist-es/commands/ChangePasswordCommand.js +3 -3
  136. package/dist-es/commands/ConfirmDeviceCommand.js +3 -3
  137. package/dist-es/commands/ConfirmForgotPasswordCommand.js +3 -3
  138. package/dist-es/commands/ConfirmSignUpCommand.js +3 -3
  139. package/dist-es/commands/CreateGroupCommand.js +3 -3
  140. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -3
  141. package/dist-es/commands/CreateResourceServerCommand.js +3 -3
  142. package/dist-es/commands/CreateUserImportJobCommand.js +3 -3
  143. package/dist-es/commands/CreateUserPoolClientCommand.js +3 -3
  144. package/dist-es/commands/CreateUserPoolCommand.js +3 -3
  145. package/dist-es/commands/CreateUserPoolDomainCommand.js +3 -3
  146. package/dist-es/commands/DeleteGroupCommand.js +2 -2
  147. package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -2
  148. package/dist-es/commands/DeleteResourceServerCommand.js +2 -2
  149. package/dist-es/commands/DeleteUserAttributesCommand.js +3 -3
  150. package/dist-es/commands/DeleteUserCommand.js +2 -2
  151. package/dist-es/commands/DeleteUserPoolClientCommand.js +2 -2
  152. package/dist-es/commands/DeleteUserPoolCommand.js +2 -2
  153. package/dist-es/commands/DeleteUserPoolDomainCommand.js +3 -3
  154. package/dist-es/commands/DescribeIdentityProviderCommand.js +3 -3
  155. package/dist-es/commands/DescribeResourceServerCommand.js +3 -3
  156. package/dist-es/commands/DescribeRiskConfigurationCommand.js +3 -3
  157. package/dist-es/commands/DescribeUserImportJobCommand.js +3 -3
  158. package/dist-es/commands/DescribeUserPoolClientCommand.js +3 -3
  159. package/dist-es/commands/DescribeUserPoolCommand.js +3 -3
  160. package/dist-es/commands/DescribeUserPoolDomainCommand.js +3 -3
  161. package/dist-es/commands/ForgetDeviceCommand.js +2 -2
  162. package/dist-es/commands/ForgotPasswordCommand.js +3 -3
  163. package/dist-es/commands/GetCSVHeaderCommand.js +3 -3
  164. package/dist-es/commands/GetDeviceCommand.js +3 -3
  165. package/dist-es/commands/GetGroupCommand.js +3 -3
  166. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +3 -3
  167. package/dist-es/commands/GetSigningCertificateCommand.js +3 -3
  168. package/dist-es/commands/GetUICustomizationCommand.js +3 -3
  169. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +3 -3
  170. package/dist-es/commands/GetUserCommand.js +3 -3
  171. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +3 -3
  172. package/dist-es/commands/GlobalSignOutCommand.js +3 -3
  173. package/dist-es/commands/InitiateAuthCommand.js +3 -3
  174. package/dist-es/commands/ListDevicesCommand.js +3 -3
  175. package/dist-es/commands/ListGroupsCommand.js +3 -3
  176. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -3
  177. package/dist-es/commands/ListResourceServersCommand.js +3 -3
  178. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  179. package/dist-es/commands/ListUserImportJobsCommand.js +3 -3
  180. package/dist-es/commands/ListUserPoolClientsCommand.js +3 -3
  181. package/dist-es/commands/ListUserPoolsCommand.js +3 -3
  182. package/dist-es/commands/ListUsersCommand.js +3 -3
  183. package/dist-es/commands/ListUsersInGroupCommand.js +3 -3
  184. package/dist-es/commands/ResendConfirmationCodeCommand.js +3 -3
  185. package/dist-es/commands/RespondToAuthChallengeCommand.js +3 -3
  186. package/dist-es/commands/RevokeTokenCommand.js +3 -3
  187. package/dist-es/commands/SetRiskConfigurationCommand.js +3 -3
  188. package/dist-es/commands/SetUICustomizationCommand.js +3 -3
  189. package/dist-es/commands/SetUserMFAPreferenceCommand.js +3 -3
  190. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +3 -3
  191. package/dist-es/commands/SetUserSettingsCommand.js +3 -3
  192. package/dist-es/commands/SignUpCommand.js +3 -3
  193. package/dist-es/commands/StartUserImportJobCommand.js +3 -3
  194. package/dist-es/commands/StopUserImportJobCommand.js +3 -3
  195. package/dist-es/commands/TagResourceCommand.js +3 -3
  196. package/dist-es/commands/UntagResourceCommand.js +3 -3
  197. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +3 -3
  198. package/dist-es/commands/UpdateDeviceStatusCommand.js +3 -3
  199. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  200. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -3
  201. package/dist-es/commands/UpdateResourceServerCommand.js +3 -3
  202. package/dist-es/commands/UpdateUserAttributesCommand.js +3 -3
  203. package/dist-es/commands/UpdateUserPoolClientCommand.js +3 -3
  204. package/dist-es/commands/UpdateUserPoolCommand.js +3 -3
  205. package/dist-es/commands/UpdateUserPoolDomainCommand.js +3 -3
  206. package/dist-es/commands/VerifySoftwareTokenCommand.js +3 -3
  207. package/dist-es/commands/VerifyUserAttributeCommand.js +3 -3
  208. package/dist-es/models/models_0.js +252 -934
  209. package/dist-es/models/models_1.js +33 -123
  210. package/dist-es/protocols/Aws_json1_1.js +809 -887
  211. package/dist-types/models/models_0.d.ts +904 -1356
  212. package/dist-types/models/models_1.d.ts +120 -180
  213. package/dist-types/ts3.4/models/models_0.d.ts +452 -904
  214. package/dist-types/ts3.4/models/models_1.d.ts +60 -120
  215. package/package.json +6 -6
@@ -12,19 +12,11 @@ export interface RecoveryOptionType {
12
12
 
13
13
  Name: RecoveryOptionNameType | string | undefined;
14
14
  }
15
- export declare namespace RecoveryOptionType {
16
-
17
- const filterSensitiveLog: (obj: RecoveryOptionType) => any;
18
- }
19
15
 
20
16
  export interface AccountRecoverySettingType {
21
17
 
22
18
  RecoveryMechanisms?: RecoveryOptionType[];
23
19
  }
24
- export declare namespace AccountRecoverySettingType {
25
-
26
- const filterSensitiveLog: (obj: AccountRecoverySettingType) => any;
27
- }
28
20
  export declare enum AccountTakeoverEventActionType {
29
21
  BLOCK = "BLOCK",
30
22
  MFA_IF_CONFIGURED = "MFA_IF_CONFIGURED",
@@ -38,10 +30,6 @@ export interface AccountTakeoverActionType {
38
30
 
39
31
  EventAction: AccountTakeoverEventActionType | string | undefined;
40
32
  }
41
- export declare namespace AccountTakeoverActionType {
42
-
43
- const filterSensitiveLog: (obj: AccountTakeoverActionType) => any;
44
- }
45
33
 
46
34
  export interface AccountTakeoverActionsType {
47
35
 
@@ -51,10 +39,6 @@ export interface AccountTakeoverActionsType {
51
39
 
52
40
  HighAction?: AccountTakeoverActionType;
53
41
  }
54
- export declare namespace AccountTakeoverActionsType {
55
-
56
- const filterSensitiveLog: (obj: AccountTakeoverActionsType) => any;
57
- }
58
42
 
59
43
  export interface NotifyEmailType {
60
44
 
@@ -64,10 +48,6 @@ export interface NotifyEmailType {
64
48
 
65
49
  TextBody?: string;
66
50
  }
67
- export declare namespace NotifyEmailType {
68
-
69
- const filterSensitiveLog: (obj: NotifyEmailType) => any;
70
- }
71
51
 
72
52
  export interface NotifyConfigurationType {
73
53
 
@@ -83,10 +63,6 @@ export interface NotifyConfigurationType {
83
63
 
84
64
  MfaEmail?: NotifyEmailType;
85
65
  }
86
- export declare namespace NotifyConfigurationType {
87
-
88
- const filterSensitiveLog: (obj: NotifyConfigurationType) => any;
89
- }
90
66
 
91
67
  export interface AccountTakeoverRiskConfigurationType {
92
68
 
@@ -94,10 +70,6 @@ export interface AccountTakeoverRiskConfigurationType {
94
70
 
95
71
  Actions: AccountTakeoverActionsType | undefined;
96
72
  }
97
- export declare namespace AccountTakeoverRiskConfigurationType {
98
-
99
- const filterSensitiveLog: (obj: AccountTakeoverRiskConfigurationType) => any;
100
- }
101
73
  export declare enum AttributeDataType {
102
74
  BOOLEAN = "Boolean",
103
75
  DATETIME = "DateTime",
@@ -111,10 +83,6 @@ export interface NumberAttributeConstraintsType {
111
83
 
112
84
  MaxValue?: string;
113
85
  }
114
- export declare namespace NumberAttributeConstraintsType {
115
-
116
- const filterSensitiveLog: (obj: NumberAttributeConstraintsType) => any;
117
- }
118
86
 
119
87
  export interface StringAttributeConstraintsType {
120
88
 
@@ -122,10 +90,6 @@ export interface StringAttributeConstraintsType {
122
90
 
123
91
  MaxLength?: string;
124
92
  }
125
- export declare namespace StringAttributeConstraintsType {
126
-
127
- const filterSensitiveLog: (obj: StringAttributeConstraintsType) => any;
128
- }
129
93
 
130
94
  export interface SchemaAttributeType {
131
95
 
@@ -143,10 +107,6 @@ export interface SchemaAttributeType {
143
107
 
144
108
  StringAttributeConstraints?: StringAttributeConstraintsType;
145
109
  }
146
- export declare namespace SchemaAttributeType {
147
-
148
- const filterSensitiveLog: (obj: SchemaAttributeType) => any;
149
- }
150
110
 
151
111
  export interface AddCustomAttributesRequest {
152
112
 
@@ -154,17 +114,9 @@ export interface AddCustomAttributesRequest {
154
114
 
155
115
  CustomAttributes: SchemaAttributeType[] | undefined;
156
116
  }
157
- export declare namespace AddCustomAttributesRequest {
158
-
159
- const filterSensitiveLog: (obj: AddCustomAttributesRequest) => any;
160
- }
161
117
 
162
118
  export interface AddCustomAttributesResponse {
163
119
  }
164
- export declare namespace AddCustomAttributesResponse {
165
-
166
- const filterSensitiveLog: (obj: AddCustomAttributesResponse) => any;
167
- }
168
120
 
169
121
  export declare class InternalErrorException extends __BaseException {
170
122
  readonly name: "InternalErrorException";
@@ -215,10 +167,6 @@ export interface AdminAddUserToGroupRequest {
215
167
 
216
168
  GroupName: string | undefined;
217
169
  }
218
- export declare namespace AdminAddUserToGroupRequest {
219
-
220
- const filterSensitiveLog: (obj: AdminAddUserToGroupRequest) => any;
221
- }
222
170
 
223
171
  export declare class UserNotFoundException extends __BaseException {
224
172
  readonly name: "UserNotFoundException";
@@ -235,17 +183,9 @@ export interface AdminConfirmSignUpRequest {
235
183
 
236
184
  ClientMetadata?: Record<string, string>;
237
185
  }
238
- export declare namespace AdminConfirmSignUpRequest {
239
-
240
- const filterSensitiveLog: (obj: AdminConfirmSignUpRequest) => any;
241
- }
242
186
 
243
187
  export interface AdminConfirmSignUpResponse {
244
188
  }
245
- export declare namespace AdminConfirmSignUpResponse {
246
-
247
- const filterSensitiveLog: (obj: AdminConfirmSignUpResponse) => any;
248
- }
249
189
 
250
190
  export declare class InvalidLambdaResponseException extends __BaseException {
251
191
  readonly name: "InvalidLambdaResponseException";
@@ -296,10 +236,6 @@ export interface AttributeType {
296
236
 
297
237
  Value?: string;
298
238
  }
299
- export declare namespace AttributeType {
300
-
301
- const filterSensitiveLog: (obj: AttributeType) => any;
302
- }
303
239
 
304
240
  export interface AdminCreateUserRequest {
305
241
 
@@ -321,10 +257,6 @@ export interface AdminCreateUserRequest {
321
257
 
322
258
  ClientMetadata?: Record<string, string>;
323
259
  }
324
- export declare namespace AdminCreateUserRequest {
325
-
326
- const filterSensitiveLog: (obj: AdminCreateUserRequest) => any;
327
- }
328
260
 
329
261
  export interface MFAOptionType {
330
262
 
@@ -332,10 +264,6 @@ export interface MFAOptionType {
332
264
 
333
265
  AttributeName?: string;
334
266
  }
335
- export declare namespace MFAOptionType {
336
-
337
- const filterSensitiveLog: (obj: MFAOptionType) => any;
338
- }
339
267
  export declare enum UserStatusType {
340
268
  ARCHIVED = "ARCHIVED",
341
269
  COMPROMISED = "COMPROMISED",
@@ -362,19 +290,11 @@ export interface UserType {
362
290
 
363
291
  MFAOptions?: MFAOptionType[];
364
292
  }
365
- export declare namespace UserType {
366
-
367
- const filterSensitiveLog: (obj: UserType) => any;
368
- }
369
293
 
370
294
  export interface AdminCreateUserResponse {
371
295
 
372
296
  User?: UserType;
373
297
  }
374
- export declare namespace AdminCreateUserResponse {
375
-
376
- const filterSensitiveLog: (obj: AdminCreateUserResponse) => any;
377
- }
378
298
 
379
299
  export declare class CodeDeliveryFailureException extends __BaseException {
380
300
  readonly name: "CodeDeliveryFailureException";
@@ -433,10 +353,6 @@ export interface MessageTemplateType {
433
353
 
434
354
  EmailSubject?: string;
435
355
  }
436
- export declare namespace MessageTemplateType {
437
-
438
- const filterSensitiveLog: (obj: MessageTemplateType) => any;
439
- }
440
356
 
441
357
  export interface AdminCreateUserConfigType {
442
358
 
@@ -446,10 +362,6 @@ export interface AdminCreateUserConfigType {
446
362
 
447
363
  InviteMessageTemplate?: MessageTemplateType;
448
364
  }
449
- export declare namespace AdminCreateUserConfigType {
450
-
451
- const filterSensitiveLog: (obj: AdminCreateUserConfigType) => any;
452
- }
453
365
 
454
366
  export interface AdminDeleteUserRequest {
455
367
 
@@ -457,10 +369,6 @@ export interface AdminDeleteUserRequest {
457
369
 
458
370
  Username: string | undefined;
459
371
  }
460
- export declare namespace AdminDeleteUserRequest {
461
-
462
- const filterSensitiveLog: (obj: AdminDeleteUserRequest) => any;
463
- }
464
372
 
465
373
  export interface AdminDeleteUserAttributesRequest {
466
374
 
@@ -470,17 +378,9 @@ export interface AdminDeleteUserAttributesRequest {
470
378
 
471
379
  UserAttributeNames: string[] | undefined;
472
380
  }
473
- export declare namespace AdminDeleteUserAttributesRequest {
474
-
475
- const filterSensitiveLog: (obj: AdminDeleteUserAttributesRequest) => any;
476
- }
477
381
 
478
382
  export interface AdminDeleteUserAttributesResponse {
479
383
  }
480
- export declare namespace AdminDeleteUserAttributesResponse {
481
-
482
- const filterSensitiveLog: (obj: AdminDeleteUserAttributesResponse) => any;
483
- }
484
384
 
485
385
  export interface ProviderUserIdentifierType {
486
386
 
@@ -490,26 +390,14 @@ export interface ProviderUserIdentifierType {
490
390
 
491
391
  ProviderAttributeValue?: string;
492
392
  }
493
- export declare namespace ProviderUserIdentifierType {
494
-
495
- const filterSensitiveLog: (obj: ProviderUserIdentifierType) => any;
496
- }
497
393
  export interface AdminDisableProviderForUserRequest {
498
394
 
499
395
  UserPoolId: string | undefined;
500
396
 
501
397
  User: ProviderUserIdentifierType | undefined;
502
398
  }
503
- export declare namespace AdminDisableProviderForUserRequest {
504
-
505
- const filterSensitiveLog: (obj: AdminDisableProviderForUserRequest) => any;
506
- }
507
399
  export interface AdminDisableProviderForUserResponse {
508
400
  }
509
- export declare namespace AdminDisableProviderForUserResponse {
510
-
511
- const filterSensitiveLog: (obj: AdminDisableProviderForUserResponse) => any;
512
- }
513
401
 
514
402
  export declare class AliasExistsException extends __BaseException {
515
403
  readonly name: "AliasExistsException";
@@ -524,17 +412,9 @@ export interface AdminDisableUserRequest {
524
412
 
525
413
  Username: string | undefined;
526
414
  }
527
- export declare namespace AdminDisableUserRequest {
528
-
529
- const filterSensitiveLog: (obj: AdminDisableUserRequest) => any;
530
- }
531
415
 
532
416
  export interface AdminDisableUserResponse {
533
417
  }
534
- export declare namespace AdminDisableUserResponse {
535
-
536
- const filterSensitiveLog: (obj: AdminDisableUserResponse) => any;
537
- }
538
418
 
539
419
  export interface AdminEnableUserRequest {
540
420
 
@@ -542,17 +422,9 @@ export interface AdminEnableUserRequest {
542
422
 
543
423
  Username: string | undefined;
544
424
  }
545
- export declare namespace AdminEnableUserRequest {
546
-
547
- const filterSensitiveLog: (obj: AdminEnableUserRequest) => any;
548
- }
549
425
 
550
426
  export interface AdminEnableUserResponse {
551
427
  }
552
- export declare namespace AdminEnableUserResponse {
553
-
554
- const filterSensitiveLog: (obj: AdminEnableUserResponse) => any;
555
- }
556
428
 
557
429
  export interface AdminForgetDeviceRequest {
558
430
 
@@ -562,10 +434,6 @@ export interface AdminForgetDeviceRequest {
562
434
 
563
435
  DeviceKey: string | undefined;
564
436
  }
565
- export declare namespace AdminForgetDeviceRequest {
566
-
567
- const filterSensitiveLog: (obj: AdminForgetDeviceRequest) => any;
568
- }
569
437
 
570
438
  export declare class InvalidUserPoolConfigurationException extends __BaseException {
571
439
  readonly name: "InvalidUserPoolConfigurationException";
@@ -582,10 +450,6 @@ export interface AdminGetDeviceRequest {
582
450
 
583
451
  Username: string | undefined;
584
452
  }
585
- export declare namespace AdminGetDeviceRequest {
586
-
587
- const filterSensitiveLog: (obj: AdminGetDeviceRequest) => any;
588
- }
589
453
 
590
454
  export interface DeviceType {
591
455
 
@@ -599,19 +463,11 @@ export interface DeviceType {
599
463
 
600
464
  DeviceLastAuthenticatedDate?: Date;
601
465
  }
602
- export declare namespace DeviceType {
603
-
604
- const filterSensitiveLog: (obj: DeviceType) => any;
605
- }
606
466
 
607
467
  export interface AdminGetDeviceResponse {
608
468
 
609
469
  Device: DeviceType | undefined;
610
470
  }
611
- export declare namespace AdminGetDeviceResponse {
612
-
613
- const filterSensitiveLog: (obj: AdminGetDeviceResponse) => any;
614
- }
615
471
 
616
472
  export interface AdminGetUserRequest {
617
473
 
@@ -619,10 +475,6 @@ export interface AdminGetUserRequest {
619
475
 
620
476
  Username: string | undefined;
621
477
  }
622
- export declare namespace AdminGetUserRequest {
623
-
624
- const filterSensitiveLog: (obj: AdminGetUserRequest) => any;
625
- }
626
478
 
627
479
  export interface AdminGetUserResponse {
628
480
 
@@ -644,19 +496,11 @@ export interface AdminGetUserResponse {
644
496
 
645
497
  UserMFASettingList?: string[];
646
498
  }
647
- export declare namespace AdminGetUserResponse {
648
-
649
- const filterSensitiveLog: (obj: AdminGetUserResponse) => any;
650
- }
651
499
 
652
500
  export interface AnalyticsMetadataType {
653
501
 
654
502
  AnalyticsEndpointId?: string;
655
503
  }
656
- export declare namespace AnalyticsMetadataType {
657
-
658
- const filterSensitiveLog: (obj: AnalyticsMetadataType) => any;
659
- }
660
504
  export declare enum AuthFlowType {
661
505
  ADMIN_NO_SRP_AUTH = "ADMIN_NO_SRP_AUTH",
662
506
  ADMIN_USER_PASSWORD_AUTH = "ADMIN_USER_PASSWORD_AUTH",
@@ -673,10 +517,6 @@ export interface HttpHeader {
673
517
 
674
518
  headerValue?: string;
675
519
  }
676
- export declare namespace HttpHeader {
677
-
678
- const filterSensitiveLog: (obj: HttpHeader) => any;
679
- }
680
520
 
681
521
  export interface ContextDataType {
682
522
 
@@ -690,10 +530,6 @@ export interface ContextDataType {
690
530
 
691
531
  EncodedData?: string;
692
532
  }
693
- export declare namespace ContextDataType {
694
-
695
- const filterSensitiveLog: (obj: ContextDataType) => any;
696
- }
697
533
 
698
534
  export interface AdminInitiateAuthRequest {
699
535
 
@@ -711,10 +547,6 @@ export interface AdminInitiateAuthRequest {
711
547
 
712
548
  ContextData?: ContextDataType;
713
549
  }
714
- export declare namespace AdminInitiateAuthRequest {
715
-
716
- const filterSensitiveLog: (obj: AdminInitiateAuthRequest) => any;
717
- }
718
550
 
719
551
  export interface NewDeviceMetadataType {
720
552
 
@@ -722,10 +554,6 @@ export interface NewDeviceMetadataType {
722
554
 
723
555
  DeviceGroupKey?: string;
724
556
  }
725
- export declare namespace NewDeviceMetadataType {
726
-
727
- const filterSensitiveLog: (obj: NewDeviceMetadataType) => any;
728
- }
729
557
 
730
558
  export interface AuthenticationResultType {
731
559
 
@@ -741,10 +569,6 @@ export interface AuthenticationResultType {
741
569
 
742
570
  NewDeviceMetadata?: NewDeviceMetadataType;
743
571
  }
744
- export declare namespace AuthenticationResultType {
745
-
746
- const filterSensitiveLog: (obj: AuthenticationResultType) => any;
747
- }
748
572
  export declare enum ChallengeNameType {
749
573
  ADMIN_NO_SRP_AUTH = "ADMIN_NO_SRP_AUTH",
750
574
  CUSTOM_CHALLENGE = "CUSTOM_CHALLENGE",
@@ -768,10 +592,6 @@ export interface AdminInitiateAuthResponse {
768
592
 
769
593
  AuthenticationResult?: AuthenticationResultType;
770
594
  }
771
- export declare namespace AdminInitiateAuthResponse {
772
-
773
- const filterSensitiveLog: (obj: AdminInitiateAuthResponse) => any;
774
- }
775
595
 
776
596
  export declare class MFAMethodNotFoundException extends __BaseException {
777
597
  readonly name: "MFAMethodNotFoundException";
@@ -801,16 +621,8 @@ export interface AdminLinkProviderForUserRequest {
801
621
 
802
622
  SourceUser: ProviderUserIdentifierType | undefined;
803
623
  }
804
- export declare namespace AdminLinkProviderForUserRequest {
805
-
806
- const filterSensitiveLog: (obj: AdminLinkProviderForUserRequest) => any;
807
- }
808
624
  export interface AdminLinkProviderForUserResponse {
809
625
  }
810
- export declare namespace AdminLinkProviderForUserResponse {
811
-
812
- const filterSensitiveLog: (obj: AdminLinkProviderForUserResponse) => any;
813
- }
814
626
 
815
627
  export interface AdminListDevicesRequest {
816
628
 
@@ -822,10 +634,6 @@ export interface AdminListDevicesRequest {
822
634
 
823
635
  PaginationToken?: string;
824
636
  }
825
- export declare namespace AdminListDevicesRequest {
826
-
827
- const filterSensitiveLog: (obj: AdminListDevicesRequest) => any;
828
- }
829
637
 
830
638
  export interface AdminListDevicesResponse {
831
639
 
@@ -833,10 +641,6 @@ export interface AdminListDevicesResponse {
833
641
 
834
642
  PaginationToken?: string;
835
643
  }
836
- export declare namespace AdminListDevicesResponse {
837
-
838
- const filterSensitiveLog: (obj: AdminListDevicesResponse) => any;
839
- }
840
644
  export interface AdminListGroupsForUserRequest {
841
645
 
842
646
  Username: string | undefined;
@@ -847,10 +651,6 @@ export interface AdminListGroupsForUserRequest {
847
651
 
848
652
  NextToken?: string;
849
653
  }
850
- export declare namespace AdminListGroupsForUserRequest {
851
-
852
- const filterSensitiveLog: (obj: AdminListGroupsForUserRequest) => any;
853
- }
854
654
 
855
655
  export interface GroupType {
856
656
 
@@ -868,20 +668,12 @@ export interface GroupType {
868
668
 
869
669
  CreationDate?: Date;
870
670
  }
871
- export declare namespace GroupType {
872
-
873
- const filterSensitiveLog: (obj: GroupType) => any;
874
- }
875
671
  export interface AdminListGroupsForUserResponse {
876
672
 
877
673
  Groups?: GroupType[];
878
674
 
879
675
  NextToken?: string;
880
676
  }
881
- export declare namespace AdminListGroupsForUserResponse {
882
-
883
- const filterSensitiveLog: (obj: AdminListGroupsForUserResponse) => any;
884
- }
885
677
  export interface AdminListUserAuthEventsRequest {
886
678
 
887
679
  UserPoolId: string | undefined;
@@ -892,10 +684,6 @@ export interface AdminListUserAuthEventsRequest {
892
684
 
893
685
  NextToken?: string;
894
686
  }
895
- export declare namespace AdminListUserAuthEventsRequest {
896
-
897
- const filterSensitiveLog: (obj: AdminListUserAuthEventsRequest) => any;
898
- }
899
687
  export declare enum ChallengeName {
900
688
  Mfa = "Mfa",
901
689
  Password = "Password"
@@ -911,10 +699,6 @@ export interface ChallengeResponseType {
911
699
 
912
700
  ChallengeResponse?: ChallengeResponse | string;
913
701
  }
914
- export declare namespace ChallengeResponseType {
915
-
916
- const filterSensitiveLog: (obj: ChallengeResponseType) => any;
917
- }
918
702
 
919
703
  export interface EventContextDataType {
920
704
 
@@ -928,10 +712,6 @@ export interface EventContextDataType {
928
712
 
929
713
  Country?: string;
930
714
  }
931
- export declare namespace EventContextDataType {
932
-
933
- const filterSensitiveLog: (obj: EventContextDataType) => any;
934
- }
935
715
  export declare enum FeedbackValueType {
936
716
  INVALID = "Invalid",
937
717
  VALID = "Valid"
@@ -945,10 +725,6 @@ export interface EventFeedbackType {
945
725
 
946
726
  FeedbackDate?: Date;
947
727
  }
948
- export declare namespace EventFeedbackType {
949
-
950
- const filterSensitiveLog: (obj: EventFeedbackType) => any;
951
- }
952
728
  export declare enum EventResponseType {
953
729
  Failure = "Failure",
954
730
  Success = "Success"
@@ -972,10 +748,6 @@ export interface EventRiskType {
972
748
 
973
749
  CompromisedCredentialsDetected?: boolean;
974
750
  }
975
- export declare namespace EventRiskType {
976
-
977
- const filterSensitiveLog: (obj: EventRiskType) => any;
978
- }
979
751
  export declare enum EventType {
980
752
  ForgotPassword = "ForgotPassword",
981
753
  SignIn = "SignIn",
@@ -1000,20 +772,12 @@ export interface AuthEventType {
1000
772
 
1001
773
  EventFeedback?: EventFeedbackType;
1002
774
  }
1003
- export declare namespace AuthEventType {
1004
-
1005
- const filterSensitiveLog: (obj: AuthEventType) => any;
1006
- }
1007
775
  export interface AdminListUserAuthEventsResponse {
1008
776
 
1009
777
  AuthEvents?: AuthEventType[];
1010
778
 
1011
779
  NextToken?: string;
1012
780
  }
1013
- export declare namespace AdminListUserAuthEventsResponse {
1014
-
1015
- const filterSensitiveLog: (obj: AdminListUserAuthEventsResponse) => any;
1016
- }
1017
781
 
1018
782
  export declare class UserPoolAddOnNotEnabledException extends __BaseException {
1019
783
  readonly name: "UserPoolAddOnNotEnabledException";
@@ -1029,10 +793,6 @@ export interface AdminRemoveUserFromGroupRequest {
1029
793
 
1030
794
  GroupName: string | undefined;
1031
795
  }
1032
- export declare namespace AdminRemoveUserFromGroupRequest {
1033
-
1034
- const filterSensitiveLog: (obj: AdminRemoveUserFromGroupRequest) => any;
1035
- }
1036
796
 
1037
797
  export interface AdminResetUserPasswordRequest {
1038
798
 
@@ -1042,17 +802,9 @@ export interface AdminResetUserPasswordRequest {
1042
802
 
1043
803
  ClientMetadata?: Record<string, string>;
1044
804
  }
1045
- export declare namespace AdminResetUserPasswordRequest {
1046
-
1047
- const filterSensitiveLog: (obj: AdminResetUserPasswordRequest) => any;
1048
- }
1049
805
 
1050
806
  export interface AdminResetUserPasswordResponse {
1051
807
  }
1052
- export declare namespace AdminResetUserPasswordResponse {
1053
-
1054
- const filterSensitiveLog: (obj: AdminResetUserPasswordResponse) => any;
1055
- }
1056
808
 
1057
809
  export declare class InvalidEmailRoleAccessPolicyException extends __BaseException {
1058
810
  readonly name: "InvalidEmailRoleAccessPolicyException";
@@ -1079,10 +831,6 @@ export interface AdminRespondToAuthChallengeRequest {
1079
831
 
1080
832
  ClientMetadata?: Record<string, string>;
1081
833
  }
1082
- export declare namespace AdminRespondToAuthChallengeRequest {
1083
-
1084
- const filterSensitiveLog: (obj: AdminRespondToAuthChallengeRequest) => any;
1085
- }
1086
834
 
1087
835
  export interface AdminRespondToAuthChallengeResponse {
1088
836
 
@@ -1094,10 +842,6 @@ export interface AdminRespondToAuthChallengeResponse {
1094
842
 
1095
843
  AuthenticationResult?: AuthenticationResultType;
1096
844
  }
1097
- export declare namespace AdminRespondToAuthChallengeResponse {
1098
-
1099
- const filterSensitiveLog: (obj: AdminRespondToAuthChallengeResponse) => any;
1100
- }
1101
845
 
1102
846
  export declare class CodeMismatchException extends __BaseException {
1103
847
  readonly name: "CodeMismatchException";
@@ -1126,10 +870,6 @@ export interface SMSMfaSettingsType {
1126
870
 
1127
871
  PreferredMfa?: boolean;
1128
872
  }
1129
- export declare namespace SMSMfaSettingsType {
1130
-
1131
- const filterSensitiveLog: (obj: SMSMfaSettingsType) => any;
1132
- }
1133
873
 
1134
874
  export interface SoftwareTokenMfaSettingsType {
1135
875
 
@@ -1137,10 +877,6 @@ export interface SoftwareTokenMfaSettingsType {
1137
877
 
1138
878
  PreferredMfa?: boolean;
1139
879
  }
1140
- export declare namespace SoftwareTokenMfaSettingsType {
1141
-
1142
- const filterSensitiveLog: (obj: SoftwareTokenMfaSettingsType) => any;
1143
- }
1144
880
  export interface AdminSetUserMFAPreferenceRequest {
1145
881
 
1146
882
  SMSMfaSettings?: SMSMfaSettingsType;
@@ -1151,16 +887,8 @@ export interface AdminSetUserMFAPreferenceRequest {
1151
887
 
1152
888
  UserPoolId: string | undefined;
1153
889
  }
1154
- export declare namespace AdminSetUserMFAPreferenceRequest {
1155
-
1156
- const filterSensitiveLog: (obj: AdminSetUserMFAPreferenceRequest) => any;
1157
- }
1158
890
  export interface AdminSetUserMFAPreferenceResponse {
1159
891
  }
1160
- export declare namespace AdminSetUserMFAPreferenceResponse {
1161
-
1162
- const filterSensitiveLog: (obj: AdminSetUserMFAPreferenceResponse) => any;
1163
- }
1164
892
  export interface AdminSetUserPasswordRequest {
1165
893
 
1166
894
  UserPoolId: string | undefined;
@@ -1171,16 +899,8 @@ export interface AdminSetUserPasswordRequest {
1171
899
 
1172
900
  Permanent?: boolean;
1173
901
  }
1174
- export declare namespace AdminSetUserPasswordRequest {
1175
-
1176
- const filterSensitiveLog: (obj: AdminSetUserPasswordRequest) => any;
1177
- }
1178
902
  export interface AdminSetUserPasswordResponse {
1179
903
  }
1180
- export declare namespace AdminSetUserPasswordResponse {
1181
-
1182
- const filterSensitiveLog: (obj: AdminSetUserPasswordResponse) => any;
1183
- }
1184
904
 
1185
905
  export interface AdminSetUserSettingsRequest {
1186
906
 
@@ -1190,17 +910,9 @@ export interface AdminSetUserSettingsRequest {
1190
910
 
1191
911
  MFAOptions: MFAOptionType[] | undefined;
1192
912
  }
1193
- export declare namespace AdminSetUserSettingsRequest {
1194
-
1195
- const filterSensitiveLog: (obj: AdminSetUserSettingsRequest) => any;
1196
- }
1197
913
 
1198
914
  export interface AdminSetUserSettingsResponse {
1199
915
  }
1200
- export declare namespace AdminSetUserSettingsResponse {
1201
-
1202
- const filterSensitiveLog: (obj: AdminSetUserSettingsResponse) => any;
1203
- }
1204
916
  export interface AdminUpdateAuthEventFeedbackRequest {
1205
917
 
1206
918
  UserPoolId: string | undefined;
@@ -1211,16 +923,8 @@ export interface AdminUpdateAuthEventFeedbackRequest {
1211
923
 
1212
924
  FeedbackValue: FeedbackValueType | string | undefined;
1213
925
  }
1214
- export declare namespace AdminUpdateAuthEventFeedbackRequest {
1215
-
1216
- const filterSensitiveLog: (obj: AdminUpdateAuthEventFeedbackRequest) => any;
1217
- }
1218
926
  export interface AdminUpdateAuthEventFeedbackResponse {
1219
927
  }
1220
- export declare namespace AdminUpdateAuthEventFeedbackResponse {
1221
-
1222
- const filterSensitiveLog: (obj: AdminUpdateAuthEventFeedbackResponse) => any;
1223
- }
1224
928
  export declare enum DeviceRememberedStatusType {
1225
929
  NOT_REMEMBERED = "not_remembered",
1226
930
  REMEMBERED = "remembered"
@@ -1236,17 +940,9 @@ export interface AdminUpdateDeviceStatusRequest {
1236
940
 
1237
941
  DeviceRememberedStatus?: DeviceRememberedStatusType | string;
1238
942
  }
1239
- export declare namespace AdminUpdateDeviceStatusRequest {
1240
-
1241
- const filterSensitiveLog: (obj: AdminUpdateDeviceStatusRequest) => any;
1242
- }
1243
943
 
1244
944
  export interface AdminUpdateDeviceStatusResponse {
1245
945
  }
1246
- export declare namespace AdminUpdateDeviceStatusResponse {
1247
-
1248
- const filterSensitiveLog: (obj: AdminUpdateDeviceStatusResponse) => any;
1249
- }
1250
946
 
1251
947
  export interface AdminUpdateUserAttributesRequest {
1252
948
 
@@ -1258,17 +954,9 @@ export interface AdminUpdateUserAttributesRequest {
1258
954
 
1259
955
  ClientMetadata?: Record<string, string>;
1260
956
  }
1261
- export declare namespace AdminUpdateUserAttributesRequest {
1262
-
1263
- const filterSensitiveLog: (obj: AdminUpdateUserAttributesRequest) => any;
1264
- }
1265
957
 
1266
958
  export interface AdminUpdateUserAttributesResponse {
1267
959
  }
1268
- export declare namespace AdminUpdateUserAttributesResponse {
1269
-
1270
- const filterSensitiveLog: (obj: AdminUpdateUserAttributesResponse) => any;
1271
- }
1272
960
 
1273
961
  export interface AdminUserGlobalSignOutRequest {
1274
962
 
@@ -1276,17 +964,9 @@ export interface AdminUserGlobalSignOutRequest {
1276
964
 
1277
965
  Username: string | undefined;
1278
966
  }
1279
- export declare namespace AdminUserGlobalSignOutRequest {
1280
-
1281
- const filterSensitiveLog: (obj: AdminUserGlobalSignOutRequest) => any;
1282
- }
1283
967
 
1284
968
  export interface AdminUserGlobalSignOutResponse {
1285
969
  }
1286
- export declare namespace AdminUserGlobalSignOutResponse {
1287
-
1288
- const filterSensitiveLog: (obj: AdminUserGlobalSignOutResponse) => any;
1289
- }
1290
970
  export declare enum AdvancedSecurityModeType {
1291
971
  AUDIT = "AUDIT",
1292
972
  ENFORCED = "ENFORCED",
@@ -1310,30 +990,18 @@ export interface AnalyticsConfigurationType {
1310
990
 
1311
991
  UserDataShared?: boolean;
1312
992
  }
1313
- export declare namespace AnalyticsConfigurationType {
1314
-
1315
- const filterSensitiveLog: (obj: AnalyticsConfigurationType) => any;
1316
- }
1317
993
  export interface AssociateSoftwareTokenRequest {
1318
994
 
1319
995
  AccessToken?: string;
1320
996
 
1321
997
  Session?: string;
1322
998
  }
1323
- export declare namespace AssociateSoftwareTokenRequest {
1324
-
1325
- const filterSensitiveLog: (obj: AssociateSoftwareTokenRequest) => any;
1326
- }
1327
999
  export interface AssociateSoftwareTokenResponse {
1328
1000
 
1329
1001
  SecretCode?: string;
1330
1002
 
1331
1003
  Session?: string;
1332
1004
  }
1333
- export declare namespace AssociateSoftwareTokenResponse {
1334
-
1335
- const filterSensitiveLog: (obj: AssociateSoftwareTokenResponse) => any;
1336
- }
1337
1005
 
1338
1006
  export declare class ConcurrentModificationException extends __BaseException {
1339
1007
  readonly name: "ConcurrentModificationException";
@@ -1354,17 +1022,9 @@ export interface ChangePasswordRequest {
1354
1022
 
1355
1023
  AccessToken: string | undefined;
1356
1024
  }
1357
- export declare namespace ChangePasswordRequest {
1358
-
1359
- const filterSensitiveLog: (obj: ChangePasswordRequest) => any;
1360
- }
1361
1025
 
1362
1026
  export interface ChangePasswordResponse {
1363
1027
  }
1364
- export declare namespace ChangePasswordResponse {
1365
-
1366
- const filterSensitiveLog: (obj: ChangePasswordResponse) => any;
1367
- }
1368
1028
 
1369
1029
  export interface DeviceSecretVerifierConfigType {
1370
1030
 
@@ -1372,10 +1032,6 @@ export interface DeviceSecretVerifierConfigType {
1372
1032
 
1373
1033
  Salt?: string;
1374
1034
  }
1375
- export declare namespace DeviceSecretVerifierConfigType {
1376
-
1377
- const filterSensitiveLog: (obj: DeviceSecretVerifierConfigType) => any;
1378
- }
1379
1035
 
1380
1036
  export interface ConfirmDeviceRequest {
1381
1037
 
@@ -1387,19 +1043,11 @@ export interface ConfirmDeviceRequest {
1387
1043
 
1388
1044
  DeviceName?: string;
1389
1045
  }
1390
- export declare namespace ConfirmDeviceRequest {
1391
-
1392
- const filterSensitiveLog: (obj: ConfirmDeviceRequest) => any;
1393
- }
1394
1046
 
1395
1047
  export interface ConfirmDeviceResponse {
1396
1048
 
1397
1049
  UserConfirmationNecessary?: boolean;
1398
1050
  }
1399
- export declare namespace ConfirmDeviceResponse {
1400
-
1401
- const filterSensitiveLog: (obj: ConfirmDeviceResponse) => any;
1402
- }
1403
1051
 
1404
1052
  export interface UserContextDataType {
1405
1053
 
@@ -1407,10 +1055,6 @@ export interface UserContextDataType {
1407
1055
 
1408
1056
  EncodedData?: string;
1409
1057
  }
1410
- export declare namespace UserContextDataType {
1411
-
1412
- const filterSensitiveLog: (obj: UserContextDataType) => any;
1413
- }
1414
1058
 
1415
1059
  export interface ConfirmForgotPasswordRequest {
1416
1060
 
@@ -1430,17 +1074,9 @@ export interface ConfirmForgotPasswordRequest {
1430
1074
 
1431
1075
  ClientMetadata?: Record<string, string>;
1432
1076
  }
1433
- export declare namespace ConfirmForgotPasswordRequest {
1434
-
1435
- const filterSensitiveLog: (obj: ConfirmForgotPasswordRequest) => any;
1436
- }
1437
1077
 
1438
1078
  export interface ConfirmForgotPasswordResponse {
1439
1079
  }
1440
- export declare namespace ConfirmForgotPasswordResponse {
1441
-
1442
- const filterSensitiveLog: (obj: ConfirmForgotPasswordResponse) => any;
1443
- }
1444
1080
 
1445
1081
  export interface ConfirmSignUpRequest {
1446
1082
 
@@ -1460,17 +1096,9 @@ export interface ConfirmSignUpRequest {
1460
1096
 
1461
1097
  ClientMetadata?: Record<string, string>;
1462
1098
  }
1463
- export declare namespace ConfirmSignUpRequest {
1464
-
1465
- const filterSensitiveLog: (obj: ConfirmSignUpRequest) => any;
1466
- }
1467
1099
 
1468
1100
  export interface ConfirmSignUpResponse {
1469
1101
  }
1470
- export declare namespace ConfirmSignUpResponse {
1471
-
1472
- const filterSensitiveLog: (obj: ConfirmSignUpResponse) => any;
1473
- }
1474
1102
  export interface CreateGroupRequest {
1475
1103
 
1476
1104
  GroupName: string | undefined;
@@ -1483,18 +1111,10 @@ export interface CreateGroupRequest {
1483
1111
 
1484
1112
  Precedence?: number;
1485
1113
  }
1486
- export declare namespace CreateGroupRequest {
1487
-
1488
- const filterSensitiveLog: (obj: CreateGroupRequest) => any;
1489
- }
1490
1114
  export interface CreateGroupResponse {
1491
1115
 
1492
1116
  Group?: GroupType;
1493
1117
  }
1494
- export declare namespace CreateGroupResponse {
1495
-
1496
- const filterSensitiveLog: (obj: CreateGroupResponse) => any;
1497
- }
1498
1118
 
1499
1119
  export declare class GroupExistsException extends __BaseException {
1500
1120
  readonly name: "GroupExistsException";
@@ -1524,10 +1144,6 @@ export interface CreateIdentityProviderRequest {
1524
1144
 
1525
1145
  IdpIdentifiers?: string[];
1526
1146
  }
1527
- export declare namespace CreateIdentityProviderRequest {
1528
-
1529
- const filterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
1530
- }
1531
1147
 
1532
1148
  export interface IdentityProviderType {
1533
1149
 
@@ -1547,18 +1163,10 @@ export interface IdentityProviderType {
1547
1163
 
1548
1164
  CreationDate?: Date;
1549
1165
  }
1550
- export declare namespace IdentityProviderType {
1551
-
1552
- const filterSensitiveLog: (obj: IdentityProviderType) => any;
1553
- }
1554
1166
  export interface CreateIdentityProviderResponse {
1555
1167
 
1556
1168
  IdentityProvider: IdentityProviderType | undefined;
1557
1169
  }
1558
- export declare namespace CreateIdentityProviderResponse {
1559
-
1560
- const filterSensitiveLog: (obj: CreateIdentityProviderResponse) => any;
1561
- }
1562
1170
 
1563
1171
  export declare class DuplicateProviderException extends __BaseException {
1564
1172
  readonly name: "DuplicateProviderException";
@@ -1573,10 +1181,6 @@ export interface ResourceServerScopeType {
1573
1181
 
1574
1182
  ScopeDescription: string | undefined;
1575
1183
  }
1576
- export declare namespace ResourceServerScopeType {
1577
-
1578
- const filterSensitiveLog: (obj: ResourceServerScopeType) => any;
1579
- }
1580
1184
  export interface CreateResourceServerRequest {
1581
1185
 
1582
1186
  UserPoolId: string | undefined;
@@ -1587,10 +1191,6 @@ export interface CreateResourceServerRequest {
1587
1191
 
1588
1192
  Scopes?: ResourceServerScopeType[];
1589
1193
  }
1590
- export declare namespace CreateResourceServerRequest {
1591
-
1592
- const filterSensitiveLog: (obj: CreateResourceServerRequest) => any;
1593
- }
1594
1194
 
1595
1195
  export interface ResourceServerType {
1596
1196
 
@@ -1602,18 +1202,10 @@ export interface ResourceServerType {
1602
1202
 
1603
1203
  Scopes?: ResourceServerScopeType[];
1604
1204
  }
1605
- export declare namespace ResourceServerType {
1606
-
1607
- const filterSensitiveLog: (obj: ResourceServerType) => any;
1608
- }
1609
1205
  export interface CreateResourceServerResponse {
1610
1206
 
1611
1207
  ResourceServer: ResourceServerType | undefined;
1612
1208
  }
1613
- export declare namespace CreateResourceServerResponse {
1614
-
1615
- const filterSensitiveLog: (obj: CreateResourceServerResponse) => any;
1616
- }
1617
1209
 
1618
1210
  export interface CreateUserImportJobRequest {
1619
1211
 
@@ -1623,10 +1215,6 @@ export interface CreateUserImportJobRequest {
1623
1215
 
1624
1216
  CloudWatchLogsRoleArn: string | undefined;
1625
1217
  }
1626
- export declare namespace CreateUserImportJobRequest {
1627
-
1628
- const filterSensitiveLog: (obj: CreateUserImportJobRequest) => any;
1629
- }
1630
1218
  export declare enum UserImportJobStatusType {
1631
1219
  Created = "Created",
1632
1220
  Expired = "Expired",
@@ -1666,19 +1254,11 @@ export interface UserImportJobType {
1666
1254
 
1667
1255
  CompletionMessage?: string;
1668
1256
  }
1669
- export declare namespace UserImportJobType {
1670
-
1671
- const filterSensitiveLog: (obj: UserImportJobType) => any;
1672
- }
1673
1257
 
1674
1258
  export interface CreateUserImportJobResponse {
1675
1259
 
1676
1260
  UserImportJob?: UserImportJobType;
1677
1261
  }
1678
- export declare namespace CreateUserImportJobResponse {
1679
-
1680
- const filterSensitiveLog: (obj: CreateUserImportJobResponse) => any;
1681
- }
1682
1262
 
1683
1263
  export interface DeviceConfigurationType {
1684
1264
 
@@ -1686,10 +1266,6 @@ export interface DeviceConfigurationType {
1686
1266
 
1687
1267
  DeviceOnlyRememberedOnUserPrompt?: boolean;
1688
1268
  }
1689
- export declare namespace DeviceConfigurationType {
1690
-
1691
- const filterSensitiveLog: (obj: DeviceConfigurationType) => any;
1692
- }
1693
1269
  export declare enum EmailSendingAccountType {
1694
1270
  COGNITO_DEFAULT = "COGNITO_DEFAULT",
1695
1271
  DEVELOPER = "DEVELOPER"
@@ -1707,10 +1283,6 @@ export interface EmailConfigurationType {
1707
1283
 
1708
1284
  ConfigurationSet?: string;
1709
1285
  }
1710
- export declare namespace EmailConfigurationType {
1711
-
1712
- const filterSensitiveLog: (obj: EmailConfigurationType) => any;
1713
- }
1714
1286
  export declare enum CustomEmailSenderLambdaVersionType {
1715
1287
  V1_0 = "V1_0"
1716
1288
  }
@@ -1721,10 +1293,6 @@ export interface CustomEmailLambdaVersionConfigType {
1721
1293
 
1722
1294
  LambdaArn: string | undefined;
1723
1295
  }
1724
- export declare namespace CustomEmailLambdaVersionConfigType {
1725
-
1726
- const filterSensitiveLog: (obj: CustomEmailLambdaVersionConfigType) => any;
1727
- }
1728
1296
  export declare enum CustomSMSSenderLambdaVersionType {
1729
1297
  V1_0 = "V1_0"
1730
1298
  }
@@ -1735,10 +1303,6 @@ export interface CustomSMSLambdaVersionConfigType {
1735
1303
 
1736
1304
  LambdaArn: string | undefined;
1737
1305
  }
1738
- export declare namespace CustomSMSLambdaVersionConfigType {
1739
-
1740
- const filterSensitiveLog: (obj: CustomSMSLambdaVersionConfigType) => any;
1741
- }
1742
1306
 
1743
1307
  export interface LambdaConfigType {
1744
1308
 
@@ -1768,10 +1332,6 @@ export interface LambdaConfigType {
1768
1332
 
1769
1333
  KMSKeyID?: string;
1770
1334
  }
1771
- export declare namespace LambdaConfigType {
1772
-
1773
- const filterSensitiveLog: (obj: LambdaConfigType) => any;
1774
- }
1775
1335
  export declare enum UserPoolMfaType {
1776
1336
  OFF = "OFF",
1777
1337
  ON = "ON",
@@ -1792,19 +1352,11 @@ export interface PasswordPolicyType {
1792
1352
 
1793
1353
  TemporaryPasswordValidityDays?: number;
1794
1354
  }
1795
- export declare namespace PasswordPolicyType {
1796
-
1797
- const filterSensitiveLog: (obj: PasswordPolicyType) => any;
1798
- }
1799
1355
 
1800
1356
  export interface UserPoolPolicyType {
1801
1357
 
1802
1358
  PasswordPolicy?: PasswordPolicyType;
1803
1359
  }
1804
- export declare namespace UserPoolPolicyType {
1805
-
1806
- const filterSensitiveLog: (obj: UserPoolPolicyType) => any;
1807
- }
1808
1360
 
1809
1361
  export interface SmsConfigurationType {
1810
1362
 
@@ -1814,19 +1366,11 @@ export interface SmsConfigurationType {
1814
1366
 
1815
1367
  SnsRegion?: string;
1816
1368
  }
1817
- export declare namespace SmsConfigurationType {
1818
-
1819
- const filterSensitiveLog: (obj: SmsConfigurationType) => any;
1820
- }
1821
1369
 
1822
1370
  export interface UserAttributeUpdateSettingsType {
1823
1371
 
1824
1372
  AttributesRequireVerificationBeforeUpdate?: (VerifiedAttributeType | string)[];
1825
1373
  }
1826
- export declare namespace UserAttributeUpdateSettingsType {
1827
-
1828
- const filterSensitiveLog: (obj: UserAttributeUpdateSettingsType) => any;
1829
- }
1830
1374
  export declare enum UsernameAttributeType {
1831
1375
  EMAIL = "email",
1832
1376
  PHONE_NUMBER = "phone_number"
@@ -1836,19 +1380,11 @@ export interface UsernameConfigurationType {
1836
1380
 
1837
1381
  CaseSensitive: boolean | undefined;
1838
1382
  }
1839
- export declare namespace UsernameConfigurationType {
1840
-
1841
- const filterSensitiveLog: (obj: UsernameConfigurationType) => any;
1842
- }
1843
1383
 
1844
1384
  export interface UserPoolAddOnsType {
1845
1385
 
1846
1386
  AdvancedSecurityMode: AdvancedSecurityModeType | string | undefined;
1847
1387
  }
1848
- export declare namespace UserPoolAddOnsType {
1849
-
1850
- const filterSensitiveLog: (obj: UserPoolAddOnsType) => any;
1851
- }
1852
1388
  export declare enum DefaultEmailOptionType {
1853
1389
  CONFIRM_WITH_CODE = "CONFIRM_WITH_CODE",
1854
1390
  CONFIRM_WITH_LINK = "CONFIRM_WITH_LINK"
@@ -1868,10 +1404,6 @@ export interface VerificationMessageTemplateType {
1868
1404
 
1869
1405
  DefaultEmailOption?: DefaultEmailOptionType | string;
1870
1406
  }
1871
- export declare namespace VerificationMessageTemplateType {
1872
-
1873
- const filterSensitiveLog: (obj: VerificationMessageTemplateType) => any;
1874
- }
1875
1407
 
1876
1408
  export interface CreateUserPoolRequest {
1877
1409
 
@@ -1919,10 +1451,6 @@ export interface CreateUserPoolRequest {
1919
1451
 
1920
1452
  AccountRecoverySetting?: AccountRecoverySettingType;
1921
1453
  }
1922
- export declare namespace CreateUserPoolRequest {
1923
-
1924
- const filterSensitiveLog: (obj: CreateUserPoolRequest) => any;
1925
- }
1926
1454
  export declare enum StatusType {
1927
1455
  Disabled = "Disabled",
1928
1456
  Enabled = "Enabled"
@@ -1994,19 +1522,11 @@ export interface UserPoolType {
1994
1522
 
1995
1523
  AccountRecoverySetting?: AccountRecoverySettingType;
1996
1524
  }
1997
- export declare namespace UserPoolType {
1998
-
1999
- const filterSensitiveLog: (obj: UserPoolType) => any;
2000
- }
2001
1525
 
2002
1526
  export interface CreateUserPoolResponse {
2003
1527
 
2004
1528
  UserPool?: UserPoolType;
2005
1529
  }
2006
- export declare namespace CreateUserPoolResponse {
2007
-
2008
- const filterSensitiveLog: (obj: CreateUserPoolResponse) => any;
2009
- }
2010
1530
 
2011
1531
  export declare class UserPoolTaggingException extends __BaseException {
2012
1532
  readonly name: "UserPoolTaggingException";
@@ -2048,10 +1568,6 @@ export interface TokenValidityUnitsType {
2048
1568
 
2049
1569
  RefreshToken?: TimeUnitsType | string;
2050
1570
  }
2051
- export declare namespace TokenValidityUnitsType {
2052
-
2053
- const filterSensitiveLog: (obj: TokenValidityUnitsType) => any;
2054
- }
2055
1571
 
2056
1572
  export interface CreateUserPoolClientRequest {
2057
1573
 
@@ -2097,10 +1613,6 @@ export interface CreateUserPoolClientRequest {
2097
1613
 
2098
1614
  EnablePropagateAdditionalUserContextData?: boolean;
2099
1615
  }
2100
- export declare namespace CreateUserPoolClientRequest {
2101
-
2102
- const filterSensitiveLog: (obj: CreateUserPoolClientRequest) => any;
2103
- }
2104
1616
 
2105
1617
  export interface UserPoolClientType {
2106
1618
 
@@ -2152,19 +1664,11 @@ export interface UserPoolClientType {
2152
1664
 
2153
1665
  EnablePropagateAdditionalUserContextData?: boolean;
2154
1666
  }
2155
- export declare namespace UserPoolClientType {
2156
-
2157
- const filterSensitiveLog: (obj: UserPoolClientType) => any;
2158
- }
2159
1667
 
2160
1668
  export interface CreateUserPoolClientResponse {
2161
1669
 
2162
1670
  UserPoolClient?: UserPoolClientType;
2163
1671
  }
2164
- export declare namespace CreateUserPoolClientResponse {
2165
-
2166
- const filterSensitiveLog: (obj: CreateUserPoolClientResponse) => any;
2167
- }
2168
1672
 
2169
1673
  export declare class InvalidOAuthFlowException extends __BaseException {
2170
1674
  readonly name: "InvalidOAuthFlowException";
@@ -2184,10 +1688,6 @@ export interface CustomDomainConfigType {
2184
1688
 
2185
1689
  CertificateArn: string | undefined;
2186
1690
  }
2187
- export declare namespace CustomDomainConfigType {
2188
-
2189
- const filterSensitiveLog: (obj: CustomDomainConfigType) => any;
2190
- }
2191
1691
  export interface CreateUserPoolDomainRequest {
2192
1692
 
2193
1693
  Domain: string | undefined;
@@ -2196,38 +1696,22 @@ export interface CreateUserPoolDomainRequest {
2196
1696
 
2197
1697
  CustomDomainConfig?: CustomDomainConfigType;
2198
1698
  }
2199
- export declare namespace CreateUserPoolDomainRequest {
2200
-
2201
- const filterSensitiveLog: (obj: CreateUserPoolDomainRequest) => any;
2202
- }
2203
1699
  export interface CreateUserPoolDomainResponse {
2204
1700
 
2205
1701
  CloudFrontDomain?: string;
2206
1702
  }
2207
- export declare namespace CreateUserPoolDomainResponse {
2208
-
2209
- const filterSensitiveLog: (obj: CreateUserPoolDomainResponse) => any;
2210
- }
2211
1703
  export interface DeleteGroupRequest {
2212
1704
 
2213
1705
  GroupName: string | undefined;
2214
1706
 
2215
1707
  UserPoolId: string | undefined;
2216
1708
  }
2217
- export declare namespace DeleteGroupRequest {
2218
-
2219
- const filterSensitiveLog: (obj: DeleteGroupRequest) => any;
2220
- }
2221
1709
  export interface DeleteIdentityProviderRequest {
2222
1710
 
2223
1711
  UserPoolId: string | undefined;
2224
1712
 
2225
1713
  ProviderName: string | undefined;
2226
1714
  }
2227
- export declare namespace DeleteIdentityProviderRequest {
2228
-
2229
- const filterSensitiveLog: (obj: DeleteIdentityProviderRequest) => any;
2230
- }
2231
1715
 
2232
1716
  export declare class UnsupportedIdentityProviderException extends __BaseException {
2233
1717
  readonly name: "UnsupportedIdentityProviderException";
@@ -2241,19 +1725,11 @@ export interface DeleteResourceServerRequest {
2241
1725
 
2242
1726
  Identifier: string | undefined;
2243
1727
  }
2244
- export declare namespace DeleteResourceServerRequest {
2245
-
2246
- const filterSensitiveLog: (obj: DeleteResourceServerRequest) => any;
2247
- }
2248
1728
 
2249
1729
  export interface DeleteUserRequest {
2250
1730
 
2251
1731
  AccessToken: string | undefined;
2252
1732
  }
2253
- export declare namespace DeleteUserRequest {
2254
-
2255
- const filterSensitiveLog: (obj: DeleteUserRequest) => any;
2256
- }
2257
1733
 
2258
1734
  export interface DeleteUserAttributesRequest {
2259
1735
 
@@ -2261,26 +1737,14 @@ export interface DeleteUserAttributesRequest {
2261
1737
 
2262
1738
  AccessToken: string | undefined;
2263
1739
  }
2264
- export declare namespace DeleteUserAttributesRequest {
2265
-
2266
- const filterSensitiveLog: (obj: DeleteUserAttributesRequest) => any;
2267
- }
2268
1740
 
2269
1741
  export interface DeleteUserAttributesResponse {
2270
1742
  }
2271
- export declare namespace DeleteUserAttributesResponse {
2272
-
2273
- const filterSensitiveLog: (obj: DeleteUserAttributesResponse) => any;
2274
- }
2275
1743
 
2276
1744
  export interface DeleteUserPoolRequest {
2277
1745
 
2278
1746
  UserPoolId: string | undefined;
2279
1747
  }
2280
- export declare namespace DeleteUserPoolRequest {
2281
-
2282
- const filterSensitiveLog: (obj: DeleteUserPoolRequest) => any;
2283
- }
2284
1748
 
2285
1749
  export interface DeleteUserPoolClientRequest {
2286
1750
 
@@ -2288,72 +1752,40 @@ export interface DeleteUserPoolClientRequest {
2288
1752
 
2289
1753
  ClientId: string | undefined;
2290
1754
  }
2291
- export declare namespace DeleteUserPoolClientRequest {
2292
-
2293
- const filterSensitiveLog: (obj: DeleteUserPoolClientRequest) => any;
2294
- }
2295
1755
  export interface DeleteUserPoolDomainRequest {
2296
1756
 
2297
1757
  Domain: string | undefined;
2298
1758
 
2299
1759
  UserPoolId: string | undefined;
2300
1760
  }
2301
- export declare namespace DeleteUserPoolDomainRequest {
2302
-
2303
- const filterSensitiveLog: (obj: DeleteUserPoolDomainRequest) => any;
2304
- }
2305
1761
  export interface DeleteUserPoolDomainResponse {
2306
1762
  }
2307
- export declare namespace DeleteUserPoolDomainResponse {
2308
-
2309
- const filterSensitiveLog: (obj: DeleteUserPoolDomainResponse) => any;
2310
- }
2311
1763
  export interface DescribeIdentityProviderRequest {
2312
1764
 
2313
1765
  UserPoolId: string | undefined;
2314
1766
 
2315
1767
  ProviderName: string | undefined;
2316
1768
  }
2317
- export declare namespace DescribeIdentityProviderRequest {
2318
-
2319
- const filterSensitiveLog: (obj: DescribeIdentityProviderRequest) => any;
2320
- }
2321
1769
  export interface DescribeIdentityProviderResponse {
2322
1770
 
2323
1771
  IdentityProvider: IdentityProviderType | undefined;
2324
1772
  }
2325
- export declare namespace DescribeIdentityProviderResponse {
2326
-
2327
- const filterSensitiveLog: (obj: DescribeIdentityProviderResponse) => any;
2328
- }
2329
1773
  export interface DescribeResourceServerRequest {
2330
1774
 
2331
1775
  UserPoolId: string | undefined;
2332
1776
 
2333
1777
  Identifier: string | undefined;
2334
1778
  }
2335
- export declare namespace DescribeResourceServerRequest {
2336
-
2337
- const filterSensitiveLog: (obj: DescribeResourceServerRequest) => any;
2338
- }
2339
1779
  export interface DescribeResourceServerResponse {
2340
1780
 
2341
1781
  ResourceServer: ResourceServerType | undefined;
2342
1782
  }
2343
- export declare namespace DescribeResourceServerResponse {
2344
-
2345
- const filterSensitiveLog: (obj: DescribeResourceServerResponse) => any;
2346
- }
2347
1783
  export interface DescribeRiskConfigurationRequest {
2348
1784
 
2349
1785
  UserPoolId: string | undefined;
2350
1786
 
2351
1787
  ClientId?: string;
2352
1788
  }
2353
- export declare namespace DescribeRiskConfigurationRequest {
2354
-
2355
- const filterSensitiveLog: (obj: DescribeRiskConfigurationRequest) => any;
2356
- }
2357
1789
  export declare enum CompromisedCredentialsEventActionType {
2358
1790
  BLOCK = "BLOCK",
2359
1791
  NO_ACTION = "NO_ACTION"
@@ -2363,10 +1795,6 @@ export interface CompromisedCredentialsActionsType {
2363
1795
 
2364
1796
  EventAction: CompromisedCredentialsEventActionType | string | undefined;
2365
1797
  }
2366
- export declare namespace CompromisedCredentialsActionsType {
2367
-
2368
- const filterSensitiveLog: (obj: CompromisedCredentialsActionsType) => any;
2369
- }
2370
1798
  export declare enum EventFilterType {
2371
1799
  PASSWORD_CHANGE = "PASSWORD_CHANGE",
2372
1800
  SIGN_IN = "SIGN_IN",
@@ -2379,10 +1807,6 @@ export interface CompromisedCredentialsRiskConfigurationType {
2379
1807
 
2380
1808
  Actions: CompromisedCredentialsActionsType | undefined;
2381
1809
  }
2382
- export declare namespace CompromisedCredentialsRiskConfigurationType {
2383
-
2384
- const filterSensitiveLog: (obj: CompromisedCredentialsRiskConfigurationType) => any;
2385
- }
2386
1810
 
2387
1811
  export interface RiskExceptionConfigurationType {
2388
1812
 
@@ -2390,10 +1814,6 @@ export interface RiskExceptionConfigurationType {
2390
1814
 
2391
1815
  SkippedIPRangeList?: string[];
2392
1816
  }
2393
- export declare namespace RiskExceptionConfigurationType {
2394
-
2395
- const filterSensitiveLog: (obj: RiskExceptionConfigurationType) => any;
2396
- }
2397
1817
 
2398
1818
  export interface RiskConfigurationType {
2399
1819
 
@@ -2409,18 +1829,10 @@ export interface RiskConfigurationType {
2409
1829
 
2410
1830
  LastModifiedDate?: Date;
2411
1831
  }
2412
- export declare namespace RiskConfigurationType {
2413
-
2414
- const filterSensitiveLog: (obj: RiskConfigurationType) => any;
2415
- }
2416
1832
  export interface DescribeRiskConfigurationResponse {
2417
1833
 
2418
1834
  RiskConfiguration: RiskConfigurationType | undefined;
2419
1835
  }
2420
- export declare namespace DescribeRiskConfigurationResponse {
2421
-
2422
- const filterSensitiveLog: (obj: DescribeRiskConfigurationResponse) => any;
2423
- }
2424
1836
 
2425
1837
  export interface DescribeUserImportJobRequest {
2426
1838
 
@@ -2428,37 +1840,21 @@ export interface DescribeUserImportJobRequest {
2428
1840
 
2429
1841
  JobId: string | undefined;
2430
1842
  }
2431
- export declare namespace DescribeUserImportJobRequest {
2432
-
2433
- const filterSensitiveLog: (obj: DescribeUserImportJobRequest) => any;
2434
- }
2435
1843
 
2436
1844
  export interface DescribeUserImportJobResponse {
2437
1845
 
2438
1846
  UserImportJob?: UserImportJobType;
2439
1847
  }
2440
- export declare namespace DescribeUserImportJobResponse {
2441
-
2442
- const filterSensitiveLog: (obj: DescribeUserImportJobResponse) => any;
2443
- }
2444
1848
 
2445
1849
  export interface DescribeUserPoolRequest {
2446
1850
 
2447
1851
  UserPoolId: string | undefined;
2448
1852
  }
2449
- export declare namespace DescribeUserPoolRequest {
2450
-
2451
- const filterSensitiveLog: (obj: DescribeUserPoolRequest) => any;
2452
- }
2453
1853
 
2454
1854
  export interface DescribeUserPoolResponse {
2455
1855
 
2456
1856
  UserPool?: UserPoolType;
2457
1857
  }
2458
- export declare namespace DescribeUserPoolResponse {
2459
-
2460
- const filterSensitiveLog: (obj: DescribeUserPoolResponse) => any;
2461
- }
2462
1858
 
2463
1859
  export interface DescribeUserPoolClientRequest {
2464
1860
 
@@ -2466,27 +1862,15 @@ export interface DescribeUserPoolClientRequest {
2466
1862
 
2467
1863
  ClientId: string | undefined;
2468
1864
  }
2469
- export declare namespace DescribeUserPoolClientRequest {
2470
-
2471
- const filterSensitiveLog: (obj: DescribeUserPoolClientRequest) => any;
2472
- }
2473
1865
 
2474
1866
  export interface DescribeUserPoolClientResponse {
2475
1867
 
2476
1868
  UserPoolClient?: UserPoolClientType;
2477
1869
  }
2478
- export declare namespace DescribeUserPoolClientResponse {
2479
-
2480
- const filterSensitiveLog: (obj: DescribeUserPoolClientResponse) => any;
2481
- }
2482
1870
  export interface DescribeUserPoolDomainRequest {
2483
1871
 
2484
1872
  Domain: string | undefined;
2485
1873
  }
2486
- export declare namespace DescribeUserPoolDomainRequest {
2487
-
2488
- const filterSensitiveLog: (obj: DescribeUserPoolDomainRequest) => any;
2489
- }
2490
1874
  export declare enum DomainStatusType {
2491
1875
  ACTIVE = "ACTIVE",
2492
1876
  CREATING = "CREATING",
@@ -2513,18 +1897,10 @@ export interface DomainDescriptionType {
2513
1897
 
2514
1898
  CustomDomainConfig?: CustomDomainConfigType;
2515
1899
  }
2516
- export declare namespace DomainDescriptionType {
2517
-
2518
- const filterSensitiveLog: (obj: DomainDescriptionType) => any;
2519
- }
2520
1900
  export interface DescribeUserPoolDomainResponse {
2521
1901
 
2522
1902
  DomainDescription?: DomainDescriptionType;
2523
1903
  }
2524
- export declare namespace DescribeUserPoolDomainResponse {
2525
-
2526
- const filterSensitiveLog: (obj: DescribeUserPoolDomainResponse) => any;
2527
- }
2528
1904
 
2529
1905
  export interface ForgetDeviceRequest {
2530
1906
 
@@ -2532,10 +1908,6 @@ export interface ForgetDeviceRequest {
2532
1908
 
2533
1909
  DeviceKey: string | undefined;
2534
1910
  }
2535
- export declare namespace ForgetDeviceRequest {
2536
-
2537
- const filterSensitiveLog: (obj: ForgetDeviceRequest) => any;
2538
- }
2539
1911
 
2540
1912
  export interface ForgotPasswordRequest {
2541
1913
 
@@ -2551,10 +1923,6 @@ export interface ForgotPasswordRequest {
2551
1923
 
2552
1924
  ClientMetadata?: Record<string, string>;
2553
1925
  }
2554
- export declare namespace ForgotPasswordRequest {
2555
-
2556
- const filterSensitiveLog: (obj: ForgotPasswordRequest) => any;
2557
- }
2558
1926
 
2559
1927
  export interface CodeDeliveryDetailsType {
2560
1928
 
@@ -2564,28 +1932,16 @@ export interface CodeDeliveryDetailsType {
2564
1932
 
2565
1933
  AttributeName?: string;
2566
1934
  }
2567
- export declare namespace CodeDeliveryDetailsType {
2568
-
2569
- const filterSensitiveLog: (obj: CodeDeliveryDetailsType) => any;
2570
- }
2571
1935
 
2572
1936
  export interface ForgotPasswordResponse {
2573
1937
 
2574
1938
  CodeDeliveryDetails?: CodeDeliveryDetailsType;
2575
1939
  }
2576
- export declare namespace ForgotPasswordResponse {
2577
-
2578
- const filterSensitiveLog: (obj: ForgotPasswordResponse) => any;
2579
- }
2580
1940
 
2581
1941
  export interface GetCSVHeaderRequest {
2582
1942
 
2583
1943
  UserPoolId: string | undefined;
2584
1944
  }
2585
- export declare namespace GetCSVHeaderRequest {
2586
-
2587
- const filterSensitiveLog: (obj: GetCSVHeaderRequest) => any;
2588
- }
2589
1945
 
2590
1946
  export interface GetCSVHeaderResponse {
2591
1947
 
@@ -2593,10 +1949,6 @@ export interface GetCSVHeaderResponse {
2593
1949
 
2594
1950
  CSVHeader?: string[];
2595
1951
  }
2596
- export declare namespace GetCSVHeaderResponse {
2597
-
2598
- const filterSensitiveLog: (obj: GetCSVHeaderResponse) => any;
2599
- }
2600
1952
 
2601
1953
  export interface GetDeviceRequest {
2602
1954
 
@@ -2604,83 +1956,47 @@ export interface GetDeviceRequest {
2604
1956
 
2605
1957
  AccessToken?: string;
2606
1958
  }
2607
- export declare namespace GetDeviceRequest {
2608
-
2609
- const filterSensitiveLog: (obj: GetDeviceRequest) => any;
2610
- }
2611
1959
 
2612
1960
  export interface GetDeviceResponse {
2613
1961
 
2614
1962
  Device: DeviceType | undefined;
2615
1963
  }
2616
- export declare namespace GetDeviceResponse {
2617
-
2618
- const filterSensitiveLog: (obj: GetDeviceResponse) => any;
2619
- }
2620
1964
  export interface GetGroupRequest {
2621
1965
 
2622
1966
  GroupName: string | undefined;
2623
1967
 
2624
1968
  UserPoolId: string | undefined;
2625
1969
  }
2626
- export declare namespace GetGroupRequest {
2627
-
2628
- const filterSensitiveLog: (obj: GetGroupRequest) => any;
2629
- }
2630
1970
  export interface GetGroupResponse {
2631
1971
 
2632
1972
  Group?: GroupType;
2633
1973
  }
2634
- export declare namespace GetGroupResponse {
2635
-
2636
- const filterSensitiveLog: (obj: GetGroupResponse) => any;
2637
- }
2638
1974
  export interface GetIdentityProviderByIdentifierRequest {
2639
1975
 
2640
1976
  UserPoolId: string | undefined;
2641
1977
 
2642
1978
  IdpIdentifier: string | undefined;
2643
1979
  }
2644
- export declare namespace GetIdentityProviderByIdentifierRequest {
2645
-
2646
- const filterSensitiveLog: (obj: GetIdentityProviderByIdentifierRequest) => any;
2647
- }
2648
1980
  export interface GetIdentityProviderByIdentifierResponse {
2649
1981
 
2650
1982
  IdentityProvider: IdentityProviderType | undefined;
2651
1983
  }
2652
- export declare namespace GetIdentityProviderByIdentifierResponse {
2653
-
2654
- const filterSensitiveLog: (obj: GetIdentityProviderByIdentifierResponse) => any;
2655
- }
2656
1984
 
2657
1985
  export interface GetSigningCertificateRequest {
2658
1986
 
2659
1987
  UserPoolId: string | undefined;
2660
1988
  }
2661
- export declare namespace GetSigningCertificateRequest {
2662
-
2663
- const filterSensitiveLog: (obj: GetSigningCertificateRequest) => any;
2664
- }
2665
1989
 
2666
1990
  export interface GetSigningCertificateResponse {
2667
1991
 
2668
1992
  Certificate?: string;
2669
1993
  }
2670
- export declare namespace GetSigningCertificateResponse {
2671
-
2672
- const filterSensitiveLog: (obj: GetSigningCertificateResponse) => any;
2673
- }
2674
1994
  export interface GetUICustomizationRequest {
2675
1995
 
2676
1996
  UserPoolId: string | undefined;
2677
1997
 
2678
1998
  ClientId?: string;
2679
1999
  }
2680
- export declare namespace GetUICustomizationRequest {
2681
-
2682
- const filterSensitiveLog: (obj: GetUICustomizationRequest) => any;
2683
- }
2684
2000
 
2685
2001
  export interface UICustomizationType {
2686
2002
 
@@ -2698,27 +2014,15 @@ export interface UICustomizationType {
2698
2014
 
2699
2015
  CreationDate?: Date;
2700
2016
  }
2701
- export declare namespace UICustomizationType {
2702
-
2703
- const filterSensitiveLog: (obj: UICustomizationType) => any;
2704
- }
2705
2017
  export interface GetUICustomizationResponse {
2706
2018
 
2707
2019
  UICustomization: UICustomizationType | undefined;
2708
2020
  }
2709
- export declare namespace GetUICustomizationResponse {
2710
-
2711
- const filterSensitiveLog: (obj: GetUICustomizationResponse) => any;
2712
- }
2713
2021
 
2714
2022
  export interface GetUserRequest {
2715
2023
 
2716
2024
  AccessToken: string | undefined;
2717
2025
  }
2718
- export declare namespace GetUserRequest {
2719
-
2720
- const filterSensitiveLog: (obj: GetUserRequest) => any;
2721
- }
2722
2026
 
2723
2027
  export interface GetUserResponse {
2724
2028
 
@@ -2732,10 +2036,6 @@ export interface GetUserResponse {
2732
2036
 
2733
2037
  UserMFASettingList?: string[];
2734
2038
  }
2735
- export declare namespace GetUserResponse {
2736
-
2737
- const filterSensitiveLog: (obj: GetUserResponse) => any;
2738
- }
2739
2039
 
2740
2040
  export interface GetUserAttributeVerificationCodeRequest {
2741
2041
 
@@ -2745,27 +2045,15 @@ export interface GetUserAttributeVerificationCodeRequest {
2745
2045
 
2746
2046
  ClientMetadata?: Record<string, string>;
2747
2047
  }
2748
- export declare namespace GetUserAttributeVerificationCodeRequest {
2749
-
2750
- const filterSensitiveLog: (obj: GetUserAttributeVerificationCodeRequest) => any;
2751
- }
2752
2048
 
2753
2049
  export interface GetUserAttributeVerificationCodeResponse {
2754
2050
 
2755
2051
  CodeDeliveryDetails?: CodeDeliveryDetailsType;
2756
2052
  }
2757
- export declare namespace GetUserAttributeVerificationCodeResponse {
2758
-
2759
- const filterSensitiveLog: (obj: GetUserAttributeVerificationCodeResponse) => any;
2760
- }
2761
2053
  export interface GetUserPoolMfaConfigRequest {
2762
2054
 
2763
2055
  UserPoolId: string | undefined;
2764
2056
  }
2765
- export declare namespace GetUserPoolMfaConfigRequest {
2766
-
2767
- const filterSensitiveLog: (obj: GetUserPoolMfaConfigRequest) => any;
2768
- }
2769
2057
 
2770
2058
  export interface SmsMfaConfigType {
2771
2059
 
@@ -2773,19 +2061,11 @@ export interface SmsMfaConfigType {
2773
2061
 
2774
2062
  SmsConfiguration?: SmsConfigurationType;
2775
2063
  }
2776
- export declare namespace SmsMfaConfigType {
2777
-
2778
- const filterSensitiveLog: (obj: SmsMfaConfigType) => any;
2779
- }
2780
2064
 
2781
2065
  export interface SoftwareTokenMfaConfigType {
2782
2066
 
2783
2067
  Enabled?: boolean;
2784
2068
  }
2785
- export declare namespace SoftwareTokenMfaConfigType {
2786
-
2787
- const filterSensitiveLog: (obj: SoftwareTokenMfaConfigType) => any;
2788
- }
2789
2069
  export interface GetUserPoolMfaConfigResponse {
2790
2070
 
2791
2071
  SmsMfaConfiguration?: SmsMfaConfigType;
@@ -2794,26 +2074,14 @@ export interface GetUserPoolMfaConfigResponse {
2794
2074
 
2795
2075
  MfaConfiguration?: UserPoolMfaType | string;
2796
2076
  }
2797
- export declare namespace GetUserPoolMfaConfigResponse {
2798
-
2799
- const filterSensitiveLog: (obj: GetUserPoolMfaConfigResponse) => any;
2800
- }
2801
2077
 
2802
2078
  export interface GlobalSignOutRequest {
2803
2079
 
2804
2080
  AccessToken: string | undefined;
2805
2081
  }
2806
- export declare namespace GlobalSignOutRequest {
2807
-
2808
- const filterSensitiveLog: (obj: GlobalSignOutRequest) => any;
2809
- }
2810
2082
 
2811
2083
  export interface GlobalSignOutResponse {
2812
2084
  }
2813
- export declare namespace GlobalSignOutResponse {
2814
-
2815
- const filterSensitiveLog: (obj: GlobalSignOutResponse) => any;
2816
- }
2817
2085
 
2818
2086
  export interface InitiateAuthRequest {
2819
2087
 
@@ -2829,10 +2097,6 @@ export interface InitiateAuthRequest {
2829
2097
 
2830
2098
  UserContextData?: UserContextDataType;
2831
2099
  }
2832
- export declare namespace InitiateAuthRequest {
2833
-
2834
- const filterSensitiveLog: (obj: InitiateAuthRequest) => any;
2835
- }
2836
2100
 
2837
2101
  export interface InitiateAuthResponse {
2838
2102
 
@@ -2844,10 +2108,6 @@ export interface InitiateAuthResponse {
2844
2108
 
2845
2109
  AuthenticationResult?: AuthenticationResultType;
2846
2110
  }
2847
- export declare namespace InitiateAuthResponse {
2848
-
2849
- const filterSensitiveLog: (obj: InitiateAuthResponse) => any;
2850
- }
2851
2111
 
2852
2112
  export interface ListDevicesRequest {
2853
2113
 
@@ -2857,10 +2117,6 @@ export interface ListDevicesRequest {
2857
2117
 
2858
2118
  PaginationToken?: string;
2859
2119
  }
2860
- export declare namespace ListDevicesRequest {
2861
-
2862
- const filterSensitiveLog: (obj: ListDevicesRequest) => any;
2863
- }
2864
2120
 
2865
2121
  export interface ListDevicesResponse {
2866
2122
 
@@ -2868,10 +2124,6 @@ export interface ListDevicesResponse {
2868
2124
 
2869
2125
  PaginationToken?: string;
2870
2126
  }
2871
- export declare namespace ListDevicesResponse {
2872
-
2873
- const filterSensitiveLog: (obj: ListDevicesResponse) => any;
2874
- }
2875
2127
  export interface ListGroupsRequest {
2876
2128
 
2877
2129
  UserPoolId: string | undefined;
@@ -2880,20 +2132,12 @@ export interface ListGroupsRequest {
2880
2132
 
2881
2133
  NextToken?: string;
2882
2134
  }
2883
- export declare namespace ListGroupsRequest {
2884
-
2885
- const filterSensitiveLog: (obj: ListGroupsRequest) => any;
2886
- }
2887
2135
  export interface ListGroupsResponse {
2888
2136
 
2889
2137
  Groups?: GroupType[];
2890
2138
 
2891
2139
  NextToken?: string;
2892
2140
  }
2893
- export declare namespace ListGroupsResponse {
2894
-
2895
- const filterSensitiveLog: (obj: ListGroupsResponse) => any;
2896
- }
2897
2141
  export interface ListIdentityProvidersRequest {
2898
2142
 
2899
2143
  UserPoolId: string | undefined;
@@ -2902,10 +2146,6 @@ export interface ListIdentityProvidersRequest {
2902
2146
 
2903
2147
  NextToken?: string;
2904
2148
  }
2905
- export declare namespace ListIdentityProvidersRequest {
2906
-
2907
- const filterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
2908
- }
2909
2149
 
2910
2150
  export interface ProviderDescription {
2911
2151
 
@@ -2917,20 +2157,12 @@ export interface ProviderDescription {
2917
2157
 
2918
2158
  CreationDate?: Date;
2919
2159
  }
2920
- export declare namespace ProviderDescription {
2921
-
2922
- const filterSensitiveLog: (obj: ProviderDescription) => any;
2923
- }
2924
2160
  export interface ListIdentityProvidersResponse {
2925
2161
 
2926
2162
  Providers: ProviderDescription[] | undefined;
2927
2163
 
2928
2164
  NextToken?: string;
2929
2165
  }
2930
- export declare namespace ListIdentityProvidersResponse {
2931
-
2932
- const filterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
2933
- }
2934
2166
  export interface ListResourceServersRequest {
2935
2167
 
2936
2168
  UserPoolId: string | undefined;
@@ -2939,36 +2171,20 @@ export interface ListResourceServersRequest {
2939
2171
 
2940
2172
  NextToken?: string;
2941
2173
  }
2942
- export declare namespace ListResourceServersRequest {
2943
-
2944
- const filterSensitiveLog: (obj: ListResourceServersRequest) => any;
2945
- }
2946
2174
  export interface ListResourceServersResponse {
2947
2175
 
2948
2176
  ResourceServers: ResourceServerType[] | undefined;
2949
2177
 
2950
2178
  NextToken?: string;
2951
2179
  }
2952
- export declare namespace ListResourceServersResponse {
2953
-
2954
- const filterSensitiveLog: (obj: ListResourceServersResponse) => any;
2955
- }
2956
2180
  export interface ListTagsForResourceRequest {
2957
2181
 
2958
2182
  ResourceArn: string | undefined;
2959
2183
  }
2960
- export declare namespace ListTagsForResourceRequest {
2961
-
2962
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2963
- }
2964
2184
  export interface ListTagsForResourceResponse {
2965
2185
 
2966
2186
  Tags?: Record<string, string>;
2967
2187
  }
2968
- export declare namespace ListTagsForResourceResponse {
2969
-
2970
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2971
- }
2972
2188
 
2973
2189
  export interface ListUserImportJobsRequest {
2974
2190
 
@@ -2978,10 +2194,6 @@ export interface ListUserImportJobsRequest {
2978
2194
 
2979
2195
  PaginationToken?: string;
2980
2196
  }
2981
- export declare namespace ListUserImportJobsRequest {
2982
-
2983
- const filterSensitiveLog: (obj: ListUserImportJobsRequest) => any;
2984
- }
2985
2197
 
2986
2198
  export interface ListUserImportJobsResponse {
2987
2199
 
@@ -2989,10 +2201,6 @@ export interface ListUserImportJobsResponse {
2989
2201
 
2990
2202
  PaginationToken?: string;
2991
2203
  }
2992
- export declare namespace ListUserImportJobsResponse {
2993
-
2994
- const filterSensitiveLog: (obj: ListUserImportJobsResponse) => any;
2995
- }
2996
2204
 
2997
2205
  export interface ListUserPoolClientsRequest {
2998
2206
 
@@ -3002,10 +2210,6 @@ export interface ListUserPoolClientsRequest {
3002
2210
 
3003
2211
  NextToken?: string;
3004
2212
  }
3005
- export declare namespace ListUserPoolClientsRequest {
3006
-
3007
- const filterSensitiveLog: (obj: ListUserPoolClientsRequest) => any;
3008
- }
3009
2213
 
3010
2214
  export interface UserPoolClientDescription {
3011
2215
 
@@ -3015,10 +2219,6 @@ export interface UserPoolClientDescription {
3015
2219
 
3016
2220
  ClientName?: string;
3017
2221
  }
3018
- export declare namespace UserPoolClientDescription {
3019
-
3020
- const filterSensitiveLog: (obj: UserPoolClientDescription) => any;
3021
- }
3022
2222
 
3023
2223
  export interface ListUserPoolClientsResponse {
3024
2224
 
@@ -3026,10 +2226,6 @@ export interface ListUserPoolClientsResponse {
3026
2226
 
3027
2227
  NextToken?: string;
3028
2228
  }
3029
- export declare namespace ListUserPoolClientsResponse {
3030
-
3031
- const filterSensitiveLog: (obj: ListUserPoolClientsResponse) => any;
3032
- }
3033
2229
 
3034
2230
  export interface ListUserPoolsRequest {
3035
2231
 
@@ -3037,10 +2233,6 @@ export interface ListUserPoolsRequest {
3037
2233
 
3038
2234
  MaxResults: number | undefined;
3039
2235
  }
3040
- export declare namespace ListUserPoolsRequest {
3041
-
3042
- const filterSensitiveLog: (obj: ListUserPoolsRequest) => any;
3043
- }
3044
2236
 
3045
2237
  export interface UserPoolDescriptionType {
3046
2238
 
@@ -3056,10 +2248,6 @@ export interface UserPoolDescriptionType {
3056
2248
 
3057
2249
  CreationDate?: Date;
3058
2250
  }
3059
- export declare namespace UserPoolDescriptionType {
3060
-
3061
- const filterSensitiveLog: (obj: UserPoolDescriptionType) => any;
3062
- }
3063
2251
 
3064
2252
  export interface ListUserPoolsResponse {
3065
2253
 
@@ -3067,10 +2255,6 @@ export interface ListUserPoolsResponse {
3067
2255
 
3068
2256
  NextToken?: string;
3069
2257
  }
3070
- export declare namespace ListUserPoolsResponse {
3071
-
3072
- const filterSensitiveLog: (obj: ListUserPoolsResponse) => any;
3073
- }
3074
2258
 
3075
2259
  export interface ListUsersRequest {
3076
2260
 
@@ -3084,10 +2268,6 @@ export interface ListUsersRequest {
3084
2268
 
3085
2269
  Filter?: string;
3086
2270
  }
3087
- export declare namespace ListUsersRequest {
3088
-
3089
- const filterSensitiveLog: (obj: ListUsersRequest) => any;
3090
- }
3091
2271
 
3092
2272
  export interface ListUsersResponse {
3093
2273
 
@@ -3095,10 +2275,6 @@ export interface ListUsersResponse {
3095
2275
 
3096
2276
  PaginationToken?: string;
3097
2277
  }
3098
- export declare namespace ListUsersResponse {
3099
-
3100
- const filterSensitiveLog: (obj: ListUsersResponse) => any;
3101
- }
3102
2278
  export interface ListUsersInGroupRequest {
3103
2279
 
3104
2280
  UserPoolId: string | undefined;
@@ -3109,20 +2285,12 @@ export interface ListUsersInGroupRequest {
3109
2285
 
3110
2286
  NextToken?: string;
3111
2287
  }
3112
- export declare namespace ListUsersInGroupRequest {
3113
-
3114
- const filterSensitiveLog: (obj: ListUsersInGroupRequest) => any;
3115
- }
3116
2288
  export interface ListUsersInGroupResponse {
3117
2289
 
3118
2290
  Users?: UserType[];
3119
2291
 
3120
2292
  NextToken?: string;
3121
2293
  }
3122
- export declare namespace ListUsersInGroupResponse {
3123
-
3124
- const filterSensitiveLog: (obj: ListUsersInGroupResponse) => any;
3125
- }
3126
2294
 
3127
2295
  export interface ResendConfirmationCodeRequest {
3128
2296
 
@@ -3138,19 +2306,11 @@ export interface ResendConfirmationCodeRequest {
3138
2306
 
3139
2307
  ClientMetadata?: Record<string, string>;
3140
2308
  }
3141
- export declare namespace ResendConfirmationCodeRequest {
3142
-
3143
- const filterSensitiveLog: (obj: ResendConfirmationCodeRequest) => any;
3144
- }
3145
2309
 
3146
2310
  export interface ResendConfirmationCodeResponse {
3147
2311
 
3148
2312
  CodeDeliveryDetails?: CodeDeliveryDetailsType;
3149
2313
  }
3150
- export declare namespace ResendConfirmationCodeResponse {
3151
-
3152
- const filterSensitiveLog: (obj: ResendConfirmationCodeResponse) => any;
3153
- }
3154
2314
 
3155
2315
  export interface RespondToAuthChallengeRequest {
3156
2316
 
@@ -3168,10 +2328,6 @@ export interface RespondToAuthChallengeRequest {
3168
2328
 
3169
2329
  ClientMetadata?: Record<string, string>;
3170
2330
  }
3171
- export declare namespace RespondToAuthChallengeRequest {
3172
-
3173
- const filterSensitiveLog: (obj: RespondToAuthChallengeRequest) => any;
3174
- }
3175
2331
 
3176
2332
  export interface RespondToAuthChallengeResponse {
3177
2333
 
@@ -3183,10 +2339,6 @@ export interface RespondToAuthChallengeResponse {
3183
2339
 
3184
2340
  AuthenticationResult?: AuthenticationResultType;
3185
2341
  }
3186
- export declare namespace RespondToAuthChallengeResponse {
3187
-
3188
- const filterSensitiveLog: (obj: RespondToAuthChallengeResponse) => any;
3189
- }
3190
2342
  export interface RevokeTokenRequest {
3191
2343
 
3192
2344
  Token: string | undefined;
@@ -3195,16 +2347,8 @@ export interface RevokeTokenRequest {
3195
2347
 
3196
2348
  ClientSecret?: string;
3197
2349
  }
3198
- export declare namespace RevokeTokenRequest {
3199
-
3200
- const filterSensitiveLog: (obj: RevokeTokenRequest) => any;
3201
- }
3202
2350
  export interface RevokeTokenResponse {
3203
2351
  }
3204
- export declare namespace RevokeTokenResponse {
3205
-
3206
- const filterSensitiveLog: (obj: RevokeTokenResponse) => any;
3207
- }
3208
2352
 
3209
2353
  export declare class UnauthorizedException extends __BaseException {
3210
2354
  readonly name: "UnauthorizedException";
@@ -3238,18 +2382,10 @@ export interface SetRiskConfigurationRequest {
3238
2382
 
3239
2383
  RiskExceptionConfiguration?: RiskExceptionConfigurationType;
3240
2384
  }
3241
- export declare namespace SetRiskConfigurationRequest {
3242
-
3243
- const filterSensitiveLog: (obj: SetRiskConfigurationRequest) => any;
3244
- }
3245
2385
  export interface SetRiskConfigurationResponse {
3246
2386
 
3247
2387
  RiskConfiguration: RiskConfigurationType | undefined;
3248
2388
  }
3249
- export declare namespace SetRiskConfigurationResponse {
3250
-
3251
- const filterSensitiveLog: (obj: SetRiskConfigurationResponse) => any;
3252
- }
3253
2389
  export interface SetUICustomizationRequest {
3254
2390
 
3255
2391
  UserPoolId: string | undefined;
@@ -3260,18 +2396,10 @@ export interface SetUICustomizationRequest {
3260
2396
 
3261
2397
  ImageFile?: Uint8Array;
3262
2398
  }
3263
- export declare namespace SetUICustomizationRequest {
3264
-
3265
- const filterSensitiveLog: (obj: SetUICustomizationRequest) => any;
3266
- }
3267
2399
  export interface SetUICustomizationResponse {
3268
2400
 
3269
2401
  UICustomization: UICustomizationType | undefined;
3270
2402
  }
3271
- export declare namespace SetUICustomizationResponse {
3272
-
3273
- const filterSensitiveLog: (obj: SetUICustomizationResponse) => any;
3274
- }
3275
2403
  export interface SetUserMFAPreferenceRequest {
3276
2404
 
3277
2405
  SMSMfaSettings?: SMSMfaSettingsType;
@@ -3280,16 +2408,8 @@ export interface SetUserMFAPreferenceRequest {
3280
2408
 
3281
2409
  AccessToken: string | undefined;
3282
2410
  }
3283
- export declare namespace SetUserMFAPreferenceRequest {
3284
-
3285
- const filterSensitiveLog: (obj: SetUserMFAPreferenceRequest) => any;
3286
- }
3287
2411
  export interface SetUserMFAPreferenceResponse {
3288
2412
  }
3289
- export declare namespace SetUserMFAPreferenceResponse {
3290
-
3291
- const filterSensitiveLog: (obj: SetUserMFAPreferenceResponse) => any;
3292
- }
3293
2413
  export interface SetUserPoolMfaConfigRequest {
3294
2414
 
3295
2415
  UserPoolId: string | undefined;
@@ -3300,10 +2420,6 @@ export interface SetUserPoolMfaConfigRequest {
3300
2420
 
3301
2421
  MfaConfiguration?: UserPoolMfaType | string;
3302
2422
  }
3303
- export declare namespace SetUserPoolMfaConfigRequest {
3304
-
3305
- const filterSensitiveLog: (obj: SetUserPoolMfaConfigRequest) => any;
3306
- }
3307
2423
  export interface SetUserPoolMfaConfigResponse {
3308
2424
 
3309
2425
  SmsMfaConfiguration?: SmsMfaConfigType;
@@ -3312,10 +2428,6 @@ export interface SetUserPoolMfaConfigResponse {
3312
2428
 
3313
2429
  MfaConfiguration?: UserPoolMfaType | string;
3314
2430
  }
3315
- export declare namespace SetUserPoolMfaConfigResponse {
3316
-
3317
- const filterSensitiveLog: (obj: SetUserPoolMfaConfigResponse) => any;
3318
- }
3319
2431
 
3320
2432
  export interface SetUserSettingsRequest {
3321
2433
 
@@ -3323,17 +2435,9 @@ export interface SetUserSettingsRequest {
3323
2435
 
3324
2436
  MFAOptions: MFAOptionType[] | undefined;
3325
2437
  }
3326
- export declare namespace SetUserSettingsRequest {
3327
-
3328
- const filterSensitiveLog: (obj: SetUserSettingsRequest) => any;
3329
- }
3330
2438
 
3331
2439
  export interface SetUserSettingsResponse {
3332
2440
  }
3333
- export declare namespace SetUserSettingsResponse {
3334
-
3335
- const filterSensitiveLog: (obj: SetUserSettingsResponse) => any;
3336
- }
3337
2441
 
3338
2442
  export interface SignUpRequest {
3339
2443
 
@@ -3355,10 +2459,6 @@ export interface SignUpRequest {
3355
2459
 
3356
2460
  ClientMetadata?: Record<string, string>;
3357
2461
  }
3358
- export declare namespace SignUpRequest {
3359
-
3360
- const filterSensitiveLog: (obj: SignUpRequest) => any;
3361
- }
3362
2462
 
3363
2463
  export interface SignUpResponse {
3364
2464
 
@@ -3368,7 +2468,455 @@ export interface SignUpResponse {
3368
2468
 
3369
2469
  UserSub: string | undefined;
3370
2470
  }
3371
- export declare namespace SignUpResponse {
3372
-
3373
- const filterSensitiveLog: (obj: SignUpResponse) => any;
3374
- }
2471
+
2472
+ export declare const RecoveryOptionTypeFilterSensitiveLog: (obj: RecoveryOptionType) => any;
2473
+
2474
+ export declare const AccountRecoverySettingTypeFilterSensitiveLog: (obj: AccountRecoverySettingType) => any;
2475
+
2476
+ export declare const AccountTakeoverActionTypeFilterSensitiveLog: (obj: AccountTakeoverActionType) => any;
2477
+
2478
+ export declare const AccountTakeoverActionsTypeFilterSensitiveLog: (obj: AccountTakeoverActionsType) => any;
2479
+
2480
+ export declare const NotifyEmailTypeFilterSensitiveLog: (obj: NotifyEmailType) => any;
2481
+
2482
+ export declare const NotifyConfigurationTypeFilterSensitiveLog: (obj: NotifyConfigurationType) => any;
2483
+
2484
+ export declare const AccountTakeoverRiskConfigurationTypeFilterSensitiveLog: (obj: AccountTakeoverRiskConfigurationType) => any;
2485
+
2486
+ export declare const NumberAttributeConstraintsTypeFilterSensitiveLog: (obj: NumberAttributeConstraintsType) => any;
2487
+
2488
+ export declare const StringAttributeConstraintsTypeFilterSensitiveLog: (obj: StringAttributeConstraintsType) => any;
2489
+
2490
+ export declare const SchemaAttributeTypeFilterSensitiveLog: (obj: SchemaAttributeType) => any;
2491
+
2492
+ export declare const AddCustomAttributesRequestFilterSensitiveLog: (obj: AddCustomAttributesRequest) => any;
2493
+
2494
+ export declare const AddCustomAttributesResponseFilterSensitiveLog: (obj: AddCustomAttributesResponse) => any;
2495
+
2496
+ export declare const AdminAddUserToGroupRequestFilterSensitiveLog: (obj: AdminAddUserToGroupRequest) => any;
2497
+
2498
+ export declare const AdminConfirmSignUpRequestFilterSensitiveLog: (obj: AdminConfirmSignUpRequest) => any;
2499
+
2500
+ export declare const AdminConfirmSignUpResponseFilterSensitiveLog: (obj: AdminConfirmSignUpResponse) => any;
2501
+
2502
+ export declare const AttributeTypeFilterSensitiveLog: (obj: AttributeType) => any;
2503
+
2504
+ export declare const AdminCreateUserRequestFilterSensitiveLog: (obj: AdminCreateUserRequest) => any;
2505
+
2506
+ export declare const MFAOptionTypeFilterSensitiveLog: (obj: MFAOptionType) => any;
2507
+
2508
+ export declare const UserTypeFilterSensitiveLog: (obj: UserType) => any;
2509
+
2510
+ export declare const AdminCreateUserResponseFilterSensitiveLog: (obj: AdminCreateUserResponse) => any;
2511
+
2512
+ export declare const MessageTemplateTypeFilterSensitiveLog: (obj: MessageTemplateType) => any;
2513
+
2514
+ export declare const AdminCreateUserConfigTypeFilterSensitiveLog: (obj: AdminCreateUserConfigType) => any;
2515
+
2516
+ export declare const AdminDeleteUserRequestFilterSensitiveLog: (obj: AdminDeleteUserRequest) => any;
2517
+
2518
+ export declare const AdminDeleteUserAttributesRequestFilterSensitiveLog: (obj: AdminDeleteUserAttributesRequest) => any;
2519
+
2520
+ export declare const AdminDeleteUserAttributesResponseFilterSensitiveLog: (obj: AdminDeleteUserAttributesResponse) => any;
2521
+
2522
+ export declare const ProviderUserIdentifierTypeFilterSensitiveLog: (obj: ProviderUserIdentifierType) => any;
2523
+
2524
+ export declare const AdminDisableProviderForUserRequestFilterSensitiveLog: (obj: AdminDisableProviderForUserRequest) => any;
2525
+
2526
+ export declare const AdminDisableProviderForUserResponseFilterSensitiveLog: (obj: AdminDisableProviderForUserResponse) => any;
2527
+
2528
+ export declare const AdminDisableUserRequestFilterSensitiveLog: (obj: AdminDisableUserRequest) => any;
2529
+
2530
+ export declare const AdminDisableUserResponseFilterSensitiveLog: (obj: AdminDisableUserResponse) => any;
2531
+
2532
+ export declare const AdminEnableUserRequestFilterSensitiveLog: (obj: AdminEnableUserRequest) => any;
2533
+
2534
+ export declare const AdminEnableUserResponseFilterSensitiveLog: (obj: AdminEnableUserResponse) => any;
2535
+
2536
+ export declare const AdminForgetDeviceRequestFilterSensitiveLog: (obj: AdminForgetDeviceRequest) => any;
2537
+
2538
+ export declare const AdminGetDeviceRequestFilterSensitiveLog: (obj: AdminGetDeviceRequest) => any;
2539
+
2540
+ export declare const DeviceTypeFilterSensitiveLog: (obj: DeviceType) => any;
2541
+
2542
+ export declare const AdminGetDeviceResponseFilterSensitiveLog: (obj: AdminGetDeviceResponse) => any;
2543
+
2544
+ export declare const AdminGetUserRequestFilterSensitiveLog: (obj: AdminGetUserRequest) => any;
2545
+
2546
+ export declare const AdminGetUserResponseFilterSensitiveLog: (obj: AdminGetUserResponse) => any;
2547
+
2548
+ export declare const AnalyticsMetadataTypeFilterSensitiveLog: (obj: AnalyticsMetadataType) => any;
2549
+
2550
+ export declare const HttpHeaderFilterSensitiveLog: (obj: HttpHeader) => any;
2551
+
2552
+ export declare const ContextDataTypeFilterSensitiveLog: (obj: ContextDataType) => any;
2553
+
2554
+ export declare const AdminInitiateAuthRequestFilterSensitiveLog: (obj: AdminInitiateAuthRequest) => any;
2555
+
2556
+ export declare const NewDeviceMetadataTypeFilterSensitiveLog: (obj: NewDeviceMetadataType) => any;
2557
+
2558
+ export declare const AuthenticationResultTypeFilterSensitiveLog: (obj: AuthenticationResultType) => any;
2559
+
2560
+ export declare const AdminInitiateAuthResponseFilterSensitiveLog: (obj: AdminInitiateAuthResponse) => any;
2561
+
2562
+ export declare const AdminLinkProviderForUserRequestFilterSensitiveLog: (obj: AdminLinkProviderForUserRequest) => any;
2563
+
2564
+ export declare const AdminLinkProviderForUserResponseFilterSensitiveLog: (obj: AdminLinkProviderForUserResponse) => any;
2565
+
2566
+ export declare const AdminListDevicesRequestFilterSensitiveLog: (obj: AdminListDevicesRequest) => any;
2567
+
2568
+ export declare const AdminListDevicesResponseFilterSensitiveLog: (obj: AdminListDevicesResponse) => any;
2569
+
2570
+ export declare const AdminListGroupsForUserRequestFilterSensitiveLog: (obj: AdminListGroupsForUserRequest) => any;
2571
+
2572
+ export declare const GroupTypeFilterSensitiveLog: (obj: GroupType) => any;
2573
+
2574
+ export declare const AdminListGroupsForUserResponseFilterSensitiveLog: (obj: AdminListGroupsForUserResponse) => any;
2575
+
2576
+ export declare const AdminListUserAuthEventsRequestFilterSensitiveLog: (obj: AdminListUserAuthEventsRequest) => any;
2577
+
2578
+ export declare const ChallengeResponseTypeFilterSensitiveLog: (obj: ChallengeResponseType) => any;
2579
+
2580
+ export declare const EventContextDataTypeFilterSensitiveLog: (obj: EventContextDataType) => any;
2581
+
2582
+ export declare const EventFeedbackTypeFilterSensitiveLog: (obj: EventFeedbackType) => any;
2583
+
2584
+ export declare const EventRiskTypeFilterSensitiveLog: (obj: EventRiskType) => any;
2585
+
2586
+ export declare const AuthEventTypeFilterSensitiveLog: (obj: AuthEventType) => any;
2587
+
2588
+ export declare const AdminListUserAuthEventsResponseFilterSensitiveLog: (obj: AdminListUserAuthEventsResponse) => any;
2589
+
2590
+ export declare const AdminRemoveUserFromGroupRequestFilterSensitiveLog: (obj: AdminRemoveUserFromGroupRequest) => any;
2591
+
2592
+ export declare const AdminResetUserPasswordRequestFilterSensitiveLog: (obj: AdminResetUserPasswordRequest) => any;
2593
+
2594
+ export declare const AdminResetUserPasswordResponseFilterSensitiveLog: (obj: AdminResetUserPasswordResponse) => any;
2595
+
2596
+ export declare const AdminRespondToAuthChallengeRequestFilterSensitiveLog: (obj: AdminRespondToAuthChallengeRequest) => any;
2597
+
2598
+ export declare const AdminRespondToAuthChallengeResponseFilterSensitiveLog: (obj: AdminRespondToAuthChallengeResponse) => any;
2599
+
2600
+ export declare const SMSMfaSettingsTypeFilterSensitiveLog: (obj: SMSMfaSettingsType) => any;
2601
+
2602
+ export declare const SoftwareTokenMfaSettingsTypeFilterSensitiveLog: (obj: SoftwareTokenMfaSettingsType) => any;
2603
+
2604
+ export declare const AdminSetUserMFAPreferenceRequestFilterSensitiveLog: (obj: AdminSetUserMFAPreferenceRequest) => any;
2605
+
2606
+ export declare const AdminSetUserMFAPreferenceResponseFilterSensitiveLog: (obj: AdminSetUserMFAPreferenceResponse) => any;
2607
+
2608
+ export declare const AdminSetUserPasswordRequestFilterSensitiveLog: (obj: AdminSetUserPasswordRequest) => any;
2609
+
2610
+ export declare const AdminSetUserPasswordResponseFilterSensitiveLog: (obj: AdminSetUserPasswordResponse) => any;
2611
+
2612
+ export declare const AdminSetUserSettingsRequestFilterSensitiveLog: (obj: AdminSetUserSettingsRequest) => any;
2613
+
2614
+ export declare const AdminSetUserSettingsResponseFilterSensitiveLog: (obj: AdminSetUserSettingsResponse) => any;
2615
+
2616
+ export declare const AdminUpdateAuthEventFeedbackRequestFilterSensitiveLog: (obj: AdminUpdateAuthEventFeedbackRequest) => any;
2617
+
2618
+ export declare const AdminUpdateAuthEventFeedbackResponseFilterSensitiveLog: (obj: AdminUpdateAuthEventFeedbackResponse) => any;
2619
+
2620
+ export declare const AdminUpdateDeviceStatusRequestFilterSensitiveLog: (obj: AdminUpdateDeviceStatusRequest) => any;
2621
+
2622
+ export declare const AdminUpdateDeviceStatusResponseFilterSensitiveLog: (obj: AdminUpdateDeviceStatusResponse) => any;
2623
+
2624
+ export declare const AdminUpdateUserAttributesRequestFilterSensitiveLog: (obj: AdminUpdateUserAttributesRequest) => any;
2625
+
2626
+ export declare const AdminUpdateUserAttributesResponseFilterSensitiveLog: (obj: AdminUpdateUserAttributesResponse) => any;
2627
+
2628
+ export declare const AdminUserGlobalSignOutRequestFilterSensitiveLog: (obj: AdminUserGlobalSignOutRequest) => any;
2629
+
2630
+ export declare const AdminUserGlobalSignOutResponseFilterSensitiveLog: (obj: AdminUserGlobalSignOutResponse) => any;
2631
+
2632
+ export declare const AnalyticsConfigurationTypeFilterSensitiveLog: (obj: AnalyticsConfigurationType) => any;
2633
+
2634
+ export declare const AssociateSoftwareTokenRequestFilterSensitiveLog: (obj: AssociateSoftwareTokenRequest) => any;
2635
+
2636
+ export declare const AssociateSoftwareTokenResponseFilterSensitiveLog: (obj: AssociateSoftwareTokenResponse) => any;
2637
+
2638
+ export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
2639
+
2640
+ export declare const ChangePasswordResponseFilterSensitiveLog: (obj: ChangePasswordResponse) => any;
2641
+
2642
+ export declare const DeviceSecretVerifierConfigTypeFilterSensitiveLog: (obj: DeviceSecretVerifierConfigType) => any;
2643
+
2644
+ export declare const ConfirmDeviceRequestFilterSensitiveLog: (obj: ConfirmDeviceRequest) => any;
2645
+
2646
+ export declare const ConfirmDeviceResponseFilterSensitiveLog: (obj: ConfirmDeviceResponse) => any;
2647
+
2648
+ export declare const UserContextDataTypeFilterSensitiveLog: (obj: UserContextDataType) => any;
2649
+
2650
+ export declare const ConfirmForgotPasswordRequestFilterSensitiveLog: (obj: ConfirmForgotPasswordRequest) => any;
2651
+
2652
+ export declare const ConfirmForgotPasswordResponseFilterSensitiveLog: (obj: ConfirmForgotPasswordResponse) => any;
2653
+
2654
+ export declare const ConfirmSignUpRequestFilterSensitiveLog: (obj: ConfirmSignUpRequest) => any;
2655
+
2656
+ export declare const ConfirmSignUpResponseFilterSensitiveLog: (obj: ConfirmSignUpResponse) => any;
2657
+
2658
+ export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
2659
+
2660
+ export declare const CreateGroupResponseFilterSensitiveLog: (obj: CreateGroupResponse) => any;
2661
+
2662
+ export declare const CreateIdentityProviderRequestFilterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
2663
+
2664
+ export declare const IdentityProviderTypeFilterSensitiveLog: (obj: IdentityProviderType) => any;
2665
+
2666
+ export declare const CreateIdentityProviderResponseFilterSensitiveLog: (obj: CreateIdentityProviderResponse) => any;
2667
+
2668
+ export declare const ResourceServerScopeTypeFilterSensitiveLog: (obj: ResourceServerScopeType) => any;
2669
+
2670
+ export declare const CreateResourceServerRequestFilterSensitiveLog: (obj: CreateResourceServerRequest) => any;
2671
+
2672
+ export declare const ResourceServerTypeFilterSensitiveLog: (obj: ResourceServerType) => any;
2673
+
2674
+ export declare const CreateResourceServerResponseFilterSensitiveLog: (obj: CreateResourceServerResponse) => any;
2675
+
2676
+ export declare const CreateUserImportJobRequestFilterSensitiveLog: (obj: CreateUserImportJobRequest) => any;
2677
+
2678
+ export declare const UserImportJobTypeFilterSensitiveLog: (obj: UserImportJobType) => any;
2679
+
2680
+ export declare const CreateUserImportJobResponseFilterSensitiveLog: (obj: CreateUserImportJobResponse) => any;
2681
+
2682
+ export declare const DeviceConfigurationTypeFilterSensitiveLog: (obj: DeviceConfigurationType) => any;
2683
+
2684
+ export declare const EmailConfigurationTypeFilterSensitiveLog: (obj: EmailConfigurationType) => any;
2685
+
2686
+ export declare const CustomEmailLambdaVersionConfigTypeFilterSensitiveLog: (obj: CustomEmailLambdaVersionConfigType) => any;
2687
+
2688
+ export declare const CustomSMSLambdaVersionConfigTypeFilterSensitiveLog: (obj: CustomSMSLambdaVersionConfigType) => any;
2689
+
2690
+ export declare const LambdaConfigTypeFilterSensitiveLog: (obj: LambdaConfigType) => any;
2691
+
2692
+ export declare const PasswordPolicyTypeFilterSensitiveLog: (obj: PasswordPolicyType) => any;
2693
+
2694
+ export declare const UserPoolPolicyTypeFilterSensitiveLog: (obj: UserPoolPolicyType) => any;
2695
+
2696
+ export declare const SmsConfigurationTypeFilterSensitiveLog: (obj: SmsConfigurationType) => any;
2697
+
2698
+ export declare const UserAttributeUpdateSettingsTypeFilterSensitiveLog: (obj: UserAttributeUpdateSettingsType) => any;
2699
+
2700
+ export declare const UsernameConfigurationTypeFilterSensitiveLog: (obj: UsernameConfigurationType) => any;
2701
+
2702
+ export declare const UserPoolAddOnsTypeFilterSensitiveLog: (obj: UserPoolAddOnsType) => any;
2703
+
2704
+ export declare const VerificationMessageTemplateTypeFilterSensitiveLog: (obj: VerificationMessageTemplateType) => any;
2705
+
2706
+ export declare const CreateUserPoolRequestFilterSensitiveLog: (obj: CreateUserPoolRequest) => any;
2707
+
2708
+ export declare const UserPoolTypeFilterSensitiveLog: (obj: UserPoolType) => any;
2709
+
2710
+ export declare const CreateUserPoolResponseFilterSensitiveLog: (obj: CreateUserPoolResponse) => any;
2711
+
2712
+ export declare const TokenValidityUnitsTypeFilterSensitiveLog: (obj: TokenValidityUnitsType) => any;
2713
+
2714
+ export declare const CreateUserPoolClientRequestFilterSensitiveLog: (obj: CreateUserPoolClientRequest) => any;
2715
+
2716
+ export declare const UserPoolClientTypeFilterSensitiveLog: (obj: UserPoolClientType) => any;
2717
+
2718
+ export declare const CreateUserPoolClientResponseFilterSensitiveLog: (obj: CreateUserPoolClientResponse) => any;
2719
+
2720
+ export declare const CustomDomainConfigTypeFilterSensitiveLog: (obj: CustomDomainConfigType) => any;
2721
+
2722
+ export declare const CreateUserPoolDomainRequestFilterSensitiveLog: (obj: CreateUserPoolDomainRequest) => any;
2723
+
2724
+ export declare const CreateUserPoolDomainResponseFilterSensitiveLog: (obj: CreateUserPoolDomainResponse) => any;
2725
+
2726
+ export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
2727
+
2728
+ export declare const DeleteIdentityProviderRequestFilterSensitiveLog: (obj: DeleteIdentityProviderRequest) => any;
2729
+
2730
+ export declare const DeleteResourceServerRequestFilterSensitiveLog: (obj: DeleteResourceServerRequest) => any;
2731
+
2732
+ export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
2733
+
2734
+ export declare const DeleteUserAttributesRequestFilterSensitiveLog: (obj: DeleteUserAttributesRequest) => any;
2735
+
2736
+ export declare const DeleteUserAttributesResponseFilterSensitiveLog: (obj: DeleteUserAttributesResponse) => any;
2737
+
2738
+ export declare const DeleteUserPoolRequestFilterSensitiveLog: (obj: DeleteUserPoolRequest) => any;
2739
+
2740
+ export declare const DeleteUserPoolClientRequestFilterSensitiveLog: (obj: DeleteUserPoolClientRequest) => any;
2741
+
2742
+ export declare const DeleteUserPoolDomainRequestFilterSensitiveLog: (obj: DeleteUserPoolDomainRequest) => any;
2743
+
2744
+ export declare const DeleteUserPoolDomainResponseFilterSensitiveLog: (obj: DeleteUserPoolDomainResponse) => any;
2745
+
2746
+ export declare const DescribeIdentityProviderRequestFilterSensitiveLog: (obj: DescribeIdentityProviderRequest) => any;
2747
+
2748
+ export declare const DescribeIdentityProviderResponseFilterSensitiveLog: (obj: DescribeIdentityProviderResponse) => any;
2749
+
2750
+ export declare const DescribeResourceServerRequestFilterSensitiveLog: (obj: DescribeResourceServerRequest) => any;
2751
+
2752
+ export declare const DescribeResourceServerResponseFilterSensitiveLog: (obj: DescribeResourceServerResponse) => any;
2753
+
2754
+ export declare const DescribeRiskConfigurationRequestFilterSensitiveLog: (obj: DescribeRiskConfigurationRequest) => any;
2755
+
2756
+ export declare const CompromisedCredentialsActionsTypeFilterSensitiveLog: (obj: CompromisedCredentialsActionsType) => any;
2757
+
2758
+ export declare const CompromisedCredentialsRiskConfigurationTypeFilterSensitiveLog: (obj: CompromisedCredentialsRiskConfigurationType) => any;
2759
+
2760
+ export declare const RiskExceptionConfigurationTypeFilterSensitiveLog: (obj: RiskExceptionConfigurationType) => any;
2761
+
2762
+ export declare const RiskConfigurationTypeFilterSensitiveLog: (obj: RiskConfigurationType) => any;
2763
+
2764
+ export declare const DescribeRiskConfigurationResponseFilterSensitiveLog: (obj: DescribeRiskConfigurationResponse) => any;
2765
+
2766
+ export declare const DescribeUserImportJobRequestFilterSensitiveLog: (obj: DescribeUserImportJobRequest) => any;
2767
+
2768
+ export declare const DescribeUserImportJobResponseFilterSensitiveLog: (obj: DescribeUserImportJobResponse) => any;
2769
+
2770
+ export declare const DescribeUserPoolRequestFilterSensitiveLog: (obj: DescribeUserPoolRequest) => any;
2771
+
2772
+ export declare const DescribeUserPoolResponseFilterSensitiveLog: (obj: DescribeUserPoolResponse) => any;
2773
+
2774
+ export declare const DescribeUserPoolClientRequestFilterSensitiveLog: (obj: DescribeUserPoolClientRequest) => any;
2775
+
2776
+ export declare const DescribeUserPoolClientResponseFilterSensitiveLog: (obj: DescribeUserPoolClientResponse) => any;
2777
+
2778
+ export declare const DescribeUserPoolDomainRequestFilterSensitiveLog: (obj: DescribeUserPoolDomainRequest) => any;
2779
+
2780
+ export declare const DomainDescriptionTypeFilterSensitiveLog: (obj: DomainDescriptionType) => any;
2781
+
2782
+ export declare const DescribeUserPoolDomainResponseFilterSensitiveLog: (obj: DescribeUserPoolDomainResponse) => any;
2783
+
2784
+ export declare const ForgetDeviceRequestFilterSensitiveLog: (obj: ForgetDeviceRequest) => any;
2785
+
2786
+ export declare const ForgotPasswordRequestFilterSensitiveLog: (obj: ForgotPasswordRequest) => any;
2787
+
2788
+ export declare const CodeDeliveryDetailsTypeFilterSensitiveLog: (obj: CodeDeliveryDetailsType) => any;
2789
+
2790
+ export declare const ForgotPasswordResponseFilterSensitiveLog: (obj: ForgotPasswordResponse) => any;
2791
+
2792
+ export declare const GetCSVHeaderRequestFilterSensitiveLog: (obj: GetCSVHeaderRequest) => any;
2793
+
2794
+ export declare const GetCSVHeaderResponseFilterSensitiveLog: (obj: GetCSVHeaderResponse) => any;
2795
+
2796
+ export declare const GetDeviceRequestFilterSensitiveLog: (obj: GetDeviceRequest) => any;
2797
+
2798
+ export declare const GetDeviceResponseFilterSensitiveLog: (obj: GetDeviceResponse) => any;
2799
+
2800
+ export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
2801
+
2802
+ export declare const GetGroupResponseFilterSensitiveLog: (obj: GetGroupResponse) => any;
2803
+
2804
+ export declare const GetIdentityProviderByIdentifierRequestFilterSensitiveLog: (obj: GetIdentityProviderByIdentifierRequest) => any;
2805
+
2806
+ export declare const GetIdentityProviderByIdentifierResponseFilterSensitiveLog: (obj: GetIdentityProviderByIdentifierResponse) => any;
2807
+
2808
+ export declare const GetSigningCertificateRequestFilterSensitiveLog: (obj: GetSigningCertificateRequest) => any;
2809
+
2810
+ export declare const GetSigningCertificateResponseFilterSensitiveLog: (obj: GetSigningCertificateResponse) => any;
2811
+
2812
+ export declare const GetUICustomizationRequestFilterSensitiveLog: (obj: GetUICustomizationRequest) => any;
2813
+
2814
+ export declare const UICustomizationTypeFilterSensitiveLog: (obj: UICustomizationType) => any;
2815
+
2816
+ export declare const GetUICustomizationResponseFilterSensitiveLog: (obj: GetUICustomizationResponse) => any;
2817
+
2818
+ export declare const GetUserRequestFilterSensitiveLog: (obj: GetUserRequest) => any;
2819
+
2820
+ export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
2821
+
2822
+ export declare const GetUserAttributeVerificationCodeRequestFilterSensitiveLog: (obj: GetUserAttributeVerificationCodeRequest) => any;
2823
+
2824
+ export declare const GetUserAttributeVerificationCodeResponseFilterSensitiveLog: (obj: GetUserAttributeVerificationCodeResponse) => any;
2825
+
2826
+ export declare const GetUserPoolMfaConfigRequestFilterSensitiveLog: (obj: GetUserPoolMfaConfigRequest) => any;
2827
+
2828
+ export declare const SmsMfaConfigTypeFilterSensitiveLog: (obj: SmsMfaConfigType) => any;
2829
+
2830
+ export declare const SoftwareTokenMfaConfigTypeFilterSensitiveLog: (obj: SoftwareTokenMfaConfigType) => any;
2831
+
2832
+ export declare const GetUserPoolMfaConfigResponseFilterSensitiveLog: (obj: GetUserPoolMfaConfigResponse) => any;
2833
+
2834
+ export declare const GlobalSignOutRequestFilterSensitiveLog: (obj: GlobalSignOutRequest) => any;
2835
+
2836
+ export declare const GlobalSignOutResponseFilterSensitiveLog: (obj: GlobalSignOutResponse) => any;
2837
+
2838
+ export declare const InitiateAuthRequestFilterSensitiveLog: (obj: InitiateAuthRequest) => any;
2839
+
2840
+ export declare const InitiateAuthResponseFilterSensitiveLog: (obj: InitiateAuthResponse) => any;
2841
+
2842
+ export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequest) => any;
2843
+
2844
+ export declare const ListDevicesResponseFilterSensitiveLog: (obj: ListDevicesResponse) => any;
2845
+
2846
+ export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
2847
+
2848
+ export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
2849
+
2850
+ export declare const ListIdentityProvidersRequestFilterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
2851
+
2852
+ export declare const ProviderDescriptionFilterSensitiveLog: (obj: ProviderDescription) => any;
2853
+
2854
+ export declare const ListIdentityProvidersResponseFilterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
2855
+
2856
+ export declare const ListResourceServersRequestFilterSensitiveLog: (obj: ListResourceServersRequest) => any;
2857
+
2858
+ export declare const ListResourceServersResponseFilterSensitiveLog: (obj: ListResourceServersResponse) => any;
2859
+
2860
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2861
+
2862
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2863
+
2864
+ export declare const ListUserImportJobsRequestFilterSensitiveLog: (obj: ListUserImportJobsRequest) => any;
2865
+
2866
+ export declare const ListUserImportJobsResponseFilterSensitiveLog: (obj: ListUserImportJobsResponse) => any;
2867
+
2868
+ export declare const ListUserPoolClientsRequestFilterSensitiveLog: (obj: ListUserPoolClientsRequest) => any;
2869
+
2870
+ export declare const UserPoolClientDescriptionFilterSensitiveLog: (obj: UserPoolClientDescription) => any;
2871
+
2872
+ export declare const ListUserPoolClientsResponseFilterSensitiveLog: (obj: ListUserPoolClientsResponse) => any;
2873
+
2874
+ export declare const ListUserPoolsRequestFilterSensitiveLog: (obj: ListUserPoolsRequest) => any;
2875
+
2876
+ export declare const UserPoolDescriptionTypeFilterSensitiveLog: (obj: UserPoolDescriptionType) => any;
2877
+
2878
+ export declare const ListUserPoolsResponseFilterSensitiveLog: (obj: ListUserPoolsResponse) => any;
2879
+
2880
+ export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
2881
+
2882
+ export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
2883
+
2884
+ export declare const ListUsersInGroupRequestFilterSensitiveLog: (obj: ListUsersInGroupRequest) => any;
2885
+
2886
+ export declare const ListUsersInGroupResponseFilterSensitiveLog: (obj: ListUsersInGroupResponse) => any;
2887
+
2888
+ export declare const ResendConfirmationCodeRequestFilterSensitiveLog: (obj: ResendConfirmationCodeRequest) => any;
2889
+
2890
+ export declare const ResendConfirmationCodeResponseFilterSensitiveLog: (obj: ResendConfirmationCodeResponse) => any;
2891
+
2892
+ export declare const RespondToAuthChallengeRequestFilterSensitiveLog: (obj: RespondToAuthChallengeRequest) => any;
2893
+
2894
+ export declare const RespondToAuthChallengeResponseFilterSensitiveLog: (obj: RespondToAuthChallengeResponse) => any;
2895
+
2896
+ export declare const RevokeTokenRequestFilterSensitiveLog: (obj: RevokeTokenRequest) => any;
2897
+
2898
+ export declare const RevokeTokenResponseFilterSensitiveLog: (obj: RevokeTokenResponse) => any;
2899
+
2900
+ export declare const SetRiskConfigurationRequestFilterSensitiveLog: (obj: SetRiskConfigurationRequest) => any;
2901
+
2902
+ export declare const SetRiskConfigurationResponseFilterSensitiveLog: (obj: SetRiskConfigurationResponse) => any;
2903
+
2904
+ export declare const SetUICustomizationRequestFilterSensitiveLog: (obj: SetUICustomizationRequest) => any;
2905
+
2906
+ export declare const SetUICustomizationResponseFilterSensitiveLog: (obj: SetUICustomizationResponse) => any;
2907
+
2908
+ export declare const SetUserMFAPreferenceRequestFilterSensitiveLog: (obj: SetUserMFAPreferenceRequest) => any;
2909
+
2910
+ export declare const SetUserMFAPreferenceResponseFilterSensitiveLog: (obj: SetUserMFAPreferenceResponse) => any;
2911
+
2912
+ export declare const SetUserPoolMfaConfigRequestFilterSensitiveLog: (obj: SetUserPoolMfaConfigRequest) => any;
2913
+
2914
+ export declare const SetUserPoolMfaConfigResponseFilterSensitiveLog: (obj: SetUserPoolMfaConfigResponse) => any;
2915
+
2916
+ export declare const SetUserSettingsRequestFilterSensitiveLog: (obj: SetUserSettingsRequest) => any;
2917
+
2918
+ export declare const SetUserSettingsResponseFilterSensitiveLog: (obj: SetUserSettingsResponse) => any;
2919
+
2920
+ export declare const SignUpRequestFilterSensitiveLog: (obj: SignUpRequest) => any;
2921
+
2922
+ export declare const SignUpResponseFilterSensitiveLog: (obj: SignUpResponse) => any;