@aws-sdk/client-cognito-identity-provider 3.45.0 → 3.47.2
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/CHANGELOG.md +45 -0
- package/dist-cjs/endpoints.js +0 -20
- package/dist-cjs/models/models_0.js +6 -240
- package/dist-cjs/models/models_1.js +1 -7
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +0 -20
- package/dist-es/models/models_0.js +0 -156
- package/dist-es/models/models_1.js +0 -4
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/CognitoIdentityProviderClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -234
- package/dist-types/models/models_1.d.ts +0 -6
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -156
- package/dist-types/ts3.4/models/models_1.d.ts +0 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -171,10 +171,6 @@ export interface InternalErrorException extends __SmithyException, $MetadataBear
|
|
|
171
171
|
|
|
172
172
|
message?: string;
|
|
173
173
|
}
|
|
174
|
-
export declare namespace InternalErrorException {
|
|
175
|
-
|
|
176
|
-
const filterSensitiveLog: (obj: InternalErrorException) => any;
|
|
177
|
-
}
|
|
178
174
|
|
|
179
175
|
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
180
176
|
name: "InvalidParameterException";
|
|
@@ -182,10 +178,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
|
|
|
182
178
|
|
|
183
179
|
message?: string;
|
|
184
180
|
}
|
|
185
|
-
export declare namespace InvalidParameterException {
|
|
186
|
-
|
|
187
|
-
const filterSensitiveLog: (obj: InvalidParameterException) => any;
|
|
188
|
-
}
|
|
189
181
|
|
|
190
182
|
export interface NotAuthorizedException extends __SmithyException, $MetadataBearer {
|
|
191
183
|
name: "NotAuthorizedException";
|
|
@@ -193,10 +185,6 @@ export interface NotAuthorizedException extends __SmithyException, $MetadataBear
|
|
|
193
185
|
|
|
194
186
|
message?: string;
|
|
195
187
|
}
|
|
196
|
-
export declare namespace NotAuthorizedException {
|
|
197
|
-
|
|
198
|
-
const filterSensitiveLog: (obj: NotAuthorizedException) => any;
|
|
199
|
-
}
|
|
200
188
|
|
|
201
189
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
202
190
|
name: "ResourceNotFoundException";
|
|
@@ -204,10 +192,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
204
192
|
|
|
205
193
|
message?: string;
|
|
206
194
|
}
|
|
207
|
-
export declare namespace ResourceNotFoundException {
|
|
208
|
-
|
|
209
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
210
|
-
}
|
|
211
195
|
|
|
212
196
|
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
213
197
|
name: "TooManyRequestsException";
|
|
@@ -215,10 +199,6 @@ export interface TooManyRequestsException extends __SmithyException, $MetadataBe
|
|
|
215
199
|
|
|
216
200
|
message?: string;
|
|
217
201
|
}
|
|
218
|
-
export declare namespace TooManyRequestsException {
|
|
219
|
-
|
|
220
|
-
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
221
|
-
}
|
|
222
202
|
|
|
223
203
|
export interface UserImportInProgressException extends __SmithyException, $MetadataBearer {
|
|
224
204
|
name: "UserImportInProgressException";
|
|
@@ -226,10 +206,6 @@ export interface UserImportInProgressException extends __SmithyException, $Metad
|
|
|
226
206
|
|
|
227
207
|
message?: string;
|
|
228
208
|
}
|
|
229
|
-
export declare namespace UserImportInProgressException {
|
|
230
|
-
|
|
231
|
-
const filterSensitiveLog: (obj: UserImportInProgressException) => any;
|
|
232
|
-
}
|
|
233
209
|
export interface AdminAddUserToGroupRequest {
|
|
234
210
|
|
|
235
211
|
UserPoolId: string | undefined;
|
|
@@ -249,10 +225,6 @@ export interface UserNotFoundException extends __SmithyException, $MetadataBeare
|
|
|
249
225
|
|
|
250
226
|
message?: string;
|
|
251
227
|
}
|
|
252
|
-
export declare namespace UserNotFoundException {
|
|
253
|
-
|
|
254
|
-
const filterSensitiveLog: (obj: UserNotFoundException) => any;
|
|
255
|
-
}
|
|
256
228
|
|
|
257
229
|
export interface AdminConfirmSignUpRequest {
|
|
258
230
|
|
|
@@ -282,10 +254,6 @@ export interface InvalidLambdaResponseException extends __SmithyException, $Meta
|
|
|
282
254
|
|
|
283
255
|
message?: string;
|
|
284
256
|
}
|
|
285
|
-
export declare namespace InvalidLambdaResponseException {
|
|
286
|
-
|
|
287
|
-
const filterSensitiveLog: (obj: InvalidLambdaResponseException) => any;
|
|
288
|
-
}
|
|
289
257
|
|
|
290
258
|
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
291
259
|
name: "LimitExceededException";
|
|
@@ -293,10 +261,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
293
261
|
|
|
294
262
|
message?: string;
|
|
295
263
|
}
|
|
296
|
-
export declare namespace LimitExceededException {
|
|
297
|
-
|
|
298
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
299
|
-
}
|
|
300
264
|
|
|
301
265
|
export interface TooManyFailedAttemptsException extends __SmithyException, $MetadataBearer {
|
|
302
266
|
name: "TooManyFailedAttemptsException";
|
|
@@ -304,10 +268,6 @@ export interface TooManyFailedAttemptsException extends __SmithyException, $Meta
|
|
|
304
268
|
|
|
305
269
|
message?: string;
|
|
306
270
|
}
|
|
307
|
-
export declare namespace TooManyFailedAttemptsException {
|
|
308
|
-
|
|
309
|
-
const filterSensitiveLog: (obj: TooManyFailedAttemptsException) => any;
|
|
310
|
-
}
|
|
311
271
|
|
|
312
272
|
export interface UnexpectedLambdaException extends __SmithyException, $MetadataBearer {
|
|
313
273
|
name: "UnexpectedLambdaException";
|
|
@@ -315,10 +275,6 @@ export interface UnexpectedLambdaException extends __SmithyException, $MetadataB
|
|
|
315
275
|
|
|
316
276
|
message?: string;
|
|
317
277
|
}
|
|
318
|
-
export declare namespace UnexpectedLambdaException {
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: UnexpectedLambdaException) => any;
|
|
321
|
-
}
|
|
322
278
|
|
|
323
279
|
export interface UserLambdaValidationException extends __SmithyException, $MetadataBearer {
|
|
324
280
|
name: "UserLambdaValidationException";
|
|
@@ -326,10 +282,6 @@ export interface UserLambdaValidationException extends __SmithyException, $Metad
|
|
|
326
282
|
|
|
327
283
|
message?: string;
|
|
328
284
|
}
|
|
329
|
-
export declare namespace UserLambdaValidationException {
|
|
330
|
-
|
|
331
|
-
const filterSensitiveLog: (obj: UserLambdaValidationException) => any;
|
|
332
|
-
}
|
|
333
285
|
export declare enum DeliveryMediumType {
|
|
334
286
|
EMAIL = "EMAIL",
|
|
335
287
|
SMS = "SMS"
|
|
@@ -433,10 +385,6 @@ export interface CodeDeliveryFailureException extends __SmithyException, $Metada
|
|
|
433
385
|
|
|
434
386
|
message?: string;
|
|
435
387
|
}
|
|
436
|
-
export declare namespace CodeDeliveryFailureException {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: CodeDeliveryFailureException) => any;
|
|
439
|
-
}
|
|
440
388
|
|
|
441
389
|
export interface InvalidPasswordException extends __SmithyException, $MetadataBearer {
|
|
442
390
|
name: "InvalidPasswordException";
|
|
@@ -444,10 +392,6 @@ export interface InvalidPasswordException extends __SmithyException, $MetadataBe
|
|
|
444
392
|
|
|
445
393
|
message?: string;
|
|
446
394
|
}
|
|
447
|
-
export declare namespace InvalidPasswordException {
|
|
448
|
-
|
|
449
|
-
const filterSensitiveLog: (obj: InvalidPasswordException) => any;
|
|
450
|
-
}
|
|
451
395
|
|
|
452
396
|
export interface InvalidSmsRoleAccessPolicyException extends __SmithyException, $MetadataBearer {
|
|
453
397
|
name: "InvalidSmsRoleAccessPolicyException";
|
|
@@ -455,10 +399,6 @@ export interface InvalidSmsRoleAccessPolicyException extends __SmithyException,
|
|
|
455
399
|
|
|
456
400
|
message?: string;
|
|
457
401
|
}
|
|
458
|
-
export declare namespace InvalidSmsRoleAccessPolicyException {
|
|
459
|
-
|
|
460
|
-
const filterSensitiveLog: (obj: InvalidSmsRoleAccessPolicyException) => any;
|
|
461
|
-
}
|
|
462
402
|
|
|
463
403
|
export interface InvalidSmsRoleTrustRelationshipException extends __SmithyException, $MetadataBearer {
|
|
464
404
|
name: "InvalidSmsRoleTrustRelationshipException";
|
|
@@ -466,10 +406,6 @@ export interface InvalidSmsRoleTrustRelationshipException extends __SmithyExcept
|
|
|
466
406
|
|
|
467
407
|
message?: string;
|
|
468
408
|
}
|
|
469
|
-
export declare namespace InvalidSmsRoleTrustRelationshipException {
|
|
470
|
-
|
|
471
|
-
const filterSensitiveLog: (obj: InvalidSmsRoleTrustRelationshipException) => any;
|
|
472
|
-
}
|
|
473
409
|
|
|
474
410
|
export interface PreconditionNotMetException extends __SmithyException, $MetadataBearer {
|
|
475
411
|
name: "PreconditionNotMetException";
|
|
@@ -477,10 +413,6 @@ export interface PreconditionNotMetException extends __SmithyException, $Metadat
|
|
|
477
413
|
|
|
478
414
|
message?: string;
|
|
479
415
|
}
|
|
480
|
-
export declare namespace PreconditionNotMetException {
|
|
481
|
-
|
|
482
|
-
const filterSensitiveLog: (obj: PreconditionNotMetException) => any;
|
|
483
|
-
}
|
|
484
416
|
|
|
485
417
|
export interface UnsupportedUserStateException extends __SmithyException, $MetadataBearer {
|
|
486
418
|
name: "UnsupportedUserStateException";
|
|
@@ -488,10 +420,6 @@ export interface UnsupportedUserStateException extends __SmithyException, $Metad
|
|
|
488
420
|
|
|
489
421
|
message?: string;
|
|
490
422
|
}
|
|
491
|
-
export declare namespace UnsupportedUserStateException {
|
|
492
|
-
|
|
493
|
-
const filterSensitiveLog: (obj: UnsupportedUserStateException) => any;
|
|
494
|
-
}
|
|
495
423
|
|
|
496
424
|
export interface UsernameExistsException extends __SmithyException, $MetadataBearer {
|
|
497
425
|
name: "UsernameExistsException";
|
|
@@ -499,10 +427,6 @@ export interface UsernameExistsException extends __SmithyException, $MetadataBea
|
|
|
499
427
|
|
|
500
428
|
message?: string;
|
|
501
429
|
}
|
|
502
|
-
export declare namespace UsernameExistsException {
|
|
503
|
-
|
|
504
|
-
const filterSensitiveLog: (obj: UsernameExistsException) => any;
|
|
505
|
-
}
|
|
506
430
|
|
|
507
431
|
export interface MessageTemplateType {
|
|
508
432
|
|
|
@@ -596,10 +520,6 @@ export interface AliasExistsException extends __SmithyException, $MetadataBearer
|
|
|
596
520
|
|
|
597
521
|
message?: string;
|
|
598
522
|
}
|
|
599
|
-
export declare namespace AliasExistsException {
|
|
600
|
-
|
|
601
|
-
const filterSensitiveLog: (obj: AliasExistsException) => any;
|
|
602
|
-
}
|
|
603
523
|
|
|
604
524
|
export interface AdminDisableUserRequest {
|
|
605
525
|
|
|
@@ -656,10 +576,6 @@ export interface InvalidUserPoolConfigurationException extends __SmithyException
|
|
|
656
576
|
|
|
657
577
|
message?: string;
|
|
658
578
|
}
|
|
659
|
-
export declare namespace InvalidUserPoolConfigurationException {
|
|
660
|
-
|
|
661
|
-
const filterSensitiveLog: (obj: InvalidUserPoolConfigurationException) => any;
|
|
662
|
-
}
|
|
663
579
|
|
|
664
580
|
export interface AdminGetDeviceRequest {
|
|
665
581
|
|
|
@@ -872,10 +788,6 @@ export interface MFAMethodNotFoundException extends __SmithyException, $Metadata
|
|
|
872
788
|
|
|
873
789
|
message?: string;
|
|
874
790
|
}
|
|
875
|
-
export declare namespace MFAMethodNotFoundException {
|
|
876
|
-
|
|
877
|
-
const filterSensitiveLog: (obj: MFAMethodNotFoundException) => any;
|
|
878
|
-
}
|
|
879
791
|
|
|
880
792
|
export interface PasswordResetRequiredException extends __SmithyException, $MetadataBearer {
|
|
881
793
|
name: "PasswordResetRequiredException";
|
|
@@ -883,10 +795,6 @@ export interface PasswordResetRequiredException extends __SmithyException, $Meta
|
|
|
883
795
|
|
|
884
796
|
message?: string;
|
|
885
797
|
}
|
|
886
|
-
export declare namespace PasswordResetRequiredException {
|
|
887
|
-
|
|
888
|
-
const filterSensitiveLog: (obj: PasswordResetRequiredException) => any;
|
|
889
|
-
}
|
|
890
798
|
|
|
891
799
|
export interface UserNotConfirmedException extends __SmithyException, $MetadataBearer {
|
|
892
800
|
name: "UserNotConfirmedException";
|
|
@@ -894,10 +802,6 @@ export interface UserNotConfirmedException extends __SmithyException, $MetadataB
|
|
|
894
802
|
|
|
895
803
|
message?: string;
|
|
896
804
|
}
|
|
897
|
-
export declare namespace UserNotConfirmedException {
|
|
898
|
-
|
|
899
|
-
const filterSensitiveLog: (obj: UserNotConfirmedException) => any;
|
|
900
|
-
}
|
|
901
805
|
export interface AdminLinkProviderForUserRequest {
|
|
902
806
|
|
|
903
807
|
UserPoolId: string | undefined;
|
|
@@ -1125,10 +1029,6 @@ export interface UserPoolAddOnNotEnabledException extends __SmithyException, $Me
|
|
|
1125
1029
|
$fault: "client";
|
|
1126
1030
|
message?: string;
|
|
1127
1031
|
}
|
|
1128
|
-
export declare namespace UserPoolAddOnNotEnabledException {
|
|
1129
|
-
|
|
1130
|
-
const filterSensitiveLog: (obj: UserPoolAddOnNotEnabledException) => any;
|
|
1131
|
-
}
|
|
1132
1032
|
export interface AdminRemoveUserFromGroupRequest {
|
|
1133
1033
|
|
|
1134
1034
|
UserPoolId: string | undefined;
|
|
@@ -1170,10 +1070,6 @@ export interface InvalidEmailRoleAccessPolicyException extends __SmithyException
|
|
|
1170
1070
|
|
|
1171
1071
|
message?: string;
|
|
1172
1072
|
}
|
|
1173
|
-
export declare namespace InvalidEmailRoleAccessPolicyException {
|
|
1174
|
-
|
|
1175
|
-
const filterSensitiveLog: (obj: InvalidEmailRoleAccessPolicyException) => any;
|
|
1176
|
-
}
|
|
1177
1073
|
|
|
1178
1074
|
export interface AdminRespondToAuthChallengeRequest {
|
|
1179
1075
|
|
|
@@ -1225,10 +1121,6 @@ export interface CodeMismatchException extends __SmithyException, $MetadataBeare
|
|
|
1225
1121
|
|
|
1226
1122
|
message?: string;
|
|
1227
1123
|
}
|
|
1228
|
-
export declare namespace CodeMismatchException {
|
|
1229
|
-
|
|
1230
|
-
const filterSensitiveLog: (obj: CodeMismatchException) => any;
|
|
1231
|
-
}
|
|
1232
1124
|
|
|
1233
1125
|
export interface ExpiredCodeException extends __SmithyException, $MetadataBearer {
|
|
1234
1126
|
name: "ExpiredCodeException";
|
|
@@ -1236,20 +1128,12 @@ export interface ExpiredCodeException extends __SmithyException, $MetadataBearer
|
|
|
1236
1128
|
|
|
1237
1129
|
message?: string;
|
|
1238
1130
|
}
|
|
1239
|
-
export declare namespace ExpiredCodeException {
|
|
1240
|
-
|
|
1241
|
-
const filterSensitiveLog: (obj: ExpiredCodeException) => any;
|
|
1242
|
-
}
|
|
1243
1131
|
|
|
1244
1132
|
export interface SoftwareTokenMFANotFoundException extends __SmithyException, $MetadataBearer {
|
|
1245
1133
|
name: "SoftwareTokenMFANotFoundException";
|
|
1246
1134
|
$fault: "client";
|
|
1247
1135
|
message?: string;
|
|
1248
1136
|
}
|
|
1249
|
-
export declare namespace SoftwareTokenMFANotFoundException {
|
|
1250
|
-
|
|
1251
|
-
const filterSensitiveLog: (obj: SoftwareTokenMFANotFoundException) => any;
|
|
1252
|
-
}
|
|
1253
1137
|
|
|
1254
1138
|
export interface SMSMfaSettingsType {
|
|
1255
1139
|
|
|
@@ -1474,10 +1358,6 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
|
|
|
1474
1358
|
|
|
1475
1359
|
message?: string;
|
|
1476
1360
|
}
|
|
1477
|
-
export declare namespace ConcurrentModificationException {
|
|
1478
|
-
|
|
1479
|
-
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
1480
|
-
}
|
|
1481
1361
|
|
|
1482
1362
|
export interface ChangePasswordRequest {
|
|
1483
1363
|
|
|
@@ -1636,10 +1516,6 @@ export interface GroupExistsException extends __SmithyException, $MetadataBearer
|
|
|
1636
1516
|
$fault: "client";
|
|
1637
1517
|
message?: string;
|
|
1638
1518
|
}
|
|
1639
|
-
export declare namespace GroupExistsException {
|
|
1640
|
-
|
|
1641
|
-
const filterSensitiveLog: (obj: GroupExistsException) => any;
|
|
1642
|
-
}
|
|
1643
1519
|
export declare enum IdentityProviderTypeType {
|
|
1644
1520
|
Facebook = "Facebook",
|
|
1645
1521
|
Google = "Google",
|
|
@@ -1711,10 +1587,6 @@ export interface DuplicateProviderException extends __SmithyException, $Metadata
|
|
|
1711
1587
|
$fault: "client";
|
|
1712
1588
|
message?: string;
|
|
1713
1589
|
}
|
|
1714
|
-
export declare namespace DuplicateProviderException {
|
|
1715
|
-
|
|
1716
|
-
const filterSensitiveLog: (obj: DuplicateProviderException) => any;
|
|
1717
|
-
}
|
|
1718
1590
|
|
|
1719
1591
|
export interface ResourceServerScopeType {
|
|
1720
1592
|
|
|
@@ -2155,10 +2027,6 @@ export interface UserPoolTaggingException extends __SmithyException, $MetadataBe
|
|
|
2155
2027
|
$fault: "client";
|
|
2156
2028
|
message?: string;
|
|
2157
2029
|
}
|
|
2158
|
-
export declare namespace UserPoolTaggingException {
|
|
2159
|
-
|
|
2160
|
-
const filterSensitiveLog: (obj: UserPoolTaggingException) => any;
|
|
2161
|
-
}
|
|
2162
2030
|
export declare enum OAuthFlowType {
|
|
2163
2031
|
client_credentials = "client_credentials",
|
|
2164
2032
|
code = "code",
|
|
@@ -2312,20 +2180,12 @@ export interface InvalidOAuthFlowException extends __SmithyException, $MetadataB
|
|
|
2312
2180
|
$fault: "client";
|
|
2313
2181
|
message?: string;
|
|
2314
2182
|
}
|
|
2315
|
-
export declare namespace InvalidOAuthFlowException {
|
|
2316
|
-
|
|
2317
|
-
const filterSensitiveLog: (obj: InvalidOAuthFlowException) => any;
|
|
2318
|
-
}
|
|
2319
2183
|
|
|
2320
2184
|
export interface ScopeDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
2321
2185
|
name: "ScopeDoesNotExistException";
|
|
2322
2186
|
$fault: "client";
|
|
2323
2187
|
message?: string;
|
|
2324
2188
|
}
|
|
2325
|
-
export declare namespace ScopeDoesNotExistException {
|
|
2326
|
-
|
|
2327
|
-
const filterSensitiveLog: (obj: ScopeDoesNotExistException) => any;
|
|
2328
|
-
}
|
|
2329
2189
|
|
|
2330
2190
|
export interface CustomDomainConfigType {
|
|
2331
2191
|
|
|
@@ -2381,10 +2241,6 @@ export interface UnsupportedIdentityProviderException extends __SmithyException,
|
|
|
2381
2241
|
$fault: "client";
|
|
2382
2242
|
message?: string;
|
|
2383
2243
|
}
|
|
2384
|
-
export declare namespace UnsupportedIdentityProviderException {
|
|
2385
|
-
|
|
2386
|
-
const filterSensitiveLog: (obj: UnsupportedIdentityProviderException) => any;
|
|
2387
|
-
}
|
|
2388
2244
|
export interface DeleteResourceServerRequest {
|
|
2389
2245
|
|
|
2390
2246
|
UserPoolId: string | undefined;
|
|
@@ -3381,30 +3237,18 @@ export interface UnauthorizedException extends __SmithyException, $MetadataBeare
|
|
|
3381
3237
|
$fault: "client";
|
|
3382
3238
|
message?: string;
|
|
3383
3239
|
}
|
|
3384
|
-
export declare namespace UnauthorizedException {
|
|
3385
|
-
|
|
3386
|
-
const filterSensitiveLog: (obj: UnauthorizedException) => any;
|
|
3387
|
-
}
|
|
3388
3240
|
|
|
3389
3241
|
export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
|
|
3390
3242
|
name: "UnsupportedOperationException";
|
|
3391
3243
|
$fault: "client";
|
|
3392
3244
|
message?: string;
|
|
3393
3245
|
}
|
|
3394
|
-
export declare namespace UnsupportedOperationException {
|
|
3395
|
-
|
|
3396
|
-
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
3397
|
-
}
|
|
3398
3246
|
|
|
3399
3247
|
export interface UnsupportedTokenTypeException extends __SmithyException, $MetadataBearer {
|
|
3400
3248
|
name: "UnsupportedTokenTypeException";
|
|
3401
3249
|
$fault: "client";
|
|
3402
3250
|
message?: string;
|
|
3403
3251
|
}
|
|
3404
|
-
export declare namespace UnsupportedTokenTypeException {
|
|
3405
|
-
|
|
3406
|
-
const filterSensitiveLog: (obj: UnsupportedTokenTypeException) => any;
|
|
3407
|
-
}
|
|
3408
3252
|
export interface SetRiskConfigurationRequest {
|
|
3409
3253
|
|
|
3410
3254
|
UserPoolId: string | undefined;
|
|
@@ -337,10 +337,6 @@ export interface EnableSoftwareTokenMFAException extends __SmithyException, $Met
|
|
|
337
337
|
$fault: "client";
|
|
338
338
|
message?: string;
|
|
339
339
|
}
|
|
340
|
-
export declare namespace EnableSoftwareTokenMFAException {
|
|
341
|
-
|
|
342
|
-
const filterSensitiveLog: (obj: EnableSoftwareTokenMFAException) => any;
|
|
343
|
-
}
|
|
344
340
|
export interface VerifySoftwareTokenRequest {
|
|
345
341
|
|
|
346
342
|
AccessToken?: string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity-provider",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.2",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,48 +18,44 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.2",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.2",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
52
51
|
"tslib": "^2.3.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
-
"@types/node": "^12.7.5"
|
|
57
|
-
"downlevel-dts": "0.7.0",
|
|
58
|
-
"jest": "^26.1.0",
|
|
59
|
-
"rimraf": "^3.0.0",
|
|
60
|
-
"ts-jest": "^26.4.1",
|
|
61
|
-
"typedoc": "^0.19.2",
|
|
62
|
-
"typescript": "~4.3.5"
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
|
+
"@types/node": "^12.7.5"
|
|
63
56
|
},
|
|
64
57
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
58
|
+
"node": ">=12.0.0"
|
|
66
59
|
},
|
|
67
60
|
"typesVersions": {
|
|
68
61
|
"<4.0": {
|