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

Type Members

  1. trait ALBEvent extends Object
    Annotations
    @RawJSType() @native()
  2. trait ALBEventRequestContext extends Object
    Annotations
    @RawJSType() @native()
  3. type ALBHandler = Handler[ALBEvent, ALBResult]
  4. trait ALBResult extends Object
    Annotations
    @RawJSType() @native()
  5. trait APIGatewayEventRequestContext extends Object
    Annotations
    @RawJSType() @native()
  6. trait APIGatewayProxyEvent extends Object
    Annotations
    @RawJSType() @native()
  7. type APIGatewayProxyHandler = Handler[APIGatewayProxyEvent, APIGatewayProxyResult]
  8. trait APIGatewayProxyResult extends Object
    Annotations
    @RawJSType() @native()
  9. trait Artifact extends Object
    Annotations
    @RawJSType() @native()
  10. type ArtifactLocation = S3ArtifactStore
  11. type AsyncALBHandler = AsyncHandler[ALBEvent, ALBResult]
  12. type AsyncAPIGatewayProxyHandler = AsyncHandler[APIGatewayProxyEvent, APIGatewayProxyResult]
  13. type AsyncCloudFormationCustomResourceHandler = AsyncHandler[CloudFormationCustomResourceEvent, Unit]
  14. type AsyncCloudFrontRequestHandler = AsyncHandler[CloudFrontRequestEvent, CloudFrontRequestResult]
  15. type AsyncCloudFrontResponseHandler = AsyncHandler[CloudFrontResponseEvent, CloudFrontResponseResult]
  16. type AsyncCloudWatchLogsHandler = AsyncHandler[CloudWatchLogsEvent, Unit]
  17. type AsyncCodePipelineCloudWatchActionHandler = AsyncHandler[CodePipelineCloudWatchActionEvent, Unit]
  18. type AsyncCodePipelineCloudWatchHandler = AsyncHandler[CodePipelineCloudWatchEvent, Unit]
  19. type AsyncCodePipelineCloudWatchPipelineHandler = AsyncHandler[CodePipelineCloudWatchPipelineEvent, Unit]
  20. type AsyncCodePipelineCloudWatchStageHandler = AsyncHandler[CodePipelineCloudWatchStageEvent, Unit]
  21. type AsyncCodePipelineHandler = AsyncHandler[CodePipelineEvent, Unit]
  22. type AsyncCognitoUserPoolTriggerHandler = AsyncHandler[CognitoUserPoolTriggerEvent, Any]
  23. type AsyncCustomAuthorizerHandler = AsyncHandler[CustomAuthorizerEvent, CustomAuthorizerResult]
  24. type AsyncDynamoDBStreamHandler = AsyncHandler[DynamoDBStreamEvent, Unit]
  25. type AsyncFirehoseTransformationHandler = AsyncHandler[FirehoseTransformationEvent, FirehoseTransformationResult]
  26. trait AsyncHandler[TEvent, TResult] extends Object

    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
    @ScalaJSDefined() @RawJSType()
  27. type AsyncKinesisStreamHandler = AsyncHandler[KinesisStreamEvent, Unit]
  28. type AsyncLexHandler = AsyncHandler[LexEvent, LexResult]
  29. type AsyncS3BatchHandler = AsyncHandler[S3BatchEvent, S3BatchResult]
  30. type AsyncS3Handler = AsyncHandler[S3Event, Unit]
  31. type AsyncSNSHandler = AsyncHandler[SNSEvent, Unit]
  32. type AsyncSQSHandler = AsyncHandler[SQSEvent, Unit]
  33. type AsyncScheduledHandler = AsyncHandler[ScheduledEvent, Unit]
  34. type AttributeValue = facade.amazonaws.services.dynamodb.AttributeValue
  35. type AuthResponse = CustomAuthorizerResult
  36. trait AuthResponseContext extends Object
    Annotations
    @RawJSType() @native()
  37. trait BaseStatement extends Object
    Annotations
    @RawJSType() @native()
  38. type Callback[TResult] = Function2[UndefOr[|[Error, String]], TResult, Unit]
  39. trait ClientContext extends Object
    Annotations
    @RawJSType() @native()
  40. trait ClientContextClient extends Object
    Annotations
    @RawJSType() @native()
  41. trait ClientContextEnv extends Object
    Annotations
    @RawJSType() @native()
  42. trait CloudFormationCustomResourceCreateEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @RawJSType() @native()
  43. trait CloudFormationCustomResourceDeleteEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @RawJSType() @native()
  44. type CloudFormationCustomResourceEvent = |[|[CloudFormationCustomResourceCreateEvent, CloudFormationCustomResourceUpdateEvent], CloudFormationCustomResourceDeleteEvent]
  45. trait CloudFormationCustomResourceEventCommon extends Object
    Annotations
    @RawJSType() @native()
  46. trait CloudFormationCustomResourceFailedResponse extends Object with CloudFormationCustomResourceResponseCommon
    Annotations
    @RawJSType() @native()
  47. type CloudFormationCustomResourceHandler = Handler[CloudFormationCustomResourceEvent, Unit]
  48. type CloudFormationCustomResourceResponse = |[CloudFormationCustomResourceSuccessResponse, CloudFormationCustomResourceFailedResponse]
  49. trait CloudFormationCustomResourceResponseCommon extends Object
    Annotations
    @RawJSType() @native()
  50. trait CloudFormationCustomResourceSuccessResponse extends Object with CloudFormationCustomResourceResponseCommon
    Annotations
    @RawJSType() @native()
  51. trait CloudFormationCustomResourceUpdateEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @RawJSType() @native()
  52. trait CloudFrontCustomOrigin extends Object
    Annotations
    @RawJSType() @native()
  53. trait CloudFrontEvent extends Object
    Annotations
    @RawJSType() @native()
  54. type CloudFrontHeaders = Dictionary[Array[CloudFrontHeadersItem]]
  55. trait CloudFrontHeadersItem extends Object
    Annotations
    @RawJSType() @native()
  56. trait CloudFrontOrigin extends Object
    Annotations
    @RawJSType() @native()
  57. trait CloudFrontRequest extends Object
    Annotations
    @RawJSType() @native()
  58. trait CloudFrontRequestEvent extends Object
    Annotations
    @RawJSType() @native()
  59. trait CloudFrontRequestEventRecordItem extends Object with CloudFrontEvent
    Annotations
    @RawJSType() @native()
  60. type CloudFrontRequestHandler = Handler[CloudFrontRequestEvent, CloudFrontRequestResult]
  61. type CloudFrontRequestResult = UndefOr[|[CloudFrontResultResponse, CloudFrontRequest]]
  62. trait CloudFrontResponse extends Object
    Annotations
    @RawJSType() @native()
  63. trait CloudFrontResponseEvent extends Object
    Annotations
    @RawJSType() @native()
  64. trait CloudFrontResponseEventRecordItem extends Object
    Annotations
    @RawJSType() @native()
  65. type CloudFrontResponseHandler = Handler[CloudFrontResponseEvent, CloudFrontResponseResult]
  66. type CloudFrontResponseResult = UndefOr[CloudFrontResultResponse]
  67. trait CloudFrontResultResponse extends Object
    Annotations
    @RawJSType() @native()
  68. trait CloudFrontS3Origin extends Object
    Annotations
    @RawJSType() @native()
  69. trait CloudWatchLogsDecodedData extends Object
    Annotations
    @RawJSType() @native()
  70. trait CloudWatchLogsEvent extends Object
    Annotations
    @RawJSType() @native()
  71. trait CloudWatchLogsEventData extends Object
    Annotations
    @RawJSType() @native()
  72. type CloudWatchLogsHandler = Handler[CloudWatchLogsEvent, Unit]
  73. trait CloudWatchLogsLogEvent extends Object
    Annotations
    @RawJSType() @native()
  74. type CodePipelineActionCategory = String
  75. type CodePipelineActionState = String
  76. trait CodePipelineCloudWatchActionEvent extends Object
    Annotations
    @RawJSType() @native()
  77. type CodePipelineCloudWatchActionHandler = Handler[CodePipelineCloudWatchActionEvent, Unit]
  78. type CodePipelineCloudWatchEvent = |[|[CodePipelineCloudWatchPipelineEvent, CodePipelineCloudWatchStageEvent], CodePipelineCloudWatchActionEvent]
  79. type CodePipelineCloudWatchHandler = Handler[CodePipelineCloudWatchEvent, Unit]
  80. trait CodePipelineCloudWatchPipelineEvent extends Object
    Annotations
    @RawJSType() @native()
  81. type CodePipelineCloudWatchPipelineHandler = Handler[CodePipelineCloudWatchPipelineEvent, Unit]
  82. trait CodePipelineCloudWatchStageEvent extends Object
    Annotations
    @RawJSType() @native()
  83. type CodePipelineCloudWatchStageHandler = Handler[CodePipelineCloudWatchStageEvent, Unit]
  84. trait CodePipelineEvent extends Object
    Annotations
    @RawJSType() @native()
  85. type CodePipelineHandler = Handler[CodePipelineEvent, Unit]
  86. type CodePipelineStageState = String
  87. type CodePipelineState = String
  88. trait CognitoIdentity extends Object
    Annotations
    @RawJSType() @native()
  89. type CognitoUserPoolEvent = CognitoUserPoolTriggerEvent
  90. trait CognitoUserPoolTriggerEvent extends Object
    Annotations
    @RawJSType() @native()
  91. type CognitoUserPoolTriggerHandler = Handler[CognitoUserPoolTriggerEvent, Any]
  92. type Condition = Dictionary[|[String, Array[String]]]
  93. type ConditionBlock = Dictionary[|[Condition, Array[Condition]]]
  94. trait Context extends Object
    Annotations
    @RawJSType() @native()
  95. trait Credentials extends Object
    Annotations
    @RawJSType() @native()
  96. trait CustomAuthorizerEvent extends Object
    Annotations
    @RawJSType() @native()
  97. type CustomAuthorizerHandler = Handler[CustomAuthorizerEvent, CustomAuthorizerResult]
  98. trait CustomAuthorizerResult extends Object
    Annotations
    @RawJSType() @native()
  99. trait DynamoDBRecord extends Object
    Annotations
    @RawJSType() @native()
  100. trait DynamoDBStreamEvent extends Object
    Annotations
    @RawJSType() @native()
  101. type DynamoDBStreamHandler = Handler[DynamoDBStreamEvent, Unit]
  102. trait EncryptionKey extends Object
    Annotations
    @RawJSType() @native()
  103. trait FirehoseRecordMetadata extends Object
    Annotations
    @RawJSType() @native()
  104. type FirehoseRecordTransformationStatus = String
  105. trait FirehoseTransformationEvent extends Object
    Annotations
    @RawJSType() @native()
  106. trait FirehoseTransformationEventRecord extends Object
    Annotations
    @RawJSType() @native()
  107. type FirehoseTransformationHandler = Handler[FirehoseTransformationEvent, FirehoseTransformationResult]
  108. trait FirehoseTransformationResult extends Object
    Annotations
    @RawJSType() @native()
  109. trait FirehoseTransformationResultRecord extends Object
    Annotations
    @RawJSType() @native()
  110. trait Handler[TEvent, TResult] extends Object

    Callback-style handler

    Callback-style handler

    Annotations
    @ScalaJSDefined() @RawJSType()
  111. type Headers = Dictionary[String]
  112. type HeadersBDS = Dictionary[|[|[Boolean, Double], String]]
  113. trait KinesisStreamEvent extends Object
    Annotations
    @RawJSType() @native()
  114. type KinesisStreamHandler = Handler[KinesisStreamEvent, Unit]
  115. trait KinesisStreamRecord extends Object
    Annotations
    @RawJSType() @native()
  116. trait KinesisStreamRecordPayload extends Object
    Annotations
    @RawJSType() @native()
  117. type LexDialogAction = |[|[|[|[LexDialogActionClose, LexDialogActionElicitIntent], LexDialogActionElicitSlot], LexDialogActionConfirmIntent], LexDialogActionDelegate]
  118. trait LexDialogActionBase extends Object
    Annotations
    @RawJSType() @native()
  119. trait LexDialogActionClose extends Object with LexDialogActionBase
    Annotations
    @RawJSType() @native()
  120. trait LexDialogActionConfirmIntent extends Object with LexDialogActionBase
    Annotations
    @RawJSType() @native()
  121. trait LexDialogActionDelegate extends Object
    Annotations
    @RawJSType() @native()
  122. trait LexDialogActionElicitIntent extends Object with LexDialogActionBase
    Annotations
    @RawJSType() @native()
  123. trait LexDialogActionElicitSlot extends Object with LexDialogActionBase
    Annotations
    @RawJSType() @native()
  124. trait LexEvent extends Object
    Annotations
    @RawJSType() @native()
  125. trait LexGenericAttachment extends Object
    Annotations
    @RawJSType() @native()
  126. type LexHandler = Handler[LexEvent, LexResult]
  127. trait LexResult extends Object
    Annotations
    @RawJSType() @native()
  128. trait LexSlotResolution extends Object
    Annotations
    @RawJSType() @native()
  129. trait MaybeStatementPrincipal extends Object
    Annotations
    @RawJSType() @native()
  130. trait MaybeStatementResource extends Object
    Annotations
    @RawJSType() @native()
  131. type MultiValueHeaders = Dictionary[Array[String]]
  132. type MultiValueHeadersBDS = Dictionary[Array[|[|[Boolean, Double], String]]]
  133. trait PolicyDocument extends Object
    Annotations
    @RawJSType() @native()
  134. type PrincipalValue = |[|[Dictionary[|[String, Array[String]]], String], Array[String]]
  135. trait S3ArtifactLocation extends Object
    Annotations
    @RawJSType() @native()
  136. trait S3ArtifactStore extends Object
    Annotations
    @RawJSType() @native()
  137. trait S3BatchEvent extends Object
    Annotations
    @RawJSType() @native()
  138. trait S3BatchEventJob extends Object
    Annotations
    @RawJSType() @native()
  139. trait S3BatchEventTask extends Object
    Annotations
    @RawJSType() @native()
  140. type S3BatchHandler = Handler[S3BatchEvent, S3BatchResult]
  141. trait S3BatchResult extends Object
    Annotations
    @RawJSType() @native()
  142. trait S3BatchResultResult extends Object
    Annotations
    @RawJSType() @native()
  143. type S3BatchResultResultCode = String
  144. trait S3Event extends Object
    Annotations
    @RawJSType() @native()
  145. trait S3EventRecord extends Object
    Annotations
    @RawJSType() @native()
  146. trait S3EventRecordGlacierEventData extends Object
    Annotations
    @RawJSType() @native()
  147. trait S3EventRecordGlacierRestoreEventData extends Object
    Annotations
    @RawJSType() @native()
  148. type S3Handler = Handler[S3Event, Unit]
  149. trait SNSEvent extends Object
    Annotations
    @RawJSType() @native()
  150. trait SNSEventRecord extends Object
    Annotations
    @RawJSType() @native()
  151. type SNSHandler = Handler[SNSEvent, Unit]
  152. trait SNSMessage extends Object
    Annotations
    @RawJSType() @native()
  153. trait SNSMessageAttribute extends Object
    Annotations
    @RawJSType() @native()
  154. type SNSMessageAttributes = Dictionary[SNSMessageAttribute]
  155. trait SQSEvent extends Object
    Annotations
    @RawJSType() @native()
  156. type SQSHandler = Handler[SQSEvent, Unit]
  157. trait SQSMessageAttribute extends Object
    Annotations
    @RawJSType() @native()
  158. type SQSMessageAttributeDataType = String
  159. type SQSMessageAttributes = Dictionary[SQSMessageAttribute]
  160. trait SQSRecord extends Object
    Annotations
    @RawJSType() @native()
  161. trait SQSRecordAttributes extends Object
    Annotations
    @RawJSType() @native()
  162. trait ScheduledEvent extends Object
    Annotations
    @RawJSType() @native()
  163. type ScheduledHandler = Handler[ScheduledEvent, Unit]
  164. type Statement = |[BaseStatement with StatementAction with StatementResource, StatementPrincipal]
  165. type StatementAction = Any
  166. type StatementPrincipal = MaybeStatementResource
  167. type StatementResource = MaybeStatementPrincipal
  168. trait StreamRecord extends Object
    Annotations
    @RawJSType() @native()
  169. type APIGatewayEvent = APIGatewayProxyEvent
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Old name. Use APIGatewayProxyEvent

  170. type ProxyHandler = Handler[APIGatewayProxyEvent, APIGatewayProxyResult]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Old name. Use APIGatewayProxyHandler

  171. type ProxyResult = APIGatewayProxyResult
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Old name. Use APIGatewayProxyResult

  172. type S3CreateEvent = S3Event
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Old name. Use s3.S3Event.

Value Members

  1. object ALBEvent
  2. object ALBEventRequestContext
  3. object ALBResult
  4. object APIGatewayEventRequestContext
  5. object APIGatewayProxyEvent
  6. object APIGatewayProxyResult
  7. object Artifact
  8. object AuthResponseContext
  9. object BaseStatement
  10. object ClientContext
  11. object ClientContextClient
  12. object ClientContextEnv
  13. object CloudFormationCustomResourceCreateEvent
  14. object CloudFormationCustomResourceDeleteEvent
  15. object CloudFormationCustomResourceEventCommon
  16. object CloudFormationCustomResourceFailedResponse
  17. object CloudFormationCustomResourceResponseCommon
  18. object CloudFormationCustomResourceSuccessResponse
  19. object CloudFormationCustomResourceUpdateEvent
  20. object CloudFrontCustomOrigin
  21. object CloudFrontEvent
  22. object CloudFrontHeadersItem
  23. object CloudFrontOrigin
  24. object CloudFrontRequest
  25. object CloudFrontRequestEvent
  26. object CloudFrontRequestEventRecordItem
  27. object CloudFrontResponse
  28. object CloudFrontResponseEvent
  29. object CloudFrontResponseEventRecordItem
  30. object CloudFrontResultResponse
  31. object CloudFrontS3Origin
  32. object CloudWatchLogsDecodedData
  33. object CloudWatchLogsEvent
  34. object CloudWatchLogsEventData
  35. object CloudWatchLogsLogEvent
  36. object CodePipelineCloudWatchActionEvent
  37. object CodePipelineCloudWatchPipelineEvent
  38. object CodePipelineCloudWatchStageEvent
  39. object CodePipelineEvent
  40. object CognitoIdentity
  41. object CognitoUserPoolTriggerEvent
  42. object Credentials
  43. object CustomAuthorizerEvent
  44. object CustomAuthorizerResult
  45. object DynamoDBRecord
  46. object DynamoDBStreamEvent
  47. object EncryptionKey
  48. object FirehoseRecordMetadata
  49. object FirehoseTransformationEvent
  50. object FirehoseTransformationEventRecord
  51. object FirehoseTransformationResult
  52. object FirehoseTransformationResultRecord
  53. object KinesisStreamEvent
  54. object KinesisStreamRecord
  55. object KinesisStreamRecordPayload
  56. object LexDialogActionBase
  57. object LexDialogActionClose
  58. object LexDialogActionConfirmIntent
  59. object LexDialogActionDelegate
  60. object LexDialogActionElicitIntent
  61. object LexDialogActionElicitSlot
  62. object LexEvent
  63. object LexGenericAttachment
  64. object LexResult
  65. object LexSlotResolution
  66. object MaybeStatementPrincipal
  67. object MaybeStatementResource
  68. object PolicyDocument
  69. object S3ArtifactLocation
  70. object S3ArtifactStore
  71. object S3BatchEvent
  72. object S3BatchEventJob
  73. object S3BatchEventTask
  74. object S3BatchResult
  75. object S3BatchResultResult
  76. object S3Event
  77. object S3EventRecord
  78. object S3EventRecordGlacierEventData
  79. object S3EventRecordGlacierRestoreEventData
  80. object SNSEvent
  81. object SNSEventRecord
  82. object SNSMessage
  83. object SNSMessageAttribute
  84. object SQSEvent
  85. object SQSMessageAttribute
  86. object SQSRecord
  87. object SQSRecordAttributes
  88. object ScheduledEvent
  89. object StreamRecord

Inherited from AnyRef

Inherited from Any

Ungrouped