Enumeration Caseswift-aws-lambda-events 1.0.0AWSLambdaEvents
postAuthentication(_:_:_:)
Cognito.swift:272case postAuthentication(CognitoEvent.Parameters, CognitoEvent.PostAuthentication, EmptyResponse)
case postAuthentication(CognitoEvent.Parameters, CognitoEvent.PostAuthentication, EmptyResponse)
s15AWSLambdaEvents20CognitoEventResponseO18postAuthenticationyAcA0cD0O10ParametersV_AF04PostG0VAC05EmptyE0VtcACmF
What are these?3MDO2
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
enum CognitoEventResponse
enum CognitoEvent
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html
struct Parameters
struct PostAuthentication
struct EmptyResponse
case preSignUp(CognitoEvent.Parameters, CognitoEvent.PreSignUp, PreSignUp)
case postConfirmation(CognitoEvent.Parameters, CognitoEvent.PostConfirmation, EmptyResponse)
case customMessage(CognitoEvent.Parameters, CognitoEvent.CustomMessage, CustomMessage)