| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SSMContacts.Contact
Documentation
data StageProperty Source #
Constructors
| StageProperty | |
Fields
| |
Instances
data ChannelTargetInfoProperty Source #
Constructors
| ChannelTargetInfoProperty | |
Fields | |
Instances
| ToJSON ChannelTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ChannelTargetInfoProperty Methods toJSON :: ChannelTargetInfoProperty -> Value # toEncoding :: ChannelTargetInfoProperty -> Encoding # toJSONList :: [ChannelTargetInfoProperty] -> Value # | |||||
| Show ChannelTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ChannelTargetInfoProperty Methods showsPrec :: Int -> ChannelTargetInfoProperty -> ShowS # show :: ChannelTargetInfoProperty -> String # showList :: [ChannelTargetInfoProperty] -> ShowS # | |||||
| Eq ChannelTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ChannelTargetInfoProperty Methods (==) :: ChannelTargetInfoProperty -> ChannelTargetInfoProperty -> Bool # (/=) :: ChannelTargetInfoProperty -> ChannelTargetInfoProperty -> Bool # | |||||
| ToResourceProperties ChannelTargetInfoProperty Source # | |||||
| Property "ChannelId" ChannelTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ChannelTargetInfoProperty Associated Types
Methods set :: PropertyType "ChannelId" ChannelTargetInfoProperty -> ChannelTargetInfoProperty -> ChannelTargetInfoProperty # | |||||
| Property "RetryIntervalInMinutes" ChannelTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ChannelTargetInfoProperty Associated Types
Methods set :: PropertyType "RetryIntervalInMinutes" ChannelTargetInfoProperty -> ChannelTargetInfoProperty -> ChannelTargetInfoProperty # | |||||
| type PropertyType "ChannelId" ChannelTargetInfoProperty Source # | |||||
| type PropertyType "RetryIntervalInMinutes" ChannelTargetInfoProperty Source # | |||||
data ContactTargetInfoProperty Source #
Constructors
| ContactTargetInfoProperty | |
Fields
| |
Instances
| ToJSON ContactTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ContactTargetInfoProperty Methods toJSON :: ContactTargetInfoProperty -> Value # toEncoding :: ContactTargetInfoProperty -> Encoding # toJSONList :: [ContactTargetInfoProperty] -> Value # | |||||
| Show ContactTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ContactTargetInfoProperty Methods showsPrec :: Int -> ContactTargetInfoProperty -> ShowS # show :: ContactTargetInfoProperty -> String # showList :: [ContactTargetInfoProperty] -> ShowS # | |||||
| Eq ContactTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ContactTargetInfoProperty Methods (==) :: ContactTargetInfoProperty -> ContactTargetInfoProperty -> Bool # (/=) :: ContactTargetInfoProperty -> ContactTargetInfoProperty -> Bool # | |||||
| ToResourceProperties ContactTargetInfoProperty Source # | |||||
| Property "ContactId" ContactTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ContactTargetInfoProperty Associated Types
Methods set :: PropertyType "ContactId" ContactTargetInfoProperty -> ContactTargetInfoProperty -> ContactTargetInfoProperty # | |||||
| Property "IsEssential" ContactTargetInfoProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.ContactTargetInfoProperty Associated Types
Methods set :: PropertyType "IsEssential" ContactTargetInfoProperty -> ContactTargetInfoProperty -> ContactTargetInfoProperty # | |||||
| type PropertyType "ContactId" ContactTargetInfoProperty Source # | |||||
| type PropertyType "IsEssential" ContactTargetInfoProperty Source # | |||||
data TargetsProperty Source #
Constructors
| TargetsProperty | |
Instances
| ToJSON TargetsProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.TargetsProperty Methods toJSON :: TargetsProperty -> Value # toEncoding :: TargetsProperty -> Encoding # toJSONList :: [TargetsProperty] -> Value # toEncodingList :: [TargetsProperty] -> Encoding # omitField :: TargetsProperty -> Bool # | |||||
| Show TargetsProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.TargetsProperty Methods showsPrec :: Int -> TargetsProperty -> ShowS # show :: TargetsProperty -> String # showList :: [TargetsProperty] -> ShowS # | |||||
| Eq TargetsProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.TargetsProperty Methods (==) :: TargetsProperty -> TargetsProperty -> Bool # (/=) :: TargetsProperty -> TargetsProperty -> Bool # | |||||
| ToResourceProperties TargetsProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.TargetsProperty Methods toResourceProperties :: TargetsProperty -> ResourceProperties # | |||||
| Property "ChannelTargetInfo" TargetsProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.TargetsProperty Associated Types
Methods set :: PropertyType "ChannelTargetInfo" TargetsProperty -> TargetsProperty -> TargetsProperty # | |||||
| Property "ContactTargetInfo" TargetsProperty Source # | |||||
Defined in Stratosphere.SSMContacts.Contact.TargetsProperty Associated Types
Methods set :: PropertyType "ContactTargetInfo" TargetsProperty -> TargetsProperty -> TargetsProperty # | |||||
| type PropertyType "ChannelTargetInfo" TargetsProperty Source # | |||||
| type PropertyType "ContactTargetInfo" TargetsProperty Source # | |||||
Constructors
| Contact | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html |
Fields | |
Instances
| ToJSON Contact Source # | |||||
| Show Contact Source # | |||||
| Eq Contact Source # | |||||
| ToResourceProperties Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact Methods | |||||
| Property "Alias" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact Associated Types
| |||||
| Property "DisplayName" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact Associated Types
| |||||
| Property "Plan" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact Associated Types
| |||||
| Property "Tags" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact Associated Types
| |||||
| Property "Type" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact Associated Types
| |||||
| type PropertyType "Alias" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact | |||||
| type PropertyType "DisplayName" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact | |||||
| type PropertyType "Plan" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact | |||||
| type PropertyType "Tags" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact | |||||
| type PropertyType "Type" Contact Source # | |||||
Defined in Stratosphere.SSMContacts.Contact | |||||