stratosphere-apigateway-1.0.0: Stratosphere integration for AWS ApiGateway.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ApiGateway.Model

Documentation

data Model Source #

Instances

Instances details
ToJSON Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Show Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

Eq Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Methods

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

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

ToResourceProperties Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Property "ContentType" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Associated Types

type PropertyType "ContentType" Model 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "ContentType" Model = Value Text

Methods

set :: PropertyType "ContentType" Model -> Model -> Model #

Property "Description" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Associated Types

type PropertyType "Description" Model 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "Description" Model = Value Text

Methods

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

Property "Name" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Associated Types

type PropertyType "Name" Model 
Instance details

Defined in Stratosphere.ApiGateway.Model

Methods

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

Property "RestApiId" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Associated Types

type PropertyType "RestApiId" Model 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "RestApiId" Model = Value Text

Methods

set :: PropertyType "RestApiId" Model -> Model -> Model #

Property "Schema" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

Associated Types

type PropertyType "Schema" Model 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "Schema" Model = Object

Methods

set :: PropertyType "Schema" Model -> Model -> Model #

type PropertyType "ContentType" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "ContentType" Model = Value Text
type PropertyType "Description" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "Description" Model = Value Text
type PropertyType "Name" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "RestApiId" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "RestApiId" Model = Value Text
type PropertyType "Schema" Model Source # 
Instance details

Defined in Stratosphere.ApiGateway.Model

type PropertyType "Schema" Model = Object