@aws-sdk/client-cognito-identity-provider 3.927.0 → 3.929.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 (146) hide show
  1. package/dist-cjs/index.js +4672 -5155
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CognitoIdentityProviderClient.js +2 -0
  4. package/dist-es/commands/AddCustomAttributesCommand.js +3 -9
  5. package/dist-es/commands/AdminAddUserToGroupCommand.js +3 -10
  6. package/dist-es/commands/AdminConfirmSignUpCommand.js +3 -10
  7. package/dist-es/commands/AdminCreateUserCommand.js +3 -10
  8. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +3 -10
  9. package/dist-es/commands/AdminDeleteUserCommand.js +3 -10
  10. package/dist-es/commands/AdminDisableProviderForUserCommand.js +3 -9
  11. package/dist-es/commands/AdminDisableUserCommand.js +3 -10
  12. package/dist-es/commands/AdminEnableUserCommand.js +3 -10
  13. package/dist-es/commands/AdminForgetDeviceCommand.js +3 -10
  14. package/dist-es/commands/AdminGetDeviceCommand.js +3 -10
  15. package/dist-es/commands/AdminGetUserCommand.js +3 -10
  16. package/dist-es/commands/AdminInitiateAuthCommand.js +3 -10
  17. package/dist-es/commands/AdminLinkProviderForUserCommand.js +3 -9
  18. package/dist-es/commands/AdminListDevicesCommand.js +3 -10
  19. package/dist-es/commands/AdminListGroupsForUserCommand.js +3 -10
  20. package/dist-es/commands/AdminListUserAuthEventsCommand.js +3 -10
  21. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +3 -10
  22. package/dist-es/commands/AdminResetUserPasswordCommand.js +3 -10
  23. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +3 -10
  24. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +3 -10
  25. package/dist-es/commands/AdminSetUserPasswordCommand.js +3 -10
  26. package/dist-es/commands/AdminSetUserSettingsCommand.js +3 -10
  27. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +3 -10
  28. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +3 -10
  29. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +3 -10
  30. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +3 -10
  31. package/dist-es/commands/AssociateSoftwareTokenCommand.js +3 -10
  32. package/dist-es/commands/ChangePasswordCommand.js +3 -10
  33. package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +3 -10
  34. package/dist-es/commands/ConfirmDeviceCommand.js +3 -10
  35. package/dist-es/commands/ConfirmForgotPasswordCommand.js +3 -10
  36. package/dist-es/commands/ConfirmSignUpCommand.js +3 -10
  37. package/dist-es/commands/CreateGroupCommand.js +3 -9
  38. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -9
  39. package/dist-es/commands/CreateManagedLoginBrandingCommand.js +3 -10
  40. package/dist-es/commands/CreateResourceServerCommand.js +3 -9
  41. package/dist-es/commands/CreateTermsCommand.js +3 -10
  42. package/dist-es/commands/CreateUserImportJobCommand.js +3 -9
  43. package/dist-es/commands/CreateUserPoolClientCommand.js +3 -10
  44. package/dist-es/commands/CreateUserPoolCommand.js +3 -9
  45. package/dist-es/commands/CreateUserPoolDomainCommand.js +3 -9
  46. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  47. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
  48. package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +3 -9
  49. package/dist-es/commands/DeleteResourceServerCommand.js +3 -9
  50. package/dist-es/commands/DeleteTermsCommand.js +3 -9
  51. package/dist-es/commands/DeleteUserAttributesCommand.js +3 -10
  52. package/dist-es/commands/DeleteUserCommand.js +3 -10
  53. package/dist-es/commands/DeleteUserPoolClientCommand.js +3 -10
  54. package/dist-es/commands/DeleteUserPoolCommand.js +3 -9
  55. package/dist-es/commands/DeleteUserPoolDomainCommand.js +3 -9
  56. package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +3 -10
  57. package/dist-es/commands/DescribeIdentityProviderCommand.js +3 -9
  58. package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +3 -10
  59. package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +3 -9
  60. package/dist-es/commands/DescribeResourceServerCommand.js +3 -9
  61. package/dist-es/commands/DescribeRiskConfigurationCommand.js +3 -10
  62. package/dist-es/commands/DescribeTermsCommand.js +3 -10
  63. package/dist-es/commands/DescribeUserImportJobCommand.js +3 -9
  64. package/dist-es/commands/DescribeUserPoolClientCommand.js +3 -10
  65. package/dist-es/commands/DescribeUserPoolCommand.js +3 -9
  66. package/dist-es/commands/DescribeUserPoolDomainCommand.js +3 -9
  67. package/dist-es/commands/ForgetDeviceCommand.js +3 -10
  68. package/dist-es/commands/ForgotPasswordCommand.js +3 -10
  69. package/dist-es/commands/GetCSVHeaderCommand.js +3 -9
  70. package/dist-es/commands/GetDeviceCommand.js +3 -10
  71. package/dist-es/commands/GetGroupCommand.js +3 -9
  72. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +3 -9
  73. package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +3 -9
  74. package/dist-es/commands/GetSigningCertificateCommand.js +3 -9
  75. package/dist-es/commands/GetTokensFromRefreshTokenCommand.js +3 -11
  76. package/dist-es/commands/GetUICustomizationCommand.js +3 -10
  77. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +3 -10
  78. package/dist-es/commands/GetUserAuthFactorsCommand.js +3 -10
  79. package/dist-es/commands/GetUserCommand.js +3 -10
  80. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +3 -9
  81. package/dist-es/commands/GlobalSignOutCommand.js +3 -10
  82. package/dist-es/commands/InitiateAuthCommand.js +3 -10
  83. package/dist-es/commands/ListDevicesCommand.js +3 -10
  84. package/dist-es/commands/ListGroupsCommand.js +3 -9
  85. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -9
  86. package/dist-es/commands/ListResourceServersCommand.js +3 -9
  87. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  88. package/dist-es/commands/ListTermsCommand.js +3 -9
  89. package/dist-es/commands/ListUserImportJobsCommand.js +3 -9
  90. package/dist-es/commands/ListUserPoolClientsCommand.js +3 -10
  91. package/dist-es/commands/ListUserPoolsCommand.js +3 -9
  92. package/dist-es/commands/ListUsersCommand.js +3 -10
  93. package/dist-es/commands/ListUsersInGroupCommand.js +3 -10
  94. package/dist-es/commands/ListWebAuthnCredentialsCommand.js +3 -10
  95. package/dist-es/commands/ResendConfirmationCodeCommand.js +3 -10
  96. package/dist-es/commands/RespondToAuthChallengeCommand.js +3 -10
  97. package/dist-es/commands/RevokeTokenCommand.js +3 -10
  98. package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +3 -9
  99. package/dist-es/commands/SetRiskConfigurationCommand.js +3 -10
  100. package/dist-es/commands/SetUICustomizationCommand.js +3 -10
  101. package/dist-es/commands/SetUserMFAPreferenceCommand.js +3 -10
  102. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +3 -9
  103. package/dist-es/commands/SetUserSettingsCommand.js +3 -10
  104. package/dist-es/commands/SignUpCommand.js +3 -10
  105. package/dist-es/commands/StartUserImportJobCommand.js +3 -9
  106. package/dist-es/commands/StartWebAuthnRegistrationCommand.js +3 -10
  107. package/dist-es/commands/StopUserImportJobCommand.js +3 -9
  108. package/dist-es/commands/TagResourceCommand.js +3 -9
  109. package/dist-es/commands/UntagResourceCommand.js +3 -9
  110. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +3 -10
  111. package/dist-es/commands/UpdateDeviceStatusCommand.js +3 -10
  112. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  113. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -9
  114. package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +3 -9
  115. package/dist-es/commands/UpdateResourceServerCommand.js +3 -9
  116. package/dist-es/commands/UpdateTermsCommand.js +3 -10
  117. package/dist-es/commands/UpdateUserAttributesCommand.js +3 -10
  118. package/dist-es/commands/UpdateUserPoolClientCommand.js +3 -10
  119. package/dist-es/commands/UpdateUserPoolCommand.js +3 -9
  120. package/dist-es/commands/UpdateUserPoolDomainCommand.js +3 -9
  121. package/dist-es/commands/VerifySoftwareTokenCommand.js +3 -10
  122. package/dist-es/commands/VerifyUserAttributeCommand.js +3 -10
  123. package/dist-es/models/models_0.js +0 -306
  124. package/dist-es/models/models_1.js +0 -205
  125. package/dist-es/runtimeConfig.shared.js +7 -0
  126. package/dist-es/schemas/schemas_0.js +4298 -0
  127. package/dist-types/CognitoIdentityProviderClient.d.ts +10 -1
  128. package/dist-types/models/models_0.d.ts +0 -260
  129. package/dist-types/models/models_1.d.ts +0 -164
  130. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  131. package/dist-types/runtimeConfig.d.ts +1 -0
  132. package/dist-types/runtimeConfig.native.d.ts +1 -0
  133. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  134. package/dist-types/schemas/schemas_0.d.ts +549 -0
  135. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +4 -0
  136. package/dist-types/ts3.4/models/models_0.d.ts +0 -189
  137. package/dist-types/ts3.4/models/models_1.d.ts +0 -123
  138. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  139. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  140. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  141. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  142. package/dist-types/ts3.4/schemas/schemas_0.d.ts +556 -0
  143. package/package.json +5 -5
  144. package/dist-es/protocols/Aws_json1_1.js +0 -3548
  145. package/dist-types/protocols/Aws_json1_1.d.ts +0 -1073
  146. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1433
@@ -1,1073 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "../commands/AddCustomAttributesCommand";
4
- import { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "../commands/AdminAddUserToGroupCommand";
5
- import { AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput } from "../commands/AdminConfirmSignUpCommand";
6
- import { AdminCreateUserCommandInput, AdminCreateUserCommandOutput } from "../commands/AdminCreateUserCommand";
7
- import { AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput } from "../commands/AdminDeleteUserAttributesCommand";
8
- import { AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput } from "../commands/AdminDeleteUserCommand";
9
- import { AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput } from "../commands/AdminDisableProviderForUserCommand";
10
- import { AdminDisableUserCommandInput, AdminDisableUserCommandOutput } from "../commands/AdminDisableUserCommand";
11
- import { AdminEnableUserCommandInput, AdminEnableUserCommandOutput } from "../commands/AdminEnableUserCommand";
12
- import { AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput } from "../commands/AdminForgetDeviceCommand";
13
- import { AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput } from "../commands/AdminGetDeviceCommand";
14
- import { AdminGetUserCommandInput, AdminGetUserCommandOutput } from "../commands/AdminGetUserCommand";
15
- import { AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput } from "../commands/AdminInitiateAuthCommand";
16
- import { AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput } from "../commands/AdminLinkProviderForUserCommand";
17
- import { AdminListDevicesCommandInput, AdminListDevicesCommandOutput } from "../commands/AdminListDevicesCommand";
18
- import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "../commands/AdminListGroupsForUserCommand";
19
- import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "../commands/AdminListUserAuthEventsCommand";
20
- import { AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput } from "../commands/AdminRemoveUserFromGroupCommand";
21
- import { AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput } from "../commands/AdminResetUserPasswordCommand";
22
- import { AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput } from "../commands/AdminRespondToAuthChallengeCommand";
23
- import { AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput } from "../commands/AdminSetUserMFAPreferenceCommand";
24
- import { AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput } from "../commands/AdminSetUserPasswordCommand";
25
- import { AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput } from "../commands/AdminSetUserSettingsCommand";
26
- import { AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput } from "../commands/AdminUpdateAuthEventFeedbackCommand";
27
- import { AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput } from "../commands/AdminUpdateDeviceStatusCommand";
28
- import { AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput } from "../commands/AdminUpdateUserAttributesCommand";
29
- import { AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput } from "../commands/AdminUserGlobalSignOutCommand";
30
- import { AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput } from "../commands/AssociateSoftwareTokenCommand";
31
- import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "../commands/ChangePasswordCommand";
32
- import { CompleteWebAuthnRegistrationCommandInput, CompleteWebAuthnRegistrationCommandOutput } from "../commands/CompleteWebAuthnRegistrationCommand";
33
- import { ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput } from "../commands/ConfirmDeviceCommand";
34
- import { ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput } from "../commands/ConfirmForgotPasswordCommand";
35
- import { ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput } from "../commands/ConfirmSignUpCommand";
36
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
37
- import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "../commands/CreateIdentityProviderCommand";
38
- import { CreateManagedLoginBrandingCommandInput, CreateManagedLoginBrandingCommandOutput } from "../commands/CreateManagedLoginBrandingCommand";
39
- import { CreateResourceServerCommandInput, CreateResourceServerCommandOutput } from "../commands/CreateResourceServerCommand";
40
- import { CreateTermsCommandInput, CreateTermsCommandOutput } from "../commands/CreateTermsCommand";
41
- import { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput } from "../commands/CreateUserImportJobCommand";
42
- import { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "../commands/CreateUserPoolClientCommand";
43
- import { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "../commands/CreateUserPoolCommand";
44
- import { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "../commands/CreateUserPoolDomainCommand";
45
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
46
- import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "../commands/DeleteIdentityProviderCommand";
47
- import { DeleteManagedLoginBrandingCommandInput, DeleteManagedLoginBrandingCommandOutput } from "../commands/DeleteManagedLoginBrandingCommand";
48
- import { DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput } from "../commands/DeleteResourceServerCommand";
49
- import { DeleteTermsCommandInput, DeleteTermsCommandOutput } from "../commands/DeleteTermsCommand";
50
- import { DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput } from "../commands/DeleteUserAttributesCommand";
51
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
52
- import { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput } from "../commands/DeleteUserPoolClientCommand";
53
- import { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "../commands/DeleteUserPoolCommand";
54
- import { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "../commands/DeleteUserPoolDomainCommand";
55
- import { DeleteWebAuthnCredentialCommandInput, DeleteWebAuthnCredentialCommandOutput } from "../commands/DeleteWebAuthnCredentialCommand";
56
- import { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "../commands/DescribeIdentityProviderCommand";
57
- import { DescribeManagedLoginBrandingByClientCommandInput, DescribeManagedLoginBrandingByClientCommandOutput } from "../commands/DescribeManagedLoginBrandingByClientCommand";
58
- import { DescribeManagedLoginBrandingCommandInput, DescribeManagedLoginBrandingCommandOutput } from "../commands/DescribeManagedLoginBrandingCommand";
59
- import { DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput } from "../commands/DescribeResourceServerCommand";
60
- import { DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput } from "../commands/DescribeRiskConfigurationCommand";
61
- import { DescribeTermsCommandInput, DescribeTermsCommandOutput } from "../commands/DescribeTermsCommand";
62
- import { DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput } from "../commands/DescribeUserImportJobCommand";
63
- import { DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput } from "../commands/DescribeUserPoolClientCommand";
64
- import { DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput } from "../commands/DescribeUserPoolCommand";
65
- import { DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput } from "../commands/DescribeUserPoolDomainCommand";
66
- import { ForgetDeviceCommandInput, ForgetDeviceCommandOutput } from "../commands/ForgetDeviceCommand";
67
- import { ForgotPasswordCommandInput, ForgotPasswordCommandOutput } from "../commands/ForgotPasswordCommand";
68
- import { GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput } from "../commands/GetCSVHeaderCommand";
69
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "../commands/GetDeviceCommand";
70
- import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
71
- import { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "../commands/GetIdentityProviderByIdentifierCommand";
72
- import { GetLogDeliveryConfigurationCommandInput, GetLogDeliveryConfigurationCommandOutput } from "../commands/GetLogDeliveryConfigurationCommand";
73
- import { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "../commands/GetSigningCertificateCommand";
74
- import { GetTokensFromRefreshTokenCommandInput, GetTokensFromRefreshTokenCommandOutput } from "../commands/GetTokensFromRefreshTokenCommand";
75
- import { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "../commands/GetUICustomizationCommand";
76
- import { GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput } from "../commands/GetUserAttributeVerificationCodeCommand";
77
- import { GetUserAuthFactorsCommandInput, GetUserAuthFactorsCommandOutput } from "../commands/GetUserAuthFactorsCommand";
78
- import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
79
- import { GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput } from "../commands/GetUserPoolMfaConfigCommand";
80
- import { GlobalSignOutCommandInput, GlobalSignOutCommandOutput } from "../commands/GlobalSignOutCommand";
81
- import { InitiateAuthCommandInput, InitiateAuthCommandOutput } from "../commands/InitiateAuthCommand";
82
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
83
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
84
- import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
85
- import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "../commands/ListResourceServersCommand";
86
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
87
- import { ListTermsCommandInput, ListTermsCommandOutput } from "../commands/ListTermsCommand";
88
- import { ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput } from "../commands/ListUserImportJobsCommand";
89
- import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "../commands/ListUserPoolClientsCommand";
90
- import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "../commands/ListUserPoolsCommand";
91
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
92
- import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "../commands/ListUsersInGroupCommand";
93
- import { ListWebAuthnCredentialsCommandInput, ListWebAuthnCredentialsCommandOutput } from "../commands/ListWebAuthnCredentialsCommand";
94
- import { ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput } from "../commands/ResendConfirmationCodeCommand";
95
- import { RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput } from "../commands/RespondToAuthChallengeCommand";
96
- import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "../commands/RevokeTokenCommand";
97
- import { SetLogDeliveryConfigurationCommandInput, SetLogDeliveryConfigurationCommandOutput } from "../commands/SetLogDeliveryConfigurationCommand";
98
- import { SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput } from "../commands/SetRiskConfigurationCommand";
99
- import { SetUICustomizationCommandInput, SetUICustomizationCommandOutput } from "../commands/SetUICustomizationCommand";
100
- import { SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput } from "../commands/SetUserMFAPreferenceCommand";
101
- import { SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput } from "../commands/SetUserPoolMfaConfigCommand";
102
- import { SetUserSettingsCommandInput, SetUserSettingsCommandOutput } from "../commands/SetUserSettingsCommand";
103
- import { SignUpCommandInput, SignUpCommandOutput } from "../commands/SignUpCommand";
104
- import { StartUserImportJobCommandInput, StartUserImportJobCommandOutput } from "../commands/StartUserImportJobCommand";
105
- import { StartWebAuthnRegistrationCommandInput, StartWebAuthnRegistrationCommandOutput } from "../commands/StartWebAuthnRegistrationCommand";
106
- import { StopUserImportJobCommandInput, StopUserImportJobCommandOutput } from "../commands/StopUserImportJobCommand";
107
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
108
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
109
- import { UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput } from "../commands/UpdateAuthEventFeedbackCommand";
110
- import { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput } from "../commands/UpdateDeviceStatusCommand";
111
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
112
- import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "../commands/UpdateIdentityProviderCommand";
113
- import { UpdateManagedLoginBrandingCommandInput, UpdateManagedLoginBrandingCommandOutput } from "../commands/UpdateManagedLoginBrandingCommand";
114
- import { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "../commands/UpdateResourceServerCommand";
115
- import { UpdateTermsCommandInput, UpdateTermsCommandOutput } from "../commands/UpdateTermsCommand";
116
- import { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "../commands/UpdateUserAttributesCommand";
117
- import { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "../commands/UpdateUserPoolClientCommand";
118
- import { UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput } from "../commands/UpdateUserPoolCommand";
119
- import { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } from "../commands/UpdateUserPoolDomainCommand";
120
- import { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "../commands/VerifySoftwareTokenCommand";
121
- import { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "../commands/VerifyUserAttributeCommand";
122
- /**
123
- * serializeAws_json1_1AddCustomAttributesCommand
124
- */
125
- export declare const se_AddCustomAttributesCommand: (input: AddCustomAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1AdminAddUserToGroupCommand
128
- */
129
- export declare const se_AdminAddUserToGroupCommand: (input: AdminAddUserToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1AdminConfirmSignUpCommand
132
- */
133
- export declare const se_AdminConfirmSignUpCommand: (input: AdminConfirmSignUpCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1AdminCreateUserCommand
136
- */
137
- export declare const se_AdminCreateUserCommand: (input: AdminCreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1AdminDeleteUserCommand
140
- */
141
- export declare const se_AdminDeleteUserCommand: (input: AdminDeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1AdminDeleteUserAttributesCommand
144
- */
145
- export declare const se_AdminDeleteUserAttributesCommand: (input: AdminDeleteUserAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1AdminDisableProviderForUserCommand
148
- */
149
- export declare const se_AdminDisableProviderForUserCommand: (input: AdminDisableProviderForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1AdminDisableUserCommand
152
- */
153
- export declare const se_AdminDisableUserCommand: (input: AdminDisableUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1AdminEnableUserCommand
156
- */
157
- export declare const se_AdminEnableUserCommand: (input: AdminEnableUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1AdminForgetDeviceCommand
160
- */
161
- export declare const se_AdminForgetDeviceCommand: (input: AdminForgetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1AdminGetDeviceCommand
164
- */
165
- export declare const se_AdminGetDeviceCommand: (input: AdminGetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1AdminGetUserCommand
168
- */
169
- export declare const se_AdminGetUserCommand: (input: AdminGetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1AdminInitiateAuthCommand
172
- */
173
- export declare const se_AdminInitiateAuthCommand: (input: AdminInitiateAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1AdminLinkProviderForUserCommand
176
- */
177
- export declare const se_AdminLinkProviderForUserCommand: (input: AdminLinkProviderForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1AdminListDevicesCommand
180
- */
181
- export declare const se_AdminListDevicesCommand: (input: AdminListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1AdminListGroupsForUserCommand
184
- */
185
- export declare const se_AdminListGroupsForUserCommand: (input: AdminListGroupsForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_1AdminListUserAuthEventsCommand
188
- */
189
- export declare const se_AdminListUserAuthEventsCommand: (input: AdminListUserAuthEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_1AdminRemoveUserFromGroupCommand
192
- */
193
- export declare const se_AdminRemoveUserFromGroupCommand: (input: AdminRemoveUserFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1AdminResetUserPasswordCommand
196
- */
197
- export declare const se_AdminResetUserPasswordCommand: (input: AdminResetUserPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1AdminRespondToAuthChallengeCommand
200
- */
201
- export declare const se_AdminRespondToAuthChallengeCommand: (input: AdminRespondToAuthChallengeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1AdminSetUserMFAPreferenceCommand
204
- */
205
- export declare const se_AdminSetUserMFAPreferenceCommand: (input: AdminSetUserMFAPreferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1AdminSetUserPasswordCommand
208
- */
209
- export declare const se_AdminSetUserPasswordCommand: (input: AdminSetUserPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1AdminSetUserSettingsCommand
212
- */
213
- export declare const se_AdminSetUserSettingsCommand: (input: AdminSetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_json1_1AdminUpdateAuthEventFeedbackCommand
216
- */
217
- export declare const se_AdminUpdateAuthEventFeedbackCommand: (input: AdminUpdateAuthEventFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_json1_1AdminUpdateDeviceStatusCommand
220
- */
221
- export declare const se_AdminUpdateDeviceStatusCommand: (input: AdminUpdateDeviceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_json1_1AdminUpdateUserAttributesCommand
224
- */
225
- export declare const se_AdminUpdateUserAttributesCommand: (input: AdminUpdateUserAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1AdminUserGlobalSignOutCommand
228
- */
229
- export declare const se_AdminUserGlobalSignOutCommand: (input: AdminUserGlobalSignOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1AssociateSoftwareTokenCommand
232
- */
233
- export declare const se_AssociateSoftwareTokenCommand: (input: AssociateSoftwareTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1ChangePasswordCommand
236
- */
237
- export declare const se_ChangePasswordCommand: (input: ChangePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1CompleteWebAuthnRegistrationCommand
240
- */
241
- export declare const se_CompleteWebAuthnRegistrationCommand: (input: CompleteWebAuthnRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1ConfirmDeviceCommand
244
- */
245
- export declare const se_ConfirmDeviceCommand: (input: ConfirmDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1ConfirmForgotPasswordCommand
248
- */
249
- export declare const se_ConfirmForgotPasswordCommand: (input: ConfirmForgotPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1ConfirmSignUpCommand
252
- */
253
- export declare const se_ConfirmSignUpCommand: (input: ConfirmSignUpCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_json1_1CreateGroupCommand
256
- */
257
- export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_json1_1CreateIdentityProviderCommand
260
- */
261
- export declare const se_CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_json1_1CreateManagedLoginBrandingCommand
264
- */
265
- export declare const se_CreateManagedLoginBrandingCommand: (input: CreateManagedLoginBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_json1_1CreateResourceServerCommand
268
- */
269
- export declare const se_CreateResourceServerCommand: (input: CreateResourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_json1_1CreateTermsCommand
272
- */
273
- export declare const se_CreateTermsCommand: (input: CreateTermsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_json1_1CreateUserImportJobCommand
276
- */
277
- export declare const se_CreateUserImportJobCommand: (input: CreateUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_json1_1CreateUserPoolCommand
280
- */
281
- export declare const se_CreateUserPoolCommand: (input: CreateUserPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_json1_1CreateUserPoolClientCommand
284
- */
285
- export declare const se_CreateUserPoolClientCommand: (input: CreateUserPoolClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_json1_1CreateUserPoolDomainCommand
288
- */
289
- export declare const se_CreateUserPoolDomainCommand: (input: CreateUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_json1_1DeleteGroupCommand
292
- */
293
- export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_json1_1DeleteIdentityProviderCommand
296
- */
297
- export declare const se_DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_json1_1DeleteManagedLoginBrandingCommand
300
- */
301
- export declare const se_DeleteManagedLoginBrandingCommand: (input: DeleteManagedLoginBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_json1_1DeleteResourceServerCommand
304
- */
305
- export declare const se_DeleteResourceServerCommand: (input: DeleteResourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_json1_1DeleteTermsCommand
308
- */
309
- export declare const se_DeleteTermsCommand: (input: DeleteTermsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_json1_1DeleteUserCommand
312
- */
313
- export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_json1_1DeleteUserAttributesCommand
316
- */
317
- export declare const se_DeleteUserAttributesCommand: (input: DeleteUserAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_json1_1DeleteUserPoolCommand
320
- */
321
- export declare const se_DeleteUserPoolCommand: (input: DeleteUserPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_json1_1DeleteUserPoolClientCommand
324
- */
325
- export declare const se_DeleteUserPoolClientCommand: (input: DeleteUserPoolClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_json1_1DeleteUserPoolDomainCommand
328
- */
329
- export declare const se_DeleteUserPoolDomainCommand: (input: DeleteUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_json1_1DeleteWebAuthnCredentialCommand
332
- */
333
- export declare const se_DeleteWebAuthnCredentialCommand: (input: DeleteWebAuthnCredentialCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_json1_1DescribeIdentityProviderCommand
336
- */
337
- export declare const se_DescribeIdentityProviderCommand: (input: DescribeIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_json1_1DescribeManagedLoginBrandingCommand
340
- */
341
- export declare const se_DescribeManagedLoginBrandingCommand: (input: DescribeManagedLoginBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_json1_1DescribeManagedLoginBrandingByClientCommand
344
- */
345
- export declare const se_DescribeManagedLoginBrandingByClientCommand: (input: DescribeManagedLoginBrandingByClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_json1_1DescribeResourceServerCommand
348
- */
349
- export declare const se_DescribeResourceServerCommand: (input: DescribeResourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_json1_1DescribeRiskConfigurationCommand
352
- */
353
- export declare const se_DescribeRiskConfigurationCommand: (input: DescribeRiskConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_json1_1DescribeTermsCommand
356
- */
357
- export declare const se_DescribeTermsCommand: (input: DescribeTermsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_json1_1DescribeUserImportJobCommand
360
- */
361
- export declare const se_DescribeUserImportJobCommand: (input: DescribeUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_json1_1DescribeUserPoolCommand
364
- */
365
- export declare const se_DescribeUserPoolCommand: (input: DescribeUserPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_json1_1DescribeUserPoolClientCommand
368
- */
369
- export declare const se_DescribeUserPoolClientCommand: (input: DescribeUserPoolClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_json1_1DescribeUserPoolDomainCommand
372
- */
373
- export declare const se_DescribeUserPoolDomainCommand: (input: DescribeUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_json1_1ForgetDeviceCommand
376
- */
377
- export declare const se_ForgetDeviceCommand: (input: ForgetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * serializeAws_json1_1ForgotPasswordCommand
380
- */
381
- export declare const se_ForgotPasswordCommand: (input: ForgotPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
- /**
383
- * serializeAws_json1_1GetCSVHeaderCommand
384
- */
385
- export declare const se_GetCSVHeaderCommand: (input: GetCSVHeaderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
- /**
387
- * serializeAws_json1_1GetDeviceCommand
388
- */
389
- export declare const se_GetDeviceCommand: (input: GetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
390
- /**
391
- * serializeAws_json1_1GetGroupCommand
392
- */
393
- export declare const se_GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
394
- /**
395
- * serializeAws_json1_1GetIdentityProviderByIdentifierCommand
396
- */
397
- export declare const se_GetIdentityProviderByIdentifierCommand: (input: GetIdentityProviderByIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
398
- /**
399
- * serializeAws_json1_1GetLogDeliveryConfigurationCommand
400
- */
401
- export declare const se_GetLogDeliveryConfigurationCommand: (input: GetLogDeliveryConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
402
- /**
403
- * serializeAws_json1_1GetSigningCertificateCommand
404
- */
405
- export declare const se_GetSigningCertificateCommand: (input: GetSigningCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
406
- /**
407
- * serializeAws_json1_1GetTokensFromRefreshTokenCommand
408
- */
409
- export declare const se_GetTokensFromRefreshTokenCommand: (input: GetTokensFromRefreshTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
410
- /**
411
- * serializeAws_json1_1GetUICustomizationCommand
412
- */
413
- export declare const se_GetUICustomizationCommand: (input: GetUICustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
414
- /**
415
- * serializeAws_json1_1GetUserCommand
416
- */
417
- export declare const se_GetUserCommand: (input: GetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
418
- /**
419
- * serializeAws_json1_1GetUserAttributeVerificationCodeCommand
420
- */
421
- export declare const se_GetUserAttributeVerificationCodeCommand: (input: GetUserAttributeVerificationCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
422
- /**
423
- * serializeAws_json1_1GetUserAuthFactorsCommand
424
- */
425
- export declare const se_GetUserAuthFactorsCommand: (input: GetUserAuthFactorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
426
- /**
427
- * serializeAws_json1_1GetUserPoolMfaConfigCommand
428
- */
429
- export declare const se_GetUserPoolMfaConfigCommand: (input: GetUserPoolMfaConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
430
- /**
431
- * serializeAws_json1_1GlobalSignOutCommand
432
- */
433
- export declare const se_GlobalSignOutCommand: (input: GlobalSignOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
434
- /**
435
- * serializeAws_json1_1InitiateAuthCommand
436
- */
437
- export declare const se_InitiateAuthCommand: (input: InitiateAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
438
- /**
439
- * serializeAws_json1_1ListDevicesCommand
440
- */
441
- export declare const se_ListDevicesCommand: (input: ListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
442
- /**
443
- * serializeAws_json1_1ListGroupsCommand
444
- */
445
- export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
446
- /**
447
- * serializeAws_json1_1ListIdentityProvidersCommand
448
- */
449
- export declare const se_ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
450
- /**
451
- * serializeAws_json1_1ListResourceServersCommand
452
- */
453
- export declare const se_ListResourceServersCommand: (input: ListResourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
454
- /**
455
- * serializeAws_json1_1ListTagsForResourceCommand
456
- */
457
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
458
- /**
459
- * serializeAws_json1_1ListTermsCommand
460
- */
461
- export declare const se_ListTermsCommand: (input: ListTermsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
462
- /**
463
- * serializeAws_json1_1ListUserImportJobsCommand
464
- */
465
- export declare const se_ListUserImportJobsCommand: (input: ListUserImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
466
- /**
467
- * serializeAws_json1_1ListUserPoolClientsCommand
468
- */
469
- export declare const se_ListUserPoolClientsCommand: (input: ListUserPoolClientsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
470
- /**
471
- * serializeAws_json1_1ListUserPoolsCommand
472
- */
473
- export declare const se_ListUserPoolsCommand: (input: ListUserPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
474
- /**
475
- * serializeAws_json1_1ListUsersCommand
476
- */
477
- export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
478
- /**
479
- * serializeAws_json1_1ListUsersInGroupCommand
480
- */
481
- export declare const se_ListUsersInGroupCommand: (input: ListUsersInGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
482
- /**
483
- * serializeAws_json1_1ListWebAuthnCredentialsCommand
484
- */
485
- export declare const se_ListWebAuthnCredentialsCommand: (input: ListWebAuthnCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
486
- /**
487
- * serializeAws_json1_1ResendConfirmationCodeCommand
488
- */
489
- export declare const se_ResendConfirmationCodeCommand: (input: ResendConfirmationCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
490
- /**
491
- * serializeAws_json1_1RespondToAuthChallengeCommand
492
- */
493
- export declare const se_RespondToAuthChallengeCommand: (input: RespondToAuthChallengeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
494
- /**
495
- * serializeAws_json1_1RevokeTokenCommand
496
- */
497
- export declare const se_RevokeTokenCommand: (input: RevokeTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
498
- /**
499
- * serializeAws_json1_1SetLogDeliveryConfigurationCommand
500
- */
501
- export declare const se_SetLogDeliveryConfigurationCommand: (input: SetLogDeliveryConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
502
- /**
503
- * serializeAws_json1_1SetRiskConfigurationCommand
504
- */
505
- export declare const se_SetRiskConfigurationCommand: (input: SetRiskConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
506
- /**
507
- * serializeAws_json1_1SetUICustomizationCommand
508
- */
509
- export declare const se_SetUICustomizationCommand: (input: SetUICustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
510
- /**
511
- * serializeAws_json1_1SetUserMFAPreferenceCommand
512
- */
513
- export declare const se_SetUserMFAPreferenceCommand: (input: SetUserMFAPreferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
514
- /**
515
- * serializeAws_json1_1SetUserPoolMfaConfigCommand
516
- */
517
- export declare const se_SetUserPoolMfaConfigCommand: (input: SetUserPoolMfaConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
518
- /**
519
- * serializeAws_json1_1SetUserSettingsCommand
520
- */
521
- export declare const se_SetUserSettingsCommand: (input: SetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
522
- /**
523
- * serializeAws_json1_1SignUpCommand
524
- */
525
- export declare const se_SignUpCommand: (input: SignUpCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
526
- /**
527
- * serializeAws_json1_1StartUserImportJobCommand
528
- */
529
- export declare const se_StartUserImportJobCommand: (input: StartUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
530
- /**
531
- * serializeAws_json1_1StartWebAuthnRegistrationCommand
532
- */
533
- export declare const se_StartWebAuthnRegistrationCommand: (input: StartWebAuthnRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
534
- /**
535
- * serializeAws_json1_1StopUserImportJobCommand
536
- */
537
- export declare const se_StopUserImportJobCommand: (input: StopUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
538
- /**
539
- * serializeAws_json1_1TagResourceCommand
540
- */
541
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
542
- /**
543
- * serializeAws_json1_1UntagResourceCommand
544
- */
545
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
546
- /**
547
- * serializeAws_json1_1UpdateAuthEventFeedbackCommand
548
- */
549
- export declare const se_UpdateAuthEventFeedbackCommand: (input: UpdateAuthEventFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
550
- /**
551
- * serializeAws_json1_1UpdateDeviceStatusCommand
552
- */
553
- export declare const se_UpdateDeviceStatusCommand: (input: UpdateDeviceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
554
- /**
555
- * serializeAws_json1_1UpdateGroupCommand
556
- */
557
- export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
558
- /**
559
- * serializeAws_json1_1UpdateIdentityProviderCommand
560
- */
561
- export declare const se_UpdateIdentityProviderCommand: (input: UpdateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
562
- /**
563
- * serializeAws_json1_1UpdateManagedLoginBrandingCommand
564
- */
565
- export declare const se_UpdateManagedLoginBrandingCommand: (input: UpdateManagedLoginBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
566
- /**
567
- * serializeAws_json1_1UpdateResourceServerCommand
568
- */
569
- export declare const se_UpdateResourceServerCommand: (input: UpdateResourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
570
- /**
571
- * serializeAws_json1_1UpdateTermsCommand
572
- */
573
- export declare const se_UpdateTermsCommand: (input: UpdateTermsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
574
- /**
575
- * serializeAws_json1_1UpdateUserAttributesCommand
576
- */
577
- export declare const se_UpdateUserAttributesCommand: (input: UpdateUserAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
578
- /**
579
- * serializeAws_json1_1UpdateUserPoolCommand
580
- */
581
- export declare const se_UpdateUserPoolCommand: (input: UpdateUserPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
582
- /**
583
- * serializeAws_json1_1UpdateUserPoolClientCommand
584
- */
585
- export declare const se_UpdateUserPoolClientCommand: (input: UpdateUserPoolClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
586
- /**
587
- * serializeAws_json1_1UpdateUserPoolDomainCommand
588
- */
589
- export declare const se_UpdateUserPoolDomainCommand: (input: UpdateUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
590
- /**
591
- * serializeAws_json1_1VerifySoftwareTokenCommand
592
- */
593
- export declare const se_VerifySoftwareTokenCommand: (input: VerifySoftwareTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
594
- /**
595
- * serializeAws_json1_1VerifyUserAttributeCommand
596
- */
597
- export declare const se_VerifyUserAttributeCommand: (input: VerifyUserAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
598
- /**
599
- * deserializeAws_json1_1AddCustomAttributesCommand
600
- */
601
- export declare const de_AddCustomAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomAttributesCommandOutput>;
602
- /**
603
- * deserializeAws_json1_1AdminAddUserToGroupCommand
604
- */
605
- export declare const de_AdminAddUserToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminAddUserToGroupCommandOutput>;
606
- /**
607
- * deserializeAws_json1_1AdminConfirmSignUpCommand
608
- */
609
- export declare const de_AdminConfirmSignUpCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminConfirmSignUpCommandOutput>;
610
- /**
611
- * deserializeAws_json1_1AdminCreateUserCommand
612
- */
613
- export declare const de_AdminCreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminCreateUserCommandOutput>;
614
- /**
615
- * deserializeAws_json1_1AdminDeleteUserCommand
616
- */
617
- export declare const de_AdminDeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminDeleteUserCommandOutput>;
618
- /**
619
- * deserializeAws_json1_1AdminDeleteUserAttributesCommand
620
- */
621
- export declare const de_AdminDeleteUserAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminDeleteUserAttributesCommandOutput>;
622
- /**
623
- * deserializeAws_json1_1AdminDisableProviderForUserCommand
624
- */
625
- export declare const de_AdminDisableProviderForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminDisableProviderForUserCommandOutput>;
626
- /**
627
- * deserializeAws_json1_1AdminDisableUserCommand
628
- */
629
- export declare const de_AdminDisableUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminDisableUserCommandOutput>;
630
- /**
631
- * deserializeAws_json1_1AdminEnableUserCommand
632
- */
633
- export declare const de_AdminEnableUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminEnableUserCommandOutput>;
634
- /**
635
- * deserializeAws_json1_1AdminForgetDeviceCommand
636
- */
637
- export declare const de_AdminForgetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminForgetDeviceCommandOutput>;
638
- /**
639
- * deserializeAws_json1_1AdminGetDeviceCommand
640
- */
641
- export declare const de_AdminGetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminGetDeviceCommandOutput>;
642
- /**
643
- * deserializeAws_json1_1AdminGetUserCommand
644
- */
645
- export declare const de_AdminGetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminGetUserCommandOutput>;
646
- /**
647
- * deserializeAws_json1_1AdminInitiateAuthCommand
648
- */
649
- export declare const de_AdminInitiateAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminInitiateAuthCommandOutput>;
650
- /**
651
- * deserializeAws_json1_1AdminLinkProviderForUserCommand
652
- */
653
- export declare const de_AdminLinkProviderForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminLinkProviderForUserCommandOutput>;
654
- /**
655
- * deserializeAws_json1_1AdminListDevicesCommand
656
- */
657
- export declare const de_AdminListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminListDevicesCommandOutput>;
658
- /**
659
- * deserializeAws_json1_1AdminListGroupsForUserCommand
660
- */
661
- export declare const de_AdminListGroupsForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminListGroupsForUserCommandOutput>;
662
- /**
663
- * deserializeAws_json1_1AdminListUserAuthEventsCommand
664
- */
665
- export declare const de_AdminListUserAuthEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminListUserAuthEventsCommandOutput>;
666
- /**
667
- * deserializeAws_json1_1AdminRemoveUserFromGroupCommand
668
- */
669
- export declare const de_AdminRemoveUserFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminRemoveUserFromGroupCommandOutput>;
670
- /**
671
- * deserializeAws_json1_1AdminResetUserPasswordCommand
672
- */
673
- export declare const de_AdminResetUserPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminResetUserPasswordCommandOutput>;
674
- /**
675
- * deserializeAws_json1_1AdminRespondToAuthChallengeCommand
676
- */
677
- export declare const de_AdminRespondToAuthChallengeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminRespondToAuthChallengeCommandOutput>;
678
- /**
679
- * deserializeAws_json1_1AdminSetUserMFAPreferenceCommand
680
- */
681
- export declare const de_AdminSetUserMFAPreferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminSetUserMFAPreferenceCommandOutput>;
682
- /**
683
- * deserializeAws_json1_1AdminSetUserPasswordCommand
684
- */
685
- export declare const de_AdminSetUserPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminSetUserPasswordCommandOutput>;
686
- /**
687
- * deserializeAws_json1_1AdminSetUserSettingsCommand
688
- */
689
- export declare const de_AdminSetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminSetUserSettingsCommandOutput>;
690
- /**
691
- * deserializeAws_json1_1AdminUpdateAuthEventFeedbackCommand
692
- */
693
- export declare const de_AdminUpdateAuthEventFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminUpdateAuthEventFeedbackCommandOutput>;
694
- /**
695
- * deserializeAws_json1_1AdminUpdateDeviceStatusCommand
696
- */
697
- export declare const de_AdminUpdateDeviceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminUpdateDeviceStatusCommandOutput>;
698
- /**
699
- * deserializeAws_json1_1AdminUpdateUserAttributesCommand
700
- */
701
- export declare const de_AdminUpdateUserAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminUpdateUserAttributesCommandOutput>;
702
- /**
703
- * deserializeAws_json1_1AdminUserGlobalSignOutCommand
704
- */
705
- export declare const de_AdminUserGlobalSignOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminUserGlobalSignOutCommandOutput>;
706
- /**
707
- * deserializeAws_json1_1AssociateSoftwareTokenCommand
708
- */
709
- export declare const de_AssociateSoftwareTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSoftwareTokenCommandOutput>;
710
- /**
711
- * deserializeAws_json1_1ChangePasswordCommand
712
- */
713
- export declare const de_ChangePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangePasswordCommandOutput>;
714
- /**
715
- * deserializeAws_json1_1CompleteWebAuthnRegistrationCommand
716
- */
717
- export declare const de_CompleteWebAuthnRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteWebAuthnRegistrationCommandOutput>;
718
- /**
719
- * deserializeAws_json1_1ConfirmDeviceCommand
720
- */
721
- export declare const de_ConfirmDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmDeviceCommandOutput>;
722
- /**
723
- * deserializeAws_json1_1ConfirmForgotPasswordCommand
724
- */
725
- export declare const de_ConfirmForgotPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmForgotPasswordCommandOutput>;
726
- /**
727
- * deserializeAws_json1_1ConfirmSignUpCommand
728
- */
729
- export declare const de_ConfirmSignUpCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmSignUpCommandOutput>;
730
- /**
731
- * deserializeAws_json1_1CreateGroupCommand
732
- */
733
- export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
734
- /**
735
- * deserializeAws_json1_1CreateIdentityProviderCommand
736
- */
737
- export declare const de_CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
738
- /**
739
- * deserializeAws_json1_1CreateManagedLoginBrandingCommand
740
- */
741
- export declare const de_CreateManagedLoginBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateManagedLoginBrandingCommandOutput>;
742
- /**
743
- * deserializeAws_json1_1CreateResourceServerCommand
744
- */
745
- export declare const de_CreateResourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceServerCommandOutput>;
746
- /**
747
- * deserializeAws_json1_1CreateTermsCommand
748
- */
749
- export declare const de_CreateTermsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTermsCommandOutput>;
750
- /**
751
- * deserializeAws_json1_1CreateUserImportJobCommand
752
- */
753
- export declare const de_CreateUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserImportJobCommandOutput>;
754
- /**
755
- * deserializeAws_json1_1CreateUserPoolCommand
756
- */
757
- export declare const de_CreateUserPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserPoolCommandOutput>;
758
- /**
759
- * deserializeAws_json1_1CreateUserPoolClientCommand
760
- */
761
- export declare const de_CreateUserPoolClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserPoolClientCommandOutput>;
762
- /**
763
- * deserializeAws_json1_1CreateUserPoolDomainCommand
764
- */
765
- export declare const de_CreateUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserPoolDomainCommandOutput>;
766
- /**
767
- * deserializeAws_json1_1DeleteGroupCommand
768
- */
769
- export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
770
- /**
771
- * deserializeAws_json1_1DeleteIdentityProviderCommand
772
- */
773
- export declare const de_DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
774
- /**
775
- * deserializeAws_json1_1DeleteManagedLoginBrandingCommand
776
- */
777
- export declare const de_DeleteManagedLoginBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteManagedLoginBrandingCommandOutput>;
778
- /**
779
- * deserializeAws_json1_1DeleteResourceServerCommand
780
- */
781
- export declare const de_DeleteResourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceServerCommandOutput>;
782
- /**
783
- * deserializeAws_json1_1DeleteTermsCommand
784
- */
785
- export declare const de_DeleteTermsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTermsCommandOutput>;
786
- /**
787
- * deserializeAws_json1_1DeleteUserCommand
788
- */
789
- export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
790
- /**
791
- * deserializeAws_json1_1DeleteUserAttributesCommand
792
- */
793
- export declare const de_DeleteUserAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserAttributesCommandOutput>;
794
- /**
795
- * deserializeAws_json1_1DeleteUserPoolCommand
796
- */
797
- export declare const de_DeleteUserPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPoolCommandOutput>;
798
- /**
799
- * deserializeAws_json1_1DeleteUserPoolClientCommand
800
- */
801
- export declare const de_DeleteUserPoolClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPoolClientCommandOutput>;
802
- /**
803
- * deserializeAws_json1_1DeleteUserPoolDomainCommand
804
- */
805
- export declare const de_DeleteUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPoolDomainCommandOutput>;
806
- /**
807
- * deserializeAws_json1_1DeleteWebAuthnCredentialCommand
808
- */
809
- export declare const de_DeleteWebAuthnCredentialCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebAuthnCredentialCommandOutput>;
810
- /**
811
- * deserializeAws_json1_1DescribeIdentityProviderCommand
812
- */
813
- export declare const de_DescribeIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderCommandOutput>;
814
- /**
815
- * deserializeAws_json1_1DescribeManagedLoginBrandingCommand
816
- */
817
- export declare const de_DescribeManagedLoginBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedLoginBrandingCommandOutput>;
818
- /**
819
- * deserializeAws_json1_1DescribeManagedLoginBrandingByClientCommand
820
- */
821
- export declare const de_DescribeManagedLoginBrandingByClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeManagedLoginBrandingByClientCommandOutput>;
822
- /**
823
- * deserializeAws_json1_1DescribeResourceServerCommand
824
- */
825
- export declare const de_DescribeResourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceServerCommandOutput>;
826
- /**
827
- * deserializeAws_json1_1DescribeRiskConfigurationCommand
828
- */
829
- export declare const de_DescribeRiskConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRiskConfigurationCommandOutput>;
830
- /**
831
- * deserializeAws_json1_1DescribeTermsCommand
832
- */
833
- export declare const de_DescribeTermsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTermsCommandOutput>;
834
- /**
835
- * deserializeAws_json1_1DescribeUserImportJobCommand
836
- */
837
- export declare const de_DescribeUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserImportJobCommandOutput>;
838
- /**
839
- * deserializeAws_json1_1DescribeUserPoolCommand
840
- */
841
- export declare const de_DescribeUserPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserPoolCommandOutput>;
842
- /**
843
- * deserializeAws_json1_1DescribeUserPoolClientCommand
844
- */
845
- export declare const de_DescribeUserPoolClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserPoolClientCommandOutput>;
846
- /**
847
- * deserializeAws_json1_1DescribeUserPoolDomainCommand
848
- */
849
- export declare const de_DescribeUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserPoolDomainCommandOutput>;
850
- /**
851
- * deserializeAws_json1_1ForgetDeviceCommand
852
- */
853
- export declare const de_ForgetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ForgetDeviceCommandOutput>;
854
- /**
855
- * deserializeAws_json1_1ForgotPasswordCommand
856
- */
857
- export declare const de_ForgotPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ForgotPasswordCommandOutput>;
858
- /**
859
- * deserializeAws_json1_1GetCSVHeaderCommand
860
- */
861
- export declare const de_GetCSVHeaderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCSVHeaderCommandOutput>;
862
- /**
863
- * deserializeAws_json1_1GetDeviceCommand
864
- */
865
- export declare const de_GetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceCommandOutput>;
866
- /**
867
- * deserializeAws_json1_1GetGroupCommand
868
- */
869
- export declare const de_GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
870
- /**
871
- * deserializeAws_json1_1GetIdentityProviderByIdentifierCommand
872
- */
873
- export declare const de_GetIdentityProviderByIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderByIdentifierCommandOutput>;
874
- /**
875
- * deserializeAws_json1_1GetLogDeliveryConfigurationCommand
876
- */
877
- export declare const de_GetLogDeliveryConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLogDeliveryConfigurationCommandOutput>;
878
- /**
879
- * deserializeAws_json1_1GetSigningCertificateCommand
880
- */
881
- export declare const de_GetSigningCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSigningCertificateCommandOutput>;
882
- /**
883
- * deserializeAws_json1_1GetTokensFromRefreshTokenCommand
884
- */
885
- export declare const de_GetTokensFromRefreshTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTokensFromRefreshTokenCommandOutput>;
886
- /**
887
- * deserializeAws_json1_1GetUICustomizationCommand
888
- */
889
- export declare const de_GetUICustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUICustomizationCommandOutput>;
890
- /**
891
- * deserializeAws_json1_1GetUserCommand
892
- */
893
- export declare const de_GetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserCommandOutput>;
894
- /**
895
- * deserializeAws_json1_1GetUserAttributeVerificationCodeCommand
896
- */
897
- export declare const de_GetUserAttributeVerificationCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAttributeVerificationCodeCommandOutput>;
898
- /**
899
- * deserializeAws_json1_1GetUserAuthFactorsCommand
900
- */
901
- export declare const de_GetUserAuthFactorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAuthFactorsCommandOutput>;
902
- /**
903
- * deserializeAws_json1_1GetUserPoolMfaConfigCommand
904
- */
905
- export declare const de_GetUserPoolMfaConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserPoolMfaConfigCommandOutput>;
906
- /**
907
- * deserializeAws_json1_1GlobalSignOutCommand
908
- */
909
- export declare const de_GlobalSignOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GlobalSignOutCommandOutput>;
910
- /**
911
- * deserializeAws_json1_1InitiateAuthCommand
912
- */
913
- export declare const de_InitiateAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateAuthCommandOutput>;
914
- /**
915
- * deserializeAws_json1_1ListDevicesCommand
916
- */
917
- export declare const de_ListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesCommandOutput>;
918
- /**
919
- * deserializeAws_json1_1ListGroupsCommand
920
- */
921
- export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
922
- /**
923
- * deserializeAws_json1_1ListIdentityProvidersCommand
924
- */
925
- export declare const de_ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
926
- /**
927
- * deserializeAws_json1_1ListResourceServersCommand
928
- */
929
- export declare const de_ListResourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceServersCommandOutput>;
930
- /**
931
- * deserializeAws_json1_1ListTagsForResourceCommand
932
- */
933
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
934
- /**
935
- * deserializeAws_json1_1ListTermsCommand
936
- */
937
- export declare const de_ListTermsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTermsCommandOutput>;
938
- /**
939
- * deserializeAws_json1_1ListUserImportJobsCommand
940
- */
941
- export declare const de_ListUserImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserImportJobsCommandOutput>;
942
- /**
943
- * deserializeAws_json1_1ListUserPoolClientsCommand
944
- */
945
- export declare const de_ListUserPoolClientsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserPoolClientsCommandOutput>;
946
- /**
947
- * deserializeAws_json1_1ListUserPoolsCommand
948
- */
949
- export declare const de_ListUserPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserPoolsCommandOutput>;
950
- /**
951
- * deserializeAws_json1_1ListUsersCommand
952
- */
953
- export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
954
- /**
955
- * deserializeAws_json1_1ListUsersInGroupCommand
956
- */
957
- export declare const de_ListUsersInGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersInGroupCommandOutput>;
958
- /**
959
- * deserializeAws_json1_1ListWebAuthnCredentialsCommand
960
- */
961
- export declare const de_ListWebAuthnCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebAuthnCredentialsCommandOutput>;
962
- /**
963
- * deserializeAws_json1_1ResendConfirmationCodeCommand
964
- */
965
- export declare const de_ResendConfirmationCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResendConfirmationCodeCommandOutput>;
966
- /**
967
- * deserializeAws_json1_1RespondToAuthChallengeCommand
968
- */
969
- export declare const de_RespondToAuthChallengeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondToAuthChallengeCommandOutput>;
970
- /**
971
- * deserializeAws_json1_1RevokeTokenCommand
972
- */
973
- export declare const de_RevokeTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeTokenCommandOutput>;
974
- /**
975
- * deserializeAws_json1_1SetLogDeliveryConfigurationCommand
976
- */
977
- export declare const de_SetLogDeliveryConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetLogDeliveryConfigurationCommandOutput>;
978
- /**
979
- * deserializeAws_json1_1SetRiskConfigurationCommand
980
- */
981
- export declare const de_SetRiskConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRiskConfigurationCommandOutput>;
982
- /**
983
- * deserializeAws_json1_1SetUICustomizationCommand
984
- */
985
- export declare const de_SetUICustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUICustomizationCommandOutput>;
986
- /**
987
- * deserializeAws_json1_1SetUserMFAPreferenceCommand
988
- */
989
- export declare const de_SetUserMFAPreferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUserMFAPreferenceCommandOutput>;
990
- /**
991
- * deserializeAws_json1_1SetUserPoolMfaConfigCommand
992
- */
993
- export declare const de_SetUserPoolMfaConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUserPoolMfaConfigCommandOutput>;
994
- /**
995
- * deserializeAws_json1_1SetUserSettingsCommand
996
- */
997
- export declare const de_SetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUserSettingsCommandOutput>;
998
- /**
999
- * deserializeAws_json1_1SignUpCommand
1000
- */
1001
- export declare const de_SignUpCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignUpCommandOutput>;
1002
- /**
1003
- * deserializeAws_json1_1StartUserImportJobCommand
1004
- */
1005
- export declare const de_StartUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartUserImportJobCommandOutput>;
1006
- /**
1007
- * deserializeAws_json1_1StartWebAuthnRegistrationCommand
1008
- */
1009
- export declare const de_StartWebAuthnRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWebAuthnRegistrationCommandOutput>;
1010
- /**
1011
- * deserializeAws_json1_1StopUserImportJobCommand
1012
- */
1013
- export declare const de_StopUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopUserImportJobCommandOutput>;
1014
- /**
1015
- * deserializeAws_json1_1TagResourceCommand
1016
- */
1017
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
1018
- /**
1019
- * deserializeAws_json1_1UntagResourceCommand
1020
- */
1021
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
1022
- /**
1023
- * deserializeAws_json1_1UpdateAuthEventFeedbackCommand
1024
- */
1025
- export declare const de_UpdateAuthEventFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAuthEventFeedbackCommandOutput>;
1026
- /**
1027
- * deserializeAws_json1_1UpdateDeviceStatusCommand
1028
- */
1029
- export declare const de_UpdateDeviceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceStatusCommandOutput>;
1030
- /**
1031
- * deserializeAws_json1_1UpdateGroupCommand
1032
- */
1033
- export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
1034
- /**
1035
- * deserializeAws_json1_1UpdateIdentityProviderCommand
1036
- */
1037
- export declare const de_UpdateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityProviderCommandOutput>;
1038
- /**
1039
- * deserializeAws_json1_1UpdateManagedLoginBrandingCommand
1040
- */
1041
- export declare const de_UpdateManagedLoginBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateManagedLoginBrandingCommandOutput>;
1042
- /**
1043
- * deserializeAws_json1_1UpdateResourceServerCommand
1044
- */
1045
- export declare const de_UpdateResourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceServerCommandOutput>;
1046
- /**
1047
- * deserializeAws_json1_1UpdateTermsCommand
1048
- */
1049
- export declare const de_UpdateTermsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTermsCommandOutput>;
1050
- /**
1051
- * deserializeAws_json1_1UpdateUserAttributesCommand
1052
- */
1053
- export declare const de_UpdateUserAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserAttributesCommandOutput>;
1054
- /**
1055
- * deserializeAws_json1_1UpdateUserPoolCommand
1056
- */
1057
- export declare const de_UpdateUserPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPoolCommandOutput>;
1058
- /**
1059
- * deserializeAws_json1_1UpdateUserPoolClientCommand
1060
- */
1061
- export declare const de_UpdateUserPoolClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPoolClientCommandOutput>;
1062
- /**
1063
- * deserializeAws_json1_1UpdateUserPoolDomainCommand
1064
- */
1065
- export declare const de_UpdateUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPoolDomainCommandOutput>;
1066
- /**
1067
- * deserializeAws_json1_1VerifySoftwareTokenCommand
1068
- */
1069
- export declare const de_VerifySoftwareTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySoftwareTokenCommandOutput>;
1070
- /**
1071
- * deserializeAws_json1_1VerifyUserAttributeCommand
1072
- */
1073
- export declare const de_VerifyUserAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyUserAttributeCommandOutput>;