module Stratosphere.SageMaker.Domain.UnifiedStudioSettingsProperty (
UnifiedStudioSettingsProperty(..), mkUnifiedStudioSettingsProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data UnifiedStudioSettingsProperty
=
UnifiedStudioSettingsProperty {UnifiedStudioSettingsProperty -> ()
haddock_workaround_ :: (),
UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainAccountId :: (Prelude.Maybe (Value Prelude.Text)),
UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: (Prelude.Maybe (Value Prelude.Text)),
UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: (Prelude.Maybe (Value Prelude.Text)),
UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: (Prelude.Maybe (Value Prelude.Text)),
UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: (Prelude.Maybe (Value Prelude.Text)),
UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: (Prelude.Maybe (Value Prelude.Text)),
UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> Bool
(UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> Bool)
-> (UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> Bool)
-> Eq UnifiedStudioSettingsProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> Bool
== :: UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> Bool
$c/= :: UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> Bool
/= :: UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> Bool
Prelude.Eq, Int -> UnifiedStudioSettingsProperty -> ShowS
[UnifiedStudioSettingsProperty] -> ShowS
UnifiedStudioSettingsProperty -> String
(Int -> UnifiedStudioSettingsProperty -> ShowS)
-> (UnifiedStudioSettingsProperty -> String)
-> ([UnifiedStudioSettingsProperty] -> ShowS)
-> Show UnifiedStudioSettingsProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> UnifiedStudioSettingsProperty -> ShowS
showsPrec :: Int -> UnifiedStudioSettingsProperty -> ShowS
$cshow :: UnifiedStudioSettingsProperty -> String
show :: UnifiedStudioSettingsProperty -> String
$cshowList :: [UnifiedStudioSettingsProperty] -> ShowS
showList :: [UnifiedStudioSettingsProperty] -> ShowS
Prelude.Show)
mkUnifiedStudioSettingsProperty :: UnifiedStudioSettingsProperty
mkUnifiedStudioSettingsProperty :: UnifiedStudioSettingsProperty
mkUnifiedStudioSettingsProperty
= UnifiedStudioSettingsProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), domainAccountId :: Maybe (Value Text)
domainAccountId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
domainId :: Maybe (Value Text)
domainId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, domainRegion :: Maybe (Value Text)
domainRegion = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
environmentId :: Maybe (Value Text)
environmentId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, projectId :: Maybe (Value Text)
projectId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
projectS3Path :: Maybe (Value Text)
projectS3Path = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
studioWebPortalAccess :: Maybe (Value Text)
studioWebPortalAccess = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties UnifiedStudioSettingsProperty where
toResourceProperties :: UnifiedStudioSettingsProperty -> ResourceProperties
toResourceProperties UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::SageMaker::Domain.UnifiedStudioSettings",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([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
"DomainAccountId" (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)
domainAccountId,
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
"DomainId" (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)
domainId,
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
"DomainRegion" (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)
domainRegion,
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
"EnvironmentId" (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)
environmentId,
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
"ProjectId" (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)
projectId,
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
"ProjectS3Path" (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)
projectS3Path,
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
"StudioWebPortalAccess"
(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)
studioWebPortalAccess])}
instance JSON.ToJSON UnifiedStudioSettingsProperty where
toJSON :: UnifiedStudioSettingsProperty -> Value
toJSON UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([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
"DomainAccountId" (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)
domainAccountId,
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
"DomainId" (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)
domainId,
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
"DomainRegion" (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)
domainRegion,
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
"EnvironmentId" (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)
environmentId,
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
"ProjectId" (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)
projectId,
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
"ProjectS3Path" (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)
projectS3Path,
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
"StudioWebPortalAccess"
(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)
studioWebPortalAccess]))
instance Property "DomainAccountId" UnifiedStudioSettingsProperty where
type PropertyType "DomainAccountId" UnifiedStudioSettingsProperty = Value Prelude.Text
set :: PropertyType "DomainAccountId" UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> UnifiedStudioSettingsProperty
set PropertyType "DomainAccountId" UnifiedStudioSettingsProperty
newValue UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= UnifiedStudioSettingsProperty
{domainAccountId :: Maybe (Value Text)
domainAccountId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DomainAccountId" UnifiedStudioSettingsProperty
Value Text
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
haddock_workaround_ :: ()
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
instance Property "DomainId" UnifiedStudioSettingsProperty where
type PropertyType "DomainId" UnifiedStudioSettingsProperty = Value Prelude.Text
set :: PropertyType "DomainId" UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> UnifiedStudioSettingsProperty
set PropertyType "DomainId" UnifiedStudioSettingsProperty
newValue UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= UnifiedStudioSettingsProperty
{domainId :: Maybe (Value Text)
domainId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DomainId" UnifiedStudioSettingsProperty
Value Text
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
instance Property "DomainRegion" UnifiedStudioSettingsProperty where
type PropertyType "DomainRegion" UnifiedStudioSettingsProperty = Value Prelude.Text
set :: PropertyType "DomainRegion" UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> UnifiedStudioSettingsProperty
set PropertyType "DomainRegion" UnifiedStudioSettingsProperty
newValue UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= UnifiedStudioSettingsProperty
{domainRegion :: Maybe (Value Text)
domainRegion = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DomainRegion" UnifiedStudioSettingsProperty
Value Text
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
instance Property "EnvironmentId" UnifiedStudioSettingsProperty where
type PropertyType "EnvironmentId" UnifiedStudioSettingsProperty = Value Prelude.Text
set :: PropertyType "EnvironmentId" UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> UnifiedStudioSettingsProperty
set PropertyType "EnvironmentId" UnifiedStudioSettingsProperty
newValue UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= UnifiedStudioSettingsProperty
{environmentId :: Maybe (Value Text)
environmentId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EnvironmentId" UnifiedStudioSettingsProperty
Value Text
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
instance Property "ProjectId" UnifiedStudioSettingsProperty where
type PropertyType "ProjectId" UnifiedStudioSettingsProperty = Value Prelude.Text
set :: PropertyType "ProjectId" UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> UnifiedStudioSettingsProperty
set PropertyType "ProjectId" UnifiedStudioSettingsProperty
newValue UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= UnifiedStudioSettingsProperty
{projectId :: Maybe (Value Text)
projectId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProjectId" UnifiedStudioSettingsProperty
Value Text
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
instance Property "ProjectS3Path" UnifiedStudioSettingsProperty where
type PropertyType "ProjectS3Path" UnifiedStudioSettingsProperty = Value Prelude.Text
set :: PropertyType "ProjectS3Path" UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> UnifiedStudioSettingsProperty
set PropertyType "ProjectS3Path" UnifiedStudioSettingsProperty
newValue UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= UnifiedStudioSettingsProperty
{projectS3Path :: Maybe (Value Text)
projectS3Path = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProjectS3Path" UnifiedStudioSettingsProperty
Value Text
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
instance Property "StudioWebPortalAccess" UnifiedStudioSettingsProperty where
type PropertyType "StudioWebPortalAccess" UnifiedStudioSettingsProperty = Value Prelude.Text
set :: PropertyType "StudioWebPortalAccess" UnifiedStudioSettingsProperty
-> UnifiedStudioSettingsProperty -> UnifiedStudioSettingsProperty
set PropertyType "StudioWebPortalAccess" UnifiedStudioSettingsProperty
newValue UnifiedStudioSettingsProperty {Maybe (Value Text)
()
haddock_workaround_ :: UnifiedStudioSettingsProperty -> ()
domainAccountId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
domainRegion :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
environmentId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectId :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
projectS3Path :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
studioWebPortalAccess :: UnifiedStudioSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
studioWebPortalAccess :: Maybe (Value Text)
..}
= UnifiedStudioSettingsProperty
{studioWebPortalAccess :: Maybe (Value Text)
studioWebPortalAccess = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StudioWebPortalAccess" UnifiedStudioSettingsProperty
Value Text
newValue, Maybe (Value Text)
()
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
haddock_workaround_ :: ()
domainAccountId :: Maybe (Value Text)
domainId :: Maybe (Value Text)
domainRegion :: Maybe (Value Text)
environmentId :: Maybe (Value Text)
projectId :: Maybe (Value Text)
projectS3Path :: Maybe (Value Text)
..}