module Stratosphere.Cognito.UserPoolClient (
        module Exports, UserPoolClient(..), mkUserPoolClient
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.Cognito.UserPoolClient.AnalyticsConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.Cognito.UserPoolClient.RefreshTokenRotationProperty as Exports
import {-# SOURCE #-} Stratosphere.Cognito.UserPoolClient.TokenValidityUnitsProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data UserPoolClient
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html>
    UserPoolClient {UserPoolClient -> ()
haddock_workaround_ :: (),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-accesstokenvalidity>
                    UserPoolClient -> Maybe (Value Integer)
accessTokenValidity :: (Prelude.Maybe (Value Prelude.Integer)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflows>
                    UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlows :: (Prelude.Maybe (ValueList Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthflowsuserpoolclient>
                    UserPoolClient -> Maybe (Value Bool)
allowedOAuthFlowsUserPoolClient :: (Prelude.Maybe (Value Prelude.Bool)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-allowedoauthscopes>
                    UserPoolClient -> Maybe (ValueList Text)
allowedOAuthScopes :: (Prelude.Maybe (ValueList Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-analyticsconfiguration>
                    UserPoolClient -> Maybe AnalyticsConfigurationProperty
analyticsConfiguration :: (Prelude.Maybe AnalyticsConfigurationProperty),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-authsessionvalidity>
                    UserPoolClient -> Maybe (Value Integer)
authSessionValidity :: (Prelude.Maybe (Value Prelude.Integer)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-callbackurls>
                    UserPoolClient -> Maybe (ValueList Text)
callbackURLs :: (Prelude.Maybe (ValueList Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-clientname>
                    UserPoolClient -> Maybe (Value Text)
clientName :: (Prelude.Maybe (Value Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-defaultredirecturi>
                    UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: (Prelude.Maybe (Value Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-enablepropagateadditionalusercontextdata>
                    UserPoolClient -> Maybe (Value Bool)
enablePropagateAdditionalUserContextData :: (Prelude.Maybe (Value Prelude.Bool)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-enabletokenrevocation>
                    UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: (Prelude.Maybe (Value Prelude.Bool)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-explicitauthflows>
                    UserPoolClient -> Maybe (ValueList Text)
explicitAuthFlows :: (Prelude.Maybe (ValueList Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-generatesecret>
                    UserPoolClient -> Maybe (Value Bool)
generateSecret :: (Prelude.Maybe (Value Prelude.Bool)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-idtokenvalidity>
                    UserPoolClient -> Maybe (Value Integer)
idTokenValidity :: (Prelude.Maybe (Value Prelude.Integer)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-logouturls>
                    UserPoolClient -> Maybe (ValueList Text)
logoutURLs :: (Prelude.Maybe (ValueList Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-preventuserexistenceerrors>
                    UserPoolClient -> Maybe (Value Text)
preventUserExistenceErrors :: (Prelude.Maybe (Value Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-readattributes>
                    UserPoolClient -> Maybe (ValueList Text)
readAttributes :: (Prelude.Maybe (ValueList Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenrotation>
                    UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenRotation :: (Prelude.Maybe RefreshTokenRotationProperty),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-refreshtokenvalidity>
                    UserPoolClient -> Maybe (Value Integer)
refreshTokenValidity :: (Prelude.Maybe (Value Prelude.Integer)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-supportedidentityproviders>
                    UserPoolClient -> Maybe (ValueList Text)
supportedIdentityProviders :: (Prelude.Maybe (ValueList Prelude.Text)),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-tokenvalidityunits>
                    UserPoolClient -> Maybe TokenValidityUnitsProperty
tokenValidityUnits :: (Prelude.Maybe TokenValidityUnitsProperty),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-userpoolid>
                    UserPoolClient -> Value Text
userPoolId :: (Value Prelude.Text),
                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html#cfn-cognito-userpoolclient-writeattributes>
                    UserPoolClient -> Maybe (ValueList Text)
writeAttributes :: (Prelude.Maybe (ValueList Prelude.Text))}
  deriving stock (UserPoolClient -> UserPoolClient -> Bool
(UserPoolClient -> UserPoolClient -> Bool)
-> (UserPoolClient -> UserPoolClient -> Bool) -> Eq UserPoolClient
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: UserPoolClient -> UserPoolClient -> Bool
== :: UserPoolClient -> UserPoolClient -> Bool
$c/= :: UserPoolClient -> UserPoolClient -> Bool
/= :: UserPoolClient -> UserPoolClient -> Bool
Prelude.Eq, Int -> UserPoolClient -> ShowS
[UserPoolClient] -> ShowS
UserPoolClient -> String
(Int -> UserPoolClient -> ShowS)
-> (UserPoolClient -> String)
-> ([UserPoolClient] -> ShowS)
-> Show UserPoolClient
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> UserPoolClient -> ShowS
showsPrec :: Int -> UserPoolClient -> ShowS
$cshow :: UserPoolClient -> String
show :: UserPoolClient -> String
$cshowList :: [UserPoolClient] -> ShowS
showList :: [UserPoolClient] -> ShowS
Prelude.Show)
mkUserPoolClient :: Value Prelude.Text -> UserPoolClient
mkUserPoolClient :: Value Text -> UserPoolClient
mkUserPoolClient Value Text
userPoolId
  = UserPoolClient
      {haddock_workaround_ :: ()
haddock_workaround_ = (), userPoolId :: Value Text
userPoolId = Value Text
userPoolId,
       accessTokenValidity :: Maybe (Value Integer)
accessTokenValidity = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlows = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthFlowsUserPoolClient = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       allowedOAuthScopes :: Maybe (ValueList Text)
allowedOAuthScopes = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
analyticsConfiguration = Maybe AnalyticsConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       authSessionValidity :: Maybe (Value Integer)
authSessionValidity = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       callbackURLs :: Maybe (ValueList Text)
callbackURLs = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, clientName :: Maybe (Value Text)
clientName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       defaultRedirectURI :: Maybe (Value Text)
defaultRedirectURI = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enablePropagateAdditionalUserContextData = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       enableTokenRevocation :: Maybe (Value Bool)
enableTokenRevocation = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       explicitAuthFlows :: Maybe (ValueList Text)
explicitAuthFlows = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       generateSecret :: Maybe (Value Bool)
generateSecret = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       idTokenValidity :: Maybe (Value Integer)
idTokenValidity = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, logoutURLs :: Maybe (ValueList Text)
logoutURLs = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       preventUserExistenceErrors :: Maybe (Value Text)
preventUserExistenceErrors = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       readAttributes :: Maybe (ValueList Text)
readAttributes = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenRotation = Maybe RefreshTokenRotationProperty
forall a. Maybe a
Prelude.Nothing,
       refreshTokenValidity :: Maybe (Value Integer)
refreshTokenValidity = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       supportedIdentityProviders :: Maybe (ValueList Text)
supportedIdentityProviders = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       tokenValidityUnits :: Maybe TokenValidityUnitsProperty
tokenValidityUnits = Maybe TokenValidityUnitsProperty
forall a. Maybe a
Prelude.Nothing,
       writeAttributes :: Maybe (ValueList Text)
writeAttributes = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties UserPoolClient where
  toResourceProperties :: UserPoolClient -> ResourceProperties
toResourceProperties UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::Cognito::UserPoolClient",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"UserPoolId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
userPoolId]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AccessTokenValidity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
accessTokenValidity,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllowedOAuthFlows" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
allowedOAuthFlows,
                               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllowedOAuthFlowsUserPoolClient"
                                 (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
allowedOAuthFlowsUserPoolClient,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllowedOAuthScopes" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
allowedOAuthScopes,
                               Key -> AnalyticsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AnalyticsConfiguration"
                                 (AnalyticsConfigurationProperty -> (Key, Value))
-> Maybe AnalyticsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AnalyticsConfigurationProperty
analyticsConfiguration,
                               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AuthSessionValidity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
authSessionValidity,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CallbackURLs" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
callbackURLs,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ClientName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
clientName,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultRedirectURI" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
defaultRedirectURI,
                               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnablePropagateAdditionalUserContextData"
                                 (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
enablePropagateAdditionalUserContextData,
                               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnableTokenRevocation"
                                 (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
enableTokenRevocation,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExplicitAuthFlows" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
explicitAuthFlows,
                               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"GenerateSecret" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
generateSecret,
                               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IdTokenValidity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
idTokenValidity,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LogoutURLs" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
logoutURLs,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PreventUserExistenceErrors"
                                 (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
preventUserExistenceErrors,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReadAttributes" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
readAttributes,
                               Key -> RefreshTokenRotationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RefreshTokenRotation" (RefreshTokenRotationProperty -> (Key, Value))
-> Maybe RefreshTokenRotationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RefreshTokenRotationProperty
refreshTokenRotation,
                               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RefreshTokenValidity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
refreshTokenValidity,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SupportedIdentityProviders"
                                 (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
supportedIdentityProviders,
                               Key -> TokenValidityUnitsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TokenValidityUnits" (TokenValidityUnitsProperty -> (Key, Value))
-> Maybe TokenValidityUnitsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TokenValidityUnitsProperty
tokenValidityUnits,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WriteAttributes" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
writeAttributes]))}
instance JSON.ToJSON UserPoolClient where
  toJSON :: UserPoolClient -> Value
toJSON UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"UserPoolId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
userPoolId]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AccessTokenValidity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
accessTokenValidity,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllowedOAuthFlows" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
allowedOAuthFlows,
                  Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllowedOAuthFlowsUserPoolClient"
                    (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
allowedOAuthFlowsUserPoolClient,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AllowedOAuthScopes" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
allowedOAuthScopes,
                  Key -> AnalyticsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AnalyticsConfiguration"
                    (AnalyticsConfigurationProperty -> (Key, Value))
-> Maybe AnalyticsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AnalyticsConfigurationProperty
analyticsConfiguration,
                  Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AuthSessionValidity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
authSessionValidity,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CallbackURLs" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
callbackURLs,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ClientName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
clientName,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultRedirectURI" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
defaultRedirectURI,
                  Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnablePropagateAdditionalUserContextData"
                    (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
enablePropagateAdditionalUserContextData,
                  Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnableTokenRevocation"
                    (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
enableTokenRevocation,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExplicitAuthFlows" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
explicitAuthFlows,
                  Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"GenerateSecret" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
generateSecret,
                  Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IdTokenValidity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
idTokenValidity,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LogoutURLs" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
logoutURLs,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PreventUserExistenceErrors"
                    (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
preventUserExistenceErrors,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReadAttributes" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
readAttributes,
                  Key -> RefreshTokenRotationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RefreshTokenRotation" (RefreshTokenRotationProperty -> (Key, Value))
-> Maybe RefreshTokenRotationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RefreshTokenRotationProperty
refreshTokenRotation,
                  Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RefreshTokenValidity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
refreshTokenValidity,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SupportedIdentityProviders"
                    (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
supportedIdentityProviders,
                  Key -> TokenValidityUnitsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TokenValidityUnits" (TokenValidityUnitsProperty -> (Key, Value))
-> Maybe TokenValidityUnitsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TokenValidityUnitsProperty
tokenValidityUnits,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WriteAttributes" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
writeAttributes])))
instance Property "AccessTokenValidity" UserPoolClient where
  type PropertyType "AccessTokenValidity" UserPoolClient = Value Prelude.Integer
  set :: PropertyType "AccessTokenValidity" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "AccessTokenValidity" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {accessTokenValidity :: Maybe (Value Integer)
accessTokenValidity = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AccessTokenValidity" UserPoolClient
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "AllowedOAuthFlows" UserPoolClient where
  type PropertyType "AllowedOAuthFlows" UserPoolClient = ValueList Prelude.Text
  set :: PropertyType "AllowedOAuthFlows" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "AllowedOAuthFlows" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlows = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AllowedOAuthFlows" UserPoolClient
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "AllowedOAuthFlowsUserPoolClient" UserPoolClient where
  type PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient = Value Prelude.Bool
  set :: PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient
        {allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthFlowsUserPoolClient = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AllowedOAuthFlowsUserPoolClient" UserPoolClient
Value Bool
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "AllowedOAuthScopes" UserPoolClient where
  type PropertyType "AllowedOAuthScopes" UserPoolClient = ValueList Prelude.Text
  set :: PropertyType "AllowedOAuthScopes" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "AllowedOAuthScopes" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {allowedOAuthScopes :: Maybe (ValueList Text)
allowedOAuthScopes = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AllowedOAuthScopes" UserPoolClient
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "AnalyticsConfiguration" UserPoolClient where
  type PropertyType "AnalyticsConfiguration" UserPoolClient = AnalyticsConfigurationProperty
  set :: PropertyType "AnalyticsConfiguration" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "AnalyticsConfiguration" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient
        {analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
analyticsConfiguration = AnalyticsConfigurationProperty
-> Maybe AnalyticsConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AnalyticsConfiguration" UserPoolClient
AnalyticsConfigurationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "AuthSessionValidity" UserPoolClient where
  type PropertyType "AuthSessionValidity" UserPoolClient = Value Prelude.Integer
  set :: PropertyType "AuthSessionValidity" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "AuthSessionValidity" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {authSessionValidity :: Maybe (Value Integer)
authSessionValidity = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AuthSessionValidity" UserPoolClient
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "CallbackURLs" UserPoolClient where
  type PropertyType "CallbackURLs" UserPoolClient = ValueList Prelude.Text
  set :: PropertyType "CallbackURLs" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "CallbackURLs" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {callbackURLs :: Maybe (ValueList Text)
callbackURLs = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CallbackURLs" UserPoolClient
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "ClientName" UserPoolClient where
  type PropertyType "ClientName" UserPoolClient = Value Prelude.Text
  set :: PropertyType "ClientName" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "ClientName" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {clientName :: Maybe (Value Text)
clientName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ClientName" UserPoolClient
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "DefaultRedirectURI" UserPoolClient where
  type PropertyType "DefaultRedirectURI" UserPoolClient = Value Prelude.Text
  set :: PropertyType "DefaultRedirectURI" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "DefaultRedirectURI" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {defaultRedirectURI :: Maybe (Value Text)
defaultRedirectURI = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultRedirectURI" UserPoolClient
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "EnablePropagateAdditionalUserContextData" UserPoolClient where
  type PropertyType "EnablePropagateAdditionalUserContextData" UserPoolClient = Value Prelude.Bool
  set :: PropertyType
  "EnablePropagateAdditionalUserContextData" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType
  "EnablePropagateAdditionalUserContextData" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient
        {enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enablePropagateAdditionalUserContextData = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "EnablePropagateAdditionalUserContextData" UserPoolClient
Value Bool
newValue,
         Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "EnableTokenRevocation" UserPoolClient where
  type PropertyType "EnableTokenRevocation" UserPoolClient = Value Prelude.Bool
  set :: PropertyType "EnableTokenRevocation" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "EnableTokenRevocation" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient
        {enableTokenRevocation :: Maybe (Value Bool)
enableTokenRevocation = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EnableTokenRevocation" UserPoolClient
Value Bool
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "ExplicitAuthFlows" UserPoolClient where
  type PropertyType "ExplicitAuthFlows" UserPoolClient = ValueList Prelude.Text
  set :: PropertyType "ExplicitAuthFlows" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "ExplicitAuthFlows" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {explicitAuthFlows :: Maybe (ValueList Text)
explicitAuthFlows = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExplicitAuthFlows" UserPoolClient
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "GenerateSecret" UserPoolClient where
  type PropertyType "GenerateSecret" UserPoolClient = Value Prelude.Bool
  set :: PropertyType "GenerateSecret" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "GenerateSecret" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {generateSecret :: Maybe (Value Bool)
generateSecret = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "GenerateSecret" UserPoolClient
Value Bool
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "IdTokenValidity" UserPoolClient where
  type PropertyType "IdTokenValidity" UserPoolClient = Value Prelude.Integer
  set :: PropertyType "IdTokenValidity" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "IdTokenValidity" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {idTokenValidity :: Maybe (Value Integer)
idTokenValidity = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IdTokenValidity" UserPoolClient
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "LogoutURLs" UserPoolClient where
  type PropertyType "LogoutURLs" UserPoolClient = ValueList Prelude.Text
  set :: PropertyType "LogoutURLs" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "LogoutURLs" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {logoutURLs :: Maybe (ValueList Text)
logoutURLs = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LogoutURLs" UserPoolClient
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "PreventUserExistenceErrors" UserPoolClient where
  type PropertyType "PreventUserExistenceErrors" UserPoolClient = Value Prelude.Text
  set :: PropertyType "PreventUserExistenceErrors" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "PreventUserExistenceErrors" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient
        {preventUserExistenceErrors :: Maybe (Value Text)
preventUserExistenceErrors = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PreventUserExistenceErrors" UserPoolClient
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "ReadAttributes" UserPoolClient where
  type PropertyType "ReadAttributes" UserPoolClient = ValueList Prelude.Text
  set :: PropertyType "ReadAttributes" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "ReadAttributes" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {readAttributes :: Maybe (ValueList Text)
readAttributes = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ReadAttributes" UserPoolClient
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "RefreshTokenRotation" UserPoolClient where
  type PropertyType "RefreshTokenRotation" UserPoolClient = RefreshTokenRotationProperty
  set :: PropertyType "RefreshTokenRotation" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "RefreshTokenRotation" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenRotation = RefreshTokenRotationProperty -> Maybe RefreshTokenRotationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RefreshTokenRotation" UserPoolClient
RefreshTokenRotationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "RefreshTokenValidity" UserPoolClient where
  type PropertyType "RefreshTokenValidity" UserPoolClient = Value Prelude.Integer
  set :: PropertyType "RefreshTokenValidity" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "RefreshTokenValidity" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {refreshTokenValidity :: Maybe (Value Integer)
refreshTokenValidity = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RefreshTokenValidity" UserPoolClient
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "SupportedIdentityProviders" UserPoolClient where
  type PropertyType "SupportedIdentityProviders" UserPoolClient = ValueList Prelude.Text
  set :: PropertyType "SupportedIdentityProviders" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "SupportedIdentityProviders" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient
        {supportedIdentityProviders :: Maybe (ValueList Text)
supportedIdentityProviders = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SupportedIdentityProviders" UserPoolClient
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "TokenValidityUnits" UserPoolClient where
  type PropertyType "TokenValidityUnits" UserPoolClient = TokenValidityUnitsProperty
  set :: PropertyType "TokenValidityUnits" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "TokenValidityUnits" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {tokenValidityUnits :: Maybe TokenValidityUnitsProperty
tokenValidityUnits = TokenValidityUnitsProperty -> Maybe TokenValidityUnitsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TokenValidityUnits" UserPoolClient
TokenValidityUnitsProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "UserPoolId" UserPoolClient where
  type PropertyType "UserPoolId" UserPoolClient = Value Prelude.Text
  set :: PropertyType "UserPoolId" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "UserPoolId" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {userPoolId :: Value Text
userPoolId = PropertyType "UserPoolId" UserPoolClient
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
writeAttributes :: Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
writeAttributes :: Maybe (ValueList Text)
..}
instance Property "WriteAttributes" UserPoolClient where
  type PropertyType "WriteAttributes" UserPoolClient = ValueList Prelude.Text
  set :: PropertyType "WriteAttributes" UserPoolClient
-> UserPoolClient -> UserPoolClient
set PropertyType "WriteAttributes" UserPoolClient
newValue UserPoolClient {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: UserPoolClient -> ()
accessTokenValidity :: UserPoolClient -> Maybe (Value Integer)
allowedOAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: UserPoolClient -> Maybe (Value Bool)
allowedOAuthScopes :: UserPoolClient -> Maybe (ValueList Text)
analyticsConfiguration :: UserPoolClient -> Maybe AnalyticsConfigurationProperty
authSessionValidity :: UserPoolClient -> Maybe (Value Integer)
callbackURLs :: UserPoolClient -> Maybe (ValueList Text)
clientName :: UserPoolClient -> Maybe (Value Text)
defaultRedirectURI :: UserPoolClient -> Maybe (Value Text)
enablePropagateAdditionalUserContextData :: UserPoolClient -> Maybe (Value Bool)
enableTokenRevocation :: UserPoolClient -> Maybe (Value Bool)
explicitAuthFlows :: UserPoolClient -> Maybe (ValueList Text)
generateSecret :: UserPoolClient -> Maybe (Value Bool)
idTokenValidity :: UserPoolClient -> Maybe (Value Integer)
logoutURLs :: UserPoolClient -> Maybe (ValueList Text)
preventUserExistenceErrors :: UserPoolClient -> Maybe (Value Text)
readAttributes :: UserPoolClient -> Maybe (ValueList Text)
refreshTokenRotation :: UserPoolClient -> Maybe RefreshTokenRotationProperty
refreshTokenValidity :: UserPoolClient -> Maybe (Value Integer)
supportedIdentityProviders :: UserPoolClient -> Maybe (ValueList Text)
tokenValidityUnits :: UserPoolClient -> Maybe TokenValidityUnitsProperty
userPoolId :: UserPoolClient -> Value Text
writeAttributes :: UserPoolClient -> Maybe (ValueList Text)
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
writeAttributes :: Maybe (ValueList Text)
..}
    = UserPoolClient {writeAttributes :: Maybe (ValueList Text)
writeAttributes = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "WriteAttributes" UserPoolClient
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe AnalyticsConfigurationProperty
Maybe RefreshTokenRotationProperty
Maybe TokenValidityUnitsProperty
()
Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
haddock_workaround_ :: ()
accessTokenValidity :: Maybe (Value Integer)
allowedOAuthFlows :: Maybe (ValueList Text)
allowedOAuthFlowsUserPoolClient :: Maybe (Value Bool)
allowedOAuthScopes :: Maybe (ValueList Text)
analyticsConfiguration :: Maybe AnalyticsConfigurationProperty
authSessionValidity :: Maybe (Value Integer)
callbackURLs :: Maybe (ValueList Text)
clientName :: Maybe (Value Text)
defaultRedirectURI :: Maybe (Value Text)
enablePropagateAdditionalUserContextData :: Maybe (Value Bool)
enableTokenRevocation :: Maybe (Value Bool)
explicitAuthFlows :: Maybe (ValueList Text)
generateSecret :: Maybe (Value Bool)
idTokenValidity :: Maybe (Value Integer)
logoutURLs :: Maybe (ValueList Text)
preventUserExistenceErrors :: Maybe (Value Text)
readAttributes :: Maybe (ValueList Text)
refreshTokenRotation :: Maybe RefreshTokenRotationProperty
refreshTokenValidity :: Maybe (Value Integer)
supportedIdentityProviders :: Maybe (ValueList Text)
tokenValidityUnits :: Maybe TokenValidityUnitsProperty
userPoolId :: Value Text
..}