File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ type CognitoEventUserPoolsPostAuthenticationResponse struct {
144
144
// CognitoEventUserPoolsMigrateUserRequest contains the request portion of a MigrateUser event
145
145
type CognitoEventUserPoolsMigrateUserRequest struct {
146
146
Password string `json:"password"`
147
+ ValidationData map [string ]string `json:"validationData"`
147
148
ClientMetadata map [string ]string `json:"clientMetadata"`
148
149
}
149
150
Original file line number Diff line number Diff line change 10
10
},
11
11
"request" : {
12
12
"password" : " <password>" ,
13
+ "validationData" : {
14
+ "exampleMetadataKey" : " example metadata value"
15
+ },
13
16
"clientMetadata" : {
14
17
"exampleMetadataKey" : " example metadata value"
15
- }
18
+ }
16
19
},
17
20
"response" : {
18
21
"userAttributes" : {
27
30
],
28
31
"forceAliasCreation" : true
29
32
}
30
- }
33
+ }
You can’t perform that action at this time.
0 commit comments