You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lambda-events/src/event/apigw/mod.rs
+14
Original file line number
Diff line number
Diff line change
@@ -433,6 +433,10 @@ where
433
433
pubroute_key:Option<String>,
434
434
#[serde(default)]
435
435
pubstatus:Option<String>,
436
+
#[serde(default)]
437
+
pubdisconnect_status_code:Option<i64>,
438
+
#[serde(default)]
439
+
pubdisconnect_reason:Option<String>,
436
440
}
437
441
438
442
/// `ApiGatewayCustomAuthorizerRequestTypeRequestIdentity` contains identity information for the request caller including certificate information if using mTLS.
0 commit comments