@aws-sdk/client-cognito-identity-provider 3.693.0 → 3.699.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.
- package/README.md +80 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +20 -0
- package/dist-cjs/index.js +983 -71
- package/dist-es/CognitoIdentityProvider.js +20 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +20 -0
- package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +23 -0
- package/dist-es/commands/ConfirmSignUpCommand.js +2 -2
- package/dist-es/commands/CreateManagedLoginBrandingCommand.js +23 -0
- package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +23 -0
- package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +23 -0
- package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/GetUserAuthFactorsCommand.js +23 -0
- package/dist-es/commands/GlobalSignOutCommand.js +1 -1
- package/dist-es/commands/InitiateAuthCommand.js +1 -1
- package/dist-es/commands/ListDevicesCommand.js +1 -1
- package/dist-es/commands/ListUserPoolClientsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/ListUsersInGroupCommand.js +1 -1
- package/dist-es/commands/ListWebAuthnCredentialsCommand.js +23 -0
- package/dist-es/commands/ResendConfirmationCodeCommand.js +1 -1
- package/dist-es/commands/RespondToAuthChallengeCommand.js +1 -2
- package/dist-es/commands/SignUpCommand.js +2 -2
- package/dist-es/commands/StartWebAuthnRegistrationCommand.js +23 -0
- package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +184 -50
- package/dist-es/models/models_1.js +82 -1
- package/dist-es/protocols/Aws_json1_1.js +433 -2
- package/dist-types/CognitoIdentityProvider.d.ts +71 -0
- package/dist-types/CognitoIdentityProviderClient.d.ts +12 -2
- package/dist-types/commands/AdminCreateUserCommand.d.ts +9 -4
- package/dist-types/commands/AdminGetUserCommand.d.ts +2 -1
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +5 -4
- package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +2 -2
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -4
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
- package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +119 -0
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +5 -2
- package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +162 -0
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserPoolCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +8 -1
- package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +113 -0
- package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +90 -0
- package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +108 -0
- package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +108 -0
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +6 -0
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -0
- package/dist-types/commands/ForgotPasswordCommand.d.ts +2 -2
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +2 -2
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +120 -0
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +6 -1
- package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/InitiateAuthCommand.d.ts +9 -5
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +100 -0
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +3 -3
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +5 -6
- package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +15 -3
- package/dist-types/commands/SignUpCommand.d.ts +11 -3
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +107 -0
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +150 -0
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +17 -2
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +1609 -1660
- package/dist-types/models/models_1.d.ts +1711 -7
- package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +177 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +248 -185
- package/dist-types/ts3.4/models/models_1.d.ts +262 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -83,11 +83,14 @@ __export(src_exports, {
|
|
|
83
83
|
AdvancedSecurityModeType: () => AdvancedSecurityModeType,
|
|
84
84
|
AliasAttributeType: () => AliasAttributeType,
|
|
85
85
|
AliasExistsException: () => AliasExistsException,
|
|
86
|
+
AssetCategoryType: () => AssetCategoryType,
|
|
87
|
+
AssetExtensionType: () => AssetExtensionType,
|
|
86
88
|
AssociateSoftwareTokenCommand: () => AssociateSoftwareTokenCommand,
|
|
87
89
|
AssociateSoftwareTokenRequestFilterSensitiveLog: () => AssociateSoftwareTokenRequestFilterSensitiveLog,
|
|
88
90
|
AssociateSoftwareTokenResponseFilterSensitiveLog: () => AssociateSoftwareTokenResponseFilterSensitiveLog,
|
|
89
91
|
AttributeDataType: () => AttributeDataType,
|
|
90
92
|
AttributeTypeFilterSensitiveLog: () => AttributeTypeFilterSensitiveLog,
|
|
93
|
+
AuthFactorType: () => AuthFactorType,
|
|
91
94
|
AuthFlowType: () => AuthFlowType,
|
|
92
95
|
AuthenticationResultTypeFilterSensitiveLog: () => AuthenticationResultTypeFilterSensitiveLog,
|
|
93
96
|
ChallengeName: () => ChallengeName,
|
|
@@ -100,6 +103,9 @@ __export(src_exports, {
|
|
|
100
103
|
CognitoIdentityProvider: () => CognitoIdentityProvider,
|
|
101
104
|
CognitoIdentityProviderClient: () => CognitoIdentityProviderClient,
|
|
102
105
|
CognitoIdentityProviderServiceException: () => CognitoIdentityProviderServiceException,
|
|
106
|
+
ColorSchemeModeType: () => ColorSchemeModeType,
|
|
107
|
+
CompleteWebAuthnRegistrationCommand: () => CompleteWebAuthnRegistrationCommand,
|
|
108
|
+
CompleteWebAuthnRegistrationRequestFilterSensitiveLog: () => CompleteWebAuthnRegistrationRequestFilterSensitiveLog,
|
|
103
109
|
CompromisedCredentialsEventActionType: () => CompromisedCredentialsEventActionType,
|
|
104
110
|
ConcurrentModificationException: () => ConcurrentModificationException,
|
|
105
111
|
ConfirmDeviceCommand: () => ConfirmDeviceCommand,
|
|
@@ -108,8 +114,11 @@ __export(src_exports, {
|
|
|
108
114
|
ConfirmForgotPasswordRequestFilterSensitiveLog: () => ConfirmForgotPasswordRequestFilterSensitiveLog,
|
|
109
115
|
ConfirmSignUpCommand: () => ConfirmSignUpCommand,
|
|
110
116
|
ConfirmSignUpRequestFilterSensitiveLog: () => ConfirmSignUpRequestFilterSensitiveLog,
|
|
117
|
+
ConfirmSignUpResponseFilterSensitiveLog: () => ConfirmSignUpResponseFilterSensitiveLog,
|
|
111
118
|
CreateGroupCommand: () => CreateGroupCommand,
|
|
112
119
|
CreateIdentityProviderCommand: () => CreateIdentityProviderCommand,
|
|
120
|
+
CreateManagedLoginBrandingCommand: () => CreateManagedLoginBrandingCommand,
|
|
121
|
+
CreateManagedLoginBrandingRequestFilterSensitiveLog: () => CreateManagedLoginBrandingRequestFilterSensitiveLog,
|
|
113
122
|
CreateResourceServerCommand: () => CreateResourceServerCommand,
|
|
114
123
|
CreateUserImportJobCommand: () => CreateUserImportJobCommand,
|
|
115
124
|
CreateUserPoolClientCommand: () => CreateUserPoolClientCommand,
|
|
@@ -121,6 +130,7 @@ __export(src_exports, {
|
|
|
121
130
|
DefaultEmailOptionType: () => DefaultEmailOptionType,
|
|
122
131
|
DeleteGroupCommand: () => DeleteGroupCommand,
|
|
123
132
|
DeleteIdentityProviderCommand: () => DeleteIdentityProviderCommand,
|
|
133
|
+
DeleteManagedLoginBrandingCommand: () => DeleteManagedLoginBrandingCommand,
|
|
124
134
|
DeleteResourceServerCommand: () => DeleteResourceServerCommand,
|
|
125
135
|
DeleteUserAttributesCommand: () => DeleteUserAttributesCommand,
|
|
126
136
|
DeleteUserAttributesRequestFilterSensitiveLog: () => DeleteUserAttributesRequestFilterSensitiveLog,
|
|
@@ -130,9 +140,14 @@ __export(src_exports, {
|
|
|
130
140
|
DeleteUserPoolCommand: () => DeleteUserPoolCommand,
|
|
131
141
|
DeleteUserPoolDomainCommand: () => DeleteUserPoolDomainCommand,
|
|
132
142
|
DeleteUserRequestFilterSensitiveLog: () => DeleteUserRequestFilterSensitiveLog,
|
|
143
|
+
DeleteWebAuthnCredentialCommand: () => DeleteWebAuthnCredentialCommand,
|
|
144
|
+
DeleteWebAuthnCredentialRequestFilterSensitiveLog: () => DeleteWebAuthnCredentialRequestFilterSensitiveLog,
|
|
133
145
|
DeletionProtectionType: () => DeletionProtectionType,
|
|
134
146
|
DeliveryMediumType: () => DeliveryMediumType,
|
|
135
147
|
DescribeIdentityProviderCommand: () => DescribeIdentityProviderCommand,
|
|
148
|
+
DescribeManagedLoginBrandingByClientCommand: () => DescribeManagedLoginBrandingByClientCommand,
|
|
149
|
+
DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog: () => DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog,
|
|
150
|
+
DescribeManagedLoginBrandingCommand: () => DescribeManagedLoginBrandingCommand,
|
|
136
151
|
DescribeResourceServerCommand: () => DescribeResourceServerCommand,
|
|
137
152
|
DescribeRiskConfigurationCommand: () => DescribeRiskConfigurationCommand,
|
|
138
153
|
DescribeRiskConfigurationRequestFilterSensitiveLog: () => DescribeRiskConfigurationRequestFilterSensitiveLog,
|
|
@@ -155,6 +170,7 @@ __export(src_exports, {
|
|
|
155
170
|
EventType: () => EventType,
|
|
156
171
|
ExpiredCodeException: () => ExpiredCodeException,
|
|
157
172
|
ExplicitAuthFlowsType: () => ExplicitAuthFlowsType,
|
|
173
|
+
FeatureUnavailableInTierException: () => FeatureUnavailableInTierException,
|
|
158
174
|
FeedbackValueType: () => FeedbackValueType,
|
|
159
175
|
ForbiddenException: () => ForbiddenException,
|
|
160
176
|
ForgetDeviceCommand: () => ForgetDeviceCommand,
|
|
@@ -174,6 +190,9 @@ __export(src_exports, {
|
|
|
174
190
|
GetUICustomizationResponseFilterSensitiveLog: () => GetUICustomizationResponseFilterSensitiveLog,
|
|
175
191
|
GetUserAttributeVerificationCodeCommand: () => GetUserAttributeVerificationCodeCommand,
|
|
176
192
|
GetUserAttributeVerificationCodeRequestFilterSensitiveLog: () => GetUserAttributeVerificationCodeRequestFilterSensitiveLog,
|
|
193
|
+
GetUserAuthFactorsCommand: () => GetUserAuthFactorsCommand,
|
|
194
|
+
GetUserAuthFactorsRequestFilterSensitiveLog: () => GetUserAuthFactorsRequestFilterSensitiveLog,
|
|
195
|
+
GetUserAuthFactorsResponseFilterSensitiveLog: () => GetUserAuthFactorsResponseFilterSensitiveLog,
|
|
177
196
|
GetUserCommand: () => GetUserCommand,
|
|
178
197
|
GetUserPoolMfaConfigCommand: () => GetUserPoolMfaConfigCommand,
|
|
179
198
|
GetUserRequestFilterSensitiveLog: () => GetUserRequestFilterSensitiveLog,
|
|
@@ -210,8 +229,11 @@ __export(src_exports, {
|
|
|
210
229
|
ListUsersInGroupCommand: () => ListUsersInGroupCommand,
|
|
211
230
|
ListUsersInGroupResponseFilterSensitiveLog: () => ListUsersInGroupResponseFilterSensitiveLog,
|
|
212
231
|
ListUsersResponseFilterSensitiveLog: () => ListUsersResponseFilterSensitiveLog,
|
|
232
|
+
ListWebAuthnCredentialsCommand: () => ListWebAuthnCredentialsCommand,
|
|
233
|
+
ListWebAuthnCredentialsRequestFilterSensitiveLog: () => ListWebAuthnCredentialsRequestFilterSensitiveLog,
|
|
213
234
|
LogLevel: () => LogLevel,
|
|
214
235
|
MFAMethodNotFoundException: () => MFAMethodNotFoundException,
|
|
236
|
+
ManagedLoginBrandingExistsException: () => ManagedLoginBrandingExistsException,
|
|
215
237
|
MessageActionType: () => MessageActionType,
|
|
216
238
|
NotAuthorizedException: () => NotAuthorizedException,
|
|
217
239
|
OAuthFlowType: () => OAuthFlowType,
|
|
@@ -247,11 +269,15 @@ __export(src_exports, {
|
|
|
247
269
|
SetUserSettingsRequestFilterSensitiveLog: () => SetUserSettingsRequestFilterSensitiveLog,
|
|
248
270
|
SignUpCommand: () => SignUpCommand,
|
|
249
271
|
SignUpRequestFilterSensitiveLog: () => SignUpRequestFilterSensitiveLog,
|
|
272
|
+
SignUpResponseFilterSensitiveLog: () => SignUpResponseFilterSensitiveLog,
|
|
250
273
|
SoftwareTokenMFANotFoundException: () => SoftwareTokenMFANotFoundException,
|
|
251
274
|
StartUserImportJobCommand: () => StartUserImportJobCommand,
|
|
275
|
+
StartWebAuthnRegistrationCommand: () => StartWebAuthnRegistrationCommand,
|
|
276
|
+
StartWebAuthnRegistrationRequestFilterSensitiveLog: () => StartWebAuthnRegistrationRequestFilterSensitiveLog,
|
|
252
277
|
StatusType: () => StatusType,
|
|
253
278
|
StopUserImportJobCommand: () => StopUserImportJobCommand,
|
|
254
279
|
TagResourceCommand: () => TagResourceCommand,
|
|
280
|
+
TierChangeNotAllowedException: () => TierChangeNotAllowedException,
|
|
255
281
|
TimeUnitsType: () => TimeUnitsType,
|
|
256
282
|
TooManyFailedAttemptsException: () => TooManyFailedAttemptsException,
|
|
257
283
|
TooManyRequestsException: () => TooManyRequestsException,
|
|
@@ -269,6 +295,7 @@ __export(src_exports, {
|
|
|
269
295
|
UpdateDeviceStatusRequestFilterSensitiveLog: () => UpdateDeviceStatusRequestFilterSensitiveLog,
|
|
270
296
|
UpdateGroupCommand: () => UpdateGroupCommand,
|
|
271
297
|
UpdateIdentityProviderCommand: () => UpdateIdentityProviderCommand,
|
|
298
|
+
UpdateManagedLoginBrandingCommand: () => UpdateManagedLoginBrandingCommand,
|
|
272
299
|
UpdateResourceServerCommand: () => UpdateResourceServerCommand,
|
|
273
300
|
UpdateUserAttributesCommand: () => UpdateUserAttributesCommand,
|
|
274
301
|
UpdateUserAttributesRequestFilterSensitiveLog: () => UpdateUserAttributesRequestFilterSensitiveLog,
|
|
@@ -288,8 +315,10 @@ __export(src_exports, {
|
|
|
288
315
|
UserPoolClientTypeFilterSensitiveLog: () => UserPoolClientTypeFilterSensitiveLog,
|
|
289
316
|
UserPoolMfaType: () => UserPoolMfaType,
|
|
290
317
|
UserPoolTaggingException: () => UserPoolTaggingException,
|
|
318
|
+
UserPoolTierType: () => UserPoolTierType,
|
|
291
319
|
UserStatusType: () => UserStatusType,
|
|
292
320
|
UserTypeFilterSensitiveLog: () => UserTypeFilterSensitiveLog,
|
|
321
|
+
UserVerificationType: () => UserVerificationType,
|
|
293
322
|
UsernameAttributeType: () => UsernameAttributeType,
|
|
294
323
|
UsernameExistsException: () => UsernameExistsException,
|
|
295
324
|
VerifiedAttributeType: () => VerifiedAttributeType,
|
|
@@ -299,6 +328,13 @@ __export(src_exports, {
|
|
|
299
328
|
VerifySoftwareTokenResponseType: () => VerifySoftwareTokenResponseType,
|
|
300
329
|
VerifyUserAttributeCommand: () => VerifyUserAttributeCommand,
|
|
301
330
|
VerifyUserAttributeRequestFilterSensitiveLog: () => VerifyUserAttributeRequestFilterSensitiveLog,
|
|
331
|
+
WebAuthnChallengeNotFoundException: () => WebAuthnChallengeNotFoundException,
|
|
332
|
+
WebAuthnClientMismatchException: () => WebAuthnClientMismatchException,
|
|
333
|
+
WebAuthnConfigurationMissingException: () => WebAuthnConfigurationMissingException,
|
|
334
|
+
WebAuthnCredentialNotSupportedException: () => WebAuthnCredentialNotSupportedException,
|
|
335
|
+
WebAuthnNotEnabledException: () => WebAuthnNotEnabledException,
|
|
336
|
+
WebAuthnOriginNotAllowedException: () => WebAuthnOriginNotAllowedException,
|
|
337
|
+
WebAuthnRelyingPartyMismatchException: () => WebAuthnRelyingPartyMismatchException,
|
|
302
338
|
__Client: () => import_smithy_client.Client,
|
|
303
339
|
paginateAdminListGroupsForUser: () => paginateAdminListGroupsForUser,
|
|
304
340
|
paginateAdminListUserAuthEvents: () => paginateAdminListUserAuthEvents,
|
|
@@ -525,6 +561,7 @@ var _InvalidParameterException = class _InvalidParameterException extends Cognit
|
|
|
525
561
|
this.name = "InvalidParameterException";
|
|
526
562
|
this.$fault = "client";
|
|
527
563
|
Object.setPrototypeOf(this, _InvalidParameterException.prototype);
|
|
564
|
+
this.reasonCode = opts.reasonCode;
|
|
528
565
|
}
|
|
529
566
|
};
|
|
530
567
|
__name(_InvalidParameterException, "InvalidParameterException");
|
|
@@ -876,6 +913,7 @@ var AuthFlowType = {
|
|
|
876
913
|
CUSTOM_AUTH: "CUSTOM_AUTH",
|
|
877
914
|
REFRESH_TOKEN: "REFRESH_TOKEN",
|
|
878
915
|
REFRESH_TOKEN_AUTH: "REFRESH_TOKEN_AUTH",
|
|
916
|
+
USER_AUTH: "USER_AUTH",
|
|
879
917
|
USER_PASSWORD_AUTH: "USER_PASSWORD_AUTH",
|
|
880
918
|
USER_SRP_AUTH: "USER_SRP_AUTH"
|
|
881
919
|
};
|
|
@@ -887,10 +925,15 @@ var ChallengeNameType = {
|
|
|
887
925
|
EMAIL_OTP: "EMAIL_OTP",
|
|
888
926
|
MFA_SETUP: "MFA_SETUP",
|
|
889
927
|
NEW_PASSWORD_REQUIRED: "NEW_PASSWORD_REQUIRED",
|
|
928
|
+
PASSWORD: "PASSWORD",
|
|
929
|
+
PASSWORD_SRP: "PASSWORD_SRP",
|
|
890
930
|
PASSWORD_VERIFIER: "PASSWORD_VERIFIER",
|
|
931
|
+
SELECT_CHALLENGE: "SELECT_CHALLENGE",
|
|
891
932
|
SELECT_MFA_TYPE: "SELECT_MFA_TYPE",
|
|
892
933
|
SMS_MFA: "SMS_MFA",
|
|
893
|
-
|
|
934
|
+
SMS_OTP: "SMS_OTP",
|
|
935
|
+
SOFTWARE_TOKEN_MFA: "SOFTWARE_TOKEN_MFA",
|
|
936
|
+
WEB_AUTHN: "WEB_AUTHN"
|
|
894
937
|
};
|
|
895
938
|
var _InvalidEmailRoleAccessPolicyException = class _InvalidEmailRoleAccessPolicyException extends CognitoIdentityProviderServiceException {
|
|
896
939
|
/**
|
|
@@ -1097,6 +1140,41 @@ var AliasAttributeType = {
|
|
|
1097
1140
|
PHONE_NUMBER: "phone_number",
|
|
1098
1141
|
PREFERRED_USERNAME: "preferred_username"
|
|
1099
1142
|
};
|
|
1143
|
+
var AuthFactorType = {
|
|
1144
|
+
EMAIL_OTP: "EMAIL_OTP",
|
|
1145
|
+
PASSWORD: "PASSWORD",
|
|
1146
|
+
SMS_OTP: "SMS_OTP",
|
|
1147
|
+
WEB_AUTHN: "WEB_AUTHN"
|
|
1148
|
+
};
|
|
1149
|
+
var AssetCategoryType = {
|
|
1150
|
+
AUTH_APP_GRAPHIC: "AUTH_APP_GRAPHIC",
|
|
1151
|
+
EMAIL_GRAPHIC: "EMAIL_GRAPHIC",
|
|
1152
|
+
FAVICON_ICO: "FAVICON_ICO",
|
|
1153
|
+
FAVICON_SVG: "FAVICON_SVG",
|
|
1154
|
+
FORM_BACKGROUND: "FORM_BACKGROUND",
|
|
1155
|
+
FORM_LOGO: "FORM_LOGO",
|
|
1156
|
+
IDP_BUTTON_ICON: "IDP_BUTTON_ICON",
|
|
1157
|
+
PAGE_BACKGROUND: "PAGE_BACKGROUND",
|
|
1158
|
+
PAGE_FOOTER_BACKGROUND: "PAGE_FOOTER_BACKGROUND",
|
|
1159
|
+
PAGE_FOOTER_LOGO: "PAGE_FOOTER_LOGO",
|
|
1160
|
+
PAGE_HEADER_BACKGROUND: "PAGE_HEADER_BACKGROUND",
|
|
1161
|
+
PAGE_HEADER_LOGO: "PAGE_HEADER_LOGO",
|
|
1162
|
+
PASSKEY_GRAPHIC: "PASSKEY_GRAPHIC",
|
|
1163
|
+
PASSWORD_GRAPHIC: "PASSWORD_GRAPHIC",
|
|
1164
|
+
SMS_GRAPHIC: "SMS_GRAPHIC"
|
|
1165
|
+
};
|
|
1166
|
+
var AssetExtensionType = {
|
|
1167
|
+
ICO: "ICO",
|
|
1168
|
+
JPEG: "JPEG",
|
|
1169
|
+
PNG: "PNG",
|
|
1170
|
+
SVG: "SVG",
|
|
1171
|
+
WEBP: "WEBP"
|
|
1172
|
+
};
|
|
1173
|
+
var ColorSchemeModeType = {
|
|
1174
|
+
DARK: "DARK",
|
|
1175
|
+
DYNAMIC: "DYNAMIC",
|
|
1176
|
+
LIGHT: "LIGHT"
|
|
1177
|
+
};
|
|
1100
1178
|
var _ConcurrentModificationException = class _ConcurrentModificationException extends CognitoIdentityProviderServiceException {
|
|
1101
1179
|
/**
|
|
1102
1180
|
* @internal
|
|
@@ -1135,6 +1213,108 @@ var VerifiedAttributeType = {
|
|
|
1135
1213
|
EMAIL: "email",
|
|
1136
1214
|
PHONE_NUMBER: "phone_number"
|
|
1137
1215
|
};
|
|
1216
|
+
var _WebAuthnChallengeNotFoundException = class _WebAuthnChallengeNotFoundException extends CognitoIdentityProviderServiceException {
|
|
1217
|
+
/**
|
|
1218
|
+
* @internal
|
|
1219
|
+
*/
|
|
1220
|
+
constructor(opts) {
|
|
1221
|
+
super({
|
|
1222
|
+
name: "WebAuthnChallengeNotFoundException",
|
|
1223
|
+
$fault: "client",
|
|
1224
|
+
...opts
|
|
1225
|
+
});
|
|
1226
|
+
this.name = "WebAuthnChallengeNotFoundException";
|
|
1227
|
+
this.$fault = "client";
|
|
1228
|
+
Object.setPrototypeOf(this, _WebAuthnChallengeNotFoundException.prototype);
|
|
1229
|
+
}
|
|
1230
|
+
};
|
|
1231
|
+
__name(_WebAuthnChallengeNotFoundException, "WebAuthnChallengeNotFoundException");
|
|
1232
|
+
var WebAuthnChallengeNotFoundException = _WebAuthnChallengeNotFoundException;
|
|
1233
|
+
var _WebAuthnClientMismatchException = class _WebAuthnClientMismatchException extends CognitoIdentityProviderServiceException {
|
|
1234
|
+
/**
|
|
1235
|
+
* @internal
|
|
1236
|
+
*/
|
|
1237
|
+
constructor(opts) {
|
|
1238
|
+
super({
|
|
1239
|
+
name: "WebAuthnClientMismatchException",
|
|
1240
|
+
$fault: "client",
|
|
1241
|
+
...opts
|
|
1242
|
+
});
|
|
1243
|
+
this.name = "WebAuthnClientMismatchException";
|
|
1244
|
+
this.$fault = "client";
|
|
1245
|
+
Object.setPrototypeOf(this, _WebAuthnClientMismatchException.prototype);
|
|
1246
|
+
}
|
|
1247
|
+
};
|
|
1248
|
+
__name(_WebAuthnClientMismatchException, "WebAuthnClientMismatchException");
|
|
1249
|
+
var WebAuthnClientMismatchException = _WebAuthnClientMismatchException;
|
|
1250
|
+
var _WebAuthnCredentialNotSupportedException = class _WebAuthnCredentialNotSupportedException extends CognitoIdentityProviderServiceException {
|
|
1251
|
+
/**
|
|
1252
|
+
* @internal
|
|
1253
|
+
*/
|
|
1254
|
+
constructor(opts) {
|
|
1255
|
+
super({
|
|
1256
|
+
name: "WebAuthnCredentialNotSupportedException",
|
|
1257
|
+
$fault: "client",
|
|
1258
|
+
...opts
|
|
1259
|
+
});
|
|
1260
|
+
this.name = "WebAuthnCredentialNotSupportedException";
|
|
1261
|
+
this.$fault = "client";
|
|
1262
|
+
Object.setPrototypeOf(this, _WebAuthnCredentialNotSupportedException.prototype);
|
|
1263
|
+
}
|
|
1264
|
+
};
|
|
1265
|
+
__name(_WebAuthnCredentialNotSupportedException, "WebAuthnCredentialNotSupportedException");
|
|
1266
|
+
var WebAuthnCredentialNotSupportedException = _WebAuthnCredentialNotSupportedException;
|
|
1267
|
+
var _WebAuthnNotEnabledException = class _WebAuthnNotEnabledException extends CognitoIdentityProviderServiceException {
|
|
1268
|
+
/**
|
|
1269
|
+
* @internal
|
|
1270
|
+
*/
|
|
1271
|
+
constructor(opts) {
|
|
1272
|
+
super({
|
|
1273
|
+
name: "WebAuthnNotEnabledException",
|
|
1274
|
+
$fault: "client",
|
|
1275
|
+
...opts
|
|
1276
|
+
});
|
|
1277
|
+
this.name = "WebAuthnNotEnabledException";
|
|
1278
|
+
this.$fault = "client";
|
|
1279
|
+
Object.setPrototypeOf(this, _WebAuthnNotEnabledException.prototype);
|
|
1280
|
+
}
|
|
1281
|
+
};
|
|
1282
|
+
__name(_WebAuthnNotEnabledException, "WebAuthnNotEnabledException");
|
|
1283
|
+
var WebAuthnNotEnabledException = _WebAuthnNotEnabledException;
|
|
1284
|
+
var _WebAuthnOriginNotAllowedException = class _WebAuthnOriginNotAllowedException extends CognitoIdentityProviderServiceException {
|
|
1285
|
+
/**
|
|
1286
|
+
* @internal
|
|
1287
|
+
*/
|
|
1288
|
+
constructor(opts) {
|
|
1289
|
+
super({
|
|
1290
|
+
name: "WebAuthnOriginNotAllowedException",
|
|
1291
|
+
$fault: "client",
|
|
1292
|
+
...opts
|
|
1293
|
+
});
|
|
1294
|
+
this.name = "WebAuthnOriginNotAllowedException";
|
|
1295
|
+
this.$fault = "client";
|
|
1296
|
+
Object.setPrototypeOf(this, _WebAuthnOriginNotAllowedException.prototype);
|
|
1297
|
+
}
|
|
1298
|
+
};
|
|
1299
|
+
__name(_WebAuthnOriginNotAllowedException, "WebAuthnOriginNotAllowedException");
|
|
1300
|
+
var WebAuthnOriginNotAllowedException = _WebAuthnOriginNotAllowedException;
|
|
1301
|
+
var _WebAuthnRelyingPartyMismatchException = class _WebAuthnRelyingPartyMismatchException extends CognitoIdentityProviderServiceException {
|
|
1302
|
+
/**
|
|
1303
|
+
* @internal
|
|
1304
|
+
*/
|
|
1305
|
+
constructor(opts) {
|
|
1306
|
+
super({
|
|
1307
|
+
name: "WebAuthnRelyingPartyMismatchException",
|
|
1308
|
+
$fault: "client",
|
|
1309
|
+
...opts
|
|
1310
|
+
});
|
|
1311
|
+
this.name = "WebAuthnRelyingPartyMismatchException";
|
|
1312
|
+
this.$fault = "client";
|
|
1313
|
+
Object.setPrototypeOf(this, _WebAuthnRelyingPartyMismatchException.prototype);
|
|
1314
|
+
}
|
|
1315
|
+
};
|
|
1316
|
+
__name(_WebAuthnRelyingPartyMismatchException, "WebAuthnRelyingPartyMismatchException");
|
|
1317
|
+
var WebAuthnRelyingPartyMismatchException = _WebAuthnRelyingPartyMismatchException;
|
|
1138
1318
|
var _GroupExistsException = class _GroupExistsException extends CognitoIdentityProviderServiceException {
|
|
1139
1319
|
/**
|
|
1140
1320
|
* @internal
|
|
@@ -1177,6 +1357,23 @@ var _DuplicateProviderException = class _DuplicateProviderException extends Cogn
|
|
|
1177
1357
|
};
|
|
1178
1358
|
__name(_DuplicateProviderException, "DuplicateProviderException");
|
|
1179
1359
|
var DuplicateProviderException = _DuplicateProviderException;
|
|
1360
|
+
var _ManagedLoginBrandingExistsException = class _ManagedLoginBrandingExistsException extends CognitoIdentityProviderServiceException {
|
|
1361
|
+
/**
|
|
1362
|
+
* @internal
|
|
1363
|
+
*/
|
|
1364
|
+
constructor(opts) {
|
|
1365
|
+
super({
|
|
1366
|
+
name: "ManagedLoginBrandingExistsException",
|
|
1367
|
+
$fault: "client",
|
|
1368
|
+
...opts
|
|
1369
|
+
});
|
|
1370
|
+
this.name = "ManagedLoginBrandingExistsException";
|
|
1371
|
+
this.$fault = "client";
|
|
1372
|
+
Object.setPrototypeOf(this, _ManagedLoginBrandingExistsException.prototype);
|
|
1373
|
+
}
|
|
1374
|
+
};
|
|
1375
|
+
__name(_ManagedLoginBrandingExistsException, "ManagedLoginBrandingExistsException");
|
|
1376
|
+
var ManagedLoginBrandingExistsException = _ManagedLoginBrandingExistsException;
|
|
1180
1377
|
var UserImportJobStatusType = {
|
|
1181
1378
|
Created: "Created",
|
|
1182
1379
|
Expired: "Expired",
|
|
@@ -1214,6 +1411,11 @@ var UsernameAttributeType = {
|
|
|
1214
1411
|
EMAIL: "email",
|
|
1215
1412
|
PHONE_NUMBER: "phone_number"
|
|
1216
1413
|
};
|
|
1414
|
+
var UserPoolTierType = {
|
|
1415
|
+
ESSENTIALS: "ESSENTIALS",
|
|
1416
|
+
LITE: "LITE",
|
|
1417
|
+
PLUS: "PLUS"
|
|
1418
|
+
};
|
|
1217
1419
|
var DefaultEmailOptionType = {
|
|
1218
1420
|
CONFIRM_WITH_CODE: "CONFIRM_WITH_CODE",
|
|
1219
1421
|
CONFIRM_WITH_LINK: "CONFIRM_WITH_LINK"
|
|
@@ -1222,6 +1424,40 @@ var StatusType = {
|
|
|
1222
1424
|
Disabled: "Disabled",
|
|
1223
1425
|
Enabled: "Enabled"
|
|
1224
1426
|
};
|
|
1427
|
+
var _FeatureUnavailableInTierException = class _FeatureUnavailableInTierException extends CognitoIdentityProviderServiceException {
|
|
1428
|
+
/**
|
|
1429
|
+
* @internal
|
|
1430
|
+
*/
|
|
1431
|
+
constructor(opts) {
|
|
1432
|
+
super({
|
|
1433
|
+
name: "FeatureUnavailableInTierException",
|
|
1434
|
+
$fault: "client",
|
|
1435
|
+
...opts
|
|
1436
|
+
});
|
|
1437
|
+
this.name = "FeatureUnavailableInTierException";
|
|
1438
|
+
this.$fault = "client";
|
|
1439
|
+
Object.setPrototypeOf(this, _FeatureUnavailableInTierException.prototype);
|
|
1440
|
+
}
|
|
1441
|
+
};
|
|
1442
|
+
__name(_FeatureUnavailableInTierException, "FeatureUnavailableInTierException");
|
|
1443
|
+
var FeatureUnavailableInTierException = _FeatureUnavailableInTierException;
|
|
1444
|
+
var _TierChangeNotAllowedException = class _TierChangeNotAllowedException extends CognitoIdentityProviderServiceException {
|
|
1445
|
+
/**
|
|
1446
|
+
* @internal
|
|
1447
|
+
*/
|
|
1448
|
+
constructor(opts) {
|
|
1449
|
+
super({
|
|
1450
|
+
name: "TierChangeNotAllowedException",
|
|
1451
|
+
$fault: "client",
|
|
1452
|
+
...opts
|
|
1453
|
+
});
|
|
1454
|
+
this.name = "TierChangeNotAllowedException";
|
|
1455
|
+
this.$fault = "client";
|
|
1456
|
+
Object.setPrototypeOf(this, _TierChangeNotAllowedException.prototype);
|
|
1457
|
+
}
|
|
1458
|
+
};
|
|
1459
|
+
__name(_TierChangeNotAllowedException, "TierChangeNotAllowedException");
|
|
1460
|
+
var TierChangeNotAllowedException = _TierChangeNotAllowedException;
|
|
1225
1461
|
var _UserPoolTaggingException = class _UserPoolTaggingException extends CognitoIdentityProviderServiceException {
|
|
1226
1462
|
/**
|
|
1227
1463
|
* @internal
|
|
@@ -1249,6 +1485,7 @@ var ExplicitAuthFlowsType = {
|
|
|
1249
1485
|
ALLOW_ADMIN_USER_PASSWORD_AUTH: "ALLOW_ADMIN_USER_PASSWORD_AUTH",
|
|
1250
1486
|
ALLOW_CUSTOM_AUTH: "ALLOW_CUSTOM_AUTH",
|
|
1251
1487
|
ALLOW_REFRESH_TOKEN_AUTH: "ALLOW_REFRESH_TOKEN_AUTH",
|
|
1488
|
+
ALLOW_USER_AUTH: "ALLOW_USER_AUTH",
|
|
1252
1489
|
ALLOW_USER_PASSWORD_AUTH: "ALLOW_USER_PASSWORD_AUTH",
|
|
1253
1490
|
ALLOW_USER_SRP_AUTH: "ALLOW_USER_SRP_AUTH",
|
|
1254
1491
|
CUSTOM_AUTH_FLOW_ONLY: "CUSTOM_AUTH_FLOW_ONLY",
|
|
@@ -1339,6 +1576,10 @@ var LogLevel = {
|
|
|
1339
1576
|
ERROR: "ERROR",
|
|
1340
1577
|
INFO: "INFO"
|
|
1341
1578
|
};
|
|
1579
|
+
var UserVerificationType = {
|
|
1580
|
+
PREFERRED: "preferred",
|
|
1581
|
+
REQUIRED: "required"
|
|
1582
|
+
};
|
|
1342
1583
|
var AdminAddUserToGroupRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1343
1584
|
...obj,
|
|
1344
1585
|
...obj.Username && { Username: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1419,7 +1660,8 @@ var AdminGetUserResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1419
1660
|
var AdminInitiateAuthRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1420
1661
|
...obj,
|
|
1421
1662
|
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
1422
|
-
...obj.AuthParameters && { AuthParameters: import_smithy_client.SENSITIVE_STRING }
|
|
1663
|
+
...obj.AuthParameters && { AuthParameters: import_smithy_client.SENSITIVE_STRING },
|
|
1664
|
+
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING }
|
|
1423
1665
|
}), "AdminInitiateAuthRequestFilterSensitiveLog");
|
|
1424
1666
|
var AuthenticationResultTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1425
1667
|
...obj,
|
|
@@ -1518,6 +1760,10 @@ var ChangePasswordRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1518
1760
|
...obj.ProposedPassword && { ProposedPassword: import_smithy_client.SENSITIVE_STRING },
|
|
1519
1761
|
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
1520
1762
|
}), "ChangePasswordRequestFilterSensitiveLog");
|
|
1763
|
+
var CompleteWebAuthnRegistrationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1764
|
+
...obj,
|
|
1765
|
+
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
1766
|
+
}), "CompleteWebAuthnRegistrationRequestFilterSensitiveLog");
|
|
1521
1767
|
var ConfirmDeviceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1522
1768
|
...obj,
|
|
1523
1769
|
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1538,8 +1784,17 @@ var ConfirmSignUpRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1538
1784
|
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
1539
1785
|
...obj.SecretHash && { SecretHash: import_smithy_client.SENSITIVE_STRING },
|
|
1540
1786
|
...obj.Username && { Username: import_smithy_client.SENSITIVE_STRING },
|
|
1541
|
-
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING }
|
|
1787
|
+
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING },
|
|
1788
|
+
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING }
|
|
1542
1789
|
}), "ConfirmSignUpRequestFilterSensitiveLog");
|
|
1790
|
+
var ConfirmSignUpResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1791
|
+
...obj,
|
|
1792
|
+
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING }
|
|
1793
|
+
}), "ConfirmSignUpResponseFilterSensitiveLog");
|
|
1794
|
+
var CreateManagedLoginBrandingRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1795
|
+
...obj,
|
|
1796
|
+
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING }
|
|
1797
|
+
}), "CreateManagedLoginBrandingRequestFilterSensitiveLog");
|
|
1543
1798
|
var UserPoolClientTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1544
1799
|
...obj,
|
|
1545
1800
|
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1561,6 +1816,14 @@ var DeleteUserPoolClientRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
1561
1816
|
...obj,
|
|
1562
1817
|
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING }
|
|
1563
1818
|
}), "DeleteUserPoolClientRequestFilterSensitiveLog");
|
|
1819
|
+
var DeleteWebAuthnCredentialRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1820
|
+
...obj,
|
|
1821
|
+
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
1822
|
+
}), "DeleteWebAuthnCredentialRequestFilterSensitiveLog");
|
|
1823
|
+
var DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1824
|
+
...obj,
|
|
1825
|
+
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING }
|
|
1826
|
+
}), "DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog");
|
|
1564
1827
|
var DescribeRiskConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1565
1828
|
...obj,
|
|
1566
1829
|
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1627,62 +1890,14 @@ var GetUserAttributeVerificationCodeRequestFilterSensitiveLog = /* @__PURE__ */
|
|
|
1627
1890
|
...obj,
|
|
1628
1891
|
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
1629
1892
|
}), "GetUserAttributeVerificationCodeRequestFilterSensitiveLog");
|
|
1630
|
-
var
|
|
1893
|
+
var GetUserAuthFactorsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1631
1894
|
...obj,
|
|
1632
1895
|
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
1633
|
-
}), "
|
|
1634
|
-
var
|
|
1896
|
+
}), "GetUserAuthFactorsRequestFilterSensitiveLog");
|
|
1897
|
+
var GetUserAuthFactorsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1635
1898
|
...obj,
|
|
1636
|
-
...obj.AuthParameters && { AuthParameters: import_smithy_client.SENSITIVE_STRING },
|
|
1637
|
-
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
1638
|
-
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING }
|
|
1639
|
-
}), "InitiateAuthRequestFilterSensitiveLog");
|
|
1640
|
-
var InitiateAuthResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1641
|
-
...obj,
|
|
1642
|
-
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING },
|
|
1643
|
-
...obj.AuthenticationResult && {
|
|
1644
|
-
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult)
|
|
1645
|
-
}
|
|
1646
|
-
}), "InitiateAuthResponseFilterSensitiveLog");
|
|
1647
|
-
var ListDevicesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1648
|
-
...obj,
|
|
1649
|
-
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
1650
|
-
}), "ListDevicesRequestFilterSensitiveLog");
|
|
1651
|
-
var ListDevicesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1652
|
-
...obj
|
|
1653
|
-
}), "ListDevicesResponseFilterSensitiveLog");
|
|
1654
|
-
var UserPoolClientDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1655
|
-
...obj,
|
|
1656
|
-
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING }
|
|
1657
|
-
}), "UserPoolClientDescriptionFilterSensitiveLog");
|
|
1658
|
-
var ListUserPoolClientsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1659
|
-
...obj,
|
|
1660
|
-
...obj.UserPoolClients && {
|
|
1661
|
-
UserPoolClients: obj.UserPoolClients.map((item) => UserPoolClientDescriptionFilterSensitiveLog(item))
|
|
1662
|
-
}
|
|
1663
|
-
}), "ListUserPoolClientsResponseFilterSensitiveLog");
|
|
1664
|
-
var ListUsersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1665
|
-
...obj,
|
|
1666
|
-
...obj.Users && { Users: obj.Users.map((item) => UserTypeFilterSensitiveLog(item)) }
|
|
1667
|
-
}), "ListUsersResponseFilterSensitiveLog");
|
|
1668
|
-
var ListUsersInGroupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1669
|
-
...obj,
|
|
1670
|
-
...obj.Users && { Users: obj.Users.map((item) => UserTypeFilterSensitiveLog(item)) }
|
|
1671
|
-
}), "ListUsersInGroupResponseFilterSensitiveLog");
|
|
1672
|
-
var ResendConfirmationCodeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1673
|
-
...obj,
|
|
1674
|
-
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
1675
|
-
...obj.SecretHash && { SecretHash: import_smithy_client.SENSITIVE_STRING },
|
|
1676
|
-
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING },
|
|
1677
1899
|
...obj.Username && { Username: import_smithy_client.SENSITIVE_STRING }
|
|
1678
|
-
}), "
|
|
1679
|
-
var RespondToAuthChallengeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1680
|
-
...obj,
|
|
1681
|
-
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
1682
|
-
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING },
|
|
1683
|
-
...obj.ChallengeResponses && { ChallengeResponses: import_smithy_client.SENSITIVE_STRING },
|
|
1684
|
-
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING }
|
|
1685
|
-
}), "RespondToAuthChallengeRequestFilterSensitiveLog");
|
|
1900
|
+
}), "GetUserAuthFactorsResponseFilterSensitiveLog");
|
|
1686
1901
|
|
|
1687
1902
|
// src/models/models_1.ts
|
|
1688
1903
|
|
|
@@ -1737,6 +1952,23 @@ var _UnsupportedTokenTypeException = class _UnsupportedTokenTypeException extend
|
|
|
1737
1952
|
};
|
|
1738
1953
|
__name(_UnsupportedTokenTypeException, "UnsupportedTokenTypeException");
|
|
1739
1954
|
var UnsupportedTokenTypeException = _UnsupportedTokenTypeException;
|
|
1955
|
+
var _WebAuthnConfigurationMissingException = class _WebAuthnConfigurationMissingException extends CognitoIdentityProviderServiceException {
|
|
1956
|
+
/**
|
|
1957
|
+
* @internal
|
|
1958
|
+
*/
|
|
1959
|
+
constructor(opts) {
|
|
1960
|
+
super({
|
|
1961
|
+
name: "WebAuthnConfigurationMissingException",
|
|
1962
|
+
$fault: "client",
|
|
1963
|
+
...opts
|
|
1964
|
+
});
|
|
1965
|
+
this.name = "WebAuthnConfigurationMissingException";
|
|
1966
|
+
this.$fault = "client";
|
|
1967
|
+
Object.setPrototypeOf(this, _WebAuthnConfigurationMissingException.prototype);
|
|
1968
|
+
}
|
|
1969
|
+
};
|
|
1970
|
+
__name(_WebAuthnConfigurationMissingException, "WebAuthnConfigurationMissingException");
|
|
1971
|
+
var WebAuthnConfigurationMissingException = _WebAuthnConfigurationMissingException;
|
|
1740
1972
|
var _EnableSoftwareTokenMFAException = class _EnableSoftwareTokenMFAException extends CognitoIdentityProviderServiceException {
|
|
1741
1973
|
/**
|
|
1742
1974
|
* @internal
|
|
@@ -1758,6 +1990,67 @@ var VerifySoftwareTokenResponseType = {
|
|
|
1758
1990
|
ERROR: "ERROR",
|
|
1759
1991
|
SUCCESS: "SUCCESS"
|
|
1760
1992
|
};
|
|
1993
|
+
var GlobalSignOutRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1994
|
+
...obj,
|
|
1995
|
+
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
1996
|
+
}), "GlobalSignOutRequestFilterSensitiveLog");
|
|
1997
|
+
var InitiateAuthRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1998
|
+
...obj,
|
|
1999
|
+
...obj.AuthParameters && { AuthParameters: import_smithy_client.SENSITIVE_STRING },
|
|
2000
|
+
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
2001
|
+
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING },
|
|
2002
|
+
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING }
|
|
2003
|
+
}), "InitiateAuthRequestFilterSensitiveLog");
|
|
2004
|
+
var InitiateAuthResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2005
|
+
...obj,
|
|
2006
|
+
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING },
|
|
2007
|
+
...obj.AuthenticationResult && {
|
|
2008
|
+
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult)
|
|
2009
|
+
}
|
|
2010
|
+
}), "InitiateAuthResponseFilterSensitiveLog");
|
|
2011
|
+
var ListDevicesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2012
|
+
...obj,
|
|
2013
|
+
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
2014
|
+
}), "ListDevicesRequestFilterSensitiveLog");
|
|
2015
|
+
var ListDevicesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2016
|
+
...obj
|
|
2017
|
+
}), "ListDevicesResponseFilterSensitiveLog");
|
|
2018
|
+
var UserPoolClientDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2019
|
+
...obj,
|
|
2020
|
+
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING }
|
|
2021
|
+
}), "UserPoolClientDescriptionFilterSensitiveLog");
|
|
2022
|
+
var ListUserPoolClientsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2023
|
+
...obj,
|
|
2024
|
+
...obj.UserPoolClients && {
|
|
2025
|
+
UserPoolClients: obj.UserPoolClients.map((item) => UserPoolClientDescriptionFilterSensitiveLog(item))
|
|
2026
|
+
}
|
|
2027
|
+
}), "ListUserPoolClientsResponseFilterSensitiveLog");
|
|
2028
|
+
var ListUsersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2029
|
+
...obj,
|
|
2030
|
+
...obj.Users && { Users: obj.Users.map((item) => UserTypeFilterSensitiveLog(item)) }
|
|
2031
|
+
}), "ListUsersResponseFilterSensitiveLog");
|
|
2032
|
+
var ListUsersInGroupResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2033
|
+
...obj,
|
|
2034
|
+
...obj.Users && { Users: obj.Users.map((item) => UserTypeFilterSensitiveLog(item)) }
|
|
2035
|
+
}), "ListUsersInGroupResponseFilterSensitiveLog");
|
|
2036
|
+
var ListWebAuthnCredentialsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2037
|
+
...obj,
|
|
2038
|
+
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
2039
|
+
}), "ListWebAuthnCredentialsRequestFilterSensitiveLog");
|
|
2040
|
+
var ResendConfirmationCodeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2041
|
+
...obj,
|
|
2042
|
+
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
2043
|
+
...obj.SecretHash && { SecretHash: import_smithy_client.SENSITIVE_STRING },
|
|
2044
|
+
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING },
|
|
2045
|
+
...obj.Username && { Username: import_smithy_client.SENSITIVE_STRING }
|
|
2046
|
+
}), "ResendConfirmationCodeRequestFilterSensitiveLog");
|
|
2047
|
+
var RespondToAuthChallengeRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2048
|
+
...obj,
|
|
2049
|
+
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
2050
|
+
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING },
|
|
2051
|
+
...obj.ChallengeResponses && { ChallengeResponses: import_smithy_client.SENSITIVE_STRING },
|
|
2052
|
+
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING }
|
|
2053
|
+
}), "RespondToAuthChallengeRequestFilterSensitiveLog");
|
|
1761
2054
|
var RespondToAuthChallengeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1762
2055
|
...obj,
|
|
1763
2056
|
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1809,6 +2102,14 @@ var SignUpRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1809
2102
|
},
|
|
1810
2103
|
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING }
|
|
1811
2104
|
}), "SignUpRequestFilterSensitiveLog");
|
|
2105
|
+
var SignUpResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2106
|
+
...obj,
|
|
2107
|
+
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING }
|
|
2108
|
+
}), "SignUpResponseFilterSensitiveLog");
|
|
2109
|
+
var StartWebAuthnRegistrationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2110
|
+
...obj,
|
|
2111
|
+
...obj.AccessToken && { AccessToken: import_smithy_client.SENSITIVE_STRING }
|
|
2112
|
+
}), "StartWebAuthnRegistrationRequestFilterSensitiveLog");
|
|
1812
2113
|
var UpdateAuthEventFeedbackRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1813
2114
|
...obj,
|
|
1814
2115
|
...obj.Username && { Username: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2023,6 +2324,12 @@ var se_ChangePasswordCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2023
2324
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2024
2325
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2025
2326
|
}, "se_ChangePasswordCommand");
|
|
2327
|
+
var se_CompleteWebAuthnRegistrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2328
|
+
const headers = sharedHeaders("CompleteWebAuthnRegistration");
|
|
2329
|
+
let body;
|
|
2330
|
+
body = JSON.stringify(se_CompleteWebAuthnRegistrationRequest(input, context));
|
|
2331
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2332
|
+
}, "se_CompleteWebAuthnRegistrationCommand");
|
|
2026
2333
|
var se_ConfirmDeviceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2027
2334
|
const headers = sharedHeaders("ConfirmDevice");
|
|
2028
2335
|
let body;
|
|
@@ -2053,6 +2360,12 @@ var se_CreateIdentityProviderCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2053
2360
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2054
2361
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2055
2362
|
}, "se_CreateIdentityProviderCommand");
|
|
2363
|
+
var se_CreateManagedLoginBrandingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2364
|
+
const headers = sharedHeaders("CreateManagedLoginBranding");
|
|
2365
|
+
let body;
|
|
2366
|
+
body = JSON.stringify(se_CreateManagedLoginBrandingRequest(input, context));
|
|
2367
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2368
|
+
}, "se_CreateManagedLoginBrandingCommand");
|
|
2056
2369
|
var se_CreateResourceServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2057
2370
|
const headers = sharedHeaders("CreateResourceServer");
|
|
2058
2371
|
let body;
|
|
@@ -2095,6 +2408,12 @@ var se_DeleteIdentityProviderCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2095
2408
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2096
2409
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2097
2410
|
}, "se_DeleteIdentityProviderCommand");
|
|
2411
|
+
var se_DeleteManagedLoginBrandingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2412
|
+
const headers = sharedHeaders("DeleteManagedLoginBranding");
|
|
2413
|
+
let body;
|
|
2414
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2415
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2416
|
+
}, "se_DeleteManagedLoginBrandingCommand");
|
|
2098
2417
|
var se_DeleteResourceServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2099
2418
|
const headers = sharedHeaders("DeleteResourceServer");
|
|
2100
2419
|
let body;
|
|
@@ -2131,12 +2450,30 @@ var se_DeleteUserPoolDomainCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
2131
2450
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2132
2451
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2133
2452
|
}, "se_DeleteUserPoolDomainCommand");
|
|
2453
|
+
var se_DeleteWebAuthnCredentialCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2454
|
+
const headers = sharedHeaders("DeleteWebAuthnCredential");
|
|
2455
|
+
let body;
|
|
2456
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2457
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2458
|
+
}, "se_DeleteWebAuthnCredentialCommand");
|
|
2134
2459
|
var se_DescribeIdentityProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2135
2460
|
const headers = sharedHeaders("DescribeIdentityProvider");
|
|
2136
2461
|
let body;
|
|
2137
2462
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2138
2463
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2139
2464
|
}, "se_DescribeIdentityProviderCommand");
|
|
2465
|
+
var se_DescribeManagedLoginBrandingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2466
|
+
const headers = sharedHeaders("DescribeManagedLoginBranding");
|
|
2467
|
+
let body;
|
|
2468
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2469
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2470
|
+
}, "se_DescribeManagedLoginBrandingCommand");
|
|
2471
|
+
var se_DescribeManagedLoginBrandingByClientCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2472
|
+
const headers = sharedHeaders("DescribeManagedLoginBrandingByClient");
|
|
2473
|
+
let body;
|
|
2474
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2475
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2476
|
+
}, "se_DescribeManagedLoginBrandingByClientCommand");
|
|
2140
2477
|
var se_DescribeResourceServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2141
2478
|
const headers = sharedHeaders("DescribeResourceServer");
|
|
2142
2479
|
let body;
|
|
@@ -2239,6 +2576,12 @@ var se_GetUserAttributeVerificationCodeCommand = /* @__PURE__ */ __name(async (i
|
|
|
2239
2576
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2240
2577
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2241
2578
|
}, "se_GetUserAttributeVerificationCodeCommand");
|
|
2579
|
+
var se_GetUserAuthFactorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2580
|
+
const headers = sharedHeaders("GetUserAuthFactors");
|
|
2581
|
+
let body;
|
|
2582
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2583
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2584
|
+
}, "se_GetUserAuthFactorsCommand");
|
|
2242
2585
|
var se_GetUserPoolMfaConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2243
2586
|
const headers = sharedHeaders("GetUserPoolMfaConfig");
|
|
2244
2587
|
let body;
|
|
@@ -2317,6 +2660,12 @@ var se_ListUsersInGroupCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2317
2660
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2318
2661
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2319
2662
|
}, "se_ListUsersInGroupCommand");
|
|
2663
|
+
var se_ListWebAuthnCredentialsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2664
|
+
const headers = sharedHeaders("ListWebAuthnCredentials");
|
|
2665
|
+
let body;
|
|
2666
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2667
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2668
|
+
}, "se_ListWebAuthnCredentialsCommand");
|
|
2320
2669
|
var se_ResendConfirmationCodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2321
2670
|
const headers = sharedHeaders("ResendConfirmationCode");
|
|
2322
2671
|
let body;
|
|
@@ -2383,6 +2732,12 @@ var se_StartUserImportJobCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2383
2732
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2384
2733
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2385
2734
|
}, "se_StartUserImportJobCommand");
|
|
2735
|
+
var se_StartWebAuthnRegistrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2736
|
+
const headers = sharedHeaders("StartWebAuthnRegistration");
|
|
2737
|
+
let body;
|
|
2738
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2739
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2740
|
+
}, "se_StartWebAuthnRegistrationCommand");
|
|
2386
2741
|
var se_StopUserImportJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2387
2742
|
const headers = sharedHeaders("StopUserImportJob");
|
|
2388
2743
|
let body;
|
|
@@ -2425,6 +2780,12 @@ var se_UpdateIdentityProviderCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2425
2780
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
2426
2781
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2427
2782
|
}, "se_UpdateIdentityProviderCommand");
|
|
2783
|
+
var se_UpdateManagedLoginBrandingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2784
|
+
const headers = sharedHeaders("UpdateManagedLoginBranding");
|
|
2785
|
+
let body;
|
|
2786
|
+
body = JSON.stringify(se_UpdateManagedLoginBrandingRequest(input, context));
|
|
2787
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
2788
|
+
}, "se_UpdateManagedLoginBrandingCommand");
|
|
2428
2789
|
var se_UpdateResourceServerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2429
2790
|
const headers = sharedHeaders("UpdateResourceServer");
|
|
2430
2791
|
let body;
|
|
@@ -2832,6 +3193,19 @@ var de_ChangePasswordCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2832
3193
|
};
|
|
2833
3194
|
return response;
|
|
2834
3195
|
}, "de_ChangePasswordCommand");
|
|
3196
|
+
var de_CompleteWebAuthnRegistrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3197
|
+
if (output.statusCode >= 300) {
|
|
3198
|
+
return de_CommandError(output, context);
|
|
3199
|
+
}
|
|
3200
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3201
|
+
let contents = {};
|
|
3202
|
+
contents = (0, import_smithy_client._json)(data);
|
|
3203
|
+
const response = {
|
|
3204
|
+
$metadata: deserializeMetadata(output),
|
|
3205
|
+
...contents
|
|
3206
|
+
};
|
|
3207
|
+
return response;
|
|
3208
|
+
}, "de_CompleteWebAuthnRegistrationCommand");
|
|
2835
3209
|
var de_ConfirmDeviceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2836
3210
|
if (output.statusCode >= 300) {
|
|
2837
3211
|
return de_CommandError(output, context);
|
|
@@ -2897,6 +3271,19 @@ var de_CreateIdentityProviderCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2897
3271
|
};
|
|
2898
3272
|
return response;
|
|
2899
3273
|
}, "de_CreateIdentityProviderCommand");
|
|
3274
|
+
var de_CreateManagedLoginBrandingCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3275
|
+
if (output.statusCode >= 300) {
|
|
3276
|
+
return de_CommandError(output, context);
|
|
3277
|
+
}
|
|
3278
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3279
|
+
let contents = {};
|
|
3280
|
+
contents = de_CreateManagedLoginBrandingResponse(data, context);
|
|
3281
|
+
const response = {
|
|
3282
|
+
$metadata: deserializeMetadata(output),
|
|
3283
|
+
...contents
|
|
3284
|
+
};
|
|
3285
|
+
return response;
|
|
3286
|
+
}, "de_CreateManagedLoginBrandingCommand");
|
|
2900
3287
|
var de_CreateResourceServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2901
3288
|
if (output.statusCode >= 300) {
|
|
2902
3289
|
return de_CommandError(output, context);
|
|
@@ -2982,6 +3369,16 @@ var de_DeleteIdentityProviderCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2982
3369
|
};
|
|
2983
3370
|
return response;
|
|
2984
3371
|
}, "de_DeleteIdentityProviderCommand");
|
|
3372
|
+
var de_DeleteManagedLoginBrandingCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3373
|
+
if (output.statusCode >= 300) {
|
|
3374
|
+
return de_CommandError(output, context);
|
|
3375
|
+
}
|
|
3376
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3377
|
+
const response = {
|
|
3378
|
+
$metadata: deserializeMetadata(output)
|
|
3379
|
+
};
|
|
3380
|
+
return response;
|
|
3381
|
+
}, "de_DeleteManagedLoginBrandingCommand");
|
|
2985
3382
|
var de_DeleteResourceServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2986
3383
|
if (output.statusCode >= 300) {
|
|
2987
3384
|
return de_CommandError(output, context);
|
|
@@ -3029,38 +3426,77 @@ var de_DeleteUserPoolClientCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3029
3426
|
if (output.statusCode >= 300) {
|
|
3030
3427
|
return de_CommandError(output, context);
|
|
3031
3428
|
}
|
|
3032
|
-
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3429
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3430
|
+
const response = {
|
|
3431
|
+
$metadata: deserializeMetadata(output)
|
|
3432
|
+
};
|
|
3433
|
+
return response;
|
|
3434
|
+
}, "de_DeleteUserPoolClientCommand");
|
|
3435
|
+
var de_DeleteUserPoolDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3436
|
+
if (output.statusCode >= 300) {
|
|
3437
|
+
return de_CommandError(output, context);
|
|
3438
|
+
}
|
|
3439
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3440
|
+
let contents = {};
|
|
3441
|
+
contents = (0, import_smithy_client._json)(data);
|
|
3442
|
+
const response = {
|
|
3443
|
+
$metadata: deserializeMetadata(output),
|
|
3444
|
+
...contents
|
|
3445
|
+
};
|
|
3446
|
+
return response;
|
|
3447
|
+
}, "de_DeleteUserPoolDomainCommand");
|
|
3448
|
+
var de_DeleteWebAuthnCredentialCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3449
|
+
if (output.statusCode >= 300) {
|
|
3450
|
+
return de_CommandError(output, context);
|
|
3451
|
+
}
|
|
3452
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3453
|
+
let contents = {};
|
|
3454
|
+
contents = (0, import_smithy_client._json)(data);
|
|
3455
|
+
const response = {
|
|
3456
|
+
$metadata: deserializeMetadata(output),
|
|
3457
|
+
...contents
|
|
3458
|
+
};
|
|
3459
|
+
return response;
|
|
3460
|
+
}, "de_DeleteWebAuthnCredentialCommand");
|
|
3461
|
+
var de_DescribeIdentityProviderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3462
|
+
if (output.statusCode >= 300) {
|
|
3463
|
+
return de_CommandError(output, context);
|
|
3464
|
+
}
|
|
3465
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3466
|
+
let contents = {};
|
|
3467
|
+
contents = de_DescribeIdentityProviderResponse(data, context);
|
|
3033
3468
|
const response = {
|
|
3034
|
-
$metadata: deserializeMetadata(output)
|
|
3469
|
+
$metadata: deserializeMetadata(output),
|
|
3470
|
+
...contents
|
|
3035
3471
|
};
|
|
3036
3472
|
return response;
|
|
3037
|
-
}, "
|
|
3038
|
-
var
|
|
3473
|
+
}, "de_DescribeIdentityProviderCommand");
|
|
3474
|
+
var de_DescribeManagedLoginBrandingCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3039
3475
|
if (output.statusCode >= 300) {
|
|
3040
3476
|
return de_CommandError(output, context);
|
|
3041
3477
|
}
|
|
3042
3478
|
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3043
3479
|
let contents = {};
|
|
3044
|
-
contents = (
|
|
3480
|
+
contents = de_DescribeManagedLoginBrandingResponse(data, context);
|
|
3045
3481
|
const response = {
|
|
3046
3482
|
$metadata: deserializeMetadata(output),
|
|
3047
3483
|
...contents
|
|
3048
3484
|
};
|
|
3049
3485
|
return response;
|
|
3050
|
-
}, "
|
|
3051
|
-
var
|
|
3486
|
+
}, "de_DescribeManagedLoginBrandingCommand");
|
|
3487
|
+
var de_DescribeManagedLoginBrandingByClientCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3052
3488
|
if (output.statusCode >= 300) {
|
|
3053
3489
|
return de_CommandError(output, context);
|
|
3054
3490
|
}
|
|
3055
3491
|
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3056
3492
|
let contents = {};
|
|
3057
|
-
contents =
|
|
3493
|
+
contents = de_DescribeManagedLoginBrandingByClientResponse(data, context);
|
|
3058
3494
|
const response = {
|
|
3059
3495
|
$metadata: deserializeMetadata(output),
|
|
3060
3496
|
...contents
|
|
3061
3497
|
};
|
|
3062
3498
|
return response;
|
|
3063
|
-
}, "
|
|
3499
|
+
}, "de_DescribeManagedLoginBrandingByClientCommand");
|
|
3064
3500
|
var de_DescribeResourceServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3065
3501
|
if (output.statusCode >= 300) {
|
|
3066
3502
|
return de_CommandError(output, context);
|
|
@@ -3279,6 +3715,19 @@ var de_GetUserAttributeVerificationCodeCommand = /* @__PURE__ */ __name(async (o
|
|
|
3279
3715
|
};
|
|
3280
3716
|
return response;
|
|
3281
3717
|
}, "de_GetUserAttributeVerificationCodeCommand");
|
|
3718
|
+
var de_GetUserAuthFactorsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3719
|
+
if (output.statusCode >= 300) {
|
|
3720
|
+
return de_CommandError(output, context);
|
|
3721
|
+
}
|
|
3722
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3723
|
+
let contents = {};
|
|
3724
|
+
contents = (0, import_smithy_client._json)(data);
|
|
3725
|
+
const response = {
|
|
3726
|
+
$metadata: deserializeMetadata(output),
|
|
3727
|
+
...contents
|
|
3728
|
+
};
|
|
3729
|
+
return response;
|
|
3730
|
+
}, "de_GetUserAuthFactorsCommand");
|
|
3282
3731
|
var de_GetUserPoolMfaConfigCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3283
3732
|
if (output.statusCode >= 300) {
|
|
3284
3733
|
return de_CommandError(output, context);
|
|
@@ -3448,6 +3897,19 @@ var de_ListUsersInGroupCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3448
3897
|
};
|
|
3449
3898
|
return response;
|
|
3450
3899
|
}, "de_ListUsersInGroupCommand");
|
|
3900
|
+
var de_ListWebAuthnCredentialsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3901
|
+
if (output.statusCode >= 300) {
|
|
3902
|
+
return de_CommandError(output, context);
|
|
3903
|
+
}
|
|
3904
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3905
|
+
let contents = {};
|
|
3906
|
+
contents = de_ListWebAuthnCredentialsResponse(data, context);
|
|
3907
|
+
const response = {
|
|
3908
|
+
$metadata: deserializeMetadata(output),
|
|
3909
|
+
...contents
|
|
3910
|
+
};
|
|
3911
|
+
return response;
|
|
3912
|
+
}, "de_ListWebAuthnCredentialsCommand");
|
|
3451
3913
|
var de_ResendConfirmationCodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3452
3914
|
if (output.statusCode >= 300) {
|
|
3453
3915
|
return de_CommandError(output, context);
|
|
@@ -3591,6 +4053,19 @@ var de_StartUserImportJobCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3591
4053
|
};
|
|
3592
4054
|
return response;
|
|
3593
4055
|
}, "de_StartUserImportJobCommand");
|
|
4056
|
+
var de_StartWebAuthnRegistrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4057
|
+
if (output.statusCode >= 300) {
|
|
4058
|
+
return de_CommandError(output, context);
|
|
4059
|
+
}
|
|
4060
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
4061
|
+
let contents = {};
|
|
4062
|
+
contents = de_StartWebAuthnRegistrationResponse(data, context);
|
|
4063
|
+
const response = {
|
|
4064
|
+
$metadata: deserializeMetadata(output),
|
|
4065
|
+
...contents
|
|
4066
|
+
};
|
|
4067
|
+
return response;
|
|
4068
|
+
}, "de_StartWebAuthnRegistrationCommand");
|
|
3594
4069
|
var de_StopUserImportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3595
4070
|
if (output.statusCode >= 300) {
|
|
3596
4071
|
return de_CommandError(output, context);
|
|
@@ -3682,6 +4157,19 @@ var de_UpdateIdentityProviderCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
3682
4157
|
};
|
|
3683
4158
|
return response;
|
|
3684
4159
|
}, "de_UpdateIdentityProviderCommand");
|
|
4160
|
+
var de_UpdateManagedLoginBrandingCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4161
|
+
if (output.statusCode >= 300) {
|
|
4162
|
+
return de_CommandError(output, context);
|
|
4163
|
+
}
|
|
4164
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
4165
|
+
let contents = {};
|
|
4166
|
+
contents = de_UpdateManagedLoginBrandingResponse(data, context);
|
|
4167
|
+
const response = {
|
|
4168
|
+
$metadata: deserializeMetadata(output),
|
|
4169
|
+
...contents
|
|
4170
|
+
};
|
|
4171
|
+
return response;
|
|
4172
|
+
}, "de_UpdateManagedLoginBrandingCommand");
|
|
3685
4173
|
var de_UpdateResourceServerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3686
4174
|
if (output.statusCode >= 300) {
|
|
3687
4175
|
return de_CommandError(output, context);
|
|
@@ -3876,12 +4364,39 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3876
4364
|
case "ForbiddenException":
|
|
3877
4365
|
case "com.amazonaws.cognitoidentityprovider#ForbiddenException":
|
|
3878
4366
|
throw await de_ForbiddenExceptionRes(parsedOutput, context);
|
|
4367
|
+
case "WebAuthnChallengeNotFoundException":
|
|
4368
|
+
case "com.amazonaws.cognitoidentityprovider#WebAuthnChallengeNotFoundException":
|
|
4369
|
+
throw await de_WebAuthnChallengeNotFoundExceptionRes(parsedOutput, context);
|
|
4370
|
+
case "WebAuthnClientMismatchException":
|
|
4371
|
+
case "com.amazonaws.cognitoidentityprovider#WebAuthnClientMismatchException":
|
|
4372
|
+
throw await de_WebAuthnClientMismatchExceptionRes(parsedOutput, context);
|
|
4373
|
+
case "WebAuthnCredentialNotSupportedException":
|
|
4374
|
+
case "com.amazonaws.cognitoidentityprovider#WebAuthnCredentialNotSupportedException":
|
|
4375
|
+
throw await de_WebAuthnCredentialNotSupportedExceptionRes(parsedOutput, context);
|
|
4376
|
+
case "WebAuthnNotEnabledException":
|
|
4377
|
+
case "com.amazonaws.cognitoidentityprovider#WebAuthnNotEnabledException":
|
|
4378
|
+
throw await de_WebAuthnNotEnabledExceptionRes(parsedOutput, context);
|
|
4379
|
+
case "WebAuthnOriginNotAllowedException":
|
|
4380
|
+
case "com.amazonaws.cognitoidentityprovider#WebAuthnOriginNotAllowedException":
|
|
4381
|
+
throw await de_WebAuthnOriginNotAllowedExceptionRes(parsedOutput, context);
|
|
4382
|
+
case "WebAuthnRelyingPartyMismatchException":
|
|
4383
|
+
case "com.amazonaws.cognitoidentityprovider#WebAuthnRelyingPartyMismatchException":
|
|
4384
|
+
throw await de_WebAuthnRelyingPartyMismatchExceptionRes(parsedOutput, context);
|
|
3879
4385
|
case "GroupExistsException":
|
|
3880
4386
|
case "com.amazonaws.cognitoidentityprovider#GroupExistsException":
|
|
3881
4387
|
throw await de_GroupExistsExceptionRes(parsedOutput, context);
|
|
3882
4388
|
case "DuplicateProviderException":
|
|
3883
4389
|
case "com.amazonaws.cognitoidentityprovider#DuplicateProviderException":
|
|
3884
4390
|
throw await de_DuplicateProviderExceptionRes(parsedOutput, context);
|
|
4391
|
+
case "ManagedLoginBrandingExistsException":
|
|
4392
|
+
case "com.amazonaws.cognitoidentityprovider#ManagedLoginBrandingExistsException":
|
|
4393
|
+
throw await de_ManagedLoginBrandingExistsExceptionRes(parsedOutput, context);
|
|
4394
|
+
case "FeatureUnavailableInTierException":
|
|
4395
|
+
case "com.amazonaws.cognitoidentityprovider#FeatureUnavailableInTierException":
|
|
4396
|
+
throw await de_FeatureUnavailableInTierExceptionRes(parsedOutput, context);
|
|
4397
|
+
case "TierChangeNotAllowedException":
|
|
4398
|
+
case "com.amazonaws.cognitoidentityprovider#TierChangeNotAllowedException":
|
|
4399
|
+
throw await de_TierChangeNotAllowedExceptionRes(parsedOutput, context);
|
|
3885
4400
|
case "UserPoolTaggingException":
|
|
3886
4401
|
case "com.amazonaws.cognitoidentityprovider#UserPoolTaggingException":
|
|
3887
4402
|
throw await de_UserPoolTaggingExceptionRes(parsedOutput, context);
|
|
@@ -3903,6 +4418,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3903
4418
|
case "UnsupportedTokenTypeException":
|
|
3904
4419
|
case "com.amazonaws.cognitoidentityprovider#UnsupportedTokenTypeException":
|
|
3905
4420
|
throw await de_UnsupportedTokenTypeExceptionRes(parsedOutput, context);
|
|
4421
|
+
case "WebAuthnConfigurationMissingException":
|
|
4422
|
+
case "com.amazonaws.cognitoidentityprovider#WebAuthnConfigurationMissingException":
|
|
4423
|
+
throw await de_WebAuthnConfigurationMissingExceptionRes(parsedOutput, context);
|
|
3906
4424
|
case "EnableSoftwareTokenMFAException":
|
|
3907
4425
|
case "com.amazonaws.cognitoidentityprovider#EnableSoftwareTokenMFAException":
|
|
3908
4426
|
throw await de_EnableSoftwareTokenMFAExceptionRes(parsedOutput, context);
|
|
@@ -3978,6 +4496,15 @@ var de_ExpiredCodeExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, con
|
|
|
3978
4496
|
});
|
|
3979
4497
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3980
4498
|
}, "de_ExpiredCodeExceptionRes");
|
|
4499
|
+
var de_FeatureUnavailableInTierExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4500
|
+
const body = parsedOutput.body;
|
|
4501
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4502
|
+
const exception = new FeatureUnavailableInTierException({
|
|
4503
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4504
|
+
...deserialized
|
|
4505
|
+
});
|
|
4506
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4507
|
+
}, "de_FeatureUnavailableInTierExceptionRes");
|
|
3981
4508
|
var de_ForbiddenExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3982
4509
|
const body = parsedOutput.body;
|
|
3983
4510
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -4086,6 +4613,15 @@ var de_LimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, c
|
|
|
4086
4613
|
});
|
|
4087
4614
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4088
4615
|
}, "de_LimitExceededExceptionRes");
|
|
4616
|
+
var de_ManagedLoginBrandingExistsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4617
|
+
const body = parsedOutput.body;
|
|
4618
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4619
|
+
const exception = new ManagedLoginBrandingExistsException({
|
|
4620
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4621
|
+
...deserialized
|
|
4622
|
+
});
|
|
4623
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4624
|
+
}, "de_ManagedLoginBrandingExistsExceptionRes");
|
|
4089
4625
|
var de_MFAMethodNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4090
4626
|
const body = parsedOutput.body;
|
|
4091
4627
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -4158,6 +4694,15 @@ var de_SoftwareTokenMFANotFoundExceptionRes = /* @__PURE__ */ __name(async (pars
|
|
|
4158
4694
|
});
|
|
4159
4695
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4160
4696
|
}, "de_SoftwareTokenMFANotFoundExceptionRes");
|
|
4697
|
+
var de_TierChangeNotAllowedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4698
|
+
const body = parsedOutput.body;
|
|
4699
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4700
|
+
const exception = new TierChangeNotAllowedException({
|
|
4701
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4702
|
+
...deserialized
|
|
4703
|
+
});
|
|
4704
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4705
|
+
}, "de_TierChangeNotAllowedExceptionRes");
|
|
4161
4706
|
var de_TooManyFailedAttemptsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4162
4707
|
const body = parsedOutput.body;
|
|
4163
4708
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -4293,6 +4838,101 @@ var de_UserPoolTaggingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
4293
4838
|
});
|
|
4294
4839
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4295
4840
|
}, "de_UserPoolTaggingExceptionRes");
|
|
4841
|
+
var de_WebAuthnChallengeNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4842
|
+
const body = parsedOutput.body;
|
|
4843
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4844
|
+
const exception = new WebAuthnChallengeNotFoundException({
|
|
4845
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4846
|
+
...deserialized
|
|
4847
|
+
});
|
|
4848
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4849
|
+
}, "de_WebAuthnChallengeNotFoundExceptionRes");
|
|
4850
|
+
var de_WebAuthnClientMismatchExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4851
|
+
const body = parsedOutput.body;
|
|
4852
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4853
|
+
const exception = new WebAuthnClientMismatchException({
|
|
4854
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4855
|
+
...deserialized
|
|
4856
|
+
});
|
|
4857
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4858
|
+
}, "de_WebAuthnClientMismatchExceptionRes");
|
|
4859
|
+
var de_WebAuthnConfigurationMissingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4860
|
+
const body = parsedOutput.body;
|
|
4861
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4862
|
+
const exception = new WebAuthnConfigurationMissingException({
|
|
4863
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4864
|
+
...deserialized
|
|
4865
|
+
});
|
|
4866
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4867
|
+
}, "de_WebAuthnConfigurationMissingExceptionRes");
|
|
4868
|
+
var de_WebAuthnCredentialNotSupportedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4869
|
+
const body = parsedOutput.body;
|
|
4870
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4871
|
+
const exception = new WebAuthnCredentialNotSupportedException({
|
|
4872
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4873
|
+
...deserialized
|
|
4874
|
+
});
|
|
4875
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4876
|
+
}, "de_WebAuthnCredentialNotSupportedExceptionRes");
|
|
4877
|
+
var de_WebAuthnNotEnabledExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4878
|
+
const body = parsedOutput.body;
|
|
4879
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4880
|
+
const exception = new WebAuthnNotEnabledException({
|
|
4881
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4882
|
+
...deserialized
|
|
4883
|
+
});
|
|
4884
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4885
|
+
}, "de_WebAuthnNotEnabledExceptionRes");
|
|
4886
|
+
var de_WebAuthnOriginNotAllowedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4887
|
+
const body = parsedOutput.body;
|
|
4888
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4889
|
+
const exception = new WebAuthnOriginNotAllowedException({
|
|
4890
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4891
|
+
...deserialized
|
|
4892
|
+
});
|
|
4893
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4894
|
+
}, "de_WebAuthnOriginNotAllowedExceptionRes");
|
|
4895
|
+
var de_WebAuthnRelyingPartyMismatchExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
4896
|
+
const body = parsedOutput.body;
|
|
4897
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
4898
|
+
const exception = new WebAuthnRelyingPartyMismatchException({
|
|
4899
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4900
|
+
...deserialized
|
|
4901
|
+
});
|
|
4902
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
4903
|
+
}, "de_WebAuthnRelyingPartyMismatchExceptionRes");
|
|
4904
|
+
var se_AssetListType = /* @__PURE__ */ __name((input, context) => {
|
|
4905
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
4906
|
+
return se_AssetType(entry, context);
|
|
4907
|
+
});
|
|
4908
|
+
}, "se_AssetListType");
|
|
4909
|
+
var se_AssetType = /* @__PURE__ */ __name((input, context) => {
|
|
4910
|
+
return (0, import_smithy_client.take)(input, {
|
|
4911
|
+
Bytes: context.base64Encoder,
|
|
4912
|
+
Category: [],
|
|
4913
|
+
ColorMode: [],
|
|
4914
|
+
Extension: [],
|
|
4915
|
+
ResourceId: []
|
|
4916
|
+
});
|
|
4917
|
+
}, "se_AssetType");
|
|
4918
|
+
var se_CompleteWebAuthnRegistrationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4919
|
+
return (0, import_smithy_client.take)(input, {
|
|
4920
|
+
AccessToken: [],
|
|
4921
|
+
Credential: (_) => se_Document(_, context)
|
|
4922
|
+
});
|
|
4923
|
+
}, "se_CompleteWebAuthnRegistrationRequest");
|
|
4924
|
+
var se_CreateManagedLoginBrandingRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4925
|
+
return (0, import_smithy_client.take)(input, {
|
|
4926
|
+
Assets: (_) => se_AssetListType(_, context),
|
|
4927
|
+
ClientId: [],
|
|
4928
|
+
Settings: (_) => se_Document(_, context),
|
|
4929
|
+
UseCognitoProvidedValues: [],
|
|
4930
|
+
UserPoolId: []
|
|
4931
|
+
});
|
|
4932
|
+
}, "se_CreateManagedLoginBrandingRequest");
|
|
4933
|
+
var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
4934
|
+
return input;
|
|
4935
|
+
}, "se_Document");
|
|
4296
4936
|
var se_SetUICustomizationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4297
4937
|
return (0, import_smithy_client.take)(input, {
|
|
4298
4938
|
CSS: [],
|
|
@@ -4301,6 +4941,15 @@ var se_SetUICustomizationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4301
4941
|
UserPoolId: []
|
|
4302
4942
|
});
|
|
4303
4943
|
}, "se_SetUICustomizationRequest");
|
|
4944
|
+
var se_UpdateManagedLoginBrandingRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4945
|
+
return (0, import_smithy_client.take)(input, {
|
|
4946
|
+
Assets: (_) => se_AssetListType(_, context),
|
|
4947
|
+
ManagedLoginBrandingId: [],
|
|
4948
|
+
Settings: (_) => se_Document(_, context),
|
|
4949
|
+
UseCognitoProvidedValues: [],
|
|
4950
|
+
UserPoolId: []
|
|
4951
|
+
});
|
|
4952
|
+
}, "se_UpdateManagedLoginBrandingRequest");
|
|
4304
4953
|
var de_AdminCreateUserResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4305
4954
|
return (0, import_smithy_client.take)(output, {
|
|
4306
4955
|
User: (_) => de_UserType(_, context)
|
|
@@ -4342,6 +4991,21 @@ var de_AdminListUserAuthEventsResponse = /* @__PURE__ */ __name((output, context
|
|
|
4342
4991
|
NextToken: import_smithy_client.expectString
|
|
4343
4992
|
});
|
|
4344
4993
|
}, "de_AdminListUserAuthEventsResponse");
|
|
4994
|
+
var de_AssetListType = /* @__PURE__ */ __name((output, context) => {
|
|
4995
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4996
|
+
return de_AssetType(entry, context);
|
|
4997
|
+
});
|
|
4998
|
+
return retVal;
|
|
4999
|
+
}, "de_AssetListType");
|
|
5000
|
+
var de_AssetType = /* @__PURE__ */ __name((output, context) => {
|
|
5001
|
+
return (0, import_smithy_client.take)(output, {
|
|
5002
|
+
Bytes: context.base64Decoder,
|
|
5003
|
+
Category: import_smithy_client.expectString,
|
|
5004
|
+
ColorMode: import_smithy_client.expectString,
|
|
5005
|
+
Extension: import_smithy_client.expectString,
|
|
5006
|
+
ResourceId: import_smithy_client.expectString
|
|
5007
|
+
});
|
|
5008
|
+
}, "de_AssetType");
|
|
4345
5009
|
var de_AuthEventsType = /* @__PURE__ */ __name((output, context) => {
|
|
4346
5010
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4347
5011
|
return de_AuthEventType(entry, context);
|
|
@@ -4370,6 +5034,11 @@ var de_CreateIdentityProviderResponse = /* @__PURE__ */ __name((output, context)
|
|
|
4370
5034
|
IdentityProvider: (_) => de_IdentityProviderType(_, context)
|
|
4371
5035
|
});
|
|
4372
5036
|
}, "de_CreateIdentityProviderResponse");
|
|
5037
|
+
var de_CreateManagedLoginBrandingResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5038
|
+
return (0, import_smithy_client.take)(output, {
|
|
5039
|
+
ManagedLoginBranding: (_) => de_ManagedLoginBrandingType(_, context)
|
|
5040
|
+
});
|
|
5041
|
+
}, "de_CreateManagedLoginBrandingResponse");
|
|
4373
5042
|
var de_CreateUserImportJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4374
5043
|
return (0, import_smithy_client.take)(output, {
|
|
4375
5044
|
UserImportJob: (_) => de_UserImportJobType(_, context)
|
|
@@ -4390,6 +5059,16 @@ var de_DescribeIdentityProviderResponse = /* @__PURE__ */ __name((output, contex
|
|
|
4390
5059
|
IdentityProvider: (_) => de_IdentityProviderType(_, context)
|
|
4391
5060
|
});
|
|
4392
5061
|
}, "de_DescribeIdentityProviderResponse");
|
|
5062
|
+
var de_DescribeManagedLoginBrandingByClientResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5063
|
+
return (0, import_smithy_client.take)(output, {
|
|
5064
|
+
ManagedLoginBranding: (_) => de_ManagedLoginBrandingType(_, context)
|
|
5065
|
+
});
|
|
5066
|
+
}, "de_DescribeManagedLoginBrandingByClientResponse");
|
|
5067
|
+
var de_DescribeManagedLoginBrandingResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5068
|
+
return (0, import_smithy_client.take)(output, {
|
|
5069
|
+
ManagedLoginBranding: (_) => de_ManagedLoginBrandingType(_, context)
|
|
5070
|
+
});
|
|
5071
|
+
}, "de_DescribeManagedLoginBrandingResponse");
|
|
4393
5072
|
var de_DescribeRiskConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4394
5073
|
return (0, import_smithy_client.take)(output, {
|
|
4395
5074
|
RiskConfiguration: (_) => de_RiskConfigurationType(_, context)
|
|
@@ -4425,6 +5104,9 @@ var de_DeviceType = /* @__PURE__ */ __name((output, context) => {
|
|
|
4425
5104
|
DeviceLastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4426
5105
|
});
|
|
4427
5106
|
}, "de_DeviceType");
|
|
5107
|
+
var de_Document = /* @__PURE__ */ __name((output, context) => {
|
|
5108
|
+
return output;
|
|
5109
|
+
}, "de_Document");
|
|
4428
5110
|
var de_EventFeedbackType = /* @__PURE__ */ __name((output, context) => {
|
|
4429
5111
|
return (0, import_smithy_client.take)(output, {
|
|
4430
5112
|
FeedbackDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -4523,6 +5205,23 @@ var de_ListUsersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4523
5205
|
Users: (_) => de_UsersListType(_, context)
|
|
4524
5206
|
});
|
|
4525
5207
|
}, "de_ListUsersResponse");
|
|
5208
|
+
var de_ListWebAuthnCredentialsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5209
|
+
return (0, import_smithy_client.take)(output, {
|
|
5210
|
+
Credentials: (_) => de_WebAuthnCredentialDescriptionListType(_, context),
|
|
5211
|
+
NextToken: import_smithy_client.expectString
|
|
5212
|
+
});
|
|
5213
|
+
}, "de_ListWebAuthnCredentialsResponse");
|
|
5214
|
+
var de_ManagedLoginBrandingType = /* @__PURE__ */ __name((output, context) => {
|
|
5215
|
+
return (0, import_smithy_client.take)(output, {
|
|
5216
|
+
Assets: (_) => de_AssetListType(_, context),
|
|
5217
|
+
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5218
|
+
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5219
|
+
ManagedLoginBrandingId: import_smithy_client.expectString,
|
|
5220
|
+
Settings: (_) => de_Document(_, context),
|
|
5221
|
+
UseCognitoProvidedValues: import_smithy_client.expectBoolean,
|
|
5222
|
+
UserPoolId: import_smithy_client.expectString
|
|
5223
|
+
});
|
|
5224
|
+
}, "de_ManagedLoginBrandingType");
|
|
4526
5225
|
var de_ProviderDescription = /* @__PURE__ */ __name((output, context) => {
|
|
4527
5226
|
return (0, import_smithy_client.take)(output, {
|
|
4528
5227
|
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -4562,6 +5261,11 @@ var de_StartUserImportJobResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
4562
5261
|
UserImportJob: (_) => de_UserImportJobType(_, context)
|
|
4563
5262
|
});
|
|
4564
5263
|
}, "de_StartUserImportJobResponse");
|
|
5264
|
+
var de_StartWebAuthnRegistrationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5265
|
+
return (0, import_smithy_client.take)(output, {
|
|
5266
|
+
CredentialCreationOptions: (_) => de_Document(_, context)
|
|
5267
|
+
});
|
|
5268
|
+
}, "de_StartWebAuthnRegistrationResponse");
|
|
4565
5269
|
var de_StopUserImportJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4566
5270
|
return (0, import_smithy_client.take)(output, {
|
|
4567
5271
|
UserImportJob: (_) => de_UserImportJobType(_, context)
|
|
@@ -4588,6 +5292,11 @@ var de_UpdateIdentityProviderResponse = /* @__PURE__ */ __name((output, context)
|
|
|
4588
5292
|
IdentityProvider: (_) => de_IdentityProviderType(_, context)
|
|
4589
5293
|
});
|
|
4590
5294
|
}, "de_UpdateIdentityProviderResponse");
|
|
5295
|
+
var de_UpdateManagedLoginBrandingResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5296
|
+
return (0, import_smithy_client.take)(output, {
|
|
5297
|
+
ManagedLoginBranding: (_) => de_ManagedLoginBrandingType(_, context)
|
|
5298
|
+
});
|
|
5299
|
+
}, "de_UpdateManagedLoginBrandingResponse");
|
|
4591
5300
|
var de_UpdateUserPoolClientResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4592
5301
|
return (0, import_smithy_client.take)(output, {
|
|
4593
5302
|
UserPoolClient: (_) => de_UserPoolClientType(_, context)
|
|
@@ -4693,6 +5402,7 @@ var de_UserPoolType = /* @__PURE__ */ __name((output, context) => {
|
|
|
4693
5402
|
UserAttributeUpdateSettings: import_smithy_client._json,
|
|
4694
5403
|
UserPoolAddOns: import_smithy_client._json,
|
|
4695
5404
|
UserPoolTags: import_smithy_client._json,
|
|
5405
|
+
UserPoolTier: import_smithy_client.expectString,
|
|
4696
5406
|
UsernameAttributes: import_smithy_client._json,
|
|
4697
5407
|
UsernameConfiguration: import_smithy_client._json,
|
|
4698
5408
|
VerificationMessageTemplate: import_smithy_client._json
|
|
@@ -4715,6 +5425,22 @@ var de_UserType = /* @__PURE__ */ __name((output, context) => {
|
|
|
4715
5425
|
Username: import_smithy_client.expectString
|
|
4716
5426
|
});
|
|
4717
5427
|
}, "de_UserType");
|
|
5428
|
+
var de_WebAuthnCredentialDescription = /* @__PURE__ */ __name((output, context) => {
|
|
5429
|
+
return (0, import_smithy_client.take)(output, {
|
|
5430
|
+
AuthenticatorAttachment: import_smithy_client.expectString,
|
|
5431
|
+
AuthenticatorTransports: import_smithy_client._json,
|
|
5432
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5433
|
+
CredentialId: import_smithy_client.expectString,
|
|
5434
|
+
FriendlyCredentialName: import_smithy_client.expectString,
|
|
5435
|
+
RelyingPartyId: import_smithy_client.expectString
|
|
5436
|
+
});
|
|
5437
|
+
}, "de_WebAuthnCredentialDescription");
|
|
5438
|
+
var de_WebAuthnCredentialDescriptionListType = /* @__PURE__ */ __name((output, context) => {
|
|
5439
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5440
|
+
return de_WebAuthnCredentialDescription(entry, context);
|
|
5441
|
+
});
|
|
5442
|
+
return retVal;
|
|
5443
|
+
}, "de_WebAuthnCredentialDescriptionListType");
|
|
4718
5444
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
4719
5445
|
httpStatusCode: output.statusCode,
|
|
4720
5446
|
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
@@ -5151,6 +5877,20 @@ var _ChangePasswordCommand = class _ChangePasswordCommand extends import_smithy_
|
|
|
5151
5877
|
__name(_ChangePasswordCommand, "ChangePasswordCommand");
|
|
5152
5878
|
var ChangePasswordCommand = _ChangePasswordCommand;
|
|
5153
5879
|
|
|
5880
|
+
// src/commands/CompleteWebAuthnRegistrationCommand.ts
|
|
5881
|
+
|
|
5882
|
+
|
|
5883
|
+
|
|
5884
|
+
var _CompleteWebAuthnRegistrationCommand = class _CompleteWebAuthnRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5885
|
+
return [
|
|
5886
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5887
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5888
|
+
];
|
|
5889
|
+
}).s("AWSCognitoIdentityProviderService", "CompleteWebAuthnRegistration", {}).n("CognitoIdentityProviderClient", "CompleteWebAuthnRegistrationCommand").f(CompleteWebAuthnRegistrationRequestFilterSensitiveLog, void 0).ser(se_CompleteWebAuthnRegistrationCommand).de(de_CompleteWebAuthnRegistrationCommand).build() {
|
|
5890
|
+
};
|
|
5891
|
+
__name(_CompleteWebAuthnRegistrationCommand, "CompleteWebAuthnRegistrationCommand");
|
|
5892
|
+
var CompleteWebAuthnRegistrationCommand = _CompleteWebAuthnRegistrationCommand;
|
|
5893
|
+
|
|
5154
5894
|
// src/commands/ConfirmDeviceCommand.ts
|
|
5155
5895
|
|
|
5156
5896
|
|
|
@@ -5188,7 +5928,7 @@ var _ConfirmSignUpCommand = class _ConfirmSignUpCommand extends import_smithy_cl
|
|
|
5188
5928
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5189
5929
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5190
5930
|
];
|
|
5191
|
-
}).s("AWSCognitoIdentityProviderService", "ConfirmSignUp", {}).n("CognitoIdentityProviderClient", "ConfirmSignUpCommand").f(ConfirmSignUpRequestFilterSensitiveLog,
|
|
5931
|
+
}).s("AWSCognitoIdentityProviderService", "ConfirmSignUp", {}).n("CognitoIdentityProviderClient", "ConfirmSignUpCommand").f(ConfirmSignUpRequestFilterSensitiveLog, ConfirmSignUpResponseFilterSensitiveLog).ser(se_ConfirmSignUpCommand).de(de_ConfirmSignUpCommand).build() {
|
|
5192
5932
|
};
|
|
5193
5933
|
__name(_ConfirmSignUpCommand, "ConfirmSignUpCommand");
|
|
5194
5934
|
var ConfirmSignUpCommand = _ConfirmSignUpCommand;
|
|
@@ -5221,6 +5961,20 @@ var _CreateIdentityProviderCommand = class _CreateIdentityProviderCommand extend
|
|
|
5221
5961
|
__name(_CreateIdentityProviderCommand, "CreateIdentityProviderCommand");
|
|
5222
5962
|
var CreateIdentityProviderCommand = _CreateIdentityProviderCommand;
|
|
5223
5963
|
|
|
5964
|
+
// src/commands/CreateManagedLoginBrandingCommand.ts
|
|
5965
|
+
|
|
5966
|
+
|
|
5967
|
+
|
|
5968
|
+
var _CreateManagedLoginBrandingCommand = class _CreateManagedLoginBrandingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5969
|
+
return [
|
|
5970
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5971
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5972
|
+
];
|
|
5973
|
+
}).s("AWSCognitoIdentityProviderService", "CreateManagedLoginBranding", {}).n("CognitoIdentityProviderClient", "CreateManagedLoginBrandingCommand").f(CreateManagedLoginBrandingRequestFilterSensitiveLog, void 0).ser(se_CreateManagedLoginBrandingCommand).de(de_CreateManagedLoginBrandingCommand).build() {
|
|
5974
|
+
};
|
|
5975
|
+
__name(_CreateManagedLoginBrandingCommand, "CreateManagedLoginBrandingCommand");
|
|
5976
|
+
var CreateManagedLoginBrandingCommand = _CreateManagedLoginBrandingCommand;
|
|
5977
|
+
|
|
5224
5978
|
// src/commands/CreateResourceServerCommand.ts
|
|
5225
5979
|
|
|
5226
5980
|
|
|
@@ -5319,6 +6073,20 @@ var _DeleteIdentityProviderCommand = class _DeleteIdentityProviderCommand extend
|
|
|
5319
6073
|
__name(_DeleteIdentityProviderCommand, "DeleteIdentityProviderCommand");
|
|
5320
6074
|
var DeleteIdentityProviderCommand = _DeleteIdentityProviderCommand;
|
|
5321
6075
|
|
|
6076
|
+
// src/commands/DeleteManagedLoginBrandingCommand.ts
|
|
6077
|
+
|
|
6078
|
+
|
|
6079
|
+
|
|
6080
|
+
var _DeleteManagedLoginBrandingCommand = class _DeleteManagedLoginBrandingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6081
|
+
return [
|
|
6082
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6083
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6084
|
+
];
|
|
6085
|
+
}).s("AWSCognitoIdentityProviderService", "DeleteManagedLoginBranding", {}).n("CognitoIdentityProviderClient", "DeleteManagedLoginBrandingCommand").f(void 0, void 0).ser(se_DeleteManagedLoginBrandingCommand).de(de_DeleteManagedLoginBrandingCommand).build() {
|
|
6086
|
+
};
|
|
6087
|
+
__name(_DeleteManagedLoginBrandingCommand, "DeleteManagedLoginBrandingCommand");
|
|
6088
|
+
var DeleteManagedLoginBrandingCommand = _DeleteManagedLoginBrandingCommand;
|
|
6089
|
+
|
|
5322
6090
|
// src/commands/DeleteResourceServerCommand.ts
|
|
5323
6091
|
|
|
5324
6092
|
|
|
@@ -5403,6 +6171,20 @@ var _DeleteUserPoolDomainCommand = class _DeleteUserPoolDomainCommand extends im
|
|
|
5403
6171
|
__name(_DeleteUserPoolDomainCommand, "DeleteUserPoolDomainCommand");
|
|
5404
6172
|
var DeleteUserPoolDomainCommand = _DeleteUserPoolDomainCommand;
|
|
5405
6173
|
|
|
6174
|
+
// src/commands/DeleteWebAuthnCredentialCommand.ts
|
|
6175
|
+
|
|
6176
|
+
|
|
6177
|
+
|
|
6178
|
+
var _DeleteWebAuthnCredentialCommand = class _DeleteWebAuthnCredentialCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6179
|
+
return [
|
|
6180
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6181
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6182
|
+
];
|
|
6183
|
+
}).s("AWSCognitoIdentityProviderService", "DeleteWebAuthnCredential", {}).n("CognitoIdentityProviderClient", "DeleteWebAuthnCredentialCommand").f(DeleteWebAuthnCredentialRequestFilterSensitiveLog, void 0).ser(se_DeleteWebAuthnCredentialCommand).de(de_DeleteWebAuthnCredentialCommand).build() {
|
|
6184
|
+
};
|
|
6185
|
+
__name(_DeleteWebAuthnCredentialCommand, "DeleteWebAuthnCredentialCommand");
|
|
6186
|
+
var DeleteWebAuthnCredentialCommand = _DeleteWebAuthnCredentialCommand;
|
|
6187
|
+
|
|
5406
6188
|
// src/commands/DescribeIdentityProviderCommand.ts
|
|
5407
6189
|
|
|
5408
6190
|
|
|
@@ -5417,6 +6199,34 @@ var _DescribeIdentityProviderCommand = class _DescribeIdentityProviderCommand ex
|
|
|
5417
6199
|
__name(_DescribeIdentityProviderCommand, "DescribeIdentityProviderCommand");
|
|
5418
6200
|
var DescribeIdentityProviderCommand = _DescribeIdentityProviderCommand;
|
|
5419
6201
|
|
|
6202
|
+
// src/commands/DescribeManagedLoginBrandingByClientCommand.ts
|
|
6203
|
+
|
|
6204
|
+
|
|
6205
|
+
|
|
6206
|
+
var _DescribeManagedLoginBrandingByClientCommand = class _DescribeManagedLoginBrandingByClientCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6207
|
+
return [
|
|
6208
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6209
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6210
|
+
];
|
|
6211
|
+
}).s("AWSCognitoIdentityProviderService", "DescribeManagedLoginBrandingByClient", {}).n("CognitoIdentityProviderClient", "DescribeManagedLoginBrandingByClientCommand").f(DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog, void 0).ser(se_DescribeManagedLoginBrandingByClientCommand).de(de_DescribeManagedLoginBrandingByClientCommand).build() {
|
|
6212
|
+
};
|
|
6213
|
+
__name(_DescribeManagedLoginBrandingByClientCommand, "DescribeManagedLoginBrandingByClientCommand");
|
|
6214
|
+
var DescribeManagedLoginBrandingByClientCommand = _DescribeManagedLoginBrandingByClientCommand;
|
|
6215
|
+
|
|
6216
|
+
// src/commands/DescribeManagedLoginBrandingCommand.ts
|
|
6217
|
+
|
|
6218
|
+
|
|
6219
|
+
|
|
6220
|
+
var _DescribeManagedLoginBrandingCommand = class _DescribeManagedLoginBrandingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6221
|
+
return [
|
|
6222
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6223
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6224
|
+
];
|
|
6225
|
+
}).s("AWSCognitoIdentityProviderService", "DescribeManagedLoginBranding", {}).n("CognitoIdentityProviderClient", "DescribeManagedLoginBrandingCommand").f(void 0, void 0).ser(se_DescribeManagedLoginBrandingCommand).de(de_DescribeManagedLoginBrandingCommand).build() {
|
|
6226
|
+
};
|
|
6227
|
+
__name(_DescribeManagedLoginBrandingCommand, "DescribeManagedLoginBrandingCommand");
|
|
6228
|
+
var DescribeManagedLoginBrandingCommand = _DescribeManagedLoginBrandingCommand;
|
|
6229
|
+
|
|
5420
6230
|
// src/commands/DescribeResourceServerCommand.ts
|
|
5421
6231
|
|
|
5422
6232
|
|
|
@@ -5641,6 +6451,20 @@ var _GetUserAttributeVerificationCodeCommand = class _GetUserAttributeVerificati
|
|
|
5641
6451
|
__name(_GetUserAttributeVerificationCodeCommand, "GetUserAttributeVerificationCodeCommand");
|
|
5642
6452
|
var GetUserAttributeVerificationCodeCommand = _GetUserAttributeVerificationCodeCommand;
|
|
5643
6453
|
|
|
6454
|
+
// src/commands/GetUserAuthFactorsCommand.ts
|
|
6455
|
+
|
|
6456
|
+
|
|
6457
|
+
|
|
6458
|
+
var _GetUserAuthFactorsCommand = class _GetUserAuthFactorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6459
|
+
return [
|
|
6460
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6461
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6462
|
+
];
|
|
6463
|
+
}).s("AWSCognitoIdentityProviderService", "GetUserAuthFactors", {}).n("CognitoIdentityProviderClient", "GetUserAuthFactorsCommand").f(GetUserAuthFactorsRequestFilterSensitiveLog, GetUserAuthFactorsResponseFilterSensitiveLog).ser(se_GetUserAuthFactorsCommand).de(de_GetUserAuthFactorsCommand).build() {
|
|
6464
|
+
};
|
|
6465
|
+
__name(_GetUserAuthFactorsCommand, "GetUserAuthFactorsCommand");
|
|
6466
|
+
var GetUserAuthFactorsCommand = _GetUserAuthFactorsCommand;
|
|
6467
|
+
|
|
5644
6468
|
// src/commands/GetUserCommand.ts
|
|
5645
6469
|
|
|
5646
6470
|
|
|
@@ -5837,6 +6661,20 @@ var _ListUsersInGroupCommand = class _ListUsersInGroupCommand extends import_smi
|
|
|
5837
6661
|
__name(_ListUsersInGroupCommand, "ListUsersInGroupCommand");
|
|
5838
6662
|
var ListUsersInGroupCommand = _ListUsersInGroupCommand;
|
|
5839
6663
|
|
|
6664
|
+
// src/commands/ListWebAuthnCredentialsCommand.ts
|
|
6665
|
+
|
|
6666
|
+
|
|
6667
|
+
|
|
6668
|
+
var _ListWebAuthnCredentialsCommand = class _ListWebAuthnCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6669
|
+
return [
|
|
6670
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6671
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6672
|
+
];
|
|
6673
|
+
}).s("AWSCognitoIdentityProviderService", "ListWebAuthnCredentials", {}).n("CognitoIdentityProviderClient", "ListWebAuthnCredentialsCommand").f(ListWebAuthnCredentialsRequestFilterSensitiveLog, void 0).ser(se_ListWebAuthnCredentialsCommand).de(de_ListWebAuthnCredentialsCommand).build() {
|
|
6674
|
+
};
|
|
6675
|
+
__name(_ListWebAuthnCredentialsCommand, "ListWebAuthnCredentialsCommand");
|
|
6676
|
+
var ListWebAuthnCredentialsCommand = _ListWebAuthnCredentialsCommand;
|
|
6677
|
+
|
|
5840
6678
|
// src/commands/ResendConfirmationCodeCommand.ts
|
|
5841
6679
|
|
|
5842
6680
|
|
|
@@ -5972,7 +6810,7 @@ var _SignUpCommand = class _SignUpCommand extends import_smithy_client.Command.c
|
|
|
5972
6810
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5973
6811
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5974
6812
|
];
|
|
5975
|
-
}).s("AWSCognitoIdentityProviderService", "SignUp", {}).n("CognitoIdentityProviderClient", "SignUpCommand").f(SignUpRequestFilterSensitiveLog,
|
|
6813
|
+
}).s("AWSCognitoIdentityProviderService", "SignUp", {}).n("CognitoIdentityProviderClient", "SignUpCommand").f(SignUpRequestFilterSensitiveLog, SignUpResponseFilterSensitiveLog).ser(se_SignUpCommand).de(de_SignUpCommand).build() {
|
|
5976
6814
|
};
|
|
5977
6815
|
__name(_SignUpCommand, "SignUpCommand");
|
|
5978
6816
|
var SignUpCommand = _SignUpCommand;
|
|
@@ -5991,6 +6829,20 @@ var _StartUserImportJobCommand = class _StartUserImportJobCommand extends import
|
|
|
5991
6829
|
__name(_StartUserImportJobCommand, "StartUserImportJobCommand");
|
|
5992
6830
|
var StartUserImportJobCommand = _StartUserImportJobCommand;
|
|
5993
6831
|
|
|
6832
|
+
// src/commands/StartWebAuthnRegistrationCommand.ts
|
|
6833
|
+
|
|
6834
|
+
|
|
6835
|
+
|
|
6836
|
+
var _StartWebAuthnRegistrationCommand = class _StartWebAuthnRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6837
|
+
return [
|
|
6838
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6839
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6840
|
+
];
|
|
6841
|
+
}).s("AWSCognitoIdentityProviderService", "StartWebAuthnRegistration", {}).n("CognitoIdentityProviderClient", "StartWebAuthnRegistrationCommand").f(StartWebAuthnRegistrationRequestFilterSensitiveLog, void 0).ser(se_StartWebAuthnRegistrationCommand).de(de_StartWebAuthnRegistrationCommand).build() {
|
|
6842
|
+
};
|
|
6843
|
+
__name(_StartWebAuthnRegistrationCommand, "StartWebAuthnRegistrationCommand");
|
|
6844
|
+
var StartWebAuthnRegistrationCommand = _StartWebAuthnRegistrationCommand;
|
|
6845
|
+
|
|
5994
6846
|
// src/commands/StopUserImportJobCommand.ts
|
|
5995
6847
|
|
|
5996
6848
|
|
|
@@ -6089,6 +6941,20 @@ var _UpdateIdentityProviderCommand = class _UpdateIdentityProviderCommand extend
|
|
|
6089
6941
|
__name(_UpdateIdentityProviderCommand, "UpdateIdentityProviderCommand");
|
|
6090
6942
|
var UpdateIdentityProviderCommand = _UpdateIdentityProviderCommand;
|
|
6091
6943
|
|
|
6944
|
+
// src/commands/UpdateManagedLoginBrandingCommand.ts
|
|
6945
|
+
|
|
6946
|
+
|
|
6947
|
+
|
|
6948
|
+
var _UpdateManagedLoginBrandingCommand = class _UpdateManagedLoginBrandingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6949
|
+
return [
|
|
6950
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6951
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6952
|
+
];
|
|
6953
|
+
}).s("AWSCognitoIdentityProviderService", "UpdateManagedLoginBranding", {}).n("CognitoIdentityProviderClient", "UpdateManagedLoginBrandingCommand").f(void 0, void 0).ser(se_UpdateManagedLoginBrandingCommand).de(de_UpdateManagedLoginBrandingCommand).build() {
|
|
6954
|
+
};
|
|
6955
|
+
__name(_UpdateManagedLoginBrandingCommand, "UpdateManagedLoginBrandingCommand");
|
|
6956
|
+
var UpdateManagedLoginBrandingCommand = _UpdateManagedLoginBrandingCommand;
|
|
6957
|
+
|
|
6092
6958
|
// src/commands/UpdateResourceServerCommand.ts
|
|
6093
6959
|
|
|
6094
6960
|
|
|
@@ -6218,11 +7084,13 @@ var commands = {
|
|
|
6218
7084
|
AdminUserGlobalSignOutCommand,
|
|
6219
7085
|
AssociateSoftwareTokenCommand,
|
|
6220
7086
|
ChangePasswordCommand,
|
|
7087
|
+
CompleteWebAuthnRegistrationCommand,
|
|
6221
7088
|
ConfirmDeviceCommand,
|
|
6222
7089
|
ConfirmForgotPasswordCommand,
|
|
6223
7090
|
ConfirmSignUpCommand,
|
|
6224
7091
|
CreateGroupCommand,
|
|
6225
7092
|
CreateIdentityProviderCommand,
|
|
7093
|
+
CreateManagedLoginBrandingCommand,
|
|
6226
7094
|
CreateResourceServerCommand,
|
|
6227
7095
|
CreateUserImportJobCommand,
|
|
6228
7096
|
CreateUserPoolCommand,
|
|
@@ -6230,13 +7098,17 @@ var commands = {
|
|
|
6230
7098
|
CreateUserPoolDomainCommand,
|
|
6231
7099
|
DeleteGroupCommand,
|
|
6232
7100
|
DeleteIdentityProviderCommand,
|
|
7101
|
+
DeleteManagedLoginBrandingCommand,
|
|
6233
7102
|
DeleteResourceServerCommand,
|
|
6234
7103
|
DeleteUserCommand,
|
|
6235
7104
|
DeleteUserAttributesCommand,
|
|
6236
7105
|
DeleteUserPoolCommand,
|
|
6237
7106
|
DeleteUserPoolClientCommand,
|
|
6238
7107
|
DeleteUserPoolDomainCommand,
|
|
7108
|
+
DeleteWebAuthnCredentialCommand,
|
|
6239
7109
|
DescribeIdentityProviderCommand,
|
|
7110
|
+
DescribeManagedLoginBrandingCommand,
|
|
7111
|
+
DescribeManagedLoginBrandingByClientCommand,
|
|
6240
7112
|
DescribeResourceServerCommand,
|
|
6241
7113
|
DescribeRiskConfigurationCommand,
|
|
6242
7114
|
DescribeUserImportJobCommand,
|
|
@@ -6254,6 +7126,7 @@ var commands = {
|
|
|
6254
7126
|
GetUICustomizationCommand,
|
|
6255
7127
|
GetUserCommand,
|
|
6256
7128
|
GetUserAttributeVerificationCodeCommand,
|
|
7129
|
+
GetUserAuthFactorsCommand,
|
|
6257
7130
|
GetUserPoolMfaConfigCommand,
|
|
6258
7131
|
GlobalSignOutCommand,
|
|
6259
7132
|
InitiateAuthCommand,
|
|
@@ -6267,6 +7140,7 @@ var commands = {
|
|
|
6267
7140
|
ListUserPoolsCommand,
|
|
6268
7141
|
ListUsersCommand,
|
|
6269
7142
|
ListUsersInGroupCommand,
|
|
7143
|
+
ListWebAuthnCredentialsCommand,
|
|
6270
7144
|
ResendConfirmationCodeCommand,
|
|
6271
7145
|
RespondToAuthChallengeCommand,
|
|
6272
7146
|
RevokeTokenCommand,
|
|
@@ -6278,6 +7152,7 @@ var commands = {
|
|
|
6278
7152
|
SetUserSettingsCommand,
|
|
6279
7153
|
SignUpCommand,
|
|
6280
7154
|
StartUserImportJobCommand,
|
|
7155
|
+
StartWebAuthnRegistrationCommand,
|
|
6281
7156
|
StopUserImportJobCommand,
|
|
6282
7157
|
TagResourceCommand,
|
|
6283
7158
|
UntagResourceCommand,
|
|
@@ -6285,6 +7160,7 @@ var commands = {
|
|
|
6285
7160
|
UpdateDeviceStatusCommand,
|
|
6286
7161
|
UpdateGroupCommand,
|
|
6287
7162
|
UpdateIdentityProviderCommand,
|
|
7163
|
+
UpdateManagedLoginBrandingCommand,
|
|
6288
7164
|
UpdateResourceServerCommand,
|
|
6289
7165
|
UpdateUserAttributesCommand,
|
|
6290
7166
|
UpdateUserPoolCommand,
|
|
@@ -6371,11 +7247,13 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6371
7247
|
AdminUserGlobalSignOutCommand,
|
|
6372
7248
|
AssociateSoftwareTokenCommand,
|
|
6373
7249
|
ChangePasswordCommand,
|
|
7250
|
+
CompleteWebAuthnRegistrationCommand,
|
|
6374
7251
|
ConfirmDeviceCommand,
|
|
6375
7252
|
ConfirmForgotPasswordCommand,
|
|
6376
7253
|
ConfirmSignUpCommand,
|
|
6377
7254
|
CreateGroupCommand,
|
|
6378
7255
|
CreateIdentityProviderCommand,
|
|
7256
|
+
CreateManagedLoginBrandingCommand,
|
|
6379
7257
|
CreateResourceServerCommand,
|
|
6380
7258
|
CreateUserImportJobCommand,
|
|
6381
7259
|
CreateUserPoolClientCommand,
|
|
@@ -6383,13 +7261,17 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6383
7261
|
CreateUserPoolDomainCommand,
|
|
6384
7262
|
DeleteGroupCommand,
|
|
6385
7263
|
DeleteIdentityProviderCommand,
|
|
7264
|
+
DeleteManagedLoginBrandingCommand,
|
|
6386
7265
|
DeleteResourceServerCommand,
|
|
6387
7266
|
DeleteUserAttributesCommand,
|
|
6388
7267
|
DeleteUserCommand,
|
|
6389
7268
|
DeleteUserPoolClientCommand,
|
|
6390
7269
|
DeleteUserPoolCommand,
|
|
6391
7270
|
DeleteUserPoolDomainCommand,
|
|
7271
|
+
DeleteWebAuthnCredentialCommand,
|
|
6392
7272
|
DescribeIdentityProviderCommand,
|
|
7273
|
+
DescribeManagedLoginBrandingByClientCommand,
|
|
7274
|
+
DescribeManagedLoginBrandingCommand,
|
|
6393
7275
|
DescribeResourceServerCommand,
|
|
6394
7276
|
DescribeRiskConfigurationCommand,
|
|
6395
7277
|
DescribeUserImportJobCommand,
|
|
@@ -6406,6 +7288,7 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6406
7288
|
GetSigningCertificateCommand,
|
|
6407
7289
|
GetUICustomizationCommand,
|
|
6408
7290
|
GetUserAttributeVerificationCodeCommand,
|
|
7291
|
+
GetUserAuthFactorsCommand,
|
|
6409
7292
|
GetUserCommand,
|
|
6410
7293
|
GetUserPoolMfaConfigCommand,
|
|
6411
7294
|
GlobalSignOutCommand,
|
|
@@ -6420,6 +7303,7 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6420
7303
|
ListUserPoolsCommand,
|
|
6421
7304
|
ListUsersCommand,
|
|
6422
7305
|
ListUsersInGroupCommand,
|
|
7306
|
+
ListWebAuthnCredentialsCommand,
|
|
6423
7307
|
ResendConfirmationCodeCommand,
|
|
6424
7308
|
RespondToAuthChallengeCommand,
|
|
6425
7309
|
RevokeTokenCommand,
|
|
@@ -6431,6 +7315,7 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6431
7315
|
SetUserSettingsCommand,
|
|
6432
7316
|
SignUpCommand,
|
|
6433
7317
|
StartUserImportJobCommand,
|
|
7318
|
+
StartWebAuthnRegistrationCommand,
|
|
6434
7319
|
StopUserImportJobCommand,
|
|
6435
7320
|
TagResourceCommand,
|
|
6436
7321
|
UntagResourceCommand,
|
|
@@ -6438,6 +7323,7 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6438
7323
|
UpdateDeviceStatusCommand,
|
|
6439
7324
|
UpdateGroupCommand,
|
|
6440
7325
|
UpdateIdentityProviderCommand,
|
|
7326
|
+
UpdateManagedLoginBrandingCommand,
|
|
6441
7327
|
UpdateResourceServerCommand,
|
|
6442
7328
|
UpdateUserAttributesCommand,
|
|
6443
7329
|
UpdateUserPoolClientCommand,
|
|
@@ -6503,12 +7389,23 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6503
7389
|
AdvancedSecurityEnabledModeType,
|
|
6504
7390
|
AdvancedSecurityModeType,
|
|
6505
7391
|
AliasAttributeType,
|
|
7392
|
+
AuthFactorType,
|
|
7393
|
+
AssetCategoryType,
|
|
7394
|
+
AssetExtensionType,
|
|
7395
|
+
ColorSchemeModeType,
|
|
6506
7396
|
ConcurrentModificationException,
|
|
6507
7397
|
ForbiddenException,
|
|
6508
7398
|
VerifiedAttributeType,
|
|
7399
|
+
WebAuthnChallengeNotFoundException,
|
|
7400
|
+
WebAuthnClientMismatchException,
|
|
7401
|
+
WebAuthnCredentialNotSupportedException,
|
|
7402
|
+
WebAuthnNotEnabledException,
|
|
7403
|
+
WebAuthnOriginNotAllowedException,
|
|
7404
|
+
WebAuthnRelyingPartyMismatchException,
|
|
6509
7405
|
GroupExistsException,
|
|
6510
7406
|
IdentityProviderTypeType,
|
|
6511
7407
|
DuplicateProviderException,
|
|
7408
|
+
ManagedLoginBrandingExistsException,
|
|
6512
7409
|
UserImportJobStatusType,
|
|
6513
7410
|
DeletionProtectionType,
|
|
6514
7411
|
EmailSendingAccountType,
|
|
@@ -6517,8 +7414,11 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6517
7414
|
PreTokenGenerationLambdaVersionType,
|
|
6518
7415
|
UserPoolMfaType,
|
|
6519
7416
|
UsernameAttributeType,
|
|
7417
|
+
UserPoolTierType,
|
|
6520
7418
|
DefaultEmailOptionType,
|
|
6521
7419
|
StatusType,
|
|
7420
|
+
FeatureUnavailableInTierException,
|
|
7421
|
+
TierChangeNotAllowedException,
|
|
6522
7422
|
UserPoolTaggingException,
|
|
6523
7423
|
OAuthFlowType,
|
|
6524
7424
|
ExplicitAuthFlowsType,
|
|
@@ -6532,6 +7432,7 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6532
7432
|
DomainStatusType,
|
|
6533
7433
|
EventSourceName,
|
|
6534
7434
|
LogLevel,
|
|
7435
|
+
UserVerificationType,
|
|
6535
7436
|
AdminAddUserToGroupRequestFilterSensitiveLog,
|
|
6536
7437
|
AdminConfirmSignUpRequestFilterSensitiveLog,
|
|
6537
7438
|
AttributeTypeFilterSensitiveLog,
|
|
@@ -6569,15 +7470,20 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6569
7470
|
AssociateSoftwareTokenRequestFilterSensitiveLog,
|
|
6570
7471
|
AssociateSoftwareTokenResponseFilterSensitiveLog,
|
|
6571
7472
|
ChangePasswordRequestFilterSensitiveLog,
|
|
7473
|
+
CompleteWebAuthnRegistrationRequestFilterSensitiveLog,
|
|
6572
7474
|
ConfirmDeviceRequestFilterSensitiveLog,
|
|
6573
7475
|
UserContextDataTypeFilterSensitiveLog,
|
|
6574
7476
|
ConfirmForgotPasswordRequestFilterSensitiveLog,
|
|
6575
7477
|
ConfirmSignUpRequestFilterSensitiveLog,
|
|
7478
|
+
ConfirmSignUpResponseFilterSensitiveLog,
|
|
7479
|
+
CreateManagedLoginBrandingRequestFilterSensitiveLog,
|
|
6576
7480
|
UserPoolClientTypeFilterSensitiveLog,
|
|
6577
7481
|
CreateUserPoolClientResponseFilterSensitiveLog,
|
|
6578
7482
|
DeleteUserRequestFilterSensitiveLog,
|
|
6579
7483
|
DeleteUserAttributesRequestFilterSensitiveLog,
|
|
6580
7484
|
DeleteUserPoolClientRequestFilterSensitiveLog,
|
|
7485
|
+
DeleteWebAuthnCredentialRequestFilterSensitiveLog,
|
|
7486
|
+
DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog,
|
|
6581
7487
|
DescribeRiskConfigurationRequestFilterSensitiveLog,
|
|
6582
7488
|
RiskConfigurationTypeFilterSensitiveLog,
|
|
6583
7489
|
DescribeRiskConfigurationResponseFilterSensitiveLog,
|
|
@@ -6593,6 +7499,14 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6593
7499
|
GetUserRequestFilterSensitiveLog,
|
|
6594
7500
|
GetUserResponseFilterSensitiveLog,
|
|
6595
7501
|
GetUserAttributeVerificationCodeRequestFilterSensitiveLog,
|
|
7502
|
+
GetUserAuthFactorsRequestFilterSensitiveLog,
|
|
7503
|
+
GetUserAuthFactorsResponseFilterSensitiveLog,
|
|
7504
|
+
UnauthorizedException,
|
|
7505
|
+
UnsupportedOperationException,
|
|
7506
|
+
UnsupportedTokenTypeException,
|
|
7507
|
+
WebAuthnConfigurationMissingException,
|
|
7508
|
+
EnableSoftwareTokenMFAException,
|
|
7509
|
+
VerifySoftwareTokenResponseType,
|
|
6596
7510
|
GlobalSignOutRequestFilterSensitiveLog,
|
|
6597
7511
|
InitiateAuthRequestFilterSensitiveLog,
|
|
6598
7512
|
InitiateAuthResponseFilterSensitiveLog,
|
|
@@ -6602,13 +7516,9 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6602
7516
|
ListUserPoolClientsResponseFilterSensitiveLog,
|
|
6603
7517
|
ListUsersResponseFilterSensitiveLog,
|
|
6604
7518
|
ListUsersInGroupResponseFilterSensitiveLog,
|
|
7519
|
+
ListWebAuthnCredentialsRequestFilterSensitiveLog,
|
|
6605
7520
|
ResendConfirmationCodeRequestFilterSensitiveLog,
|
|
6606
7521
|
RespondToAuthChallengeRequestFilterSensitiveLog,
|
|
6607
|
-
UnauthorizedException,
|
|
6608
|
-
UnsupportedOperationException,
|
|
6609
|
-
UnsupportedTokenTypeException,
|
|
6610
|
-
EnableSoftwareTokenMFAException,
|
|
6611
|
-
VerifySoftwareTokenResponseType,
|
|
6612
7522
|
RespondToAuthChallengeResponseFilterSensitiveLog,
|
|
6613
7523
|
RevokeTokenRequestFilterSensitiveLog,
|
|
6614
7524
|
SetRiskConfigurationRequestFilterSensitiveLog,
|
|
@@ -6618,6 +7528,8 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6618
7528
|
SetUserMFAPreferenceRequestFilterSensitiveLog,
|
|
6619
7529
|
SetUserSettingsRequestFilterSensitiveLog,
|
|
6620
7530
|
SignUpRequestFilterSensitiveLog,
|
|
7531
|
+
SignUpResponseFilterSensitiveLog,
|
|
7532
|
+
StartWebAuthnRegistrationRequestFilterSensitiveLog,
|
|
6621
7533
|
UpdateAuthEventFeedbackRequestFilterSensitiveLog,
|
|
6622
7534
|
UpdateDeviceStatusRequestFilterSensitiveLog,
|
|
6623
7535
|
UpdateUserAttributesRequestFilterSensitiveLog,
|