stratosphere-appsync-1.0.0: Stratosphere integration for AWS AppSync.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppSync.ApiKey

Documentation

data ApiKey Source #

Instances

Instances details
ToJSON ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

Show ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

Eq ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

Methods

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

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

ToResourceProperties ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

Property "ApiId" ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

Associated Types

type PropertyType "ApiId" ApiKey 
Instance details

Defined in Stratosphere.AppSync.ApiKey

type PropertyType "ApiId" ApiKey = Value Text

Methods

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

Property "ApiKeyId" ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

Associated Types

type PropertyType "ApiKeyId" ApiKey 
Instance details

Defined in Stratosphere.AppSync.ApiKey

type PropertyType "ApiKeyId" ApiKey = Value Text

Methods

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

Property "Description" ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

Associated Types

type PropertyType "Description" ApiKey 
Instance details

Defined in Stratosphere.AppSync.ApiKey

type PropertyType "Description" ApiKey = Value Text

Methods

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

Property "Expires" ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

Associated Types

type PropertyType "Expires" ApiKey 
Instance details

Defined in Stratosphere.AppSync.ApiKey

type PropertyType "Expires" ApiKey = Value Double

Methods

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

type PropertyType "ApiId" ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

type PropertyType "ApiId" ApiKey = Value Text
type PropertyType "ApiKeyId" ApiKey Source # 
Instance details

Defined in Stratosphere.AppSync.ApiKey

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

Defined in Stratosphere.AppSync.ApiKey

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

Defined in Stratosphere.AppSync.ApiKey

type PropertyType "Expires" ApiKey = Value Double