stratosphere-cognito-1.0.0: Stratosphere integration for AWS Cognito.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Cognito.UserPoolClient

Documentation

data UserPoolClient Source #

Constructors

UserPoolClient

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html

Fields

Instances

Instances details
ToJSON UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Show UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Eq UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

ToResourceProperties UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Property "AccessTokenValidity" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "AccessTokenValidity" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AccessTokenValidity" UserPoolClient = Value Integer

Methods

set :: PropertyType "AccessTokenValidity" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "AllowedOAuthFlows" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "AllowedOAuthFlows" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AllowedOAuthFlows" UserPoolClient = ValueList Text

Methods

set :: PropertyType "AllowedOAuthFlows" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "AllowedOAuthFlowsUserPoolClient" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient = Value Bool

Methods

set :: PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "AllowedOAuthScopes" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "AllowedOAuthScopes" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AllowedOAuthScopes" UserPoolClient = ValueList Text

Methods

set :: PropertyType "AllowedOAuthScopes" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "AnalyticsConfiguration" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "AnalyticsConfiguration" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Methods

set :: PropertyType "AnalyticsConfiguration" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "AuthSessionValidity" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "AuthSessionValidity" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AuthSessionValidity" UserPoolClient = Value Integer

Methods

set :: PropertyType "AuthSessionValidity" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "CallbackURLs" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "CallbackURLs" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Property "ClientName" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "ClientName" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Property "DefaultRedirectURI" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "DefaultRedirectURI" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "DefaultRedirectURI" UserPoolClient = Value Text

Methods

set :: PropertyType "DefaultRedirectURI" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "EnablePropagateAdditionalUserContextData" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "EnablePropagateAdditionalUserContextData" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "EnablePropagateAdditionalUserContextData" UserPoolClient = Value Bool

Methods

set :: PropertyType "EnablePropagateAdditionalUserContextData" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "EnableTokenRevocation" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "EnableTokenRevocation" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "EnableTokenRevocation" UserPoolClient = Value Bool

Methods

set :: PropertyType "EnableTokenRevocation" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "ExplicitAuthFlows" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "ExplicitAuthFlows" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "ExplicitAuthFlows" UserPoolClient = ValueList Text

Methods

set :: PropertyType "ExplicitAuthFlows" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "GenerateSecret" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "GenerateSecret" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "GenerateSecret" UserPoolClient = Value Bool
Property "IdTokenValidity" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "IdTokenValidity" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "IdTokenValidity" UserPoolClient = Value Integer

Methods

set :: PropertyType "IdTokenValidity" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "LogoutURLs" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "LogoutURLs" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Property "PreventUserExistenceErrors" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "PreventUserExistenceErrors" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "PreventUserExistenceErrors" UserPoolClient = Value Text

Methods

set :: PropertyType "PreventUserExistenceErrors" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "ReadAttributes" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "ReadAttributes" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "ReadAttributes" UserPoolClient = ValueList Text
Property "RefreshTokenRotation" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "RefreshTokenRotation" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Methods

set :: PropertyType "RefreshTokenRotation" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "RefreshTokenValidity" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "RefreshTokenValidity" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "RefreshTokenValidity" UserPoolClient = Value Integer

Methods

set :: PropertyType "RefreshTokenValidity" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "SupportedIdentityProviders" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "SupportedIdentityProviders" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "SupportedIdentityProviders" UserPoolClient = ValueList Text

Methods

set :: PropertyType "SupportedIdentityProviders" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "TokenValidityUnits" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "TokenValidityUnits" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Methods

set :: PropertyType "TokenValidityUnits" UserPoolClient -> UserPoolClient -> UserPoolClient #

Property "UserPoolId" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "UserPoolId" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Property "WriteAttributes" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

Associated Types

type PropertyType "WriteAttributes" UserPoolClient 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "WriteAttributes" UserPoolClient = ValueList Text

Methods

set :: PropertyType "WriteAttributes" UserPoolClient -> UserPoolClient -> UserPoolClient #

type PropertyType "AccessTokenValidity" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AccessTokenValidity" UserPoolClient = Value Integer
type PropertyType "AllowedOAuthFlows" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AllowedOAuthFlows" UserPoolClient = ValueList Text
type PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient = Value Bool
type PropertyType "AllowedOAuthScopes" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AllowedOAuthScopes" UserPoolClient = ValueList Text
type PropertyType "AnalyticsConfiguration" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AuthSessionValidity" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "AuthSessionValidity" UserPoolClient = Value Integer
type PropertyType "CallbackURLs" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "ClientName" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "DefaultRedirectURI" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "DefaultRedirectURI" UserPoolClient = Value Text
type PropertyType "EnablePropagateAdditionalUserContextData" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "EnablePropagateAdditionalUserContextData" UserPoolClient = Value Bool
type PropertyType "EnableTokenRevocation" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "EnableTokenRevocation" UserPoolClient = Value Bool
type PropertyType "ExplicitAuthFlows" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "ExplicitAuthFlows" UserPoolClient = ValueList Text
type PropertyType "GenerateSecret" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "GenerateSecret" UserPoolClient = Value Bool
type PropertyType "IdTokenValidity" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "IdTokenValidity" UserPoolClient = Value Integer
type PropertyType "LogoutURLs" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "PreventUserExistenceErrors" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "PreventUserExistenceErrors" UserPoolClient = Value Text
type PropertyType "ReadAttributes" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "ReadAttributes" UserPoolClient = ValueList Text
type PropertyType "RefreshTokenRotation" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "RefreshTokenValidity" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "RefreshTokenValidity" UserPoolClient = Value Integer
type PropertyType "SupportedIdentityProviders" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "SupportedIdentityProviders" UserPoolClient = ValueList Text
type PropertyType "TokenValidityUnits" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "UserPoolId" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "WriteAttributes" UserPoolClient Source # 
Instance details

Defined in Stratosphere.Cognito.UserPoolClient

type PropertyType "WriteAttributes" UserPoolClient = ValueList Text