@aws-sdk/client-cognito-identity-provider 3.28.0 → 3.32.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/CHANGELOG.md +32 -0
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +40 -40
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_json1_1.js +41 -41
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/package.json +31 -31
- package/protocols/Aws_json1_1.ts +45 -41
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity-provider",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.32.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
|
|
7
7
|
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.32.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.32.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.32.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.32.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.32.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.32.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.32.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.32.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.32.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.32.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.32.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.32.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.32.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.32.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.32.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.32.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.32.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.32.0",
|
|
48
|
+
"@aws-sdk/types": "3.32.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.32.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.32.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.32.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.32.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.32.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.32.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.32.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.32.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.32.0",
|
|
58
58
|
"tslib": "^2.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/client-documentation-generator": "3.32.0",
|
|
62
62
|
"@types/node": "^12.7.5",
|
|
63
63
|
"downlevel-dts": "0.7.0",
|
|
64
64
|
"jest": "^26.1.0",
|
|
65
65
|
"rimraf": "^3.0.0",
|
|
66
66
|
"ts-jest": "^26.4.1",
|
|
67
67
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.3.
|
|
68
|
+
"typescript": "~4.3.5"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=10.0.0"
|
package/protocols/Aws_json1_1.ts
CHANGED
|
@@ -576,8 +576,12 @@ import {
|
|
|
576
576
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
577
577
|
import {
|
|
578
578
|
expectBoolean as __expectBoolean,
|
|
579
|
-
|
|
579
|
+
expectInt32 as __expectInt32,
|
|
580
|
+
expectLong as __expectLong,
|
|
581
|
+
expectNonNull as __expectNonNull,
|
|
582
|
+
expectNumber as __expectNumber,
|
|
580
583
|
expectString as __expectString,
|
|
584
|
+
parseEpochTimestamp as __parseEpochTimestamp,
|
|
581
585
|
} from "@aws-sdk/smithy-client";
|
|
582
586
|
import {
|
|
583
587
|
Endpoint as __Endpoint,
|
|
@@ -15769,7 +15773,7 @@ const deserializeAws_json1_1AdminCreateUserConfigType = (
|
|
|
15769
15773
|
output.InviteMessageTemplate !== undefined && output.InviteMessageTemplate !== null
|
|
15770
15774
|
? deserializeAws_json1_1MessageTemplateType(output.InviteMessageTemplate, context)
|
|
15771
15775
|
: undefined,
|
|
15772
|
-
UnusedAccountValidityDays:
|
|
15776
|
+
UnusedAccountValidityDays: __expectInt32(output.UnusedAccountValidityDays),
|
|
15773
15777
|
} as any;
|
|
15774
15778
|
};
|
|
15775
15779
|
|
|
@@ -15836,11 +15840,11 @@ const deserializeAws_json1_1AdminGetUserResponse = (output: any, context: __Serd
|
|
|
15836
15840
|
: undefined,
|
|
15837
15841
|
UserCreateDate:
|
|
15838
15842
|
output.UserCreateDate !== undefined && output.UserCreateDate !== null
|
|
15839
|
-
?
|
|
15843
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UserCreateDate)))
|
|
15840
15844
|
: undefined,
|
|
15841
15845
|
UserLastModifiedDate:
|
|
15842
15846
|
output.UserLastModifiedDate !== undefined && output.UserLastModifiedDate !== null
|
|
15843
|
-
?
|
|
15847
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UserLastModifiedDate)))
|
|
15844
15848
|
: undefined,
|
|
15845
15849
|
UserMFASettingList:
|
|
15846
15850
|
output.UserMFASettingList !== undefined && output.UserMFASettingList !== null
|
|
@@ -16071,7 +16075,7 @@ const deserializeAws_json1_1AuthenticationResultType = (
|
|
|
16071
16075
|
): AuthenticationResultType => {
|
|
16072
16076
|
return {
|
|
16073
16077
|
AccessToken: __expectString(output.AccessToken),
|
|
16074
|
-
ExpiresIn:
|
|
16078
|
+
ExpiresIn: __expectInt32(output.ExpiresIn),
|
|
16075
16079
|
IdToken: __expectString(output.IdToken),
|
|
16076
16080
|
NewDeviceMetadata:
|
|
16077
16081
|
output.NewDeviceMetadata !== undefined && output.NewDeviceMetadata !== null
|
|
@@ -16101,7 +16105,7 @@ const deserializeAws_json1_1AuthEventType = (output: any, context: __SerdeContex
|
|
|
16101
16105
|
: undefined,
|
|
16102
16106
|
CreationDate:
|
|
16103
16107
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
16104
|
-
?
|
|
16108
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
16105
16109
|
: undefined,
|
|
16106
16110
|
EventContextData:
|
|
16107
16111
|
output.EventContextData !== undefined && output.EventContextData !== null
|
|
@@ -16513,16 +16517,16 @@ const deserializeAws_json1_1DeviceType = (output: any, context: __SerdeContext):
|
|
|
16513
16517
|
: undefined,
|
|
16514
16518
|
DeviceCreateDate:
|
|
16515
16519
|
output.DeviceCreateDate !== undefined && output.DeviceCreateDate !== null
|
|
16516
|
-
?
|
|
16520
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeviceCreateDate)))
|
|
16517
16521
|
: undefined,
|
|
16518
16522
|
DeviceKey: __expectString(output.DeviceKey),
|
|
16519
16523
|
DeviceLastAuthenticatedDate:
|
|
16520
16524
|
output.DeviceLastAuthenticatedDate !== undefined && output.DeviceLastAuthenticatedDate !== null
|
|
16521
|
-
?
|
|
16525
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeviceLastAuthenticatedDate)))
|
|
16522
16526
|
: undefined,
|
|
16523
16527
|
DeviceLastModifiedDate:
|
|
16524
16528
|
output.DeviceLastModifiedDate !== undefined && output.DeviceLastModifiedDate !== null
|
|
16525
|
-
?
|
|
16529
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeviceLastModifiedDate)))
|
|
16526
16530
|
: undefined,
|
|
16527
16531
|
} as any;
|
|
16528
16532
|
};
|
|
@@ -16585,7 +16589,7 @@ const deserializeAws_json1_1EventFeedbackType = (output: any, context: __SerdeCo
|
|
|
16585
16589
|
return {
|
|
16586
16590
|
FeedbackDate:
|
|
16587
16591
|
output.FeedbackDate !== undefined && output.FeedbackDate !== null
|
|
16588
|
-
?
|
|
16592
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.FeedbackDate)))
|
|
16589
16593
|
: undefined,
|
|
16590
16594
|
FeedbackValue: __expectString(output.FeedbackValue),
|
|
16591
16595
|
Provider: __expectString(output.Provider),
|
|
@@ -16774,15 +16778,15 @@ const deserializeAws_json1_1GroupType = (output: any, context: __SerdeContext):
|
|
|
16774
16778
|
return {
|
|
16775
16779
|
CreationDate:
|
|
16776
16780
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
16777
|
-
?
|
|
16781
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
16778
16782
|
: undefined,
|
|
16779
16783
|
Description: __expectString(output.Description),
|
|
16780
16784
|
GroupName: __expectString(output.GroupName),
|
|
16781
16785
|
LastModifiedDate:
|
|
16782
16786
|
output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
|
|
16783
|
-
?
|
|
16787
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate)))
|
|
16784
16788
|
: undefined,
|
|
16785
|
-
Precedence:
|
|
16789
|
+
Precedence: __expectInt32(output.Precedence),
|
|
16786
16790
|
RoleArn: __expectString(output.RoleArn),
|
|
16787
16791
|
UserPoolId: __expectString(output.UserPoolId),
|
|
16788
16792
|
} as any;
|
|
@@ -16796,7 +16800,7 @@ const deserializeAws_json1_1IdentityProviderType = (output: any, context: __Serd
|
|
|
16796
16800
|
: undefined,
|
|
16797
16801
|
CreationDate:
|
|
16798
16802
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
16799
|
-
?
|
|
16803
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
16800
16804
|
: undefined,
|
|
16801
16805
|
IdpIdentifiers:
|
|
16802
16806
|
output.IdpIdentifiers !== undefined && output.IdpIdentifiers !== null
|
|
@@ -16804,7 +16808,7 @@ const deserializeAws_json1_1IdentityProviderType = (output: any, context: __Serd
|
|
|
16804
16808
|
: undefined,
|
|
16805
16809
|
LastModifiedDate:
|
|
16806
16810
|
output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
|
|
16807
|
-
?
|
|
16811
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate)))
|
|
16808
16812
|
: undefined,
|
|
16809
16813
|
ProviderDetails:
|
|
16810
16814
|
output.ProviderDetails !== undefined && output.ProviderDetails !== null
|
|
@@ -17191,12 +17195,12 @@ const deserializeAws_json1_1OAuthFlowsType = (output: any, context: __SerdeConte
|
|
|
17191
17195
|
|
|
17192
17196
|
const deserializeAws_json1_1PasswordPolicyType = (output: any, context: __SerdeContext): PasswordPolicyType => {
|
|
17193
17197
|
return {
|
|
17194
|
-
MinimumLength:
|
|
17198
|
+
MinimumLength: __expectInt32(output.MinimumLength),
|
|
17195
17199
|
RequireLowercase: __expectBoolean(output.RequireLowercase),
|
|
17196
17200
|
RequireNumbers: __expectBoolean(output.RequireNumbers),
|
|
17197
17201
|
RequireSymbols: __expectBoolean(output.RequireSymbols),
|
|
17198
17202
|
RequireUppercase: __expectBoolean(output.RequireUppercase),
|
|
17199
|
-
TemporaryPasswordValidityDays:
|
|
17203
|
+
TemporaryPasswordValidityDays: __expectInt32(output.TemporaryPasswordValidityDays),
|
|
17200
17204
|
} as any;
|
|
17201
17205
|
};
|
|
17202
17206
|
|
|
@@ -17222,11 +17226,11 @@ const deserializeAws_json1_1ProviderDescription = (output: any, context: __Serde
|
|
|
17222
17226
|
return {
|
|
17223
17227
|
CreationDate:
|
|
17224
17228
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
17225
|
-
?
|
|
17229
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
17226
17230
|
: undefined,
|
|
17227
17231
|
LastModifiedDate:
|
|
17228
17232
|
output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
|
|
17229
|
-
?
|
|
17233
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate)))
|
|
17230
17234
|
: undefined,
|
|
17231
17235
|
ProviderName: __expectString(output.ProviderName),
|
|
17232
17236
|
ProviderType: __expectString(output.ProviderType),
|
|
@@ -17270,7 +17274,7 @@ const deserializeAws_json1_1RecoveryMechanismsType = (output: any, context: __Se
|
|
|
17270
17274
|
const deserializeAws_json1_1RecoveryOptionType = (output: any, context: __SerdeContext): RecoveryOptionType => {
|
|
17271
17275
|
return {
|
|
17272
17276
|
Name: __expectString(output.Name),
|
|
17273
|
-
Priority:
|
|
17277
|
+
Priority: __expectInt32(output.Priority),
|
|
17274
17278
|
} as any;
|
|
17275
17279
|
};
|
|
17276
17280
|
|
|
@@ -17381,7 +17385,7 @@ const deserializeAws_json1_1RiskConfigurationType = (output: any, context: __Ser
|
|
|
17381
17385
|
: undefined,
|
|
17382
17386
|
LastModifiedDate:
|
|
17383
17387
|
output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
|
|
17384
|
-
?
|
|
17388
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate)))
|
|
17385
17389
|
: undefined,
|
|
17386
17390
|
RiskExceptionConfiguration:
|
|
17387
17391
|
output.RiskExceptionConfiguration !== undefined && output.RiskExceptionConfiguration !== null
|
|
@@ -17653,12 +17657,12 @@ const deserializeAws_json1_1UICustomizationType = (output: any, context: __Serde
|
|
|
17653
17657
|
ClientId: __expectString(output.ClientId),
|
|
17654
17658
|
CreationDate:
|
|
17655
17659
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
17656
|
-
?
|
|
17660
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
17657
17661
|
: undefined,
|
|
17658
17662
|
ImageUrl: __expectString(output.ImageUrl),
|
|
17659
17663
|
LastModifiedDate:
|
|
17660
17664
|
output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
|
|
17661
|
-
?
|
|
17665
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate)))
|
|
17662
17666
|
: undefined,
|
|
17663
17667
|
UserPoolId: __expectString(output.UserPoolId),
|
|
17664
17668
|
} as any;
|
|
@@ -17828,22 +17832,22 @@ const deserializeAws_json1_1UserImportJobType = (output: any, context: __SerdeCo
|
|
|
17828
17832
|
CloudWatchLogsRoleArn: __expectString(output.CloudWatchLogsRoleArn),
|
|
17829
17833
|
CompletionDate:
|
|
17830
17834
|
output.CompletionDate !== undefined && output.CompletionDate !== null
|
|
17831
|
-
?
|
|
17835
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CompletionDate)))
|
|
17832
17836
|
: undefined,
|
|
17833
17837
|
CompletionMessage: __expectString(output.CompletionMessage),
|
|
17834
17838
|
CreationDate:
|
|
17835
17839
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
17836
|
-
?
|
|
17840
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
17837
17841
|
: undefined,
|
|
17838
|
-
FailedUsers:
|
|
17839
|
-
ImportedUsers:
|
|
17842
|
+
FailedUsers: __expectLong(output.FailedUsers),
|
|
17843
|
+
ImportedUsers: __expectLong(output.ImportedUsers),
|
|
17840
17844
|
JobId: __expectString(output.JobId),
|
|
17841
17845
|
JobName: __expectString(output.JobName),
|
|
17842
17846
|
PreSignedUrl: __expectString(output.PreSignedUrl),
|
|
17843
|
-
SkippedUsers:
|
|
17847
|
+
SkippedUsers: __expectLong(output.SkippedUsers),
|
|
17844
17848
|
StartDate:
|
|
17845
17849
|
output.StartDate !== undefined && output.StartDate !== null
|
|
17846
|
-
?
|
|
17850
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartDate)))
|
|
17847
17851
|
: undefined,
|
|
17848
17852
|
Status: __expectString(output.Status),
|
|
17849
17853
|
UserPoolId: __expectString(output.UserPoolId),
|
|
@@ -17959,7 +17963,7 @@ const deserializeAws_json1_1UserPoolClientListType = (
|
|
|
17959
17963
|
|
|
17960
17964
|
const deserializeAws_json1_1UserPoolClientType = (output: any, context: __SerdeContext): UserPoolClientType => {
|
|
17961
17965
|
return {
|
|
17962
|
-
AccessTokenValidity:
|
|
17966
|
+
AccessTokenValidity: __expectInt32(output.AccessTokenValidity),
|
|
17963
17967
|
AllowedOAuthFlows:
|
|
17964
17968
|
output.AllowedOAuthFlows !== undefined && output.AllowedOAuthFlows !== null
|
|
17965
17969
|
? deserializeAws_json1_1OAuthFlowsType(output.AllowedOAuthFlows, context)
|
|
@@ -17982,7 +17986,7 @@ const deserializeAws_json1_1UserPoolClientType = (output: any, context: __SerdeC
|
|
|
17982
17986
|
ClientSecret: __expectString(output.ClientSecret),
|
|
17983
17987
|
CreationDate:
|
|
17984
17988
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
17985
|
-
?
|
|
17989
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
17986
17990
|
: undefined,
|
|
17987
17991
|
DefaultRedirectURI: __expectString(output.DefaultRedirectURI),
|
|
17988
17992
|
EnableTokenRevocation: __expectBoolean(output.EnableTokenRevocation),
|
|
@@ -17990,10 +17994,10 @@ const deserializeAws_json1_1UserPoolClientType = (output: any, context: __SerdeC
|
|
|
17990
17994
|
output.ExplicitAuthFlows !== undefined && output.ExplicitAuthFlows !== null
|
|
17991
17995
|
? deserializeAws_json1_1ExplicitAuthFlowsListType(output.ExplicitAuthFlows, context)
|
|
17992
17996
|
: undefined,
|
|
17993
|
-
IdTokenValidity:
|
|
17997
|
+
IdTokenValidity: __expectInt32(output.IdTokenValidity),
|
|
17994
17998
|
LastModifiedDate:
|
|
17995
17999
|
output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
|
|
17996
|
-
?
|
|
18000
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate)))
|
|
17997
18001
|
: undefined,
|
|
17998
18002
|
LogoutURLs:
|
|
17999
18003
|
output.LogoutURLs !== undefined && output.LogoutURLs !== null
|
|
@@ -18004,7 +18008,7 @@ const deserializeAws_json1_1UserPoolClientType = (output: any, context: __SerdeC
|
|
|
18004
18008
|
output.ReadAttributes !== undefined && output.ReadAttributes !== null
|
|
18005
18009
|
? deserializeAws_json1_1ClientPermissionListType(output.ReadAttributes, context)
|
|
18006
18010
|
: undefined,
|
|
18007
|
-
RefreshTokenValidity:
|
|
18011
|
+
RefreshTokenValidity: __expectInt32(output.RefreshTokenValidity),
|
|
18008
18012
|
SupportedIdentityProviders:
|
|
18009
18013
|
output.SupportedIdentityProviders !== undefined && output.SupportedIdentityProviders !== null
|
|
18010
18014
|
? deserializeAws_json1_1SupportedIdentityProvidersListType(output.SupportedIdentityProviders, context)
|
|
@@ -18028,7 +18032,7 @@ const deserializeAws_json1_1UserPoolDescriptionType = (
|
|
|
18028
18032
|
return {
|
|
18029
18033
|
CreationDate:
|
|
18030
18034
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
18031
|
-
?
|
|
18035
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
18032
18036
|
: undefined,
|
|
18033
18037
|
Id: __expectString(output.Id),
|
|
18034
18038
|
LambdaConfig:
|
|
@@ -18037,7 +18041,7 @@ const deserializeAws_json1_1UserPoolDescriptionType = (
|
|
|
18037
18041
|
: undefined,
|
|
18038
18042
|
LastModifiedDate:
|
|
18039
18043
|
output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
|
|
18040
|
-
?
|
|
18044
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate)))
|
|
18041
18045
|
: undefined,
|
|
18042
18046
|
Name: __expectString(output.Name),
|
|
18043
18047
|
Status: __expectString(output.Status),
|
|
@@ -18106,7 +18110,7 @@ const deserializeAws_json1_1UserPoolType = (output: any, context: __SerdeContext
|
|
|
18106
18110
|
: undefined,
|
|
18107
18111
|
CreationDate:
|
|
18108
18112
|
output.CreationDate !== undefined && output.CreationDate !== null
|
|
18109
|
-
?
|
|
18113
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate)))
|
|
18110
18114
|
: undefined,
|
|
18111
18115
|
CustomDomain: __expectString(output.CustomDomain),
|
|
18112
18116
|
DeviceConfiguration:
|
|
@@ -18121,7 +18125,7 @@ const deserializeAws_json1_1UserPoolType = (output: any, context: __SerdeContext
|
|
|
18121
18125
|
EmailConfigurationFailure: __expectString(output.EmailConfigurationFailure),
|
|
18122
18126
|
EmailVerificationMessage: __expectString(output.EmailVerificationMessage),
|
|
18123
18127
|
EmailVerificationSubject: __expectString(output.EmailVerificationSubject),
|
|
18124
|
-
EstimatedNumberOfUsers:
|
|
18128
|
+
EstimatedNumberOfUsers: __expectInt32(output.EstimatedNumberOfUsers),
|
|
18125
18129
|
Id: __expectString(output.Id),
|
|
18126
18130
|
LambdaConfig:
|
|
18127
18131
|
output.LambdaConfig !== undefined && output.LambdaConfig !== null
|
|
@@ -18129,7 +18133,7 @@ const deserializeAws_json1_1UserPoolType = (output: any, context: __SerdeContext
|
|
|
18129
18133
|
: undefined,
|
|
18130
18134
|
LastModifiedDate:
|
|
18131
18135
|
output.LastModifiedDate !== undefined && output.LastModifiedDate !== null
|
|
18132
|
-
?
|
|
18136
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate)))
|
|
18133
18137
|
: undefined,
|
|
18134
18138
|
MfaConfiguration: __expectString(output.MfaConfiguration),
|
|
18135
18139
|
Name: __expectString(output.Name),
|
|
@@ -18196,11 +18200,11 @@ const deserializeAws_json1_1UserType = (output: any, context: __SerdeContext): U
|
|
|
18196
18200
|
: undefined,
|
|
18197
18201
|
UserCreateDate:
|
|
18198
18202
|
output.UserCreateDate !== undefined && output.UserCreateDate !== null
|
|
18199
|
-
?
|
|
18203
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UserCreateDate)))
|
|
18200
18204
|
: undefined,
|
|
18201
18205
|
UserLastModifiedDate:
|
|
18202
18206
|
output.UserLastModifiedDate !== undefined && output.UserLastModifiedDate !== null
|
|
18203
|
-
?
|
|
18207
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UserLastModifiedDate)))
|
|
18204
18208
|
: undefined,
|
|
18205
18209
|
UserStatus: __expectString(output.UserStatus),
|
|
18206
18210
|
Username: __expectString(output.Username),
|