stratosphere-codepipeline-1.0.0: Stratosphere integration for AWS CodePipeline.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CodePipeline.Webhook

Documentation

data Webhook Source #

Constructors

Webhook

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html

Fields

Instances

Instances details
ToJSON Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Show Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Eq Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Methods

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

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

ToResourceProperties Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Property "Authentication" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Associated Types

type PropertyType "Authentication" Webhook 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "Authentication" Webhook = Value Text

Methods

set :: PropertyType "Authentication" Webhook -> Webhook -> Webhook #

Property "AuthenticationConfiguration" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Associated Types

type PropertyType "AuthenticationConfiguration" Webhook 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "AuthenticationConfiguration" Webhook = WebhookAuthConfigurationProperty

Methods

set :: PropertyType "AuthenticationConfiguration" Webhook -> Webhook -> Webhook #

Property "Filters" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Associated Types

type PropertyType "Filters" Webhook 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Methods

set :: PropertyType "Filters" Webhook -> Webhook -> Webhook #

Property "Name" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Associated Types

type PropertyType "Name" Webhook 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Methods

set :: PropertyType "Name" Webhook -> Webhook -> Webhook #

Property "RegisterWithThirdParty" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Associated Types

type PropertyType "RegisterWithThirdParty" Webhook 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "RegisterWithThirdParty" Webhook = Value Bool

Methods

set :: PropertyType "RegisterWithThirdParty" Webhook -> Webhook -> Webhook #

Property "TargetAction" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Associated Types

type PropertyType "TargetAction" Webhook 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "TargetAction" Webhook = Value Text

Methods

set :: PropertyType "TargetAction" Webhook -> Webhook -> Webhook #

Property "TargetPipeline" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Associated Types

type PropertyType "TargetPipeline" Webhook 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "TargetPipeline" Webhook = Value Text

Methods

set :: PropertyType "TargetPipeline" Webhook -> Webhook -> Webhook #

Property "TargetPipelineVersion" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

Associated Types

type PropertyType "TargetPipelineVersion" Webhook 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "TargetPipelineVersion" Webhook = Value Integer

Methods

set :: PropertyType "TargetPipelineVersion" Webhook -> Webhook -> Webhook #

type PropertyType "Authentication" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "Authentication" Webhook = Value Text
type PropertyType "AuthenticationConfiguration" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "AuthenticationConfiguration" Webhook = WebhookAuthConfigurationProperty
type PropertyType "Filters" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "Name" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "RegisterWithThirdParty" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "RegisterWithThirdParty" Webhook = Value Bool
type PropertyType "TargetAction" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "TargetAction" Webhook = Value Text
type PropertyType "TargetPipeline" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "TargetPipeline" Webhook = Value Text
type PropertyType "TargetPipelineVersion" Webhook Source # 
Instance details

Defined in Stratosphere.CodePipeline.Webhook

type PropertyType "TargetPipelineVersion" Webhook = Value Integer