stratosphere-ssmcontacts-1.0.0: Stratosphere integration for AWS SSMContacts.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SSMContacts.Plan

Documentation

data StageProperty Source #

Instances

Instances details
ToJSON StageProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

Show StageProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

Eq StageProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

ToResourceProperties StageProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

Property "DurationInMinutes" StageProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

Associated Types

type PropertyType "DurationInMinutes" StageProperty 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

type PropertyType "DurationInMinutes" StageProperty = Value Integer

Methods

set :: PropertyType "DurationInMinutes" StageProperty -> StageProperty -> StageProperty #

Property "Targets" StageProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

Associated Types

type PropertyType "Targets" StageProperty 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

type PropertyType "DurationInMinutes" StageProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

type PropertyType "DurationInMinutes" StageProperty = Value Integer
type PropertyType "Targets" StageProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.StageProperty

data ChannelTargetInfoProperty Source #

Instances

Instances details
ToJSON ChannelTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

Show ChannelTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

Eq ChannelTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

ToResourceProperties ChannelTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

Property "ChannelId" ChannelTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

Property "RetryIntervalInMinutes" ChannelTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

Associated Types

type PropertyType "RetryIntervalInMinutes" ChannelTargetInfoProperty 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

type PropertyType "RetryIntervalInMinutes" ChannelTargetInfoProperty = Value Integer
type PropertyType "ChannelId" ChannelTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

type PropertyType "RetryIntervalInMinutes" ChannelTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ChannelTargetInfoProperty

type PropertyType "RetryIntervalInMinutes" ChannelTargetInfoProperty = Value Integer

data ContactTargetInfoProperty Source #

Instances

Instances details
ToJSON ContactTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ContactTargetInfoProperty

Show ContactTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ContactTargetInfoProperty

Eq ContactTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ContactTargetInfoProperty

ToResourceProperties ContactTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ContactTargetInfoProperty

Property "ContactId" ContactTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ContactTargetInfoProperty

Property "IsEssential" ContactTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ContactTargetInfoProperty

type PropertyType "ContactId" ContactTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ContactTargetInfoProperty

type PropertyType "IsEssential" ContactTargetInfoProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.ContactTargetInfoProperty

data TargetsProperty Source #

Instances

Instances details
ToJSON TargetsProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

Show TargetsProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

Eq TargetsProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

ToResourceProperties TargetsProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

Property "ChannelTargetInfo" TargetsProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

Associated Types

type PropertyType "ChannelTargetInfo" TargetsProperty 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

Methods

set :: PropertyType "ChannelTargetInfo" TargetsProperty -> TargetsProperty -> TargetsProperty #

Property "ContactTargetInfo" TargetsProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

Associated Types

type PropertyType "ContactTargetInfo" TargetsProperty 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

Methods

set :: PropertyType "ContactTargetInfo" TargetsProperty -> TargetsProperty -> TargetsProperty #

type PropertyType "ChannelTargetInfo" TargetsProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

type PropertyType "ContactTargetInfo" TargetsProperty Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan.TargetsProperty

data Plan Source #

Instances

Instances details
ToJSON Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

Show Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

Methods

showsPrec :: Int -> Plan -> ShowS #

show :: Plan -> String #

showList :: [Plan] -> ShowS #

Eq Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

Methods

(==) :: Plan -> Plan -> Bool #

(/=) :: Plan -> Plan -> Bool #

ToResourceProperties Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

Property "ContactId" Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

Associated Types

type PropertyType "ContactId" Plan 
Instance details

Defined in Stratosphere.SSMContacts.Plan

type PropertyType "ContactId" Plan = Value Text

Methods

set :: PropertyType "ContactId" Plan -> Plan -> Plan #

Property "RotationIds" Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

Associated Types

type PropertyType "RotationIds" Plan 
Instance details

Defined in Stratosphere.SSMContacts.Plan

type PropertyType "RotationIds" Plan = ValueList Text

Methods

set :: PropertyType "RotationIds" Plan -> Plan -> Plan #

Property "Stages" Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

Associated Types

type PropertyType "Stages" Plan 
Instance details

Defined in Stratosphere.SSMContacts.Plan

type PropertyType "Stages" Plan = [StageProperty]

Methods

set :: PropertyType "Stages" Plan -> Plan -> Plan #

type PropertyType "ContactId" Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

type PropertyType "ContactId" Plan = Value Text
type PropertyType "RotationIds" Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

type PropertyType "RotationIds" Plan = ValueList Text
type PropertyType "Stages" Plan Source # 
Instance details

Defined in Stratosphere.SSMContacts.Plan

type PropertyType "Stages" Plan = [StageProperty]