module Stratosphere.Grafana.Workspace (
        module Exports, Workspace(..), mkWorkspace
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.Grafana.Workspace.NetworkAccessControlProperty as Exports
import {-# SOURCE #-} Stratosphere.Grafana.Workspace.SamlConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.Grafana.Workspace.VpcConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data Workspace
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html>
    Workspace {Workspace -> ()
haddock_workaround_ :: (),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-accountaccesstype>
               Workspace -> Value Text
accountAccessType :: (Value Prelude.Text),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-authenticationproviders>
               Workspace -> ValueList Text
authenticationProviders :: (ValueList Prelude.Text),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-clienttoken>
               Workspace -> Maybe (Value Text)
clientToken :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-datasources>
               Workspace -> Maybe (ValueList Text)
dataSources :: (Prelude.Maybe (ValueList Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-description>
               Workspace -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-grafanaversion>
               Workspace -> Maybe (Value Text)
grafanaVersion :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-name>
               Workspace -> Maybe (Value Text)
name :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-networkaccesscontrol>
               Workspace -> Maybe NetworkAccessControlProperty
networkAccessControl :: (Prelude.Maybe NetworkAccessControlProperty),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-notificationdestinations>
               Workspace -> Maybe (ValueList Text)
notificationDestinations :: (Prelude.Maybe (ValueList Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-organizationrolename>
               Workspace -> Maybe (Value Text)
organizationRoleName :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-organizationalunits>
               Workspace -> Maybe (ValueList Text)
organizationalUnits :: (Prelude.Maybe (ValueList Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-permissiontype>
               Workspace -> Value Text
permissionType :: (Value Prelude.Text),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-pluginadminenabled>
               Workspace -> Maybe (Value Bool)
pluginAdminEnabled :: (Prelude.Maybe (Value Prelude.Bool)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-rolearn>
               Workspace -> Maybe (Value Text)
roleArn :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-samlconfiguration>
               Workspace -> Maybe SamlConfigurationProperty
samlConfiguration :: (Prelude.Maybe SamlConfigurationProperty),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-stacksetname>
               Workspace -> Maybe (Value Text)
stackSetName :: (Prelude.Maybe (Value Prelude.Text)),
               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-grafana-workspace.html#cfn-grafana-workspace-vpcconfiguration>
               Workspace -> Maybe VpcConfigurationProperty
vpcConfiguration :: (Prelude.Maybe VpcConfigurationProperty)}
  deriving stock (Workspace -> Workspace -> Bool
(Workspace -> Workspace -> Bool)
-> (Workspace -> Workspace -> Bool) -> Eq Workspace
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Workspace -> Workspace -> Bool
== :: Workspace -> Workspace -> Bool
$c/= :: Workspace -> Workspace -> Bool
/= :: Workspace -> Workspace -> Bool
Prelude.Eq, Int -> Workspace -> ShowS
[Workspace] -> ShowS
Workspace -> String
(Int -> Workspace -> ShowS)
-> (Workspace -> String)
-> ([Workspace] -> ShowS)
-> Show Workspace
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Workspace -> ShowS
showsPrec :: Int -> Workspace -> ShowS
$cshow :: Workspace -> String
show :: Workspace -> String
$cshowList :: [Workspace] -> ShowS
showList :: [Workspace] -> ShowS
Prelude.Show)
mkWorkspace ::
  Value Prelude.Text
  -> ValueList Prelude.Text -> Value Prelude.Text -> Workspace
mkWorkspace :: Value Text -> ValueList Text -> Value Text -> Workspace
mkWorkspace
  Value Text
accountAccessType
  ValueList Text
authenticationProviders
  Value Text
permissionType
  = Workspace
      {haddock_workaround_ :: ()
haddock_workaround_ = (), accountAccessType :: Value Text
accountAccessType = Value Text
accountAccessType,
       authenticationProviders :: ValueList Text
authenticationProviders = ValueList Text
authenticationProviders,
       permissionType :: Value Text
permissionType = Value Text
permissionType, clientToken :: Maybe (Value Text)
clientToken = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       dataSources :: Maybe (ValueList Text)
dataSources = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       grafanaVersion :: Maybe (Value Text)
grafanaVersion = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, name :: Maybe (Value Text)
name = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       networkAccessControl :: Maybe NetworkAccessControlProperty
networkAccessControl = Maybe NetworkAccessControlProperty
forall a. Maybe a
Prelude.Nothing,
       notificationDestinations :: Maybe (ValueList Text)
notificationDestinations = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       organizationRoleName :: Maybe (Value Text)
organizationRoleName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       organizationalUnits :: Maybe (ValueList Text)
organizationalUnits = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       pluginAdminEnabled :: Maybe (Value Bool)
pluginAdminEnabled = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, roleArn :: Maybe (Value Text)
roleArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       samlConfiguration :: Maybe SamlConfigurationProperty
samlConfiguration = Maybe SamlConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       stackSetName :: Maybe (Value Text)
stackSetName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, vpcConfiguration :: Maybe VpcConfigurationProperty
vpcConfiguration = Maybe VpcConfigurationProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Workspace where
  toResourceProperties :: Workspace -> ResourceProperties
toResourceProperties Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::Grafana::Workspace", supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"AccountAccessType" 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
accountAccessType,
                            Key
"AuthenticationProviders" 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..= ValueList Text
authenticationProviders,
                            Key
"PermissionType" 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
permissionType]
                           ([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
"ClientToken" (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)
clientToken,
                               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
"DataSources" (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)
dataSources,
                               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
"Description" (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)
description,
                               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
"GrafanaVersion" (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)
grafanaVersion,
                               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
"Name" (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)
name,
                               Key -> NetworkAccessControlProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NetworkAccessControl" (NetworkAccessControlProperty -> (Key, Value))
-> Maybe NetworkAccessControlProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NetworkAccessControlProperty
networkAccessControl,
                               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
"NotificationDestinations"
                                 (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)
notificationDestinations,
                               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
"OrganizationRoleName" (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)
organizationRoleName,
                               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
"OrganizationalUnits" (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)
organizationalUnits,
                               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
"PluginAdminEnabled" (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)
pluginAdminEnabled,
                               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
"RoleArn" (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)
roleArn,
                               Key -> SamlConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SamlConfiguration" (SamlConfigurationProperty -> (Key, Value))
-> Maybe SamlConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SamlConfigurationProperty
samlConfiguration,
                               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
"StackSetName" (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)
stackSetName,
                               Key -> VpcConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VpcConfiguration" (VpcConfigurationProperty -> (Key, Value))
-> Maybe VpcConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VpcConfigurationProperty
vpcConfiguration]))}
instance JSON.ToJSON Workspace where
  toJSON :: Workspace -> Value
toJSON Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = [(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
"AccountAccessType" 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
accountAccessType,
               Key
"AuthenticationProviders" 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..= ValueList Text
authenticationProviders,
               Key
"PermissionType" 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
permissionType]
              ([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
"ClientToken" (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)
clientToken,
                  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
"DataSources" (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)
dataSources,
                  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
"Description" (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)
description,
                  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
"GrafanaVersion" (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)
grafanaVersion,
                  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
"Name" (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)
name,
                  Key -> NetworkAccessControlProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NetworkAccessControl" (NetworkAccessControlProperty -> (Key, Value))
-> Maybe NetworkAccessControlProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NetworkAccessControlProperty
networkAccessControl,
                  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
"NotificationDestinations"
                    (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)
notificationDestinations,
                  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
"OrganizationRoleName" (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)
organizationRoleName,
                  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
"OrganizationalUnits" (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)
organizationalUnits,
                  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
"PluginAdminEnabled" (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)
pluginAdminEnabled,
                  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
"RoleArn" (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)
roleArn,
                  Key -> SamlConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SamlConfiguration" (SamlConfigurationProperty -> (Key, Value))
-> Maybe SamlConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SamlConfigurationProperty
samlConfiguration,
                  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
"StackSetName" (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)
stackSetName,
                  Key -> VpcConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VpcConfiguration" (VpcConfigurationProperty -> (Key, Value))
-> Maybe VpcConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe VpcConfigurationProperty
vpcConfiguration])))
instance Property "AccountAccessType" Workspace where
  type PropertyType "AccountAccessType" Workspace = Value Prelude.Text
  set :: PropertyType "AccountAccessType" Workspace
-> Workspace -> Workspace
set PropertyType "AccountAccessType" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {accountAccessType :: Value Text
accountAccessType = PropertyType "AccountAccessType" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "AuthenticationProviders" Workspace where
  type PropertyType "AuthenticationProviders" Workspace = ValueList Prelude.Text
  set :: PropertyType "AuthenticationProviders" Workspace
-> Workspace -> Workspace
set PropertyType "AuthenticationProviders" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {authenticationProviders :: ValueList Text
authenticationProviders = PropertyType "AuthenticationProviders" Workspace
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "ClientToken" Workspace where
  type PropertyType "ClientToken" Workspace = Value Prelude.Text
  set :: PropertyType "ClientToken" Workspace -> Workspace -> Workspace
set PropertyType "ClientToken" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {clientToken :: Maybe (Value Text)
clientToken = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ClientToken" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "DataSources" Workspace where
  type PropertyType "DataSources" Workspace = ValueList Prelude.Text
  set :: PropertyType "DataSources" Workspace -> Workspace -> Workspace
set PropertyType "DataSources" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {dataSources :: Maybe (ValueList Text)
dataSources = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DataSources" Workspace
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "Description" Workspace where
  type PropertyType "Description" Workspace = Value Prelude.Text
  set :: PropertyType "Description" Workspace -> Workspace -> Workspace
set PropertyType "Description" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "GrafanaVersion" Workspace where
  type PropertyType "GrafanaVersion" Workspace = Value Prelude.Text
  set :: PropertyType "GrafanaVersion" Workspace -> Workspace -> Workspace
set PropertyType "GrafanaVersion" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {grafanaVersion :: Maybe (Value Text)
grafanaVersion = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "GrafanaVersion" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "Name" Workspace where
  type PropertyType "Name" Workspace = Value Prelude.Text
  set :: PropertyType "Name" Workspace -> Workspace -> Workspace
set PropertyType "Name" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {name :: Maybe (Value Text)
name = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Name" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "NetworkAccessControl" Workspace where
  type PropertyType "NetworkAccessControl" Workspace = NetworkAccessControlProperty
  set :: PropertyType "NetworkAccessControl" Workspace
-> Workspace -> Workspace
set PropertyType "NetworkAccessControl" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {networkAccessControl :: Maybe NetworkAccessControlProperty
networkAccessControl = NetworkAccessControlProperty -> Maybe NetworkAccessControlProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "NetworkAccessControl" Workspace
NetworkAccessControlProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "NotificationDestinations" Workspace where
  type PropertyType "NotificationDestinations" Workspace = ValueList Prelude.Text
  set :: PropertyType "NotificationDestinations" Workspace
-> Workspace -> Workspace
set PropertyType "NotificationDestinations" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {notificationDestinations :: Maybe (ValueList Text)
notificationDestinations = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "NotificationDestinations" Workspace
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "OrganizationRoleName" Workspace where
  type PropertyType "OrganizationRoleName" Workspace = Value Prelude.Text
  set :: PropertyType "OrganizationRoleName" Workspace
-> Workspace -> Workspace
set PropertyType "OrganizationRoleName" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {organizationRoleName :: Maybe (Value Text)
organizationRoleName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OrganizationRoleName" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "OrganizationalUnits" Workspace where
  type PropertyType "OrganizationalUnits" Workspace = ValueList Prelude.Text
  set :: PropertyType "OrganizationalUnits" Workspace
-> Workspace -> Workspace
set PropertyType "OrganizationalUnits" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {organizationalUnits :: Maybe (ValueList Text)
organizationalUnits = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OrganizationalUnits" Workspace
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "PermissionType" Workspace where
  type PropertyType "PermissionType" Workspace = Value Prelude.Text
  set :: PropertyType "PermissionType" Workspace -> Workspace -> Workspace
set PropertyType "PermissionType" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {permissionType :: Value Text
permissionType = PropertyType "PermissionType" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "PluginAdminEnabled" Workspace where
  type PropertyType "PluginAdminEnabled" Workspace = Value Prelude.Bool
  set :: PropertyType "PluginAdminEnabled" Workspace
-> Workspace -> Workspace
set PropertyType "PluginAdminEnabled" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {pluginAdminEnabled :: Maybe (Value Bool)
pluginAdminEnabled = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PluginAdminEnabled" Workspace
Value Bool
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "RoleArn" Workspace where
  type PropertyType "RoleArn" Workspace = Value Prelude.Text
  set :: PropertyType "RoleArn" Workspace -> Workspace -> Workspace
set PropertyType "RoleArn" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {roleArn :: Maybe (Value Text)
roleArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RoleArn" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "SamlConfiguration" Workspace where
  type PropertyType "SamlConfiguration" Workspace = SamlConfigurationProperty
  set :: PropertyType "SamlConfiguration" Workspace
-> Workspace -> Workspace
set PropertyType "SamlConfiguration" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {samlConfiguration :: Maybe SamlConfigurationProperty
samlConfiguration = SamlConfigurationProperty -> Maybe SamlConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SamlConfiguration" Workspace
SamlConfigurationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "StackSetName" Workspace where
  type PropertyType "StackSetName" Workspace = Value Prelude.Text
  set :: PropertyType "StackSetName" Workspace -> Workspace -> Workspace
set PropertyType "StackSetName" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {stackSetName :: Maybe (Value Text)
stackSetName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StackSetName" Workspace
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
vpcConfiguration :: Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
instance Property "VpcConfiguration" Workspace where
  type PropertyType "VpcConfiguration" Workspace = VpcConfigurationProperty
  set :: PropertyType "VpcConfiguration" Workspace -> Workspace -> Workspace
set PropertyType "VpcConfiguration" Workspace
newValue Workspace {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
Maybe VpcConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: Workspace -> ()
accountAccessType :: Workspace -> Value Text
authenticationProviders :: Workspace -> ValueList Text
clientToken :: Workspace -> Maybe (Value Text)
dataSources :: Workspace -> Maybe (ValueList Text)
description :: Workspace -> Maybe (Value Text)
grafanaVersion :: Workspace -> Maybe (Value Text)
name :: Workspace -> Maybe (Value Text)
networkAccessControl :: Workspace -> Maybe NetworkAccessControlProperty
notificationDestinations :: Workspace -> Maybe (ValueList Text)
organizationRoleName :: Workspace -> Maybe (Value Text)
organizationalUnits :: Workspace -> Maybe (ValueList Text)
permissionType :: Workspace -> Value Text
pluginAdminEnabled :: Workspace -> Maybe (Value Bool)
roleArn :: Workspace -> Maybe (Value Text)
samlConfiguration :: Workspace -> Maybe SamlConfigurationProperty
stackSetName :: Workspace -> Maybe (Value Text)
vpcConfiguration :: Workspace -> Maybe VpcConfigurationProperty
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
vpcConfiguration :: Maybe VpcConfigurationProperty
..}
    = Workspace {vpcConfiguration :: Maybe VpcConfigurationProperty
vpcConfiguration = VpcConfigurationProperty -> Maybe VpcConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VpcConfiguration" Workspace
VpcConfigurationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkAccessControlProperty
Maybe SamlConfigurationProperty
()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
haddock_workaround_ :: ()
accountAccessType :: Value Text
authenticationProviders :: ValueList Text
clientToken :: Maybe (Value Text)
dataSources :: Maybe (ValueList Text)
description :: Maybe (Value Text)
grafanaVersion :: Maybe (Value Text)
name :: Maybe (Value Text)
networkAccessControl :: Maybe NetworkAccessControlProperty
notificationDestinations :: Maybe (ValueList Text)
organizationRoleName :: Maybe (Value Text)
organizationalUnits :: Maybe (ValueList Text)
permissionType :: Value Text
pluginAdminEnabled :: Maybe (Value Bool)
roleArn :: Maybe (Value Text)
samlConfiguration :: Maybe SamlConfigurationProperty
stackSetName :: Maybe (Value Text)
..}