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

Stratosphere.AppSync.Api

Documentation

data EventConfigProperty Source #

Instances

Instances details
ToJSON EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Show EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Eq EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

ToResourceProperties EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Property "AuthProviders" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "AuthProviders" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Property "ConnectionAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "ConnectionAuthModes" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "ConnectionAuthModes" EventConfigProperty = [AuthModeProperty]
Property "DefaultPublishAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "DefaultPublishAuthModes" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "DefaultPublishAuthModes" EventConfigProperty = [AuthModeProperty]
Property "DefaultSubscribeAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "DefaultSubscribeAuthModes" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "DefaultSubscribeAuthModes" EventConfigProperty = [AuthModeProperty]

Methods

set :: PropertyType "DefaultSubscribeAuthModes" EventConfigProperty -> EventConfigProperty -> EventConfigProperty #

Property "LogConfig" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

Associated Types

type PropertyType "LogConfig" EventConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "AuthProviders" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "ConnectionAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "ConnectionAuthModes" EventConfigProperty = [AuthModeProperty]
type PropertyType "DefaultPublishAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "DefaultPublishAuthModes" EventConfigProperty = [AuthModeProperty]
type PropertyType "DefaultSubscribeAuthModes" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

type PropertyType "DefaultSubscribeAuthModes" EventConfigProperty = [AuthModeProperty]
type PropertyType "LogConfig" EventConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventConfigProperty

data AuthModeProperty Source #

Instances

Instances details
ToJSON AuthModeProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthModeProperty

Show AuthModeProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthModeProperty

Eq AuthModeProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthModeProperty

ToResourceProperties AuthModeProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthModeProperty

Property "AuthType" AuthModeProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthModeProperty

Associated Types

type PropertyType "AuthType" AuthModeProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthModeProperty

type PropertyType "AuthType" AuthModeProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthModeProperty

data AuthProviderProperty Source #

Instances

Instances details
ToJSON AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Show AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Eq AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

ToResourceProperties AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Property "AuthType" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Associated Types

type PropertyType "AuthType" AuthProviderProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Property "CognitoConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Associated Types

type PropertyType "CognitoConfig" AuthProviderProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Property "LambdaAuthorizerConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Associated Types

type PropertyType "LambdaAuthorizerConfig" AuthProviderProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Property "OpenIDConnectConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

Associated Types

type PropertyType "OpenIDConnectConfig" AuthProviderProperty 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

type PropertyType "AuthType" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

type PropertyType "CognitoConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

type PropertyType "LambdaAuthorizerConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

type PropertyType "OpenIDConnectConfig" AuthProviderProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.AuthProviderProperty

data CognitoConfigProperty Source #

Instances

Instances details
ToJSON CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Show CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Eq CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

ToResourceProperties CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Property "AppIdClientRegex" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Associated Types

type PropertyType "AppIdClientRegex" CognitoConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

type PropertyType "AppIdClientRegex" CognitoConfigProperty = Value Text
Property "AwsRegion" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Associated Types

type PropertyType "AwsRegion" CognitoConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Property "UserPoolId" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

Associated Types

type PropertyType "UserPoolId" CognitoConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

type PropertyType "AppIdClientRegex" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

type PropertyType "AppIdClientRegex" CognitoConfigProperty = Value Text
type PropertyType "AwsRegion" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

type PropertyType "UserPoolId" CognitoConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.CognitoConfigProperty

data LambdaAuthorizerConfigProperty Source #

Instances

Instances details
ToJSON LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Show LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Eq LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

ToResourceProperties LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Property "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Associated Types

type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty = Value Integer
Property "AuthorizerUri" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Property "IdentityValidationExpression" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

Associated Types

type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty = Value Text
type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty = Value Integer
type PropertyType "AuthorizerUri" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty

type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty = Value Text

data OpenIDConnectConfigProperty Source #

Instances

Instances details
ToJSON OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Show OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Eq OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

ToResourceProperties OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Property "AuthTTL" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Property "ClientId" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Property "IatTTL" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

Property "Issuer" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

type PropertyType "AuthTTL" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

type PropertyType "ClientId" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

type PropertyType "IatTTL" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

type PropertyType "Issuer" OpenIDConnectConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty

data EventLogConfigProperty Source #

Instances

Instances details
ToJSON EventLogConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

Show EventLogConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

Eq EventLogConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

ToResourceProperties EventLogConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

Property "CloudWatchLogsRoleArn" EventLogConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

Associated Types

type PropertyType "CloudWatchLogsRoleArn" EventLogConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

type PropertyType "CloudWatchLogsRoleArn" EventLogConfigProperty = Value Text
Property "LogLevel" EventLogConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

Associated Types

type PropertyType "LogLevel" EventLogConfigProperty 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

type PropertyType "CloudWatchLogsRoleArn" EventLogConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

type PropertyType "CloudWatchLogsRoleArn" EventLogConfigProperty = Value Text
type PropertyType "LogLevel" EventLogConfigProperty Source # 
Instance details

Defined in Stratosphere.AppSync.Api.EventLogConfigProperty

data Api Source #

Instances

Instances details
ToJSON Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

Show Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

Methods

showsPrec :: Int -> Api -> ShowS #

show :: Api -> String #

showList :: [Api] -> ShowS #

Eq Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

Methods

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

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

ToResourceProperties Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

Property "EventConfig" Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

Associated Types

type PropertyType "EventConfig" Api 
Instance details

Defined in Stratosphere.AppSync.Api

type PropertyType "EventConfig" Api = EventConfigProperty

Methods

set :: PropertyType "EventConfig" Api -> Api -> Api #

Property "Name" Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

Associated Types

type PropertyType "Name" Api 
Instance details

Defined in Stratosphere.AppSync.Api

type PropertyType "Name" Api = Value Text

Methods

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

Property "OwnerContact" Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

Associated Types

type PropertyType "OwnerContact" Api 
Instance details

Defined in Stratosphere.AppSync.Api

type PropertyType "OwnerContact" Api = Value Text

Methods

set :: PropertyType "OwnerContact" Api -> Api -> Api #

Property "Tags" Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

Associated Types

type PropertyType "Tags" Api 
Instance details

Defined in Stratosphere.AppSync.Api

type PropertyType "Tags" Api = [Tag]

Methods

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

type PropertyType "EventConfig" Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

type PropertyType "EventConfig" Api = EventConfigProperty
type PropertyType "Name" Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

type PropertyType "Name" Api = Value Text
type PropertyType "OwnerContact" Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

type PropertyType "OwnerContact" Api = Value Text
type PropertyType "Tags" Api Source # 
Instance details

Defined in Stratosphere.AppSync.Api

type PropertyType "Tags" Api = [Tag]