module Stratosphere.EC2.LaunchTemplate.NetworkInterfaceProperty (
module Exports, NetworkInterfaceProperty(..),
mkNetworkInterfaceProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.EC2.LaunchTemplate.ConnectionTrackingSpecificationProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.LaunchTemplate.EnaSrdSpecificationProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.LaunchTemplate.Ipv4PrefixSpecificationProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.LaunchTemplate.Ipv6AddProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.LaunchTemplate.Ipv6PrefixSpecificationProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.LaunchTemplate.PrivateIpAddProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data NetworkInterfaceProperty
=
NetworkInterfaceProperty {NetworkInterfaceProperty -> ()
haddock_workaround_ :: (),
NetworkInterfaceProperty -> Maybe (Value Bool)
associateCarrierIpAddress :: (Prelude.Maybe (Value Prelude.Bool)),
NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: (Prelude.Maybe (Value Prelude.Bool)),
NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
connectionTrackingSpecification :: (Prelude.Maybe ConnectionTrackingSpecificationProperty),
NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: (Prelude.Maybe (Value Prelude.Bool)),
NetworkInterfaceProperty -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
NetworkInterfaceProperty -> Maybe (Value Integer)
deviceIndex :: (Prelude.Maybe (Value Prelude.Integer)),
NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: (Prelude.Maybe (Value Prelude.Integer)),
NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
enaSrdSpecification :: (Prelude.Maybe EnaSrdSpecificationProperty),
NetworkInterfaceProperty -> Maybe (ValueList Text)
groups :: (Prelude.Maybe (ValueList Prelude.Text)),
NetworkInterfaceProperty -> Maybe (Value Text)
interfaceType :: (Prelude.Maybe (Value Prelude.Text)),
NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4PrefixCount :: (Prelude.Maybe (Value Prelude.Integer)),
NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv4Prefixes :: (Prelude.Maybe [Ipv4PrefixSpecificationProperty]),
NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6AddressCount :: (Prelude.Maybe (Value Prelude.Integer)),
NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6Addresses :: (Prelude.Maybe [Ipv6AddProperty]),
NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6PrefixCount :: (Prelude.Maybe (Value Prelude.Integer)),
NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
ipv6Prefixes :: (Prelude.Maybe [Ipv6PrefixSpecificationProperty]),
NetworkInterfaceProperty -> Maybe (Value Integer)
networkCardIndex :: (Prelude.Maybe (Value Prelude.Integer)),
NetworkInterfaceProperty -> Maybe (Value Text)
networkInterfaceId :: (Prelude.Maybe (Value Prelude.Text)),
NetworkInterfaceProperty -> Maybe (Value Bool)
primaryIpv6 :: (Prelude.Maybe (Value Prelude.Bool)),
NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: (Prelude.Maybe (Value Prelude.Text)),
NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
privateIpAddresses :: (Prelude.Maybe [PrivateIpAddProperty]),
NetworkInterfaceProperty -> Maybe (Value Integer)
secondaryPrivateIpAddressCount :: (Prelude.Maybe (Value Prelude.Integer)),
NetworkInterfaceProperty -> Maybe (Value Text)
subnetId :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (NetworkInterfaceProperty -> NetworkInterfaceProperty -> Bool
(NetworkInterfaceProperty -> NetworkInterfaceProperty -> Bool)
-> (NetworkInterfaceProperty -> NetworkInterfaceProperty -> Bool)
-> Eq NetworkInterfaceProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: NetworkInterfaceProperty -> NetworkInterfaceProperty -> Bool
== :: NetworkInterfaceProperty -> NetworkInterfaceProperty -> Bool
$c/= :: NetworkInterfaceProperty -> NetworkInterfaceProperty -> Bool
/= :: NetworkInterfaceProperty -> NetworkInterfaceProperty -> Bool
Prelude.Eq, Int -> NetworkInterfaceProperty -> ShowS
[NetworkInterfaceProperty] -> ShowS
NetworkInterfaceProperty -> String
(Int -> NetworkInterfaceProperty -> ShowS)
-> (NetworkInterfaceProperty -> String)
-> ([NetworkInterfaceProperty] -> ShowS)
-> Show NetworkInterfaceProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> NetworkInterfaceProperty -> ShowS
showsPrec :: Int -> NetworkInterfaceProperty -> ShowS
$cshow :: NetworkInterfaceProperty -> String
show :: NetworkInterfaceProperty -> String
$cshowList :: [NetworkInterfaceProperty] -> ShowS
showList :: [NetworkInterfaceProperty] -> ShowS
Prelude.Show)
mkNetworkInterfaceProperty :: NetworkInterfaceProperty
mkNetworkInterfaceProperty :: NetworkInterfaceProperty
mkNetworkInterfaceProperty
= NetworkInterfaceProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (),
associateCarrierIpAddress :: Maybe (Value Bool)
associateCarrierIpAddress = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
associatePublicIpAddress :: Maybe (Value Bool)
associatePublicIpAddress = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
connectionTrackingSpecification = Maybe ConnectionTrackingSpecificationProperty
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,
enaQueueCount :: Maybe (Value Integer)
enaQueueCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
enaSrdSpecification = Maybe EnaSrdSpecificationProperty
forall a. Maybe a
Prelude.Nothing, groups :: Maybe (ValueList Text)
groups = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
interfaceType :: Maybe (Value Text)
interfaceType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, ipv4PrefixCount :: Maybe (Value Integer)
ipv4PrefixCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv4Prefixes = Maybe [Ipv4PrefixSpecificationProperty]
forall a. Maybe a
Prelude.Nothing, ipv6AddressCount :: Maybe (Value Integer)
ipv6AddressCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6Addresses = Maybe [Ipv6AddProperty]
forall a. Maybe a
Prelude.Nothing, ipv6PrefixCount :: Maybe (Value Integer)
ipv6PrefixCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
ipv6Prefixes = Maybe [Ipv6PrefixSpecificationProperty]
forall a. Maybe a
Prelude.Nothing, networkCardIndex :: Maybe (Value Integer)
networkCardIndex = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
networkInterfaceId :: Maybe (Value Text)
networkInterfaceId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
primaryIpv6 :: Maybe (Value Bool)
primaryIpv6 = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, privateIpAddress :: Maybe (Value Text)
privateIpAddress = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
privateIpAddresses :: Maybe [PrivateIpAddProperty]
privateIpAddresses = Maybe [PrivateIpAddProperty]
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 NetworkInterfaceProperty where
toResourceProperties :: NetworkInterfaceProperty -> ResourceProperties
toResourceProperties NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::EC2::LaunchTemplate.NetworkInterface",
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
"AssociateCarrierIpAddress"
(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)
associateCarrierIpAddress,
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 -> ConnectionTrackingSpecificationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConnectionTrackingSpecification"
(ConnectionTrackingSpecificationProperty -> (Key, Value))
-> Maybe ConnectionTrackingSpecificationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ConnectionTrackingSpecificationProperty
connectionTrackingSpecification,
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 -> 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
"EnaQueueCount" (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)
enaQueueCount,
Key -> EnaSrdSpecificationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnaSrdSpecification" (EnaSrdSpecificationProperty -> (Key, Value))
-> Maybe EnaSrdSpecificationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe EnaSrdSpecificationProperty
enaSrdSpecification,
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 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
"InterfaceType" (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)
interfaceType,
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
"Ipv4PrefixCount" (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)
ipv4PrefixCount,
Key -> [Ipv4PrefixSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv4Prefixes" ([Ipv4PrefixSpecificationProperty] -> (Key, Value))
-> Maybe [Ipv4PrefixSpecificationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Ipv4PrefixSpecificationProperty]
ipv4Prefixes,
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 -> [Ipv6AddProperty] -> (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" ([Ipv6AddProperty] -> (Key, Value))
-> Maybe [Ipv6AddProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Ipv6AddProperty]
ipv6Addresses,
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
"Ipv6PrefixCount" (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)
ipv6PrefixCount,
Key -> [Ipv6PrefixSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6Prefixes" ([Ipv6PrefixSpecificationProperty] -> (Key, Value))
-> Maybe [Ipv6PrefixSpecificationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Ipv6PrefixSpecificationProperty]
ipv6Prefixes,
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
"NetworkCardIndex" (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)
networkCardIndex,
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 -> 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
"PrimaryIpv6" (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)
primaryIpv6,
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
"PrivateIpAddress" (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)
privateIpAddress,
Key -> [PrivateIpAddProperty] -> (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" ([PrivateIpAddProperty] -> (Key, Value))
-> Maybe [PrivateIpAddProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [PrivateIpAddProperty]
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 NetworkInterfaceProperty where
toJSON :: NetworkInterfaceProperty -> Value
toJSON NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
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
"AssociateCarrierIpAddress"
(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)
associateCarrierIpAddress,
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 -> ConnectionTrackingSpecificationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConnectionTrackingSpecification"
(ConnectionTrackingSpecificationProperty -> (Key, Value))
-> Maybe ConnectionTrackingSpecificationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ConnectionTrackingSpecificationProperty
connectionTrackingSpecification,
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 -> 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
"EnaQueueCount" (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)
enaQueueCount,
Key -> EnaSrdSpecificationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnaSrdSpecification" (EnaSrdSpecificationProperty -> (Key, Value))
-> Maybe EnaSrdSpecificationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe EnaSrdSpecificationProperty
enaSrdSpecification,
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 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
"InterfaceType" (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)
interfaceType,
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
"Ipv4PrefixCount" (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)
ipv4PrefixCount,
Key -> [Ipv4PrefixSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv4Prefixes" ([Ipv4PrefixSpecificationProperty] -> (Key, Value))
-> Maybe [Ipv4PrefixSpecificationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Ipv4PrefixSpecificationProperty]
ipv4Prefixes,
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 -> [Ipv6AddProperty] -> (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" ([Ipv6AddProperty] -> (Key, Value))
-> Maybe [Ipv6AddProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Ipv6AddProperty]
ipv6Addresses,
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
"Ipv6PrefixCount" (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)
ipv6PrefixCount,
Key -> [Ipv6PrefixSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6Prefixes" ([Ipv6PrefixSpecificationProperty] -> (Key, Value))
-> Maybe [Ipv6PrefixSpecificationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Ipv6PrefixSpecificationProperty]
ipv6Prefixes,
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
"NetworkCardIndex" (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)
networkCardIndex,
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 -> 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
"PrimaryIpv6" (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)
primaryIpv6,
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
"PrivateIpAddress" (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)
privateIpAddress,
Key -> [PrivateIpAddProperty] -> (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" ([PrivateIpAddProperty] -> (Key, Value))
-> Maybe [PrivateIpAddProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [PrivateIpAddProperty]
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 "AssociateCarrierIpAddress" NetworkInterfaceProperty where
type PropertyType "AssociateCarrierIpAddress" NetworkInterfaceProperty = Value Prelude.Bool
set :: PropertyType "AssociateCarrierIpAddress" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "AssociateCarrierIpAddress" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{associateCarrierIpAddress :: Maybe (Value Bool)
associateCarrierIpAddress = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AssociateCarrierIpAddress" NetworkInterfaceProperty
Value Bool
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "AssociatePublicIpAddress" NetworkInterfaceProperty where
type PropertyType "AssociatePublicIpAddress" NetworkInterfaceProperty = Value Prelude.Bool
set :: PropertyType "AssociatePublicIpAddress" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "AssociatePublicIpAddress" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{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" NetworkInterfaceProperty
Value Bool
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "ConnectionTrackingSpecification" NetworkInterfaceProperty where
type PropertyType "ConnectionTrackingSpecification" NetworkInterfaceProperty = ConnectionTrackingSpecificationProperty
set :: PropertyType
"ConnectionTrackingSpecification" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType
"ConnectionTrackingSpecification" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
connectionTrackingSpecification = ConnectionTrackingSpecificationProperty
-> Maybe ConnectionTrackingSpecificationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ConnectionTrackingSpecification" NetworkInterfaceProperty
ConnectionTrackingSpecificationProperty
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "DeleteOnTermination" NetworkInterfaceProperty where
type PropertyType "DeleteOnTermination" NetworkInterfaceProperty = Value Prelude.Bool
set :: PropertyType "DeleteOnTermination" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "DeleteOnTermination" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{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" NetworkInterfaceProperty
Value Bool
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Description" NetworkInterfaceProperty where
type PropertyType "Description" NetworkInterfaceProperty = Value Prelude.Text
set :: PropertyType "Description" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Description" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{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" NetworkInterfaceProperty
Value Text
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "DeviceIndex" NetworkInterfaceProperty where
type PropertyType "DeviceIndex" NetworkInterfaceProperty = Value Prelude.Integer
set :: PropertyType "DeviceIndex" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "DeviceIndex" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{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" NetworkInterfaceProperty
Value Integer
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "EnaQueueCount" NetworkInterfaceProperty where
type PropertyType "EnaQueueCount" NetworkInterfaceProperty = Value Prelude.Integer
set :: PropertyType "EnaQueueCount" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "EnaQueueCount" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{enaQueueCount :: Maybe (Value Integer)
enaQueueCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EnaQueueCount" NetworkInterfaceProperty
Value Integer
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "EnaSrdSpecification" NetworkInterfaceProperty where
type PropertyType "EnaSrdSpecification" NetworkInterfaceProperty = EnaSrdSpecificationProperty
set :: PropertyType "EnaSrdSpecification" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "EnaSrdSpecification" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
enaSrdSpecification = EnaSrdSpecificationProperty -> Maybe EnaSrdSpecificationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EnaSrdSpecification" NetworkInterfaceProperty
EnaSrdSpecificationProperty
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Groups" NetworkInterfaceProperty where
type PropertyType "Groups" NetworkInterfaceProperty = ValueList Prelude.Text
set :: PropertyType "Groups" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Groups" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty {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" NetworkInterfaceProperty
ValueList Text
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "InterfaceType" NetworkInterfaceProperty where
type PropertyType "InterfaceType" NetworkInterfaceProperty = Value Prelude.Text
set :: PropertyType "InterfaceType" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "InterfaceType" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{interfaceType :: Maybe (Value Text)
interfaceType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InterfaceType" NetworkInterfaceProperty
Value Text
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv4PrefixCount" NetworkInterfaceProperty where
type PropertyType "Ipv4PrefixCount" NetworkInterfaceProperty = Value Prelude.Integer
set :: PropertyType "Ipv4PrefixCount" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Ipv4PrefixCount" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{ipv4PrefixCount :: Maybe (Value Integer)
ipv4PrefixCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Ipv4PrefixCount" NetworkInterfaceProperty
Value Integer
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv4Prefixes" NetworkInterfaceProperty where
type PropertyType "Ipv4Prefixes" NetworkInterfaceProperty = [Ipv4PrefixSpecificationProperty]
set :: PropertyType "Ipv4Prefixes" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Ipv4Prefixes" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv4Prefixes = [Ipv4PrefixSpecificationProperty]
-> Maybe [Ipv4PrefixSpecificationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Ipv4PrefixSpecificationProperty]
PropertyType "Ipv4Prefixes" NetworkInterfaceProperty
newValue, Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv6AddressCount" NetworkInterfaceProperty where
type PropertyType "Ipv6AddressCount" NetworkInterfaceProperty = Value Prelude.Integer
set :: PropertyType "Ipv6AddressCount" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Ipv6AddressCount" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{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" NetworkInterfaceProperty
Value Integer
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv6Addresses" NetworkInterfaceProperty where
type PropertyType "Ipv6Addresses" NetworkInterfaceProperty = [Ipv6AddProperty]
set :: PropertyType "Ipv6Addresses" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Ipv6Addresses" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6Addresses = [Ipv6AddProperty] -> Maybe [Ipv6AddProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Ipv6AddProperty]
PropertyType "Ipv6Addresses" NetworkInterfaceProperty
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv6PrefixCount" NetworkInterfaceProperty where
type PropertyType "Ipv6PrefixCount" NetworkInterfaceProperty = Value Prelude.Integer
set :: PropertyType "Ipv6PrefixCount" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Ipv6PrefixCount" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{ipv6PrefixCount :: Maybe (Value Integer)
ipv6PrefixCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Ipv6PrefixCount" NetworkInterfaceProperty
Value Integer
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv6Prefixes" NetworkInterfaceProperty where
type PropertyType "Ipv6Prefixes" NetworkInterfaceProperty = [Ipv6PrefixSpecificationProperty]
set :: PropertyType "Ipv6Prefixes" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Ipv6Prefixes" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
ipv6Prefixes = [Ipv6PrefixSpecificationProperty]
-> Maybe [Ipv6PrefixSpecificationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Ipv6PrefixSpecificationProperty]
PropertyType "Ipv6Prefixes" NetworkInterfaceProperty
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "NetworkCardIndex" NetworkInterfaceProperty where
type PropertyType "NetworkCardIndex" NetworkInterfaceProperty = Value Prelude.Integer
set :: PropertyType "NetworkCardIndex" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "NetworkCardIndex" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{networkCardIndex :: Maybe (Value Integer)
networkCardIndex = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "NetworkCardIndex" NetworkInterfaceProperty
Value Integer
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "NetworkInterfaceId" NetworkInterfaceProperty where
type PropertyType "NetworkInterfaceId" NetworkInterfaceProperty = Value Prelude.Text
set :: PropertyType "NetworkInterfaceId" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "NetworkInterfaceId" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{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" NetworkInterfaceProperty
Value Text
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "PrimaryIpv6" NetworkInterfaceProperty where
type PropertyType "PrimaryIpv6" NetworkInterfaceProperty = Value Prelude.Bool
set :: PropertyType "PrimaryIpv6" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "PrimaryIpv6" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{primaryIpv6 :: Maybe (Value Bool)
primaryIpv6 = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PrimaryIpv6" NetworkInterfaceProperty
Value Bool
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "PrivateIpAddress" NetworkInterfaceProperty where
type PropertyType "PrivateIpAddress" NetworkInterfaceProperty = Value Prelude.Text
set :: PropertyType "PrivateIpAddress" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "PrivateIpAddress" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{privateIpAddress :: Maybe (Value Text)
privateIpAddress = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PrivateIpAddress" NetworkInterfaceProperty
Value Text
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "PrivateIpAddresses" NetworkInterfaceProperty where
type PropertyType "PrivateIpAddresses" NetworkInterfaceProperty = [PrivateIpAddProperty]
set :: PropertyType "PrivateIpAddresses" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "PrivateIpAddresses" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{privateIpAddresses :: Maybe [PrivateIpAddProperty]
privateIpAddresses = [PrivateIpAddProperty] -> Maybe [PrivateIpAddProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [PrivateIpAddProperty]
PropertyType "PrivateIpAddresses" NetworkInterfaceProperty
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "SecondaryPrivateIpAddressCount" NetworkInterfaceProperty where
type PropertyType "SecondaryPrivateIpAddressCount" NetworkInterfaceProperty = Value Prelude.Integer
set :: PropertyType
"SecondaryPrivateIpAddressCount" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType
"SecondaryPrivateIpAddressCount" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{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" NetworkInterfaceProperty
Value Integer
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
subnetId :: Maybe (Value Text)
..}
instance Property "SubnetId" NetworkInterfaceProperty where
type PropertyType "SubnetId" NetworkInterfaceProperty = Value Prelude.Text
set :: PropertyType "SubnetId" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "SubnetId" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
connectionTrackingSpecification :: NetworkInterfaceProperty
-> Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaQueueCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groups :: NetworkInterfaceProperty -> Maybe (ValueList Text)
interfaceType :: NetworkInterfaceProperty -> Maybe (Value Text)
ipv4PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv4Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [Ipv6AddProperty]
ipv6PrefixCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Prefixes :: NetworkInterfaceProperty -> Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: NetworkInterfaceProperty -> Maybe (Value Integer)
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
primaryIpv6 :: NetworkInterfaceProperty -> Maybe (Value Bool)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty -> Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty {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" NetworkInterfaceProperty
Value Text
newValue, Maybe [Ipv4PrefixSpecificationProperty]
Maybe [Ipv6AddProperty]
Maybe [Ipv6PrefixSpecificationProperty]
Maybe [PrivateIpAddProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ConnectionTrackingSpecificationProperty
Maybe EnaSrdSpecificationProperty
()
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
connectionTrackingSpecification :: Maybe ConnectionTrackingSpecificationProperty
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Maybe (Value Integer)
enaQueueCount :: Maybe (Value Integer)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groups :: Maybe (ValueList Text)
interfaceType :: Maybe (Value Text)
ipv4PrefixCount :: Maybe (Value Integer)
ipv4Prefixes :: Maybe [Ipv4PrefixSpecificationProperty]
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [Ipv6AddProperty]
ipv6PrefixCount :: Maybe (Value Integer)
ipv6Prefixes :: Maybe [Ipv6PrefixSpecificationProperty]
networkCardIndex :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
primaryIpv6 :: Maybe (Value Bool)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
..}