We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc4714 commit b2451e9Copy full SHA for b2451e9
lambda-events/src/event/cognito/mod.rs
@@ -254,7 +254,9 @@ pub struct CognitoEventUserPoolsMigrateUserResponse {
254
pub final_user_status: Option<String>,
255
#[serde(default)]
256
pub message_action: Option<String>,
257
- pub desired_delivery_mediums: Vec<String>,
+ #[serde(default)]
258
+ pub desired_delivery_mediums: Option<Vec<String>>,
259
+ #[serde(default, deserialize_with = "deserialize_nullish_boolean")]
260
pub force_alias_creation: bool,
261
}
262
0 commit comments