Serialized Form
-
Package io.aws.lambda.events
-
Class io.aws.lambda.events.ConnectEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
details
ConnectEvent.Details details
-
name
java.lang.String name
-
-
-
Class io.aws.lambda.events.ConnectEvent.ContactData extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,java.lang.String> attributes
-
channel
java.lang.String channel
-
contactId
java.lang.String contactId
-
customerEndpoint
ConnectEvent.CustomerEndpoint customerEndpoint
-
initialContactId
java.lang.String initialContactId
-
initiationMethod
java.lang.String initiationMethod
-
instanceArn
java.lang.String instanceArn
-
previousContactId
java.lang.String previousContactId
-
queue
java.lang.String queue
-
systemEndpoint
ConnectEvent.SystemEndpoint systemEndpoint
-
-
-
Class io.aws.lambda.events.ConnectEvent.CustomerEndpoint extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
java.lang.String address
-
type
java.lang.String type
-
-
-
Class io.aws.lambda.events.ConnectEvent.Details extends java.lang.Object implements Serializable
-
Serialized Fields
-
contactData
ConnectEvent.ContactData contactData
-
parameters
java.util.Map<java.lang.String,java.lang.Object> parameters
-
-
-
Class io.aws.lambda.events.ConnectEvent.SystemEndpoint extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
java.lang.String address
-
type
java.lang.String type
-
-
-
Class io.aws.lambda.events.IoTButtonEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
batteryVoltage
java.lang.String batteryVoltage
-
clickType
java.lang.String clickType
-
serialNumber
java.lang.String serialNumber
-
-
-
Class io.aws.lambda.events.LexEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
bot
LexEvent.Bot bot
-
currentIntent
LexEvent.CurrentIntent currentIntent
-
invocationSource
java.lang.String invocationSource
-
messageVersion
java.lang.String messageVersion
-
outputDialogMode
java.lang.String outputDialogMode
-
sessionAttributes
java.util.Map<java.lang.String,java.lang.String> sessionAttributes
-
userId
java.lang.String userId
-
-
-
Class io.aws.lambda.events.LexEvent.Bot extends java.lang.Object implements Serializable
-
Serialized Fields
-
alias
java.lang.String alias
-
name
java.lang.String name
-
version
java.lang.String version
-
-
-
Class io.aws.lambda.events.LexEvent.CurrentIntent extends java.lang.Object implements Serializable
-
Serialized Fields
-
confirmationStatus
java.lang.String confirmationStatus
-
name
java.lang.String name
-
slots
java.util.Map<java.lang.String,java.lang.String> slots
-
-
-
Class io.aws.lambda.events.ScheduledEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
account
java.lang.String account
-
detail
java.util.Map<java.lang.String,java.lang.Object> detail
-
detailType
java.lang.String detailType
-
id
java.lang.String id
-
region
java.lang.String region
-
resources
java.util.List<java.lang.String> resources
-
source
java.lang.String source
-
time
java.time.LocalDateTime time
-
-
-
Class io.aws.lambda.events.SNSEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
records
java.util.List<SNSEvent.SNSRecord> records
-
-
-
Class io.aws.lambda.events.SNSEvent.MessageAttribute extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
-
value
java.lang.String value
-
-
-
Class io.aws.lambda.events.SNSEvent.SNS extends java.lang.Object implements Serializable
-
Serialized Fields
-
message
java.lang.String message
-
messageAttributes
java.util.Map<java.lang.String,SNSEvent.MessageAttribute> messageAttributes
-
messageId
java.lang.String messageId
-
signature
java.lang.String signature
-
signatureVersion
java.lang.String signatureVersion
-
signingCertUrl
java.lang.String signingCertUrl
-
subject
java.lang.String subject
-
timestamp
java.lang.String timestamp
-
topicArn
java.lang.String topicArn
-
type
java.lang.String type
-
unsubscribeUrl
java.lang.String unsubscribeUrl
-
-
-
Class io.aws.lambda.events.SNSEvent.SNSRecord extends java.lang.Object implements Serializable
-
Serialized Fields
-
eventSource
java.lang.String eventSource
-
eventSubscriptionArn
java.lang.String eventSubscriptionArn
-
eventVersion
java.lang.String eventVersion
-
sns
SNSEvent.SNS sns
-
-
-
Class io.aws.lambda.events.SQSEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
records
java.util.List<SQSEvent.SQSMessage> records
-
-
-
Class io.aws.lambda.events.SQSEvent.MessageAttribute extends java.lang.Object implements Serializable
-
Serialized Fields
-
binaryListValues
byte[][] binaryListValues
-
binaryValue
byte[] binaryValue
-
dataType
java.lang.String dataType
-
stringListValues
java.util.List<java.lang.String> stringListValues
-
stringValue
java.lang.String stringValue
-
-
-
Class io.aws.lambda.events.SQSEvent.SQSMessage extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,java.lang.String> attributes
-
awsRegion
java.lang.String awsRegion
-
body
java.lang.String body
-
eventSource
java.lang.String eventSource
-
eventSourceArn
java.lang.String eventSourceArn
-
md5OfBody
java.lang.String md5OfBody
-
md5OfMessageAttributes
java.lang.String md5OfMessageAttributes
-
messageAttributes
java.util.Map<java.lang.String,SQSEvent.MessageAttribute> messageAttributes
-
messageId
java.lang.String messageId
-
receiptHandle
java.lang.String receiptHandle
-
-
-
Class io.aws.lambda.events.StreamsEventResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
batchItemFailures
java.util.List<StreamsEventResponse.BatchItemFailure> batchItemFailures
A list of records which failed processing. Returning the first record which failed would retry all remaining records from the batch.
-
-
-
Class io.aws.lambda.events.StreamsEventResponse.BatchItemFailure extends java.lang.Object implements Serializable
-
Serialized Fields
-
itemIdentifier
java.lang.String itemIdentifier
Sequence number of the record which failed processing.
-
-
-
Class io.aws.lambda.events.TimeWindowEventResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
batchItemFailures
java.util.List<TimeWindowEventResponse.BatchItemFailure> batchItemFailures
A list of records which failed processing. Returning the first record which failed would retry all remaining records from the batch. -
state
java.util.Map<java.lang.String,java.lang.String> state
New state after processing a batch of records.
-
-
-
Class io.aws.lambda.events.TimeWindowEventResponse.BatchItemFailure extends java.lang.Object implements Serializable
-
Serialized Fields
-
itemIdentifier
java.lang.String itemIdentifier
Sequence number of the record which failed processing.
-
-
-
-
Package io.aws.lambda.events.cognito
-
Class io.aws.lambda.events.cognito.CognitoEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
datasetName
java.lang.String datasetName
-
datasetRecords
java.util.Map<java.lang.String,CognitoEvent.DatasetRecord> datasetRecords
-
eventType
java.lang.String eventType
-
identityId
java.lang.String identityId
-
identityPoolId
java.lang.String identityPoolId
-
region
java.lang.String region
-
version
java.lang.Integer version
-
-
-
Class io.aws.lambda.events.cognito.CognitoEvent.DatasetRecord extends java.lang.Object implements Serializable
-
Serialized Fields
-
newValue
java.lang.String newValue
-
oldValue
java.lang.String oldValue
-
op
java.lang.String op
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolCreateAuthChallengeEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolCreateAuthChallengeEvent.Request request
The request from the Amazon Cognito service. -
response
CognitoUserPoolCreateAuthChallengeEvent.Response response
The response from your Lambda trigger.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolCustomMessageEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolCustomMessageEvent.Request request
The request from the Amazon Cognito service. -
response
CognitoUserPoolCustomMessageEvent.Response response
The response from your Lambda trigger.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolDefineAuthChallengeEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolDefineAuthChallengeEvent.Request request
The request from the Amazon Cognito service. -
response
CognitoUserPoolDefineAuthChallengeEvent.Response response
The response from your Lambda trigger.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
callerContext
CognitoUserPoolEvent.CallerContext callerContext
-
region
java.lang.String region
-
triggerSource
java.lang.String triggerSource
-
userName
java.lang.String userName
-
userPoolId
java.lang.String userPoolId
-
version
java.lang.String version
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolEvent.CallerContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
awsSdkVersion
java.lang.String awsSdkVersion
-
clientId
java.lang.String clientId
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolMigrateUserEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolMigrateUserEvent.Request request
The request from the Amazon Cognito service. -
response
CognitoUserPoolMigrateUserEvent.Response response
The response from your Lambda trigger.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolPostAuthenticationEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolPostAuthenticationEvent.Request request
The request from the Amazon Cognito service.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolPostConfirmationEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolPostConfirmationEvent.Request request
The request from the Amazon Cognito service.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolPreAuthenticationEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolPreAuthenticationEvent.Request request
The request from the Amazon Cognito service.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolPreSignUpEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolPreSignUpEvent.Request request
The request from the Amazon Cognito service. -
response
CognitoUserPoolPreSignUpEvent.Response response
The response from your Lambda trigger.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolPreTokenGenerationEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolPreTokenGenerationEvent.Request request
The request from the Amazon Cognito service. -
response
CognitoUserPoolPreTokenGenerationEvent.Response response
The response from your Lambda trigger.
-
-
-
Class io.aws.lambda.events.cognito.CognitoUserPoolVerifyAuthChallengeResponseEvent extends CognitoUserPoolEvent implements Serializable
-
Serialized Fields
-
request
CognitoUserPoolVerifyAuthChallengeResponseEvent.Request request
The request from the Amazon Cognito service. -
response
CognitoUserPoolVerifyAuthChallengeResponseEvent.Response response
The response from your Lambda trigger.
-
-
-
-
Package io.aws.lambda.events.dynamodb
-
Class io.aws.lambda.events.dynamodb.AttributeValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
b
byte[] b
An attribute of type Binary. For example:"B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk" -
bOOL
java.lang.Boolean bOOL
An attribute of type Boolean. For example:"BOOL": true -
bS
byte[][] bS
An attribute of type Binary Set. For example:"BS": ["U3Vubnk=", "UmFpbnk=", "U25vd3k="] -
l
java.util.List<AttributeValue> l
An attribute of type List. For example:"L": [ {"S": "Cookies"} , {"S": "Coffee"}, {"N", "3.14159"}] -
m
java.util.Map<java.lang.String,AttributeValue> m
An attribute of type Map. For example:"M": {"Name": {"S": "Joe"}, "Age": {"N": "35"}} -
n
java.lang.String n
An attribute of type Number. For example:"N": "123.45"Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations. -
nS
java.util.List<java.lang.String> nS
An attribute of type Number Set. For example:"NS": ["42.2", "-19", "7.5", "3.14"]Numbers are sent across the network to DynamoDB as strings, to maximize compatibility across languages and libraries. However, DynamoDB treats them as number type attributes for mathematical operations. -
nULLValue
java.lang.Boolean nULLValue
An attribute of type Null. For example:"NULL": true -
s
java.lang.String s
An attribute of type String. For example:"S": "Hello" -
sS
java.util.List<java.lang.String> sS
An attribute of type String Set. For example:"SS": ["Giraffe", "Hippo" ,"Zebra"]
-
-
-
Class io.aws.lambda.events.dynamodb.DynamodbEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
records
java.util.List<DynamodbEvent.DynamodbStreamRecord> records
-
-
-
Class io.aws.lambda.events.dynamodb.DynamodbTimeWindowEvent extends DynamodbEvent implements Serializable
-
Serialized Fields
-
eventSourceArn
java.lang.String eventSourceArn
Dynamodb stream arn. -
isFinalInvokeForWindow
java.lang.Boolean isFinalInvokeForWindow
Set to true for the last invoke of the time window. Subsequent invoke will start a new time window along with a fresh state. -
isWindowTerminatedEarly
java.lang.Boolean isWindowTerminatedEarly
Set to true if window is terminated prematurely. Subsequent invoke will continue the same window with a fresh state. -
shardId
java.lang.String shardId
Shard id of the records -
state
java.util.Map<java.lang.String,java.lang.String> state
State being built up to this invoke in the time window. -
window
TimeWindow window
Time window for the records in the event.
-
-
-
Class io.aws.lambda.events.dynamodb.Identity extends java.lang.Object implements Serializable
-
Serialized Fields
-
principalId
java.lang.String principalId
A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com". -
type
java.lang.String type
The type of the identity. For Time To Live, the type is "Service".
-
-
-
Class io.aws.lambda.events.dynamodb.StreamRecord extends java.lang.Object implements Serializable
-
Serialized Fields
-
approximateCreationDateTime
long approximateCreationDateTime
The approximate date and time when the stream record was created, in UNIX epoch time format. -
keys
java.util.Map<java.lang.String,AttributeValue> keys
The primary key attribute(s) for the DynamoDB item that was modified. -
newImage
java.util.Map<java.lang.String,AttributeValue> newImage
The item in the DynamoDB table as it appeared after it was modified. -
oldImage
java.util.Map<java.lang.String,AttributeValue> oldImage
The item in the DynamoDB table as it appeared before it was modified. -
sequenceNumber
java.lang.String sequenceNumber
The sequence number of the stream record. -
sizeBytes
java.lang.Long sizeBytes
The size of the stream record, in bytes. -
streamViewType
StreamRecord.StreamViewType streamViewType
The type of data from the modified DynamoDB item that was captured in this stream record:KEYS_ONLY- only the key attributes of the modified item.NEW_IMAGE- the entire item, as it appeared after it was modified.OLD_IMAGE- the entire item, as it appeared before it was modified.NEW_AND_OLD_IMAGES- both the new and the old item images of the item.
-
-
-
-
Package io.aws.lambda.events.gateway
-
Class io.aws.lambda.events.gateway.APIGatewayProxyEvent extends BodyBase64Event<APIGatewayProxyEvent> implements Serializable
-
Serialized Fields
-
headers
java.util.Map<java.lang.String,java.lang.String> headers
-
httpMethod
java.lang.String httpMethod
-
multiValueHeaders
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueHeaders
-
multiValueQueryStringParameters
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueQueryStringParameters
-
path
java.lang.String path
-
pathParameters
java.util.Map<java.lang.String,java.lang.String> pathParameters
-
queryStringParameters
java.util.Map<java.lang.String,java.lang.String> queryStringParameters
-
requestContext
APIGatewayProxyEvent.ProxyRequestContext requestContext
-
resource
java.lang.String resource
-
stageVariables
java.util.Map<java.lang.String,java.lang.String> stageVariables
-
-
-
Class io.aws.lambda.events.gateway.APIGatewayProxyEvent.ProxyRequestContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
accountId
java.lang.String accountId
-
apiId
java.lang.String apiId
-
authorizer
java.util.Map<java.lang.String,java.lang.Object> authorizer
-
httpMethod
java.lang.String httpMethod
-
identity
APIGatewayProxyEvent.RequestIdentity identity
-
operationName
java.lang.String operationName
-
path
java.lang.String path
-
requestId
java.lang.String requestId
-
resourceId
java.lang.String resourceId
-
resourcePath
java.lang.String resourcePath
-
stage
java.lang.String stage
-
-
-
Class io.aws.lambda.events.gateway.APIGatewayProxyEvent.RequestIdentity extends java.lang.Object implements Serializable
-
Serialized Fields
-
accessKey
java.lang.String accessKey
-
accountId
java.lang.String accountId
-
apiKey
java.lang.String apiKey
-
caller
java.lang.String caller
-
cognitoAuthenticationProvider
java.lang.String cognitoAuthenticationProvider
-
cognitoAuthenticationType
java.lang.String cognitoAuthenticationType
-
cognitoIdentityId
java.lang.String cognitoIdentityId
-
cognitoIdentityPoolId
java.lang.String cognitoIdentityPoolId
-
principalOrgId
java.lang.String principalOrgId
-
sourceIp
java.lang.String sourceIp
-
user
java.lang.String user
-
userAgent
java.lang.String userAgent
-
userArn
java.lang.String userArn
-
-
-
Class io.aws.lambda.events.gateway.APIGatewayProxyResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
-
headers
java.util.Map<java.lang.String,java.lang.String> headers
-
isBase64Encoded
boolean isBase64Encoded
-
multiValueHeaders
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueHeaders
-
statusCode
int statusCode
-
-
-
Class io.aws.lambda.events.gateway.APIGatewayV2WebSocketEvent extends BodyBase64Event<APIGatewayV2WebSocketEvent> implements Serializable
-
Serialized Fields
-
headers
java.util.Map<java.lang.String,java.lang.String> headers
-
httpMethod
java.lang.String httpMethod
-
multiValueHeaders
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueHeaders
-
multiValueQueryStringParameters
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueQueryStringParameters
-
path
java.lang.String path
-
pathParameters
java.util.Map<java.lang.String,java.lang.String> pathParameters
-
queryStringParameters
java.util.Map<java.lang.String,java.lang.String> queryStringParameters
-
requestContext
APIGatewayV2WebSocketEvent.RequestContext requestContext
-
resource
java.lang.String resource
-
stageVariables
java.util.Map<java.lang.String,java.lang.String> stageVariables
-
-
-
Class io.aws.lambda.events.gateway.APIGatewayV2WebSocketEvent.RequestContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
accountId
java.lang.String accountId
-
apiId
java.lang.String apiId
-
authorizer
java.util.Map<java.lang.String,java.lang.Object> authorizer
-
connectedAt
long connectedAt
-
connectionId
java.lang.String connectionId
-
domainName
java.lang.String domainName
-
error
java.lang.String error
-
eventType
java.lang.String eventType
-
extendedRequestId
java.lang.String extendedRequestId
-
httpMethod
java.lang.String httpMethod
-
identity
APIGatewayV2WebSocketEvent.RequestIdentity identity
-
integrationLatency
java.lang.String integrationLatency
-
messageDirection
java.lang.String messageDirection
-
messageId
java.lang.String messageId
-
requestId
java.lang.String requestId
-
requestTime
java.lang.String requestTime
-
requestTimeEpoch
long requestTimeEpoch
-
resourceId
java.lang.String resourceId
-
ResourcePath
java.lang.String ResourcePath
-
routeKey
java.lang.String routeKey
-
stage
java.lang.String stage
-
status
java.lang.String status
-
-
-
Class io.aws.lambda.events.gateway.APIGatewayV2WebSocketEvent.RequestIdentity extends java.lang.Object implements Serializable
-
Serialized Fields
-
accessKey
java.lang.String accessKey
-
accountId
java.lang.String accountId
-
apiKey
java.lang.String apiKey
-
caller
java.lang.String caller
-
cognitoAuthenticationProvider
java.lang.String cognitoAuthenticationProvider
-
cognitoAuthenticationType
java.lang.String cognitoAuthenticationType
-
cognitoIdentityId
java.lang.String cognitoIdentityId
-
cognitoIdentityPoolId
java.lang.String cognitoIdentityPoolId
-
sourceIp
java.lang.String sourceIp
-
user
java.lang.String user
-
userAgent
java.lang.String userAgent
-
userArn
java.lang.String userArn
-
-
-
Class io.aws.lambda.events.gateway.APIGatewayV2WebSocketResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
-
headers
java.util.Map<java.lang.String,java.lang.String> headers
-
isBase64Encoded
boolean isBase64Encoded
-
multiValueHeaders
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueHeaders
-
statusCode
int statusCode
-
-
-
-
Package io.aws.lambda.events.kinesis
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsFirehoseInputPreprocessingEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationArn
java.lang.String applicationArn
-
invocationId
java.lang.String invocationId
-
records
java.util.List<KinesisAnalyticsFirehoseInputPreprocessingEvent.Record> records
-
streamArn
java.lang.String streamArn
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsFirehoseInputPreprocessingEvent.Record extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
byte[] data
-
kinesisFirehoseRecordMetadata
KinesisAnalyticsFirehoseInputPreprocessingEvent.Record.KinesisFirehoseRecordMetadata kinesisFirehoseRecordMetadata
-
recordId
java.lang.String recordId
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsFirehoseInputPreprocessingEvent.Record.KinesisFirehoseRecordMetadata extends java.lang.Object implements Serializable
-
Serialized Fields
-
approximateArrivalTimestamp
java.lang.Long approximateArrivalTimestamp
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsInputPreprocessingResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
records
java.util.List<KinesisAnalyticsInputPreprocessingResponse.Record> records
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsInputPreprocessingResponse.Record extends java.lang.Object implements Serializable
-
Serialized Fields
-
recordId
java.lang.String recordId
-
result
KinesisAnalyticsInputPreprocessingResponse.Result result
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsOutputDeliveryEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationArn
java.lang.String applicationArn
-
invocationId
java.lang.String invocationId
-
records
java.util.List<KinesisAnalyticsOutputDeliveryEvent.Record> records
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsOutputDeliveryEvent.Record extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
byte[] data
-
lambdaDeliveryRecordMetadata
KinesisAnalyticsOutputDeliveryEvent.Record.LambdaDeliveryRecordMetadata lambdaDeliveryRecordMetadata
-
recordId
java.lang.String recordId
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsOutputDeliveryEvent.Record.LambdaDeliveryRecordMetadata extends java.lang.Object implements Serializable
-
Serialized Fields
-
retryHint
long retryHint
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsOutputDeliveryResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
records
java.util.List<KinesisAnalyticsOutputDeliveryResponse.Record> records
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsOutputDeliveryResponse.Record extends java.lang.Object implements Serializable
-
Serialized Fields
-
recordId
java.lang.String recordId
-
result
KinesisAnalyticsOutputDeliveryResponse.Result result
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsStreamsInputPreprocessingEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationArn
java.lang.String applicationArn
-
invocationId
java.lang.String invocationId
-
records
java.util.List<KinesisAnalyticsStreamsInputPreprocessingEvent.Record> records
-
streamArn
java.lang.String streamArn
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsStreamsInputPreprocessingEvent.Record extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
byte[] data
-
kinesisStreamRecordMetadata
KinesisAnalyticsStreamsInputPreprocessingEvent.Record.KinesisStreamRecordMetadata kinesisStreamRecordMetadata
-
recordId
java.lang.String recordId
-
-
-
Class io.aws.lambda.events.kinesis.KinesisAnalyticsStreamsInputPreprocessingEvent.Record.KinesisStreamRecordMetadata extends java.lang.Object implements Serializable
-
Serialized Fields
-
approximateArrivalTimestamp
java.lang.Long approximateArrivalTimestamp
-
partitionKey
java.lang.String partitionKey
-
sequenceNumber
java.lang.String sequenceNumber
-
shardId
java.lang.String shardId
-
-
-
Class io.aws.lambda.events.kinesis.KinesisEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
records
java.util.List<KinesisEvent.KinesisEventRecord> records
-
-
-
Class io.aws.lambda.events.kinesis.KinesisEvent.KinesisEventRecord extends java.lang.Object implements Serializable
-
Serialized Fields
-
awsRegion
java.lang.String awsRegion
-
eventID
java.lang.String eventID
-
eventName
java.lang.String eventName
-
eventSource
java.lang.String eventSource
-
eventSourceARN
java.lang.String eventSourceARN
-
eventVersion
java.lang.String eventVersion
-
invokeIdentityArn
java.lang.String invokeIdentityArn
-
kinesis
KinesisEvent.Record kinesis
-
-
-
Class io.aws.lambda.events.kinesis.KinesisFirehoseEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
deliveryStreamArn
java.lang.String deliveryStreamArn
-
invocationId
java.lang.String invocationId
-
records
java.util.List<KinesisFirehoseEvent.Record> records
-
region
java.lang.String region
-
-
-
Class io.aws.lambda.events.kinesis.KinesisFirehoseEvent.Record extends java.lang.Object implements Serializable
-
Serialized Fields
-
approximateArrivalEpoch
long approximateArrivalEpoch
-
approximateArrivalTimestamp
long approximateArrivalTimestamp
-
data
byte[] data
The data blob, which is base64-encoded when the blob is serialized. The maximum size of the data blob, before base64-encoding, is 1,000 KB. -
kinesisRecordMetadata
java.util.Map<java.lang.String,java.lang.String> kinesisRecordMetadata
-
recordId
java.lang.String recordId
-
-
-
Class io.aws.lambda.events.kinesis.KinesisTimeWindowEvent extends KinesisEvent implements Serializable
-
Serialized Fields
-
eventSourceArn
java.lang.String eventSourceArn
Kinesis stream or consumer arn. -
isFinalInvokeForWindow
java.lang.Boolean isFinalInvokeForWindow
Set to true for the last invoke of the time window. Subsequent invoke will start a new time window along with a fresh state. -
isWindowTerminatedEarly
java.lang.Boolean isWindowTerminatedEarly
Set to true if window is terminated prematurely. Subsequent invoke will continue the same window with a fresh state. -
shardId
java.lang.String shardId
Shard id of the records -
state
java.util.Map<java.lang.String,java.lang.String> state
State being built up to this invoke in the time window. -
window
TimeWindow window
Time window for the records in the event.
-
-
-
-
Package io.aws.lambda.events.s3
-
Class io.aws.lambda.events.s3.S3Event extends S3EventNotification implements Serializable
-
-
Package io.aws.lambda.events.system
-
Class io.aws.lambda.events.system.CloudFormationCustomResourceEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
logicalResourceId
java.lang.String logicalResourceId
-
oldResourceProperties
java.util.Map<java.lang.String,java.lang.Object> oldResourceProperties
-
physicalResourceId
java.lang.String physicalResourceId
-
requestId
java.lang.String requestId
-
requestType
java.lang.String requestType
-
resourceProperties
java.util.Map<java.lang.String,java.lang.Object> resourceProperties
-
resourceType
java.lang.String resourceType
-
responseUrl
java.lang.String responseUrl
-
serviceToken
java.lang.String serviceToken
-
stackId
java.lang.String stackId
-
-
-
Class io.aws.lambda.events.system.CloudFrontEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
records
java.util.List<CloudFrontEvent.Record> records
-
-
-
Class io.aws.lambda.events.system.CloudFrontEvent.CF extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
CloudFrontEvent.Config config
-
request
CloudFrontEvent.Request request
-
response
CloudFrontEvent.Response response
-
-
-
Class io.aws.lambda.events.system.CloudFrontEvent.Config extends java.lang.Object implements Serializable
-
Serialized Fields
-
distributionId
java.lang.String distributionId
-
-
-
Class io.aws.lambda.events.system.CloudFrontEvent.Header extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
-
value
java.lang.String value
-
-
-
Class io.aws.lambda.events.system.CloudFrontEvent.Record extends java.lang.Object implements Serializable
-
Serialized Fields
-
cf
CloudFrontEvent.CF cf
-
-
-
Class io.aws.lambda.events.system.CloudFrontEvent.Request extends java.lang.Object implements Serializable
-
Serialized Fields
-
clientIp
java.lang.String clientIp
-
headers
java.util.Map<java.lang.String,java.util.List<CloudFrontEvent.Header>> headers
-
httpVersion
java.lang.String httpVersion
-
method
java.lang.String method
-
uri
java.lang.String uri
-
-
-
Class io.aws.lambda.events.system.CloudFrontEvent.Response extends java.lang.Object implements Serializable
-
Serialized Fields
-
headers
java.util.Map<java.lang.String,java.util.List<CloudFrontEvent.Header>> headers
-
httpVersion
java.lang.String httpVersion
-
status
java.lang.String status
-
statusDescription
java.lang.String statusDescription
-
-
-
Class io.aws.lambda.events.system.CloudWatchLogsEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
awsLogs
CloudWatchLogsEvent.AWSLogs awsLogs
-
-
-
Class io.aws.lambda.events.system.CloudWatchLogsEvent.AWSLogs extends java.lang.Object implements Serializable
-
Serialized Fields
-
data
java.lang.String data
-
-
-
Class io.aws.lambda.events.system.CodeCommitEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
records
java.util.List<CodeCommitEvent.Record> records
-
-
-
Class io.aws.lambda.events.system.CodeCommitEvent.CodeCommit extends java.lang.Object implements Serializable
-
Serialized Fields
-
references
java.util.List<CodeCommitEvent.Reference> references
-
-
-
Class io.aws.lambda.events.system.CodeCommitEvent.Record extends java.lang.Object implements Serializable
-
Serialized Fields
-
awsRegion
java.lang.String awsRegion
-
codeCommit
CodeCommitEvent.CodeCommit codeCommit
-
customData
java.lang.String customData
-
eventId
java.lang.String eventId
-
eventName
java.lang.String eventName
-
eventPartNumber
java.lang.Integer eventPartNumber
-
eventSource
java.lang.String eventSource
-
eventSourceArn
java.lang.String eventSourceArn
-
eventTime
java.lang.String eventTime
-
eventTotalParts
java.lang.Integer eventTotalParts
-
eventTriggerConfigId
java.lang.String eventTriggerConfigId
-
eventTriggerName
java.lang.String eventTriggerName
-
eventVersion
java.lang.String eventVersion
-
userIdentityArn
java.lang.String userIdentityArn
-
-
-
Class io.aws.lambda.events.system.CodeCommitEvent.Reference extends java.lang.Object implements Serializable
-
Serialized Fields
-
commit
java.lang.String commit
-
created
java.lang.Boolean created
-
ref
java.lang.String ref
-
-
-
Class io.aws.lambda.events.system.ConfigEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
accountId
java.lang.String accountId
-
configRuleArn
java.lang.String configRuleArn
-
configRuleId
java.lang.String configRuleId
-
configRuleName
java.lang.String configRuleName
-
eventLeftScope
boolean eventLeftScope
-
executionRoleArn
java.lang.String executionRoleArn
-
invokingEvent
java.lang.String invokingEvent
-
resultToken
java.lang.String resultToken
-
ruleParameters
java.lang.String ruleParameters
-
version
java.lang.String version
-
-
-
Class io.aws.lambda.events.system.IamPolicyResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
context
java.util.Map<java.lang.String,java.lang.Object> context
-
policyDocument
IamPolicyResponse.PolicyDocument policyDocument
-
principalId
java.lang.String principalId
-
-
-
Class io.aws.lambda.events.system.IamPolicyResponse.PolicyDocument extends java.lang.Object implements Serializable
-
Serialized Fields
-
statement
java.util.List<IamPolicyResponse.Statement> statement
-
version
java.lang.String version
-
-
-
Class io.aws.lambda.events.system.IamPolicyResponse.Statement extends java.lang.Object implements Serializable
-
Serialized Fields
-
action
java.lang.String action
-
condition
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> condition
-
effect
java.lang.String effect
-
resource
java.util.List<java.lang.String> resource
-
-
-
Class io.aws.lambda.events.system.LambdaDestinationEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
requestContext
LambdaDestinationEvent.RequestContext requestContext
-
requestPayload
java.util.Map<java.lang.String,java.lang.Object> requestPayload
-
responseContext
java.lang.Object responseContext
-
responsePayload
java.lang.Object responsePayload
-
timestamp
java.lang.String timestamp
-
version
java.lang.String version
-
-
-
Class io.aws.lambda.events.system.LambdaDestinationEvent.RequestContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
approximateInvokeCount
int approximateInvokeCount
-
condition
java.lang.String condition
-
functionArn
java.lang.String functionArn
-
requestId
java.lang.String requestId
-
-
-
Class io.aws.lambda.events.system.LoadBalancerRequest extends BodyBase64Event<LoadBalancerRequest> implements Serializable
-
Serialized Fields
-
headers
java.util.Map<java.lang.String,java.lang.String> headers
-
httpMethod
java.lang.String httpMethod
-
multiValueHeaders
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueHeaders
-
multiValueQueryStringParameters
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueQueryStringParameters
-
path
java.lang.String path
-
queryStringParameters
java.util.Map<java.lang.String,java.lang.String> queryStringParameters
-
requestContext
LoadBalancerRequest.RequestContext requestContext
-
-
-
Class io.aws.lambda.events.system.LoadBalancerRequest.Elb extends java.lang.Object implements Serializable
-
Serialized Fields
-
targetGroupArn
java.lang.String targetGroupArn
-
-
-
Class io.aws.lambda.events.system.LoadBalancerRequest.RequestContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
elb
LoadBalancerRequest.Elb elb
-
-
-
Class io.aws.lambda.events.system.LoadBalancerResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
-
headers
java.util.Map<java.lang.String,java.lang.String> headers
-
isBase64Encoded
boolean isBase64Encoded
-
multiValueHeaders
java.util.Map<java.lang.String,java.util.List<java.lang.String>> multiValueHeaders
-
statusCode
int statusCode
-
statusDescription
java.lang.String statusDescription
-
-
-