module Stratosphere.EC2.Instance.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.Instance.EnaSrdSpecificationProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.Instance.InstanceIpv6AddressProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.Instance.PrivateIpAddressSpecificationProperty 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 (Value Bool)
deleteOnTermination :: (Prelude.Maybe (Value Prelude.Bool)),
NetworkInterfaceProperty -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
NetworkInterfaceProperty -> Value Text
deviceIndex :: (Value Prelude.Text),
NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
enaSrdSpecification :: (Prelude.Maybe EnaSrdSpecificationProperty),
NetworkInterfaceProperty -> Maybe (ValueList Text)
groupSet :: (Prelude.Maybe (ValueList Prelude.Text)),
NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6AddressCount :: (Prelude.Maybe (Value Prelude.Integer)),
NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
ipv6Addresses :: (Prelude.Maybe [InstanceIpv6AddressProperty]),
NetworkInterfaceProperty -> Maybe (Value Text)
networkInterfaceId :: (Prelude.Maybe (Value Prelude.Text)),
NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: (Prelude.Maybe (Value Prelude.Text)),
NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses :: (Prelude.Maybe [PrivateIpAddressSpecificationProperty]),
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 ::
Value Prelude.Text -> NetworkInterfaceProperty
mkNetworkInterfaceProperty :: Value Text -> NetworkInterfaceProperty
mkNetworkInterfaceProperty Value Text
deviceIndex
= NetworkInterfaceProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), deviceIndex :: Value Text
deviceIndex = Value Text
deviceIndex,
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,
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,
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
enaSrdSpecification = Maybe EnaSrdSpecificationProperty
forall a. Maybe a
Prelude.Nothing, groupSet :: Maybe (ValueList Text)
groupSet = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
ipv6AddressCount :: Maybe (Value Integer)
ipv6AddressCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
ipv6Addresses = Maybe [InstanceIpv6AddressProperty]
forall a. Maybe a
Prelude.Nothing,
networkInterfaceId :: Maybe (Value Text)
networkInterfaceId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
privateIpAddress :: Maybe (Value Text)
privateIpAddress = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses = Maybe [PrivateIpAddressSpecificationProperty]
forall a. Maybe a
Prelude.Nothing,
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
secondaryPrivateIpAddressCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
subnetId :: Maybe (Value Text)
subnetId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties NetworkInterfaceProperty where
toResourceProperties :: NetworkInterfaceProperty -> ResourceProperties
toResourceProperties NetworkInterfaceProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::EC2::Instance.NetworkInterface",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"DeviceIndex" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
deviceIndex]
([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 -> 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 -> 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
"GroupSet" (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)
groupSet,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6AddressCount" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
ipv6AddressCount,
Key -> [InstanceIpv6AddressProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6Addresses" ([InstanceIpv6AddressProperty] -> (Key, Value))
-> Maybe [InstanceIpv6AddressProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [InstanceIpv6AddressProperty]
ipv6Addresses,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NetworkInterfaceId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
networkInterfaceId,
Key -> 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 -> [PrivateIpAddressSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrivateIpAddresses" ([PrivateIpAddressSpecificationProperty] -> (Key, Value))
-> Maybe [PrivateIpAddressSpecificationProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecondaryPrivateIpAddressCount"
(Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
secondaryPrivateIpAddressCount,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SubnetId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
subnetId]))}
instance JSON.ToJSON NetworkInterfaceProperty where
toJSON :: NetworkInterfaceProperty -> Value
toJSON NetworkInterfaceProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"DeviceIndex" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
deviceIndex]
([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 -> 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 -> 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
"GroupSet" (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)
groupSet,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6AddressCount" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
ipv6AddressCount,
Key -> [InstanceIpv6AddressProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6Addresses" ([InstanceIpv6AddressProperty] -> (Key, Value))
-> Maybe [InstanceIpv6AddressProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [InstanceIpv6AddressProperty]
ipv6Addresses,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NetworkInterfaceId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
networkInterfaceId,
Key -> 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 -> [PrivateIpAddressSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrivateIpAddresses" ([PrivateIpAddressSpecificationProperty] -> (Key, Value))
-> Maybe [PrivateIpAddressSpecificationProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecondaryPrivateIpAddressCount"
(Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
secondaryPrivateIpAddressCount,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SubnetId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
subnetId])))
instance Property "AssociateCarrierIpAddress" NetworkInterfaceProperty where
type PropertyType "AssociateCarrierIpAddress" NetworkInterfaceProperty = Value Prelude.Bool
set :: PropertyType "AssociateCarrierIpAddress" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "AssociateCarrierIpAddress" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "DeviceIndex" NetworkInterfaceProperty where
type PropertyType "DeviceIndex" NetworkInterfaceProperty = Value Prelude.Text
set :: PropertyType "DeviceIndex" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "DeviceIndex" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty {deviceIndex :: Value Text
deviceIndex = PropertyType "DeviceIndex" NetworkInterfaceProperty
Value Text
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
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)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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)
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 :: Value Text
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "GroupSet" NetworkInterfaceProperty where
type PropertyType "GroupSet" NetworkInterfaceProperty = ValueList Prelude.Text
set :: PropertyType "GroupSet" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "GroupSet" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty {groupSet :: Maybe (ValueList Text)
groupSet = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "GroupSet" NetworkInterfaceProperty
ValueList Text
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "Ipv6Addresses" NetworkInterfaceProperty where
type PropertyType "Ipv6Addresses" NetworkInterfaceProperty = [InstanceIpv6AddressProperty]
set :: PropertyType "Ipv6Addresses" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "Ipv6Addresses" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
ipv6Addresses = [InstanceIpv6AddressProperty]
-> Maybe [InstanceIpv6AddressProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [InstanceIpv6AddressProperty]
PropertyType "Ipv6Addresses" NetworkInterfaceProperty
newValue, Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
instance Property "PrivateIpAddresses" NetworkInterfaceProperty where
type PropertyType "PrivateIpAddresses" NetworkInterfaceProperty = [PrivateIpAddressSpecificationProperty]
set :: PropertyType "PrivateIpAddresses" NetworkInterfaceProperty
-> NetworkInterfaceProperty -> NetworkInterfaceProperty
set PropertyType "PrivateIpAddresses" NetworkInterfaceProperty
newValue NetworkInterfaceProperty {Maybe [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
subnetId :: Maybe (Value Text)
..}
= NetworkInterfaceProperty
{privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
privateIpAddresses = [PrivateIpAddressSpecificationProperty]
-> Maybe [PrivateIpAddressSpecificationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [PrivateIpAddressSpecificationProperty]
PropertyType "PrivateIpAddresses" NetworkInterfaceProperty
newValue, Maybe [InstanceIpv6AddressProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
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 :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
subnetId :: Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: NetworkInterfaceProperty -> ()
associateCarrierIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
associatePublicIpAddress :: NetworkInterfaceProperty -> Maybe (Value Bool)
deleteOnTermination :: NetworkInterfaceProperty -> Maybe (Value Bool)
description :: NetworkInterfaceProperty -> Maybe (Value Text)
deviceIndex :: NetworkInterfaceProperty -> Value Text
enaSrdSpecification :: NetworkInterfaceProperty -> Maybe EnaSrdSpecificationProperty
groupSet :: NetworkInterfaceProperty -> Maybe (ValueList Text)
ipv6AddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
ipv6Addresses :: NetworkInterfaceProperty -> Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddress :: NetworkInterfaceProperty -> Maybe (Value Text)
privateIpAddresses :: NetworkInterfaceProperty
-> Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: NetworkInterfaceProperty -> Maybe (Value Integer)
subnetId :: NetworkInterfaceProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
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 [InstanceIpv6AddressProperty]
Maybe [PrivateIpAddressSpecificationProperty]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe EnaSrdSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
associateCarrierIpAddress :: Maybe (Value Bool)
associatePublicIpAddress :: Maybe (Value Bool)
deleteOnTermination :: Maybe (Value Bool)
description :: Maybe (Value Text)
deviceIndex :: Value Text
enaSrdSpecification :: Maybe EnaSrdSpecificationProperty
groupSet :: Maybe (ValueList Text)
ipv6AddressCount :: Maybe (Value Integer)
ipv6Addresses :: Maybe [InstanceIpv6AddressProperty]
networkInterfaceId :: Maybe (Value Text)
privateIpAddress :: Maybe (Value Text)
privateIpAddresses :: Maybe [PrivateIpAddressSpecificationProperty]
secondaryPrivateIpAddressCount :: Maybe (Value Integer)
..}