module Stratosphere.RedshiftServerless.Namespace (
        module Exports, Namespace(..), mkNamespace
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.RedshiftServerless.Namespace.SnapshotCopyConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Namespace
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html>
    Namespace {Namespace -> ()
haddock_workaround_ :: (),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-adminpasswordsecretkmskeyid>
               Namespace -> Maybe (Value Text)
adminPasswordSecretKmsKeyId :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-adminuserpassword>
               Namespace -> Maybe (Value Text)
adminUserPassword :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-adminusername>
               Namespace -> Maybe (Value Text)
adminUsername :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-dbname>
               Namespace -> Maybe (Value Text)
dbName :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-defaultiamrolearn>
               Namespace -> Maybe (Value Text)
defaultIamRoleArn :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-finalsnapshotname>
               Namespace -> Maybe (Value Text)
finalSnapshotName :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-finalsnapshotretentionperiod>
               Namespace -> Maybe (Value Integer)
finalSnapshotRetentionPeriod :: (Prelude.Maybe (Value Prelude.Integer)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-iamroles>
               Namespace -> Maybe (ValueList Text)
iamRoles :: (Prelude.Maybe (ValueList Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-kmskeyid>
               Namespace -> Maybe (Value Text)
kmsKeyId :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-logexports>
               Namespace -> Maybe (ValueList Text)
logExports :: (Prelude.Maybe (ValueList Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-manageadminpassword>
               Namespace -> Maybe (Value Bool)
manageAdminPassword :: (Prelude.Maybe (Value Prelude.Bool)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-namespacename>
               Namespace -> Value Text
namespaceName :: (Value Prelude.Text),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-namespaceresourcepolicy>
               Namespace -> Maybe Object
namespaceResourcePolicy :: (Prelude.Maybe JSON.Object),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-redshiftidcapplicationarn>
               Namespace -> Maybe (Value Text)
redshiftIdcApplicationArn :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-snapshotcopyconfigurations>
               Namespace -> Maybe [SnapshotCopyConfigurationProperty]
snapshotCopyConfigurations :: (Prelude.Maybe [SnapshotCopyConfigurationProperty]),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-namespace.html#cfn-redshiftserverless-namespace-tags>
               Namespace -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag])}
  deriving stock (Namespace -> Namespace -> Bool
(Namespace -> Namespace -> Bool)
-> (Namespace -> Namespace -> Bool) -> Eq Namespace
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Namespace -> Namespace -> Bool
== :: Namespace -> Namespace -> Bool
$c/= :: Namespace -> Namespace -> Bool
/= :: Namespace -> Namespace -> Bool
Prelude.Eq, Int -> Namespace -> ShowS
[Namespace] -> ShowS
Namespace -> String
(Int -> Namespace -> ShowS)
-> (Namespace -> String)
-> ([Namespace] -> ShowS)
-> Show Namespace
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Namespace -> ShowS
showsPrec :: Int -> Namespace -> ShowS
$cshow :: Namespace -> String
show :: Namespace -> String
$cshowList :: [Namespace] -> ShowS
showList :: [Namespace] -> ShowS
Prelude.Show)
mkNamespace :: Value Prelude.Text -> Namespace
mkNamespace :: Value Text -> Namespace
mkNamespace Value Text
namespaceName
  = Namespace
      {haddock_workaround_ :: ()
haddock_workaround_ = (), namespaceName :: Value Text
namespaceName = Value Text
namespaceName,
       adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminPasswordSecretKmsKeyId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       adminUserPassword :: Maybe (Value Text)
adminUserPassword = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       adminUsername :: Maybe (Value Text)
adminUsername = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, dbName :: Maybe (Value Text)
dbName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       defaultIamRoleArn :: Maybe (Value Text)
defaultIamRoleArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       finalSnapshotName :: Maybe (Value Text)
finalSnapshotName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       finalSnapshotRetentionPeriod :: Maybe (Value Integer)
finalSnapshotRetentionPeriod = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       iamRoles :: Maybe (ValueList Text)
iamRoles = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, kmsKeyId :: Maybe (Value Text)
kmsKeyId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       logExports :: Maybe (ValueList Text)
logExports = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       manageAdminPassword :: Maybe (Value Bool)
manageAdminPassword = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       namespaceResourcePolicy :: Maybe Object
namespaceResourcePolicy = Maybe Object
forall a. Maybe a
Prelude.Nothing,
       redshiftIdcApplicationArn :: Maybe (Value Text)
redshiftIdcApplicationArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
snapshotCopyConfigurations = Maybe [SnapshotCopyConfigurationProperty]
forall a. Maybe a
Prelude.Nothing,
       tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Namespace where
  toResourceProperties :: Namespace -> ResourceProperties
toResourceProperties Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::RedshiftServerless::Namespace",
         supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         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
"NamespaceName" 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
namespaceName]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [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
"AdminPasswordSecretKmsKeyId"
                                 (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)
adminPasswordSecretKmsKeyId,
                               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
"AdminUserPassword" (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)
adminUserPassword,
                               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
"AdminUsername" (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)
adminUsername,
                               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
"DbName" (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)
dbName,
                               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
"DefaultIamRoleArn" (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)
defaultIamRoleArn,
                               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
"FinalSnapshotName" (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)
finalSnapshotName,
                               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
"FinalSnapshotRetentionPeriod"
                                 (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)
finalSnapshotRetentionPeriod,
                               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
"IamRoles" (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)
iamRoles,
                               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
"KmsKeyId" (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)
kmsKeyId,
                               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
"LogExports" (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)
logExports,
                               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
"ManageAdminPassword" (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)
manageAdminPassword,
                               Key -> Object -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NamespaceResourcePolicy"
                                 (Object -> (Key, Value)) -> Maybe Object -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe Object
namespaceResourcePolicy,
                               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
"RedshiftIdcApplicationArn"
                                 (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)
redshiftIdcApplicationArn,
                               Key -> [SnapshotCopyConfigurationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SnapshotCopyConfigurations"
                                 ([SnapshotCopyConfigurationProperty] -> (Key, Value))
-> Maybe [SnapshotCopyConfigurationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SnapshotCopyConfigurationProperty]
snapshotCopyConfigurations,
                               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags]))}
instance JSON.ToJSON Namespace where
  toJSON :: Namespace -> Value
toJSON Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = [(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
"NamespaceName" 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
namespaceName]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [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
"AdminPasswordSecretKmsKeyId"
                    (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)
adminPasswordSecretKmsKeyId,
                  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
"AdminUserPassword" (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)
adminUserPassword,
                  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
"AdminUsername" (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)
adminUsername,
                  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
"DbName" (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)
dbName,
                  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
"DefaultIamRoleArn" (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)
defaultIamRoleArn,
                  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
"FinalSnapshotName" (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)
finalSnapshotName,
                  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
"FinalSnapshotRetentionPeriod"
                    (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)
finalSnapshotRetentionPeriod,
                  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
"IamRoles" (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)
iamRoles,
                  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
"KmsKeyId" (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)
kmsKeyId,
                  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
"LogExports" (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)
logExports,
                  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
"ManageAdminPassword" (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)
manageAdminPassword,
                  Key -> Object -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NamespaceResourcePolicy"
                    (Object -> (Key, Value)) -> Maybe Object -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe Object
namespaceResourcePolicy,
                  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
"RedshiftIdcApplicationArn"
                    (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)
redshiftIdcApplicationArn,
                  Key -> [SnapshotCopyConfigurationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SnapshotCopyConfigurations"
                    ([SnapshotCopyConfigurationProperty] -> (Key, Value))
-> Maybe [SnapshotCopyConfigurationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SnapshotCopyConfigurationProperty]
snapshotCopyConfigurations,
                  Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags])))
instance Property "AdminPasswordSecretKmsKeyId" Namespace where
  type PropertyType "AdminPasswordSecretKmsKeyId" Namespace = Value Prelude.Text
  set :: PropertyType "AdminPasswordSecretKmsKeyId" Namespace
-> Namespace -> Namespace
set PropertyType "AdminPasswordSecretKmsKeyId" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace
        {adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminPasswordSecretKmsKeyId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AdminPasswordSecretKmsKeyId" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "AdminUserPassword" Namespace where
  type PropertyType "AdminUserPassword" Namespace = Value Prelude.Text
  set :: PropertyType "AdminUserPassword" Namespace
-> Namespace -> Namespace
set PropertyType "AdminUserPassword" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {adminUserPassword :: Maybe (Value Text)
adminUserPassword = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AdminUserPassword" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "AdminUsername" Namespace where
  type PropertyType "AdminUsername" Namespace = Value Prelude.Text
  set :: PropertyType "AdminUsername" Namespace -> Namespace -> Namespace
set PropertyType "AdminUsername" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {adminUsername :: Maybe (Value Text)
adminUsername = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AdminUsername" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "DbName" Namespace where
  type PropertyType "DbName" Namespace = Value Prelude.Text
  set :: PropertyType "DbName" Namespace -> Namespace -> Namespace
set PropertyType "DbName" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {dbName :: Maybe (Value Text)
dbName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DbName" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "DefaultIamRoleArn" Namespace where
  type PropertyType "DefaultIamRoleArn" Namespace = Value Prelude.Text
  set :: PropertyType "DefaultIamRoleArn" Namespace
-> Namespace -> Namespace
set PropertyType "DefaultIamRoleArn" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {defaultIamRoleArn :: Maybe (Value Text)
defaultIamRoleArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultIamRoleArn" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "FinalSnapshotName" Namespace where
  type PropertyType "FinalSnapshotName" Namespace = Value Prelude.Text
  set :: PropertyType "FinalSnapshotName" Namespace
-> Namespace -> Namespace
set PropertyType "FinalSnapshotName" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {finalSnapshotName :: Maybe (Value Text)
finalSnapshotName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FinalSnapshotName" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "FinalSnapshotRetentionPeriod" Namespace where
  type PropertyType "FinalSnapshotRetentionPeriod" Namespace = Value Prelude.Integer
  set :: PropertyType "FinalSnapshotRetentionPeriod" Namespace
-> Namespace -> Namespace
set PropertyType "FinalSnapshotRetentionPeriod" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace
        {finalSnapshotRetentionPeriod :: Maybe (Value Integer)
finalSnapshotRetentionPeriod = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FinalSnapshotRetentionPeriod" Namespace
Value Integer
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "IamRoles" Namespace where
  type PropertyType "IamRoles" Namespace = ValueList Prelude.Text
  set :: PropertyType "IamRoles" Namespace -> Namespace -> Namespace
set PropertyType "IamRoles" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {iamRoles :: Maybe (ValueList Text)
iamRoles = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IamRoles" Namespace
ValueList Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "KmsKeyId" Namespace where
  type PropertyType "KmsKeyId" Namespace = Value Prelude.Text
  set :: PropertyType "KmsKeyId" Namespace -> Namespace -> Namespace
set PropertyType "KmsKeyId" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {kmsKeyId :: Maybe (Value Text)
kmsKeyId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "KmsKeyId" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "LogExports" Namespace where
  type PropertyType "LogExports" Namespace = ValueList Prelude.Text
  set :: PropertyType "LogExports" Namespace -> Namespace -> Namespace
set PropertyType "LogExports" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {logExports :: Maybe (ValueList Text)
logExports = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LogExports" Namespace
ValueList Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "ManageAdminPassword" Namespace where
  type PropertyType "ManageAdminPassword" Namespace = Value Prelude.Bool
  set :: PropertyType "ManageAdminPassword" Namespace
-> Namespace -> Namespace
set PropertyType "ManageAdminPassword" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {manageAdminPassword :: Maybe (Value Bool)
manageAdminPassword = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ManageAdminPassword" Namespace
Value Bool
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "NamespaceName" Namespace where
  type PropertyType "NamespaceName" Namespace = Value Prelude.Text
  set :: PropertyType "NamespaceName" Namespace -> Namespace -> Namespace
set PropertyType "NamespaceName" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {namespaceName :: Value Text
namespaceName = PropertyType "NamespaceName" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "NamespaceResourcePolicy" Namespace where
  type PropertyType "NamespaceResourcePolicy" Namespace = JSON.Object
  set :: PropertyType "NamespaceResourcePolicy" Namespace
-> Namespace -> Namespace
set PropertyType "NamespaceResourcePolicy" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {namespaceResourcePolicy :: Maybe Object
namespaceResourcePolicy = Object -> Maybe Object
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Object
PropertyType "NamespaceResourcePolicy" Namespace
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "RedshiftIdcApplicationArn" Namespace where
  type PropertyType "RedshiftIdcApplicationArn" Namespace = Value Prelude.Text
  set :: PropertyType "RedshiftIdcApplicationArn" Namespace
-> Namespace -> Namespace
set PropertyType "RedshiftIdcApplicationArn" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {redshiftIdcApplicationArn :: Maybe (Value Text)
redshiftIdcApplicationArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RedshiftIdcApplicationArn" Namespace
Value Text
newValue, Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
instance Property "SnapshotCopyConfigurations" Namespace where
  type PropertyType "SnapshotCopyConfigurations" Namespace = [SnapshotCopyConfigurationProperty]
  set :: PropertyType "SnapshotCopyConfigurations" Namespace
-> Namespace -> Namespace
set PropertyType "SnapshotCopyConfigurations" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace
        {snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
snapshotCopyConfigurations = [SnapshotCopyConfigurationProperty]
-> Maybe [SnapshotCopyConfigurationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [SnapshotCopyConfigurationProperty]
PropertyType "SnapshotCopyConfigurations" Namespace
newValue, Maybe [Tag]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "Tags" Namespace where
  type PropertyType "Tags" Namespace = [Tag]
  set :: PropertyType "Tags" Namespace -> Namespace -> Namespace
set PropertyType "Tags" Namespace
newValue Namespace {Maybe [Tag]
Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Namespace -> ()
adminPasswordSecretKmsKeyId :: Namespace -> Maybe (Value Text)
adminUserPassword :: Namespace -> Maybe (Value Text)
adminUsername :: Namespace -> Maybe (Value Text)
dbName :: Namespace -> Maybe (Value Text)
defaultIamRoleArn :: Namespace -> Maybe (Value Text)
finalSnapshotName :: Namespace -> Maybe (Value Text)
finalSnapshotRetentionPeriod :: Namespace -> Maybe (Value Integer)
iamRoles :: Namespace -> Maybe (ValueList Text)
kmsKeyId :: Namespace -> Maybe (Value Text)
logExports :: Namespace -> Maybe (ValueList Text)
manageAdminPassword :: Namespace -> Maybe (Value Bool)
namespaceName :: Namespace -> Value Text
namespaceResourcePolicy :: Namespace -> Maybe Object
redshiftIdcApplicationArn :: Namespace -> Maybe (Value Text)
snapshotCopyConfigurations :: Namespace -> Maybe [SnapshotCopyConfigurationProperty]
tags :: Namespace -> Maybe [Tag]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
tags :: Maybe [Tag]
..}
    = Namespace {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" Namespace
newValue, Maybe [SnapshotCopyConfigurationProperty]
Maybe Object
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
haddock_workaround_ :: ()
adminPasswordSecretKmsKeyId :: Maybe (Value Text)
adminUserPassword :: Maybe (Value Text)
adminUsername :: Maybe (Value Text)
dbName :: Maybe (Value Text)
defaultIamRoleArn :: Maybe (Value Text)
finalSnapshotName :: Maybe (Value Text)
finalSnapshotRetentionPeriod :: Maybe (Value Integer)
iamRoles :: Maybe (ValueList Text)
kmsKeyId :: Maybe (Value Text)
logExports :: Maybe (ValueList Text)
manageAdminPassword :: Maybe (Value Bool)
namespaceName :: Value Text
namespaceResourcePolicy :: Maybe Object
redshiftIdcApplicationArn :: Maybe (Value Text)
snapshotCopyConfigurations :: Maybe [SnapshotCopyConfigurationProperty]
..}