package aws_lambda
- Alphabetic
- By Inheritance
- aws_lambda
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait ALBEvent extends Object
- Annotations
- @JSType() @native()
- trait ALBEventRequestContext extends Object
- Annotations
- @JSType() @native()
- type ALBHandler = Handler[ALBEvent, ALBResult]
- trait ALBResult extends Object
- Annotations
- @JSType() @native()
- type APIGatewayAuthorizerEvent = |[APIGatewayTokenAuthorizerEvent, APIGatewayRequestAuthorizerEvent]
- type APIGatewayAuthorizerHandler = Handler[APIGatewayAuthorizerEvent, APIGatewayAuthorizerResult]
- trait APIGatewayAuthorizerResult extends Object
- Annotations
- @JSType() @native()
- trait APIGatewayAuthorizerResultContext extends Object
- Annotations
- @JSType() @native()
- type APIGatewayAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = Handler[APIGatewayAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
- trait APIGatewayAuthorizerWithContextResult[TAuthorizerContext <: APIGatewayAuthorizerResultContext] extends Object
- Annotations
- @JSType() @native()
- trait APIGatewayEventClientCertificate extends Object
- Annotations
- @JSType() @native()
- type APIGatewayEventDefaultAuthorizerContext = |[UndefOr[Dictionary[Any]], Null]
- trait APIGatewayEventIdentity extends Object
- Annotations
- @JSType()
- trait APIGatewayEventLambdaAuthorizerContext[TAuthorizerContext <: Object] extends Object
- Annotations
- @JSType()
- type APIGatewayEventRequestContext = APIGatewayEventRequestContextWithAuthorizer[APIGatewayEventDefaultAuthorizerContext]
- trait APIGatewayEventRequestContextWithAuthorizer[TAuthorizerContext] extends Object
- Annotations
- @JSType()
- trait APIGatewayProxyCognitoAuthorizer extends Object
- Annotations
- @JSType() @native()
- type APIGatewayProxyEvent = APIGatewayProxyEventBase[APIGatewayEventDefaultAuthorizerContext]
- trait APIGatewayProxyEventBase[TAuthorizerContext] extends Object
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0
- Annotations
- @JSType() @native()
- See also
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- type APIGatewayProxyEventHeaders = Dictionary[String]
- type APIGatewayProxyEventMultiValueHeaders = Dictionary[Array[String]]
- type APIGatewayProxyEventMultiValueQueryStringParameters = Dictionary[Array[String]]
- type APIGatewayProxyEventPathParameters = Dictionary[String]
- type APIGatewayProxyEventQueryStringParameters = Dictionary[String]
- type APIGatewayProxyEventStageVariables = Dictionary[String]
- trait APIGatewayProxyEventV2 extends Object
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 2.0
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 2.0
- Annotations
- @JSType() @native()
- See also
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- type APIGatewayProxyHandler = Handler[APIGatewayProxyEvent, APIGatewayProxyResult]
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0
- See also
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- type APIGatewayProxyHandlerV2[T <: Object] = Handler[APIGatewayProxyEventV2, APIGatewayProxyResultV2[T]]
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 2.0
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 2.0
- See also
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- trait APIGatewayProxyResult extends Object
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0
- Annotations
- @JSType() @native()
- See also
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- type APIGatewayProxyResultV2[T <: Object] = |[|[APIGatewayProxyStructuredResultV2, String], T]
- trait APIGatewayProxyStructuredResultV2 extends Object
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 2.0
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 2.0
- Annotations
- @JSType() @native()
- See also
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- type APIGatewayProxyWithCognitoAuthorizerEvent = APIGatewayProxyEventBase[APIGatewayProxyCognitoAuthorizer]
- type APIGatewayProxyWithCognitoAuthorizerHandler = Handler[APIGatewayProxyWithCognitoAuthorizerEvent, APIGatewayProxyResult]
- type APIGatewayProxyWithLambdaAuthorizerEvent[T <: Object] = APIGatewayProxyEventBase[APIGatewayEventLambdaAuthorizerContext[T]]
- type APIGatewayProxyWithLambdaAuthorizerEventRequestContext[T <: Object] = APIGatewayEventRequestContextWithAuthorizer[APIGatewayEventLambdaAuthorizerContext[T]]
- type APIGatewayProxyWithLambdaAuthorizerHandler[T <: Object] = Handler[APIGatewayProxyWithLambdaAuthorizerEvent[T], APIGatewayProxyResult]
- trait APIGatewayRequestAuthorizerEvent extends Object with BaseAPIGatewayAuthorizerEvent["REQUEST"]
- Annotations
- @JSType() @native()
- type APIGatewayRequestAuthorizerHandler = Handler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerResult]
- type APIGatewayRequestAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = Handler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
- trait APIGatewayTokenAuthorizerEvent extends Object with BaseAPIGatewayAuthorizerEvent["TOKEN"]
- Annotations
- @JSType() @native()
- type APIGatewayTokenAuthorizerHandler = Handler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerResult]
- type APIGatewayTokenAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = Handler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
- trait AppSyncAuthorizerEvent extends Object
- Annotations
- @JSType() @native()
- type AppSyncAuthorizerHander[TResolverContext <: Any] = Handler[AppSyncAuthorizerEvent, AppSyncAuthorizerResult[TResolverContext]]
- trait AppSyncAuthorizerResult[TResolverContext <: Any] extends Object
- Annotations
- @JSType() @native()
- type AppSyncBatchResolverHandler[TArguments <: Any, TResult] = Handler[Array[AppSyncResolverEvent[TArguments]], Array[TResult]]
- type AppSyncIdentity = |[|[|[AppSyncIdentityIAM, AppSyncIdentityCognito], AppSyncIdentityOIDC], AppSyncIdentityLambda]
- trait AppSyncIdentityCognito extends Object
- Annotations
- @JSType() @native()
- trait AppSyncIdentityIAM extends Object
- Annotations
- @JSType() @native()
- trait AppSyncIdentityLambda extends Object
- Annotations
- @JSType() @native()
- trait AppSyncIdentityOIDC extends Object
- Annotations
- @JSType() @native()
- trait AppSyncResolverEvent[T <: Any] extends Object
- Annotations
- @JSType() @native()
- trait AppSyncResolverEventInfo extends Object
- Annotations
- @JSType() @native()
- trait AppSyncResolverEventRequest extends Object
- Annotations
- @JSType() @native()
- type AppSyncResolverHandler[T <: Any, V <: Any] = Handler[AppSyncResolverEvent[T], Array[V]]
- trait Artifact extends Object
- Annotations
- @JSType() @native()
- type ArtifactLocation = S3ArtifactStore
- type AsyncALBHandler = AsyncHandler[ALBEvent, ALBResult]
- type AsyncAPIGatewayAuthorizerHandler = AsyncHandler[APIGatewayAuthorizerEvent, APIGatewayAuthorizerResult]
- type AsyncAPIGatewayAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = AsyncHandler[APIGatewayAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
- type AsyncAPIGatewayProxyHandler = AsyncHandler[APIGatewayProxyEvent, APIGatewayProxyResult]
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 1.0
- See also
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- type AsyncAPIGatewayProxyHandlerV2[T <: Object] = AsyncHandler[APIGatewayProxyEventV2, APIGatewayProxyResultV2[T]]
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 2.0
Works with Lambda Proxy Integration for Rest API or HTTP API integration Payload Format version 2.0
- See also
- https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- type AsyncAPIGatewayProxyWithCognitoAuthorizerHandler = AsyncHandler[APIGatewayProxyWithCognitoAuthorizerEvent, APIGatewayProxyResult]
- type AsyncAPIGatewayProxyWithLambdaAuthorizerHandler[T <: Object] = AsyncHandler[APIGatewayProxyWithLambdaAuthorizerEvent[T], APIGatewayProxyResult]
- type AsyncAPIGatewayRequestAuthorizerHandler = AsyncHandler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerResult]
- type AsyncAPIGatewayRequestAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = AsyncHandler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
- type AsyncAPIGatewayTokenAuthorizerHandler = AsyncHandler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerResult]
- type AsyncAPIGatewayTokenAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = AsyncHandler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
- type AsyncAppSyncAuthorizerHander[TResolverContext <: Any] = AsyncHandler[AppSyncAuthorizerEvent, AppSyncAuthorizerResult[TResolverContext]]
- type AsyncAppSyncBatchResolverHandler[TArguments <: Any, TResult] = AsyncHandler[Array[AppSyncResolverEvent[TArguments]], Array[TResult]]
- type AsyncAppSyncResolverHandler[T <: Any, V <: Any] = AsyncHandler[AppSyncResolverEvent[T], Array[V]]
- type AsyncCloudFormationCustomResourceHandler = AsyncHandler[CloudFormationCustomResourceEvent, Unit]
- type AsyncCloudFrontFunctionsHandler = AsyncHandler[CloudFrontFunctionsEvent, Response]
- type AsyncCloudFrontRequestHandler = AsyncHandler[CloudFrontRequestEvent, CloudFrontRequestResult]
- type AsyncCloudFrontResponseHandler = AsyncHandler[CloudFrontResponseEvent, CloudFrontResponseResult]
- type AsyncCloudWatchLogsHandler = AsyncHandler[CloudWatchLogsEvent, Unit]
- type AsyncCodeBuildCloudWatchStateHandler = AsyncHandler[CodeBuildCloudWatchStateEvent, Unit]
- type AsyncCodePipelineCloudWatchActionHandler = AsyncHandler[CodePipelineCloudWatchActionEvent, Unit]
- type AsyncCodePipelineCloudWatchHandler = AsyncHandler[CodePipelineCloudWatchEvent, Unit]
- type AsyncCodePipelineCloudWatchPipelineHandler = AsyncHandler[CodePipelineCloudWatchPipelineEvent, Unit]
- type AsyncCodePipelineCloudWatchStageHandler = AsyncHandler[CodePipelineCloudWatchStageEvent, Unit]
- type AsyncCodePipelineHandler = AsyncHandler[CodePipelineEvent, Unit]
- type AsyncConnectContactFlowHandler = AsyncHandler[ConnectContactFlowEvent, ConnectContactFlowResult]
- type AsyncCreateAuthChallengeTriggerHandler = AsyncHandler[CreateAuthChallengeTriggerEvent, Any]
- type AsyncCustomEmailSenderTriggerHandler = AsyncHandler[CustomEmailSenderTriggerEvent, Any]
- type AsyncCustomMessageTriggerHandler = AsyncHandler[CustomMessageTriggerEvent, Any]
- type AsyncDefineAuthChallengeTriggerHandler = AsyncHandler[DefineAuthChallengeTriggerEvent, Any]
- type AsyncDynamoDBStreamHandler = AsyncHandler[DynamoDBStreamEvent, Unit]
- type AsyncEventBridgeHandler[TDetailType <: String, TDetail, TResult] = AsyncHandler[EventBridgeEvent[TDetailType, TDetail], TResult]
- type AsyncFirehoseTransformationHandler = AsyncHandler[FirehoseTransformationEvent, FirehoseTransformationResult]
- trait AsyncHandler[TEvent, TResult] extends Function with Function2[TEvent, Context, Promise[TResult]]
Asynchronous-style handler that returns js.Promise.
Asynchronous-style handler that returns js.Promise. This can be used Node.js 8 runtime or more
- Annotations
- @JSType()
- type AsyncIoTPreProvisioningHookHandler = AsyncHandler[IoTPreProvisioningHookEvent, IoTPreProvisioningHookResult]
- type AsyncKinesisStreamHandler = AsyncHandler[KinesisStreamEvent, Unit]
- type AsyncLexHandler = AsyncHandler[LexEvent, LexResult]
- type AsyncMSKHandler = AsyncHandler[MSKEvent, Unit]
- type AsyncPostAuthenticationTriggerHandler = AsyncHandler[PostAuthenticationTriggerEvent, Any]
- type AsyncPostConfirmationTriggerHandler = AsyncHandler[PostConfirmationTriggerEvent, Any]
- type AsyncPreAuthenticationTriggerHandler = AsyncHandler[PreAuthenticationTriggerEvent, Any]
- type AsyncPreSignUpTriggerHandler = AsyncHandler[PreSignUpTriggerEvent, Any]
- type AsyncPreTokenGenerationTriggerHandler = AsyncHandler[PreTokenGenerationTriggerEvent, Any]
- type AsyncS3BatchHandler = AsyncHandler[S3BatchEvent, S3BatchResult]
- type AsyncS3Handler = AsyncHandler[S3Event, Unit]
- type AsyncSESHandler = AsyncHandler[SESEvent, Unit]
- type AsyncSNSHandler = AsyncHandler[SNSEvent, Unit]
- type AsyncSQSHandler = AsyncHandler[SQSEvent, UndefOr[SQSBatchResponse]]
- type AsyncScheduledHandler[T] = AsyncHandler[ScheduledEvent[T], Unit]
- type AsyncUserMigrationTriggerHandler = AsyncHandler[UserMigrationTriggerEvent, Any]
- type AsyncVerifyAuthChallengeResponseTriggerHandler = AsyncHandler[VerifyAuthChallengeResponseTriggerEvent, Any]
- type AttributeValue = facade.amazonaws.services.dynamodb.shared.AttributeValue
- type AuthResponse = APIGatewayAuthorizerResult
- trait BaseAPIGatewayAuthorizerEvent[T <: String] extends Object
- Annotations
- @JSType() @native()
- trait BaseCustomEmailSenderTriggerEvent[T <: String, TRequestType] extends Object with BaseTriggerEvent[T]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-create-auth-challenge.html
- trait BaseCustomMessageTriggerEvent[T <: String] extends Object with BaseTriggerEvent[T]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-message.html
- trait BasePostConfirmationTriggerEvent[T <: String] extends Object with BaseTriggerEvent[T]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-post-confirmation.html
- trait BasePreSignUpTriggerEvent[T <: String] extends Object with BaseTriggerEvent[T]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-sign-up.html
- trait BasePreTokenGenerationTriggerEvent[T <: String] extends Object with BaseTriggerEvent[T]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-token-generation.html
- trait BaseStatement extends Object
- Annotations
- @JSType() @native()
- trait BaseTriggerEvent[T <: String] extends Object
- Annotations
- @JSType() @native()
- trait BaseUserMigrationTriggerEvent[T <: String] extends Object with BaseTriggerEvent[T]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-migrate-user.html
- type Callback[TResult] = Function2[UndefOr[|[Error, String]], TResult, Unit]
- trait ChallengeResult extends Object with ChallengeResultBase[CognitoUserPoolChallengeName, Unit]
- Annotations
- @JSType() @native()
- trait ChallengeResultBase[T <: String, M] extends Object
- Annotations
- @JSType() @native()
- trait ClientContext extends Object
- Annotations
- @JSType() @native()
- trait ClientContextClient extends Object
- Annotations
- @JSType() @native()
- trait ClientContextEnv extends Object
- Annotations
- @JSType() @native()
- trait CloudFormationCustomResourceCreateEvent extends Object with CloudFormationCustomResourceEventCommon["Create"]
- Annotations
- @JSType() @native()
- trait CloudFormationCustomResourceDeleteEvent extends Object with CloudFormationCustomResourceEventCommon["Delete"]
- Annotations
- @JSType() @native()
- type CloudFormationCustomResourceEvent = |[|[CloudFormationCustomResourceCreateEvent, CloudFormationCustomResourceUpdateEvent], CloudFormationCustomResourceDeleteEvent]
- trait CloudFormationCustomResourceEventCommon[TRequestType <: String] extends Object
- Annotations
- @JSType() @native()
- trait CloudFormationCustomResourceFailedResponse extends Object with CloudFormationCustomResourceResponseCommon["FAILED"]
- Annotations
- @JSType() @native()
- type CloudFormationCustomResourceHandler = Handler[CloudFormationCustomResourceEvent, Unit]
- type CloudFormationCustomResourceResponse = |[CloudFormationCustomResourceSuccessResponse, CloudFormationCustomResourceFailedResponse]
- trait CloudFormationCustomResourceResponseCommon[TStatus <: String] extends Object
- Annotations
- @JSType() @native()
- trait CloudFormationCustomResourceSuccessResponse extends Object with CloudFormationCustomResourceResponseCommon["SUCCESS"]
- Annotations
- @JSType() @native()
- trait CloudFormationCustomResourceUpdateEvent extends Object with CloudFormationCustomResourceEventCommon["Update"]
- Annotations
- @JSType() @native()
- trait CloudFrontCustomOrigin extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontEvent extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontFunctionsCookieItem extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontFunctionsCookieMultiValueItem extends Object
- Annotations
- @JSType() @native()
- type CloudFrontFunctionsCookies = Dictionary[CloudFrontFunctionsCookieItem]
- See also
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html#functions-event-structure-query-header-cookie
- trait CloudFrontFunctionsEvent extends Object
- Annotations
- @JSType() @native()
- type CloudFrontFunctionsHandler = Handler[CloudFrontFunctionsEvent, Response]
- type CloudFrontFunctionsHeaders = Dictionary[CloudFrontFunctionsMultiValueItem]
- See also
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html#functions-event-structure-query-header-cookie
- trait CloudFrontFunctionsMultiValueItem extends Object
- Annotations
- @JSType() @native()
- type CloudFrontFunctionsQuerystring = Dictionary[CloudFrontFunctionsMultiValueItem]
- See also
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html#functions-event-structure-query-header-cookie
- trait CloudFrontFunctionsValueItem extends Object
- Annotations
- @JSType() @native()
- type CloudFrontHeaders = Dictionary[Array[CloudFrontHeadersItem]]
- trait CloudFrontHeadersItem extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontOrigin extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontRequest extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontRequestEvent extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontRequestEventCf extends Object with CloudFrontEvent
- Annotations
- @JSType() @native()
- trait CloudFrontRequestEventRecordItem extends Object
- Annotations
- @JSType() @native()
- type CloudFrontRequestHandler = Handler[CloudFrontRequestEvent, CloudFrontRequestResult]
- type CloudFrontRequestResult = |[|[CloudFrontResultResponse, CloudFrontRequest], Unit]
- trait CloudFrontResponse extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontResponseEvent extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontResponseEventCf extends Object with CloudFrontEvent
- Annotations
- @JSType() @native()
- trait CloudFrontResponseEventRecordItem extends Object
- Annotations
- @JSType() @native()
- type CloudFrontResponseHandler = Handler[CloudFrontResponseEvent, CloudFrontResponseResult]
- type CloudFrontResponseResult = |[CloudFrontResultResponse, Unit]
- trait CloudFrontResultResponse extends Object
- Annotations
- @JSType() @native()
- trait CloudFrontS3Origin extends Object
- Annotations
- @JSType() @native()
- trait CloudWatchLogsDecodedData extends Object
- Annotations
- @JSType() @native()
- trait CloudWatchLogsEvent extends Object
- Annotations
- @JSType() @native()
- trait CloudWatchLogsEventData extends Object
- Annotations
- @JSType() @native()
- type CloudWatchLogsHandler = Handler[CloudWatchLogsEvent, Unit]
- trait CloudWatchLogsLogEvent extends Object
- Annotations
- @JSType() @native()
- trait CodeBuildCloudWatchStateEvent extends Object with EventBridgeEvent["CodeBuild Build State Change", CodeBuildStateEventDetail]
- Annotations
- @JSType() @native()
- type CodeBuildCloudWatchStateHandler = Handler[CodeBuildCloudWatchStateEvent, Unit]
- trait CodeBuildStateEventDetail extends Object
- Annotations
- @JSType() @native()
- trait CodePipelineCloudWatchActionEvent extends Object
- Annotations
- @JSType() @native()
- type CodePipelineCloudWatchActionHandler = Handler[CodePipelineCloudWatchActionEvent, Unit]
- type CodePipelineCloudWatchEvent = |[|[CodePipelineCloudWatchPipelineEvent, CodePipelineCloudWatchStageEvent], CodePipelineCloudWatchActionEvent]
- type CodePipelineCloudWatchHandler = Handler[CodePipelineCloudWatchEvent, Unit]
- trait CodePipelineCloudWatchPipelineEvent extends Object
- Annotations
- @JSType() @native()
- type CodePipelineCloudWatchPipelineHandler = Handler[CodePipelineCloudWatchPipelineEvent, Unit]
- trait CodePipelineCloudWatchStageEvent extends Object
- Annotations
- @JSType() @native()
- type CodePipelineCloudWatchStageHandler = Handler[CodePipelineCloudWatchStageEvent, Unit]
- trait CodePipelineEvent extends Object
- Annotations
- @JSType() @native()
- type CodePipelineHandler = Handler[CodePipelineEvent, Unit]
- type CodePipelineStageState = String
- type CodePipelineState = String
- trait CognitoIdentity extends Object
- Annotations
- @JSType() @native()
- trait CognitoUserpoolCallerContext extends Object
- Annotations
- @JSType() @native()
- type Condition = Dictionary[|[String, Array[String]]]
- type ConditionBlock = Dictionary[|[Condition, Array[Condition]]]
- trait ConnectContactFlowEndpoint extends Object
- Annotations
- @JSType() @native()
- trait ConnectContactFlowEvent extends Object
- Annotations
- @JSType() @native()
- type ConnectContactFlowHandler = Handler[ConnectContactFlowEvent, ConnectContactFlowResult]
- trait ConnectContactFlowQueue extends Object
- Annotations
- @JSType() @native()
- trait ConnectContactFlowResult extends Object
- Annotations
- @JSType() @native()
- trait Context extends Object
- Annotations
- @JSType() @native()
- trait CreateAuthChallengeTriggerEvent extends Object with BaseTriggerEvent["CreateAuthChallenge_Authentication"]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-create-auth-challenge.html
- trait CreateAuthChallengeTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- trait CreateAuthChallengeTriggerEventResponse extends Object
- Annotations
- @JSType() @native()
- type CreateAuthChallengeTriggerHandler = Handler[CreateAuthChallengeTriggerEvent, Any]
- trait Credentials extends Object
- Annotations
- @JSType() @native()
- type CustomAuthorizerResult = APIGatewayAuthorizerResult
- trait CustomChallengeResult extends Object with ChallengeResultBase["CUSTOM_CHALLENGE", String]
- Annotations
- @JSType() @native()
- trait CustomEmailSenderAccountTakeOverNotificationTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_AccountTakeOverNotification", CustomEmailSender_AccountTakeOverNotification_UserAttributes]
- Annotations
- @JSType() @native()
- trait CustomEmailSenderAdminCreateUserTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_AdminCreateUser", Request]
- Annotations
- @JSType() @native()
- trait CustomEmailSenderForgotPasswordTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_ForgotPassword", Request]
- Annotations
- @JSType() @native()
- trait CustomEmailSenderResendCodeTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_ResendCode", Request]
- Annotations
- @JSType() @native()
- trait CustomEmailSenderSignUpTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_SignUp", Request]
- Annotations
- @JSType() @native()
- type CustomEmailSenderTriggerEvent = |[|[|[|[|[|[CustomEmailSenderSignUpTriggerEvent, CustomEmailSenderResendCodeTriggerEvent], CustomEmailSenderForgotPasswordTriggerEvent], CustomEmailSenderUpdateUserAttributeTriggerEvent], CustomEmailSenderVerifyUserAttributeTriggerEvent], CustomEmailSenderAdminCreateUserTriggerEvent], CustomEmailSenderAccountTakeOverNotificationTriggerEvent]
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-email-sender.html
- type CustomEmailSenderTriggerHandler = Handler[CustomEmailSenderTriggerEvent, Any]
- trait CustomEmailSenderUpdateUserAttributeTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_UpdateUserAttribute", Request]
- Annotations
- @JSType() @native()
- trait CustomEmailSenderVerifyUserAttributeTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_VerifyUserAttribute", Request]
- Annotations
- @JSType() @native()
- trait CustomEmailSender_AccountTakeOverNotification_UserAttributes extends Object
- Annotations
- @JSType() @native()
- trait CustomMessageAdminCreateUserTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_AdminCreateUser"]
- Annotations
- @JSType() @native()
- trait CustomMessageAuthenticationTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_Authentication"]
- Annotations
- @JSType() @native()
- trait CustomMessageForgotPasswordTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_ForgotPassword"]
- Annotations
- @JSType() @native()
- trait CustomMessageResendCodeTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_ResendCode"]
- Annotations
- @JSType() @native()
- trait CustomMessageSignUpTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_SignUp"]
- Annotations
- @JSType() @native()
- type CustomMessageTriggerEvent = |[|[|[|[|[|[CustomMessageSignUpTriggerEvent, CustomMessageAdminCreateUserTriggerEvent], CustomMessageResendCodeTriggerEvent], CustomMessageForgotPasswordTriggerEvent], CustomMessageUpdateUserAttributeTriggerEvent], CustomMessageVerifyUserAttributeTriggerEvent], CustomMessageAuthenticationTriggerEvent]
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-message.html
- trait CustomMessageTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- trait CustomMessageTriggerEventResponse extends Object
- Annotations
- @JSType() @native()
- type CustomMessageTriggerHandler = Handler[CustomMessageTriggerEvent, Any]
- trait CustomMessageUpdateUserAttributeTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_UpdateUserAttribute"]
- Annotations
- @JSType() @native()
- trait CustomMessageVerifyUserAttributeTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_VerifyUserAttribute"]
- Annotations
- @JSType() @native()
- type CustomerAudio = |[|[Null, StartedCustomerAudio], StartedStoppedCustomerAudio]
- trait DefineAuthChallengeTriggerEvent extends Object with BaseTriggerEvent["DefineAuthChallenge_Authentication"]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-define-auth-challenge.html
- trait DefineAuthChallengeTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- trait DefineAuthChallengeTriggerEventResponse extends Object
- Annotations
- @JSType() @native()
- type DefineAuthChallengeTriggerHandler = Handler[DefineAuthChallengeTriggerEvent, Any]
- trait DynamoDBRecord extends Object
- Annotations
- @JSType() @native()
- trait DynamoDBStreamEvent extends Object
- Annotations
- @JSType() @native()
- type DynamoDBStreamHandler = Handler[DynamoDBStreamEvent, Unit]
- trait EncryptionKey extends Object
- Annotations
- @JSType() @native()
- trait EventBridgeEvent[TDetailType <: String, TDetail] extends Object
- Annotations
- @JSType()
- type EventBridgeHandler[TDetailType <: String, TDetail, TResult] = Handler[EventBridgeEvent[TDetailType, TDetail], TResult]
- trait FirehoseRecordMetadata extends Object
- Annotations
- @JSType() @native()
- trait FirehoseTransformationEvent extends Object
- Annotations
- @JSType() @native()
- trait FirehoseTransformationEventRecord extends Object
- Annotations
- @JSType() @native()
- type FirehoseTransformationHandler = Handler[FirehoseTransformationEvent, FirehoseTransformationResult]
- trait FirehoseTransformationMetadata extends Object
- Annotations
- @JSType() @native()
- trait FirehoseTransformationResult extends Object
- Annotations
- @JSType() @native()
- trait FirehoseTransformationResultRecord extends Object
- Annotations
- @JSType() @native()
- trait GroupOverrideDetails extends Object
- Annotations
- @JSType() @native()
- trait Handler[TEvent, TResult] extends Function with Function3[TEvent, Context, Callback[TResult], Unit]
Callback-style handler
Callback-style handler
- Annotations
- @JSType()
- type Headers = Dictionary[String]
- type HeadersBDS = Dictionary[|[|[Boolean, Double], String]]
- type HeadersBDSA = Dictionary[|[|[|[Boolean, Double], String], Array[String]]]
- trait IoTPreProvisioningHookEvent extends Object
- Annotations
- @JSType() @native()
- type IoTPreProvisioningHookHandler = Handler[IoTPreProvisioningHookEvent, IoTPreProvisioningHookResult]
- trait IoTPreProvisioningHookResult extends Object
- Annotations
- @JSType() @native()
- trait KinesisStreamEvent extends Object
- Annotations
- @JSType() @native()
- type KinesisStreamHandler = Handler[KinesisStreamEvent, Unit]
- trait KinesisStreamRecord extends Object
- Annotations
- @JSType() @native()
- trait KinesisStreamRecordPayload extends Object
- Annotations
- @JSType() @native()
- type LexDialogAction = |[|[|[|[LexDialogActionClose, LexDialogActionElicitIntent], LexDialogActionElicitSlot], LexDialogActionConfirmIntent], LexDialogActionDelegate]
- trait LexDialogActionBase[T <: LexDialogActionType] extends Object
- Annotations
- @JSType() @native()
- trait LexDialogActionClose extends Object with LexDialogActionBase["Close"]
- Annotations
- @JSType() @native()
- trait LexDialogActionConfirmIntent extends Object with LexDialogActionBase["ConfirmIntent"]
- Annotations
- @JSType() @native()
- trait LexDialogActionDelegate extends Object
- Annotations
- @JSType() @native()
- trait LexDialogActionElicitIntent extends Object with LexDialogActionBase["ElicitIntent"]
- Annotations
- @JSType() @native()
- trait LexDialogActionElicitSlot extends Object with LexDialogActionBase["ElicitSlot"]
- Annotations
- @JSType() @native()
- trait LexEvent extends Object
- Annotations
- @JSType() @native()
- trait LexGenericAttachment extends Object
- Annotations
- @JSType() @native()
- type LexHandler = Handler[LexEvent, LexResult]
- trait LexResult extends Object
- Annotations
- @JSType() @native()
- trait LexSlotResolution extends Object
- Annotations
- @JSType() @native()
- trait MSKEvent extends Object
- Annotations
- @JSType() @native()
- type MSKHandler = Handler[MSKEvent, Unit]
- trait MSKRecord extends Object
- Annotations
- @JSType() @native()
- trait MaybeStatementPrincipal extends Object
- Annotations
- @JSType() @native()
- trait MaybeStatementResource extends Object
- Annotations
- @JSType() @native()
- type MultiValueHeaders = Dictionary[Array[String]]
- type MultiValueHeadersBDS = Dictionary[Array[|[|[Boolean, Double], String]]]
- trait PolicyDocument extends Object
- Annotations
- @JSType() @native()
- trait PostAuthenticationTriggerEvent extends Object with BaseTriggerEvent["PostAuthentication_Authentication"]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-post-authentication.html
- trait PostAuthenticationTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- type PostAuthenticationTriggerHandler = Handler[PostAuthenticationTriggerEvent, Any]
- trait PostConfirmationConfirmForgotPassword extends Object with BasePostConfirmationTriggerEvent["PostConfirmation_ConfirmForgotPassword"]
- Annotations
- @JSType() @native()
- trait PostConfirmationConfirmSignUpTriggerEvent extends Object with BasePostConfirmationTriggerEvent["PostConfirmation_ConfirmSignUp"]
- Annotations
- @JSType() @native()
- type PostConfirmationTriggerEvent = |[PostConfirmationConfirmSignUpTriggerEvent, PostConfirmationConfirmForgotPassword]
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-post-confirmation.html
- trait PostConfirmationTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- type PostConfirmationTriggerHandler = Handler[PostConfirmationTriggerEvent, Any]
- trait PreAuthenticationTriggerEvent extends Object with BaseTriggerEvent["PreAuthentication_Authentication"]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-authentication.html
- trait PreAuthenticationTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- type PreAuthenticationTriggerHandler = Handler[PreAuthenticationTriggerEvent, Any]
- trait PreSignUpAdminCreateUserTriggerEvent extends Object with BaseTriggerEvent["PreSignUp_AdminCreateUser"]
- Annotations
- @JSType() @native()
- trait PreSignUpEmailTriggerEvent extends Object with BaseTriggerEvent["PreSignUp_SignUp"]
- Annotations
- @JSType() @native()
- trait PreSignUpExternalProviderTriggerEvent extends Object with BaseTriggerEvent["PreSignUp_ExternalProvider"]
- Annotations
- @JSType() @native()
- type PreSignUpTriggerEvent = |[|[PreSignUpEmailTriggerEvent, PreSignUpExternalProviderTriggerEvent], PreSignUpAdminCreateUserTriggerEvent]
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-sign-up.html
- trait PreSignUpTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- trait PreSignUpTriggerEventResponse extends Object
- Annotations
- @JSType() @native()
- type PreSignUpTriggerHandler = Handler[PreSignUpTriggerEvent, Any]
- trait PreTokenGenerationAuthenticateDeviceTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_AuthenticateDevice"]
- Annotations
- @JSType() @native()
- trait PreTokenGenerationAuthenticationTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_Authentication"]
- Annotations
- @JSType() @native()
- trait PreTokenGenerationHostedAuthTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_HostedAuth"]
- Annotations
- @JSType() @native()
- trait PreTokenGenerationNewPasswordChallengeTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_NewPasswordChallenge"]
- Annotations
- @JSType() @native()
- trait PreTokenGenerationRefreshTokensTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_RefreshTokens"]
- Annotations
- @JSType() @native()
- type PreTokenGenerationTriggerEvent = |[|[|[|[PreTokenGenerationHostedAuthTriggerEvent, PreTokenGenerationAuthenticationTriggerEvent], PreTokenGenerationNewPasswordChallengeTriggerEvent], PreTokenGenerationAuthenticateDeviceTriggerEvent], PreTokenGenerationRefreshTokensTriggerEvent]
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-token-generation.html
- trait PreTokenGenerationTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- trait PreTokenGenerationTriggerEventResponse extends Object
- Annotations
- @JSType() @native()
- type PreTokenGenerationTriggerHandler = Handler[PreTokenGenerationTriggerEvent, Any]
- type PrincipalValue = |[|[Dictionary[|[String, Array[String]]], String], Array[String]]
- trait S3ArtifactLocation extends Object
- Annotations
- @JSType() @native()
- trait S3ArtifactStore extends Object
- Annotations
- @JSType() @native()
- trait S3BatchEvent extends Object
- Annotations
- @JSType() @native()
- trait S3BatchEventJob extends Object
- Annotations
- @JSType() @native()
- trait S3BatchEventTask extends Object
- Annotations
- @JSType() @native()
- type S3BatchHandler = Handler[S3BatchEvent, S3BatchResult]
- trait S3BatchResult extends Object
- Annotations
- @JSType() @native()
- trait S3BatchResultResult extends Object
- Annotations
- @JSType() @native()
- trait S3Event extends Object
- Annotations
- @JSType() @native()
- trait S3EventRecord extends Object
- Annotations
- @JSType() @native()
- trait S3EventRecordGlacierEventData extends Object
- Annotations
- @JSType() @native()
- trait S3EventRecordGlacierRestoreEventData extends Object
- Annotations
- @JSType() @native()
- type S3Handler = Handler[S3Event, Unit]
- trait SESEvent extends Object
- Annotations
- @JSType()
- trait SESEventRecord extends Object
- Annotations
- @JSType()
- type SESHandler = Handler[SESEvent, Unit]
- trait SESMail extends Object
- Annotations
- @JSType()
- trait SESMailCommonHeaders extends Object
- Annotations
- @JSType()
- trait SESMailHeader extends Object
- Annotations
- @JSType()
- trait SESMessage extends Object
- Annotations
- @JSType()
- trait SESReceipt extends Object
- Annotations
- @JSType()
- trait SESReceiptBounceAction extends Object
- Annotations
- @JSType()
- trait SESReceiptLambdaAction extends Object
- Annotations
- @JSType()
- trait SESReceiptS3Action extends Object
- Annotations
- @JSType()
- trait SESReceiptSnsAction extends Object
- Annotations
- @JSType()
- trait SESReceiptStatus extends Object
- Annotations
- @JSType()
- trait SESReceiptStopAction extends Object
- Annotations
- @JSType()
- trait SESReceiptWorkMailAction extends Object
- Annotations
- @JSType()
- trait SNSEvent extends Object
- Annotations
- @JSType() @native()
- trait SNSEventRecord extends Object
- Annotations
- @JSType() @native()
- type SNSHandler = Handler[SNSEvent, Unit]
- trait SNSMessage extends Object
- Annotations
- @JSType() @native()
- trait SNSMessageAttribute extends Object
- Annotations
- @JSType() @native()
- type SNSMessageAttributes = Dictionary[SNSMessageAttribute]
- trait SQSBatchItemFailure extends Object
- Annotations
- @JSType() @native()
- trait SQSBatchResponse extends Object
- Annotations
- @JSType() @native()
- trait SQSEvent extends Object
- Annotations
- @JSType() @native()
- type SQSHandler = Handler[SQSEvent, UndefOr[SQSBatchResponse]]
- trait SQSMessageAttribute extends Object
- Annotations
- @JSType() @native()
- type SQSMessageAttributeDataType = String
- type SQSMessageAttributes = Dictionary[SQSMessageAttribute]
- trait SQSRecord extends Object
- Annotations
- @JSType() @native()
- trait SQSRecordAttributes extends Object
- Annotations
- @JSType() @native()
- trait ScheduledEvent[T] extends Object with EventBridgeEvent["Scheduled Event", T]
- Annotations
- @JSType() @native()
- type ScheduledHandler[T] = Handler[ScheduledEvent[T], Unit]
- trait StartedCustomerAudio extends Object
- Annotations
- @JSType() @native()
- trait StartedStoppedCustomerAudio extends Object with StartedCustomerAudio with StoppedCustomerAudio
- Annotations
- @JSType() @native()
- type Statement = |[BaseStatement with StatementAction with StatementResource, StatementPrincipal]
- type StatementAction = Any
- type StatementPrincipal = MaybeStatementResource
- type StatementResource = MaybeStatementPrincipal
- trait StoppedCustomerAudio extends Object
- Annotations
- @JSType() @native()
- trait StreamRecord extends Object
- Annotations
- @JSType() @native()
- trait UserMigrationAuthenticationTriggerEvent extends Object with BaseUserMigrationTriggerEvent["UserMigration_Authentication"]
- Annotations
- @JSType() @native()
- trait UserMigrationForgotPasswordTriggerEvent extends Object with BaseUserMigrationTriggerEvent["UserMigration_ForgotPassword"]
- Annotations
- @JSType() @native()
- type UserMigrationTriggerEvent = |[UserMigrationAuthenticationTriggerEvent, UserMigrationForgotPasswordTriggerEvent]
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-migrate-user.html
- trait UserMigrationTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- trait UserMigrationTriggerEventResponse extends Object
- Annotations
- @JSType() @native()
- type UserMigrationTriggerHandler = Handler[UserMigrationTriggerEvent, Any]
- trait VerifyAuthChallengeResponseTriggerEvent extends Object with BaseTriggerEvent["VerifyAuthChallengeResponse_Authentication"]
- Annotations
- @JSType() @native()
- See also
https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-verify-auth-challenge-response.html
- trait VerifyAuthChallengeResponseTriggerEventRequest extends Object
- Annotations
- @JSType() @native()
- trait VerifyAuthChallengeResponseTriggerEventResponse extends Object
- Annotations
- @JSType() @native()
- type VerifyAuthChallengeResponseTriggerHandler = Handler[VerifyAuthChallengeResponseTriggerEvent, Any]
Deprecated Type Members
- type FirehoseRecordTransformationStatus = String
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use net.exoego.facade.aws_lambda.FirehoseRecordTransformationStatus
- type S3BatchResultResultCode = String
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use net.exoego.facade.aws_lambda.literal.S3BatchResultResultCode instead
Value Members
- object ALBEvent
- object ALBEventRequestContext
- object ALBResult
- object APIGatewayAuthorizerResult
- object APIGatewayAuthorizerWithContextResult
- object APIGatewayEventClientCertificate
- object APIGatewayProxyCognitoAuthorizer
- object APIGatewayProxyEventBase
- object APIGatewayProxyEventV2
- object APIGatewayProxyResult
- object APIGatewayProxyStructuredResultV2
- object APIGatewayRequestAuthorizerEvent
- object APIGatewayTokenAuthorizerEvent
- object AppSyncAuthorizerEvent
- object AppSyncAuthorizerResult
- object AppSyncIdentityCognito
- object AppSyncIdentityIAM
- object AppSyncIdentityLambda
- object AppSyncIdentityOIDC
- object AppSyncResolverEvent
- object AppSyncResolverEventInfo
- object AppSyncResolverEventRequest
- object Artifact
- object BaseCustomEmailSenderTriggerEvent
- object BaseStatement
- object CallerContext
- object ChallengeResult
- object ClientContext
- object ClientContextClient
- object ClientContextEnv
- object CloudFormationCustomResourceCreateEvent
- object CloudFormationCustomResourceDeleteEvent
- object CloudFormationCustomResourceEventCommon
- object CloudFormationCustomResourceFailedResponse
- object CloudFormationCustomResourceResponseCommon
- object CloudFormationCustomResourceSuccessResponse
- object CloudFormationCustomResourceUpdateEvent
- object CloudFrontCustomOrigin
- object CloudFrontEvent
- object CloudFrontFunctionsCookieItem
- object CloudFrontFunctionsCookieMultiValueItem
- object CloudFrontFunctionsEvent
- object CloudFrontFunctionsMultiValueItem
- object CloudFrontFunctionsValueItem
- object CloudFrontHeadersItem
- object CloudFrontOrigin
- object CloudFrontRequest
- object CloudFrontRequestEvent
- object CloudFrontRequestEventCf
- object CloudFrontRequestEventRecordItem
- object CloudFrontResponse
- object CloudFrontResponseEvent
- object CloudFrontResponseEventCf
- object CloudFrontResponseEventRecordItem
- object CloudFrontResultResponse
- object CloudFrontS3Origin
- object CloudWatchLogsDecodedData
- object CloudWatchLogsEvent
- object CloudWatchLogsEventData
- object CloudWatchLogsLogEvent
- object CodeBuildCloudWatchStateEvent
- object CodeBuildStateEventDetail
- object CodePipelineCloudWatchActionEvent
- object CodePipelineCloudWatchPipelineEvent
- object CodePipelineCloudWatchStageEvent
- object CodePipelineEvent
- object CognitoIdentity
- object ConnectContactFlowEndpoint
- object ConnectContactFlowEvent
- object ConnectContactFlowQueue
- object CreateAuthChallengeTriggerEvent
- object CreateAuthChallengeTriggerEventRequest
- object CreateAuthChallengeTriggerEventResponse
- object Credentials
- object CustomChallengeResult
- object CustomEmailSenderAccountTakeOverNotificationTriggerEvent
- object CustomEmailSenderAdminCreateUserTriggerEvent
- object CustomEmailSenderForgotPasswordTriggerEvent
- object CustomEmailSenderResendCodeTriggerEvent
- object CustomEmailSenderSignUpTriggerEvent
- object CustomEmailSenderUpdateUserAttributeTriggerEvent
- object CustomEmailSenderVerifyUserAttributeTriggerEvent
- object CustomEmailSender_AccountTakeOverNotification_UserAttributes
- object CustomMessageAdminCreateUserTriggerEvent
- object CustomMessageAuthenticationTriggerEvent
- object CustomMessageForgotPasswordTriggerEvent
- object CustomMessageResendCodeTriggerEvent
- object CustomMessageSignUpTriggerEvent
- object CustomMessageTriggerEventRequest
- object CustomMessageTriggerEventResponse
- object CustomMessageUpdateUserAttributeTriggerEvent
- object CustomMessageVerifyUserAttributeTriggerEvent
- object DefineAuthChallengeTriggerEvent
- object DefineAuthChallengeTriggerEventRequest
- object DefineAuthChallengeTriggerEventResponse
- object DynamoDBRecord
- object DynamoDBStreamEvent
- object EncryptionKey
- object EventBridgeEvent
- object FirehoseRecordMetadata
- object FirehoseTransformationEvent
- object FirehoseTransformationEventRecord
- object FirehoseTransformationMetadata
- object FirehoseTransformationResult
- object FirehoseTransformationResultRecord
- object GroupOverrideDetails
- object IoTPreProvisioningHookEvent
- object IoTPreProvisioningHookResult
- object KinesisStreamEvent
- object KinesisStreamRecord
- object KinesisStreamRecordPayload
- object LexDialogActionBase
- object LexDialogActionClose
- object LexDialogActionConfirmIntent
- object LexDialogActionDelegate
- object LexDialogActionElicitIntent
- object LexDialogActionElicitSlot
- object LexEvent
- object LexGenericAttachment
- object LexResult
- object MSKEvent
- object MSKRecord
- object MaybeStatementPrincipal
- object MaybeStatementResource
- object PolicyDocument
- object PostAuthenticationTriggerEvent
- object PostAuthenticationTriggerEventRequest
- object PostConfirmationConfirmForgotPassword
- object PostConfirmationConfirmSignUpTriggerEvent
- object PostConfirmationTriggerEventRequest
- object PreAuthenticationTriggerEvent
- object PreAuthenticationTriggerEventRequest
- object PreSignUpAdminCreateUserTriggerEvent
- object PreSignUpEmailTriggerEvent
- object PreSignUpExternalProviderTriggerEvent
- object PreSignUpTriggerEventRequest
- object PreSignUpTriggerEventResponse
- object PreTokenGenerationAuthenticateDeviceTriggerEvent
- object PreTokenGenerationAuthenticationTriggerEvent
- object PreTokenGenerationHostedAuthTriggerEvent
- object PreTokenGenerationNewPasswordChallengeTriggerEvent
- object PreTokenGenerationRefreshTokensTriggerEvent
- object PreTokenGenerationTriggerEventRequest
- object PreTokenGenerationTriggerEventResponse
- object S3ArtifactLocation
- object S3ArtifactStore
- object S3BatchEvent
- object S3BatchEventJob
- object S3BatchEventTask
- object S3BatchResult
- object S3BatchResultResult
- object S3Event
- object S3EventRecord
- object S3EventRecordGlacierEventData
- object S3EventRecordGlacierRestoreEventData
- object SESEvent
- object SESEventRecord
- object SESMail
- object SESMailCommonHeaders
- object SESMailHeader
- object SESMessage
- object SESReceipt
- object SESReceiptBounceAction
- object SESReceiptLambdaAction
- object SESReceiptS3Action
- object SESReceiptSnsAction
- object SESReceiptStatus
- object SESReceiptStopAction
- object SESReceiptWorkMailAction
- object SNSEvent
- object SNSEventRecord
- object SNSMessage
- object SNSMessageAttribute
- object SQSBatchItemFailure
- object SQSBatchResponse
- object SQSEvent
- object SQSMessageAttribute
- object SQSRecord
- object SQSRecordAttributes
- object ScheduledEvent
- object StartedCustomerAudio
- object StartedStoppedCustomerAudio
- object StoppedCustomerAudio
- object StreamRecord
- object UserMigrationAuthenticationTriggerEvent
- object UserMigrationForgotPasswordTriggerEvent
- object UserMigrationTriggerEventRequest
- object UserMigrationTriggerEventResponse
- object VerifyAuthChallengeResponseTriggerEvent
- object VerifyAuthChallengeResponseTriggerEventRequest
- object VerifyAuthChallengeResponseTriggerEventResponse
Deprecated Value Members
- val APIGatewayProxyEvent: APIGatewayProxyEventBase.type
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use APIGatewayProxyEventBase instead