AWSLambdaInvocationType
Objective-C
NS_ENUM(NSInteger, AWSLambdaInvocationType) {
AWSLambdaInvocationTypeUnknown,
AWSLambdaInvocationTypeEvent,
AWSLambdaInvocationTypeRequestResponse,
AWSLambdaInvocationTypeDryRun,
}
Swift
enum AWSLambdaInvocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLambdaInvocationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLambdaInvocationTypeEvent
Swift
case event = 1
-
Undocumented
Declaration
Objective-C
AWSLambdaInvocationTypeRequestResponse
Swift
case requestResponse = 2
-
Undocumented
Declaration
Objective-C
AWSLambdaInvocationTypeDryRun
Swift
case dryRun = 3