module Stratosphere.EC2.SpotFleet.InstanceNetworkInterfaceSpecificationProperty (
        module Exports, InstanceNetworkInterfaceSpecificationProperty(..),
        mkInstanceNetworkInterfaceSpecificationProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.EC2.SpotFleet.InstanceIpv6AddressProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.SpotFleet.PrivateIpAddressSpecificationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data InstanceNetworkInterfaceSpecificationProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html>
    InstanceNetworkInterfaceSpecificationProperty {InstanceNetworkInterfaceSpecificationProperty -> ()
haddock_workaround_ :: (),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-associatepublicipaddress>
                                                   InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
associatePublicIpAddress :: (Prelude.Maybe (Value Prelude.Bool)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-deleteontermination>
                                                   InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: (Prelude.Maybe (Value Prelude.Bool)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-description>
                                                   InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-deviceindex>
                                                   InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
deviceIndex :: (Prelude.Maybe (Value Prelude.Integer)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-groups>
                                                   InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
groups :: (Prelude.Maybe (ValueList Prelude.Text)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-ipv6addresscount>
                                                   InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6AddressCount :: (Prelude.Maybe (Value Prelude.Integer)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-ipv6addresses>
                                                   InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
ipv6Addresses :: (Prelude.Maybe [InstanceIpv6AddressProperty]),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-networkinterfaceid>
                                                   InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
networkInterfaceId :: (Prelude.Maybe (Value Prelude.Text)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-privateipaddresses>
                                                   InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses :: (Prelude.Maybe [PrivateIpAddressSpecificationProperty]),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-secondaryprivateipaddresscount>
                                                   InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
secondaryPrivateIpAddressCount :: (Prelude.Maybe (Value Prelude.Integer)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancenetworkinterfacespecification.html#cfn-ec2-spotfleet-instancenetworkinterfacespecification-subnetid>
                                                   InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
subnetId :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty -> Bool
(InstanceNetworkInterfaceSpecificationProperty
 -> InstanceNetworkInterfaceSpecificationProperty -> Bool)
-> (InstanceNetworkInterfaceSpecificationProperty
    -> InstanceNetworkInterfaceSpecificationProperty -> Bool)
-> Eq InstanceNetworkInterfaceSpecificationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty -> Bool
== :: InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty -> Bool
$c/= :: InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty -> Bool
/= :: InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty -> Bool
Prelude.Eq, Int -> InstanceNetworkInterfaceSpecificationProperty -> ShowS
[InstanceNetworkInterfaceSpecificationProperty] -> ShowS
InstanceNetworkInterfaceSpecificationProperty -> String
(Int -> InstanceNetworkInterfaceSpecificationProperty -> ShowS)
-> (InstanceNetworkInterfaceSpecificationProperty -> String)
-> ([InstanceNetworkInterfaceSpecificationProperty] -> ShowS)
-> Show InstanceNetworkInterfaceSpecificationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> InstanceNetworkInterfaceSpecificationProperty -> ShowS
showsPrec :: Int -> InstanceNetworkInterfaceSpecificationProperty -> ShowS
$cshow :: InstanceNetworkInterfaceSpecificationProperty -> String
show :: InstanceNetworkInterfaceSpecificationProperty -> String
$cshowList :: [InstanceNetworkInterfaceSpecificationProperty] -> ShowS
showList :: [InstanceNetworkInterfaceSpecificationProperty] -> ShowS
Prelude.Show)
mkInstanceNetworkInterfaceSpecificationProperty ::
  InstanceNetworkInterfaceSpecificationProperty
mkInstanceNetworkInterfaceSpecificationProperty :: InstanceNetworkInterfaceSpecificationProperty
mkInstanceNetworkInterfaceSpecificationProperty
  = InstanceNetworkInterfaceSpecificationProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (),
       associatePublicIpAddress :: Maybe (Value Bool)
associatePublicIpAddress = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       deleteOnTermination :: Maybe (Value Bool)
deleteOnTermination = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, deviceIndex :: Maybe (Value Integer)
deviceIndex = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       groups :: Maybe (ValueList Text)
groups = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, ipv6AddressCount :: Maybe (Value Integer)
ipv6AddressCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
ipv6Addresses = Maybe [InstanceIpv6AddressProperty]
forall a. Maybe a
Prelude.Nothing,
       networkInterfaceId :: Maybe (Value Text)
networkInterfaceId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses = Maybe [PrivateIpAddressSpecificationProperty]
forall a. Maybe a
Prelude.Nothing,
       secondaryPrivateIpAddressCount :: Maybe (Value Integer)
secondaryPrivateIpAddressCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       subnetId :: Maybe (Value Text)
subnetId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties InstanceNetworkInterfaceSpecificationProperty where
  toResourceProperties :: InstanceNetworkInterfaceSpecificationProperty -> ResourceProperties
toResourceProperties
    InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::EC2::SpotFleet.InstanceNetworkInterfaceSpecification",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> Value 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
"AssociatePublicIpAddress"
                              (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)
associatePublicIpAddress,
                            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
"DeleteOnTermination" (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)
deleteOnTermination,
                            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 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
"DeviceIndex" (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)
deviceIndex,
                            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
"Groups" (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)
groups,
                            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
"Ipv6AddressCount" (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)
ipv6AddressCount,
                            Key -> [InstanceIpv6AddressProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6Addresses" ([InstanceIpv6AddressProperty] -> (Key, Value))
-> Maybe [InstanceIpv6AddressProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [InstanceIpv6AddressProperty]
ipv6Addresses,
                            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
"NetworkInterfaceId" (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)
networkInterfaceId,
                            Key -> [PrivateIpAddressSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrivateIpAddresses" ([PrivateIpAddressSpecificationProperty] -> (Key, Value))
-> Maybe [PrivateIpAddressSpecificationProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses,
                            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
"SecondaryPrivateIpAddressCount"
                              (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)
secondaryPrivateIpAddressCount,
                            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])}
instance JSON.ToJSON InstanceNetworkInterfaceSpecificationProperty where
  toJSON :: InstanceNetworkInterfaceSpecificationProperty -> Value
toJSON InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> Value 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
"AssociatePublicIpAddress"
                 (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)
associatePublicIpAddress,
               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
"DeleteOnTermination" (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)
deleteOnTermination,
               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 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
"DeviceIndex" (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)
deviceIndex,
               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
"Groups" (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)
groups,
               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
"Ipv6AddressCount" (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)
ipv6AddressCount,
               Key -> [InstanceIpv6AddressProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6Addresses" ([InstanceIpv6AddressProperty] -> (Key, Value))
-> Maybe [InstanceIpv6AddressProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [InstanceIpv6AddressProperty]
ipv6Addresses,
               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
"NetworkInterfaceId" (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)
networkInterfaceId,
               Key -> [PrivateIpAddressSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrivateIpAddresses" ([PrivateIpAddressSpecificationProperty] -> (Key, Value))
-> Maybe [PrivateIpAddressSpecificationProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses,
               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
"SecondaryPrivateIpAddressCount"
                 (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)
secondaryPrivateIpAddressCount,
               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]))
instance Property "AssociatePublicIpAddress" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "AssociatePublicIpAddress" InstanceNetworkInterfaceSpecificationProperty = Value Prelude.Bool
  set :: PropertyType
  "AssociatePublicIpAddress"
  InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "AssociatePublicIpAddress"
  InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {associatePublicIpAddress :: Maybe (Value Bool)
associatePublicIpAddress = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "AssociatePublicIpAddress"
  InstanceNetworkInterfaceSpecificationProperty
Value Bool
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "DeleteOnTermination" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "DeleteOnTermination" InstanceNetworkInterfaceSpecificationProperty = Value Prelude.Bool
  set :: PropertyType
  "DeleteOnTermination" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "DeleteOnTermination" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {deleteOnTermination :: Maybe (Value Bool)
deleteOnTermination = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "DeleteOnTermination" InstanceNetworkInterfaceSpecificationProperty
Value Bool
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Description" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "Description" InstanceNetworkInterfaceSpecificationProperty = Value Prelude.Text
  set :: PropertyType
  "Description" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "Description" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {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" InstanceNetworkInterfaceSpecificationProperty
Value Text
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "DeviceIndex" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "DeviceIndex" InstanceNetworkInterfaceSpecificationProperty = Value Prelude.Integer
  set :: PropertyType
  "DeviceIndex" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "DeviceIndex" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {deviceIndex :: Maybe (Value Integer)
deviceIndex = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "DeviceIndex" InstanceNetworkInterfaceSpecificationProperty
Value Integer
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Groups" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "Groups" InstanceNetworkInterfaceSpecificationProperty = ValueList Prelude.Text
  set :: PropertyType "Groups" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType "Groups" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {groups :: Maybe (ValueList Text)
groups = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Groups" InstanceNetworkInterfaceSpecificationProperty
ValueList Text
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv6AddressCount" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "Ipv6AddressCount" InstanceNetworkInterfaceSpecificationProperty = Value Prelude.Integer
  set :: PropertyType
  "Ipv6AddressCount" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "Ipv6AddressCount" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {ipv6AddressCount :: Maybe (Value Integer)
ipv6AddressCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "Ipv6AddressCount" InstanceNetworkInterfaceSpecificationProperty
Value Integer
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv6Addresses" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "Ipv6Addresses" InstanceNetworkInterfaceSpecificationProperty = [InstanceIpv6AddressProperty]
  set :: PropertyType
  "Ipv6Addresses" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "Ipv6Addresses" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
ipv6Addresses = [InstanceIpv6AddressProperty]
-> Maybe [InstanceIpv6AddressProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [InstanceIpv6AddressProperty]
PropertyType
  "Ipv6Addresses" InstanceNetworkInterfaceSpecificationProperty
newValue, Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "NetworkInterfaceId" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "NetworkInterfaceId" InstanceNetworkInterfaceSpecificationProperty = Value Prelude.Text
  set :: PropertyType
  "NetworkInterfaceId" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "NetworkInterfaceId" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {networkInterfaceId :: Maybe (Value Text)
networkInterfaceId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "NetworkInterfaceId" InstanceNetworkInterfaceSpecificationProperty
Value Text
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "PrivateIpAddresses" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "PrivateIpAddresses" InstanceNetworkInterfaceSpecificationProperty = [PrivateIpAddressSpecificationProperty]
  set :: PropertyType
  "PrivateIpAddresses" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "PrivateIpAddresses" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses = [PrivateIpAddressSpecificationProperty]
-> Maybe [PrivateIpAddressSpecificationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [PrivateIpAddressSpecificationProperty]
PropertyType
  "PrivateIpAddresses" InstanceNetworkInterfaceSpecificationProperty
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "SecondaryPrivateIpAddressCount" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "SecondaryPrivateIpAddressCount" InstanceNetworkInterfaceSpecificationProperty = Value Prelude.Integer
  set :: PropertyType
  "SecondaryPrivateIpAddressCount"
  InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "SecondaryPrivateIpAddressCount"
  InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {secondaryPrivateIpAddressCount :: Maybe (Value Integer)
secondaryPrivateIpAddressCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "SecondaryPrivateIpAddressCount"
  InstanceNetworkInterfaceSpecificationProperty
Value Integer
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
subnetId :: Maybe (Value Text)
..}
instance Property "SubnetId" InstanceNetworkInterfaceSpecificationProperty where
  type PropertyType "SubnetId" InstanceNetworkInterfaceSpecificationProperty = Value Prelude.Text
  set :: PropertyType
  "SubnetId" InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
-> InstanceNetworkInterfaceSpecificationProperty
set PropertyType
  "SubnetId" InstanceNetworkInterfaceSpecificationProperty
newValue InstanceNetworkInterfaceSpecificationProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: InstanceNetworkInterfaceSpecificationProperty -> ()
associatePublicIpAddress :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
deleteOnTermination :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Bool)
description :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
deviceIndex :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
groups :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (ValueList Text)
ipv6AddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
ipv6Addresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
privateIpAddresses :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: InstanceNetworkInterfaceSpecificationProperty
-> Maybe (Value Integer)
subnetId :: InstanceNetworkInterfaceSpecificationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
    = InstanceNetworkInterfaceSpecificationProperty
        {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" InstanceNetworkInterfaceSpecificationProperty
Value Text
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
..}