@aws-sdk/client-cognito-identity-provider 3.1019.0 → 3.1021.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.
@@ -34,22 +34,22 @@ import { CompleteWebAuthnRegistrationCommand, } from "./commands/CompleteWebAuth
34
34
  import { ConfirmDeviceCommand, } from "./commands/ConfirmDeviceCommand";
35
35
  import { ConfirmForgotPasswordCommand, } from "./commands/ConfirmForgotPasswordCommand";
36
36
  import { ConfirmSignUpCommand, } from "./commands/ConfirmSignUpCommand";
37
- import { CreateGroupCommand } from "./commands/CreateGroupCommand";
37
+ import { CreateGroupCommand, } from "./commands/CreateGroupCommand";
38
38
  import { CreateIdentityProviderCommand, } from "./commands/CreateIdentityProviderCommand";
39
39
  import { CreateManagedLoginBrandingCommand, } from "./commands/CreateManagedLoginBrandingCommand";
40
40
  import { CreateResourceServerCommand, } from "./commands/CreateResourceServerCommand";
41
- import { CreateTermsCommand } from "./commands/CreateTermsCommand";
41
+ import { CreateTermsCommand, } from "./commands/CreateTermsCommand";
42
42
  import { CreateUserImportJobCommand, } from "./commands/CreateUserImportJobCommand";
43
43
  import { CreateUserPoolClientCommand, } from "./commands/CreateUserPoolClientCommand";
44
44
  import { CreateUserPoolCommand, } from "./commands/CreateUserPoolCommand";
45
45
  import { CreateUserPoolDomainCommand, } from "./commands/CreateUserPoolDomainCommand";
46
- import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
46
+ import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
47
47
  import { DeleteIdentityProviderCommand, } from "./commands/DeleteIdentityProviderCommand";
48
48
  import { DeleteManagedLoginBrandingCommand, } from "./commands/DeleteManagedLoginBrandingCommand";
49
49
  import { DeleteResourceServerCommand, } from "./commands/DeleteResourceServerCommand";
50
- import { DeleteTermsCommand } from "./commands/DeleteTermsCommand";
50
+ import { DeleteTermsCommand, } from "./commands/DeleteTermsCommand";
51
51
  import { DeleteUserAttributesCommand, } from "./commands/DeleteUserAttributesCommand";
52
- import { DeleteUserCommand } from "./commands/DeleteUserCommand";
52
+ import { DeleteUserCommand, } from "./commands/DeleteUserCommand";
53
53
  import { DeleteUserPoolClientCommand, } from "./commands/DeleteUserPoolClientCommand";
54
54
  import { DeleteUserPoolClientSecretCommand, } from "./commands/DeleteUserPoolClientSecretCommand";
55
55
  import { DeleteUserPoolCommand, } from "./commands/DeleteUserPoolCommand";
@@ -81,8 +81,8 @@ import { GetUserCommand } from "./commands/GetUserCommand";
81
81
  import { GetUserPoolMfaConfigCommand, } from "./commands/GetUserPoolMfaConfigCommand";
82
82
  import { GlobalSignOutCommand, } from "./commands/GlobalSignOutCommand";
83
83
  import { InitiateAuthCommand, } from "./commands/InitiateAuthCommand";
84
- import { ListDevicesCommand } from "./commands/ListDevicesCommand";
85
- import { ListGroupsCommand } from "./commands/ListGroupsCommand";
84
+ import { ListDevicesCommand, } from "./commands/ListDevicesCommand";
85
+ import { ListGroupsCommand, } from "./commands/ListGroupsCommand";
86
86
  import { ListIdentityProvidersCommand, } from "./commands/ListIdentityProvidersCommand";
87
87
  import { ListResourceServersCommand, } from "./commands/ListResourceServersCommand";
88
88
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
@@ -96,7 +96,7 @@ import { ListUsersInGroupCommand, } from "./commands/ListUsersInGroupCommand";
96
96
  import { ListWebAuthnCredentialsCommand, } from "./commands/ListWebAuthnCredentialsCommand";
97
97
  import { ResendConfirmationCodeCommand, } from "./commands/ResendConfirmationCodeCommand";
98
98
  import { RespondToAuthChallengeCommand, } from "./commands/RespondToAuthChallengeCommand";
99
- import { RevokeTokenCommand } from "./commands/RevokeTokenCommand";
99
+ import { RevokeTokenCommand, } from "./commands/RevokeTokenCommand";
100
100
  import { SetLogDeliveryConfigurationCommand, } from "./commands/SetLogDeliveryConfigurationCommand";
101
101
  import { SetRiskConfigurationCommand, } from "./commands/SetRiskConfigurationCommand";
102
102
  import { SetUICustomizationCommand, } from "./commands/SetUICustomizationCommand";
@@ -107,15 +107,15 @@ import { SignUpCommand } from "./commands/SignUpCommand";
107
107
  import { StartUserImportJobCommand, } from "./commands/StartUserImportJobCommand";
108
108
  import { StartWebAuthnRegistrationCommand, } from "./commands/StartWebAuthnRegistrationCommand";
109
109
  import { StopUserImportJobCommand, } from "./commands/StopUserImportJobCommand";
110
- import { TagResourceCommand } from "./commands/TagResourceCommand";
110
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
111
111
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
112
112
  import { UpdateAuthEventFeedbackCommand, } from "./commands/UpdateAuthEventFeedbackCommand";
113
113
  import { UpdateDeviceStatusCommand, } from "./commands/UpdateDeviceStatusCommand";
114
- import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
114
+ import { UpdateGroupCommand, } from "./commands/UpdateGroupCommand";
115
115
  import { UpdateIdentityProviderCommand, } from "./commands/UpdateIdentityProviderCommand";
116
116
  import { UpdateManagedLoginBrandingCommand, } from "./commands/UpdateManagedLoginBrandingCommand";
117
117
  import { UpdateResourceServerCommand, } from "./commands/UpdateResourceServerCommand";
118
- import { UpdateTermsCommand } from "./commands/UpdateTermsCommand";
118
+ import { UpdateTermsCommand, } from "./commands/UpdateTermsCommand";
119
119
  import { UpdateUserAttributesCommand, } from "./commands/UpdateUserAttributesCommand";
120
120
  import { UpdateUserPoolClientCommand, } from "./commands/UpdateUserPoolClientCommand";
121
121
  import { UpdateUserPoolCommand, } from "./commands/UpdateUserPoolCommand";
@@ -1,127 +1,127 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { CognitoIdentityProviderClient } from "./CognitoIdentityProviderClient";
3
- import { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "./commands/AddCustomAttributesCommand";
4
- import { AddUserPoolClientSecretCommandInput, AddUserPoolClientSecretCommandOutput } from "./commands/AddUserPoolClientSecretCommand";
5
- import { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "./commands/AdminAddUserToGroupCommand";
6
- import { AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput } from "./commands/AdminConfirmSignUpCommand";
7
- import { AdminCreateUserCommandInput, AdminCreateUserCommandOutput } from "./commands/AdminCreateUserCommand";
8
- import { AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput } from "./commands/AdminDeleteUserAttributesCommand";
9
- import { AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput } from "./commands/AdminDeleteUserCommand";
10
- import { AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput } from "./commands/AdminDisableProviderForUserCommand";
11
- import { AdminDisableUserCommandInput, AdminDisableUserCommandOutput } from "./commands/AdminDisableUserCommand";
12
- import { AdminEnableUserCommandInput, AdminEnableUserCommandOutput } from "./commands/AdminEnableUserCommand";
13
- import { AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput } from "./commands/AdminForgetDeviceCommand";
14
- import { AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput } from "./commands/AdminGetDeviceCommand";
15
- import { AdminGetUserCommandInput, AdminGetUserCommandOutput } from "./commands/AdminGetUserCommand";
16
- import { AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput } from "./commands/AdminInitiateAuthCommand";
17
- import { AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput } from "./commands/AdminLinkProviderForUserCommand";
18
- import { AdminListDevicesCommandInput, AdminListDevicesCommandOutput } from "./commands/AdminListDevicesCommand";
19
- import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "./commands/AdminListGroupsForUserCommand";
20
- import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "./commands/AdminListUserAuthEventsCommand";
21
- import { AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput } from "./commands/AdminRemoveUserFromGroupCommand";
22
- import { AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput } from "./commands/AdminResetUserPasswordCommand";
23
- import { AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput } from "./commands/AdminRespondToAuthChallengeCommand";
24
- import { AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput } from "./commands/AdminSetUserMFAPreferenceCommand";
25
- import { AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput } from "./commands/AdminSetUserPasswordCommand";
26
- import { AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput } from "./commands/AdminSetUserSettingsCommand";
27
- import { AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput } from "./commands/AdminUpdateAuthEventFeedbackCommand";
28
- import { AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput } from "./commands/AdminUpdateDeviceStatusCommand";
29
- import { AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput } from "./commands/AdminUpdateUserAttributesCommand";
30
- import { AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput } from "./commands/AdminUserGlobalSignOutCommand";
31
- import { AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput } from "./commands/AssociateSoftwareTokenCommand";
32
- import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
33
- import { CompleteWebAuthnRegistrationCommandInput, CompleteWebAuthnRegistrationCommandOutput } from "./commands/CompleteWebAuthnRegistrationCommand";
34
- import { ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput } from "./commands/ConfirmDeviceCommand";
35
- import { ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput } from "./commands/ConfirmForgotPasswordCommand";
36
- import { ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput } from "./commands/ConfirmSignUpCommand";
37
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
38
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
39
- import { CreateManagedLoginBrandingCommandInput, CreateManagedLoginBrandingCommandOutput } from "./commands/CreateManagedLoginBrandingCommand";
40
- import { CreateResourceServerCommandInput, CreateResourceServerCommandOutput } from "./commands/CreateResourceServerCommand";
41
- import { CreateTermsCommandInput, CreateTermsCommandOutput } from "./commands/CreateTermsCommand";
42
- import { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput } from "./commands/CreateUserImportJobCommand";
43
- import { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "./commands/CreateUserPoolClientCommand";
44
- import { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "./commands/CreateUserPoolCommand";
45
- import { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "./commands/CreateUserPoolDomainCommand";
46
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
47
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
48
- import { DeleteManagedLoginBrandingCommandInput, DeleteManagedLoginBrandingCommandOutput } from "./commands/DeleteManagedLoginBrandingCommand";
49
- import { DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput } from "./commands/DeleteResourceServerCommand";
50
- import { DeleteTermsCommandInput, DeleteTermsCommandOutput } from "./commands/DeleteTermsCommand";
51
- import { DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput } from "./commands/DeleteUserAttributesCommand";
52
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
53
- import { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput } from "./commands/DeleteUserPoolClientCommand";
54
- import { DeleteUserPoolClientSecretCommandInput, DeleteUserPoolClientSecretCommandOutput } from "./commands/DeleteUserPoolClientSecretCommand";
55
- import { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "./commands/DeleteUserPoolCommand";
56
- import { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "./commands/DeleteUserPoolDomainCommand";
57
- import { DeleteWebAuthnCredentialCommandInput, DeleteWebAuthnCredentialCommandOutput } from "./commands/DeleteWebAuthnCredentialCommand";
58
- import { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "./commands/DescribeIdentityProviderCommand";
59
- import { DescribeManagedLoginBrandingByClientCommandInput, DescribeManagedLoginBrandingByClientCommandOutput } from "./commands/DescribeManagedLoginBrandingByClientCommand";
60
- import { DescribeManagedLoginBrandingCommandInput, DescribeManagedLoginBrandingCommandOutput } from "./commands/DescribeManagedLoginBrandingCommand";
61
- import { DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput } from "./commands/DescribeResourceServerCommand";
62
- import { DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput } from "./commands/DescribeRiskConfigurationCommand";
63
- import { DescribeTermsCommandInput, DescribeTermsCommandOutput } from "./commands/DescribeTermsCommand";
64
- import { DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput } from "./commands/DescribeUserImportJobCommand";
65
- import { DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput } from "./commands/DescribeUserPoolClientCommand";
66
- import { DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput } from "./commands/DescribeUserPoolCommand";
67
- import { DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput } from "./commands/DescribeUserPoolDomainCommand";
68
- import { ForgetDeviceCommandInput, ForgetDeviceCommandOutput } from "./commands/ForgetDeviceCommand";
69
- import { ForgotPasswordCommandInput, ForgotPasswordCommandOutput } from "./commands/ForgotPasswordCommand";
70
- import { GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput } from "./commands/GetCSVHeaderCommand";
71
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
72
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
73
- import { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
74
- import { GetLogDeliveryConfigurationCommandInput, GetLogDeliveryConfigurationCommandOutput } from "./commands/GetLogDeliveryConfigurationCommand";
75
- import { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
76
- import { GetTokensFromRefreshTokenCommandInput, GetTokensFromRefreshTokenCommandOutput } from "./commands/GetTokensFromRefreshTokenCommand";
77
- import { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
78
- import { GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput } from "./commands/GetUserAttributeVerificationCodeCommand";
79
- import { GetUserAuthFactorsCommandInput, GetUserAuthFactorsCommandOutput } from "./commands/GetUserAuthFactorsCommand";
80
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
81
- import { GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput } from "./commands/GetUserPoolMfaConfigCommand";
82
- import { GlobalSignOutCommandInput, GlobalSignOutCommandOutput } from "./commands/GlobalSignOutCommand";
83
- import { InitiateAuthCommandInput, InitiateAuthCommandOutput } from "./commands/InitiateAuthCommand";
84
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
85
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
86
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
87
- import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "./commands/ListResourceServersCommand";
88
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
89
- import { ListTermsCommandInput, ListTermsCommandOutput } from "./commands/ListTermsCommand";
90
- import { ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput } from "./commands/ListUserImportJobsCommand";
91
- import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "./commands/ListUserPoolClientsCommand";
92
- import { ListUserPoolClientSecretsCommandInput, ListUserPoolClientSecretsCommandOutput } from "./commands/ListUserPoolClientSecretsCommand";
93
- import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "./commands/ListUserPoolsCommand";
94
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
95
- import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "./commands/ListUsersInGroupCommand";
96
- import { ListWebAuthnCredentialsCommandInput, ListWebAuthnCredentialsCommandOutput } from "./commands/ListWebAuthnCredentialsCommand";
97
- import { ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput } from "./commands/ResendConfirmationCodeCommand";
98
- import { RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput } from "./commands/RespondToAuthChallengeCommand";
99
- import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "./commands/RevokeTokenCommand";
100
- import { SetLogDeliveryConfigurationCommandInput, SetLogDeliveryConfigurationCommandOutput } from "./commands/SetLogDeliveryConfigurationCommand";
101
- import { SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput } from "./commands/SetRiskConfigurationCommand";
102
- import { SetUICustomizationCommandInput, SetUICustomizationCommandOutput } from "./commands/SetUICustomizationCommand";
103
- import { SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput } from "./commands/SetUserMFAPreferenceCommand";
104
- import { SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput } from "./commands/SetUserPoolMfaConfigCommand";
105
- import { SetUserSettingsCommandInput, SetUserSettingsCommandOutput } from "./commands/SetUserSettingsCommand";
106
- import { SignUpCommandInput, SignUpCommandOutput } from "./commands/SignUpCommand";
107
- import { StartUserImportJobCommandInput, StartUserImportJobCommandOutput } from "./commands/StartUserImportJobCommand";
108
- import { StartWebAuthnRegistrationCommandInput, StartWebAuthnRegistrationCommandOutput } from "./commands/StartWebAuthnRegistrationCommand";
109
- import { StopUserImportJobCommandInput, StopUserImportJobCommandOutput } from "./commands/StopUserImportJobCommand";
110
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
111
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
112
- import { UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput } from "./commands/UpdateAuthEventFeedbackCommand";
113
- import { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput } from "./commands/UpdateDeviceStatusCommand";
114
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
115
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
116
- import { UpdateManagedLoginBrandingCommandInput, UpdateManagedLoginBrandingCommandOutput } from "./commands/UpdateManagedLoginBrandingCommand";
117
- import { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
118
- import { UpdateTermsCommandInput, UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
119
- import { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
120
- import { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "./commands/UpdateUserPoolClientCommand";
121
- import { UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput } from "./commands/UpdateUserPoolCommand";
122
- import { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } from "./commands/UpdateUserPoolDomainCommand";
123
- import { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
124
- import { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
3
+ import { type AddCustomAttributesCommandInput, type AddCustomAttributesCommandOutput } from "./commands/AddCustomAttributesCommand";
4
+ import { type AddUserPoolClientSecretCommandInput, type AddUserPoolClientSecretCommandOutput } from "./commands/AddUserPoolClientSecretCommand";
5
+ import { type AdminAddUserToGroupCommandInput, type AdminAddUserToGroupCommandOutput } from "./commands/AdminAddUserToGroupCommand";
6
+ import { type AdminConfirmSignUpCommandInput, type AdminConfirmSignUpCommandOutput } from "./commands/AdminConfirmSignUpCommand";
7
+ import { type AdminCreateUserCommandInput, type AdminCreateUserCommandOutput } from "./commands/AdminCreateUserCommand";
8
+ import { type AdminDeleteUserAttributesCommandInput, type AdminDeleteUserAttributesCommandOutput } from "./commands/AdminDeleteUserAttributesCommand";
9
+ import { type AdminDeleteUserCommandInput, type AdminDeleteUserCommandOutput } from "./commands/AdminDeleteUserCommand";
10
+ import { type AdminDisableProviderForUserCommandInput, type AdminDisableProviderForUserCommandOutput } from "./commands/AdminDisableProviderForUserCommand";
11
+ import { type AdminDisableUserCommandInput, type AdminDisableUserCommandOutput } from "./commands/AdminDisableUserCommand";
12
+ import { type AdminEnableUserCommandInput, type AdminEnableUserCommandOutput } from "./commands/AdminEnableUserCommand";
13
+ import { type AdminForgetDeviceCommandInput, type AdminForgetDeviceCommandOutput } from "./commands/AdminForgetDeviceCommand";
14
+ import { type AdminGetDeviceCommandInput, type AdminGetDeviceCommandOutput } from "./commands/AdminGetDeviceCommand";
15
+ import { type AdminGetUserCommandInput, type AdminGetUserCommandOutput } from "./commands/AdminGetUserCommand";
16
+ import { type AdminInitiateAuthCommandInput, type AdminInitiateAuthCommandOutput } from "./commands/AdminInitiateAuthCommand";
17
+ import { type AdminLinkProviderForUserCommandInput, type AdminLinkProviderForUserCommandOutput } from "./commands/AdminLinkProviderForUserCommand";
18
+ import { type AdminListDevicesCommandInput, type AdminListDevicesCommandOutput } from "./commands/AdminListDevicesCommand";
19
+ import { type AdminListGroupsForUserCommandInput, type AdminListGroupsForUserCommandOutput } from "./commands/AdminListGroupsForUserCommand";
20
+ import { type AdminListUserAuthEventsCommandInput, type AdminListUserAuthEventsCommandOutput } from "./commands/AdminListUserAuthEventsCommand";
21
+ import { type AdminRemoveUserFromGroupCommandInput, type AdminRemoveUserFromGroupCommandOutput } from "./commands/AdminRemoveUserFromGroupCommand";
22
+ import { type AdminResetUserPasswordCommandInput, type AdminResetUserPasswordCommandOutput } from "./commands/AdminResetUserPasswordCommand";
23
+ import { type AdminRespondToAuthChallengeCommandInput, type AdminRespondToAuthChallengeCommandOutput } from "./commands/AdminRespondToAuthChallengeCommand";
24
+ import { type AdminSetUserMFAPreferenceCommandInput, type AdminSetUserMFAPreferenceCommandOutput } from "./commands/AdminSetUserMFAPreferenceCommand";
25
+ import { type AdminSetUserPasswordCommandInput, type AdminSetUserPasswordCommandOutput } from "./commands/AdminSetUserPasswordCommand";
26
+ import { type AdminSetUserSettingsCommandInput, type AdminSetUserSettingsCommandOutput } from "./commands/AdminSetUserSettingsCommand";
27
+ import { type AdminUpdateAuthEventFeedbackCommandInput, type AdminUpdateAuthEventFeedbackCommandOutput } from "./commands/AdminUpdateAuthEventFeedbackCommand";
28
+ import { type AdminUpdateDeviceStatusCommandInput, type AdminUpdateDeviceStatusCommandOutput } from "./commands/AdminUpdateDeviceStatusCommand";
29
+ import { type AdminUpdateUserAttributesCommandInput, type AdminUpdateUserAttributesCommandOutput } from "./commands/AdminUpdateUserAttributesCommand";
30
+ import { type AdminUserGlobalSignOutCommandInput, type AdminUserGlobalSignOutCommandOutput } from "./commands/AdminUserGlobalSignOutCommand";
31
+ import { type AssociateSoftwareTokenCommandInput, type AssociateSoftwareTokenCommandOutput } from "./commands/AssociateSoftwareTokenCommand";
32
+ import { type ChangePasswordCommandInput, type ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
33
+ import { type CompleteWebAuthnRegistrationCommandInput, type CompleteWebAuthnRegistrationCommandOutput } from "./commands/CompleteWebAuthnRegistrationCommand";
34
+ import { type ConfirmDeviceCommandInput, type ConfirmDeviceCommandOutput } from "./commands/ConfirmDeviceCommand";
35
+ import { type ConfirmForgotPasswordCommandInput, type ConfirmForgotPasswordCommandOutput } from "./commands/ConfirmForgotPasswordCommand";
36
+ import { type ConfirmSignUpCommandInput, type ConfirmSignUpCommandOutput } from "./commands/ConfirmSignUpCommand";
37
+ import { type CreateGroupCommandInput, type CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
38
+ import { type CreateIdentityProviderCommandInput, type CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
39
+ import { type CreateManagedLoginBrandingCommandInput, type CreateManagedLoginBrandingCommandOutput } from "./commands/CreateManagedLoginBrandingCommand";
40
+ import { type CreateResourceServerCommandInput, type CreateResourceServerCommandOutput } from "./commands/CreateResourceServerCommand";
41
+ import { type CreateTermsCommandInput, type CreateTermsCommandOutput } from "./commands/CreateTermsCommand";
42
+ import { type CreateUserImportJobCommandInput, type CreateUserImportJobCommandOutput } from "./commands/CreateUserImportJobCommand";
43
+ import { type CreateUserPoolClientCommandInput, type CreateUserPoolClientCommandOutput } from "./commands/CreateUserPoolClientCommand";
44
+ import { type CreateUserPoolCommandInput, type CreateUserPoolCommandOutput } from "./commands/CreateUserPoolCommand";
45
+ import { type CreateUserPoolDomainCommandInput, type CreateUserPoolDomainCommandOutput } from "./commands/CreateUserPoolDomainCommand";
46
+ import { type DeleteGroupCommandInput, type DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
47
+ import { type DeleteIdentityProviderCommandInput, type DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
48
+ import { type DeleteManagedLoginBrandingCommandInput, type DeleteManagedLoginBrandingCommandOutput } from "./commands/DeleteManagedLoginBrandingCommand";
49
+ import { type DeleteResourceServerCommandInput, type DeleteResourceServerCommandOutput } from "./commands/DeleteResourceServerCommand";
50
+ import { type DeleteTermsCommandInput, type DeleteTermsCommandOutput } from "./commands/DeleteTermsCommand";
51
+ import { type DeleteUserAttributesCommandInput, type DeleteUserAttributesCommandOutput } from "./commands/DeleteUserAttributesCommand";
52
+ import { type DeleteUserCommandInput, type DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
53
+ import { type DeleteUserPoolClientCommandInput, type DeleteUserPoolClientCommandOutput } from "./commands/DeleteUserPoolClientCommand";
54
+ import { type DeleteUserPoolClientSecretCommandInput, type DeleteUserPoolClientSecretCommandOutput } from "./commands/DeleteUserPoolClientSecretCommand";
55
+ import { type DeleteUserPoolCommandInput, type DeleteUserPoolCommandOutput } from "./commands/DeleteUserPoolCommand";
56
+ import { type DeleteUserPoolDomainCommandInput, type DeleteUserPoolDomainCommandOutput } from "./commands/DeleteUserPoolDomainCommand";
57
+ import { type DeleteWebAuthnCredentialCommandInput, type DeleteWebAuthnCredentialCommandOutput } from "./commands/DeleteWebAuthnCredentialCommand";
58
+ import { type DescribeIdentityProviderCommandInput, type DescribeIdentityProviderCommandOutput } from "./commands/DescribeIdentityProviderCommand";
59
+ import { type DescribeManagedLoginBrandingByClientCommandInput, type DescribeManagedLoginBrandingByClientCommandOutput } from "./commands/DescribeManagedLoginBrandingByClientCommand";
60
+ import { type DescribeManagedLoginBrandingCommandInput, type DescribeManagedLoginBrandingCommandOutput } from "./commands/DescribeManagedLoginBrandingCommand";
61
+ import { type DescribeResourceServerCommandInput, type DescribeResourceServerCommandOutput } from "./commands/DescribeResourceServerCommand";
62
+ import { type DescribeRiskConfigurationCommandInput, type DescribeRiskConfigurationCommandOutput } from "./commands/DescribeRiskConfigurationCommand";
63
+ import { type DescribeTermsCommandInput, type DescribeTermsCommandOutput } from "./commands/DescribeTermsCommand";
64
+ import { type DescribeUserImportJobCommandInput, type DescribeUserImportJobCommandOutput } from "./commands/DescribeUserImportJobCommand";
65
+ import { type DescribeUserPoolClientCommandInput, type DescribeUserPoolClientCommandOutput } from "./commands/DescribeUserPoolClientCommand";
66
+ import { type DescribeUserPoolCommandInput, type DescribeUserPoolCommandOutput } from "./commands/DescribeUserPoolCommand";
67
+ import { type DescribeUserPoolDomainCommandInput, type DescribeUserPoolDomainCommandOutput } from "./commands/DescribeUserPoolDomainCommand";
68
+ import { type ForgetDeviceCommandInput, type ForgetDeviceCommandOutput } from "./commands/ForgetDeviceCommand";
69
+ import { type ForgotPasswordCommandInput, type ForgotPasswordCommandOutput } from "./commands/ForgotPasswordCommand";
70
+ import { type GetCSVHeaderCommandInput, type GetCSVHeaderCommandOutput } from "./commands/GetCSVHeaderCommand";
71
+ import { type GetDeviceCommandInput, type GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
72
+ import { type GetGroupCommandInput, type GetGroupCommandOutput } from "./commands/GetGroupCommand";
73
+ import { type GetIdentityProviderByIdentifierCommandInput, type GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
74
+ import { type GetLogDeliveryConfigurationCommandInput, type GetLogDeliveryConfigurationCommandOutput } from "./commands/GetLogDeliveryConfigurationCommand";
75
+ import { type GetSigningCertificateCommandInput, type GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
76
+ import { type GetTokensFromRefreshTokenCommandInput, type GetTokensFromRefreshTokenCommandOutput } from "./commands/GetTokensFromRefreshTokenCommand";
77
+ import { type GetUICustomizationCommandInput, type GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
78
+ import { type GetUserAttributeVerificationCodeCommandInput, type GetUserAttributeVerificationCodeCommandOutput } from "./commands/GetUserAttributeVerificationCodeCommand";
79
+ import { type GetUserAuthFactorsCommandInput, type GetUserAuthFactorsCommandOutput } from "./commands/GetUserAuthFactorsCommand";
80
+ import { type GetUserCommandInput, type GetUserCommandOutput } from "./commands/GetUserCommand";
81
+ import { type GetUserPoolMfaConfigCommandInput, type GetUserPoolMfaConfigCommandOutput } from "./commands/GetUserPoolMfaConfigCommand";
82
+ import { type GlobalSignOutCommandInput, type GlobalSignOutCommandOutput } from "./commands/GlobalSignOutCommand";
83
+ import { type InitiateAuthCommandInput, type InitiateAuthCommandOutput } from "./commands/InitiateAuthCommand";
84
+ import { type ListDevicesCommandInput, type ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
85
+ import { type ListGroupsCommandInput, type ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
86
+ import { type ListIdentityProvidersCommandInput, type ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
87
+ import { type ListResourceServersCommandInput, type ListResourceServersCommandOutput } from "./commands/ListResourceServersCommand";
88
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
89
+ import { type ListTermsCommandInput, type ListTermsCommandOutput } from "./commands/ListTermsCommand";
90
+ import { type ListUserImportJobsCommandInput, type ListUserImportJobsCommandOutput } from "./commands/ListUserImportJobsCommand";
91
+ import { type ListUserPoolClientsCommandInput, type ListUserPoolClientsCommandOutput } from "./commands/ListUserPoolClientsCommand";
92
+ import { type ListUserPoolClientSecretsCommandInput, type ListUserPoolClientSecretsCommandOutput } from "./commands/ListUserPoolClientSecretsCommand";
93
+ import { type ListUserPoolsCommandInput, type ListUserPoolsCommandOutput } from "./commands/ListUserPoolsCommand";
94
+ import { type ListUsersCommandInput, type ListUsersCommandOutput } from "./commands/ListUsersCommand";
95
+ import { type ListUsersInGroupCommandInput, type ListUsersInGroupCommandOutput } from "./commands/ListUsersInGroupCommand";
96
+ import { type ListWebAuthnCredentialsCommandInput, type ListWebAuthnCredentialsCommandOutput } from "./commands/ListWebAuthnCredentialsCommand";
97
+ import { type ResendConfirmationCodeCommandInput, type ResendConfirmationCodeCommandOutput } from "./commands/ResendConfirmationCodeCommand";
98
+ import { type RespondToAuthChallengeCommandInput, type RespondToAuthChallengeCommandOutput } from "./commands/RespondToAuthChallengeCommand";
99
+ import { type RevokeTokenCommandInput, type RevokeTokenCommandOutput } from "./commands/RevokeTokenCommand";
100
+ import { type SetLogDeliveryConfigurationCommandInput, type SetLogDeliveryConfigurationCommandOutput } from "./commands/SetLogDeliveryConfigurationCommand";
101
+ import { type SetRiskConfigurationCommandInput, type SetRiskConfigurationCommandOutput } from "./commands/SetRiskConfigurationCommand";
102
+ import { type SetUICustomizationCommandInput, type SetUICustomizationCommandOutput } from "./commands/SetUICustomizationCommand";
103
+ import { type SetUserMFAPreferenceCommandInput, type SetUserMFAPreferenceCommandOutput } from "./commands/SetUserMFAPreferenceCommand";
104
+ import { type SetUserPoolMfaConfigCommandInput, type SetUserPoolMfaConfigCommandOutput } from "./commands/SetUserPoolMfaConfigCommand";
105
+ import { type SetUserSettingsCommandInput, type SetUserSettingsCommandOutput } from "./commands/SetUserSettingsCommand";
106
+ import { type SignUpCommandInput, type SignUpCommandOutput } from "./commands/SignUpCommand";
107
+ import { type StartUserImportJobCommandInput, type StartUserImportJobCommandOutput } from "./commands/StartUserImportJobCommand";
108
+ import { type StartWebAuthnRegistrationCommandInput, type StartWebAuthnRegistrationCommandOutput } from "./commands/StartWebAuthnRegistrationCommand";
109
+ import { type StopUserImportJobCommandInput, type StopUserImportJobCommandOutput } from "./commands/StopUserImportJobCommand";
110
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
111
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
112
+ import { type UpdateAuthEventFeedbackCommandInput, type UpdateAuthEventFeedbackCommandOutput } from "./commands/UpdateAuthEventFeedbackCommand";
113
+ import { type UpdateDeviceStatusCommandInput, type UpdateDeviceStatusCommandOutput } from "./commands/UpdateDeviceStatusCommand";
114
+ import { type UpdateGroupCommandInput, type UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
115
+ import { type UpdateIdentityProviderCommandInput, type UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
116
+ import { type UpdateManagedLoginBrandingCommandInput, type UpdateManagedLoginBrandingCommandOutput } from "./commands/UpdateManagedLoginBrandingCommand";
117
+ import { type UpdateResourceServerCommandInput, type UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
118
+ import { type UpdateTermsCommandInput, type UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
119
+ import { type UpdateUserAttributesCommandInput, type UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
120
+ import { type UpdateUserPoolClientCommandInput, type UpdateUserPoolClientCommandOutput } from "./commands/UpdateUserPoolClientCommand";
121
+ import { type UpdateUserPoolCommandInput, type UpdateUserPoolCommandOutput } from "./commands/UpdateUserPoolCommand";
122
+ import { type UpdateUserPoolDomainCommandInput, type UpdateUserPoolDomainCommandOutput } from "./commands/UpdateUserPoolDomainCommand";
123
+ import { type VerifySoftwareTokenCommandInput, type VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
124
+ import { type VerifyUserAttributeCommandInput, type VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
125
125
  export interface CognitoIdentityProvider {
126
126
  /**
127
127
  * @see {@link AddCustomAttributesCommand}
@@ -5,131 +5,131 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "./commands/AddCustomAttributesCommand";
11
- import { AddUserPoolClientSecretCommandInput, AddUserPoolClientSecretCommandOutput } from "./commands/AddUserPoolClientSecretCommand";
12
- import { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "./commands/AdminAddUserToGroupCommand";
13
- import { AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput } from "./commands/AdminConfirmSignUpCommand";
14
- import { AdminCreateUserCommandInput, AdminCreateUserCommandOutput } from "./commands/AdminCreateUserCommand";
15
- import { AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput } from "./commands/AdminDeleteUserAttributesCommand";
16
- import { AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput } from "./commands/AdminDeleteUserCommand";
17
- import { AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput } from "./commands/AdminDisableProviderForUserCommand";
18
- import { AdminDisableUserCommandInput, AdminDisableUserCommandOutput } from "./commands/AdminDisableUserCommand";
19
- import { AdminEnableUserCommandInput, AdminEnableUserCommandOutput } from "./commands/AdminEnableUserCommand";
20
- import { AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput } from "./commands/AdminForgetDeviceCommand";
21
- import { AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput } from "./commands/AdminGetDeviceCommand";
22
- import { AdminGetUserCommandInput, AdminGetUserCommandOutput } from "./commands/AdminGetUserCommand";
23
- import { AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput } from "./commands/AdminInitiateAuthCommand";
24
- import { AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput } from "./commands/AdminLinkProviderForUserCommand";
25
- import { AdminListDevicesCommandInput, AdminListDevicesCommandOutput } from "./commands/AdminListDevicesCommand";
26
- import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "./commands/AdminListGroupsForUserCommand";
27
- import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "./commands/AdminListUserAuthEventsCommand";
28
- import { AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput } from "./commands/AdminRemoveUserFromGroupCommand";
29
- import { AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput } from "./commands/AdminResetUserPasswordCommand";
30
- import { AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput } from "./commands/AdminRespondToAuthChallengeCommand";
31
- import { AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput } from "./commands/AdminSetUserMFAPreferenceCommand";
32
- import { AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput } from "./commands/AdminSetUserPasswordCommand";
33
- import { AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput } from "./commands/AdminSetUserSettingsCommand";
34
- import { AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput } from "./commands/AdminUpdateAuthEventFeedbackCommand";
35
- import { AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput } from "./commands/AdminUpdateDeviceStatusCommand";
36
- import { AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput } from "./commands/AdminUpdateUserAttributesCommand";
37
- import { AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput } from "./commands/AdminUserGlobalSignOutCommand";
38
- import { AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput } from "./commands/AssociateSoftwareTokenCommand";
39
- import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
40
- import { CompleteWebAuthnRegistrationCommandInput, CompleteWebAuthnRegistrationCommandOutput } from "./commands/CompleteWebAuthnRegistrationCommand";
41
- import { ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput } from "./commands/ConfirmDeviceCommand";
42
- import { ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput } from "./commands/ConfirmForgotPasswordCommand";
43
- import { ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput } from "./commands/ConfirmSignUpCommand";
44
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
45
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
46
- import { CreateManagedLoginBrandingCommandInput, CreateManagedLoginBrandingCommandOutput } from "./commands/CreateManagedLoginBrandingCommand";
47
- import { CreateResourceServerCommandInput, CreateResourceServerCommandOutput } from "./commands/CreateResourceServerCommand";
48
- import { CreateTermsCommandInput, CreateTermsCommandOutput } from "./commands/CreateTermsCommand";
49
- import { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput } from "./commands/CreateUserImportJobCommand";
50
- import { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "./commands/CreateUserPoolClientCommand";
51
- import { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "./commands/CreateUserPoolCommand";
52
- import { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "./commands/CreateUserPoolDomainCommand";
53
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
54
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
55
- import { DeleteManagedLoginBrandingCommandInput, DeleteManagedLoginBrandingCommandOutput } from "./commands/DeleteManagedLoginBrandingCommand";
56
- import { DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput } from "./commands/DeleteResourceServerCommand";
57
- import { DeleteTermsCommandInput, DeleteTermsCommandOutput } from "./commands/DeleteTermsCommand";
58
- import { DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput } from "./commands/DeleteUserAttributesCommand";
59
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
60
- import { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput } from "./commands/DeleteUserPoolClientCommand";
61
- import { DeleteUserPoolClientSecretCommandInput, DeleteUserPoolClientSecretCommandOutput } from "./commands/DeleteUserPoolClientSecretCommand";
62
- import { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "./commands/DeleteUserPoolCommand";
63
- import { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "./commands/DeleteUserPoolDomainCommand";
64
- import { DeleteWebAuthnCredentialCommandInput, DeleteWebAuthnCredentialCommandOutput } from "./commands/DeleteWebAuthnCredentialCommand";
65
- import { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "./commands/DescribeIdentityProviderCommand";
66
- import { DescribeManagedLoginBrandingByClientCommandInput, DescribeManagedLoginBrandingByClientCommandOutput } from "./commands/DescribeManagedLoginBrandingByClientCommand";
67
- import { DescribeManagedLoginBrandingCommandInput, DescribeManagedLoginBrandingCommandOutput } from "./commands/DescribeManagedLoginBrandingCommand";
68
- import { DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput } from "./commands/DescribeResourceServerCommand";
69
- import { DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput } from "./commands/DescribeRiskConfigurationCommand";
70
- import { DescribeTermsCommandInput, DescribeTermsCommandOutput } from "./commands/DescribeTermsCommand";
71
- import { DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput } from "./commands/DescribeUserImportJobCommand";
72
- import { DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput } from "./commands/DescribeUserPoolClientCommand";
73
- import { DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput } from "./commands/DescribeUserPoolCommand";
74
- import { DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput } from "./commands/DescribeUserPoolDomainCommand";
75
- import { ForgetDeviceCommandInput, ForgetDeviceCommandOutput } from "./commands/ForgetDeviceCommand";
76
- import { ForgotPasswordCommandInput, ForgotPasswordCommandOutput } from "./commands/ForgotPasswordCommand";
77
- import { GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput } from "./commands/GetCSVHeaderCommand";
78
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
79
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
80
- import { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
81
- import { GetLogDeliveryConfigurationCommandInput, GetLogDeliveryConfigurationCommandOutput } from "./commands/GetLogDeliveryConfigurationCommand";
82
- import { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
83
- import { GetTokensFromRefreshTokenCommandInput, GetTokensFromRefreshTokenCommandOutput } from "./commands/GetTokensFromRefreshTokenCommand";
84
- import { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
85
- import { GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput } from "./commands/GetUserAttributeVerificationCodeCommand";
86
- import { GetUserAuthFactorsCommandInput, GetUserAuthFactorsCommandOutput } from "./commands/GetUserAuthFactorsCommand";
87
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
88
- import { GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput } from "./commands/GetUserPoolMfaConfigCommand";
89
- import { GlobalSignOutCommandInput, GlobalSignOutCommandOutput } from "./commands/GlobalSignOutCommand";
90
- import { InitiateAuthCommandInput, InitiateAuthCommandOutput } from "./commands/InitiateAuthCommand";
91
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
92
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
93
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
94
- import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "./commands/ListResourceServersCommand";
95
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
96
- import { ListTermsCommandInput, ListTermsCommandOutput } from "./commands/ListTermsCommand";
97
- import { ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput } from "./commands/ListUserImportJobsCommand";
98
- import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "./commands/ListUserPoolClientsCommand";
99
- import { ListUserPoolClientSecretsCommandInput, ListUserPoolClientSecretsCommandOutput } from "./commands/ListUserPoolClientSecretsCommand";
100
- import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "./commands/ListUserPoolsCommand";
101
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
102
- import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "./commands/ListUsersInGroupCommand";
103
- import { ListWebAuthnCredentialsCommandInput, ListWebAuthnCredentialsCommandOutput } from "./commands/ListWebAuthnCredentialsCommand";
104
- import { ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput } from "./commands/ResendConfirmationCodeCommand";
105
- import { RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput } from "./commands/RespondToAuthChallengeCommand";
106
- import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "./commands/RevokeTokenCommand";
107
- import { SetLogDeliveryConfigurationCommandInput, SetLogDeliveryConfigurationCommandOutput } from "./commands/SetLogDeliveryConfigurationCommand";
108
- import { SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput } from "./commands/SetRiskConfigurationCommand";
109
- import { SetUICustomizationCommandInput, SetUICustomizationCommandOutput } from "./commands/SetUICustomizationCommand";
110
- import { SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput } from "./commands/SetUserMFAPreferenceCommand";
111
- import { SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput } from "./commands/SetUserPoolMfaConfigCommand";
112
- import { SetUserSettingsCommandInput, SetUserSettingsCommandOutput } from "./commands/SetUserSettingsCommand";
113
- import { SignUpCommandInput, SignUpCommandOutput } from "./commands/SignUpCommand";
114
- import { StartUserImportJobCommandInput, StartUserImportJobCommandOutput } from "./commands/StartUserImportJobCommand";
115
- import { StartWebAuthnRegistrationCommandInput, StartWebAuthnRegistrationCommandOutput } from "./commands/StartWebAuthnRegistrationCommand";
116
- import { StopUserImportJobCommandInput, StopUserImportJobCommandOutput } from "./commands/StopUserImportJobCommand";
117
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
118
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
119
- import { UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput } from "./commands/UpdateAuthEventFeedbackCommand";
120
- import { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput } from "./commands/UpdateDeviceStatusCommand";
121
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
122
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
123
- import { UpdateManagedLoginBrandingCommandInput, UpdateManagedLoginBrandingCommandOutput } from "./commands/UpdateManagedLoginBrandingCommand";
124
- import { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
125
- import { UpdateTermsCommandInput, UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
126
- import { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
127
- import { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "./commands/UpdateUserPoolClientCommand";
128
- import { UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput } from "./commands/UpdateUserPoolCommand";
129
- import { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } from "./commands/UpdateUserPoolDomainCommand";
130
- import { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
131
- import { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
132
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "./commands/AddCustomAttributesCommand";
11
+ import type { AddUserPoolClientSecretCommandInput, AddUserPoolClientSecretCommandOutput } from "./commands/AddUserPoolClientSecretCommand";
12
+ import type { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "./commands/AdminAddUserToGroupCommand";
13
+ import type { AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput } from "./commands/AdminConfirmSignUpCommand";
14
+ import type { AdminCreateUserCommandInput, AdminCreateUserCommandOutput } from "./commands/AdminCreateUserCommand";
15
+ import type { AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput } from "./commands/AdminDeleteUserAttributesCommand";
16
+ import type { AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput } from "./commands/AdminDeleteUserCommand";
17
+ import type { AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput } from "./commands/AdminDisableProviderForUserCommand";
18
+ import type { AdminDisableUserCommandInput, AdminDisableUserCommandOutput } from "./commands/AdminDisableUserCommand";
19
+ import type { AdminEnableUserCommandInput, AdminEnableUserCommandOutput } from "./commands/AdminEnableUserCommand";
20
+ import type { AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput } from "./commands/AdminForgetDeviceCommand";
21
+ import type { AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput } from "./commands/AdminGetDeviceCommand";
22
+ import type { AdminGetUserCommandInput, AdminGetUserCommandOutput } from "./commands/AdminGetUserCommand";
23
+ import type { AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput } from "./commands/AdminInitiateAuthCommand";
24
+ import type { AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput } from "./commands/AdminLinkProviderForUserCommand";
25
+ import type { AdminListDevicesCommandInput, AdminListDevicesCommandOutput } from "./commands/AdminListDevicesCommand";
26
+ import type { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "./commands/AdminListGroupsForUserCommand";
27
+ import type { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "./commands/AdminListUserAuthEventsCommand";
28
+ import type { AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput } from "./commands/AdminRemoveUserFromGroupCommand";
29
+ import type { AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput } from "./commands/AdminResetUserPasswordCommand";
30
+ import type { AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput } from "./commands/AdminRespondToAuthChallengeCommand";
31
+ import type { AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput } from "./commands/AdminSetUserMFAPreferenceCommand";
32
+ import type { AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput } from "./commands/AdminSetUserPasswordCommand";
33
+ import type { AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput } from "./commands/AdminSetUserSettingsCommand";
34
+ import type { AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput } from "./commands/AdminUpdateAuthEventFeedbackCommand";
35
+ import type { AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput } from "./commands/AdminUpdateDeviceStatusCommand";
36
+ import type { AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput } from "./commands/AdminUpdateUserAttributesCommand";
37
+ import type { AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput } from "./commands/AdminUserGlobalSignOutCommand";
38
+ import type { AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput } from "./commands/AssociateSoftwareTokenCommand";
39
+ import type { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
40
+ import type { CompleteWebAuthnRegistrationCommandInput, CompleteWebAuthnRegistrationCommandOutput } from "./commands/CompleteWebAuthnRegistrationCommand";
41
+ import type { ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput } from "./commands/ConfirmDeviceCommand";
42
+ import type { ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput } from "./commands/ConfirmForgotPasswordCommand";
43
+ import type { ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput } from "./commands/ConfirmSignUpCommand";
44
+ import type { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
45
+ import type { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "./commands/CreateIdentityProviderCommand";
46
+ import type { CreateManagedLoginBrandingCommandInput, CreateManagedLoginBrandingCommandOutput } from "./commands/CreateManagedLoginBrandingCommand";
47
+ import type { CreateResourceServerCommandInput, CreateResourceServerCommandOutput } from "./commands/CreateResourceServerCommand";
48
+ import type { CreateTermsCommandInput, CreateTermsCommandOutput } from "./commands/CreateTermsCommand";
49
+ import type { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput } from "./commands/CreateUserImportJobCommand";
50
+ import type { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "./commands/CreateUserPoolClientCommand";
51
+ import type { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "./commands/CreateUserPoolCommand";
52
+ import type { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "./commands/CreateUserPoolDomainCommand";
53
+ import type { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
54
+ import type { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
55
+ import type { DeleteManagedLoginBrandingCommandInput, DeleteManagedLoginBrandingCommandOutput } from "./commands/DeleteManagedLoginBrandingCommand";
56
+ import type { DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput } from "./commands/DeleteResourceServerCommand";
57
+ import type { DeleteTermsCommandInput, DeleteTermsCommandOutput } from "./commands/DeleteTermsCommand";
58
+ import type { DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput } from "./commands/DeleteUserAttributesCommand";
59
+ import type { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
60
+ import type { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput } from "./commands/DeleteUserPoolClientCommand";
61
+ import type { DeleteUserPoolClientSecretCommandInput, DeleteUserPoolClientSecretCommandOutput } from "./commands/DeleteUserPoolClientSecretCommand";
62
+ import type { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "./commands/DeleteUserPoolCommand";
63
+ import type { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "./commands/DeleteUserPoolDomainCommand";
64
+ import type { DeleteWebAuthnCredentialCommandInput, DeleteWebAuthnCredentialCommandOutput } from "./commands/DeleteWebAuthnCredentialCommand";
65
+ import type { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "./commands/DescribeIdentityProviderCommand";
66
+ import type { DescribeManagedLoginBrandingByClientCommandInput, DescribeManagedLoginBrandingByClientCommandOutput } from "./commands/DescribeManagedLoginBrandingByClientCommand";
67
+ import type { DescribeManagedLoginBrandingCommandInput, DescribeManagedLoginBrandingCommandOutput } from "./commands/DescribeManagedLoginBrandingCommand";
68
+ import type { DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput } from "./commands/DescribeResourceServerCommand";
69
+ import type { DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput } from "./commands/DescribeRiskConfigurationCommand";
70
+ import type { DescribeTermsCommandInput, DescribeTermsCommandOutput } from "./commands/DescribeTermsCommand";
71
+ import type { DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput } from "./commands/DescribeUserImportJobCommand";
72
+ import type { DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput } from "./commands/DescribeUserPoolClientCommand";
73
+ import type { DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput } from "./commands/DescribeUserPoolCommand";
74
+ import type { DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput } from "./commands/DescribeUserPoolDomainCommand";
75
+ import type { ForgetDeviceCommandInput, ForgetDeviceCommandOutput } from "./commands/ForgetDeviceCommand";
76
+ import type { ForgotPasswordCommandInput, ForgotPasswordCommandOutput } from "./commands/ForgotPasswordCommand";
77
+ import type { GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput } from "./commands/GetCSVHeaderCommand";
78
+ import type { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
79
+ import type { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
80
+ import type { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "./commands/GetIdentityProviderByIdentifierCommand";
81
+ import type { GetLogDeliveryConfigurationCommandInput, GetLogDeliveryConfigurationCommandOutput } from "./commands/GetLogDeliveryConfigurationCommand";
82
+ import type { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "./commands/GetSigningCertificateCommand";
83
+ import type { GetTokensFromRefreshTokenCommandInput, GetTokensFromRefreshTokenCommandOutput } from "./commands/GetTokensFromRefreshTokenCommand";
84
+ import type { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "./commands/GetUICustomizationCommand";
85
+ import type { GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput } from "./commands/GetUserAttributeVerificationCodeCommand";
86
+ import type { GetUserAuthFactorsCommandInput, GetUserAuthFactorsCommandOutput } from "./commands/GetUserAuthFactorsCommand";
87
+ import type { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
88
+ import type { GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput } from "./commands/GetUserPoolMfaConfigCommand";
89
+ import type { GlobalSignOutCommandInput, GlobalSignOutCommandOutput } from "./commands/GlobalSignOutCommand";
90
+ import type { InitiateAuthCommandInput, InitiateAuthCommandOutput } from "./commands/InitiateAuthCommand";
91
+ import type { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
92
+ import type { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
93
+ import type { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "./commands/ListIdentityProvidersCommand";
94
+ import type { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "./commands/ListResourceServersCommand";
95
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
96
+ import type { ListTermsCommandInput, ListTermsCommandOutput } from "./commands/ListTermsCommand";
97
+ import type { ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput } from "./commands/ListUserImportJobsCommand";
98
+ import type { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "./commands/ListUserPoolClientsCommand";
99
+ import type { ListUserPoolClientSecretsCommandInput, ListUserPoolClientSecretsCommandOutput } from "./commands/ListUserPoolClientSecretsCommand";
100
+ import type { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "./commands/ListUserPoolsCommand";
101
+ import type { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
102
+ import type { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "./commands/ListUsersInGroupCommand";
103
+ import type { ListWebAuthnCredentialsCommandInput, ListWebAuthnCredentialsCommandOutput } from "./commands/ListWebAuthnCredentialsCommand";
104
+ import type { ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput } from "./commands/ResendConfirmationCodeCommand";
105
+ import type { RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput } from "./commands/RespondToAuthChallengeCommand";
106
+ import type { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "./commands/RevokeTokenCommand";
107
+ import type { SetLogDeliveryConfigurationCommandInput, SetLogDeliveryConfigurationCommandOutput } from "./commands/SetLogDeliveryConfigurationCommand";
108
+ import type { SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput } from "./commands/SetRiskConfigurationCommand";
109
+ import type { SetUICustomizationCommandInput, SetUICustomizationCommandOutput } from "./commands/SetUICustomizationCommand";
110
+ import type { SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput } from "./commands/SetUserMFAPreferenceCommand";
111
+ import type { SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput } from "./commands/SetUserPoolMfaConfigCommand";
112
+ import type { SetUserSettingsCommandInput, SetUserSettingsCommandOutput } from "./commands/SetUserSettingsCommand";
113
+ import type { SignUpCommandInput, SignUpCommandOutput } from "./commands/SignUpCommand";
114
+ import type { StartUserImportJobCommandInput, StartUserImportJobCommandOutput } from "./commands/StartUserImportJobCommand";
115
+ import type { StartWebAuthnRegistrationCommandInput, StartWebAuthnRegistrationCommandOutput } from "./commands/StartWebAuthnRegistrationCommand";
116
+ import type { StopUserImportJobCommandInput, StopUserImportJobCommandOutput } from "./commands/StopUserImportJobCommand";
117
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
118
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
119
+ import type { UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput } from "./commands/UpdateAuthEventFeedbackCommand";
120
+ import type { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput } from "./commands/UpdateDeviceStatusCommand";
121
+ import type { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
122
+ import type { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "./commands/UpdateIdentityProviderCommand";
123
+ import type { UpdateManagedLoginBrandingCommandInput, UpdateManagedLoginBrandingCommandOutput } from "./commands/UpdateManagedLoginBrandingCommand";
124
+ import type { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "./commands/UpdateResourceServerCommand";
125
+ import type { UpdateTermsCommandInput, UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
126
+ import type { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "./commands/UpdateUserAttributesCommand";
127
+ import type { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "./commands/UpdateUserPoolClientCommand";
128
+ import type { UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput } from "./commands/UpdateUserPoolCommand";
129
+ import type { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } from "./commands/UpdateUserPoolDomainCommand";
130
+ import type { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
131
+ import type { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
132
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
133
133
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
134
134
  export { __Client };
135
135
  /**
@@ -238,7 +238,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
238
238
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
239
239
  * @internal
240
240
  */
241
- defaultUserAgentProvider?: Provider<__UserAgent>;
241
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
242
242
  /**
243
243
  * Default credentials provider; Not available in browser runtime.
244
244
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { CognitoIdentityProviderHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -35,7 +35,7 @@
35
35
  */
36
36
  export * from "./CognitoIdentityProviderClient";
37
37
  export * from "./CognitoIdentityProvider";
38
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
38
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
39
39
  export type { RuntimeExtension } from "./runtimeExtensions";
40
40
  export type { CognitoIdentityProviderExtensionConfiguration } from "./extensionConfiguration";
41
41
  export * from "./commands";
@@ -1,5 +1,5 @@
1
- import { DocumentType as __DocumentType } from "@smithy/types";
2
- import { AccountTakeoverEventActionType, AdvancedSecurityEnabledModeType, AdvancedSecurityModeType, AliasAttributeType, AssetCategoryType, AssetExtensionType, AttributeDataType, AuthFactorType, AuthFlowType, ChallengeName, ChallengeNameType, ChallengeResponse, ColorSchemeModeType, CompromisedCredentialsEventActionType, CustomEmailSenderLambdaVersionType, CustomSMSSenderLambdaVersionType, DefaultEmailOptionType, DeletionProtectionType, DeliveryMediumType, DeviceRememberedStatusType, DomainStatusType, EmailSendingAccountType, EventFilterType, EventResponseType, EventSourceName, EventType, ExplicitAuthFlowsType, FeatureType, FeedbackValueType, IdentityProviderTypeType, InboundFederationLambdaVersionType, LogLevel, MessageActionType, OAuthFlowType, PreTokenGenerationLambdaVersionType, PreventUserExistenceErrorTypes, RecoveryOptionNameType, RiskDecisionType, RiskLevelType, StatusType, TermsEnforcementType, TermsSourceType, TimeUnitsType, UserImportJobStatusType, UsernameAttributeType, UserPoolMfaType, UserPoolTierType, UserStatusType, UserVerificationType, VerifiedAttributeType } from "./enums";
1
+ import type { DocumentType as __DocumentType } from "@smithy/types";
2
+ import type { AccountTakeoverEventActionType, AdvancedSecurityEnabledModeType, AdvancedSecurityModeType, AliasAttributeType, AssetCategoryType, AssetExtensionType, AttributeDataType, AuthFactorType, AuthFlowType, ChallengeName, ChallengeNameType, ChallengeResponse, ColorSchemeModeType, CompromisedCredentialsEventActionType, CustomEmailSenderLambdaVersionType, CustomSMSSenderLambdaVersionType, DefaultEmailOptionType, DeletionProtectionType, DeliveryMediumType, DeviceRememberedStatusType, DomainStatusType, EmailSendingAccountType, EventFilterType, EventResponseType, EventSourceName, EventType, ExplicitAuthFlowsType, FeatureType, FeedbackValueType, IdentityProviderTypeType, InboundFederationLambdaVersionType, LogLevel, MessageActionType, OAuthFlowType, PreTokenGenerationLambdaVersionType, PreventUserExistenceErrorTypes, RecoveryOptionNameType, RiskDecisionType, RiskLevelType, StatusType, TermsEnforcementType, TermsSourceType, TimeUnitsType, UserImportJobStatusType, UsernameAttributeType, UserPoolMfaType, UserPoolTierType, UserStatusType, UserVerificationType, VerifiedAttributeType } from "./enums";
3
3
  /**
4
4
  * <p>A recovery option for a user. The <code>AccountRecoverySettingType</code> data type is
5
5
  * an array of this object. Each <code>RecoveryOptionType</code> has a priority property
@@ -1,5 +1,5 @@
1
- import { DeletionProtectionType, ExplicitAuthFlowsType, OAuthFlowType, PreventUserExistenceErrorTypes, TermsEnforcementType, TermsSourceType, UserPoolMfaType, UserPoolTierType, VerifiedAttributeType, VerifySoftwareTokenResponseType } from "./enums";
2
- import { type AccountRecoverySettingType, type AdminCreateUserConfigType, type AnalyticsConfigurationType, type CustomDomainConfigType, type DeviceConfigurationType, type EmailConfigurationType, type LambdaConfigType, type RefreshTokenRotationType, type ResourceServerType, type SmsConfigurationType, type TermsType, type TokenValidityUnitsType, type UserAttributeUpdateSettingsType, type UserPoolAddOnsType, type UserPoolClientType, type UserPoolPolicyType, type VerificationMessageTemplateType, AttributeType, CodeDeliveryDetailsType } from "./models_0";
1
+ import type { DeletionProtectionType, ExplicitAuthFlowsType, OAuthFlowType, PreventUserExistenceErrorTypes, TermsEnforcementType, TermsSourceType, UserPoolMfaType, UserPoolTierType, VerifiedAttributeType, VerifySoftwareTokenResponseType } from "./enums";
2
+ import type { AccountRecoverySettingType, AdminCreateUserConfigType, AnalyticsConfigurationType, AttributeType, CodeDeliveryDetailsType, CustomDomainConfigType, DeviceConfigurationType, EmailConfigurationType, LambdaConfigType, RefreshTokenRotationType, ResourceServerType, SmsConfigurationType, TermsType, TokenValidityUnitsType, UserAttributeUpdateSettingsType, UserPoolAddOnsType, UserPoolClientType, UserPoolPolicyType, VerificationMessageTemplateType } from "./models_0";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "../commands/AdminListGroupsForUserCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "../commands/AdminListUserAuthEventsCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "../commands/ListResourceServersCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "../commands/ListUserPoolClientsCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "../commands/ListUserPoolsCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "../commands/ListUsersInGroupCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
3
- import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
3
+ import type { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -804,7 +803,7 @@ export interface ClientDefaults
804
803
  useFipsEndpoint?: boolean | __Provider<boolean>;
805
804
  region?: string | __Provider<string>;
806
805
  profile?: string;
807
- defaultUserAgentProvider?: Provider<__UserAgent>;
806
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
808
807
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
809
808
  maxAttempts?: number | __Provider<number>;
810
809
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { CognitoIdentityProviderHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -14,6 +14,8 @@ import {
14
14
  AccountRecoverySettingType,
15
15
  AdminCreateUserConfigType,
16
16
  AnalyticsConfigurationType,
17
+ AttributeType,
18
+ CodeDeliveryDetailsType,
17
19
  CustomDomainConfigType,
18
20
  DeviceConfigurationType,
19
21
  EmailConfigurationType,
@@ -28,8 +30,6 @@ import {
28
30
  UserPoolClientType,
29
31
  UserPoolPolicyType,
30
32
  VerificationMessageTemplateType,
31
- AttributeType,
32
- CodeDeliveryDetailsType,
33
33
  } from "./models_0";
34
34
  export interface UpdateResourceServerResponse {
35
35
  ResourceServer: ResourceServerType | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity-provider",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.29",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.46",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
- "@smithy/util-retry": "^4.2.12",
58
+ "@smithy/util-retry": "^4.2.13",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },