module Stratosphere.DMS.InstanceProfile (
        InstanceProfile(..), mkInstanceProfile
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data InstanceProfile
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html>
    InstanceProfile {InstanceProfile -> ()
haddock_workaround_ :: (),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-availabilityzone>
                     InstanceProfile -> Maybe (Value Text)
availabilityZone :: (Prelude.Maybe (Value Prelude.Text)),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-description>
                     InstanceProfile -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-instanceprofileidentifier>
                     InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: (Prelude.Maybe (Value Prelude.Text)),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-instanceprofilename>
                     InstanceProfile -> Maybe (Value Text)
instanceProfileName :: (Prelude.Maybe (Value Prelude.Text)),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-kmskeyarn>
                     InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: (Prelude.Maybe (Value Prelude.Text)),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-networktype>
                     InstanceProfile -> Maybe (Value Text)
networkType :: (Prelude.Maybe (Value Prelude.Text)),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-publiclyaccessible>
                     InstanceProfile -> Maybe (Value Bool)
publiclyAccessible :: (Prelude.Maybe (Value Prelude.Bool)),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-subnetgroupidentifier>
                     InstanceProfile -> Maybe (Value Text)
subnetGroupIdentifier :: (Prelude.Maybe (Value Prelude.Text)),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-tags>
                     InstanceProfile -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.html#cfn-dms-instanceprofile-vpcsecuritygroups>
                     InstanceProfile -> Maybe (ValueList Text)
vpcSecurityGroups :: (Prelude.Maybe (ValueList Prelude.Text))}
  deriving stock (InstanceProfile -> InstanceProfile -> Bool
(InstanceProfile -> InstanceProfile -> Bool)
-> (InstanceProfile -> InstanceProfile -> Bool)
-> Eq InstanceProfile
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: InstanceProfile -> InstanceProfile -> Bool
== :: InstanceProfile -> InstanceProfile -> Bool
$c/= :: InstanceProfile -> InstanceProfile -> Bool
/= :: InstanceProfile -> InstanceProfile -> Bool
Prelude.Eq, Int -> InstanceProfile -> ShowS
[InstanceProfile] -> ShowS
InstanceProfile -> String
(Int -> InstanceProfile -> ShowS)
-> (InstanceProfile -> String)
-> ([InstanceProfile] -> ShowS)
-> Show InstanceProfile
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> InstanceProfile -> ShowS
showsPrec :: Int -> InstanceProfile -> ShowS
$cshow :: InstanceProfile -> String
show :: InstanceProfile -> String
$cshowList :: [InstanceProfile] -> ShowS
showList :: [InstanceProfile] -> ShowS
Prelude.Show)
mkInstanceProfile :: InstanceProfile
mkInstanceProfile :: InstanceProfile
mkInstanceProfile
  = InstanceProfile
      {haddock_workaround_ :: ()
haddock_workaround_ = (), availabilityZone :: Maybe (Value Text)
availabilityZone = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileIdentifier = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       instanceProfileName :: Maybe (Value Text)
instanceProfileName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, kmsKeyArn :: Maybe (Value Text)
kmsKeyArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       networkType :: Maybe (Value Text)
networkType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       publiclyAccessible :: Maybe (Value Bool)
publiclyAccessible = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       subnetGroupIdentifier :: Maybe (Value Text)
subnetGroupIdentifier = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing,
       vpcSecurityGroups :: Maybe (ValueList Text)
vpcSecurityGroups = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties InstanceProfile where
  toResourceProperties :: InstanceProfile -> ResourceProperties
toResourceProperties InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::DMS::InstanceProfile",
         supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZone" (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)
availabilityZone,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InstanceProfileIdentifier"
                              (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)
instanceProfileIdentifier,
                            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
"InstanceProfileName" (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)
instanceProfileName,
                            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
"KmsKeyArn" (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)
kmsKeyArn,
                            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
"NetworkType" (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)
networkType,
                            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
"PubliclyAccessible" (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)
publiclyAccessible,
                            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
"SubnetGroupIdentifier"
                              (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)
subnetGroupIdentifier,
                            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 -> 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
"VpcSecurityGroups" (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)
vpcSecurityGroups])}
instance JSON.ToJSON InstanceProfile where
  toJSON :: InstanceProfile -> Value
toJSON InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZone" (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)
availabilityZone,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InstanceProfileIdentifier"
                 (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)
instanceProfileIdentifier,
               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
"InstanceProfileName" (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)
instanceProfileName,
               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
"KmsKeyArn" (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)
kmsKeyArn,
               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
"NetworkType" (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)
networkType,
               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
"PubliclyAccessible" (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)
publiclyAccessible,
               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
"SubnetGroupIdentifier"
                 (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)
subnetGroupIdentifier,
               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 -> 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
"VpcSecurityGroups" (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)
vpcSecurityGroups]))
instance Property "AvailabilityZone" InstanceProfile where
  type PropertyType "AvailabilityZone" InstanceProfile = Value Prelude.Text
  set :: PropertyType "AvailabilityZone" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "AvailabilityZone" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile {availabilityZone :: Maybe (Value Text)
availabilityZone = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AvailabilityZone" InstanceProfile
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "Description" InstanceProfile where
  type PropertyType "Description" InstanceProfile = Value Prelude.Text
  set :: PropertyType "Description" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "Description" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" InstanceProfile
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "InstanceProfileIdentifier" InstanceProfile where
  type PropertyType "InstanceProfileIdentifier" InstanceProfile = Value Prelude.Text
  set :: PropertyType "InstanceProfileIdentifier" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "InstanceProfileIdentifier" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile
        {instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileIdentifier = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InstanceProfileIdentifier" InstanceProfile
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "InstanceProfileName" InstanceProfile where
  type PropertyType "InstanceProfileName" InstanceProfile = Value Prelude.Text
  set :: PropertyType "InstanceProfileName" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "InstanceProfileName" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile {instanceProfileName :: Maybe (Value Text)
instanceProfileName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InstanceProfileName" InstanceProfile
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "KmsKeyArn" InstanceProfile where
  type PropertyType "KmsKeyArn" InstanceProfile = Value Prelude.Text
  set :: PropertyType "KmsKeyArn" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "KmsKeyArn" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile {kmsKeyArn :: Maybe (Value Text)
kmsKeyArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "KmsKeyArn" InstanceProfile
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "NetworkType" InstanceProfile where
  type PropertyType "NetworkType" InstanceProfile = Value Prelude.Text
  set :: PropertyType "NetworkType" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "NetworkType" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile {networkType :: Maybe (Value Text)
networkType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "NetworkType" InstanceProfile
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "PubliclyAccessible" InstanceProfile where
  type PropertyType "PubliclyAccessible" InstanceProfile = Value Prelude.Bool
  set :: PropertyType "PubliclyAccessible" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "PubliclyAccessible" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile {publiclyAccessible :: Maybe (Value Bool)
publiclyAccessible = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PubliclyAccessible" InstanceProfile
Value Bool
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "SubnetGroupIdentifier" InstanceProfile where
  type PropertyType "SubnetGroupIdentifier" InstanceProfile = Value Prelude.Text
  set :: PropertyType "SubnetGroupIdentifier" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "SubnetGroupIdentifier" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile
        {subnetGroupIdentifier :: Maybe (Value Text)
subnetGroupIdentifier = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SubnetGroupIdentifier" InstanceProfile
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "Tags" InstanceProfile where
  type PropertyType "Tags" InstanceProfile = [Tag]
  set :: PropertyType "Tags" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "Tags" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile {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" InstanceProfile
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
vpcSecurityGroups :: Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
vpcSecurityGroups :: Maybe (ValueList Text)
..}
instance Property "VpcSecurityGroups" InstanceProfile where
  type PropertyType "VpcSecurityGroups" InstanceProfile = ValueList Prelude.Text
  set :: PropertyType "VpcSecurityGroups" InstanceProfile
-> InstanceProfile -> InstanceProfile
set PropertyType "VpcSecurityGroups" InstanceProfile
newValue InstanceProfile {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceProfile -> ()
availabilityZone :: InstanceProfile -> Maybe (Value Text)
description :: InstanceProfile -> Maybe (Value Text)
instanceProfileIdentifier :: InstanceProfile -> Maybe (Value Text)
instanceProfileName :: InstanceProfile -> Maybe (Value Text)
kmsKeyArn :: InstanceProfile -> Maybe (Value Text)
networkType :: InstanceProfile -> Maybe (Value Text)
publiclyAccessible :: InstanceProfile -> Maybe (Value Bool)
subnetGroupIdentifier :: InstanceProfile -> Maybe (Value Text)
tags :: InstanceProfile -> Maybe [Tag]
vpcSecurityGroups :: InstanceProfile -> Maybe (ValueList Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcSecurityGroups :: Maybe (ValueList Text)
..}
    = InstanceProfile {vpcSecurityGroups :: Maybe (ValueList Text)
vpcSecurityGroups = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "VpcSecurityGroups" InstanceProfile
ValueList Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
description :: Maybe (Value Text)
instanceProfileIdentifier :: Maybe (Value Text)
instanceProfileName :: Maybe (Value Text)
kmsKeyArn :: Maybe (Value Text)
networkType :: Maybe (Value Text)
publiclyAccessible :: Maybe (Value Bool)
subnetGroupIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}