Safe Haskell | None |
---|---|
Language | Haskell2010 |
AWSLambda.Events.S3Event
Description
Documentation
newtype UserIdentityEntity Source #
Constructors
UserIdentityEntity | |
Fields |
Instances
Eq UserIdentityEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods (==) :: UserIdentityEntity -> UserIdentityEntity -> Bool # (/=) :: UserIdentityEntity -> UserIdentityEntity -> Bool # | |
Show UserIdentityEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods showsPrec :: Int -> UserIdentityEntity -> ShowS # show :: UserIdentityEntity -> String # showList :: [UserIdentityEntity] -> ShowS # | |
FromJSON UserIdentityEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods parseJSON :: Value -> Parser UserIdentityEntity # parseJSONList :: Value -> Parser [UserIdentityEntity] # |
data S3BucketEntity Source #
Constructors
S3BucketEntity | |
Fields
|
Instances
Eq S3BucketEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods (==) :: S3BucketEntity -> S3BucketEntity -> Bool # (/=) :: S3BucketEntity -> S3BucketEntity -> Bool # | |
Show S3BucketEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods showsPrec :: Int -> S3BucketEntity -> ShowS # show :: S3BucketEntity -> String # showList :: [S3BucketEntity] -> ShowS # | |
FromJSON S3BucketEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods parseJSON :: Value -> Parser S3BucketEntity # parseJSONList :: Value -> Parser [S3BucketEntity] # |
data S3ObjectEntity Source #
Constructors
S3ObjectEntity | |
Fields
|
Instances
Eq S3ObjectEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods (==) :: S3ObjectEntity -> S3ObjectEntity -> Bool # (/=) :: S3ObjectEntity -> S3ObjectEntity -> Bool # | |
Show S3ObjectEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods showsPrec :: Int -> S3ObjectEntity -> ShowS # show :: S3ObjectEntity -> String # showList :: [S3ObjectEntity] -> ShowS # | |
FromJSON S3ObjectEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods parseJSON :: Value -> Parser S3ObjectEntity # parseJSONList :: Value -> Parser [S3ObjectEntity] # |
newtype RequestParametersEntity Source #
Constructors
RequestParametersEntity | |
Fields |
Instances
Eq RequestParametersEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods (==) :: RequestParametersEntity -> RequestParametersEntity -> Bool # (/=) :: RequestParametersEntity -> RequestParametersEntity -> Bool # | |
Show RequestParametersEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods showsPrec :: Int -> RequestParametersEntity -> ShowS # show :: RequestParametersEntity -> String # showList :: [RequestParametersEntity] -> ShowS # | |
FromJSON RequestParametersEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods parseJSON :: Value -> Parser RequestParametersEntity # parseJSONList :: Value -> Parser [RequestParametersEntity] # |
data ResponseElementsEntity Source #
Constructors
ResponseElementsEntity | |
Fields
|
Instances
Eq ResponseElementsEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods (==) :: ResponseElementsEntity -> ResponseElementsEntity -> Bool # (/=) :: ResponseElementsEntity -> ResponseElementsEntity -> Bool # | |
Show ResponseElementsEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods showsPrec :: Int -> ResponseElementsEntity -> ShowS # show :: ResponseElementsEntity -> String # showList :: [ResponseElementsEntity] -> ShowS # | |
FromJSON ResponseElementsEntity Source # | |
Defined in AWSLambda.Events.S3Event Methods parseJSON :: Value -> Parser ResponseElementsEntity # parseJSONList :: Value -> Parser [ResponseElementsEntity] # |
Constructors
S3Entity | |
Fields
|
data S3EventNotification Source #
Constructors
S3EventNotification | |
Fields |
Instances
Eq S3EventNotification Source # | |
Defined in AWSLambda.Events.S3Event Methods (==) :: S3EventNotification -> S3EventNotification -> Bool # (/=) :: S3EventNotification -> S3EventNotification -> Bool # | |
Show S3EventNotification Source # | |
Defined in AWSLambda.Events.S3Event Methods showsPrec :: Int -> S3EventNotification -> ShowS # show :: S3EventNotification -> String # showList :: [S3EventNotification] -> ShowS # | |
FromJSON S3EventNotification Source # | |
Defined in AWSLambda.Events.S3Event Methods parseJSON :: Value -> Parser S3EventNotification # parseJSONList :: Value -> Parser [S3EventNotification] # |