Packages

p

net.exoego.facade

aws_lambda

package aws_lambda

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. aws_lambda
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ALBEvent extends Object
    Annotations
    @JSType() @native()
  2. trait ALBEventRequestContext extends Object
    Annotations
    @JSType() @native()
  3. type ALBHandler = Handler[ALBEvent, ALBResult]
  4. trait ALBResult extends Object
    Annotations
    @JSType() @native()
  5. type APIGatewayAuthorizerEvent = |[APIGatewayTokenAuthorizerEvent, APIGatewayRequestAuthorizerEvent]
  6. type APIGatewayAuthorizerHandler = Handler[APIGatewayAuthorizerEvent, APIGatewayAuthorizerResult]
  7. trait APIGatewayAuthorizerResult extends Object
    Annotations
    @JSType() @native()
  8. trait APIGatewayAuthorizerResultContext extends Object
    Annotations
    @JSType() @native()
  9. type APIGatewayAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = Handler[APIGatewayAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  10. trait APIGatewayAuthorizerWithContextResult[TAuthorizerContext <: APIGatewayAuthorizerResultContext] extends Object
    Annotations
    @JSType() @native()
  11. trait APIGatewayEventClientCertificate extends Object
    Annotations
    @JSType() @native()
  12. type APIGatewayEventDefaultAuthorizerContext = |[UndefOr[Dictionary[Any]], Null]
  13. trait APIGatewayEventIdentity extends Object
    Annotations
    @JSType()
  14. trait APIGatewayEventLambdaAuthorizerContext[TAuthorizerContext <: Object] extends Object
    Annotations
    @JSType()
  15. type APIGatewayEventRequestContext = APIGatewayEventRequestContextWithAuthorizer[APIGatewayEventDefaultAuthorizerContext]
  16. trait APIGatewayEventRequestContextWithAuthorizer[TAuthorizerContext] extends Object
    Annotations
    @JSType()
  17. trait APIGatewayProxyCognitoAuthorizer extends Object
    Annotations
    @JSType() @native()
  18. type APIGatewayProxyEvent = APIGatewayProxyEventBase[APIGatewayEventDefaultAuthorizerContext]
  19. 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
  20. type APIGatewayProxyEventHeaders = Dictionary[String]
  21. type APIGatewayProxyEventMultiValueHeaders = Dictionary[Array[String]]
  22. type APIGatewayProxyEventMultiValueQueryStringParameters = Dictionary[Array[String]]
  23. type APIGatewayProxyEventPathParameters = Dictionary[String]
  24. type APIGatewayProxyEventQueryStringParameters = Dictionary[String]
  25. type APIGatewayProxyEventStageVariables = Dictionary[String]
  26. 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
  27. 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
  28. 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
  29. 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
  30. type APIGatewayProxyResultV2[T <: Object] = |[|[APIGatewayProxyStructuredResultV2, String], T]
  31. 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
  32. type APIGatewayProxyWithCognitoAuthorizerEvent = APIGatewayProxyEventBase[APIGatewayProxyCognitoAuthorizer]
  33. type APIGatewayProxyWithCognitoAuthorizerHandler = Handler[APIGatewayProxyWithCognitoAuthorizerEvent, APIGatewayProxyResult]
  34. type APIGatewayProxyWithLambdaAuthorizerEvent[T <: Object] = APIGatewayProxyEventBase[APIGatewayEventLambdaAuthorizerContext[T]]
  35. type APIGatewayProxyWithLambdaAuthorizerEventRequestContext[T <: Object] = APIGatewayEventRequestContextWithAuthorizer[APIGatewayEventLambdaAuthorizerContext[T]]
  36. type APIGatewayProxyWithLambdaAuthorizerHandler[T <: Object] = Handler[APIGatewayProxyWithLambdaAuthorizerEvent[T], APIGatewayProxyResult]
  37. trait APIGatewayRequestAuthorizerEvent extends Object with BaseAPIGatewayAuthorizerEvent["REQUEST"]
    Annotations
    @JSType() @native()
  38. type APIGatewayRequestAuthorizerHandler = Handler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerResult]
  39. type APIGatewayRequestAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = Handler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  40. trait APIGatewayTokenAuthorizerEvent extends Object with BaseAPIGatewayAuthorizerEvent["TOKEN"]
    Annotations
    @JSType() @native()
  41. type APIGatewayTokenAuthorizerHandler = Handler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerResult]
  42. type APIGatewayTokenAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = Handler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  43. trait AppSyncAuthorizerEvent extends Object
    Annotations
    @JSType() @native()
  44. type AppSyncAuthorizerHander[TResolverContext <: Any] = Handler[AppSyncAuthorizerEvent, AppSyncAuthorizerResult[TResolverContext]]
  45. trait AppSyncAuthorizerResult[TResolverContext <: Any] extends Object
    Annotations
    @JSType() @native()
  46. type AppSyncBatchResolverHandler[TArguments <: Any, TResult] = Handler[Array[AppSyncResolverEvent[TArguments]], Array[TResult]]
  47. type AppSyncIdentity = |[|[|[AppSyncIdentityIAM, AppSyncIdentityCognito], AppSyncIdentityOIDC], AppSyncIdentityLambda]
  48. trait AppSyncIdentityCognito extends Object
    Annotations
    @JSType() @native()
  49. trait AppSyncIdentityIAM extends Object
    Annotations
    @JSType() @native()
  50. trait AppSyncIdentityLambda extends Object
    Annotations
    @JSType() @native()
  51. trait AppSyncIdentityOIDC extends Object
    Annotations
    @JSType() @native()
  52. trait AppSyncResolverEvent[T <: Any] extends Object
    Annotations
    @JSType() @native()
  53. trait AppSyncResolverEventInfo extends Object
    Annotations
    @JSType() @native()
  54. trait AppSyncResolverEventRequest extends Object
    Annotations
    @JSType() @native()
  55. type AppSyncResolverHandler[T <: Any, V <: Any] = Handler[AppSyncResolverEvent[T], Array[V]]
  56. trait Artifact extends Object
    Annotations
    @JSType() @native()
  57. type ArtifactLocation = S3ArtifactStore
  58. type AsyncALBHandler = AsyncHandler[ALBEvent, ALBResult]
  59. type AsyncAPIGatewayAuthorizerHandler = AsyncHandler[APIGatewayAuthorizerEvent, APIGatewayAuthorizerResult]
  60. type AsyncAPIGatewayAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = AsyncHandler[APIGatewayAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  61. 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
  62. 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
  63. type AsyncAPIGatewayProxyWithCognitoAuthorizerHandler = AsyncHandler[APIGatewayProxyWithCognitoAuthorizerEvent, APIGatewayProxyResult]
  64. type AsyncAPIGatewayProxyWithLambdaAuthorizerHandler[T <: Object] = AsyncHandler[APIGatewayProxyWithLambdaAuthorizerEvent[T], APIGatewayProxyResult]
  65. type AsyncAPIGatewayRequestAuthorizerHandler = AsyncHandler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerResult]
  66. type AsyncAPIGatewayRequestAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = AsyncHandler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  67. type AsyncAPIGatewayTokenAuthorizerHandler = AsyncHandler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerResult]
  68. type AsyncAPIGatewayTokenAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = AsyncHandler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  69. type AsyncAppSyncAuthorizerHander[TResolverContext <: Any] = AsyncHandler[AppSyncAuthorizerEvent, AppSyncAuthorizerResult[TResolverContext]]
  70. type AsyncAppSyncBatchResolverHandler[TArguments <: Any, TResult] = AsyncHandler[Array[AppSyncResolverEvent[TArguments]], Array[TResult]]
  71. type AsyncAppSyncResolverHandler[T <: Any, V <: Any] = AsyncHandler[AppSyncResolverEvent[T], Array[V]]
  72. type AsyncCloudFormationCustomResourceHandler = AsyncHandler[CloudFormationCustomResourceEvent, Unit]
  73. type AsyncCloudFrontFunctionsHandler = AsyncHandler[CloudFrontFunctionsEvent, Response]
  74. type AsyncCloudFrontRequestHandler = AsyncHandler[CloudFrontRequestEvent, CloudFrontRequestResult]
  75. type AsyncCloudFrontResponseHandler = AsyncHandler[CloudFrontResponseEvent, CloudFrontResponseResult]
  76. type AsyncCloudWatchLogsHandler = AsyncHandler[CloudWatchLogsEvent, Unit]
  77. type AsyncCodeBuildCloudWatchStateHandler = AsyncHandler[CodeBuildCloudWatchStateEvent, Unit]
  78. type AsyncCodePipelineCloudWatchActionHandler = AsyncHandler[CodePipelineCloudWatchActionEvent, Unit]
  79. type AsyncCodePipelineCloudWatchHandler = AsyncHandler[CodePipelineCloudWatchEvent, Unit]
  80. type AsyncCodePipelineCloudWatchPipelineHandler = AsyncHandler[CodePipelineCloudWatchPipelineEvent, Unit]
  81. type AsyncCodePipelineCloudWatchStageHandler = AsyncHandler[CodePipelineCloudWatchStageEvent, Unit]
  82. type AsyncCodePipelineHandler = AsyncHandler[CodePipelineEvent, Unit]
  83. type AsyncConnectContactFlowHandler = AsyncHandler[ConnectContactFlowEvent, ConnectContactFlowResult]
  84. type AsyncCreateAuthChallengeTriggerHandler = AsyncHandler[CreateAuthChallengeTriggerEvent, Any]
  85. type AsyncCustomEmailSenderTriggerHandler = AsyncHandler[CustomEmailSenderTriggerEvent, Any]
  86. type AsyncCustomMessageTriggerHandler = AsyncHandler[CustomMessageTriggerEvent, Any]
  87. type AsyncDefineAuthChallengeTriggerHandler = AsyncHandler[DefineAuthChallengeTriggerEvent, Any]
  88. type AsyncDynamoDBStreamHandler = AsyncHandler[DynamoDBStreamEvent, Unit]
  89. type AsyncEventBridgeHandler[TDetailType <: String, TDetail, TResult] = AsyncHandler[EventBridgeEvent[TDetailType, TDetail], TResult]
  90. type AsyncFirehoseTransformationHandler = AsyncHandler[FirehoseTransformationEvent, FirehoseTransformationResult]
  91. 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()
  92. type AsyncIoTPreProvisioningHookHandler = AsyncHandler[IoTPreProvisioningHookEvent, IoTPreProvisioningHookResult]
  93. type AsyncKinesisStreamHandler = AsyncHandler[KinesisStreamEvent, Unit]
  94. type AsyncLexHandler = AsyncHandler[LexEvent, LexResult]
  95. type AsyncMSKHandler = AsyncHandler[MSKEvent, Unit]
  96. type AsyncPostAuthenticationTriggerHandler = AsyncHandler[PostAuthenticationTriggerEvent, Any]
  97. type AsyncPostConfirmationTriggerHandler = AsyncHandler[PostConfirmationTriggerEvent, Any]
  98. type AsyncPreAuthenticationTriggerHandler = AsyncHandler[PreAuthenticationTriggerEvent, Any]
  99. type AsyncPreSignUpTriggerHandler = AsyncHandler[PreSignUpTriggerEvent, Any]
  100. type AsyncPreTokenGenerationTriggerHandler = AsyncHandler[PreTokenGenerationTriggerEvent, Any]
  101. type AsyncS3BatchHandler = AsyncHandler[S3BatchEvent, S3BatchResult]
  102. type AsyncS3Handler = AsyncHandler[S3Event, Unit]
  103. type AsyncSESHandler = AsyncHandler[SESEvent, Unit]
  104. type AsyncSNSHandler = AsyncHandler[SNSEvent, Unit]
  105. type AsyncSQSHandler = AsyncHandler[SQSEvent, UndefOr[SQSBatchResponse]]
  106. type AsyncScheduledHandler[T] = AsyncHandler[ScheduledEvent[T], Unit]
  107. type AsyncUserMigrationTriggerHandler = AsyncHandler[UserMigrationTriggerEvent, Any]
  108. type AsyncVerifyAuthChallengeResponseTriggerHandler = AsyncHandler[VerifyAuthChallengeResponseTriggerEvent, Any]
  109. type AttributeValue = facade.amazonaws.services.dynamodb.shared.AttributeValue
  110. type AuthResponse = APIGatewayAuthorizerResult
  111. trait BaseAPIGatewayAuthorizerEvent[T <: String] extends Object
    Annotations
    @JSType() @native()
  112. 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

  113. 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

  114. 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

  115. 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

  116. 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

  117. trait BaseStatement extends Object
    Annotations
    @JSType() @native()
  118. trait BaseTriggerEvent[T <: String] extends Object
    Annotations
    @JSType() @native()
  119. 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

  120. type Callback[TResult] = Function2[UndefOr[|[Error, String]], TResult, Unit]
  121. trait ChallengeResult extends Object with ChallengeResultBase[CognitoUserPoolChallengeName, Unit]
    Annotations
    @JSType() @native()
  122. trait ChallengeResultBase[T <: String, M] extends Object
    Annotations
    @JSType() @native()
  123. trait ClientContext extends Object
    Annotations
    @JSType() @native()
  124. trait ClientContextClient extends Object
    Annotations
    @JSType() @native()
  125. trait ClientContextEnv extends Object
    Annotations
    @JSType() @native()
  126. trait CloudFormationCustomResourceCreateEvent extends Object with CloudFormationCustomResourceEventCommon["Create"]
    Annotations
    @JSType() @native()
  127. trait CloudFormationCustomResourceDeleteEvent extends Object with CloudFormationCustomResourceEventCommon["Delete"]
    Annotations
    @JSType() @native()
  128. type CloudFormationCustomResourceEvent = |[|[CloudFormationCustomResourceCreateEvent, CloudFormationCustomResourceUpdateEvent], CloudFormationCustomResourceDeleteEvent]
  129. trait CloudFormationCustomResourceEventCommon[TRequestType <: String] extends Object
    Annotations
    @JSType() @native()
  130. trait CloudFormationCustomResourceFailedResponse extends Object with CloudFormationCustomResourceResponseCommon["FAILED"]
    Annotations
    @JSType() @native()
  131. type CloudFormationCustomResourceHandler = Handler[CloudFormationCustomResourceEvent, Unit]
  132. type CloudFormationCustomResourceResponse = |[CloudFormationCustomResourceSuccessResponse, CloudFormationCustomResourceFailedResponse]
  133. trait CloudFormationCustomResourceResponseCommon[TStatus <: String] extends Object
    Annotations
    @JSType() @native()
  134. trait CloudFormationCustomResourceSuccessResponse extends Object with CloudFormationCustomResourceResponseCommon["SUCCESS"]
    Annotations
    @JSType() @native()
  135. trait CloudFormationCustomResourceUpdateEvent extends Object with CloudFormationCustomResourceEventCommon["Update"]
    Annotations
    @JSType() @native()
  136. trait CloudFrontCustomOrigin extends Object
    Annotations
    @JSType() @native()
  137. trait CloudFrontEvent extends Object
    Annotations
    @JSType() @native()
  138. trait CloudFrontFunctionsCookieItem extends Object
    Annotations
    @JSType() @native()
  139. trait CloudFrontFunctionsCookieMultiValueItem extends Object
    Annotations
    @JSType() @native()
  140. type CloudFrontFunctionsCookies = Dictionary[CloudFrontFunctionsCookieItem]

    See also

    https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html#functions-event-structure-query-header-cookie

  141. trait CloudFrontFunctionsEvent extends Object
    Annotations
    @JSType() @native()
  142. type CloudFrontFunctionsHandler = Handler[CloudFrontFunctionsEvent, Response]
  143. type CloudFrontFunctionsHeaders = Dictionary[CloudFrontFunctionsMultiValueItem]

    See also

    https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html#functions-event-structure-query-header-cookie

  144. trait CloudFrontFunctionsMultiValueItem extends Object
    Annotations
    @JSType() @native()
  145. type CloudFrontFunctionsQuerystring = Dictionary[CloudFrontFunctionsMultiValueItem]

    See also

    https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html#functions-event-structure-query-header-cookie

  146. trait CloudFrontFunctionsValueItem extends Object
    Annotations
    @JSType() @native()
  147. type CloudFrontHeaders = Dictionary[Array[CloudFrontHeadersItem]]
  148. trait CloudFrontHeadersItem extends Object
    Annotations
    @JSType() @native()
  149. trait CloudFrontOrigin extends Object
    Annotations
    @JSType() @native()
  150. trait CloudFrontRequest extends Object
    Annotations
    @JSType() @native()
  151. trait CloudFrontRequestEvent extends Object
    Annotations
    @JSType() @native()
  152. trait CloudFrontRequestEventCf extends Object with CloudFrontEvent
    Annotations
    @JSType() @native()
  153. trait CloudFrontRequestEventRecordItem extends Object
    Annotations
    @JSType() @native()
  154. type CloudFrontRequestHandler = Handler[CloudFrontRequestEvent, CloudFrontRequestResult]
  155. type CloudFrontRequestResult = |[|[CloudFrontResultResponse, CloudFrontRequest], Unit]
  156. trait CloudFrontResponse extends Object
    Annotations
    @JSType() @native()
  157. trait CloudFrontResponseEvent extends Object
    Annotations
    @JSType() @native()
  158. trait CloudFrontResponseEventCf extends Object with CloudFrontEvent
    Annotations
    @JSType() @native()
  159. trait CloudFrontResponseEventRecordItem extends Object
    Annotations
    @JSType() @native()
  160. type CloudFrontResponseHandler = Handler[CloudFrontResponseEvent, CloudFrontResponseResult]
  161. type CloudFrontResponseResult = |[CloudFrontResultResponse, Unit]
  162. trait CloudFrontResultResponse extends Object
    Annotations
    @JSType() @native()
  163. trait CloudFrontS3Origin extends Object
    Annotations
    @JSType() @native()
  164. trait CloudWatchLogsDecodedData extends Object
    Annotations
    @JSType() @native()
  165. trait CloudWatchLogsEvent extends Object
    Annotations
    @JSType() @native()
  166. trait CloudWatchLogsEventData extends Object
    Annotations
    @JSType() @native()
  167. type CloudWatchLogsHandler = Handler[CloudWatchLogsEvent, Unit]
  168. trait CloudWatchLogsLogEvent extends Object
    Annotations
    @JSType() @native()
  169. trait CodeBuildCloudWatchStateEvent extends Object with EventBridgeEvent["CodeBuild Build State Change", CodeBuildStateEventDetail]
    Annotations
    @JSType() @native()
  170. type CodeBuildCloudWatchStateHandler = Handler[CodeBuildCloudWatchStateEvent, Unit]
  171. trait CodeBuildStateEventDetail extends Object
    Annotations
    @JSType() @native()
  172. trait CodePipelineCloudWatchActionEvent extends Object
    Annotations
    @JSType() @native()
  173. type CodePipelineCloudWatchActionHandler = Handler[CodePipelineCloudWatchActionEvent, Unit]
  174. type CodePipelineCloudWatchEvent = |[|[CodePipelineCloudWatchPipelineEvent, CodePipelineCloudWatchStageEvent], CodePipelineCloudWatchActionEvent]
  175. type CodePipelineCloudWatchHandler = Handler[CodePipelineCloudWatchEvent, Unit]
  176. trait CodePipelineCloudWatchPipelineEvent extends Object
    Annotations
    @JSType() @native()
  177. type CodePipelineCloudWatchPipelineHandler = Handler[CodePipelineCloudWatchPipelineEvent, Unit]
  178. trait CodePipelineCloudWatchStageEvent extends Object
    Annotations
    @JSType() @native()
  179. type CodePipelineCloudWatchStageHandler = Handler[CodePipelineCloudWatchStageEvent, Unit]
  180. trait CodePipelineEvent extends Object
    Annotations
    @JSType() @native()
  181. type CodePipelineHandler = Handler[CodePipelineEvent, Unit]
  182. type CodePipelineStageState = String
  183. type CodePipelineState = String
  184. trait CognitoIdentity extends Object
    Annotations
    @JSType() @native()
  185. trait CognitoUserpoolCallerContext extends Object
    Annotations
    @JSType() @native()
  186. type Condition = Dictionary[|[String, Array[String]]]
  187. type ConditionBlock = Dictionary[|[Condition, Array[Condition]]]
  188. trait ConnectContactFlowEndpoint extends Object
    Annotations
    @JSType() @native()
  189. trait ConnectContactFlowEvent extends Object
    Annotations
    @JSType() @native()
  190. type ConnectContactFlowHandler = Handler[ConnectContactFlowEvent, ConnectContactFlowResult]
  191. trait ConnectContactFlowQueue extends Object
    Annotations
    @JSType() @native()
  192. trait ConnectContactFlowResult extends Object
    Annotations
    @JSType() @native()
  193. trait Context extends Object
    Annotations
    @JSType() @native()
  194. 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

  195. trait CreateAuthChallengeTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  196. trait CreateAuthChallengeTriggerEventResponse extends Object
    Annotations
    @JSType() @native()
  197. type CreateAuthChallengeTriggerHandler = Handler[CreateAuthChallengeTriggerEvent, Any]
  198. trait Credentials extends Object
    Annotations
    @JSType() @native()
  199. type CustomAuthorizerResult = APIGatewayAuthorizerResult
  200. trait CustomChallengeResult extends Object with ChallengeResultBase["CUSTOM_CHALLENGE", String]
    Annotations
    @JSType() @native()
  201. trait CustomEmailSenderAccountTakeOverNotificationTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_AccountTakeOverNotification", CustomEmailSender_AccountTakeOverNotification_UserAttributes]
    Annotations
    @JSType() @native()
  202. trait CustomEmailSenderAdminCreateUserTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_AdminCreateUser", Request]
    Annotations
    @JSType() @native()
  203. trait CustomEmailSenderForgotPasswordTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_ForgotPassword", Request]
    Annotations
    @JSType() @native()
  204. trait CustomEmailSenderResendCodeTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_ResendCode", Request]
    Annotations
    @JSType() @native()
  205. trait CustomEmailSenderSignUpTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_SignUp", Request]
    Annotations
    @JSType() @native()
  206. 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

  207. type CustomEmailSenderTriggerHandler = Handler[CustomEmailSenderTriggerEvent, Any]
  208. trait CustomEmailSenderUpdateUserAttributeTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_UpdateUserAttribute", Request]
    Annotations
    @JSType() @native()
  209. trait CustomEmailSenderVerifyUserAttributeTriggerEvent extends Object with BaseCustomEmailSenderTriggerEvent["CustomEmailSender_VerifyUserAttribute", Request]
    Annotations
    @JSType() @native()
  210. trait CustomEmailSender_AccountTakeOverNotification_UserAttributes extends Object
    Annotations
    @JSType() @native()
  211. trait CustomMessageAdminCreateUserTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_AdminCreateUser"]
    Annotations
    @JSType() @native()
  212. trait CustomMessageAuthenticationTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_Authentication"]
    Annotations
    @JSType() @native()
  213. trait CustomMessageForgotPasswordTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_ForgotPassword"]
    Annotations
    @JSType() @native()
  214. trait CustomMessageResendCodeTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_ResendCode"]
    Annotations
    @JSType() @native()
  215. trait CustomMessageSignUpTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_SignUp"]
    Annotations
    @JSType() @native()
  216. 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

  217. trait CustomMessageTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  218. trait CustomMessageTriggerEventResponse extends Object
    Annotations
    @JSType() @native()
  219. type CustomMessageTriggerHandler = Handler[CustomMessageTriggerEvent, Any]
  220. trait CustomMessageUpdateUserAttributeTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_UpdateUserAttribute"]
    Annotations
    @JSType() @native()
  221. trait CustomMessageVerifyUserAttributeTriggerEvent extends Object with BaseCustomMessageTriggerEvent["CustomMessage_VerifyUserAttribute"]
    Annotations
    @JSType() @native()
  222. type CustomerAudio = |[|[Null, StartedCustomerAudio], StartedStoppedCustomerAudio]
  223. 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

  224. trait DefineAuthChallengeTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  225. trait DefineAuthChallengeTriggerEventResponse extends Object
    Annotations
    @JSType() @native()
  226. type DefineAuthChallengeTriggerHandler = Handler[DefineAuthChallengeTriggerEvent, Any]
  227. trait DynamoDBRecord extends Object
    Annotations
    @JSType() @native()
  228. trait DynamoDBStreamEvent extends Object
    Annotations
    @JSType() @native()
  229. type DynamoDBStreamHandler = Handler[DynamoDBStreamEvent, Unit]
  230. trait EncryptionKey extends Object
    Annotations
    @JSType() @native()
  231. trait EventBridgeEvent[TDetailType <: String, TDetail] extends Object
    Annotations
    @JSType()
  232. type EventBridgeHandler[TDetailType <: String, TDetail, TResult] = Handler[EventBridgeEvent[TDetailType, TDetail], TResult]
  233. trait FirehoseRecordMetadata extends Object
    Annotations
    @JSType() @native()
  234. trait FirehoseTransformationEvent extends Object
    Annotations
    @JSType() @native()
  235. trait FirehoseTransformationEventRecord extends Object
    Annotations
    @JSType() @native()
  236. type FirehoseTransformationHandler = Handler[FirehoseTransformationEvent, FirehoseTransformationResult]
  237. trait FirehoseTransformationMetadata extends Object
    Annotations
    @JSType() @native()
  238. trait FirehoseTransformationResult extends Object
    Annotations
    @JSType() @native()
  239. trait FirehoseTransformationResultRecord extends Object
    Annotations
    @JSType() @native()
  240. trait GroupOverrideDetails extends Object
    Annotations
    @JSType() @native()
  241. trait Handler[TEvent, TResult] extends Function with Function3[TEvent, Context, Callback[TResult], Unit]

    Callback-style handler

    Callback-style handler

    Annotations
    @JSType()
  242. type Headers = Dictionary[String]
  243. type HeadersBDS = Dictionary[|[|[Boolean, Double], String]]
  244. type HeadersBDSA = Dictionary[|[|[|[Boolean, Double], String], Array[String]]]
  245. trait IoTPreProvisioningHookEvent extends Object
    Annotations
    @JSType() @native()
  246. type IoTPreProvisioningHookHandler = Handler[IoTPreProvisioningHookEvent, IoTPreProvisioningHookResult]
  247. trait IoTPreProvisioningHookResult extends Object
    Annotations
    @JSType() @native()
  248. trait KinesisStreamEvent extends Object
    Annotations
    @JSType() @native()
  249. type KinesisStreamHandler = Handler[KinesisStreamEvent, Unit]
  250. trait KinesisStreamRecord extends Object
    Annotations
    @JSType() @native()
  251. trait KinesisStreamRecordPayload extends Object
    Annotations
    @JSType() @native()
  252. type LexDialogAction = |[|[|[|[LexDialogActionClose, LexDialogActionElicitIntent], LexDialogActionElicitSlot], LexDialogActionConfirmIntent], LexDialogActionDelegate]
  253. trait LexDialogActionBase[T <: LexDialogActionType] extends Object
    Annotations
    @JSType() @native()
  254. trait LexDialogActionClose extends Object with LexDialogActionBase["Close"]
    Annotations
    @JSType() @native()
  255. trait LexDialogActionConfirmIntent extends Object with LexDialogActionBase["ConfirmIntent"]
    Annotations
    @JSType() @native()
  256. trait LexDialogActionDelegate extends Object
    Annotations
    @JSType() @native()
  257. trait LexDialogActionElicitIntent extends Object with LexDialogActionBase["ElicitIntent"]
    Annotations
    @JSType() @native()
  258. trait LexDialogActionElicitSlot extends Object with LexDialogActionBase["ElicitSlot"]
    Annotations
    @JSType() @native()
  259. trait LexEvent extends Object
    Annotations
    @JSType() @native()
  260. trait LexGenericAttachment extends Object
    Annotations
    @JSType() @native()
  261. type LexHandler = Handler[LexEvent, LexResult]
  262. trait LexResult extends Object
    Annotations
    @JSType() @native()
  263. trait LexSlotResolution extends Object
    Annotations
    @JSType() @native()
  264. trait MSKEvent extends Object
    Annotations
    @JSType() @native()
  265. type MSKHandler = Handler[MSKEvent, Unit]
  266. trait MSKRecord extends Object
    Annotations
    @JSType() @native()
  267. trait MaybeStatementPrincipal extends Object
    Annotations
    @JSType() @native()
  268. trait MaybeStatementResource extends Object
    Annotations
    @JSType() @native()
  269. type MultiValueHeaders = Dictionary[Array[String]]
  270. type MultiValueHeadersBDS = Dictionary[Array[|[|[Boolean, Double], String]]]
  271. trait PolicyDocument extends Object
    Annotations
    @JSType() @native()
  272. 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

  273. trait PostAuthenticationTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  274. type PostAuthenticationTriggerHandler = Handler[PostAuthenticationTriggerEvent, Any]
  275. trait PostConfirmationConfirmForgotPassword extends Object with BasePostConfirmationTriggerEvent["PostConfirmation_ConfirmForgotPassword"]
    Annotations
    @JSType() @native()
  276. trait PostConfirmationConfirmSignUpTriggerEvent extends Object with BasePostConfirmationTriggerEvent["PostConfirmation_ConfirmSignUp"]
    Annotations
    @JSType() @native()
  277. type PostConfirmationTriggerEvent = |[PostConfirmationConfirmSignUpTriggerEvent, PostConfirmationConfirmForgotPassword]

    See also

    https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-post-confirmation.html

  278. trait PostConfirmationTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  279. type PostConfirmationTriggerHandler = Handler[PostConfirmationTriggerEvent, Any]
  280. 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

  281. trait PreAuthenticationTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  282. type PreAuthenticationTriggerHandler = Handler[PreAuthenticationTriggerEvent, Any]
  283. trait PreSignUpAdminCreateUserTriggerEvent extends Object with BaseTriggerEvent["PreSignUp_AdminCreateUser"]
    Annotations
    @JSType() @native()
  284. trait PreSignUpEmailTriggerEvent extends Object with BaseTriggerEvent["PreSignUp_SignUp"]
    Annotations
    @JSType() @native()
  285. trait PreSignUpExternalProviderTriggerEvent extends Object with BaseTriggerEvent["PreSignUp_ExternalProvider"]
    Annotations
    @JSType() @native()
  286. type PreSignUpTriggerEvent = |[|[PreSignUpEmailTriggerEvent, PreSignUpExternalProviderTriggerEvent], PreSignUpAdminCreateUserTriggerEvent]

    See also

    https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-sign-up.html

  287. trait PreSignUpTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  288. trait PreSignUpTriggerEventResponse extends Object
    Annotations
    @JSType() @native()
  289. type PreSignUpTriggerHandler = Handler[PreSignUpTriggerEvent, Any]
  290. trait PreTokenGenerationAuthenticateDeviceTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_AuthenticateDevice"]
    Annotations
    @JSType() @native()
  291. trait PreTokenGenerationAuthenticationTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_Authentication"]
    Annotations
    @JSType() @native()
  292. trait PreTokenGenerationHostedAuthTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_HostedAuth"]
    Annotations
    @JSType() @native()
  293. trait PreTokenGenerationNewPasswordChallengeTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_NewPasswordChallenge"]
    Annotations
    @JSType() @native()
  294. trait PreTokenGenerationRefreshTokensTriggerEvent extends Object with BasePreTokenGenerationTriggerEvent["TokenGeneration_RefreshTokens"]
    Annotations
    @JSType() @native()
  295. type PreTokenGenerationTriggerEvent = |[|[|[|[PreTokenGenerationHostedAuthTriggerEvent, PreTokenGenerationAuthenticationTriggerEvent], PreTokenGenerationNewPasswordChallengeTriggerEvent], PreTokenGenerationAuthenticateDeviceTriggerEvent], PreTokenGenerationRefreshTokensTriggerEvent]

    See also

    https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-token-generation.html

  296. trait PreTokenGenerationTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  297. trait PreTokenGenerationTriggerEventResponse extends Object
    Annotations
    @JSType() @native()
  298. type PreTokenGenerationTriggerHandler = Handler[PreTokenGenerationTriggerEvent, Any]
  299. type PrincipalValue = |[|[Dictionary[|[String, Array[String]]], String], Array[String]]
  300. trait S3ArtifactLocation extends Object
    Annotations
    @JSType() @native()
  301. trait S3ArtifactStore extends Object
    Annotations
    @JSType() @native()
  302. trait S3BatchEvent extends Object
    Annotations
    @JSType() @native()
  303. trait S3BatchEventJob extends Object
    Annotations
    @JSType() @native()
  304. trait S3BatchEventTask extends Object
    Annotations
    @JSType() @native()
  305. type S3BatchHandler = Handler[S3BatchEvent, S3BatchResult]
  306. trait S3BatchResult extends Object
    Annotations
    @JSType() @native()
  307. trait S3BatchResultResult extends Object
    Annotations
    @JSType() @native()
  308. trait S3Event extends Object
    Annotations
    @JSType() @native()
  309. trait S3EventRecord extends Object
    Annotations
    @JSType() @native()
  310. trait S3EventRecordGlacierEventData extends Object
    Annotations
    @JSType() @native()
  311. trait S3EventRecordGlacierRestoreEventData extends Object
    Annotations
    @JSType() @native()
  312. type S3Handler = Handler[S3Event, Unit]
  313. trait SESEvent extends Object
    Annotations
    @JSType()
  314. trait SESEventRecord extends Object
    Annotations
    @JSType()
  315. type SESHandler = Handler[SESEvent, Unit]
  316. trait SESMail extends Object
    Annotations
    @JSType()
  317. trait SESMailCommonHeaders extends Object
    Annotations
    @JSType()
  318. trait SESMailHeader extends Object
    Annotations
    @JSType()
  319. trait SESMessage extends Object
    Annotations
    @JSType()
  320. trait SESReceipt extends Object
    Annotations
    @JSType()
  321. trait SESReceiptBounceAction extends Object
    Annotations
    @JSType()
  322. trait SESReceiptLambdaAction extends Object
    Annotations
    @JSType()
  323. trait SESReceiptS3Action extends Object
    Annotations
    @JSType()
  324. trait SESReceiptSnsAction extends Object
    Annotations
    @JSType()
  325. trait SESReceiptStatus extends Object
    Annotations
    @JSType()
  326. trait SESReceiptStopAction extends Object
    Annotations
    @JSType()
  327. trait SESReceiptWorkMailAction extends Object
    Annotations
    @JSType()
  328. trait SNSEvent extends Object
    Annotations
    @JSType() @native()
  329. trait SNSEventRecord extends Object
    Annotations
    @JSType() @native()
  330. type SNSHandler = Handler[SNSEvent, Unit]
  331. trait SNSMessage extends Object
    Annotations
    @JSType() @native()
  332. trait SNSMessageAttribute extends Object
    Annotations
    @JSType() @native()
  333. type SNSMessageAttributes = Dictionary[SNSMessageAttribute]
  334. trait SQSBatchItemFailure extends Object
    Annotations
    @JSType() @native()
  335. trait SQSBatchResponse extends Object
    Annotations
    @JSType() @native()
  336. trait SQSEvent extends Object
    Annotations
    @JSType() @native()
  337. type SQSHandler = Handler[SQSEvent, UndefOr[SQSBatchResponse]]
  338. trait SQSMessageAttribute extends Object
    Annotations
    @JSType() @native()
  339. type SQSMessageAttributeDataType = String
  340. type SQSMessageAttributes = Dictionary[SQSMessageAttribute]
  341. trait SQSRecord extends Object
    Annotations
    @JSType() @native()
  342. trait SQSRecordAttributes extends Object
    Annotations
    @JSType() @native()
  343. trait ScheduledEvent[T] extends Object with EventBridgeEvent["Scheduled Event", T]
    Annotations
    @JSType() @native()
  344. type ScheduledHandler[T] = Handler[ScheduledEvent[T], Unit]
  345. trait StartedCustomerAudio extends Object
    Annotations
    @JSType() @native()
  346. trait StartedStoppedCustomerAudio extends Object with StartedCustomerAudio with StoppedCustomerAudio
    Annotations
    @JSType() @native()
  347. type Statement = |[BaseStatement with StatementAction with StatementResource, StatementPrincipal]
  348. type StatementAction = Any
  349. type StatementPrincipal = MaybeStatementResource
  350. type StatementResource = MaybeStatementPrincipal
  351. trait StoppedCustomerAudio extends Object
    Annotations
    @JSType() @native()
  352. trait StreamRecord extends Object
    Annotations
    @JSType() @native()
  353. trait UserMigrationAuthenticationTriggerEvent extends Object with BaseUserMigrationTriggerEvent["UserMigration_Authentication"]
    Annotations
    @JSType() @native()
  354. trait UserMigrationForgotPasswordTriggerEvent extends Object with BaseUserMigrationTriggerEvent["UserMigration_ForgotPassword"]
    Annotations
    @JSType() @native()
  355. type UserMigrationTriggerEvent = |[UserMigrationAuthenticationTriggerEvent, UserMigrationForgotPasswordTriggerEvent]

    See also

    https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-migrate-user.html

  356. trait UserMigrationTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  357. trait UserMigrationTriggerEventResponse extends Object
    Annotations
    @JSType() @native()
  358. type UserMigrationTriggerHandler = Handler[UserMigrationTriggerEvent, Any]
  359. 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

  360. trait VerifyAuthChallengeResponseTriggerEventRequest extends Object
    Annotations
    @JSType() @native()
  361. trait VerifyAuthChallengeResponseTriggerEventResponse extends Object
    Annotations
    @JSType() @native()
  362. type VerifyAuthChallengeResponseTriggerHandler = Handler[VerifyAuthChallengeResponseTriggerEvent, Any]

Deprecated Type Members

  1. type FirehoseRecordTransformationStatus = String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use net.exoego.facade.aws_lambda.FirehoseRecordTransformationStatus

  2. type S3BatchResultResultCode = String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use net.exoego.facade.aws_lambda.literal.S3BatchResultResultCode instead

Value Members

  1. object ALBEvent
  2. object ALBEventRequestContext
  3. object ALBResult
  4. object APIGatewayAuthorizerResult
  5. object APIGatewayAuthorizerWithContextResult
  6. object APIGatewayEventClientCertificate
  7. object APIGatewayProxyCognitoAuthorizer
  8. object APIGatewayProxyEventBase
  9. object APIGatewayProxyEventV2
  10. object APIGatewayProxyResult
  11. object APIGatewayProxyStructuredResultV2
  12. object APIGatewayRequestAuthorizerEvent
  13. object APIGatewayTokenAuthorizerEvent
  14. object AppSyncAuthorizerEvent
  15. object AppSyncAuthorizerResult
  16. object AppSyncIdentityCognito
  17. object AppSyncIdentityIAM
  18. object AppSyncIdentityLambda
  19. object AppSyncIdentityOIDC
  20. object AppSyncResolverEvent
  21. object AppSyncResolverEventInfo
  22. object AppSyncResolverEventRequest
  23. object Artifact
  24. object BaseCustomEmailSenderTriggerEvent
  25. object BaseStatement
  26. object CallerContext
  27. object ChallengeResult
  28. object ClientContext
  29. object ClientContextClient
  30. object ClientContextEnv
  31. object CloudFormationCustomResourceCreateEvent
  32. object CloudFormationCustomResourceDeleteEvent
  33. object CloudFormationCustomResourceEventCommon
  34. object CloudFormationCustomResourceFailedResponse
  35. object CloudFormationCustomResourceResponseCommon
  36. object CloudFormationCustomResourceSuccessResponse
  37. object CloudFormationCustomResourceUpdateEvent
  38. object CloudFrontCustomOrigin
  39. object CloudFrontEvent
  40. object CloudFrontFunctionsCookieItem
  41. object CloudFrontFunctionsCookieMultiValueItem
  42. object CloudFrontFunctionsEvent
  43. object CloudFrontFunctionsMultiValueItem
  44. object CloudFrontFunctionsValueItem
  45. object CloudFrontHeadersItem
  46. object CloudFrontOrigin
  47. object CloudFrontRequest
  48. object CloudFrontRequestEvent
  49. object CloudFrontRequestEventCf
  50. object CloudFrontRequestEventRecordItem
  51. object CloudFrontResponse
  52. object CloudFrontResponseEvent
  53. object CloudFrontResponseEventCf
  54. object CloudFrontResponseEventRecordItem
  55. object CloudFrontResultResponse
  56. object CloudFrontS3Origin
  57. object CloudWatchLogsDecodedData
  58. object CloudWatchLogsEvent
  59. object CloudWatchLogsEventData
  60. object CloudWatchLogsLogEvent
  61. object CodeBuildCloudWatchStateEvent
  62. object CodeBuildStateEventDetail
  63. object CodePipelineCloudWatchActionEvent
  64. object CodePipelineCloudWatchPipelineEvent
  65. object CodePipelineCloudWatchStageEvent
  66. object CodePipelineEvent
  67. object CognitoIdentity
  68. object ConnectContactFlowEndpoint
  69. object ConnectContactFlowEvent
  70. object ConnectContactFlowQueue
  71. object CreateAuthChallengeTriggerEvent
  72. object CreateAuthChallengeTriggerEventRequest
  73. object CreateAuthChallengeTriggerEventResponse
  74. object Credentials
  75. object CustomChallengeResult
  76. object CustomEmailSenderAccountTakeOverNotificationTriggerEvent
  77. object CustomEmailSenderAdminCreateUserTriggerEvent
  78. object CustomEmailSenderForgotPasswordTriggerEvent
  79. object CustomEmailSenderResendCodeTriggerEvent
  80. object CustomEmailSenderSignUpTriggerEvent
  81. object CustomEmailSenderUpdateUserAttributeTriggerEvent
  82. object CustomEmailSenderVerifyUserAttributeTriggerEvent
  83. object CustomEmailSender_AccountTakeOverNotification_UserAttributes
  84. object CustomMessageAdminCreateUserTriggerEvent
  85. object CustomMessageAuthenticationTriggerEvent
  86. object CustomMessageForgotPasswordTriggerEvent
  87. object CustomMessageResendCodeTriggerEvent
  88. object CustomMessageSignUpTriggerEvent
  89. object CustomMessageTriggerEventRequest
  90. object CustomMessageTriggerEventResponse
  91. object CustomMessageUpdateUserAttributeTriggerEvent
  92. object CustomMessageVerifyUserAttributeTriggerEvent
  93. object DefineAuthChallengeTriggerEvent
  94. object DefineAuthChallengeTriggerEventRequest
  95. object DefineAuthChallengeTriggerEventResponse
  96. object DynamoDBRecord
  97. object DynamoDBStreamEvent
  98. object EncryptionKey
  99. object EventBridgeEvent
  100. object FirehoseRecordMetadata
  101. object FirehoseTransformationEvent
  102. object FirehoseTransformationEventRecord
  103. object FirehoseTransformationMetadata
  104. object FirehoseTransformationResult
  105. object FirehoseTransformationResultRecord
  106. object GroupOverrideDetails
  107. object IoTPreProvisioningHookEvent
  108. object IoTPreProvisioningHookResult
  109. object KinesisStreamEvent
  110. object KinesisStreamRecord
  111. object KinesisStreamRecordPayload
  112. object LexDialogActionBase
  113. object LexDialogActionClose
  114. object LexDialogActionConfirmIntent
  115. object LexDialogActionDelegate
  116. object LexDialogActionElicitIntent
  117. object LexDialogActionElicitSlot
  118. object LexEvent
  119. object LexGenericAttachment
  120. object LexResult
  121. object MSKEvent
  122. object MSKRecord
  123. object MaybeStatementPrincipal
  124. object MaybeStatementResource
  125. object PolicyDocument
  126. object PostAuthenticationTriggerEvent
  127. object PostAuthenticationTriggerEventRequest
  128. object PostConfirmationConfirmForgotPassword
  129. object PostConfirmationConfirmSignUpTriggerEvent
  130. object PostConfirmationTriggerEventRequest
  131. object PreAuthenticationTriggerEvent
  132. object PreAuthenticationTriggerEventRequest
  133. object PreSignUpAdminCreateUserTriggerEvent
  134. object PreSignUpEmailTriggerEvent
  135. object PreSignUpExternalProviderTriggerEvent
  136. object PreSignUpTriggerEventRequest
  137. object PreSignUpTriggerEventResponse
  138. object PreTokenGenerationAuthenticateDeviceTriggerEvent
  139. object PreTokenGenerationAuthenticationTriggerEvent
  140. object PreTokenGenerationHostedAuthTriggerEvent
  141. object PreTokenGenerationNewPasswordChallengeTriggerEvent
  142. object PreTokenGenerationRefreshTokensTriggerEvent
  143. object PreTokenGenerationTriggerEventRequest
  144. object PreTokenGenerationTriggerEventResponse
  145. object S3ArtifactLocation
  146. object S3ArtifactStore
  147. object S3BatchEvent
  148. object S3BatchEventJob
  149. object S3BatchEventTask
  150. object S3BatchResult
  151. object S3BatchResultResult
  152. object S3Event
  153. object S3EventRecord
  154. object S3EventRecordGlacierEventData
  155. object S3EventRecordGlacierRestoreEventData
  156. object SESEvent
  157. object SESEventRecord
  158. object SESMail
  159. object SESMailCommonHeaders
  160. object SESMailHeader
  161. object SESMessage
  162. object SESReceipt
  163. object SESReceiptBounceAction
  164. object SESReceiptLambdaAction
  165. object SESReceiptS3Action
  166. object SESReceiptSnsAction
  167. object SESReceiptStatus
  168. object SESReceiptStopAction
  169. object SESReceiptWorkMailAction
  170. object SNSEvent
  171. object SNSEventRecord
  172. object SNSMessage
  173. object SNSMessageAttribute
  174. object SQSBatchItemFailure
  175. object SQSBatchResponse
  176. object SQSEvent
  177. object SQSMessageAttribute
  178. object SQSRecord
  179. object SQSRecordAttributes
  180. object ScheduledEvent
  181. object StartedCustomerAudio
  182. object StartedStoppedCustomerAudio
  183. object StoppedCustomerAudio
  184. object StreamRecord
  185. object UserMigrationAuthenticationTriggerEvent
  186. object UserMigrationForgotPasswordTriggerEvent
  187. object UserMigrationTriggerEventRequest
  188. object UserMigrationTriggerEventResponse
  189. object VerifyAuthChallengeResponseTriggerEvent
  190. object VerifyAuthChallengeResponseTriggerEventRequest
  191. object VerifyAuthChallengeResponseTriggerEventResponse

Deprecated Value Members

  1. val APIGatewayProxyEvent: APIGatewayProxyEventBase.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use APIGatewayProxyEventBase instead

Inherited from AnyRef

Inherited from Any

Ungrouped