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. type ALBCallback = Function2[UndefOr[|[Error, String]], ALBResult, Unit]
  2. trait ALBEvent extends Object
    Annotations
    @RawJSType() @native()
  3. trait ALBEventRequestContext extends Object
    Annotations
    @RawJSType() @native()
  4. type ALBHandler = Function3[ALBEvent, Context, Callback[ALBResult], |[Unit, Promise[ALBResult]]]
  5. trait ALBResult extends Object
    Annotations
    @RawJSType() @native()
  6. type APIGatewayEvent = APIGatewayProxyEvent
  7. trait APIGatewayEventRequestContext extends Object
    Annotations
    @RawJSType() @native()
  8. type APIGatewayProxyCallback = Function2[UndefOr[|[Error, String]], APIGatewayProxyResult, Unit]
  9. trait APIGatewayProxyEvent extends Object
    Annotations
    @RawJSType() @native()
  10. type APIGatewayProxyHandler = Function3[APIGatewayProxyEvent, Context, Callback[APIGatewayProxyResult], |[Unit, Promise[APIGatewayProxyResult]]]
  11. trait APIGatewayProxyResult extends Object
    Annotations
    @RawJSType() @native()
  12. trait Artifact extends Object
    Annotations
    @RawJSType() @native()
  13. type ArtifactLocation = S3ArtifactStore
  14. type AttributeValue = facade.amazonaws.services.dynamodb.AttributeValue
  15. type AuthResponse = CustomAuthorizerResult
  16. trait AuthResponseContext extends Object
    Annotations
    @RawJSType() @native()
  17. trait BaseStatement extends Object
    Annotations
    @RawJSType() @native()
  18. type Callback[TResult] = Function2[UndefOr[|[Error, String]], TResult, Unit]
  19. trait ClientContext extends Object
    Annotations
    @RawJSType() @native()
  20. trait ClientContextClient extends Object
    Annotations
    @RawJSType() @native()
  21. trait ClientContextEnv extends Object
    Annotations
    @RawJSType() @native()
  22. trait CloudFormationCustomResourceCreateEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @RawJSType() @native()
  23. trait CloudFormationCustomResourceDeleteEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @RawJSType() @native()
  24. type CloudFormationCustomResourceEvent = |[|[CloudFormationCustomResourceCreateEvent, CloudFormationCustomResourceUpdateEvent], CloudFormationCustomResourceDeleteEvent]
  25. trait CloudFormationCustomResourceEventCommon extends Object
    Annotations
    @RawJSType() @native()
  26. trait CloudFormationCustomResourceFailedResponse extends Object with CloudFormationCustomResourceResponseCommon
    Annotations
    @RawJSType() @native()
  27. type CloudFormationCustomResourceHandler = Function3[CloudFormationCustomResourceEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  28. type CloudFormationCustomResourceResponse = |[CloudFormationCustomResourceSuccessResponse, CloudFormationCustomResourceFailedResponse]
  29. trait CloudFormationCustomResourceResponseCommon extends Object
    Annotations
    @RawJSType() @native()
  30. trait CloudFormationCustomResourceSuccessResponse extends Object with CloudFormationCustomResourceResponseCommon
    Annotations
    @RawJSType() @native()
  31. trait CloudFormationCustomResourceUpdateEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @RawJSType() @native()
  32. trait CloudFrontCustomOrigin extends Object
    Annotations
    @RawJSType() @native()
  33. trait CloudFrontEvent extends Object
    Annotations
    @RawJSType() @native()
  34. type CloudFrontHeaders = Dictionary[Array[Any]]
  35. type CloudFrontOrigin = Any
  36. trait CloudFrontRequest extends Object
    Annotations
    @RawJSType() @native()
  37. type CloudFrontRequestCallback = Function2[UndefOr[|[Error, String]], CloudFrontRequestResult, Unit]
  38. trait CloudFrontRequestEvent extends Object
    Annotations
    @RawJSType() @native()
  39. type CloudFrontRequestHandler = Function3[CloudFrontRequestEvent, Context, Callback[CloudFrontRequestResult], |[Unit, Promise[CloudFrontRequestResult]]]
  40. type CloudFrontRequestResult = UndefOr[|[CloudFrontResultResponse, CloudFrontRequest]]
  41. trait CloudFrontResponse extends Object
    Annotations
    @RawJSType() @native()
  42. type CloudFrontResponseCallback = Function2[UndefOr[|[Error, String]], CloudFrontResponseResult, Unit]
  43. trait CloudFrontResponseEvent extends Object
    Annotations
    @RawJSType() @native()
  44. type CloudFrontResponseHandler = Function3[CloudFrontResponseEvent, Context, Callback[CloudFrontResponseResult], |[Unit, Promise[CloudFrontResponseResult]]]
  45. type CloudFrontResponseResult = UndefOr[CloudFrontResultResponse]
  46. trait CloudFrontResultResponse extends Object
    Annotations
    @RawJSType() @native()
  47. trait CloudFrontS3Origin extends Object
    Annotations
    @RawJSType() @native()
  48. trait CloudWatchLogsDecodedData extends Object
    Annotations
    @RawJSType() @native()
  49. trait CloudWatchLogsEvent extends Object
    Annotations
    @RawJSType() @native()
  50. trait CloudWatchLogsEventData extends Object
    Annotations
    @RawJSType() @native()
  51. type CloudWatchLogsHandler = Function3[CloudWatchLogsEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  52. trait CloudWatchLogsLogEvent extends Object
    Annotations
    @RawJSType() @native()
  53. type CodePipelineActionCategory = String
  54. type CodePipelineActionState = String
  55. trait CodePipelineCloudWatchActionEvent extends Object
    Annotations
    @RawJSType() @native()
  56. type CodePipelineCloudWatchActionHandler = Function3[CodePipelineCloudWatchActionEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  57. type CodePipelineCloudWatchEvent = |[|[CodePipelineCloudWatchPipelineEvent, CodePipelineCloudWatchStageEvent], CodePipelineCloudWatchActionEvent]
  58. type CodePipelineCloudWatchHandler = Function3[CodePipelineCloudWatchEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  59. trait CodePipelineCloudWatchPipelineEvent extends Object
    Annotations
    @RawJSType() @native()
  60. type CodePipelineCloudWatchPipelineHandler = Function3[CodePipelineCloudWatchPipelineEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  61. trait CodePipelineCloudWatchStageEvent extends Object
    Annotations
    @RawJSType() @native()
  62. type CodePipelineCloudWatchStageHandler = Function3[CodePipelineCloudWatchStageEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  63. trait CodePipelineEvent extends Object
    Annotations
    @RawJSType() @native()
  64. type CodePipelineHandler = Function3[CodePipelineEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  65. type CodePipelineStageState = String
  66. type CodePipelineState = String
  67. trait CognitoIdentity extends Object
    Annotations
    @RawJSType() @native()
  68. type CognitoUserPoolEvent = CognitoUserPoolTriggerEvent
  69. trait CognitoUserPoolTriggerEvent extends Object
    Annotations
    @RawJSType() @native()
  70. type CognitoUserPoolTriggerHandler = Function3[CognitoUserPoolTriggerEvent, Context, Callback[Any], |[Unit, Promise[Any]]]
  71. type Condition = Dictionary[|[String, Array[String]]]
  72. type ConditionBlock = Dictionary[|[Condition, Array[Condition]]]
  73. trait Context extends Object
    Annotations
    @RawJSType() @native()
  74. trait Credentials extends Object
    Annotations
    @RawJSType() @native()
  75. type CustomAuthorizerCallback = Function2[UndefOr[|[Error, String]], CustomAuthorizerResult, Unit]
  76. trait CustomAuthorizerEvent extends Object
    Annotations
    @RawJSType() @native()
  77. type CustomAuthorizerHandler = Function3[CustomAuthorizerEvent, Context, Callback[CustomAuthorizerResult], |[Unit, Promise[CustomAuthorizerResult]]]
  78. trait CustomAuthorizerResult extends Object
    Annotations
    @RawJSType() @native()
  79. trait DynamoDBRecord extends Object
    Annotations
    @RawJSType() @native()
  80. trait DynamoDBStreamEvent extends Object
    Annotations
    @RawJSType() @native()
  81. type DynamoDBStreamHandler = Function3[DynamoDBStreamEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  82. trait EncryptionKey extends Object
    Annotations
    @RawJSType() @native()
  83. trait FirehoseRecordMetadata extends Object
    Annotations
    @RawJSType() @native()
  84. type FirehoseRecordTransformationStatus = String
  85. type FirehoseTransformationCallback = Function2[UndefOr[|[Error, String]], FirehoseTransformationResult, Unit]
  86. trait FirehoseTransformationEvent extends Object
    Annotations
    @RawJSType() @native()
  87. trait FirehoseTransformationEventRecord extends Object
    Annotations
    @RawJSType() @native()
  88. type FirehoseTransformationHandler = Function3[FirehoseTransformationEvent, Context, Callback[FirehoseTransformationResult], |[Unit, Promise[FirehoseTransformationResult]]]
  89. trait FirehoseTransformationResult extends Object
    Annotations
    @RawJSType() @native()
  90. trait FirehoseTransformationResultRecord extends Object
    Annotations
    @RawJSType() @native()
  91. type Handler[TEvent, TResult] = Function3[TEvent, Context, Callback[TResult], |[Unit, Promise[TResult]]]
  92. type Headers = Dictionary[String]
  93. type HeadersBDS = Dictionary[|[|[Boolean, Double], String]]
  94. trait KinesisStreamEvent extends Object
    Annotations
    @RawJSType() @native()
  95. type KinesisStreamHandler = Function3[KinesisStreamEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  96. trait KinesisStreamRecord extends Object
    Annotations
    @RawJSType() @native()
  97. trait KinesisStreamRecordPayload extends Object
    Annotations
    @RawJSType() @native()
  98. type LexCallback = Function2[UndefOr[|[Error, String]], LexResult, Unit]
  99. type LexDialogAction = |[|[|[|[LexDialogActionClose, LexDialogActionElicitIntent], LexDialogActionElicitSlot], LexDialogActionConfirmIntent], LexDialogActionDelegate]
  100. trait LexDialogActionBase extends Object
    Annotations
    @RawJSType() @native()
  101. trait LexDialogActionClose extends Object with LexDialogActionBase
    Annotations
    @RawJSType() @native()
  102. trait LexDialogActionConfirmIntent extends Object with LexDialogActionBase
    Annotations
    @RawJSType() @native()
  103. trait LexDialogActionDelegate extends Object
    Annotations
    @RawJSType() @native()
  104. trait LexDialogActionElicitIntent extends Object with LexDialogActionBase
    Annotations
    @RawJSType() @native()
  105. trait LexDialogActionElicitSlot extends Object with LexDialogActionBase
    Annotations
    @RawJSType() @native()
  106. trait LexEvent extends Object
    Annotations
    @RawJSType() @native()
  107. trait LexGenericAttachment extends Object
    Annotations
    @RawJSType() @native()
  108. type LexHandler = Function3[LexEvent, Context, Callback[LexResult], |[Unit, Promise[LexResult]]]
  109. trait LexResult extends Object
    Annotations
    @RawJSType() @native()
  110. trait LexSlotResolution extends Object
    Annotations
    @RawJSType() @native()
  111. trait MaybeStatementPrincipal extends Object
    Annotations
    @RawJSType() @native()
  112. trait MaybeStatementResource extends Object
    Annotations
    @RawJSType() @native()
  113. type MultiValueHeaders = Dictionary[Array[String]]
  114. type MultiValueHeadersBDS = Dictionary[Array[|[|[Boolean, Double], String]]]
  115. trait PolicyDocument extends Object
    Annotations
    @RawJSType() @native()
  116. type PrincipalValue = |[|[Dictionary[|[String, Array[String]]], String], Array[String]]
  117. type ProxyCallback = Function2[UndefOr[|[Error, String]], APIGatewayProxyResult, Unit]
  118. type ProxyHandler = Function3[APIGatewayProxyEvent, Context, Callback[APIGatewayProxyResult], |[Unit, Promise[APIGatewayProxyResult]]]
  119. type ProxyResult = APIGatewayProxyResult
  120. trait S3ArtifactLocation extends Object
    Annotations
    @RawJSType() @native()
  121. trait S3ArtifactStore extends Object
    Annotations
    @RawJSType() @native()
  122. type S3CreateEvent = S3Event
  123. trait S3Event extends Object
    Annotations
    @RawJSType() @native()
  124. trait S3EventRecord extends Object
    Annotations
    @RawJSType() @native()
  125. type S3Handler = Function3[S3Event, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  126. trait SNSEvent extends Object
    Annotations
    @RawJSType() @native()
  127. trait SNSEventRecord extends Object
    Annotations
    @RawJSType() @native()
  128. type SNSHandler = Function3[SNSEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  129. trait SNSMessage extends Object
    Annotations
    @RawJSType() @native()
  130. trait SNSMessageAttribute extends Object
    Annotations
    @RawJSType() @native()
  131. type SNSMessageAttributes = Dictionary[SNSMessageAttribute]
  132. trait SQSEvent extends Object
    Annotations
    @RawJSType() @native()
  133. type SQSHandler = Function3[SQSEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  134. trait SQSMessageAttribute extends Object
    Annotations
    @RawJSType() @native()
  135. type SQSMessageAttributeDataType = String
  136. type SQSMessageAttributes = Dictionary[SQSMessageAttribute]
  137. trait SQSRecord extends Object
    Annotations
    @RawJSType() @native()
  138. trait SQSRecordAttributes extends Object
    Annotations
    @RawJSType() @native()
  139. trait ScheduledEvent extends Object
    Annotations
    @RawJSType() @native()
  140. type ScheduledHandler = Function3[ScheduledEvent, Context, Callback[Unit], |[Unit, Promise[Unit]]]
  141. type Statement = |[BaseStatement with StatementAction with StatementResource, StatementPrincipal]
  142. type StatementAction = Any
  143. type StatementPrincipal = MaybeStatementResource
  144. type StatementResource = MaybeStatementPrincipal
  145. trait StreamRecord extends Object
    Annotations
    @RawJSType() @native()

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 CloudFrontRequest
  23. object CloudFrontRequestEvent
  24. object CloudFrontResponse
  25. object CloudFrontResponseEvent
  26. object CloudFrontResultResponse
  27. object CloudFrontS3Origin
  28. object CloudWatchLogsDecodedData
  29. object CloudWatchLogsEvent
  30. object CloudWatchLogsEventData
  31. object CloudWatchLogsLogEvent
  32. object CodePipelineCloudWatchActionEvent
  33. object CodePipelineCloudWatchPipelineEvent
  34. object CodePipelineCloudWatchStageEvent
  35. object CodePipelineEvent
  36. object CognitoIdentity
  37. object CognitoUserPoolTriggerEvent
  38. object Credentials
  39. object CustomAuthorizerEvent
  40. object CustomAuthorizerResult
  41. object DynamoDBRecord
  42. object DynamoDBStreamEvent
  43. object EncryptionKey
  44. object FirehoseRecordMetadata
  45. object FirehoseTransformationEvent
  46. object FirehoseTransformationEventRecord
  47. object FirehoseTransformationResult
  48. object FirehoseTransformationResultRecord
  49. object KinesisStreamEvent
  50. object KinesisStreamRecord
  51. object KinesisStreamRecordPayload
  52. object LexDialogActionBase
  53. object LexDialogActionClose
  54. object LexDialogActionConfirmIntent
  55. object LexDialogActionDelegate
  56. object LexDialogActionElicitIntent
  57. object LexDialogActionElicitSlot
  58. object LexEvent
  59. object LexGenericAttachment
  60. object LexResult
  61. object LexSlotResolution
  62. object MaybeStatementPrincipal
  63. object MaybeStatementResource
  64. object PolicyDocument
  65. object S3ArtifactLocation
  66. object S3ArtifactStore
  67. object S3Event
  68. object S3EventRecord
  69. object SNSEvent
  70. object SNSEventRecord
  71. object SNSMessage
  72. object SNSMessageAttribute
  73. object SQSEvent
  74. object SQSMessageAttribute
  75. object SQSRecord
  76. object SQSRecordAttributes
  77. object ScheduledEvent
  78. object StreamRecord

Inherited from AnyRef

Inherited from Any

Ungrouped