stratosphere-amplify-1.0.0: Stratosphere integration for AWS Amplify.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Amplify.Branch

Documentation

data Branch Source #

Constructors

Branch

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html

Fields

Instances

Instances details
ToJSON Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Show Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Eq Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Methods

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

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

ToResourceProperties Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Property "AppId" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "AppId" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "AppId" Branch = Value Text

Methods

set :: PropertyType "AppId" Branch -> Branch -> Branch #

Property "Backend" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "Backend" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

Methods

set :: PropertyType "Backend" Branch -> Branch -> Branch #

Property "BasicAuthConfig" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "BasicAuthConfig" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

Methods

set :: PropertyType "BasicAuthConfig" Branch -> Branch -> Branch #

Property "BranchName" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "BranchName" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "BranchName" Branch = Value Text

Methods

set :: PropertyType "BranchName" Branch -> Branch -> Branch #

Property "BuildSpec" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "BuildSpec" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "BuildSpec" Branch = Value Text

Methods

set :: PropertyType "BuildSpec" Branch -> Branch -> Branch #

Property "ComputeRoleArn" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "ComputeRoleArn" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "ComputeRoleArn" Branch = Value Text

Methods

set :: PropertyType "ComputeRoleArn" Branch -> Branch -> Branch #

Property "Description" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "Description" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "Description" Branch = Value Text

Methods

set :: PropertyType "Description" Branch -> Branch -> Branch #

Property "EnableAutoBuild" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "EnableAutoBuild" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnableAutoBuild" Branch = Value Bool

Methods

set :: PropertyType "EnableAutoBuild" Branch -> Branch -> Branch #

Property "EnablePerformanceMode" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "EnablePerformanceMode" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnablePerformanceMode" Branch = Value Bool

Methods

set :: PropertyType "EnablePerformanceMode" Branch -> Branch -> Branch #

Property "EnablePullRequestPreview" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "EnablePullRequestPreview" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnablePullRequestPreview" Branch = Value Bool

Methods

set :: PropertyType "EnablePullRequestPreview" Branch -> Branch -> Branch #

Property "EnableSkewProtection" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "EnableSkewProtection" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnableSkewProtection" Branch = Value Bool

Methods

set :: PropertyType "EnableSkewProtection" Branch -> Branch -> Branch #

Property "EnvironmentVariables" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "EnvironmentVariables" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnvironmentVariables" Branch = [EnvironmentVariableProperty]

Methods

set :: PropertyType "EnvironmentVariables" Branch -> Branch -> Branch #

Property "Framework" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "Framework" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "Framework" Branch = Value Text

Methods

set :: PropertyType "Framework" Branch -> Branch -> Branch #

Property "PullRequestEnvironmentName" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "PullRequestEnvironmentName" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "PullRequestEnvironmentName" Branch = Value Text

Methods

set :: PropertyType "PullRequestEnvironmentName" Branch -> Branch -> Branch #

Property "Stage" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "Stage" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "Stage" Branch = Value Text

Methods

set :: PropertyType "Stage" Branch -> Branch -> Branch #

Property "Tags" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

Associated Types

type PropertyType "Tags" Branch 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "Tags" Branch = [Tag]

Methods

set :: PropertyType "Tags" Branch -> Branch -> Branch #

type PropertyType "AppId" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "AppId" Branch = Value Text
type PropertyType "Backend" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "BasicAuthConfig" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "BranchName" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "BranchName" Branch = Value Text
type PropertyType "BuildSpec" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "BuildSpec" Branch = Value Text
type PropertyType "ComputeRoleArn" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "ComputeRoleArn" Branch = Value Text
type PropertyType "Description" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "Description" Branch = Value Text
type PropertyType "EnableAutoBuild" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnableAutoBuild" Branch = Value Bool
type PropertyType "EnablePerformanceMode" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnablePerformanceMode" Branch = Value Bool
type PropertyType "EnablePullRequestPreview" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnablePullRequestPreview" Branch = Value Bool
type PropertyType "EnableSkewProtection" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnableSkewProtection" Branch = Value Bool
type PropertyType "EnvironmentVariables" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "EnvironmentVariables" Branch = [EnvironmentVariableProperty]
type PropertyType "Framework" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "Framework" Branch = Value Text
type PropertyType "PullRequestEnvironmentName" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "PullRequestEnvironmentName" Branch = Value Text
type PropertyType "Stage" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "Stage" Branch = Value Text
type PropertyType "Tags" Branch Source # 
Instance details

Defined in Stratosphere.Amplify.Branch

type PropertyType "Tags" Branch = [Tag]