module Stratosphere.SageMaker.NotebookInstance (
        module Exports, NotebookInstance(..), mkNotebookInstance
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.SageMaker.NotebookInstance.InstanceMetadataServiceConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data NotebookInstance
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html>
    NotebookInstance {NotebookInstance -> ()
haddock_workaround_ :: (),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-acceleratortypes>
                      NotebookInstance -> Maybe (ValueList Text)
acceleratorTypes :: (Prelude.Maybe (ValueList Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-additionalcoderepositories>
                      NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: (Prelude.Maybe (ValueList Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-defaultcoderepository>
                      NotebookInstance -> Maybe (Value Text)
defaultCodeRepository :: (Prelude.Maybe (Value Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-directinternetaccess>
                      NotebookInstance -> Maybe (Value Text)
directInternetAccess :: (Prelude.Maybe (Value Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancemetadataserviceconfiguration>
                      NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceMetadataServiceConfiguration :: (Prelude.Maybe InstanceMetadataServiceConfigurationProperty),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-instancetype>
                      NotebookInstance -> Value Text
instanceType :: (Value Prelude.Text),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-kmskeyid>
                      NotebookInstance -> Maybe (Value Text)
kmsKeyId :: (Prelude.Maybe (Value Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-lifecycleconfigname>
                      NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: (Prelude.Maybe (Value Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-notebookinstancename>
                      NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: (Prelude.Maybe (Value Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-platformidentifier>
                      NotebookInstance -> Maybe (Value Text)
platformIdentifier :: (Prelude.Maybe (Value Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rolearn>
                      NotebookInstance -> Value Text
roleArn :: (Value Prelude.Text),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-rootaccess>
                      NotebookInstance -> Maybe (Value Text)
rootAccess :: (Prelude.Maybe (Value Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-securitygroupids>
                      NotebookInstance -> Maybe (ValueList Text)
securityGroupIds :: (Prelude.Maybe (ValueList Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-subnetid>
                      NotebookInstance -> Maybe (Value Text)
subnetId :: (Prelude.Maybe (Value Prelude.Text)),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-tags>
                      NotebookInstance -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
                      -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html#cfn-sagemaker-notebookinstance-volumesizeingb>
                      NotebookInstance -> Maybe (Value Integer)
volumeSizeInGB :: (Prelude.Maybe (Value Prelude.Integer))}
  deriving stock (NotebookInstance -> NotebookInstance -> Bool
(NotebookInstance -> NotebookInstance -> Bool)
-> (NotebookInstance -> NotebookInstance -> Bool)
-> Eq NotebookInstance
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: NotebookInstance -> NotebookInstance -> Bool
== :: NotebookInstance -> NotebookInstance -> Bool
$c/= :: NotebookInstance -> NotebookInstance -> Bool
/= :: NotebookInstance -> NotebookInstance -> Bool
Prelude.Eq, Int -> NotebookInstance -> ShowS
[NotebookInstance] -> ShowS
NotebookInstance -> String
(Int -> NotebookInstance -> ShowS)
-> (NotebookInstance -> String)
-> ([NotebookInstance] -> ShowS)
-> Show NotebookInstance
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> NotebookInstance -> ShowS
showsPrec :: Int -> NotebookInstance -> ShowS
$cshow :: NotebookInstance -> String
show :: NotebookInstance -> String
$cshowList :: [NotebookInstance] -> ShowS
showList :: [NotebookInstance] -> ShowS
Prelude.Show)
mkNotebookInstance ::
  Value Prelude.Text -> Value Prelude.Text -> NotebookInstance
mkNotebookInstance :: Value Text -> Value Text -> NotebookInstance
mkNotebookInstance Value Text
instanceType Value Text
roleArn
  = NotebookInstance
      {haddock_workaround_ :: ()
haddock_workaround_ = (), instanceType :: Value Text
instanceType = Value Text
instanceType,
       roleArn :: Value Text
roleArn = Value Text
roleArn, acceleratorTypes :: Maybe (ValueList Text)
acceleratorTypes = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       additionalCodeRepositories :: Maybe (ValueList Text)
additionalCodeRepositories = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       defaultCodeRepository :: Maybe (Value Text)
defaultCodeRepository = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       directInternetAccess :: Maybe (Value Text)
directInternetAccess = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceMetadataServiceConfiguration = Maybe InstanceMetadataServiceConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       kmsKeyId :: Maybe (Value Text)
kmsKeyId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, lifecycleConfigName :: Maybe (Value Text)
lifecycleConfigName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       notebookInstanceName :: Maybe (Value Text)
notebookInstanceName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       platformIdentifier :: Maybe (Value Text)
platformIdentifier = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, rootAccess :: Maybe (Value Text)
rootAccess = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       securityGroupIds :: Maybe (ValueList Text)
securityGroupIds = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, subnetId :: Maybe (Value Text)
subnetId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing, volumeSizeInGB :: Maybe (Value Integer)
volumeSizeInGB = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties NotebookInstance where
  toResourceProperties :: NotebookInstance -> ResourceProperties
toResourceProperties NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::SageMaker::NotebookInstance",
         supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"InstanceType" 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
instanceType, Key
"RoleArn" 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
roleArn]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [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
"AcceleratorTypes" (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)
acceleratorTypes,
                               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
"AdditionalCodeRepositories"
                                 (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)
additionalCodeRepositories,
                               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
"DefaultCodeRepository"
                                 (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)
defaultCodeRepository,
                               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
"DirectInternetAccess" (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)
directInternetAccess,
                               Key -> InstanceMetadataServiceConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InstanceMetadataServiceConfiguration"
                                 (InstanceMetadataServiceConfigurationProperty -> (Key, Value))
-> Maybe InstanceMetadataServiceConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InstanceMetadataServiceConfigurationProperty
instanceMetadataServiceConfiguration,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"KmsKeyId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
kmsKeyId,
                               Key -> 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
"LifecycleConfigName" (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)
lifecycleConfigName,
                               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
"NotebookInstanceName" (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)
notebookInstanceName,
                               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
"PlatformIdentifier" (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)
platformIdentifier,
                               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
"RootAccess" (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)
rootAccess,
                               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
"SecurityGroupIds" (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)
securityGroupIds,
                               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
"SubnetId" (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)
subnetId,
                               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
                               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VolumeSizeInGB" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
volumeSizeInGB]))}
instance JSON.ToJSON NotebookInstance where
  toJSON :: NotebookInstance -> Value
toJSON NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = [(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
"InstanceType" 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
instanceType, Key
"RoleArn" 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
roleArn]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [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
"AcceleratorTypes" (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)
acceleratorTypes,
                  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
"AdditionalCodeRepositories"
                    (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)
additionalCodeRepositories,
                  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
"DefaultCodeRepository"
                    (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)
defaultCodeRepository,
                  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
"DirectInternetAccess" (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)
directInternetAccess,
                  Key -> InstanceMetadataServiceConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InstanceMetadataServiceConfiguration"
                    (InstanceMetadataServiceConfigurationProperty -> (Key, Value))
-> Maybe InstanceMetadataServiceConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InstanceMetadataServiceConfigurationProperty
instanceMetadataServiceConfiguration,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"KmsKeyId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
kmsKeyId,
                  Key -> 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
"LifecycleConfigName" (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)
lifecycleConfigName,
                  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
"NotebookInstanceName" (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)
notebookInstanceName,
                  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
"PlatformIdentifier" (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)
platformIdentifier,
                  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
"RootAccess" (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)
rootAccess,
                  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
"SecurityGroupIds" (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)
securityGroupIds,
                  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
"SubnetId" (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)
subnetId,
                  Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
                  Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"VolumeSizeInGB" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
volumeSizeInGB])))
instance Property "AcceleratorTypes" NotebookInstance where
  type PropertyType "AcceleratorTypes" NotebookInstance = ValueList Prelude.Text
  set :: PropertyType "AcceleratorTypes" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "AcceleratorTypes" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {acceleratorTypes :: Maybe (ValueList Text)
acceleratorTypes = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AcceleratorTypes" NotebookInstance
ValueList Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "AdditionalCodeRepositories" NotebookInstance where
  type PropertyType "AdditionalCodeRepositories" NotebookInstance = ValueList Prelude.Text
  set :: PropertyType "AdditionalCodeRepositories" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "AdditionalCodeRepositories" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance
        {additionalCodeRepositories :: Maybe (ValueList Text)
additionalCodeRepositories = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AdditionalCodeRepositories" NotebookInstance
ValueList Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "DefaultCodeRepository" NotebookInstance where
  type PropertyType "DefaultCodeRepository" NotebookInstance = Value Prelude.Text
  set :: PropertyType "DefaultCodeRepository" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "DefaultCodeRepository" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance
        {defaultCodeRepository :: Maybe (Value Text)
defaultCodeRepository = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultCodeRepository" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "DirectInternetAccess" NotebookInstance where
  type PropertyType "DirectInternetAccess" NotebookInstance = Value Prelude.Text
  set :: PropertyType "DirectInternetAccess" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "DirectInternetAccess" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance
        {directInternetAccess :: Maybe (Value Text)
directInternetAccess = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DirectInternetAccess" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "InstanceMetadataServiceConfiguration" NotebookInstance where
  type PropertyType "InstanceMetadataServiceConfiguration" NotebookInstance = InstanceMetadataServiceConfigurationProperty
  set :: PropertyType
  "InstanceMetadataServiceConfiguration" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType
  "InstanceMetadataServiceConfiguration" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance
        {instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceMetadataServiceConfiguration = InstanceMetadataServiceConfigurationProperty
-> Maybe InstanceMetadataServiceConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "InstanceMetadataServiceConfiguration" NotebookInstance
InstanceMetadataServiceConfigurationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "InstanceType" NotebookInstance where
  type PropertyType "InstanceType" NotebookInstance = Value Prelude.Text
  set :: PropertyType "InstanceType" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "InstanceType" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {instanceType :: Value Text
instanceType = PropertyType "InstanceType" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "KmsKeyId" NotebookInstance where
  type PropertyType "KmsKeyId" NotebookInstance = Value Prelude.Text
  set :: PropertyType "KmsKeyId" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "KmsKeyId" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {kmsKeyId :: Maybe (Value Text)
kmsKeyId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "KmsKeyId" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "LifecycleConfigName" NotebookInstance where
  type PropertyType "LifecycleConfigName" NotebookInstance = Value Prelude.Text
  set :: PropertyType "LifecycleConfigName" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "LifecycleConfigName" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance
        {lifecycleConfigName :: Maybe (Value Text)
lifecycleConfigName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LifecycleConfigName" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "NotebookInstanceName" NotebookInstance where
  type PropertyType "NotebookInstanceName" NotebookInstance = Value Prelude.Text
  set :: PropertyType "NotebookInstanceName" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "NotebookInstanceName" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance
        {notebookInstanceName :: Maybe (Value Text)
notebookInstanceName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "NotebookInstanceName" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "PlatformIdentifier" NotebookInstance where
  type PropertyType "PlatformIdentifier" NotebookInstance = Value Prelude.Text
  set :: PropertyType "PlatformIdentifier" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "PlatformIdentifier" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {platformIdentifier :: Maybe (Value Text)
platformIdentifier = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PlatformIdentifier" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "RoleArn" NotebookInstance where
  type PropertyType "RoleArn" NotebookInstance = Value Prelude.Text
  set :: PropertyType "RoleArn" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "RoleArn" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {roleArn :: Value Text
roleArn = PropertyType "RoleArn" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "RootAccess" NotebookInstance where
  type PropertyType "RootAccess" NotebookInstance = Value Prelude.Text
  set :: PropertyType "RootAccess" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "RootAccess" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {rootAccess :: Maybe (Value Text)
rootAccess = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RootAccess" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "SecurityGroupIds" NotebookInstance where
  type PropertyType "SecurityGroupIds" NotebookInstance = ValueList Prelude.Text
  set :: PropertyType "SecurityGroupIds" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "SecurityGroupIds" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {securityGroupIds :: Maybe (ValueList Text)
securityGroupIds = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SecurityGroupIds" NotebookInstance
ValueList Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "SubnetId" NotebookInstance where
  type PropertyType "SubnetId" NotebookInstance = Value Prelude.Text
  set :: PropertyType "SubnetId" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "SubnetId" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {subnetId :: Maybe (Value Text)
subnetId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SubnetId" NotebookInstance
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "Tags" NotebookInstance where
  type PropertyType "Tags" NotebookInstance = [Tag]
  set :: PropertyType "Tags" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "Tags" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" NotebookInstance
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
volumeSizeInGB :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
volumeSizeInGB :: Maybe (Value Integer)
..}
instance Property "VolumeSizeInGB" NotebookInstance where
  type PropertyType "VolumeSizeInGB" NotebookInstance = Value Prelude.Integer
  set :: PropertyType "VolumeSizeInGB" NotebookInstance
-> NotebookInstance -> NotebookInstance
set PropertyType "VolumeSizeInGB" NotebookInstance
newValue NotebookInstance {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: NotebookInstance -> ()
acceleratorTypes :: NotebookInstance -> Maybe (ValueList Text)
additionalCodeRepositories :: NotebookInstance -> Maybe (ValueList Text)
defaultCodeRepository :: NotebookInstance -> Maybe (Value Text)
directInternetAccess :: NotebookInstance -> Maybe (Value Text)
instanceMetadataServiceConfiguration :: NotebookInstance
-> Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: NotebookInstance -> Value Text
kmsKeyId :: NotebookInstance -> Maybe (Value Text)
lifecycleConfigName :: NotebookInstance -> Maybe (Value Text)
notebookInstanceName :: NotebookInstance -> Maybe (Value Text)
platformIdentifier :: NotebookInstance -> Maybe (Value Text)
roleArn :: NotebookInstance -> Value Text
rootAccess :: NotebookInstance -> Maybe (Value Text)
securityGroupIds :: NotebookInstance -> Maybe (ValueList Text)
subnetId :: NotebookInstance -> Maybe (Value Text)
tags :: NotebookInstance -> Maybe [Tag]
volumeSizeInGB :: NotebookInstance -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
volumeSizeInGB :: Maybe (Value Integer)
..}
    = NotebookInstance {volumeSizeInGB :: Maybe (Value Integer)
volumeSizeInGB = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VolumeSizeInGB" NotebookInstance
Value Integer
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe InstanceMetadataServiceConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
acceleratorTypes :: Maybe (ValueList Text)
additionalCodeRepositories :: Maybe (ValueList Text)
defaultCodeRepository :: Maybe (Value Text)
directInternetAccess :: Maybe (Value Text)
instanceMetadataServiceConfiguration :: Maybe InstanceMetadataServiceConfigurationProperty
instanceType :: Value Text
kmsKeyId :: Maybe (Value Text)
lifecycleConfigName :: Maybe (Value Text)
notebookInstanceName :: Maybe (Value Text)
platformIdentifier :: Maybe (Value Text)
roleArn :: Value Text
rootAccess :: Maybe (Value Text)
securityGroupIds :: Maybe (ValueList Text)
subnetId :: Maybe (Value Text)
tags :: Maybe [Tag]
..}