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