| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SSMIncidents.ResponsePlan.IntegrationProperty
Documentation
data PagerDutyConfigurationProperty Source #
Constructors
| PagerDutyConfigurationProperty | |
Instances
data PagerDutyIncidentConfigurationProperty Source #
Constructors
| PagerDutyIncidentConfigurationProperty | |
Fields
| |
Instances
| ToJSON PagerDutyIncidentConfigurationProperty Source # | |||||
Defined in Stratosphere.SSMIncidents.ResponsePlan.PagerDutyIncidentConfigurationProperty Methods toJSON :: PagerDutyIncidentConfigurationProperty -> Value # toEncoding :: PagerDutyIncidentConfigurationProperty -> Encoding # toJSONList :: [PagerDutyIncidentConfigurationProperty] -> Value # toEncodingList :: [PagerDutyIncidentConfigurationProperty] -> Encoding # omitField :: PagerDutyIncidentConfigurationProperty -> Bool # | |||||
| Show PagerDutyIncidentConfigurationProperty Source # | |||||
| Eq PagerDutyIncidentConfigurationProperty Source # | |||||
| ToResourceProperties PagerDutyIncidentConfigurationProperty Source # | |||||
| Property "ServiceId" PagerDutyIncidentConfigurationProperty Source # | |||||
Defined in Stratosphere.SSMIncidents.ResponsePlan.PagerDutyIncidentConfigurationProperty Associated Types
Methods set :: PropertyType "ServiceId" PagerDutyIncidentConfigurationProperty -> PagerDutyIncidentConfigurationProperty -> PagerDutyIncidentConfigurationProperty # | |||||
| type PropertyType "ServiceId" PagerDutyIncidentConfigurationProperty Source # | |||||
mkPagerDutyConfigurationProperty :: Value Text -> PagerDutyIncidentConfigurationProperty -> Value Text -> PagerDutyConfigurationProperty Source #
mkPagerDutyIncidentConfigurationProperty :: Value Text -> PagerDutyIncidentConfigurationProperty Source #
data IntegrationProperty Source #
Constructors
| IntegrationProperty | |
Instances
| ToJSON IntegrationProperty Source # | |||||
Defined in Stratosphere.SSMIncidents.ResponsePlan.IntegrationProperty Methods toJSON :: IntegrationProperty -> Value # toEncoding :: IntegrationProperty -> Encoding # toJSONList :: [IntegrationProperty] -> Value # toEncodingList :: [IntegrationProperty] -> Encoding # omitField :: IntegrationProperty -> Bool # | |||||
| Show IntegrationProperty Source # | |||||
Defined in Stratosphere.SSMIncidents.ResponsePlan.IntegrationProperty Methods showsPrec :: Int -> IntegrationProperty -> ShowS # show :: IntegrationProperty -> String # showList :: [IntegrationProperty] -> ShowS # | |||||
| Eq IntegrationProperty Source # | |||||
Defined in Stratosphere.SSMIncidents.ResponsePlan.IntegrationProperty Methods (==) :: IntegrationProperty -> IntegrationProperty -> Bool # (/=) :: IntegrationProperty -> IntegrationProperty -> Bool # | |||||
| ToResourceProperties IntegrationProperty Source # | |||||
| Property "PagerDutyConfiguration" IntegrationProperty Source # | |||||
Defined in Stratosphere.SSMIncidents.ResponsePlan.IntegrationProperty Associated Types
Methods set :: PropertyType "PagerDutyConfiguration" IntegrationProperty -> IntegrationProperty -> IntegrationProperty # | |||||
| type PropertyType "PagerDutyConfiguration" IntegrationProperty Source # | |||||