| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.AppSync.Api
Documentation
data EventConfigProperty Source #
Constructors
| EventConfigProperty | |
Instances
data AuthModeProperty Source #
Constructors
| AuthModeProperty | |
Instances
| ToJSON AuthModeProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthModeProperty Methods toJSON :: AuthModeProperty -> Value # toEncoding :: AuthModeProperty -> Encoding # toJSONList :: [AuthModeProperty] -> Value # toEncodingList :: [AuthModeProperty] -> Encoding # omitField :: AuthModeProperty -> Bool # | |||||
| Show AuthModeProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthModeProperty Methods showsPrec :: Int -> AuthModeProperty -> ShowS # show :: AuthModeProperty -> String # showList :: [AuthModeProperty] -> ShowS # | |||||
| Eq AuthModeProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthModeProperty Methods (==) :: AuthModeProperty -> AuthModeProperty -> Bool # (/=) :: AuthModeProperty -> AuthModeProperty -> Bool # | |||||
| ToResourceProperties AuthModeProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthModeProperty Methods toResourceProperties :: AuthModeProperty -> ResourceProperties # | |||||
| Property "AuthType" AuthModeProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthModeProperty Associated Types
Methods set :: PropertyType "AuthType" AuthModeProperty -> AuthModeProperty -> AuthModeProperty # | |||||
| type PropertyType "AuthType" AuthModeProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthModeProperty | |||||
data AuthProviderProperty Source #
Constructors
| AuthProviderProperty | |
Instances
| ToJSON AuthProviderProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthProviderProperty Methods toJSON :: AuthProviderProperty -> Value # toEncoding :: AuthProviderProperty -> Encoding # toJSONList :: [AuthProviderProperty] -> Value # toEncodingList :: [AuthProviderProperty] -> Encoding # omitField :: AuthProviderProperty -> Bool # | |||||
| Show AuthProviderProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthProviderProperty Methods showsPrec :: Int -> AuthProviderProperty -> ShowS # show :: AuthProviderProperty -> String # showList :: [AuthProviderProperty] -> ShowS # | |||||
| Eq AuthProviderProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthProviderProperty Methods (==) :: AuthProviderProperty -> AuthProviderProperty -> Bool # (/=) :: AuthProviderProperty -> AuthProviderProperty -> Bool # | |||||
| ToResourceProperties AuthProviderProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthProviderProperty Methods toResourceProperties :: AuthProviderProperty -> ResourceProperties # | |||||
| Property "AuthType" AuthProviderProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthProviderProperty Associated Types
Methods set :: PropertyType "AuthType" AuthProviderProperty -> AuthProviderProperty -> AuthProviderProperty # | |||||
| Property "CognitoConfig" AuthProviderProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthProviderProperty Associated Types
Methods set :: PropertyType "CognitoConfig" AuthProviderProperty -> AuthProviderProperty -> AuthProviderProperty # | |||||
| Property "LambdaAuthorizerConfig" AuthProviderProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthProviderProperty Associated Types
Methods set :: PropertyType "LambdaAuthorizerConfig" AuthProviderProperty -> AuthProviderProperty -> AuthProviderProperty # | |||||
| Property "OpenIDConnectConfig" AuthProviderProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.AuthProviderProperty Associated Types
Methods set :: PropertyType "OpenIDConnectConfig" AuthProviderProperty -> AuthProviderProperty -> AuthProviderProperty # | |||||
| type PropertyType "AuthType" AuthProviderProperty Source # | |||||
| type PropertyType "CognitoConfig" AuthProviderProperty Source # | |||||
| type PropertyType "LambdaAuthorizerConfig" AuthProviderProperty Source # | |||||
| type PropertyType "OpenIDConnectConfig" AuthProviderProperty Source # | |||||
data CognitoConfigProperty Source #
Constructors
| CognitoConfigProperty | |
Fields
| |
Instances
| ToJSON CognitoConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.CognitoConfigProperty Methods toJSON :: CognitoConfigProperty -> Value # toEncoding :: CognitoConfigProperty -> Encoding # toJSONList :: [CognitoConfigProperty] -> Value # toEncodingList :: [CognitoConfigProperty] -> Encoding # omitField :: CognitoConfigProperty -> Bool # | |||||
| Show CognitoConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.CognitoConfigProperty Methods showsPrec :: Int -> CognitoConfigProperty -> ShowS # show :: CognitoConfigProperty -> String # showList :: [CognitoConfigProperty] -> ShowS # | |||||
| Eq CognitoConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.CognitoConfigProperty Methods (==) :: CognitoConfigProperty -> CognitoConfigProperty -> Bool # (/=) :: CognitoConfigProperty -> CognitoConfigProperty -> Bool # | |||||
| ToResourceProperties CognitoConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.CognitoConfigProperty Methods toResourceProperties :: CognitoConfigProperty -> ResourceProperties # | |||||
| Property "AppIdClientRegex" CognitoConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.CognitoConfigProperty Associated Types
Methods set :: PropertyType "AppIdClientRegex" CognitoConfigProperty -> CognitoConfigProperty -> CognitoConfigProperty # | |||||
| Property "AwsRegion" CognitoConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.CognitoConfigProperty Associated Types
Methods set :: PropertyType "AwsRegion" CognitoConfigProperty -> CognitoConfigProperty -> CognitoConfigProperty # | |||||
| Property "UserPoolId" CognitoConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.CognitoConfigProperty Associated Types
Methods set :: PropertyType "UserPoolId" CognitoConfigProperty -> CognitoConfigProperty -> CognitoConfigProperty # | |||||
| type PropertyType "AppIdClientRegex" CognitoConfigProperty Source # | |||||
| type PropertyType "AwsRegion" CognitoConfigProperty Source # | |||||
| type PropertyType "UserPoolId" CognitoConfigProperty Source # | |||||
data LambdaAuthorizerConfigProperty Source #
Constructors
| LambdaAuthorizerConfigProperty | |
Fields | |
Instances
| ToJSON LambdaAuthorizerConfigProperty Source # | |||||
| Show LambdaAuthorizerConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty Methods showsPrec :: Int -> LambdaAuthorizerConfigProperty -> ShowS # show :: LambdaAuthorizerConfigProperty -> String # showList :: [LambdaAuthorizerConfigProperty] -> ShowS # | |||||
| Eq LambdaAuthorizerConfigProperty Source # | |||||
| ToResourceProperties LambdaAuthorizerConfigProperty Source # | |||||
| Property "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty Associated Types
Methods set :: PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty -> LambdaAuthorizerConfigProperty -> LambdaAuthorizerConfigProperty # | |||||
| Property "AuthorizerUri" LambdaAuthorizerConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty Associated Types
Methods set :: PropertyType "AuthorizerUri" LambdaAuthorizerConfigProperty -> LambdaAuthorizerConfigProperty -> LambdaAuthorizerConfigProperty # | |||||
| Property "IdentityValidationExpression" LambdaAuthorizerConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.LambdaAuthorizerConfigProperty Associated Types
Methods set :: PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty -> LambdaAuthorizerConfigProperty -> LambdaAuthorizerConfigProperty # | |||||
| type PropertyType "AuthorizerResultTtlInSeconds" LambdaAuthorizerConfigProperty Source # | |||||
| type PropertyType "AuthorizerUri" LambdaAuthorizerConfigProperty Source # | |||||
| type PropertyType "IdentityValidationExpression" LambdaAuthorizerConfigProperty Source # | |||||
data OpenIDConnectConfigProperty Source #
Constructors
| OpenIDConnectConfigProperty | |
Instances
| ToJSON OpenIDConnectConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty Methods toJSON :: OpenIDConnectConfigProperty -> Value # toEncoding :: OpenIDConnectConfigProperty -> Encoding # toJSONList :: [OpenIDConnectConfigProperty] -> Value # toEncodingList :: [OpenIDConnectConfigProperty] -> Encoding # | |||||
| Show OpenIDConnectConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty Methods showsPrec :: Int -> OpenIDConnectConfigProperty -> ShowS # show :: OpenIDConnectConfigProperty -> String # showList :: [OpenIDConnectConfigProperty] -> ShowS # | |||||
| Eq OpenIDConnectConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty Methods (==) :: OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty -> Bool # (/=) :: OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty -> Bool # | |||||
| ToResourceProperties OpenIDConnectConfigProperty Source # | |||||
| Property "AuthTTL" OpenIDConnectConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty Associated Types
Methods set :: PropertyType "AuthTTL" OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty # | |||||
| Property "ClientId" OpenIDConnectConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty Associated Types
Methods set :: PropertyType "ClientId" OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty # | |||||
| Property "IatTTL" OpenIDConnectConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty Associated Types
Methods set :: PropertyType "IatTTL" OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty # | |||||
| Property "Issuer" OpenIDConnectConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.OpenIDConnectConfigProperty Associated Types
Methods set :: PropertyType "Issuer" OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty -> OpenIDConnectConfigProperty # | |||||
| type PropertyType "AuthTTL" OpenIDConnectConfigProperty Source # | |||||
| type PropertyType "ClientId" OpenIDConnectConfigProperty Source # | |||||
| type PropertyType "IatTTL" OpenIDConnectConfigProperty Source # | |||||
| type PropertyType "Issuer" OpenIDConnectConfigProperty Source # | |||||
data EventLogConfigProperty Source #
Constructors
| EventLogConfigProperty | |
Fields
| |
Instances
| ToJSON EventLogConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.EventLogConfigProperty Methods toJSON :: EventLogConfigProperty -> Value # toEncoding :: EventLogConfigProperty -> Encoding # toJSONList :: [EventLogConfigProperty] -> Value # toEncodingList :: [EventLogConfigProperty] -> Encoding # omitField :: EventLogConfigProperty -> Bool # | |||||
| Show EventLogConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.EventLogConfigProperty Methods showsPrec :: Int -> EventLogConfigProperty -> ShowS # show :: EventLogConfigProperty -> String # showList :: [EventLogConfigProperty] -> ShowS # | |||||
| Eq EventLogConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.EventLogConfigProperty Methods (==) :: EventLogConfigProperty -> EventLogConfigProperty -> Bool # (/=) :: EventLogConfigProperty -> EventLogConfigProperty -> Bool # | |||||
| ToResourceProperties EventLogConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.EventLogConfigProperty Methods toResourceProperties :: EventLogConfigProperty -> ResourceProperties # | |||||
| Property "CloudWatchLogsRoleArn" EventLogConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.EventLogConfigProperty Associated Types
Methods set :: PropertyType "CloudWatchLogsRoleArn" EventLogConfigProperty -> EventLogConfigProperty -> EventLogConfigProperty # | |||||
| Property "LogLevel" EventLogConfigProperty Source # | |||||
Defined in Stratosphere.AppSync.Api.EventLogConfigProperty Associated Types
Methods set :: PropertyType "LogLevel" EventLogConfigProperty -> EventLogConfigProperty -> EventLogConfigProperty # | |||||
| type PropertyType "CloudWatchLogsRoleArn" EventLogConfigProperty Source # | |||||
| type PropertyType "LogLevel" EventLogConfigProperty Source # | |||||
mkEventConfigProperty :: [AuthProviderProperty] -> [AuthModeProperty] -> [AuthModeProperty] -> [AuthModeProperty] -> EventConfigProperty Source #
Constructors
| Api | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-api.html |
Fields
| |
Instances
| ToJSON Api Source # | |||||
| Show Api Source # | |||||
| Eq Api Source # | |||||
| ToResourceProperties Api Source # | |||||
Defined in Stratosphere.AppSync.Api Methods | |||||
| Property "EventConfig" Api Source # | |||||
Defined in Stratosphere.AppSync.Api Associated Types
| |||||
| Property "Name" Api Source # | |||||
Defined in Stratosphere.AppSync.Api Associated Types
| |||||
| Property "OwnerContact" Api Source # | |||||
Defined in Stratosphere.AppSync.Api Associated Types
| |||||
| Property "Tags" Api Source # | |||||
Defined in Stratosphere.AppSync.Api Associated Types
| |||||
| type PropertyType "EventConfig" Api Source # | |||||
Defined in Stratosphere.AppSync.Api | |||||
| type PropertyType "Name" Api Source # | |||||
Defined in Stratosphere.AppSync.Api | |||||
| type PropertyType "OwnerContact" Api Source # | |||||
Defined in Stratosphere.AppSync.Api | |||||
| type PropertyType "Tags" Api Source # | |||||
Defined in Stratosphere.AppSync.Api | |||||