| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Lambda.EventInvokeConfig
Documentation
data DestinationConfigProperty Source #
Constructors
| DestinationConfigProperty | |
Fields | |
Instances
data OnFailureProperty Source #
Constructors
| OnFailureProperty | |
Fields
| |
Instances
| ToJSON OnFailureProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnFailureProperty Methods toJSON :: OnFailureProperty -> Value # toEncoding :: OnFailureProperty -> Encoding # toJSONList :: [OnFailureProperty] -> Value # toEncodingList :: [OnFailureProperty] -> Encoding # omitField :: OnFailureProperty -> Bool # | |||||
| Show OnFailureProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnFailureProperty Methods showsPrec :: Int -> OnFailureProperty -> ShowS # show :: OnFailureProperty -> String # showList :: [OnFailureProperty] -> ShowS # | |||||
| Eq OnFailureProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnFailureProperty Methods (==) :: OnFailureProperty -> OnFailureProperty -> Bool # (/=) :: OnFailureProperty -> OnFailureProperty -> Bool # | |||||
| ToResourceProperties OnFailureProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnFailureProperty Methods toResourceProperties :: OnFailureProperty -> ResourceProperties # | |||||
| Property "Destination" OnFailureProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnFailureProperty Associated Types
Methods set :: PropertyType "Destination" OnFailureProperty -> OnFailureProperty -> OnFailureProperty # | |||||
| type PropertyType "Destination" OnFailureProperty Source # | |||||
data OnSuccessProperty Source #
Constructors
| OnSuccessProperty | |
Fields
| |
Instances
| ToJSON OnSuccessProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnSuccessProperty Methods toJSON :: OnSuccessProperty -> Value # toEncoding :: OnSuccessProperty -> Encoding # toJSONList :: [OnSuccessProperty] -> Value # toEncodingList :: [OnSuccessProperty] -> Encoding # omitField :: OnSuccessProperty -> Bool # | |||||
| Show OnSuccessProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnSuccessProperty Methods showsPrec :: Int -> OnSuccessProperty -> ShowS # show :: OnSuccessProperty -> String # showList :: [OnSuccessProperty] -> ShowS # | |||||
| Eq OnSuccessProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnSuccessProperty Methods (==) :: OnSuccessProperty -> OnSuccessProperty -> Bool # (/=) :: OnSuccessProperty -> OnSuccessProperty -> Bool # | |||||
| ToResourceProperties OnSuccessProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnSuccessProperty Methods toResourceProperties :: OnSuccessProperty -> ResourceProperties # | |||||
| Property "Destination" OnSuccessProperty Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig.OnSuccessProperty Associated Types
Methods set :: PropertyType "Destination" OnSuccessProperty -> OnSuccessProperty -> OnSuccessProperty # | |||||
| type PropertyType "Destination" OnSuccessProperty Source # | |||||
data EventInvokeConfig Source #
Constructors
| EventInvokeConfig | |
Fields | |
Instances
| ToJSON EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Methods toJSON :: EventInvokeConfig -> Value # toEncoding :: EventInvokeConfig -> Encoding # toJSONList :: [EventInvokeConfig] -> Value # toEncodingList :: [EventInvokeConfig] -> Encoding # omitField :: EventInvokeConfig -> Bool # | |||||
| Show EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Methods showsPrec :: Int -> EventInvokeConfig -> ShowS # show :: EventInvokeConfig -> String # showList :: [EventInvokeConfig] -> ShowS # | |||||
| Eq EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Methods (==) :: EventInvokeConfig -> EventInvokeConfig -> Bool # (/=) :: EventInvokeConfig -> EventInvokeConfig -> Bool # | |||||
| ToResourceProperties EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Methods toResourceProperties :: EventInvokeConfig -> ResourceProperties # | |||||
| Property "DestinationConfig" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Associated Types
Methods set :: PropertyType "DestinationConfig" EventInvokeConfig -> EventInvokeConfig -> EventInvokeConfig # | |||||
| Property "FunctionName" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Associated Types
Methods set :: PropertyType "FunctionName" EventInvokeConfig -> EventInvokeConfig -> EventInvokeConfig # | |||||
| Property "MaximumEventAgeInSeconds" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Associated Types
Methods set :: PropertyType "MaximumEventAgeInSeconds" EventInvokeConfig -> EventInvokeConfig -> EventInvokeConfig # | |||||
| Property "MaximumRetryAttempts" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Associated Types
Methods set :: PropertyType "MaximumRetryAttempts" EventInvokeConfig -> EventInvokeConfig -> EventInvokeConfig # | |||||
| Property "Qualifier" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig Associated Types
Methods set :: PropertyType "Qualifier" EventInvokeConfig -> EventInvokeConfig -> EventInvokeConfig # | |||||
| type PropertyType "DestinationConfig" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig | |||||
| type PropertyType "FunctionName" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig | |||||
| type PropertyType "MaximumEventAgeInSeconds" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig | |||||
| type PropertyType "MaximumRetryAttempts" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig | |||||
| type PropertyType "Qualifier" EventInvokeConfig Source # | |||||
Defined in Stratosphere.Lambda.EventInvokeConfig | |||||
mkEventInvokeConfig :: Value Text -> Value Text -> EventInvokeConfig Source #