@aws-sdk/client-cognito-identity-provider 3.1056.0 → 3.1058.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 +28 -0
- package/dist-cjs/index.js +83 -0
- package/dist-cjs/models/errors.js +15 -2
- package/dist-cjs/schemas/schemas_0.js +158 -36
- package/dist-es/CognitoIdentityProvider.js +8 -0
- package/dist-es/commands/CreateUserPoolReplicaCommand.js +16 -0
- package/dist-es/commands/DeleteUserPoolReplicaCommand.js +16 -0
- package/dist-es/commands/ListUserPoolReplicasCommand.js +16 -0
- package/dist-es/commands/UpdateUserPoolReplicaCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +22 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/schemas/schemas_0.js +148 -27
- package/dist-types/CognitoIdentityProvider.d.ts +28 -0
- package/dist-types/CognitoIdentityProviderClient.d.ts +6 -2
- package/dist-types/commands/AddCustomAttributesCommand.d.ts +3 -0
- package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +3 -0
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +3 -0
- package/dist-types/commands/AdminCreateUserCommand.d.ts +3 -0
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +3 -0
- package/dist-types/commands/AdminDeleteUserCommand.d.ts +3 -0
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +3 -0
- package/dist-types/commands/AdminDisableUserCommand.d.ts +3 -0
- package/dist-types/commands/AdminEnableUserCommand.d.ts +3 -0
- package/dist-types/commands/AdminForgetDeviceCommand.d.ts +3 -0
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +3 -0
- package/dist-types/commands/AdminGetUserCommand.d.ts +3 -0
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +3 -0
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +3 -0
- package/dist-types/commands/AdminListDevicesCommand.d.ts +3 -0
- package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +3 -0
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +3 -0
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +3 -0
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +3 -0
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +3 -0
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +3 -0
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +3 -0
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +3 -0
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +3 -0
- package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +3 -0
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +3 -0
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +3 -0
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +3 -0
- package/dist-types/commands/ChangePasswordCommand.d.ts +3 -0
- package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +3 -0
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +3 -0
- package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +3 -0
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +3 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -0
- package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +3 -0
- package/dist-types/commands/CreateResourceServerCommand.d.ts +3 -0
- package/dist-types/commands/CreateTermsCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserPoolCommand.d.ts +14 -0
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +15 -0
- package/dist-types/commands/CreateUserPoolReplicaCommand.d.ts +160 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +3 -0
- package/dist-types/commands/DeleteResourceServerCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTermsCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +3 -0
- package/dist-types/commands/DeleteUserPoolReplicaCommand.d.ts +145 -0
- package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +3 -0
- package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +3 -0
- package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +3 -0
- package/dist-types/commands/DescribeResourceServerCommand.d.ts +3 -0
- package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTermsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserImportJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +10 -0
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +9 -0
- package/dist-types/commands/ForgetDeviceCommand.d.ts +3 -0
- package/dist-types/commands/ForgotPasswordCommand.d.ts +3 -0
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +3 -0
- package/dist-types/commands/GetDeviceCommand.d.ts +3 -0
- package/dist-types/commands/GetGroupCommand.d.ts +3 -0
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +3 -0
- package/dist-types/commands/GetTokensFromRefreshTokenCommand.d.ts +3 -0
- package/dist-types/commands/GetUICustomizationCommand.d.ts +3 -0
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +3 -0
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +3 -0
- package/dist-types/commands/GetUserCommand.d.ts +3 -0
- package/dist-types/commands/GlobalSignOutCommand.d.ts +3 -0
- package/dist-types/commands/InitiateAuthCommand.d.ts +3 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +3 -0
- package/dist-types/commands/ListResourceServersCommand.d.ts +3 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListTermsCommand.d.ts +3 -0
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +3 -0
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +3 -0
- package/dist-types/commands/ListUserPoolReplicasCommand.d.ts +156 -0
- package/dist-types/commands/ListUserPoolsCommand.d.ts +3 -0
- package/dist-types/commands/ListUsersCommand.d.ts +3 -0
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +3 -0
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +3 -0
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +3 -0
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +3 -0
- package/dist-types/commands/RevokeTokenCommand.d.ts +3 -0
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/SetUICustomizationCommand.d.ts +3 -0
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +3 -0
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +3 -0
- package/dist-types/commands/SetUserSettingsCommand.d.ts +3 -0
- package/dist-types/commands/SignUpCommand.d.ts +3 -0
- package/dist-types/commands/StartUserImportJobCommand.d.ts +3 -0
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +3 -0
- package/dist-types/commands/StopUserImportJobCommand.d.ts +3 -0
- package/dist-types/commands/TagResourceCommand.d.ts +3 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -1
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +4 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +4 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +4 -1
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +3 -0
- package/dist-types/commands/UpdateTermsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +3 -0
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +3 -0
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +15 -1
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +15 -0
- package/dist-types/commands/UpdateUserPoolReplicaCommand.d.ts +148 -0
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +3 -0
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +62 -0
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +281 -377
- package/dist-types/models/models_1.d.ts +432 -5
- package/dist-types/schemas/schemas_0.d.ts +18 -0
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +68 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateUserPoolReplicaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteUserPoolReplicaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListUserPoolReplicasCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPoolReplicaCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +55 -45
- package/dist-types/ts3.4/models/models_1.d.ts +69 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
- package/package.json +2 -2
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListUserPoolReplicas$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListUserPoolReplicasCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSCognitoIdentityProviderService", "ListUserPoolReplicas", {})
|
|
13
|
+
.n("CognitoIdentityProviderClient", "ListUserPoolReplicasCommand")
|
|
14
|
+
.sc(ListUserPoolReplicas$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateUserPoolReplica$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateUserPoolReplicaCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSCognitoIdentityProviderService", "UpdateUserPoolReplica", {})
|
|
13
|
+
.n("CognitoIdentityProviderClient", "UpdateUserPoolReplicaCommand")
|
|
14
|
+
.sc(UpdateUserPoolReplica$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -41,6 +41,7 @@ export * from "./CreateUserImportJobCommand";
|
|
|
41
41
|
export * from "./CreateUserPoolClientCommand";
|
|
42
42
|
export * from "./CreateUserPoolCommand";
|
|
43
43
|
export * from "./CreateUserPoolDomainCommand";
|
|
44
|
+
export * from "./CreateUserPoolReplicaCommand";
|
|
44
45
|
export * from "./DeleteGroupCommand";
|
|
45
46
|
export * from "./DeleteIdentityProviderCommand";
|
|
46
47
|
export * from "./DeleteManagedLoginBrandingCommand";
|
|
@@ -52,6 +53,7 @@ export * from "./DeleteUserPoolClientCommand";
|
|
|
52
53
|
export * from "./DeleteUserPoolClientSecretCommand";
|
|
53
54
|
export * from "./DeleteUserPoolCommand";
|
|
54
55
|
export * from "./DeleteUserPoolDomainCommand";
|
|
56
|
+
export * from "./DeleteUserPoolReplicaCommand";
|
|
55
57
|
export * from "./DeleteWebAuthnCredentialCommand";
|
|
56
58
|
export * from "./DescribeIdentityProviderCommand";
|
|
57
59
|
export * from "./DescribeManagedLoginBrandingByClientCommand";
|
|
@@ -88,6 +90,7 @@ export * from "./ListTermsCommand";
|
|
|
88
90
|
export * from "./ListUserImportJobsCommand";
|
|
89
91
|
export * from "./ListUserPoolClientSecretsCommand";
|
|
90
92
|
export * from "./ListUserPoolClientsCommand";
|
|
93
|
+
export * from "./ListUserPoolReplicasCommand";
|
|
91
94
|
export * from "./ListUserPoolsCommand";
|
|
92
95
|
export * from "./ListUsersCommand";
|
|
93
96
|
export * from "./ListUsersInGroupCommand";
|
|
@@ -118,5 +121,6 @@ export * from "./UpdateUserAttributesCommand";
|
|
|
118
121
|
export * from "./UpdateUserPoolClientCommand";
|
|
119
122
|
export * from "./UpdateUserPoolCommand";
|
|
120
123
|
export * from "./UpdateUserPoolDomainCommand";
|
|
124
|
+
export * from "./UpdateUserPoolReplicaCommand";
|
|
121
125
|
export * from "./VerifySoftwareTokenCommand";
|
|
122
126
|
export * from "./VerifyUserAttributeCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -184,6 +184,14 @@ export const EmailSendingAccountType = {
|
|
|
184
184
|
COGNITO_DEFAULT: "COGNITO_DEFAULT",
|
|
185
185
|
DEVELOPER: "DEVELOPER",
|
|
186
186
|
};
|
|
187
|
+
export const IssuerType = {
|
|
188
|
+
ORIGINAL: "ORIGINAL",
|
|
189
|
+
UPDATED: "UPDATED",
|
|
190
|
+
};
|
|
191
|
+
export const EncryptionKeyType = {
|
|
192
|
+
AWS_OWNED_KEY: "AWS_OWNED_KEY",
|
|
193
|
+
CUSTOMER_MANAGED_KEY: "CUSTOMER_MANAGED_KEY",
|
|
194
|
+
};
|
|
187
195
|
export const CustomEmailSenderLambdaVersionType = {
|
|
188
196
|
V1_0: "V1_0",
|
|
189
197
|
};
|
|
@@ -250,6 +258,16 @@ export const TimeUnitsType = {
|
|
|
250
258
|
MINUTES: "minutes",
|
|
251
259
|
SECONDS: "seconds",
|
|
252
260
|
};
|
|
261
|
+
export const ReplicaRoleType = {
|
|
262
|
+
PRIMARY: "PRIMARY",
|
|
263
|
+
SECONDARY: "SECONDARY",
|
|
264
|
+
};
|
|
265
|
+
export const ReplicaStatusType = {
|
|
266
|
+
ACTIVE: "ACTIVE",
|
|
267
|
+
CREATING: "CREATING",
|
|
268
|
+
DELETING: "DELETING",
|
|
269
|
+
INACTIVE: "INACTIVE",
|
|
270
|
+
};
|
|
253
271
|
export const CompromisedCredentialsEventActionType = {
|
|
254
272
|
BLOCK: "BLOCK",
|
|
255
273
|
NO_ACTION: "NO_ACTION",
|
|
@@ -282,6 +300,10 @@ export const UserVerificationType = {
|
|
|
282
300
|
PREFERRED: "preferred",
|
|
283
301
|
REQUIRED: "required",
|
|
284
302
|
};
|
|
303
|
+
export const UpdateReplicaStatusType = {
|
|
304
|
+
ACTIVE: "ACTIVE",
|
|
305
|
+
INACTIVE: "INACTIVE",
|
|
306
|
+
};
|
|
285
307
|
export const VerifySoftwareTokenResponseType = {
|
|
286
308
|
ERROR: "ERROR",
|
|
287
309
|
SUCCESS: "SUCCESS",
|
package/dist-es/models/errors.js
CHANGED
|
@@ -49,6 +49,18 @@ export class NotAuthorizedException extends __BaseException {
|
|
|
49
49
|
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
+
export class OperationNotEnabledException extends __BaseException {
|
|
53
|
+
name = "OperationNotEnabledException";
|
|
54
|
+
$fault = "client";
|
|
55
|
+
constructor(opts) {
|
|
56
|
+
super({
|
|
57
|
+
name: "OperationNotEnabledException",
|
|
58
|
+
$fault: "client",
|
|
59
|
+
...opts,
|
|
60
|
+
});
|
|
61
|
+
Object.setPrototypeOf(this, OperationNotEnabledException.prototype);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
52
64
|
export class ResourceNotFoundException extends __BaseException {
|
|
53
65
|
name = "ResourceNotFoundException";
|
|
54
66
|
$fault = "client";
|
|
@@ -243,7 +243,10 @@ const _CUPD = "CreateUserPoolDomain";
|
|
|
243
243
|
const _CUPDR = "CreateUserPoolDomainRequest";
|
|
244
244
|
const _CUPDRr = "CreateUserPoolDomainResponse";
|
|
245
245
|
const _CUPR = "CreateUserPoolRequest";
|
|
246
|
+
const _CUPRR = "CreateUserPoolReplicaRequest";
|
|
247
|
+
const _CUPRRr = "CreateUserPoolReplicaResponse";
|
|
246
248
|
const _CUPRr = "CreateUserPoolResponse";
|
|
249
|
+
const _CUPRre = "CreateUserPoolReplica";
|
|
247
250
|
const _CURL = "CallbackURLs";
|
|
248
251
|
const _CWAR = "CompleteWebAuthnRegistration";
|
|
249
252
|
const _CWARR = "CompleteWebAuthnRegistrationRequest";
|
|
@@ -335,7 +338,10 @@ const _DUPDRes = "DescribeUserPoolDomainRequest";
|
|
|
335
338
|
const _DUPDResc = "DescribeUserPoolDomainResponse";
|
|
336
339
|
const _DUPDe = "DescribeUserPoolDomain";
|
|
337
340
|
const _DUPR = "DeleteUserPoolRequest";
|
|
341
|
+
const _DUPRR = "DeleteUserPoolReplicaRequest";
|
|
342
|
+
const _DUPRRe = "DeleteUserPoolReplicaResponse";
|
|
338
343
|
const _DUPRe = "DescribeUserPoolRequest";
|
|
344
|
+
const _DUPRel = "DeleteUserPoolReplica";
|
|
339
345
|
const _DUPRes = "DescribeUserPoolResponse";
|
|
340
346
|
const _DUPe = "DescribeUserPool";
|
|
341
347
|
const _DUR = "DeleteUserRequest";
|
|
@@ -399,10 +405,12 @@ const _FE = "ForbiddenException";
|
|
|
399
405
|
const _FP = "ForgotPassword";
|
|
400
406
|
const _FPR = "ForgotPasswordRequest";
|
|
401
407
|
const _FPRo = "ForgotPasswordResponse";
|
|
402
|
-
const _FT = "
|
|
408
|
+
const _FT = "FailoverType";
|
|
409
|
+
const _FTe = "FeedbackToken";
|
|
403
410
|
const _FU = "FailedUsers";
|
|
404
411
|
const _FUITE = "FeatureUnavailableInTierException";
|
|
405
412
|
const _FV = "FeedbackValue";
|
|
413
|
+
const _Fa = "Failover";
|
|
406
414
|
const _Fe = "Feature";
|
|
407
415
|
const _Fi = "Filter";
|
|
408
416
|
const _G = "Groups";
|
|
@@ -461,6 +469,8 @@ const _IA = "IpAddress";
|
|
|
461
469
|
const _IAR = "InitiateAuthRequest";
|
|
462
470
|
const _IARn = "InitiateAuthResponse";
|
|
463
471
|
const _IAn = "InitiateAuth";
|
|
472
|
+
const _IC = "IssuerConfiguration";
|
|
473
|
+
const _ICT = "IssuerConfigurationType";
|
|
464
474
|
const _IEE = "InternalErrorException";
|
|
465
475
|
const _IERAPE = "InvalidEmailRoleAccessPolicyException";
|
|
466
476
|
const _IF = "InboundFederation";
|
|
@@ -486,7 +496,11 @@ const _IUm = "ImportedUsers";
|
|
|
486
496
|
const _Id = "Id";
|
|
487
497
|
const _JI = "JobId";
|
|
488
498
|
const _JN = "JobName";
|
|
499
|
+
const _KC = "KeyConfiguration";
|
|
500
|
+
const _KCT = "KeyConfigurationType";
|
|
501
|
+
const _KKA = "KmsKeyArn";
|
|
489
502
|
const _KMSKID = "KMSKeyID";
|
|
503
|
+
const _KT = "KeyType";
|
|
490
504
|
const _L = "Limit";
|
|
491
505
|
const _LA = "LowAction";
|
|
492
506
|
const _LAa = "LambdaArn";
|
|
@@ -534,7 +548,10 @@ const _LUPCS = "ListUserPoolClientSecrets";
|
|
|
534
548
|
const _LUPCSR = "ListUserPoolClientSecretsRequest";
|
|
535
549
|
const _LUPCSRi = "ListUserPoolClientSecretsResponse";
|
|
536
550
|
const _LUPR = "ListUserPoolsRequest";
|
|
551
|
+
const _LUPRR = "ListUserPoolReplicasRequest";
|
|
552
|
+
const _LUPRRi = "ListUserPoolReplicasResponse";
|
|
537
553
|
const _LUPRi = "ListUserPoolsResponse";
|
|
554
|
+
const _LUPRis = "ListUserPoolReplicas";
|
|
538
555
|
const _LUR = "ListUsersRequest";
|
|
539
556
|
const _LURL = "LogoutURLs";
|
|
540
557
|
const _LURi = "ListUsersResponse";
|
|
@@ -577,6 +594,7 @@ const _NDMT = "NewDeviceMetadataType";
|
|
|
577
594
|
const _NET = "NotifyEmailType";
|
|
578
595
|
const _NT = "NextToken";
|
|
579
596
|
const _Na = "Name";
|
|
597
|
+
const _ONEE = "OperationNotEnabledException";
|
|
580
598
|
const _P = "Password";
|
|
581
599
|
const _PA = "PreAuthentication";
|
|
582
600
|
const _PAN = "ProviderAttributeName";
|
|
@@ -597,6 +615,7 @@ const _PP = "ProposedPassword";
|
|
|
597
615
|
const _PPT = "PasswordPolicyType";
|
|
598
616
|
const _PPa = "PasswordPolicy";
|
|
599
617
|
const _PPr = "PreviousPassword";
|
|
618
|
+
const _PRHCI = "PrimaryRoute53HealthCheckId";
|
|
600
619
|
const _PRRE = "PasswordResetRequiredException";
|
|
601
620
|
const _PSU = "PreSignUp";
|
|
602
621
|
const _PSUr = "PreSignedUrl";
|
|
@@ -615,7 +634,7 @@ const _Pr = "Precedence";
|
|
|
615
634
|
const _Pri = "Priority";
|
|
616
635
|
const _Pro = "Provider";
|
|
617
636
|
const _Prov = "Providers";
|
|
618
|
-
const _R = "
|
|
637
|
+
const _R = "Routing";
|
|
619
638
|
const _RA = "RoleArn";
|
|
620
639
|
const _RAe = "ReadAttributes";
|
|
621
640
|
const _RAes = "ResourceArn";
|
|
@@ -634,10 +653,12 @@ const _RLe = "RequireLowercase";
|
|
|
634
653
|
const _RM = "RecoveryMechanisms";
|
|
635
654
|
const _RMR = "ReturnMergedResources";
|
|
636
655
|
const _RMT = "RecoveryMechanismsType";
|
|
637
|
-
const _RN = "
|
|
656
|
+
const _RN = "RegionName";
|
|
638
657
|
const _RNFE = "ResourceNotFoundException";
|
|
658
|
+
const _RNe = "RequireNumbers";
|
|
639
659
|
const _ROT = "RecoveryOptionType";
|
|
640
660
|
const _RPI = "RelyingPartyId";
|
|
661
|
+
const _RR = "ReplicaRegions";
|
|
641
662
|
const _RS = "ResourceServer";
|
|
642
663
|
const _RSLT = "ResourceServersListType";
|
|
643
664
|
const _RSSLT = "ResourceServerScopeListType";
|
|
@@ -658,7 +679,10 @@ const _RTRev = "RevokeTokenResponse";
|
|
|
658
679
|
const _RTV = "RefreshTokenValidity";
|
|
659
680
|
const _RTe = "ReplyTo";
|
|
660
681
|
const _RTev = "RevokeToken";
|
|
682
|
+
const _RTo = "RoutingType";
|
|
661
683
|
const _RU = "RequireUppercase";
|
|
684
|
+
const _Re = "Required";
|
|
685
|
+
const _Ro = "Role";
|
|
662
686
|
const _S = "Session";
|
|
663
687
|
const _SA = "SourceArn";
|
|
664
688
|
const _SAC = "StringAttributeConstraints";
|
|
@@ -698,10 +722,11 @@ const _SMSMST = "SMSMfaSettingsType";
|
|
|
698
722
|
const _SN = "ServerName";
|
|
699
723
|
const _SNc = "ScopeName";
|
|
700
724
|
const _SP = "ServerPath";
|
|
701
|
-
const _SR = "
|
|
725
|
+
const _SR = "SecondaryRegion";
|
|
702
726
|
const _SRC = "SetRiskConfiguration";
|
|
703
727
|
const _SRCR = "SetRiskConfigurationRequest";
|
|
704
728
|
const _SRCRe = "SetRiskConfigurationResponse";
|
|
729
|
+
const _SRn = "SnsRegion";
|
|
705
730
|
const _ST = "SessionType";
|
|
706
731
|
const _STMC = "SoftwareTokenMfaConfiguration";
|
|
707
732
|
const _STMCT = "SoftwareTokenMfaConfigType";
|
|
@@ -767,6 +792,7 @@ const _TVUT = "TokenValidityUnitsType";
|
|
|
767
792
|
const _Ta = "Tags";
|
|
768
793
|
const _Ti = "Timezone";
|
|
769
794
|
const _To = "Token";
|
|
795
|
+
const _Ty = "Type";
|
|
770
796
|
const _U = "Username";
|
|
771
797
|
const _UA = "UserAttributes";
|
|
772
798
|
const _UAEF = "UpdateAuthEventFeedback";
|
|
@@ -819,6 +845,7 @@ const _UNCE = "UserNotConfirmedException";
|
|
|
819
845
|
const _UNFE = "UserNotFoundException";
|
|
820
846
|
const _UOE = "UnsupportedOperationException";
|
|
821
847
|
const _UP = "UserPool";
|
|
848
|
+
const _UPA = "UserPoolArn";
|
|
822
849
|
const _UPAO = "UserPoolAddOns";
|
|
823
850
|
const _UPAONEE = "UserPoolAddOnNotEnabledException";
|
|
824
851
|
const _UPAOT = "UserPoolAddOnsType";
|
|
@@ -831,6 +858,10 @@ const _UPDT = "UserPoolDescriptionType";
|
|
|
831
858
|
const _UPI = "UserPoolId";
|
|
832
859
|
const _UPLT = "UserPoolListType";
|
|
833
860
|
const _UPPT = "UserPoolPolicyType";
|
|
861
|
+
const _UPR = "UserPoolReplica";
|
|
862
|
+
const _UPRLT = "UserPoolReplicaListType";
|
|
863
|
+
const _UPRT = "UserPoolReplicaType";
|
|
864
|
+
const _UPRs = "UserPoolReplicas";
|
|
834
865
|
const _UPT = "UserPoolTags";
|
|
835
866
|
const _UPTE = "UserPoolTaggingException";
|
|
836
867
|
const _UPTs = "UserPoolTier";
|
|
@@ -861,7 +892,10 @@ const _UUPD = "UpdateUserPoolDomain";
|
|
|
861
892
|
const _UUPDR = "UpdateUserPoolDomainRequest";
|
|
862
893
|
const _UUPDRp = "UpdateUserPoolDomainResponse";
|
|
863
894
|
const _UUPR = "UpdateUserPoolRequest";
|
|
895
|
+
const _UUPRR = "UpdateUserPoolReplicaRequest";
|
|
896
|
+
const _UUPRRp = "UpdateUserPoolReplicaResponse";
|
|
864
897
|
const _UUPRp = "UpdateUserPoolResponse";
|
|
898
|
+
const _UUPRpd = "UpdateUserPoolReplica";
|
|
865
899
|
const _UUSE = "UnsupportedUserStateException";
|
|
866
900
|
const _UV = "UserVerification";
|
|
867
901
|
const _Us = "User";
|
|
@@ -904,7 +938,7 @@ const _se = "server";
|
|
|
904
938
|
const n0 = "com.amazonaws.cognitoidentityprovider";
|
|
905
939
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
906
940
|
import { CognitoIdentityProviderServiceException } from "../models/CognitoIdentityProviderServiceException";
|
|
907
|
-
import { AccessDeniedException, AliasExistsException, CodeDeliveryFailureException, CodeMismatchException, ConcurrentModificationException, DeviceKeyExistsException, DuplicateProviderException, EnableSoftwareTokenMFAException, ExpiredCodeException, FeatureUnavailableInTierException, ForbiddenException, GroupExistsException, InternalErrorException, InternalServerException, InvalidEmailRoleAccessPolicyException, InvalidLambdaResponseException, InvalidOAuthFlowException, InvalidParameterException, InvalidPasswordException, InvalidSmsRoleAccessPolicyException, InvalidSmsRoleTrustRelationshipException, InvalidUserPoolConfigurationException, LimitExceededException, ManagedLoginBrandingExistsException, MFAMethodNotFoundException, NotAuthorizedException, PasswordHistoryPolicyViolationException, PasswordResetRequiredException, PreconditionNotMetException, RefreshTokenReuseException, ResourceNotFoundException, ScopeDoesNotExistException, SoftwareTokenMFANotFoundException, TermsExistsException, TierChangeNotAllowedException, TooManyFailedAttemptsException, TooManyRequestsException, UnauthorizedException, UnexpectedLambdaException, UnsupportedIdentityProviderException, UnsupportedOperationException, UnsupportedTokenTypeException, UnsupportedUserStateException, UserImportInProgressException, UserLambdaValidationException, UsernameExistsException, UserNotConfirmedException, UserNotFoundException, UserPoolAddOnNotEnabledException, UserPoolTaggingException, WebAuthnChallengeNotFoundException, WebAuthnClientMismatchException, WebAuthnConfigurationMissingException, WebAuthnCredentialNotSupportedException, WebAuthnNotEnabledException, WebAuthnOriginNotAllowedException, WebAuthnRelyingPartyMismatchException, } from "../models/errors";
|
|
941
|
+
import { AccessDeniedException, AliasExistsException, CodeDeliveryFailureException, CodeMismatchException, ConcurrentModificationException, DeviceKeyExistsException, DuplicateProviderException, EnableSoftwareTokenMFAException, ExpiredCodeException, FeatureUnavailableInTierException, ForbiddenException, GroupExistsException, InternalErrorException, InternalServerException, InvalidEmailRoleAccessPolicyException, InvalidLambdaResponseException, InvalidOAuthFlowException, InvalidParameterException, InvalidPasswordException, InvalidSmsRoleAccessPolicyException, InvalidSmsRoleTrustRelationshipException, InvalidUserPoolConfigurationException, LimitExceededException, ManagedLoginBrandingExistsException, MFAMethodNotFoundException, NotAuthorizedException, OperationNotEnabledException, PasswordHistoryPolicyViolationException, PasswordResetRequiredException, PreconditionNotMetException, RefreshTokenReuseException, ResourceNotFoundException, ScopeDoesNotExistException, SoftwareTokenMFANotFoundException, TermsExistsException, TierChangeNotAllowedException, TooManyFailedAttemptsException, TooManyRequestsException, UnauthorizedException, UnexpectedLambdaException, UnsupportedIdentityProviderException, UnsupportedOperationException, UnsupportedTokenTypeException, UnsupportedUserStateException, UserImportInProgressException, UserLambdaValidationException, UsernameExistsException, UserNotConfirmedException, UserNotFoundException, UserPoolAddOnNotEnabledException, UserPoolTaggingException, WebAuthnChallengeNotFoundException, WebAuthnClientMismatchException, WebAuthnConfigurationMissingException, WebAuthnCredentialNotSupportedException, WebAuthnNotEnabledException, WebAuthnOriginNotAllowedException, WebAuthnRelyingPartyMismatchException, } from "../models/errors";
|
|
908
942
|
const _s_registry = TypeRegistry.for(_s);
|
|
909
943
|
export var CognitoIdentityProviderServiceException$ = [-3, _s, "CognitoIdentityProviderServiceException", 0, [], []];
|
|
910
944
|
_s_registry.registerError(CognitoIdentityProviderServiceException$, CognitoIdentityProviderServiceException);
|
|
@@ -1065,6 +1099,12 @@ export var NotAuthorizedException$ = [-3, n0, _NAE,
|
|
|
1065
1099
|
[0]
|
|
1066
1100
|
];
|
|
1067
1101
|
n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
1102
|
+
export var OperationNotEnabledException$ = [-3, n0, _ONEE,
|
|
1103
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1104
|
+
[_m],
|
|
1105
|
+
[0]
|
|
1106
|
+
];
|
|
1107
|
+
n0_registry.registerError(OperationNotEnabledException$, OperationNotEnabledException);
|
|
1068
1108
|
export var PasswordHistoryPolicyViolationException$ = [-3, n0, _PHPVE,
|
|
1069
1109
|
{ [_e]: _c, [_hE]: 400 },
|
|
1070
1110
|
[_m],
|
|
@@ -1752,18 +1792,28 @@ export var CreateUserPoolClientResponse$ = [3, n0, _CUPCRr,
|
|
|
1752
1792
|
];
|
|
1753
1793
|
export var CreateUserPoolDomainRequest$ = [3, n0, _CUPDR,
|
|
1754
1794
|
0,
|
|
1755
|
-
[_Do, _UPI, _MLV, _CDC],
|
|
1756
|
-
[0, 0, 1, () => CustomDomainConfigType$], 2
|
|
1795
|
+
[_Do, _UPI, _MLV, _CDC, _R],
|
|
1796
|
+
[0, 0, 1, () => CustomDomainConfigType$, () => RoutingType$], 2
|
|
1757
1797
|
];
|
|
1758
1798
|
export var CreateUserPoolDomainResponse$ = [3, n0, _CUPDRr,
|
|
1759
1799
|
0,
|
|
1760
|
-
[_MLV, _CFD],
|
|
1761
|
-
[1, 0]
|
|
1800
|
+
[_MLV, _CFD, _R],
|
|
1801
|
+
[1, 0, () => RoutingType$]
|
|
1802
|
+
];
|
|
1803
|
+
export var CreateUserPoolReplicaRequest$ = [3, n0, _CUPRR,
|
|
1804
|
+
0,
|
|
1805
|
+
[_UPI, _RN, _UPT],
|
|
1806
|
+
[0, 0, 128 | 0], 2
|
|
1807
|
+
];
|
|
1808
|
+
export var CreateUserPoolReplicaResponse$ = [3, n0, _CUPRRr,
|
|
1809
|
+
0,
|
|
1810
|
+
[_UPR],
|
|
1811
|
+
[() => UserPoolReplicaType$]
|
|
1762
1812
|
];
|
|
1763
1813
|
export var CreateUserPoolRequest$ = [3, n0, _CUPR,
|
|
1764
1814
|
0,
|
|
1765
|
-
[_PNo, _Po, _DP, _LC, _AVA, _AAl, _UAs, _SVM, _EVM, _EVS, _VMT, _SAM, _MC, _UAUS, _DC, _EC, _SCm, _UPT, _ACUC, _Sch, _UPAO, _UC, _ARS, _UPTs],
|
|
1766
|
-
[0, () => UserPoolPolicyType$, 0, () => LambdaConfigType$, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => VerificationMessageTemplateType$, 0, 0, () => UserAttributeUpdateSettingsType$, () => DeviceConfigurationType$, () => EmailConfigurationType$, () => SmsConfigurationType$, 128 | 0, () => AdminCreateUserConfigType$, () => SchemaAttributesListType, () => UserPoolAddOnsType$, () => UsernameConfigurationType$, () => AccountRecoverySettingType$, 0], 1
|
|
1815
|
+
[_PNo, _Po, _DP, _LC, _AVA, _AAl, _UAs, _SVM, _EVM, _EVS, _VMT, _SAM, _MC, _UAUS, _DC, _EC, _SCm, _UPT, _ACUC, _Sch, _UPAO, _UC, _ARS, _UPTs, _KC, _IC],
|
|
1816
|
+
[0, () => UserPoolPolicyType$, 0, () => LambdaConfigType$, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => VerificationMessageTemplateType$, 0, 0, () => UserAttributeUpdateSettingsType$, () => DeviceConfigurationType$, () => EmailConfigurationType$, () => SmsConfigurationType$, 128 | 0, () => AdminCreateUserConfigType$, () => SchemaAttributesListType, () => UserPoolAddOnsType$, () => UsernameConfigurationType$, () => AccountRecoverySettingType$, 0, () => KeyConfigurationType$, () => IssuerConfigurationType$], 1
|
|
1767
1817
|
];
|
|
1768
1818
|
export var CreateUserPoolResponse$ = [3, n0, _CUPRr,
|
|
1769
1819
|
0,
|
|
@@ -1845,6 +1895,16 @@ export var DeleteUserPoolDomainResponse$ = [3, n0, _DUPDRe,
|
|
|
1845
1895
|
[],
|
|
1846
1896
|
[]
|
|
1847
1897
|
];
|
|
1898
|
+
export var DeleteUserPoolReplicaRequest$ = [3, n0, _DUPRR,
|
|
1899
|
+
0,
|
|
1900
|
+
[_UPI, _RN],
|
|
1901
|
+
[0, 0], 2
|
|
1902
|
+
];
|
|
1903
|
+
export var DeleteUserPoolReplicaResponse$ = [3, n0, _DUPRRe,
|
|
1904
|
+
0,
|
|
1905
|
+
[_UPR],
|
|
1906
|
+
[() => UserPoolReplicaType$]
|
|
1907
|
+
];
|
|
1848
1908
|
export var DeleteUserPoolRequest$ = [3, n0, _DUPR,
|
|
1849
1909
|
0,
|
|
1850
1910
|
[_UPI],
|
|
@@ -1982,8 +2042,8 @@ export var DeviceType$ = [3, n0, _DT,
|
|
|
1982
2042
|
];
|
|
1983
2043
|
export var DomainDescriptionType$ = [3, n0, _DDT,
|
|
1984
2044
|
0,
|
|
1985
|
-
[_UPI, _AWSAI, _Do, _SB, _CFDl, _Ve, _St, _CDC, _MLV],
|
|
1986
|
-
[0, 0, 0, 0, 0, 0, 0, () => CustomDomainConfigType$, 1]
|
|
2045
|
+
[_UPI, _AWSAI, _Do, _SB, _CFDl, _Ve, _St, _CDC, _MLV, _R],
|
|
2046
|
+
[0, 0, 0, 0, 0, 0, 0, () => CustomDomainConfigType$, 1, () => RoutingType$]
|
|
1987
2047
|
];
|
|
1988
2048
|
export var EmailConfigurationType$ = [3, n0, _ECT,
|
|
1989
2049
|
0,
|
|
@@ -2015,6 +2075,11 @@ export var EventRiskType$ = [3, n0, _ERT,
|
|
|
2015
2075
|
[_RD, _RL, _CCD],
|
|
2016
2076
|
[0, 0, 2]
|
|
2017
2077
|
];
|
|
2078
|
+
export var FailoverType$ = [3, n0, _FT,
|
|
2079
|
+
0,
|
|
2080
|
+
[_SR, _PRHCI],
|
|
2081
|
+
[0, 0], 2
|
|
2082
|
+
];
|
|
2018
2083
|
export var FirehoseConfigurationType$ = [3, n0, _FCT,
|
|
2019
2084
|
0,
|
|
2020
2085
|
[_SAt],
|
|
@@ -2195,6 +2260,16 @@ export var InitiateAuthResponse$ = [3, n0, _IARn,
|
|
|
2195
2260
|
[_CN, _S, _CP, _AR, _AC],
|
|
2196
2261
|
[0, [() => SessionType, 0], 128 | 0, [() => AuthenticationResultType$, 0], 64 | 0]
|
|
2197
2262
|
];
|
|
2263
|
+
export var IssuerConfigurationType$ = [3, n0, _ICT,
|
|
2264
|
+
0,
|
|
2265
|
+
[_Ty],
|
|
2266
|
+
[0]
|
|
2267
|
+
];
|
|
2268
|
+
export var KeyConfigurationType$ = [3, n0, _KCT,
|
|
2269
|
+
0,
|
|
2270
|
+
[_KT, _KKA],
|
|
2271
|
+
[0, 0]
|
|
2272
|
+
];
|
|
2198
2273
|
export var LambdaConfigType$ = [3, n0, _LCT,
|
|
2199
2274
|
0,
|
|
2200
2275
|
[_PSU, _CMu, _PC, _PA, _PAo, _DAC, _CAC, _VACR, _PTG, _UM, _PTGC, _CSMSS, _CES, _KMSKID, _IF],
|
|
@@ -2290,6 +2365,16 @@ export var ListUserPoolClientsResponse$ = [3, n0, _LUPCRi,
|
|
|
2290
2365
|
[_UPCs, _NT],
|
|
2291
2366
|
[[() => UserPoolClientListType, 0], 0]
|
|
2292
2367
|
];
|
|
2368
|
+
export var ListUserPoolReplicasRequest$ = [3, n0, _LUPRR,
|
|
2369
|
+
0,
|
|
2370
|
+
[_UPI, _NT],
|
|
2371
|
+
[0, 0], 1
|
|
2372
|
+
];
|
|
2373
|
+
export var ListUserPoolReplicasResponse$ = [3, n0, _LUPRRi,
|
|
2374
|
+
0,
|
|
2375
|
+
[_UPRs, _NT],
|
|
2376
|
+
[() => UserPoolReplicaListType, 0]
|
|
2377
|
+
];
|
|
2293
2378
|
export var ListUserPoolsRequest$ = [3, n0, _LUPR,
|
|
2294
2379
|
0,
|
|
2295
2380
|
[_MR, _NT],
|
|
@@ -2377,7 +2462,7 @@ export var NumberAttributeConstraintsType$ = [3, n0, _NACT,
|
|
|
2377
2462
|
];
|
|
2378
2463
|
export var PasswordPolicyType$ = [3, n0, _PPT,
|
|
2379
2464
|
0,
|
|
2380
|
-
[_ML, _RU, _RLe,
|
|
2465
|
+
[_ML, _RU, _RLe, _RNe, _RSeq, _PHS, _TPVD],
|
|
2381
2466
|
[1, 2, 2, 2, 2, 1, 1]
|
|
2382
2467
|
];
|
|
2383
2468
|
export var PreTokenGenerationVersionConfigType$ = [3, n0, _PTGVCT,
|
|
@@ -2455,6 +2540,11 @@ export var RiskExceptionConfigurationType$ = [3, n0, _RECT,
|
|
|
2455
2540
|
[_BIPRL, _SIPRL],
|
|
2456
2541
|
[64 | 0, 64 | 0]
|
|
2457
2542
|
];
|
|
2543
|
+
export var RoutingType$ = [3, n0, _RTo,
|
|
2544
|
+
0,
|
|
2545
|
+
[_Fa],
|
|
2546
|
+
[() => FailoverType$]
|
|
2547
|
+
];
|
|
2458
2548
|
export var S3ConfigurationType$ = [3, n0, _SCTo,
|
|
2459
2549
|
0,
|
|
2460
2550
|
[_BA],
|
|
@@ -2462,7 +2552,7 @@ export var S3ConfigurationType$ = [3, n0, _SCTo,
|
|
|
2462
2552
|
];
|
|
2463
2553
|
export var SchemaAttributeType$ = [3, n0, _SAT,
|
|
2464
2554
|
0,
|
|
2465
|
-
[_Na, _ADT, _DOA, _Mu,
|
|
2555
|
+
[_Na, _ADT, _DOA, _Mu, _Re, _NAC, _SAC],
|
|
2466
2556
|
[0, 0, 2, 2, 2, () => NumberAttributeConstraintsType$, () => StringAttributeConstraintsType$]
|
|
2467
2557
|
];
|
|
2468
2558
|
export var SetLogDeliveryConfigurationRequest$ = [3, n0, _SLDCR,
|
|
@@ -2542,7 +2632,7 @@ export var SignUpResponse$ = [3, n0, _SURi,
|
|
|
2542
2632
|
];
|
|
2543
2633
|
export var SmsConfigurationType$ = [3, n0, _SCTm,
|
|
2544
2634
|
0,
|
|
2545
|
-
[_SCA, _EIx,
|
|
2635
|
+
[_SCA, _EIx, _SRn],
|
|
2546
2636
|
[0, 0, 0], 1
|
|
2547
2637
|
];
|
|
2548
2638
|
export var SmsMfaConfigType$ = [3, n0, _SMCT,
|
|
@@ -2642,7 +2732,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
2642
2732
|
];
|
|
2643
2733
|
export var UpdateAuthEventFeedbackRequest$ = [3, n0, _UAEFR,
|
|
2644
2734
|
0,
|
|
2645
|
-
[_UPI, _U, _EI,
|
|
2735
|
+
[_UPI, _U, _EI, _FTe, _FV],
|
|
2646
2736
|
[0, [() => UsernameType, 0], 0, [() => TokenModelType, 0], 0], 5
|
|
2647
2737
|
];
|
|
2648
2738
|
export var UpdateAuthEventFeedbackResponse$ = [3, n0, _UAEFRp,
|
|
@@ -2732,18 +2822,28 @@ export var UpdateUserPoolClientResponse$ = [3, n0, _UUPCRp,
|
|
|
2732
2822
|
];
|
|
2733
2823
|
export var UpdateUserPoolDomainRequest$ = [3, n0, _UUPDR,
|
|
2734
2824
|
0,
|
|
2735
|
-
[_Do, _UPI, _MLV, _CDC],
|
|
2736
|
-
[0, 0, 1, () => CustomDomainConfigType$], 2
|
|
2825
|
+
[_Do, _UPI, _MLV, _CDC, _R],
|
|
2826
|
+
[0, 0, 1, () => CustomDomainConfigType$, () => RoutingType$], 2
|
|
2737
2827
|
];
|
|
2738
2828
|
export var UpdateUserPoolDomainResponse$ = [3, n0, _UUPDRp,
|
|
2739
2829
|
0,
|
|
2740
|
-
[_MLV, _CFD],
|
|
2741
|
-
[1, 0]
|
|
2830
|
+
[_MLV, _CFD, _R],
|
|
2831
|
+
[1, 0, () => RoutingType$]
|
|
2832
|
+
];
|
|
2833
|
+
export var UpdateUserPoolReplicaRequest$ = [3, n0, _UUPRR,
|
|
2834
|
+
0,
|
|
2835
|
+
[_UPI, _RN, _St],
|
|
2836
|
+
[0, 0, 0], 3
|
|
2837
|
+
];
|
|
2838
|
+
export var UpdateUserPoolReplicaResponse$ = [3, n0, _UUPRRp,
|
|
2839
|
+
0,
|
|
2840
|
+
[_UPR],
|
|
2841
|
+
[() => UserPoolReplicaType$]
|
|
2742
2842
|
];
|
|
2743
2843
|
export var UpdateUserPoolRequest$ = [3, n0, _UUPR,
|
|
2744
2844
|
0,
|
|
2745
|
-
[_UPI, _Po, _DP, _LC, _AVA, _SVM, _EVM, _EVS, _VMT, _SAM, _UAUS, _MC, _DC, _EC, _SCm, _UPT, _ACUC, _UPAO, _ARS, _PNo, _UPTs],
|
|
2746
|
-
[0, () => UserPoolPolicyType$, 0, () => LambdaConfigType$, 64 | 0, 0, 0, 0, () => VerificationMessageTemplateType$, 0, () => UserAttributeUpdateSettingsType$, 0, () => DeviceConfigurationType$, () => EmailConfigurationType$, () => SmsConfigurationType$, 128 | 0, () => AdminCreateUserConfigType$, () => UserPoolAddOnsType$, () => AccountRecoverySettingType$, 0, 0], 1
|
|
2845
|
+
[_UPI, _Po, _DP, _LC, _AVA, _SVM, _EVM, _EVS, _VMT, _SAM, _UAUS, _MC, _DC, _EC, _SCm, _UPT, _ACUC, _UPAO, _ARS, _PNo, _UPTs, _KC, _IC],
|
|
2846
|
+
[0, () => UserPoolPolicyType$, 0, () => LambdaConfigType$, 64 | 0, 0, 0, 0, () => VerificationMessageTemplateType$, 0, () => UserAttributeUpdateSettingsType$, 0, () => DeviceConfigurationType$, () => EmailConfigurationType$, () => SmsConfigurationType$, 128 | 0, () => AdminCreateUserConfigType$, () => UserPoolAddOnsType$, () => AccountRecoverySettingType$, 0, 0, () => KeyConfigurationType$, () => IssuerConfigurationType$], 1
|
|
2747
2847
|
];
|
|
2748
2848
|
export var UpdateUserPoolResponse$ = [3, n0, _UUPRp,
|
|
2749
2849
|
0,
|
|
@@ -2787,18 +2887,23 @@ export var UserPoolClientType$ = [3, n0, _UPCT,
|
|
|
2787
2887
|
];
|
|
2788
2888
|
export var UserPoolDescriptionType$ = [3, n0, _UPDT,
|
|
2789
2889
|
0,
|
|
2790
|
-
[_Id, _Na, _LC, _St, _LMD, _CDr],
|
|
2791
|
-
[0, 0, () => LambdaConfigType$, 0, 4, 4]
|
|
2890
|
+
[_Id, _Na, _LC, _St, _LMD, _CDr, _RR],
|
|
2891
|
+
[0, 0, () => LambdaConfigType$, 0, 4, 4, 64 | 0]
|
|
2792
2892
|
];
|
|
2793
2893
|
export var UserPoolPolicyType$ = [3, n0, _UPPT,
|
|
2794
2894
|
0,
|
|
2795
2895
|
[_PPa, _SIPi],
|
|
2796
2896
|
[() => PasswordPolicyType$, () => SignInPolicyType$]
|
|
2797
2897
|
];
|
|
2898
|
+
export var UserPoolReplicaType$ = [3, n0, _UPRT,
|
|
2899
|
+
0,
|
|
2900
|
+
[_RN, _St, _Ro, _UPA],
|
|
2901
|
+
[0, 0, 0, 0]
|
|
2902
|
+
];
|
|
2798
2903
|
export var UserPoolType$ = [3, n0, _UPTse,
|
|
2799
2904
|
0,
|
|
2800
|
-
[_Id, _Na, _Po, _DP, _LC, _St, _LMD, _CDr, _SAc, _AVA, _AAl, _UAs, _SVM, _EVM, _EVS, _VMT, _SAM, _UAUS, _MC, _DC, _ENOU, _EC, _SCm, _UPT, _SCF, _ECF, _Do, _CDu, _ACUC, _UPAO, _UC, _Ar, _ARS, _UPTs],
|
|
2801
|
-
[0, 0, () => UserPoolPolicyType$, 0, () => LambdaConfigType$, 0, 4, 4, () => SchemaAttributesListType, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => VerificationMessageTemplateType$, 0, () => UserAttributeUpdateSettingsType$, 0, () => DeviceConfigurationType$, 1, () => EmailConfigurationType$, () => SmsConfigurationType$, 128 | 0, 0, 0, 0, 0, () => AdminCreateUserConfigType$, () => UserPoolAddOnsType$, () => UsernameConfigurationType$, 0, () => AccountRecoverySettingType$, 0]
|
|
2905
|
+
[_Id, _Na, _Po, _DP, _LC, _St, _LMD, _CDr, _SAc, _AVA, _AAl, _UAs, _SVM, _EVM, _EVS, _VMT, _SAM, _UAUS, _MC, _DC, _ENOU, _EC, _SCm, _UPT, _SCF, _ECF, _Do, _CDu, _ACUC, _UPAO, _UC, _Ar, _ARS, _UPTs, _KC, _IC],
|
|
2906
|
+
[0, 0, () => UserPoolPolicyType$, 0, () => LambdaConfigType$, 0, 4, 4, () => SchemaAttributesListType, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => VerificationMessageTemplateType$, 0, () => UserAttributeUpdateSettingsType$, 0, () => DeviceConfigurationType$, 1, () => EmailConfigurationType$, () => SmsConfigurationType$, 128 | 0, 0, 0, 0, 0, () => AdminCreateUserConfigType$, () => UserPoolAddOnsType$, () => UsernameConfigurationType$, 0, () => AccountRecoverySettingType$, 0, () => KeyConfigurationType$, () => IssuerConfigurationType$]
|
|
2802
2907
|
];
|
|
2803
2908
|
export var UserType$ = [3, n0, _UTs,
|
|
2804
2909
|
0,
|
|
@@ -2907,6 +3012,7 @@ var ProvidersListType = [1, n0, _PLT,
|
|
|
2907
3012
|
var RecoveryMechanismsType = [1, n0, _RMT,
|
|
2908
3013
|
0, () => RecoveryOptionType$
|
|
2909
3014
|
];
|
|
3015
|
+
var ReplicaRegionsType = 64 | 0;
|
|
2910
3016
|
var ResourceServerScopeListType = [1, n0, _RSSLT,
|
|
2911
3017
|
0, () => ResourceServerScopeType$
|
|
2912
3018
|
];
|
|
@@ -2935,6 +3041,9 @@ var UserPoolClientListType = [1, n0, _UPCLT,
|
|
|
2935
3041
|
var UserPoolListType = [1, n0, _UPLT,
|
|
2936
3042
|
0, () => UserPoolDescriptionType$
|
|
2937
3043
|
];
|
|
3044
|
+
var UserPoolReplicaListType = [1, n0, _UPRLT,
|
|
3045
|
+
0, () => UserPoolReplicaType$
|
|
3046
|
+
];
|
|
2938
3047
|
var UserPoolTagsListType = 64 | 0;
|
|
2939
3048
|
var UsersListType = [1, n0, _ULT,
|
|
2940
3049
|
0, [() => UserType$,
|
|
@@ -3086,6 +3195,9 @@ export var CreateUserPoolClient$ = [9, n0, _CUPC,
|
|
|
3086
3195
|
export var CreateUserPoolDomain$ = [9, n0, _CUPD,
|
|
3087
3196
|
0, () => CreateUserPoolDomainRequest$, () => CreateUserPoolDomainResponse$
|
|
3088
3197
|
];
|
|
3198
|
+
export var CreateUserPoolReplica$ = [9, n0, _CUPRre,
|
|
3199
|
+
0, () => CreateUserPoolReplicaRequest$, () => CreateUserPoolReplicaResponse$
|
|
3200
|
+
];
|
|
3089
3201
|
export var DeleteGroup$ = [9, n0, _DG,
|
|
3090
3202
|
0, () => DeleteGroupRequest$, () => __Unit
|
|
3091
3203
|
];
|
|
@@ -3119,6 +3231,9 @@ export var DeleteUserPoolClientSecret$ = [9, n0, _DUPCS,
|
|
|
3119
3231
|
export var DeleteUserPoolDomain$ = [9, n0, _DUPD,
|
|
3120
3232
|
0, () => DeleteUserPoolDomainRequest$, () => DeleteUserPoolDomainResponse$
|
|
3121
3233
|
];
|
|
3234
|
+
export var DeleteUserPoolReplica$ = [9, n0, _DUPRel,
|
|
3235
|
+
0, () => DeleteUserPoolReplicaRequest$, () => DeleteUserPoolReplicaResponse$
|
|
3236
|
+
];
|
|
3122
3237
|
export var DeleteWebAuthnCredential$ = [9, n0, _DWAC,
|
|
3123
3238
|
0, () => DeleteWebAuthnCredentialRequest$, () => DeleteWebAuthnCredentialResponse$
|
|
3124
3239
|
];
|
|
@@ -3227,6 +3342,9 @@ export var ListUserPoolClients$ = [9, n0, _LUPC,
|
|
|
3227
3342
|
export var ListUserPoolClientSecrets$ = [9, n0, _LUPCS,
|
|
3228
3343
|
0, () => ListUserPoolClientSecretsRequest$, () => ListUserPoolClientSecretsResponse$
|
|
3229
3344
|
];
|
|
3345
|
+
export var ListUserPoolReplicas$ = [9, n0, _LUPRis,
|
|
3346
|
+
0, () => ListUserPoolReplicasRequest$, () => ListUserPoolReplicasResponse$
|
|
3347
|
+
];
|
|
3230
3348
|
export var ListUserPools$ = [9, n0, _LUP,
|
|
3231
3349
|
0, () => ListUserPoolsRequest$, () => ListUserPoolsResponse$
|
|
3232
3350
|
];
|
|
@@ -3317,6 +3435,9 @@ export var UpdateUserPoolClient$ = [9, n0, _UUPC,
|
|
|
3317
3435
|
export var UpdateUserPoolDomain$ = [9, n0, _UUPD,
|
|
3318
3436
|
0, () => UpdateUserPoolDomainRequest$, () => UpdateUserPoolDomainResponse$
|
|
3319
3437
|
];
|
|
3438
|
+
export var UpdateUserPoolReplica$ = [9, n0, _UUPRpd,
|
|
3439
|
+
0, () => UpdateUserPoolReplicaRequest$, () => UpdateUserPoolReplicaResponse$
|
|
3440
|
+
];
|
|
3320
3441
|
export var VerifySoftwareToken$ = [9, n0, _VST,
|
|
3321
3442
|
0, () => VerifySoftwareTokenRequest$, () => VerifySoftwareTokenResponse$
|
|
3322
3443
|
];
|