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

Stratosphere.ApiGateway.Resource

Documentation

data Resource Source #

Instances

Instances details
ToJSON Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

Show Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

Eq Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

ToResourceProperties Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

Property "ParentId" Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

Associated Types

type PropertyType "ParentId" Resource 
Instance details

Defined in Stratosphere.ApiGateway.Resource

type PropertyType "ParentId" Resource = Value Text

Methods

set :: PropertyType "ParentId" Resource -> Resource -> Resource #

Property "PathPart" Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

Associated Types

type PropertyType "PathPart" Resource 
Instance details

Defined in Stratosphere.ApiGateway.Resource

type PropertyType "PathPart" Resource = Value Text

Methods

set :: PropertyType "PathPart" Resource -> Resource -> Resource #

Property "RestApiId" Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

Associated Types

type PropertyType "RestApiId" Resource 
Instance details

Defined in Stratosphere.ApiGateway.Resource

type PropertyType "RestApiId" Resource = Value Text

Methods

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

type PropertyType "ParentId" Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

type PropertyType "ParentId" Resource = Value Text
type PropertyType "PathPart" Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

type PropertyType "PathPart" Resource = Value Text
type PropertyType "RestApiId" Resource Source # 
Instance details

Defined in Stratosphere.ApiGateway.Resource

type PropertyType "RestApiId" Resource = Value Text