module Stratosphere.IoTCoreDeviceAdvisor.SuiteDefinition.SuiteDefinitionConfigurationProperty (
        module Exports, SuiteDefinitionConfigurationProperty(..),
        mkSuiteDefinitionConfigurationProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.IoTCoreDeviceAdvisor.SuiteDefinition.DeviceUnderTestProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data SuiteDefinitionConfigurationProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html>
    SuiteDefinitionConfigurationProperty {SuiteDefinitionConfigurationProperty -> ()
haddock_workaround_ :: (),
                                          -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-devicepermissionrolearn>
                                          SuiteDefinitionConfigurationProperty -> Value Text
devicePermissionRoleArn :: (Value Prelude.Text),
                                          -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-devices>
                                          SuiteDefinitionConfigurationProperty
-> Maybe [DeviceUnderTestProperty]
devices :: (Prelude.Maybe [DeviceUnderTestProperty]),
                                          -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-intendedforqualification>
                                          SuiteDefinitionConfigurationProperty -> Maybe (Value Bool)
intendedForQualification :: (Prelude.Maybe (Value Prelude.Bool)),
                                          -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-rootgroup>
                                          SuiteDefinitionConfigurationProperty -> Value Text
rootGroup :: (Value Prelude.Text),
                                          -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration-suitedefinitionname>
                                          SuiteDefinitionConfigurationProperty -> Maybe (Value Text)
suiteDefinitionName :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty -> Bool
(SuiteDefinitionConfigurationProperty
 -> SuiteDefinitionConfigurationProperty -> Bool)
-> (SuiteDefinitionConfigurationProperty
    -> SuiteDefinitionConfigurationProperty -> Bool)
-> Eq SuiteDefinitionConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty -> Bool
== :: SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty -> Bool
$c/= :: SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty -> Bool
/= :: SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty -> Bool
Prelude.Eq, Int -> SuiteDefinitionConfigurationProperty -> ShowS
[SuiteDefinitionConfigurationProperty] -> ShowS
SuiteDefinitionConfigurationProperty -> String
(Int -> SuiteDefinitionConfigurationProperty -> ShowS)
-> (SuiteDefinitionConfigurationProperty -> String)
-> ([SuiteDefinitionConfigurationProperty] -> ShowS)
-> Show SuiteDefinitionConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> SuiteDefinitionConfigurationProperty -> ShowS
showsPrec :: Int -> SuiteDefinitionConfigurationProperty -> ShowS
$cshow :: SuiteDefinitionConfigurationProperty -> String
show :: SuiteDefinitionConfigurationProperty -> String
$cshowList :: [SuiteDefinitionConfigurationProperty] -> ShowS
showList :: [SuiteDefinitionConfigurationProperty] -> ShowS
Prelude.Show)
mkSuiteDefinitionConfigurationProperty ::
  Value Prelude.Text
  -> Value Prelude.Text -> SuiteDefinitionConfigurationProperty
mkSuiteDefinitionConfigurationProperty :: Value Text -> Value Text -> SuiteDefinitionConfigurationProperty
mkSuiteDefinitionConfigurationProperty
  Value Text
devicePermissionRoleArn
  Value Text
rootGroup
  = SuiteDefinitionConfigurationProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (),
       devicePermissionRoleArn :: Value Text
devicePermissionRoleArn = Value Text
devicePermissionRoleArn,
       rootGroup :: Value Text
rootGroup = Value Text
rootGroup, devices :: Maybe [DeviceUnderTestProperty]
devices = Maybe [DeviceUnderTestProperty]
forall a. Maybe a
Prelude.Nothing,
       intendedForQualification :: Maybe (Value Bool)
intendedForQualification = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       suiteDefinitionName :: Maybe (Value Text)
suiteDefinitionName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties SuiteDefinitionConfigurationProperty where
  toResourceProperties :: SuiteDefinitionConfigurationProperty -> ResourceProperties
toResourceProperties SuiteDefinitionConfigurationProperty {Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SuiteDefinitionConfigurationProperty -> ()
devicePermissionRoleArn :: SuiteDefinitionConfigurationProperty -> Value Text
devices :: SuiteDefinitionConfigurationProperty
-> Maybe [DeviceUnderTestProperty]
intendedForQualification :: SuiteDefinitionConfigurationProperty -> Maybe (Value Bool)
rootGroup :: SuiteDefinitionConfigurationProperty -> Value Text
suiteDefinitionName :: SuiteDefinitionConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::IoTCoreDeviceAdvisor::SuiteDefinition.SuiteDefinitionConfiguration",
         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
"DevicePermissionRoleArn" 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
devicePermissionRoleArn,
                            Key
"RootGroup" 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
rootGroup]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> [DeviceUnderTestProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Devices" ([DeviceUnderTestProperty] -> (Key, Value))
-> Maybe [DeviceUnderTestProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DeviceUnderTestProperty]
devices,
                               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
"IntendedForQualification"
                                 (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)
intendedForQualification,
                               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
"SuiteDefinitionName" (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)
suiteDefinitionName]))}
instance JSON.ToJSON SuiteDefinitionConfigurationProperty where
  toJSON :: SuiteDefinitionConfigurationProperty -> Value
toJSON SuiteDefinitionConfigurationProperty {Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SuiteDefinitionConfigurationProperty -> ()
devicePermissionRoleArn :: SuiteDefinitionConfigurationProperty -> Value Text
devices :: SuiteDefinitionConfigurationProperty
-> Maybe [DeviceUnderTestProperty]
intendedForQualification :: SuiteDefinitionConfigurationProperty -> Maybe (Value Bool)
rootGroup :: SuiteDefinitionConfigurationProperty -> Value Text
suiteDefinitionName :: SuiteDefinitionConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"DevicePermissionRoleArn" 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
devicePermissionRoleArn,
               Key
"RootGroup" 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
rootGroup]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> [DeviceUnderTestProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Devices" ([DeviceUnderTestProperty] -> (Key, Value))
-> Maybe [DeviceUnderTestProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DeviceUnderTestProperty]
devices,
                  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
"IntendedForQualification"
                    (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)
intendedForQualification,
                  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
"SuiteDefinitionName" (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)
suiteDefinitionName])))
instance Property "DevicePermissionRoleArn" SuiteDefinitionConfigurationProperty where
  type PropertyType "DevicePermissionRoleArn" SuiteDefinitionConfigurationProperty = Value Prelude.Text
  set :: PropertyType
  "DevicePermissionRoleArn" SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
set PropertyType
  "DevicePermissionRoleArn" SuiteDefinitionConfigurationProperty
newValue SuiteDefinitionConfigurationProperty {Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SuiteDefinitionConfigurationProperty -> ()
devicePermissionRoleArn :: SuiteDefinitionConfigurationProperty -> Value Text
devices :: SuiteDefinitionConfigurationProperty
-> Maybe [DeviceUnderTestProperty]
intendedForQualification :: SuiteDefinitionConfigurationProperty -> Maybe (Value Bool)
rootGroup :: SuiteDefinitionConfigurationProperty -> Value Text
suiteDefinitionName :: SuiteDefinitionConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
    = SuiteDefinitionConfigurationProperty
        {devicePermissionRoleArn :: Value Text
devicePermissionRoleArn = PropertyType
  "DevicePermissionRoleArn" SuiteDefinitionConfigurationProperty
Value Text
newValue, Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
haddock_workaround_ :: ()
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
instance Property "Devices" SuiteDefinitionConfigurationProperty where
  type PropertyType "Devices" SuiteDefinitionConfigurationProperty = [DeviceUnderTestProperty]
  set :: PropertyType "Devices" SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
set PropertyType "Devices" SuiteDefinitionConfigurationProperty
newValue SuiteDefinitionConfigurationProperty {Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SuiteDefinitionConfigurationProperty -> ()
devicePermissionRoleArn :: SuiteDefinitionConfigurationProperty -> Value Text
devices :: SuiteDefinitionConfigurationProperty
-> Maybe [DeviceUnderTestProperty]
intendedForQualification :: SuiteDefinitionConfigurationProperty -> Maybe (Value Bool)
rootGroup :: SuiteDefinitionConfigurationProperty -> Value Text
suiteDefinitionName :: SuiteDefinitionConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
    = SuiteDefinitionConfigurationProperty
        {devices :: Maybe [DeviceUnderTestProperty]
devices = [DeviceUnderTestProperty] -> Maybe [DeviceUnderTestProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [DeviceUnderTestProperty]
PropertyType "Devices" SuiteDefinitionConfigurationProperty
newValue, Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
instance Property "IntendedForQualification" SuiteDefinitionConfigurationProperty where
  type PropertyType "IntendedForQualification" SuiteDefinitionConfigurationProperty = Value Prelude.Bool
  set :: PropertyType
  "IntendedForQualification" SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
set PropertyType
  "IntendedForQualification" SuiteDefinitionConfigurationProperty
newValue SuiteDefinitionConfigurationProperty {Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SuiteDefinitionConfigurationProperty -> ()
devicePermissionRoleArn :: SuiteDefinitionConfigurationProperty -> Value Text
devices :: SuiteDefinitionConfigurationProperty
-> Maybe [DeviceUnderTestProperty]
intendedForQualification :: SuiteDefinitionConfigurationProperty -> Maybe (Value Bool)
rootGroup :: SuiteDefinitionConfigurationProperty -> Value Text
suiteDefinitionName :: SuiteDefinitionConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
    = SuiteDefinitionConfigurationProperty
        {intendedForQualification :: Maybe (Value Bool)
intendedForQualification = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "IntendedForQualification" SuiteDefinitionConfigurationProperty
Value Bool
newValue, Maybe [DeviceUnderTestProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
instance Property "RootGroup" SuiteDefinitionConfigurationProperty where
  type PropertyType "RootGroup" SuiteDefinitionConfigurationProperty = Value Prelude.Text
  set :: PropertyType "RootGroup" SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
set PropertyType "RootGroup" SuiteDefinitionConfigurationProperty
newValue SuiteDefinitionConfigurationProperty {Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SuiteDefinitionConfigurationProperty -> ()
devicePermissionRoleArn :: SuiteDefinitionConfigurationProperty -> Value Text
devices :: SuiteDefinitionConfigurationProperty
-> Maybe [DeviceUnderTestProperty]
intendedForQualification :: SuiteDefinitionConfigurationProperty -> Maybe (Value Bool)
rootGroup :: SuiteDefinitionConfigurationProperty -> Value Text
suiteDefinitionName :: SuiteDefinitionConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
    = SuiteDefinitionConfigurationProperty {rootGroup :: Value Text
rootGroup = PropertyType "RootGroup" SuiteDefinitionConfigurationProperty
Value Text
newValue, Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
suiteDefinitionName :: Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
suiteDefinitionName :: Maybe (Value Text)
..}
instance Property "SuiteDefinitionName" SuiteDefinitionConfigurationProperty where
  type PropertyType "SuiteDefinitionName" SuiteDefinitionConfigurationProperty = Value Prelude.Text
  set :: PropertyType
  "SuiteDefinitionName" SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
-> SuiteDefinitionConfigurationProperty
set PropertyType
  "SuiteDefinitionName" SuiteDefinitionConfigurationProperty
newValue SuiteDefinitionConfigurationProperty {Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SuiteDefinitionConfigurationProperty -> ()
devicePermissionRoleArn :: SuiteDefinitionConfigurationProperty -> Value Text
devices :: SuiteDefinitionConfigurationProperty
-> Maybe [DeviceUnderTestProperty]
intendedForQualification :: SuiteDefinitionConfigurationProperty -> Maybe (Value Bool)
rootGroup :: SuiteDefinitionConfigurationProperty -> Value Text
suiteDefinitionName :: SuiteDefinitionConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
suiteDefinitionName :: Maybe (Value Text)
..}
    = SuiteDefinitionConfigurationProperty
        {suiteDefinitionName :: Maybe (Value Text)
suiteDefinitionName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "SuiteDefinitionName" SuiteDefinitionConfigurationProperty
Value Text
newValue, Maybe [DeviceUnderTestProperty]
Maybe (Value Bool)
()
Value Text
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
haddock_workaround_ :: ()
devicePermissionRoleArn :: Value Text
devices :: Maybe [DeviceUnderTestProperty]
intendedForQualification :: Maybe (Value Bool)
rootGroup :: Value Text
..}