stratosphere-codecommit-1.0.0: Stratosphere integration for AWS CodeCommit.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CodeCommit.Repository

Documentation

data S3Property Source #

Instances

Instances details
ToJSON S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

Show S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

Eq S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

ToResourceProperties S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

Property "Bucket" S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

Associated Types

type PropertyType "Bucket" S3Property 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

Property "Key" S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

Associated Types

type PropertyType "Key" S3Property 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

Property "ObjectVersion" S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

Associated Types

type PropertyType "ObjectVersion" S3Property 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

type PropertyType "ObjectVersion" S3Property = Value Text

Methods

set :: PropertyType "ObjectVersion" S3Property -> S3Property -> S3Property #

type PropertyType "Bucket" S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

type PropertyType "Key" S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

type PropertyType "ObjectVersion" S3Property Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.S3Property

type PropertyType "ObjectVersion" S3Property = Value Text

data CodeProperty Source #

Instances

Instances details
ToJSON CodeProperty Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

Show CodeProperty Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

Eq CodeProperty Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

ToResourceProperties CodeProperty Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

Property "BranchName" CodeProperty Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

Associated Types

type PropertyType "BranchName" CodeProperty 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

type PropertyType "BranchName" CodeProperty = Value Text
Property "S3" CodeProperty Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

Associated Types

type PropertyType "S3" CodeProperty 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

type PropertyType "BranchName" CodeProperty Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

type PropertyType "BranchName" CodeProperty = Value Text
type PropertyType "S3" CodeProperty Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository.CodeProperty

data Repository Source #

Instances

Instances details
ToJSON Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Show Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Eq Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

ToResourceProperties Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Property "Code" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Associated Types

type PropertyType "Code" Repository 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Property "KmsKeyId" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Associated Types

type PropertyType "KmsKeyId" Repository 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "KmsKeyId" Repository = Value Text

Methods

set :: PropertyType "KmsKeyId" Repository -> Repository -> Repository #

Property "RepositoryDescription" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Associated Types

type PropertyType "RepositoryDescription" Repository 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "RepositoryDescription" Repository = Value Text

Methods

set :: PropertyType "RepositoryDescription" Repository -> Repository -> Repository #

Property "RepositoryName" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Associated Types

type PropertyType "RepositoryName" Repository 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "RepositoryName" Repository = Value Text

Methods

set :: PropertyType "RepositoryName" Repository -> Repository -> Repository #

Property "Tags" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Associated Types

type PropertyType "Tags" Repository 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "Tags" Repository = [Tag]
Property "Triggers" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Associated Types

type PropertyType "Triggers" Repository 
Instance details

Defined in Stratosphere.CodeCommit.Repository

Methods

set :: PropertyType "Triggers" Repository -> Repository -> Repository #

type PropertyType "Code" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "KmsKeyId" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "KmsKeyId" Repository = Value Text
type PropertyType "RepositoryDescription" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "RepositoryDescription" Repository = Value Text
type PropertyType "RepositoryName" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "RepositoryName" Repository = Value Text
type PropertyType "Tags" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository

type PropertyType "Tags" Repository = [Tag]
type PropertyType "Triggers" Repository Source # 
Instance details

Defined in Stratosphere.CodeCommit.Repository