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

Stratosphere.ApiGateway.ApiKey

Documentation

data ApiKey Source #

Instances

Instances details
ToJSON ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Show ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Eq ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Methods

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

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

ToResourceProperties ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Property "CustomerId" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Associated Types

type PropertyType "CustomerId" ApiKey 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "CustomerId" ApiKey = Value Text

Methods

set :: PropertyType "CustomerId" ApiKey -> ApiKey -> ApiKey #

Property "Description" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Associated Types

type PropertyType "Description" ApiKey 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "Description" ApiKey = Value Text

Methods

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

Property "Enabled" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Associated Types

type PropertyType "Enabled" ApiKey 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "Enabled" ApiKey = Value Bool

Methods

set :: PropertyType "Enabled" ApiKey -> ApiKey -> ApiKey #

Property "GenerateDistinctId" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Associated Types

type PropertyType "GenerateDistinctId" ApiKey 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "GenerateDistinctId" ApiKey = Value Bool

Methods

set :: PropertyType "GenerateDistinctId" ApiKey -> ApiKey -> ApiKey #

Property "Name" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Associated Types

type PropertyType "Name" ApiKey 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Methods

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

Property "StageKeys" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Associated Types

type PropertyType "StageKeys" ApiKey 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "StageKeys" ApiKey = [StageKeyProperty]

Methods

set :: PropertyType "StageKeys" ApiKey -> ApiKey -> ApiKey #

Property "Tags" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Associated Types

type PropertyType "Tags" ApiKey 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "Tags" ApiKey = [Tag]

Methods

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

Property "Value" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

Associated Types

type PropertyType "Value" ApiKey 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "Value" ApiKey = Value Text

Methods

set :: PropertyType "Value" ApiKey -> ApiKey -> ApiKey #

type PropertyType "CustomerId" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "CustomerId" ApiKey = Value Text
type PropertyType "Description" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "Description" ApiKey = Value Text
type PropertyType "Enabled" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "Enabled" ApiKey = Value Bool
type PropertyType "GenerateDistinctId" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "GenerateDistinctId" ApiKey = Value Bool
type PropertyType "Name" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "StageKeys" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "StageKeys" ApiKey = [StageKeyProperty]
type PropertyType "Tags" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "Tags" ApiKey = [Tag]
type PropertyType "Value" ApiKey Source # 
Instance details

Defined in Stratosphere.ApiGateway.ApiKey

type PropertyType "Value" ApiKey = Value Text