@aws-sdk/client-cognito-identity-provider 3.297.0 → 3.299.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 (175) hide show
  1. package/dist-cjs/commands/AddCustomAttributesCommand.js +2 -3
  2. package/dist-cjs/commands/AdminAddUserToGroupCommand.js +1 -1
  3. package/dist-cjs/commands/AdminConfirmSignUpCommand.js +1 -1
  4. package/dist-cjs/commands/AdminDeleteUserAttributesCommand.js +1 -1
  5. package/dist-cjs/commands/AdminDeleteUserCommand.js +1 -1
  6. package/dist-cjs/commands/AdminDisableProviderForUserCommand.js +2 -3
  7. package/dist-cjs/commands/AdminDisableUserCommand.js +1 -1
  8. package/dist-cjs/commands/AdminEnableUserCommand.js +1 -1
  9. package/dist-cjs/commands/AdminForgetDeviceCommand.js +1 -1
  10. package/dist-cjs/commands/AdminLinkProviderForUserCommand.js +2 -3
  11. package/dist-cjs/commands/AdminListGroupsForUserCommand.js +1 -1
  12. package/dist-cjs/commands/AdminListUserAuthEventsCommand.js +1 -1
  13. package/dist-cjs/commands/AdminRemoveUserFromGroupCommand.js +1 -1
  14. package/dist-cjs/commands/AdminResetUserPasswordCommand.js +1 -1
  15. package/dist-cjs/commands/AdminSetUserMFAPreferenceCommand.js +1 -1
  16. package/dist-cjs/commands/AdminSetUserPasswordCommand.js +1 -1
  17. package/dist-cjs/commands/AdminSetUserSettingsCommand.js +1 -1
  18. package/dist-cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +1 -1
  19. package/dist-cjs/commands/AdminUpdateDeviceStatusCommand.js +1 -1
  20. package/dist-cjs/commands/AdminUpdateUserAttributesCommand.js +1 -1
  21. package/dist-cjs/commands/AdminUserGlobalSignOutCommand.js +1 -1
  22. package/dist-cjs/commands/ChangePasswordCommand.js +1 -1
  23. package/dist-cjs/commands/ConfirmDeviceCommand.js +1 -1
  24. package/dist-cjs/commands/ConfirmForgotPasswordCommand.js +1 -1
  25. package/dist-cjs/commands/ConfirmSignUpCommand.js +1 -1
  26. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  27. package/dist-cjs/commands/CreateIdentityProviderCommand.js +2 -3
  28. package/dist-cjs/commands/CreateResourceServerCommand.js +2 -3
  29. package/dist-cjs/commands/CreateUserImportJobCommand.js +2 -3
  30. package/dist-cjs/commands/CreateUserPoolClientCommand.js +1 -1
  31. package/dist-cjs/commands/CreateUserPoolCommand.js +2 -3
  32. package/dist-cjs/commands/CreateUserPoolDomainCommand.js +2 -3
  33. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  34. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +2 -3
  35. package/dist-cjs/commands/DeleteResourceServerCommand.js +2 -3
  36. package/dist-cjs/commands/DeleteUserAttributesCommand.js +1 -1
  37. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  38. package/dist-cjs/commands/DeleteUserPoolClientCommand.js +1 -1
  39. package/dist-cjs/commands/DeleteUserPoolCommand.js +2 -3
  40. package/dist-cjs/commands/DeleteUserPoolDomainCommand.js +2 -3
  41. package/dist-cjs/commands/DescribeIdentityProviderCommand.js +2 -3
  42. package/dist-cjs/commands/DescribeResourceServerCommand.js +2 -3
  43. package/dist-cjs/commands/DescribeUserImportJobCommand.js +2 -3
  44. package/dist-cjs/commands/DescribeUserPoolCommand.js +2 -3
  45. package/dist-cjs/commands/DescribeUserPoolDomainCommand.js +2 -3
  46. package/dist-cjs/commands/ForgetDeviceCommand.js +1 -1
  47. package/dist-cjs/commands/ForgotPasswordCommand.js +1 -1
  48. package/dist-cjs/commands/GetCSVHeaderCommand.js +2 -3
  49. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  50. package/dist-cjs/commands/GetIdentityProviderByIdentifierCommand.js +2 -3
  51. package/dist-cjs/commands/GetSigningCertificateCommand.js +2 -3
  52. package/dist-cjs/commands/GetUserAttributeVerificationCodeCommand.js +1 -1
  53. package/dist-cjs/commands/GetUserPoolMfaConfigCommand.js +2 -3
  54. package/dist-cjs/commands/GlobalSignOutCommand.js +1 -1
  55. package/dist-cjs/commands/ListGroupsCommand.js +2 -3
  56. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -3
  57. package/dist-cjs/commands/ListResourceServersCommand.js +2 -3
  58. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  59. package/dist-cjs/commands/ListUserImportJobsCommand.js +2 -3
  60. package/dist-cjs/commands/ListUserPoolClientsCommand.js +1 -1
  61. package/dist-cjs/commands/ListUserPoolsCommand.js +2 -3
  62. package/dist-cjs/commands/ListUsersCommand.js +1 -1
  63. package/dist-cjs/commands/ListUsersInGroupCommand.js +1 -1
  64. package/dist-cjs/commands/ResendConfirmationCodeCommand.js +1 -1
  65. package/dist-cjs/commands/RevokeTokenCommand.js +1 -1
  66. package/dist-cjs/commands/SetUserMFAPreferenceCommand.js +1 -1
  67. package/dist-cjs/commands/SetUserPoolMfaConfigCommand.js +2 -3
  68. package/dist-cjs/commands/SetUserSettingsCommand.js +1 -1
  69. package/dist-cjs/commands/SignUpCommand.js +1 -1
  70. package/dist-cjs/commands/StartUserImportJobCommand.js +2 -3
  71. package/dist-cjs/commands/StopUserImportJobCommand.js +2 -3
  72. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  73. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  74. package/dist-cjs/commands/UpdateAuthEventFeedbackCommand.js +1 -1
  75. package/dist-cjs/commands/UpdateDeviceStatusCommand.js +1 -1
  76. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  77. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +2 -3
  78. package/dist-cjs/commands/UpdateResourceServerCommand.js +2 -3
  79. package/dist-cjs/commands/UpdateUserAttributesCommand.js +1 -1
  80. package/dist-cjs/commands/UpdateUserPoolCommand.js +2 -3
  81. package/dist-cjs/commands/UpdateUserPoolDomainCommand.js +2 -3
  82. package/dist-cjs/commands/VerifySoftwareTokenCommand.js +1 -1
  83. package/dist-cjs/commands/VerifyUserAttributeCommand.js +1 -1
  84. package/dist-cjs/models/models_0.js +3 -585
  85. package/dist-cjs/models/models_1.js +1 -97
  86. package/dist-es/commands/AddCustomAttributesCommand.js +2 -3
  87. package/dist-es/commands/AdminAddUserToGroupCommand.js +1 -1
  88. package/dist-es/commands/AdminConfirmSignUpCommand.js +2 -2
  89. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +2 -2
  90. package/dist-es/commands/AdminDeleteUserCommand.js +1 -1
  91. package/dist-es/commands/AdminDisableProviderForUserCommand.js +2 -3
  92. package/dist-es/commands/AdminDisableUserCommand.js +2 -2
  93. package/dist-es/commands/AdminEnableUserCommand.js +2 -2
  94. package/dist-es/commands/AdminForgetDeviceCommand.js +1 -1
  95. package/dist-es/commands/AdminLinkProviderForUserCommand.js +2 -3
  96. package/dist-es/commands/AdminListGroupsForUserCommand.js +2 -2
  97. package/dist-es/commands/AdminListUserAuthEventsCommand.js +2 -2
  98. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +1 -1
  99. package/dist-es/commands/AdminResetUserPasswordCommand.js +2 -2
  100. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +2 -2
  101. package/dist-es/commands/AdminSetUserPasswordCommand.js +2 -2
  102. package/dist-es/commands/AdminSetUserSettingsCommand.js +2 -2
  103. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +2 -2
  104. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +2 -2
  105. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +2 -2
  106. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +2 -2
  107. package/dist-es/commands/ChangePasswordCommand.js +2 -2
  108. package/dist-es/commands/ConfirmDeviceCommand.js +2 -2
  109. package/dist-es/commands/ConfirmForgotPasswordCommand.js +2 -2
  110. package/dist-es/commands/ConfirmSignUpCommand.js +2 -2
  111. package/dist-es/commands/CreateGroupCommand.js +2 -3
  112. package/dist-es/commands/CreateIdentityProviderCommand.js +2 -3
  113. package/dist-es/commands/CreateResourceServerCommand.js +2 -3
  114. package/dist-es/commands/CreateUserImportJobCommand.js +2 -3
  115. package/dist-es/commands/CreateUserPoolClientCommand.js +2 -2
  116. package/dist-es/commands/CreateUserPoolCommand.js +2 -3
  117. package/dist-es/commands/CreateUserPoolDomainCommand.js +2 -3
  118. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  119. package/dist-es/commands/DeleteIdentityProviderCommand.js +2 -3
  120. package/dist-es/commands/DeleteResourceServerCommand.js +2 -3
  121. package/dist-es/commands/DeleteUserAttributesCommand.js +2 -2
  122. package/dist-es/commands/DeleteUserCommand.js +1 -1
  123. package/dist-es/commands/DeleteUserPoolClientCommand.js +1 -1
  124. package/dist-es/commands/DeleteUserPoolCommand.js +2 -3
  125. package/dist-es/commands/DeleteUserPoolDomainCommand.js +2 -3
  126. package/dist-es/commands/DescribeIdentityProviderCommand.js +2 -3
  127. package/dist-es/commands/DescribeResourceServerCommand.js +2 -3
  128. package/dist-es/commands/DescribeUserImportJobCommand.js +2 -3
  129. package/dist-es/commands/DescribeUserPoolCommand.js +2 -3
  130. package/dist-es/commands/DescribeUserPoolDomainCommand.js +2 -3
  131. package/dist-es/commands/ForgetDeviceCommand.js +1 -1
  132. package/dist-es/commands/ForgotPasswordCommand.js +2 -2
  133. package/dist-es/commands/GetCSVHeaderCommand.js +2 -3
  134. package/dist-es/commands/GetGroupCommand.js +2 -3
  135. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +2 -3
  136. package/dist-es/commands/GetSigningCertificateCommand.js +2 -3
  137. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +2 -2
  138. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +2 -3
  139. package/dist-es/commands/GlobalSignOutCommand.js +2 -2
  140. package/dist-es/commands/ListGroupsCommand.js +2 -3
  141. package/dist-es/commands/ListIdentityProvidersCommand.js +2 -3
  142. package/dist-es/commands/ListResourceServersCommand.js +2 -3
  143. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  144. package/dist-es/commands/ListUserImportJobsCommand.js +2 -3
  145. package/dist-es/commands/ListUserPoolClientsCommand.js +2 -2
  146. package/dist-es/commands/ListUserPoolsCommand.js +2 -3
  147. package/dist-es/commands/ListUsersCommand.js +2 -2
  148. package/dist-es/commands/ListUsersInGroupCommand.js +2 -2
  149. package/dist-es/commands/ResendConfirmationCodeCommand.js +2 -2
  150. package/dist-es/commands/RevokeTokenCommand.js +2 -2
  151. package/dist-es/commands/SetUserMFAPreferenceCommand.js +2 -2
  152. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +2 -3
  153. package/dist-es/commands/SetUserSettingsCommand.js +2 -2
  154. package/dist-es/commands/SignUpCommand.js +2 -2
  155. package/dist-es/commands/StartUserImportJobCommand.js +2 -3
  156. package/dist-es/commands/StopUserImportJobCommand.js +2 -3
  157. package/dist-es/commands/TagResourceCommand.js +2 -3
  158. package/dist-es/commands/UntagResourceCommand.js +2 -3
  159. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +2 -2
  160. package/dist-es/commands/UpdateDeviceStatusCommand.js +2 -2
  161. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  162. package/dist-es/commands/UpdateIdentityProviderCommand.js +2 -3
  163. package/dist-es/commands/UpdateResourceServerCommand.js +2 -3
  164. package/dist-es/commands/UpdateUserAttributesCommand.js +2 -2
  165. package/dist-es/commands/UpdateUserPoolCommand.js +2 -3
  166. package/dist-es/commands/UpdateUserPoolDomainCommand.js +2 -3
  167. package/dist-es/commands/VerifySoftwareTokenCommand.js +2 -2
  168. package/dist-es/commands/VerifyUserAttributeCommand.js +2 -2
  169. package/dist-es/models/models_0.js +0 -435
  170. package/dist-es/models/models_1.js +0 -72
  171. package/dist-types/models/models_0.d.ts +0 -580
  172. package/dist-types/models/models_1.d.ts +0 -96
  173. package/dist-types/ts3.4/models/models_0.d.ts +0 -429
  174. package/dist-types/ts3.4/models/models_1.d.ts +0 -72
  175. package/package.json +11 -10
@@ -7336,54 +7336,6 @@ export interface SetUserSettingsRequest {
7336
7336
  */
7337
7337
  export interface SetUserSettingsResponse {
7338
7338
  }
7339
- /**
7340
- * @internal
7341
- */
7342
- export declare const RecoveryOptionTypeFilterSensitiveLog: (obj: RecoveryOptionType) => any;
7343
- /**
7344
- * @internal
7345
- */
7346
- export declare const AccountRecoverySettingTypeFilterSensitiveLog: (obj: AccountRecoverySettingType) => any;
7347
- /**
7348
- * @internal
7349
- */
7350
- export declare const AccountTakeoverActionTypeFilterSensitiveLog: (obj: AccountTakeoverActionType) => any;
7351
- /**
7352
- * @internal
7353
- */
7354
- export declare const AccountTakeoverActionsTypeFilterSensitiveLog: (obj: AccountTakeoverActionsType) => any;
7355
- /**
7356
- * @internal
7357
- */
7358
- export declare const NotifyEmailTypeFilterSensitiveLog: (obj: NotifyEmailType) => any;
7359
- /**
7360
- * @internal
7361
- */
7362
- export declare const NotifyConfigurationTypeFilterSensitiveLog: (obj: NotifyConfigurationType) => any;
7363
- /**
7364
- * @internal
7365
- */
7366
- export declare const AccountTakeoverRiskConfigurationTypeFilterSensitiveLog: (obj: AccountTakeoverRiskConfigurationType) => any;
7367
- /**
7368
- * @internal
7369
- */
7370
- export declare const NumberAttributeConstraintsTypeFilterSensitiveLog: (obj: NumberAttributeConstraintsType) => any;
7371
- /**
7372
- * @internal
7373
- */
7374
- export declare const StringAttributeConstraintsTypeFilterSensitiveLog: (obj: StringAttributeConstraintsType) => any;
7375
- /**
7376
- * @internal
7377
- */
7378
- export declare const SchemaAttributeTypeFilterSensitiveLog: (obj: SchemaAttributeType) => any;
7379
- /**
7380
- * @internal
7381
- */
7382
- export declare const AddCustomAttributesRequestFilterSensitiveLog: (obj: AddCustomAttributesRequest) => any;
7383
- /**
7384
- * @internal
7385
- */
7386
- export declare const AddCustomAttributesResponseFilterSensitiveLog: (obj: AddCustomAttributesResponse) => any;
7387
7339
  /**
7388
7340
  * @internal
7389
7341
  */
@@ -7392,10 +7344,6 @@ export declare const AdminAddUserToGroupRequestFilterSensitiveLog: (obj: AdminAd
7392
7344
  * @internal
7393
7345
  */
7394
7346
  export declare const AdminConfirmSignUpRequestFilterSensitiveLog: (obj: AdminConfirmSignUpRequest) => any;
7395
- /**
7396
- * @internal
7397
- */
7398
- export declare const AdminConfirmSignUpResponseFilterSensitiveLog: (obj: AdminConfirmSignUpResponse) => any;
7399
7347
  /**
7400
7348
  * @internal
7401
7349
  */
@@ -7404,10 +7352,6 @@ export declare const AttributeTypeFilterSensitiveLog: (obj: AttributeType) => an
7404
7352
  * @internal
7405
7353
  */
7406
7354
  export declare const AdminCreateUserRequestFilterSensitiveLog: (obj: AdminCreateUserRequest) => any;
7407
- /**
7408
- * @internal
7409
- */
7410
- export declare const MFAOptionTypeFilterSensitiveLog: (obj: MFAOptionType) => any;
7411
7355
  /**
7412
7356
  * @internal
7413
7357
  */
@@ -7416,14 +7360,6 @@ export declare const UserTypeFilterSensitiveLog: (obj: UserType) => any;
7416
7360
  * @internal
7417
7361
  */
7418
7362
  export declare const AdminCreateUserResponseFilterSensitiveLog: (obj: AdminCreateUserResponse) => any;
7419
- /**
7420
- * @internal
7421
- */
7422
- export declare const MessageTemplateTypeFilterSensitiveLog: (obj: MessageTemplateType) => any;
7423
- /**
7424
- * @internal
7425
- */
7426
- export declare const AdminCreateUserConfigTypeFilterSensitiveLog: (obj: AdminCreateUserConfigType) => any;
7427
7363
  /**
7428
7364
  * @internal
7429
7365
  */
@@ -7432,38 +7368,14 @@ export declare const AdminDeleteUserRequestFilterSensitiveLog: (obj: AdminDelete
7432
7368
  * @internal
7433
7369
  */
7434
7370
  export declare const AdminDeleteUserAttributesRequestFilterSensitiveLog: (obj: AdminDeleteUserAttributesRequest) => any;
7435
- /**
7436
- * @internal
7437
- */
7438
- export declare const AdminDeleteUserAttributesResponseFilterSensitiveLog: (obj: AdminDeleteUserAttributesResponse) => any;
7439
- /**
7440
- * @internal
7441
- */
7442
- export declare const ProviderUserIdentifierTypeFilterSensitiveLog: (obj: ProviderUserIdentifierType) => any;
7443
- /**
7444
- * @internal
7445
- */
7446
- export declare const AdminDisableProviderForUserRequestFilterSensitiveLog: (obj: AdminDisableProviderForUserRequest) => any;
7447
- /**
7448
- * @internal
7449
- */
7450
- export declare const AdminDisableProviderForUserResponseFilterSensitiveLog: (obj: AdminDisableProviderForUserResponse) => any;
7451
7371
  /**
7452
7372
  * @internal
7453
7373
  */
7454
7374
  export declare const AdminDisableUserRequestFilterSensitiveLog: (obj: AdminDisableUserRequest) => any;
7455
- /**
7456
- * @internal
7457
- */
7458
- export declare const AdminDisableUserResponseFilterSensitiveLog: (obj: AdminDisableUserResponse) => any;
7459
7375
  /**
7460
7376
  * @internal
7461
7377
  */
7462
7378
  export declare const AdminEnableUserRequestFilterSensitiveLog: (obj: AdminEnableUserRequest) => any;
7463
- /**
7464
- * @internal
7465
- */
7466
- export declare const AdminEnableUserResponseFilterSensitiveLog: (obj: AdminEnableUserResponse) => any;
7467
7379
  /**
7468
7380
  * @internal
7469
7381
  */
@@ -7488,26 +7400,10 @@ export declare const AdminGetUserRequestFilterSensitiveLog: (obj: AdminGetUserRe
7488
7400
  * @internal
7489
7401
  */
7490
7402
  export declare const AdminGetUserResponseFilterSensitiveLog: (obj: AdminGetUserResponse) => any;
7491
- /**
7492
- * @internal
7493
- */
7494
- export declare const AnalyticsMetadataTypeFilterSensitiveLog: (obj: AnalyticsMetadataType) => any;
7495
- /**
7496
- * @internal
7497
- */
7498
- export declare const HttpHeaderFilterSensitiveLog: (obj: HttpHeader) => any;
7499
- /**
7500
- * @internal
7501
- */
7502
- export declare const ContextDataTypeFilterSensitiveLog: (obj: ContextDataType) => any;
7503
7403
  /**
7504
7404
  * @internal
7505
7405
  */
7506
7406
  export declare const AdminInitiateAuthRequestFilterSensitiveLog: (obj: AdminInitiateAuthRequest) => any;
7507
- /**
7508
- * @internal
7509
- */
7510
- export declare const NewDeviceMetadataTypeFilterSensitiveLog: (obj: NewDeviceMetadataType) => any;
7511
7407
  /**
7512
7408
  * @internal
7513
7409
  */
@@ -7516,14 +7412,6 @@ export declare const AuthenticationResultTypeFilterSensitiveLog: (obj: Authentic
7516
7412
  * @internal
7517
7413
  */
7518
7414
  export declare const AdminInitiateAuthResponseFilterSensitiveLog: (obj: AdminInitiateAuthResponse) => any;
7519
- /**
7520
- * @internal
7521
- */
7522
- export declare const AdminLinkProviderForUserRequestFilterSensitiveLog: (obj: AdminLinkProviderForUserRequest) => any;
7523
- /**
7524
- * @internal
7525
- */
7526
- export declare const AdminLinkProviderForUserResponseFilterSensitiveLog: (obj: AdminLinkProviderForUserResponse) => any;
7527
7415
  /**
7528
7416
  * @internal
7529
7417
  */
@@ -7536,42 +7424,10 @@ export declare const AdminListDevicesResponseFilterSensitiveLog: (obj: AdminList
7536
7424
  * @internal
7537
7425
  */
7538
7426
  export declare const AdminListGroupsForUserRequestFilterSensitiveLog: (obj: AdminListGroupsForUserRequest) => any;
7539
- /**
7540
- * @internal
7541
- */
7542
- export declare const GroupTypeFilterSensitiveLog: (obj: GroupType) => any;
7543
- /**
7544
- * @internal
7545
- */
7546
- export declare const AdminListGroupsForUserResponseFilterSensitiveLog: (obj: AdminListGroupsForUserResponse) => any;
7547
7427
  /**
7548
7428
  * @internal
7549
7429
  */
7550
7430
  export declare const AdminListUserAuthEventsRequestFilterSensitiveLog: (obj: AdminListUserAuthEventsRequest) => any;
7551
- /**
7552
- * @internal
7553
- */
7554
- export declare const ChallengeResponseTypeFilterSensitiveLog: (obj: ChallengeResponseType) => any;
7555
- /**
7556
- * @internal
7557
- */
7558
- export declare const EventContextDataTypeFilterSensitiveLog: (obj: EventContextDataType) => any;
7559
- /**
7560
- * @internal
7561
- */
7562
- export declare const EventFeedbackTypeFilterSensitiveLog: (obj: EventFeedbackType) => any;
7563
- /**
7564
- * @internal
7565
- */
7566
- export declare const EventRiskTypeFilterSensitiveLog: (obj: EventRiskType) => any;
7567
- /**
7568
- * @internal
7569
- */
7570
- export declare const AuthEventTypeFilterSensitiveLog: (obj: AuthEventType) => any;
7571
- /**
7572
- * @internal
7573
- */
7574
- export declare const AdminListUserAuthEventsResponseFilterSensitiveLog: (obj: AdminListUserAuthEventsResponse) => any;
7575
7431
  /**
7576
7432
  * @internal
7577
7433
  */
@@ -7580,10 +7436,6 @@ export declare const AdminRemoveUserFromGroupRequestFilterSensitiveLog: (obj: Ad
7580
7436
  * @internal
7581
7437
  */
7582
7438
  export declare const AdminResetUserPasswordRequestFilterSensitiveLog: (obj: AdminResetUserPasswordRequest) => any;
7583
- /**
7584
- * @internal
7585
- */
7586
- export declare const AdminResetUserPasswordResponseFilterSensitiveLog: (obj: AdminResetUserPasswordResponse) => any;
7587
7439
  /**
7588
7440
  * @internal
7589
7441
  */
@@ -7592,74 +7444,34 @@ export declare const AdminRespondToAuthChallengeRequestFilterSensitiveLog: (obj:
7592
7444
  * @internal
7593
7445
  */
7594
7446
  export declare const AdminRespondToAuthChallengeResponseFilterSensitiveLog: (obj: AdminRespondToAuthChallengeResponse) => any;
7595
- /**
7596
- * @internal
7597
- */
7598
- export declare const SMSMfaSettingsTypeFilterSensitiveLog: (obj: SMSMfaSettingsType) => any;
7599
- /**
7600
- * @internal
7601
- */
7602
- export declare const SoftwareTokenMfaSettingsTypeFilterSensitiveLog: (obj: SoftwareTokenMfaSettingsType) => any;
7603
7447
  /**
7604
7448
  * @internal
7605
7449
  */
7606
7450
  export declare const AdminSetUserMFAPreferenceRequestFilterSensitiveLog: (obj: AdminSetUserMFAPreferenceRequest) => any;
7607
- /**
7608
- * @internal
7609
- */
7610
- export declare const AdminSetUserMFAPreferenceResponseFilterSensitiveLog: (obj: AdminSetUserMFAPreferenceResponse) => any;
7611
7451
  /**
7612
7452
  * @internal
7613
7453
  */
7614
7454
  export declare const AdminSetUserPasswordRequestFilterSensitiveLog: (obj: AdminSetUserPasswordRequest) => any;
7615
- /**
7616
- * @internal
7617
- */
7618
- export declare const AdminSetUserPasswordResponseFilterSensitiveLog: (obj: AdminSetUserPasswordResponse) => any;
7619
7455
  /**
7620
7456
  * @internal
7621
7457
  */
7622
7458
  export declare const AdminSetUserSettingsRequestFilterSensitiveLog: (obj: AdminSetUserSettingsRequest) => any;
7623
- /**
7624
- * @internal
7625
- */
7626
- export declare const AdminSetUserSettingsResponseFilterSensitiveLog: (obj: AdminSetUserSettingsResponse) => any;
7627
7459
  /**
7628
7460
  * @internal
7629
7461
  */
7630
7462
  export declare const AdminUpdateAuthEventFeedbackRequestFilterSensitiveLog: (obj: AdminUpdateAuthEventFeedbackRequest) => any;
7631
- /**
7632
- * @internal
7633
- */
7634
- export declare const AdminUpdateAuthEventFeedbackResponseFilterSensitiveLog: (obj: AdminUpdateAuthEventFeedbackResponse) => any;
7635
7463
  /**
7636
7464
  * @internal
7637
7465
  */
7638
7466
  export declare const AdminUpdateDeviceStatusRequestFilterSensitiveLog: (obj: AdminUpdateDeviceStatusRequest) => any;
7639
- /**
7640
- * @internal
7641
- */
7642
- export declare const AdminUpdateDeviceStatusResponseFilterSensitiveLog: (obj: AdminUpdateDeviceStatusResponse) => any;
7643
7467
  /**
7644
7468
  * @internal
7645
7469
  */
7646
7470
  export declare const AdminUpdateUserAttributesRequestFilterSensitiveLog: (obj: AdminUpdateUserAttributesRequest) => any;
7647
- /**
7648
- * @internal
7649
- */
7650
- export declare const AdminUpdateUserAttributesResponseFilterSensitiveLog: (obj: AdminUpdateUserAttributesResponse) => any;
7651
7471
  /**
7652
7472
  * @internal
7653
7473
  */
7654
7474
  export declare const AdminUserGlobalSignOutRequestFilterSensitiveLog: (obj: AdminUserGlobalSignOutRequest) => any;
7655
- /**
7656
- * @internal
7657
- */
7658
- export declare const AdminUserGlobalSignOutResponseFilterSensitiveLog: (obj: AdminUserGlobalSignOutResponse) => any;
7659
- /**
7660
- * @internal
7661
- */
7662
- export declare const AnalyticsConfigurationTypeFilterSensitiveLog: (obj: AnalyticsConfigurationType) => any;
7663
7475
  /**
7664
7476
  * @internal
7665
7477
  */
@@ -7672,158 +7484,18 @@ export declare const AssociateSoftwareTokenResponseFilterSensitiveLog: (obj: Ass
7672
7484
  * @internal
7673
7485
  */
7674
7486
  export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
7675
- /**
7676
- * @internal
7677
- */
7678
- export declare const ChangePasswordResponseFilterSensitiveLog: (obj: ChangePasswordResponse) => any;
7679
- /**
7680
- * @internal
7681
- */
7682
- export declare const DeviceSecretVerifierConfigTypeFilterSensitiveLog: (obj: DeviceSecretVerifierConfigType) => any;
7683
7487
  /**
7684
7488
  * @internal
7685
7489
  */
7686
7490
  export declare const ConfirmDeviceRequestFilterSensitiveLog: (obj: ConfirmDeviceRequest) => any;
7687
- /**
7688
- * @internal
7689
- */
7690
- export declare const ConfirmDeviceResponseFilterSensitiveLog: (obj: ConfirmDeviceResponse) => any;
7691
- /**
7692
- * @internal
7693
- */
7694
- export declare const UserContextDataTypeFilterSensitiveLog: (obj: UserContextDataType) => any;
7695
7491
  /**
7696
7492
  * @internal
7697
7493
  */
7698
7494
  export declare const ConfirmForgotPasswordRequestFilterSensitiveLog: (obj: ConfirmForgotPasswordRequest) => any;
7699
- /**
7700
- * @internal
7701
- */
7702
- export declare const ConfirmForgotPasswordResponseFilterSensitiveLog: (obj: ConfirmForgotPasswordResponse) => any;
7703
7495
  /**
7704
7496
  * @internal
7705
7497
  */
7706
7498
  export declare const ConfirmSignUpRequestFilterSensitiveLog: (obj: ConfirmSignUpRequest) => any;
7707
- /**
7708
- * @internal
7709
- */
7710
- export declare const ConfirmSignUpResponseFilterSensitiveLog: (obj: ConfirmSignUpResponse) => any;
7711
- /**
7712
- * @internal
7713
- */
7714
- export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
7715
- /**
7716
- * @internal
7717
- */
7718
- export declare const CreateGroupResponseFilterSensitiveLog: (obj: CreateGroupResponse) => any;
7719
- /**
7720
- * @internal
7721
- */
7722
- export declare const CreateIdentityProviderRequestFilterSensitiveLog: (obj: CreateIdentityProviderRequest) => any;
7723
- /**
7724
- * @internal
7725
- */
7726
- export declare const IdentityProviderTypeFilterSensitiveLog: (obj: IdentityProviderType) => any;
7727
- /**
7728
- * @internal
7729
- */
7730
- export declare const CreateIdentityProviderResponseFilterSensitiveLog: (obj: CreateIdentityProviderResponse) => any;
7731
- /**
7732
- * @internal
7733
- */
7734
- export declare const ResourceServerScopeTypeFilterSensitiveLog: (obj: ResourceServerScopeType) => any;
7735
- /**
7736
- * @internal
7737
- */
7738
- export declare const CreateResourceServerRequestFilterSensitiveLog: (obj: CreateResourceServerRequest) => any;
7739
- /**
7740
- * @internal
7741
- */
7742
- export declare const ResourceServerTypeFilterSensitiveLog: (obj: ResourceServerType) => any;
7743
- /**
7744
- * @internal
7745
- */
7746
- export declare const CreateResourceServerResponseFilterSensitiveLog: (obj: CreateResourceServerResponse) => any;
7747
- /**
7748
- * @internal
7749
- */
7750
- export declare const CreateUserImportJobRequestFilterSensitiveLog: (obj: CreateUserImportJobRequest) => any;
7751
- /**
7752
- * @internal
7753
- */
7754
- export declare const UserImportJobTypeFilterSensitiveLog: (obj: UserImportJobType) => any;
7755
- /**
7756
- * @internal
7757
- */
7758
- export declare const CreateUserImportJobResponseFilterSensitiveLog: (obj: CreateUserImportJobResponse) => any;
7759
- /**
7760
- * @internal
7761
- */
7762
- export declare const DeviceConfigurationTypeFilterSensitiveLog: (obj: DeviceConfigurationType) => any;
7763
- /**
7764
- * @internal
7765
- */
7766
- export declare const EmailConfigurationTypeFilterSensitiveLog: (obj: EmailConfigurationType) => any;
7767
- /**
7768
- * @internal
7769
- */
7770
- export declare const CustomEmailLambdaVersionConfigTypeFilterSensitiveLog: (obj: CustomEmailLambdaVersionConfigType) => any;
7771
- /**
7772
- * @internal
7773
- */
7774
- export declare const CustomSMSLambdaVersionConfigTypeFilterSensitiveLog: (obj: CustomSMSLambdaVersionConfigType) => any;
7775
- /**
7776
- * @internal
7777
- */
7778
- export declare const LambdaConfigTypeFilterSensitiveLog: (obj: LambdaConfigType) => any;
7779
- /**
7780
- * @internal
7781
- */
7782
- export declare const PasswordPolicyTypeFilterSensitiveLog: (obj: PasswordPolicyType) => any;
7783
- /**
7784
- * @internal
7785
- */
7786
- export declare const UserPoolPolicyTypeFilterSensitiveLog: (obj: UserPoolPolicyType) => any;
7787
- /**
7788
- * @internal
7789
- */
7790
- export declare const SmsConfigurationTypeFilterSensitiveLog: (obj: SmsConfigurationType) => any;
7791
- /**
7792
- * @internal
7793
- */
7794
- export declare const UserAttributeUpdateSettingsTypeFilterSensitiveLog: (obj: UserAttributeUpdateSettingsType) => any;
7795
- /**
7796
- * @internal
7797
- */
7798
- export declare const UsernameConfigurationTypeFilterSensitiveLog: (obj: UsernameConfigurationType) => any;
7799
- /**
7800
- * @internal
7801
- */
7802
- export declare const UserPoolAddOnsTypeFilterSensitiveLog: (obj: UserPoolAddOnsType) => any;
7803
- /**
7804
- * @internal
7805
- */
7806
- export declare const VerificationMessageTemplateTypeFilterSensitiveLog: (obj: VerificationMessageTemplateType) => any;
7807
- /**
7808
- * @internal
7809
- */
7810
- export declare const CreateUserPoolRequestFilterSensitiveLog: (obj: CreateUserPoolRequest) => any;
7811
- /**
7812
- * @internal
7813
- */
7814
- export declare const UserPoolTypeFilterSensitiveLog: (obj: UserPoolType) => any;
7815
- /**
7816
- * @internal
7817
- */
7818
- export declare const CreateUserPoolResponseFilterSensitiveLog: (obj: CreateUserPoolResponse) => any;
7819
- /**
7820
- * @internal
7821
- */
7822
- export declare const TokenValidityUnitsTypeFilterSensitiveLog: (obj: TokenValidityUnitsType) => any;
7823
- /**
7824
- * @internal
7825
- */
7826
- export declare const CreateUserPoolClientRequestFilterSensitiveLog: (obj: CreateUserPoolClientRequest) => any;
7827
7499
  /**
7828
7500
  * @internal
7829
7501
  */
@@ -7832,30 +7504,6 @@ export declare const UserPoolClientTypeFilterSensitiveLog: (obj: UserPoolClientT
7832
7504
  * @internal
7833
7505
  */
7834
7506
  export declare const CreateUserPoolClientResponseFilterSensitiveLog: (obj: CreateUserPoolClientResponse) => any;
7835
- /**
7836
- * @internal
7837
- */
7838
- export declare const CustomDomainConfigTypeFilterSensitiveLog: (obj: CustomDomainConfigType) => any;
7839
- /**
7840
- * @internal
7841
- */
7842
- export declare const CreateUserPoolDomainRequestFilterSensitiveLog: (obj: CreateUserPoolDomainRequest) => any;
7843
- /**
7844
- * @internal
7845
- */
7846
- export declare const CreateUserPoolDomainResponseFilterSensitiveLog: (obj: CreateUserPoolDomainResponse) => any;
7847
- /**
7848
- * @internal
7849
- */
7850
- export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
7851
- /**
7852
- * @internal
7853
- */
7854
- export declare const DeleteIdentityProviderRequestFilterSensitiveLog: (obj: DeleteIdentityProviderRequest) => any;
7855
- /**
7856
- * @internal
7857
- */
7858
- export declare const DeleteResourceServerRequestFilterSensitiveLog: (obj: DeleteResourceServerRequest) => any;
7859
7507
  /**
7860
7508
  * @internal
7861
7509
  */
@@ -7864,58 +7512,14 @@ export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserReques
7864
7512
  * @internal
7865
7513
  */
7866
7514
  export declare const DeleteUserAttributesRequestFilterSensitiveLog: (obj: DeleteUserAttributesRequest) => any;
7867
- /**
7868
- * @internal
7869
- */
7870
- export declare const DeleteUserAttributesResponseFilterSensitiveLog: (obj: DeleteUserAttributesResponse) => any;
7871
- /**
7872
- * @internal
7873
- */
7874
- export declare const DeleteUserPoolRequestFilterSensitiveLog: (obj: DeleteUserPoolRequest) => any;
7875
7515
  /**
7876
7516
  * @internal
7877
7517
  */
7878
7518
  export declare const DeleteUserPoolClientRequestFilterSensitiveLog: (obj: DeleteUserPoolClientRequest) => any;
7879
- /**
7880
- * @internal
7881
- */
7882
- export declare const DeleteUserPoolDomainRequestFilterSensitiveLog: (obj: DeleteUserPoolDomainRequest) => any;
7883
- /**
7884
- * @internal
7885
- */
7886
- export declare const DeleteUserPoolDomainResponseFilterSensitiveLog: (obj: DeleteUserPoolDomainResponse) => any;
7887
- /**
7888
- * @internal
7889
- */
7890
- export declare const DescribeIdentityProviderRequestFilterSensitiveLog: (obj: DescribeIdentityProviderRequest) => any;
7891
- /**
7892
- * @internal
7893
- */
7894
- export declare const DescribeIdentityProviderResponseFilterSensitiveLog: (obj: DescribeIdentityProviderResponse) => any;
7895
- /**
7896
- * @internal
7897
- */
7898
- export declare const DescribeResourceServerRequestFilterSensitiveLog: (obj: DescribeResourceServerRequest) => any;
7899
- /**
7900
- * @internal
7901
- */
7902
- export declare const DescribeResourceServerResponseFilterSensitiveLog: (obj: DescribeResourceServerResponse) => any;
7903
7519
  /**
7904
7520
  * @internal
7905
7521
  */
7906
7522
  export declare const DescribeRiskConfigurationRequestFilterSensitiveLog: (obj: DescribeRiskConfigurationRequest) => any;
7907
- /**
7908
- * @internal
7909
- */
7910
- export declare const CompromisedCredentialsActionsTypeFilterSensitiveLog: (obj: CompromisedCredentialsActionsType) => any;
7911
- /**
7912
- * @internal
7913
- */
7914
- export declare const CompromisedCredentialsRiskConfigurationTypeFilterSensitiveLog: (obj: CompromisedCredentialsRiskConfigurationType) => any;
7915
- /**
7916
- * @internal
7917
- */
7918
- export declare const RiskExceptionConfigurationTypeFilterSensitiveLog: (obj: RiskExceptionConfigurationType) => any;
7919
7523
  /**
7920
7524
  * @internal
7921
7525
  */
@@ -7924,22 +7528,6 @@ export declare const RiskConfigurationTypeFilterSensitiveLog: (obj: RiskConfigur
7924
7528
  * @internal
7925
7529
  */
7926
7530
  export declare const DescribeRiskConfigurationResponseFilterSensitiveLog: (obj: DescribeRiskConfigurationResponse) => any;
7927
- /**
7928
- * @internal
7929
- */
7930
- export declare const DescribeUserImportJobRequestFilterSensitiveLog: (obj: DescribeUserImportJobRequest) => any;
7931
- /**
7932
- * @internal
7933
- */
7934
- export declare const DescribeUserImportJobResponseFilterSensitiveLog: (obj: DescribeUserImportJobResponse) => any;
7935
- /**
7936
- * @internal
7937
- */
7938
- export declare const DescribeUserPoolRequestFilterSensitiveLog: (obj: DescribeUserPoolRequest) => any;
7939
- /**
7940
- * @internal
7941
- */
7942
- export declare const DescribeUserPoolResponseFilterSensitiveLog: (obj: DescribeUserPoolResponse) => any;
7943
7531
  /**
7944
7532
  * @internal
7945
7533
  */
@@ -7948,18 +7536,6 @@ export declare const DescribeUserPoolClientRequestFilterSensitiveLog: (obj: Desc
7948
7536
  * @internal
7949
7537
  */
7950
7538
  export declare const DescribeUserPoolClientResponseFilterSensitiveLog: (obj: DescribeUserPoolClientResponse) => any;
7951
- /**
7952
- * @internal
7953
- */
7954
- export declare const DescribeUserPoolDomainRequestFilterSensitiveLog: (obj: DescribeUserPoolDomainRequest) => any;
7955
- /**
7956
- * @internal
7957
- */
7958
- export declare const DomainDescriptionTypeFilterSensitiveLog: (obj: DomainDescriptionType) => any;
7959
- /**
7960
- * @internal
7961
- */
7962
- export declare const DescribeUserPoolDomainResponseFilterSensitiveLog: (obj: DescribeUserPoolDomainResponse) => any;
7963
7539
  /**
7964
7540
  * @internal
7965
7541
  */
@@ -7968,22 +7544,6 @@ export declare const ForgetDeviceRequestFilterSensitiveLog: (obj: ForgetDeviceRe
7968
7544
  * @internal
7969
7545
  */
7970
7546
  export declare const ForgotPasswordRequestFilterSensitiveLog: (obj: ForgotPasswordRequest) => any;
7971
- /**
7972
- * @internal
7973
- */
7974
- export declare const CodeDeliveryDetailsTypeFilterSensitiveLog: (obj: CodeDeliveryDetailsType) => any;
7975
- /**
7976
- * @internal
7977
- */
7978
- export declare const ForgotPasswordResponseFilterSensitiveLog: (obj: ForgotPasswordResponse) => any;
7979
- /**
7980
- * @internal
7981
- */
7982
- export declare const GetCSVHeaderRequestFilterSensitiveLog: (obj: GetCSVHeaderRequest) => any;
7983
- /**
7984
- * @internal
7985
- */
7986
- export declare const GetCSVHeaderResponseFilterSensitiveLog: (obj: GetCSVHeaderResponse) => any;
7987
7547
  /**
7988
7548
  * @internal
7989
7549
  */
@@ -7992,30 +7552,6 @@ export declare const GetDeviceRequestFilterSensitiveLog: (obj: GetDeviceRequest)
7992
7552
  * @internal
7993
7553
  */
7994
7554
  export declare const GetDeviceResponseFilterSensitiveLog: (obj: GetDeviceResponse) => any;
7995
- /**
7996
- * @internal
7997
- */
7998
- export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
7999
- /**
8000
- * @internal
8001
- */
8002
- export declare const GetGroupResponseFilterSensitiveLog: (obj: GetGroupResponse) => any;
8003
- /**
8004
- * @internal
8005
- */
8006
- export declare const GetIdentityProviderByIdentifierRequestFilterSensitiveLog: (obj: GetIdentityProviderByIdentifierRequest) => any;
8007
- /**
8008
- * @internal
8009
- */
8010
- export declare const GetIdentityProviderByIdentifierResponseFilterSensitiveLog: (obj: GetIdentityProviderByIdentifierResponse) => any;
8011
- /**
8012
- * @internal
8013
- */
8014
- export declare const GetSigningCertificateRequestFilterSensitiveLog: (obj: GetSigningCertificateRequest) => any;
8015
- /**
8016
- * @internal
8017
- */
8018
- export declare const GetSigningCertificateResponseFilterSensitiveLog: (obj: GetSigningCertificateResponse) => any;
8019
7555
  /**
8020
7556
  * @internal
8021
7557
  */
@@ -8040,34 +7576,10 @@ export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) =
8040
7576
  * @internal
8041
7577
  */
8042
7578
  export declare const GetUserAttributeVerificationCodeRequestFilterSensitiveLog: (obj: GetUserAttributeVerificationCodeRequest) => any;
8043
- /**
8044
- * @internal
8045
- */
8046
- export declare const GetUserAttributeVerificationCodeResponseFilterSensitiveLog: (obj: GetUserAttributeVerificationCodeResponse) => any;
8047
- /**
8048
- * @internal
8049
- */
8050
- export declare const GetUserPoolMfaConfigRequestFilterSensitiveLog: (obj: GetUserPoolMfaConfigRequest) => any;
8051
- /**
8052
- * @internal
8053
- */
8054
- export declare const SmsMfaConfigTypeFilterSensitiveLog: (obj: SmsMfaConfigType) => any;
8055
- /**
8056
- * @internal
8057
- */
8058
- export declare const SoftwareTokenMfaConfigTypeFilterSensitiveLog: (obj: SoftwareTokenMfaConfigType) => any;
8059
- /**
8060
- * @internal
8061
- */
8062
- export declare const GetUserPoolMfaConfigResponseFilterSensitiveLog: (obj: GetUserPoolMfaConfigResponse) => any;
8063
7579
  /**
8064
7580
  * @internal
8065
7581
  */
8066
7582
  export declare const GlobalSignOutRequestFilterSensitiveLog: (obj: GlobalSignOutRequest) => any;
8067
- /**
8068
- * @internal
8069
- */
8070
- export declare const GlobalSignOutResponseFilterSensitiveLog: (obj: GlobalSignOutResponse) => any;
8071
7583
  /**
8072
7584
  * @internal
8073
7585
  */
@@ -8084,54 +7596,6 @@ export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequ
8084
7596
  * @internal
8085
7597
  */
8086
7598
  export declare const ListDevicesResponseFilterSensitiveLog: (obj: ListDevicesResponse) => any;
8087
- /**
8088
- * @internal
8089
- */
8090
- export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
8091
- /**
8092
- * @internal
8093
- */
8094
- export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
8095
- /**
8096
- * @internal
8097
- */
8098
- export declare const ListIdentityProvidersRequestFilterSensitiveLog: (obj: ListIdentityProvidersRequest) => any;
8099
- /**
8100
- * @internal
8101
- */
8102
- export declare const ProviderDescriptionFilterSensitiveLog: (obj: ProviderDescription) => any;
8103
- /**
8104
- * @internal
8105
- */
8106
- export declare const ListIdentityProvidersResponseFilterSensitiveLog: (obj: ListIdentityProvidersResponse) => any;
8107
- /**
8108
- * @internal
8109
- */
8110
- export declare const ListResourceServersRequestFilterSensitiveLog: (obj: ListResourceServersRequest) => any;
8111
- /**
8112
- * @internal
8113
- */
8114
- export declare const ListResourceServersResponseFilterSensitiveLog: (obj: ListResourceServersResponse) => any;
8115
- /**
8116
- * @internal
8117
- */
8118
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
8119
- /**
8120
- * @internal
8121
- */
8122
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
8123
- /**
8124
- * @internal
8125
- */
8126
- export declare const ListUserImportJobsRequestFilterSensitiveLog: (obj: ListUserImportJobsRequest) => any;
8127
- /**
8128
- * @internal
8129
- */
8130
- export declare const ListUserImportJobsResponseFilterSensitiveLog: (obj: ListUserImportJobsResponse) => any;
8131
- /**
8132
- * @internal
8133
- */
8134
- export declare const ListUserPoolClientsRequestFilterSensitiveLog: (obj: ListUserPoolClientsRequest) => any;
8135
7599
  /**
8136
7600
  * @internal
8137
7601
  */
@@ -8140,30 +7604,10 @@ export declare const UserPoolClientDescriptionFilterSensitiveLog: (obj: UserPool
8140
7604
  * @internal
8141
7605
  */
8142
7606
  export declare const ListUserPoolClientsResponseFilterSensitiveLog: (obj: ListUserPoolClientsResponse) => any;
8143
- /**
8144
- * @internal
8145
- */
8146
- export declare const ListUserPoolsRequestFilterSensitiveLog: (obj: ListUserPoolsRequest) => any;
8147
- /**
8148
- * @internal
8149
- */
8150
- export declare const UserPoolDescriptionTypeFilterSensitiveLog: (obj: UserPoolDescriptionType) => any;
8151
- /**
8152
- * @internal
8153
- */
8154
- export declare const ListUserPoolsResponseFilterSensitiveLog: (obj: ListUserPoolsResponse) => any;
8155
- /**
8156
- * @internal
8157
- */
8158
- export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
8159
7607
  /**
8160
7608
  * @internal
8161
7609
  */
8162
7610
  export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
8163
- /**
8164
- * @internal
8165
- */
8166
- export declare const ListUsersInGroupRequestFilterSensitiveLog: (obj: ListUsersInGroupRequest) => any;
8167
7611
  /**
8168
7612
  * @internal
8169
7613
  */
@@ -8172,10 +7616,6 @@ export declare const ListUsersInGroupResponseFilterSensitiveLog: (obj: ListUsers
8172
7616
  * @internal
8173
7617
  */
8174
7618
  export declare const ResendConfirmationCodeRequestFilterSensitiveLog: (obj: ResendConfirmationCodeRequest) => any;
8175
- /**
8176
- * @internal
8177
- */
8178
- export declare const ResendConfirmationCodeResponseFilterSensitiveLog: (obj: ResendConfirmationCodeResponse) => any;
8179
7619
  /**
8180
7620
  * @internal
8181
7621
  */
@@ -8188,10 +7628,6 @@ export declare const RespondToAuthChallengeResponseFilterSensitiveLog: (obj: Res
8188
7628
  * @internal
8189
7629
  */
8190
7630
  export declare const RevokeTokenRequestFilterSensitiveLog: (obj: RevokeTokenRequest) => any;
8191
- /**
8192
- * @internal
8193
- */
8194
- export declare const RevokeTokenResponseFilterSensitiveLog: (obj: RevokeTokenResponse) => any;
8195
7631
  /**
8196
7632
  * @internal
8197
7633
  */
@@ -8212,23 +7648,7 @@ export declare const SetUICustomizationResponseFilterSensitiveLog: (obj: SetUICu
8212
7648
  * @internal
8213
7649
  */
8214
7650
  export declare const SetUserMFAPreferenceRequestFilterSensitiveLog: (obj: SetUserMFAPreferenceRequest) => any;
8215
- /**
8216
- * @internal
8217
- */
8218
- export declare const SetUserMFAPreferenceResponseFilterSensitiveLog: (obj: SetUserMFAPreferenceResponse) => any;
8219
- /**
8220
- * @internal
8221
- */
8222
- export declare const SetUserPoolMfaConfigRequestFilterSensitiveLog: (obj: SetUserPoolMfaConfigRequest) => any;
8223
- /**
8224
- * @internal
8225
- */
8226
- export declare const SetUserPoolMfaConfigResponseFilterSensitiveLog: (obj: SetUserPoolMfaConfigResponse) => any;
8227
7651
  /**
8228
7652
  * @internal
8229
7653
  */
8230
7654
  export declare const SetUserSettingsRequestFilterSensitiveLog: (obj: SetUserSettingsRequest) => any;
8231
- /**
8232
- * @internal
8233
- */
8234
- export declare const SetUserSettingsResponseFilterSensitiveLog: (obj: SetUserSettingsResponse) => any;