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. trait APIGatewayAuthorizerResult extends Object
    Annotations
    @JSType()
  6. trait APIGatewayAuthorizerResultContext extends Object
    Annotations
    @JSType() @native()
  7. trait APIGatewayAuthorizerWithContextResult[TAuthorizerContext <: APIGatewayAuthorizerResultContext] extends Object
    Annotations
    @JSType()
  8. trait APIGatewayEventDefaultAuthorizerContext extends Object
    Annotations
    @JSType() @native()
  9. trait APIGatewayEventIdentity extends Object
    Annotations
    @JSType()
  10. trait APIGatewayEventRequestContext extends Object with APIGatewayEventRequestContextWithAuthorizer[UndefOr[|[AuthResponseContext, Null]]]
    Annotations
    @JSType()
  11. trait APIGatewayEventRequestContextWithAuthorizer[TAuthorizerContext] extends Object
    Annotations
    @JSType()
  12. trait APIGatewayProxyEvent 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

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

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

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

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

  17. type APIGatewayProxyResultV2[T <: Object] = |[|[APIGatewayProxyStructuredResultV2, String], T]
  18. 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

  19. trait APIGatewayRequestAuthorizerEvent extends Object
    Annotations
    @JSType()
  20. type APIGatewayRequestAuthorizerHandler = Handler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerResult]
  21. type APIGatewayRequestAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = Handler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  22. trait APIGatewayTokenAuthorizerEvent extends Object
    Annotations
    @JSType()
  23. type APIGatewayTokenAuthorizerHandler = Handler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerResult]
  24. type APIGatewayTokenAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = Handler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  25. trait Artifact extends Object
    Annotations
    @JSType() @native()
  26. type ArtifactLocation = S3ArtifactStore
  27. type AsyncALBHandler = AsyncHandler[ALBEvent, ALBResult]
  28. 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

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

  30. type AsyncAPIGatewayRequestAuthorizerHandler = AsyncHandler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerResult]
  31. type AsyncAPIGatewayRequestAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = AsyncHandler[APIGatewayRequestAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  32. type AsyncAPIGatewayTokenAuthorizerHandler = AsyncHandler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerResult]
  33. type AsyncAPIGatewayTokenAuthorizerWithContextHandler[TAuthorizerContext <: APIGatewayAuthorizerResultContext] = AsyncHandler[APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerWithContextResult[TAuthorizerContext]]
  34. type AsyncCloudFormationCustomResourceHandler = AsyncHandler[CloudFormationCustomResourceEvent, Unit]
  35. type AsyncCloudFrontRequestHandler = AsyncHandler[CloudFrontRequestEvent, CloudFrontRequestResult]
  36. type AsyncCloudFrontResponseHandler = AsyncHandler[CloudFrontResponseEvent, CloudFrontResponseResult]
  37. type AsyncCloudWatchLogsHandler = AsyncHandler[CloudWatchLogsEvent, Unit]
  38. type AsyncCodePipelineCloudWatchActionHandler = AsyncHandler[CodePipelineCloudWatchActionEvent, Unit]
  39. type AsyncCodePipelineCloudWatchHandler = AsyncHandler[CodePipelineCloudWatchEvent, Unit]
  40. type AsyncCodePipelineCloudWatchPipelineHandler = AsyncHandler[CodePipelineCloudWatchPipelineEvent, Unit]
  41. type AsyncCodePipelineCloudWatchStageHandler = AsyncHandler[CodePipelineCloudWatchStageEvent, Unit]
  42. type AsyncCodePipelineHandler = AsyncHandler[CodePipelineEvent, Unit]
  43. type AsyncCognitoUserPoolTriggerHandler = AsyncHandler[CognitoUserPoolTriggerEvent, Any]
  44. type AsyncDynamoDBStreamHandler = AsyncHandler[DynamoDBStreamEvent, Unit]
  45. type AsyncEventBridgeHandler[TDetailType <: String, TDetail, TResult] = AsyncHandler[EventBridgeEvent[TDetailType, TDetail], TResult]
  46. type AsyncFirehoseTransformationHandler = AsyncHandler[FirehoseTransformationEvent, FirehoseTransformationResult]
  47. 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
    @JSType()
  48. type AsyncKinesisStreamHandler = AsyncHandler[KinesisStreamEvent, Unit]
  49. type AsyncLexHandler = AsyncHandler[LexEvent, LexResult]
  50. type AsyncS3BatchHandler = AsyncHandler[S3BatchEvent, S3BatchResult]
  51. type AsyncS3Handler = AsyncHandler[S3Event, Unit]
  52. type AsyncSNSHandler = AsyncHandler[SNSEvent, Unit]
  53. type AsyncSQSHandler = AsyncHandler[SQSEvent, Unit]
  54. type AsyncScheduledHandler[T] = AsyncHandler[ScheduledEvent[T], Unit]
  55. type AttributeValue = facade.amazonaws.services.dynamodb.AttributeValue
  56. type AuthResponse = APIGatewayAuthorizerResult
  57. trait AuthResponseContext extends Object with APIGatewayEventDefaultAuthorizerContext
    Annotations
    @JSType() @native()
  58. trait BaseStatement extends Object
    Annotations
    @JSType() @native()
  59. type Callback[TResult] = Function2[UndefOr[|[Error, String]], TResult, Unit]
  60. trait ClientContext extends Object
    Annotations
    @JSType() @native()
  61. trait ClientContextClient extends Object
    Annotations
    @JSType() @native()
  62. trait ClientContextEnv extends Object
    Annotations
    @JSType() @native()
  63. trait CloudFormationCustomResourceCreateEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @JSType() @native()
  64. trait CloudFormationCustomResourceDeleteEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @JSType() @native()
  65. type CloudFormationCustomResourceEvent = |[|[CloudFormationCustomResourceCreateEvent, CloudFormationCustomResourceUpdateEvent], CloudFormationCustomResourceDeleteEvent]
  66. trait CloudFormationCustomResourceEventCommon extends Object
    Annotations
    @JSType() @native()
  67. trait CloudFormationCustomResourceFailedResponse extends Object with CloudFormationCustomResourceResponseCommon
    Annotations
    @JSType() @native()
  68. type CloudFormationCustomResourceHandler = Handler[CloudFormationCustomResourceEvent, Unit]
  69. type CloudFormationCustomResourceResponse = |[CloudFormationCustomResourceSuccessResponse, CloudFormationCustomResourceFailedResponse]
  70. trait CloudFormationCustomResourceResponseCommon extends Object
    Annotations
    @JSType() @native()
  71. trait CloudFormationCustomResourceSuccessResponse extends Object with CloudFormationCustomResourceResponseCommon
    Annotations
    @JSType() @native()
  72. trait CloudFormationCustomResourceUpdateEvent extends Object with CloudFormationCustomResourceEventCommon
    Annotations
    @JSType() @native()
  73. trait CloudFrontCustomOrigin extends Object
    Annotations
    @JSType() @native()
  74. trait CloudFrontEvent extends Object
    Annotations
    @JSType() @native()
  75. type CloudFrontHeaders = Dictionary[Array[CloudFrontHeadersItem]]
  76. trait CloudFrontHeadersItem extends Object
    Annotations
    @JSType() @native()
  77. trait CloudFrontOrigin extends Object
    Annotations
    @JSType() @native()
  78. trait CloudFrontRequest extends Object
    Annotations
    @JSType() @native()
  79. trait CloudFrontRequestEvent extends Object
    Annotations
    @JSType() @native()
  80. trait CloudFrontRequestEventRecordItem extends Object with CloudFrontEvent
    Annotations
    @JSType() @native()
  81. type CloudFrontRequestHandler = Handler[CloudFrontRequestEvent, CloudFrontRequestResult]
  82. type CloudFrontRequestResult = |[|[CloudFrontResultResponse, CloudFrontRequest], Unit]
  83. trait CloudFrontResponse extends Object
    Annotations
    @JSType() @native()
  84. trait CloudFrontResponseEvent extends Object
    Annotations
    @JSType() @native()
  85. trait CloudFrontResponseEventRecordItem extends Object
    Annotations
    @JSType() @native()
  86. type CloudFrontResponseHandler = Handler[CloudFrontResponseEvent, CloudFrontResponseResult]
  87. type CloudFrontResponseResult = |[CloudFrontResultResponse, Unit]
  88. trait CloudFrontResultResponse extends Object
    Annotations
    @JSType() @native()
  89. trait CloudFrontS3Origin extends Object
    Annotations
    @JSType() @native()
  90. trait CloudWatchLogsDecodedData extends Object
    Annotations
    @JSType() @native()
  91. trait CloudWatchLogsEvent extends Object
    Annotations
    @JSType() @native()
  92. trait CloudWatchLogsEventData extends Object
    Annotations
    @JSType() @native()
  93. type CloudWatchLogsHandler = Handler[CloudWatchLogsEvent, Unit]
  94. trait CloudWatchLogsLogEvent extends Object
    Annotations
    @JSType() @native()
  95. type CodePipelineActionCategory = String
  96. type CodePipelineActionState = String
  97. trait CodePipelineCloudWatchActionEvent extends Object
    Annotations
    @JSType() @native()
  98. type CodePipelineCloudWatchActionHandler = Handler[CodePipelineCloudWatchActionEvent, Unit]
  99. type CodePipelineCloudWatchEvent = |[|[CodePipelineCloudWatchPipelineEvent, CodePipelineCloudWatchStageEvent], CodePipelineCloudWatchActionEvent]
  100. type CodePipelineCloudWatchHandler = Handler[CodePipelineCloudWatchEvent, Unit]
  101. trait CodePipelineCloudWatchPipelineEvent extends Object
    Annotations
    @JSType() @native()
  102. type CodePipelineCloudWatchPipelineHandler = Handler[CodePipelineCloudWatchPipelineEvent, Unit]
  103. trait CodePipelineCloudWatchStageEvent extends Object
    Annotations
    @JSType() @native()
  104. type CodePipelineCloudWatchStageHandler = Handler[CodePipelineCloudWatchStageEvent, Unit]
  105. trait CodePipelineEvent extends Object
    Annotations
    @JSType() @native()
  106. type CodePipelineHandler = Handler[CodePipelineEvent, Unit]
  107. type CodePipelineStageState = String
  108. type CodePipelineState = String
  109. trait CognitoIdentity extends Object
    Annotations
    @JSType() @native()
  110. type CognitoUserPoolEvent = CognitoUserPoolTriggerEvent
  111. trait CognitoUserPoolTriggerEvent extends Object
    Annotations
    @JSType() @native()
  112. type CognitoUserPoolTriggerHandler = Handler[CognitoUserPoolTriggerEvent, Any]
  113. type Condition = Dictionary[|[String, Array[String]]]
  114. type ConditionBlock = Dictionary[|[Condition, Array[Condition]]]
  115. trait Context extends Object
    Annotations
    @JSType() @native()
  116. trait Credentials extends Object
    Annotations
    @JSType() @native()
  117. type CustomAuthorizerResult = APIGatewayAuthorizerResult
  118. trait DynamoDBRecord extends Object
    Annotations
    @JSType() @native()
  119. trait DynamoDBStreamEvent extends Object
    Annotations
    @JSType() @native()
  120. type DynamoDBStreamHandler = Handler[DynamoDBStreamEvent, Unit]
  121. trait EncryptionKey extends Object
    Annotations
    @JSType() @native()
  122. trait EventBridgeEvent[TDetailType <: String, TDetail] extends Object
    Annotations
    @JSType()
  123. type EventBridgeHandler[TDetailType <: String, TDetail, TResult] = Handler[EventBridgeEvent[TDetailType, TDetail], TResult]
  124. trait FirehoseRecordMetadata extends Object
    Annotations
    @JSType() @native()
  125. type FirehoseRecordTransformationStatus = String
  126. trait FirehoseTransformationEvent extends Object
    Annotations
    @JSType() @native()
  127. trait FirehoseTransformationEventRecord extends Object
    Annotations
    @JSType() @native()
  128. type FirehoseTransformationHandler = Handler[FirehoseTransformationEvent, FirehoseTransformationResult]
  129. trait FirehoseTransformationResult extends Object
    Annotations
    @JSType() @native()
  130. trait FirehoseTransformationResultRecord extends Object
    Annotations
    @JSType() @native()
  131. trait Handler[TEvent, TResult] extends Object

    Callback-style handler

    Callback-style handler

    Annotations
    @JSType()
  132. type Headers = Dictionary[String]
  133. type HeadersBDS = Dictionary[|[|[Boolean, Double], String]]
  134. type HeadersBDSA = Dictionary[|[|[|[Boolean, Double], String], Array[String]]]
  135. trait KinesisStreamEvent extends Object
    Annotations
    @JSType() @native()
  136. type KinesisStreamHandler = Handler[KinesisStreamEvent, Unit]
  137. trait KinesisStreamRecord extends Object
    Annotations
    @JSType() @native()
  138. trait KinesisStreamRecordPayload extends Object
    Annotations
    @JSType() @native()
  139. type LexDialogAction = |[|[|[|[LexDialogActionClose, LexDialogActionElicitIntent], LexDialogActionElicitSlot], LexDialogActionConfirmIntent], LexDialogActionDelegate]
  140. trait LexDialogActionBase extends Object
    Annotations
    @JSType() @native()
  141. trait LexDialogActionClose extends Object with LexDialogActionBase
    Annotations
    @JSType() @native()
  142. trait LexDialogActionConfirmIntent extends Object with LexDialogActionBase
    Annotations
    @JSType() @native()
  143. trait LexDialogActionDelegate extends Object
    Annotations
    @JSType() @native()
  144. trait LexDialogActionElicitIntent extends Object with LexDialogActionBase
    Annotations
    @JSType() @native()
  145. trait LexDialogActionElicitSlot extends Object with LexDialogActionBase
    Annotations
    @JSType() @native()
  146. trait LexEvent extends Object
    Annotations
    @JSType() @native()
  147. trait LexGenericAttachment extends Object
    Annotations
    @JSType() @native()
  148. type LexHandler = Handler[LexEvent, LexResult]
  149. trait LexResult extends Object
    Annotations
    @JSType() @native()
  150. trait LexSlotResolution extends Object
    Annotations
    @JSType() @native()
  151. trait MaybeStatementPrincipal extends Object
    Annotations
    @JSType() @native()
  152. trait MaybeStatementResource extends Object
    Annotations
    @JSType() @native()
  153. type MultiValueHeaders = Dictionary[Array[String]]
  154. type MultiValueHeadersBDS = Dictionary[Array[|[|[Boolean, Double], String]]]
  155. trait PolicyDocument extends Object
    Annotations
    @JSType() @native()
  156. type PrincipalValue = |[|[Dictionary[|[String, Array[String]]], String], Array[String]]
  157. trait S3ArtifactLocation extends Object
    Annotations
    @JSType() @native()
  158. trait S3ArtifactStore extends Object
    Annotations
    @JSType() @native()
  159. trait S3BatchEvent extends Object
    Annotations
    @JSType() @native()
  160. trait S3BatchEventJob extends Object
    Annotations
    @JSType() @native()
  161. trait S3BatchEventTask extends Object
    Annotations
    @JSType() @native()
  162. type S3BatchHandler = Handler[S3BatchEvent, S3BatchResult]
  163. trait S3BatchResult extends Object
    Annotations
    @JSType() @native()
  164. trait S3BatchResultResult extends Object
    Annotations
    @JSType() @native()
  165. type S3BatchResultResultCode = String
  166. trait S3Event extends Object
    Annotations
    @JSType() @native()
  167. trait S3EventRecord extends Object
    Annotations
    @JSType() @native()
  168. trait S3EventRecordGlacierEventData extends Object
    Annotations
    @JSType() @native()
  169. trait S3EventRecordGlacierRestoreEventData extends Object
    Annotations
    @JSType() @native()
  170. type S3Handler = Handler[S3Event, Unit]
  171. trait SNSEvent extends Object
    Annotations
    @JSType() @native()
  172. trait SNSEventRecord extends Object
    Annotations
    @JSType() @native()
  173. type SNSHandler = Handler[SNSEvent, Unit]
  174. trait SNSMessage extends Object
    Annotations
    @JSType() @native()
  175. trait SNSMessageAttribute extends Object
    Annotations
    @JSType() @native()
  176. type SNSMessageAttributes = Dictionary[SNSMessageAttribute]
  177. trait SQSEvent extends Object
    Annotations
    @JSType() @native()
  178. type SQSHandler = Handler[SQSEvent, Unit]
  179. trait SQSMessageAttribute extends Object
    Annotations
    @JSType() @native()
  180. type SQSMessageAttributeDataType = String
  181. type SQSMessageAttributes = Dictionary[SQSMessageAttribute]
  182. trait SQSRecord extends Object
    Annotations
    @JSType() @native()
  183. trait SQSRecordAttributes extends Object
    Annotations
    @JSType() @native()
  184. trait ScheduledEvent[T] extends Object with EventBridgeEvent["Scheduled Event", T]
    Annotations
    @JSType() @native()
  185. type ScheduledHandler[T] = Handler[ScheduledEvent[T], Unit]
  186. type Statement = |[BaseStatement with StatementAction with StatementResource, StatementPrincipal]
  187. type StatementAction = Any
  188. type StatementPrincipal = MaybeStatementResource
  189. type StatementResource = MaybeStatementPrincipal
  190. trait StreamRecord extends Object
    Annotations
    @JSType() @native()

Deprecated Type Members

  1. trait ScheduledEventDetail extends Object
    Annotations
    @JSType() @deprecated @native()
    Deprecated

    (Since version 0.9.0) Use other js.Object

Value Members

  1. object ALBEvent
  2. object ALBEventRequestContext
  3. object ALBResult
  4. object APIGatewayProxyEvent
  5. object APIGatewayProxyEventV2
  6. object APIGatewayProxyResult
  7. object APIGatewayProxyStructuredResultV2
  8. object Artifact
  9. object AuthResponseContext
  10. object BaseStatement
  11. object ClientContext
  12. object ClientContextClient
  13. object ClientContextEnv
  14. object CloudFormationCustomResourceCreateEvent
  15. object CloudFormationCustomResourceDeleteEvent
  16. object CloudFormationCustomResourceEventCommon
  17. object CloudFormationCustomResourceFailedResponse
  18. object CloudFormationCustomResourceResponseCommon
  19. object CloudFormationCustomResourceSuccessResponse
  20. object CloudFormationCustomResourceUpdateEvent
  21. object CloudFrontCustomOrigin
  22. object CloudFrontEvent
  23. object CloudFrontHeadersItem
  24. object CloudFrontOrigin
  25. object CloudFrontRequest
  26. object CloudFrontRequestEvent
  27. object CloudFrontRequestEventRecordItem
  28. object CloudFrontResponse
  29. object CloudFrontResponseEvent
  30. object CloudFrontResponseEventRecordItem
  31. object CloudFrontResultResponse
  32. object CloudFrontS3Origin
  33. object CloudWatchLogsDecodedData
  34. object CloudWatchLogsEvent
  35. object CloudWatchLogsEventData
  36. object CloudWatchLogsLogEvent
  37. object CodePipelineCloudWatchActionEvent
  38. object CodePipelineCloudWatchPipelineEvent
  39. object CodePipelineCloudWatchStageEvent
  40. object CodePipelineEvent
  41. object CognitoIdentity
  42. object CognitoUserPoolTriggerEvent
  43. object Credentials
  44. object DynamoDBRecord
  45. object DynamoDBStreamEvent
  46. object EncryptionKey
  47. object EventBridgeEvent
  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

Deprecated Value Members

  1. object ScheduledEventDetail
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use other js.Object

Inherited from AnyRef

Inherited from Any

Ungrouped